/* =============================================================
   Rise & Grind — Coffee & More
   Premium dark coffee aesthetic. Built mobile-first.
   ============================================================= */

:root {
	--bg:        #14100d;
	--bg-2:      #1b1410;
	--bg-3:      #221a13;
	--panel:     #1f1812;
	--cream:     #f3e9d8;
	--text:      #e9e0d0;
	--muted:     #a89b88;
	--muted-2:   #897e6e;
	--gold:      #cba66b;
	--gold-2:    #b6884d;
	--gold-soft: rgba(203,166,107,.16);
	--ember:     #e8693c;
	--line:      rgba(243,233,216,.10);
	--line-2:    rgba(243,233,216,.16);

	--font-display: 'Anton', Impact, sans-serif;
	--font-head:    'Archivo', system-ui, sans-serif;
	--font-body:    'Inter', system-ui, sans-serif;
	--font-accent:  'Playfair Display', Georgia, serif;

	--container: 1200px;
	--radius:    18px;
	--radius-sm: 12px;
	--shadow:    0 30px 60px -25px rgba(0,0,0,.7);
	--ease:      cubic-bezier(.22,.61,.36,1);
}

/* ------------------------------- Reset ------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
	font-family: var(--font-body);
	background: var(--bg);
	color: var(--text);
	line-height: 1.65;
	font-size: 1.0625rem;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
ul { list-style: none; }
address { font-style: normal; }
::selection { background: var(--gold); color: #1a130c; }
[hidden] { display: none !important; }

/* ----------------------------- Layout -------------------------------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(20px, 5vw, 48px); }
.section { padding-block: clamp(64px, 11vw, 140px); position: relative; }

.eyebrow {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: .78rem;
	letter-spacing: .28em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 18px;
}

.section__title {
	font-family: var(--font-display);
	font-weight: 400;
	font-size: clamp(2.4rem, 6vw, 4.6rem);
	line-height: .98;
	letter-spacing: .01em;
	text-transform: uppercase;
	color: var(--cream);
}
.section__title em { font-family: var(--font-accent); font-style: italic; text-transform: none; color: var(--gold); font-weight: 400; letter-spacing: 0; }
.section__head { max-width: 720px; margin-bottom: clamp(40px, 6vw, 72px); }
.section__intro { color: var(--muted); margin-top: 22px; font-size: 1.1rem; max-width: 560px; }
.is-gold { color: var(--gold); }

/* ----------------------------- Buttons ------------------------------- */
.btn {
	display: inline-flex; align-items: center; gap: .55em;
	font-family: var(--font-head); font-weight: 700;
	font-size: .92rem; letter-spacing: .04em;
	padding: .95em 1.7em; border-radius: 100px;
	transition: transform .35s var(--ease), background .3s, color .3s, box-shadow .3s;
	white-space: nowrap;
}
.btn--gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #1c1409; box-shadow: 0 14px 30px -12px rgba(203,166,107,.55); }
.btn--gold:hover { transform: translateY(-3px); box-shadow: 0 20px 38px -12px rgba(203,166,107,.7); }
.btn--ghost { border: 1px solid var(--line-2); color: var(--cream); backdrop-filter: blur(4px); }
.btn--ghost:hover { background: rgba(243,233,216,.08); border-color: var(--gold); transform: translateY(-3px); }
.btn--lg { font-size: 1.05rem; padding: 1.1em 2.3em; }

.link-arrow {
	display: inline-flex; align-items: center; gap: .5em;
	font-family: var(--font-head); font-weight: 600; color: var(--gold);
	letter-spacing: .03em;
}
.link-arrow span { transition: transform .3s var(--ease); }
.link-arrow:hover span { transform: translateX(6px); }

/* ----------------------------- Header -------------------------------- */
.skip-link {
	position: fixed; top: -100px; left: 16px; z-index: 2000;
	background: var(--gold); color: #1a130c; padding: 10px 18px; border-radius: 8px; font-weight: 700;
	transition: top .25s;
}
.skip-link:focus { top: 16px; }

