/* ============================================================
   THREEWOODS CAPITAL — Holding company stylesheet v2
   Direction: editorial quiet-luxury (EQT / Advent / Warburg lineage).
   Elevated parent of the Tigas group — shares Inter body + Starbucks
   green, but elevates with a serif display face, a warm neutral canvas,
   whitespace-led layout and restrained motion.
   Type:   Newsreader (serif display) + Inter (body/UI)
   Canvas: warm paper, near-black ink, green as the single accent
   ============================================================ */

:root {
  --paper:   #FAF8F3;   /* warm off-white canvas */
  --paper-2: #F2EFE7;   /* alternate band */
  --ink:     #16201B;   /* near-black, faintly green */
  --ink-soft:#384139;
  --slate:   #5B655D;   /* body copy */
  --grey:    #97A096;
  --green:   #00704A;   /* the single accent */
  --green-deep:#004A30;
  --forest:  #112B22;   /* full-bleed dark moments */
  --forest-2:#0B1F18;
  --gold:    #C9A86A;   /* whisper only */
  --line:    #E2DDD1;   /* hairline on paper */
  --line-dk: rgba(255,255,255,0.14);
  --maxw: 1240px;
  --gutter: 40px;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans:  "Inter", -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.07; letter-spacing: -0.015em; color: var(--ink); }
h1 { font-size: clamp(2.9rem, 6.2vw, 5.4rem); }
h2 { font-size: clamp(2.1rem, 4.2vw, 3.4rem); }
h3 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
p  { color: var(--slate); }
a  { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* shared editorial eyebrow */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--green);
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--green); display: inline-block; }
.eyebrow.on-dark { color: var(--gold); }
.eyebrow.on-dark::before { background: var(--gold); }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--forest); color: #fff; padding: 10px 18px; }
.skip-link:focus { left: 0; }

/* ---------- Header ---------- */
header.site {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: transparent; transition: background .4s, box-shadow .4s, border-color .4s;
  border-bottom: 1px solid transparent;
}
header.site.scrolled {
  background: rgba(250,248,243,0.86); backdrop-filter: blur(14px) saturate(1.1);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 86px; }

.logo { display: flex; align-items: center; gap: 14px; }
.logo-mark { display: block; height: 44px; width: 44px; border-radius: 10px; }
.logo-word { display: flex; flex-direction: column; line-height: 1; }
.logo-word strong { font-family: var(--serif); font-weight: 500; font-size: 1.32rem; letter-spacing: 0; color: #fff; transition: color .4s; }
.logo-word em { font-style: normal; font-family: var(--sans); font-weight: 600; font-size: 0.58rem; letter-spacing: 0.42em; text-transform: uppercase; margin-top: 5px; color: rgba(255,255,255,0.66); transition: color .4s; }
header.site.scrolled .logo-word strong { color: var(--ink); }
header.site.scrolled .logo-word em { color: var(--green); }

.nav-links { display: flex; gap: 40px; align-items: center; list-style: none; }
.nav-links a {
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase;
  color: rgba(255,255,255,0.82); transition: color .25s; position: relative; padding: 4px 0;
}
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 1px; width: 0; background: currentColor; transition: width .3s; }
.nav-links a:hover::after { width: 100%; }
header.site.scrolled .nav-links a { color: var(--ink-soft); }
header.site.scrolled .nav-links a:hover { color: var(--ink); }

