:root {
    --ink: #15251f;
    --cream: #fff9e9;
    --paper: #fffdf5;
    --lime: #cde831;
    --green: #0f6b4f;
    --coral: #ff6655;
    --red: #c91824;
    --yellow: #ffd641;
    --line: rgba(21, 37, 31, .16);
    --shadow: 0 24px 60px rgba(22, 71, 51, .15);
    --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 820px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 253, 245, .94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-shell { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: min(390px, 48vw); }
#site-nav { display: flex; gap: 26px; align-items: center; }
#site-nav a { text-decoration: none; font-weight: 800; font-size: .86rem; text-transform: uppercase; letter-spacing: .06em; padding-block: 10px; border-bottom: 3px solid transparent; }
#site-nav a:hover, #site-nav a[aria-current="page"] { border-color: var(--coral); }
.menu-toggle { display: none; border: 2px solid var(--ink); background: transparent; border-radius: 999px; padding: 8px 15px; font: inherit; font-weight: 800; }

.closure-wrap { background: #fff0ed; border-bottom: 1px solid #efb3ad; text-align: center; padding: 16px 0 14px; }
.closure-wrap .shell { display: flex; justify-content: center; align-items: baseline; gap: 18px; flex-wrap: wrap; }
.closure-notice { color: var(--red); font-size: clamp(1.25rem, 2vw, 1.65rem); margin: 0; text-transform: uppercase; letter-spacing: .03em; }
.closure-wrap p { margin: 0; font-weight: 700; }

h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; line-height: .98; letter-spacing: -.035em; margin-top: 0; }
h1 { font-size: clamp(3.4rem, 8vw, 7.7rem); margin-bottom: 28px; }
h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); margin-bottom: 24px; }
h3 { font-size: 2rem; }
.eyebrow { margin: 0 0 18px; color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.lede { max-width: 680px; font-size: clamp(1.12rem, 2vw, 1.42rem); line-height: 1.55; }
.button { display: inline-block; padding: 15px 24px; border-radius: 999px; color: white; background: var(--ink); text-decoration: none; font-weight: 900; box-shadow: 6px 6px 0 var(--coral); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--coral); }
.text-link { display: inline-block; margin-top: 8px; color: var(--green); font-weight: 900; text-underline-offset: 4px; }

