/* De Frietbakker x WebAthletes: demo homepage.
   Young, fresh and playful, but still a real neighbourhood frituur: warm fry
   yellow with a dark contrast colour, chunky rounded headings (Fredoka), big
   tappable buttons and sticker-like details. Mobile-first. */

@font-face { font-family: 'Fredoka'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('../fonts/fredoka-variable.woff2') format('woff2'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('../fonts/dm-sans-variable.woff2') format('woff2'); }

:root {
  --fry: #ffc72c;
  --fry-light: #ffe28a;
  --fry-soft: #fff1c7;
  --orange: #f07c1b;
  --orange-deep: #a34503;
  --ink: #1d1a17;
  --ink-2: #2b2621;
  --ink-3: #3a342d;
  --cream: #fff8e8;
  --paper: #fffdf6;
  --body: #3b352f;
  --muted: #6a6158;
  --line: #efdfbd;
  --on-dark: #f3eadb;
  --on-dark-muted: #bfb3a2;
  --open: #1f7a3a;

  --font-display: 'Fredoka', 'Arial Rounded MT Bold', system-ui, sans-serif;
  --font-body: 'DM Sans', system-ui, sans-serif;

  --container: 1200px;
  --gutter: clamp(1rem, 4vw, 2.5rem);
  --section: clamp(3.5rem, 8vw, 6.5rem);
  --radius: 22px;
  --radius-lg: 32px;
  --pop: 4px 4px 0 var(--ink);
  --pop-lg: 6px 6px 0 var(--ink);

  --stripes: repeating-linear-gradient(135deg, #f6e3b4 0 16px, #fbecc6 16px 32px);
  --stripes-dark: repeating-linear-gradient(135deg, #2b2621 0 16px, #322c26 16px 32px);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--cream); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { background: var(--cream); color: var(--ink); font-family: var(--font-body); font-size: 1.06rem; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: clip; }
a { color: var(--orange-deep); text-decoration: none; }
a:hover { color: var(--ink); }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
::selection { background: var(--fry); color: var(--ink); }

.container { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); scroll-margin-top: 72px; }
.h1, .h2, .h3 { font-family: var(--font-display); font-weight: 700; letter-spacing: -.01em; line-height: 1; text-wrap: balance; }
.h1 { font-size: clamp(2.9rem, 8vw, 5.6rem); line-height: .95; }
.h2 { font-size: clamp(2.2rem, 5.4vw, 3.8rem); }
.h3 { font-size: clamp(1.35rem, 2.2vw, 1.6rem); line-height: 1.1; }
.hl { background: linear-gradient(transparent 58%, var(--fry) 58%, var(--fry) 92%, transparent 92%); padding-inline: .08em; }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.22rem); color: var(--body); max-width: 50ch; }
.kicker { display: inline-flex; align-items: center; gap: .45rem; font-family: var(--font-display); font-weight: 600; font-size: .95rem; letter-spacing: .02em; color: var(--orange-deep); }
.kicker--light { color: var(--fry); }
.section-head { display: grid; gap: .9rem; margin-bottom: clamp(1.8rem, 4vw, 2.8rem); }

/* Buttons: big and tappable */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 56px; padding: 0 1.5rem; border-radius: 999px; font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; border: 2.5px solid var(--ink); cursor: pointer; transition: transform .15s, box-shadow .15s, background .2s, color .2s; white-space: nowrap; }
.btn:hover { transform: translate(-2px, -2px); box-shadow: var(--pop); }
.btn:active { transform: translate(1px, 1px); box-shadow: none; }
@media (prefers-reduced-motion: reduce) { .btn:hover { transform: none; } }
.btn--fry { background: var(--fry); color: var(--ink); }
.btn--fry:hover { color: var(--ink); }
.btn--ink { background: var(--ink); color: var(--fry); }
.btn--ink:hover { color: var(--fry); }
.btn--paper { background: var(--paper); color: var(--ink); }
.btn--paper:hover { color: var(--ink); }
.btn--ghost-light { background: transparent; color: var(--on-dark); border-color: var(--on-dark); }
.btn--ghost-light:hover { color: var(--on-dark); box-shadow: 4px 4px 0 var(--fry); }