.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--sans); font-weight: 600; font-size: 0.78rem; letter-spacing: 0.06em;
  background: var(--green); color: #fff; padding: 13px 26px; border-radius: 2px;
  transition: background .25s, transform .25s;
}
.btn::after { content: "→"; font-size: 0.9em; transition: transform .25s; }
.btn:hover { background: var(--green-deep); }
.btn:hover::after { transform: translateX(4px); }
.btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
header .nav > .btn { padding: 11px 22px; }
.btn.ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.45); }
.btn.ghost:hover { background: rgba(255,255,255,0.08); border-color: #fff; }
.btn.ink { background: var(--ink); }
.btn.ink:hover { background: #000; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-weight: 600; font-size: 0.82rem; letter-spacing: 0.04em; color: var(--green); }
.link-arrow::after { content: "→"; transition: transform .25s; }
.link-arrow:hover { color: var(--green-deep); }
.link-arrow:hover::after { transform: translateX(4px); }
.menu-toggle { display: none; background: none; border: 0; font-size: 1.5rem; cursor: pointer; color: #fff; }
header.site.scrolled .menu-toggle { color: var(--ink); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg .slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity 2s ease; transform: scale(1.05);
  animation: kenburns 22s ease-out infinite alternate;
}
.hero-bg .slide.active { opacity: 1; }
@keyframes kenburns { to { transform: scale(1.13); } }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,31,24,0.34) 0%, rgba(11,31,24,0.20) 38%, rgba(11,31,24,0.86) 100%),
    linear-gradient(90deg, rgba(8,22,17,0.62) 0%, rgba(8,22,17,0.05) 65%);
}
.hero .wrap { position: relative; z-index: 2; padding-top: 120px; padding-bottom: 90px; width: 100%; }
.hero .eyebrow { color: var(--gold); margin-bottom: 30px; }
.hero .eyebrow::before { background: var(--gold); }
.hero h1 { max-width: 17ch; margin-bottom: 30px; color: #fff; font-weight: 400; letter-spacing: -0.02em; }
.hero h1 em { font-style: italic; color: #fff; }
.hero p.lede { font-size: 1.22rem; max-width: 56ch; margin-bottom: 42px; color: rgba(255,255,255,0.9); line-height: 1.6; }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.hero-index {
  position: absolute; z-index: 3; right: var(--gutter); bottom: 44px;
  font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.18em; color: rgba(255,255,255,0.7);
  display: flex; align-items: center; gap: 14px;
}
.hero-index .bars { display: flex; gap: 7px; }
.hero-index .bars button { width: 30px; height: 2px; border: 0; padding: 0; cursor: pointer; background: rgba(255,255,255,0.34); transition: background .3s; }
.hero-index .bars button.active { background: #fff; }

/* ---------- Sections ---------- */
section { padding: 132px 0; }
section.alt { background: var(--paper-2); }
.section-head { max-width: 64ch; margin-bottom: 76px; }
.section-head .eyebrow { margin-bottom: 26px; }
.section-head h2 { margin-bottom: 0; }
.section-head .sub { font-size: 1.22rem; line-height: 1.6; margin-top: 26px; color: var(--ink-soft); max-width: 56ch; font-family: var(--sans); }

/* ---------- Credibility strip ---------- */
.cred-strip { padding: 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.cred-row { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); }
.cred-row li {
  text-align: center; padding: 46px 22px;
  font-family: var(--serif); font-weight: 400; font-size: 1.22rem; color: var(--ink);
  letter-spacing: -0.01em; border-left: 1px solid var(--line);
}
.cred-row li:first-child { border-left: 0; }
.cred-row li b { color: var(--green); font-weight: 500; }
@media (max-width: 760px) {
  .cred-row { grid-template-columns: repeat(2, 1fr); }
  .cred-row li { padding: 32px 18px; font-size: 1.1rem; }
  .cred-row li:nth-child(odd) { border-left: 0; }
  .cred-row li:nth-child(n+3) { border-top: 1px solid var(--line); }
}

/* ---------- About — editorial statement ---------- */
.statement { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 72px; align-items: start; }
.statement .lead { font-family: var(--serif); font-size: clamp(1.7rem, 2.8vw, 2.5rem); line-height: 1.28; color: var(--ink); font-weight: 400; letter-spacing: -0.01em; }
.statement .lead em { font-style: italic; color: var(--green); }
.statement .body p { font-size: 1.06rem; margin-bottom: 20px; }
.statement .body p:last-child { margin-bottom: 0; }

/* ---------- Pillars — numbered editorial rows ---------- */
.pillar {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch;
  border-top: 1px solid var(--line);
}
.pillar:last-child { border-bottom: 1px solid var(--line); }
.pillar .body { padding: 70px 64px 70px 0; align-self: center; max-width: 38rem; }
.pillar.flip .body { padding: 70px 0 70px 64px; order: 2; }
.pillar .pnum {
  font-family: var(--serif); font-size: 1.05rem; color: var(--green);
  letter-spacing: 0.04em; margin-bottom: 22px; display: flex; align-items: center; gap: 14px;
}
.pillar .pnum::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.pillar h3 { margin-bottom: 20px; }
.pillar p { font-size: 1.04rem; margin-bottom: 18px; }
.pillar ul { list-style: none; margin: 22px 0; }
.pillar ul li { padding: 14px 0 14px 28px; position: relative; font-size: 0.99rem; color: var(--ink-soft); border-top: 1px solid var(--line); }
.pillar ul li:last-child { border-bottom: 1px solid var(--line); }
.pillar ul li::before { content: "—"; position: absolute; left: 0; color: var(--green); }
.pillar a.link-arrow { margin-top: 14px; }
.holdings { display: grid; margin-top: 14px; }
.holding { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); font-size: 0.99rem; color: var(--ink); transition: color .2s; }
.holding:last-child { border-bottom: 1px solid var(--line); }
.holding span { color: var(--ink-soft); transition: color .2s; }
.holding strong { font-weight: 600; color: var(--ink); }
.holding i { font-style: normal; color: var(--green); transition: transform .25s; }
.holding:hover span, .holding:hover strong { color: var(--green); }
.holding:hover i { transform: translateX(5px); }
.pillar .figure { position: relative; overflow: hidden; min-height: 460px; }
.pillar .figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.pillar:hover .figure img { transform: scale(1.04); }
.pillar .figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(17,43,34,0.30), transparent 60%); }

