:root {
    --ink: #1f3b35;
    --ink-soft: #49645c;
    --sage: #dceee7;
    --sage-deep: #2f735c;
    --sage-dark: #173e35;
    --cream: #fbfaf4;
    --paper: #fffef9;
    --yellow: #f3ca63;
    --yellow-soft: #fff2c8;
    --line: #d9e5dd;
    --rose: #ffe3db;
    --shadow: 0 24px 60px rgba(31, 59, 53, .12);
    --radius-lg: 28px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --max-width: 1180px;
    --focus: 0 0 0 4px rgba(47, 115, 92, .25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: none; box-shadow: var(--focus); }
.visually-hidden { 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: 20; left: 1rem; top: -5rem; padding: .75rem 1rem; border-radius: 999px; color: #fff; background: var(--sage-dark); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.site-container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }

.site-header { position: sticky; z-index: 10; top: 0; background: rgba(251, 250, 244, .9); border-bottom: 1px solid rgba(217, 229, 221, .8); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.site-brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); text-decoration: none; }
.site-brand__words { display: grid; gap: 0; font-size: 1.05rem; line-height: 1.05; letter-spacing: -.025em; }
.site-brand__words strong { font-size: 1.2rem; }
.site-brand__words small { margin-top: .25rem; color: var(--ink-soft); font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { display: block; width: 42px; height: 42px; flex: 0 0 auto; }
.site-nav { display: flex; align-items: center; gap: .35rem; }
.site-nav__link { min-height: 44px; display: inline-flex; align-items: center; padding: .55rem .8rem; border-radius: 999px; color: var(--ink-soft); font-size: .94rem; font-weight: 700; text-decoration: none; }
.site-nav__link:hover, .site-nav__link.is-active { color: var(--ink); background: var(--sage); }
.nav-toggle { display: none; min-height: 44px; padding: .65rem .85rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--paper); font-weight: 700; cursor: pointer; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .7rem 1.15rem; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(31, 59, 53, .13); }
.button--small { min-height: 44px; padding: .6rem .95rem; font-size: .9rem; }
.button--primary { color: #fff; background: var(--sage-deep); }
.button--secondary { color: var(--ink); background: var(--yellow); }
.button--light { color: var(--ink); background: #fff; }
.button--submit { width: 100%; margin-top: .5rem; }
.text-link { color: var(--sage-deep); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; }
.button-row--end { justify-content: flex-end; }

.eyebrow { display: inline-flex; align-items: center; gap: .45rem; margin: 0 0 1rem; color: var(--sage-deep); font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow__dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: var(--yellow); }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.045em; line-height: 1.08; }
h1 { max-width: 760px; font-size: clamp(2.8rem, 7vw, 5.9rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.45rem; }
p { margin: 0; }
.text-highlight { color: var(--sage-deep); }

.site-hero { overflow: hidden; padding: clamp(3.5rem, 8vw, 7rem) 0 5rem; background: linear-gradient(135deg, var(--cream) 0%, #f5f5e9 60%, var(--sage) 100%); }
.site-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.site-hero__lede { max-width: 570px; margin: 1.5rem 0 2rem; color: var(--ink-soft); font-size: clamp(1.05rem, 2vw, 1.2rem); }
.hero-meta { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.4rem; color: var(--ink-soft); font-size: .88rem; font-weight: 700; }
.hero-meta span { display: inline-flex; align-items: center; gap: .4rem; }
.site-hero__visual { min-height: 390px; display: grid; place-items: center; }
.pip-scene { position: relative; width: min(100%, 490px); aspect-ratio: 1 / .9; overflow: hidden; border: 1px solid rgba(47, 115, 92, .14); border-radius: 44% 44% 24% 24%; background: #cbe8df; box-shadow: var(--shadow); }
.pip-scene__sun { position: absolute; top: 12%; right: 14%; width: 64px; height: 64px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 14px rgba(243, 202, 99, .17); }
.pip-scene__cloud { position: absolute; width: 76px; height: 22px; border-radius: 999px; background: rgba(255,255,255,.78); }
.pip-scene__cloud::before, .pip-scene__cloud::after { content: ""; position: absolute; bottom: 0; border-radius: 50%; background: inherit; }
.pip-scene__cloud::before { left: 14px; width: 30px; height: 30px; } .pip-scene__cloud::after { right: 12px; width: 24px; height: 24px; }
.pip-scene__cloud--one { top: 25%; left: 10%; } .pip-scene__cloud--two { top: 44%; right: 7%; transform: scale(.7); opacity: .75; }
.pip-scene__hill { position: absolute; right: -10%; bottom: 19%; width: 125%; height: 42%; border-radius: 50% 50% 0 0; background: #9ccbb4; }
.pip-scene__hill--back { right: 18%; bottom: 19%; width: 115%; height: 34%; background: #b5d9c7; }
.pip-scene__ground { position: absolute; right: 0; bottom: 0; left: 0; height: 21%; background: #eadf9b; }
.pip-scene__badge { position: absolute; z-index: 2; top: 12%; left: 10%; display: grid; gap: .1rem; padding: .65rem .85rem; border-radius: 15px; color: var(--ink); background: rgba(255,255,255,.8); font-size: .76rem; font-weight: 900; box-shadow: 0 8px 20px rgba(31,59,53,.08); }
.pip-scene__badge span { color: var(--sage-deep); font-size: .62rem; letter-spacing: .09em; text-transform: uppercase; }
.pip-scene__bird { position: absolute; z-index: 3; left: 37%; top: 34%; width: 110px; height: 88px; border-radius: 56% 48% 49% 53%; background: #ef9d68; box-shadow: inset -10px -8px 0 rgba(196, 91, 75, .16), 0 16px 20px rgba(31,59,53,.12); transform: rotate(-6deg); }
.pip-scene__bird::before { content: ""; position: absolute; top: 19px; right: 17px; width: 13px; height: 13px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 6px #fff; }
.pip-scene__bird::after { content: ""; position: absolute; top: 43px; right: -27px; width: 35px; height: 20px; border-radius: 4px 20px 20px 4px; background: var(--yellow); transform: rotate(-4deg); }
.pip-scene__spark { position: absolute; z-index: 3; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 6px rgba(255,255,255,.25); }
.pip-scene__spark--one { top: 25%; left: 38%; } .pip-scene__spark--two { right: 30%; bottom: 34%; width: 7px; height: 7px; }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section--paper { background: var(--paper); } .section--sage { background: var(--sage); } .section--soft { background: #f3f5ed; } .section--tight { padding-block: 3rem; }
.section-heading { max-width: 680px; margin-bottom: 2.5rem; }
.section-heading--narrow { max-width: 560px; } .section-heading--left { margin-left: 0; }
.section-heading p { margin-top: 1rem; color: var(--ink-soft); font-size: 1.06rem; }
.feature-grid { display: grid; gap: 1rem; } .feature-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); } .feature-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-card { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: 0 12px 30px rgba(31,59,53,.05); }
.feature-card--large { min-height: 280px; padding: 2rem; } .feature-card--sage { background: var(--sage); } .feature-card--yellow { background: var(--yellow-soft); } .feature-card--ink { color: #ecf9f1; background: var(--sage-dark); border-color: transparent; } .feature-card--ink h3, .feature-card--ink p { color: #ecf9f1; }
.feature-card__icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 1.25rem; border-radius: 14px; color: var(--sage-deep); background: rgba(255,255,255,.72); font-size: 1.15rem; font-weight: 900; }
.feature-card__number { color: var(--sage-deep); font-size: .78rem; font-weight: 900; letter-spacing: .12em; } .feature-card p { margin-top: .7rem; color: var(--ink-soft); }
.feature-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; color: var(--ink-soft); font-size: .86rem; font-weight: 800; }
.split-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(2rem, 8vw, 7rem); } .split-layout--center { align-items: center; } .split-layout__copy p { margin-top: 1rem; color: var(--ink-soft); font-size: 1.05rem; }
.about-board { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); box-shadow: var(--shadow); }
.about-board__top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); font-weight: 900; } .about-board__tags { display: flex; flex-wrap: wrap; gap: .5rem; } .about-board__tags span { padding: .4rem .65rem; border-radius: 999px; color: var(--sage-deep); background: var(--sage); font-size: .75rem; font-weight: 800; }
.about-board__line { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); } .about-board__line strong { color: var(--ink); } .about-board__bird { width: 88px; height: 70px; margin: 1.3rem auto .5rem; border-radius: 55% 48% 50% 50%; background: #ef9d68; box-shadow: inset -7px -7px 0 rgba(196,91,75,.16); }
.principles-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; } .principle { padding: 1.3rem; border-top: 3px solid var(--yellow); } .principle p { margin-top: .6rem; color: var(--ink-soft); }
.facts-list { display: grid; gap: .7rem; margin: 1.5rem 0 0; padding: 0; list-style: none; } .facts-list li { display: flex; gap: .6rem; color: var(--ink-soft); } .facts-list li::before { content: "✦"; color: var(--sage-deep); font-weight: 900; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.5rem; border-radius: var(--radius-lg); color: #fff; background: var(--sage-dark); } .cta-panel h2 { color: #fff; } .cta-panel p { max-width: 600px; margin-top: .7rem; color: #d8eee2; } .cta-panel--yellow { color: var(--ink); background: var(--yellow); } .cta-panel--yellow h2 { color: var(--ink); } .cta-panel--yellow p { color: var(--ink-soft); } .cta-panel--sage { color: var(--ink); background: var(--sage); } .cta-panel--sage h2 { color: var(--ink); } .cta-panel--sage p { color: var(--ink-soft); }
.stats-band { padding: 1.5rem 0; background: var(--sage-dark); } .stats-band__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; } .stat { padding: 1rem; border-right: 1px solid rgba(255,255,255,.22); color: #d8eee2; } .stat:last-child { border-right: 0; } .stat strong { display: block; color: #fff; font-size: 1.8rem; } .stat span { font-size: .84rem; }
.quote-card { padding: 2rem; border-radius: var(--radius-lg); background: #f2eecf; } .quote-card__mark { color: var(--sage-deep); font-family: Georgia, serif; font-size: 3rem; line-height: .7; } .quote-card p { margin-top: .8rem; font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.2; } .quote-card__rule { width: 48px; height: 3px; margin: 1.4rem 0 .7rem; background: var(--yellow); } .quote-card__caption { color: var(--ink-soft); font-size: .85rem; }
.page-hero { padding: clamp(3.5rem, 8vw, 6rem) 0; background: var(--sage); } .page-hero--compact { padding-bottom: 3.2rem; } .page-hero__inner { max-width: 850px; } .page-hero p:not(.eyebrow) { max-width: 680px; margin-top: 1.2rem; color: var(--ink-soft); font-size: 1.12rem; }
.readiness-card { padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); } .readiness-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); } .readiness-row:last-child { border-bottom: 0; } .readiness-label { color: var(--ink-soft); font-weight: 700; } .status-dot { display: inline-flex; align-items: center; gap: .4rem; font-size: .85rem; font-weight: 800; } .status-dot::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); } .status-dot--ready::before { background: #5eae79; }
.faq-list { display: grid; gap: .8rem; max-width: 850px; } .faq-list details { padding: 1.2rem 1.3rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); } .faq-list summary { cursor: pointer; font-weight: 850; } .faq-list details p { margin-top: .8rem; color: var(--ink-soft); }
.support-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 2rem; align-items: start; } .support-checklist { display: grid; gap: .8rem; margin: 1.5rem 0 0; padding: 0; list-style: none; } .support-checklist li { display: flex; gap: .7rem; align-items: flex-start; color: var(--ink-soft); } .support-checklist li::before { content: "✓"; width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--sage-deep); background: var(--sage); font-weight: 900; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(2rem, 7vw, 6rem); align-items: start; } .contact-intro > p:not(.eyebrow) { margin-top: 1rem; color: var(--ink-soft); } .contact-note { display: flex; gap: .8rem; margin-top: 1.5rem; padding: 1rem; border-radius: var(--radius-sm); background: var(--sage); } .contact-note__icon { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--sage-deep); background: #fff; font-size: .75rem; font-weight: 900; } .contact-note strong { display: block; } .contact-note p { margin-top: .25rem; color: var(--ink-soft); font-size: .9rem; }
.contact-card { padding: clamp(1.2rem, 4vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); box-shadow: var(--shadow); } .contact-form { display: grid; gap: 1.1rem; } .form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; } .field-group { display: grid; gap: .4rem; } .field-group label, .consent-group label { font-size: .88rem; font-weight: 800; } .optional { color: var(--ink-soft); font-weight: 500; } .field-group input, .field-group select, .field-group textarea { width: 100%; min-height: 48px; padding: .7rem .8rem; border: 1px solid #bfd4c8; border-radius: var(--radius-sm); color: var(--ink); background: #fff; } .field-group textarea { min-height: 150px; resize: vertical; } .field-group input:focus, .field-group select:focus, .field-group textarea:focus { border-color: var(--sage-deep); box-shadow: var(--focus); outline: none; } .field-error { color: #9b3f34; font-size: .82rem; } .consent-group { display: grid; grid-template-columns: 24px 1fr; gap: .65rem; align-items: start; color: var(--ink-soft); font-size: .88rem; } .consent-group input { width: 22px; height: 22px; margin: 0; accent-color: var(--sage-deep); } .honey-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; } .form-alert { margin-bottom: 1rem; padding: 1rem; border-radius: var(--radius-sm); } .form-alert p, .form-alert ul { margin-top: .4rem; } .form-alert--success { color: #1d6548; background: #e4f5e7; } .form-alert--error { color: #913a31; background: var(--rose); }

.site-footer { padding: 3.5rem 0 1.2rem; color: #d7ebe0; background: var(--sage-dark); } .site-footer .site-brand { color: #fff; } .site-footer .site-brand__words small { color: #b8d6c6; } .site-footer__top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; padding-bottom: 3rem; } .site-footer__brand p { max-width: 300px; margin-top: 1rem; color: #b8d6c6; font-size: .9rem; } .site-footer__column { display: grid; align-content: start; gap: .45rem; } .site-footer__column a { width: fit-content; color: #d7ebe0; font-size: .9rem; text-decoration: none; } .site-footer__column a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; } .site-footer__label { margin-bottom: .45rem; color: var(--yellow); font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; } .site-footer__column--note p:not(.site-footer__label) { color: #b8d6c6; font-size: .9rem; } .site-footer__column--note .text-link { color: #fff0af; } .site-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.1rem; border-top: 1px solid rgba(215,235,224,.18); color: #9fc2af; font-size: .78rem; }

[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; } [data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; } [data-reveal] { opacity: 1; transform: none; } }
@media (max-width: 900px) { .site-hero__grid, .split-layout, .contact-layout, .support-layout { grid-template-columns: 1fr; } .site-hero__visual { order: -1; min-height: 300px; } .site-hero { padding-top: 3.5rem; } .site-footer__top { grid-template-columns: repeat(2, minmax(0, 1fr)); } .feature-grid--three { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .site-header__inner { min-height: 70px; } .nav-toggle { display: inline-flex; align-items: center; } .site-nav { position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; display: none; padding: .7rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: var(--shadow); } .site-nav.is-open { display: grid; } .site-nav__link, .site-nav__cta { width: 100%; justify-content: flex-start; } .site-nav__cta { justify-content: center; } .form-grid, .feature-grid--two, .principles-grid, .stats-band__grid { grid-template-columns: 1fr; } .stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); } .stat:last-child { border-bottom: 0; } .cta-panel { align-items: flex-start; flex-direction: column; padding: 1.7rem; } .site-footer__top { grid-template-columns: 1fr; gap: 1.8rem; } .site-footer__bottom { flex-direction: column; } }
@media (max-width: 420px) { .site-container { width: min(calc(100% - 28px), var(--max-width)); } h1 { font-size: clamp(2.45rem, 14vw, 3.7rem); } h2 { font-size: 2.2rem; } .site-hero { padding-bottom: 3rem; } .site-hero__visual { min-height: 250px; } .pip-scene { border-radius: 32% 32% 18% 18%; } .pip-scene__bird { left: 31%; transform: scale(.8) rotate(-6deg); } .button-row { align-items: stretch; flex-direction: column; } .button-row .button { width: 100%; } .contact-card { padding: 1rem; } .contact-note { align-items: flex-start; } }

