@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Nunito+Sans:wght@400;600;700&display=swap");

/* =========================================================
   We Should Probably… — marketing site
   1. Hearth design tokens (mirrored from the design system)
   2. Base + layout
   3. Header / nav
   4. Hero + waitlist
   5. Phone mockups
   6. Cards, steps, features
   7. FAQ
   8. Footer
   9. Motion + responsive
   ========================================================= */

/* ---------- 1. tokens ---------- */
:root{--font-display:"Nunito",system-ui,sans-serif;--font-body:"Nunito Sans",system-ui,sans-serif}

/* Web mirror of src/theme/colors.ts. The TypeScript file is the source of truth. */
:root{
--cream-50:#FDF8F3;--cream-100:#F9F1E8;--cream-200:#F1E5D8;--sand-300:#E4D4C3;--sand-400:#CDBAA6;--taupe-500:#A99685;--taupe-600:#776C63;--espresso-700:#5A4F47;--espresso-800:#3E362F;--espresso-900:#2E2A27;
--clay-100:#FBE7DE;--clay-200:#F3C4AE;--clay-400:#D9744C;--clay-500:#B54A2B;--clay-600:#93381E;
--sage-100:#E3EDE4;--sage-200:#BBD3BF;--sage-500:#3F6B4C;--sage-600:#2F5239;
--marigold-300:#FFDE8A;--marigold-400:#FFC53D;--marigold-500:#E8A200;--coral-400:#F0693E;--coral-500:#D8461B;--grape-500:#7A3F8C;--grape-700:#4A2A55;--sky-300:#9ED8F2;
--green-600:#2F7D4F;--amber-700:#9A6100;--red-600:#C0392B;--blue-600:#2E6C9E;

--bg-default:var(--cream-50);--bg-sunken:var(--cream-100);--bg-inverse:var(--espresso-900);
--surface-default:#FFFFFF;--surface-muted:var(--cream-100);--surface-accent-subtle:var(--clay-100);--surface-success-subtle:var(--sage-100);--surface-inverse:var(--espresso-800);
--text-primary:var(--espresso-900);--text-secondary:var(--taupe-600);--text-muted:var(--taupe-600);--text-disabled:var(--sand-400);--text-on-accent:#FFFFFF;--text-on-inverse:var(--cream-50);--text-link:var(--clay-500);
--border-subtle:var(--cream-200);--border-default:var(--sand-300);--border-strong:var(--taupe-500);--border-focus:var(--clay-500);
--accent-primary:var(--clay-500);--accent-primary-pressed:var(--clay-600);--accent-primary-subtle:var(--clay-100);--accent-secondary:var(--sage-500);--accent-secondary-pressed:var(--sage-600);--accent-secondary-subtle:var(--sage-100);
--status-success:var(--green-600);--status-success-subtle:#E4F1E9;--status-warning:var(--amber-700);--status-warning-subtle:#FBEEDC;--status-danger:var(--red-600);--status-danger-subtle:#FBE7E4;--status-info:var(--blue-600);--status-info-subtle:#E3EEF6;

--reward-primary:var(--marigold-400);--reward-primary-strong:var(--marigold-500);--reward-primary-subtle:var(--marigold-300);--reward-secondary:var(--coral-400);--reward-secondary-strong:var(--coral-500);--reward-tertiary:var(--grape-500);--reward-backdrop:var(--grape-700);--reward-on-primary:var(--espresso-900);--reward-on-backdrop:var(--cream-50);--reward-glow:rgba(255,197,61,.30);

--overlay-scrim:rgba(46,42,39,.55);--overlay-press-light:rgba(46,42,39,.06);--overlay-press-dark:rgba(0,0,0,.12);--focus-ring-clay:rgba(181,74,43,.35);--focus-ring-marigold:rgba(232,162,0,.40);
}
a{color:var(--text-link);text-decoration:none}a:hover{color:var(--clay-600);text-decoration:underline}