/* ---------- Credo — full-bleed dark ---------- */
.credo { background: var(--forest); color: #fff; position: relative; overflow: hidden; }
.credo::before {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='340' viewBox='0 0 300 340'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='2.6' stroke-linecap='round'%3E%3Cline x1='150' y1='132' x2='150' y2='204'/%3E%3Cline x1='118' y1='156' x2='182' y2='156'/%3E%3Cline x1='150' y1='164' x2='120' y2='204'/%3E%3Cline x1='150' y1='164' x2='180' y2='204'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 300px; background-repeat: repeat;
}
.credo .wrap { position: relative; z-index: 1; }
.credo-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: start; }
.credo .lead {
  font-family: var(--serif); font-weight: 400; font-size: clamp(1.9rem, 3.2vw, 2.9rem);
  line-height: 1.24; color: #fff; letter-spacing: -0.01em; max-width: 16ch;
}
.credo .lead em { font-style: italic; color: var(--gold); }
.tenets { display: grid; }
.tenet { padding: 30px 0; border-top: 1px solid var(--line-dk); display: grid; grid-template-columns: 54px 1fr; gap: 24px; }
.tenet:first-child { border-top: 0; padding-top: 0; }
.tenet .t-num { font-family: var(--serif); font-size: 1.1rem; color: var(--gold); }
.tenet h4 { color: #fff; font-family: var(--serif); font-weight: 500; font-size: 1.4rem; margin-bottom: 10px; letter-spacing: -0.01em; }
.tenet p { color: rgba(255,255,255,0.72); font-size: 1rem; }

/* ---------- Principal — executive profile ---------- */
.principal-grid { display: grid; grid-template-columns: 300px 1fr; gap: 80px; align-items: start; }
.principal-photo { position: relative; width: 300px; }
.principal-photo img { display: block; width: 300px; aspect-ratio: 3/4; object-fit: cover; object-position: center top; border-radius: 3px; filter: grayscale(0.12) contrast(0.97); }
.principal-photo .frame { position: absolute; inset: 0; border-radius: 3px; box-shadow: inset 0 0 0 1px rgba(22,32,27,0.10); pointer-events: none; }
.principal .name { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 3.4vw, 2.8rem); color: var(--ink); margin-bottom: 8px; letter-spacing: -0.01em; }
.principal .role { font-family: var(--sans); color: var(--green); font-weight: 600; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 32px; }
.principal p { font-size: 1.06rem; margin-bottom: 18px; }
.principal a { color: var(--green); font-weight: 600; }
.principal a:hover { color: var(--green-deep); }
.principal .quote {
  border-left: 2px solid var(--gold); padding: 6px 0 6px 26px; margin: 34px 0 8px;
  font-family: var(--serif); font-weight: 400; font-style: italic; font-size: 1.5rem; color: var(--ink); line-height: 1.4;
}