.site-header {
	position: fixed; inset: 0 0 auto 0; z-index: 1000;
	padding-block: 18px;
	transition: padding .4s var(--ease), background .4s, box-shadow .4s, border-color .4s;
	border-bottom: 1px solid transparent;
}
.site-header.is-stuck {
	padding-block: 10px;
	background: rgba(20,16,13,.82);
	backdrop-filter: blur(16px) saturate(140%);
	border-bottom-color: var(--line);
	box-shadow: 0 10px 30px -20px rgba(0,0,0,.8);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand__logo { width: 46px; height: auto; filter: drop-shadow(0 4px 10px rgba(0,0,0,.5)); }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--font-head); font-weight: 800; font-size: 1.32rem; color: var(--cream); letter-spacing: .01em; }
.brand__dot { color: var(--ember); }
.brand__sub { font-size: .62rem; letter-spacing: .35em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

.nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 36px); }
.nav__link { font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--text); letter-spacing: .02em; position: relative; padding: 6px 0; }
.nav__link::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--gold); transition: width .3s var(--ease); }
.nav__link:hover, .nav__link.is-active { color: var(--cream); }
.nav__link:hover::after, .nav__link.is-active::after { width: 100%; }
.nav__cta { margin-left: 6px; }

.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line-2); position: relative; }
.nav-toggle span { position: absolute; left: 50%; width: 20px; height: 2px; background: var(--cream); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; transform: translateX(-50%); }
.nav-toggle span:nth-child(1) { top: 16px; }
.nav-toggle span:nth-child(2) { top: 22px; }
.nav-toggle span:nth-child(3) { top: 28px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 22px; transform: translateX(-50%) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { top: 22px; transform: translateX(-50%) rotate(-45deg); }

/* ------------------------------- Hero -------------------------------- */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden; padding-top: clamp(88px, 12vh, 112px); padding-bottom: clamp(28px, 4vh, 56px); }
.hero__bg { position: absolute; inset: 0; z-index: -3; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); filter: saturate(.9) brightness(.55); }
.hero__veil {
	position: absolute; inset: 0; z-index: -2;
	background:
		radial-gradient(120% 90% at 50% 0%, rgba(20,16,13,.35), transparent 55%),
		linear-gradient(180deg, rgba(20,16,13,.55) 0%, rgba(20,16,13,.72) 45%, var(--bg) 100%);
}
.hero__grain { position: absolute; inset: 0; z-index: -1; opacity: .5; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }

.hero__inner { text-align: center; display: flex; flex-direction: column; align-items: center; padding-block: clamp(12px, 3vh, 40px); }
.hero__kicker { display: inline-flex; align-items: center; gap: 14px; font-family: var(--font-head); font-weight: 600; font-size: .8rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin-bottom: clamp(14px, 3vh, 26px); }
.hero__kicker span { width: 38px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.hero__kicker span:last-child { background: linear-gradient(90deg, var(--gold), transparent); }
.hero__badge { width: clamp(104px, min(18vw, 21vh), 168px); height: auto; margin-bottom: clamp(12px, 2.4vh, 22px); filter: drop-shadow(0 18px 40px rgba(0,0,0,.6)); }
.hero__title { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.5rem, min(11vw, 9.4vh), 8rem); line-height: .92; text-transform: uppercase; letter-spacing: .01em; color: var(--cream); }
.hero__title span { display: block; }
.hero__lead { font-family: var(--font-accent); font-style: italic; font-size: clamp(1.15rem, 2.6vw, 1.85rem); color: var(--text); margin-top: clamp(10px, 2vh, 18px); opacity: .92; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: clamp(22px, 4vh, 38px); }

.hero__trust { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(18px, 5vw, 64px); margin-top: clamp(24px, 5vh, 56px); padding-top: clamp(18px, 3.4vh, 34px); border-top: 1px solid var(--line); width: 100%; max-width: 760px; }
.hero__trust li { display: flex; flex-direction: column; gap: 4px; }
.hero__trust strong { font-family: var(--font-head); font-weight: 700; color: var(--cream); font-size: 1.02rem; letter-spacing: .02em; }
.hero__trust span { font-size: .82rem; color: var(--muted); letter-spacing: .04em; }

