@charset "UTF-8";
/* Dr. Sushovan Roy — Psychiatrist, Siliguri
   Design: "Chamber". Bengal-indigo + turmeric on warm paper.
   No framework. No jQuery. ~14KB uncompressed. */

/* ---------------------------------------------------------------- tokens */
:root{
  --indigo:#2C4B85;
  --indigo-deep:#1D3563;
  --indigo-tint:#EDF1F7;
  --haldi:#C08A2E;
  --haldi-tint:#FAF2E1;
  --ink:#131C2B;
  --muted:#5A667A;
  --paper:#FCFBF9;
  --rule:#D9DEE7;
  --rule-soft:#EAEEF3;
  --wa:#1FA855;
  --danger:#A8402C;

  --serif:"Newsreader",Georgia,"Times New Roman",serif;
  --sans:"IBM Plex Sans",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --mono:"IBM Plex Mono",ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace;
  --indic:"Noto Sans Bengali","Noto Sans Devanagari","Nirmala UI","Kohinoor Bangla",sans-serif;

  --shell:1120px;
  --gap:clamp(28px,5vw,56px);
  --pad:clamp(16px,4vw,28px);
  --r:4px;                     /* deliberately tight — enamel board, not app card */
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}

body{
  margin:0;
  background:var(--paper);
  color:#2B3547;
  font:400 clamp(15.5px,.94rem + .12vw,16.5px)/1.68 var(--sans);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  padding-bottom:60px;               /* room for the mobile action bar */
}
@media(min-width:900px){body{padding-bottom:0}}

img{max-width:100%;height:auto;display:block}
svg{display:block;width:20px;height:20px;flex:none}
hr{border:0;border-top:1px solid var(--rule);margin:1.6rem 0}

