/* Naor the Barber Studio — styles. Mobile first. */
:root {
  --navy: #12365B;
  --navy-deep: #0A2238;
  --navy-ink: #061627;
  --red: #B4262C;
  --red-hot: #E2383F;
  --chalk: #F7F4EE;
  --chalk-2: #ECE6D9;
  --ink: #101B26;
  --muted: #55657A;
  --line: rgba(18, 54, 91, .16);
  --line-light: rgba(247, 244, 238, .16);
  --font: 'Bricolage Grotesque', 'Helvetica Neue', Arial, sans-serif;
  --font-groovy: 'Shrikhand', 'Bricolage Grotesque', serif;
  --r-sm: 10px; --r-md: 18px; --r-lg: 28px;
  --wrap: 1180px;
  --gutter: 20px;
  --nav-h: 72px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --shadow: 0 20px 50px -20px rgba(6, 22, 39, .45);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font); font-optical-sizing: auto; font-size: 17px; line-height: 1.55;
  color: var(--ink); background: var(--chalk); overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, video, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
h1, h2, h3, p, ul, ol, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
svg { width: 1.2em; height: 1.2em; flex: none; }
:focus-visible { outline: 3px solid var(--red-hot); outline-offset: 3px; border-radius: 4px; }
.wrap { width: min(100% - var(--gutter) * 2, var(--wrap)); margin-inline: auto; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--red); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip:focus { top: 12px; }

/* Type */
.display { font-weight: 800; letter-spacing: -.035em; line-height: .95; font-optical-sizing: auto; font-variation-settings: 'opsz' 96; text-wrap: balance; }
h2.display { font-size: clamp(2.1rem, 2.6vw + 1.4rem, 3.6rem); }
.sec-title { margin-bottom: 26px; }
.sec-head { max-width: 640px; margin-bottom: 30px; }
.sec-head p, .about-copy > p, .areas-copy > p, .contact-copy > p { margin-top: 14px; color: var(--muted); font-size: 1.05rem; }
.sec-head-light p, .areas-copy > p { color: rgba(247, 244, 238, .78); }
.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }

/* בס״ד */
.bsd { position: fixed; top: 2px; right: 10px; z-index: 60; font-size: 12px; letter-spacing: .04em; color: rgba(247, 244, 238, .85); pointer-events: none; font-family: Georgia, 'Times New Roman', serif; mix-blend-mode: difference; }

/* Scroll progress: barber stripes */
.progress { position: fixed; inset: 0 0 auto 0; height: 4px; z-index: 70; background: transparent; }
.progress span { display: block; height: 100%; width: 100%; transform-origin: left; transform: scaleX(0);
  background: repeating-linear-gradient(-55deg, var(--red) 0 12px, var(--chalk) 12px 24px, var(--navy) 24px 36px, var(--chalk) 36px 48px); background-size: 200% 100%; animation: stripeSlide 1.4s linear infinite; }
@keyframes stripeSlide { to { background-position: 67.9px 0; } }