/* Photos (Unsplash samples) and placeholders: always visibly labelled */
.photo { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--fry-soft); }
.photo picture { display: block; width: 100%; height: 100%; }
.photo picture[hidden] { display: none; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo__tag { position: absolute; left: .7rem; bottom: .7rem; z-index: 2; background: var(--ink); color: var(--fry); font-family: var(--font-display); font-weight: 600; font-size: .72rem; letter-spacing: .04em; padding: .3rem .65rem; border-radius: 999px; white-space: nowrap; }
.ph { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--stripes); display: grid; place-items: center; text-align: center; }
.ph--dark { background: var(--stripes-dark); }
.ph__label { display: grid; gap: .3rem; justify-items: center; padding: 1rem; }
.ph__title { font-family: var(--font-display); font-weight: 700; font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); }
.ph__sub { font-size: .9rem; color: var(--muted); }
.ph--dark .ph__title { color: var(--fry); }
.ph--dark .ph__sub { color: var(--on-dark-muted); }
.ph__tag { position: absolute; top: .8rem; left: .8rem; background: var(--ink); color: var(--fry); font-family: var(--font-display); font-weight: 600; font-size: .72rem; padding: .3rem .65rem; border-radius: 999px; }

/* Header */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255, 248, 232, .92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 2px solid var(--ink); }
.header__bar { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.logo { display: inline-flex; align-items: center; gap: .6rem; color: var(--ink); min-height: 48px; }
.logo:hover { color: var(--ink); }
.logo__mark { width: 44px; height: 44px; border-radius: 14px; background: var(--fry); border: 2.5px solid var(--ink); display: grid; place-items: center; transform: rotate(-6deg); flex-shrink: 0; }
.logo__text { display: grid; line-height: 1; }
.logo__name { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; letter-spacing: -.01em; }
.logo__sub { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: .25rem; }
.nav { display: flex; align-items: center; gap: 1rem; font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; }
.nav__links { position: relative; display: flex; align-items: center; gap: .15rem; }
.nav__links a { position: relative; z-index: 1; color: var(--ink); display: inline-flex; align-items: center; min-height: 44px; padding: 0 .9rem; border-radius: 999px; }
.nav__links a:hover { color: var(--orange-deep); }
.nav__links a[aria-current="true"] { color: var(--ink); }
.nav .btn { min-height: 48px; font-size: 1rem; padding: 0 1.2rem; }
.menu-btn { display: none; min-height: 48px; padding: 0 1.1rem; border-radius: 999px; border: 2.5px solid var(--ink); background: var(--fry); font-family: var(--font-display); font-weight: 600; font-size: 1rem; cursor: pointer; }
.mobile-nav { display: grid; padding: .5rem var(--gutter) 1.2rem; background: var(--cream); border-top: 2px solid var(--ink); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { display: flex; align-items: center; gap: .7rem; font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; color: var(--ink); padding: .7rem .6rem; margin-inline: -.6rem; border-radius: 16px; }
.mobile-nav a::before { content: ''; width: 12px; height: 12px; border-radius: 4px; background: transparent; transform: rotate(45deg); transition: background .2s; }
.mobile-nav a[aria-current="true"] { background: var(--fry); }
.mobile-nav a[aria-current="true"]::before { background: var(--ink); }
@media (max-width: 960px) { .nav { display: none; } .menu-btn { display: inline-flex; align-items: center; } }
@media (min-width: 961px) { .mobile-nav { display: none !important; } }

/* Scroll-spy: a fry-yellow sticker with a dark outline slides (with a little
   bounce and tilt) behind the active link. */
.nav__sticker { position: absolute; left: 0; top: 50%; height: 42px; width: 0; margin-top: -21px; border-radius: 999px; background: var(--fry); border: 2.5px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); opacity: 0; transform-origin: center; transition: transform .5s cubic-bezier(.34, 1.56, .64, 1), width .5s cubic-bezier(.34, 1.56, .64, 1), opacity .25s; pointer-events: none; }
.nav__sticker.is-visible { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .nav__sticker { transition: opacity .2s; } }

/* Hero */
.hero { padding-block: clamp(1.2rem, 3vw, 2.5rem) clamp(2.5rem, 6vw, 4.5rem); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.hero__copy { display: grid; gap: 1.2rem; justify-items: start; }
.hero__media { position: relative; }
.hero__photo { aspect-ratio: 4 / 3.4; border-radius: var(--radius-lg); border: 3px solid var(--ink); box-shadow: var(--pop-lg); }
.hero__sticker { position: absolute; right: -14px; top: -18px; z-index: 3; width: 128px; height: 128px; border-radius: 50%; background: var(--orange); color: var(--ink); border: 3px solid var(--ink); display: grid; place-items: center; text-align: center; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; line-height: 1; transform: rotate(10deg); box-shadow: 3px 3px 0 var(--ink); }
.hero__sticker span { display: block; font-size: .72rem; font-weight: 600; letter-spacing: .06em; margin-top: .25rem; text-transform: uppercase; }
.hero__actions { display: grid; grid-template-columns: repeat(3, auto); gap: .7rem; margin-top: .4rem; }
.status { display: inline-flex; flex-wrap: wrap; align-items: center; gap: .5rem .8rem; }
.status__pill { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; color: #fff; background: var(--open); padding: .45rem .95rem; border-radius: 999px; border: 2.5px solid var(--ink); }
.status__pill.is-closed { background: var(--ink); color: var(--fry); }
.status__dot { width: 10px; height: 10px; border-radius: 50%; background: currentColor; animation: blink 1.6s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .35; } }
.status__pill.is-closed .status__dot { animation: none; }
@media (prefers-reduced-motion: reduce) { .status__dot { animation: none; } }
.status__hours { color: var(--muted); font-weight: 600; }
@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { order: -1; }
  .hero__photo { aspect-ratio: 16 / 10; }
  .hero__sticker { width: 104px; height: 104px; right: -4px; top: -12px; font-size: .92rem; }
  .hero__actions { grid-template-columns: 1fr; width: 100%; }
  .hero__actions .btn { width: 100%; }
}

/* Social proof */
.proof { background: var(--ink); color: var(--on-dark); }
.proof__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.proof__score { display: grid; gap: .3rem; }
.proof__num { font-family: var(--font-display); font-weight: 700; font-size: clamp(5rem, 14vw, 9rem); line-height: .85; color: var(--fry); display: flex; align-items: baseline; gap: .15em; }
.proof__num span { font-size: .55em; }
.proof__label { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.3rem, 2.6vw, 1.8rem); }
.proof__sub { color: var(--on-dark-muted); }
.traits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; list-style: none; }
.trait { background: var(--ink-2); border: 2px solid var(--ink-3); border-radius: var(--radius); padding: 1.3rem 1.2rem 1.4rem; display: grid; gap: .45rem; align-content: start; }
.trait:nth-child(2) { transform: rotate(-1.5deg); }
.trait:nth-child(3) { transform: rotate(1.2deg); }
.trait__icon { width: 48px; height: 48px; border-radius: 14px; background: var(--fry); color: var(--ink); display: grid; place-items: center; }
.trait__title { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--fry); }
.trait p { color: var(--on-dark); font-size: .98rem; }
@media (max-width: 860px) { .proof__grid { grid-template-columns: 1fr; } .traits { grid-template-columns: 1fr; } .trait:nth-child(n) { transform: none; } }

