@charset "UTF-8";
/* ============================================================================
   Mário Silva Ergonomia e Saúde Corporativa
   Design system, "dossiê técnico": editorial asymmetry, hairline measurement
   grid, mono annotations. Palette sampled from the client's own logo:
   #17335A (navy), #07539F (blue), #F7F7F7 (paper).
   ========================================================================== */

/* ---------------------------------------------------------------- fonts -- */
/* Self-hosted (downloaded from Google Fonts, SIL Open Font License 1.1) to
   keep a third-party connection off the critical path.                       */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('/assets/fonts/archivo-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('/assets/fonts/archivo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Plex Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/assets/fonts/plexsans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Plex Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/assets/fonts/plexsans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/plexmono-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/plexmono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --------------------------------------------------------------- tokens -- */

:root {
  /* Sampled from Logo.jpeg */
  --navy: #17335a;
  --navy-900: #0e2140;
  --navy-700: #1c3f6e;
  --blue: #07539f;
  --blue-700: #0a4884;
  --blue-300: #7faddd;

  --ink: #0e1b2e;
  --ink-70: #43536a;
  --ink-55: #5a6980;

  --paper: #f7f8fa;
  --white: #ffffff;
  --mist: #eaeff6;
  --mist-deep: #dde6f1;

  /* Single warm accent, reserved for the AET trigger branch and nothing else */
  --signal: #c0762a;
  --signal-soft: #f4e7d6;

  --line: rgba(23, 51, 90, 0.14);
  --line-soft: rgba(23, 51, 90, 0.08);
  --line-invert: rgba(255, 255, 255, 0.18);
  --line-invert-soft: rgba(255, 255, 255, 0.1);

  --font-display: 'Archivo', 'Archivo Fallback', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Plex Sans', 'Plex Sans Fallback', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: 'Plex Mono', ui-monospace, 'Cascadia Mono', 'Segoe UI Mono', monospace;

  --shell: 1320px;
  --gutter: clamp(1.25rem, 4.2vw, 4rem);
  --col-gap: clamp(1rem, 2vw, 2rem);

  --sp-section: clamp(4rem, 7.6vw, 8rem);
  --sp-block: clamp(2rem, 4vw, 3.5rem);

  --radius: 2px;
  --radius-lg: 4px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur: 0.5s;

  --header-h: 72px;
}

/* Metric-matched fallbacks reduce the swap reflow (CLS protection) */
@font-face {
  font-family: 'Archivo Fallback';
  src: local('Arial');
  ascent-override: 92%;
  descent-override: 24%;
  line-gap-override: 0%;
  size-adjust: 101%;
}
@font-face {
  font-family: 'Plex Sans Fallback';
  src: local('Arial');
  ascent-override: 94%;
  descent-override: 25%;
  line-gap-override: 0%;
  size-adjust: 100%;
}

/* ----------------------------------------------------------------- base -- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: clip;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

img,
svg,
picture {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: var(--blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--blue-700);
}

:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: var(--radius);
}

::selection {
  background: var(--navy);
  color: var(--white);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0;
  text-wrap: balance;
  color: var(--navy);
}

p {
  margin: 0 0 1.1em;
  text-wrap: pretty;
}

p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
}

.skip-link {
  position: absolute;
  left: 0.75rem;
  top: -4rem;
  z-index: 200;
  background: var(--navy);
  color: var(--white);
  padding: 0.7rem 1.1rem;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  text-decoration: none;
  transition: top 0.2s var(--ease);
}

.skip-link:focus {
  top: 0.75rem;
  color: var(--white);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* --------------------------------------------------------------- layout -- */

.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.grid12 {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--col-gap);
}

@media (max-width: 900px) {
  .grid12 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.section {
  padding-block: var(--sp-section);
  position: relative;
}

.section--tight {
  padding-block: clamp(3rem, 6vw, 6rem);
}

.section--navy {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.82);
}

.section--navy h1,
.section--navy h2,
.section--navy h3,
.section--navy h4 {
  color: var(--white);
}

