/* D'leaps r55 - shared stylesheet for the server-rendered pages
   (/dleaps-ai and /vastu). These pages carry the site's real header and footer
   but do not load the React bundle or Tailwind, so they paint in one round trip
   and cannot be broken by a bundle patch. Brand tokens are copied from the site,
   not re-invented. */

:root{
  --dlp-ink:#0f1620;
  --dlp-ink-2:#141a24;
  --dlp-paper:#ffffff;
  --dlp-paper-2:#f6f8fa;
  --dlp-mut:#5b6672;
  --dlp-mut-d:#94a3b1;
  --dlp-line:#e3e7ec;
  --dlp-line-d:rgba(255,255,255,.14);
  --dlp-turq:#4DD9E8;
  --dlp-mag:#E8407F;
  --dlp-good:#35c9a3;
  --dlp-okay:#93a7bb;
  --dlp-warn:#E8407F;
  --dlp-r:14px;
  --dlp-wrap:68rem;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:76px}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{
  margin:0;background:var(--dlp-paper);color:var(--dlp-ink-2);
  font-family:Lato,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  font-size:17px;line-height:1.65;
}
img{max-width:100%;display:block}
a{color:#0e8fa2;text-decoration:none;font-weight:700}
a:hover{text-decoration:underline}
:focus-visible{outline:3px solid var(--dlp-turq);outline-offset:2px;border-radius:4px}

.wrap{max-width:var(--dlp-wrap);margin:0 auto;padding:0 1.5rem}
.narrow{max-width:44rem}

h1,h2,h3{font-family:'Poiret One',Lato,sans-serif;font-weight:400;letter-spacing:-.005em;margin:0}
h1{font-size:clamp(2.2rem,6.2vw,3.9rem);line-height:1.06}
h2{font-size:clamp(1.6rem,3.6vw,2.35rem);line-height:1.15;margin-bottom:.6rem}
h3{font-size:1.22rem;line-height:1.3}
p{margin:0 0 1rem}
.lede{font-size:1.08rem;color:var(--dlp-mut)}

/* ---------- hero ---------- */
.hero{background:var(--dlp-ink);color:#fff;padding:3rem 0 3.4rem;position:relative;overflow:hidden}
.hero .wrap{display:grid;gap:2.6rem;align-items:center}
@media(min-width:900px){.hero .wrap{grid-template-columns:1.05fr .95fr;gap:3.5rem}.hero{padding:4.5rem 0 5rem}}
.hero h1{color:#fff}
.hero p{color:#b9c4d0;max-width:34rem}
.hero .kicker{font-size:.95rem;color:var(--dlp-turq);margin:0 0 .9rem;font-weight:700}
.hero-stats{display:flex;gap:1.8rem;flex-wrap:wrap;margin-top:1.6rem;padding-top:1.4rem;border-top:1px solid var(--dlp-line-d)}
.hero-stats div{font-size:.86rem;color:var(--dlp-mut-d);line-height:1.4}
.hero-stats b{display:block;font-size:1.3rem;color:#fff;font-weight:700;font-family:'Poiret One',sans-serif}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:52px;
  padding:.85rem 1.6rem;border-radius:var(--dlp-r);font-size:1rem;font-weight:700;border:0;cursor:pointer;
  font-family:inherit;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease}
.btn.p{background:linear-gradient(135deg,var(--dlp-turq),var(--dlp-mag));color:#fff}
.btn.p:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(232,64,127,.28);text-decoration:none}
.btn.s{background:transparent;color:inherit;border:1.5px solid rgba(20,26,36,.22)}
.hero .btn.s{border-color:var(--dlp-line-d);color:#fff}
.btn.g{background:#25D366;color:#fff}
.btn[disabled]{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}
.btns{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.8rem}

/* ---------- the wheel ---------- */
.wheel-stage{position:relative;margin:0 auto;max-width:420px;width:100%}
.wheel{width:100%;height:auto;display:block;touch-action:manipulation}
.wheel .sector{fill:rgba(255,255,255,.04);stroke:rgba(255,255,255,.18);stroke-width:1;cursor:pointer;
  transition:fill .15s ease}
.light .wheel .sector{fill:#f2f5f8;stroke:#dfe5ec}
.wheel .sector:hover{fill:rgba(77,217,232,.22)}
.light .wheel .sector:hover{fill:rgba(77,217,232,.25)}
.wheel .sector.armed{fill:rgba(77,217,232,.16)}
.wheel .sector.filled{fill:rgba(77,217,232,.3)}
.light .wheel .sector.filled{fill:rgba(77,217,232,.3)}
.wheel .sector.v-ideal{fill:rgba(53,201,163,.26);stroke:var(--dlp-good)}
.wheel .sector.v-ok{fill:rgba(147,167,187,.24);stroke:var(--dlp-okay)}
.wheel .sector.v-attention{fill:rgba(232,64,127,.26);stroke:var(--dlp-warn)}
.wheel .dir{font-family:'IBM Plex Mono',ui-monospace,monospace;font-size:13px;font-weight:600;
  fill:rgba(255,255,255,.72);pointer-events:none;text-anchor:middle;dominant-baseline:middle}
.light .wheel .dir{fill:#6a7683}
.wheel .chiplabel{font-size:11px;fill:#fff;pointer-events:none;text-anchor:middle;dominant-baseline:middle;font-weight:700}
.light .wheel .chiplabel{fill:var(--dlp-ink-2)}
.wheel .hub{fill:rgba(255,255,255,.06);stroke:rgba(255,255,255,.2)}
.wheel circle.hub.sector{cursor:pointer}
.light .wheel .hub{fill:#fff;stroke:#dfe5ec}
.wheel .needle{stroke:var(--dlp-mag);stroke-width:2.5;stroke-linecap:round}
.plan-img{opacity:.62}

@media (prefers-reduced-motion:no-preference){
  .spin-in{animation:spin-in 1.1s cubic-bezier(.16,.84,.32,1) both}
  @keyframes spin-in{from{transform:rotate(-14deg) scale(.94);opacity:0}to{transform:none;opacity:1}}
}

/* ---------- sections ---------- */
section{padding:3.6rem 0}
section.tint{background:var(--dlp-paper-2);border-top:1px solid var(--dlp-line);border-bottom:1px solid var(--dlp-line)}
.cols{display:grid;gap:1.6rem;margin-top:1.8rem}
@media(min-width:760px){.cols.three{grid-template-columns:repeat(3,1fr)}.cols.two{grid-template-columns:repeat(2,1fr)}}
.card{background:#fff;border:1px solid var(--dlp-line);border-radius:var(--dlp-r);padding:1.4rem}
.card h3{margin-bottom:.4rem}
.card p{margin:0;color:var(--dlp-mut);font-size:.97rem}

/* ---------- the tool ---------- */
.tool{background:var(--dlp-ink);color:#fff;padding:3.4rem 0}
.tool h2{color:#fff}
.tool .lede{color:#b9c4d0}
.panel{background:rgba(255,255,255,.045);border:1px solid var(--dlp-line-d);border-radius:20px;padding:1.6rem}
@media(min-width:760px){.panel{padding:2.2rem}}
.grid-tool{display:grid;gap:2rem}
@media(min-width:940px){.grid-tool{grid-template-columns:420px 1fr;gap:3rem;align-items:start}}

.roomlist{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.2rem;padding:0;list-style:none}
.roomlist button{font-family:inherit;font-size:.88rem;font-weight:700;color:#c8d2dd;cursor:pointer;
  background:rgba(255,255,255,.05);border:1px solid var(--dlp-line-d);border-radius:999px;padding:.45rem .85rem}
.roomlist button[aria-pressed="true"]{background:var(--dlp-turq);border-color:var(--dlp-turq);color:var(--dlp-ink)}
.roomlist button.done::after{content:" ✓";color:var(--dlp-good)}
.roomlist button[aria-pressed="true"].done::after{color:var(--dlp-ink)}

.field{margin-bottom:1.05rem}
.field label{display:block;font-size:.86rem;font-weight:700;margin-bottom:.35rem;color:#dbe3ea}
.light .field label{color:var(--dlp-ink-2)}
.field input,.field select,.field textarea{
  width:100%;min-height:50px;padding:.7rem .9rem;border-radius:11px;font-family:inherit;font-size:1rem;
  background:rgba(255,255,255,.06);border:1px solid var(--dlp-line-d);color:#fff}
.light .field input,.light .field select{background:#fff;border:1px solid var(--dlp-line);color:var(--dlp-ink-2)}
.field input::placeholder{color:#8794a2}
.field select option{color:#141a24}
.field .hint{font-size:.8rem;color:var(--dlp-mut-d);margin:.3rem 0 0}
.two-up{display:grid;gap:1rem}
@media(min-width:560px){.two-up{grid-template-columns:1fr 1fr}}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

.drop{border:1.5px dashed rgba(255,255,255,.28);border-radius:var(--dlp-r);padding:1.5rem;text-align:center;
  cursor:pointer;transition:border-color .15s ease,background .15s ease}
.drop:hover,.drop.over{border-color:var(--dlp-turq);background:rgba(77,217,232,.07)}
.drop p{margin:.3rem 0 0;font-size:.88rem;color:var(--dlp-mut-d)}
.drop strong{font-size:1rem}

.check{display:flex;gap:.7rem;align-items:flex-start;font-size:.88rem;color:#c8d2dd;line-height:1.5}
.check input{width:20px;height:20px;min-height:0;flex:0 0 20px;margin-top:.15rem}

.err{color:#ffb0c8;font-size:.88rem;margin:.5rem 0 0;min-height:1.2em}
.msg{background:rgba(232,64,127,.14);border:1px solid rgba(232,64,127,.4);border-radius:11px;
  padding:.75rem .9rem;font-size:.9rem;margin-bottom:1rem}

.steps{counter-reset:s;list-style:none;padding:0;margin:1.4rem 0 0}
.steps li{position:relative;padding-left:2.4rem;margin-bottom:1rem;color:#b9c4d0;font-size:.97rem}
.steps li::before{counter-increment:s;content:counter(s);position:absolute;left:0;top:-1px;
  width:1.7rem;height:1.7rem;border-radius:50%;border:1px solid var(--dlp-turq);color:var(--dlp-turq);
  display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}
.steps b{color:#fff}

/* ---------- report ---------- */
.scorebar{display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap;margin-bottom:1.6rem}
.dial{position:relative;width:118px;height:118px;flex:0 0 118px}
.dial svg{transform:rotate(-90deg)}
.dial b{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  font-size:2rem;font-weight:700;font-family:'Poiret One',sans-serif}
.scorebar h3{font-size:1.35rem;margin-bottom:.2rem}
.scorebar p{margin:0;color:#b9c4d0;font-size:.95rem;max-width:34rem}

.finding{border-top:1px solid var(--dlp-line-d);padding:1.05rem 0}
.finding:first-child{border-top:0}
.fhead{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;flex-wrap:wrap}
.fhead strong{font-size:1.03rem}
.tag{font-size:.7rem;letter-spacing:.05em;font-weight:700;padding:.2rem .55rem;border-radius:6px;white-space:nowrap}
.tag.ideal{background:rgba(53,201,163,.2);color:var(--dlp-good)}
.tag.ok{background:rgba(147,167,187,.2);color:#c2cede}
.tag.attention{background:rgba(232,64,127,.2);color:#ff9dc0}
.tag.unknown{background:rgba(255,255,255,.08);color:var(--dlp-mut-d)}
.finding .zone{color:var(--dlp-mut-d);font-size:.88rem;margin:.15rem 0 .5rem}
.finding ul{margin:.4rem 0 0;padding-left:1.15rem}
.finding li{font-size:.94rem;color:#c8d2dd;margin-bottom:.35rem}

/* ---------- faq ---------- */
/* Scoped to the FAQ block. These used to be bare `details` rules and leaked
   into the header's <details> menu, which put a stray + inside the button. */
.faq details{border-bottom:1px solid var(--dlp-line);padding:1.05rem 0}
.faq details summary{cursor:pointer;font-weight:700;font-size:1.03rem;list-style:none;
  display:flex;justify-content:space-between;gap:1rem;align-items:center}
.faq details summary::-webkit-details-marker{display:none}
.faq details summary::after{content:"+";font-size:1.4rem;color:var(--dlp-mag);font-weight:400;line-height:1}
.faq details[open] summary::after{content:"-"}
.faq details p{margin:.7rem 0 0;color:var(--dlp-mut);font-size:.97rem}

/* ---------- footer ---------- */
footer{background:var(--dlp-ink);color:#8b98a6;padding:2.6rem 0;font-size:.88rem}
footer a{color:#c8d2dd}
footer .fnav{display:flex;flex-wrap:wrap;gap:.9rem;margin-bottom:1.2rem}
.disclaim{font-size:.82rem;color:#78848f;line-height:1.6;margin-top:1.2rem;max-width:52rem}

/* Named .dlp-hidden, not .hidden. The compiled app stylesheet loads before this
   file and Tailwind owns .hidden; an !important redefinition here silently broke
   every `lg:flex` in the site header. */
.dlp-hidden{display:none !important}
.sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}


/* ---------- shared site header ---------- */
.dlp-top{background:var(--dlp-ink);position:sticky;top:0;z-index:60;border-bottom:1px solid rgba(255,255,255,.08)}
.dlp-top-in{max-width:var(--dlp-wrap);margin:0 auto;padding:.7rem 1.5rem;display:flex;align-items:center;gap:1.2rem}
.dlp-brand{flex:0 0 auto;line-height:0}
.dlp-brand img{height:42px;width:auto}
.dlp-nav{display:none;gap:1.15rem;margin-left:auto;align-items:center}
.dlp-nav a{color:#c8d2dd;font-size:.88rem;font-weight:700;white-space:nowrap}
.dlp-nav a:hover{color:var(--dlp-turq);text-decoration:none}
.dlp-nav a[aria-current="page"]{color:var(--dlp-turq)}
.dlp-top-cta{display:none;background:linear-gradient(135deg,var(--dlp-turq),var(--dlp-mag));color:#fff;
  padding:.6rem 1.05rem;border-radius:999px;font-size:.85rem;font-weight:700;white-space:nowrap}
.dlp-top-cta:hover{text-decoration:none;color:#fff}
@media(min-width:1080px){.dlp-nav{display:flex}.dlp-top-cta{display:inline-flex}.dlp-menu{display:none}}
.dlp-menu{margin-left:auto;position:relative}
.dlp-menu summary{list-style:none;cursor:pointer;width:46px;height:46px;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:5px;border:1px solid rgba(255,255,255,.18);border-radius:11px}
.dlp-menu summary::-webkit-details-marker{display:none}
.dlp-menu summary span{display:block;width:20px;height:2px;background:#fff;border-radius:2px}
.dlp-menu-panel{position:absolute;right:0;top:calc(100% + .6rem);background:#17202c;border:1px solid rgba(255,255,255,.14);
  border-radius:14px;padding:.5rem;min-width:15rem;display:flex;flex-direction:column;box-shadow:0 18px 44px rgba(0,0,0,.45)}
.dlp-menu-panel a{color:#dbe3ea;font-size:.95rem;font-weight:700;padding:.7rem .8rem;border-radius:9px}
.dlp-menu-panel a:hover{background:rgba(255,255,255,.07);text-decoration:none;color:var(--dlp-turq)}
.dlp-footer-fallback{background:var(--dlp-ink);color:#8b98a6;padding:2rem 0;font-size:.88rem;margin-top:4rem}

/* The footer snapshot brings its own styles; it only needs its top margin tamed
   when it follows a full-bleed dark section. */
#dlc-footer{margin-top:0 !important}

/* ---------- Veeha chat page ---------- */
.veeha{display:flex;flex-direction:column;min-height:calc(100vh - 60px)}
.veeha-thread{flex:1;max-width:46rem;width:100%;margin:0 auto;padding:1.5rem 1.5rem 1rem}
.veeha-open{display:flex;flex-direction:column;justify-content:center;min-height:26vh;text-align:center;padding:1.6rem 0 .5rem}
.veeha-open h1{font-size:clamp(1.9rem,5vw,2.9rem);margin-bottom:.5rem}
.veeha-open p{color:var(--dlp-mut);max-width:32rem;margin:0 auto 0}
.veeha-mark{width:54px;height:54px;margin:0 auto 1.1rem;border-radius:16px;
  background:linear-gradient(135deg,var(--dlp-turq),var(--dlp-mag));display:flex;align-items:center;justify-content:center;
  font-family:'Poiret One',sans-serif;color:#fff;font-size:1.6rem;line-height:1}
.msg{margin:0 0 1.6rem;display:flex;flex-direction:column}
.msg.user{align-items:flex-end}
.msg.user .bubble{background:var(--dlp-paper-2);border:1px solid var(--dlp-line);border-radius:16px 16px 4px 16px;
  padding:.7rem 1rem;max-width:82%;font-size:1rem}
.msg.veeha .who{font-size:.76rem;font-weight:700;letter-spacing:.04em;color:var(--dlp-mag);margin:0 0 .35rem}
.msg.veeha .body{font-size:1.02rem;line-height:1.7;white-space:pre-wrap}
.msg.veeha .body h4{font-family:'Poiret One',sans-serif;font-weight:400;font-size:1.15rem;margin:0 0 .4rem}
.msg .chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.9rem}
.msg .chips a{border:1px solid var(--dlp-line);border-radius:999px;padding:.45rem .9rem;font-size:.85rem;
  font-weight:700;color:var(--dlp-ink-2);background:#fff}
.msg .chips a:hover{border-color:var(--dlp-turq);text-decoration:none}
.thinking{display:inline-flex;gap:5px;align-items:center;height:1.2rem}
.thinking i{width:6px;height:6px;border-radius:50%;background:var(--dlp-mag);opacity:.35;animation:blink 1.2s infinite}
.thinking i:nth-child(2){animation-delay:.2s}.thinking i:nth-child(3){animation-delay:.4s}
@keyframes blink{0%,80%,100%{opacity:.25}40%{opacity:1}}
@media (prefers-reduced-motion:reduce){.thinking i{animation:none;opacity:.5}}

.composer-wrap{position:sticky;bottom:0;background:var(--dlp-paper);box-shadow:0 -14px 20px 6px var(--dlp-paper);
  padding:.8rem 1.5rem 1.4rem}
.composer{max-width:46rem;margin:0 auto;border:1px solid var(--dlp-line);border-radius:18px;background:#fff;
  box-shadow:0 6px 22px rgba(20,26,36,.07);padding:.6rem .6rem .6rem 1rem;display:flex;gap:.6rem;align-items:flex-end}
.composer:focus-within{border-color:var(--dlp-turq)}
.composer textarea{flex:1;border:0;resize:none;font-family:inherit;font-size:1rem;line-height:1.5;padding:.65rem 0;
  min-height:2.8rem;max-height:9rem;background:transparent;color:var(--dlp-ink-2);outline:none;overflow-y:auto}
.composer button{flex:0 0 auto;width:44px;height:44px;border-radius:12px;border:0;cursor:pointer;
  background:linear-gradient(135deg,var(--dlp-turq),var(--dlp-mag));color:#fff;font-size:1.1rem;line-height:1}
.composer button[disabled]{opacity:.4;cursor:not-allowed}
.starters{max-width:46rem;margin:1rem auto 0;display:flex;flex-wrap:wrap;gap:.55rem;justify-content:center}
.starters button{font-family:inherit;font-size:.88rem;font-weight:700;color:var(--dlp-ink-2);cursor:pointer;
  background:#fff;border:1px solid var(--dlp-line);border-radius:999px;padding:.55rem 1rem;min-height:44px}
.starters button:hover{border-color:var(--dlp-mag)}
.veeha-note{max-width:46rem;margin:.8rem auto 0;text-align:center;font-size:.78rem;color:var(--dlp-mut)}
.leadcard{border:1px solid var(--dlp-line);border-radius:16px;padding:1.1rem;background:var(--dlp-paper-2);margin:0 0 1.6rem}
.leadcard h4{font-family:'Poiret One',sans-serif;font-weight:400;font-size:1.2rem;margin:0 0 .3rem}
.leadcard p{font-size:.93rem;color:var(--dlp-mut);margin:0 0 .8rem}
.leadcard .row{display:flex;gap:.55rem;flex-wrap:wrap}
.leadcard input{flex:1 1 9rem;min-height:46px;padding:.6rem .8rem;border:1px solid var(--dlp-line);border-radius:11px;font-family:inherit;font-size:.95rem}
.leadcard button{min-height:46px;padding:0 1.2rem;border:0;border-radius:11px;cursor:pointer;font-family:inherit;
  font-weight:700;background:linear-gradient(135deg,var(--dlp-turq),var(--dlp-mag));color:#fff}

/* ---------- Vastu principles content ---------- */
.card .sanskrit{font-family:'IBM Plex Mono',ui-monospace,monospace;font-size:.76rem;letter-spacing:.08em;
  color:var(--dlp-mag);margin:0 0 .5rem}
.card.sci h3{font-size:1.12rem;margin-bottom:.45rem}
.ztable{margin-top:1.8rem;border-top:1px solid var(--dlp-line)}
.zrow{display:grid;gap:.5rem 1.4rem;padding:1.15rem 0;border-bottom:1px solid var(--dlp-line)}
@media(min-width:720px){.zrow{grid-template-columns:8.5rem 1fr}}
.zdir b{display:block;font-family:'IBM Plex Mono',ui-monospace,monospace;font-size:1.5rem;line-height:1;color:var(--dlp-ink-2)}
.zdir span{display:block;font-size:.9rem;font-weight:700;margin-top:.15rem}
.zdir em{display:block;font-style:normal;font-size:.78rem;color:var(--dlp-mag);letter-spacing:.06em;margin-top:.1rem}
.zbody p{margin:0 0 .35rem;font-size:.95rem}
.zbody strong{font-weight:700}
.zyes strong{color:#0f7a63}
.zno strong{color:#b8386a}
.znote{color:var(--dlp-mut);font-size:.9rem !important;margin-top:.35rem !important}
.list-do ul,.list-dont ul{margin:.6rem 0 0;padding-left:1.15rem}
.list-do li,.list-dont li{margin-bottom:.55rem;font-size:.96rem;color:var(--dlp-mut)}
.list-do li::marker{color:#0f7a63}
.list-dont li::marker{color:var(--dlp-mag)}

/* ---------- the site's own navbar, on a server-rendered page ----------
   inc/dleaps-header.html is the real rendered navbar. On the app it is fixed and
   transparent until the user scrolls, which React handles; here it is sticky and
   solid from the first pixel. These few rules are the whole difference. */
.dlp-sitebar{background:hsl(var(--paper,152 26% 95%));box-shadow:0 1px 0 hsl(var(--line,210 18% 86%))}
.dlp-sitebar img{height:70px;width:auto}
/* Default closed. A bare `.dlp-mpanel{display:flex}` outranks the browser's own
   [hidden]{display:none}, which left this panel permanently open on phones and
   pushed the hero 600px down the page. Stating both states removes the ambiguity. */
.dlp-mpanel{display:none}
.dlp-mpanel:not([hidden]){border-top:1px solid hsl(var(--line,210 18% 86%));
  background:hsl(var(--paper,152 26% 95%));padding:.4rem 1.5rem 1rem;display:flex;flex-direction:column}
.dlp-mpanel a{padding:.85rem .25rem;border-bottom:1px solid hsl(var(--line,210 18% 86%));
  font-size:1rem;font-weight:600;color:hsl(var(--ink,210 18% 14%));text-decoration:none}
.dlp-mpanel a:last-child{border-bottom:0;color:hsl(var(--brand-turquoise-deep,186 55% 34%))}
@media(min-width:1024px){.dlp-mpanel,.dlp-mpanel:not([hidden]){display:none}}

/* The compiled app stylesheet ships Tailwind preflight, which resets headings and
   lists site-wide. It loads before this file, so these two rules put the page's
   own type back where the sections expect it. */
body{font-size:17px;line-height:1.65}
section h2,section h3,.wrap h2,.wrap h3{font-weight:400}

/* ---------- illustration plates ---------- */
.card figure{margin:0 0 0;aspect-ratio:5/3}
.card h3.has-plate{margin-top:1rem}
.card.sci .sci-copy{margin-top:1rem}
@media(min-width:820px){
  .card.sci-wide{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:1.8rem;align-items:center}
  .card.sci-wide .sci-copy{margin-top:0}
}

/* consultation form */
.field textarea{width:100%;min-height:84px;padding:.7rem .9rem;border-radius:11px;font-family:inherit;
  font-size:1rem;background:rgba(255,255,255,.06);border:1px solid var(--dlp-line-d);color:#fff;resize:vertical}
.field textarea::placeholder{color:#8794a2}

/* .field input{width:100%} is more specific than .sr, so a visually hidden
   input inside a field was rendering full width and pushing the page sideways.
   Stated at higher specificity so hidden stays hidden wherever it sits. */
.field .sr,
.field input.sr{position:absolute;width:1px;height:1px;min-height:0;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
/* The footer's watermark is positioned deliberately outside its box; the footer
   clips it on the app and must clip it here too. */
#dlc-footer{overflow:hidden}
