/* Kort — shared styles */
@font-face { font-family: "Merriweather"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/merriweather-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Merriweather"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/merriweather-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/figtree-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/figtree-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/figtree-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/figtree-latin-700-normal.woff2") format("woff2"); }
:root {
  --navy: #102238;
  --cream: #fbf6f0;
  --tan: #ba967d;
  --blue: #c7d2de;
  --yellow: #fff8a1;
  --white: #ffffff;
  --serif: "Merriweather", Georgia, "Times New Roman", serif;
  --sans: "Figtree", "Helvetica Neue", Arial, sans-serif;
  --gutter: clamp(1.25rem, 5.2vw, 4.7rem);
  --band-pad: clamp(3.5rem, 6vw, 5rem);
  box-sizing: border-box;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
*, *::before, *::after { box-sizing: inherit; }
html { scroll-padding-top: calc(5.5rem + env(safe-area-inset-top, 0px)); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--navy);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.5;
}
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; margin: 0; }
p { margin: 0; }
ul { list-style: none; margin: 0; padding: 0; }
address { font-style: normal; }

:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; border-radius: 2px; }
.site-header--over-hero :focus-visible,
.site-footer :focus-visible,
.band--navy :focus-visible,
.hero :focus-visible { outline-color: var(--yellow); }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}
.skip-link {
  position: absolute; left: 1rem; top: -3rem; z-index: 50;
  background: var(--yellow); color: var(--navy); padding: .5rem 1rem; border-radius: 999px;
  font-weight: 700; text-decoration: none;
}
.skip-link:focus { top: 1rem; }

.wrap { width: 100%; max-width: 90rem; margin: 0 auto; padding: 0 var(--gutter); }

/* Pills */
.pill {
  display: inline-block;
  background: var(--yellow);
  color: var(--navy);
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  padding: .55rem 1.35rem;
  border-radius: 999px;
  white-space: nowrap;
  transition: background-color .15s ease;
}
.pill:hover { background: #fff27a; }
.pill--dark { background: var(--navy); color: var(--white); }
.pill--dark:hover { background: #1c3452; }

/* Header */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 40;
  color: var(--navy);
  background: var(--cream);
  border-bottom: 1px solid rgba(16,34,56,.12);
  padding-top: env(safe-area-inset-top, 0px);
  transition: transform .35s ease, background-color .3s ease, box-shadow .3s ease, padding .3s ease;
}
.site-header--over-hero { color: var(--white); background: transparent; border-bottom-color: transparent; }
.site-header--over-hero.is-scrolled { background: var(--navy); border-bottom-color: rgba(251,246,240,.12); }
.site-header.is-scrolled { box-shadow: 0 6px 24px rgba(16,34,56,.12); }
.site-header.is-hidden { transform: translateY(-100%); }
body:not(:has(.site-header--over-hero)) { padding-top: var(--header-h, 5.5rem); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  transition: padding .3s ease;
}
.site-header.is-scrolled .header-inner { padding-top: 1rem; padding-bottom: 1rem; }
.logo { display: block; color: inherit; flex: none; }
.logo .logo-svg { width: 9rem; height: auto; }
.site-nav { display: flex; align-items: center; gap: 1.75rem; }
.site-nav ul { display: flex; gap: 1.6rem; }
.site-nav ul a {
  white-space: nowrap;
  font-family: var(--serif);
  font-size: 1.1rem;
  text-decoration: none;
  padding-bottom: .2rem;
  border-bottom: 1px solid transparent;
}
.site-nav ul a:hover,
.site-nav ul a[aria-current="page"] { border-bottom-color: currentColor; }
.cart-link { display: block; width: 1.3rem; }
.nav-toggle { display: none; }

/* Hero */
.hero {
  position: relative;
  min-height: min(48rem, 100vh);
  display: flex;
  align-items: flex-end;
  color: var(--white);
  background: var(--navy);
  overflow: hidden;
}
.hero-single--home { object-position: 30% 40%; filter: saturate(.8) brightness(.92); }
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(16,34,56,.55) 0%, rgba(16,34,56,.2) 55%, rgba(16,34,56,.1) 100%),
    linear-gradient(to bottom, rgba(16,34,56,.6) 0%, rgba(16,34,56,.2) 30%, rgba(16,34,56,.9) 100%);
}
.hero-inner {
  position: relative; z-index: 1;
  padding-top: 9rem;
  padding-bottom: 2.5rem;
}
.paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
}
.paths a {
  display: block;
  height: 100%;
  border-top: 1px solid rgba(255,255,255,.55);
  padding-top: 1.1rem;
  text-decoration: none;
}
.path-title {
  display: flex; align-items: center; gap: .6rem;
  font-family: var(--serif); font-weight: 700; font-size: 1.1rem;
  margin-bottom: .4rem;
}
.path-title::after {
  content: ""; width: .55rem; height: .55rem;
  border-top: 2px solid var(--yellow); border-right: 2px solid var(--yellow);
  transform: rotate(45deg);
  transition: transform .15s ease;
}
.paths a:hover .path-title::after { transform: translateX(.25rem) rotate(45deg); }
.path-text { display: block; font-size: .95rem; line-height: 1.45; opacity: .9; max-width: 22rem; }
.hero-kicker {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: .6rem;
}
.hero h1 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.12;
  font-weight: 700;
}

