/* Sitara Systems — site-wide stylesheet.
   Extracted verbatim from the FROZEN 2026-06-13 design system (Project Reframes).
   Tokens: ink #1e1e1e, accent #967dff, Nunito / Nunito Sans. */
:root{--ink:#1e1e1e;--accent:#967dff;--accent2:#fa941b}
*{box-sizing:border-box}
body{margin:0;font-family:'Nunito Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ink);background:#fff;font-weight:500;line-height:1.5;-webkit-font-smoothing:antialiased}
h1,h2,h3{font-family:'Nunito','Nunito Sans',sans-serif}
a{color:var(--accent)}
img{max-width:100%;display:block}
.container{max-width:1100px;margin:0 auto;padding:0 44px}
/* nav */
.nav{background:var(--ink);border-bottom:2px solid var(--accent)}
.nav .bar{display:flex;align-items:center;justify-content:space-between;height:76px;gap:24px}
.nav .logo img{width:152px;height:auto}
.nav .links{display:flex;gap:26px;flex-wrap:wrap;align-items:center}
.nav .links a{color:#fff;text-decoration:none;font-size:16px;font-weight:500}
.nav .links a:hover{color:var(--accent)}
/* hero */
.hero{background:var(--ink);color:#fff;padding:92px 0 100px}
.hero .grid{display:grid;grid-template-columns:minmax(0,0.92fr) minmax(0,1.04fr);gap:88px;align-items:start}
/* standalone (text-page) heroes get display scale so the H1 reads as content,
   not chrome; case pages' two-column .grid heroes keep the 29px pairing. */
.hero h1{font-family:'Nunito';font-weight:600;font-size:38px;line-height:1.28;margin:0;color:#fff}
.hero .grid h1{font-size:29px;line-height:1.34}
.hero h1 .sub{display:block;font-style:italic;font-weight:600;font-size:.74em;margin-top:.35em}
.hero .grid h1 .sub{font-size:1em;margin-top:0}
.hero .intro{font-size:20px;font-weight:500;line-height:1.55;color:#fff;margin:0}
/* hero highlights + home hero mark (2026-07-20 visual-impact pass).
   --accent2 orange sampled from the logo mark's orange dot (#fa941b); use at
   most one purple + one orange phrase per hero — statement, not rainbow. */
.hl-p{color:var(--accent)}
.hl-o{color:var(--accent2)}
.hero-home{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:72px;align-items:center}
.hero-home .mark{align-self:end}
.hero-home .mark img{width:100%;max-width:440px;margin-left:auto}
@media(max-width:780px){.hero-home{grid-template-columns:1fr;gap:34px}.hero-home .mark img{max-width:300px;margin:0 auto}}
/* accordion on white */
.accs{background:#fff;padding:34px 0 4px}
details{border-top:1px solid #dadada;padding:17px 2px}
.accs details:last-child{border-bottom:1px solid #dadada}
summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:'Nunito Sans';font-weight:500;font-size:23px;color:var(--ink)}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";color:#9a9a9a;font-weight:400;font-size:26px;line-height:1}
details[open] summary::after{content:"\2013"}
details ul{margin:.8em 0 .3em;padding-left:1.2em}
details li{font-size:18px;line-height:1.5;margin:.45em 0;color:#333}
details a{color:var(--accent);text-decoration:none}
details a:hover{text-decoration:underline}
/* body */
.body{background:#fff;padding:42px 0 26px}
.body p{font-size:22px;line-height:1.55;margin:0 0 1.5em}
.body h3{font-size:25px;font-weight:700;line-height:1.3;margin:1.7em 0 .5em}
.lead{color:#2a2a2a}
figure{margin:0 0 42px}
figure img{width:100%;aspect-ratio:4/3;object-fit:cover}
.ph{aspect-ratio:4/3;background:#eee;border:1px dashed #c4c4c4;color:#8a8a8a;display:flex;align-items:center;justify-content:center;font-family:'Nunito';font-weight:700;font-size:13px;letter-spacing:.12em;text-transform:uppercase;margin:0 0 42px}
.meta{font-size:17px;color:#555;border-top:1px solid #e2e2e2;margin-top:1.5em;padding-top:1em}
.meta p{margin:.3em 0;font-size:17px}
/* section bands (2026-07-20 visual-impact pass) — full-bleed rhythm breaks
   for long pages; pair with a .wave recolored via inline style (normal =
   fills bottom, entering a band; scaleY(-1) = fills top, exiting one). */
.band-dark{background:var(--ink);color:#fff;padding:40px 0 48px}
.band-dark h2,.band-dark h3{color:#fff}
.band-dark p{color:#ececec}
.band-dark a{color:var(--accent)}
.band-dark .band-note{font-size:21px;font-style:italic;line-height:1.55;max-width:880px;margin:0}
.band-dark .band-note+.band-note{margin-top:18px}
.band-tint{background:#f4f1ff;padding:48px 0 56px}
/* footer */
.wave{display:block;width:100%;height:64px;color:var(--accent)}
/* pre-footer CTA band (2026-07-20 visual-impact pass) — the purple footer
   wave flows directly into it; every page ends on a color moment. */
.cta-band{background:var(--accent);padding:4px 0 42px}
.cta-band p{font-family:'Nunito';font-weight:700;font-size:24px;color:var(--ink);margin:0}
.cta-band a{color:#fff;text-decoration:none}
.cta-band a:hover{text-decoration:underline}
.footer{background:var(--ink);color:#fff;padding:8px 0 60px}
.footer h2{font-family:'Nunito';font-weight:600;font-size:26px;margin:0 0 16px}
.footer p{margin:.25em 0;color:#e3e3e3;font-size:16px;line-height:1.6}
.footer a{color:var(--accent);text-decoration:none}
@media(max-width:780px){.hero .grid{grid-template-columns:1fr;gap:22px}.container{padding:0 22px}.body p{font-size:19px}.hero h1{font-size:26px}summary{font-size:20px}}
/* ethics beat + intra-card group note (home) */
.beat{font-style:italic;border-top:1px solid #dadada;border-bottom:1px solid #dadada;padding:16px 2px;margin:26px 0 0;font-size:19px;color:#333}
.beat a{text-decoration:none;font-weight:600}
.beat a:hover{text-decoration:underline}
.group-note{font-style:italic;color:#555;font-size:18px;margin:14px 2px 0}
/* practice strip (2026-07-20 flow restage) — the discipline/lifetime line,
   relocated from the home hero; same metrics as .beat, minus the italic. */
.practice-strip{border-top:1px solid #dadada;border-bottom:1px solid #dadada;padding:16px 2px;margin:26px 0 0;font-size:19px;color:#333}
.practice-strip a{text-decoration:none;font-weight:600}
.practice-strip a:hover{text-decoration:underline}
/* work index — cards (from FROZEN index.html) */
.hero .lead-intro{max-width:760px;font-size:20px;font-weight:500;line-height:1.55;color:#fff;margin:0}
.cards{padding:50px 0 20px;display:grid;gap:24px}
.card{display:block;text-decoration:none;color:var(--ink);border:1px solid #e3e3e3;border-radius:6px;padding:28px 30px;transition:border-color .15s,box-shadow .15s,transform .15s;background:#fff}
.card:hover{border-color:var(--accent);box-shadow:0 6px 22px rgba(0,0,0,.07);transform:translateY(-2px)}
.card h3{font-family:'Nunito';font-size:25px;font-weight:600;margin:0 0 .35em;line-height:1.3}
.card h3 .sub{font-style:italic;font-weight:600;color:#444}
.card p{margin:0 0 .8em;font-size:18px;color:#333;line-height:1.5}
.card .more{font-family:'Nunito';font-weight:700;font-size:15px;color:var(--accent)}
/* brand illustrations (2026-07-20 visual-impact pass) — the gradient
   purple/orange illustration family from the live site: the only place
   brand color lives outside the logo, and the imagery source for pages
   with no photography. */
.hero-illo{width:100%;border-radius:14px;margin-top:46px}
.illo-side{float:right;width:280px;border-radius:14px;margin:6px 0 26px 36px}
@media(max-width:780px){.illo-side{float:none;width:100%;max-width:340px;margin:0 auto 26px}}
/* team grid with hover photo swap (2026-07-20) — ported from the live /team
   page: outdoor candid by default, the orange-pattern studio portrait on
   hover (the pairs live in /assets/images/team/). */
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px 32px;margin:28px 0 48px}
.team-grid.partners{grid-template-columns:repeat(2,1fr)}
.person .photo{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:6px;margin:0 0 16px}
.person .photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.person .photo img.alt{opacity:0;transition:opacity .3s}
.person:hover .photo img.alt,.person:focus-within .photo img.alt{opacity:1}
.person h3{margin:0 0 .4em}
.body .person p{font-size:17px;line-height:1.55;margin:0 0 .9em}
.body .person p.meta{border-top:none;margin-top:.2em;padding-top:0;font-size:16px;color:#666}
@media(max-width:780px){.team-grid,.team-grid.partners{grid-template-columns:1fr}}
/* recognition band (2026-07-20 visual-impact pass) — client + award logos
   carried over from the live site (identical list, no new clearances).
   Monochrome so project photography stays the page's only color. */
.recognition{border-top:1px solid #e3e3e3;margin-top:20px;padding:30px 0 26px}
.recognition .rec-label{font-family:'Nunito Sans';font-size:14px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#6b6880;margin:0}
.logo-row{display:flex;flex-wrap:wrap;align-items:center;gap:28px 46px;margin:28px 0 0}
.logo-row img{height:42px;width:auto;filter:grayscale(1);opacity:.7;transition:filter .15s,opacity .15s}
.logo-row img:hover{filter:none;opacity:1}
.logo-row.awards img{height:34px}
/* feature cards (2026-07-20 visual-impact pass) — image-first presentation
   for the flagship projects at the top of home + /work; the rest keep the
   compact has-thumb row. */
.card.feature{padding:0;overflow:hidden}
.card.feature .thumb{width:100%;aspect-ratio:21/9;overflow:hidden}
.card.feature .thumb img{width:100%;height:100%;object-fit:cover}
.card.feature .txt{padding:24px 30px 28px}
/* dark feature band (2026-07-21 prototype) — hero + flagship cards on one
   continuous ink field, recreating the live home's photography-on-black
   theater; cards go frameless so the images carry the glow. */
.feature-band{padding:0 0 44px}
.feature-band .cards{padding:34px 0 0}
.feature-band .card.feature{background:transparent;border:none}
.feature-band .card.feature .thumb{border-radius:8px}
.feature-band .card.feature .txt{padding:20px 2px 6px}
.feature-band .card.feature h3{color:#fff}
.feature-band .card.feature h3 .sub{color:#cfcfcf}
.feature-band .card.feature p{color:#d8d8d8}
.feature-band .card.feature:hover{box-shadow:none;transform:translateY(-2px)}
.band-dark .practice-strip{border-color:#3f3f3f;color:#d9d9d9;margin:0}
/* card thumbnails (2026-07-19 image pass) — cards without imagery keep the text-only layout */
.card.has-thumb{display:flex;gap:28px;align-items:center}
.card.has-thumb .thumb{flex:0 0 230px;aspect-ratio:4/3;overflow:hidden;border-radius:4px}
.card.has-thumb .thumb img{width:100%;height:100%;object-fit:cover}
.card.has-thumb .txt{flex:1;min-width:0}
@media(max-width:780px){.card.has-thumb{flex-direction:column;align-items:stretch}.card.has-thumb .thumb{flex:none}}
