:root {
  --paper: #f5f1df;
  --ink: #11110f;
  --teal: #58c1ba;
  --orange: #ec7f35;
  --orange-dark: #cb6421;
  --cream: #fff9e8;
  --muted: #6f6a5b;
  --line: rgba(17, 17, 15, 0.18);
  --condensed: "Archivo Narrow", Impact, sans-serif;
  --serif: "Fraunces", Georgia, serif;
  --body: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 180px 1fr 230px;
  align-items: center;
  gap: 28px;
  min-height: 104px;
  padding: 16px clamp(22px, 4vw, 48px);
  background: var(--paper);
  border-bottom: 1px solid rgba(17, 17, 15, 0.08);
}

.logo {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 138px;
  height: 64px;
  padding: 10px 18px;
  color: #f8f1d9;
  background: var(--ink);
  border: 3px solid #f8f1d9;
  border-radius: 999px;
  box-shadow: 0 0 0 2px var(--ink);
  transform: rotate(-2deg);
}

.logo span {
  color: var(--teal);
  font-family: var(--serif);
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
  line-height: 0.9;
}

.logo strong {
  color: var(--orange);
  font-family: var(--condensed);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.25vw, 34px);
}

.main-nav a {
  font-family: var(--condensed);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a:hover,
.text-link:hover,
.footer a:hover {
  color: var(--orange-dark);
}

.arrow-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 36px 0 28px;
  color: var(--cream);
  background: var(--orange);
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.arrow-cta::after {
  content: "";
  position: absolute;
  top: 0;
  right: -34px;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 34px solid var(--orange);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 40px;
  padding: 0;
  border: 2px solid var(--ink);
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.tray-hero {
  height: clamp(440px, 48vw, 690px);
  background: #d8d0b9;
}

.quote-band {
  padding: clamp(48px, 7vw, 82px) 24px;
  text-align: center;
  background: var(--paper);
}

.quote-band h1 {
  max-width: 850px;
  margin: 0 auto;
  font-family: var(--condensed);
  font-size: clamp(44px, 6.2vw, 74px);
  font-weight: 700;
  line-height: 0.95;
  text-transform: uppercase;
}

.quote-band p {
  margin: 28px 0 0;
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
}

.intro-block {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: clamp(48px, 7vw, 86px);
  align-items: center;
  padding: clamp(58px, 8vw, 96px) clamp(24px, 8vw, 88px);
  color: var(--cream);
  background: var(--teal);
}

.intro-photo {
  max-width: 500px;
  min-height: 520px;
  overflow: hidden;
  border-radius: 34px;
}

.intro-copy h2 {
  max-width: 760px;
  font-family: var(--condensed);
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 0.98;
  text-transform: uppercase;
}

.intro-copy p {
  max-width: 660px;
  margin: 30px 0 0;
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.55;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.info-grid article {
  padding: clamp(42px, 7vw, 76px);
  background: var(--paper);
}

.info-grid h3,
.shop-strip h3,
.footer h4 {
  margin: 0 0 18px;
  font-family: var(--condensed);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
  text-transform: uppercase;
}

.info-grid p,
.info-grid a,
.info-grid span {
  display: block;
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.14;
}

.announcements {
  padding: clamp(60px, 8vw, 100px) clamp(24px, 8vw, 88px);
  background: var(--cream);
}

.section-label {
  margin: 0 0 28px;
  color: var(--muted);
  font-family: var(--condensed);
  font-size: 17px;
  text-transform: uppercase;
}

.announcement-list {
  display: grid;
  gap: 28px;
}

.announcement-list article {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
  padding: clamp(24px, 4vw, 38px) 0;
  border-top: 1px solid var(--line);
}

.announcement-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.announcement-list img {
  aspect-ratio: 4 / 3;
}

.announcement-list h2,
.visit-planning h2,
.feature-split h2,
.newsletter h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(36px, 5.2vw, 72px);
  line-height: 1;
}

.announcement-list p,
.feature-split p,
.newsletter p,
.planning-grid p,
.shop-strip p,
.footer p {
  margin: 18px 0 0;
  color: #39362e;
  font-size: 18px;
  line-height: 1.62;
}

.text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--orange-dark);
  font-family: var(--condensed);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.visit-planning {
  padding: clamp(58px, 9vw, 112px) clamp(24px, 8vw, 88px);
  background: var(--paper);
}

.visit-planning h2 {
  margin-bottom: 28px;
}

.planning-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.planning-grid p {
  min-height: 170px;
  margin: 0;
  padding: 26px;
  background: var(--paper);
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: stretch;
  background: var(--ink);
}

.feature-split > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 8vw, 96px);
  color: var(--cream);
}

.feature-split p {
  color: rgba(255, 249, 232, 0.76);
}

.feature-split img {
  min-height: 560px;
}

.pill-button,
.signup button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 2px solid var(--orange);
  color: var(--cream);
  background: var(--orange);
  font-family: var(--condensed);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.pill-button {
  align-self: flex-start;
  margin-top: 28px;
}

.shop-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.shop-strip article {
  min-height: 250px;
  padding: clamp(34px, 5vw, 58px);
  background: var(--cream);
}

.newsletter {
  padding: clamp(62px, 9vw, 110px) 24px;
  text-align: center;
  background: var(--paper);
}

.newsletter p {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.signup {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 150px;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.signup input {
  height: 52px;
  padding: 0 16px;
  border: 2px solid var(--ink);
  background: var(--cream);
  font: 600 16px var(--body);
}

.signup button {
  cursor: pointer;
}

.footer {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.8fr 1fr;
  gap: 42px;
  padding: clamp(44px, 7vw, 76px) clamp(24px, 8vw, 88px);
  color: var(--cream);
  background: var(--ink);
}

.footer .logo {
  margin-top: 4px;
}

.footer a,
.footer span {
  display: block;
  margin: 0 0 10px;
}

.footer h4 {
  color: var(--orange);
  font-size: 22px;
}

.footer p {
  margin: 0;
  color: rgba(255, 249, 232, 0.68);
  font-size: 14px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1080px) {
  .topbar {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 24;
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 22;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 116px 34px 44px;
    background: var(--paper);
    transform: translateX(100%);
    transition: transform 180ms ease;
  }

  .menu-open .main-nav {
    transform: translateX(0);
  }

  .main-nav a {
    font-size: 36px;
  }

  .arrow-cta {
    display: none;
  }

  .intro-block,
  .feature-split,
  .footer {
    grid-template-columns: 1fr;
  }

  .intro-photo {
    max-width: none;
  }

  .planning-grid,
  .shop-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .topbar {
    min-height: 88px;
    padding: 14px 18px;
  }

  .logo {
    width: 126px;
    height: 58px;
  }

  .logo span {
    font-size: 19px;
  }

  .tray-hero {
    height: 430px;
  }

  .quote-band h1 {
    max-width: 340px;
    font-size: clamp(32px, 10.5vw, 42px);
  }

  .intro-block,
  .announcements,
  .visit-planning {
    padding-right: 18px;
    padding-left: 18px;
  }

  .intro-photo {
    min-height: 390px;
    border-radius: 22px;
  }

  .info-grid,
  .announcement-list article,
  .planning-grid,
  .feature-split,
  .shop-strip,
  .signup {
    grid-template-columns: 1fr;
  }

  .info-grid article,
  .feature-split > div {
    padding: 42px 22px;
  }

  .feature-split img {
    min-height: 360px;
  }

  .planning-grid p {
    min-height: 0;
  }
}