/* Web mirror of src/theme/typography.ts. Sizes and line heights in px, as in RN. */
:root{
--font-size-2xs:11px;--font-size-xs:12px;--font-size-sm:14px;--font-size-md:16px;--font-size-lg:18px;--font-size-xl:20px;--font-size-2xl:24px;--font-size-3xl:30px;--font-size-4xl:36px;--font-size-5xl:48px;--font-size-display:64px;
--line-height-2xs:16px;--line-height-xs:16px;--line-height-sm:20px;--line-height-md:24px;--line-height-lg:26px;--line-height-xl:28px;--line-height-2xl:30px;--line-height-3xl:36px;--line-height-4xl:42px;--line-height-5xl:54px;--line-height-display:68px;
--font-weight-regular:400;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;
--letter-spacing-tight:-0.4px;--letter-spacing-normal:0;--letter-spacing-wide:0.4px;--letter-spacing-caps:1.1px;
}

/* Web mirror of src/theme/spacing.ts. */
:root{
--space-0:0px;--space-2:2px;--space-4:4px;--space-6:6px;--space-8:8px;--space-12:12px;--space-16:16px;--space-20:20px;--space-24:24px;--space-32:32px;--space-40:40px;--space-48:48px;--space-64:64px;
--spacing-none:0px;--spacing-2xs:2px;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:48px;--spacing-3xl:64px;
--layout-screen-x:16px;--layout-screen-top:24px;--layout-screen-bottom:48px;--layout-list-gap:8px;--layout-card-padding:16px;--layout-hit-slop-min:44px;--layout-control-height:48px;--layout-control-height-sm:36px;--layout-tab-bar-height:56px;--layout-header-height:56px;--layout-content-max-width:560px;
}

/* Web mirror of src/theme/radius.ts. */
:root{--radius-none:0px;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:999px;
--radius-badge:var(--radius-sm);--radius-input:var(--radius-md);--radius-button:var(--radius-md);--radius-card:var(--radius-lg);--radius-card-hero:var(--radius-xl);--radius-sheet:var(--radius-xl);--radius-reward-panel:var(--radius-xl)}

/* Web mirror of src/theme/shadows.ts — RN offset/radius/opacity translated to box-shadow. */
:root{
--shadow-none:none;
--shadow-sm:0 1px 3px rgba(62,42,30,.06);
--shadow-md:0 4px 10px rgba(62,42,30,.10);
--shadow-lg:0 10px 22px rgba(62,42,30,.14);
--shadow-reward-glow:0 0 18px rgba(232,162,0,.50);
--shadow-reward-glow-strong:0 6px 30px rgba(216,70,27,.45);
}

/* Web mirror of src/theme/motion.ts. Springs have no CSS equivalent — the bouncy
   cubic-bezier below approximates reward.spring.bouncy for previews only. */
:root{
--duration-instant:90ms; /* @kind other */
--duration-fast:140ms; /* @kind other */
--duration-standard:220ms; /* @kind other */
--duration-slow:320ms; /* @kind other */
--duration-slower:480ms; /* @kind other */
--duration-celebrate:700ms; /* @kind other */
--duration-celebrate-long:1400ms; /* @kind other */
--easing-gentle:cubic-bezier(.33,0,.35,1); /* @kind other */
--easing-entrance:cubic-bezier(.22,1,.36,1); /* @kind other */
--easing-exit:cubic-bezier(.55,0,1,.45); /* @kind other */
--easing-linear:linear; /* @kind other */
--easing-bouncy:cubic-bezier(.34,1.56,.64,1); /* @kind other */
--easing-pop:cubic-bezier(.16,1,.3,1); /* @kind other */
--stagger-list:40ms; /* @kind other */
--stagger-inline:24ms; /* @kind other */
--stagger-confetti:18ms; /* @kind other */
--press-scale:.97; /* @kind other */
--pop-scale:1.12; /* @kind other */
}


/* ---------- 2. base + layout ---------- */
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--bg-default);font-family:var(--font-body);color:var(--text-primary);-webkit-font-smoothing:antialiased;overflow-x:hidden}
img,svg{display:block}
input,button{font-family:inherit}
[hidden]{display:none !important}
.wrap{max-width:1080px;margin:0 auto}
.wrap--narrow{max-width:760px;margin:0 auto}
.section{padding:clamp(56px,7vw,88px) clamp(20px,4vw,40px)}
.section--sunken{background:var(--bg-sunken)}
.stack{display:flex;flex-direction:column}
.eyebrow,.overline{font-size:11px;letter-spacing:1.1px;text-transform:uppercase;color:var(--text-secondary);font-weight:700}
h1,h2,h3{margin:0;font-family:var(--font-display);font-weight:800;line-height:1.15;letter-spacing:-.6px;text-wrap:pretty}
h2{font-size:clamp(28px,3.6vw,40px)}
.section-head{max-width:52ch;display:flex;flex-direction:column;gap:12px}
.section-head--wide{max-width:60ch;gap:14px}
.section-head p{margin:0;font-size:17px;line-height:27px;color:var(--text-secondary);text-wrap:pretty}
.grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))}
.grid--wide{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}
.grid--tight{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))}
.skip{position:absolute;left:-9999px}
.skip:focus{left:12px;top:12px;z-index:40;padding:10px 14px;background:var(--surface-default);border-radius:12px;box-shadow:var(--shadow-md)}

