/* =====================================================================
   Pilates Academy Arjan — design system
   Brand kit: teal #009999 · gold #DDBF70 · grey #4D4D4D · MarselisPro
   Contrast rules: body text = grey; teal only large/decorative or as the
   accessible ink shade #006D6D for interactive text; gold decorative only.
   ===================================================================== */

/* ---- Fonts (self-hosted WOFF2, subset Latin, swap) ---- */
@font-face{font-family:"MarselisPro";src:url("../fonts/MarselisPro-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"MarselisPro";src:url("../fonts/MarselisPro-Light.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"MarselisPro";src:url("../fonts/MarselisPro-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"MarselisPro";src:url("../fonts/MarselisPro-Black.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap}

/* ---- Tokens ---- */
:root{
  --brand:#009999;          /* large fills / big headings / decorative */
  --brand-ink:#006D6D;      /* accessible teal for buttons + small text (>=4.5:1 on white) */
  --brand-ink-2:#00807F;
  --gold:#DDBF70;           /* decorative only — never text on light */
  --ink:#4D4D4D;            /* body text (8.3:1) */
  --ink-strong:#262626;     /* headings */
  --white:#ffffff;
  --bg:#ffffff;
  --bg-soft:#F7F5F1;        /* warm off-white */
  --bg-teal:#004f4f;        /* deep teal panel */
  --line:#E7E3DC;
  --font:"MarselisPro","Jost","Questrial",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --maxw:1160px;
  --gutter:clamp(1rem,4vw,2.5rem);
  --radius:14px;
  --radius-sm:10px;
  --shadow:0 6px 24px rgba(0,0,0,.08);
  --shadow-lg:0 18px 50px rgba(0,0,0,.12);
  --step--1:clamp(.83rem,.8rem + .15vw,.9rem);
  --step-0:clamp(1rem,.96rem + .2vw,1.075rem);
  --step-1:clamp(1.2rem,1.1rem + .5vw,1.4rem);
  --step-2:clamp(1.5rem,1.3rem + 1vw,2rem);
  --step-3:clamp(2rem,1.6rem + 2vw,3rem);
  --step-4:clamp(2.6rem,1.9rem + 3.4vw,4.4rem);
}

/* ---- Reset / base ---- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
body{margin:0;font-family:var(--font);font-weight:400;font-size:var(--step-0);line-height:1.65;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
h1,h2,h3,h4{font-weight:900;line-height:1.12;color:var(--ink-strong);margin:0 0 .5em;letter-spacing:-.01em}
h1{font-size:var(--step-4)}h2{font-size:var(--step-3)}h3{font-size:var(--step-2)}h4{font-size:var(--step-1);font-weight:700}
p{margin:0 0 1rem}
a{color:var(--brand-ink);text-underline-offset:3px}
a:hover{color:var(--brand-ink-2)}
img,svg{max-width:100%;height:auto;display:block}
ul{margin:0 0 1rem;padding-left:1.2rem}
:focus-visible{outline:3px solid var(--brand-ink);outline-offset:3px;border-radius:6px}
.skip{position:absolute;left:-9999px;top:0;background:var(--brand-ink);color:#fff;padding:.7rem 1rem;z-index:200;border-radius:0 0 8px 0}
.skip:focus{left:0}
.container{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}
.eyebrow{font-weight:700;color:var(--brand-ink);text-transform:uppercase;letter-spacing:.14em;font-size:var(--step--1);margin:0 0 .6rem}
.muted{color:#6b6b6b}
.center{text-align:center}
.rule-gold{width:64px;height:4px;background:var(--gold);border:0;border-radius:4px;margin:1.2rem 0}
.center .rule-gold{margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* ---- Buttons ---- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:700;font-size:1.05rem;line-height:1;padding:.95rem 1.5rem;border-radius:999px;border:2px solid transparent;cursor:pointer;text-decoration:none;min-height:48px;transition:transform .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}
.btn:hover{transform:translateY(-1px)}
.btn svg{width:20px;height:20px;flex:none}
.btn-lg svg{width:22px;height:22px}
.btn-primary{background:var(--brand-ink);color:#fff}
.btn-primary:hover{background:var(--brand-ink-2);color:#fff;box-shadow:var(--shadow)}
.btn-ghost{background:transparent;color:var(--brand-ink);border-color:var(--brand-ink)}
.btn-ghost:hover{background:var(--brand-ink);color:#fff}
.btn-wa{background:#0e7264;color:#fff}
.btn-wa:hover{background:#0b5c51;color:#fff}
.btn-ig{background:linear-gradient(45deg,#8a3010,#a4185c 45%,#6d1f8f);color:#fff;border:0}
.btn-ig:hover{color:#fff;filter:brightness(1.08);box-shadow:var(--shadow)}
.btn-fb{background:#0f63d6;color:#fff;border:0}
.btn-fb:hover{background:#0c53b4;color:#fff}
.ig-feed{margin-top:1.6rem}
.social-feed{display:flex;justify-content:center;gap:1.2rem;flex-wrap:wrap}
.fb-feed{width:100%;max-width:500px;height:640px;border:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#fff}
.fb-facade{position:relative;width:100%;max-width:500px;aspect-ratio:5/4;border-radius:var(--radius);overflow:hidden;cursor:pointer;box-shadow:var(--shadow)}
.fb-facade img{width:100%;height:100%;object-fit:cover;display:block}
.fb-facade::after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(0,42,42,.3),rgba(0,42,42,.78));transition:background .25s ease}
.fb-facade:hover::after,.fb-facade:focus-visible::after{background:linear-gradient(rgba(0,42,42,.45),rgba(0,42,42,.85))}
.fb-facade-cta{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#fff;padding:1.5rem;text-align:center}
.fb-facade-cta svg{width:44px;height:44px;fill:#fff}
.fb-facade-cta span{font-weight:800;font-size:1.25rem}
.fb-facade-cta small{opacity:.92;font-size:.92rem;max-width:22ch}
.ig-card{position:relative;width:100%;max-width:500px;aspect-ratio:5/4;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:block;text-decoration:none}
.ig-card img{width:100%;height:100%;object-fit:cover;display:block}
.ig-card::after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(74,30,90,.4),rgba(188,24,136,.82));transition:background .25s ease}
.ig-card:hover::after,.ig-card:focus-visible::after{background:linear-gradient(rgba(74,30,90,.55),rgba(188,24,136,.9))}
.btn-lg{font-size:1.15rem;padding:1.1rem 1.9rem}
.btn-block{width:100%}

/* ---- Header ---- */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:saturate(1.1) blur(8px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;gap:1rem;min-height:68px}
.brand{display:flex;align-items:center;margin-right:auto;text-decoration:none}
.brand img{height:44px;width:auto}
.nav-links{display:flex;align-items:center;gap:1.4rem;list-style:none;margin:0;padding:0}
.nav-links a{color:var(--ink-strong);text-decoration:none;font-weight:700;font-size:.98rem}
.nav-links a:hover{color:var(--brand-ink)}
.nav-cta{display:flex;gap:.6rem;align-items:center}
.nav-toggle{display:none;background:none;border:2px solid var(--line);border-radius:10px;width:46px;height:46px;align-items:center;justify-content:center;cursor:pointer}
.nav-toggle svg{width:22px;height:22px;stroke:var(--ink-strong)}
@media (max-width:900px){
  .nav-links,.nav-cta .btn-ghost{display:none}
  .nav-toggle{display:inline-flex}
  .nav[data-open="true"] .nav-links{display:flex;position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:stretch;background:#fff;border-bottom:1px solid var(--line);padding:1rem var(--gutter);gap:.4rem;box-shadow:var(--shadow)}
  .nav[data-open="true"] .nav-links a{padding:.7rem 0;border-bottom:1px solid var(--line)}
}

/* ---- Sections ---- */
section{padding:clamp(3rem,6vw,5.5rem) 0}
.section-soft{background:var(--bg-soft)}
.section-teal{background:var(--bg-teal);color:#eafafa}
.section-teal h2,.section-teal h3{color:#fff}
.section-teal .eyebrow{color:var(--gold)}
.lead{font-size:var(--step-1);color:var(--ink);max-width:60ch}
.section-teal .lead{color:#d9f2f2}

/* ---- Hero ---- */
.hero{position:relative;padding:clamp(3rem,7vw,6rem) 0;background:radial-gradient(1200px 500px at 15% -10%,#e6f6f6 0,transparent 60%),radial-gradient(900px 500px at 110% 10%,#faf3e0 0,transparent 55%),var(--bg)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:center}
.hero h1{margin-bottom:.4em}
.hero .lead{margin-bottom:1.5rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.1rem}
.hero-trust{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;color:#5a5a5a;font-size:.95rem}
.stars{color:#caa33a;letter-spacing:2px;font-size:1.1rem}
.hero-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden}
.hero-media{aspect-ratio:4/5;background:linear-gradient(160deg,#00a0a0,#004f4f);display:flex;align-items:flex-end;position:relative}
.hero-media .crown{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.9}
.hero-media .crown img{width:44%}
.hero-media figcaption{position:relative;color:#eafafa;padding:1.1rem 1.2rem;font-size:.9rem;background:linear-gradient(transparent,rgba(0,0,0,.35))}
@media (max-width:820px){.hero-grid{grid-template-columns:1fr}.hero-card{order:-1;max-width:440px;margin-inline:auto}}

/* ---- Grid helpers ---- */
.grid{display:grid;gap:1.4rem}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
@media (max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}

/* ---- Cards ---- */
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}
.card h3{font-size:var(--step-1)}
.card .ico{width:44px;height:44px;color:var(--brand-ink);margin-bottom:.6rem}
.card .ico svg{width:44px;height:44px;stroke:var(--brand-ink)}
.offer{display:flex;flex-direction:column;border-top:5px solid var(--brand)}
.offer.hero-offer{border-top-color:var(--gold);position:relative}
.offer .tag{position:absolute;top:-13px;left:1.5rem;background:var(--gold);color:#3a2f10;font-weight:800;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;padding:.28rem .7rem;border-radius:999px}
.offer .price{font-size:var(--step-2);font-weight:900;color:var(--ink-strong);margin:.2rem 0}
.offer .price small{display:block;font-size:.8rem;font-weight:600;color:#7a7a7a}
.offer ul{list-style:none;padding:0;margin:.6rem 0 1.2rem}
.offer li{padding:.35rem 0 .35rem 1.6rem;position:relative}
.offer li::before{content:"";position:absolute;left:0;top:.7rem;width:10px;height:10px;border-radius:50%;background:var(--brand)}
.offer .btn{margin-top:auto}
.apparatus{display:flex;gap:1rem;align-items:flex-start}
.apparatus .ico{flex:none}

/* ---- Reviews ---- */
.review{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem}
.review .stars{font-size:1rem;margin-bottom:.5rem}
.review p{font-style:italic;color:#3f3f3f}
.review .who{font-weight:700;color:var(--ink-strong);font-style:normal;margin-top:.6rem}

/* ---- Feature media placeholder ---- */
.ph{background:repeating-linear-gradient(135deg,#f0ece4,#f0ece4 12px,#ece7dd 12px,#ece7dd 24px);border:1px dashed #cdbf9e;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:#8a7a52;font-weight:700;text-align:center;padding:1rem;min-height:220px}
.media-4x3{aspect-ratio:4/3}

/* ---- FAQ ---- */
.faq{max-width:820px;margin-inline:auto}
.faq details{border:1px solid var(--line);border-radius:var(--radius-sm);margin-bottom:.7rem;background:#fff;overflow:hidden}
.faq summary{cursor:pointer;padding:1.05rem 1.2rem;font-weight:700;color:var(--ink-strong);list-style:none;display:flex;justify-content:space-between;gap:1rem;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--brand-ink);font-weight:900;font-size:1.4rem;line-height:1}
.faq details[open] summary::after{content:"–"}
.faq .a{padding:0 1.2rem 1.1rem}

/* ---- Forms ---- */
.form{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;box-shadow:var(--shadow)}
.field{margin-bottom:1rem}
.field label{display:block;font-weight:700;color:var(--ink-strong);margin-bottom:.35rem}
.field input,.field select,.field textarea{width:100%;font:inherit;color:var(--ink-strong);padding:.8rem .9rem;border:1.5px solid #cfcabf;border-radius:10px;background:#fff}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand-ink);outline:2px solid var(--brand-ink);outline-offset:1px}
.consent{display:flex;gap:.6rem;align-items:flex-start;font-size:.92rem;color:#5a5a5a}
.consent input{margin-top:.25rem}
.field:has([required]) label::after{content:" *";color:#b23b3b;font-weight:700}
.form-status.success{background:#e7f5ef;border-color:#b7e0cf;color:#1c6b4a}

/* ---- Map facade ---- */
.map-facade{position:relative;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:linear-gradient(160deg,#00a0a0,#004f4f);display:flex;align-items:center;justify-content:center}
.map-facade button{background:#fff;color:var(--brand-ink);border:0;font-weight:700;padding:.9rem 1.3rem;border-radius:999px;cursor:pointer;box-shadow:var(--shadow)}
.map-facade iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* ---- Location info ---- */
.info-list{list-style:none;padding:0;margin:0}
.info-list li{display:flex;gap:.7rem;padding:.6rem 0;border-bottom:1px solid var(--line)}
.info-list svg{width:22px;height:22px;stroke:var(--brand-ink);flex:none;margin-top:2px}

/* ---- Footer ---- */
.site-footer{background:#141414;color:#cfcfcf;padding:3rem 0 6.5rem}
.site-footer a{color:#e7e7e7;text-decoration:none}
.site-footer a:hover{color:#fff;text-decoration:underline}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem}
.footer-grid h4{color:#fff;font-size:1rem}
.footer-grid ul{list-style:none;padding:0;margin:0}
.footer-grid li{margin:.35rem 0}
.footer-brand img{height:46px;margin-bottom:.8rem;filter:brightness(0) invert(1)}
.disclaimer{border-top:1px solid #2c2c2c;margin-top:2rem;padding-top:1.4rem;font-size:.85rem;color:#9a9a9a;line-height:1.6}
@media (max-width:760px){.footer-grid{grid-template-columns:1fr;gap:1.4rem}}

/* ---- Sticky mobile CTA ---- */
.mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:120;display:none;grid-template-columns:1fr 1fr 1.3fr;gap:.4rem;padding:.5rem;background:rgba(255,255,255,.97);border-top:1px solid var(--line);backdrop-filter:blur(6px)}
.mobile-cta a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:52px;border-radius:12px;text-decoration:none;font-weight:700;font-size:.82rem}
.mobile-cta svg{width:20px;height:20px}
.mobile-cta .m-call{background:#eef6f6;color:var(--brand-ink)}
.mobile-cta .m-wa{background:#e7f4f1;color:#0e7264}
.mobile-cta .m-book{background:var(--brand-ink);color:#fff}
.mobile-cta .m-book svg{stroke:#fff}
.mobile-cta .m-call svg{stroke:var(--brand-ink)}
.mobile-cta .m-wa svg{stroke:#0e7264}
@media (max-width:900px){.mobile-cta{display:grid}body{padding-bottom:66px}}

/* ---- Immersive photo hero ---- */
.hero-shot{position:relative;min-height:clamp(540px,82vh,780px);display:flex;align-items:flex-end;color:#fff;overflow:hidden;isolation:isolate}
.hero-shot>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 56%;z-index:-2}
.hero-shot::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(95deg,rgba(0,40,40,.88),rgba(0,40,40,.55) 46%,rgba(0,40,40,.22) 80%),linear-gradient(0deg,rgba(0,20,20,.82),rgba(0,20,20,.25) 52%,transparent 78%)}
.hero-shot .inner{padding-block:clamp(2.4rem,7vw,4.6rem)}
.hero-shot h1{color:#fff;max-width:17ch;text-shadow:0 2px 22px rgba(0,0,0,.28)}
.hero-shot .lead{color:#eefafa;max-width:52ch}
.hero-shot .hero-trust{color:#dff3f3}
.hero-shot .stars{color:#f1d488}
.scarcity{display:inline-flex;gap:.55rem;align-items:center;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.4);color:#fff;padding:.45rem .85rem;border-radius:999px;font-weight:700;font-size:.9rem;margin-bottom:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.scarcity .dot{width:9px;height:9px;border-radius:50%;background:#7fe0a0;box-shadow:0 0 0 4px rgba(127,224,160,.25)}

/* ---- Gallery ---- */
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.gallery figure{margin:0;border-radius:var(--radius);overflow:hidden;position:relative;aspect-ratio:4/5;box-shadow:var(--shadow)}
.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.gallery figure:hover img{transform:scale(1.06)}
.gallery figcaption{position:absolute;left:0;right:0;bottom:0;padding:1.4rem .9rem .8rem;color:#fff;font-weight:700;font-size:.9rem;background:linear-gradient(transparent,rgba(0,0,0,.55))}
@media(max-width:900px){.gallery{grid-template-columns:repeat(2,1fr)}}

/* ---- Masonry gallery (varied heights) ---- */
.gallery-m{column-count:4;column-gap:1rem}
@media(max-width:1100px){.gallery-m{column-count:3}}
@media(max-width:800px){.gallery-m{column-count:2;column-gap:.7rem}}
@media(max-width:360px){.gallery-m{column-count:1}}
.gallery-m figure{break-inside:avoid;-webkit-column-break-inside:avoid;margin:0 0 1rem;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);position:relative}
.gallery-m img{width:100%;height:auto;display:block;transition:transform .6s ease}
.gallery-m figure:hover img{transform:scale(1.05)}
.gallery-m figcaption{position:absolute;left:0;right:0;bottom:0;padding:1.6rem .9rem .8rem;color:#fff;font-weight:700;font-size:.9rem;background:linear-gradient(transparent,rgba(0,0,0,.6));opacity:0;transition:opacity .3s ease}
.gallery-m figure:hover figcaption,.gallery-m figure:focus-within figcaption{opacity:1}

/* ---- Contact CTA grid ---- */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3rem);align-items:start}
@media(max-width:820px){.contact-grid{grid-template-columns:1fr}}

/* ---- Image cards ---- */
.imgcard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}
.imgcard>img{width:100%;aspect-ratio:4/5;object-fit:cover}
.imgcard .body{padding:1.1rem 1.2rem}
.imgcard h3{font-size:var(--step-1)}

/* ---- Membership FOMO band ---- */
.fomo{background:var(--bg-teal);color:#eafafa;overflow:hidden}
.fomo-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,4vw,3rem);align-items:center}
.fomo img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow-lg)}
.fomo h2{color:#fff}
.stats{display:flex;gap:2rem;flex-wrap:wrap;margin:1.3rem 0}
.stat b{display:block;font-size:var(--step-3);color:#fff;line-height:1;font-weight:900}
.stat span{color:#bfe6e6;font-size:.9rem}
.fomo ul.ticks{list-style:none;padding:0;margin:0 0 1.3rem}
.fomo ul.ticks li{position:relative;padding:.3rem 0 .3rem 2rem;color:#dff3f3}
.fomo ul.ticks li::before{content:"";position:absolute;left:0;top:.55rem;width:18px;height:18px;border-radius:50%;background:var(--gold)}
@media(max-width:820px){.fomo-grid{grid-template-columns:1fr}.fomo img{max-height:460px}}

.band-img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow);display:block}
.photo{width:100%;height:auto;border-radius:var(--radius);box-shadow:var(--shadow);display:block}

/* ---- Booking app band + store badges ---- */
.app-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,4vw,3rem);align-items:center}
@media(max-width:820px){.app-grid{grid-template-columns:1fr}}
.badges{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.1rem}
.store{display:inline-flex;align-items:center;gap:.6rem;background:#1a1a1a;color:#fff;border-radius:12px;padding:.55rem 1rem;text-decoration:none;min-height:52px;border:1px solid #1a1a1a;transition:transform .15s ease,background .15s ease}
.store:hover{background:#000;color:#fff;transform:translateY(-1px)}
.store .glyph{display:flex}
.store .glyph svg{width:26px;height:26px}
.store .txt{display:flex;flex-direction:column;line-height:1.1}
.store .txt small{font-size:.68rem;opacity:.85;font-weight:500}
.store .txt b{font-size:1.05rem;font-weight:700}

/* ---- Utilities ---- */
.notice{background:#fff8e6;border:1px solid #ecdba0;color:#6b5a1e;border-radius:10px;padding:.7rem .9rem;font-size:.9rem;margin:.6rem 0}
.badge{display:inline-block;background:#eef6f6;color:var(--brand-ink);font-weight:700;font-size:.8rem;padding:.3rem .7rem;border-radius:999px}
.mt-2{margin-top:1.2rem}.mb-0{margin-bottom:0}

/* ---- Mobile density: cut wasted vertical space ---- */
@media (max-width:600px){
  section{padding:2.35rem 0}
  .section-teal,.fomo{padding:2.6rem 0}
  h1{font-size:clamp(2.05rem,1.35rem + 3vw,2.55rem);line-height:1.15}
  h2{font-size:clamp(1.65rem,1.25rem + 2vw,2.05rem)}
  h3{font-size:1.2rem}
  .lead{font-size:1.02rem;line-height:1.55}
  .hero-shot{min-height:auto}
  .hero-shot .inner{padding-block:2rem}
  .hero{padding:2.4rem 0}
  .hero-cta{gap:.55rem;margin-bottom:.9rem}
  .btn-lg{font-size:1.05rem;padding:.95rem 1.4rem}
  .rule-gold{margin:.9rem 0}
  .card{padding:1.15rem}
  .grid{gap:.9rem}
  .gallery-m figure{margin-bottom:.7rem}
  .app-grid,.fomo-grid,.contact-grid{gap:1.4rem}
  .stats{gap:1.3rem}
  .fb-facade,.ig-card{aspect-ratio:4/3}
  .form{padding:1.25rem}
  .field{margin-bottom:.8rem}
  .site-footer{padding:2.2rem 0 1.4rem}
  .footer-grid{gap:1.3rem}
  .hero-cta .btn{flex:1 1 auto;justify-content:center}
}
@media (max-width:600px){ .center .lead,.hero-shot .lead,.hero .lead{max-width:100%} }
