/* ==========================================================================
   THE TOASTED CONE — PREMIUM LAYER
   Cinematic motion, editorial layout, signature hover-zoom, photographic.
   Loaded AFTER styles.css to elevate the base.
   ========================================================================== */

/* ---- Grain / film texture over everything ---- */
body::after{
  content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.05;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode:multiply;
}

/* ---- Bigger, more dramatic type ---- */
.h-xl{font-size:clamp(3.2rem,10vw,9.5rem);letter-spacing:-1px;line-height:.86}
.h-lg{font-size:clamp(2.6rem,8vw,7rem);letter-spacing:-.5px;line-height:.9}
.eyebrow{font-size:clamp(1.8rem,3.4vw,3rem)}

/* ---- Image with graceful gradient fallback ---- */
.ph{position:relative;overflow:hidden;background:linear-gradient(150deg,var(--g1,var(--pink)),var(--g2,var(--maroon)));border-radius:inherit}
.ph img{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:1}
.ph::after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,transparent 55%,rgba(74,28,26,.28));pointer-events:none;opacity:0;transition:opacity .4s}
.ph.shade::after{opacity:1}

/* ============================ PREMIUM HERO ============================ */
.phero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;
  background:radial-gradient(120% 90% at 80% 0%,#eaf7fa 0%,var(--cream) 45%,var(--cream-2) 100%);
  padding-top:calc(var(--nav-h) + 2rem);padding-bottom:6rem;}