/* Scoped so it never overrides button or linkline colours */
.section--navy p a,
.section--navy .prose a,
.section--navy li a:not(.btn) {
  color: #a8cbf0;
}

.section--mist {
  background: var(--mist);
}

.section--rule {
  border-top: 1px solid var(--line);
}

/* The measurement grid: hairline verticals, only where they read as a field */
/* Measurement rule. Confined to a short band inside the section's top padding
   and faded out at its lower edge, so it never runs behind body copy. */
.fieldlines {
  position: absolute;
  inset: 0 0 auto 0;
  height: clamp(1.75rem, 3vw, 2.75rem);
  pointer-events: none;
  overflow: hidden;
}

.fieldlines::before {
  content: '';
  position: absolute;
  inset-block: 0;
  left: 50%;
  translate: -50% 0;
  width: min(100% - var(--gutter) * 2, var(--shell) - var(--gutter) * 2);
  background-image: repeating-linear-gradient(
    to right,
    var(--line) 0 1px,
    transparent 1px calc(100% / 6)
  );
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
}

.section--navy .fieldlines::before {
  background-image: repeating-linear-gradient(
    to right,
    var(--line-invert) 0 1px,
    transparent 1px calc(100% / 6)
  );
}

/* ------------------------------------------------------------ typography -- */

.eyebrow {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.eyebrow::before {
  content: '';
  width: 1.75rem;
  height: 1px;
  background: currentColor;
  flex: none;
}

.section--navy .eyebrow {
  color: var(--blue-300);
}

.h-display {
  font-size: clamp(2.5rem, 1.15rem + 5.6vw, 5.125rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.h-section {
  font-size: clamp(1.875rem, 1.2rem + 2.9vw, 3.25rem);
  letter-spacing: -0.03em;
  line-height: 1.03;
}

.h-sub {
  font-size: clamp(1.3125rem, 1.1rem + 1vw, 1.75rem);
  letter-spacing: -0.022em;
  line-height: 1.12;
}

.h-card {
  font-size: clamp(1.125rem, 1.05rem + 0.4vw, 1.3125rem);
  letter-spacing: -0.018em;
  line-height: 1.2;
}

.lead {
  font-size: clamp(1.0625rem, 1rem + 0.45vw, 1.3125rem);
  line-height: 1.6;
  color: var(--ink-70);
}

.section--navy .lead {
  color: rgba(255, 255, 255, 0.76);
}

.prose {
  max-width: 62ch;
  color: var(--ink-70);
}

.prose strong {
  color: var(--ink);
  font-weight: 600;
}

.small {
  font-size: 0.875rem;
  line-height: 1.55;
}

/* Mono annotation tag, the site's structural signature */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  border: 1px solid var(--line);
  padding: 0.3rem 0.55rem;
  border-radius: var(--radius);
  background: var(--white);
  white-space: nowrap;
}

.section--navy .tag {
  color: rgba(255, 255, 255, 0.8);
  border-color: var(--line-invert);
  background: transparent;
}

.tag--signal {
  color: #8a5217;
  border-color: rgba(192, 118, 42, 0.4);
  background: var(--signal-soft);
}

.tag--plain {
  border: 0;
  background: none;
  padding: 0;
  color: var(--ink-55);
}

/* Numbered marker: used only where the source itself is an ordered sequence */
.ord {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--blue);
  font-variant-numeric: tabular-nums;
}

.section--navy .ord {
  color: var(--blue-300);
}

/* -------------------------------------------------------------- buttons -- */

.btn {
  --btn-bg: var(--blue);
  --btn-fg: #fff;
  --btn-bd: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: -0.005em;
  line-height: 1.2;
  padding: 0.95rem 1.5rem;
  min-height: 48px;
  border: 1px solid var(--btn-bd);
  border-radius: var(--radius);
  background: var(--btn-bg);
  color: var(--btn-fg);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease),
    transform 0.2s var(--ease);
}

.btn:hover {
  --btn-bg: var(--blue-700);
  --btn-bd: var(--blue-700);
  color: #fff;
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--navy);
  --btn-bd: var(--line);
}