/* Hero subline */
.hero-sub { font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.45; max-width: 34rem; margin-top: 1rem; opacity: .92; }

/* Bands and the label / title / body row */
.band { padding: var(--band-pad) 0; }
.band--cream { background: var(--cream); color: var(--navy); }
.band--tan { background: var(--tan); color: var(--navy); }
.band--navy { background: var(--navy); color: var(--cream); }
.band--blue { background: var(--blue); color: var(--navy); }
.band--yellow { background: var(--yellow); color: var(--navy); }

.row {
  display: grid;
  grid-template-columns: 8.75rem minmax(0, 24rem) minmax(0, 1fr);
  column-gap: 0;
  align-items: start;
}
.row-label {
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.3;
  padding-top: 1.35rem;
  opacity: .85;
}
.row-title {
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  line-height: 1.25;
  font-weight: 700;
  padding-right: 2rem;
}
.row-title::before {
  content: ""; display: block;
  width: 2.5rem; height: 2px; background: currentColor;
  margin-bottom: 1rem;
}
.row-title-sub { display: block; font-family: var(--sans); font-weight: 500; font-size: 1rem; margin-top: .4rem; opacity: .8; }
.row-body { padding-top: 1.35rem; }
.credentials { margin: 0 0 2rem; }
.credentials li { padding: .6rem 0; border-bottom: 1px solid rgba(251,246,240,.2); font-size: .98rem; }
.credentials li:first-child { border-top: 1px solid rgba(251,246,240,.2); }
.kontract-band { padding: 2.25rem 0; }
.kontract-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.kontract-inner p { max-width: 40rem; }
.row-body { max-width: 48rem; }
.lede { font-size: clamp(1.1rem, 1.45vw, 1.3rem); line-height: 1.4; margin-bottom: 1.6rem; max-width: 42rem; }

/* Founder */
.founder-head { padding-right: 3rem; }
.founder-head .row-title { padding-right: 0; }
.founder-photo { width: 100%; max-width: 19rem; height: auto; margin-top: 2rem; border-radius: 2px; }

.founder-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.75rem; }
.founder-email { font-size: .95rem; text-underline-offset: .2em; }

/* Services grid */
.row-body:has(.service-grid) { max-width: none; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2.5rem;
  margin-bottom: 2rem;
}
.service-grid a {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .95rem 0;
  border-bottom: 1px solid rgba(16,34,56,.3);
  font-family: var(--serif); font-weight: 700; font-size: 1.05rem;
  text-decoration: none;
}
.service-grid .arrow { width: 1.25rem; flex: none; transition: transform .15s ease; }
.service-grid a:hover .arrow { transform: translateX(.25rem); }
.sectors-line { font-size: 1.05rem; line-height: 1.5; max-width: 40rem; margin-bottom: 1.75rem; }
.sectors-line span { font-weight: 700; }

/* Forms teaser */
.forms-teaser { text-align: center; padding: clamp(3.5rem, 6vw, 5.5rem) 0; }
.forms-teaser h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; margin-bottom: 1.1rem; }
.forms-sub { font-size: 1.15rem; max-width: 20rem; margin: 0 auto 3rem; line-height: 1.4; }
.features {
  display: flex;
  justify-content: center;
  gap: clamp(2rem, 7vw, 8rem);
  margin-bottom: 3.5rem;
  text-align: left;
}
.features li { display: flex; align-items: flex-start; gap: 1.1rem; }
.features svg { width: 2.6rem; flex: none; }
.features span { font-family: var(--serif); font-weight: 700; font-size: 1.05rem; line-height: 1.3; }

