:root {
  --cream: #f6efe4;
  --cream-deep: #eadbc7;
  --ink: #211912;
  --brown: #a8733e;
  --blue: #0d3b59;
  --blue-soft: #d7e6e9;
  --muted: #705f51;
  --line: rgba(33, 25, 18, 0.16);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: 16px; z-index: 20; transform: translateY(-150%); background: var(--ink); color: var(--cream); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--brown); outline-offset: 4px; }
.site-header { min-height: 88px; display: flex; align-items: center; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 750; letter-spacing: -0.02em; }
.brand img { border-radius: 12px; }
.site-nav { margin-left: auto; display: flex; gap: 26px; }
.site-nav a, .site-footer > a:last-child { text-decoration: none; color: var(--muted); font-size: 14px; font-weight: 650; }
.site-nav a:hover, .site-footer > a:last-child:hover { color: var(--ink); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; border-radius: 999px; font-size: 14px; font-weight: 750; min-height: 46px; padding: 0 20px; transition: transform 180ms ease, background 180ms ease; }
.header-cta { background: var(--ink); color: var(--cream); }
.button-dark { background: var(--ink); color: var(--cream); }
.header-cta:hover, .button:hover { transform: translateY(-2px); background: var(--brown); }
.hero { min-height: 720px; display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 56px; padding: 70px 0 92px; }
.eyebrow { margin: 0; color: var(--brown); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; letter-spacing: -0.06em; line-height: 1.04; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; }
h1 { margin-top: 18px; max-width: 620px; font-size: clamp(54px, 7vw, 98px); }
h2 { font-size: clamp(42px, 5.5vw, 72px); }
.hero-lead { max-width: 520px; margin: 26px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.quiet-link { color: var(--ink); font-size: 14px; font-weight: 750; text-underline-offset: 5px; }
.availability { margin: 15px 0 0; color: var(--muted); font-size: 13px; }
.hero-visual { position: relative; min-height: 620px; }
.hero-shot { position: absolute; width: min(340px, 48%); border-radius: 28px; box-shadow: 0 24px 44px rgba(33, 25, 18, .19); }
.hero-shot-front { z-index: 2; top: 10px; left: 9%; transform: rotate(-4deg); }
.hero-shot-back { right: 2%; bottom: -40px; transform: rotate(6deg); }
.hero-note { position: absolute; z-index: 3; padding: 14px 16px; background: var(--blue); color: white; border-radius: 12px; font-size: 12px; line-height: 1.35; box-shadow: 0 12px 25px rgba(13,59,89,.2); }
.hero-note strong { font-size: 16px; }
.hero-note-top { top: 55px; right: 0; transform: rotate(4deg); }
.hero-note-bottom { bottom: 48px; left: 1%; transform: rotate(-4deg); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 110px 0 46px; border-top: 1px solid var(--line); }
.intro-copy { align-self: end; max-width: 510px; margin: 0 0 5px; color: var(--muted); font-size: 20px; }
.intro h2 { margin-top: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-bottom: 120px; }
.feature-card { min-height: 310px; padding: 28px; border-radius: 24px; }
.feature-card-light { background: #efe1d0; }
.feature-card-blue { background: var(--blue); color: white; }
.feature-card-dark { background: var(--ink); color: var(--cream); }
.feature-index { font-size: 13px; font-weight: 800; opacity: .72; }
.feature-card h3 { max-width: 250px; margin-top: 105px; font-size: 27px; }
.feature-card p { max-width: 290px; margin: 14px 0 0; color: var(--muted); }
.feature-card-blue p, .feature-card-dark p { color: rgba(255,255,255,.72); }
.story { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; padding: 100px 0; border-top: 1px solid var(--line); }
.story-media { display: flex; justify-content: center; }
.story-media img { width: min(380px, 72%); border-radius: 25px; box-shadow: 0 22px 40px rgba(33,25,18,.16); }
.story-search .story-media img { width: min(430px, 82%); }
.story-copy { max-width: 510px; }
.story-copy h2 { margin-top: 18px; }
.story-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); font-size: 19px; }
.check-list { display: grid; gap: 9px; margin: 26px 0 0; padding: 0; list-style: none; color: var(--ink); font-size: 14px; font-weight: 700; }
.check-list li::before { content: "✓"; display: inline-block; margin-right: 10px; color: var(--brown); font-weight: 900; }
.ai-band { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; margin-top: 30px; padding: 78px; border-radius: 30px; background: var(--blue-soft); overflow: hidden; }
.ai-copy { max-width: 490px; }
.ai-copy h2 { margin-top: 18px; }
.ai-copy p:not(.eyebrow) { margin: 23px 0 28px; color: var(--muted); font-size: 19px; }
.ai-band img { width: min(380px, 90%); justify-self: center; border-radius: 25px; box-shadow: 0 20px 36px rgba(13,59,89,.18); }
.share-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; padding: 130px 0; }
.share-visual img { width: min(350px, 75%); margin: auto; border-radius: 25px; box-shadow: 0 22px 40px rgba(33,25,18,.16); }
.share-copy h2 { margin-top: 18px; max-width: 650px; }
.share-copy > p:not(.eyebrow):not(.share-note) { max-width: 580px; margin: 24px 0 0; color: var(--muted); font-size: 19px; }
.share-note { display: inline-flex; gap: 10px; align-items: center; margin-top: 28px; color: var(--brown); font-weight: 750; }
.download { display: grid; justify-items: center; text-align: center; padding: 90px 20px 105px; border-top: 1px solid var(--line); }
.download img { border-radius: 18px; margin-bottom: 24px; }
.download h2 { margin-top: 18px; }
.download > p:not(.eyebrow) { max-width: 520px; margin: 22px 0 28px; color: var(--muted); font-size: 19px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 88px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.site-footer .brand { color: var(--ink); }
@media (max-width: 850px) { .site-header { gap: 18px; } .site-nav { gap: 14px; } .header-cta { padding-inline: 15px; } .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 54px; } .hero-visual { min-height: 570px; width: min(100%, 600px); margin-inline: auto; } .intro, .story, .share-section, .ai-band { grid-template-columns: 1fr; gap: 42px; } .feature-grid { grid-template-columns: 1fr; } .feature-card { min-height: 245px; } .feature-card h3 { margin-top: 65px; } .story-copy { max-width: 650px; } .story-search .story-copy { order: -1; } .ai-band { padding: 45px 28px; } .ai-band img { width: min(350px, 100%); } }
@media (max-width: 600px) { :root { --shell: min(100% - 32px, 1180px); } .site-header { min-height: 74px; flex-wrap: wrap; padding: 14px 0; } .site-nav { order: 3; width: 100%; justify-content: space-between; margin-left: 0; } .header-cta { margin-left: auto; } .brand span { max-width: 155px; font-size: 14px; } .hero { min-height: auto; padding: 48px 0 70px; } h1 { font-size: clamp(49px, 15vw, 72px); } .hero-lead { font-size: 17px; } .hero-visual { min-height: 460px; } .hero-shot { width: 52%; border-radius: 20px; } .hero-note { font-size: 10px; padding: 10px 12px; } .hero-note strong { font-size: 13px; } .hero-note-top { top: 24px; } .hero-note-bottom { bottom: 20px; } .intro { padding: 76px 0 36px; gap: 28px; } .feature-grid { padding-bottom: 76px; } h2 { font-size: 45px; } .story, .share-section { padding: 78px 0; gap: 34px; } .story-media img, .share-visual img { width: 68%; } .story-copy > p:not(.eyebrow), .share-copy > p:not(.eyebrow):not(.share-note), .ai-copy p:not(.eyebrow), .download > p:not(.eyebrow) { font-size: 17px; } .site-footer { flex-wrap: wrap; padding: 22px 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
