:root{
/* ── Corner radii, verbatim from the file ───────────────────── */
--r-panel-lg:62px;      /* full-bleed green panel */
--r-panel:60px;         /* olive hero panel */
--r-band:53px;          /* sky / butter section bands, mask groups */
--r-card:35px;          /* category card */
--r-card-sm:30px;       /* stat card */
--r-plate:29.090909957885742px; /* product name plate */
--r-explore:20px;       /* explore button */
--r-pill:16px;          /* primary button */
--r-toggle:7px;         /* language toggle */
--r-image:4.193461894989014px;  /* footer image block */
--r-round:50%;

/* ── Elevation — the file uses exactly one shadow ───────────── */
--shadow-image:0 0 25.161px 0 rgba(0,0,0,.1);
--shadow-none:none;

/* ── Spacing observed in auto-layout frames ─────────────────── */
--sp-2:2px;--sp-3:3px;--sp-6:6px;--sp-10:10px;--sp-13:13px;--sp-14:14px;
--sp-16:16px;--sp-20:20px;--sp-24:24px;--sp-26:26px;--sp-76:76px;

/* ── Fixed geometry of recurring elements ───────────────────── */
--size-round-btn:56px;   /* carousel arrow */
--size-explore-dot:35px; /* explore button dot */
--size-check:48px;       /* feature check circle */
--size-nav-h:80px;
--w-page:1440px;
--w-band:1335px;
--w-product-card:232px;
--h-product-card:400px;
--w-plate:226px;
--h-plate:69px;
--w-category-card:384px;
--h-category-card:572px;
--w-stat-card:322px;
--h-stat-card:396px;

/* ── Motion ─────────────────────────────────────────────────── */
--ease-standard:cubic-bezier(.2,.6,.2,1); /* @kind other */
--dur-fast:140ms; /* @kind other */
--dur-base:220ms; /* @kind other */
--dur-slow:420ms; /* @kind other */
}