/* Buttons */
.btn { --bg: var(--navy); --fg: #fff; display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 999px; background: var(--bg); color: var(--fg); font-weight: 700; text-decoration: none; letter-spacing: -.01em; line-height: 1; white-space: nowrap; position: relative; overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s; will-change: transform; }
.btn::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, .28) 50%, transparent 70%); transform: translateX(-120%); transition: transform .7s var(--ease); }
.btn:hover::after { transform: translateX(120%); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(6, 22, 39, .55); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-red { --bg: var(--red); }
.btn-red:hover { background: var(--red-hot); }
.btn-navy { --bg: var(--navy); }
.btn-chalk { --bg: var(--chalk); --fg: var(--navy); }
.btn-ghost { --bg: transparent; --fg: var(--chalk); box-shadow: inset 0 0 0 2px rgba(247, 244, 238, .35); }
.btn-ghost:hover { box-shadow: inset 0 0 0 2px var(--chalk); }
.btn-lg { padding: 18px 26px; font-size: 1.05rem; }
.btn-sm { padding: 11px 16px; font-size: .92rem; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(18, 54, 91, .0); transition: background .4s, box-shadow .4s, backdrop-filter .4s; }
.nav.is-stuck { background: rgba(10, 34, 56, .82); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px); box-shadow: 0 1px 0 var(--line-light); }
.nav-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: var(--nav-h); }
.brand { display: block; background: var(--chalk); border-radius: 12px; padding: 6px 12px; transition: transform .3s var(--ease); }
.brand img { width: 150px; height: auto; }
.brand:hover { transform: rotate(-1.5deg) scale(1.03); }
.nav-links { display: none; gap: 26px; }
.nav-links a { color: rgba(247, 244, 238, .85); text-decoration: none; font-weight: 600; font-size: .95rem; position: relative; padding: 6px 0; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--red-hot); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.nav-links a:hover::after, .nav-links a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang { text-decoration: none; font-weight: 800; font-size: .85rem; letter-spacing: .06em; color: var(--chalk); border: 2px solid rgba(247, 244, 238, .35); border-radius: 999px; padding: 7px 11px; transition: background .3s, color .3s, border-color .3s; }
.lang:hover { background: var(--chalk); color: var(--navy); border-color: var(--chalk); }
.nav .btn-sm span { display: none; }
.burger { width: 44px; height: 44px; display: grid; place-items: center; gap: 0; border-radius: 12px; position: relative; }
.burger span { position: absolute; width: 22px; height: 2px; background: var(--chalk); border-radius: 2px; transition: transform .4s var(--ease), opacity .3s; }
.burger span:nth-child(1) { transform: translateY(-7px); }
.burger span:nth-child(3) { transform: translateY(7px); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.burger[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg); }
.menu { position: absolute; top: 100%; left: 0; right: 0; background: var(--navy-deep); padding: 14px var(--gutter) 22px; display: grid; gap: 4px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: transform .4s var(--ease), opacity .3s; box-shadow: var(--shadow); }
.menu.is-open { transform: none; opacity: 1; pointer-events: auto; }
.menu a { color: var(--chalk); text-decoration: none; font-size: 1.35rem; font-weight: 700; padding: 12px 6px; border-bottom: 1px solid var(--line-light); letter-spacing: -.02em; transform: translateX(-8px); opacity: 0; transition: transform .45s var(--ease), opacity .4s; transition-delay: calc(var(--i, 0) * 45ms); }
.menu.is-open a { transform: none; opacity: 1; }
.menu-alt { color: var(--red-hot) !important; }