/* Kaart */
.kaart__body { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: stretch; }
.kaart__menu { min-width: 0; }
.tabs { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.4rem; }
.tab { min-height: 50px; padding: 0 1.2rem; border-radius: 999px; border: 2.5px solid var(--ink); background: var(--paper); font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; cursor: pointer; transition: background .2s, transform .15s, box-shadow .15s; }
.tab:hover { box-shadow: 3px 3px 0 var(--ink); transform: translate(-1px, -1px); }
.tab[aria-selected="true"] { background: var(--fry); box-shadow: 3px 3px 0 var(--ink); }
@media (max-width: 640px) { .tabs { flex-wrap: nowrap; overflow-x: auto; margin-inline: calc(var(--gutter) * -1); padding: 0 var(--gutter) .5rem; } .tab { flex-shrink: 0; } }
.panel[hidden] { display: none; }
.items { list-style: none; display: grid; gap: .6rem; }
.item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .2rem 1rem; align-items: center; background: var(--paper); border: 2px solid var(--line); border-radius: 18px; padding: .95rem 1.1rem; }
.item__name { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.item__star { font-family: var(--font-body); font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; background: var(--ink); color: var(--fry); padding: .25rem .6rem; border-radius: 999px; }
.item--star { border-color: var(--ink); background: var(--fry-soft); box-shadow: 3px 3px 0 var(--ink); }
.item--ph .item__name { color: var(--muted); font-weight: 500; }
.item__price { font-weight: 700; color: var(--muted); border: 2px dashed var(--line); background: var(--cream); padding: .15rem .6rem; border-radius: 10px; font-size: .9rem; }
.kaart__note { margin-top: 1.2rem; color: var(--muted); font-size: .95rem; }
.kaart__photo { border: 3px solid var(--ink); box-shadow: var(--pop-lg); min-height: 360px; }
.kaart__photo picture { position: absolute; inset: 0; }
@media (max-width: 860px) { .kaart__body { grid-template-columns: 1fr; } .kaart__photo { min-height: 0; aspect-ratio: 4 / 3; order: -1; } }

/* Afhalen & bezorgen */
.order { background: var(--fry); border-block: 2px solid var(--ink); }
.order .kicker { color: var(--ink); }
.ways { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; list-style: none; counter-reset: way; }
.way { background: var(--paper); border: 2.5px solid var(--ink); border-radius: var(--radius); padding: 1.4rem 1.3rem 1.5rem; display: grid; gap: .6rem; align-content: start; box-shadow: var(--pop); }
.way__n { counter-increment: way; width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: var(--fry); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; }
.way__n::before { content: counter(way); }
.way p { color: var(--body); }
.way .btn { margin-top: .4rem; justify-self: start; min-height: 50px; font-size: 1rem; }
.ph-inline { font-weight: 700; color: var(--orange-deep); background: var(--fry-soft); border: 2px dashed var(--orange); border-radius: 8px; padding: 0 .35rem; }
.order__extra { margin-top: 1.4rem; font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
@media (max-width: 860px) { .ways { grid-template-columns: 1fr; } }

/* Social wall */
.social { background: var(--ink); color: var(--on-dark); overflow: hidden; }
.social__head { display: flex; justify-content: space-between; align-items: end; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 2rem; }
.social__demo { display: inline-flex; align-items: center; gap: .5rem; background: var(--fry); color: var(--ink); font-family: var(--font-display); font-weight: 600; font-size: .95rem; padding: .45rem .9rem; border-radius: 999px; transform: rotate(-2deg); }
.wall { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .8rem; list-style: none; }
.post { position: relative; aspect-ratio: 9 / 16; border-radius: 18px; overflow: hidden; background: var(--ink-2); border: 2px solid var(--ink-3); }
.post:nth-child(even) { transform: translateY(1.4rem); }
.post picture, .post img { width: 100%; height: 100%; object-fit: cover; }
.post::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .35) 0%, transparent 25%, transparent 60%, rgba(0, 0, 0, .7) 100%); }
.post__net { position: absolute; top: .6rem; left: .6rem; z-index: 2; display: inline-flex; align-items: center; gap: .3rem; font-size: .72rem; font-weight: 700; color: #fff; }
.post__play { position: absolute; left: 50%; top: 50%; z-index: 2; width: 48px; height: 48px; margin: -24px 0 0 -24px; border-radius: 50%; background: rgba(255, 255, 255, .85); color: var(--ink); display: grid; place-items: center; }
.post__meta { position: absolute; left: .6rem; right: .6rem; bottom: .6rem; z-index: 2; display: grid; gap: .3rem; color: #fff; font-size: .8rem; }
.post__handle { font-weight: 700; }
.post__tag { justify-self: start; background: var(--fry); color: var(--ink); font-family: var(--font-display); font-weight: 600; font-size: .66rem; padding: .2rem .5rem; border-radius: 999px; white-space: nowrap; }
.social__follow { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 3rem; }
.social__note { margin-top: 1rem; font-size: .9rem; color: var(--on-dark-muted); }
@media (max-width: 960px) {
  .wall { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 42%; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: calc(var(--gutter) * -1); padding: 0 var(--gutter) 1.8rem; scroll-padding-inline: var(--gutter); }
  .post { scroll-snap-align: start; }
}
@media (max-width: 520px) { .wall { grid-auto-columns: 62%; } }

/* Uren + contact */
.info__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)); gap: 1.2rem; align-items: stretch; }
.card { background: var(--paper); border: 2.5px solid var(--ink); border-radius: var(--radius); padding: 1.5rem 1.4rem; box-shadow: var(--pop); }
.card .h3 { margin-bottom: 1rem; }
.hours { list-style: none; display: grid; }
.hours li { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem .2rem; border-bottom: 2px dashed var(--line); font-weight: 600; }
.hours li:last-child { border-bottom: 0; }
.hours .closed { color: var(--muted); }
.hours li.is-today { background: var(--fry); border-radius: 12px; padding-inline: .7rem; border-bottom-color: transparent; }
.contact-list { list-style: none; display: grid; gap: .5rem; }
.contact-list a, .contact-list span { display: inline-flex; align-items: center; gap: .6rem; min-height: 44px; color: var(--ink); font-weight: 600; }
.contact-list a:hover { color: var(--orange-deep); }
.contact-list svg { flex-shrink: 0; }
.services { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1rem; }
.services span { background: var(--fry-soft); border: 2px solid var(--ink); border-radius: 999px; padding: .25rem .75rem; font-weight: 700; font-size: .88rem; }
.map { min-height: 300px; border: 2.5px solid var(--ink); box-shadow: var(--pop); }