/* Offices */
.offices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem; max-width: none; }
.office { display: flex; gap: 1.25rem; align-items: flex-start; }
.office svg { width: 2.6rem; flex: none; }
.office h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: .6rem; }
.office p { font-size: .95rem; line-height: 1.55; }
.office-contact { margin-top: .9rem; font-size: .8rem !important; font-weight: 700; }
.office-contact a { text-decoration: none; }
.directions { display: inline-block; margin-top: .9rem; font-size: .85rem; font-weight: 600; text-underline-offset: .2em; }
.office-contact a:hover { text-decoration: underline; }

/* Testimonials */
.row--head { margin-bottom: 2.75rem; }
.carousel { position: relative; display: flex; align-items: center; gap: 1rem; }
.carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2 * 1.9rem) / 3);
  gap: 1.9rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  flex: 1;
  padding: .25rem;
}
.carousel-track::-webkit-scrollbar { display: none; }
.quote {
  scroll-snap-align: start;
  margin: 0;
  background: var(--cream);
  border-radius: .5rem;
  padding: 1.6rem 1.6rem 1.9rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "cap mark" "text text";
  row-gap: 1.6rem;
}
.quote figcaption { grid-area: cap; display: flex; flex-direction: column; gap: .3rem; }
.quote-role { font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.quote-name { font-family: var(--serif); font-size: 1.35rem; line-height: 1.2; }
.quote-mark { grid-area: mark; font-family: var(--serif); font-size: 3.4rem; line-height: .8; }
.quote blockquote { grid-area: text; margin: 0; font-size: .9rem; line-height: 1.5; }
.carousel-btn {
  flex: none;
  background: none; border: 0; padding: .4rem; cursor: pointer;
  color: var(--navy);
}
.carousel-btn .arrow { width: 1.9rem; }
.carousel-btn--prev .arrow { transform: rotate(180deg); }
.carousel-btn:disabled { opacity: .3; cursor: default; }

/* Footer */
.site-footer { background: var(--navy); color: var(--white); padding: 3.1rem 0; }
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 2.5rem 3.5rem;
}
.logo--footer .logo-svg { width: 12rem; }
.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1.1rem 3rem;
}
.footer-nav a {
  font-size: .7rem; font-weight: 700; text-transform: uppercase; text-decoration: none;
}
.footer-nav a:hover { text-decoration: underline; }
.copyright { font-size: .85rem; line-height: 1.4; }
.socials { display: flex; gap: 1rem; }
.socials svg { width: 1.45rem; }

/* Footer legal block */
.footer-legal {
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(251,246,240,.18);
  font-size: .8rem;
  line-height: 1.55;
  color: rgba(251,246,240,.75);
}
.footer-legal p { max-width: 62rem; margin-bottom: .6rem; }
.footer-legal a { text-underline-offset: .2em; }
.legal-links { display: flex; flex-wrap: wrap; gap: .5rem 1.75rem; margin-top: 1.1rem; }
.legal-links a { color: var(--cream); }


/* Legal pages */
.legal-page { padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 7vw, 6rem); }
.legal-head { max-width: 46rem; margin-bottom: 2.5rem; }
.legal-head h1 { font-size: clamp(2rem, 3.4vw, 2.8rem); font-weight: 700; line-height: 1.15; }
.legal-head h1::before { content: ""; display: block; width: 2.5rem; height: 2px; background: currentColor; margin-bottom: 1.1rem; }
.legal-updated { margin-top: .9rem; font-size: .9rem; opacity: .75; }
.legal-body { max-width: 46rem; font-size: 1.02rem; line-height: 1.65; }
.legal-body h2 { font-size: 1.35rem; font-weight: 700; margin: 2.6rem 0 .9rem; }
.legal-body h3 { font-family: var(--sans); font-size: 1.05rem; font-weight: 700; margin: 1.6rem 0 .5rem; }
.legal-body p { margin-bottom: 1rem; }
.legal-body ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 1.1rem; }
.legal-body li { margin-bottom: .5rem; padding-left: .25rem; }
.legal-body a { text-underline-offset: .18em; }

