:root {
  --ink: #231f1d;
  --muted: #6c645f;
  --paper: #fbfaf8;
  --warm: #f4eee7;
  --wine: #8b2025;
  --wine-dark: #68161a;
  --gold: #b48b4d;
  --line: #ddd1c4;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --sans: Inter, "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 24px 80px rgb(67 43 27 / 14%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 999;
  left: 1rem;
  top: 1rem;
  padding: 0.75rem 1rem;
  color: white;
  background: var(--wine);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: clamp(78px, 10vw, 136px) 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.05; }
h1 { margin-bottom: 1.75rem; font-size: clamp(3rem, 5vw, 5rem); letter-spacing: -0.055em; }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.5rem, 5vw, 4.7rem); letter-spacing: -0.045em; }
h3 { margin-bottom: 0.75rem; font-size: clamp(1.55rem, 2.4vw, 2.25rem); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgb(251 250 248 / 92%);
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgb(40 25 15 / 5%); }
.nav-shell { display: flex; align-items: center; min-height: 92px; gap: 2.5rem; }
.brand { display: inline-flex; flex-direction: column; width: fit-content; text-decoration: none; line-height: 1; }
.brand-name { color: var(--wine); font-family: var(--serif); font-size: 2rem; letter-spacing: -0.045em; }
.brand-detail { margin: 0.35rem 0 0 1.35rem; color: var(--gold); font-family: var(--serif); font-size: 0.73rem; letter-spacing: 0.22em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.site-nav a, .site-footer nav a { position: relative; font-size: 0.82rem; font-weight: 600; text-decoration: none; }
.site-nav a::after, .site-footer nav a::after {
  position: absolute;
  content: "";
  left: 0;
  right: 100%;
  bottom: -0.35rem;
  height: 1px;
  background: var(--wine);
  transition: right 180ms ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-footer nav a:hover::after, .site-footer nav a:focus-visible::after { right: 0; }
.menu-button { display: none; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.55rem;
  border: 1px solid var(--wine);
  border-radius: 2px;
  color: white;
  background: var(--wine);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.button:hover { transform: translateY(-2px); background: var(--wine-dark); box-shadow: 0 10px 28px rgb(139 32 37 / 18%); }
.button:focus-visible, summary:focus-visible, .menu-button:focus-visible, a:focus-visible { outline: 3px solid rgb(180 139 77 / 45%); outline-offset: 4px; }
.button-small { min-height: 43px; padding: 0.65rem 1.25rem; font-size: 0.78rem; }
.button-outline { color: var(--wine); background: transparent; }
.button-outline:hover { color: white; }
.button-row { display: flex; flex-wrap: wrap; gap: 0.8rem; }

.hero { overflow: hidden; padding: clamp(66px, 8vw, 108px) 0 clamp(82px, 10vw, 140px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(500px, 1.15fr); align-items: center; gap: clamp(45px, 8vw, 110px); }
.hero-copy { position: relative; z-index: 2; }
.hero-intro { max-width: 590px; margin-bottom: 2rem; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.trust-line { margin: 1.75rem 0 0; color: var(--gold); font-family: var(--serif); font-size: 1.05rem; }

.memory-collage { position: relative; min-height: 620px; }
.memory-collage::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 520px;
  height: 520px;
  right: -80px;
  top: 10px;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.collage-photo { position: absolute; overflow: hidden; border: 10px solid white; background: white; box-shadow: var(--shadow); }
.collage-photo img { height: 100%; object-fit: cover; }
.collage-photo-main { width: 72%; height: 66%; right: 1%; top: 8%; transform: rotate(4deg); }
.collage-photo-small { width: 50%; height: 42%; left: 0; bottom: 4%; transform: rotate(-7deg); }
.collage-photo-small img { filter: sepia(0.35) saturate(0.75); }
.tape-label {
  position: absolute;
  z-index: 3;
  left: 28%;
  top: 43%;
  display: grid;
  width: 190px;
  padding: 1rem;
  border: 8px solid #232323;
  color: #25211e;
  background: #e8e0d4;
  text-align: center;
  transform: rotate(-3deg);
  box-shadow: 0 18px 30px rgb(0 0 0 / 20%);
}
.tape-label span { font-size: 0.85rem; letter-spacing: 0.12em; }
.tape-label small { margin-top: 0.2rem; font-size: 0.7rem; }
.usb-token {
  position: absolute;
  z-index: 4;
  right: 10%;
  bottom: 7%;
  display: flex;
  width: 158px;
  height: 46px;
  align-items: center;
  padding: 0 1rem 0 2.5rem;
  border-radius: 5px 23px 23px 5px;
  color: #493b2b;
  background: linear-gradient(180deg, #d0b57a, #a98d55);
  font-family: var(--serif);
  font-size: 0.74rem;
  box-shadow: 0 15px 30px rgb(48 31 18 / 22%);
  transform: rotate(3deg);
}
.usb-token i { position: absolute; left: 0.65rem; width: 22px; height: 22px; border: 4px solid #3c342a; border-radius: 50%; }

.section-number { margin-bottom: 1.2rem; color: var(--gold); font-family: var(--serif); font-size: 0.84rem; letter-spacing: 0.14em; }
.section-heading { max-width: 760px; margin-bottom: 4rem; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.centered { margin-left: auto; margin-right: auto; text-align: center; }

.wedding-story { border-block: 1px solid var(--line); background: white; }
.story-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.section-copy p:last-child { max-width: 500px; color: var(--muted); font-size: 1.08rem; }
.memory-comparison { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; }
.memory-comparison figure { position: relative; margin: 0; }
.memory-comparison img { aspect-ratio: 4 / 3; object-fit: cover; }
.comparison-before img { filter: sepia(0.55) saturate(0.62) contrast(0.9); }
.memory-comparison figcaption { position: absolute; left: 0.75rem; bottom: 0.75rem; padding: 0.25rem 0.55rem; color: white; background: rgb(35 31 29 / 82%); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.comparison-after figcaption { background: rgb(139 32 37 / 88%); }
.comparison-arrow { color: var(--gold); font-family: var(--serif); font-size: 2.4rem; }
.screen-frame { padding: 8px; background: #282423; box-shadow: 0 20px 45px rgb(55 36 23 / 18%); }

.services { background: var(--paper); }
.service-list { border-top: 1px solid var(--line); }
.service {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(35px, 7vw, 100px);
  padding: 2.4rem 0;
  border-bottom: 1px solid var(--line);
}
.service:nth-child(even) { grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr); }
.service:nth-child(even) img { order: 2; }
.service img { aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(0.82) contrast(0.98); }
.service > div { max-width: 560px; }
.service-index { color: var(--gold); font-size: 0.75rem; letter-spacing: 0.14em; }
.service > div > p:last-child { color: var(--muted); }

.process { color: #f9f6f0; background: var(--ink); }
.process .section-number { color: #d3ae72; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; padding: 1rem clamp(20px, 4vw, 54px); text-align: center; }
.process-list li + li { border-left: 1px solid rgb(255 255 255 / 18%); }
.process-list span { display: grid; width: 44px; height: 44px; place-items: center; margin: 0 auto 1.5rem; border: 1px solid #d3ae72; border-radius: 50%; color: #d3ae72; }
.process-list h3 { font-size: 1.55rem; }
.process-list p { color: #bbb4ae; font-size: 0.91rem; }
.process-note { margin: 3.2rem 0 0; color: #d3ae72; text-align: center; }

.pricing { background: white; }
.pricing-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(55px, 9vw, 130px); }
.pricing-intro { position: sticky; top: 130px; align-self: start; }
.pricing-intro > p:not(.section-number) { color: var(--muted); }
.fine-print { padding-top: 1rem; border-top: 1px solid var(--line); font-size: 0.82rem; }
.pricing-groups { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.75rem); }
summary i { position: relative; flex: 0 0 20px; width: 20px; height: 20px; }
summary i::before, summary i::after { position: absolute; content: ""; inset: 50% 0 auto; height: 1px; background: var(--wine); }
summary i::after { transform: rotate(90deg); transition: transform 180ms ease; }
details[open] summary i::after { transform: rotate(0); }
.price-table { padding-bottom: 0.5rem; }
.price-table p { display: flex; justify-content: space-between; gap: 2rem; margin: 0; padding: 0.7rem 0; border-top: 1px dotted var(--line); }
.price-table span { color: var(--muted); }
.price-table strong { font-size: 0.9rem; text-align: right; }
details small { display: block; padding: 0.8rem 0 1.8rem; color: var(--muted); line-height: 1.6; }

.about { background: var(--warm); }
.about-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: center; gap: clamp(55px, 9vw, 130px); }
.about-copy > p:not(.section-number) { max-width: 620px; color: var(--muted); font-size: 1.08rem; }
.trust-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem 2rem; margin-top: 3rem; }
.trust-points p { margin: 0; padding-top: 1.2rem; border-top: 1px solid #cfc0b1; }
.trust-points strong, .trust-points span { display: block; }
.trust-points strong { margin-bottom: 0.25rem; font-family: var(--serif); font-size: 1.08rem; }
.trust-points span { color: var(--muted); font-size: 0.75rem; }
.about-image { position: relative; }
.about-image img { aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(0.55) sepia(0.16); box-shadow: var(--shadow); }
.about-image blockquote { position: absolute; left: -4rem; right: 2rem; bottom: 2rem; margin: 0; padding: 1.5rem; color: white; background: rgb(35 31 29 / 88%); font-family: var(--serif); font-size: 1.35rem; line-height: 1.25; backdrop-filter: blur(6px); }

.contact { color: white; background: var(--wine); }
.contact .section-number { color: #e2bd82; }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: end; gap: clamp(55px, 9vw, 130px); }
.contact .button { color: var(--wine); border-color: white; background: white; }
.contact .button:hover { color: white; border-color: var(--wine-dark); background: var(--wine-dark); }
.contact .button-outline { color: white; background: transparent; }
.contact-details { margin: 0; font-style: normal; }
.contact-details p { display: grid; grid-template-columns: 100px 1fr; gap: 2rem; margin: 0; padding: 1rem 0; border-bottom: 1px solid rgb(255 255 255 / 22%); }
.contact-details span { color: #e3b9b9; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-details strong, .contact-details a { font-weight: 600; overflow-wrap: anywhere; }

.terms { background: var(--paper); }
.terms-shell { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: clamp(55px, 9vw, 130px); }
.terms-details { align-self: start; border-top: 1px solid var(--line); }
.terms-content { columns: 2; column-gap: 3rem; padding-bottom: 1.5rem; }
.terms-content p { break-inside: avoid; color: var(--muted); font-size: 0.83rem; }
.terms-content strong { color: var(--ink); }

.site-footer { padding: 3rem 0; border-top: 1px solid var(--line); background: white; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 3rem; }
.footer-brand .brand-name { font-size: 1.45rem; }
.footer-brand .brand-detail { font-size: 0.52rem; }
.site-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.5rem; }
.site-footer p { margin: 0; color: var(--muted); font-size: 0.68rem; }

[data-reveal] { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .nav-shell { min-height: 78px; }
  .nav-call { margin-left: auto; }
  .menu-button { display: inline-flex; align-items: center; gap: 0.65rem; border: 0; background: transparent; cursor: pointer; }
  .menu-label { font-size: 0.75rem; font-weight: 700; }
  .menu-lines { display: grid; gap: 5px; }
  .menu-lines i { display: block; width: 22px; height: 1px; background: var(--ink); transition: transform 180ms ease; }
  .menu-button[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 1rem 24px 1.5rem; border-bottom: 1px solid var(--line); background: var(--paper); }
  .site-nav.is-open { display: flex; }
  .site-nav a { width: 100%; padding: 0.85rem 0; border-bottom: 1px solid var(--line); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .memory-collage { min-height: 560px; }
  .memory-collage::before { right: 0; }
  .story-grid, .about-grid, .contact-grid, .terms-shell { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 0.8fr 1.2fr; gap: 4rem; }
  .about-image { width: 100%; max-width: 640px; margin-left: auto; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { margin: auto; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 1180px); }
  .section { padding: 72px 0; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.5rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .nav-call { display: none; }
  .menu-button { margin-left: auto; }
  .hero { padding-top: 48px; }
  .memory-collage { min-height: 440px; }
  .memory-collage::before { width: 340px; height: 340px; right: 0; }
  .collage-photo { border-width: 7px; }
  .collage-photo-main { width: 80%; height: 62%; }
  .collage-photo-small { width: 54%; height: 38%; }
  .tape-label { left: 25%; top: 45%; width: 150px; padding: 0.7rem; }
  .usb-token { right: 2%; width: 130px; }
  .memory-comparison { gap: 0.45rem; }
  .comparison-arrow { font-size: 1.6rem; }
  .service, .service:nth-child(even) { grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem 0 3rem; }
  .service:nth-child(even) img { order: 0; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { padding: 2rem 0; }
  .process-list li + li { border-top: 1px solid rgb(255 255 255 / 18%); border-left: 0; }
  .pricing-grid { grid-template-columns: 1fr; gap: 3rem; }
  .pricing-intro { position: static; }
  .price-table p { align-items: flex-start; gap: 1rem; }
  .price-table span { max-width: 58%; }
  .trust-points { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
  .about-image { width: 100%; margin-left: 0; }
  .about-image blockquote { left: 1rem; right: 1rem; bottom: 1rem; }
  .contact-details p { grid-template-columns: 80px 1fr; gap: 1rem; }
  .terms-content { columns: 1; }
}

@media (max-width: 430px) {
  body { font-size: 15px; }
  .brand-name { font-size: 1.65rem; }
  .memory-collage { min-height: 370px; }
  .tape-label { left: 20%; top: 44%; width: 135px; border-width: 6px; }
  .usb-token { bottom: 5%; }
  .trust-points { grid-template-columns: 1fr; }
  .button-row .button { flex: 1 1 auto; }
  .contact-details p { grid-template-columns: 1fr; gap: 0.25rem; }
}