/* Footer */
.footer { background: var(--ink); color: var(--on-dark-muted); font-size: .96rem; }
.footer__grid { padding-block: 3rem 2.4rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 2rem; }
.footer__col { display: grid; gap: .4rem; align-content: start; }
.footer__title { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--fry); margin-bottom: .2rem; }
.footer .logo { color: var(--on-dark); }
.footer .logo__sub { color: var(--on-dark-muted); }
.footer a { color: var(--on-dark); display: inline-flex; align-items: center; min-height: 44px; }
.footer a:hover { color: var(--fry); }
.footer__hours { display: grid; grid-template-columns: auto auto; gap: .15rem 1rem; justify-content: start; }
.socials { display: flex; gap: .5rem; margin-top: .4rem; }
.socials a { width: 48px; height: 48px; justify-content: center; border-radius: 14px; background: var(--ink-2); border: 2px solid var(--ink-3); }
.socials a:hover { background: var(--fry); color: var(--ink); }
.footer__bottom { border-top: 1px solid var(--ink-3); }
.footer__bottom-inner { padding-block: .9rem; display: flex; justify-content: space-between; gap: .4rem 1rem; flex-wrap: wrap; font-size: .82rem; color: #a3978a; align-items: center; }
.footer__bottom-inner > a { color: #c7bcad; }
.footer__credits { flex-basis: 100%; order: 3; font-size: .74rem; color: #a3978a; }
.footer__credits a { min-height: 0 !important; display: inline !important; color: #c7bcad; text-decoration: underline; text-decoration-color: rgba(199, 188, 173, .4); }
@media (max-width: 960px) { .footer { padding-bottom: calc(80px + env(safe-area-inset-bottom)); } }

/* Mobile action bar: Bel | Route | Kaart */
.actionbar { display: none; }
@media (max-width: 960px) {
  .actionbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: .45rem; padding: .55rem .55rem calc(.55rem + env(safe-area-inset-bottom)); background: var(--cream); border-top: 2.5px solid var(--ink); }
  .actionbar a { min-height: 56px; border-radius: 16px; border: 2.5px solid var(--ink); display: flex; align-items: center; justify-content: center; gap: .45rem; font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--ink); background: var(--paper); }
  .actionbar__call { background: var(--fry) !important; }
}

/* Scroll reveal */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; transition: none; } }