/* ---------- Contact ---------- */
.contact-simple { max-width: 620px; }
.contact-simple .eyebrow { margin-bottom: 26px; }
.contact-simple h2 { margin-bottom: 24px; }
.contact-simple .intro { font-size: 1.12rem; margin-bottom: 44px; color: var(--ink-soft); }
.contact-simple .tagline { font-family: var(--serif); font-style: italic; font-size: clamp(1.5rem, 2.6vw, 2rem); color: var(--green); margin: 18px 0 46px; letter-spacing: -0.01em; }
.contact-simple .contact-detail p, .contact-simple .contact-detail a { font-size: 1.15rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact-lead h2 { margin: 22px 0 24px; }
.contact-lead p.intro { font-size: 1.1rem; margin-bottom: 40px; max-width: 44ch; }
.contact-detail { padding: 22px 0; border-top: 1px solid var(--line); }
.contact-detail:last-child { border-bottom: 1px solid var(--line); }
.contact-detail h4 { font-family: var(--sans); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--green); margin-bottom: 8px; font-weight: 600; }
.contact-detail p, .contact-detail a { font-size: 1.02rem; color: var(--ink-soft); }
.contact-detail a:hover { color: var(--ink); }
form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
label { font-family: var(--sans); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; display: block; margin: 22px 0 9px; color: var(--ink-soft); }
input, textarea, select {
  width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line);
  font-family: var(--sans); font-size: 1rem; background: transparent; color: var(--ink);
  transition: border-color .25s;
}
input::placeholder, textarea::placeholder { color: var(--grey); }
input:focus, textarea:focus, select:focus { outline: none; border-bottom-color: var(--green); }
.form-note { font-size: 0.85rem; color: var(--grey); margin-top: 18px; }
.form-success { background: rgba(0,112,74,0.07); border: 1px solid var(--green); padding: 16px 20px; margin-top: 22px; color: var(--green-deep); font-weight: 500; display: none; }