a{color:var(--indigo);text-decoration:underline;text-underline-offset:2px;
  text-decoration-thickness:1px;text-decoration-color:#B6C4DC}
a:hover{color:var(--indigo-deep);text-decoration-color:currentColor}

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

.skip{position:absolute;left:-9999px;top:0;background:var(--ink);color:#fff;
  padding:.7rem 1.1rem;z-index:200;text-decoration:none}
.skip:focus{left:8px;top:8px}

/* ------------------------------------------------------------ typography */
h1,h2,h3,h4{font-family:var(--serif);color:var(--ink);font-weight:600;
  line-height:1.16;letter-spacing:-.012em;margin:0 0 .5em;text-wrap:balance}
h1{font-size:clamp(2rem,1.35rem + 2.7vw,3.3rem);line-height:1.08}
h2{font-size:clamp(1.5rem,1.15rem + 1.5vw,2.25rem)}
h3{font-size:clamp(1.15rem,1.03rem + .5vw,1.4rem);line-height:1.25}
h4{font-size:1.02rem}
p{margin:0 0 1.05rem}
p:last-child{margin-bottom:0}
strong{font-weight:600;color:var(--ink)}
.lede{font-size:clamp(1.04rem,.98rem + .38vw,1.22rem);line-height:1.6;
  color:#3B4759;max-width:62ch}

/* the utility voice — timings, phone numbers, labels: prescription-pad type */
.mono{font-family:var(--mono);font-size:.79rem;letter-spacing:.02em}
.label{font-family:var(--mono);font-size:.71rem;font-weight:500;
  letter-spacing:.16em;text-transform:uppercase;color:var(--indigo)}
.label-q{color:var(--muted)}
.vern{font-family:var(--mono),var(--indic);font-size:.76rem;color:var(--muted);
  letter-spacing:.01em;display:block;margin-bottom:.35rem;line-height:1.5}

/* --------------------------------------------------------------- layout */
.shell{max-width:var(--shell);margin-inline:auto;padding-inline:var(--pad)}
.shell-narrow{max-width:760px;margin-inline:auto;padding-inline:var(--pad)}
.band{padding:var(--gap) 0}
.band-tint{background:var(--indigo-tint)}
.band-paper{background:#fff;border-block:1px solid var(--rule-soft)}
.grid{display:grid;gap:clamp(18px,2.6vw,30px)}
@media(min-width:760px){
  .g2{grid-template-columns:repeat(2,1fr)}
  .g3{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:1000px){
  .g3{grid-template-columns:repeat(3,1fr)}
  .split{grid-template-columns:1.15fr .85fr;align-items:start;gap:clamp(30px,4vw,58px)}
  .split-wide{grid-template-columns:1fr 340px;gap:clamp(30px,4vw,54px);align-items:start}
}

/* section heading: left-aligned, rule above. not a centred kicker+title stack. */
.head{max-width:64ch;margin-bottom:clamp(22px,3vw,36px)}
/* the rule runs off to the right of the kicker, not above it */
.head .label{display:flex;align-items:center;gap:.9rem;margin-bottom:.85rem}
.head .label::after{content:"";flex:none;width:56px;height:2px;
  background:var(--indigo)}
.head h2{margin-bottom:.45rem}
.head p{color:var(--muted);margin:0}

/* --------------------------------------------------------------- buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-family:var(--sans);font-size:.93rem;font-weight:600;line-height:1;
  padding:.82rem 1.35rem;border:1.5px solid transparent;border-radius:var(--r);
  text-decoration:none;cursor:pointer;transition:background .18s,color .18s,border-color .18s}
.btn svg{width:17px;height:17px;flex:none}
.btn-solid{background:var(--indigo);color:#fff;border-color:var(--indigo)}
.btn-solid:hover{background:var(--indigo-deep);border-color:var(--indigo-deep);color:#fff}
.btn-wa{background:var(--wa);color:#fff;border-color:var(--wa)}
.btn-wa:hover{background:#17853F;border-color:#17853F;color:#fff}
.btn-line{background:transparent;color:var(--indigo);border-color:#B6C4DC}
.btn-line:hover{background:var(--indigo);border-color:var(--indigo);color:#fff}
.btn-pale{background:#fff;color:var(--indigo-deep);border-color:#fff}
.btn-pale:hover{background:var(--haldi-tint);border-color:var(--haldi-tint);color:var(--indigo-deep)}
.btn-lg{padding:1rem 1.6rem;font-size:1rem}
.btn-block{width:100%}
.btns{display:flex;flex-wrap:wrap;gap:.6rem}

/* a plain text link that ends in an arrow. The global svg{display:block}
   would drop the arrow onto its own line, so keep the pair on one line. */
.arrowlink{display:inline-flex;align-items:center;gap:.4rem}
.arrowlink svg{width:16px;height:16px}

/* ------------------------------------------------- SIGNATURE: the plate  */
/* Every doctor's chamber in Bengal has an enamel board outside. This is it. */
.plate{
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(#fff,#fff) border-box;
  border:1px solid var(--indigo);
  padding:5px;position:relative
}
.plate-in{border:1px solid var(--rule);padding:clamp(20px,3.4vw,30px);
  background:linear-gradient(178deg,#fff 0%,#FDFDFB 100%)}
.plate-photo{border:1px solid var(--rule);overflow:hidden;
  margin:0 0 1.2rem}
.plate-photo img{display:block;width:100%;height:auto;aspect-ratio:4/5;
  object-fit:cover;object-position:50% 14%}
/* photo-only plate: no frame, no card — just the portrait */
.plate-bare{border:0;padding:0;background:none}
.plate-bare .plate-in{border:0;padding:0;background:none}
.plate-bare .plate-photo{border:0;margin:0}
.plate-name{font-family:var(--serif);font-size:clamp(1.4rem,1.1rem + 1.1vw,1.85rem);
  font-weight:600;color:var(--ink);line-height:1.1;margin:0 0 .3rem}
.plate-deg{font-family:var(--mono);font-size:.74rem;letter-spacing:.12em;
  text-transform:uppercase;color:var(--indigo);margin:0}
.plate-role{font-size:.92rem;color:var(--muted);margin:.5rem 0 0}
.plate-rule{height:1px;background:var(--rule);margin:1.1rem 0}
.plate-rule-thick{height:2px;background:var(--indigo);width:44px;margin:1.1rem 0}
.plate dl{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;
  font-size:.88rem;align-items:baseline}
.plate dt{font-family:var(--mono);font-size:.68rem;letter-spacing:.13em;
  text-transform:uppercase;color:var(--muted);padding-top:.15rem}
.plate dd{margin:0;color:var(--ink)}
.plate dd a{font-weight:600}

/* ----------------------------------------------------------------- hero */
.hero{padding:clamp(30px,4.5vw,58px) 0 clamp(32px,5vw,64px);
  position:relative;isolation:isolate;overflow:hidden;
  background:
    radial-gradient(58% 70% at 86% 6%,rgba(192,138,46,.13),transparent 62%),
    linear-gradient(172deg,var(--indigo-tint) 0%,var(--paper) 78%)}
/* chamber graph paper — the ruled register every clinic keeps. Faint, and it
   fades out before it reaches the copy. */
.hero::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:
    linear-gradient(to right,rgba(44,75,133,.06) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(44,75,133,.06) 1px,transparent 1px);
  background-size:34px 34px;
  -webkit-mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.35) 55%,transparent 88%);
  mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.35) 55%,transparent 88%)}
.hero-grid{display:grid;gap:clamp(26px,4vw,48px);align-items:center}
@media(min-width:1000px){.hero-grid{grid-template-columns:1.08fr .92fr}}
/* photo hero: portrait sits flush on the section's bottom edge, no gap under it */
.hero-portrait{padding-bottom:0}
.hero-portrait .hero-grid{align-items:end}
.hero-portrait .plate-bare{display:block;margin-bottom:-1px}

/* stacked layout: the portrait would otherwise run the full column width and
   swamp the copy above it */
@media(max-width:999px){
  .hero-portrait .plate-bare{max-width:380px;margin-inline:auto}
}
.hero h1{margin-bottom:.55rem}
.hero h1 em{font-style:normal;display:block;color:var(--indigo);
  font-size:.52em;letter-spacing:-.005em;margin-top:.28rem}
.flag{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--mono);
  font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;color:var(--indigo-deep);
  background:#fff;border:1px solid #C6D2E6;padding:.42rem .8rem;margin-bottom:1.1rem}
.flag svg{width:13px;height:13px;color:var(--haldi)}
.flag .g-icon{width:15px;height:15px}    /* Google's G reads small — give it 2px more */
.marks{display:flex;flex-wrap:wrap;gap:.4rem .5rem;margin-top:1.5rem;
  padding-top:1.2rem;padding-bottom: 1.6rem;border-top:1px solid var(--rule)}
.mark{font-family:var(--mono);font-size:.72rem;letter-spacing:.05em;color:var(--muted);
  background:#fff;border:1px solid var(--rule);padding:.32rem .62rem}
.portrait{width:100%;aspect-ratio:4/5;object-fit:cover;background:var(--indigo-tint);
  border:1px solid var(--rule)}

/* ---------------------------------------------------------- detail strip */
.strip{background:var(--indigo-deep);color:#D5DEEE}
.strip .grid{gap:0}
@media(min-width:640px){.strip .grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.strip .grid{grid-template-columns:repeat(4,1fr)}}
.strip-cell{display:flex;gap:.7rem;align-items:flex-start;padding:1.15rem 0;
  min-width:0}
.strip-cell dl{margin:0;min-width:0}          /* browser default dl margin dropped
                                                 the text a line below the icon */
.strip svg{width:18px;height:18px;color:var(--haldi);flex:none;margin-top:1px}
.strip dt{font-family:var(--mono);font-size:.67rem;letter-spacing:.14em;
  line-height:1.5;text-transform:uppercase;color:#93A7C6;margin-bottom:.25rem}
.strip dd{margin:0;color:#fff;font-weight:500;font-size:.95rem;line-height:1.4;
  text-wrap:pretty}

/* dividers: vertical between columns, horizontal between rows.
   The first cell of every row stays flush with the shell edge, so the icons
   line up in a column no matter how many columns the breakpoint shows. */
@media(max-width:639px){
  .strip-cell + .strip-cell{border-top:1px solid rgba(255,255,255,.14)}
}
@media(min-width:640px){
  .strip-cell{padding:1.35rem clamp(14px,2vw,24px)}
  .strip-cell:nth-child(odd){padding-left:0}
  .strip-cell:nth-child(even){padding-right:0;
    border-left:1px solid rgba(255,255,255,.14)}
  .strip-cell:nth-child(n+3){border-top:1px solid rgba(255,255,255,.14)}
}
@media(min-width:1000px){
  .strip-cell{padding-block:1.5rem}
  .strip-cell:nth-child(n+3){border-top:0}
  .strip-cell:nth-child(odd){padding-left:clamp(14px,2vw,24px)}
  .strip-cell:nth-child(even){padding-right:clamp(14px,2vw,24px)}
  .strip-cell:first-child{padding-left:0}
  .strip-cell:last-child{padding-right:0}
  .strip-cell + .strip-cell{border-left:1px solid rgba(255,255,255,.14)}
}
.strip a{color:#fff;text-decoration-color:rgba(255,255,255,.4)}
.strip a:hover{color:#fff;text-decoration-color:#fff}

/* --------------------------------------------------------- condition list */
/* One line-icon per condition, drawn from what that condition actually is.
   The vernacular name still carries the texture under it. */
.cond{display:block;background:#fff;border:1px solid var(--rule);
  border-left:3px solid var(--indigo);padding:1.15rem 1.25rem;height:100%;
  text-decoration:none;transition:border-color .18s,background .18s}
.cond:hover{background:#fff;border-color:#B6C4DC;border-left-color:var(--haldi)}
.cond .cico{display:flex;align-items:center;justify-content:center;
  width:38px;height:38px;margin:0 0 .8rem;border:1px solid #C6D2E6;
  border-radius:var(--r);background:var(--indigo-tint);color:var(--indigo);
  transition:background .18s,border-color .18s,color .18s}
.cond .cico svg{width:21px;height:21px;display:block}
.cond:hover .cico{background:var(--haldi-tint);border-color:#E3CD9C;color:var(--haldi)}
.cond h3{font-size:1.1rem;margin:0 0 .4rem;color:var(--ink)}
.cond p{font-size:.9rem;color:var(--muted);margin:0 0 .75rem;line-height:1.55}
.cond .go{font-family:var(--mono);font-size:.72rem;letter-spacing:.1em;
  text-transform:uppercase;color:var(--indigo);display:inline-flex;align-items:center;gap:.35rem}
.cond:hover .go{color:var(--haldi)}
.cond .go svg{width:12px;height:12px}

/* --------------------------------------------------------------- features */
.feat{display:flex;gap:.9rem;align-items:flex-start}
.feat > svg{width:36px;height:36px;padding:8px;flex:none;margin-top:.15rem;
  border:1px solid #C6D2E6;border-radius:var(--r);background:var(--indigo-tint);
  color:var(--indigo)}
.feat h3{font-size:1rem;line-height:1.3;margin:0 0 .3rem}
.feat p{font-size:.9rem;color:var(--muted);margin:0;line-height:1.6;text-wrap:pretty}

/* two ruled columns — reads like a chamber notice board, not floating blurbs */
.feats{display:grid;gap:0}
@media(min-width:760px){
  .feats{grid-template-columns:repeat(2,1fr);column-gap:clamp(24px,3.2vw,44px)}
}
.feats .feat{padding:1.15rem 0;border-top:1px solid var(--rule-soft)}
.feats .feat:last-child{border-bottom:1px solid var(--rule-soft)}
@media(min-width:760px){
  .feats .feat:nth-last-child(-n+2){border-bottom:1px solid var(--rule-soft)}
}

/* ------------------------------------------------------- numbered steps  */
/* Numbered because it genuinely is a sequence — first visit, then plan, then review. */
.steps{counter-reset:s;display:grid;gap:0}
.step{counter-increment:s;display:grid;grid-template-columns:auto 1fr;
  gap:1.1rem;padding:1.4rem 0;border-top:1px solid var(--rule)}
.step:last-child{border-bottom:1px solid var(--rule)}
.step::before{content:counter(s,decimal-leading-zero);font-family:var(--mono);
  font-size:.82rem;font-weight:500;color:var(--haldi);letter-spacing:.06em;padding-top:.28rem}
.step h3{margin:0 0 .3rem;font-size:1.1rem}
.step p{font-size:.93rem;color:var(--muted);margin:0}

/* ----------------------------------------------------------------- lists */
.ticks{list-style:none;padding:0;margin:1rem 0;display:grid;gap:.45rem}
@media(min-width:640px){.ticks{grid-template-columns:repeat(2,1fr);gap:.45rem 1.4rem}}
.ticks-1{grid-template-columns:1fr}          /* stays single-column at any width */
.ticks li{position:relative;padding-left:1.55rem;font-size:.93rem;line-height:1.55}
.ticks li::before{content:"";position:absolute;left:1px;top:.55em;width:11px;height:6px;
  border-left:1.7px solid var(--indigo);border-bottom:1.7px solid var(--indigo);
  transform:rotate(-45deg)}
.plain{list-style:none;padding:0;margin:0}
.plain li{margin-bottom:.45rem}

/* ------------------------------------------------------------- accordion */
.acc{border-top:1px solid var(--rule)}
.acc-item{border-bottom:1px solid var(--rule)}
.acc-btn{width:100%;background:none;border:0;text-align:left;cursor:pointer;
  font-family:var(--serif);font-size:1.04rem;font-weight:600;color:var(--ink);
  padding:1.1rem 2.4rem 1.1rem 0;position:relative;line-height:1.35;letter-spacing:-.008em}
.acc-btn:hover{color:var(--indigo)}
.acc-btn::after{content:"";position:absolute;right:.3rem;top:1.42rem;width:10px;height:10px;
  border-right:1.7px solid var(--indigo);border-bottom:1.7px solid var(--indigo);
  transform:rotate(45deg);transition:transform .22s}
.acc-btn[aria-expanded="true"]::after{transform:rotate(-135deg)}
.acc-panel{display:none;padding:0 0 1.15rem;font-size:.94rem;color:var(--muted);
  max-width:70ch;line-height:1.65}
.acc-panel.open{display:block}

/* ---------------------------------------------------------------- notes  */
.note{border-left:3px solid var(--haldi);background:var(--haldi-tint);
  padding:1rem 1.15rem;font-size:.89rem;line-height:1.6}
.note svg{display:inline-block;width:16px;height:16px;vertical-align:-3px;
  margin-right:.4rem;color:var(--haldi)}
.note-urgent svg{color:var(--danger)}
.note strong{color:#7A5410}
.note-urgent{border-left-color:var(--danger);background:#FBF0ED}
.note-urgent strong{color:var(--danger)}

.quiet{background:#fff;border:1px solid var(--rule);padding:clamp(18px,2.6vw,26px)}
.quiet > .label:first-child{display:block;padding-bottom:.8rem;
  border-bottom:1px solid var(--rule-soft)}
.quiet-foot{margin-top:1.3rem;padding-top:1.15rem;
  border-top:1px solid var(--rule-soft)}

/* Google rating card — the score, the stars and the source, read in one glance */
.rating-top{display:flex;align-items:center;gap:.95rem;margin:1.15rem 0 .55rem}
.rating-top:first-child{margin-top:0}
.rating-top .g-icon{width:32px;height:32px;flex:none}
.rating-score{font-family:var(--serif);font-size:3rem;line-height:.9;
  letter-spacing:-.025em;color:var(--ink);margin:0}
.stars{display:flex;gap:.12rem;margin-top:.42rem}
.stars svg{width:14px;height:14px;color:#FBBC04}
.rating-meta{font-family:var(--mono);font-size:.72rem;letter-spacing:.04em;
  color:var(--muted);margin:0}
.rail{position:sticky;top:88px}

/* ------------------------------------------------------------------ map  */
.map{position:relative;aspect-ratio:16/11;background:var(--indigo-tint);
  border:1px solid var(--rule);width:100%}
.map iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* ------------------------------------------------------------- CTA band  */
.cta{background:var(--indigo-deep);color:#D5DEEE;
  background-image:radial-gradient(circle at 15% 0%,rgba(192,138,46,.16),transparent 55%)}
.cta h2{color:#fff;max-width:20ch}
.cta p{color:#C3CFE4;max-width:56ch}
.cta .btns{margin-top:1.5rem}
/* the doctor himself, cut out, standing on the bottom edge of the band */
.cta .shell{display:grid;gap:clamp(18px,3vw,40px);align-items:center}
.cta-photo{align-self:end;margin-bottom:calc(var(--gap) * -1)}
.cta-photo img{display:block;width:100%;max-width:190px;height:auto;margin-left:auto}
@media(min-width:720px){
  .cta .shell{grid-template-columns:minmax(0,1fr) clamp(230px,30%,320px);
    position:relative;z-index:1}
  /* he stands on the bottom edge and breaks out over the section above.
     The break-out can never exceed one --gap, which is the padding the
     section above already leaves free, so no copy is ever covered. */
  .cta-photo{margin-top:calc(var(--gap) * -2)}
  .cta-photo img{max-width:none}
}

/* ------------------------------------------------------------------ nav  */
.topline{background:var(--ink);color:#A9B6CB;font-family:var(--mono);
  font-size:.71rem;letter-spacing:.04em;padding:.5rem 0}
.topline .shell{display:flex;flex-wrap:wrap;gap:.4rem 1.2rem;
  justify-content:space-between;align-items:center}
.topline a{color:#fff;text-decoration:none;font-weight:500}
.topline a:hover{color:var(--haldi)}
@media(max-width:700px){.topline .t-hide{display:none}}

.nav{background:rgba(252,251,249,.96);backdrop-filter:saturate(1.6) blur(8px);
  border-bottom:1px solid var(--rule);position:sticky;top:0;z-index:90}
.nav-in{display:flex;align-items:center;gap:1rem;padding:.6rem 0;min-height:60px}
.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;flex:none}
.brand-mark{width:40px;height:40px;flex:none;border:1.5px solid var(--indigo);
  display:grid;place-items:center;font-family:var(--serif);font-weight:600;
  font-size:1.02rem;color:var(--indigo);background:#fff;letter-spacing:-.02em;
  border-radius:50%;overflow:hidden}
.brand-mark img{width:100%;height:100%;object-fit:cover;display:block}
.brand-text{display:block}
.brand-text b{display:block;font-family:var(--serif);font-size:1.06rem;font-weight:600;
  color:var(--ink);line-height:1.15;letter-spacing:-.01em;text-transform:none}
.brand-text span{display:block;font-family:var(--mono);font-size:.62rem;letter-spacing:.13em;
  text-transform:uppercase;color:var(--muted);margin-top:.12rem}

.menu{display:flex;align-items:center;gap:.1rem;margin-left:auto;list-style:none;
  padding:0;margin-block:0}
.menu > li{position:relative}
.menu a,.menu button.drop{font-family:var(--sans);font-size:.9rem;font-weight:500;
  color:var(--ink);text-decoration:none;padding:.55rem .68rem;display:inline-flex;
  align-items:center;gap:.3rem;background:none;border:0;cursor:pointer;font-weight:500}
.menu a:hover,.menu button.drop:hover{color:var(--indigo)}
.menu a[aria-current]{color:var(--indigo);box-shadow:inset 0 -2px 0 var(--haldi)}
.drop::after{content:"";width:6px;height:6px;border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);
  transition:transform .2s}
.drop[aria-expanded="true"]::after{transform:rotate(-135deg) translateY(-1px)}
.submenu{position:absolute;right:0;top:calc(100% + 6px);background:#fff;
  border:1px solid var(--rule);box-shadow:0 12px 34px rgba(19,28,43,.13);
  min-width:290px;padding:.35rem;list-style:none;margin:0;display:none;
  max-height:74vh;overflow:auto}
.submenu.open{display:block}
.submenu a{display:block;padding:.5rem .7rem;font-size:.875rem;border-radius:2px}
.submenu a:hover{background:var(--indigo-tint)}
.submenu .vern{margin:0;font-size:.68rem}
.submenu .sep{border-top:1px solid var(--rule);margin:.3rem 0}
/* the one button in the nav that must be seen — .menu a would otherwise
   overwrite .btn-solid's white text with --ink */
.menu a.nav-cta{color:#fff;background:var(--indigo);border:1.5px solid var(--indigo);
  border-radius:var(--r);padding:.62rem 1.15rem;margin-left:.5rem;font-weight:600;
  box-shadow:0 0 0 3px var(--haldi-tint)}
.menu a.nav-cta:hover,.menu a.nav-cta:focus-visible{color:#fff;
  background:var(--indigo-deep);border-color:var(--indigo-deep);
  box-shadow:0 0 0 3px #F1E3C2}
.menu a.nav-cta[aria-current]{color:#fff;box-shadow:0 0 0 3px var(--haldi)}

.nav-cta{display:none}
@media(min-width:1080px){.nav-cta{display:inline-flex}}

.burger{margin-left:auto;width:44px;height:40px;border:1px solid var(--rule);
  background:#fff;display:grid;place-items:center;cursor:pointer;gap:4px;border-radius:2px}
.burger span{display:block;width:19px;height:1.6px;background:var(--ink);transition:.22s}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(5.6px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-5.6px) rotate(-45deg)}
@media(min-width:1080px){.burger{display:none}}

@media(max-width:1079px){
  .menu{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;
    border-bottom:1px solid var(--rule);box-shadow:0 14px 30px rgba(19,28,43,.1);
    flex-direction:column;align-items:stretch;padding:.5rem var(--pad) 1.1rem;
    max-height:78vh;overflow:auto;gap:0}
  .menu.open{display:flex}
  .menu > li{border-bottom:1px solid var(--rule-soft)}
  .menu > li:last-child{border:0}
  .menu a,.menu button.drop{width:100%;padding:.85rem .1rem;font-size:.98rem}
  .menu button.drop{justify-content:space-between}
  .submenu{position:static;border:0;box-shadow:none;min-width:0;padding:0 0 .6rem .8rem;
    max-height:none;border-left:2px solid var(--indigo-tint)}
  .menu .btn{margin-top:.7rem}
}

/* --------------------------------------------------------------- crumbs  */
.crumbs{border-bottom:1px solid var(--rule-soft);background:#fff}
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.35rem;margin:0;padding:.7rem 0;
  font-family:var(--mono);font-size:.71rem;letter-spacing:.04em;color:var(--muted)}
.crumbs a{color:var(--muted);text-decoration:none}
.crumbs a:hover{color:var(--indigo)}
.crumbs li+li::before{content:"/";margin-right:.35rem;color:#B9C2CF}

/* --------------------------------------------------------------- article */
.prose h2{margin-top:2.1rem}
.prose h2:first-child{margin-top:0}
.prose h3{margin-top:1.55rem}
.prose > p,.prose > ul{max-width:68ch}

/* ---------------------------------------------------------------- footer */
.foot{background:var(--ink);color:#8E9BB0;font-size:.88rem;padding:clamp(34px,5vw,54px) 0 0}
.foot h4{color:#fff;font-family:var(--mono);font-size:.7rem;letter-spacing:.15em;
  text-transform:uppercase;margin:0 0 1rem;font-weight:500}
.foot a{color:#B4BFD0;text-decoration:none}
.foot a:hover{color:#fff;text-decoration:underline}
.foot ul{list-style:none;padding:0;margin:0}
.foot li{margin-bottom:.42rem;line-height:1.5}
.foot-grid{display:grid;gap:clamp(24px,3.5vw,40px)}
@media(min-width:700px){.foot-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.foot-grid{grid-template-columns:1.5fr 1fr 1fr 1.3fr}}
.foot .brand-text b{color:#fff}
.foot .brand-text span{color:#8E9BB0}
.foot .brand-mark{background:transparent;border-color:#3D4A60;color:#fff}
.soc{display:flex;gap:.5rem;margin-top:1rem}
.soc a{width:36px;height:36px;border:1px solid #2E3949;display:grid;place-items:center;
  color:#B4BFD0}
.soc a:hover{border-color:var(--haldi);color:var(--haldi)}
.soc svg{width:16px;height:16px}
.foot-end{border-top:1px solid #26303F;margin-top:clamp(26px,4vw,40px);padding:1.2rem 0;
  font-size:.78rem;line-height:1.6;display:grid;gap:.5rem}
@media(min-width:800px){.foot-end{grid-template-columns:1fr auto;align-items:center}}

/* ------------------------------------------------------- sticky actions  */
.actionbar{position:fixed;left:0;right:0;bottom:0;z-index:95;display:grid;
  grid-template-columns:repeat(3,1fr);background:#fff;border-top:1px solid var(--rule);
  box-shadow:0 -3px 16px rgba(19,28,43,.09)}
.actionbar a{display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:.18rem;padding:.55rem .25rem;font-family:var(--mono);font-size:.66rem;
  letter-spacing:.09em;text-transform:uppercase;color:var(--ink);text-decoration:none;
  min-height:56px}
.actionbar a + a{border-left:1px solid var(--rule-soft)}
.actionbar svg{width:18px;height:18px;color:var(--indigo)}
.actionbar .a-wa svg{color:var(--wa)}
@media(min-width:900px){.actionbar{display:none}}

.wafloat{display:none;position:fixed;right:20px;bottom:22px;z-index:94;width:52px;height:52px;
  border-radius:50%;background:var(--wa);color:#fff;display:grid;place-items:center;
  box-shadow:0 8px 22px rgba(31,168,85,.36)}
.wafloat svg{width:25px;height:25px}
.wafloat:hover{background:#17853F;color:#fff}
@media(min-width:900px){.wafloat{display:grid}}

/* --------------------------------------------------------------- motion  */
.rise{opacity:0;transform:translateY(14px)}
.rise.seen{opacity:1;transform:none;transition:opacity .55s ease,transform .55s ease}
@media(prefers-reduced-motion:reduce){
  .rise{opacity:1!important;transform:none!important;transition:none!important}
  *{animation-duration:.01ms!important;transition-duration:.01ms!important}
}

/* ---------------------------------------------------------------- misc   */
.mt0{margin-top:0}.mb0{margin-bottom:0}
.mt1{margin-top:.7rem}.mt2{margin-top:1.3rem}.mt3{margin-top:2rem}
.center{text-align:center}
.small{font-size:.85rem}
.muted{color:var(--muted)}
.tag{display:inline-block;font-family:var(--mono);font-size:.68rem;letter-spacing:.12em;
  text-transform:uppercase;color:var(--indigo);border:1px solid #C6D2E6;padding:.24rem .55rem}

@media print{
  .nav,.topline,.actionbar,.wafloat,.cta,.map{display:none!important}
  body{padding:0;background:#fff}
  a{text-decoration:none;color:#000}
}