/* Inner page intro */
.page-title { font-size: clamp(1.9rem, 3.2vw, 2.7rem); line-height: 1.15; }
.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 2.5rem; margin: 0; }
.facts div { border-top: 1px solid rgba(16,34,56,.2); padding: .9rem 0; }
.facts dt { font-size: .8rem; font-weight: 600; opacity: .75; margin-bottom: .2rem; }
.facts dd { margin: 0; font-family: var(--serif); font-weight: 700; font-size: 1.1rem; }

/* Contract cards */
.contract-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.contract-card {
  background: var(--cream); color: var(--navy);
  border-radius: 4px;
  padding: 1.75rem 1.6rem 1.5rem;
  display: flex; flex-direction: column;
}
.contract-card h3 { font-size: 1.2rem; font-weight: 700; line-height: 1.3; margin-bottom: .8rem; }
.contract-card p { font-size: .95rem; line-height: 1.55; flex: 1; margin-bottom: 1.5rem; }
.contract-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border-top: 1px solid rgba(16,34,56,.18); padding-top: 1.1rem; }
.contract-price { font-family: var(--serif); font-weight: 700; font-size: 1.1rem; }

/* Steps */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 3rem 1fr; column-gap: 1rem; padding: 1.1rem 0; border-top: 1px solid rgba(16,34,56,.2); }
.steps li::before { content: counter(step); grid-row: span 2; font-family: var(--serif); font-weight: 700; font-size: 1.6rem; line-height: 1.1; }
.steps h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: .35rem; }
.steps p { font-size: .98rem; line-height: 1.55; }

/* Consultation cards */
.consult-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; max-width: 62rem; margin: 0 auto; }
.consult-card h2 { font-size: 1.45rem; font-weight: 700; margin-bottom: .35rem; }
.consult-meta { flex: none !important; margin-bottom: 1.25rem !important; font-weight: 600; opacity: .8; }
.consult-list { list-style: none; padding: 0; margin: 0 0 1.75rem; flex: 1; }
.consult-list li { padding: .6rem 0; border-top: 1px solid rgba(16,34,56,.14); font-size: .98rem; line-height: 1.45; }
.consult-card .contract-price { font-size: 1.5rem; }
.steps--plain li { grid-template-columns: 1fr; }
.steps--plain li::before { content: none; }
.small-print { margin-top: 1.5rem; font-size: .9rem; line-height: 1.55; opacity: .85; }
.small-print a, .steps a { text-underline-offset: .2em; }

/* About */
.hero--short { min-height: min(30rem, 70vh); }
.hero-single { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero--short .hero-inner { padding-top: 8rem; padding-bottom: 3rem; }
.prose p { font-size: 1.08rem; line-height: 1.65; margin-bottom: 1.1rem; max-width: 44rem; }
.mv { grid-column: 2 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem 4rem; }
.mv .row-title { margin-bottom: 1.1rem; padding-right: 0; }
.mv p { font-size: 1.12rem; line-height: 1.6; max-width: 30rem; }
.values-wrap { max-width: none; }
.values { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; margin: 0; }
.values div { background: var(--tan); color: var(--navy); border-radius: 4px; padding: 1.4rem 1.4rem 1.5rem; }
.values dt { font-family: var(--serif); font-weight: 700; font-size: 1.15rem; margin-bottom: .6rem; }
.values dd { margin: 0; font-size: .97rem; line-height: 1.55; }
.founder-photo--small { max-width: 11rem; margin-top: 1.5rem; }
.bio-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; margin: 2rem 0 1.5rem; border-top: 1px solid rgba(16,34,56,.25); padding-top: 1.5rem; }
.bio-cols h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: .75rem; }
.bio-cols ul { list-style: none; padding: 0; margin: 0; }
.bio-cols li { font-size: .93rem; line-height: 1.5; margin-bottom: .6rem; }
.founder-contact { display: flex; flex-wrap: wrap; gap: .5rem 1.75rem; font-weight: 600; }
.founder-contact a { text-underline-offset: .2em; }