.btn--ghost:hover {
  --btn-bg: var(--navy);
  --btn-bd: var(--navy);
  color: #fff;
}

.btn--on-navy {
  --btn-bg: #fff;
  --btn-fg: var(--navy);
  --btn-bd: #fff;
}

.btn--on-navy:hover {
  --btn-bg: var(--mist);
  --btn-bd: var(--mist);
  color: var(--navy);
}

.btn--ghost-on-navy {
  --btn-bg: transparent;
  --btn-fg: #fff;
  --btn-bd: var(--line-invert);
}

.btn--ghost-on-navy:hover {
  --btn-bg: rgba(255, 255, 255, 0.1);
  --btn-bd: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.btn--sm {
  padding: 0.65rem 1.05rem;
  min-height: 40px;
  font-size: 0.875rem;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 560px) {
  .btn-row {
    flex-direction: column;
    align-items: stretch;
  }
  .btn-row .btn {
    width: 100%;
  }
}

/* Inline "next step" link with a drawn rule instead of an arrow cliché */
.linkline {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--navy);
  text-decoration: none;
  padding-block: 0.15rem;
}

.linkline::after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1px;
  background: var(--blue);
  transition: width 0.28s var(--ease);
  translate: 0 -0.28em;
}

.linkline:hover {
  color: var(--blue);
}

.linkline:hover::after {
  width: 2.6rem;
}

.section--navy .linkline {
  color: #fff;
}

.section--navy .linkline::after {
  background: var(--blue-300);
}

/* --------------------------------------------------------------- header -- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(247, 248, 250, 0.88);
  backdrop-filter: saturate(1.4) blur(10px);
  -webkit-backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), background-color 0.3s var(--ease);
}

.site-header[data-stuck='true'] {
  border-bottom-color: var(--line);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--navy);
  flex: none;
}

.brand__mark {
  width: 26px;
  height: 35px;
  flex: none;
}

.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.brand__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: -0.02em;
}

.brand__kicker {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 0.5625rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-55);
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nav__link {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--ink-70);
  text-decoration: none;
  padding: 0.55rem 0.85rem;
  border-radius: var(--radius);
  transition: color 0.2s var(--ease), background-color 0.2s var(--ease);
}

.nav__link:hover {
  color: var(--navy);
  background: rgba(23, 51, 90, 0.055);
}

.nav__link[aria-current='page'] {
  color: var(--navy);
  font-weight: 600;
}

.nav__cta {
  margin-left: 0.5rem;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 0.55rem;
  background: none;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.55rem 0.8rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  cursor: pointer;
  min-height: 44px;
}

.nav-toggle__bars {
  display: grid;
  gap: 4px;
  width: 16px;
}

.nav-toggle__bars i {
  display: block;
  height: 1.5px;
  background: currentColor;
  transition: transform 0.25s var(--ease), opacity 0.2s var(--ease);
}

.nav-toggle[aria-expanded='true'] .nav-toggle__bars i:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
}
.nav-toggle[aria-expanded='true'] .nav-toggle__bars i:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded='true'] .nav-toggle__bars i:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}

/* Below ~420px the descriptor is wide enough to crowd the menu button out of
   the viewport. The brand name alone still identifies the site. */
@media (max-width: 420px) {
  .brand__kicker {
    display: none;
  }
  .brand__name {
    font-size: 1rem;
  }
  .nav-toggle {
    padding-inline: 0.7rem;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    padding: 0.5rem var(--gutter) 1.5rem;
    box-shadow: 0 24px 40px -28px rgba(14, 27, 46, 0.45);
    display: none;
  }

  .nav[data-open='true'] {
    display: flex;
  }

  .nav__link {
    padding: 1rem 0;
    border-bottom: 1px solid var(--line-soft);
    font-size: 1.0625rem;
  }

  .nav__cta {
    margin: 1rem 0 0;
    width: 100%;
  }
}

/* ----------------------------------------------------------------- hero -- */

.hero {
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: clamp(3.5rem, 7vw, 7rem);
  position: relative;
}

.hero__rail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink-55);
}

.hero__rail b {
  color: var(--navy);
  font-weight: 500;
}

