@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/cormorant-roman-latinext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/cormorant-roman-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/cormorant-italic-latinext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/cormorant-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/outfit-latinext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/outfit-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ivory: #f4efe6;
  --paper: #faf7f2;
  --sand: #ebe3d4;
  --ink: #241c16;
  --ink-soft: #5c5148;
  --label: #6b5340;
  --line: rgba(36, 28, 22, 0.16);
  --gold: #a68456;
  --gold-text: #7a5a38;
  --champagne: #e7d3ae;
  --espresso: #2a211b;
  --focus: #8d6233;
  --header: 4.75rem;
  --serif: "Cormorant Garamond", Palatino, "Palatino Linotype", "Times New Roman", serif;
  --sans: "Outfit", "Avenir Next", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 0.75rem);
}

body {
  margin: 0;
  color: var(--ink);
  background-color: var(--ivory);
  background-image:
    radial-gradient(980px 520px at 8% -8%, rgba(198, 163, 110, 0.2), transparent 60%),
    radial-gradient(760px 420px at 100% 8%, rgba(166, 132, 86, 0.1), transparent 55%);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, p {
  margin: 0;
}

h1, h2, h3, .brand, .moments-line, .price, .step-num, .package-index {
  font-family: var(--serif);
  font-weight: 500;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

::selection {
  background: #e7d3ae;
  color: var(--ink);
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 50;
  padding: 0.7rem 1rem;
  background: var(--espresso);
  color: var(--ivory);
  text-decoration: none;
}

.skip:focus {
  top: 0.75rem;
}

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

.wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--label);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--champagne);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border: 1px solid var(--espresso);
  background: var(--espresso);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  background: #3c3128;
  border-color: #3c3128;
}

.btn-small {
  min-height: 42px;
  padding: 0.7rem 0.95rem;
  letter-spacing: 0.14em;
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
}

.btn-ghost:hover {
  background: var(--espresso);
  color: var(--ivory);
}

.btn-gold {
  background: var(--champagne);
  border-color: var(--champagne);
  color: var(--espresso);
}

.btn-gold:hover {
  background: #f3e6cc;
  border-color: #f3e6cc;
  color: var(--espresso);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: var(--header);
  border-bottom: 1px solid transparent;
  background: var(--ivory);
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  min-height: var(--header);
  padding-block: 0.65rem;
}

.brand {
  color: var(--ink);
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav {
  display: none;
}

.site-nav.is-open {
  display: flex;
  position: static;
  z-index: 1;
  flex: 1 0 100%;
  flex-direction: column;
  gap: 0.1rem;
  margin-top: 0.35rem;
  padding: 0.2rem 0 0.6rem;
  border-top: 1px solid var(--line);
  background: #efe8dc;
}

.site-nav a {
  color: var(--ink-soft);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.site-nav.is-open a {
  padding: 0.4rem 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1.15;
}

.site-nav a:hover {
  color: var(--ink);
}

.header-inner > .btn {
  margin-left: auto;
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 1px;
  margin-inline: auto;
  background: var(--ink);
}

.hero {
  padding: 2.5rem 0 3.5rem;
}

.hero-grid {
  display: grid;
  gap: 2.75rem;
  align-items: center;
}

.hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(3.3rem, 8vw, 6.4rem);
  line-height: 0.9;
  letter-spacing: -0.025em;
}

.hero-copy h1 em {
  font-style: italic;
  font-weight: 500;
}

.lede {
  margin-top: 1.35rem;
  max-width: 28rem;
  color: var(--ink-soft);
  font-size: 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.fine {
  max-width: 38rem;
  margin-top: 1.35rem;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.fine a,
.steps a,
.contact a,
.site-footer a {
  text-underline-offset: 0.18em;
}

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

.hero-photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: calc(100% - 1rem);
  height: auto;
}

.hero-photo::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 1rem;
  right: 0;
  bottom: -1rem;
  left: 1rem;
  border: 1px solid var(--gold);
}

.moments {
  padding: 1rem 0 4.5rem;
}

.moments-kicker {
  margin-bottom: 0.65rem;
  color: var(--label);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.moments-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 1.05;
}

.diamond {
  display: none;
  width: 7px;
  height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.section-head h2,
.cta h2,
.contact h2 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.section-note {
  margin-top: 0.85rem;
  color: var(--ink-soft);
}

.gallery {
  padding-bottom: 5rem;
}

.gallery-grid {
  display: grid;
  gap: 0.85rem;
}

.gallery-grid figure {
  margin: 0;
}

.gallery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 18%;
}

.packages {
  padding: 4.75rem 0;
  background: var(--sand);
}

.package-grid {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.5rem 1.4rem 1.35rem;
  border: 1px solid rgba(36, 28, 22, 0.14);
  background: var(--paper);
}

.package-index {
  margin-bottom: 1.5rem;
  color: var(--gold-text);
  font-size: 1.15rem;
  letter-spacing: 0.08em;
}

.package h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.15rem);
  line-height: 1.12;
  text-wrap: balance;
}

