:root {
  --cream: #f6f0e5;
  --paper: #fffaf2;
  --ink: #172521;
  --muted: #66726d;
  --coral: #ec6c4f;
  --coral-dark: #d85439;
  --sage: #cad7c9;
  --line: rgba(23, 37, 33, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; }
button, input { font: inherit; }
button { cursor: pointer; }
.grain { position: fixed; inset: 0; pointer-events: none; opacity: .18; z-index: 100; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
.site-header { height: 84px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: absolute; z-index: 10; width: 100%; }
.brand { display: flex; gap: 10px; align-items: center; color: inherit; text-decoration: none; font-size: 11px; line-height: 1.1; letter-spacing: .1em; }
.brand-mark { width: 31px; height: 31px; border-radius: 50%; background: var(--coral); display: grid; grid-template-columns: repeat(3, 4px); gap: 3px; place-content: center; transform: rotate(-20deg); }
.brand-mark i { width: 4px; height: 13px; background: var(--cream); border-radius: 5px; display: block; }
.brand-mark i:nth-child(2) { height: 19px; }
.site-header nav { display: flex; gap: 32px; margin-left: auto; margin-right: 32px; }
.site-header nav a { color: inherit; text-decoration: none; font-size: 13px; font-weight: 600; }
.button { border: 0; border-radius: 100px; padding: 14px 21px; font-weight: 700; display: inline-flex; align-items: center; gap: 20px; justify-content: center; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-coral { background: var(--coral); color: white; }
.button-coral:hover { background: var(--coral-dark); }
.button-light { background: var(--cream); color: var(--ink); }
.menu-button { display: none; border: 0; background: none; font-size: 24px; }

.referral-cover { padding-top: 84px; position: relative; background: #fff; overflow: hidden; }
.referral-cover img { display: block; width: 100%; max-width: 1920px; height: auto; margin: 0 auto; object-fit: contain; object-position: center top; }
.cover-actions { position: absolute; right: max(3.5vw, calc((100vw - 1920px) / 2 + 3.5vw)); bottom: 3vw; display: flex; gap: 10px; padding: 8px; border-radius: 100px; background: rgba(255,250,242,.92); box-shadow: 0 12px 35px rgba(19,38,56,.2); backdrop-filter: blur(8px); }
.cover-link { background: #fff; color: var(--ink); text-decoration: none; border: 1px solid var(--line); }
.hero { min-height: 760px; padding: 145px 7vw 85px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; overflow: hidden; position: relative; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-weight: 700; font-size: 10px; margin: 0 0 20px; }
h1, h2 { font-family: "Playfair Display", serif; font-weight: 600; line-height: .98; letter-spacing: -.04em; margin: 0; }
h1 { font-size: clamp(62px, 7.2vw, 112px); }
h1 em, h2 em { color: var(--coral); font-weight: inherit; }
.hero-intro { max-width: 520px; color: var(--muted); line-height: 1.65; font-size: 16px; margin: 28px 0; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.text-link { color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.hero-proof { display: flex; gap: 14px; align-items: center; margin-top: 48px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 36px; height: 36px; border-radius: 50%; background: var(--sage); border: 2px solid var(--cream); display: grid; place-items: center; font-size: 9px; font-weight: 700; margin-left: -8px; }
.avatar-stack span:first-child { margin-left: 0; background: #ddb991; }
.avatar-stack span:last-child { background: #aeb6ce; }
.stars { color: var(--coral); letter-spacing: 2px; font-size: 11px; }
.hero-proof p { margin: 3px 0 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.hero-proof b { color: var(--ink); }
.hero-visual { height: 580px; position: relative; }
.memory-card { background: #fdf8ed; padding: 12px; box-shadow: 0 25px 60px rgba(48, 44, 35, .17); position: absolute; z-index: 2; }
.memory-main { width: 55%; aspect-ratio: .87; transform: rotate(6deg); top: 5%; left: 24%; }
.photo { width: 100%; height: 83%; overflow: hidden; position: relative; background: #8fabb1; }
.family-photo .sun { position: absolute; width: 100px; height: 100px; border-radius: 50%; background: #f4c77c; top: 40px; left: 50px; filter: blur(1px); }
.family-photo .hills { position: absolute; width: 130%; height: 55%; background: #6d8875; border-radius: 50% 50% 0 0; bottom: -15%; left: -15%; box-shadow: 0 -32px 0 #a9a36c; }
.family-photo .family { position: absolute; bottom: 20%; width: 100%; text-align: center; letter-spacing: 15px; font-size: 45px; color: #46554b; text-shadow: 4px 10px 0 #46554b; }
.card-note { display: flex; align-items: center; justify-content: space-between; height: 17%; font-family: "Playfair Display", serif; font-size: 12px; }
.card-note b { font-family: "DM Sans"; font-size: 8px; color: var(--muted); }
.memory-small { width: 25%; aspect-ratio: .8; transform: rotate(-11deg); top: 15%; left: 3%; padding: 8px; }
.film-window { height: 85%; background: #223631; border: 8px solid #ddc590; display: grid; place-items: center; }
.film-person { font-size: 45px; color: #dfb169; }
.memory-small span { font-family: "Playfair Display"; display: block; padding-top: 7px; font-size: 10px; }
.tape { width: 280px; height: 175px; border-radius: 10px; background: #292b2c; position: absolute; z-index: 3; bottom: 8%; right: 0; transform: rotate(-8deg); box-shadow: 0 25px 40px rgba(23,37,33,.25); padding: 15px; }
.tape-label { height: 105px; background: #e8d9b7; border-radius: 6px; text-align: center; padding-top: 8px; letter-spacing: .2em; font-size: 8px; color: #565750; }
.tape-label b { font-family: "Playfair Display"; font-size: 16px; letter-spacing: .08em; }
.reels { display: flex; gap: 60px; justify-content: center; margin-top: -65px; }
.reels i { width: 48px; height: 48px; border: 8px dotted #ddd4bf; background: #242728; border-radius: 50%; display: block; }
.tape-bottom { width: 120px; height: 25px; background: #151616; position: absolute; bottom: 0; left: 80px; clip-path: polygon(15% 0, 85% 0, 100% 100%, 0 100%); }
.orbit { position: absolute; border: 1px solid rgba(23,37,33,.18); border-radius: 50%; }
.orbit-one { width: 620px; height: 620px; left: -15px; top: -20px; }
.orbit-two { width: 450px; height: 450px; left: 100px; top: 75px; }
.scroll-note { position: absolute; bottom: 30px; left: 49%; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.scroll-note span { font-size: 14px; margin-left: 5px; }

.ticker { overflow: hidden; background: var(--coral); color: var(--cream); padding: 13px 0; font-family: "Playfair Display"; font-size: 15px; font-style: italic; white-space: nowrap; }
.ticker div { width: max-content; animation: marquee 25s linear infinite; }
.ticker span { font-family: sans-serif; font-size: 9px; margin: 0 28px; }
@keyframes marquee { to { transform: translateX(-25%); } }
.section { padding: 110px 7vw; }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr 1fr; gap: 5vw; align-items: end; margin-bottom: 55px; }
.section-heading h2, .how h2, .trust h2 { font-size: clamp(52px, 6vw, 86px); }
.section-heading p:last-child { color: var(--muted); line-height: 1.7; max-width: 380px; font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.service-card { text-align: left; min-height: 390px; border: 0; border-right: 1px solid var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 20px 78px; background: transparent; color: var(--ink); position: relative; transition: background .3s, transform .3s, box-shadow .3s; }
.service-card:hover, .service-card:focus-visible, .service-card.active { background: var(--paper); transform: translateY(-8px); box-shadow: 0 20px 38px rgba(23,37,33,.12); z-index: 2; outline: none; }
.service-number { font-size: 9px; letter-spacing: .1em; color: var(--muted); }
.service-icon { height: 115px; margin: 50px auto 35px; position: relative; }
.tape-mini { width: 150px; height: 90px; border: 7px solid var(--ink); border-radius: 7px; }
.tape-mini:before { content: ""; position: absolute; width: 75px; height: 36px; border: 4px solid var(--ink); left: 30px; top: 20px; }
.tape-mini i { width: 22px; height: 22px; border: 4px dotted var(--ink); border-radius: 50%; position: absolute; top: 31px; left: 41px; }
.tape-mini i:last-child { left: 88px; }
.reel-mini { width: 115px; height: 115px; border: 7px solid var(--ink); border-radius: 50%; }
.reel-mini:after { content: ""; width: 25px; height: 25px; background: var(--cream); border: 5px solid var(--ink); border-radius: 50%; position: absolute; inset: 0; margin: auto; }
.reel-mini i { width: 23px; height: 23px; background: var(--ink); border-radius: 50%; position: absolute; left: 40px; top: 8px; }
.reel-mini i:nth-child(2) { left: 72px; top: 42px; }.reel-mini i:nth-child(3) { left: 39px; top: 73px; }.reel-mini i:nth-child(4) { left: 7px; top: 42px; }
.photo-mini { width: 110px; height: 90px; background: var(--ink); transform: rotate(7deg); }
.photo-mini:before { content: ""; position: absolute; inset: 8px 8px 25px; background: var(--sage); }
.photo-mini i { position: absolute; width: 80px; height: 90px; border: 5px solid var(--ink); background: var(--paper); z-index: -1; transform: rotate(-20deg); left: -25px; top: 5px; }
.audio-mini { width: 140px; height: 85px; border: 6px solid var(--ink); border-radius: 8px; }
.audio-mini:before { content: ""; position: absolute; width: 60px; height: 32px; border: 4px solid var(--ink); left: 35px; top: 20px; border-radius: 20px; }
.audio-mini i { width: 18px; height: 18px; border: 3px dotted var(--ink); border-radius: 50%; position: absolute; top: 27px; left: 43px; }.audio-mini i:last-child { left: 82px; }
.service-card h3 { font-family: "Playfair Display"; font-size: 24px; margin: 0 0 8px; }
.service-card p { color: var(--muted); font-size: 11px; line-height: 1.5; max-width: 180px; }
.round-arrow { position: absolute; left: 20px; right: 20px; bottom: 18px; min-height: 46px; border: 0; border-radius: 6px; padding: 0 12px 0 14px; background: var(--ink); color: white; display: flex; align-items: center; justify-content: flex-end; font-size: 15px; font-weight: 700; transition: background .2s, transform .2s; }
.round-arrow:before { margin-right: auto; font-size: 11px; }
.service-card[data-service="video"] .round-arrow:before { content: "Choose video tapes"; }
.service-card[data-service="film"] .round-arrow:before { content: "Choose film reels"; }
.service-card[data-service="photos"] .round-arrow:before { content: "Choose photos & slides"; }
.service-card[data-service="audio"] .round-arrow:before { content: "Choose audio"; }
.service-card:hover .round-arrow, .service-card:focus-visible .round-arrow, .service-card.active .round-arrow { background: var(--coral); transform: translateY(-2px); }
.service-card:hover .round-arrow, .service-card:focus-visible .round-arrow, .service-card.active .round-arrow { color: var(--ink); }

.how { background: var(--ink); color: var(--cream); display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px 8vw; }
.how-intro { align-self: center; }
.how-intro .button { margin-top: 35px; }
.how-copy { color: #aeb8b3; max-width: 360px; line-height: 1.65; font-size: 12px; margin: 25px 0 0; }
.how-video { align-self: center; border: 1px solid rgba(255,255,255,.2); background: #0c1412; padding: 10px; box-shadow: 18px 22px 0 rgba(236,108,79,.25); }
.how-video iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.steps { grid-column: 1 / -1; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.17); }
.steps li { background: var(--ink); padding: 20px; min-height: 430px; display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.17); }
.steps li > span { font-size: 9px; color: #9aa49f; }
.steps h3 { font-family: "Playfair Display"; font-size: 22px; margin: 20px 0 10px; }
.steps p { font-size: 11px; color: #aeb8b3; line-height: 1.65; margin: 0; }
.step-art { height: 190px; margin: 45px 0 15px; position: relative; }
.box-art { width: 130px; height: 90px; border: 4px solid var(--cream); margin-left: auto; margin-right: auto; transform: skewY(-8deg); }
.box-art:before { content: ""; width: 70px; height: 30px; border: 4px solid var(--cream); position: absolute; left: 26px; top: 25px; }
.box-art i { width: 28px; height: 28px; background: var(--coral); position: absolute; top: -16px; left: 10px; transform: rotate(15deg); }
.box-art i:nth-child(2) { left: 62px; top: -23px; background: var(--sage); }.box-art i:nth-child(3) { left: 95px; top: -10px; background: #d6b77d; }
.van-art { width: 160px; height: 75px; border: 4px solid var(--cream); border-radius: 15px 25px 6px 6px; margin-left: auto; margin-right: auto; top: 25px; }
.van-art:before { content: ""; width: 55px; height: 40px; border: 4px solid var(--cream); border-bottom: 0; position: absolute; right: 8px; top: 10px; }
.van-art i { width: 30px; height: 30px; background: var(--ink); border: 5px solid var(--cream); border-radius: 50%; position: absolute; bottom: -18px; left: 20px; }.van-art i:nth-child(2) { left: 105px; }.van-art i:nth-child(3) { width: 45px; height: 20px; border: 0; border-radius: 0; background: var(--coral); left: 22px; top: 18px; }
.screen-art { width: 145px; height: 100px; border: 5px solid var(--cream); margin-left: auto; margin-right: auto; top: 5px; display: grid; place-items: center; }
.screen-art:before { content: "▶"; width: 40px; height: 40px; background: var(--coral); border-radius: 50%; display: grid; place-items: center; font-size: 12px; padding-left: 2px; }
.screen-art i { width: 5px; height: 35px; background: var(--cream); position: absolute; bottom: -38px; left: 68px; }.screen-art i:last-child { width: 60px; height: 5px; bottom: -40px; left: 40px; }

.trust { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.trust-photo { background: #c7c9bb; min-height: 600px; position: relative; padding: 8%; display: flex; flex-direction: column; justify-content: center; }
.trust-photo img { display: block; width: 100%; height: auto; box-shadow: 15px 20px 0 rgba(23,37,33,.18); }
.trust-photo p { font-family: "Playfair Display"; font-size: 18px; position: absolute; bottom: 30px; left: 35px; transform: rotate(-4deg); }
.trust-copy blockquote { font-family: "Playfair Display"; font-size: 20px; line-height: 1.55; margin: 45px 0 10px; padding-top: 30px; border-top: 1px solid var(--line); }
.quote-by { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.trust-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 45px; }
.trust-stats div { padding: 20px 15px 20px 0; display: flex; flex-direction: column; gap: 5px; }
.trust-stats strong { font-family: "Playfair Display"; color: var(--coral); font-size: 29px; }
.trust-stats span { font-size: 9px; color: var(--muted); }
.cta-section { background: var(--coral); padding: 75px 7vw; display: flex; justify-content: space-between; align-items: flex-end; color: var(--cream); }
.cta-section h2 { font-size: clamp(55px, 7vw, 100px); }
footer { padding: 28px 4.5vw; background: var(--ink); color: var(--cream); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.15); }
footer p { font-size: 9px; color: #aeb8b3; }

.faq-header { position: relative; background: var(--paper); }
.faq-header nav a[aria-current="page"] { color: var(--coral-dark); }
.faq-page { background: var(--paper); }
.faq-hero { min-height: 450px; padding: 100px 7vw 80px; background: var(--ink); color: var(--cream); display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 5vw; }
.faq-hero .eyebrow { grid-column: 1 / -1; color: var(--coral); margin-bottom: 0; }
.faq-hero h1 { font-size: clamp(64px, 8vw, 120px); }
.faq-hero p:last-child { max-width: 430px; color: #b6c1bc; line-height: 1.7; font-size: 14px; padding-bottom: 8px; }
.faq-layout { padding: 90px 7vw 120px; display: grid; grid-template-columns: 240px minmax(0, 800px); gap: 8vw; justify-content: center; align-items: start; }
.faq-nav { position: sticky; top: 25px; display: grid; border-top: 1px solid var(--line); }
.faq-nav a { color: var(--ink); text-decoration: none; font-size: 11px; font-weight: 700; padding: 14px 0; border-bottom: 1px solid var(--line); }
.faq-nav a:hover { color: var(--coral-dark); }
.faq-group { scroll-margin-top: 25px; margin-bottom: 85px; }
.faq-group .eyebrow { color: var(--coral-dark); margin-bottom: 12px; }
.faq-group h2 { font-size: 48px; margin-bottom: 28px; }
.faq-group details { border-top: 1px solid var(--line); }
.faq-group details:last-child { border-bottom: 1px solid var(--line); }
.faq-group summary { list-style: none; cursor: pointer; padding: 22px 48px 22px 0; font-family: "Playfair Display", serif; font-size: 21px; position: relative; }
.faq-group summary::-webkit-details-marker { display: none; }
.faq-group summary:after { content: "+"; position: absolute; right: 4px; top: 17px; width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; font-family: "DM Sans"; font-size: 17px; }
.faq-group details[open] summary:after { content: "\2212"; background: var(--coral); }
.faq-group details p { color: var(--muted); font-size: 13px; line-height: 1.75; max-width: 680px; padding: 0 50px 24px 0; margin: 0; }

.builder-shell { position: fixed; inset: 0; z-index: 200; pointer-events: none; opacity: 0; transition: opacity .3s; }
.builder-shell.open { pointer-events: auto; opacity: 1; }
.builder-backdrop { position: absolute; inset: 0; background: rgba(16, 26, 23, .62); backdrop-filter: blur(7px); }
.builder-panel { position: absolute; right: 0; top: 0; bottom: 0; width: min(610px, 100%); background: var(--paper); padding: 32px 38px 0; transform: translateX(100%); transition: transform .4s ease; display: flex; flex-direction: column; overflow-y: auto; }
.builder-shell.open .builder-panel { transform: translateX(0); }
.builder-top { display: flex; justify-content: space-between; align-items: flex-start; }
.builder-top h2 { font-size: 19px; letter-spacing: 0; line-height: 1.1; }
.close-builder { border: 1px solid var(--line); background: transparent; width: 42px; height: 42px; border-radius: 50%; font-size: 0; display: grid; place-items: center; transition: background .2s, color .2s, transform .2s; }
.close-builder:before { content: "\2190"; font-size: 20px; }
.close-builder:hover, .close-builder:focus-visible { background: var(--ink); color: white; transform: translateX(-2px); outline: none; }
.progress { height: 2px; background: var(--line); margin: 28px 0; }
.progress i { display: block; width: 33%; height: 100%; background: var(--coral); transition: width .3s; }
#quote-form { flex: 1; display: flex; flex-direction: column; }
.builder-step { display: none; padding-bottom: 100px; }
.builder-step.active { display: block; animation: stepIn .3s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateX(10px); } }
.step-label { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: var(--coral); font-weight: 700; }
.builder-step h3 { font-family: "Playfair Display"; font-size: 33px; line-height: 1.1; margin: 8px 0; }
.builder-step h4 { font-family: "Playfair Display"; font-size: 21px; margin: 30px 0 12px; }
.builder-help, .estimate-note { color: var(--muted); font-size: 12px; line-height: 1.6; }
.quantity-list { border-top: 1px solid var(--line); margin-top: 25px; }
.consumer-package { border-bottom: 1px solid var(--line); padding: 20px 0; }
.consumer-package-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 15px; }
.consumer-package-heading > div { display: flex; flex-direction: column; gap: 4px; }
.consumer-package-heading b { font-family: "Playfair Display"; font-size: 19px; }
.consumer-package-heading span:not(.package-badge) { color: var(--muted); font-size: 10px; }
.package-badge { background: rgba(236,108,79,.1); color: var(--coral); border-radius: 100px; padding: 7px 10px; font-size: 9px; font-weight: 700; white-space: nowrap; }
.consumer-package label { display: block; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--muted); }
.consumer-package select { appearance: none; width: 100%; border: 1px solid var(--line); background: white; color: var(--ink); border-radius: 6px; padding: 13px 38px 13px 12px; font-size: 11px; margin-top: 6px; background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 17px) 18px, calc(100% - 12px) 18px; background-size: 5px 5px; background-repeat: no-repeat; }
.tape-length-options { display: flex; align-items: center; gap: 14px; padding: 11px 0 11px 16px; border-bottom: 1px solid var(--line); background: rgba(236,108,79,.06); font-size: 10px; }
.tape-length-options > span { color: var(--muted); margin-right: auto; }
.tape-length-options label { font-weight: 700; white-space: nowrap; }
.tape-length-options input { accent-color: var(--coral); }
.pricing-source { font-size: 9px; line-height: 1.55; color: var(--muted); margin: 14px 0 0; }
.professional-box { border-bottom: 1px solid var(--line); padding: 20px 0; }
.professional-heading { display: flex; justify-content: space-between; align-items: center; }
.professional-heading > div:first-child { display: flex; flex-direction: column; gap: 4px; }
.professional-heading b { font-family: "Playfair Display"; font-size: 19px; }
.professional-heading span { color: var(--muted); font-size: 10px; }
.professional-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 15px; }
.professional-fields label { font-size: 8px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--muted); }
.professional-fields select { appearance: none; width: 100%; border: 1px solid var(--line); background: white; color: var(--ink); border-radius: 5px; padding: 10px 8px; font-size: 10px; margin-top: 5px; }
#professional-rate-note { margin: 10px 0 0; font-size: 9px; color: var(--coral); font-weight: 700; }
.film-pricing-box { border-bottom: 1px solid var(--line); padding: 20px 0; }
.film-pricing-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.film-pricing-heading > div { display: flex; flex-direction: column; gap: 4px; }
.film-pricing-heading b { font-family: "Playfair Display"; font-size: 19px; }
.film-pricing-heading span:not(.package-badge) { color: var(--muted); font-size: 10px; }
.film-fields { display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 8px; margin-top: 15px; }
.film-fields label { font-size: 8px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--muted); }
.film-fields select, .film-fields input { width: 100%; border: 1px solid var(--line); background: white; color: var(--ink); border-radius: 5px; padding: 10px 8px; font-size: 10px; margin-top: 5px; }
.film-breakdown { display: flex; gap: 18px; margin-top: 10px; color: var(--coral); font-size: 9px; font-weight: 700; }
.photo-pricing-box { border-bottom: 1px solid var(--line); padding: 20px 0; }
.photo-fields { display: grid; grid-template-columns: 1.5fr .7fr; gap: 8px; margin-top: 15px; align-items: end; }
.photo-fields label:not(.montage-option) { font-size: 8px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--muted); }
.photo-fields select, .photo-fields input[type="number"] { width: 100%; border: 1px solid var(--line); background: white; color: var(--ink); border-radius: 5px; padding: 10px 8px; font-size: 10px; margin-top: 5px; }
.montage-option { grid-column: 1 / -1; display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: 10px; font-weight: 700; padding-top: 7px; }
.montage-option input { accent-color: var(--coral); }
.audio-pricing-box { border-bottom: 1px solid var(--line); padding: 20px 0; }
.audio-fields { display: grid; grid-template-columns: 1.2fr .75fr 1fr; gap: 8px; margin-top: 15px; }
.audio-fields label { font-size: 8px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--muted); }
.audio-fields select, .audio-fields input { width: 100%; border: 1px solid var(--line); background: white; color: var(--ink); border-radius: 5px; padding: 10px 8px; font-size: 10px; margin-top: 5px; }
.counter { border: 1px solid var(--line); border-radius: 100px; display: flex; align-items: center; gap: 12px; padding: 5px; background: white; }
.counter button { border: 0; background: var(--cream); width: 28px; height: 28px; border-radius: 50%; }
.counter output { min-width: 20px; text-align: center; font-size: 12px; font-weight: 700; }
.option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 25px; }
.option-grid label { cursor: pointer; }
.option-grid input { position: absolute; opacity: 0; }
.option-grid span { height: 150px; display: flex; flex-direction: column; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: white; transition: border .2s, background .2s; }
.option-grid input:checked + span { border-color: var(--coral); background: #fff6ee; box-shadow: inset 0 0 0 1px var(--coral); }
.option-grid b { font-family: "Playfair Display"; font-size: 17px; }
.option-grid small { font-size: 9px; color: var(--muted); margin-top: 7px; line-height: 1.5; }
.option-grid em { margin-top: auto; font-size: 10px; font-style: normal; font-weight: 700; color: var(--coral); }
.option-grid.compact { grid-template-columns: 1fr 1fr; margin-top: 0; }
.option-grid.compact span { height: 85px; }
.summary-card { background: var(--ink); color: white; border-radius: 12px; padding: 25px; margin-top: 25px; }
.summary-icon { width: 42px; height: 42px; border-radius: 50%; background: var(--coral); display: grid; place-items: center; padding-left: 3px; margin-bottom: 20px; }
#summary-lines p { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.13); padding-bottom: 10px; font-size: 11px; color: #c4ccc8; }
.summary-total { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 30px; }
.summary-total span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.summary-total strong { font-family: "Playfair Display"; font-size: 38px; color: var(--coral); }
.gst-total { display: flex; justify-content: space-between; margin-top: 9px; color: #c4ccc8; font-size: 10px; }
.gst-total b { color: white; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.contact-fields label { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.contact-fields input { width: 100%; border: 1px solid var(--line); background: white; padding: 13px; border-radius: 6px; margin-top: 6px; text-transform: none; }
.builder-footer { position: sticky; bottom: 0; background: var(--paper); border-top: 1px solid var(--line); margin-top: auto; padding: 16px 0; display: flex; align-items: center; gap: 14px; }
.back-step { border: 0; background: transparent; text-decoration: underline; font-size: 11px; display: none; }
.live-estimate { margin-left: auto; display: flex; flex-direction: column; text-align: right; }
.live-estimate span { font-size: 8px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.live-estimate b { font-family: "Playfair Display"; font-size: 21px; }
.success-state { display: none; flex: 1; text-align: center; align-items: center; justify-content: center; flex-direction: column; padding: 30px; }
.success-state.show { display: flex; }
.success-mark { width: 70px; height: 70px; border-radius: 50%; background: var(--coral); color: white; display: grid; place-items: center; font-size: 30px; margin-bottom: 25px; }
.success-state h2 { font-size: 55px; }
.success-state p:not(.eyebrow) { max-width: 350px; color: var(--muted); line-height: 1.6; font-size: 13px; margin: 20px 0 30px; }
.checkout-state { display: none; padding-bottom: 35px; }
.checkout-state.show { display: block; animation: stepIn .3s ease; }
.checkout-state h2 { font-size: 42px; margin-bottom: 25px; }
.checkout-state h4 { font-family: "Playfair Display"; font-size: 20px; margin: 25px 0 12px; }
.checkout-back { border: 0; background: none; padding: 0; margin-bottom: 25px; color: var(--muted); font-size: 10px; text-decoration: underline; }
.checkout-order { background: var(--ink); color: white; border-radius: 10px; padding: 20px; display: grid; gap: 12px; }
.checkout-order div { display: flex; justify-content: space-between; font-size: 11px; color: #c4ccc8; }
.checkout-order .checkout-total { border-top: 1px solid rgba(255,255,255,.15); padding-top: 15px; align-items: end; color: white; }
.checkout-total strong { color: var(--coral); font-family: "Playfair Display"; font-size: 30px; }
.checkout-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
.checkout-fields label { font-size: 8px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--muted); }
.checkout-fields label:first-child { grid-column: 1 / -1; }
.checkout-fields input { width: 100%; border: 1px solid var(--line); background: white; padding: 12px; border-radius: 5px; margin-top: 5px; }
.payment-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.payment-options input { position: absolute; opacity: 0; }
.payment-options span { display: flex; min-height: 85px; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: 6px; padding: 12px; background: white; cursor: pointer; }
.payment-options input:checked + span { border-color: var(--coral); box-shadow: inset 0 0 0 1px var(--coral); background: #fff6ee; }
.payment-options b { font-family: "Playfair Display"; font-size: 14px; }
.payment-options small { color: var(--muted); font-size: 8px; line-height: 1.4; }
.terms-check { display: flex; gap: 8px; align-items: flex-start; color: var(--muted); font-size: 9px; line-height: 1.5; margin: 20px 0 10px; }
.terms-check input { accent-color: var(--coral); }
.checkout-error { min-height: 15px; color: var(--coral); font-size: 10px; }
.place-order { width: 100%; }
.stripe-notice { margin: 22px 0; border: 1px solid var(--line); border-radius: 6px; padding: 16px; display: grid; gap: 5px; }
.stripe-notice b { font-size: 12px; }
.stripe-notice span { color: var(--muted); font-size: 10px; line-height: 1.5; }
.place-order:disabled { opacity: .65; cursor: wait; }
.order-reference { background: var(--cream); border-radius: 100px; padding: 9px 15px; font-size: 9px; color: var(--muted); margin: -10px 0 25px; }

@media (max-width: 1000px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 135px; }
  .hero-copy { z-index: 4; }
  .hero-visual { margin-top: 20px; height: 500px; }
  .section-heading { grid-template-columns: 1fr 1fr; }
  .section-heading p:last-child { grid-column: 2; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .how { grid-template-columns: 1fr; }
  .how-video, .steps { grid-column: auto; }
  .trust { gap: 4vw; }
  .trust-stats { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .site-header { height: 70px; padding: 0 20px; }
  .site-header > .button { display: inline-flex; padding: 10px 13px; font-size: 10px; gap: 8px; }
  .menu-button { display: none; }
  .referral-cover { padding-top: 70px; padding-bottom: 76px; }
  .referral-cover img { max-height: none; width: 100%; }
  .cover-actions { position: absolute; bottom: 14px; left: 14px; right: 14px; justify-content: center; padding: 6px; }
  .cover-actions .button { padding: 12px 14px; gap: 8px; font-size: 10px; flex: 1; }
  .hero { padding: 120px 20px 50px; min-height: auto; }
  h1 { font-size: 57px; }
  .hero-intro { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { margin-top: 30px; }
  .hero-visual { height: 390px; margin: 15px -20px 0; }
  .memory-main { width: 58%; left: 25%; }
  .memory-small { width: 28%; }
  .tape { width: 210px; height: 130px; right: -20px; }
  .tape-label { height: 78px; }
  .reels { margin-top: -50px; gap: 42px; }.reels i { width: 35px; height: 35px; }.tape-bottom { left: 55px; }
  .orbit-one { width: 400px; height: 400px; }.orbit-two { width: 300px; height: 300px; }
  .scroll-note { display: none; }
  .section { padding: 75px 20px; }
  .section-heading { display: block; }
  .section-heading h2, .how h2, .trust h2 { font-size: 52px; margin-bottom: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .service-icon { margin: 25px auto 15px; transform: scale(.8); }
  .steps { grid-template-columns: 1fr; margin-top: 45px; }
  .how-video { margin-top: 10px; padding: 6px; box-shadow: 10px 12px 0 rgba(236,108,79,.25); }
  .steps li { min-height: 360px; }
  .trust { grid-template-columns: 1fr; }
  .trust-photo { min-height: 0; padding: 14px 14px 24px; display: block; }
  .trust-photo img { width: 100%; height: auto; object-fit: contain; box-shadow: 8px 10px 0 rgba(23,37,33,.18); }
  .trust-photo p { position: static; transform: none; margin: 24px 6px 0; font-size: 17px; line-height: 1.25; }
  .trust-stats { grid-template-columns: repeat(3, 1fr); }
  .trust-stats strong { font-size: 22px; }
  .cta-section { padding: 55px 20px; display: block; }
  .cta-section h2 { margin-bottom: 30px; }
  footer { padding: 25px 20px; flex-direction: column; align-items: flex-start; gap: 12px; }
  .faq-header nav { display: none; }
  .faq-header .button { padding: 11px 14px; font-size: 10px; }
  .faq-hero { min-height: 390px; padding: 70px 20px 60px; grid-template-columns: 1fr; gap: 25px; }
  .faq-hero h1 { font-size: 60px; }
  .faq-layout { padding: 55px 20px 80px; display: block; }
  .faq-nav { position: static; grid-template-columns: repeat(2, 1fr); margin-bottom: 65px; }
  .faq-nav a { padding-right: 10px; }
  .faq-group { margin-bottom: 65px; }
  .faq-group h2 { font-size: 38px; }
  .faq-group summary { font-size: 18px; }
  .builder-panel { padding: 24px 20px 0; }
  .builder-top h2 { font-size: 19px; }
  .builder-step h3 { font-size: 28px; }
  .option-grid { grid-template-columns: 1fr; }
  .option-grid span { height: 85px; }
  .tape-length-options { align-items: flex-start; flex-wrap: wrap; }
  .tape-length-options > span { width: 100%; }
  .professional-fields { grid-template-columns: 1fr; }
  .film-fields { grid-template-columns: 1fr; }
  .photo-fields { grid-template-columns: 1fr; }
  .audio-fields { grid-template-columns: 1fr; }
  .film-pricing-heading { display: block; }
  .consumer-package-heading { display: block; }
  .package-badge { display: inline-block; margin-top: 10px; }
  .contact-fields { grid-template-columns: 1fr; }
  .checkout-fields, .payment-options { grid-template-columns: 1fr; }
  .checkout-fields label:first-child { grid-column: auto; }
}
