:root {
  --paper: #f7f3ec;
  --paper-deep: #eee8de;
  --ink: #1f292d;
  --muted: #6e7475;
  --blue: #667f8d;
  --blue-dark: #425b68;
  --blue-soft: #dfe7ea;
  --line: #d8d2c8;
  --white: #fffdf9;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

figure { margin: 0; }
a { color: inherit; }

::selection {
  background: var(--blue-dark);
  color: var(--white);
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: var(--ink);
  color: white;
}

.skip-link:focus { top: 1rem; }

.shell {
  width: min(1200px, calc(100% - clamp(36px, 6vw, 88px)));
  margin-inline: auto;
}

.private-ribbon {
  min-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  padding: .45rem 1rem;
  background: var(--blue-dark);
  color: var(--paper);
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 243, 236, .94);
  backdrop-filter: blur(14px);
}

.nav {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
}

.nav-meta,
.nav-cta {
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.nav-meta { color: var(--muted); }

.nav-cta {
  justify-self: end;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}

.brand {
  display: grid;
  justify-items: center;
  text-decoration: none;
  line-height: .85;
}

.brand span {
  font: 600 1.7rem/1 var(--serif);
  letter-spacing: -.03em;
}

.brand small {
  margin-top: .35rem;
  color: var(--blue-dark);
  font-size: .56rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 .95rem;
  color: var(--blue-dark);
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .68fr);
  gap: clamp(3.25rem, 7vw, 7rem);
  align-items: center;
  padding-block: clamp(4.75rem, 7.5vw, 7rem);
}

.hero-copy {
  padding-bottom: 1rem;
}