.phero-grain{position:absolute;inset:0;background:url(../assets/pattern1.jpg) center/120% no-repeat;opacity:.08;mix-blend-mode:multiply;z-index:0}
.phero .wrap{position:relative;z-index:5;width:min(1300px,100% - 3rem)}
.phero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.95fr);gap:1.5rem;align-items:center}
.phero-copy{min-width:0}
.phero-eyebrow{display:inline-block;margin-bottom:.4rem}
.phero h1{position:relative;z-index:6}
.phero h1 .line{display:block;overflow:hidden}
.phero h1 .line span{display:block;will-change:transform}
.phero-title-1{color:var(--maroon)}
.phero-title-2{color:var(--pink-deep)}
.phero-title-3{color:var(--teal-deep)}
.phero-sub{max-width:46ch;margin:1.4rem 0 1.8rem;font-size:clamp(1.05rem,1.4vw,1.35rem);color:#6b4a40}
.phero-cta{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}
.phero-note{margin-top:1.3rem;font-family:var(--font-display);text-transform:uppercase;letter-spacing:1px;font-size:.82rem;color:var(--maroon);display:flex;align-items:center;gap:.6rem}
.phero-note .dot{width:9px;height:9px;border-radius:50%;background:#37b34a;box-shadow:0 0 0 4px rgba(55,179,74,.2);animation:pulse 2s infinite}
@keyframes pulse{50%{box-shadow:0 0 0 8px rgba(55,179,74,0)}}

/* hero visual stack — main image is IN-FLOW so it anchors the stage height */
.phero-stage{position:relative;width:min(100%,560px);margin-left:auto}
.phero-main{position:relative;z-index:2;aspect-ratio:1/1;border-radius:38px;box-shadow:var(--shadow-lg);transform:rotate(3deg)}
.phero-float{position:absolute;border-radius:24px;box-shadow:var(--shadow-lg);overflow:hidden}
.phero-float.f1{width:44%;aspect-ratio:3/4;right:-9%;top:-4%;transform:rotate(-6deg);z-index:6}
.phero-float.f2{width:40%;aspect-ratio:1/1;left:-9%;bottom:-8%;transform:rotate(-4deg);z-index:6}
.phero-badge{position:absolute;z-index:7;right:-6%;bottom:20%;background:var(--yellow);color:var(--maroon);width:112px;height:112px;border-radius:50%;display:grid;place-content:center;text-align:center;box-shadow:var(--shadow);font-family:var(--font-display);text-transform:uppercase;line-height:1;transform:rotate(-10deg)}
.phero-badge b{font-size:1.7rem;display:block}
.phero-badge span{font-size:.6rem;letter-spacing:1px;margin-top:.2rem}
.sprinkle{position:absolute;width:16px;height:6px;border-radius:6px;z-index:6;opacity:.9}
@media (max-width:900px){
  .phero-grid{grid-template-columns:1fr;text-align:center}
  .phero-sub{margin-inline:auto}.phero-cta{justify-content:center}.phero-note{justify-content:center}
  .phero-stage{margin:2rem auto 0;max-width:420px}
}

/* hero curtain drip into next section */
.phero-drip{position:absolute;left:0;right:0;bottom:-1px;z-index:8;line-height:0}
.phero-drip svg{width:100%;height:clamp(60px,9vw,130px)}

/* ============================ SECTION TRANSITIONS ============================ */
.wave svg{height:clamp(60px,8vw,120px)}   /* taller, more dramatic */
.tilt{transform:rotate(-1.2deg);transform-origin:center}

/* ============================ SIGNATURE SHOWCASE (hover-zoom) ============================ */
.showcase{position:relative;overflow:hidden;color:#fff;transition:background .6s var(--ease);
  background:var(--maroon);padding:clamp(3.5rem,7vw,6.5rem) 0}
.showcase[data-theme]{background:var(--th,#6e2320)}
.showcase .wrap{position:relative;z-index:3}
.showcase-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}
.showcase-head .eyebrow{color:var(--yellow)}
.showcase-head h2{color:#fff}
.showcase-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:center}
.showcase-stage{position:relative;aspect-ratio:4/5;border-radius:32px;overflow:hidden;box-shadow:var(--shadow-lg);background:#000}
.showcase-stage .stage-img{position:absolute;inset:0;opacity:0;transform:scale(1.12);transition:opacity .7s var(--ease),transform 6s linear;background-size:cover;background-position:center}
.showcase-stage .stage-img.active{opacity:1;transform:scale(1)}
.showcase-stage .stage-cap{position:absolute;left:0;right:0;bottom:0;z-index:4;padding:2rem;background:linear-gradient(0deg,rgba(0,0,0,.6),transparent);opacity:0;transform:translateY(10px);transition:.4s}
.showcase-stage .stage-cap.active{opacity:1;transform:none}
.showcase-stage .stage-cap .ribbon{margin-bottom:.6rem}
.showcase-list{display:flex;flex-direction:column;gap:.2rem}
.sc-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.16);cursor:pointer;position:relative;transition:padding .3s var(--ease)}
.sc-item .sc-num{font-family:var(--font-display);font-size:.9rem;opacity:.5;width:2rem}
.sc-item .sc-name{font-family:var(--font-display);text-transform:uppercase;font-size:clamp(1.4rem,2.6vw,2.4rem);letter-spacing:.5px;line-height:1;transition:transform .3s var(--ease),opacity .3s;opacity:.7}
.sc-item .sc-arrow{margin-left:auto;opacity:0;transform:translateX(-8px);transition:.3s var(--ease);font-size:1.4rem}
.sc-item:hover .sc-name,.sc-item.active .sc-name{opacity:1;transform:translateX(10px)}
.sc-item:hover .sc-arrow,.sc-item.active .sc-arrow{opacity:1;transform:none}
.sc-item.active{padding-left:.4rem}
.showcase-cta{margin-top:1.6rem}
@media (max-width:820px){
  .showcase-grid{grid-template-columns:1fr}
  .showcase-stage{order:-1;aspect-ratio:4/3}
  .sc-item .sc-name{font-size:1.5rem}
}

/* ============================ EDITORIAL BLOCKS ============================ */
.ed{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.ed .ed-media{position:relative;aspect-ratio:4/5;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}
.ed .ed-media.tilt{transform:rotate(-2deg)}
.ed-kicker{font-family:var(--font-display);text-transform:uppercase;letter-spacing:3px;font-size:.8rem;color:var(--pink-deep);margin-bottom:.8rem}
@media (max-width:820px){.ed{grid-template-columns:1fr}}

/* floating stat badges refined */
.stat-badge{border:5px solid rgba(255,255,255,.6)}

/* premium marquee */
.marquee{background:var(--maroon);color:var(--cream);border-block:none;padding:1.1rem 0}
.marquee .star{color:var(--yellow)}

/* quote band */
.quote-band{background:var(--pink);color:var(--maroon);text-align:center}
.quote-band p{font-family:var(--font-script);font-size:clamp(2rem,5vw,4rem);line-height:1.05;max-width:22ch;margin-inline:auto}

/* reduced motion: keep everything visible */
@media (prefers-reduced-motion:reduce){
  .phero h1 .line span,.reveal,.reveal-l,.reveal-r,.reveal-pop{transform:none !important;opacity:1 !important}
  .showcase-stage .stage-img{transition:opacity .3s}
}

/* ==========================================================================
   PREMIUM v2 — perf + more craft
   ========================================================================== */
/* Grain: drop the expensive blend mode so scrolling stays buttery */
body::after{mix-blend-mode:normal;opacity:.035}

/* Footer wordmark now an SVG that always fits (no more "TOASTED CO" clip) */
.footer-word{font-size:0;line-height:0;white-space:normal;margin-top:1.2rem}
.footer-word svg{display:block;width:100%;height:auto}

/* Ambient floating hero elements (composited transforms = cheap) */
@keyframes bobA{0%,100%{transform:rotate(-6deg) translateY(0)}50%{transform:rotate(-6deg) translateY(-16px)}}
@keyframes bobB{0%,100%{transform:rotate(-4deg) translateY(0)}50%{transform:rotate(-4deg) translateY(-11px)}}
@keyframes bobM{0%,100%{transform:rotate(3deg) translateY(0)}50%{transform:rotate(3deg) translateY(-8px)}}
.phero-float.f1{animation:bobA 6s ease-in-out infinite}
.phero-float.f2{animation:bobB 7.5s ease-in-out infinite}
.phero-main{animation:bobM 9s ease-in-out infinite}
.sprinkle{animation:bobA 5s ease-in-out infinite}

/* Custom cursor follower */
.tc-cursor{position:fixed;top:0;left:0;width:32px;height:32px;border:2px solid var(--pink);border-radius:50%;pointer-events:none;z-index:10001;transform:translate(-50%,-50%);transition:width .25s var(--ease),height .25s var(--ease),background .25s,border-color .25s,opacity .3s;will-change:transform}
.tc-cursor.grow{width:60px;height:60px;background:rgba(232,111,181,.16);border-color:var(--pink-deep)}
.tc-cursor.hide{opacity:0}
@media (hover:none),(pointer:coarse){.tc-cursor{display:none}}

/* Full-bleed photo marquee band */
.photo-strip{overflow:hidden;background:var(--maroon);padding:.7rem 0}
.photo-track{display:flex;gap:.7rem;width:max-content;animation:marq 50s linear infinite}
.photo-strip:hover .photo-track{animation-play-state:paused}
.photo-track .ph{flex:0 0 auto;width:clamp(190px,22vw,290px);aspect-ratio:4/3;border-radius:14px}
@media (prefers-reduced-motion:reduce){
  .photo-track{animation:none;flex-wrap:wrap;justify-content:center}
  .phero-float.f1,.phero-float.f2,.phero-main,.sprinkle{animation:none}
}

/* ==========================================================================
   PREMIUM v3 — bold creative moments
   ========================================================================== */
/* Cinematic slow zoom on hero main image */
@keyframes kenburns{0%{transform:scale(1)}100%{transform:scale(1.09)}}
.phero-main img{animation:kenburns 16s ease-in-out infinite alternate}

/* 3D tilt cards */
.tilt-card{transform-style:preserve-3d;transition:transform .3s var(--ease),box-shadow .3s var(--ease);will-change:transform}
.tilt-card>*{transform:translateZ(30px)}

/* Magnetic buttons keep their look; JS nudges transform */
.btn.magnetic{will-change:transform}

/* Kinetic outlined type band */
.kinetic{overflow:hidden;background:var(--cream);padding:clamp(1.4rem,3vw,2.4rem) 0;border-block:3px solid var(--maroon)}
.kinetic-track{display:flex;gap:2.5rem;width:max-content;animation:marq 32s linear infinite}
.kinetic:hover .kinetic-track{animation-play-state:paused}
.kinetic-track span{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:clamp(2.6rem,8vw,7rem);line-height:1;letter-spacing:1px;color:transparent;-webkit-text-stroke:2px var(--maroon);text-stroke:2px var(--maroon);white-space:nowrap;display:inline-block}
.kinetic-track b{font-weight:700}
.kinetic-track .fill{color:var(--pink);-webkit-text-stroke:0}
.kinetic-track .fill-t{color:var(--teal-deep);-webkit-text-stroke:0}

/* Pinned horizontal flavor gallery */
.hgallery{background:linear-gradient(180deg,var(--cream-2),var(--cream));position:relative;overflow:hidden}
.hgallery .hg-head{margin-bottom:2rem}
.hg-scroller{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.hg-scroller::-webkit-scrollbar{display:none}
.hgallery.pinned .hg-scroller{overflow:visible;scroll-snap-type:none}
.hg-track{display:flex;gap:1.4rem;padding:0 max(6vw,1.2rem) 1rem;width:max-content}
.hcard{flex:0 0 clamp(240px,30vw,400px);aspect-ratio:3/4;border-radius:26px;overflow:hidden;box-shadow:var(--shadow-lg);position:relative;scroll-snap-align:center}
.hcard .hcap{position:absolute;left:0;right:0;bottom:0;padding:1.5rem;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent);z-index:3}
.hcard .hcap h3{color:#fff;margin-bottom:.2rem}
.hcard .hcap p{color:rgba(255,255,255,.9);font-size:.95rem}
.hcard .hcap .ribbon{margin-bottom:.5rem}
.hg-hint{font-family:var(--font-display);text-transform:uppercase;letter-spacing:1px;font-size:.8rem;color:var(--pink-deep);display:flex;align-items:center;gap:.5rem;margin-top:.5rem}
@media (prefers-reduced-motion:reduce){.kinetic-track{animation:none;flex-wrap:wrap}.phero-main img{animation:none}}

/* Mobile: keep hero floats & badge within the frame (no horizontal spill) */
@media (max-width:900px){
  .phero-float.f1{right:-2%;top:-2%}
  .phero-float.f2{left:-2%;bottom:-6%}
  .phero-badge{right:0;bottom:14%;width:92px;height:92px}
  .phero-badge b{font-size:1.3rem}
}

/* ==========================================================================
   PREMIUM v4 — iconography, cake page, nav fit
   ========================================================================== */
/* SVG icons replace emojis */
.cat-ic,.v-ic,.perk-ic{line-height:0}
.cat-ic svg,.v-ic svg,.perk-ic svg{width:1em;height:1em;display:inline-block;stroke-width:1.6}
.cat-ic{color:var(--c,var(--pink-deep))}
.v-ic{color:var(--vc,var(--pink-deep))}
.perk-ic{color:var(--pc,var(--pink-deep))}

/* Cake page — how it works step icons + feature row */
.step-ic{display:grid;place-items:center;width:60px;height:60px;border-radius:50%;background:color-mix(in srgb,var(--sc,var(--pink)) 16%,#fff);color:var(--sc,var(--pink-deep));margin:0 auto 1rem}
.step-ic svg{width:28px;height:28px}
.feature-row{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;margin-top:2.2rem;padding:0}
.feature-row li{display:inline-flex;align-items:center;gap:.55rem;background:var(--white);border-radius:999px;padding:.6rem 1.15rem;box-shadow:var(--shadow-sm);font-weight:600;color:var(--maroon);font-size:.98rem}
.feature-row .fr-ic{display:grid;place-items:center;width:22px;height:22px;color:var(--pink-deep);flex:0 0 auto}
.feature-row .fr-ic svg{width:20px;height:20px}

/* Point-list icons */
.tick-list li{list-style:none}
.form-note svg{flex:0 0 auto;color:var(--pink-deep)}

/* Nav: fit 7 links on mid-desktop */
@media (min-width:901px) and (max-width:1150px){
  .nav-links{gap:1rem}
  .nav-links a{font-size:.92rem;letter-spacing:.5px}
  .nav-brand .bt b{font-size:1rem}
}

/* Point lists get a check icon instead of a plain dot */
.tick-list li{padding-left:2rem;position:relative}
.tick-list li::before{content:"";position:absolute;left:0;top:.3em;width:20px;height:20px;background:currentColor;border-radius:0;box-shadow:none;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.6 16.6l-4-4L4 14.2l5.6 5.6L20 9.4 18.4 7.8z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.6 16.6l-4-4L4 14.2l5.6 5.6L20 9.4 18.4 7.8z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  opacity:.9}
/* Careers non-negotiables get a check chip */
.nn{position:relative;padding-left:2.9rem}
.nn::before{content:"";position:absolute;left:1rem;top:1.15rem;width:20px;height:20px;background:var(--yellow);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.6 16.6l-4-4L4 14.2l5.6 5.6L20 9.4 18.4 7.8z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.6 16.6l-4-4L4 14.2l5.6 5.6L20 9.4 18.4 7.8z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat}

/* ===== Bold statement section (ported from the Geluna concept) ===== */
.gstatement{background:var(--pink);position:relative;overflow:hidden}
.gstatement .line{font-family:var(--font-display);text-transform:uppercase;font-weight:700;line-height:.92;font-size:clamp(2.4rem,7vw,6rem);color:var(--maroon);margin:.1em 0}
.gstatement .line .star{display:inline-block;width:.7em;height:.7em;color:var(--yellow);vertical-align:middle;margin-right:.2em}
.gstatement .btn{margin-top:1.8rem}

/* ===== Scoop of Praise — testimonials over giant text w/ scroll parallax ===== */
.gpraise{position:relative;background:linear-gradient(180deg,#eaf7fa,#dff1f5);overflow:hidden;padding:clamp(6rem,13vw,11rem) 0}
.gpraise-word{position:absolute;inset:0;display:grid;place-items:center;font-family:var(--font-display);text-transform:uppercase;font-weight:700;color:var(--maroon);opacity:.16;font-size:clamp(5rem,23vw,22rem);letter-spacing:-3px;pointer-events:none;line-height:.74;text-align:center;will-change:transform}
.gpraise .wrap{position:relative;z-index:3}
.gpraise .praise-eyebrow{display:block;text-align:center;margin-bottom:2rem}
.gpraise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;align-items:start}
.gpraise .tcard{background:var(--white);border-radius:22px;box-shadow:var(--shadow);overflow:hidden;will-change:transform}
.gpraise .tcard .ph{aspect-ratio:4/3}
.gpraise .tcard .tbody{padding:1.3rem 1.4rem 1.5rem}
.gpraise .tcard p{color:var(--maroon);font-size:1.05rem;line-height:1.5;margin-bottom:.7rem}
.gpraise .tcard .tstars{display:flex;gap:2px;color:var(--yellow-deep);margin-bottom:.5rem}
.gpraise .tcard .tstars svg{width:18px;height:18px}
.gpraise .tcard .tname{font-family:var(--font-script);font-size:1.6rem;color:var(--pink-deep);line-height:1}
@media (max-width:820px){
  .gpraise-grid{grid-template-columns:1fr;max-width:460px;margin-inline:auto}
  .gpraise .tcard{transform:none !important}
  .gpraise-word{transform:none !important;opacity:.10}
}

/* ===== Scoop of Praise v3 — Geluna-faithful: pinned word + cards streaming past ===== */
.gpraise{padding:0 !important;position:relative;overflow:visible !important;background:linear-gradient(180deg,#eaf7fa,#dff1f5)}
.gpraise-inner{position:relative;height:320vh}
.gpraise-sticky{position:sticky;top:0;height:100vh;display:grid;place-items:center;z-index:1;pointer-events:none}
.gpraise-word{position:relative;inset:auto;font-family:var(--font-display);text-transform:uppercase;font-weight:700;color:var(--maroon);opacity:1;
  font-size:clamp(3.4rem,14vw,12rem);line-height:.86;letter-spacing:-3px;text-align:center;margin:0;max-width:100%}
.gpraise .tcard{position:absolute;width:min(330px,86vw);z-index:2;background:var(--white);border-radius:22px;box-shadow:0 24px 60px -18px rgba(74,20,18,.32);overflow:hidden}
.gpraise .tcard .ph{aspect-ratio:4/3}
.gpraise .tcard .tbody{padding:1.15rem 1.3rem 1.35rem}
.gpraise .tcard p{color:var(--maroon);font-size:1.02rem;line-height:1.5;margin-bottom:.6rem}
.gpraise .tcard .tstars{display:flex;gap:2px;color:var(--yellow-deep);margin-bottom:.5rem}
.gpraise .tcard .tstars svg{width:17px;height:17px}
.gpraise .tcard .tname{font-family:var(--font-script);font-size:1.55rem;color:var(--pink-deep);line-height:1}
.gpraise .tc-a{top:2%;left:3%;transform:rotate(-2.5deg)}
.gpraise .tc-b{top:18%;right:4%;transform:rotate(2.5deg)}
.gpraise .tc-c{top:38%;left:35%}
.gpraise .tc-d{top:57%;left:5%;transform:rotate(2deg)}
.gpraise .tc-e{top:75%;right:6%;transform:rotate(-2deg)}
@media (max-width:900px){
  .gpraise-inner{height:auto;padding:4.5rem 1.2rem;display:flex;flex-direction:column;align-items:center;gap:1.4rem}
  .gpraise-sticky{position:relative;top:auto;height:auto;margin-bottom:.6rem}
  .gpraise-word{font-size:clamp(3rem,15vw,7rem)}
  .gpraise .tcard{position:relative;top:auto !important;left:auto !important;right:auto !important;width:100%;max-width:440px;transform:none !important}
}

/* ==========================================================================
   PREMIUM v5 — final mobile polish & section refinements
   ========================================================================== */

/* (1) Hero background pattern: always cover on every screen (no empty bands on mobile) */
.phero-grain{background-size:cover !important;background-position:center !important}

/* (2 & 8) Bigger, prominent logo on mobile (it's the only logo on the site) */
@media (max-width:600px){
  .nav-brand img{height:58px}
  .nav{padding:.4rem .7rem .4rem .9rem}
}

/* (9) Mobile menu: underline hugs the page name instead of floating far below it */
@media (max-width:900px){
  .nav-links a{display:inline-block;width:auto;padding:.5rem 0}
  .nav-links a::after{bottom:.28rem;height:3px}
}

/* (5) Mobile hero: larger, punchier headline; tighter vertical rhythm */
@media (max-width:600px){
  .phero{min-height:auto;padding-top:calc(var(--nav-h) + 1.1rem);padding-bottom:3rem}
  .phero h1.h-xl{font-size:clamp(4.3rem,21vw,6.6rem);line-height:.9;letter-spacing:-1px}
  .phero-sub{font-size:1.08rem;margin:1.1rem auto 1.4rem}
  .phero-eyebrow{font-size:2rem}
}

/* (4) Fan Favorites on mobile: image stays pinned in view while you tap through flavors */
@media (max-width:820px){
  .showcase-stage{position:sticky;top:calc(var(--nav-h) + 12px);z-index:5;order:-1;
    aspect-ratio:16/11;max-height:42vh;margin-bottom:1.1rem}
  .showcase-list{gap:.1rem}
  .sc-item{padding:.85rem 0}
}

/* (7) "Say hello to the good stuff" — labels on TOP of each card (fully readable) */
.hcard .hcap{top:0;bottom:auto;background:linear-gradient(180deg,rgba(0,0,0,.74),rgba(0,0,0,0) 88%)}
.hcard .hcap h3{color:#fff}
/* Desktop pinned run gets a gentle left inset; trailing gap is trimmed in JS */
.hgallery.pinned .hg-track{padding:0 2rem 1rem 6vw}
/* Mobile: clean swipe carousel — no pin, no empty cream space, snaps card-to-card */
@media (max-width:900px){
  .hgallery .hg-scroller{overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem}
  .hg-track{gap:1rem;padding:0 1.2rem 1rem}
  .hcard{flex:0 0 80vw;aspect-ratio:3/4;scroll-snap-align:center}
  .hg-hint{margin-top:.2rem}
}

/* (10) Careers hero: back on-brand (soft cream like the rest of the site, not a yellow block) */
.careers-hero{background:linear-gradient(180deg,var(--cream) 0%,var(--cream-2) 100%) !important}
.careers-hero-bg{opacity:.12;mix-blend-mode:multiply}

/* ==========================================================================
   PREMIUM v6 — client round 2: cone cursor, events modal, order UI, form fix
   ========================================================================== */
.tc-cursor{width:38px;height:46px;border:none !important;border-radius:0 !important;
  background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2040%2050%27%3E%3Cpath%20d%3D%27M11%2023%20L29%2023%20L20.5%2049%20Z%27%20fill%3D%27%23e7a24e%27%20stroke%3D%27%23c9762f%27%20stroke-width%3D%271.4%27%20stroke-linejoin%3D%27round%27%2F%3E%3Cpath%20d%3D%27M15%2027%20L18%2034%20M21%2026%20L25%2033%20M25.5%2026%20L28%2030%27%20stroke%3D%27%23c9762f%27%20stroke-width%3D%271%27%20stroke-linecap%3D%27round%27%20opacity%3D%27.5%27%2F%3E%3Ccircle%20cx%3D%2720%27%20cy%3D%2717%27%20r%3D%2712.5%27%20fill%3D%27%23f27ec0%27%2F%3E%3Ccircle%20cx%3D%2714.5%27%20cy%3D%2716%27%20r%3D%275.5%27%20fill%3D%27%23f9a8d4%27%2F%3E%3Cellipse%20cx%3D%2716%27%20cy%3D%2712%27%20rx%3D%273%27%20ry%3D%272%27%20fill%3D%27%23ffffff%27%20opacity%3D%27.55%27%2F%3E%3Ccircle%20cx%3D%2720%27%20cy%3D%274.6%27%20r%3D%273%27%20fill%3D%27%23d0323b%27%2F%3E%3Cpath%20d%3D%27M20%204.6%20q3%20-3%204%20-1%27%20stroke%3D%27%235a7d2a%27%20stroke-width%3D%271.2%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%2F%3E%3C%2Fsvg%3E") center/contain no-repeat !important;
  filter:drop-shadow(0 3px 4px rgba(74,28,26,.28));
  transition:width .2s var(--ease),height .2s var(--ease),opacity .3s;mix-blend-mode:normal}
.tc-cursor.grow{width:50px;height:60px;
  background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2040%2050%27%3E%3Cpath%20d%3D%27M11%2023%20L29%2023%20L20.5%2049%20Z%27%20fill%3D%27%23e7a24e%27%20stroke%3D%27%23c9762f%27%20stroke-width%3D%271.4%27%20stroke-linejoin%3D%27round%27%2F%3E%3Cpath%20d%3D%27M15%2027%20L18%2034%20M21%2026%20L25%2033%20M25.5%2026%20L28%2030%27%20stroke%3D%27%23c9762f%27%20stroke-width%3D%271%27%20stroke-linecap%3D%27round%27%20opacity%3D%27.5%27%2F%3E%3Ccircle%20cx%3D%2720%27%20cy%3D%2717%27%20r%3D%2712.5%27%20fill%3D%27%23f27ec0%27%2F%3E%3Ccircle%20cx%3D%2714.5%27%20cy%3D%2716%27%20r%3D%275.5%27%20fill%3D%27%23f9a8d4%27%2F%3E%3Cellipse%20cx%3D%2716%27%20cy%3D%2712%27%20rx%3D%273%27%20ry%3D%272%27%20fill%3D%27%23ffffff%27%20opacity%3D%27.55%27%2F%3E%3Ccircle%20cx%3D%2720%27%20cy%3D%274.6%27%20r%3D%273%27%20fill%3D%27%23d0323b%27%2F%3E%3Cpath%20d%3D%27M20%204.6%20q3%20-3%204%20-1%27%20stroke%3D%27%235a7d2a%27%20stroke-width%3D%271.2%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%2F%3E%3C%2Fsvg%3E") center/contain no-repeat !important}

.btn-order{padding:.55rem 1.15rem;font-size:.9rem;min-height:40px;box-shadow:var(--shadow-sm)}
@media (max-width:600px){ .btn-order{padding:.45rem .85rem;font-size:.8rem;min-height:36px;letter-spacing:.5px} }

.hgallery .hg-scroller{cursor:grab}
.hgallery .hg-scroller.dragging{cursor:grabbing;scroll-snap-type:none}
.hgallery .hg-scroller.dragging .hcard{pointer-events:none}

.check{align-items:center}
.check input{margin-top:0}
.check span{line-height:1.35}
@media (max-width:600px){ .checks{grid-template-columns:1fr} }

.tc-modal{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;padding:1.2rem;
  background:rgba(74,20,18,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);
  opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}
.tc-modal.show{opacity:1;visibility:visible}
.tc-modal-card{position:relative;background:var(--cream);border-radius:28px;box-shadow:var(--shadow-lg);
  max-width:440px;width:100%;padding:2.6rem 2rem 2.2rem;text-align:center;overflow:hidden;
  transform:translateY(18px) scale(.96);transition:transform .35s var(--ease)}
.tc-modal.show .tc-modal-card{transform:none}
.tc-modal-card::before{content:"";position:absolute;top:0;left:0;right:0;height:8px;
  background:linear-gradient(90deg,var(--pink),var(--yellow),var(--teal),var(--orange))}
.tc-modal-card .eyebrow{margin-bottom:.2rem}
.tc-modal-card h2{margin:.1rem 0 .6rem}
.tc-modal-card p{color:#6b4a40;margin-bottom:1.5rem}
.tc-modal-cta{display:flex;flex-direction:column;gap:.6rem;align-items:stretch}
.tc-modal-cta .btn{width:100%;justify-content:center}
.tc-modal-x{position:absolute;top:.7rem;right:.8rem;width:38px;height:38px;border-radius:50%;
  background:rgba(74,28,26,.08);font-size:1.5rem;line-height:1;color:var(--maroon);display:grid;place-items:center;transition:background .2s,color .2s}
.tc-modal-x:hover{background:var(--pink);color:#fff}
@media (hover:none),(pointer:coarse){ .tc-cursor{display:none} }

.order-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.3rem;margin-top:2.6rem}
.order-card{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem;background:var(--white);
  border-radius:24px;padding:1.7rem;box-shadow:var(--shadow-sm);border-bottom:7px solid var(--oc,var(--pink));
  transition:transform .3s var(--ease),box-shadow .3s var(--ease)}
.order-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.order-ic{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;
  background:color-mix(in srgb,var(--oc,var(--pink)) 16%,#fff);color:var(--oc,var(--pink-deep));
  font-family:var(--font-display);font-weight:700;font-size:1.15rem;letter-spacing:.5px}
.order-card h3{font-size:1.35rem;margin-top:.2rem}
.order-badge{font-family:var(--font-display);text-transform:uppercase;letter-spacing:1px;font-size:.72rem;color:var(--pink-deep)}
.order-card p{color:#7c5c50;font-size:.96rem;flex:1;margin-bottom:.3rem}
.order-card .btn{width:100%;justify-content:center}
.order-band{background:var(--maroon);color:var(--cream);text-align:center}
.order-band h2{color:#fff}
.order-band .lead{margin:.6rem auto 1.4rem;color:rgba(255,247,238,.9)}
.order-band .order-quick{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center}

/* (12) FIX — checkbox rows inside a .field (label{display:block} + input min-height stretched them) */
.field .checks .check{display:flex;align-items:center;gap:.6rem;flex-wrap:nowrap}
.field .checks .check input[type=checkbox]{width:20px;height:20px;min-height:0;margin:0;flex:0 0 auto}
.field .checks .check span{line-height:1.35}