/* ---------- 3. header ---------- */
.site-header{position:sticky;top:0;z-index:20;background:var(--bg-default);border-bottom:1px solid var(--border-subtle)}
.nav{max-width:1080px;margin:0 auto;padding:14px clamp(20px,4vw,40px);display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.brand{display:flex;align-items:center;gap:10px;color:var(--text-primary);flex:0 0 auto}
.brand:hover{color:var(--text-primary);text-decoration:none}
.brand img{width:34px;height:34px;border-radius:8px}
.brand span{font-family:var(--font-display);font-weight:800;font-size:17px;letter-spacing:-.4px}
.nav-links{display:flex;align-items:center;gap:22px;flex-wrap:wrap;font-size:15px;font-weight:600;margin-left:auto}
.nav-links>a.nav-link{color:var(--text-secondary)}
.lang{display:flex;gap:2px;padding:3px;background:var(--bg-sunken);border-radius:999px}
.lang a{min-width:44px;height:32px;display:grid;place-items:center;padding:0 12px;border-radius:999px;font-size:13px;font-weight:700;color:var(--text-secondary)}
.lang a:hover{text-decoration:none;color:var(--text-primary)}
.lang a[aria-current="page"]{background:var(--surface-default);color:var(--text-primary);box-shadow:var(--shadow-sm)}
.btn{display:grid;place-items:center;height:44px;padding:0 20px;border-radius:12px;background:var(--accent-primary);color:var(--text-on-accent);font-weight:700}
.btn:hover{background:var(--accent-primary-pressed);color:var(--text-on-accent);text-decoration:none}

/* ---------- 4. hero ---------- */
.hero{padding:clamp(48px,7vw,88px) clamp(20px,4vw,40px) clamp(56px,7vw,80px)}
.hero-grid{max-width:1080px;margin:0 auto;display:flex;flex-wrap:wrap;gap:clamp(32px,5vw,64px);align-items:center}
.hero-copy{flex:1 1 380px;min-width:0;display:flex;flex-direction:column;gap:20px}
.hero h1{font-size:clamp(36px,5.4vw,56px);line-height:1.08;letter-spacing:-1px;display:flex;flex-direction:column;gap:2px}
.hero h1 .lead{display:block;animation:rise 420ms var(--easing-gentle) 120ms both}
.rotator{display:block;min-height:1.14em;color:var(--accent-primary)}
.rotator>span{display:inline-block;animation:rise 420ms var(--easing-gentle) both}
.lede{margin:0;font-size:clamp(19px,2.2vw,22px);line-height:1.45;font-weight:700;letter-spacing:-.3px;max-width:36ch;text-wrap:pretty;animation:fade 320ms linear 640ms both}
.sub{margin:0;font-size:18px;line-height:28px;color:var(--text-secondary);max-width:46ch;text-wrap:pretty}
.waitlist{display:flex;flex-direction:column;gap:10px;padding-top:4px;scroll-margin-top:88px}
.waitlist form{display:flex;flex-wrap:wrap;gap:10px;max-width:480px}
.waitlist input{flex:1 1 220px;min-width:0;height:48px;padding:0 16px;border:1px solid var(--border-default);border-radius:12px;background:var(--surface-default);font-size:16px;color:var(--text-primary)}
.waitlist input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px var(--focus-ring-clay)}
.waitlist button{height:48px;padding:0 22px;border:0;border-radius:12px;background:var(--accent-primary);color:var(--text-on-accent);font-size:16px;font-weight:700;cursor:pointer}
.waitlist button:hover{background:var(--accent-primary-pressed)}
.waitlist button:active{transform:scale(var(--press-scale))}
.fineprint{font-size:13px;line-height:20px;color:var(--text-secondary)}
.success{display:flex;align-items:center;gap:12px;max-width:480px;padding:16px 18px;border-radius:16px;background:var(--surface-success-subtle);animation:rise 220ms ease both}
.success span{font-size:16px;font-weight:600;color:var(--sage-600)}
.waitlist-error{font-size:14px;color:#c0392b;padding:4px 0}
.cf-turnstile{width:100%}

/* ---------- 5. phone mockups ---------- */
.phone{flex:0 0 auto;width:300px;height:614px;border-radius:44px;background:var(--espresso-900);padding:9px;box-shadow:var(--shadow-lg);margin:0 auto}
.phone-screen{width:100%;height:100%;border-radius:36px;background:var(--bg-default);overflow:hidden;display:flex;flex-direction:column}
.status{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:14px 20px 6px;font-size:12px;font-weight:700;color:var(--text-primary)}
.battery{display:flex;align-items:center;gap:4px}
.battery i{display:block;width:16px;height:9px;border:1.5px solid currentColor;border-radius:3px}
.battery b{display:block;width:2px;height:5px;background:currentColor;border-radius:1px}
.phone-body{flex:1 1 auto;padding:10px 16px 0;overflow:hidden}
.phone-title{font-family:var(--font-display);font-weight:800;font-size:24px;line-height:30px;letter-spacing:-.5px}
.phone-sub{font-size:14px;line-height:21px;color:var(--text-secondary);margin-top:2px}
.streak-pill{margin-top:14px;display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 13px;border-radius:999px;background:var(--marigold-400)}
.streak-pill span{font-size:13px;font-weight:700;color:var(--reward-on-primary)}
.tasks{margin-top:16px;display:flex;flex-direction:column;gap:8px}
.task{display:flex;align-items:center;gap:12px;background:var(--surface-default);border-radius:16px;padding:13px 14px;box-shadow:var(--shadow-sm)}
.task--active{background:var(--surface-accent-subtle);box-shadow:none}
.task--done{opacity:.55}
.task--done .task-name{text-decoration:line-through}
.task-text{min-width:0}
.task-name{display:block;font-size:15px;font-weight:700;letter-spacing:-.2px}
.task-meta{display:block;font-size:12px;color:var(--text-secondary);margin-top:1px}
.radio{flex:0 0 auto;display:block;width:22px;height:22px;border-radius:999px;border:2px solid var(--border-default)}
.radio--accent{border-color:var(--clay-500)}
.radio--done{display:grid;place-items:center;border:0;background:var(--sage-500)}
.dot{flex:0 0 auto;display:block;width:8px;height:8px;border-radius:999px}
.avatar{flex:0 0 auto;display:grid;place-items:center;width:26px;height:26px;border-radius:999px;font-size:11px;font-weight:800}
.avatar--sm{width:28px;height:28px}
.tabbar{flex:0 0 auto;display:grid;grid-template-columns:repeat(4,1fr);padding:8px 6px 16px;border-top:1px solid var(--border-subtle);background:var(--surface-default)}
.tab{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--text-secondary);font-size:11px}
.tab--on{color:var(--accent-primary);font-weight:700}
.tab--on span{font-weight:700}
.tabbar--blank{display:block;height:52px;padding:0}
.showcase{display:flex;flex-wrap:wrap;gap:clamp(20px,4vw,40px);justify-content:center}
.showcase figure{margin:0;flex:0 0 auto;width:232px;display:flex;flex-direction:column;gap:14px;align-items:center}
.showcase figcaption{font-size:14px;line-height:21px;color:var(--text-secondary);text-align:center}
.phone--sm{width:232px;height:474px;border-radius:34px;padding:7px;box-shadow:var(--shadow-md)}
.phone--sm .phone-screen{border-radius:28px}
.phone--sm .status{padding:12px 14px 4px;font-size:10px}
.phone--sm .phone-body{padding:6px 12px 0}
.phone--sm .phone-title{font-size:19px;line-height:25px;letter-spacing:-.4px}
.phone--sm .phone-sub{font-size:12px;line-height:18px}
.phone--sm .tasks{margin-top:12px;gap:7px}
.phone--sm .task{border-radius:14px;padding:10px 11px;gap:9px}
.phone--sm .task-name{font-size:13px}
.phone--sm .task-meta{font-size:11px}
.phone--sm .overline{font-size:10px}
.searchfield{margin-top:10px;display:flex;align-items:center;gap:8px;height:34px;padding:0 11px;border-radius:12px;background:var(--surface-default);border:1px solid var(--border-subtle)}
.searchfield span{font-size:12px;color:var(--taupe-500)}
.streak-panel{margin-top:12px;position:relative;border-radius:22px;background:var(--grape-700);padding:18px 16px;overflow:hidden}
.streak-panel .glow{position:absolute;width:170px;height:170px;border-radius:999px;background:var(--reward-glow);right:-60px;top:-70px}
.streak-panel .num{position:relative;font-family:var(--font-display);font-weight:800;font-size:52px;line-height:56px;color:var(--marigold-400)}
.streak-panel .cap{position:relative;font-size:13px;line-height:19px;color:var(--reward-on-backdrop);margin-top:2px}
.bars{margin-top:9px;background:var(--surface-default);border-radius:16px;padding:13px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:11px}
.bar{display:flex;flex-direction:column;gap:5px}
.bar-top{display:flex;justify-content:space-between;font-size:12px;font-weight:700}
.bar-top em{font-style:normal;color:var(--text-secondary);font-weight:600}
.bar-track{height:7px;border-radius:999px;background:var(--bg-sunken);overflow:hidden}
.bar-track i{display:block;height:100%}
.invite{margin-top:5px;display:grid;place-items:center;height:40px;border-radius:12px;border:1px dashed var(--border-default);font-size:12px;font-weight:700;color:var(--accent-primary)}
.setting-row{margin-top:9px;display:flex;align-items:center;justify-content:space-between;background:var(--surface-default);border-radius:14px;padding:12px;box-shadow:var(--shadow-sm)}
.setting-row>span:first-child{font-size:13px;font-weight:700}
.switch{display:block;width:40px;height:24px;border-radius:999px;background:var(--sand-300);position:relative}
.switch i{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:999px;background:var(--surface-default);box-shadow:var(--shadow-sm)}