/* Full-bleed headline, then a two-column row. The headline leads with the
   service-and-place line, set large and in the brand blue so a visitor arriving
   from a local search gets confirmation at the largest size on the page. The
   positioning line sits under it, smaller. */
.hero__title {
  padding-top: clamp(1.25rem, 3vw, 2.25rem);
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.hero__title-main {
  display: block;
  font-size: clamp(2.125rem, 0.6rem + 5vw, 4.5rem);
  letter-spacing: -0.038em;
  line-height: 0.98;
  color: var(--blue);
  text-wrap: balance;
}

.hero__title-sub {
  display: block;
  margin-top: 0.7rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.1875rem, 0.9rem + 1.15vw, 1.875rem);
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: var(--navy);
  max-width: 46ch;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  border-top: 1px solid var(--line);
}

@media (max-width: 980px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
  }
}

.hero__lead {
  max-width: 48ch;
  margin-bottom: 2rem;
}

.hero__meta {
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* Annotated observation frame, the signature element */
.observe {
  position: relative;
}

.observe__frame {
  position: relative;
  border: 1px solid var(--line);
  background: var(--mist);
  overflow: hidden;
}

.observe__frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.observe__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 51, 90, 0) 45%, rgba(14, 33, 64, 0.5) 100%);
  pointer-events: none;
}

.observe__corner {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid var(--blue);
  pointer-events: none;
  z-index: 2;
}
.observe__corner--tl {
  top: -1px;
  left: -1px;
  border-right: 0;
  border-bottom: 0;
}
.observe__corner--br {
  bottom: -1px;
  right: -1px;
  border-left: 0;
  border-top: 0;
}

.observe__notes {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: grid;
  gap: 1px;
  padding: 1rem;
  width: 100%;
}