/* Hero */
.hero { background: var(--navy); color: var(--chalk); position: relative; overflow: hidden; margin-top: calc(var(--nav-h) * -1); padding: calc(var(--nav-h) + 28px) 0 64px; min-height: 100svh; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; }
.b1 { width: 60vw; height: 60vw; max-width: 620px; max-height: 620px; background: radial-gradient(circle, #1f5a93, transparent 65%); top: -18%; right: -14%; animation: drift 14s ease-in-out infinite alternate; }
.b2 { width: 48vw; height: 48vw; max-width: 480px; max-height: 480px; background: radial-gradient(circle, rgba(226, 56, 63, .55), transparent 65%); bottom: -14%; left: -14%; animation: drift 18s ease-in-out infinite alternate-reverse; }
@keyframes drift { to { transform: translate(6%, 8%) scale(1.08); } }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; position: relative; }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .95rem; color: rgba(247, 244, 238, .8); background: rgba(247, 244, 238, .08); border: 1px solid var(--line-light); padding: 8px 14px 8px 10px; border-radius: 999px; animation: fadeUp .8s var(--ease) both; }
.kicker svg { color: var(--red-hot); }
h1.display { font-size: clamp(3rem, 11vw, 6.4rem); margin-top: 22px; }
h1 .line { display: block; overflow: hidden; }
h1 .line > span { display: block; transform: translateY(110%) rotate(3deg); animation: lineUp .9s var(--ease) forwards; animation-delay: calc(.12s + var(--i) * .11s); transform-origin: left bottom; }
h1 .line:nth-child(2) > span { color: var(--red-hot); }
@keyframes lineUp { to { transform: none; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.lede { margin-top: 22px; font-size: 1.1rem; max-width: 520px; color: rgba(247, 244, 238, .82); animation: fadeUp .8s var(--ease) .45s both; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; animation: fadeUp .8s var(--ease) .6s both; }
.cta-row .btn { flex: 1 1 auto; justify-content: center; }
.badges { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 26px; font-size: .92rem; color: rgba(247, 244, 238, .78); animation: fadeUp .8s var(--ease) .75s both; }
.badges li { display: inline-flex; align-items: center; gap: 6px; }
.badges svg { color: var(--red-hot); width: 1em; height: 1em; }

.hero-media { position: relative; display: flex; justify-content: center; align-items: center; gap: 22px; animation: fadeUp 1s var(--ease) .5s both; }
.phone { width: min(280px, 70vw); aspect-ratio: 9 / 19; background: #0c0e12; border-radius: 42px; padding: 9px; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .7), inset 0 0 0 2px rgba(255, 255, 255, .08); transform: rotate(-3deg); transition: transform .6s var(--ease); position: relative; }
.phone-screen { position: relative; width: 100%; height: 100%; border-radius: 34px; overflow: hidden; background: #000; }
.phone-screen video { width: 100%; height: 100%; object-fit: cover; }
.phone-notch { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 34%; height: 22px; background: #0c0e12; border-radius: 999px; }
.phone-cap { position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 8px; font-size: .8rem; font-weight: 700; background: rgba(6, 22, 39, .7); backdrop-filter: blur(8px); padding: 7px 12px; border-radius: 999px; }
.live { width: 8px; height: 8px; border-radius: 50%; background: var(--red-hot); box-shadow: 0 0 0 0 rgba(226, 56, 63, .7); animation: pulse 1.6s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(226, 56, 63, 0); } 100% { box-shadow: 0 0 0 0 rgba(226, 56, 63, 0); } }
.hero-sticker { position: absolute; right: max(4px, calc(50% - 190px)); top: -34px; width: 104px; height: 104px; border-radius: 50%; display: grid; place-items: center; text-align: center; font-family: var(--font-groovy); font-size: .78rem; line-height: 1.15; color: var(--navy); background: var(--chalk); padding: 14px; box-shadow: var(--shadow); animation: wobble 6s ease-in-out infinite; }
.hero-sticker::before { content: ''; position: absolute; inset: 5px; border: 2px dashed var(--red); border-radius: 50%; animation: spin 18s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes wobble { 0%, 100% { transform: rotate(-8deg); } 50% { transform: rotate(6deg) translateY(-4px); } }
.scroll-cue { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(247, 244, 238, .4); border-radius: 999px; display: none; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 4px; background: var(--red-hot); animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0% { transform: translateY(0); opacity: 1; } 80% { transform: translateY(16px); opacity: 0; } 100% { opacity: 0; } }

/* Barber pole */
.pole { display: inline-flex; flex-direction: column; width: 26px; height: 300px; flex: none; }
.pole-cap { height: 14px; background: linear-gradient(#e9e4d8, #b8b2a5); border-radius: 6px; box-shadow: 0 2px 4px rgba(0, 0, 0, .35); }
.pole-body { flex: 1; position: relative; overflow: hidden; margin: -2px 3px; border-radius: 4px; background: var(--chalk); box-shadow: inset 7px 0 10px -4px rgba(0, 0, 0, .45), inset -7px 0 10px -4px rgba(0, 0, 0, .55); }
.pole-body::before { content: ''; position: absolute; inset: -50% 0; background: repeating-linear-gradient(to bottom, var(--red) 0 16px, var(--chalk) 16px 32px, var(--navy) 32px 48px, var(--chalk) 48px 64px); transform: skewY(-28deg); animation: poleSpin 1.5s linear infinite; }
.pole-body::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0, 0, 0, .35), transparent 35%, rgba(255, 255, 255, .25) 50%, transparent 65%, rgba(0, 0, 0, .45)); }
@keyframes poleSpin { to { transform: skewY(-28deg) translateY(-64px); } }
.pole-hero { height: min(420px, 60vw); display: none; }
.pole-card { display: none; position: absolute; left: -10px; top: -18px; height: 150px; width: 20px; z-index: 0; }
.contact-list, .socials { position: relative; z-index: 1; }

/* Marquee */
.marquee-wrap { overflow-x: clip; position: relative; z-index: 2; }
.marquee { background: var(--red); color: var(--chalk); overflow: hidden; padding: 12px 0; border-block: 3px solid var(--navy-ink); transform: rotate(-1.2deg) scale(1.02); position: relative; z-index: 2; margin-block: -10px; }
.marquee-track { display: flex; gap: 28px; width: max-content; font-family: var(--font-groovy); font-size: 1.25rem; animation: marquee 34s linear infinite; }
.marquee-track span { white-space: nowrap; }
.marquee-track i { font-style: normal; opacity: .7; }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee:hover .marquee-track { animation-play-state: paused; }

/* Reveal */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .9s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
[data-stagger] > * { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .8s var(--ease); transition-delay: calc(var(--i, 0) * 80ms); }
[data-stagger].in > * { opacity: 1; transform: none; }

/* Services: the price board */
.services { background: var(--chalk); }
.services::before { content: ''; position: absolute; inset: 0; background: radial-gradient(rgba(18, 54, 91, .09) 1px, transparent 1.4px); background-size: 22px 22px; mask-image: linear-gradient(to bottom, black, transparent 70%); pointer-events: none; }
.board { position: relative; background: var(--navy-deep); color: var(--chalk); border-radius: var(--r-lg); padding: 10px; box-shadow: var(--shadow); border: 6px solid var(--navy); outline: 2px solid rgba(247, 244, 238, .15); outline-offset: -10px; }
.board-row { display: grid; grid-template-columns: 1fr auto; gap: 8px 14px; align-items: start; padding: 20px 16px; border-bottom: 1px dashed rgba(247, 244, 238, .18); position: relative; transition: background .3s; border-radius: 14px; }
.board-row:last-child { border-bottom: 0; }
.board-row:hover { background: rgba(247, 244, 238, .05); }
.board-row.is-featured::before { content: ''; position: absolute; left: 0; top: 18px; bottom: 18px; width: 5px; border-radius: 4px; background: var(--red-hot); box-shadow: 0 0 18px rgba(226, 56, 63, .6); }
.board-row.is-featured { padding-left: 20px; }
.board-main h3 { font-size: 1.35rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.board-main p { margin-top: 8px; color: rgba(247, 244, 238, .72); font-size: .95rem; max-width: 52ch; }
.board-time { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-size: .82rem; color: rgba(247, 244, 238, .6); }
.leader { display: none; }
.board-price { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.price { font-family: var(--font-groovy); font-size: 2rem; line-height: 1; color: var(--chalk); text-shadow: 0 3px 0 var(--red); white-space: nowrap; }
.board-book { display: inline-flex; align-items: center; gap: 6px; font-size: .85rem; font-weight: 700; color: var(--red-hot); text-decoration: none; opacity: .9; }
.board-book svg { transition: transform .3s var(--ease); }
.board-book:hover svg { transform: translateX(4px); }
.fine { margin-top: 18px; font-size: .9rem; color: var(--muted); }

/* Reels */
.reels { background: var(--navy-deep); color: var(--chalk); overflow: hidden; }
.reel-grid { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px var(--gutter) 22px; margin: 0 calc(var(--gutter) * -1); scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.reel-grid::-webkit-scrollbar { display: none; }
.reel { flex: 0 0 auto; scroll-snap-align: center; width: min(72vw, 300px); }
.reel.is-wide { width: min(88vw, 520px); }
.reel-frame { position: relative; background: #000; border-radius: 26px; overflow: hidden; box-shadow: 0 30px 60px -28px rgba(0, 0, 0, .8), inset 0 0 0 1px rgba(255, 255, 255, .08); aspect-ratio: 9 / 16; }
.reel.is-wide .reel-frame { aspect-ratio: 16 / 9; align-self: center; }
.reel-frame video { width: 100%; height: 100%; object-fit: cover; }
.reel-play { position: absolute; inset: 0; margin: auto; width: 74px; height: 74px; border-radius: 50%; background: rgba(247, 244, 238, .92); color: var(--red); display: grid; place-items: center; box-shadow: 0 10px 30px rgba(0, 0, 0, .4); transition: transform .35s var(--ease), opacity .3s; }
.reel-play svg { width: 34px; height: 34px; margin-left: 4px; }
.reel-play::before { content: ''; position: absolute; inset: -10px; border-radius: 50%; border: 2px solid rgba(247, 244, 238, .5); animation: ring 2s var(--ease) infinite; }
@keyframes ring { 0% { transform: scale(.85); opacity: 1; } 100% { transform: scale(1.35); opacity: 0; } }
.reel.is-playing .reel-play { opacity: 0; transform: scale(.6); pointer-events: none; }
.reel-sound { position: absolute; right: 12px; top: 12px; width: 42px; height: 42px; border-radius: 50%; background: rgba(6, 22, 39, .7); color: var(--chalk); display: grid; place-items: center; backdrop-filter: blur(6px); }
.reel-bar { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(255, 255, 255, .2); }
.reel-bar i { display: block; height: 100%; width: 0; background: var(--red-hot); }
.reel figcaption { margin-top: 12px; display: grid; gap: 2px; }
.reel figcaption strong { font-weight: 800; letter-spacing: -.01em; }
.reel figcaption span { font-size: .9rem; color: rgba(247, 244, 238, .7); }
.reels-cta { margin-top: 12px; }

/* Gallery */
.gallery { background: var(--chalk-2); overflow: hidden; }
.gallery-strip { display: flex; gap: 22px; padding: 14px var(--gutter) 30px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
.gallery-strip::-webkit-scrollbar { display: none; }
.shot { flex: 0 0 auto; width: min(78vw, 320px); background: #fff; padding: 10px 10px 34px; border-radius: 6px; box-shadow: 0 24px 50px -24px rgba(6, 22, 39, .5); transform: rotate(var(--r)); scroll-snap-align: center; transition: transform .5s var(--ease); }
.shot:hover { transform: rotate(0deg) scale(1.03); }
.shot img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 3px; }

/* About */
.about { background: var(--chalk); }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; }
.about-copy > p { color: var(--ink); max-width: 56ch; }
.quote { margin-top: 26px; padding: 22px 24px; border-left: 5px solid var(--red); background: #fff; border-radius: 0 var(--r-md) var(--r-md) 0; box-shadow: var(--shadow); }
.quote p { font-family: var(--font-groovy); font-size: 1.25rem; line-height: 1.3; color: var(--navy); }
.quote cite { display: block; margin-top: 10px; font-style: normal; font-weight: 700; color: var(--red); }
.points { display: grid; gap: 14px; }
.points li { display: flex; gap: 14px; padding: 18px; background: #fff; border-radius: var(--r-md); border: 1px solid var(--line); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.points li:hover { transform: translateX(6px); box-shadow: var(--shadow); }
.point-ic { width: 44px; height: 44px; border-radius: 12px; background: var(--navy); color: var(--chalk); display: grid; place-items: center; flex: none; transform: rotate(-8deg); }
.points h3 { font-size: 1.1rem; font-weight: 800; letter-spacing: -.01em; }
.points p { margin-top: 4px; color: var(--muted); font-size: .95rem; }

/* Areas */
.areas { background: var(--navy); color: var(--chalk); overflow: hidden; }
.areas-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.chips li { padding: 8px 14px; border-radius: 999px; background: rgba(247, 244, 238, .08); border: 1px solid var(--line-light); font-size: .9rem; font-weight: 600; transition: background .3s, transform .3s var(--ease); }
.chips li:hover { background: var(--red); transform: translateY(-2px); }
.parking { display: flex; gap: 10px; margin-top: 22px; color: rgba(247, 244, 238, .8); font-size: .95rem; }
.parking svg { color: var(--red-hot); margin-top: 2px; }
.addr { font-style: normal; margin-top: 22px; line-height: 1.5; color: rgba(247, 244, 238, .9); }
.areas-copy .btn { margin-top: 20px; }
.map { position: relative; min-height: 320px; border-radius: var(--r-lg); overflow: hidden; background: var(--navy-deep); display: grid; place-items: center; box-shadow: var(--shadow); }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(247, 244, 238, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(247, 244, 238, .07) 1px, transparent 1px); background-size: 34px 34px; }
.map-pin { position: absolute; left: 50%; top: 40%; color: var(--red-hot); transform: translate(-50%, -100%); }
.map-pin svg { width: 44px; height: 44px; filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .5)); animation: bounce 2.2s var(--ease) infinite; }
.map-pin::after { content: ''; position: absolute; left: 50%; bottom: -8px; width: 26px; height: 8px; margin-left: -13px; border-radius: 50%; background: rgba(0, 0, 0, .4); animation: shadowPulse 2.2s var(--ease) infinite; }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes shadowPulse { 50% { transform: scale(.6); opacity: .5; } }
.map-load { position: relative; z-index: 2; margin-top: 90px; }
.map-slot { position: absolute; inset: 0; z-index: 3; }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.85); opacity: 0; transform: scale(1.03); transition: opacity .9s var(--ease), transform 1.2s var(--ease); }
.map.is-loaded iframe { opacity: 1; transform: none; }
.map-grid, .map-pin { transition: opacity .6s var(--ease); }
.map.is-loaded .map-grid, .map.is-loaded .map-pin { opacity: 0; }
.map-grid::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 30%, rgba(247, 244, 238, .08) 50%, transparent 70%); background-size: 220% 100%; animation: shimmer 2.2s linear infinite; }
@keyframes shimmer { from { background-position: 120% 0; } to { background-position: -120% 0; } }

/* FAQ */
.faq { background: var(--chalk); }
.faq-wrap { max-width: 820px; }
.acc { display: grid; gap: 10px; }
.acc-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; transition: box-shadow .35s var(--ease); }
.acc-item[open] { box-shadow: var(--shadow); border-color: transparent; }
.acc-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; cursor: pointer; font-weight: 700; font-size: 1.05rem; letter-spacing: -.01em; }
.acc-item summary::-webkit-details-marker { display: none; }
.acc-item summary svg { color: var(--red); transition: transform .4s var(--ease); }
.acc-item[open] summary svg { transform: rotate(180deg); }
.acc-body { padding: 0 20px 20px; color: var(--muted); }
.acc-body p { max-width: 65ch; }

/* Contact */
.contact { background: var(--chalk-2); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 34px; }
.cal { margin-top: 26px; display: grid; gap: 10px; }
.cal small { color: var(--muted); }
.cal-frame { position: relative; min-height: 700px; border-radius: var(--r-md); background: #fff; box-shadow: var(--shadow); overflow: hidden; display: grid; place-items: center; }
.cal-frame iframe, .dlg-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.cal-frame iframe { min-height: 700px; }
.cal-loading { color: var(--muted); font-size: .95rem; padding: 20px; }
.cal-frame.is-ready .cal-loading, .dlg-frame.is-ready .cal-loading { display: none; }
.book-dlg { border: 0; padding: 0; width: min(100vw, 1040px); height: 100dvh; max-width: none; max-height: none; background: var(--chalk); border-radius: 0; box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .6); overflow: hidden; }
.book-dlg::backdrop { background: rgba(6, 22, 39, .72); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.dlg-frame { position: absolute; inset: 0; display: grid; place-items: center; }
.dlg-close { position: absolute; top: 10px; right: 10px; z-index: 2; width: 44px; height: 44px; border-radius: 999px; border: 0; background: var(--navy); color: var(--chalk); font-size: 26px; line-height: 1; display: grid; place-items: center; cursor: pointer; box-shadow: var(--shadow); }
.dlg-close:hover { background: var(--red); }
body.dlg-open { overflow: hidden; }
@media (min-width: 720px) { .book-dlg { height: min(92dvh, 900px); border-radius: var(--r-lg); } }
.contact-card { position: relative; background: var(--navy); color: var(--chalk); border-radius: var(--r-lg); padding: 34px 26px 26px 26px; box-shadow: var(--shadow); overflow: visible; }
.contact-list { display: grid; gap: 18px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list .ic { width: 42px; height: 42px; border-radius: 12px; background: rgba(247, 244, 238, .1); display: grid; place-items: center; color: var(--red-hot); flex: none; }
.contact-list .lbl { display: block; font-size: .8rem; color: rgba(247, 244, 238, .6); font-weight: 600; }
.contact-list a { font-weight: 700; text-decoration: none; }
.contact-list a:hover { color: var(--red-hot); }
.socials { display: flex; align-items: center; gap: 12px; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line-light); }
.socials span { flex: 1; font-size: .9rem; color: rgba(247, 244, 238, .7); }
.socials a { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--chalk); color: var(--navy); transition: transform .35s var(--ease), background .3s; }
.socials a:hover { transform: translateY(-3px) rotate(-6deg); background: var(--red-hot); color: #fff; }

/* Footer */
.footer { background: var(--navy-ink); color: rgba(247, 244, 238, .8); padding: 56px 0 120px; }
.footer-in { display: grid; grid-template-columns: minmax(0, 1fr); gap: 30px; }
.footer-brand img { width: 140px; background: var(--chalk); border-radius: 18px; padding: 8px; }
.footer-brand p { margin-top: 14px; max-width: 34ch; font-size: .95rem; }
.footer-nap { display: grid; gap: 4px; font-size: .95rem; }
.footer-nap strong { color: var(--chalk); }
.footer-nap a { text-decoration: none; }
.footer-links { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 8px 20px; }
.footer-links a { text-decoration: none; font-weight: 600; }
.footer-links a:hover { color: var(--red-hot); }
.footer-base { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line-light); font-size: .85rem; }
.to-top { display: inline-flex; align-items: center; gap: 6px; text-decoration: none; font-weight: 700; }
.footer-base { flex-wrap: wrap; }
.built { text-decoration: none; color: rgba(247, 244, 238, .7); }
.built strong { color: var(--chalk); }
.built:hover strong { color: var(--red-hot); }
.built .heart { display: inline-block; font-style: normal; }

/* Sticky mobile bar */
.sticky { position: fixed; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); z-index: 55; display: grid; grid-template-columns: 1.4fr 1fr; gap: 8px; padding: 8px; background: rgba(6, 22, 39, .85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-radius: 22px; box-shadow: 0 20px 40px -18px rgba(0, 0, 0, .7); transform: translateY(140%); visibility: hidden; transition: transform .5s var(--ease), visibility 0s .5s; }
.sticky.is-visible { transform: none; visibility: visible; transition-delay: 0s; }
.sticky .btn { justify-content: center; padding: 14px 12px; }

/* Tablet & up */
@media (min-width: 720px) {
  :root { --gutter: 32px; }
  .brand img { width: 170px; }
  .nav .btn-sm span { display: inline; }
  .hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); align-items: center; gap: 30px; }
  .hero { padding-bottom: 80px; }
  .cta-row .btn { flex: 0 0 auto; }
  .pole-hero { display: inline-flex; }
  .pole-card { display: inline-flex; }
  .scroll-cue { display: block; }
  .hero-sticker { right: -6px; top: 6%; }
  .board { padding: 18px; }
  .board-row { grid-template-columns: 1fr auto auto; align-items: center; padding: 22px 22px; }
  .board-row.is-featured { padding-left: 28px; }
  .leader { display: block; align-self: flex-start; margin-top: 16px; width: clamp(40px, 12vw, 160px); border-bottom: 3px dotted rgba(247, 244, 238, .3); }
  .price { font-size: 2.4rem; }
  .reel-grid { overflow: visible; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.6fr); align-items: center; gap: 22px; }
  .reel, .reel.is-wide { width: auto; }
  .gallery-strip { justify-content: center; }
  .about-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 56px; align-items: start; }
  .areas-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: stretch; }
  .map { min-height: 420px; }
  .contact-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 48px; align-items: start; }
  .footer { padding-bottom: 56px; }
  .footer-in { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr); }
  .sticky { display: none; }
}
@media (min-width: 1000px) {
  .nav-links { display: flex; }
  .burger, .menu { display: none; }
  h1.display { font-size: clamp(4rem, 6.4vw, 6.8rem); }
  .phone { width: 300px; }
  .hero-media { gap: 34px; }
}
@media (hover: hover) and (pointer: fine) {
  [data-tilt] { transition: transform .5s var(--ease); transform-style: preserve-3d; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; animation-iteration-count: 1 !important; transition-duration: .001s !important; scroll-behavior: auto !important; }
  [data-reveal], [data-stagger] > * { opacity: 1; transform: none; }
  h1 .line > span { transform: none; }
  .marquee-track { animation: none; }
}
