:root {
  --ivory: #f5f0e8;
  --paper: #fffdf8;
  --taupe: #d8ccbd;
  --sand: #e9e0d4;
  --metal: #a08762;
  --ink: #25211e;
  --charcoal: #302c29;
  --muted: #706963;
  --amber: #93002e;
  --amber-dark: #6f0023;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--ivory); font: 16px/1.62 var(--sans); overflow-x: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
figure { margin: 0; }
img, video { display: block; max-width: 100%; }
.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; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(160,135,98,.42); outline-offset: 4px; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; display: flex; height: 76px; align-items: center; justify-content: space-between; gap: 28px; padding: 0 max(24px, calc((100vw - var(--container)) / 2)); background: rgba(245,240,232,.9); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: height .25s, border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { height: 66px; border-color: rgba(84,74,66,.15); box-shadow: 0 8px 28px rgba(37,33,30,.05); }
.logo { display: grid; justify-items: start; flex: none; color: var(--ink); text-decoration: none; line-height: 1; }
.logo span { font-size: 23px; font-weight: 600; letter-spacing: .18em; }
.logo small { margin-top: 6px; color: #806b4c; font-size: 7px; font-weight: 700; letter-spacing: .23em; }
.main-nav { display: flex; align-items: center; gap: clamp(18px,2.2vw,30px); }
.main-nav > a { position: relative; color: #524c47; font-size: 13px; font-weight: 600; text-decoration: none; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--metal); transition: right .2s; }
.main-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 21px; color: var(--paper) !important; background: var(--ink); border: 1px solid var(--ink); border-radius: 0; box-shadow: 0 12px 28px rgba(37,33,30,.12); font-weight: 700; line-height: 1.2; text-decoration: none; transition: transform .2s, background .2s, box-shadow .2s; cursor: pointer; }
.button:hover { background: #090807; transform: translateY(-2px); box-shadow: 0 16px 32px rgba(37,33,30,.18); }
.button-small { min-height: 40px; padding: 9px 16px; font-size: 12px !important; }
.light-button { color: var(--ink) !important; background: var(--paper); border-color: var(--paper); }
.light-button:hover { color: var(--paper) !important; background: transparent; }
.eyebrow, .step-label { margin: 0 0 12px; color: #806b4c; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light, .step-label.light { color: #cbb993; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 400; }
h1 { max-width: 590px; margin: 0; font-size: clamp(2.05rem,2.9vw,2.8rem); line-height: 1.08; letter-spacing: -.028em; }
h2 { margin: 0; font-size: clamp(1.5rem,2.05vw,2.05rem); line-height: 1.13; letter-spacing: -.018em; }
h3 { line-height: 1.15; }
.lead { max-width: 680px; margin: 19px 0 0; color: #56504b; font-size: 1rem; line-height: 1.65; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0,.76fr) minmax(520px,1.24fr); gap: clamp(36px,4.5vw,64px); min-height: 560px; align-items: center; padding: 98px max(24px,calc((100vw - var(--container))/2)) 46px; }
.hero::before { content: ""; position: absolute; z-index: -1; top: 106px; right: 3vw; width: 35vw; max-width: 470px; height: 475px; border: 1px solid rgba(160,135,98,.32); }
.hero-copy { padding-bottom: 16px; }
.hero-actions { display: flex; align-items: center; gap: 23px; margin-top: 24px; }
.text-link { color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s; }
.text-link:hover span { transform: translateY(3px); }
.microcopy { margin: 13px 0 0; color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; }
.browser-frame { overflow: hidden; background: var(--paper); border: 1px solid #dfd5c8; box-shadow: 0 32px 70px rgba(47,38,31,.14); transform: rotate(1deg); }
.browser-bar { display: flex; align-items: center; gap: 6px; height: 31px; padding: 0 11px; background: #ebe4dc; }
.browser-bar > span { width: 6px; height: 6px; background: #bea98d; border-radius: 50%; }
.browser-bar small { margin-left: auto; color: #8a817b; font-size: 8px; }
.ui-gallery { padding: 19px; }
.ui-brand { display: inline-grid; justify-items: center; color: var(--amber); line-height: 1; }
.ui-brand b { font: 500 25px/1 var(--serif); }
.ui-brand small { margin-top: 3px; color: #9a7d4c; font-size: 6px; letter-spacing: .25em; }
.ui-title { display: grid; margin: 18px 0 13px; }
.ui-title small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.ui-title strong { font: 500 23px/1.15 var(--serif); }
.ui-summary { display: flex; gap: 11px; align-items: center; padding: 9px 10px; margin-bottom: 13px; background: #fffdfa; border: 1px solid #e8ded2; }
.ui-summary span { display: grid; color: var(--muted); font-size: 7px; }
.ui-summary b { color: var(--ink); font-size: 11px; }
.ui-summary button, .selection-ui button, .prints-ui button { margin-left: auto; padding: 7px 9px; color: white; background: var(--amber); border: 0; font-size: 7px; }
.photo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; align-items: start; }
.photo { position: relative; min-height: 112px; background: linear-gradient(145deg,#d9c8b5,#8d7969); }
.photo.alt { background: linear-gradient(155deg,#eadcc9,#ad8b72); }
.photo.tall { min-height: 137px; }
.photo.selected { outline: 2px solid var(--amber); outline-offset: -2px; }
.photo em { position: absolute; top: 7px; right: 7px; display: grid; width: 19px; height: 19px; place-items: center; color: white; background: var(--amber); border-radius: 50%; font-size: 9px; font-style: normal; }
.hero-note { position: absolute; right: -26px; bottom: -25px; display: flex; align-items: center; gap: 13px; width: 278px; padding: 15px; color: white; background: var(--amber); box-shadow: 0 20px 42px rgba(111,0,35,.2); }
.hero-note > span { padding-right: 13px; border-right: 1px solid rgba(255,255,255,.35); font: 500 23px/1 var(--serif); }
.hero-note p { margin: 0; font-size: 9px; line-height: 1.45; }
.screen-frame { overflow: hidden; background: var(--paper); border: 1px solid #d8cbb9; box-shadow: 0 28px 65px rgba(45,37,31,.14); }
.screen-frame > img { width: 100%; height: auto; }
.screen-frame figcaption, .product-offer-screen figcaption { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 17px; background: var(--paper); border-top: 1px solid #ded2c4; }
.screen-frame figcaption span, .product-offer-screen figcaption span { flex: none; color: #806b4c; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.screen-frame figcaption p, .product-offer-screen figcaption p { max-width: 470px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

.value-strip { display: grid; grid-template-columns: 1fr 1fr; color: #f5f0e8; background: var(--ink); }
.value-strip article { padding: 38px max(24px,calc((100vw - var(--container))/2)) 42px; }
.value-strip article:first-child { padding-right: clamp(28px,4vw,58px); padding-left: max(24px,calc((100vw - var(--container))/2)); border-right: 1px solid rgba(255,255,255,.14); }
.value-strip article:last-child { padding-right: max(24px,calc((100vw - var(--container))/2)); padding-left: clamp(28px,4vw,58px); }
.value-strip span { color: #cbb993; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.value-strip h2 { max-width: 520px; margin-top: 14px; font-size: clamp(1.45rem,2.1vw,2rem); }
.value-strip p { max-width: 560px; margin: 15px 0 0; color: #c7c0ba; font-size: 14px; }

.process-section { padding: 60px max(24px,calc((100vw - var(--container))/2)); background: #ece4d9; border-block: 1px solid #ded1c0; }
.section-heading { max-width: 760px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { margin: 18px 0 0; color: #625b55; font-size: 16px; }
.process-path { display: grid; grid-template-columns: repeat(5,1fr); max-width: 960px; padding: 0; margin: 32px auto 0; list-style: none; }
.process-path li { position: relative; display: grid; min-height: 80px; align-content: start; justify-items: center; padding: 0 8px; color: #514b46; text-align: center; }
.process-path li::before { content: ""; position: absolute; top: 18px; left: 0; right: 0; height: 1px; background: #bca986; }
.process-path li:first-child::before { left: 50%; }
.process-path li:last-child::before { right: 50%; }
.process-path span { position: relative; z-index: 1; display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 11px; color: var(--ink); background: var(--ivory); border: 1px solid #b8a47f; border-radius: 50%; font: 600 12px/1 var(--serif); }
.process-path b { font-size: 12px; }
.process-note { max-width: 630px; margin: 15px auto 0; padding-top: 20px; color: var(--muted); border-top: 1px solid #d3c3aa; font-size: 13px; text-align: center; }

.demo-section { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(48px,8vw,110px); align-items: center; padding: 62px max(24px,calc((100vw - var(--container))/2)); background: var(--paper); }
.demo-copy { max-width: 620px; }
.demo-copy > p:not(.eyebrow) { max-width: 590px; margin: 16px 0 0; color: #625b55; font-size: 15px; }
.demo-points { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.demo-points span { padding: 5px 9px; color: #625951; border: 1px solid #d8cbb9; border-radius: 99px; font-size: 10px; }
.video-shell { width: min(100%,340px); justify-self: center; padding: 11px; background: #ded3c7; box-shadow: 0 26px 60px rgba(45,37,31,.15); }
.video-shell video { width: 100%; aspect-ratio: 9/16; background: #171412; object-fit: contain; }
.video-shell p { margin: 9px 2px 0; color: #6d645e; font-size: 10px; text-align: center; }

.feature-section { width: min(100%,var(--container)); margin: 0 auto; padding: 66px 24px; }
.split, .versions-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px,7vw,95px); align-items: center; }
.feature-copy > p:not(.step-label) { margin: 19px 0 0; color: #625b55; font-size: 16px; }
.quiet-list { display: grid; gap: 11px; padding: 0; margin: 25px 0 0; list-style: none; }
.quiet-list li { position: relative; padding-left: 23px; color: #514a45; font-size: 14px; }
.quiet-list li::before { content: ""; position: absolute; left: 0; top: .75em; width: 11px; height: 1px; background: var(--metal); }
.product-shot { position: relative; padding: 24px; background: #e4dbcf; }
.shot-label { position: absolute; top: -22px; right: 0; color: #867c74; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.selection-ui, .prints-ui { padding: 21px; background: var(--paper); box-shadow: 0 20px 42px rgba(48,39,35,.1); }
.selection-ui > header, .prints-ui > header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 13px; border-bottom: 1px solid #dbc8a8; }
.selection-ui header div, .prints-ui header div { display: grid; }
.selection-ui header small, .prints-ui header small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.selection-ui header strong, .prints-ui header strong { font: 500 20px/1.2 var(--serif); }
.selection-ui header > span, .prints-ui header > b { color: var(--amber); font-size: 11px; }
.selection-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 17px; padding-top: 17px; }
.mini-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.mini-grid i { aspect-ratio: .82; background: linear-gradient(145deg,#d9c8b5,#9d8573); }
.mini-grid i:nth-child(2n) { background: linear-gradient(145deg,#eee1d0,#b69578); }
.selection-layout aside { padding: 14px; background: #f1eadf; }
.selection-layout h3 { margin: 0 0 10px; font: 600 15px/1.2 var(--sans); }
.selection-layout dl { display: grid; gap: 5px; margin: 0; }
.selection-layout dl div { display: flex; justify-content: space-between; border-bottom: 1px solid #ddcdb7; font-size: 8px; }
.selection-layout dd, .selection-layout dt { margin: 0; }
.selection-layout aside > p { display: flex; justify-content: space-between; margin: 13px 0 9px; font-size: 8px; }
.selection-layout aside > p b { font-size: 10px; }
.selection-layout aside button { width: 100%; min-height: 27px; }

.sales-moments { padding: 68px max(24px,calc((100vw - var(--container))/2)); color: #f5f0e8; background: #25211e; }
.sales-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.sales-heading h2 { max-width: 680px; color: #fffaf4; }
.sales-heading > p { max-width: 480px; margin: 0 0 3px; color: #c8c0ba; font-size: 14px; }
.moments-track { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 34px; border: 1px solid rgba(255,255,255,.18); }
.moments-track article { display: flex; min-height: 380px; flex-direction: column; padding: 25px; border-right: 1px solid rgba(255,255,255,.18); }
.moments-track article:last-child { border-right: 0; }
.moments-track header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.15); }
.moments-track header span { color: #cbb993; font: 500 18px/1 var(--serif); }
.moments-track header small { color: #aaa099; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.moments-track h3 { min-height: 54px; margin: 22px 0 11px; color: #fffaf4; font-size: 23px; }
.moments-track > article > p { margin: 0; color: #c8c0ba; font-size: 13px; }
.moment-proof { display: grid; gap: 6px; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); }
.moment-proof b { color: #e7d9c2; font-size: 12px; }
.moment-proof span { color: #aaa19a; font-size: 11px; line-height: 1.5; }
.sales-principle { max-width: 760px; margin: 23px auto 0; color: #bdb4ad; font-size: 13px; text-align: center; }
.sales-principle strong { color: #fffaf4; }

.moments-track { display: block; margin-top: 32px; border: 0; }
.moments-track .moment-row { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 0; padding: 0; margin-bottom: 14px; overflow: hidden; background: #332e2b; border: 1px solid rgba(255,255,255,.16); }
.moments-track .moment-row:last-child { margin-bottom: 0; border-right: 1px solid rgba(255,255,255,.16); }
.moment-copy { display: flex; min-width: 0; flex-direction: column; padding: 25px; }
.moment-row.reverse { grid-template-columns: 1.28fr .72fr; }
.moment-row.reverse .moment-copy { order: 2; }
.moment-row.reverse .moment-screen { order: 1; }
.moments-track .moment-copy header { padding-bottom: 13px; }
.moments-track .moment-copy h3 { min-height: 0; margin: 20px 0 10px; font-size: 21px; }
.moment-screen { display: grid; min-width: 0; place-items: center; padding: 13px; background: #e5ddd2; }
.moment-screen img { width: 100%; height: auto; border: 1px solid #cfc1af; box-shadow: 0 14px 34px rgba(20,15,12,.18); }
.moment-screen.compact img { width: min(100%,650px); }

.versions-section { grid-template-columns: .9fr 1.1fr; }
.versions-index { padding: 24px; background: #e6ddd2; border: 1px solid #d4c6b4; }
.versions-index > p { margin: 0 0 16px; color: #806b4c; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.versions-index > div { display: grid; grid-template-columns: 38px 1fr; align-items: center; padding: 11px 0; border-top: 1px solid #cfc0ad; }
.versions-index span { color: #9a825f; font: 500 13px/1 var(--serif); }
.versions-index b { font: 500 18px/1.2 var(--serif); }
.versions-index small { display: block; margin-top: 15px; color: var(--muted); font-size: 10px; }
.versions-visual { position: relative; display: grid; grid-template-columns: 1.35fr .85fr; grid-template-rows: 1fr 1fr; gap: 8px; padding: 16px 16px 48px; background: #e6ddd2; }
.version-card { display: flex; min-height: 160px; flex-direction: column; justify-content: flex-end; padding: 14px; color: white; background: linear-gradient(155deg,#c9b6a4,#725f54); }
.version-card span { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.version-card small { max-width: 150px; margin-top: 4px; color: rgba(255,255,255,.75); font-size: 8px; line-height: 1.4; }
.version-full { grid-row: 1/3; min-height: 365px; }
.version-close { background: linear-gradient(155deg,#d8c0a6,#8c6b58); }
.version-alt { background: linear-gradient(155deg,#bcb9b4,#56524f); filter: grayscale(.75); }
.version-group-label { position: absolute; left: 50%; bottom: 13px; display: flex; align-items: center; gap: 9px; padding: 8px 13px; background: white; box-shadow: 0 9px 25px rgba(48,39,35,.13); transform: translateX(-50%); font-size: 9px; white-space: nowrap; }
.version-group-label i { display: grid; width: 24px; height: 24px; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-style: normal; }
.decision-box { margin-top: 27px; padding: 18px 0 0 20px; border-top: 1px solid #d3c5b2; border-left: 2px solid var(--metal); }
.decision-box strong { font-family: var(--serif); font-size: 21px; font-weight: 500; }
.decision-box p { margin: 8px 0 0 !important; font-size: 13px !important; }

.prints-section { grid-template-columns: .88fr 1.12fr; }
.prints-section .feature-copy > p + p { margin-top: 10px; }
.detail-grid { display: grid; gap: 9px; margin-top: 23px; }
.detail-grid span { padding: 9px 0; border-bottom: 1px solid #ded0bc; color: #5f5751; font-size: 13px; }
.detail-grid b { margin-right: 10px; color: var(--metal); font: 600 14px/1 var(--serif); }
.prints-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 17px 0; }
.print { position: relative; aspect-ratio: .78; background: linear-gradient(155deg,#d6c3b0,#816c5e); }
.print:nth-child(2n) { background: linear-gradient(155deg,#eadbc9,#a88771); }
.print.active::after { content: "✓"; position: absolute; top: 6px; right: 6px; display: grid; width: 19px; height: 19px; place-items: center; color: white; background: var(--amber); border-radius: 50%; font-size: 8px; }
.format-row { display: flex; align-items: center; gap: 7px; padding: 10px; background: #f3ede4; font-size: 8px; }
.format-row button { margin: 0; color: #5c4d45; background: white; border: 1px solid #d9c8b1; }
.format-row strong { margin-left: auto; color: var(--amber); }
.prints-ui footer { display: flex; align-items: center; gap: 11px; padding-top: 14px; color: var(--muted); font-size: 8px; }

.responsive-section { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(42px,6vw,82px); align-items: center; width: min(100%,var(--container)); padding: 68px 24px 82px; margin: 0 auto; }
.responsive-copy > p:not(.step-label) { margin: 16px 0 0; color: #625b55; font-size: 15px; }
.responsive-composition { position: relative; min-width: 0; padding: 18px 55px 28px 0; }
.desktop-screen { overflow: hidden; background: #e4dbcf; border: 1px solid #d2c4b2; box-shadow: 0 24px 55px rgba(45,37,31,.13); }
.desktop-screen img { width: 100%; height: auto; }
.mobile-screen { position: absolute; right: 0; bottom: 0; width: 25%; overflow: hidden; background: white; border: 6px solid #2c2927; border-radius: 18px; box-shadow: 0 22px 48px rgba(35,29,25,.25); }
.mobile-screen img { width: 100%; height: auto; }
.responsive-composition > p { position: absolute; left: 15px; bottom: 5px; margin: 0; padding: 8px 11px; color: white; background: var(--ink); font-size: 10px; font-weight: 700; line-height: 1.35; }
.responsive-composition > p span { color: #cfc4bb; font-size: 9px; font-weight: 400; }

.products-section { padding: 66px max(24px,calc((100vw - var(--container))/2)); color: #f5f0e8; background: #2f2a27; }
.products-section h2 { color: #fffaf4; }
.products-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.products-intro > p { max-width: 500px; margin: 0 0 4px; color: #c7beb7; font-size: 15px; }
.product-offer-screen { overflow: hidden; margin: 36px auto 56px; background: #f5eee6; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 28px 66px rgba(0,0,0,.24); }
.product-offer-screen > img { width: 100%; height: auto; }
.product-offer-screen figcaption { color: var(--ink); }
.invitation-dialog { max-width: 760px; margin: 38px auto 60px; padding: clamp(25px,3.5vw,40px); color: var(--ink); background: #f6efe6; box-shadow: 0 28px 65px rgba(0,0,0,.28); text-align: center; }
.invitation-dialog > small { color: #806b4c; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.invitation-dialog h3 { max-width: 610px; margin: 10px auto 11px; font-size: clamp(1.95rem,3.2vw,2.75rem); }
.invitation-dialog > p { max-width: 550px; margin: 0 auto; color: var(--muted); font-size: 14px; }
.product-teasers { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 24px 0; }
.product-teasers div { display: grid; aspect-ratio: 1.3; place-items: center; padding: 13px; color: rgba(255,255,255,.82); background: linear-gradient(145deg,#b99f85,#725e51); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.product-teasers div:nth-child(2) { background: linear-gradient(145deg,#c7ad92,#665147); }
.product-teasers div:nth-child(3) { background: linear-gradient(145deg,#a99380,#584a43); }
.dialog-secondary { display: block; margin-top: 11px; color: #62554a; font-size: 11px; font-weight: 700; }
.offer-builder { padding-top: 10px; }
.offer-heading { max-width: 760px; }
.offer-heading > p:last-child { max-width: 690px; margin: 17px 0 0; color: #c7beb7; }
.offer-options { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 35px; }
.offer-options article { min-height: 210px; padding: 28px; color: var(--ink); background: #f5efe7; }
.offer-options article:last-child { background: #d8cbb9; }
.offer-options span { color: #806b4c; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.offer-options h3 { margin: 34px 0 9px; font-size: 27px; }
.offer-options p { max-width: 480px; margin: 0; color: #625a54; font-size: 13px; }
.template-benefits { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 14px; border: 1px solid rgba(255,255,255,.18); }
.template-benefits > div { min-height: 180px; padding: 25px; border-right: 1px solid rgba(255,255,255,.18); }
.template-benefits > div:last-child { border-right: 0; }
.template-benefits b { color: #cbb993; font: 500 14px/1 var(--serif); }
.template-benefits h3 { margin: 28px 0 8px; font-size: 22px; }
.template-benefits p { margin: 0; color: #beb5ae; font-size: 12px; }

.benefits-section { padding: 66px max(24px,calc((100vw - var(--container))/2)); background: var(--paper); }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 44px; border-block: 1px solid #ded0bc; }
.benefits-grid article { min-height: 215px; padding: 27px 22px; border-right: 1px solid #ded0bc; }
.benefits-grid article:first-child { border-left: 1px solid #ded0bc; }
.benefits-grid span { color: var(--metal); font: 500 14px/1 var(--serif); }
.benefits-grid h3 { margin: 34px 0 10px; font-size: 22px; }
.benefits-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.founder-section { display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(44px,7vw,90px); align-items: center; width: min(100%,var(--container)); padding: 66px 24px; margin: 0 auto; }
.founder-photo { position: relative; display: grid; min-height: 430px; place-items: center; color: #f7efe6; background: linear-gradient(145deg,#a58e7a,#554945); text-align: center; }
.founder-photo::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.38); }
.founder-photo { min-height: 0; aspect-ratio: 4/5; overflow: hidden; }
.founder-photo::before { z-index: 1; pointer-events: none; }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; }
.founder-photo span { display: grid; gap: 8px; font: 500 23px/1.2 var(--serif); }
.founder-photo small { font: 600 8px/1.4 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.founder-copy blockquote { max-width: 720px; margin: 0 0 18px; font-size: clamp(1.75rem,2.8vw,2.55rem); line-height: 1.08; letter-spacing: -.022em; }
.founder-copy > p:not(.eyebrow):not(.signature) { max-width: 700px; margin: 12px 0; color: #625a54; font-size: 15px; }
.signature { display: grid; margin-top: 24px; padding-top: 18px; border-top: 1px solid #ded0bc; }
.signature strong { font: 600 19px/1.2 var(--serif); }
.signature span { color: var(--muted); font-size: 11px; }

.cta-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px,6vw,76px); align-items: center; padding: 66px max(24px,calc((100vw - var(--container))/2)); color: white; background: #37312e; }
.cta-section h2 { color: white; }
.cta-copy > p:not(.eyebrow) { max-width: 620px; margin: 18px 0 0; color: #d0c8c2; font-size: 16px; }
.test-note { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.test-note span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.26); border-radius: 99px; font-size: 10px; }
.interest-panel { display: grid; gap: 16px; padding: clamp(24px,3.5vw,34px); color: var(--ink); background: var(--paper); box-shadow: 0 28px 62px rgba(0,0,0,.25); }
.interest-choice > p { margin: 0; color: var(--muted); font-size: 13px; }
.interest-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.interest-option { display: flex; min-height: 255px; align-items: flex-start; flex-direction: column; padding: 19px; color: var(--ink); background: #eee6db; border: 1px solid #dfd2c2; cursor: pointer; text-align: left; transition: border-color .2s,transform .2s,box-shadow .2s; }
.interest-option:hover { border-color: #a9906e; transform: translateY(-2px); box-shadow: 0 12px 24px rgba(52,43,36,.1); }
.interest-option:focus-visible { outline: 3px solid rgba(152,123,82,.35); outline-offset: 2px; }
.interest-paths b { color: #806b4c; font: 600 14px/1 var(--serif); }
.interest-paths h3 { margin: 17px 0 7px; font: 600 16px/1.2 var(--sans); }
.interest-paths p { margin: 0; color: #655e58; font-size: 11px; }
.interest-option > span { margin-top: auto; padding-top: 20px; color: #715d43; font-size: 11px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.form-heading { display: grid; padding-bottom: 12px; border-bottom: 1px solid #e2d5c5; }
.form-heading span { font: 600 22px/1.2 var(--serif); }
.form-heading small { color: var(--muted); font-size: 9px; }
.interest-form { display: grid; gap: 24px; }
.compact-form { gap: 18px; }
.form-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.back-to-choice { padding: 0; color: #715d43; background: none; border: 0; cursor: pointer; font: 700 10px/1.3 var(--sans); text-decoration: underline; text-underline-offset: 3px; }
.back-to-choice:focus-visible { outline: 2px solid #927a58; outline-offset: 4px; }
.form-progress { display: grid; width: min(210px,48%); gap: 6px; color: var(--muted); font-size: 9px; text-align: right; }
.form-progress > div { height: 3px; overflow: hidden; background: #e3d8ca; }
.form-progress i { display: block; width: 33.333%; height: 100%; background: #907652; transition: width .25s ease; }
.form-step { display: grid; gap: 22px; }
.form-step[hidden], .other-field[hidden] { display: none; }
.form-field { display: grid; gap: 8px; color: #302b28; font-size: 12px; font-weight: 700; }
.form-field input, .form-field textarea, .other-field input { width: 100%; padding: 12px 13px; color: var(--ink); background: #fffdf9; border: 1px solid #cfc1af; border-radius: 0; font: 400 14px/1.45 var(--sans); }
.form-field textarea { min-height: 108px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .other-field input:focus { border-color: #88714f; outline: 3px solid rgba(152,123,82,.16); }
.form-field [aria-invalid="true"] { border-color: #a14335; }
.choice-group { display: grid; gap: 10px; padding: 0; border: 0; }
.choice-group legend { margin-bottom: 4px; color: #302b28; font-size: 12px; font-weight: 700; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.choice-list { display: grid; gap: 7px; }
.choice-grid label, .choice-list label { display: flex; align-items: flex-start; gap: 9px; padding: 10px 11px; color: #514943; background: #fffdf9; border: 1px solid #ddd1c2; cursor: pointer; font-size: 11px; line-height: 1.4; }
.choice-grid label:has(input:checked), .choice-list label:has(input:checked) { color: #3b3025; background: #eee5d8; border-color: #a98e69; }
.choice-grid input, .choice-list input, .consent-block input { flex: 0 0 auto; width: 16px; height: 16px; margin: 0; accent-color: #806b4c; }
.other-field { display: grid; gap: 7px; color: #655e58; font-size: 10px; font-weight: 700; }
.field-hint { margin: 0; color: var(--muted); font-size: 9px; font-weight: 400; line-height: 1.5; }
.field-error { min-height: 0; color: #9b3428; font-size: 10px; font-weight: 700; }
.has-error .choice-grid, .has-error .choice-list { outline: 1px solid #a14335; outline-offset: 2px; }
.consent-block { display: grid; gap: 8px; padding: 13px; background: #eee5d8; border: 1px solid #d4c5b3; }
.consent-block > label { display: flex; align-items: flex-start; gap: 10px; color: #3e3732; font-size: 10px; font-weight: 700; line-height: 1.55; }
.consent-block > p, .administrator-note { margin: 0; color: #6d655f; font-size: 8.5px; line-height: 1.55; }
.consent-block a, .administrator-note a { color: #635037; font-weight: 700; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-error { padding: 11px 13px; color: #812d23; background: #f7dfda; border: 1px solid #dba59b; font-size: 10px; font-weight: 700; }
.form-error:focus { outline: 2px solid #a14335; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.form-actions.end { justify-content: flex-end; }
.form-button { min-height: 43px; padding: 10px 17px; color: #514943; background: transparent; border: 1px solid #b7a794; cursor: pointer; font: 700 10px/1 var(--sans); }
.button:disabled { opacity: .48; cursor: not-allowed; transform: none; }
.form-status { padding: 26px; color: #3f352c; background: #eee5d8; border: 1px solid #cdb99f; }
.form-status strong { font: 600 24px/1.2 var(--serif); }
.form-status p { margin: 10px 0 0; color: #655e58; font-size: 12px; line-height: 1.65; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px max(24px,calc((100vw - var(--container))/2)); color: #a99f98; background: #211e1c; font-size: 10px; }
.footer-logo { color: #f0e8de; }
.footer-logo small { color: #b9a37f; }
.footer-links { display: flex; align-items: center; gap: 18px; }
.footer-links a { color: #ddd4cd; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 3px; }

.privacy-header { position: static; color: var(--ink); background: var(--paper); border-bottom: 1px solid #dfd4c8; }
.privacy-page { width: min(100% - 40px,820px); margin: 0 auto; padding: 72px 0 92px; }
.privacy-page h1 { max-width: 720px; margin-bottom: 14px; }
.privacy-lead { margin: 0 0 48px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.privacy-content { display: grid; gap: 34px; }
.privacy-content section { padding-top: 25px; border-top: 1px solid #ded1c2; }
.privacy-content h2 { margin: 0 0 12px; font-size: clamp(1.25rem,3vw,1.65rem); }
.privacy-content p, .privacy-content li { color: #5b544f; font-size: 13px; line-height: 1.75; }
.privacy-content ul { margin: 9px 0 0; padding-left: 20px; }
.privacy-content a { color: #715d43; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease,transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 125px; }
  .hero-copy { max-width: 830px; }
  .hero-visual { width: min(100%,700px); margin: 0 auto; }
  .hero::before { display: none; }
  .split, .versions-section, .responsive-section, .founder-section, .cta-section { grid-template-columns: 1fr; }
  .demo-section { grid-template-columns: 1fr .65fr; }
  .feature-copy { max-width: 740px; }
  .responsive-copy { max-width: 700px; }
  .sales-heading { grid-template-columns: 1fr; gap: 16px; }
  .products-intro { grid-template-columns: 1fr; gap: 18px; }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
  .benefits-grid article:nth-child(3) { border-left: 1px solid #ded0bc; }
  .founder-photo { width: min(100%,520px); min-height: 410px; }
  .interest-panel { width: min(100%,680px); }
}

@media (max-width: 820px) {
  .site-header { height: 68px; padding-inline: 20px; }
  .menu-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 7px; padding: 0; background: transparent; border: 0; }
  .menu-toggle i { display: block; width: 24px; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; top: 68px; left: 0; right: 0; display: grid; gap: 0; padding: 13px 20px 22px; background: var(--ivory); border-bottom: 1px solid #ded0bc; box-shadow: 0 18px 30px rgba(48,39,35,.08); transform: translateY(-140%); transition: transform .25s; }
  .main-nav.is-open { transform: translateY(0); }
  .main-nav > a { padding: 11px 4px; font-size: 14px; }
  .main-nav .button { margin-top: 7px; }
  .hero { padding-top: 112px; }
  .value-strip { grid-template-columns: 1fr; }
  .value-strip article, .value-strip article:first-child, .value-strip article:last-child { padding: 38px 24px; }
  .value-strip article:first-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .process-path { grid-template-columns: repeat(5,minmax(110px,1fr)); overflow-x: auto; justify-content: start; padding-bottom: 10px; }
  .demo-section { grid-template-columns: 1fr; }
  .video-shell { width: min(100%,320px); }
  .moments-track { grid-template-columns: 1fr; }
  .moments-track article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .moments-track article:last-child { border-bottom: 0; }
  .moment-proof { margin-top: 22px; }
  .moments-track .moment-row, .moment-row.reverse { grid-template-columns: 1fr; }
  .moment-row.reverse .moment-copy, .moment-row.reverse .moment-screen { order: initial; }
  .moment-screen { padding: 9px; }
  .offer-options { grid-template-columns: 1fr; }
  .template-benefits { grid-template-columns: 1fr; }
  .template-benefits > div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .template-benefits > div:last-child { border-bottom: 0; }
}

@media (max-width: 600px) {
  body { line-height: 1.55; }
  .logo span { font-size: 20px; }
  h1 { font-size: clamp(1.95rem,8.5vw,2.5rem); }
  h2 { font-size: clamp(1.45rem,6.5vw,1.9rem); }
  .hero, .feature-section, .process-section, .demo-section, .sales-moments, .responsive-section, .products-section, .benefits-section, .founder-section, .cta-section { padding-left: 18px; padding-right: 18px; }
  .hero { gap: 48px; padding-bottom: 58px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .text-link { text-align: center; }
  .browser-frame { transform: none; }
  .ui-gallery { padding: 12px; }
  .photo-grid { grid-template-columns: repeat(2,1fr); }
  .photo:nth-child(n+5) { display: none; }
  .ui-summary { flex-wrap: wrap; }
  .ui-summary button { width: 100%; margin: 0; }
  .hero-note { position: relative; right: auto; bottom: auto; width: calc(100% - 24px); margin: -8px auto 0; }
  .process-section, .feature-section, .demo-section, .sales-moments, .responsive-section, .products-section, .benefits-section, .founder-section, .cta-section { padding-top: 48px; padding-bottom: 48px; }
  .screen-frame figcaption, .product-offer-screen figcaption { align-items: flex-start; flex-direction: column; gap: 7px; }
  .moment-copy { padding: 20px; }
  .product-shot { padding: 11px; }
  .shot-label { position: static; margin-bottom: 7px; }
  .selection-ui, .prints-ui { padding: 12px; }
  .selection-layout { grid-template-columns: 1fr; }
  .versions-visual { grid-template-columns: 1fr 1fr; padding: 10px 10px 46px; }
  .version-full { min-height: 320px; }
  .version-card { min-height: 150px; padding: 10px; }
  .prints-grid { grid-template-columns: repeat(2,1fr); }
  .format-row, .prints-ui footer { flex-wrap: wrap; }
  .format-row strong { margin-left: 0; }
  .prints-ui footer button { width: 100%; margin: 0; }
  .product-teasers { grid-template-columns: 1fr; }
  .product-teasers div { aspect-ratio: 1.9; }
  .responsive-composition { padding: 8px 40px 25px 0; }
  .mobile-screen { width: 31%; border-width: 4px; border-radius: 13px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-grid article, .benefits-grid article:first-child, .benefits-grid article:nth-child(3) { min-height: auto; border-left: 1px solid #ded0bc; }
  .benefits-grid h3 { margin-top: 22px; }
  .founder-photo { min-height: 0; }
  .interest-paths { grid-template-columns: 1fr; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .footer-links { align-items: flex-start; flex-direction: column; gap: 10px; }
  .choice-grid { grid-template-columns: 1fr; }
  .form-top { align-items: flex-start; flex-direction: column; gap: 14px; }
  .form-progress { width: 100%; text-align: left; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .button, .form-button { width: 100%; }
}