/* ---------- Footer ---------- */
footer { background: var(--forest-2); color: rgba(255,255,255,0.7); padding: 96px 0 44px; }
.foot-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr; gap: 56px; margin-bottom: 64px; }
.foot-grid .brand-line { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.foot-grid .brand-line .logo-mark { height: 46px; width: 46px; }
.logo-word.foot strong { color: #fff; font-family: var(--serif); font-weight: 500; font-size: 1.3rem; }
.logo-word.foot em { color: rgba(255,255,255,0.55); font-family: var(--sans); font-weight: 600; font-size: 0.58rem; letter-spacing: 0.42em; text-transform: uppercase; font-style: normal; margin-top: 5px; }
.foot-grid p { font-size: 1rem; max-width: 40ch; color: rgba(255,255,255,0.6); line-height: 1.7; }
.foot-grid h4 { font-family: var(--sans); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 20px; color: rgba(255,255,255,0.85); font-weight: 600; }
.foot-grid ul { list-style: none; }
.foot-grid ul li { margin-bottom: 13px; }
.foot-grid ul a { font-size: 0.96rem; color: rgba(255,255,255,0.6); }
.foot-grid ul a:hover { color: #fff; }
.legal { border-top: 1px solid var(--line-dk); padding-top: 30px; font-size: 0.82rem; color: rgba(255,255,255,0.48); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; letter-spacing: 0.02em; }
.legal a { color: rgba(255,255,255,0.6); }
.legal a:hover { color: #fff; }

/* ---------- Legal pages (privacy / disclaimer) ---------- */
body.legal-page { background: var(--paper); }
body.legal-page header.site { background: rgba(250,248,243,0.94); backdrop-filter: blur(14px) saturate(1.1); border-bottom: 1px solid var(--line); }
body.legal-page .logo-word strong { color: var(--ink); }
body.legal-page .logo-word em { color: var(--green); }
body.legal-page .nav-links a { color: var(--ink-soft); }
body.legal-page .nav-links a:hover { color: var(--ink); }
body.legal-page .menu-toggle { color: var(--ink); }
.legal-head { padding: 150px 0 44px; border-bottom: 1px solid var(--line); }
.legal-head .eyebrow { margin-bottom: 22px; }
.legal-head h1 { font-size: clamp(2.3rem, 4.6vw, 3.4rem); margin-bottom: 18px; }
.legal-head .lede { font-size: 1.1rem; color: var(--ink-soft); max-width: 60ch; }
.legal-doc { max-width: 760px; margin: 0 auto; padding: 60px var(--gutter) 96px; }
.legal-doc .meta { font-size: 0.85rem; color: var(--grey); padding-bottom: 16px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.legal-doc h2 { font-size: 1.45rem; margin: 46px 0 14px; }
.legal-doc h2:first-of-type { margin-top: 0; }
.legal-doc p { margin: 0 0 16px; line-height: 1.75; color: var(--slate); }
.legal-doc strong { color: var(--ink); }
.legal-doc a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.legal-doc ul { list-style: none; margin: 0 0 18px; }
.legal-doc ul li { position: relative; padding: 9px 0 9px 26px; color: var(--slate); line-height: 1.65; border-top: 1px solid var(--line); }
.legal-doc ul li:last-child { border-bottom: 1px solid var(--line); }
.legal-doc ul li::before { content: "—"; position: absolute; left: 0; color: var(--green); }
.legal-note { background: var(--paper-2); border: 1px solid var(--line); border-radius: 4px; padding: 18px 22px; font-size: 0.92rem; color: var(--ink-soft); line-height: 1.7; }
.foot-boiler { border-top: 1px solid var(--line-dk); padding-top: 30px; margin-bottom: 24px; font-size: 0.78rem; line-height: 1.7; color: rgba(255,255,255,0.42); }

/* ---------- Confirm placeholders ---------- */
.confirm { display: inline-block; background: #FBF3DF; color: #8A6D1E; border: 1px dashed var(--gold); font-size: 0.72rem; font-weight: 600; padding: 1px 7px; margin: 0 2px; }

/* ---------- Motion ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 1s cubic-bezier(.2,.6,.2,1), transform 1s cubic-bezier(.2,.6,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .2s; }
.reveal.d3 { transition-delay: .3s; }
.mask { clip-path: inset(0 0 100% 0); transition: clip-path 1.2s cubic-bezier(.2,.6,.2,1); }
.mask.visible { clip-path: inset(0 0 0 0); }
.no-js .reveal, .no-js .mask { opacity: 1; transform: none; clip-path: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .mask { opacity: 1; transform: none; clip-path: none; transition: none; }
  .hero-bg .slide { animation: none; transform: none; }
  .pillar .figure img { transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .statement, .credo-grid, .principal-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .principal-photo, .principal-photo img { width: 260px; }
  .credo-grid { gap: 48px; }
}
@media (max-width: 860px) {
  :root { --gutter: 26px; }
  .pillar, .pillar.flip { grid-template-columns: 1fr; }
  .pillar .figure, .pillar.flip .figure { order: 0; min-height: 280px; }
  .pillar .body, .pillar.flip .body { padding: 44px 0; max-width: none; }
  .foot-grid { grid-template-columns: 1fr; gap: 40px; }
  .nav-links {
    display: none; position: absolute; top: 86px; left: 0; right: 0;
    background: var(--paper); flex-direction: column; gap: 0;
    border-bottom: 1px solid var(--line); padding: 16px var(--gutter) 26px; align-items: flex-start;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a, header.site.scrolled .nav-links a { color: var(--ink-soft); display: block; padding: 14px 0; }
  .menu-toggle, header.site.scrolled .menu-toggle { display: block; color: #fff; }
  header.site.scrolled .menu-toggle { color: var(--ink); }
  .nav > .btn { display: none; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  section { padding: 88px 0; }
  .hero-index { display: none; }
  form .row { grid-template-columns: 1fr; }
  .tenet { grid-template-columns: 40px 1fr; gap: 14px; }
}
