:root {
  --black: #050505;
  --black-2: #0b0b0b;
  --black-3: #111111;
  --orange: #ff5a00;
  --amber: #ff9a00;
  --yellow: #ffc928;
  --white: #f5f5f5;
  --muted: #a7a7a7;
  --line: rgba(255,255,255,.1);
  --header-h: 84px;
  --radius: 14px;
  --wrap: min(1200px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--white); font-family: Inter, system-ui, sans-serif; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; }
.wrap { width: var(--wrap); margin-inline: auto; }
::selection { background: var(--orange); color: #050505; }

.skip-link { position: fixed; left: 16px; top: -64px; z-index: 999; background: var(--white); color: #000; padding: 12px 16px; border-radius: 6px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--header-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 max(24px, calc((100vw - 1200px)/2)); border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, backdrop-filter .35s; }
.site-header.scrolled { background: rgba(5,5,5,.76); border-color: rgba(255,255,255,.08); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #050505; font-family: Anton, sans-serif; font-size: 23px; box-shadow: 0 0 28px rgba(255,90,0,.16); transform: rotate(-5deg); }
.brand-name { font-size: 18px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; color: #d8d8d8; }
.desktop-nav a { position: relative; transition: color .2s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .25s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: #fff; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; }
.menu-toggle { display: none; justify-self: end; width: 44px; height: 44px; border: 0; background: transparent; color: white; cursor: pointer; position: relative; }
.menu-toggle span { position: absolute; left: 9px; width: 26px; height: 2px; background: currentColor; transition: .25s ease; }
.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:last-child { top: 25px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 90; background: rgba(5,5,5,.97); display: none; opacity: 0; pointer-events: none; transition: opacity .25s; }
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu nav { min-height: 100svh; width: min(100% - 48px, 560px); margin: auto; padding: 132px 0 42px; display: flex; flex-direction: column; gap: 16px; }
.mobile-menu nav > a:not(.btn) { font-family: Anton, sans-serif; font-size: clamp(38px, 12vw, 64px); text-transform: uppercase; line-height: 1; }
.mobile-menu .btn { margin-top: 22px; }

.btn { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 8px; border: 1px solid transparent; font-size: 14px; font-weight: 800; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .menu-toggle:focus-visible, a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.btn-primary { background: var(--orange); color: #080808; box-shadow: 0 0 0 rgba(255,90,0,0); }
.btn-primary:hover { box-shadow: 0 10px 30px rgba(255,90,0,.22); background: #ff6a17; }
.btn-secondary { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.03); color: white; backdrop-filter: blur(10px); }
.btn-secondary:hover { border-color: var(--orange); background: rgba(255,90,0,.08); }
.btn-dark { background: #090909; color: var(--white); border-color: #090909; }
.btn-dark:hover { box-shadow: 0 12px 34px rgba(0,0,0,.26); }
.btn-small { min-height: 42px; padding-inline: 18px; font-size: 12px; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; isolation: isolate; overflow: hidden; padding: calc(var(--header-h) + 52px) 0 64px; }
#webgl { position: absolute; inset: 0; z-index: -4; opacity: .95; }
#webgl canvas { width: 100%; height: 100%; display: block; }
.hero-vignette { position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 72% 47%, transparent 0, rgba(5,5,5,.1) 28%, rgba(5,5,5,.82) 71%, var(--black) 100%), linear-gradient(90deg, rgba(5,5,5,.94) 0%, rgba(5,5,5,.58) 45%, rgba(5,5,5,.18) 72%, rgba(5,5,5,.76) 100%); }
.hero-grid { position: absolute; inset: 0; z-index: -2; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent 0, #000 18%, #000 72%, transparent 100%); }
.hero-content { position: relative; z-index: 1; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 800; letter-spacing: .17em; color: #c8c8c8; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 14px var(--orange); }
.hero-logo { margin-top: 26px; display: flex; align-items: center; gap: 14px; width: fit-content; }
.hero-logo-disc { width: 58px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; font: 34px Anton, sans-serif; color: #050505; background: linear-gradient(135deg, var(--yellow), var(--orange)); box-shadow: 0 0 45px rgba(255,90,0,.2); transform: rotate(-6deg); }
.hero-logo-word { font-size: 27px; font-weight: 800; letter-spacing: -.05em; }
.hero h1, .section-heading h2, .hours-copy h2, .map-copy h2, .cta-inner h2 { margin: 0; font-family: Anton, Impact, sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: -.02em; line-height: .9; }
.hero h1 { margin-top: 38px; max-width: 880px; font-size: clamp(68px, 10vw, 145px); transform: skewX(-2deg); text-wrap: balance; }
.hero h1 span, .section-heading h2 span, .hours-copy h2 span, .map-copy h2 span { color: var(--orange); }
.hero-tagline { margin: 28px 0 0; font-size: clamp(19px, 2vw, 25px); font-weight: 700; letter-spacing: -.025em; }
.hero-copy { margin: 10px 0 0; max-width: 630px; font-size: 16px; line-height: 1.65; color: #b7b7b7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-facts { margin-top: 54px; display: flex; flex-wrap: wrap; gap: 38px; }
.fact { min-width: 125px; }
.fact-label { display: block; color: #8d8d8d; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 6px; }
.fact strong { font-size: 18px; letter-spacing: -.03em; }
.scroll-cue { position: absolute; right: max(24px, calc((100vw - 1200px)/2)); bottom: 35px; display: flex; align-items: center; gap: 12px; color: #808080; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; writing-mode: vertical-rl; }
.scroll-cue i { width: 1px; height: 48px; background: linear-gradient(to bottom, var(--orange), transparent); position: relative; overflow: hidden; }
.scroll-cue i::after { content:""; position:absolute; top:-12px; left:0; width:1px; height:12px; background:white; animation: scroll 2s ease-in-out infinite; }
@keyframes scroll { 0%{ transform:translateY(0)} 100%{transform:translateY(70px)} }

.section { padding: clamp(90px, 11vw, 150px) 0; position: relative; }
.two-col { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 8vw, 120px); align-items: end; }
.section-heading h2, .hours-copy h2, .map-copy h2 { margin-top: 18px; font-size: clamp(54px, 7.2vw, 104px); }
.intro-section { background: var(--black); }
.intro-copy { padding-bottom: 7px; }
.intro-copy > p { margin: 0; max-width: 530px; color: #b5b5b5; font-size: clamp(17px, 1.8vw, 21px); line-height: 1.65; }
.address-inline { display: flex; align-items: flex-start; gap: 14px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); color: #d2d2d2; font-size: 14px; line-height: 1.6; }
.address-pin { margin-top: 4px; width: 10px; height: 10px; border: 2px solid var(--orange); border-radius: 50%; box-shadow: 0 0 18px rgba(255,90,0,.25); }
.store-visual { margin-top: 86px; height: clamp(330px, 48vw, 590px); position: relative; overflow: hidden; border-radius: 18px; background: radial-gradient(circle at 65% 45%, rgba(255,90,0,.19), transparent 30%), linear-gradient(135deg, #111, #080808); border: 1px solid rgba(255,255,255,.08); }
.store-visual::before { content:""; position:absolute; inset:0; opacity:.32; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 52px 52px; }
.store-card { position: absolute; border: 1px solid rgba(255,255,255,.12); background: rgba(5,5,5,.72); backdrop-filter: blur(12px); box-shadow: 0 25px 70px rgba(0,0,0,.36); }
.store-card-main { left: 7%; top: 15%; width: min(420px, 58vw); aspect-ratio: 1.15; padding: clamp(22px, 4vw, 46px); transform: rotate(-3deg); }
.store-card-label { font-size: 11px; font-weight: 800; letter-spacing: .2em; color: var(--orange); }
.store-card-main strong { display: block; margin-top: 28px; font: clamp(45px, 7vw, 96px)/.84 Anton, sans-serif; letter-spacing: -.02em; }
.store-card-main em { font-style: normal; color: var(--orange); }
.store-card-mini { right: 8%; bottom: 15%; width: min(260px, 35vw); aspect-ratio: 1.6; padding: 22px; display:flex; flex-direction:column; justify-content:space-between; transform: rotate(4deg); }
.store-card-mini span { color:#999; font-size:10px; font-weight:800; letter-spacing:.16em; }
.store-card-mini strong { font: clamp(42px,5vw,70px)/1 Anton, sans-serif; }
.store-orbit { position:absolute; width:42%; aspect-ratio:1; border-radius:50%; border: 1px solid rgba(255,90,0,.38); right: 13%; top: 4%; box-shadow: inset 0 0 90px rgba(255,90,0,.05), 0 0 90px rgba(255,90,0,.05); }
.store-orbit::after { content:""; position:absolute; inset:15%; border-radius:50%; border:1px dashed rgba(255,201,40,.18); }

.services-section { background: #080808; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 58px; }
.service-card { min-height: 260px; padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(255,255,255,.018); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(255,90,0,.42); background: rgba(255,90,0,.025); box-shadow: 0 18px 50px rgba(255,90,0,.06); }
.service-icon { width: 46px; height: 46px; display:grid; place-items:center; border-radius:9px; background: rgba(255,90,0,.08); color: var(--orange); border:1px solid rgba(255,90,0,.2); font-size:20px; }
.service-card h3 { margin: 74px 0 10px; font-size: 20px; line-height: 1.2; letter-spacing: -.035em; }
.service-card p { margin: 0; color:#8d8d8d; font-size: 13px; line-height:1.55; }
.more-note { margin: 30px 0 0; color: #aaa; font-size:14px; }

.hours-section { overflow:hidden; background: radial-gradient(circle at 88% 40%, rgba(255,90,0,.12), transparent 31%), var(--black); }
.hours-layout { display:grid; grid-template-columns:.78fr 1.22fr; gap: clamp(50px,7vw,95px); align-items:center; }
.hours-copy > p:not(.kicker) { color:#9f9f9f; font-size:17px; }
.live-status { display:flex; align-items:center; gap:13px; margin-top:36px; }
.live-dot { width:10px; height:10px; border-radius:50%; background:#777; box-shadow:0 0 0 5px rgba(255,255,255,.04); }
.live-status.open .live-dot { background:#79db84; box-shadow:0 0 18px rgba(121,219,132,.45), 0 0 0 5px rgba(121,219,132,.08); }
.live-status.closed .live-dot { background:var(--orange); box-shadow:0 0 18px rgba(255,90,0,.35), 0 0 0 5px rgba(255,90,0,.08); }
.live-status strong { display:block; text-transform:uppercase; letter-spacing:.09em; font-size:12px; }
.live-status small { display:block; margin-top:4px; color:#757575; font-size:11px; }
.hours-board { border-top:1px solid rgba(255,255,255,.16); }
.hours-row { min-height:160px; border-bottom:1px solid rgba(255,255,255,.16); display:flex; align-items:center; justify-content:space-between; gap:28px; }
.hours-row span { display:block; font-weight:800; font-size:17px; letter-spacing:-.02em; }
.hours-row small { display:block; margin-top:8px; color:#777; font-size:11px; text-transform:uppercase; letter-spacing:.12em; }
.hours-row strong { white-space:nowrap; font: clamp(44px,6vw,84px)/1 Anton,sans-serif; letter-spacing:-.03em; }
.hours-row strong i { font-style:normal; color:#5a5a5a; }
.hours-row.late strong { color: var(--orange); text-shadow: 0 0 35px rgba(255,90,0,.13); }

.map-section { background:#080808; }
.map-layout { display:grid; grid-template-columns:.72fr 1.28fr; gap:clamp(44px,7vw,90px); align-items:center; }
.map-copy address { margin:30px 0; font-style:normal; color:#b8b8b8; font-size:18px; line-height:1.65; }
.map-copy address strong { color:#fff; }
.map-frame { position:relative; min-height:500px; border-radius:18px; overflow:hidden; background:#121212; border:1px solid rgba(255,255,255,.1); }
.map-frame::after { content:""; position:absolute; inset:0; pointer-events:none; box-shadow: inset 0 0 60px rgba(0,0,0,.22); }
.map-frame iframe { width:100%; height:100%; min-height:500px; border:0; filter: grayscale(1) invert(.92) contrast(.85) brightness(.8); }

.cta-section { position:relative; overflow:hidden; padding:clamp(90px,11vw,145px) 0; background:linear-gradient(125deg, var(--orange), #ff7b00 62%, var(--yellow)); color:#080808; }
.cta-section::after { content:""; position:absolute; inset:0; opacity:.18; background-image:linear-gradient(rgba(0,0,0,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.12) 1px,transparent 1px); background-size:60px 60px; }
.cta-glow { position:absolute; width:480px; height:480px; border-radius:50%; border:1px solid rgba(5,5,5,.13); right:-80px; top:-160px; box-shadow:0 0 0 80px rgba(5,5,5,.025),0 0 0 160px rgba(5,5,5,.02); }
.cta-inner { position:relative; z-index:2; }
.cta-inner .kicker { color:rgba(5,5,5,.62); }
.cta-inner h2 { margin-top:18px; max-width:1050px; font-size:clamp(58px,8.2vw,118px); }
.cta-inner h2 span { color:#080808; opacity:.7; }
.cta-inner > p:not(.kicker) { font-size:19px; font-weight:700; }
.cta-inner .btn { margin-top:16px; }

.site-footer { background:#050505; padding:70px 0 28px; border-top:1px solid rgba(255,255,255,.08); }
.footer-inner { display:grid; grid-template-columns:1.2fr 1fr auto; gap:50px; align-items:start; }
.footer-inner p, .footer-inner address { margin:18px 0 0; color:#777; font-style:normal; font-size:13px; line-height:1.7; }
.footer-inner nav { display:flex; flex-direction:column; gap:12px; font-size:13px; font-weight:600; color:#aaa; }
.footer-inner nav a:hover { color:var(--orange); }
.footer-bottom { margin-top:58px; padding-top:22px; border-top:1px solid rgba(255,255,255,.06); display:flex; justify-content:space-between; color:#555; font-size:10px; text-transform:uppercase; letter-spacing:.13em; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .75s cubic-bezier(.2,.8,.2,1), transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity:1; transform:translateY(0); }

@media (max-width: 980px) {
  :root { --header-h: 72px; --wrap: min(100% - 36px, 760px); }
  .site-header { padding-inline:18px; grid-template-columns:1fr auto; }
  .desktop-nav, .header-cta { display:none; }
  .menu-toggle { display:block; }
  .mobile-menu { display:block; }
  .hero { min-height: 920px; align-items:center; padding-top:118px; }
  .hero-vignette { background:radial-gradient(circle at 65% 30%, transparent 0, rgba(5,5,5,.36) 30%, rgba(5,5,5,.94) 70%, var(--black) 100%); }
  .hero h1 { font-size:clamp(64px,13vw,112px); }
  .scroll-cue { display:none; }
  .two-col, .hours-layout, .map-layout { grid-template-columns:1fr; }
  .intro-copy { max-width:630px; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .hours-board { margin-top:10px; }
  .map-frame, .map-frame iframe { min-height:420px; }
  .footer-inner { grid-template-columns:1fr 1fr; }
  .footer-inner nav { grid-column:1/-1; flex-direction:row; flex-wrap:wrap; }
}

@media (max-width: 620px) {
  :root { --wrap: calc(100% - 28px); }
  .brand-name { font-size:16px; }
  .brand-mark { width:34px; font-size:20px; }
  .hero { min-height: 860px; padding-bottom:48px; }
  .hero-logo { margin-top:20px; }
  .hero-logo-disc { width:48px; font-size:29px; }
  .hero-logo-word { font-size:21px; }
  .hero h1 { margin-top:28px; font-size:clamp(60px,19vw,94px); }
  .hero-copy { font-size:14px; }
  .hero-actions { display:grid; grid-template-columns:1fr; }
  .hero-actions .btn { width:100%; }
  .hero-facts { gap:24px; margin-top:38px; }
  .fact { min-width:calc(50% - 14px); }
  .section { padding:82px 0; }
  .section-heading h2, .hours-copy h2, .map-copy h2 { font-size:clamp(52px,16vw,78px); }
  .store-visual { margin-top:54px; height:380px; }
  .store-card-main { left:7%; top:11%; width:73%; aspect-ratio:.9; }
  .store-card-mini { right:6%; bottom:9%; width:48%; }
  .store-orbit { width:68%; right:-8%; top:8%; }
  .services-grid { grid-template-columns:1fr; }
  .service-card { min-height:210px; }
  .service-card h3 { margin-top:52px; }
  .hours-row { min-height:135px; align-items:flex-start; flex-direction:column; justify-content:center; gap:18px; }
  .hours-row strong { font-size:55px; }
  .map-frame, .map-frame iframe { min-height:360px; }
  .cta-inner h2 { font-size:clamp(54px,16vw,82px); }
  .footer-inner { grid-template-columns:1fr; gap:26px; }
  .footer-inner nav { grid-column:auto; }
  .footer-bottom { gap:16px; flex-direction:column; }
}

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

/* Official HAY SHOP logo */
.brand-logo { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; display:block; box-shadow: 0 0 30px rgba(255,154,0,.14); transition: transform .35s ease, filter .35s ease; }
.brand:hover .brand-logo { transform: rotate(-3deg) scale(1.035); filter: brightness(1.05); }
.hero-logo { margin-top: 26px; width: clamp(132px, 14vw, 190px); display:block; }
.hero-logo img { width:100%; height:auto; aspect-ratio:1; object-fit:cover; border-radius:50%; display:block; box-shadow: 0 0 65px rgba(255,90,0,.18); animation: logoFloat 7s ease-in-out infinite; }
@keyframes logoFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-6px) rotate(1deg); } }
@media (max-width: 720px) { .brand-logo { width:40px; height:40px; } .hero-logo { width:118px; margin-top:20px; } }
@media (prefers-reduced-motion: reduce) { .hero-logo img { animation:none; } }

/* 2026 premium hero refinement */
.hero-premium { min-height: 100svh; padding: calc(var(--header-h) + 42px) 0 110px; align-items:center; }
.hero-shell { display:grid; grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr); align-items:center; gap:clamp(32px,5vw,76px); position:relative; z-index:2; }
.hero-copyblock { max-width:670px; }
.hero-premium h1 { margin-top:28px; max-width:none; font-size:clamp(86px,10vw,154px); line-height:.78; white-space:nowrap; }
.hero-hay { color:var(--white) !important; }
.hero-shop { color:var(--orange) !important; text-shadow:0 0 42px rgba(255,90,0,.12); }
.hero-subtitle { margin:30px 0 0; font-size:clamp(24px,2vw,33px); font-weight:800; letter-spacing:-.045em; }
.hero-premium .hero-tagline { margin-top:8px; color:var(--orange); font-size:clamp(18px,1.6vw,23px); font-style:italic; }
.hero-premium .hero-copy { max-width:520px; margin-top:15px; }
.hero-status-card { margin-top:22px; width:fit-content; max-width:100%; display:flex; align-items:center; gap:10px; padding:12px 14px; border:1px solid rgba(255,154,0,.25); border-radius:8px; background:rgba(10,10,10,.62); backdrop-filter:blur(10px); font-size:12px; }
.hero-status-card > span:not(.hero-status-dot) { color:var(--amber); font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.hero-status-card strong { color:#d7d7d7; font-size:11px; font-weight:600; }
.hero-status-card em { color:#7f7f7f; font-style:normal; }
.hero-status-dot { width:8px; height:8px; border-radius:50%; background:var(--orange); box-shadow:0 0 18px var(--orange); flex:0 0 auto; }

.hero-emblem { min-height:600px; display:grid; place-items:center; position:relative; isolation:isolate; perspective:1000px; }
.emblem-disc { width:min(78%,520px); aspect-ratio:1; position:relative; z-index:3; border-radius:50%; padding:13px; background:linear-gradient(145deg,#1b1b1b,#080808 55%,#222); box-shadow:0 55px 100px rgba(0,0,0,.55), 0 0 70px rgba(255,90,0,.18), inset 0 0 0 1px rgba(255,255,255,.12); transform:rotateX(9deg) rotateY(-11deg) rotateZ(-2deg); animation:emblemFloat 7s ease-in-out infinite; }
.emblem-disc::before { content:""; position:absolute; inset:-22px; border-radius:50%; border:2px solid rgba(255,90,0,.6); box-shadow:0 0 36px rgba(255,90,0,.25), inset 0 0 34px rgba(255,90,0,.1); z-index:-1; }
.emblem-disc img { width:100%; height:100%; object-fit:cover; border-radius:50%; display:block; box-shadow:inset 0 0 0 1px rgba(255,255,255,.14); }
.emblem-orbit { position:absolute; border-radius:50%; border:1px solid rgba(255,90,0,.38); pointer-events:none; }
.orbit-a { width:92%; aspect-ratio:1.85; transform:rotate(-11deg); box-shadow:0 0 26px rgba(255,90,0,.12); }
.orbit-b { width:108%; aspect-ratio:2.2; transform:rotate(18deg); border-style:dashed; opacity:.6; }
.emblem-glow { position:absolute; width:68%; aspect-ratio:1; border-radius:50%; background:radial-gradient(circle,rgba(255,90,0,.34),rgba(255,90,0,.08) 42%,transparent 70%); filter:blur(32px); z-index:-1; }
@keyframes emblemFloat { 0%,100%{transform:translateY(0) rotateX(9deg) rotateY(-11deg) rotateZ(-2deg)} 50%{transform:translateY(-10px) rotateX(7deg) rotateY(-7deg) rotateZ(1deg)} }

.hero-quickbar { position:absolute; z-index:5; left:50%; bottom:26px; transform:translateX(-50%); min-height:66px; display:grid; grid-template-columns:1.7fr .55fr auto; align-items:center; border-top:1px solid rgba(255,255,255,.11); border-bottom:1px solid rgba(255,255,255,.07); background:linear-gradient(90deg,rgba(5,5,5,.72),rgba(12,12,12,.46),rgba(5,5,5,.72)); backdrop-filter:blur(10px); }
.hero-quickbar > * { padding:13px 22px; }
.hero-quickbar > * + * { border-left:1px solid rgba(255,255,255,.08); }
.hero-quickbar span { display:block; color:#6f6f6f; font-size:9px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; margin-bottom:5px; }
.hero-quickbar strong { font-size:11px; color:#ddd; }
.hero-quickbar a { justify-self:end; color:var(--orange); font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.07em; }
.hero-quickbar a span { display:inline; margin:0 0 0 8px; color:inherit; font-size:14px; }

/* compact premium rhythm closer to the visual direction */
.section { padding:clamp(78px,8vw,118px) 0; }
.services-grid { gap:12px; }
.service-card { min-height:225px; }
.store-visual { margin-top:62px; }
.cta-section { background:linear-gradient(115deg,#491706 0%,#9c3008 43%,#ff5a00 100%); color:var(--white); }
.cta-inner .kicker { color:var(--amber); }
.cta-inner h2 span { color:var(--orange); opacity:1; }
.cta-inner .btn-dark { background:#080808; color:white; border:1px solid rgba(255,154,0,.5); }

@media (max-width:980px) {
  .hero-premium { min-height:auto; padding-top:116px; padding-bottom:118px; }
  .hero-shell { grid-template-columns:1fr; }
  .hero-copyblock { position:relative; z-index:3; }
  .hero-emblem { min-height:430px; margin-top:-40px; opacity:.82; }
  .emblem-disc { width:min(66vw,390px); }
  .hero-quickbar { position:absolute; bottom:18px; grid-template-columns:1fr auto; }
  .hero-quickbar > div:first-child { grid-column:1/-1; border-bottom:1px solid rgba(255,255,255,.07); }
  .hero-quickbar > * + * { border-left:0; }
}
@media (max-width:620px) {
  .hero-premium { padding-top:104px; padding-bottom:130px; }
  .hero-premium h1 { font-size:clamp(72px,24vw,102px); white-space:normal; }
  .hero-subtitle { margin-top:24px; font-size:24px; }
  .hero-emblem { min-height:330px; margin-top:-18px; }
  .emblem-disc { width:min(76vw,300px); padding:8px; }
  .emblem-disc::before { inset:-13px; }
  .orbit-a { width:102%; }
  .orbit-b { width:120%; }
  .hero-status-card { align-items:flex-start; flex-wrap:wrap; }
  .hero-status-card strong { width:100%; padding-left:18px; }
  .hero-quickbar { width:calc(100% - 28px); grid-template-columns:1fr auto; }
  .hero-quickbar > div:first-child { display:none; }
  .hero-quickbar > * { padding:12px 12px; }
}
@media (prefers-reduced-motion:reduce) { .emblem-disc { animation:none; } }

/* Photo réelle du magasin — équilibre premium / commerce de quartier */
.store-visual { min-height: clamp(440px, 62vw, 720px); height: auto; isolation: isolate; background:#090909; }
.store-photo { display:block; width:100%; height:clamp(440px, 62vw, 720px); object-fit:cover; object-position:center 46%; transform:scale(1.002); transition:transform 1.2s cubic-bezier(.2,.7,.2,1), filter .5s ease; filter:saturate(.92) contrast(1.04) brightness(.78); }
.store-visual:hover .store-photo { transform:scale(1.018); filter:saturate(1) contrast(1.04) brightness(.82); }
.store-photo-shade { position:absolute; inset:0; z-index:1; pointer-events:none; background:linear-gradient(90deg,rgba(5,5,5,.88) 0%,rgba(5,5,5,.48) 38%,rgba(5,5,5,.08) 70%),linear-gradient(0deg,rgba(5,5,5,.72) 0%,transparent 45%); }
.store-photo-caption { position:absolute; z-index:2; left:clamp(24px,5vw,70px); bottom:clamp(28px,6vw,72px); max-width:650px; margin:0; }
.store-photo-caption strong { display:block; margin-top:18px; font:clamp(42px,6.2vw,88px)/.88 Anton,sans-serif; letter-spacing:-.025em; text-shadow:0 8px 32px rgba(0,0,0,.55); }
.store-photo-caption em { color:var(--orange); font-style:normal; }
.store-photo-address { display:block; margin-top:22px; color:rgba(255,255,255,.82); font-size:clamp(12px,1.3vw,15px); font-weight:650; }
@media (max-width:700px){
  .store-visual { min-height:540px; border-radius:14px; }
  .store-photo { height:540px; object-position:57% center; }
  .store-photo-shade { background:linear-gradient(0deg,rgba(5,5,5,.92) 0%,rgba(5,5,5,.28) 68%,rgba(5,5,5,.08) 100%); }
  .store-photo-caption { left:22px; right:22px; bottom:26px; }
  .store-photo-caption strong { font-size:clamp(38px,12vw,60px); }
}
@media (prefers-reduced-motion:reduce){ .store-photo,.store-visual:hover .store-photo{transition:none;transform:none;} }

/* Mobile logo correction — preserve the official circular mark without the JPEG white surround */
.brand-logo {
  inline-size: 48px;
  block-size: 48px;
  min-inline-size: 48px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 0 48px;
  clip-path: circle(46% at 50% 50%);
  border-radius: 0;
  background: transparent;
}
.emblem-disc {
  overflow: hidden;
}
.emblem-disc img {
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  clip-path: circle(46% at 50% 50%);
  transform: scale(1.08);
  transform-origin: center;
}
@media (max-width: 720px) {
  .site-header {
    min-width: 0;
  }
  .brand {
    min-width: 0;
    flex-shrink: 0;
  }
  .brand-logo {
    inline-size: 42px;
    block-size: 42px;
    min-inline-size: 42px;
    flex-basis: 42px;
  }
  .menu-toggle {
    flex: 0 0 44px;
  }
  .emblem-disc img {
    transform: scale(1.1);
  }
}
@media (max-width: 380px) {
  .site-header { padding-inline: 12px; }
  .brand-logo {
    inline-size: 38px;
    block-size: 38px;
    min-inline-size: 38px;
    flex-basis: 38px;
  }
}