/* Device-preview dock */
.control-dock { position: fixed; bottom: 1.2rem; right: 1.2rem; z-index: 999; display: flex; gap: 2px; background: var(--paper); border: 2.5px solid var(--ink); border-radius: 999px; padding: 3px; box-shadow: var(--pop); }
.control-dock__btn { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.control-dock__btn:hover { background: var(--fry-soft); }
.control-dock__btn[aria-pressed="true"] { background: var(--fry); }
@media (max-width: 960px) { .page-demo .control-dock { bottom: calc(88px + env(safe-area-inset-bottom)); } }
@media (max-width: 600px) { .control-dock { display: none; } }
html[data-device] body { overflow: hidden; }
.device-stage { display: none; }
html[data-device] .device-stage { display: grid; place-items: center; position: fixed; inset: 0; z-index: 900; background: var(--fry); padding: 2rem; }
.device-frame { background: var(--ink); border-radius: 40px; padding: 16px 10px; display: flex; flex-direction: column; box-shadow: var(--pop-lg); }
.device-frame__screen { flex: 1; overflow: hidden; border-radius: 28px; background: var(--cream); }
.device-frame__screen iframe { width: 100%; height: 100%; border: 0; display: block; }
.device-frame__home { display: block; width: 90px; height: 4px; border-radius: 999px; background: #5d544a; margin: 10px auto 0; }
.device-stage--mobile .device-frame { width: 390px; height: min(760px, 84vh); }
.device-stage--tablet .device-frame { width: min(844px, 92vw); height: min(900px, 84vh); border-radius: 26px; padding: 12px; }
.device-stage--tablet .device-frame__screen { border-radius: 16px; }

/* Access-code gate */
.gate-overlay { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 1.5rem; background: var(--fry); }
.gate-overlay[hidden] { display: none; }
.gate-box { width: 100%; max-width: 390px; text-align: center; background: var(--paper); border: 3px solid var(--ink); border-radius: 28px; padding: 2.2rem 1.8rem 1.6rem; box-shadow: var(--pop-lg); }
.gate-box__logo { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; margin-bottom: 1rem; }
.gate-box h1 { font-family: var(--font-display); font-weight: 700; font-size: 1.9rem; line-height: 1.05; }
.gate-box p { color: var(--muted); margin-top: .5rem; }
.gate-box__inputs { display: flex; justify-content: center; gap: .6rem; margin-top: 1.4rem; }
.gate-box__digit { width: 56px; height: 64px; text-align: center; font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; border: 2.5px solid var(--ink); border-radius: 16px; background: #fff; color: var(--ink); }
.gate-box__digit:focus { outline: none; background: var(--fry-soft); box-shadow: 3px 3px 0 var(--ink); }
.gate-box__error { color: var(--orange-deep) !important; font-weight: 700; font-size: .9rem; min-height: 1.3em; margin-top: 1rem !important; }

/* Start page */
.home { min-height: 100vh; min-height: 100dvh; display: grid; grid-template-rows: 1fr auto; background: var(--fry); }
.home__hero { display: grid; place-items: center; padding: 2.5rem var(--gutter); }
.home__col { display: grid; justify-items: center; text-align: center; gap: 1.4rem; max-width: 560px; }
.home__mark { width: 92px; height: 92px; border-radius: 26px; background: var(--paper); border: 3px solid var(--ink); display: grid; place-items: center; transform: rotate(-6deg); box-shadow: var(--pop); }
.home__name { font-family: var(--font-display); font-weight: 700; font-size: clamp(3rem, 12vw, 5rem); line-height: .95; }
.home__sub { font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-size: .82rem; }
.home__lede { font-size: clamp(1.1rem, 3vw, 1.3rem); text-wrap: balance; }
.home__actions { display: grid; gap: .8rem; width: 100%; max-width: 340px; }
.home__actions .btn { width: 100%; }
.home__footer { padding: 1.2rem; text-align: center; font-size: .92rem; }
.home__footer a { color: var(--ink); display: inline-flex; gap: .35em; min-height: 44px; align-items: center; }
.home__heart { color: var(--orange-deep); }
/* No dashed divider directly above (or below) today's highlighted row. */
.hours li:has(+ li.is-today) { border-bottom-color: transparent; }
.hours li.is-today { margin-block: .15rem; }
