:root {
  --ink: #173d27;
  --forest: #0b4b2d;
  --forest-dark: #06351f;
  --leaf: #6fbe24;
  --lime: #c4f24b;
  --gold: #ffc928;
  --coral: #ff7058;
  --cream: #fffaf0;
  --paper: #fff;
  --mist: #f1f8e6;
  --muted: #64756a;
  --line: #dfe9d9;
  --shadow: 0 24px 70px rgba(15, 66, 38, .14);
  --soft-shadow: 0 12px 35px rgba(35, 74, 47, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif; }
body.admin-page { background: #eef3eb; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: -70px; padding: 12px 18px; color: white; background: var(--forest); border-radius: 12px; }
.skip-link:focus { top: 16px; }
.announcement { display: flex; justify-content: center; gap: 9px; padding: 9px 20px; color: #143a24; background: var(--gold); font-size: .8rem; font-weight: 900; text-align: center; }
.site-header { position: sticky; z-index: 50; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 8px clamp(22px, 5vw, 76px); background: rgba(255, 250, 240, .94); border-bottom: 1px solid rgba(19, 59, 37, .08); backdrop-filter: blur(16px); }
.brand { display: grid; place-items: center; width: 215px; height: 60px; overflow: hidden; }
.brand img { width: 220px; transform: scale(1.11); }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); font-size: .94rem; font-weight: 800; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 100%; left: 0; bottom: -7px; height: 3px; background: var(--leaf); border-radius: 3px; transition: right 180ms ease; }
.main-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 20px; color: white; background: var(--forest); border-radius: 999px; box-shadow: 0 7px 0 var(--forest-dark); }
.menu-button { display: none; padding: 10px; border: 0; background: none; }
.menu-button span { display: block; width: 26px; height: 3px; margin: 4px; background: var(--forest); border-radius: 4px; }