.hero__scroll { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid var(--line-2); border-radius: 14px; }
.hero__scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; background: var(--gold); border-radius: 4px; transform: translateX(-50%); animation: scrollcue 1.8s var(--ease) infinite; }
@keyframes scrollcue { 0%{opacity:0;transform:translate(-50%,0);} 30%{opacity:1;} 70%{opacity:1;transform:translate(-50%,12px);} 100%{opacity:0;transform:translate(-50%,16px);} }

/* ----------------------------- Marquee ------------------------------- */
.marquee { background: var(--gold); color: #1a130c; overflow: hidden; padding-block: 16px; border-block: 1px solid rgba(0,0,0,.15); }
.marquee__track { display: inline-flex; align-items: center; gap: 28px; white-space: nowrap; animation: marquee 32s linear infinite; will-change: transform; }
.marquee span { font-family: var(--font-display); text-transform: uppercase; font-size: 1.5rem; letter-spacing: .04em; }
.marquee i { color: rgba(26,19,12,.55); font-style: normal; font-size: .9rem; }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee:hover .marquee__track { animation-play-state: paused; }

/* ------------------------------ About -------------------------------- */
.about { background: linear-gradient(180deg, var(--bg), var(--bg-2)); }
.about__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px, 6vw, 88px); align-items: center; }
.about__media { position: relative; }
.about__media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.about__est { position: absolute; right: -14px; bottom: 28px; background: var(--gold); color: #1a130c; font-family: var(--font-head); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .82rem; padding: 12px 18px; border-radius: 10px; box-shadow: var(--shadow); }
.about__body p { color: var(--muted); margin-top: 20px; }
.about__body .section__title { margin-top: 6px; }
.about__pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.about__pills li { font-family: var(--font-head); font-weight: 600; font-size: .82rem; letter-spacing: .03em; color: var(--cream); border: 1px solid var(--line-2); padding: 8px 16px; border-radius: 100px; background: rgba(243,233,216,.03); }
.about__body .link-arrow { margin-top: 28px; }

/* ------------------------------ Values ------------------------------- */
.values { background: var(--bg-2); padding-block: clamp(40px, 7vw, 90px); }
.values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { background: linear-gradient(180deg, var(--panel), var(--bg-3)); border: 1px solid var(--line); border-radius: var(--radius); padding: 38px 32px; transition: transform .4s var(--ease), border-color .4s; }
.value-card:hover { transform: translateY(-6px); border-color: var(--gold-soft); }
.value-card__icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 16px; background: var(--gold-soft); margin-bottom: 22px; }
.value-card__icon svg { width: 34px; height: 34px; fill: none; stroke: var(--gold); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.value-card__icon svg [fill]:not([fill="none"]) { fill: var(--gold); }
.value-card__title { font-family: var(--font-head); font-weight: 800; font-size: 1.35rem; color: var(--cream); margin-bottom: 10px; }
.value-card p { color: var(--muted); font-size: .98rem; }

/* ------------------------------- Menu -------------------------------- */
.menu { background: linear-gradient(180deg, var(--bg-2), var(--bg)); }
.menu__grid { column-count: 3; column-gap: 22px; }
.menu-card { break-inside: avoid; margin-bottom: 22px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; transition: border-color .4s, transform .4s var(--ease); }
.menu-card:hover { border-color: var(--gold-soft); }
.menu-card__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--line); }
.menu-card__title { font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; color: var(--cream); letter-spacing: .01em; }
.menu-card__note { font-size: .72rem; letter-spacing: .04em; color: var(--gold); text-transform: uppercase; font-family: var(--font-head); font-weight: 600; text-align: right; }
.menu-list { display: flex; flex-direction: column; gap: 11px; }
.menu-item { display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 8px; }
.menu-item__name { font-weight: 500; color: var(--text); font-size: .98rem; }
.menu-item__sub { display: block; font-family: var(--font-accent); font-style: italic; font-size: .8rem; color: var(--muted-2); }
.menu-item__dots { border-bottom: 1px dotted var(--line-2); transform: translateY(-4px); }
.menu-item__price { font-family: var(--font-head); font-weight: 700; color: var(--gold); font-size: .95rem; white-space: nowrap; }
.menu-item__price i { color: var(--muted-2); font-style: normal; font-weight: 400; }