.hero h1 {
  margin: 0;
  max-width: 780px;
  font: 600 clamp(4.9rem, 8vw, 8rem)/.86 var(--serif);
  letter-spacing: -.052em;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 em {
  color: var(--blue-dark);
  font-weight: 500;
}

.hero-intro {
  max-width: 650px;
  margin: 1.75rem 0 1.4rem;
  color: #4e5659;
  font: 500 clamp(1.15rem, 1.85vw, 1.38rem)/1.52 var(--serif);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  margin-bottom: 1.75rem;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.hero-meta span:not(:last-child)::after {
  content: "·";
  margin-left: 1rem;
  color: var(--blue);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: .9rem 1.3rem;
  border: 1px solid var(--blue-dark);
  text-decoration: none;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.button:hover { transform: translateY(-1px); }

.button-primary {
  background: var(--blue-dark);
  color: var(--white);
}

.button-primary:hover { background: var(--ink); }

.button-light {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}

.text-link {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-underline-offset: 4px;
}

.hero-photo {
  justify-self: end;
  width: min(100%, 485px);
}

.hero-photo img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 43%;
  background: var(--paper-deep);
}

.hero-photo figcaption,
.plan-photo figcaption {
  margin-top: .8rem;
  color: var(--muted);
  font-size: .67rem;
  letter-spacing: .07em;
  line-height: 1.5;
  text-transform: uppercase;
}

.statement {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.statement-inner {
  position: relative;
  padding-block: clamp(4.75rem, 8vw, 7.5rem);
}

.statement blockquote {
  margin: 0;
  max-width: 1020px;
  font: 500 clamp(2.8rem, 5.65vw, 5.7rem)/1 var(--serif);
  letter-spacing: -.042em;
}

.statement blockquote em {
  display: block;
  margin-top: .12em;
  color: var(--blue-dark);
  font-weight: 500;
}

.statement-signature {
  margin: 2rem 0 0;
  color: var(--blue-dark);
  font: italic 600 2rem/1 var(--serif);
}

.photo-break {
  position: relative;
  overflow: hidden;
  background: #b9b6ac;
}

.photo-break img {
  width: 100%;
  height: min(55vw, 700px);
  object-fit: cover;
  object-position: center 48%;
}

.photo-break-caption {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.section {
  padding-block: clamp(5rem, 8vw, 7.5rem);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .6fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2.6rem, 5vw, 4.4rem);
}

.section-heading h2,
.weekend h2,
.plan-content h2,
.investment h2,
.details-heading h2,
.finale h2 {
  margin: 0;
  font: 600 clamp(3.05rem, 5.45vw, 5.5rem)/.98 var(--serif);
  letter-spacing: -.04em;
}

.section-heading > p {
  margin: 0;
  max-width: 470px;
  color: var(--muted);
  font-size: .9rem;
}

.story-list {
  border-top: 1px solid var(--ink);
}

.story-row {
  min-height: 112px;
  display: grid;
  grid-template-columns: 64px minmax(210px, .72fr) minmax(280px, 1.15fr);
  gap: 1.5rem;
  align-items: center;
  padding-block: 1rem;
  border-bottom: 1px solid var(--line);
}

.story-number {
  color: var(--blue-dark);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .13em;
}

.story-row h3 {
  margin: 0;
  font: 600 clamp(1.65rem, 2.45vw, 2.25rem)/1 var(--serif);
}

.story-row p {
  margin: 0;
  max-width: 560px;
  color: var(--muted);
  font-size: .87rem;
}

.weekend {
  background: var(--blue-dark);
  color: var(--paper);
}

.weekend-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, .85fr);
  gap: clamp(3rem, 9vw, 8rem);
  padding-block: clamp(5.25rem, 8.5vw, 8rem);
}

.weekend .eyebrow { color: #cad8de; }

.weekend-title h2 {
  max-width: 600px;
}

.weekend-copy {
  max-width: 610px;
}

.weekend-copy p {
  color: rgba(247,243,236,.77);
  font-size: .9rem;
}

.weekend-copy .lead {
  margin-top: 0;
  color: var(--paper);
  font: 500 clamp(1.5rem, 2.35vw, 2rem)/1.4 var(--serif);
}

.weekend-copy em {
  color: var(--paper);
}

.weekend-options {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 2rem 0 1rem;
}

.weekend-options span {
  border: 1px solid rgba(247,243,236,.32);
  padding: .6rem .75rem;
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.small-note {
  margin-bottom: 0;
  color: rgba(247,243,236,.54) !important;
  font-size: .72rem !important;
}

.plan-section {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.05fr);
  gap: clamp(3.5rem, 8vw, 7rem);
  align-items: center;
  padding-block: clamp(5.25rem, 9vw, 8.25rem);
}

.plan-note {
  min-height: 390px;
  padding: clamp(1.75rem, 3.5vw, 3rem);
  background: var(--blue-soft);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plan-note > span {
  color: var(--blue-dark);
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.plan-note > p {
  margin: auto 0;
  font: 500 clamp(2rem, 3.4vw, 3.2rem)/1.08 var(--serif);
  letter-spacing: -.025em;
}

.plan-note > small {
  max-width: 350px;
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.6;
}

.plan-content h2 {
  max-width: 620px;
}

.plan-intro {
  max-width: 580px;
  margin: 1.5rem 0 2.2rem;
  color: var(--muted);
  font-size: .9rem;
}

.plan-list {
  border-top: 1px solid var(--ink);
}

.plan-list > div {
  min-height: 66px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.plan-list span {
  color: var(--blue-dark);
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .12em;
}

.plan-list p {
  margin: 0;
  font: 600 1.28rem/1.15 var(--serif);
}

.included {
  padding-block: clamp(5rem, 8vw, 7.5rem);
  background: var(--paper-deep);
}

.included-heading {
  margin-bottom: 3rem;
}

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

.included-card {
  min-height: 280px;
  padding: 1.8rem;
  background: var(--paper);
  display: flex;
  flex-direction: column;
}

.included-card > span {
  color: var(--blue-dark);
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .12em;
}

.included-card h3 {
  margin: auto 0 1.1rem;
  font: 600 clamp(1.8rem, 2.7vw, 2.5rem)/1 var(--serif);
  letter-spacing: -.02em;
}

.included-card p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
}

.investment {
  background: var(--ink);
  color: var(--paper);
}

.investment-grid {
  display: grid;
  grid-template-columns: minmax(290px, .75fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 9vw, 8rem);
  padding-block: clamp(5.25rem, 9vw, 8.25rem);
}

.investment .eyebrow { color: #b9cbd3; }

.investment-title h2 {
  color: var(--paper);
  font-size: clamp(4.8rem, 8.5vw, 7.6rem);
  line-height: .85;
}

.investment-title > p:last-child {
  margin-top: 1.1rem;
  color: rgba(247,243,236,.58);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.investment-details {
  border-top: 1px solid rgba(247,243,236,.4);
}

.investment-line {
  min-height: 74px;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.4rem;
  align-items: center;
  border-bottom: 1px solid rgba(247,243,236,.18);
}

.investment-line span {
  color: rgba(247,243,236,.5);
  font-size: .63rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.investment-line p {
  margin: 0;
  font: 500 1.14rem/1.25 var(--serif);
}

.investment .button {
  margin-top: 2rem;
}

.quote-note {
  margin: .75rem 0 0;
  color: rgba(247,243,236,.46);
  font-size: .65rem;
}

.details-section {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
  gap: clamp(3rem, 9vw, 8rem);
  padding-block: clamp(5rem, 8vw, 7.5rem);
}

.details-heading {
  align-self: start;
}

.details-heading h2 {
  max-width: 560px;
}

.details-heading > p:last-child {
  max-width: 480px;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: .9rem;
}

.details-list {
  border-top: 1px solid var(--ink);
}

.details-list > div {
  min-height: 67px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.details-list span {
  color: var(--blue-dark);
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .12em;
}

.details-list p {
  margin: 0;
  font: 600 1.23rem/1.15 var(--serif);
}

.details-question {
  grid-column: 2;
  max-width: 720px;
  margin: -.5rem 0 0;
  font: 500 clamp(1.6rem, 2.5vw, 2.3rem)/1.2 var(--serif);
}

.finale {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.finale-grid {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.05fr);
  gap: clamp(3.5rem, 8vw, 7.5rem);
  align-items: center;
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

.finale-photo {
  width: min(100%, 500px);
}

.finale-photo img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: #262626;
}

.finale-copy-wrap h2 {
  max-width: 710px;
}

.finale h2 em {
  color: var(--blue-dark);
  font-weight: 500;
}

.finale-copy {
  max-width: 620px;
  margin: 1.8rem 0 2rem;
  color: var(--muted);
  font-size: .9rem;
}

.finale-copy p {
  margin: 0 0 .8rem;
}

.finale-signature {
  margin: 1.8rem 0 0;
  color: var(--muted);
  font-size: .63rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

footer {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-inner {
  min-height: 104px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: baseline;
  gap: .55rem;
}

.footer-brand strong {
  font: 600 1.35rem/1 var(--serif);
}

.footer-brand span,
.footer-inner p,
.footer-inner a {
  font-size: .61rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-brand span,
.footer-inner p {
  color: var(--muted);
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  justify-self: end;
  text-underline-offset: 4px;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .shell {
    width: min(100% - 40px, 1180px);
  }

  .nav {
    grid-template-columns: 1fr auto;
  }

  .nav-meta { display: none; }

  .brand {
    justify-self: start;
    justify-items: start;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr);
    gap: 2.8rem;
  }

  .hero h1 {
    font-size: clamp(4.4rem, 9.4vw, 6.5rem);
  }

  .section-heading,
  .weekend-grid,
  .plan-section,
  .investment-grid,
  .details-section,
  .finale-grid {
    gap: 3rem;
  }

  .story-row {
    grid-template-columns: 54px minmax(180px, .65fr) 1fr;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 0;
  }

  .site-header {
    position: static;
  }

  .private-ribbon {
    min-height: 34px;
    font-size: .56rem;
    letter-spacing: .1em;
  }

  .nav {
    min-height: 72px;
  }

  .brand span {
    font-size: 1.48rem;
  }

  .brand small {
    font-size: .5rem;
  }

  .nav-cta {
    font-size: .57rem;
  }

  .hero,
  .section-heading,
  .weekend-grid,
  .plan-section,
  .investment-grid,
  .details-section,
  .finale-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-block: 3.4rem 4.5rem;
    gap: 3rem;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 14.5vw, 5rem);
  }

  .hero-intro {
    margin-top: 1.45rem;
    font-size: 1.18rem;
  }

  .hero-photo {
    justify-self: start;
    width: min(100%, 480px);
    margin: 0;
  }

  .statement-inner {
    padding-block: 3.75rem;
  }

  .statement blockquote {
    font-size: clamp(2.15rem, 8vw, 3rem);\n    line-height: 1.02;
  }

  .photo-break img {
    height: 62vw;
    min-height: 360px;
    max-height: 600px;
  }

  .photo-break-caption {
    min-height: 72px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: .2rem;
    padding-block: .9rem;
  }

  .section {
    padding-block: 4.8rem;
  }

  .section-heading {
    align-items: start;
    margin-bottom: 2.6rem;
  }

  .section-heading h2,
  .weekend h2,
  .plan-content h2,
  .investment h2,
  .details-heading h2,
  .finale h2 {
    font-size: clamp(2.55rem, 8.8vw, 3.6rem);
  }

  .story-row {
    grid-template-columns: 42px 1fr;
    gap: .7rem 1rem;
    min-height: 0;
    padding-block: 1.25rem;
  }

  .story-row h3 {
    font-size: 1.8rem;
  }

  .story-row p {
    grid-column: 2;
    padding: 0 0 .25rem;
    font-size: .82rem;
  }

  .weekend-grid {
    padding-block: 4.8rem;
  }

  .weekend-copy .lead {
    font-size: 1.5rem;
  }

  .plan-section {
    padding-block: 4.8rem;
  }

  .plan-note {
    min-height: 330px;
  }

  .plan-intro {
    margin-bottom: 1.75rem;
  }

  .included {
    padding-block: 4.8rem;
  }

  .included-grid {
    grid-template-columns: 1fr;
  }

  .included-card {
    min-height: 240px;
  }

  .investment-grid {
    padding-block: 4.8rem;
  }

  .investment-title h2 {
    font-size: clamp(4.5rem, 17vw, 6rem);
  }

  .details-section {
    padding-block: 4.8rem;
  }

  .details-question {
    grid-column: 1;
    margin-top: 0;
  }

  .finale-grid {
    padding-block: 4.8rem;
  }

  .finale-photo {
    width: min(86%, 450px);
    margin-left: auto;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: .6rem;
    padding-block: 1.5rem;
  }

  .footer-inner p,
  .footer-inner a {
    justify-self: start;
  }
}

@media (max-width: 480px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .private-ribbon span:nth-child(2),
  .private-ribbon span:nth-child(3) {
    display: none;
  }

  .nav {
    min-height: 66px;
  }

  .nav-cta {
    max-width: 108px;
    line-height: 1.3;
    text-align: right;
  }

  .hero {
    padding-block: 3rem 4.1rem;
  }

  .eyebrow {
    margin-bottom: .8rem;
    font-size: .6rem;
  }

  .hero h1 {
    font-size: clamp(3.55rem, 16vw, 4.6rem);
  }

  .hero-intro {
    font-size: 1.1rem;
  }

  .hero-meta {
    display: grid;
    gap: .35rem;
    font-size: .62rem;
  }

  .hero-meta span:not(:last-child)::after {
    content: none;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: .8rem;
  }

  .hero-actions .button,
  .investment .button,
  .finale .button {
    width: 100%;
  }

  .hero-actions .text-link {
    width: fit-content;
  }

  .hero-photo {
    width: 100%;
    margin: 0;
  }

  .hero-photo img {
    aspect-ratio: 4 / 5;
    object-position: center 42%;
  }

  .button {
    min-height: 52px;
  }

  .statement blockquote {
    font-size: clamp(2.1rem, 9.2vw, 2.75rem);\n    line-height: 1.03;
  }

  .photo-break {
    margin-inline: 0;
  }

  .photo-break img {
    min-height: 340px;
    height: 82vw;
    object-position: 58% center;
  }

  .section,
  .weekend-grid,
  .plan-section,
  .included,
  .investment-grid,
  .details-section,
  .finale-grid {
    padding-block: 3.7rem;
  }

  .section-heading h2,
  .weekend h2,
  .plan-content h2,
  .details-heading h2,
  .finale h2 {
    font-size: clamp(2.45rem, 10.5vw, 3.2rem);
  }

  .section-heading > p,
  .plan-intro,
  .details-heading > p:last-child,
  .finale-copy {
    font-size: .84rem;
  }

  .weekend-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .weekend-options span {
    text-align: center;
  }

  .plan-note {
    min-height: 300px;
    padding: 1.5rem;
  }

  .plan-note > p {
    font-size: 2rem;
  }

  .finale-photo {
    width: 100%;
    margin: 0;
  }

  .plan-list > div,
  .details-list > div {
    grid-template-columns: 44px 1fr;
  }

  .plan-list p,
  .details-list p {
    font-size: 1.18rem;
  }

  .included-card {
    min-height: 220px;
    padding: 1.5rem;
  }

  .investment-line {
    grid-template-columns: 1fr;
    gap: .2rem;
    min-height: 0;
    padding-block: 1rem;
  }

  .investment-line p {
    font-size: 1.08rem;
  }

  .details-question {
    font-size: 1.65rem;
  }

  .finale-signature {
    line-height: 1.6;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}