.observe__note {
  display: inline-flex;
  align-items: baseline;
  gap: 0.6rem;
  width: fit-content;
  max-width: 100%;
  background: rgba(14, 33, 64, 0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #fff;
  padding: 0.4rem 0.7rem;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
}

.observe__note i {
  color: #a8cbf0;
  font-style: normal;
}

.observe__caption {
  margin-top: 0.85rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-55);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

/* --------------------------------------------------- five-areas strip --- */

.areas {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.areas__item {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.5rem 1.25rem 1.75rem;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.areas__item h3 {
  font-size: 1rem;
  letter-spacing: -0.015em;
  line-height: 1.22;
}

.areas__item p {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--ink-55);
}

@media (max-width: 900px) {
  .areas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .areas {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ------------------------------------------------------ pillar services -- */

.pillars {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.pillar {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  border-top: 1px solid var(--line);
}

.pillar:nth-child(even) .pillar__media {
  order: -1;
}

@media (max-width: 860px) {
  .pillar {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
  .pillar:nth-child(even) .pillar__media {
    order: 0;
  }
}

.pillar__head {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.pillar__media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--mist);
}

.pillar__body p {
  color: var(--ink-70);
  margin-bottom: 1.25rem;
  max-width: 52ch;
}

/* Compact list for the supporting services */
.svc-list {
  list-style: none;
  border-top: 1px solid var(--line);
}

.svc-list li {
  border-bottom: 1px solid var(--line);
}

.svc-list a {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: baseline;
  padding: 1.35rem 0;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.25s var(--ease), padding-inline 0.25s var(--ease);
}

.svc-list a:hover {
  background: rgba(23, 51, 90, 0.035);
  padding-inline: 0.85rem;
}

.svc-list__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.0625rem, 1rem + 0.4vw, 1.25rem);
  letter-spacing: -0.02em;
  color: var(--navy);
}

.svc-list__desc {
  font-size: 0.9375rem;
  color: var(--ink-70);
}

.svc-list__go {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  white-space: nowrap;
}

@media (max-width: 760px) {
  .svc-list a {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.4rem;
    padding: 1.15rem 0;
  }
  .svc-list__go {
    margin-top: 0.35rem;
  }
}

/* ------------------------------------------------- diagnosis → action --- */

.flowchart {
  margin-top: clamp(2rem, 4vw, 3.25rem);
  display: grid;
  gap: 0;
}

.flow-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.6vw, 1.25rem);
}

@media (max-width: 900px) {
  .flow-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

.flow-node {
  border: 1px solid var(--line-invert);
  padding: 1.25rem 1.15rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  position: relative;
  background: rgba(255, 255, 255, 0.03);
}

.flow-node h3 {
  font-size: 1.0625rem;
  letter-spacing: -0.018em;
}

.flow-node p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.flow-node--decision {
  border-color: rgba(192, 118, 42, 0.55);
  background: rgba(192, 118, 42, 0.09);
}

.flow-node--decision h3 {
  color: #f0c48a;
}

.flow-branch {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.6vw, 1.25rem);
  margin-top: 1.1rem;
}

@media (max-width: 900px) {
  .flow-branch {
    grid-template-columns: minmax(0, 1fr);
  }
}

.flow-branch__note {
  grid-column: 2 / -1;
  border-left: 1px solid var(--line-invert);
  padding-left: 1.1rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 900px) {
  .flow-branch__note {
    grid-column: 1;
  }
}

/* ---------------------------------------------------------- process rail -- */

.process {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

@media (max-width: 900px) {
  .process {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }
}

.steps {
  list-style: none;
  position: relative;
  padding-left: clamp(2.25rem, 4vw, 3.25rem);
}

.steps::before {
  content: '';
  position: absolute;
  left: 0.375rem;
  top: 0.6rem;
  bottom: 0.6rem;
  width: 1px;
  background: var(--line);
}

.steps__progress {
  position: absolute;
  left: 0.375rem;
  top: 0.6rem;
  width: 1px;
  background: var(--blue);
  height: 0;
  transform-origin: top;
}

.step {
  position: relative;
  padding-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.step:last-child {
  padding-bottom: 0;
}

.step::before {
  content: '';
  position: absolute;
  left: calc(clamp(2.25rem, 4vw, 3.25rem) * -1 + 0.125rem);
  top: 0.5rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--paper);
  border: 1px solid var(--blue);
  transition: background-color 0.35s var(--ease);
}

.step[data-active='true']::before {
  background: var(--blue);
}

.step__head {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
}

.step h3 {
  font-size: clamp(1.0625rem, 1rem + 0.45vw, 1.25rem);
  letter-spacing: -0.02em;
}

.step p {
  font-size: 0.9375rem;
  color: var(--ink-70);
  max-width: 54ch;
}

/* -------------------------------------------------------------- founder -- */

.founder {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

@media (max-width: 860px) {
  .founder {
    grid-template-columns: minmax(0, 1fr);
  }
}

.founder__portrait {
  position: relative;
  border: 1px solid var(--line);
  background: var(--mist);
}

.founder__portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.founder__plate {
  position: absolute;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: rgba(14, 33, 64, 0.88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  padding: 0.9rem 1rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.founder__plate span:last-child {
  color: var(--blue-300);
}

.creds {
  list-style: none;
  border-top: 1px solid var(--line);
  margin-top: 1.75rem;
}

.creds li {
  border-bottom: 1px solid var(--line);
  padding: 0.95rem 0;
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: baseline;
}

.creds dt,
.creds__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-55);
}

.creds__value {
  font-weight: 600;
  color: var(--navy);
  font-size: 0.9375rem;
}

@media (max-width: 520px) {
  .creds li {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.25rem;
  }
}

/* -------------------------------------------------------- differentials -- */

.diffs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
}

.diffs > div {
  padding: clamp(1.5rem, 3vw, 2.25rem) 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 1rem;
}

.diffs > div:nth-child(odd) {
  padding-right: clamp(1.5rem, 4vw, 3.5rem);
  border-right: 1px solid var(--line);
}

.diffs > div:nth-child(even) {
  padding-left: clamp(1.5rem, 4vw, 3.5rem);
}

.diffs h3 {
  font-size: 1.0625rem;
  letter-spacing: -0.018em;
  margin-bottom: 0.4rem;
}

.diffs p {
  font-size: 0.9375rem;
  color: var(--ink-70);
}

@media (max-width: 760px) {
  .diffs {
    grid-template-columns: minmax(0, 1fr);
  }
  .diffs > div:nth-child(odd) {
    padding-right: 0;
    border-right: 0;
  }
  .diffs > div:nth-child(even) {
    padding-left: 0;
  }
}

/* --------------------------------------------------------------- region -- */

.region {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

@media (max-width: 900px) {
  .region {
    grid-template-columns: minmax(0, 1fr);
  }
}

.city-list {
  list-style: none;
  border-top: 1px solid var(--line-invert);
}

.city-list li {
  border-bottom: 1px solid var(--line-invert);
}

.city-list a {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 9rem) minmax(0, 1fr);
  gap: clamp(0.75rem, 2vw, 1.75rem);
  align-items: baseline;
  padding: 1.15rem 0;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.72);
  transition: padding-inline 0.25s var(--ease), background-color 0.25s var(--ease);
}

.city-list a:hover {
  background: rgba(255, 255, 255, 0.05);
  padding-inline: 0.75rem;
  color: #fff;
}

.city-list__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  color: #fff;
}

