:root {
  --paper: #f3f0e7;
  --paper-deep: #e6e0d2;
  --ink: #20231f;
  --muted: #696a62;
  --green: #153d35;
  --green-soft: #b6c1aa;
  --coral: #dc7059;
  --yellow: #f0c954;
  --white: #fffdf8;
  --line: rgba(32, 35, 31, 0.22);
  --serif: "Newsreader", Georgia, serif;
  --sans: "Manrope", sans-serif;
  --mono: "DM Mono", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button,
summary {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

.page-shell {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}

.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;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  padding: 0 48px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  transition: color 240ms ease, background 240ms ease, height 240ms ease;
}

.site-header.scrolled,
.site-header.menu-active {
  height: 72px;
  color: var(--ink);
  background: rgba(243, 240, 231, 0.96);
  border-bottom-color: var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  color: currentColor;
}

.brand-name {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
}

.site-nav a:not(.nav-cta) {
  position: relative;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 11px 16px;
  color: var(--ink);
  background: var(--yellow);
  border: 1px solid var(--yellow);
}

.site-header.scrolled .nav-cta,
.site-header.menu-active .nav-cta {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.menu-button {
  position: relative;
  z-index: 2;
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  color: currentColor;
  background: transparent;
  border: 0;
}

.menu-button span:not(.sr-only) {
  position: absolute;
  left: 8px;
  width: 26px;
  height: 1px;
  background: currentColor;
  transition: transform 200ms ease, top 200ms ease;
}

.menu-button span:nth-child(2) { top: 16px; }
.menu-button span:nth-child(3) { top: 25px; }
.menu-button[aria-expanded="true"] span:nth-child(2) { top: 21px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

.hero {
  position: relative;
  min-height: 92svh;
  color: var(--white);
  overflow: hidden;
}

.hero-backdrop,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-backdrop {
  background: url("assets/wedding-moment.jpg") center 46% / cover no-repeat;
  animation: hero-settle 1.6s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(20, 30, 27, 0.72) 0%, rgba(20, 30, 27, 0.34) 52%, rgba(20, 30, 27, 0.04) 80%),
    linear-gradient(0deg, rgba(20, 30, 27, 0.48) 0%, transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 92svh;
  padding-top: 160px;
  padding-bottom: 10vh;
}

.eyebrow,
.section-index {
  margin-bottom: 28px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-eyebrow {
  padding-left: 44px;
  animation: rise-in 700ms 200ms ease both;
}

.hero-eyebrow::before {
  position: absolute;
  width: 30px;
  height: 1px;
  margin-top: 7px;
  margin-left: -44px;
  background: currentColor;
  content: "";
}

.hero h1 {
  max-width: 1040px;
  margin-bottom: 28px;
  font-family: var(--serif);
  font-size: 8rem;
  font-weight: 400;
  line-height: 0.86;
  animation: rise-in 800ms 280ms ease both;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 32px;
  font-size: 19px;
  line-height: 1.55;
  animation: rise-in 800ms 360ms ease both;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  animation: rise-in 800ms 440ms ease both;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-light {
  color: var(--ink);
  background: var(--white);
}

.button-light:hover,
.button-light:focus-visible {
  color: var(--white);
  background: var(--green);
}

.text-link {
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
}

.text-link span {
  display: inline-block;
  margin-left: 8px;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateY(4px);
}

.text-link-light {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
}

.hero-location {
  position: absolute;
  right: 48px;
  bottom: 42px;
  z-index: 1;
  margin: 0;
  font-family: var(--mono);
  font-size: 10px;
  writing-mode: vertical-rl;
}

.intro {
  display: grid;
  grid-template-columns: 1fr 2.1fr 0.6fr;
  gap: 60px;
  align-items: start;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-index {
  color: var(--muted);
}

.intro-copy h2,
.section-heading h2,
.faq-heading h2,
.enquire-copy h2 {
  margin-bottom: 32px;
  font-family: var(--serif);
  font-size: 5rem;
  font-weight: 400;
  line-height: 0.98;
}

.intro-copy > p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.sound-object {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 42px;
}

.sound-line {
  width: 38px;
  height: 1px;
  background: var(--ink);
}

.sound-dot {
  width: 18px;
  height: 18px;
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 0 0 0 8px var(--paper), 0 0 0 9px var(--ink);
}

.process {
  padding: 140px 0;
  color: var(--white);
  background: var(--green);
}

.process .section-index,
.moment .section-index {
  color: rgba(255, 255, 255, 0.65);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 48px;
}

.process .section-heading {
  margin-bottom: 90px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.steps li {
  min-height: 280px;
  padding: 26px 34px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.steps li + li {
  padding-left: 34px;
}

.steps li:last-child {
  border-right: 0;
}

.step-number {
  display: block;
  margin-bottom: 90px;
  color: var(--yellow);
  font-family: var(--mono);
  font-size: 11px;
}

.steps h3 {
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
}

.steps p {
  max-width: 340px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.collection {
  padding-top: 150px;
  padding-bottom: 160px;
}

.collection-heading {
  margin-bottom: 72px;
}

.collection-heading > p {
  max-width: 390px;
  margin-bottom: 10px;
  color: var(--muted);
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.product-card {
  min-width: 0;
}

.product-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #c9b8a6;
}

.product-visual-dark {
  background: #c4cdbd;
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.22, 0.75, 0.25, 1);
}

.product-card:hover .product-visual img {
  transform: scale(1.025);
}

.product-label,
.product-count {
  position: absolute;
  z-index: 1;
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.product-label {
  top: 20px;
  left: 20px;
  padding: 7px 10px;
  color: var(--white);
  background: var(--green);
}

.product-count {
  right: 20px;
  bottom: 20px;
  display: grid;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 50%;
  place-items: center;
}

.product-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding-top: 24px;
}

.product-type {
  margin-bottom: 4px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.product-info h3 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: 33px;
  font-weight: 400;
  line-height: 1.1;
}

.product-info > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.moment {
  position: relative;
  min-height: 78vh;
  color: var(--white);
  overflow: hidden;
}

.moment-image,
.moment-shade {
  position: absolute;
  inset: 0;
}

.moment-image {
  background: url("assets/wedding-hero.jpg") center / cover no-repeat;
}

.moment-shade {
  background: linear-gradient(90deg, rgba(22, 31, 27, 0.74) 0%, rgba(22, 31, 27, 0.16) 70%);
}

.moment-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 78vh;
}

.moment blockquote {
  margin: 0 0 30px;
  font-family: var(--serif);
  font-size: 6rem;
  line-height: 0.95;
}

.moment-copy > p:last-child {
  max-width: 380px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.occasions {
  padding-top: 125px;
  padding-bottom: 125px;
  border-bottom: 1px solid var(--line);
}

.occasions h2 {
  max-width: 1150px;
  margin: 0;
  font-family: var(--serif);
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.occasions h2 span {
  color: var(--coral);
}

.faq {
  padding: 140px 0;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 10%;
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 27px 0;
  font-family: var(--serif);
  font-size: 24px;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  font-family: var(--sans);
  font-size: 18px;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: transform 180ms ease, background 180ms ease;
  place-items: center;
}

.faq-list details[open] summary span {
  color: var(--white);
  background: var(--green);
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 620px;
  padding: 0 52px 26px 0;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.enquire {
  padding: 140px 0;
  background: var(--coral);
}

.enquire-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 10%;
}

.enquire-copy > p:last-child {
  max-width: 440px;
}

.enquiry-form {
  display: grid;
  gap: 26px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.enquiry-form label > span,
.enquiry-form legend {
  display: block;
  margin-bottom: 8px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  padding: 13px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(32, 35, 31, 0.45);
  border-radius: 0;
  outline: 0;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
  border-bottom-color: var(--ink);
  box-shadow: 0 1px 0 var(--ink);
}

.enquiry-form input::placeholder,
.enquiry-form textarea::placeholder {
  color: rgba(32, 35, 31, 0.55);
}

.enquiry-form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.choice {
  cursor: pointer;
}

.choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.choice span {
  display: block;
  min-width: 110px;
  padding: 12px 15px;
  margin: 0 !important;
  text-align: center;
  border: 1px solid rgba(32, 35, 31, 0.45);
}

.choice input:checked + span {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.choice input:focus-visible + span {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

.button-dark {
  justify-self: start;
  min-width: 190px;
  gap: 22px;
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: var(--green);
}

.form-note {
  margin: -14px 0 0;
  font-size: 11px;
}

.site-footer {
  padding: 70px 0 38px;
  color: var(--white);
  background: var(--ink);
}

.not-found {
  min-height: 100vh;
  color: var(--white);
  background: var(--green);
}

.not-found-main {
  display: grid;
  min-height: calc(100vh - 110px);
  padding: 140px 0 70px;
  place-items: center;
}

.not-found-content {
  width: min(760px, calc(100% - 40px));
  text-align: center;
}

.not-found-code {
  display: block;
  margin-bottom: 22px;
  color: var(--yellow);
  font-family: var(--mono);
  font-size: 12px;
}

.not-found-content h1 {
  margin-bottom: 24px;
  font-family: var(--serif);
  font-size: 6rem;
  font-weight: 400;
  line-height: 0.95;
}

.not-found-content p {
  max-width: 520px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.72);
}

.footer-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr auto;
  gap: 50px;
  align-items: start;
}

.footer-brand .brand-mark {
  width: 44px;
  height: 44px;
}

.footer-brand .brand-name {
  font-size: 34px;
}

.footer-layout > p,
.footer-links {
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.9;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 3px;
}

.footer-links a:hover {
  color: var(--yellow);
}

.copyright {
  color: rgba(255, 255, 255, 0.55);
}

.js .reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-settle {
  from { opacity: 0.65; transform: scale(1.045); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes rise-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-height: 700px) and (min-width: 801px) {
  .hero-content {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .hero-eyebrow { margin-bottom: 18px; }
  .hero h1 { margin-bottom: 18px; font-size: 5.8rem; }
  .hero-copy { max-width: 500px; margin-bottom: 18px; font-size: 16px; }
}

@media (max-width: 1100px) {
  .hero h1 { font-size: 6.5rem; }
  .intro-copy h2,
  .section-heading h2,
  .faq-heading h2,
  .enquire-copy h2 { font-size: 4.1rem; }
  .moment blockquote { font-size: 5rem; }
  .product-info { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .page-shell {
    width: min(100% - 40px, 640px);
  }

  .site-header,
  .site-header.scrolled,
  .site-header.menu-active {
    height: 70px;
    padding: 0 20px;
  }

  .brand-name { font-size: 25px; }
  .brand-mark { width: 34px; height: 34px; }
  .menu-button { display: block; }

  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    padding: 90px 20px 40px;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--serif);
    font-size: 38px;
    text-transform: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 200ms ease, transform 200ms ease, visibility 200ms;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav a:not(.nav-cta)::after { display: none; }
  .site-nav .nav-cta {
    margin-top: 18px;
    padding: 12px 16px;
    color: var(--white);
    background: var(--green);
    border-color: var(--green);
    font-family: var(--mono);
    font-size: 12px;
    text-transform: uppercase;
  }

  .hero,
  .hero-content { min-height: 90svh; }
  .hero-backdrop { background-position: 58% center; }
  .hero-shade {
    background: linear-gradient(90deg, rgba(20, 30, 27, 0.75), rgba(20, 30, 27, 0.18)),
      linear-gradient(0deg, rgba(20, 30, 27, 0.62), transparent 60%);
  }
  .hero-content { padding-top: 130px; padding-bottom: 70px; }
  .hero h1 { font-size: 4.5rem; }
  .hero-copy { max-width: 450px; font-size: 16px; }
  .hero-location { display: none; }

  .intro {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .sound-object { margin-top: 38px; }

  .intro-copy h2,
  .section-heading h2,
  .faq-heading h2,
  .enquire-copy h2 { font-size: 3.7rem; }

  .process,
  .faq,
  .enquire { padding: 95px 0; }
  .section-heading { display: block; }
  .process .section-heading { margin-bottom: 58px; }

  .steps { grid-template-columns: 1fr; }
  .steps li,
  .steps li + li {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 16px;
    min-height: 0;
    padding: 26px 0 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .step-number { margin: 8px 0 0; }

  .collection { padding-top: 95px; padding-bottom: 100px; }
  .collection-heading { margin-bottom: 45px; }
  .collection-heading > p { margin-top: 25px; }
  .product-grid { grid-template-columns: 1fr; gap: 70px; }

  .moment,
  .moment-copy { min-height: 68vh; }
  .moment blockquote { font-size: 4.2rem; }

  .occasions { padding-top: 90px; padding-bottom: 90px; }
  .occasions h2 { font-size: 3.2rem; }

  .faq-layout,
  .enquire-layout { grid-template-columns: 1fr; gap: 48px; }
  .footer-layout { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 3.4rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .intro-copy h2,
  .section-heading h2,
  .faq-heading h2,
  .enquire-copy h2 { font-size: 3rem; }
  .product-visual { aspect-ratio: 4 / 5.4; }
  .product-info h3 { font-size: 30px; }
  .moment blockquote { font-size: 3.3rem; }
  .occasions h2 { font-size: 2.6rem; }
  .faq-list summary { font-size: 20px; }
  .field-row { grid-template-columns: 1fr; gap: 26px; }
  .choice-row { display: grid; grid-template-columns: 1fr; }
  .choice span { width: 100%; }
  .footer-layout { grid-template-columns: 1fr; gap: 28px; }
  .copyright { margin-top: 20px; }
  .not-found-content h1 { font-size: 4rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}