/* Services page */
.band--flush { padding-top: 0; }
.jump { display: flex; gap: 1.75rem; font-weight: 600; }
.jump a { text-underline-offset: .2em; }
.svc-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 3.5rem; margin: 0; }
.svc-list > div { border-top: 1px solid rgba(16,34,56,.22); padding: 1.4rem 0 1.6rem; }
.svc-list dt { font-family: var(--serif); font-weight: 700; font-size: 1.2rem; margin-bottom: .55rem; }
.svc-list dd { margin: 0; font-size: 1rem; line-height: 1.6; max-width: 34rem; }
.svc-list > div:target dt { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .25em; }
.svc-list--sectors > div { border-top-color: rgba(16,34,56,.35); }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 4rem; }
.contact-form { border-top: 1px solid rgba(16,34,56,.2); padding-top: 1.75rem; }
.contact-form .form-actions { border-top: 0; padding-top: .5rem; }
.contact-offices { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-offices .office { background: var(--navy); color: var(--cream); border-radius: 4px; padding: 1.75rem; }
.contact-offices h2 { font-size: 1.25rem; font-weight: 700; margin-bottom: .75rem; }
.contact-offices p { font-size: 1rem; line-height: 1.6; }
.lede a { text-underline-offset: .2em; }

/* Insights */
.empty-note { font-size: 1.05rem; line-height: 1.6; max-width: 36rem; padding: 1.25rem 0; border-top: 1px solid rgba(16,34,56,.2); border-bottom: 1px solid rgba(16,34,56,.2); }
.newsletter { max-width: 36rem; }
.newsletter-row { display: flex; gap: .75rem; margin-bottom: 1rem; }
.newsletter-row input { flex: 1; min-width: 0; font: inherit; font-size: 1rem; padding: .7rem .9rem; border-radius: 999px; border: 1px solid rgba(251,246,240,.4); background: transparent; color: var(--cream); }
.newsletter-row input::placeholder { color: rgba(251,246,240,.6); }
.newsletter-row input:focus-visible { outline: 2px solid var(--yellow); outline-offset: 2px; }
.newsletter-consent { font-size: .9rem; }
.newsletter-consent a { text-underline-offset: .2em; }

.pay-options { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.5rem; }

/* FAQ */
.faq details { border-top: 1px solid rgba(251,246,240,.2); }
.faq details:last-of-type { border-bottom: 1px solid rgba(251,246,240,.2); margin-bottom: 2rem; }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 0; cursor: pointer; list-style: none; font-family: var(--serif); font-weight: 700; font-size: 1.05rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .arrow { width: 1.2rem; flex: none; transform: rotate(90deg); transition: transform .2s ease; }
.faq details[open] summary .arrow { transform: rotate(-90deg); }
.faq details p { padding: 0 2rem 1.2rem 0; line-height: 1.6; opacity: .9; }

/* Intake form */
.intake-page { padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 7vw, 6rem); }
.intake-kicker { padding: 0; margin-bottom: 1rem; }
.intake-kicker a { text-underline-offset: .2em; }
.intake-intro { margin-top: 1rem; font-size: 1.05rem; line-height: 1.55; }
.intake-form, .pay-step { max-width: 46rem; }
.intake-form fieldset { border: 0; border-top: 1px solid rgba(16,34,56,.2); margin: 0; padding: 1.75rem 0 1rem; }
.intake-form legend { font-family: var(--serif); font-weight: 700; font-size: 1.25rem; padding: 0; margin-bottom: 1.2rem; float: left; width: 100%; }
.intake-form legend + * { clear: both; }
.field { margin-bottom: 1.2rem; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1.25rem; }
.field label, .field-label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: .4rem; }
.field input:not([type="radio"]):not([type="checkbox"]), .field select, .field textarea {
  width: 100%;
  font: inherit; font-size: 1rem; color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(16,34,56,.3);
  border-radius: 4px;
  padding: .7rem .8rem;
}
.field textarea { resize: vertical; line-height: 1.5; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--navy); outline-offset: 1px; }
.hint { font-size: .82rem; opacity: .75; margin-top: .35rem; line-height: 1.45; }
.choices { display: flex; flex-wrap: wrap; gap: .6rem 1.75rem; }
.choice { display: flex; align-items: flex-start; gap: .55rem; font-size: .98rem; cursor: pointer; }
.choice input { margin-top: .25rem; accent-color: var(--navy); width: 1.05rem; height: 1.05rem; flex: none; }
.choice--block { margin-bottom: 1rem; line-height: 1.5; }
.form-actions { border-top: 1px solid rgba(16,34,56,.2); padding-top: 1.75rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.pill--large { font-size: .85rem; padding: .85rem 1.8rem; }
button.pill { border: 0; cursor: pointer; }
button.pill:disabled { opacity: .6; cursor: default; }
.form-status { font-size: .95rem; }
.pay-step h2 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 700; margin-bottom: 1rem; }
.pay-step p { font-size: 1.05rem; line-height: 1.55; margin-bottom: 1rem; }
.pay-amount { font-family: var(--serif); font-weight: 700; font-size: 1.25rem !important; }