.city-list__desc {
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (max-width: 700px) {
  .city-list a {
    grid-template-columns: 2rem minmax(0, 1fr);
    row-gap: 0.3rem;
  }
  .city-list__desc {
    grid-column: 2;
  }
}

/* ------------------------------------------------------------------ faq -- */

.faq {
  border-top: 1px solid var(--line);
  max-width: 78ch;
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.4rem 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1rem, 0.97rem + 0.3vw, 1.1875rem);
  letter-spacing: -0.018em;
  line-height: 1.3;
  color: var(--navy);
  transition: color 0.2s var(--ease);
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary:hover {
  color: var(--blue);
}

.faq summary::after {
  content: '';
  flex: none;
  width: 13px;
  height: 13px;
  margin-top: 0.35em;
  background:
    linear-gradient(var(--blue), var(--blue)) center / 100% 1px no-repeat,
    linear-gradient(var(--blue), var(--blue)) center / 1px 100% no-repeat;
  transition: transform 0.3s var(--ease);
}

.faq details[open] summary::after {
  transform: rotate(45deg);
}

.faq__answer {
  padding: 0 0 1.5rem;
  max-width: 68ch;
  color: var(--ink-70);
  font-size: 0.9375rem;
}

/* ------------------------------------------------------------- cta band -- */

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: end;
}

@media (max-width: 860px) {
  .cta-band {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
  }
}

.contact-lines {
  list-style: none;
  border-top: 1px solid var(--line-invert);
}

.contact-lines li {
  border-bottom: 1px solid var(--line-invert);
  padding: 0.9rem 0;
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 1rem;
  align-items: baseline;
  font-size: 0.9375rem;
}

.contact-lines a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.contact-lines a:hover {
  color: var(--blue-300);
  text-decoration: underline;
}

/* --------------------------------------------------------------- footer -- */

.site-footer {
  background: var(--navy-900);
  color: rgba(255, 255, 255, 0.62);
  padding-block: clamp(3rem, 6vw, 5rem) 2rem;
  font-size: 0.875rem;
}

.site-footer h2,
.site-footer h3 {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 1.1rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: clamp(1.75rem, 4vw, 3.5rem);
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.site-footer ul {
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-brand__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 0.6rem;
}

.footer-bottom {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-invert-soft);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.62);
}

/* ---------------------------------------------------------- whatsapp fab -- */

.wa-fab {
  position: fixed;
  right: clamp(0.875rem, 2.5vw, 1.5rem);
  bottom: calc(clamp(0.875rem, 2.5vw, 1.5rem) + env(safe-area-inset-bottom, 0px));
  z-index: 95;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 24px -8px rgba(14, 27, 46, 0.5), 0 2px 6px rgba(14, 27, 46, 0.18);
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease), background-color 0.22s var(--ease);
}

.wa-fab:hover {
  background: #1eb857;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -10px rgba(14, 27, 46, 0.55), 0 2px 6px rgba(14, 27, 46, 0.2);
  color: #fff;
}

