  :root{
    --ink:#241B10;
    --ink-soft:#5C4E3C;
    --ink-faint:#8F7E64;
    --paper:#FBF4E4;
    --paper-deep:#F1E4C6;
    --line:#E5D2A0;
    --gold:#AD7D22;
    --gold-light:#E8C374;
    --gold-deep:#7A5412;
    --gold-shine:#FFE9AE;
    --silver:#7C8A96;
    --silver-light:#C7D0D6;
    --silver-deep:#48545E;
    --radius:3px;
    --maxw:1180px;
    --shadow-soft:0 10px 30px -12px rgba(122,84,18,.28);
    --shadow-card:0 4px 18px rgba(36,27,16,.08);
    --shadow-lift:0 22px 44px -18px rgba(122,84,18,.42);
  }
  :root:not([data-theme="light"]){
    /* keep the brand palette stable regardless of system dark mode: a premium jewellery brand keeps its own identity */
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth; overflow-x:hidden; width:100%;}
  body{
    margin:0;
    background:
      radial-gradient(circle at 12% -6%, rgba(232,195,116,.35), transparent 42%),
      radial-gradient(circle at 92% 8%, rgba(173,125,34,.14), transparent 40%),
      linear-gradient(180deg, var(--paper) 0%, var(--paper) 60%, var(--paper-deep) 100%);
    background-attachment:fixed;
    color:var(--ink);
    font-family:'Work Sans', -apple-system, sans-serif;
    font-size:16px;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
    width:100%;
    position:relative;
  }
  img,svg,iframe,video{max-width:100%;}
  img,svg{display:block;}
  a{color:inherit;text-decoration:none;}
  h1,h2,h3,h4{
    font-family:'Fraunces', Georgia, serif;
    font-weight:500;
    line-height:1.15;
    margin:0 0 .5em;
    color:var(--ink);
    text-shadow:0 1px 0 rgba(255,255,255,.35);
  }
  h1{font-size:clamp(2.1rem,4.6vw,3.6rem); font-weight:400;}
  h2{font-size:clamp(1.6rem,3vw,2.3rem);}
  h3{font-size:1.25rem;}
  p{margin:0 0 1em; color:var(--ink-soft); max-width:62ch;}
  .container{max-width:var(--maxw); width:100%; margin:0 auto; padding:0 28px;}

  /* Belt-and-suspenders: on narrow screens, no grid/flex column should ever be
     forced wider than its track by long, unbreakable content (an address, a
     phone number, a category name). Grid/flex items default to min-width:auto,
     which can silently push the whole page wider than the viewport — this
     resets that so every column can shrink and wrap instead of overflowing. */
  .grid > *, .why-grid > *, .store-grid > *, .footer-grid > *,
  .form-grid > *, .insta-grid > *, .gallery-grid > *, .btn-row > *,
  .btn-row.quad > *, .nav-wrap > *, nav.main{ min-width:0; }
  section{padding:88px 0;}
  .eyebrow{font-size:.8rem; color:var(--gold-deep); margin-bottom:14px; letter-spacing:.14em; text-transform:uppercase; font-weight:600; position:relative; padding-left:26px;}
  .eyebrow::before{content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); width:18px; height:2px; background:linear-gradient(90deg,var(--gold-deep),var(--gold-shine));}
  .hairline{border:0; border-top:1px solid var(--line); margin:0;}
  .btn{
    display:inline-flex; align-items:center; gap:8px;
    padding:13px 26px; border-radius:var(--radius);
    font-family:'Work Sans',sans-serif; font-size:.94rem; font-weight:600;
    border:1px solid transparent; cursor:pointer; white-space:nowrap;
    transition:transform .22s ease, box-shadow .22s ease, background .25s ease, filter .22s ease;
    letter-spacing:.01em;
  }
  .btn-gold{
    background:linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 52%, var(--gold-deep) 100%);
    color:#2A1C05; font-weight:700;
    box-shadow:0 8px 20px -8px rgba(122,84,18,.55), inset 0 1px 0 rgba(255,255,255,.45);
  }
  .btn-gold:hover{
    filter:brightness(1.06) saturate(1.1);
    transform:translateY(-2px);
    box-shadow:0 14px 28px -10px rgba(122,84,18,.65), inset 0 1px 0 rgba(255,255,255,.5);
  }
  .btn-outline{border-color:var(--gold-deep); color:var(--ink); background:rgba(255,255,255,.35);}
  .btn-outline:hover{background:linear-gradient(135deg, var(--gold-light), var(--gold)); color:#2A1C05; border-color:var(--gold); transform:translateY(-1px);}
  .btn-whatsapp{background:linear-gradient(135deg,#3A8563,#215B3F); color:#fff; box-shadow:0 8px 18px -8px rgba(33,91,63,.55);}
  .btn-whatsapp:hover{filter:brightness(1.08); transform:translateY(-2px);}
  .btn-line{border:1px solid var(--line); color:var(--ink); background:rgba(255,255,255,.4); font-weight:500;}
  .btn-line:hover{border-color:var(--gold); background:rgba(255,255,255,.7); transform:translateY(-1px);}
  .btn-sm{padding:9px 16px; font-size:.82rem;}
  .btn-row{display:flex; flex-wrap:wrap; gap:12px;}

  /* Header */
  header.site{
    position:sticky; top:0; z-index:40;
    background:linear-gradient(180deg, rgba(251,244,228,.96), rgba(251,244,228,.9));
    -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
    box-shadow:0 6px 24px -18px rgba(36,27,16,.5);
    padding-top:env(safe-area-inset-top,0px);
  }
  /* Header row lines up with the page content. Menu links never wrap, and a real gap is
     always kept between the menu and the Enquire button. */
  .nav-wrap{display:flex; align-items:center; justify-content:space-between; gap:clamp(16px,2vw,28px); padding-top:14px; padding-bottom:14px;}
  .brand{display:flex; flex-direction:row; align-items:center; gap:12px; flex-shrink:0;}
  .brand-text{display:flex; flex-direction:column; line-height:1; white-space:nowrap;}
  .logo-img{height:44px; width:auto; display:block; flex-shrink:0;}
  .footer-logo{height:60px; margin-bottom:16px;}
  .brand .name{font-family:'Fraunces',serif; font-size:1.35rem; letter-spacing:.02em; display:flex; flex-direction:column; line-height:1.02;}
  .brand .name b{font-weight:600;}
  .brand .tag{font-size:.62rem; color:var(--gold-deep); letter-spacing:.18em; margin-top:5px; font-weight:600;}
  nav.main{display:flex; align-items:center; justify-content:center; gap:clamp(14px,1.5vw,22px); flex:1 1 auto; min-width:0;}
  nav.main a{font-size:.88rem; color:var(--ink-soft); padding:6px 0; border-bottom:2px solid transparent; white-space:nowrap; transition:color .2s ease, border-color .2s ease;}
  nav.main a:hover, nav.main a.active{color:var(--gold-deep); border-color:var(--gold);}
  .nav-actions{display:flex; align-items:center; gap:12px; flex-shrink:0;}
  .nav-actions .btn{white-space:nowrap;}
  .hamburger{display:none; flex-direction:column; justify-content:center; align-items:center; gap:5px; background:none; border:0; cursor:pointer; width:44px; height:44px; padding:0;}
  .hamburger span{display:block; width:24px; height:2px; background:var(--ink);}
  .mobile-menu{
    display:none; position:fixed; inset:0;
    background:radial-gradient(circle at 90% -10%, rgba(232,195,116,.4), transparent 45%), var(--paper);
    z-index:60; padding:max(18px,env(safe-area-inset-top,0px)) 24px max(24px,env(safe-area-inset-bottom,0px)); overflow-y:auto; -webkit-overflow-scrolling:touch;
  }
  .mobile-menu.open{display:flex; flex-direction:column;}
  .mobile-menu .close-row{display:flex; justify-content:space-between; align-items:center; margin-bottom:16px;}
  .menu-close{background:none; border:0; cursor:pointer; width:44px; height:44px; font-size:1.7rem; line-height:1; color:var(--ink); padding:0;}
  .mobile-menu a.link{display:block; font-family:'Fraunces',serif; font-size:1.4rem; padding:14px 0; border-bottom:1px solid var(--line);}
  .mobile-menu a.link.active{color:var(--gold-deep);}
  .mobile-cta{display:flex; flex-direction:column; gap:12px; margin-top:28px;}
  .mobile-cta .btn{width:100%; justify-content:center;}
  body.no-scroll{overflow:hidden;}

  /* Menu collapses to the hamburger below 1200px so the full menu never gets squeezed. */
  @media (max-width: 1199px){
    nav.main{display:none;}
    .hamburger{display:flex;}
    .nav-actions{margin-left:auto;}
  }
  @media (max-width: 560px){
    .nav-actions .btn-outline{display:none;}
  }

  /* Hero — the shop-photo carousel now fills the whole section as a
     full-bleed background, with the headline copy overlaid on top of it
     (both occupying the same space) rather than stacked one above the other. */
  .hero{
    padding:0;
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:min(82vh, 720px);
  }
  .hero-copy{max-width:760px; margin:0 auto; text-align:center; padding:80px 0; position:relative; z-index:2; color:#fff;}
  .hero-loc{font-size:.82rem; color:var(--gold-shine); letter-spacing:.06em; margin-bottom:18px;}
  .hero h1{margin-bottom:20px; color:#fff; text-shadow:0 2px 20px rgba(20,14,6,.45);}
  .hero p.lead{font-size:1.1rem; margin-bottom:32px; margin-left:auto; margin-right:auto; color:rgba(255,255,255,.92);}
  .hero .btn-row{justify-content:center;}
  .hero .btn-outline{border-color:rgba(255,255,255,.8); color:#fff; background:rgba(20,14,6,.18);}
  .hero .btn-outline:hover{background:linear-gradient(135deg, var(--gold-light), var(--gold)); color:#2A1C05; border-color:var(--gold);}
  .hero .container{position:relative; z-index:1;}

  /* Shop-photo carousel: fills the entire hero section as its background
     layer (absolutely positioned behind the copy), rather than a separate
     framed banner below the text. */
  .hero-carousel{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    overflow:hidden;
    z-index:0;
  }
  /* The actual sliding photo layer lives in its own inner wrapper, taller than
     the visible section and nudged up, so the JS-driven parallax drift has
     room to move without ever exposing a gap at the top or bottom — while
     .hero-carousel (which also hosts the nav arrows/dots) stays exactly the
     section's own size, so those controls stay correctly centered. */
  .hero-carousel-bg{
    position:absolute;
    left:0; right:0; top:-60px;
    height:calc(100% + 120px);
    background:linear-gradient(160deg, var(--paper-deep), #E9D6A5 65%, var(--gold-light) 140%);
  }
  .hero-track{position:relative; width:100%; height:100%;}
  .hero-slide{position:absolute; inset:0; opacity:0; transition:opacity 1.1s ease;}
  .hero-slide.is-active{opacity:1;}
  .hero-slide img{width:100%; height:100%; object-fit:cover; object-position:center;}
  .hero-carousel-bg::after{
    content:"";
    position:absolute; inset:0;
    background:linear-gradient(180deg, rgba(20,14,6,.58) 0%, rgba(20,14,6,.38) 42%, rgba(20,14,6,.6) 100%);
    pointer-events:none;
  }
  .hero-nav{
    position:absolute; top:50%; transform:translateY(-50%);
    width:42px; height:42px; border-radius:50%;
    border:1px solid rgba(255,255,255,.55);
    background:rgba(36,27,16,.32);
    color:#fff; font-size:1.5rem; line-height:1;
    display:flex; align-items:center; justify-content:center;
    cursor:pointer; z-index:2;
    backdrop-filter:blur(2px);
    transition:background .2s ease, transform .2s ease;
  }
  .hero-nav:hover{background:rgba(36,27,16,.55);}
  .hero-nav.prev{left:16px;}
  .hero-nav.next{right:16px;}
  .hero-carousel.single-slide .hero-nav,
  .hero-carousel.single-slide .hero-dots{display:none;}
  .hero-dots{
    position:absolute; bottom:16px; left:50%; transform:translateX(-50%);
    display:flex; gap:8px; z-index:2;
  }
  .hero-dots button{
    width:8px; height:8px; border-radius:50%; padding:0;
    border:1px solid rgba(255,255,255,.75);
    background:rgba(255,255,255,.35);
    cursor:pointer; transition:width .25s ease, background .25s ease;
  }
  .hero-dots button.is-active{width:22px; border-radius:5px; background:#fff;}
  @media (max-width:900px){ .hero{min-height:640px;} }
  @media (max-width:560px){ .hero{min-height:560px;} .hero-nav{width:36px; height:36px; font-size:1.3rem;} }

  /* Section headers */
  .sec-head{display:flex; justify-content:space-between; align-items:flex-end; gap:24px; margin-bottom:44px; flex-wrap:wrap;}
  .sec-head p{margin:0;}

  /* Category grid */
  .grid{display:grid; gap:26px;}
  .grid-4{grid-template-columns:repeat(4,1fr);}
  .grid-3{grid-template-columns:repeat(3,1fr);}
  .grid-2{grid-template-columns:repeat(2,1fr);}
  @media (max-width:1000px){ .grid-4{grid-template-columns:repeat(2,1fr);} .grid-3{grid-template-columns:repeat(2,1fr);} }
  @media (max-width:560px){ .grid-4,.grid-3{grid-template-columns:repeat(2,1fr);} .grid-2{grid-template-columns:1fr;} }

  .cat-card{
    border:1px solid var(--line); background:linear-gradient(180deg,#FFFDF8,#FBF4E4);
    display:flex; flex-direction:column;
    box-shadow:var(--shadow-card);
    transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  }
  .cat-card:hover{transform:translateY(-6px); box-shadow:var(--shadow-lift); border-color:var(--gold-light);}
  .cat-visual{aspect-ratio:1/1; background:linear-gradient(160deg,var(--paper-deep),#EAD9AE); overflow:hidden; border-bottom:1px solid var(--line); position:relative;}
  .cat-visual img{width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s ease;}
  .cat-card:hover .cat-visual img{transform:scale(1.06);}
  .cat-body{padding:18px 20px 22px;}
  .cat-body h3{margin-bottom:6px; font-size:1.05rem;}
  .cat-body p.small{font-size:.85rem; margin-bottom:14px;}
  /* Card action buttons: always stacked and full-width so two buttons never
     crowd or overlap each other regardless of card or screen width. */
  .cat-body .btn-row{flex-direction:column; flex-wrap:nowrap; gap:10px;}
  .cat-body .btn-row .btn{width:100%; justify-content:center;}

  .why-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:40px; margin-top:20px;}
  @media (max-width:800px){ .why-grid{grid-template-columns:1fr;} }
  .why-item{border-top:2px solid var(--gold); padding-top:18px; position:relative;}
  .why-item::before{content:"";position:absolute; top:-2px; left:0; width:46px; height:2px; background:linear-gradient(90deg,var(--gold-shine),var(--gold-deep)); box-shadow:0 0 10px rgba(232,195,116,.9);}

  /* Leadership / owner portraits (About page) */
  .owner-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:48px; max-width:760px; margin:0 auto;}
  @media (max-width:700px){ .owner-grid{grid-template-columns:1fr; max-width:340px;} }
  .owner-card{text-align:center;}
  .owner-photo{
    width:180px; height:180px; margin:0 auto 22px; border-radius:50%;
    overflow:hidden; position:relative;
    border:4px solid #fff;
    box-shadow:0 0 0 2px var(--gold-light), var(--shadow-lift);
    background:linear-gradient(160deg,var(--paper-deep),#EAD9AE);
    transition:transform .35s ease, box-shadow .35s ease;
  }
  .owner-card:hover .owner-photo{transform:translateY(-6px); box-shadow:0 0 0 2px var(--gold), var(--shadow-lift);}
  .owner-photo img{width:100%; height:100%; object-fit:cover; display:block;}
  .owner-card h3{margin-bottom:4px;}
  .owner-role{font-size:.8rem; letter-spacing:.1em; text-transform:uppercase; color:var(--gold-deep); font-weight:600; margin-bottom:12px;}
  .owner-note{font-size:.92rem; max-width:34ch; margin:0 auto;}
  @media (max-width:560px){ .owner-photo{width:150px; height:150px;} }

  /* Stores */
  .store-card{
    border:1px solid var(--line); background:linear-gradient(180deg,#FFFDF8,#FBF4E4);
    padding:32px; display:flex; flex-direction:column; gap:16px;
    box-shadow:var(--shadow-card); transition:box-shadow .3s ease, transform .3s ease;
  }
  .store-card:hover{box-shadow:var(--shadow-lift); transform:translateY(-4px);}
  .store-grid{display:grid; grid-template-columns:1fr 1fr; gap:28px;}
  @media (max-width:800px){ .store-grid{grid-template-columns:1fr;} }
  .store-card address{font-style:normal; color:var(--ink-soft);}
  .store-hours{font-size:.85rem; color:var(--ink-faint);}
  .store-card .btn-row{gap:10px 12px;}
  .store-map{border:1px solid var(--line); overflow:hidden; background:var(--paper-deep); box-shadow:inset 0 0 0 1px rgba(173,125,34,.08);}
  .store-map iframe{display:block; width:100%; height:220px; border:0;}

  /* Instagram */
  .insta-band{
    background:linear-gradient(160deg, var(--ink) 0%, #34281A 55%, var(--gold-deep) 190%);
    color:var(--paper); text-align:center;
  }
  .insta-band h2{color:var(--paper); text-shadow:0 1px 0 rgba(0,0,0,.4);}
  .insta-band p{color:#C9C2B6; margin-left:auto; margin-right:auto;}
  .insta-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:10px; margin-top:40px;}
  @media (max-width:700px){ .insta-grid{grid-template-columns:repeat(3,1fr);} }
  .insta-tile{aspect-ratio:1/1; border:1px solid rgba(232,195,116,.35); overflow:hidden; transition:transform .3s ease, box-shadow .3s ease;}
  .insta-tile:hover{transform:translateY(-3px) scale(1.02); box-shadow:0 10px 24px -8px rgba(0,0,0,.5);}
  .insta-tile img{width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s ease;}
  .insta-tile:hover img{transform:scale(1.08);}

  /* Guide */
  .guide-list{border-top:1px solid var(--line);}
  .guide-item{border-bottom:1px solid var(--line);}
  .guide-row{
    display:flex; justify-content:space-between; gap:20px; align-items:center; padding:22px 0;
    cursor:pointer; background:none; border:0; width:100%; text-align:left; font:inherit; color:inherit;
  }
  .guide-row:hover h3{color:var(--gold-deep); text-shadow:0 0 14px rgba(232,195,116,.5);}
  .guide-row h3{margin:0; font-size:1.1rem;}
  .guide-row .arrow{font-size:1rem; color:var(--gold); transition:transform .28s ease; display:inline-block; flex-shrink:0;}
  .guide-item.open .guide-row .arrow{transform:rotate(180deg);}
  .guide-item.open .guide-row h3{color:var(--gold-deep);}
  .guide-idx{font-family:'Fraunces',serif; color:var(--ink-faint); font-size:.9rem; width:28px; flex-shrink:0;}
  .guide-answer{max-height:0; overflow:hidden; transition:max-height .32s ease;}
  .guide-answer-inner{padding:0 34px 26px 46px;}
  .guide-answer-inner p{max-width:68ch;}
  .article-body h2{margin-top:34px;}
  .article-body p{max-width:68ch;}
  .back-link{display:inline-block; margin-bottom:28px; font-size:.88rem; color:var(--gold-deep); border-bottom:1px solid var(--gold-deep); padding-bottom:2px;}

  /* Gallery */
  .filter-row{display:flex; flex-wrap:wrap; gap:10px; margin-bottom:36px;}
  .filter-chip{border:1px solid var(--line); padding:8px 16px; font-size:.82rem; cursor:pointer; background:#fff; transition:all .22s ease;}
  .filter-chip:hover{border-color:var(--gold); color:var(--gold-deep);}
  .filter-chip.active{background:linear-gradient(135deg,var(--gold-light),var(--gold-deep)); color:#2A1C05; border-color:var(--gold-deep); box-shadow:0 4px 12px -4px rgba(122,84,18,.5);}
  .gallery-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:14px;}
  @media (max-width:900px){ .gallery-grid{grid-template-columns:repeat(3,1fr);} }
  @media (max-width:600px){ .gallery-grid{grid-template-columns:repeat(2,1fr);} }
  .gallery-tile{aspect-ratio:.85/1; background:var(--paper-deep); border:1px solid var(--line); position:relative; overflow:hidden; display:flex; align-items:flex-end; box-shadow:var(--shadow-card); transition:transform .3s ease, box-shadow .3s ease;}
  .gallery-tile:hover{transform:translateY(-4px); box-shadow:var(--shadow-lift);}
  .gallery-tile img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s ease;}
  .gallery-tile:hover img{transform:scale(1.06);}
  .gallery-tile span{position:relative; z-index:1; width:100%; font-size:.75rem; color:#fff; text-align:center; padding:8px 6px; background:linear-gradient(0deg, rgba(20,17,12,.72), rgba(20,17,12,0));}

  /* Form */
  .form-grid{display:grid; grid-template-columns:1fr 1fr; gap:44px;}
  @media (max-width:800px){ .form-grid{grid-template-columns:1fr;} }
  form.enquiry{display:flex; flex-direction:column; gap:16px;}
  form.enquiry label{font-size:.82rem; color:var(--ink-soft); display:block; margin-bottom:6px;}
  form.enquiry input, form.enquiry textarea{
    width:100%; border:1px solid var(--line); background:#fff; padding:12px 14px;
    font-family:'Work Sans',sans-serif; font-size:.95rem; color:var(--ink); border-radius:var(--radius);
    transition:border-color .2s ease, box-shadow .2s ease;
  }
  form.enquiry input:focus, form.enquiry textarea:focus{outline:2px solid var(--gold); outline-offset:1px; border-color:var(--gold); box-shadow:0 0 0 4px rgba(232,195,116,.25);}
  .contact-block{margin-bottom:26px;}
  .contact-block h4{margin-bottom:8px; font-size:.85rem; letter-spacing:.04em; color:var(--gold-deep); text-transform:uppercase;}

  /* Footer */
  footer{
    background:linear-gradient(175deg, var(--ink) 0%, #2E2214 70%, var(--gold-deep) 220%);
    color:#D8D0BF; padding:64px 0 28px;
    box-shadow:inset 0 1px 0 rgba(232,195,116,.25);
  }
  footer h4{color:var(--gold-light); font-size:.85rem; letter-spacing:.04em; margin-bottom:16px; text-transform:uppercase; font-family:'Work Sans',sans-serif; font-weight:600;}
  .footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:36px;}
  @media (max-width:900px){ .footer-grid{grid-template-columns:1fr 1fr;} }
  @media (max-width:560px){ .footer-grid{grid-template-columns:1fr;} }
  footer a{display:block; font-size:.88rem; padding:5px 0; color:#C9C2B6; transition:color .2s ease, transform .2s ease;}
  footer a:hover{color:var(--gold-shine); transform:translateX(3px);}
  .footer-bottom{border-top:1px solid rgba(232,195,116,.18); margin-top:48px; padding-top:22px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:.78rem; color:#9B937E;}

  /* Mobile sticky bar */
  .sticky-bar{display:none; position:fixed; bottom:0; left:0; right:0; z-index:50; background:linear-gradient(180deg,#2E2214,var(--ink)); border-top:1px solid var(--gold-deep); box-shadow:0 -8px 20px rgba(0,0,0,.35);}
  .sticky-bar .row{display:flex;}
  .sticky-bar a{flex:1; text-align:center; padding:14px 6px; font-size:.75rem; color:var(--paper); border-right:1px solid rgba(232,195,116,.18); transition:background .2s ease;}
  .sticky-bar a:hover{background:rgba(232,195,116,.12);}
  .sticky-bar a:last-child{border-right:none;}
  @media (max-width:900px){ .sticky-bar{display:block;} }

  .legal p, .legal li{color:var(--ink-soft);}
  .legal h2{margin-top:38px;}

  .page-hero{padding:56px 0 20px; border-bottom:1px solid var(--line);}
  .page-hero p{margin-top:14px;}

  /* WhatsApp store-chooser modal */
  .wa-modal-overlay{
    display:none; position:fixed; inset:0; z-index:80;
    background:rgba(30,27,23,.55); align-items:center; justify-content:center; padding:20px;
  }
  .wa-modal-overlay.open{display:flex;}
  .wa-modal{
    background:linear-gradient(180deg,#FFFDF8,var(--paper)); border:1px solid var(--line); border-radius:var(--radius);
    max-width:380px; width:100%; padding:28px 26px; position:relative;
    box-shadow:var(--shadow-lift);
  }
  .wa-modal h3{margin-bottom:6px;}
  .wa-modal p{font-size:.88rem; margin-bottom:20px;}
  .wa-modal-close{
    position:absolute; top:14px; right:14px; background:none; border:0; cursor:pointer;
    font-size:1.2rem; line-height:1; color:var(--ink-faint); padding:4px;
  }
  .wa-modal-close:hover{color:var(--ink);}
  .wa-store-option{
    display:flex; align-items:center; justify-content:space-between; gap:12px;
    width:100%; text-align:left; border:1px solid var(--line); background:#fff;
    padding:14px 16px; margin-bottom:12px; cursor:pointer; border-radius:var(--radius);
    font-family:'Work Sans',sans-serif; color:var(--ink);
    transition:border-color .2s ease, background .2s ease, transform .2s ease;
  }
  .wa-store-option:last-child{margin-bottom:0;}
  .wa-store-option:hover{border-color:#2E6B4F; background:var(--paper-deep); transform:translateY(-1px); box-shadow:var(--shadow-card);}
  .wa-store-option .wa-store-name{font-weight:600; font-size:.95rem;}
  .wa-store-option .wa-store-phone{font-size:.8rem; color:var(--ink-soft); margin-top:2px;}
  .wa-store-option .wa-icon{color:#2E6B4F; font-size:1.3rem; flex-shrink:0;}

  /* ===================== Responsive refinements ===================== */
  h1,h2,h3{overflow-wrap:break-word;}
  h1{font-size:clamp(1.95rem,4.6vw,3.6rem);}
  a:focus-visible, button:focus-visible, .filter-chip:focus-visible{outline:2px solid var(--gold); outline-offset:3px;}
  .skip-link{position:absolute; left:-9999px; top:8px; z-index:100; background:var(--ink); color:var(--paper); padding:10px 16px; font-size:.88rem;}
  .skip-link:focus{left:8px;}
  main:focus{outline:none;}
  noscript .ns{max-width:560px; margin:60px auto; padding:0 24px; text-align:center;}

  /* Category cards: buttons always sit at the bottom so cards line up in a row */
  .cat-body{display:flex; flex-direction:column; flex:1;}
  .cat-body .btn-row{margin-top:auto;}

  /* Rows of four action buttons (store cards, contact page): tidy 2x2 grid that
     can never overlap; one row only where there is plenty of width. */
  .btn-row.quad{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px;}
  .btn-row.quad .btn{justify-content:center; text-align:center; white-space:normal;}
  @media (min-width:641px) and (max-width:800px){
    .btn-row.quad{display:flex; flex-wrap:wrap; gap:10px 12px;}
    .btn-row.quad .btn{white-space:nowrap;}
  }
  @media (min-width:1200px){
    .btn-row.quad{display:flex; flex-wrap:wrap; gap:10px 12px;}
    .btn-row.quad .btn{white-space:nowrap;}
  }

  /* Side by side store cards: map, phone and buttons line up even when one address is longer */
  @media (min-width:801px){
    .store-card{display:grid; grid-template-rows:subgrid; grid-row:span 5; row-gap:16px;}
  }

  /* Gallery filter chips are real buttons now */
  .filter-chip{font:inherit; font-size:.82rem; color:var(--ink); line-height:1.2;}
  .filter-chip.active{color:var(--paper);}

  form.enquiry input, form.enquiry textarea{font-size:1rem;}
  .wa-modal{max-height:calc(100vh - 40px); overflow-y:auto;}
  footer a, footer p{overflow-wrap:anywhere;}
  .sticky-bar{padding-bottom:env(safe-area-inset-bottom,0px);}
  .sticky-bar a{font-size:.82rem; padding:15px 6px;}

  /* ---- Tablets and below ---- */
  @media (max-width:900px){
    section{padding:64px 0;}
    .hero-copy{padding:56px 0;}
    .page-hero{padding:44px 0 16px;}
    footer{padding-bottom:calc(28px + 56px + env(safe-area-inset-bottom,0px));}  /* room for the sticky call bar */
    .btn-sm{min-height:42px;}
  }
  @media (max-width:800px){
    .store-card{padding:24px;}
  }

  /* ---- Phones ---- */
  @media (max-width:560px){
    .container{padding:0 20px;}
    section{padding:48px 0;}
    .hero-copy{padding:40px 0;}
    .page-hero{padding:36px 0 14px;}
    .sec-head{margin-bottom:28px; gap:16px;}
    .hero p.lead{font-size:1rem; margin-bottom:24px;}
    .hero .btn-row{flex-direction:column;}
    .hero .btn-row .btn{width:100%; justify-content:center;}
    .brand{gap:10px;}
    .logo-img{height:38px;}
    .brand .name{font-size:1.1rem;}
    .brand .tag{font-size:.54rem; margin-top:4px;}
    .mobile-menu{padding-left:20px; padding-right:20px;}

    .grid{gap:14px;}
    .cat-body{padding:12px 12px 14px;}
    .cat-body h3{font-size:.95rem;}
    .cat-body p.small{font-size:.78rem; margin-bottom:10px;}
    .cat-body .btn{padding:9px 8px; font-size:.8rem; white-space:normal; text-align:center;}

    .store-card{padding:20px; gap:14px;}
    .store-map iframe{height:190px;}

    .insta-band .btn-row{flex-direction:column; align-items:stretch;}
    .insta-band .btn{justify-content:center; white-space:normal; text-align:center;}
    .insta-grid{gap:6px; margin-top:28px;}

    .guide-row{padding:18px 0; gap:12px;}
    .guide-row h3{font-size:1rem;}
    .guide-idx{width:24px;}
    .guide-answer-inner{padding:0 4px 22px 0;}

    .form-grid{gap:32px;}
    form.enquiry .btn{align-self:stretch !important; justify-content:center;}
    .contact-block .btn-row.quad{margin-top:4px;}

    footer{padding:48px 0 calc(24px + 56px + env(safe-area-inset-bottom,0px));}
    .footer-bottom{flex-direction:column; margin-top:36px;}
    .wa-modal{padding:24px 20px;}
  }
  @media (max-width:400px){
    .btn{padding:12px 18px;}
    .btn-sm{padding:9px 12px;}
    .cat-body .btn{padding:9px 6px; font-size:.78rem;}
    .filter-chip{padding:8px 12px;}
  }

  /* Short phone screens (or landscape): keep the whole menu, including the buttons, on screen */
  @media (max-height:760px){
    .mobile-menu a.link{padding:10px 0; font-size:1.25rem;}
    .mobile-cta{margin-top:20px;}
  }

  /* ===================== Scroll reveal & entrance animations ===================== */

  /* Thin gold progress bar tracking scroll position, anchored to the header */
  .scroll-progress{
    position:absolute; left:0; bottom:0; height:3px; width:0%;
    background:linear-gradient(90deg, var(--gold-deep), var(--gold-light), var(--gold-shine));
    box-shadow:0 0 8px rgba(232,195,116,.6);
  }

  /* Generic on-scroll reveal: fade + rise into place. JS toggles .is-visible
     the moment an element enters the viewport (see initScrollReveal). */
  .reveal{
    opacity:0;
    transform:translateY(34px);
    transition:opacity .8s cubic-bezier(.16,.84,.32,1), transform .8s cubic-bezier(.16,.84,.32,1);
  }
  .reveal.is-visible{opacity:1; transform:none;}
  .reveal .eyebrow::before{width:0; transition:width .5s ease .25s;}
  .reveal.is-visible .eyebrow::before{width:18px;}

  .reveal-left{opacity:0; transform:translateX(-38px); transition:opacity .8s cubic-bezier(.16,.84,.32,1), transform .8s cubic-bezier(.16,.84,.32,1);}
  .reveal-left.is-visible{opacity:1; transform:none;}
  .reveal-right{opacity:0; transform:translateX(38px); transition:opacity .8s cubic-bezier(.16,.84,.32,1), transform .8s cubic-bezier(.16,.84,.32,1);}
  .reveal-right.is-visible{opacity:1; transform:none;}

  /* Staggered children: JS stamps a --i index on each child, CSS staggers the delay */
  .reveal-stagger > *{
    opacity:0;
    transform:translateY(28px);
    transition:opacity .65s ease, transform .65s cubic-bezier(.16,.84,.32,1);
    transition-delay:calc(var(--i, 0) * 85ms);
  }
  .reveal-stagger.is-visible > *{opacity:1; transform:none;}

  /* Hero copy entrance — plays on load since the hero always starts in view */
  @keyframes heroFadeUp{
    from{opacity:0; transform:translateY(26px);}
    to{opacity:1; transform:none;}
  }
  .hero-loc{animation:heroFadeUp .8s cubic-bezier(.16,.84,.32,1) .1s both;}
  .hero h1{animation:heroFadeUp .9s cubic-bezier(.16,.84,.32,1) .25s both;}
  .hero p.lead{animation:heroFadeUp .9s cubic-bezier(.16,.84,.32,1) .4s both;}
  .hero .btn-row{animation:heroFadeUp .9s cubic-bezier(.16,.84,.32,1) .55s both;}

  /* Subtle parallax drift on the hero photo layer (translated via JS on scroll) */
  #heroCarouselBg{will-change:transform;}

  /* Gentle bouncing scroll cue at the base of the hero */
  .scroll-cue{
    position:absolute; left:50%; bottom:22px; transform:translateX(-50%);
    z-index:3; width:26px; height:42px; border:2px solid rgba(255,255,255,.55);
    border-radius:14px; display:flex; justify-content:center; padding-top:8px;
    pointer-events:none;
  }
  .scroll-cue::before{
    content:""; width:4px; height:8px; border-radius:2px; background:#fff;
    animation:scrollCueMove 1.8s ease infinite;
  }
  @keyframes scrollCueMove{
    0%{opacity:1; transform:translateY(0);}
    70%{opacity:0; transform:translateY(14px);}
    100%{opacity:0; transform:translateY(0);}
  }
  @media (max-width:560px){ .scroll-cue{display:none;} }

  @media (prefers-reduced-motion:reduce){
    html{scroll-behavior:auto;}
    *{transition:none !important; animation:none !important;}
  }