.hero { position: relative; overflow: hidden; background: var(--cream); padding: 88px 0 82px; }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(var(--green) 1px, transparent 1px); background-size: 18px 18px; mask-image: linear-gradient(to right, transparent, black); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero-art { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.hero-art img { width: 62%; border-radius: 50%; border: 12px solid white; box-shadow: var(--shadow); transform: rotate(5deg); }
.sunburst { position: absolute; inset: 7%; border-radius: 50%; background: repeating-conic-gradient(var(--yellow) 0deg 9deg, var(--coral) 9deg 18deg); animation: spin 80s linear infinite; }
.sticker { position: absolute; right: 2%; bottom: 4%; display: grid; place-items: center; width: 145px; height: 145px; border-radius: 50%; background: var(--lime); border: 3px solid var(--ink); text-align: center; font-weight: 950; line-height: 1.1; transform: rotate(-8deg); }
@keyframes spin { to { transform: rotate(360deg); } }
.marquee { overflow: hidden; background: var(--ink); color: white; white-space: nowrap; padding: 14px 0; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.marquee div { width: max-content; min-width: 100%; text-align: center; }
.marquee span { color: var(--lime); padding: 0 18px; }

.section { padding: 104px 0; }
.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: start; }
.prose { font-size: 1.15rem; max-width: 630px; }
.machines-section { background: #eaf2d4; }
.machine-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 50px; }
.machine-card { min-height: 430px; display: grid; grid-template-columns: 170px 1fr; gap: 28px; align-items: center; padding: 34px; border: 2px solid var(--ink); border-radius: 32px; box-shadow: 9px 9px 0 var(--ink); }
.lime-card { background: var(--lime); }
.coral-card { background: #ff9b8e; }
.machine-image { height: 255px; display: grid; place-items: end center; background: rgba(255,255,255,.8); border-radius: 999px 999px 22px 22px; overflow: hidden; padding: 22px; }
.machine-image img { max-height: 220px; width: auto; image-rendering: auto; }
.card-number { font-weight: 900; letter-spacing: .12em; }
.memory-band { background: var(--green); color: white; }
.memory-band .eyebrow { color: var(--lime); }
.memory-grid { display: grid; grid-template-columns: 360px 1fr; gap: 80px; align-items: center; }
.memory-grid > img { border-radius: 50%; border: 12px solid var(--yellow); transform: rotate(-4deg); }

.page-hero { position: relative; overflow: hidden; padding: 86px 0; }
.page-hero-grid { display: grid; grid-template-columns: 1fr 340px; gap: 70px; align-items: center; }
.page-hero-grid > img { justify-self: center; width: auto; height: 350px; filter: drop-shadow(18px 22px 0 rgba(21,37,31,.14)); image-rendering: auto; }
.frozen-hero { background: #dff2ae; }
.soft-hero { background: #ffd0c8; }
.pricing-hero { background: var(--yellow); text-align: center; }
.privacy-hero { background: #dcece6; }
.size-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.size-grid article { border-top: 8px solid var(--coral); padding: 24px; background: white; box-shadow: var(--shadow); }
.size-grid strong, .size-grid span { display: block; }
.size-grid strong { font: 700 2rem Georgia, serif; }
.size-grid span { color: var(--green); font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.kit-section { background: var(--ink); color: white; }
.kit-section .eyebrow { color: var(--lime); }
.kit-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 48px; }
.kit-grid figure { min-height: 190px; margin: 0; display: grid; place-items: center; align-content: center; gap: 20px; padding: 20px; background: white; color: var(--ink); border-radius: 50% 50% 18px 18px; text-align: center; font-weight: 900; }
.kit-grid img { max-height: 90px; width: auto; }
.details-section { background: var(--cream); }
.details-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.detail-card { padding: 38px; border: 2px solid var(--ink); border-radius: 24px; background: white; }
.detail-card > span { color: var(--coral); font-weight: 900; }
.detail-card h3 { margin: 12px 0; }

.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.stats-grid article { min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 30px; border-radius: 24px; background: var(--ink); color: white; text-align: center; }
.stats-grid strong { color: var(--lime); font: 700 4.4rem/1 Georgia, serif; }
.stats-grid span { margin-top: 12px; font-weight: 800; }
.soft-story { background: #f2eddc; }
.soft-gallery { min-height: 440px; display: flex; gap: 35px; align-items: end; justify-content: center; padding: 55px; border-radius: 34px; background: var(--coral); }
.soft-gallery img { width: auto; height: 320px; filter: drop-shadow(14px 18px 0 rgba(21,37,31,.18)); }
.included-section { background: var(--lime); }
.included-grid { display: grid; grid-template-columns: 1fr 380px; align-items: center; gap: 80px; }
.check-list { list-style: none; padding: 0; columns: 2; font-weight: 800; }
.check-list li { margin-bottom: 15px; break-inside: avoid; }
.check-list li::before { content: '✓'; margin-right: 10px; color: var(--green); }
.spoon-art { aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: white; border: 3px solid var(--ink); box-shadow: 12px 12px 0 var(--coral); }
.spoon-art img { width: 48%; image-rendering: auto; }

.pricing-layout { display: grid; grid-template-columns: 320px minmax(0, 720px); gap: 65px; align-items: start; justify-content: center; }
.archive-note { position: sticky; top: 130px; padding: 30px; color: white; background: var(--green); border-radius: 24px; box-shadow: 9px 9px 0 var(--lime); }
.archive-note h2 { font-size: 2.7rem; }
.archive-note .eyebrow { color: var(--lime); }
.pricing-sheet { margin: 0; padding: 24px; border: 2px solid var(--ink); background: white; box-shadow: var(--shadow); }
.pricing-sheet img { width: 100%; }
.pricing-sheet figcaption { padding-top: 16px; color: var(--red); font-weight: 900; text-align: center; }
.legal-copy { max-width: 820px; }
.legal-copy h2 { margin-top: 54px; font-size: 2.2rem; }
.legal-copy p { font-size: 1.1rem; }

.site-footer { padding: 70px 0 28px; color: white; background: #0a3226; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.footer-brand { margin: 0 0 14px; color: var(--lime); font: 700 clamp(2rem, 4vw, 3.5rem)/1 Georgia, serif; letter-spacing: -.04em; }
.footer-grid nav { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 30px; }
.footer-grid a { text-underline-offset: 4px; }
.copyright { width: var(--shell); margin: 55px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.72); font-size: .85rem; }

@media (max-width: 900px) {
    .nav-shell { flex-wrap: wrap; min-height: 76px; padding: 12px 0; }
    .menu-toggle { display: block; }
    #site-nav { display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 10px; }
    #site-nav.open { display: flex; }
    #site-nav a { padding: 12px 0; }
    .hero-grid, .split, .memory-grid, .page-hero-grid, .included-grid, .pricing-layout { grid-template-columns: 1fr; }
    .hero-art { width: min(520px, 100%); margin-inline: auto; }
    .machine-grid, .stats-grid { grid-template-columns: 1fr 1fr; }
    .machine-card { grid-template-columns: 130px 1fr; }
    .kit-grid { grid-template-columns: repeat(3, 1fr); }
    .details-grid { grid-template-columns: 1fr; }
    .page-hero-grid > img { height: 280px; }
    .archive-note { position: static; }
}

@media (max-width: 600px) {
    :root { --shell: min(100% - 26px, 1160px); }
    .brand img { width: 240px; }
    h1 { font-size: clamp(3.1rem, 17vw, 5rem); }
    h2 { font-size: 2.65rem; }
    .hero, .page-hero { padding: 60px 0; }
    .section { padding: 72px 0; }
    .closure-wrap { text-align: left; }
    .closure-wrap .shell { align-items: flex-start; flex-direction: column; gap: 4px; }
    .sticker { width: 112px; height: 112px; font-size: .8rem; }
    .machine-grid, .stats-grid, .size-grid { grid-template-columns: 1fr; }
    .machine-card { grid-template-columns: 1fr; }
    .machine-image { height: 230px; }
    .kit-grid { grid-template-columns: 1fr 1fr; }
    .soft-gallery { min-height: 350px; padding: 35px; }
    .soft-gallery img { height: 250px; }
    .included-grid { gap: 45px; }
    .check-list { columns: 1; }
    .spoon-art { width: 78%; justify-self: center; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
