:root{
  --blue:#0143BE;--blue2:#0A57D8;--lime:#9AD102;--cyan:#31C3D0;--orange:#FC6303;--yellow:#F9C802;--ink:#0D0E0E;
  --soft:#F4FAFF;--line:#D8E8F7;--muted:#2E5A91;--shadow:0 18px 55px rgba(1,67,190,.12);--radius:28px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:#07387e;font-family:'Archivo Narrow',Arial,sans-serif;font-size:18px;overflow-x:hidden}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}button,input{font:inherit}.reveal{opacity:0;transform:translateY(12px);transition:.45s ease}.reveal.visible{opacity:1;transform:none}
.site-header{height:96px;display:grid;grid-template-columns:280px 1fr auto;align-items:center;gap:24px;padding:0 clamp(24px,5vw,84px);position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid #e8f0f7;backdrop-filter:blur(12px)}
.brand{display:flex;align-items:center}.brand img{width:235px;height:72px;object-fit:contain;object-position:left center}.main-nav{display:flex;justify-content:center;align-items:center;gap:clamp(13px,1.5vw,27px);font-weight:700;font-size:16px;color:#003b91}.main-nav a{position:relative;padding:12px 0}.main-nav a:after{content:"";position:absolute;left:20%;right:20%;bottom:3px;height:3px;border-radius:3px;background:transparent}.main-nav a:hover:after,.main-nav a.active:after{background:var(--lime)}.header-actions{display:flex;gap:12px;align-items:center}.lang-toggle{border:1px solid #d7e5f3;background:#fff;border-radius:999px;color:var(--blue);padding:9px 12px;font-weight:800;cursor:pointer}.header-cta,.btn.primary{background:linear-gradient(135deg,#B7EE00,var(--lime));color:#073B8E;font-weight:900;border-radius:999px;box-shadow:0 12px 25px rgba(154,209,2,.24)}.header-cta{padding:15px 24px;white-space:nowrap}.nav-toggle{display:none;border:0;background:transparent;color:var(--blue);font-size:30px;line-height:1;cursor:pointer}.section-shell{max-width:1440px;margin:auto;padding:86px clamp(24px,6vw,92px)}.eyebrow{letter-spacing:.25em;font-size:14px;font-weight:800;color:var(--blue)}h1,h2,h3{margin:0;color:var(--blue)}h1,h2{font-family:'Barlow Condensed',Impact,sans-serif}h2{font-size:clamp(46px,5vw,76px);line-height:.92;font-weight:900}h2 em{font-style:italic;color:var(--blue)}p{line-height:1.45}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:999px;font-weight:900}.btn.secondary{border:2px solid var(--blue);background:#fff;color:var(--blue)}.centered{text-align:center;max-width:930px;margin:0 auto 42px}.section-heading p{font-size:20px;color:var(--muted)}
/* Hero */
.hero{position:relative;background:linear-gradient(180deg,#F7FCFF 0,#fff 78%);overflow:hidden}.hero-inner{max-width:1660px;margin:auto;display:grid;grid-template-columns:minmax(0,44%) minmax(0,56%);align-items:stretch;min-height:650px}.hero-copy{padding:82px 36px 50px clamp(40px,6vw,105px);display:flex;flex-direction:column;justify-content:center;z-index:3}.hero-copy h1{font-size:clamp(82px,7.2vw,128px);line-height:.78;letter-spacing:-.03em;margin:25px 0 24px}.hero-copy h1 em{font-style:normal;color:var(--lime)}.hero-copy>p{max-width:590px;margin:0 0 28px;font-size:23px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px;max-width:600px}.hero-chips span{background:#EBF7FF;border:1px solid #D3E9F8;color:#06438E;border-radius:999px;padding:9px 14px;font-weight:800;font-size:15px}.hero-visual{min-width:0;position:relative;overflow:hidden;align-self:stretch}.hero-visual img{width:100%;height:100%;min-height:650px;object-fit:cover;object-position:center}.hero-visual:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,.55) 6%,rgba(255,255,255,.08) 17%,transparent 30%);pointer-events:none}.hero-palm{position:absolute;z-index:5;width:126px;pointer-events:none;opacity:.66}.hero-palm-left{left:-40px;top:100px}.hero-palm-right{right:-38px;top:100px;transform:scaleX(-1)}.hero-benefits{max-width:1660px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid #E2EDF7;border-bottom:1px solid #E2EDF7}.hero-benefits div{display:flex;align-items:center;gap:14px;padding:22px clamp(18px,2.6vw,38px);border-right:1px solid var(--line)}.hero-benefits div:last-child{border-right:0}.hero-benefits span{font-size:32px;color:#7FBC00}.hero-benefits p{margin:0;font-weight:700;font-size:17px}
/* Menu preview */
.menu-preview{background:radial-gradient(circle at 8% 14%,rgba(154,209,2,.10),transparent 22%),radial-gradient(circle at 92% 80%,rgba(49,195,208,.10),transparent 22%)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{min-height:190px;border-radius:24px;padding:25px;box-shadow:var(--shadow);color:#fff;position:relative;overflow:hidden;transition:.2s transform}.category-card:hover{transform:translateY(-4px)}.category-symbol{display:block;font-size:35px;margin-bottom:22px}.category-card h3{font:900 34px/1 'Barlow Condensed',sans-serif;color:inherit}.category-card p{margin:12px 0 0;font-weight:700}.c-blue{background:linear-gradient(145deg,#0143BE,#1675FF)}.c-lime{background:linear-gradient(145deg,#9AD102,#B8EF00);color:#003B91}.c-cyan{background:linear-gradient(145deg,#31C3D0,#7BE0E8);color:#003B91}.c-orange{background:linear-gradient(145deg,#FC6303,#FF9A34)}
/* Story */
.story{display:grid;grid-template-columns:1fr 1.05fr;gap:70px;align-items:center;background:#EFF9FF}.story-brand-panel{min-height:510px;border-radius:34px;position:relative;overflow:hidden;box-shadow:var(--shadow);background:#fff}.story-brand-panel img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.story-copy h2{margin:16px 0 25px}.story-copy p{font-size:20px}.value-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:23px}.value-pills span{padding:10px 16px;border:1px solid #CFE4F7;border-radius:999px;background:#fff;font-weight:700}
/* Gallery & special */
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-grid figure{margin:0;border-radius:22px;overflow:hidden;box-shadow:var(--shadow);height:300px}.gallery-grid img{width:100%;height:100%;object-fit:cover}.specials-showcase{display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:34px;background:linear-gradient(135deg,#0143BE,#0B66EF);border-radius:36px;color:#fff;margin:40px auto 90px}.specials-showcase h2,.specials-showcase .eyebrow{color:#fff}.specials-showcase p{font-size:20px}.specials-image{width:100%;border-radius:26px;box-shadow:0 22px 55px rgba(0,0,0,.22)}
/* Location / FAQ / contact */
.location{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.location-copy h2{margin:14px 0 20px}.location-copy p{font-size:20px}.location-card{min-height:390px;border-radius:30px;background:linear-gradient(145deg,#0143BE,#075EE0);padding:56px;color:#fff;position:relative;box-shadow:var(--shadow);overflow:hidden}.location-card:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:var(--yellow);right:-110px;top:-120px}.location-card h3{font:900 56px/1 'Barlow Condensed';color:#fff;position:relative;z-index:2}.location-card p,.map-mark{position:relative;z-index:2}.map-mark{font-size:66px;color:var(--lime)}.scribble{position:absolute;right:40px;bottom:38px;font:700 30px/1.05 'Kalam',cursive;color:var(--yellow);transform:rotate(-5deg);z-index:2}.faq-list{max-width:980px;margin:auto}.faq-list details{border-bottom:1px solid #DBE9F5;padding:18px 0}.faq-list summary{cursor:pointer;font-weight:800;font-size:21px}.contact{padding-top:40px}.contact-card{display:grid;grid-template-columns:300px 1fr;gap:40px;align-items:center;background:#F5FBFF;border:1px solid #D9EBF8;border-radius:32px;padding:44px}.contact-card>img{width:280px}.contact-card h2{font-size:56px;margin:10px 0}.social-links{display:flex;gap:10px;flex-wrap:wrap}.social-links a{padding:10px 15px;border-radius:999px;background:#fff;border:1px solid #D7E8F5;font-weight:800}footer{max-width:1660px;margin:auto;padding:32px clamp(24px,5vw,80px);display:grid;grid-template-columns:235px 1fr auto;align-items:center;border-top:1px solid #E2EDF6;gap:30px}footer img{width:215px}footer p{font-size:15px}footer div{display:flex;gap:20px;font-weight:700}.mobile-dock{display:none}
/* Intermediate / portrait desktop */
@media(max-width:1180px){.site-header{grid-template-columns:auto 1fr auto;padding:0 24px}.main-nav{display:none;position:absolute;top:84px;left:18px;right:18px;background:#fff;border:1px solid #E3EDF6;border-radius:22px;box-shadow:var(--shadow);padding:18px;flex-direction:column;align-items:stretch;gap:2px}.main-nav.open{display:flex}.main-nav a{padding:10px 12px}.nav-toggle{display:block;grid-column:3;grid-row:1}.brand{grid-column:1;grid-row:1}.header-actions{grid-column:2;grid-row:1;justify-self:end;margin-right:50px}.hero-inner{grid-template-columns:minmax(0,46%) minmax(0,54%);min-height:590px}.hero-copy{padding:62px 28px 42px clamp(34px,4vw,56px)}.hero-copy h1{font-size:clamp(66px,8.5vw,96px)}.hero-copy>p{font-size:20px}.hero-visual img{min-height:590px}.hero-palm{width:98px;top:88px}.hero-benefits{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.story,.location,.specials-showcase{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}}
/* Mobile */
@media(max-width:820px){body{font-size:16px;padding-bottom:70px}.site-header{height:78px;grid-template-columns:54px 1fr 54px;padding:0 12px}.nav-toggle{display:block;grid-column:1;grid-row:1;justify-self:start}.brand{grid-column:2;grid-row:1;justify-self:center}.brand img{width:190px;height:62px;object-position:center}.header-actions{grid-column:3;grid-row:1;margin:0}.header-cta,.lang-toggle{display:none}.main-nav{top:78px;left:12px;right:12px}.hero{padding-top:0}.hero-inner{display:flex;flex-direction:column;min-height:0}.hero-copy{order:1;padding:34px 22px 24px;text-align:center;align-items:center}.hero-copy .eyebrow{font-size:11px;letter-spacing:.19em}.hero-copy h1{font-size:clamp(60px,18vw,82px);line-height:.8;margin:20px 0 22px}.hero-copy>p{font-size:18px;max-width:540px}.hero-actions{justify-content:center}.hero-chips{justify-content:center;margin-top:22px}.hero-chips span{font-size:13px;padding:8px 11px}.hero-visual{order:2;width:100%;aspect-ratio:1.16/1;min-height:0}.hero-visual img{height:100%;min-height:0;object-position:center}.hero-visual:before{display:none}.hero-palm{width:72px;top:2px;opacity:.42}.hero-palm-left{left:-28px}.hero-palm-right{right:-28px}.hero-benefits{order:3;grid-template-columns:repeat(2,1fr)}.hero-benefits div{min-height:84px;padding:16px 14px;gap:9px}.hero-benefits span{font-size:25px}.hero-benefits p{font-size:14px}.section-shell{padding:62px 20px}.centered{margin-bottom:28px}.section-heading p{font-size:17px}.category-grid{grid-template-columns:repeat(2,1fr);gap:11px}.category-card{min-height:155px;border-radius:20px;padding:19px}.category-symbol{font-size:27px;margin-bottom:15px}.category-card h3{font-size:26px}.category-card p{font-size:14px}.story{gap:34px}.story-brand-panel{min-height:330px;border-radius:26px}.story-brand-panel img{width:100%;height:100%}.story-copy p{font-size:18px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gallery-grid figure{height:180px;border-radius:18px}.specials-showcase{margin:20px 14px 60px;padding:32px 20px!important;border-radius:28px}.specials-image{border-radius:20px}.location-card{min-height:310px;padding:35px 28px}.location-card h3{font-size:43px}.scribble{font-size:24px;right:24px}.contact-card{grid-template-columns:1fr;text-align:center;padding:30px 20px}.contact-card>img{width:220px;margin:auto}.contact-card h2{font-size:44px}.social-links{justify-content:center}footer{grid-template-columns:1fr;text-align:center;padding-bottom:90px}footer img{margin:auto}.mobile-dock{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;z-index:120;background:rgba(255,255,255,.96);border-top:1px solid #DDEAF5;backdrop-filter:blur(12px);padding-bottom:env(safe-area-inset-bottom)}.mobile-dock a{min-height:64px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--blue);font-size:21px}.mobile-dock span{font-size:12px;font-weight:800;margin-top:2px}}
@media(max-width:420px){.hero-copy{padding-left:16px;padding-right:16px}.hero-copy h1{font-size:64px}.hero-actions{width:100%}.hero-actions .btn{flex:1;min-width:0;padding:12px 10px;font-size:14px}.hero-chips{gap:6px}.category-grid{gap:8px}.category-card{padding:16px;min-height:145px}.category-card h3{font-size:23px}.section-shell{padding-left:15px;padding-right:15px}}

/* Location photo update */
.location-card.location-photo{padding:0;background:none;min-height:390px;}
.location-card.location-photo:after{display:none;}
.location-card.location-photo img{width:100%;height:100%;min-height:390px;display:block;object-fit:cover;object-position:70% center;border-radius:30px;}
@media(max-width:820px){.location-card.location-photo{min-height:300px}.location-card.location-photo img{min-height:300px;object-position:72% center;border-radius:26px}}

/* Mobile nav: remove active underline inside dropdown only */
@media(max-width:1180px){.main-nav a:after{display:none!important}}

/* v5: subtle neon atmosphere inspired by the Frecura local */
.hero-copy h1 em{ text-shadow:0 0 8px rgba(154,209,2,.36),0 0 24px rgba(154,209,2,.16); }
.btn.primary,.header-cta{box-shadow:0 10px 25px rgba(154,209,2,.24),0 0 16px rgba(154,209,2,.20)}
.category-card:hover{box-shadow:0 18px 46px rgba(1,67,190,.16),0 0 26px rgba(49,195,208,.14)}
.specials-showcase{box-shadow:0 20px 70px rgba(1,67,190,.18),0 0 28px rgba(49,195,208,.12)}
.social-links a:hover{box-shadow:0 0 12px rgba(49,195,208,.18),0 0 22px rgba(154,209,2,.10)}