.price {
  margin-top: auto;
  padding-top: 1.75rem;
  font-size: clamp(2.5rem, 4vw, 3.15rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.currency {
  margin-right: 0.05em;
  font-size: 0.62em;
  vertical-align: 0.35em;
}

.text-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 44px;
  margin-top: 0.85rem;
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ink);
}

.text-link:hover {
  color: var(--label);
  border-bottom-color: var(--label);
}

.retainer {
  max-width: 38rem;
  margin-top: 1.5rem;
  color: var(--ink-soft);
}

.how {
  padding: 5rem 0 5.25rem;
}

.steps {
  display: grid;
  gap: 1.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}

.step-num {
  color: var(--gold-text);
  font-size: 1.7rem;
  line-height: 1;
}

.steps h3 {
  margin: 0.45rem 0 0.4rem;
  font-size: 2rem;
  line-height: 1.1;
}

.steps p:last-child {
  max-width: 36rem;
  color: var(--ink-soft);
}

.cta {
  padding: 5rem 0;
  background: var(--espresso);
  color: var(--ivory);
}

.cta-inner {
  max-width: 40rem;
}

.cta h2 {
  color: var(--ivory);
}

.cta p {
  max-width: 34rem;
  margin: 1rem 0 1.75rem;
  color: #e6d9c8;
  font-size: 1.125rem;
}

.contact {
  padding: 5rem 0;
}

.contact-inner {
  display: grid;
  gap: 1.5rem;
}

.contact-body p {
  max-width: 36rem;
  font-size: 1.2rem;
}

.contact-meta {
  margin-top: 0.75rem;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.site-footer {
  padding: 1.5rem 0 2rem;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: grid;
  gap: 0.35rem;
}

.footer-brand {
  font-size: 1.45rem;
}

.footer-copy,
.site-footer a {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

@media (min-width: 720px) {
  .wrap {
    width: min(1120px, calc(100% - 4.5rem));
  }

  .moments-line {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1.15rem;
  }

  .diamond {
    display: block;
    flex: 0 0 auto;
  }

  .package-grid,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .contact-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: end;
  }

  .footer-inner {
    grid-template-columns: 1.4fr 1fr auto;
    align-items: baseline;
    gap: 1rem;
  }

  .footer-copy {
    justify-self: end;
  }
}

@media (min-width: 900px) {
  .nav-toggle {
    display: none;
  }

  .site-nav,
  .site-nav.is-open {
    display: flex;
    position: static;
    order: 2;
    flex: 0 1 auto;
    flex-direction: row;
    gap: 1.6rem;
    margin-top: 0;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    z-index: auto;
  }

  .site-nav a,
  .site-nav.is-open a {
    padding: 0;
    color: var(--ink-soft);
    font-family: var(--sans);
    font-size: 0.92rem;
    line-height: 1.4;
  }

  .header-inner > .btn {
    order: 3;
    margin-left: 1.35rem;
  }

  .gallery-grid {
    padding-bottom: 1.75rem;
  }

  .hero {
    padding: 2rem 0 4.5rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(2rem, 4vw, 4.5rem);
  }

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

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .gallery-grid figure:nth-child(2) {
    transform: translateY(1.75rem);
  }

  .package-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

@media (max-width: 380px) {
  .brand {
    font-size: 1.05rem;
    letter-spacing: 0;
  }

  .btn-small {
    padding-inline: 0.7rem;
  }
}

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

  .btn,
  .text-link {
    transition: none;
  }
}

@media print {
  .site-header,
  .nav-toggle,
  .hero-actions,
  .btn,
  .text-link {
    display: none;
  }

  body {
    background: white;
    color: black;
  }

  .packages,
  .cta {
    background: white;
    color: black;
  }

  a[href^="mailto:"]::after,
  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 0.85em;
  }
}
