/* ==========================================================================
   Sufal Commercial — sufal.co.in
   Palette : Sufal red as a FIELD colour (not an accent), cool ink, cool mist
   Type    : Archivo (expanded, heavy) for display · Newsreader for body
   Signature: the brand wheel — 34 principals orbiting one purchase order,
              and it reads out what you point at.
   ========================================================================== */

/* Self-hosted, Latin-subset variable fonts. No third-party request, no
   render-blocking call to fonts.googleapis.com. SIL Open Font License 1.1 —
   see /assets/fonts/OFL-Archivo.txt and OFL-Newsreader.txt */
@font-face{
  font-family:'Archivo';
  src:url('/assets/fonts/archivo-var.woff2') format('woff2-variations');
  font-weight:100 900;
  font-stretch:62% 125%;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Newsreader';
  src:url('/assets/fonts/newsreader-var.woff2') format('woff2-variations');
  font-weight:200 800;
  font-style:normal;
  font-display:swap;
}

:root{
  --red:       #C62128;
  --red-deep:  #8E1219;
  --red-wash:  #FBEDEE;
  --ink:       #17181C;
  --ink-soft:  #33363D;
  --slate:     #5B6069;
  --rule:      #DDE0E4;
  --hair:      rgba(23,24,28,.10);
  --mist:      #F1F2F4;
  --paper:     #FFFFFF;

  --display: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --body:    'Newsreader', Georgia, 'Times New Roman', serif;
  --util:    'Archivo', 'Helvetica Neue', Arial, sans-serif;

  /* spacing scale — every gap in the page comes from here */
  --s1: 4px;  --s2: 8px;  --s3: 12px; --s4: 16px; --s5: 24px;
  --s6: 32px; --s7: 48px; --s8: 64px; --s9: 96px;

  --gut: clamp(20px, 4vw, 48px);
  --max: 1240px;
  --r:   3px;
  --r-lg: 6px;

  --t: 260ms cubic-bezier(.2,.7,.3,1);
  --t-slow: 480ms cubic-bezier(.2,.7,.3,1);

  --lift: 0 1px 2px rgba(23,24,28,.05), 0 8px 24px -12px rgba(23,24,28,.18);
  --lift-hi: 0 2px 4px rgba(23,24,28,.06), 0 18px 40px -16px rgba(23,24,28,.28);
}

*,*::before,*::after{ box-sizing:border-box; }

html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; scroll-padding-top:88px; }

body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--body);
  font-size:clamp(16.5px,1.05vw,18px);
  line-height:1.62;
  font-optical-sizing:auto;
  -webkit-font-smoothing:antialiased;
}

img{ max-width:100%; display:block; }
a{ color:inherit; }

.wrap{ width:100%; max-width:var(--max); margin-inline:auto; padding-inline:var(--gut); }

.skip{
  position:absolute; left:-9999px; top:8px; z-index:100;
  background:var(--ink); color:#fff; padding:10px 16px; border-radius:var(--r);
  font-family:var(--util); font-size:14px;
}
.skip:focus{ left:16px; }

:focus-visible{ outline:2.5px solid var(--red); outline-offset:3px; border-radius:2px; }

.vh{
  position:absolute; width:1px; height:1px; overflow:hidden;
  clip:rect(0 0 0 0); clip-path:inset(50%); white-space:nowrap;
}

/* ---------- Display type ------------------------------------------------ */
.h-xl,.h-lg,.h-md,.h-sm,.eyebrow,.btn,.nav__links a,.util{
  font-family:var(--util);
  font-optical-sizing:none;
}

.h-xl{
  font-variation-settings:'wdth' 118,'wght' 800;
  font-size:clamp(2.6rem,6.4vw,5.1rem);
  line-height:.94;
  letter-spacing:-.028em;
  margin:0;
  text-wrap:balance;
}
.h-lg{
  font-variation-settings:'wdth' 112,'wght' 750;
  font-size:clamp(1.9rem,3.4vw,2.9rem);
  line-height:1.02;
  letter-spacing:-.02em;
  margin:0;
  text-wrap:balance;
}
.h-md{
  font-variation-settings:'wdth' 106,'wght' 700;
  font-size:clamp(1.15rem,1.5vw,1.32rem);
  line-height:1.2;
  letter-spacing:-.01em;
  margin:0;
}
.h-sm{
  font-variation-settings:'wdth' 100,'wght' 650;
  font-size:.95rem; line-height:1.3; margin:0;
}

.eyebrow{
  font-variation-settings:'wdth' 92,'wght' 650;
  font-size:.7rem;
  letter-spacing:.17em;
  text-transform:uppercase;
  color:var(--red);
  margin:0 0 var(--s4);
  display:flex; align-items:center; gap:10px;
}
.eyebrow::before{
  content:''; width:22px; height:2px; background:var(--red); flex:none;
}
.eyebrow--pale{ color:rgba(255,255,255,.72); }
.eyebrow--pale::before{ background:rgba(255,255,255,.6); }