/* Tablet */
@media (max-width: 1100px) {
  .contact-grid { gap: 2.5rem; }
  .bio-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contract-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .founder-head { padding-right: 0; }
  .founder-photo { max-width: 16rem; }
  .row { grid-template-columns: 7rem minmax(0, 1fr); row-gap: 1.75rem; }
  .row-body { grid-column: 2; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .carousel-track { grid-auto-columns: calc((100% - 1.9rem) / 2); }
}

/* Mobile navigation */
@media (max-width: 1140px) {
  .nav-toggle {
    display: flex; flex-direction: column; justify-content: center; gap: .45rem;
    width: 2.75rem; height: 2.75rem; padding: .6rem;
    background: none; border: 0; color: inherit; cursor: pointer;
    position: relative; z-index: 31;
  }
  .nav-toggle-bar { display: block; height: 2px; background: currentColor; transition: transform .2s ease; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:first-child { transform: translateY(.3rem) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) { transform: translateY(-.3rem) rotate(-45deg); }
  .nav-toggle[aria-expanded="true"] { color: var(--white); }
  .site-nav {
    position: fixed; inset: 0; z-index: 30;
    background: var(--navy); color: var(--white);
    flex-direction: column; align-items: flex-start; justify-content: center;
    gap: 2rem;
    padding: calc(5rem + env(safe-area-inset-top, 0px)) var(--gutter) calc(3rem + env(safe-area-inset-bottom, 0px));
    visibility: hidden; opacity: 0;
    transition: opacity .2s ease, visibility .2s;
  }
  .site-nav.is-open { visibility: visible; opacity: 1; }
  .site-nav ul { flex-direction: column; gap: 1.25rem; }
  .site-nav ul a { font-size: 1.6rem; }
  .logo { position: relative; z-index: 31; }
  body.nav-open .logo { color: var(--white); }
  body.nav-open { overflow: hidden; }
}

/* Phone */
@media (max-width: 640px) {
  .logo .logo-svg { width: 6.5rem; }
  .logo--footer .logo-svg { width: 9rem; }
  .hero { min-height: 34rem; }
  .hero-inner { padding-top: 7rem; padding-bottom: 2rem; }
  .paths { grid-template-columns: 1fr; gap: 1.1rem; margin-top: 2rem; }
  .path-text { font-size: .9rem; }
  .kontract-inner { flex-direction: column; align-items: flex-start; }
  .row-label { padding-top: 0; }
  .row-body { padding-top: 0; }
  .row { grid-template-columns: 1fr; row-gap: 1rem; }
  .row-body { grid-column: 1; margin-top: .75rem; }
  .row-label br { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .contract-grid { grid-template-columns: 1fr; }
  .consult-grid { grid-template-columns: 1fr; }
  .mv { grid-column: 1; grid-template-columns: 1fr; }
  .values { grid-template-columns: 1fr; }
  .svc-list { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .newsletter-row { flex-direction: column; align-items: flex-start; }
  .newsletter-row input { width: 100%; }
  .bio-cols { grid-template-columns: 1fr; gap: 1.25rem; }
  .facts { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .founder-head { padding-right: 0; }
  .founder-photo { max-width: 100%; margin-top: 1.5rem; }
  .founder-photo--small { max-width: 9rem; }
  .features { flex-direction: column; align-items: center; gap: 1.5rem; }
  .features li { width: 15rem; }
  .offices { grid-template-columns: 1fr; }
  .carousel-btn { display: none; }
  .carousel-track { grid-auto-columns: 85%; gap: 1rem; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer-nav { grid-template-columns: repeat(2, auto); justify-content: start; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header.is-hidden { transform: none; }
  * { transition: none !important; }
}