/* ---------- 6. cards, steps, features ---------- */
.card{background:var(--surface-default);border-radius:20px;padding:22px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:10px}
.card--step{padding:26px 24px;gap:12px}
.card--feature{padding:24px;gap:12px}
.quote{font-family:var(--font-display);font-weight:800;font-size:20px;line-height:27px;letter-spacing:-.4px;text-wrap:pretty}
.card p{margin:0;font-size:14px;line-height:21px;color:var(--text-secondary);text-wrap:pretty}
.step-num{display:grid;place-items:center;width:36px;height:36px;border-radius:999px;background:var(--accent-primary-subtle);font-family:var(--font-display);font-weight:800;font-size:17px;color:var(--clay-600)}
.card--step h3{font-size:21px;letter-spacing:-.4px}
.card--step p{font-size:15px;line-height:24px}
.card--feature h3{font-size:19px;letter-spacing:-.3px}
.card--feature p{font-size:15px;line-height:23px}

/* ---------- 7. faq ---------- */
.faq{display:flex;flex-direction:column;gap:10px}
.faq-item{background:var(--surface-default);border-radius:16px;box-shadow:var(--shadow-sm);overflow:hidden}
.faq-q{width:100%;min-height:56px;padding:16px 20px;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;cursor:pointer;font-size:16px;font-weight:700;color:var(--text-primary)}
.faq-q:hover{background:var(--overlay-press-light)}
.faq-q .chev{flex:0 0 auto;transition:transform var(--duration-standard) var(--easing-gentle)}
.faq-q[aria-expanded="true"] .chev{transform:rotate(180deg)}
.faq-a{padding:0 20px 18px;font-size:16px;line-height:25px;color:var(--text-secondary);text-wrap:pretty}