.wa-fab:focus-visible {
  outline: 3px solid var(--navy);
  outline-offset: 3px;
}

.wa-fab svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

/* ------------------------------------------------------------ page head -- */

.page-head {
  padding-top: clamp(2.25rem, 4.5vw, 3.75rem);
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  border-bottom: 1px solid var(--line);
}

.crumbs {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-55);
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.crumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.crumbs li + li::before {
  content: '/';
  margin-right: 0.5rem;
  color: var(--line);
}

.crumbs a {
  color: var(--ink-55);
  text-decoration: none;
}

.crumbs a:hover {
  color: var(--blue);
}

.page-head__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
}

@media (max-width: 900px) {
  .page-head__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.75rem;
    align-items: start;
  }
}

.page-head h1 {
  font-size: clamp(2rem, 1.25rem + 3.4vw, 3.75rem);
  letter-spacing: -0.032em;
  line-height: 1.02;
  max-width: 20ch;
}

/* --------------------------------------------------------- article body -- */

.article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 20rem);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

@media (max-width: 960px) {
  .article {
    grid-template-columns: minmax(0, 1fr);
  }
}

.article__main > * + * {
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.block__title {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  margin-bottom: 1.1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.block__title h2 {
  font-size: clamp(1.375rem, 1.15rem + 1.1vw, 1.875rem);
  letter-spacing: -0.025em;
}

.checklist {
  list-style: none;
  display: grid;
  gap: 0.05rem;
}

.checklist li {
  position: relative;
  padding: 0.6rem 0 0.6rem 1.6rem;
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink-70);
  font-size: 0.9375rem;
}

.checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.05em;
  width: 0.65rem;
  height: 1px;
  background: var(--blue);
}

.numlist {
  list-style: none;
  counter-reset: n;
  border-top: 1px solid var(--line);
}

.numlist li {
  counter-increment: n;
  border-bottom: 1px solid var(--line);
  padding: 1.15rem 0;
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  gap: 1rem;
}

.numlist li::before {
  content: counter(n, decimal-leading-zero);
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 0.75rem;
  color: var(--blue);
  padding-top: 0.28em;
  font-variant-numeric: tabular-nums;
}

.numlist h3 {
  font-size: 1.0625rem;
  letter-spacing: -0.018em;
  margin-bottom: 0.3rem;
}

.numlist p {
  font-size: 0.9375rem;
  color: var(--ink-70);
  max-width: 58ch;
}

.callout {
  border-left: 2px solid var(--blue);
  background: var(--white);
  padding: 1.35rem 1.5rem;
  display: grid;
  gap: 0.6rem;
}

.callout--signal {
  border-left-color: var(--signal);
  background: #fdf8f2;
}

.callout__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
}

.callout--signal .callout__label {
  color: #8a5217;
}

.callout p {
  font-size: 0.9375rem;
  color: var(--ink-70);
}

/* sticky aside */
.aside {
  position: sticky;
  top: calc(var(--header-h) + 1.5rem);
  display: grid;
  gap: 1.75rem;
}

@media (max-width: 960px) {
  .aside {
    position: static;
  }
}

.aside__panel {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 1.5rem;
}

.aside__panel h2 {
  font-size: 1.1875rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
}

.aside__panel p {
  font-size: 0.9375rem;
  color: var(--ink-70);
  margin-bottom: 1.25rem;
}

.aside__panel .btn {
  width: 100%;
}

.aside__panel .btn + .btn {
  margin-top: 0.5rem;
}

.aside-links {
  list-style: none;
  display: grid;
}

.aside-links li + li {
  border-top: 1px solid var(--line-soft);
}

.aside-links a {
  display: block;
  padding: 0.75rem 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--navy);
  text-decoration: none;
}

.aside-links a:hover {
  color: var(--blue);
}

/* --------------------------------------------------------- forms/contact -- */

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