.lede{
  font-size:clamp(1.08rem,1.4vw,1.28rem);
  line-height:1.55;
  color:var(--ink-soft);
  max-width:44ch;
}

.util{ font-variation-settings:'wdth' 96,'wght' 500; font-size:.8rem; letter-spacing:.02em; }

/* ---------- Buttons ----------------------------------------------------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  background:var(--red); color:#fff; text-decoration:none;
  padding:15px 26px; border:0; border-radius:var(--r); cursor:pointer;
  font-family:var(--util);
  font-variation-settings:'wdth' 100,'wght' 650;
  font-size:.9rem; letter-spacing:.005em;
  transition:background var(--t), transform var(--t), box-shadow var(--t);
}
.btn:hover{ background:var(--red-deep); transform:translateY(-1px); box-shadow:var(--lift); }
.btn:active{ transform:translateY(0); box-shadow:none; }
.btn[disabled],.btn[aria-disabled="true"]{ opacity:.55; pointer-events:none; }
.btn--sm{ padding:10px 18px; font-size:.82rem; }
.btn--wide{ width:100%; }
.btn--ghost{
  background:transparent; color:var(--ink);
  box-shadow:inset 0 0 0 1.5px var(--rule);
}
.btn--ghost:hover{ background:var(--ink); color:#fff; box-shadow:inset 0 0 0 1.5px var(--ink); }
.btn--light{ background:#fff; color:var(--red); }
.btn--light:hover{ background:var(--ink); color:#fff; }

/* ---------- Nav --------------------------------------------------------- */
.nav{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.9);
  backdrop-filter:saturate(160%) blur(12px);
  border-bottom:1px solid var(--rule);
  transition:box-shadow var(--t);
}
.nav[data-stuck]{ box-shadow:0 1px 20px -6px rgba(23,24,28,.18); }
.nav__in{ display:flex; align-items:center; gap:26px; height:70px; }

.mark{ display:flex; align-items:center; gap:11px; text-decoration:none; margin-right:auto; }
.mark__dot{
  width:30px; height:30px; border-radius:50%;
  background:var(--red);
  box-shadow:inset 0 0 0 2px var(--red), inset 0 0 0 3.5px rgba(255,255,255,.85);
  flex:none;
}
.mark__txt{ display:flex; flex-direction:column; line-height:1; font-family:var(--util); }
.mark__txt b{
  font-variation-settings:'wdth' 125,'wght' 800;
  font-size:1.12rem; letter-spacing:.005em;
}
.mark__txt i{
  font-style:normal; font-variation-settings:'wdth' 100,'wght' 550;
  font-size:.5rem; letter-spacing:.36em; text-transform:uppercase; color:var(--slate);
  margin-top:4px;
}

.nav__links{ display:flex; gap:30px; }
.nav__links a{
  text-decoration:none; color:var(--ink-soft);
  font-variation-settings:'wdth' 96,'wght' 550; font-size:.86rem;
  padding:6px 0; position:relative;
  transition:color var(--t);
}
.nav__links a::after{
  content:''; position:absolute; left:0; right:100%; bottom:0; height:2px;
  background:var(--red); transition:right var(--t);
}
.nav__links a:hover{ color:var(--ink); }
.nav__links a:hover::after,
.nav__links a[aria-current]::after{ right:0; }
.nav__links a[aria-current]{ color:var(--ink); }