.menu-card--qr { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; background: linear-gradient(160deg, var(--bg-3), var(--panel)); }
.menu-card--qr p { color: var(--muted); font-size: .96rem; }
.qr { background: #fff; border-radius: 14px; padding: 12px; align-self: center; box-shadow: var(--shadow); transition: transform .35s var(--ease); }
.qr:hover { transform: scale(1.04); }
.qr img { width: 168px; height: 168px; }
.menu-card--qr .btn { align-self: stretch; justify-content: center; }

/* ------------------------------ Gallery ------------------------------ */
.gallery { background: var(--bg); }
.gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery__item { position: relative; overflow: hidden; border-radius: var(--radius-sm); border: 1px solid var(--line); aspect-ratio: 4 / 3; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .5s; }
.gallery__item::after { content: '⤢'; position: absolute; inset: 0; display: grid; place-items: center; font-size: 1.6rem; color: var(--cream); background: rgba(20,16,13,.45); opacity: 0; transition: opacity .4s; }
.gallery__item:hover img { transform: scale(1.08); filter: brightness(.8); }
.gallery__item:hover::after { opacity: 1; }

/* ------------------------------- Visit ------------------------------- */
.visit { background: linear-gradient(180deg, var(--bg), var(--bg-2)); }
.visit__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 5vw, 56px); align-items: stretch; }
.visit__info { display: flex; flex-direction: column; gap: 34px; }
.visit__block h3 { font-family: var(--font-head); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: .82rem; color: var(--gold); margin-bottom: 14px; }
.visit__block address { color: var(--text); font-size: 1.15rem; line-height: 1.7; margin-bottom: 12px; }
.hours { display: flex; flex-direction: column; }
.hours li { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.hours li:last-child { border-bottom: 0; }
.hours__day { font-weight: 500; color: var(--text); }
.hours__time { font-family: var(--font-head); font-weight: 600; color: var(--muted); }
.hours li.is-today { color: var(--cream); }
.hours li.is-today .hours__day { color: var(--gold); font-weight: 700; }
.hours li.is-today .hours__time { color: var(--gold); }
.visit__links { display: flex; flex-wrap: wrap; gap: 12px; }
.visit__map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-2); min-height: 420px; box-shadow: var(--shadow); }
.visit__map iframe { width: 100%; height: 100%; min-height: 420px; filter: grayscale(.3) contrast(1.05); }

.storefront { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: clamp(34px, 5vw, 60px); }
.storefront__item { overflow: hidden; border-radius: var(--radius-sm); border: 1px solid var(--line); }
.storefront__item--wide { grid-column: span 2; }
.storefront__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.storefront__item:hover img { transform: scale(1.05); }

/* -------------------------------- CTA -------------------------------- */
.cta { position: relative; padding-block: clamp(70px, 12vw, 150px); overflow: hidden; text-align: center; }
.cta__bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(80% 120% at 50% 0%, rgba(203,166,107,.12), transparent 60%), linear-gradient(180deg, var(--bg-2), var(--bg)); }
.cta__inner h2 { font-family: var(--font-display); font-size: clamp(2.2rem, 6vw, 4.4rem); line-height: 1; text-transform: uppercase; color: var(--cream); }
.cta__inner p { color: var(--muted); margin: 22px auto 34px; max-width: 520px; font-size: 1.1rem; }