@media (max-width: 960px) {
  .form-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

.form {
  border: 1px solid var(--line);
  background: var(--white);
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
}

.form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

@media (max-width: 620px) {
  .form__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.field {
  display: grid;
  gap: 0.4rem;
}

.field--wide {
  grid-column: 1 / -1;
}

.field label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.005em;
}

.field .req {
  color: var(--blue);
}

.field input,
.field select,
.field textarea {
  font-family: inherit;
  font-size: 0.9375rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.8rem 0.85rem;
  min-height: 46px;
  width: 100%;
  transition: border-color 0.2s var(--ease), background-color 0.2s var(--ease);
}

.field textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.55;
}

.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--navy) 50%),
    linear-gradient(135deg, var(--navy) 50%, transparent 50%);
  background-position: calc(100% - 19px) calc(50% + 2px), calc(100% - 14px) calc(50% + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: rgba(23, 51, 90, 0.3);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid var(--blue);
  outline-offset: 1px;
  border-color: var(--blue);
  background: var(--white);
}

.field input:user-invalid,
.field select:user-invalid,
.field textarea:user-invalid {
  border-color: #b3261e;
}

.field__hint {
  font-size: 0.75rem;
  color: var(--ink-55);
}

.consent {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  padding-top: 0.35rem;
}

.consent input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin-top: 0.2rem;
  accent-color: var(--blue);
}

.consent label {
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--ink-70);
  line-height: 1.5;
}

/* FormSubmit honeypot, must stay in the DOM and remain empty */
.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form__actions {
  grid-column: 1 / -1;
  margin-top: 0.5rem;
  display: grid;
  gap: 0.85rem;
}

.form__actions .btn {
  width: 100%;
}

.form__note {
  font-size: 0.75rem;
  color: var(--ink-55);
  line-height: 1.55;
}

/* keep the WhatsApp button clear of the submit control on small screens */
@media (max-width: 640px) {
  .form__actions {
    padding-bottom: 4.5rem;
  }
}

/* ------------------------------------------------------------- utilities -- */

.stack-sm > * + * {
  margin-top: 0.75rem;
}
.stack > * + * {
  margin-top: 1.25rem;
}
.stack-lg > * + * {
  margin-top: clamp(1.75rem, 3vw, 2.75rem);
}

.col-7 {
  grid-column: span 7;
}
.col-5 {
  grid-column: span 5;
}
.col-6 {
  grid-column: span 6;
}
.col-8 {
  grid-column: span 8;
}
.col-4 {
  grid-column: span 4;
}
.col-12 {
  grid-column: 1 / -1;
}
.start-2 {
  grid-column-start: 2;
}

@media (max-width: 900px) {
  .col-7,
  .col-5,
  .col-6,
  .col-8,
  .col-4 {
    grid-column: 1 / -1;
  }
  .start-2 {
    grid-column-start: auto;
  }
}

.measure {
  max-width: 58ch;
}

.mt-block {
  margin-top: var(--sp-block);
}

/* --------------------------------------------------------------- motion -- */

/* Elements only start hidden when JS is present AND motion is allowed.
   site.js adds .js to <html>; a watchdog removes it if GSAP never boots. */
html.js [data-reveal],
html.js [data-reveal-item],
html.js [data-flow-node],
html.js [data-hero-el],
html.js [data-hero-line],
html.js [data-hero-frame] {
  opacity: 0;
  transform: translateY(18px);
  will-change: opacity, transform;
}

html.js [data-hero-line] {
  transform: translateY(26px);
}

html.js [data-hero-note] {
  opacity: 0;
  transform: translateX(-14px);
  will-change: opacity, transform;
}

html.js [data-reveal-fade] {
  opacity: 0;
  will-change: opacity;
}

@media (prefers-reduced-motion: reduce) {
  html.js [data-reveal],
  html.js [data-reveal-item],
  html.js [data-flow-node],
  html.js [data-hero-el],
  html.js [data-hero-line],
  html.js [data-hero-frame],
  html.js [data-hero-note],
  html.js [data-reveal-fade] {
    opacity: 1;
    transform: none;
  }
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media print {
  .site-header,
  .wa-fab,
  .fieldlines {
    display: none !important;
  }
}