/* ---------- 8. footer ---------- */
.site-footer{background:var(--bg-inverse);color:var(--text-on-inverse);padding:clamp(40px,5vw,56px) clamp(20px,4vw,40px)}
.footer-row{max-width:1080px;margin:0 auto;display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:space-between}
.footer-brand{display:flex;align-items:center;gap:10px}
.footer-brand img{width:30px;height:30px;border-radius:7px}
.footer-brand span{font-family:var(--font-display);font-weight:800;font-size:16px;letter-spacing:-.4px}
.footer-links{display:flex;flex-wrap:wrap;gap:20px;font-size:14px}
.footer-links a{color:var(--cream-200)}
.footer-links a:hover{color:#fff}
.footer-links span{color:var(--taupe-500)}
.footer-links button{padding:0;border:0;background:transparent;font-family:inherit;font-size:14px;color:var(--cream-200);cursor:pointer}
.footer-links button:hover{color:#fff}

/* ---------- 9. cookie consent ---------- */
.cookie-wrap{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;justify-content:center;padding:clamp(12px,3vw,24px);pointer-events:none}
.cookie-wrap[hidden]{display:none}
.cookie-card{pointer-events:auto;width:100%;max-width:470px;max-height:calc(100vh - 32px);overflow-y:auto;background:var(--surface-default);border-radius:28px;box-shadow:var(--shadow-lg);padding:clamp(20px,3vw,26px);display:flex;flex-direction:column;gap:14px;animation:rise 260ms var(--easing-gentle) both}
.cookie-card h2{font-size:21px;line-height:28px;letter-spacing:-.4px}
.cookie-card p{margin:0;font-size:15px;line-height:23px;color:var(--text-secondary);text-wrap:pretty}
.cookie-cats{display:flex;flex-direction:column;gap:8px;padding:4px 0 2px}
.cookie-cats[hidden]{display:none}
.cookie-cat{display:flex;align-items:flex-start;gap:14px;background:var(--bg-sunken);border-radius:16px;padding:14px 16px}
.cookie-cat>div{flex:1 1 auto;min-width:0}
.cookie-cat strong{display:block;font-size:15px;font-weight:700;letter-spacing:-.2px}
.cookie-cat span{display:block;font-size:13px;line-height:20px;color:var(--text-secondary);margin-top:2px}
.cookie-locked{flex:0 0 auto;display:grid;place-items:center;height:28px;padding:0 11px;border-radius:6px;background:var(--accent-primary-subtle);font-size:10px;font-weight:800;letter-spacing:.8px;color:var(--clay-600)}
.cookie-switch{flex:0 0 auto;position:relative;width:48px;height:28px;padding:0;border:0;border-radius:999px;cursor:pointer;background:var(--sand-300);transition:background var(--duration-standard) var(--easing-gentle)}
.cookie-switch::after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:999px;background:var(--surface-default);box-shadow:var(--shadow-sm);transition:left var(--duration-standard) var(--easing-gentle)}
.cookie-switch[aria-checked="true"]{background:var(--accent-primary)}
.cookie-switch[aria-checked="true"]::after{left:23px}
.cookie-actions{display:flex;flex-wrap:wrap;gap:10px;padding-top:2px}
.cookie-actions button{flex:1 1 160px;height:48px;padding:0 20px;border:0;border-radius:12px;background:var(--accent-primary);color:var(--text-on-accent);font-size:16px;font-weight:700;cursor:pointer}
.cookie-actions button:hover{background:var(--accent-primary-pressed)}
.cookie-actions button:active{transform:scale(.97)}
.cookie-actions button.secondary{border:1px solid var(--border-default);background:var(--surface-default);color:var(--text-primary)}
.cookie-actions button.secondary:hover{background:var(--overlay-press-light)}
.cookie-actions button[hidden]{display:none}
.cookie-foot{display:flex;flex-wrap:wrap;align-items:center;gap:6px 16px;font-size:13px;line-height:20px;color:var(--text-secondary)}
.cookie-foot a,.cookie-link{font-size:13px;font-weight:700;color:var(--text-link)}
.cookie-link{padding:0;border:0;background:transparent;font-family:inherit;cursor:pointer}
.cookie-link:hover{text-decoration:underline}
.cookie-link[hidden]{display:none}
.cookie-foot .spacer{flex:1 1 auto}

/* ---------- 10. motion + responsive ---------- */
@keyframes rise{from{transform:translateY(14px);opacity:0}to{transform:translateY(0);opacity:1}}
@keyframes fade{from{opacity:0}to{opacity:1}}
:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}
@media (max-width:720px){
  .nav-links>a.nav-link{display:none}
  .nav{gap:12px}
}
@media (max-width:380px){
  .phone{transform:scale(.85);transform-origin:top center;margin-bottom:-90px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none !important;transition:none !important}
}