/* ------------------------------ Footer ------------------------------- */
.site-footer { background: #0f0c09; border-top: 1px solid var(--line); padding-top: clamp(54px, 8vw, 88px); }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1fr; gap: clamp(28px, 4vw, 56px); padding-bottom: 54px; }
.footer__logo { width: 70px; height: auto; margin-bottom: 18px; }
.footer__tag { font-family: var(--font-accent); font-style: italic; font-size: 1.25rem; color: var(--cream); line-height: 1.4; }
.footer__tag span { color: var(--muted); font-size: 1rem; }
.footer__social { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.footer__social a { display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border: 1px solid var(--line-2); border-radius: 100px; font-size: .85rem; font-family: var(--font-head); font-weight: 600; color: var(--text); transition: border-color .3s, color .3s, transform .3s; }
.footer__social a:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.footer__heading { font-family: var(--font-head); font-weight: 800; text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; color: var(--gold); margin-bottom: 18px; }
.footer__col a { display: block; color: var(--muted); padding: 6px 0; transition: color .25s, padding-left .25s; }
.footer__col a:hover { color: var(--cream); padding-left: 5px; }
.footer__address { color: var(--muted); line-height: 1.8; margin-bottom: 12px; }
.footer__directions { color: var(--gold); font-family: var(--font-head); font-weight: 600; font-size: .9rem; }
.footer__hours { display: flex; flex-direction: column; gap: 7px; }
.footer__hours li { display: flex; justify-content: space-between; gap: 12px; font-size: .88rem; color: var(--muted); }
.footer__hours span:first-child { color: var(--text); font-weight: 500; }

.footer__bar { border-top: 1px solid var(--line); padding-block: 24px; }
.footer__bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer__copy { color: var(--muted-2); font-size: .82rem; }
.footer__credit { display: inline-flex; align-items: center; opacity: .8; transition: opacity .3s; }
.footer__credit:hover { opacity: 1; }
.footer__credit img { width: 200px; height: auto; }

/* ------------------------------ To top ------------------------------- */
.to-top { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 50px; height: 50px; border-radius: 50%; background: var(--gold); color: #1a130c; display: grid; place-items: center; box-shadow: 0 14px 30px -10px rgba(0,0,0,.6); opacity: 0; transform: translateY(20px); transition: opacity .35s, transform .35s; }
.to-top.is-visible { opacity: 1; transform: translateY(0); }
.to-top:hover { transform: translateY(-3px); }

/* ----------------------------- Lightbox ------------------------------ */
.lightbox { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; background: rgba(10,7,5,.92); backdrop-filter: blur(6px); padding: 24px; opacity: 0; animation: fade .3s forwards; }
@keyframes fade { to { opacity: 1; } }
.lightbox__figure { max-width: min(1000px, 92vw); text-align: center; }
.lightbox__figure img { max-height: 80vh; width: auto; border-radius: var(--radius-sm); box-shadow: 0 40px 80px -20px rgba(0,0,0,.8); }
.lightbox__figure figcaption { margin-top: 16px; color: var(--muted); font-family: var(--font-accent); font-style: italic; font-size: 1.05rem; }
.lightbox__close { position: absolute; top: 20px; right: 26px; font-size: 2.6rem; line-height: 1; color: var(--cream); transition: color .25s, transform .25s; }
.lightbox__close:hover { color: var(--gold); transform: rotate(90deg); }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 56px; height: 56px; border-radius: 50%; background: rgba(243,233,216,.08); border: 1px solid var(--line-2); color: var(--cream); font-size: 2rem; line-height: 1; display: grid; place-items: center; transition: background .25s, color .25s; }
.lightbox__nav:hover { background: var(--gold); color: #1a130c; }
.lightbox__prev { left: 18px; }
.lightbox__next { right: 18px; }

/* --------------------------- Logo polish ----------------------------- */
.brand__logo, .hero__badge, .footer__logo { filter: drop-shadow(0 6px 16px rgba(0,0,0,.55)); }
.hero__badge { filter: drop-shadow(0 18px 44px rgba(0,0,0,.6)) drop-shadow(0 0 26px rgba(203,166,107,.18)); animation: float 7s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (prefers-reduced-motion: reduce) { .hero__badge { animation: none; } }

/* --------------------------- Status pill ----------------------------- */
.status-pill { display: inline-flex; align-items: center; gap: 9px; margin-top: clamp(12px, 2.4vh, 22px); padding: 9px 18px; border-radius: 100px; border: 1px solid var(--line-2); background: rgba(243,233,216,.04); font-family: var(--font-head); font-size: .86rem; letter-spacing: .02em; backdrop-filter: blur(4px); }
.status-pill strong { color: var(--cream); font-weight: 700; }
.status-pill__detail { color: var(--muted); }
.status-pill__dot { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.status-pill.is-open .status-pill__dot { background: #5fc26a; box-shadow: 0 0 0 0 rgba(95,194,106,.6); animation: pulse 2.2s var(--ease) infinite; }
.status-pill.is-closed .status-pill__dot { background: var(--ember); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(95,194,106,.55); } 70% { box-shadow: 0 0 0 9px rgba(95,194,106,0); } 100% { box-shadow: 0 0 0 0 rgba(95,194,106,0); } }
@media (prefers-reduced-motion: reduce) { .status-pill.is-open .status-pill__dot { animation: none; } }
.visit__block .status-pill { margin-top: 0; margin-bottom: 16px; }

/* ------------------------ Signature star ----------------------------- */
.menu-item__star { color: var(--ember); font-size: .78rem; margin-left: 5px; vertical-align: 2px; }
.signature-hint { display: inline-block; margin-top: 6px; font-size: .92rem; color: var(--muted); }
.signature-hint .menu-item__star { margin-left: 0; }

/* --------------------------- Ember accents --------------------------- */
.marquee i { color: var(--ember); }
.hours li.is-today .hours__day::before { content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--ember); margin-right: 8px; vertical-align: 1px; }
.link-arrow:hover { color: var(--ember); }

/* --------------------------- Instagram ------------------------------- */
.insta { background: var(--bg); padding-block: clamp(48px, 8vw, 96px); }
.insta__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.insta__text p:last-of-type { color: var(--muted); margin: 20px 0 26px; max-width: 360px; }
.insta__text .btn { display: inline-flex; }
.insta__tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.insta__tile { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 14px; border: 1px solid var(--line); }
.insta__tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), filter .4s; }
.insta__overlay { position: absolute; inset: 0; display: grid; place-items: center; color: var(--cream); background: linear-gradient(135deg, rgba(232,105,60,.55), rgba(20,16,13,.45)); opacity: 0; transition: opacity .4s; }
.insta__tile:hover img { transform: scale(1.1); filter: brightness(.85); }
.insta__tile:hover .insta__overlay { opacity: 1; }

/* ------------------------------- FAQ --------------------------------- */
.faq { background: linear-gradient(180deg, var(--bg-2), var(--bg)); }
.faq__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.faq__head { position: sticky; top: 110px; }
.faq__head .section__intro { margin-top: 18px; }
.faq__list { display: flex; flex-direction: column; gap: 14px; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--panel); overflow: hidden; transition: border-color .35s, background .35s; }
.faq__item[open] { border-color: var(--gold-soft); background: var(--bg-3); }
.faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; cursor: pointer; font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; color: var(--cream); list-style: none; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__icon { position: relative; flex: none; width: 20px; height: 20px; }
.faq__icon::before, .faq__icon::after { content: ''; position: absolute; top: 50%; left: 50%; width: 13px; height: 2px; background: var(--gold); border-radius: 2px; transform: translate(-50%,-50%); transition: transform .3s var(--ease), background .3s; }
.faq__icon::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq__item[open] .faq__icon::before { background: var(--ember); }
.faq__item[open] .faq__icon::after { transform: translate(-50%,-50%) rotate(0); background: var(--ember); }
.faq__answer { padding: 0 24px 22px; }
.faq__answer p { color: var(--muted); margin: 0; }

/* ----------------------------- Reveal -------------------------------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* --------------------------- Responsive ------------------------------ */
@media (max-width: 1024px) {
	.about__grid { grid-template-columns: 1fr; }
	.about__media { max-width: 460px; margin-inline: auto; }
	.menu__grid { column-count: 2; }
	.visit__grid { grid-template-columns: 1fr; }
	.visit__map { min-height: 360px; }
	.footer__grid { grid-template-columns: 1fr 1fr; }
	.insta__inner { grid-template-columns: 1fr; }
	.faq__grid { grid-template-columns: 1fr; }
	.faq__head { position: static; }
}

@media (max-width: 860px) {
	.nav { position: fixed; inset: 0 0 0 auto; width: min(320px, 82vw); flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px; padding: 40px; background: var(--bg-2); border-left: 1px solid var(--line); transform: translateX(100%); transition: transform .42s var(--ease); box-shadow: -30px 0 60px -20px rgba(0,0,0,.7); }
	.nav.is-open { transform: translateX(0); }
	.nav__link { font-size: 1.3rem; }
	.nav__cta { margin-left: 0; margin-top: 8px; }
	.nav-toggle { display: block; z-index: 1100; }
	body.nav-open { overflow: hidden; }
	.values__grid { grid-template-columns: 1fr; }
	.gallery__grid { grid-template-columns: repeat(2, 1fr); }
	.storefront { grid-template-columns: 1fr 1fr; }
	.storefront__item--wide { grid-column: span 2; }
}

@media (max-width: 600px) {
	body { font-size: 1rem; }
	.menu__grid { column-count: 1; }
	.footer__grid { grid-template-columns: 1fr; }
	.about__est { right: 12px; }
	.hero { padding-top: 90px; padding-bottom: 40px; }
	.hero__inner { padding-block: 24px; }
	.hero__kicker { font-size: .66rem; letter-spacing: .16em; gap: 8px; margin-bottom: 18px; }
	.hero__kicker span { width: 20px; }
	.hero__badge { margin-bottom: 14px; }
	.hero__title { font-size: clamp(2.4rem, 12.5vw, 4rem); }
	.hero__lead { margin-top: 12px; }
	.hero__actions { margin-top: 26px; width: 100%; }
	.hero__actions .btn { flex: 1 1 auto; justify-content: center; }
	.hero__trust { gap: 18px 28px; margin-top: 32px; padding-top: 24px; }
	.hero__trust li { flex: 1 1 40%; }
	.hero__scroll { display: none; }
	.gallery__grid { grid-template-columns: 1fr 1fr; }
	.footer__credit img { width: 180px; }
	.marquee span { font-size: 1.25rem; }
	.insta__tiles { grid-template-columns: 1fr 1fr; }
}

/* Backdrop for mobile nav */
.nav-backdrop { position: fixed; inset: 0; z-index: 999; background: rgba(10,7,5,.6); opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s; }
.nav-backdrop.is-open { opacity: 1; visibility: visible; }

/* --- Hero on short / landscape screens: never clip, fit content --- */
/* Short viewports: progressively compact the hero so the trust row stays in view */
@media (max-height: 860px) {
	.hero__scroll { display: none; }
}
@media (max-height: 740px) {
	.hero__badge { width: clamp(74px, 11vh, 104px); margin-bottom: clamp(10px, 1.6vh, 16px); }
	.hero__title { font-size: clamp(2.3rem, min(10vw, 8.2vh), 6rem); }
	.hero__trust { margin-top: clamp(18px, 3vh, 34px); padding-top: clamp(14px, 2.4vh, 26px); }
}
@media (max-height: 620px) {
	.hero__badge { display: none; }
	.hero__kicker { margin-bottom: 12px; }
	.hero__trust strong { font-size: .92rem; }
	.hero__trust span { font-size: .76rem; }
}
@media (orientation: landscape) and (max-height: 620px) {
	.hero { min-height: auto; padding-top: 92px; padding-bottom: 44px; align-items: flex-start; }
	.hero__inner { padding-block: 16px; }
	.hero__badge { width: 84px; margin-bottom: 10px; }
	.hero__title { font-size: clamp(2rem, 7vw, 3.4rem); }
	.hero__lead { font-size: 1.05rem; margin-top: 8px; }
	.status-pill { margin-top: 14px; }
	.hero__actions { margin-top: 20px; }
	.hero__trust { margin-top: 22px; padding-top: 18px; }
	.hero__scroll { display: none; }
}
/* Very small phones: keep the headline tidy */
@media (max-width: 360px) {
	.hero__title { font-size: clamp(2rem, 12vw, 2.6rem); }
	.hero__trust li { flex: 1 1 100%; }
}
