:root {
  --green: #193f32;
  --paper: #f8f7f1;
  --gold: #ad9154;
  --line: #dcded4;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--green);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
}
a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 6px;
}
img {
  display: block;
  max-width: 100%;
}
.skip-link {
  position: absolute;
  left: 20px;
  top: -80px;
  background: var(--paper);
  padding: 10px 20px;
  z-index: 10;
}
.skip-link:focus {
  top: 10px;
}
.topline {
  background: var(--green);
  color: var(--paper);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 9px max(24px, 5vw);
  font-size: 10px;
  letter-spacing: 0.16em;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 5vw;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -4px;
  line-height: 0.9;
  padding-bottom: 16px;
}
.dot {
  color: var(--gold);
}
.tees {
  position: absolute;
  right: 9px;
  bottom: 0;
  font:
    9px Arial,
    sans-serif;
  letter-spacing: 0.5em;
}
.opening {
  font-size: 10px;
  letter-spacing: 0.16em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.status-dot {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  background: var(--gold);
  border-radius: 50%;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  min-height: 650px;
}
.hero-copy {
  padding: 80px 5vw 72px;
  align-self: center;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.19em;
  font-weight: 700;
  margin: 0 0 24px;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.055em;
  font-weight: 600;
  line-height: 1.02;
  margin: 0;
}
h1 {
  font-size: clamp(56px, 6.7vw, 104px);
}
.coming {
  font-family: Georgia, serif;
  font-size: clamp(30px, 3vw, 44px);
  font-style: italic;
  color: #6d5a31;
  margin: 22px 0 26px;
}
.intro {
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 28px;
}
.about-link {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid var(--green);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 0;
}
.about-link span {
  font-size: 22px;
}
.hero-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #c8bb9c;
}
.hero-image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 53% center;
}
.image-caption {
  position: absolute;
  left: 28px;
  bottom: 24px;
  background: var(--paper);
  padding: 8px 12px;
  font-size: 9px;
  letter-spacing: 0.14em;
  max-width: calc(100% - 56px);
}
.stamp {
  position: absolute;
  right: 30px;
  top: 30px;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  background: var(--green);
  color: var(--paper);
  border: 1px solid #d5c49d;
  box-shadow: 0 0 0 6px var(--green);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(9deg);
}
.stamp span {
  font-size: 8px;
  letter-spacing: 0.18em;
}
.stamp strong {
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1.03;
  letter-spacing: -0.03em;
  text-align: center;
  margin: 9px 0;
}
.story {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 6vw;
  padding: 86px 8vw;
  border-top: 1px solid var(--line);
}
h2 {
  font-size: clamp(44px, 5vw, 70px);
}
.story-copy {
  max-width: 670px;
}
.story-copy > p:first-child {
  font-size: 21px;
  line-height: 1.65;
  margin-top: 0;
}
.story-copy p {
  margin-bottom: 24px;
}
.launch-note {
  font-weight: 700;
}
.themes {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.themes li {
  border: 1px solid #bfc6bb;
  border-radius: 30px;
  font-size: 12px;
  padding: 6px 14px;
}
footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  background: var(--green);
  color: var(--paper);
  padding: 28px 5vw;
  font-size: 11px;
  letter-spacing: 0.04em;
}
.footer-brand {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.18em;
}
@media (max-width: 800px) {
  header {
    padding: 24px;
  }
  .wordmark {
    font-size: 46px;
  }
  .opening {
    max-width: 140px;
    font-size: 8px;
    line-height: 1.7;
  }
  .topline {
    font-size: 8px;
    padding: 9px 24px;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 54px 24px 48px;
  }
  h1 {
    font-size: clamp(54px, 12vw, 88px);
  }
  .hero-image {
    height: 420px;
  }
  .hero-image > img {
    object-position: center;
  }
  .stamp {
    width: 130px;
    height: 130px;
    right: 26px;
    top: 26px;
  }
  .stamp strong {
    font-size: 24px;
  }
  .story {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 54px 24px;
  }
  .story-copy > p:first-child {
    font-size: 19px;
  }
  footer {
    padding: 24px;
  }
  .image-caption {
    font-size: 8px;
    left: 24px;
    bottom: 20px;
  }
  .intro {
    font-size: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