.eyebrow { margin: 0 0 18px; color: #4d7958; font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { margin-right: 7px; color: var(--leaf); }
.eyebrow.light { color: rgba(255,255,255,.7); }
.eyebrow.light span { color: var(--gold); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; padding: 13px 23px; border: 0; border-radius: 999px; cursor: pointer; font-weight: 900; transition: transform 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--forest); box-shadow: 0 8px 0 var(--forest-dark); }
.button-primary:hover { box-shadow: 0 10px 0 var(--forest-dark); }
.button-secondary { color: var(--forest); background: var(--gold); box-shadow: 0 7px 0 #d7a300; }
.button-ghost { background: transparent; }
.button-outline { color: var(--forest); border: 2px solid var(--forest); background: transparent; }
.button-small { min-height: 40px; padding: 8px 15px; font-size: .84rem; }
.play-dot { display: grid; place-items: center; width: 36px; height: 36px; padding-left: 2px; color: var(--forest); background: var(--gold); border-radius: 50%; font-size: .75rem; }

.hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0,.95fr) minmax(420px,1.05fr); align-items: center; min-height: 650px; padding: 68px clamp(22px,7vw,108px) 88px; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: -2; right: -80px; top: -90px; width: 620px; height: 620px; background: linear-gradient(145deg,#e1ff7a,#83d426 54%,#47a615); border-radius: 42% 58% 64% 36% / 51% 38% 62% 49%; transform: rotate(-8deg); }
.hero::after { content: ""; position: absolute; z-index: -1; left: -90px; bottom: -145px; width: 330px; height: 330px; border: 44px solid rgba(255,201,40,.2); border-radius: 50%; }
.hero-copy { max-width: 690px; }
.hero h1 { max-width: 760px; margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(3.5rem,6.4vw,6.6rem); line-height: .91; letter-spacing: -.065em; }
.hero h1 em { color: var(--leaf); font-weight: inherit; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: var(--muted); font-size: 1.14rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 33px; color: #617568; font-size: .82rem; font-weight: 800; }
.hero-art { position: relative; display: grid; place-items: center; min-height: 520px; }
.logo-stage { width: min(660px,53vw); padding: 22px; filter: drop-shadow(0 28px 30px rgba(10,57,30,.25)); transform: rotate(1.5deg); }
.speech-card { position: absolute; z-index: 4; padding: 12px 18px; background: white; border: 3px solid var(--forest); border-radius: 18px; box-shadow: 5px 7px 0 rgba(9,61,34,.18); font-weight: 900; }
.speech-one { left: 2%; top: 9%; transform: rotate(-8deg); }
.speech-two { right: 1%; top: 19%; transform: rotate(7deg); }
.collection-badge { position: absolute; z-index: 5; right: 7%; bottom: 5%; display: grid; place-items: center; width: 138px; height: 138px; color: white; background: var(--coral); border: 6px solid white; border-radius: 50%; box-shadow: 0 15px 30px rgba(83,39,22,.25); text-align: center; transform: rotate(-8deg); }
.collection-badge strong { margin-bottom: -18px; font-family: Georgia,serif; font-size: 2.85rem; line-height: 1; }
.collection-badge span { max-width: 85px; font-size: .68rem; font-weight: 900; line-height: 1.1; text-transform: uppercase; }

.occasion-strip { padding: 30px clamp(22px,6vw,92px) 36px; background: white; border-block: 1px solid #e7eddf; }
.occasion-strip > p { margin: 0 0 16px; color: #758278; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.occasion-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.occasion-pill { padding: 11px 17px; background: #fff; border: 1px solid #dce7d7; border-radius: 999px; cursor: pointer; font-size: .86rem; font-weight: 800; transition: 150ms ease; }
.occasion-pill:hover, .occasion-pill.active { color: white; background: var(--forest); border-color: var(--forest); transform: translateY(-2px); }
.occasion-pill .count { display: inline-grid; place-items: center; min-width: 21px; height: 21px; margin-left: 4px; padding-inline: 5px; color: var(--forest); background: #eaf5d9; border-radius: 20px; font-size: .69rem; }

.cards-section { padding: 94px clamp(22px,7vw,108px) 110px; background: var(--mist); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; max-width: 1220px; margin: 0 auto; }
.section-heading h2, .how-intro h2, .story-copy h2, .newsletter h2, .page-hero h1, .card-detail h1, .wish-panel h1 { margin: 0; font-family: Georgia,"Times New Roman",serif; letter-spacing: -.04em; }
.section-heading h2 { font-size: clamp(2.6rem,4.3vw,4.7rem); line-height: 1; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.75; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; max-width: 1220px; margin: 42px auto 0; }
.ecard, .archive-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--soft-shadow); transition: transform 180ms ease, box-shadow 180ms ease; }
.ecard:hover, .archive-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.ecard-preview { position: relative; display: block; width: 100%; aspect-ratio: 1.18; padding: 0; overflow: hidden; background: #dfe6db; border: 0; cursor: pointer; }
.ecard-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
.ecard:hover .ecard-preview img { transform: scale(1.035); }
.video-play { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 62px; height: 62px; padding-left: 4px; color: white; background: rgba(10,71,41,.92); border: 5px solid rgba(255,255,255,.82); border-radius: 50%; box-shadow: 0 8px 20px rgba(0,0,0,.22); transform: translate(-50%,-50%); }
.duration { position: absolute; right: 13px; bottom: 13px; padding: 5px 9px; color: white; background: rgba(8,34,21,.76); border-radius: 999px; font-size: .72rem; font-weight: 900; }
.ecard-copy { padding: 23px; }
.tag { display: inline-block; color: #487914; font-size: .69rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.ecard h3, .archive-card h3 { margin: 8px 0 10px; font-family: Georgia,serif; font-size: 1.65rem; letter-spacing: -.025em; }
.ecard p, .archive-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.ecard-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 20px; }
.text-link, .mini-send { padding: 0; background: transparent; border: 0; cursor: pointer; font-weight: 900; }
.text-link { color: var(--muted); text-decoration: underline; text-underline-offset: 4px; }
.mini-send { color: var(--forest); }
.archive-card { display: flex; flex-direction: column; justify-content: center; min-height: 470px; padding: 34px; color: white; background: linear-gradient(145deg,#143f28,#0a5a34); }
.archive-card .tag { color: var(--lime); }
.archive-card h3 { max-width: 290px; font-size: 2.2rem; }
.archive-card p { color: rgba(255,255,255,.72); }
.archive-faces { display: flex; margin-bottom: 28px; }
.archive-faces span { display: grid; place-items: center; width: 64px; height: 64px; margin-right: -12px; background: var(--gold); border: 4px solid #164e31; border-radius: 50%; font-size: 2.1rem; }

.how-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; padding: 100px clamp(22px,7vw,108px); color: white; background: var(--forest); }
.how-intro { align-self: center; max-width: 450px; }
.how-intro h2 { font-size: clamp(3rem,4.8vw,5rem); line-height: .98; }
.how-intro > p:last-child { max-width: 380px; color: rgba(255,255,255,.68); line-height: 1.7; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.steps li { position: relative; min-height: 320px; padding: 30px 24px; overflow: hidden; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 26px; }
.step-number { position: absolute; right: 14px; top: 4px; color: rgba(255,255,255,.08); font-family: Georgia,serif; font-size: 5rem; font-weight: 900; }
.step-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 75px; background: var(--gold); border-radius: 18px; font-size: 1.7rem; transform: rotate(-4deg); }
.steps h3 { margin: 0 0 10px; font-family: Georgia,serif; font-size: 1.35rem; }
.steps p { margin: 0; color: rgba(255,255,255,.65); font-size: .88rem; line-height: 1.6; }

.story-section { display: grid; grid-template-columns: .25fr 1.2fr .55fr; gap: 50px; align-items: center; padding: 105px clamp(22px,8vw,125px); background: var(--gold); }
.story-mark { align-self: start; margin-top: -35px; color: rgba(255,255,255,.7); font-family: Georgia,serif; font-size: 13rem; line-height: .9; }
.story-copy h2 { max-width: 800px; font-size: clamp(2.5rem,4.2vw,4.5rem); line-height: 1.03; }
.story-copy > p:last-child { max-width: 760px; margin: 25px 0 0; color: #4d572e; font-size: 1.05rem; line-height: 1.8; }
.story-signature { padding: 27px 0 27px 28px; border-left: 3px solid rgba(19,59,37,.25); transform: rotate(-3deg); }
.story-signature span { display: block; margin-bottom: 8px; font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.story-signature strong { font-family: Georgia,serif; font-size: 1.35rem; line-height: 1.4; }
.newsletter { display: grid; grid-template-columns: auto 1fr .85fr; gap: 35px; align-items: center; padding: 66px clamp(22px,7vw,108px); color: white; background: #0b2f1d; }
.newsletter-frog { display: grid; place-items: center; width: 100px; height: 100px; background: var(--lime); border-radius: 32px; font-size: 3.9rem; transform: rotate(-5deg); }
.newsletter h2 { font-size: clamp(2rem,3.1vw,3.3rem); }
.newsletter p:last-child { margin-bottom: 0; color: rgba(255,255,255,.65); }
.newsletter-actions { display: flex; justify-content: flex-end; }

.page-hero { position: relative; padding: 75px clamp(22px,8vw,125px); overflow: hidden; background: linear-gradient(120deg,#eaf7d2,#fff8e7); }
.page-hero::after { content: "🐸"; position: absolute; right: 8vw; bottom: -40px; opacity: .16; font-size: 12rem; transform: rotate(-12deg); }
.page-hero h1 { max-width: 800px; font-size: clamp(3rem,6vw,6rem); line-height: .95; }
.page-hero p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.catalogue-shell { padding: 55px clamp(22px,7vw,108px) 110px; background: var(--mist); }
.catalogue-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; max-width: 1220px; margin: 0 auto 25px; }
.search-box { position: relative; flex: 1 1 280px; max-width: 440px; }
.search-box input { width: 100%; min-height: 49px; padding: 12px 18px 12px 45px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 999px; outline: 0; }
.search-box::before { content: "⌕"; position: absolute; left: 18px; top: 7px; color: var(--forest); font-size: 1.7rem; }
.catalogue-filters { display: flex; flex-wrap: wrap; gap: 9px; max-width: 1220px; margin: 0 auto; }
.catalogue-filters a { padding: 9px 13px; background: white; border: 1px solid var(--line); border-radius: 999px; font-size: .8rem; font-weight: 900; }
.catalogue-filters a.active, .catalogue-filters a:hover { color: white; background: var(--forest); border-color: var(--forest); }
.empty-state { max-width: 620px; margin: 60px auto; padding: 38px; background: white; border: 1px solid var(--line); border-radius: 28px; text-align: center; }
.empty-state span { font-size: 3rem; }
.empty-state h2 { font-family: Georgia,serif; }

.card-page { padding: 65px clamp(22px,7vw,108px) 100px; background: var(--mist); }
.card-detail { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr); gap: 55px; max-width: 1180px; margin: 0 auto; }
.video-frame { padding: 16px; background: var(--forest); border-radius: 34px; box-shadow: var(--shadow); }
.video-frame video { display: block; width: 100%; max-height: 680px; background: #071c11; border-radius: 22px; }
.card-detail-copy { align-self: center; }
.card-detail h1 { margin-top: 10px; font-size: clamp(3rem,5vw,5rem); line-height: .96; }
.card-description { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.personalize-panel { margin-top: 28px; padding: 26px; background: white; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--soft-shadow); }
.personalize-panel h2 { margin: 0 0 6px; font-family: Georgia,serif; font-size: 1.7rem; }
.personalize-panel > p { margin-top: 0; color: var(--muted); font-size: .88rem; }
.form-grid { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-field { display: grid; gap: 7px; color: #45614f; font-size: .78rem; font-weight: 900; }
.form-field input, .form-field textarea, .form-field select { width: 100%; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid #d5e2cd; border-radius: 13px; outline: 0; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(111,190,36,.16); }
.form-help { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.5; }

.wish-page { min-height: 72vh; padding: 65px 20px 90px; background: radial-gradient(circle at top,#dff66b 0,#88d52d 28%,var(--forest) 75%); }
.wish-panel { max-width: 820px; margin: 0 auto; padding: 30px; background: var(--cream); border-radius: 36px; box-shadow: 0 30px 100px rgba(0,0,0,.25); text-align: center; }
.wish-panel .mini-logo { width: 210px; margin: 0 auto 12px; }
.wish-panel h1 { font-size: clamp(2.5rem,7vw,5rem); }
.wish-message { margin: 24px auto; padding: 25px; color: #3e5d46; background: white; border: 1px solid var(--line); border-radius: 22px; font-family: Georgia,serif; font-size: 1.2rem; line-height: 1.7; }
.wish-panel video { width: 100%; max-height: 590px; background: #111; border-radius: 24px; }
.share-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 24px; }

.content-page { padding: 75px 22px 100px; }
.prose { max-width: 860px; margin: 0 auto; color: #3e5f48; font-size: 1.03rem; line-height: 1.85; }
.prose h1, .prose h2 { color: var(--ink); font-family: Georgia,serif; letter-spacing: -.03em; }
.prose h1 { font-size: clamp(3rem,6vw,5.5rem); line-height: .95; }
.prose h2 { margin-top: 2.2em; font-size: 2rem; }
.prose .lead { font-size: 1.2rem; }
.prose-callout { margin: 35px 0; padding: 25px 28px; background: var(--gold); border-radius: 24px; color: #40471f; }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; padding: 28px clamp(22px,7vw,108px); color: #607066; background: white; font-size: .82rem; }
.site-footer img { width: 150px; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; color: var(--forest); font-weight: 800; }
.site-footer small { grid-column: 1/-1; padding-top: 14px; border-top: 1px solid #e8ede5; text-align: center; }

.video-dialog { width: min(680px,calc(100% - 30px)); padding: 24px; background: var(--cream); border: 0; border-radius: 30px; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.video-dialog::backdrop { background: rgba(4,28,16,.82); backdrop-filter: blur(8px); }
.video-dialog video { display: block; width: 100%; max-height: 66vh; background: #111; border-radius: 20px; }
.dialog-close { position: absolute; z-index: 2; right: 11px; top: 9px; display: grid; place-items: center; width: 39px; height: 39px; color: white; background: var(--forest); border: 3px solid white; border-radius: 50%; cursor: pointer; font-size: 1.5rem; }
.dialog-card-link { width: 100%; margin-top: 17px; }

.flash { max-width: 1180px; margin: 20px auto; padding: 14px 18px; border-radius: 14px; font-weight: 800; }
.flash.success { color: #14562f; background: #d9f3d1; border: 1px solid #aad49d; }
.flash.error { color: #812a21; background: #ffe3dc; border: 1px solid #f4b5aa; }
.admin-shell { max-width: 1180px; margin: 45px auto 90px; padding: 0 22px; }
.admin-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.admin-top h1 { margin: 0; font-family: Georgia,serif; font-size: clamp(2.5rem,5vw,4.5rem); }
.admin-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.admin-card { padding: 28px; background: white; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--soft-shadow); }
.admin-card h2 { margin-top: 0; font-family: Georgia,serif; }
.admin-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-bottom: 24px; }
.stat { padding: 20px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.stat strong { display: block; color: var(--forest); font-family: Georgia,serif; font-size: 2.3rem; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 13px 10px; border-bottom: 1px solid #edf1e9; text-align: left; vertical-align: middle; }
.admin-table th { color: #617267; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.admin-thumb { width: 76px; height: 58px; object-fit: cover; border-radius: 10px; }
.status-pill { display: inline-block; padding: 5px 9px; border-radius: 999px; font-size: .72rem; font-weight: 900; }
.status-pill.live { color: #176336; background: #dff4d8; }
.status-pill.draft { color: #7b5b06; background: #fff0bd; }
.inline-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.inline-actions form { margin: 0; }
.link-button { padding: 0; color: var(--forest); background: none; border: 0; cursor: pointer; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.link-button.danger { color: #b53b2d; }
.admin-form { display: grid; gap: 18px; }
.check-row { display: flex; flex-wrap: wrap; gap: 22px; }
.check-row label { display: flex; align-items: center; gap: 8px; font-weight: 800; }
.login-wrap { display: grid; place-items: center; min-height: 70vh; padding: 30px 20px; }
.login-card { width: min(500px,100%); padding: 35px; background: white; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); }
.login-card img { width: 230px; margin: 0 auto 18px; }
.login-card h1 { margin: 0 0 8px; font-family: Georgia,serif; text-align: center; }
.login-card > p { color: var(--muted); text-align: center; line-height: 1.6; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 58px; }
  .hero::before { right: -260px; top: 280px; }
  .hero-art { min-height: 470px; margin-top: 20px; }
  .logo-stage { width: min(720px,90vw); }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .archive-card { grid-column: 1/-1; min-height: 300px; }
  .how-section { grid-template-columns: 1fr; gap: 45px; }
  .how-intro { max-width: 680px; }
  .story-section { grid-template-columns: .18fr 1fr; }
  .story-signature { grid-column: 2; }
  .newsletter { grid-template-columns: auto 1fr; }
  .newsletter-actions { grid-column: 1/-1; justify-content: flex-start; }
  .card-detail { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .site-header { min-height: 70px; padding-inline: 16px; }
  .brand { width: 165px; height: 50px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; left: 12px; right: 12px; top: 70px; display: none; align-items: stretch; padding: 18px; background: white; border: 1px solid #dde6d7; border-radius: 20px; box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 11px 8px; }
  .main-nav .nav-cta { text-align: center; }
  .hero { min-height: 0; padding: 52px 20px 65px; }
  .hero h1 { font-size: clamp(3rem,14vw,4.8rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .trust-row { gap: 10px 18px; }
  .hero-art { min-height: 330px; }
  .hero::before { width: 400px; height: 400px; right: -170px; top: 490px; }
  .speech-card { font-size: .74rem; }
  .speech-one { left: 0; }
  .speech-two { right: 0; }
  .collection-badge { right: 0; width: 94px; height: 94px; }
  .collection-badge strong { font-size: 2rem; }
  .collection-badge span { font-size: .53rem; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .card-grid { grid-template-columns: 1fr; }
  .archive-card { grid-column: auto; }
  .cards-section, .how-section, .story-section { padding: 72px 20px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 245px; }
  .step-icon { margin-bottom: 34px; }
  .story-section { grid-template-columns: 1fr; gap: 20px; }
  .story-mark { display: none; }
  .story-signature { grid-column: auto; }
  .newsletter { grid-template-columns: 1fr; padding: 60px 20px; text-align: center; }
  .newsletter-frog { margin: 0 auto; }
  .newsletter-actions { grid-column: auto; justify-content: stretch; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .site-footer nav { justify-content: center; }
  .form-row { grid-template-columns: 1fr; }
  .page-hero { padding: 55px 20px; }
  .card-page { padding: 40px 15px 75px; }
  .personalize-panel { padding: 20px; }
  .wish-panel { padding: 20px 14px; }
  .admin-stats { grid-template-columns: 1fr; }
  .admin-card { padding: 20px 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