/* Public game-site refresh: quiet structure, clearer rhythm, more character. */
:root {
    --ink-strong: #12352f;
    --ink-faint: #668077;
    --sky: #cfece4;
    --line-strong: #b7d4c7;
    --panel: rgba(255, 255, 255, .72);
    --shadow-soft: 0 14px 34px rgba(31, 59, 53, .08);
    --shadow-deep: 0 28px 70px rgba(31, 59, 53, .16);
}

html { background: var(--cream); }
body.site-body { min-width: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); }
body.site-body::selection { color: var(--paper); background: var(--sage-deep); }
.site-body :where(h1, h2, h3, p, a, span, strong, li, label, button) { overflow-wrap: anywhere; }
.site-body :focus-visible { outline: 3px solid var(--sage-deep); outline-offset: 3px; box-shadow: 0 0 0 6px var(--cream); }

.site-container { width: min(calc(100% - 48px), 1240px); }
.site-header { border-bottom-color: rgba(47, 115, 92, .2); background: rgba(251, 250, 244, .88); box-shadow: 0 10px 30px rgba(31, 59, 53, .05); }
.site-header__inner { min-height: 86px; }
.site-brand { transition: transform .2s ease; }
.site-brand:hover { transform: translateY(-1px); }
.site-brand__words { letter-spacing: -.04em; }
.site-brand__words strong { letter-spacing: -.02em; }
.site-brand__words small { color: var(--sage-deep); letter-spacing: .12em; }
.brand-mark { width: 46px; height: 46px; }
.site-nav { gap: .2rem; }
.site-nav__link { position: relative; color: var(--ink-soft); transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.site-nav__link:hover { color: var(--ink); transform: translateY(-1px); }
.site-nav__link.is-active { color: var(--ink-strong); box-shadow: inset 0 -3px 0 var(--sage-deep); }
.site-nav__cta { margin-left: .35rem; }
.nav-toggle { width: 48px; justify-content: center; gap: .45rem; padding-inline: .7rem; }
.nav-toggle__icon { display: grid; gap: 4px; }
.nav-toggle__line { width: 16px; height: 2px; border-radius: 999px; background: currentColor; }

.button { min-height: 50px; padding-inline: 1.3rem; box-shadow: 0 5px 0 rgba(31, 59, 53, .08); transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease; }
.button:hover { box-shadow: 0 12px 24px rgba(31, 59, 53, .16); }
.button:active { transform: translateY(0); box-shadow: 0 3px 0 rgba(31, 59, 53, .08); }
.button--primary { background: var(--sage-deep); }
.button--primary:hover, .button--primary:focus-visible { background: var(--sage-dark); }
.button--secondary { border-color: rgba(31, 59, 53, .08); background: var(--yellow); }
.button--secondary:hover, .button--secondary:focus-visible { background: #f8d982; }
.button--light { border: 1px solid rgba(31, 59, 53, .12); color: var(--ink); background: rgba(255, 255, 255, .8); }
.button--light:hover, .button--light:focus-visible { background: #fff; }
.text-link { color: var(--sage-deep); text-decoration-color: rgba(47, 115, 92, .38); text-underline-offset: 4px; transition: color .2s ease; }
.text-link:hover, .text-link:focus-visible { color: var(--sage-dark); }

.site-hero { position: relative; isolation: isolate; min-height: 600px; padding: clamp(4.5rem, 9vw, 8rem) 0 5.5rem; background: radial-gradient(circle at 78% 22%, rgba(243, 202, 99, .2) 0 7%, transparent 7.2%), linear-gradient(135deg, var(--cream) 0%, #f7f6ec 48%, var(--sky) 100%); }
.site-hero::before, .page-hero::before { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(47, 115, 92, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(47, 115, 92, .05) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, transparent 0%, #000 30%, #000 70%, transparent 100%); content: ""; opacity: .55; }
.site-hero__grid { gap: clamp(2rem, 8vw, 7rem); }
.site-hero__copy { position: relative; z-index: 1; }
.site-hero__lede { max-width: 600px; color: var(--ink-soft); }
.hero-meta { gap: .7rem 1.1rem; }
.hero-meta span { padding: .42rem .65rem; border: 1px solid rgba(47, 115, 92, .14); border-radius: 999px; background: rgba(255, 255, 255, .38); }
.hero-meta strong { color: var(--ink-strong); }
.site-hero__visual { min-height: 430px; }
.pip-scene { border-color: rgba(47, 115, 92, .18); box-shadow: var(--shadow-deep); background: linear-gradient(180deg, #cdebe4 0 57%, #9bceb8 57% 79%, #eadc91 79%); transform: rotate(2deg); transition: transform .35s ease, box-shadow .35s ease; }
.pip-scene:hover { box-shadow: 0 34px 80px rgba(31, 59, 53, .2); transform: rotate(0) translateY(-5px); }
.pip-scene__bird { animation: pip-float 4.6s ease-in-out infinite; filter: drop-shadow(0 14px 12px rgba(31, 59, 53, .12)); }
.pip-scene__cloud--one { animation: cloud-drift 10s ease-in-out infinite; }
.pip-scene__cloud--two { animation: cloud-drift 13s ease-in-out -3s infinite reverse; }
@keyframes pip-float { 0%, 100% { transform: rotate(-6deg) translateY(0); } 50% { transform: rotate(-3deg) translateY(-9px); } }
@keyframes cloud-drift { 0%, 100% { margin-left: 0; } 50% { margin-left: 18px; } }

.stats-band { position: relative; padding: 1.75rem 0; background: var(--sage-dark); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), inset 0 -1px 0 rgba(0, 0, 0, .12); }
.stats-band__grid { gap: 0; }
.stat { min-width: 0; padding: .65rem 1.5rem; }
.stat strong { color: #fff; font-size: clamp(1.1rem, 2vw, 1.7rem); letter-spacing: .04em; }
.stat span { display: block; margin-top: .15rem; color: #bfe0cf; }

.section { position: relative; padding: clamp(5rem, 9vw, 8rem) 0; }
.section--paper { background-color: var(--paper); background-image: radial-gradient(circle at 18% 12%, rgba(220, 238, 231, .6), transparent 24rem); }
.section--soft { background-color: #f3f5ed; background-image: linear-gradient(135deg, rgba(220, 238, 231, .38), transparent 42%), radial-gradient(circle at 88% 72%, rgba(243, 202, 99, .12), transparent 18rem); }
.section-heading { max-width: 760px; margin-bottom: 2.8rem; }
.section-heading h2 { max-width: 700px; }
.section-heading p:not(.eyebrow) { max-width: 640px; }
.feature-grid { gap: 1.2rem; }
.feature-card { min-height: 245px; padding: 1.75rem; border-color: rgba(47, 115, 92, .2); box-shadow: var(--shadow-soft); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover { border-color: rgba(47, 115, 92, .42); box-shadow: 0 22px 44px rgba(31, 59, 53, .13); transform: translateY(-5px); }
.feature-card--large { min-height: 300px; padding: 2rem; }
.feature-card--ink { background: var(--sage-dark); }
.feature-card--ink .feature-card__number, .feature-card--ink .feature-card__foot { color: #d8eee2; }
.feature-card--ink .feature-card__icon { color: var(--sage-dark); }
.feature-card__icon { border: 1px solid rgba(47, 115, 92, .1); box-shadow: 0 5px 12px rgba(31, 59, 53, .06); }
.feature-card .text-link { margin-top: auto; padding-top: 1rem; }
.feature-card__foot { margin-top: auto; padding-top: 1.4rem; }

.split-layout { gap: clamp(2.5rem, 9vw, 8rem); }
.split-layout__copy > p:not(.eyebrow) { max-width: 620px; }
.about-board { border-color: var(--line-strong); box-shadow: var(--shadow-deep); }
.about-board__top { color: var(--ink-strong); }
.about-board__bird { display: grid; place-items: center; min-height: 132px; border-radius: 22px; background: linear-gradient(135deg, var(--yellow) 0 45%, var(--rose) 45% 100%); }
.about-board__bird .brand-mark { width: 74px; height: 74px; }
.about-board__quote { display: grid; gap: .45rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.about-board__quote-label { color: var(--sage-deep); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.about-board__quote p { color: var(--ink-strong); font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.2; }
.principles-grid { gap: 1.2rem; }
.principle { min-height: 150px; padding: 1.45rem; border: 1px solid rgba(47, 115, 92, .16); border-top: 3px solid var(--yellow); border-radius: 0 0 var(--radius-sm) var(--radius-sm); background: rgba(255, 255, 255, .32); transition: background-color .25s ease, transform .25s ease; }
.principle:hover { background: rgba(255, 255, 255, .62); transform: translateY(-4px); }
.principle > span { color: var(--sage-deep); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.facts-list { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .8rem; margin-top: 1.8rem; }
.facts-list > div { display: grid; gap: .28rem; padding: 1rem; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); background: var(--paper); box-shadow: 0 8px 18px rgba(31, 59, 53, .04); }
.facts-list > div::before { width: 24px; height: 4px; border-radius: 999px; background: var(--yellow); content: ""; }
.facts-list > div > span { color: var(--ink-soft); font-size: .78rem; }
.facts-list > div > strong { color: var(--ink-strong); font-size: 1.02rem; }
.disclosure-note { max-width: 720px; margin-top: 1.2rem; color: var(--ink-faint); font-size: .82rem; }

.page-hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(4.5rem, 9vw, 7.4rem) 0; background: linear-gradient(135deg, var(--sage) 0%, #c9e9df 100%); }
.page-hero::after { position: absolute; right: -8rem; bottom: -12rem; z-index: -1; width: 28rem; height: 28rem; border: 1px solid rgba(47, 115, 92, .18); border-radius: 50%; box-shadow: 0 0 0 28px rgba(47, 115, 92, .06), 0 0 0 56px rgba(47, 115, 92, .04); content: ""; }
.page-hero__inner { position: relative; z-index: 1; }
.page-hero__inner > h1 { max-width: 900px; }
.page-hero p:not(.eyebrow) { max-width: 720px; }

.readiness-card { padding: 1.2rem 1.35rem; border-color: var(--line-strong); box-shadow: var(--shadow-soft); }
.readiness-row { min-width: 0; align-items: center; padding: 1rem 0; }
.readiness-row > div { display: grid; flex: 1; min-width: 0; gap: .1rem; }
.readiness-row strong { color: var(--ink-strong); }
.readiness-row small { color: var(--ink-soft); font-size: .78rem; }
.readiness-label { flex: 0 0 auto; padding: .3rem .55rem; border-radius: 999px; background: var(--sage); font-size: .78rem; }
.faq-list { gap: .9rem; }
.faq-list details { border-color: var(--line-strong); box-shadow: 0 8px 18px rgba(31, 59, 53, .04); transition: border-color .2s ease, box-shadow .2s ease; }
.faq-list details:hover, .faq-list details[open] { border-color: rgba(47, 115, 92, .45); box-shadow: var(--shadow-soft); }
.faq-list summary { position: relative; padding-right: 2rem; color: var(--ink-strong); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 0; top: 0; color: var(--sage-deep); content: "+"; font-size: 1.2rem; line-height: 1; }
.faq-list details[open] summary::after { content: "–"; }
.support-checklist { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.support-checklist > div { min-width: 0; padding: 1.2rem; border: 1px solid rgba(47, 115, 92, .18); border-radius: var(--radius-md); background: rgba(255, 255, 255, .5); }
.support-checklist > div > span { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--sage-dark); background: var(--yellow); font-size: .74rem; font-weight: 900; }
.support-checklist > div > strong { display: block; margin-top: 1.2rem; color: var(--ink-strong); }
.support-checklist > div > p { margin-top: .35rem; color: var(--ink-soft); font-size: .88rem; }

.contact-layout { gap: clamp(2.5rem, 8vw, 7rem); }
.contact-intro { position: sticky; top: 7rem; }
.contact-note { border: 1px solid rgba(47, 115, 92, .12); box-shadow: 0 8px 18px rgba(31, 59, 53, .04); }
.contact-note a { color: var(--sage-deep); font-weight: 800; }
.contact-card { border-color: var(--line-strong); box-shadow: var(--shadow-deep); }
.field-group input, .field-group select, .field-group textarea { border-color: var(--line-strong); background: rgba(255, 255, 255, .82); transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.field-group input:hover, .field-group select:hover, .field-group textarea:hover { background: #fff; }
.field-group label { color: var(--ink-strong); }
.consent-group { color: var(--ink-soft); }
.consent-group a { color: var(--sage-deep); font-weight: 800; }
.form-alert { border: 1px solid transparent; }
.form-alert--success { border-color: #9bd1ad; }
.form-alert--error { border-color: #e5a69b; }

.cta-panel { position: relative; isolation: isolate; overflow: hidden; box-shadow: var(--shadow-deep); }
.cta-panel::after { position: absolute; right: -8rem; bottom: -12rem; z-index: -1; width: 25rem; height: 25rem; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255, 255, 255, .06), 0 0 0 56px rgba(255, 255, 255, .04); content: ""; }
.cta-panel--yellow::after { border-color: rgba(31, 59, 53, .16); box-shadow: 0 0 0 28px rgba(31, 59, 53, .05), 0 0 0 56px rgba(31, 59, 53, .03); }

.site-footer { padding-top: 4.5rem; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06); }
.site-footer__top { gap: 2.4rem; }
.site-footer__column a { transition: color .2s ease, transform .2s ease; }
.site-footer__column a:hover { transform: translateX(2px); }
.site-footer__bottom { border-top-color: rgba(215, 235, 224, .28); }

html:not(.has-site-js) [data-reveal], html:not(.has-site-js) [data-reveal].is-visible { opacity: 1; transform: none; }
.site-body [data-reveal-delay="80"] { transition-delay: 80ms; }
.site-body [data-reveal-delay="120"] { transition-delay: 120ms; }
.site-body [data-reveal-delay="160"] { transition-delay: 160ms; }

@media (max-width: 900px) {
    .site-hero { min-height: auto; }
    .site-hero__visual { min-height: 340px; }
    .support-checklist { grid-template-columns: 1fr; }
    .facts-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .contact-intro { position: static; }
}

@media (max-width: 720px) {
    .site-container { width: min(calc(100% - 32px), 1240px); }
    .site-header__inner { min-height: 76px; }
    .site-nav { right: 16px; left: 16px; border-color: var(--line-strong); box-shadow: var(--shadow-deep); }
    .hero-meta { align-items: flex-start; flex-direction: column; gap: .45rem; }
    .hero-meta span { width: fit-content; }
    .stats-band__grid { gap: .5rem; }
    .stat { padding: .8rem 0; border-right: 0; border-bottom-color: rgba(255, 255, 255, .2); }
    .stat:last-child { border-bottom: 0; }
    .facts-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-board__bird { min-height: 108px; }
}

@media (max-width: 420px) {
    .site-container { width: calc(100% - 24px); }
    .site-hero { padding-top: 3.3rem; }
    .site-hero__visual { min-height: 270px; }
    .pip-scene { box-shadow: var(--shadow-soft); }
    .facts-list { grid-template-columns: 1fr; }
    .page-hero::after { right: -14rem; }
}

/* Fruit Slicer public surface: a warm citrus accent inside the DLX system. */
.fruit-brand-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 2px solid rgba(255, 254, 249, .72);
    border-radius: 16px 16px 16px 6px;
    color: #fff4d2;
    background: linear-gradient(145deg, #bd491f, #e8893e);
    box-shadow: 0 8px 18px rgba(189, 73, 31, .24);
    font-size: 1.35rem;
    line-height: 1;
    transform: rotate(-5deg);
}
.site-footer .fruit-brand-mark { border-color: rgba(255, 255, 255, .2); }
.fruit-slicer-hero { background: radial-gradient(circle at 78% 18%, rgba(189, 73, 31, .1) 0 8%, transparent 8.2%), linear-gradient(135deg, #fbfaf4 0%, #f8f0d8 48%, #dceee7 100%); }
.fruit-slicer-hero::before { background-image: linear-gradient(rgba(189, 73, 31, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(189, 73, 31, .045) 1px, transparent 1px); }
.fruit-slicer-hero .text-highlight { color: #bd491f; }
.fruit-slicer-art {
    position: relative;
    width: min(100%, 540px);
    margin: 0;
    padding: .85rem;
    border: 1px solid rgba(189, 73, 31, .2);
    border-radius: 34px;
    background: rgba(255, 254, 249, .68);
    box-shadow: 0 28px 70px rgba(31, 59, 53, .16);
    transform: rotate(2deg);
    transition: transform .35s ease, box-shadow .35s ease;
}
.fruit-slicer-art:hover { box-shadow: 0 36px 82px rgba(31, 59, 53, .21); transform: rotate(0) translateY(-5px); }
.fruit-slicer-art svg { display: block; width: 100%; height: auto; border-radius: 26px; }
.fruit-slicer-art figcaption { padding: .7rem .35rem .1rem; color: var(--ink-soft); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.fruit-modes-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
.fruit-mode-card { min-width: 0; min-height: 260px; display: flex; flex-direction: column; padding: 1.5rem; border: 1px solid rgba(47, 115, 92, .18); border-top: 4px solid #bd491f; border-radius: 0 0 var(--radius-md) var(--radius-md); background: var(--paper); box-shadow: var(--shadow-soft); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.fruit-mode-card:hover { border-color: rgba(189, 73, 31, .5); box-shadow: 0 22px 44px rgba(31, 59, 53, .13); transform: translateY(-5px); }
.fruit-mode-card--sudden { border-top-color: #e8893e; background: #fff3e7; }
.fruit-mode-card--lives { border-top-color: #6e9e62; background: #f2f7e8; }
.fruit-mode-card--endless { border-top-color: #2f735c; background: #eef7f1; }
.fruit-mode-card__number { color: #bd491f; font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.fruit-mode-card__icon { width: 42px; height: 42px; display: grid; place-items: center; margin: 1.5rem 0 1.2rem; border-radius: 14px; color: #fff4d2; background: #bd491f; font-size: 1.2rem; font-weight: 900; }
.fruit-mode-card--sudden .fruit-mode-card__icon { color: #fff; background: #e8893e; }
.fruit-mode-card--lives .fruit-mode-card__icon { color: #fff; background: #6e9e62; }
.fruit-mode-card--endless .fruit-mode-card__icon { color: #fff; background: #2f735c; }
.fruit-mode-card h3 { font-size: 1.55rem; }
.fruit-mode-card p { margin-top: .7rem; color: var(--ink-soft); font-size: .92rem; line-height: 1.65; }
.fruit-slicer-flow { display: grid; gap: .8rem; }
.fruit-slicer-flow__step { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 1rem; align-items: start; padding: 1.25rem; border: 1px solid rgba(47, 115, 92, .18); border-radius: var(--radius-md); background: rgba(255, 254, 249, .72); box-shadow: 0 10px 24px rgba(31, 59, 53, .06); }
.fruit-slicer-flow__step > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff4d2; background: #bd491f; font-size: .75rem; font-weight: 900; }
.fruit-slicer-flow__step strong { color: var(--ink-strong); font-size: 1.05rem; }
.fruit-slicer-flow__step p { margin-top: .3rem; color: var(--ink-soft); font-size: .92rem; }
.fruit-slicer-legal-cta { background: #2d5a3d; }
.fruit-slicer-legal-cta .eyebrow--light { color: #f4cd67; }
.fruit-slicer-legal-cta .button--secondary { color: var(--ink); background: #f3ca63; }

@media (max-width: 960px) {
    .fruit-modes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
    .fruit-slicer-art { transform: rotate(1deg); }
    .fruit-modes-grid { grid-template-columns: 1fr; }
    .fruit-mode-card { min-height: 0; }
}
@media (max-width: 420px) {
    .fruit-brand-mark { width: 42px; height: 42px; }
    .fruit-slicer-art { padding: .55rem; border-radius: 24px; }
    .fruit-slicer-art svg { border-radius: 19px; }
    .fruit-slicer-legal-cta .button-row { align-items: stretch; }
}