.burger{
  display:none; width:40px; height:40px; border:0; background:transparent;
  cursor:pointer; flex-direction:column; justify-content:center; gap:6px; align-items:center;
}
.burger span{ width:20px; height:2px; background:var(--ink); transition:transform var(--t), opacity var(--t); }
.burger[aria-expanded="true"] span:first-child{ transform:translateY(4px) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child{ transform:translateY(-4px) rotate(-45deg); }

.mob{ display:none; flex-direction:column; padding:8px var(--gut) var(--s5); gap:2px; border-top:1px solid var(--rule); }
.mob a{
  text-decoration:none; padding:13px 0; font-family:var(--util);
  font-variation-settings:'wdth' 100,'wght' 600; font-size:1rem;
  border-bottom:1px solid var(--rule);
}
.mob .btn{ justify-content:center; margin-top:var(--s4); border-bottom:0; }

/* ---------- Hero -------------------------------------------------------- */
.hero{ padding:clamp(48px,6vw,88px) 0 clamp(40px,5vw,72px); overflow:hidden; }
.hero__in{
  display:grid; grid-template-columns:minmax(0,.86fr) minmax(0,1fr);
  gap:clamp(32px,5vw,64px); align-items:center;
}
.hero h1 em{ font-style:normal; color:var(--red); }
.hero .lede{ margin:26px 0 0; }
.hero__cta{ display:flex; gap:var(--s3); flex-wrap:wrap; margin-top:34px; }

.hero__meta{
  display:flex; gap:28px; margin-top:44px; padding-top:var(--s5);
  border-top:1px solid var(--rule); flex-wrap:wrap;
}
.hero__meta div{ min-width:0; }
.hero__meta dt{
  font-family:var(--util); font-variation-settings:'wdth' 90,'wght' 600;
  font-size:.62rem; letter-spacing:.14em; text-transform:uppercase; color:var(--slate);
}
.hero__meta dd{
  margin:5px 0 0; font-family:var(--util);
  font-variation-settings:'wdth' 108,'wght' 700; font-size:1.5rem; letter-spacing:-.02em;
}

/* ==========================================================================
   BRAND TILE — one component, used by the wheel, the grid and the drawer.
   --bc  : the principal's own brand colour, as a hairline ring only.
   --fit : 0.58–1, set per brand in PHP so a long name never overflows.
   ========================================================================== */
.tile{
  position:relative; display:grid; place-items:center;
  width:100%; height:100%; border-radius:50%;
  background:var(--paper); overflow:hidden;
  --bc:var(--rule);
  --fit:1;
}
.tile--word{ background:color-mix(in srgb, var(--bc) 7%, #fff); }
.tile::before{
  content:''; position:absolute; inset:0; border-radius:50%;
  border:1px solid var(--bc); opacity:.5;
  transition:opacity var(--t);
  pointer-events:none;
}
.tile__img{
  width:72%; height:72%; object-fit:contain;
}
.tile__word{
  font-family:var(--util);
  font-variation-settings:'wdth' 84,'wght' 750;
  text-align:center; line-height:1.04;
  letter-spacing:-.01em; color:var(--ink);
  padding-inline:8%;
  overflow-wrap:anywhere;
}

/* ---------- SIGNATURE: brand wheel -------------------------------------- */
.hero__wheel{ position:relative; }

.wheel{
  position:relative;
  width:min(100%,600px);
  aspect-ratio:1;
  margin-inline:auto;
  container-type:size;
}
.wheel__disc{
  position:absolute; inset:0; border-radius:50%;
  background:var(--red);
  box-shadow:0 30px 70px -30px rgba(198,33,40,.6);
}
.wheel__disc::after{
  content:''; position:absolute; inset:26%; border-radius:50%;
  border:1px solid rgba(255,255,255,.34);
}

/* the hub is a readout, not a label — it reports whatever you point at */
.wheel__hub{
  position:absolute; inset:26%; border-radius:50%;
  display:grid; place-content:center; text-align:center;
  color:#fff; z-index:3; pointer-events:none;
  padding:8%;
}
.hub__face{ grid-area:1/1; transition:opacity var(--t), transform var(--t); }
.hub__face[data-off]{ opacity:0; transform:scale(.96); }
.wheel__hub b{
  display:block; font-family:var(--util);
  font-variation-settings:'wdth' 125,'wght' 800;
  font-size:clamp(1.5rem,3.8vw,2.7rem); letter-spacing:.005em; line-height:.9;
}
.wheel__hub i{
  display:block; font-style:normal; font-family:var(--util);
  font-variation-settings:'wdth' 108,'wght' 700;
  font-size:clamp(.55rem,1.15vw,.86rem); letter-spacing:.2em; text-transform:uppercase;
  margin-top:7px; color:#fff;
}
.wheel__hub small{
  display:block; font-family:var(--util);
  font-variation-settings:'wdth' 90,'wght' 500;
  font-size:.58rem; letter-spacing:.1em; text-transform:uppercase;
  margin-top:var(--s3); color:rgba(255,255,255,.6);
}
/* brand readout face */
.hub__brand b{
  font-variation-settings:'wdth' 108,'wght' 780;
  font-size:clamp(.9rem,2.3vw,1.55rem); line-height:1;
  letter-spacing:-.015em; text-wrap:balance;
}
.hub__brand i{
  font-variation-settings:'wdth' 92,'wght' 550;
  font-size:clamp(.5rem,.95vw,.7rem); letter-spacing:.14em;
  margin-top:10px; color:rgba(255,255,255,.72);
}
.hub__brand small{ margin-top:10px; color:rgba(255,255,255,.5); }

.wheel__ring{
  position:absolute; inset:0;
  animation:spin 150s linear infinite;
  transform-origin:50% 50%;
  --sz:11cqw; --r-pos:40cqw;
}
.wheel__ring--in{
  animation-duration:112s; animation-direction:reverse;
  --sz:9.6cqw; --r-pos:27.5cqw;
}
.wheel:hover .wheel__ring,
.wheel:focus-within .wheel__ring,
.wheel[data-hold] .wheel__ring{ animation-play-state:paused; }

@keyframes spin{ to{ transform:rotate(360deg); } }

.chip{
  position:absolute; top:50%; left:50%;
  width:var(--sz); height:var(--sz); margin:calc(var(--sz) / -2) 0 0 calc(var(--sz) / -2);
  transform:rotate(var(--a)) translate(var(--r-pos)) rotate(calc(var(--a) * -1));
  z-index:2;
}
.chip__spin{
  width:100%; height:100%;
  animation:spin 150s linear infinite reverse;
}
.wheel__ring--in .chip__spin{ animation-duration:112s; animation-direction:normal; }
.wheel:hover .chip__spin,
.wheel:focus-within .chip__spin,
.wheel[data-hold] .chip__spin{ animation-play-state:paused; }

.chip a{
  display:block; width:100%; height:100%; border-radius:50%;
  text-decoration:none;
  box-shadow:0 2px 8px rgba(23,24,28,.16);
  transition:transform var(--t), box-shadow var(--t);
}
.chip a:hover,.chip a:focus-visible{
  transform:scale(1.16); box-shadow:0 10px 26px rgba(23,24,28,.3); z-index:5;
}
.chip a:hover .tile::before,
.chip a:focus-visible .tile::before{ opacity:1; border-width:1.5px; }
.chip .tile__word{ font-size:calc(var(--sz) * .17 * var(--fit)); }

.wheel__grid{ display:none; }
.wheel__grid a.more{ display:none; }

/* ---------- Red band (marquee) ------------------------------------------ */
.band{
  background:var(--red); color:#fff; overflow:hidden;
  padding:15px 0; user-select:none;
}
.band__track{
  display:flex; gap:0; width:max-content;
  animation:slide 52s linear infinite;
}
.band:hover .band__track{ animation-play-state:paused; }
@keyframes slide{ to{ transform:translateX(-50%); } }
.band__track span{
  font-family:var(--util); font-variation-settings:'wdth' 100,'wght' 600;
  font-size:.74rem; letter-spacing:.14em; text-transform:uppercase;
  padding-inline:30px; white-space:nowrap;
  display:flex; align-items:center; gap:30px;
}
.band__track span::after{
  content:''; width:4px; height:4px; border-radius:50%;
  background:rgba(255,255,255,.5);
}

/* ---------- Sections ---------------------------------------------------- */
.sec{ padding:clamp(56px,7vw,104px) 0; }
.sec--mist{ background:var(--mist); }
.sec--red{ background:var(--red); color:#fff; }
.sec--red .lede{ color:rgba(255,255,255,.82); }

.sec__head{
  display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:clamp(24px,4vw,56px); align-items:end; margin-bottom:clamp(32px,4vw,56px);
}
.sec__head p{ margin:0; }

/* ---------- Category cards ---------------------------------------------- */
.cats{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1px; background:var(--rule); border:1px solid var(--rule); }

.cat{
  background:var(--paper); padding:var(--s6) 28px 28px;
  display:flex; flex-direction:column; gap:var(--s3);
  text-decoration:none; position:relative;
  transition:background var(--t);
}
.cat::after{
  content:''; position:absolute; left:0; top:0; bottom:0; width:3px;
  background:var(--red); transform:scaleY(0); transform-origin:top;
  transition:transform var(--t);
}
.cat:hover{ background:var(--red-wash); }
.cat:hover::after,.cat:focus-visible::after{ transform:scaleY(1); }
.cat__n{
  font-family:var(--util); font-variation-settings:'wdth' 88,'wght' 600;
  font-size:.62rem; letter-spacing:.14em; color:var(--red);
}
.cat p{ margin:0; font-size:.94rem; color:var(--slate); line-height:1.5; }
.cat__logos{ display:flex; flex-wrap:wrap; gap:6px; margin-top:auto; padding-top:var(--s4); }
.cat__logos b{
  font-family:var(--util); font-variation-settings:'wdth' 88,'wght' 550;
  font-size:.63rem; padding:4px 9px 4px 7px; border-radius:100px;
  background:var(--mist); color:var(--ink-soft); white-space:nowrap;
  display:inline-flex; align-items:center; gap:5px;
}
/* each pill carries the principal's own colour as a 5px dot */
.cat__logos b::before{
  content:''; width:5px; height:5px; border-radius:50%; flex:none;
  background:var(--bc,var(--slate));
}

/* ---------- Channels ---------------------------------------------------- */
.chan{ display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:0; }
.chan__i{ padding:0 var(--s5); border-left:2px solid rgba(255,255,255,.28); }
.chan__i:first-child{ padding-left:0; border-left:0; }
.chan__i h3{
  font-family:var(--util); font-variation-settings:'wdth' 106,'wght' 700;
  font-size:1.02rem; line-height:1.15; margin:0 0 var(--s3); letter-spacing:-.01em;
}
.chan__i p{ margin:0; font-size:.92rem; line-height:1.55; color:rgba(255,255,255,.78); }

/* ---------- Proof / why ------------------------------------------------- */
.why{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1px; background:var(--rule); border:1px solid var(--rule); }
.why__i{ background:var(--paper); padding:34px var(--s6); }
.why__i h3{
  font-family:var(--util); font-variation-settings:'wdth' 104,'wght' 700;
  font-size:1.08rem; margin:0 0 10px; letter-spacing:-.01em;
}
.why__i p{ margin:0; color:var(--slate); font-size:.95rem; line-height:1.55; }
.why__k{
  font-family:var(--util); font-variation-settings:'wdth' 116,'wght' 800;
  font-size:2.3rem; color:var(--red); line-height:1; letter-spacing:-.03em;
  display:block; margin-bottom:var(--s3);
}

/* ---------- Brand index ------------------------------------------------- */
.toolbar{
  display:flex; align-items:center; gap:var(--s4); flex-wrap:wrap;
  margin-bottom:var(--s4);
}
.search{ position:relative; flex:1 1 320px; max-width:400px; }
.search input{
  width:100%; font-family:var(--util); font-size:.92rem;
  padding:13px 76px 13px 40px;
  border:1.5px solid var(--rule); border-radius:var(--r); background:var(--paper);
  color:var(--ink);
  transition:border-color var(--t), box-shadow var(--t);
}
.search input:focus{ border-color:var(--red); outline:none; box-shadow:0 0 0 3px var(--red-wash); }
.search input::-webkit-search-cancel-button{ display:none; }
.search__ico{
  position:absolute; left:14px; top:50%; transform:translateY(-50%);
  width:16px; height:16px; color:var(--slate); pointer-events:none;
}
.search__kbd{
  position:absolute; right:12px; top:50%; transform:translateY(-50%);
  font-family:var(--util); font-size:.62rem; font-variation-settings:'wght' 600;
  color:var(--slate); border:1px solid var(--rule); border-bottom-width:2px;
  border-radius:4px; padding:2px 6px; pointer-events:none;
  transition:opacity var(--t);
}
.search__clear{
  position:absolute; right:8px; top:50%; transform:translateY(-50%);
  width:26px; height:26px; border:0; border-radius:50%; cursor:pointer;
  background:var(--mist); color:var(--slate); display:none; place-items:center;
  font-size:15px; line-height:1;
}
.search__clear:hover{ background:var(--rule); color:var(--ink); }
.search[data-filled] .search__kbd{ opacity:0; }
.search[data-filled] .search__clear{ display:grid; }

.tally{
  font-family:var(--util); font-variation-settings:'wdth' 92,'wght' 550;
  font-size:.78rem; color:var(--slate); margin:0;
}
.tally b{ color:var(--ink); font-variation-settings:'wdth' 100,'wght' 700; }

.filters{ display:flex; flex-wrap:wrap; gap:var(--s2); margin-bottom:var(--s6); }
.filters button{
  font-family:var(--util); font-variation-settings:'wdth' 96,'wght' 600;
  font-size:.8rem; padding:9px 16px; border-radius:100px; cursor:pointer;
  background:var(--paper); color:var(--ink-soft);
  border:1.5px solid var(--rule);
  transition:background var(--t), border-color var(--t), color var(--t);
}
.filters button:hover{ border-color:var(--ink); color:var(--ink); }
.filters button[aria-pressed="true"]{ background:var(--red); border-color:var(--red); color:#fff; }
.filters button span{ opacity:.55; margin-left:2px; }

.grid{
  display:grid; grid-template-columns:repeat(auto-fill,minmax(164px,1fr));
  gap:1px; background:var(--rule); border:1px solid var(--rule);
}
.card{
  background:var(--paper); min-height:178px;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:var(--s3); padding:var(--s5) var(--s4); text-align:center;
  text-decoration:none; position:relative; cursor:pointer;
  transition:background var(--t);
}
.card:hover{ background:var(--mist); }
.card::after{
  content:''; position:absolute; left:0; right:0; top:0; height:3px;
  background:var(--bc,var(--red)); transform:scaleX(0);
  transition:transform var(--t);
}
.card:hover::after,.card:focus-visible::after{ transform:scaleX(1); }
.card[hidden]{ display:none; }

.card__mark{ width:64px; height:64px; flex:none; }
.card:hover .tile::before{ opacity:.85; }
.card .tile__word{ font-size:calc(15px * var(--fit)); }
.card__name{
  font-family:var(--util); font-variation-settings:'wdth' 96,'wght' 600;
  font-size:.8rem; color:var(--ink); letter-spacing:-.005em; line-height:1.2;
}
.card__cats{
  font-family:var(--util); font-variation-settings:'wdth' 90,'wght' 500;
  font-size:.66rem; color:var(--slate); letter-spacing:.05em;
}
.noresult{
  grid-column:1 / -1; background:var(--paper); padding:56px var(--s5);
  text-align:center; color:var(--slate); font-family:var(--util); font-size:.9rem;
}
.noresult b{ display:block; color:var(--ink); font-size:1rem; margin-bottom:6px; }

/* ---------- Brand drawer ------------------------------------------------ */
.drawer{
  border:0; padding:0; margin:0 0 0 auto; max-width:min(440px,100vw);
  width:100%; height:100dvh; max-height:100dvh;
  background:var(--paper); color:var(--ink);
  box-shadow:-30px 0 80px -30px rgba(23,24,28,.4);
}
.drawer::backdrop{ background:rgba(23,24,28,.42); backdrop-filter:blur(3px); }
.drawer__in{
  display:flex; flex-direction:column; gap:var(--s5);
  padding:var(--s7) var(--s6) var(--s6);
  height:100%; overflow-y:auto;
}
.drawer__x{
  position:absolute; top:var(--s4); right:var(--s4);
  width:38px; height:38px; border:0; border-radius:50%; cursor:pointer;
  background:var(--mist); color:var(--ink-soft);
  display:grid; place-items:center; font-size:18px; line-height:1;
  transition:background var(--t), color var(--t);
}
.drawer__x:hover{ background:var(--ink); color:#fff; }
.drawer__mark{ width:84px; height:84px; flex:none; }
.drawer .tile__word{ font-size:calc(19px * var(--fit)); }
.drawer__name{
  font-family:var(--util); font-variation-settings:'wdth' 110,'wght' 760;
  font-size:1.6rem; letter-spacing:-.02em; line-height:1.05; margin:0;
}
.drawer__cats{ display:flex; flex-wrap:wrap; gap:6px; }
.drawer__cats a{
  font-family:var(--util); font-variation-settings:'wdth' 90,'wght' 600;
  font-size:.68rem; letter-spacing:.06em; text-decoration:none;
  padding:6px 12px; border-radius:100px;
  background:var(--mist); color:var(--ink-soft);
  transition:background var(--t), color var(--t);
}
.drawer__cats a:hover{ background:var(--ink); color:#fff; }
.drawer__body{ margin:0; color:var(--slate); font-size:.95rem; }
.drawer__body p{ margin:0 0 var(--s3); }
.drawer__body p:last-child{ margin-bottom:0; }
.drawer__foot{ margin-top:auto; padding-top:var(--s5); border-top:1px solid var(--rule); }
.drawer__fine{
  font-family:var(--util); font-size:.68rem; color:var(--slate);
  line-height:1.5; margin:var(--s3) 0 0;
}

/* ---------- Forms ------------------------------------------------------- */
.form{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:var(--s5) 18px; }
.field{ display:flex; flex-direction:column; gap:7px; }
.field--full{ grid-column:1 / -1; }
.field label{
  font-family:var(--util); font-variation-settings:'wdth' 94,'wght' 600;
  font-size:.72rem; letter-spacing:.09em; text-transform:uppercase; color:var(--slate);
}
.field input,.field select,.field textarea{
  font-family:var(--body); font-size:1rem; color:var(--ink);
  padding:13px 15px; border:1.5px solid var(--rule); border-radius:var(--r);
  background:var(--paper); width:100%;
  transition:border-color var(--t), box-shadow var(--t);
}
.field textarea{ resize:vertical; min-height:120px; }
.field input:focus,.field select:focus,.field textarea:focus{
  border-color:var(--red); outline:none; box-shadow:0 0 0 3px var(--red-wash);
}
.field small{ font-family:var(--util); font-size:.72rem; color:var(--slate); }

/* inline validation — the error sits under the field it belongs to */
.field__err{
  font-family:var(--util); font-size:.74rem; color:var(--red);
  display:none; align-items:center; gap:6px;
}
.field__err::before{ content:'▲'; font-size:.6em; }
.field[data-bad] input,.field[data-bad] select,.field[data-bad] textarea{
  border-color:var(--red); background:var(--red-wash);
}
.field[data-bad] .field__err{ display:flex; }
.field__count{ margin-left:auto; font-variant-numeric:tabular-nums; }
.field__foot{ display:flex; gap:var(--s3); align-items:baseline; }
.hp{ position:absolute; left:-9999px; }

/* category checkboxes as real chips */
.chips{ display:flex; flex-wrap:wrap; gap:var(--s2); }
.chip-l{ position:relative; }
.chip-l input{
  position:absolute; inset:0; width:100%; height:100%; margin:0;
  opacity:0; cursor:pointer;
}
.chip-l span{
  display:inline-flex; align-items:center; gap:7px;
  font-family:var(--util); font-variation-settings:'wdth' 94,'wght' 550;
  font-size:.78rem; color:var(--ink-soft);
  padding:9px 14px; border-radius:100px;
  background:var(--paper); border:1.5px solid var(--rule);
  transition:background var(--t), border-color var(--t), color var(--t);
}
.chip-l span::before{
  content:''; width:6px; height:6px; border-radius:50%;
  background:var(--rule); transition:background var(--t);
}
.chip-l:hover span{ border-color:var(--ink); }
.chip-l input:checked + span{ background:var(--red); border-color:var(--red); color:#fff; }
.chip-l input:checked + span::before{ background:#fff; }
.chip-l input:focus-visible + span{ outline:2.5px solid var(--red); outline-offset:3px; }

.note{
  border-left:3px solid var(--red); background:var(--red-wash);
  padding:var(--s4) var(--s5); border-radius:0 var(--r) var(--r) 0; margin:0 0 26px;
  font-size:.94rem;
}
.note--ok{ border-color:#1D7A46; background:#EDF7F1; }
.note ul{ margin:var(--s2) 0 0; padding-left:18px; }

/* prefill banner — "you asked about Amul" */
.prefill{
  display:flex; align-items:center; gap:var(--s3);
  padding:var(--s3) var(--s4); margin:0 0 var(--s5);
  background:var(--mist); border-radius:var(--r);
  font-family:var(--util); font-size:.82rem; color:var(--ink-soft);
}
.prefill__dot{
  width:10px; height:10px; border-radius:50%; flex:none;
  background:var(--bc,var(--red));
  box-shadow:0 0 0 3px color-mix(in srgb, var(--bc,var(--red)) 18%, transparent);
}
.prefill a{ margin-left:auto; color:var(--red); font-size:.76rem; }

/* ---------- Contact layout ---------------------------------------------- */
.split{ display:grid; grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr); gap:clamp(32px,5vw,72px); align-items:start; }

.addr{ display:flex; flex-direction:column; gap:2px; margin-bottom:30px; }
.addr h3{
  font-family:var(--util); font-variation-settings:'wdth' 90,'wght' 650;
  font-size:.68rem; letter-spacing:.14em; text-transform:uppercase; color:var(--red);
  margin:0 0 var(--s2);
}
.addr p{ margin:0; color:var(--ink-soft); }
.addr a{ color:var(--ink); }

/* ---------- Prose / about ----------------------------------------------- */
.prose{ max-width:66ch; }
.prose p{ margin:0 0 20px; }
.prose h2{ margin:44px 0 var(--s4); }
.prose h3{ margin:var(--s6) 0 10px; }

.ident{
  display:grid; grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:22px var(--s6); margin:0; padding:30px 0; border-block:1px solid var(--rule);
}
.ident div{ min-width:0; }
.ident dt{
  font-family:var(--util); font-variation-settings:'wdth' 90,'wght' 600;
  font-size:.6rem; letter-spacing:.14em; text-transform:uppercase; color:var(--slate);
  margin-bottom:6px;
}
.ident dd{ margin:0; font-family:var(--util); font-variation-settings:'wdth' 100,'wght' 550; font-size:.88rem; line-height:1.45; }

.tbl{ width:100%; border-collapse:collapse; font-family:var(--util); font-size:.88rem; }
.tbl th,.tbl td{ text-align:left; padding:14px var(--s4); border-bottom:1px solid var(--rule); }
.tbl th{
  font-variation-settings:'wdth' 90,'wght' 650;
  font-size:.62rem; letter-spacing:.13em; text-transform:uppercase; color:var(--slate);
}
.tbl td{ font-variation-settings:'wdth' 100,'wght' 500; }
.tbl tbody tr:hover{ background:var(--mist); }

/* ---------- 404 --------------------------------------------------------- */
.oops{ text-align:center; padding:clamp(64px,10vw,140px) 0; }
.oops__k{
  font-family:var(--util); font-variation-settings:'wdth' 125,'wght' 800;
  font-size:clamp(5rem,18vw,11rem); line-height:.82; color:var(--red-wash);
  letter-spacing:-.04em; margin:0 0 -.18em;
}
.oops .hero__cta{ justify-content:center; }
.oops .lede{ margin-inline:auto; margin-top:var(--s5); }

/* ---------- Reveal — only ever hides when JS is there to unhide ---------- */
.js .rv{ opacity:0; transform:translateY(16px); transition:opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1); }
.js .rv.in{ opacity:1; transform:none; }

/* ---------- Footer ------------------------------------------------------ */
.foot{ background:var(--ink); color:#fff; padding:clamp(48px,6vw,80px) 0 40px; }
.foot__grid{
  display:grid; grid-template-columns:1.5fr repeat(3,1fr);
  gap:clamp(24px,4vw,48px); padding-bottom:44px;
}
.foot .mark__txt b{ color:#fff; }
.foot .mark__txt i{ color:rgba(255,255,255,.5); }
.foot__line{ margin:18px 0 0; color:rgba(255,255,255,.6); font-size:.92rem; max-width:34ch; }
.foot__col h3{
  font-family:var(--util); font-variation-settings:'wdth' 90,'wght' 650;
  font-size:.62rem; letter-spacing:.15em; text-transform:uppercase;
  color:rgba(255,255,255,.42); margin:0 0 var(--s4);
}
.foot__col a{
  display:block; text-decoration:none; color:rgba(255,255,255,.82);
  font-family:var(--util); font-variation-settings:'wdth' 96,'wght' 450;
  font-size:.88rem; padding:5px 0; transition:color var(--t);
}
.foot__col a:hover{ color:var(--red); }

.foot__legal .ident{ border-color:rgba(255,255,255,.14); }
.foot__legal .ident dt{ color:rgba(255,255,255,.4); }
.foot__legal .ident dd{ color:rgba(255,255,255,.8); }
.foot__fine{
  margin:26px 0 0; color:rgba(255,255,255,.38);
  font-family:var(--util); font-size:.72rem; line-height:1.6; max-width:88ch;
}

/* ---------- WhatsApp float ---------------------------------------------- */
.wa{
  position:fixed; right:20px; bottom:20px; z-index:40;
  width:54px; height:54px; border-radius:50%;
  display:grid; place-content:center;
  background:#25D366; color:#fff;
  box-shadow:0 8px 24px -6px rgba(0,0,0,.4);
  transition:transform var(--t), box-shadow var(--t);
}
.wa svg{ width:27px; height:27px; }
.wa:hover{ transform:scale(1.08); box-shadow:0 12px 30px -6px rgba(0,0,0,.5); }

/* ---------- Sticky mobile CTA ------------------------------------------- */
.stickycta{
  display:none;
  position:fixed; left:0; right:0; bottom:0; z-index:41;
  background:rgba(255,255,255,.96);
  backdrop-filter:saturate(160%) blur(12px);
  border-top:1px solid var(--rule);
  padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  gap:var(--s2);
  transform:translateY(110%);
  transition:transform var(--t-slow);
}
.stickycta[data-show]{ transform:none; }
.stickycta__b{
  flex:1; text-align:center; text-decoration:none; padding:13px 10px;
  border-radius:var(--r); font-family:var(--util);
  font-variation-settings:'wdth' 100,'wght' 650; font-size:.85rem;
  color:var(--ink); box-shadow:inset 0 0 0 1.5px var(--rule);
}
.stickycta__b--go{ background:var(--red); color:#fff; box-shadow:none; flex:1.6; }

/* ---------- Responsive -------------------------------------------------- */
@media (max-width:1080px){
  .cats{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .chan{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px 0; }
  .chan__i:nth-child(odd){ padding-left:0; border-left:0; }
  .foot__grid{ grid-template-columns:1fr 1fr; }
}

@media (max-width:900px){
  .nav__links,.nav .btn{ display:none; }
  .burger{ display:flex; }
  .mob[data-open]{ display:flex; }
  .hero__in{ grid-template-columns:1fr; }
  .sec__head{ grid-template-columns:1fr; align-items:start; }
  .split{ grid-template-columns:1fr; }
  .why{ grid-template-columns:1fr; }

  /* thumb-reach CTA — B2B buyers land here from WhatsApp links */
  .stickycta{ display:flex; }
  .foot{ padding-bottom:96px; }
  .wa{ bottom:84px; right:16px; width:48px; height:48px; }
  .wa svg{ width:24px; height:24px; }

  /* drawer becomes a bottom sheet */
  .drawer{
    margin:auto auto 0; max-width:100vw; height:auto; max-height:86dvh;
    border-radius:var(--r-lg) var(--r-lg) 0 0;
    box-shadow:0 -30px 80px -30px rgba(23,24,28,.5);
  }
  .drawer__in{ padding:var(--s7) var(--s5) calc(var(--s5) + env(safe-area-inset-bottom)); }
  .drawer__foot{ margin-top:var(--s5); }
}

@media (max-width:640px){
  .cats{ grid-template-columns:1fr; }
  .chan{ grid-template-columns:1fr; }
  .chan__i{ padding-left:0; border-left:0; border-top:2px solid rgba(255,255,255,.28); padding-top:20px; }
  .chan__i:first-child{ border-top:0; padding-top:0; }
  .form{ grid-template-columns:1fr; }
  .foot__grid{ grid-template-columns:1fr; }
  .hero__meta{ gap:20px 28px; }
  .grid{ grid-template-columns:repeat(auto-fill,minmax(132px,1fr)); }
  .card{ min-height:164px; }
  .card__mark{ width:52px; height:52px; }
  .search__kbd{ display:none; }

  /* Wheel collapses to a plain grid — 34 spinning tiles is not a mobile UI */
  .wheel{ display:none; }
  .wheel__grid{
    display:grid; grid-template-columns:repeat(4,1fr); gap:var(--s2);
    background:var(--red); padding:18px; border-radius:var(--r-lg);
  }
  .wheel__grid a{ aspect-ratio:1; text-decoration:none; }
  .wheel__grid .tile__word{ font-size:calc(9.5px * var(--fit)); }
  .wheel__grid .tile::before{ border:0; }
  .wheel__grid a:nth-child(n+16){ display:none; }
  .wheel__grid a.more{ display:grid; }
  .more .tile{
    background:transparent; color:#fff;
    box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.5);
  }
  .more .tile__word{ color:#fff; }
}

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

@media print{
  .nav,.foot,.band,.wheel,.wa,.stickycta,.drawer{ display:none; }
}
