:root {
  --cream: #fcecd4;
  --cream-2: #fff6e6;
  --paper: #fffdf8;
  --ink: #2a1a2b;
  --ink-2: #6d5763;
  --line: #ecd9bb;
  --red: #e23c24;
  --red-d: #c42d17;
  --orange: #f27a1a;
  --purple: #6b5be0;
  --yellow: #f5b82e;
  --green: #4c8a2b;
  --leaf: #2f6b34;
  --r: 24px;
  --shadow: 0 1px 0 rgba(42,26,43,.04), 0 12px 32px -14px rgba(94,50,20,.28);
  --display: "Bricolage Grotesque", "Arial Black", system-ui, sans-serif;
  --body: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.22,.8,.24,1);
  --nav-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 16px); }
body {
  margin: 0; background: var(--cream); color: var(--ink);
  font: 400 1.0625rem/1.55 var(--body); -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
button, input { font: inherit; color: inherit; }
button { cursor: pointer; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; letter-spacing: -.025em; line-height: 1; margin: 0; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; border-radius: 8px; }
[hidden] { display: none !important; }

.wrap { width: min(1240px, 100% - 48px); margin-inline: auto; }

.eyebrow {
  font: 700 .8rem/1 var(--body); letter-spacing: .14em; text-transform: uppercase;
  color: var(--red); margin-bottom: 18px;
}

/* ---------- Knappar ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 14px;
  height: 56px; padding: 0 12px 0 28px; border-radius: 999px; border: 0;
  font: 700 1rem/1 var(--body); text-decoration: none;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--red { background: var(--red); color: #fff; box-shadow: 0 14px 28px -10px rgba(226,60,36,.6); }
.btn--red:hover { background: var(--red-d); }
.btn--white { background: #fff; color: var(--ink); padding-right: 24px; box-shadow: var(--shadow); }
.btn__ic {
  display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.22);
}
.btn__ic--dark { background: var(--cream); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 40; height: var(--nav-h);
  background: color-mix(in srgb, var(--cream) 88%, transparent);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.nav__in { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font: 800 1.2rem/1 var(--display); letter-spacing: -.02em; margin-right: auto; }
.brand img { width: 44px; height: 44px; border-radius: 14px; object-fit: cover; }
.nav__links { display: flex; gap: 6px; }
.nav__links a { padding: 10px 16px; border-radius: 999px; font-weight: 600; font-size: .95rem; text-decoration: none; transition: background .2s; }
.nav__links a:hover { background: rgba(42,26,43,.07); }
.cartbtn {
  position: relative; width: 50px; height: 50px; border-radius: 16px; border: 0;
  background: var(--ink); color: #fff; display: grid; place-items: center;
  box-shadow: 0 10px 22px -10px rgba(42,26,43,.7); transition: transform .25s var(--ease);
}
.cartbtn:hover { transform: translateY(-2px); }
.cartbtn__n {
  position: absolute; top: -6px; right: -6px; min-width: 22px; height: 22px; padding: 0 6px;
  border-radius: 11px; background: var(--orange); color: #fff; font: 700 .75rem/22px var(--body); text-align: center;
}
.cartbtn.bump { animation: bump .45s var(--ease); }
@keyframes bump { 40% { transform: scale(1.14) rotate(-4deg); } }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(24px, 4vw, 56px) 0 0; overflow: hidden; }
.hero__in { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 24px; min-height: min(760px, calc(100svh - var(--nav-h))); padding-bottom: 72px; position: relative; z-index: 1; }
.hero h1 { font-size: clamp(3.4rem, 9.2vw, 8rem); line-height: .93; letter-spacing: -.035em; margin-bottom: 28px; font-variation-settings: "opsz" 96; }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: var(--ink-2); max-width: 34em; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 36px 0 44px; }
.facts { display: flex; flex-wrap: wrap; gap: 10px 28px; font-size: .95rem; color: var(--ink-2); }
.facts li { position: relative; padding-left: 16px; }
.facts li::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.facts b { color: var(--ink); }
.hero__art { position: relative; }
.stack { width: 100%; max-width: 560px; margin-left: auto; overflow: visible; }
.hero__floor { position: absolute; inset: auto 0 0; height: 96px; background: var(--cream-2); }

.fl { animation: float 7s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.fl--2 { animation-duration: 8.5s; animation-delay: -2s; }
.fl--3 { animation-duration: 9.5s; animation-delay: -4s; }
@keyframes float { 50% { transform: translateY(-7px) rotate(.6deg); } }

.rise { animation: rise .9s var(--ease) both; }
.hero__copy > * { animation: rise .9s var(--ease) both; }
.hero__copy > :nth-child(2) { animation-delay: .08s; }
.hero__copy > :nth-child(3) { animation-delay: .16s; }
.hero__copy > :nth-child(4) { animation-delay: .24s; }
.hero__copy > :nth-child(5) { animation-delay: .32s; }
.stack { animation: rise 1.1s .15s var(--ease) both; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } }

/* ---------- Sektioner ---------- */
.sec { padding: clamp(64px, 9vw, 120px) 0; }
.sec--fav { background: var(--cream-2); padding-top: clamp(40px, 6vw, 72px); }
.sec__head { margin-bottom: clamp(32px, 5vw, 56px); max-width: 44rem; }
.sec__head--row { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; }
.sec h2, .place h2 { font-size: clamp(2.3rem, 5.4vw, 4.2rem); line-height: .98; }
.sec__sub { margin-top: 18px; color: var(--ink-2); max-width: 36em; }

/* ---------- Favoriter ---------- */
.favs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fav {
  --c: var(--purple);
  position: relative; border-radius: 32px; padding: 28px 24px 24px; color: #fff; background: var(--c);
  display: flex; flex-direction: column; align-items: center; text-align: center; overflow: hidden;
  transition: transform .4s var(--ease);
}
.fav:hover { transform: translateY(-6px) rotate(-.6deg); }
.fav:nth-child(2) { --c: var(--red); }
.fav:nth-child(3) { --c: var(--leaf); }
.fav:nth-child(4) { --c: #d98a0d; }
.fav__tag { font: 700 .74rem/1 var(--body); letter-spacing: .12em; text-transform: uppercase; background: rgba(255,255,255,.2); padding: 8px 12px; border-radius: 999px; margin-bottom: 22px; }
.fav__img { width: min(100%, 210px); aspect-ratio: 1; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 8px rgba(255,255,255,.18), 0 18px 30px -12px rgba(0,0,0,.5); transition: transform .6s var(--ease); }
.fav:hover .fav__img { transform: scale(1.05) rotate(4deg); }
.fav h3 { font-size: 1.7rem; margin: 26px 0 8px; }
.fav p { font-size: .92rem; opacity: .9; flex: 1; }
.fav__row { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 22px; }
.fav__price { font: 800 1.5rem/1 var(--display); }
.fav .add { background: #fff; color: var(--ink); }

/* ---------- Meny ---------- */
.sec--menu { padding-top: clamp(64px, 9vw, 110px); }
.toolbar {
  position: sticky; top: var(--nav-h); z-index: 20; margin: 0 -24px 28px; padding: 14px 24px;
  background: color-mix(in srgb, var(--cream) 92%, transparent);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  display: flex; flex-wrap: wrap; gap: 14px 24px; align-items: center; justify-content: space-between;
}
.pills { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; margin: -4px; padding: 4px; }
.pills::-webkit-scrollbar { display: none; }
.pill { flex: none; height: 44px; padding: 0 20px; border-radius: 999px; border: 0; background: #fff; font-weight: 700; font-size: .95rem; box-shadow: var(--shadow); transition: background .2s, color .2s, transform .2s var(--ease); }
.pill:hover { transform: translateY(-1px); }
.pill[aria-pressed="true"] { background: var(--ink); color: #fff; }
.tools { display: flex; gap: 10px; flex-wrap: wrap; }
.search { display: flex; align-items: center; gap: 10px; height: 44px; padding: 0 16px; border-radius: 999px; background: #fff; box-shadow: var(--shadow); color: var(--ink-2); min-width: 250px; }
.search input { border: 0; outline: 0; background: none; width: 100%; color: var(--ink); }
.search:focus-within { outline: 3px solid var(--purple); outline-offset: 2px; }
.toggle { height: 44px; padding: 0 18px; border-radius: 999px; border: 0; background: #fff; box-shadow: var(--shadow); font-weight: 700; font-size: .95rem; display: inline-flex; align-items: center; gap: 8px; }
.toggle svg { fill: var(--red); }
.toggle[aria-pressed="true"] { background: var(--green); color: #fff; }
.toggle[aria-pressed="true"] svg { fill: #fff; }
.count { font-size: .9rem; color: var(--ink-2); margin-bottom: 18px; }

.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.card {
  display: grid; grid-template-columns: 132px 1fr; gap: 20px; padding: 16px 20px 16px 16px;
  background: var(--paper); border-radius: var(--r); box-shadow: var(--shadow);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: 0 1px 0 rgba(42,26,43,.04), 0 22px 40px -16px rgba(94,50,20,.38); }
.card__img { width: 132px; height: 132px; border-radius: 18px; object-fit: cover; background: var(--cream); }
.card__body { display: flex; flex-direction: column; min-width: 0; }
.card__top { display: flex; align-items: baseline; gap: 10px; }
.nr { font: 700 .78rem/1 var(--body); color: var(--red); background: rgba(226,60,36,.1); padding: 5px 8px; border-radius: 8px; flex: none; }
.card h3 { font-size: 1.32rem; line-height: 1.05; letter-spacing: -.02em; }
.card__desc { margin-top: 8px; font-size: .92rem; line-height: 1.45; color: var(--ink-2); }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.tag { font: 600 .74rem/1 var(--body); padding: 6px 10px; border-radius: 999px; background: var(--cream); color: var(--ink-2); }
.tag--veg { background: #dcefd0; color: #2c5a17; }
.tag--kid { background: #e6e1fb; color: #3d31a6; }
.tag--snack { background: #fde7b8; color: #7a4c00; }
.heat { display: inline-flex; gap: 2px; vertical-align: middle; }
.heat::before { content: ""; width: 14px; height: 14px; background: var(--red); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.2 3.2c.9-.5 2-.3 2.6.5.4.5.3 1.2-.2 1.6-.6.4-1.3.8-1.6 1.5 2.3 4.5-.6 11.7-8.5 14.7-2.6 1-5.2.9-6.6.4 2.2-.5 4.3-2 5.3-4.1 1.9-3.9 1.6-7 4-9.7.3-.3.7-.5 1.1-.5.5-.7 1.2-1.7 1.9-2.4Z'/%3E%3C/svg%3E") 0 0 / 14px 14px repeat-x; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.2 3.2c.9-.5 2-.3 2.6.5.4.5.3 1.2-.2 1.6-.6.4-1.3.8-1.6 1.5 2.3 4.5-.6 11.7-8.5 14.7-2.6 1-5.2.9-6.6.4 2.2-.5 4.3-2 5.3-4.1 1.9-3.9 1.6-7 4-9.7.3-.3.7-.5 1.1-.5.5-.7 1.2-1.7 1.9-2.4Z'/%3E%3C/svg%3E") 0 0 / 14px 14px repeat-x; }
.heat--1::before { width: 14px; }
.heat--2::before { width: 30px; }
.heat--3::before { width: 46px; }
.tag .heat { margin-right: 2px; }

.card__buy { margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.opts { display: flex; gap: 4px; padding: 3px; border-radius: 999px; background: var(--cream); }
.opt { border: 0; background: none; height: 30px; padding: 0 12px; border-radius: 999px; font: 600 .8rem/1 var(--body); color: var(--ink-2); transition: background .2s, color .2s; }
.opt[aria-pressed="true"] { background: var(--ink); color: #fff; }
.buy { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.price { font: 800 1.35rem/1 var(--display); letter-spacing: -.02em; white-space: nowrap; }
.price small { font: 600 .8rem var(--body); color: var(--ink-2); margin-left: 2px; }
.add { width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--red); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 20px -8px rgba(226,60,36,.65); transition: transform .25s var(--ease), background .2s; }
.add:hover { transform: scale(1.1) rotate(90deg); background: var(--red-d); }
.add:active { transform: scale(.95); }
.add.ok { background: var(--green); }

.empty { text-align: center; padding: 64px 0; color: var(--ink-2); }
.empty p { margin-bottom: 20px; font-size: 1.1rem; }

.legend { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 36px; font-size: .9rem; color: var(--ink-2); }
.legend > span { display: inline-flex; align-items: center; gap: 8px; }

.extras { margin-top: 56px; padding: 32px; border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.extras h3 { font-size: 1.6rem; margin-bottom: 18px; }
.extras ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px; }
.extras li { display: flex; align-items: baseline; gap: 10px; padding: 12px 0; border-bottom: 1px dashed var(--line); }
.extras li span:first-child { flex: 1; }
.extras li b { font-family: var(--display); font-weight: 800; }
.extras .mini { flex: none; height: 32px; padding: 0 12px; border-radius: 999px; border: 0; background: var(--cream); font-weight: 700; font-size: .8rem; transition: background .2s, color .2s; }
.extras .mini:hover { background: var(--ink); color: #fff; }

/* ---------- Hos oss ---------- */
.sec--place { background: var(--cream-2); overflow: hidden; }
.place { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.place__photos { position: relative; aspect-ratio: 1 / 1.02; }
.ph { margin: 0; position: absolute; overflow: hidden; box-shadow: 0 30px 50px -24px rgba(60,30,10,.5); background: var(--cream); }
.ph img { width: 100%; height: 100%; object-fit: cover; }
.ph--big { inset: 0 14% 24% 0; border-radius: 40px 40px 40px 140px; }
.ph--small { right: 0; top: 38%; width: 46%; aspect-ratio: 4/5; border-radius: 140px 140px 32px 32px; border: 8px solid var(--cream-2); box-sizing: content-box; }
.ph--round { left: 8%; bottom: 0; width: 34%; aspect-ratio: 1; border-radius: 50%; border: 8px solid var(--cream-2); box-sizing: content-box; }
.place__copy h2 { margin-bottom: 24px; }
.modes { margin-top: 32px; display: grid; gap: 18px; }
.modes li { display: flex; gap: 16px; align-items: flex-start; }
.modes p { color: var(--ink-2); font-size: .95rem; }
.modes b { font: 800 1.15rem/1.2 var(--display); }
.dot { flex: none; width: 14px; height: 14px; margin-top: 6px; border-radius: 50%; }
.dot--r { background: var(--red); } .dot--p { background: var(--purple); } .dot--y { background: var(--yellow); }
.info { margin-top: 32px; padding: 22px 24px; border-radius: 22px; background: #fff; box-shadow: var(--shadow); display: grid; gap: 6px; font-size: .98rem; }
.info b { font-weight: 700; }

/* ---------- CTA ---------- */
.cta { padding: clamp(56px, 8vw, 100px) 0; }
.cta__box {
  position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(20px, 4vw, 48px);
  padding: clamp(28px, 4vw, 52px); border-radius: 44px; background: var(--red); color: #fff;
}
.cta__box::after { content: ""; position: absolute; right: -80px; top: -120px; width: 320px; height: 320px; border-radius: 50%; background: var(--orange); opacity: .5; pointer-events: none; }
.cta__box > * { position: relative; z-index: 1; }
.cta__logo { width: 112px; height: 112px; border-radius: 28px; object-fit: cover; box-shadow: 0 0 0 6px rgba(255,255,255,.25); transform: rotate(-5deg); }
.cta h2 { font-size: clamp(1.9rem, 4vw, 3.1rem); margin-bottom: 12px; }
.cta p { max-width: 36em; opacity: .92; }
.cta .btn--white { color: var(--ink); }

/* ---------- Fot ---------- */
.foot { background: var(--ink); color: #f4e6d0; padding: 48px 0; }
.foot__in { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 40px; }
.foot .brand { margin: 0; color: #fff; }
.foot p { color: #bba6b0; flex: 1; min-width: 200px; }
.foot nav { display: flex; gap: 22px; }
.foot nav a { text-decoration: none; font-weight: 600; }
.foot nav a:hover { color: var(--yellow); }

/* ---------- Kundvagn ---------- */
.scrim { position: fixed; inset: 0; z-index: 90; background: rgba(42,26,43,.5); opacity: 0; transition: opacity .3s; backdrop-filter: blur(3px); }
.scrim.on { opacity: 1; }
.drawer {
  position: fixed; z-index: 100; top: 0; right: 0; bottom: 0; width: min(440px, 100%);
  background: var(--cream-2); display: flex; flex-direction: column; transform: translateX(105%);
  transition: transform .45s var(--ease); box-shadow: -30px 0 60px -30px rgba(0,0,0,.4); visibility: hidden;
}
.drawer.on { transform: none; visibility: visible; }
.drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 24px 24px 12px; }
.drawer__head h2 { font-size: 1.8rem; }
.iconbtn { width: 44px; height: 44px; border-radius: 50%; border: 0; background: #fff; box-shadow: var(--shadow); display: grid; place-items: center; }
.drawer__body { flex: 1; overflow-y: auto; padding: 8px 24px 16px; }
.line { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 16px 0; border-bottom: 1px dashed var(--line); }
.line b { display: block; font: 800 1.05rem/1.2 var(--display); }
.line small { display: block; color: var(--ink-2); font-size: .85rem; }
.line__sum { font: 800 1.05rem/1.2 var(--display); text-align: right; }
.qty { display: inline-flex; align-items: center; gap: 4px; margin-top: 8px; background: #fff; border-radius: 999px; padding: 3px; box-shadow: var(--shadow); }
.qty button { width: 30px; height: 30px; border-radius: 50%; border: 0; background: var(--cream); display: grid; place-items: center; }
.qty button:hover { background: var(--ink); color: #fff; }
.qty span { min-width: 26px; text-align: center; font-weight: 700; }
.cart-empty { text-align: center; padding: 56px 12px; color: var(--ink-2); }
.cart-empty svg { color: var(--red); margin: 0 auto 16px; }
.cart-empty b { display: block; font: 800 1.4rem/1.1 var(--display); color: var(--ink); margin-bottom: 8px; }
.drawer__foot { padding: 18px 24px 24px; border-top: 1px solid var(--line); background: var(--paper); display: grid; gap: 12px; }
.total { display: flex; justify-content: space-between; align-items: baseline; }
.total span { color: var(--ink-2); font-weight: 600; }
.total b { font: 800 2rem/1 var(--display); letter-spacing: -.02em; }
.drawer__foot .btn { justify-content: center; width: 100%; padding: 0 24px; }
.drawer__foot .btn--white { box-shadow: inset 0 0 0 2px var(--line); }
.hint { font-size: .85rem; color: var(--ink-2); text-align: center; }
.linkbtn { background: none; border: 0; color: var(--ink-2); text-decoration: underline; font-size: .85rem; justify-self: center; }

.toast { position: fixed; z-index: 120; left: 50%; bottom: 24px; transform: translate(-50%, 24px); opacity: 0; pointer-events: none; background: var(--ink); color: #fff; padding: 14px 22px; border-radius: 999px; font-weight: 600; box-shadow: 0 16px 36px -12px rgba(0,0,0,.5); transition: opacity .3s, transform .4s var(--ease); max-width: calc(100% - 32px); }
.toast.on { opacity: 1; transform: translate(-50%, 0); }

/* ---------- Scroll-reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }

/* ---------- Responsivt ---------- */
@media (max-width: 1100px) {
  .favs { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .hero__in { grid-template-columns: 1fr; min-height: 0; padding-bottom: 40px; }
  .hero__art { order: -1; max-width: 300px; margin: 0 auto -8px; }
  .stack { margin: 0 auto; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5.6rem); }
  .grid { grid-template-columns: 1fr; }
  .place { grid-template-columns: 1fr; }
  .place__photos { max-width: 560px; }
  .cta__box { grid-template-columns: 1fr; text-align: left; }
  .cta__logo { width: 88px; height: 88px; }
  .cta .btn { justify-self: start; }
  .nav__links { display: none; }
}
@media (max-width: 640px) {
  .wrap { width: calc(100% - 32px); }
  .toolbar { position: static; margin-inline: -16px; padding-inline: 16px; }
  .pills { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; overflow: visible; margin: 0; padding: 0; width: 100%; }
  .pill { height: auto; min-height: 44px; padding: 8px 6px; font-size: .88rem; line-height: 1.15; }
  .search { min-width: 0; flex: 1; }
  .tools { width: 100%; }
  .favs { grid-template-columns: 1fr; }
  .card { grid-template-columns: 96px 1fr; gap: 14px; padding: 14px; }
  .card__img { width: 96px; height: 96px; border-radius: 16px; }
  .card h3 { font-size: 1.15rem; }
  .extras { padding: 22px; }
  .extras ul { grid-template-columns: 1fr; }
  .hero__cta .btn { flex: 1 1 100%; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
