@charset "UTF-8";
/* =====================================================================
   PRIYAN — main.css
   AI + Premium + Human.  Dark hero, light content, restrained accents.

   Contents
   01  Fonts
   02  Design tokens
   03  Reset & base
   04  Typography
   05  Layout primitives
   06  Components
   07  Header & navigation
   08  Hero
   09  Home sections
   10  Service / industry pages
   11  Work & portfolio
   12  Audit & Growth Score
   13  Forms
   14  Legal & prose
   15  Footer
   16  Floating WhatsApp, cookie notice
   17  Utilities, motion, print
   ===================================================================== */

/* ---------------------------------------------------------------------
   01  FONTS — self-hosted, swap so text is never invisible
   --------------------------------------------------------------------- */
@font-face {
  font-family: 'Manrope';
  src: url('../assets/fonts/manrope-latin-400-normal.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
  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+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  src: url('../assets/fonts/manrope-latin-600-normal.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
  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+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  src: url('../assets/fonts/manrope-latin-700-normal.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
  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+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  src: url('../assets/fonts/manrope-latin-800-normal.woff2') format('woff2');
  font-weight: 800; font-style: normal; font-display: swap;
  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+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'DM Serif Display';
  src: url('../assets/fonts/dm-serif-display-latin-400-normal.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
  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+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'DM Serif Display';
  src: url('../assets/fonts/dm-serif-display-latin-400-italic.woff2') format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
  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+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* ---------------------------------------------------------------------
   02  DESIGN TOKENS
   --------------------------------------------------------------------- */
:root {
  /* Core palette */
  --ink:            #0B1020;
  --navy:           #11182B;
  --navy-soft:      #1A2338;
  --white:          #FFFFFF;
  --offwhite:       #F7F7F4;
  --surface:        #EEF1F4;

  /* Accents — used sparingly, never as rainbow gradients */
  --accent:         #6C7CFF;
  --accent-ink:     #4E5BD6;   /* AA-safe accent on white */
  --accent-soft:    #EEF0FF;
  --accent-2:       #4FD1C5;
  --accent-2-ink:   #1F8377;
  --accent-light:   #A9B4FF;   /* accent that reads on ink (nav active, panel icons) */
  --champagne:      #D8B36A;
  --champagne-ink:  #8A6A22;

  /* Text */
  --text:           #12182A;
  --text-muted:     #545E73;
  --text-subtle:    #626B7C;   /* 4.7:1 on the lightest surface (AA) */
  --text-on-dark:         rgba(255,255,255,.94);
  --text-on-dark-muted:   rgba(226,231,241,.78);
  --text-on-dark-subtle:  rgba(203,211,226,.62);

  /* Lines & fills */
  --line:           #E2E7EE;
  --line-strong:    #CFD7E2;
  --line-on-dark:   rgba(255,255,255,.14);
  --fill-on-dark:   rgba(255,255,255,.045);

  /* Feedback */
  --danger:         #B3261E;
  --danger-soft:    #FCEDEC;
  --success:        #1F7A55;
  --success-soft:   #E9F6F0;
  --whatsapp:       #25D366;   /* brand green — decorative use only */
  --whatsapp-dark:  #0F7A6D;   /* 5.2:1 with white text (WCAG AA) */

  /* Radii */
  --r-btn:    10px;
  --r-input:  10px;
  --r-card:   20px;
  --r-lg:     28px;
  --r-pill:   999px;

  /* Shadows — soft, never heavy */
  --sh-sm:  0 1px 2px rgba(11,16,32,.05), 0 2px 6px rgba(11,16,32,.04);
  --sh-md:  0 2px 4px rgba(11,16,32,.04), 0 10px 28px rgba(11,16,32,.07);
  --sh-lg:  0 4px 8px rgba(11,16,32,.04), 0 22px 56px rgba(11,16,32,.10);
  --sh-dark: 0 20px 60px rgba(0,0,0,.45);

  /* Spacing scale */
  --s-1: .25rem;  --s-2: .5rem;   --s-3: .75rem;  --s-4: 1rem;
  --s-5: 1.25rem; --s-6: 1.5rem;  --s-7: 2rem;    --s-8: 2.5rem;
  --s-9: 3rem;    --s-10: 4rem;   --s-11: 5rem;   --s-12: 6.5rem;

  /* Layout */
  --shell:      1200px;
  --shell-wide: 1360px;
  --shell-pad:  1.25rem;
  --header-h:   68px;

  /* Motion */
  --ease:      cubic-bezier(.22,.61,.36,1);
  --ease-out:  cubic-bezier(.16,1,.3,1);
  --t-fast:    .18s;
  --t-med:     .32s;
  --t-slow:    .6s;

  /* Fluid type scale */
  --fs-display: clamp(2.5rem, 1.35rem + 4.6vw, 4.5rem);
  --fs-h1:      clamp(2.15rem, 1.35rem + 3.2vw, 3.5rem);
  --fs-h2:      clamp(1.75rem, 1.2rem + 2.2vw, 2.75rem);
  --fs-h3:      clamp(1.3rem, 1.1rem + .8vw, 1.6rem);
  --fs-h4:      clamp(1.1rem, 1.02rem + .35vw, 1.25rem);
  --fs-lead:    clamp(1.05rem, .98rem + .38vw, 1.25rem);
  --fs-body:    1rem;
  --fs-sm:      .9375rem;
  --fs-xs:      .8125rem;
}

/* ---------------------------------------------------------------------
   03  RESET & BASE
   --------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--fs-body);
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: -.006em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

img, svg, video { max-width: 100%; height: auto; display: block; }
img { border-style: none; }

a { color: var(--accent-ink); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--ink); }

button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }

hr { border: 0; border-top: 1px solid var(--line); margin: var(--s-8) 0; }

::selection { background: var(--accent); color: #fff; }

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band, .site-footer, .site-header, .mobile-menu) :focus-visible { outline-color: var(--accent-2); }

.skip-link {
  position: absolute; left: 50%; top: 0; transform: translate(-50%, -120%);
  z-index: 200; background: var(--ink); color: #fff;
  padding: .75rem 1.25rem; border-radius: 0 0 var(--r-btn) var(--r-btn);
  font-weight: 700; text-decoration: none;
  transition: transform var(--t-fast) var(--ease);
}
.skip-link:focus { transform: translate(-50%, 0); color: #fff; }

/* ---------------------------------------------------------------------
   04  TYPOGRAPHY
   --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; font-weight: 800; line-height: 1.15; letter-spacing: -.022em; }

.display, h1.display,
.h1-display {
  font-family: 'DM Serif Display', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -.018em;
  line-height: 1.06;
}

h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
h4 { font-size: var(--fs-h4); }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

.lead {
  font-size: var(--fs-lead);
  line-height: 1.6;
  color: var(--text-muted);
  letter-spacing: -.01em;
}
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band) .lead { color: var(--text-on-dark-muted); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  margin: 0 0 var(--s-4);
  font-size: .75rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent-ink);
}
.eyebrow::before {
  content: ''; width: 26px; height: 2px; border-radius: 2px;
  background: currentColor; opacity: .55; flex: none;
}
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band) .eyebrow { color: var(--accent-2); }

.section-head { max-width: 46rem; margin-bottom: var(--s-9); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head h2 { margin-bottom: .45em; }

.serif-accent {
  font-family: 'DM Serif Display', Georgia, serif;
  font-style: italic; font-weight: 400;
  letter-spacing: -.01em;
}
.text-accent { color: var(--accent-ink); }
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band) .text-accent { color: var(--accent-2); }

.balance { text-wrap: balance; }
.pretty { text-wrap: pretty; }

/* ---------------------------------------------------------------------
   05  LAYOUT PRIMITIVES
   --------------------------------------------------------------------- */
.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--shell-pad);
}
.shell--wide { max-width: var(--shell-wide); }
.shell--narrow { max-width: 780px; }

.section { padding-block: clamp(3.5rem, 2rem + 6vw, 7rem); }
.section--tight { padding-block: clamp(2.5rem, 1.5rem + 4vw, 4.5rem); }
.section--light { background: var(--white); }
.section--offwhite { background: var(--offwhite); }
.section--surface { background: var(--surface); }
.section--dark { background: var(--ink); color: var(--text-on-dark); }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }

.grid { display: grid; gap: var(--s-6); }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr; }

@media (min-width: 640px) {
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
}

.split { display: grid; gap: var(--s-8); align-items: center; }
@media (min-width: 960px) {
  .split { grid-template-columns: 1fr 1fr; gap: var(--s-10); }
  .split--wide-left { grid-template-columns: 1.15fr .85fr; }
  .split--wide-right { grid-template-columns: .85fr 1.15fr; }
}

.stack > * + * { margin-top: var(--s-4); }
.stack--lg > * + * { margin-top: var(--s-6); }

/* ---------------------------------------------------------------------
   06  COMPONENTS
   --------------------------------------------------------------------- */

/* --- Buttons ------------------------------------------------------- */
.btn {
  --btn-bg: var(--ink);
  --btn-fg: #fff;
  --btn-bd: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .875rem 1.5rem;
  min-height: 48px;
  border: 1px solid var(--btn-bd);
  border-radius: var(--r-btn);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-size: var(--fs-sm); font-weight: 700; letter-spacing: -.008em;
  text-decoration: none; text-align: center;
  transition: transform var(--t-fast) var(--ease),
              box-shadow var(--t-fast) var(--ease),
              background-color var(--t-fast) var(--ease),
              border-color var(--t-fast) var(--ease),
              color var(--t-fast) var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--sh-md); color: var(--btn-fg); }
.btn:active { transform: translateY(0); box-shadow: var(--sh-sm); }

.btn--primary { --btn-bg: var(--accent-ink); --btn-bd: var(--accent-ink); --btn-fg: #fff; }
.btn--primary:hover { --btn-bg: #3F4BC4; --btn-bd: #3F4BC4; }

.btn--dark { --btn-bg: var(--ink); --btn-bd: var(--ink); }
.btn--dark:hover { --btn-bg: var(--navy); --btn-bd: var(--navy); }

.btn--outline { --btn-bg: transparent; --btn-fg: var(--ink); --btn-bd: var(--line-strong); }
.btn--outline:hover { --btn-bd: var(--ink); --btn-bg: transparent; }

.btn--ghost { --btn-bg: transparent; --btn-fg: var(--text); --btn-bd: transparent; }
.btn--ghost:hover { --btn-bg: var(--surface); box-shadow: none; }

.btn--whatsapp { --btn-bg: var(--whatsapp-dark); --btn-bd: var(--whatsapp-dark); --btn-fg: #fff; }
.btn--whatsapp:hover { --btn-bg: #0B6459; --btn-bd: #0B6459; }

:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band) .btn--outline {
  --btn-fg: #fff; --btn-bd: rgba(255,255,255,.32);
}
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band) .btn--outline:hover {
  --btn-bd: #fff; --btn-bg: rgba(255,255,255,.08);
}
.on-dark .btn--ghost { --btn-fg: var(--text); }
.site-header__wa { --btn-fg: var(--text-on-dark); }
.site-header__wa:hover { --btn-bg: rgba(255,255,255,.09); --btn-fg: #fff; }

.btn--sm { padding: .6rem 1rem; min-height: 44px; font-size: var(--fs-xs); }   /* 44px = minimum comfortable tap target */
.btn--lg { padding: 1.05rem 1.9rem; min-height: 56px; font-size: 1rem; }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: var(--s-3); }
.btn-row--center { justify-content: center; }

.btn .icon { flex: none; }

/* --- Text links ---------------------------------------------------- */
.link-arrow {
  display: inline-flex; align-items: center; gap: .45rem;
  font-weight: 700; font-size: var(--fs-sm);
  color: var(--accent-ink); text-decoration: none;
}
.link-arrow .icon { transition: transform var(--t-fast) var(--ease); }
.link-arrow:hover { color: var(--ink); }
.link-arrow:hover .icon { transform: translateX(4px); }
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band) .link-arrow { color: var(--accent-2); }
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band) .link-arrow:hover { color: #fff; }

/* --- Icons --------------------------------------------------------- */
.icon { width: 1.25rem; height: 1.25rem; }
.icon--sm { width: 1.05rem; height: 1.05rem; }
.icon--lg { width: 1.6rem; height: 1.6rem; }

.icon-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; flex: none;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent-ink);
}
.icon-badge .icon { width: 1.4rem; height: 1.4rem; }
.icon-badge--teal { background: #E4F7F4; color: var(--accent-2-ink); }
.icon-badge--gold { background: #F8F1E1; color: var(--champagne-ink); }
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band) .icon-badge {
  background: rgba(108,124,255,.16); color: #A9B4FF;
}

/* --- Cards --------------------------------------------------------- */
.card {
  position: relative;
  display: flex; flex-direction: column;
  padding: var(--s-6);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  transition: transform var(--t-med) var(--ease),
              box-shadow var(--t-med) var(--ease),
              border-color var(--t-med) var(--ease);
}
.card h3 { font-size: var(--fs-h4); margin-bottom: .4em; }
.card p { color: var(--text-muted); font-size: var(--fs-sm); }
.card__top { display: flex; align-items: center; gap: var(--s-4); margin-bottom: var(--s-5); }
.card__foot { margin-top: auto; padding-top: var(--s-5); }

.card--link { text-decoration: none; color: inherit; }
.card--link:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: var(--line-strong); color: inherit; }
.card--link:hover .link-arrow .icon { transform: translateX(4px); }
.card--link::after { content: ''; position: absolute; inset: 0; border-radius: inherit; }

.card--dark {
  background: var(--fill-on-dark);
  border-color: var(--line-on-dark);
  color: var(--text-on-dark);
}
.card--dark h3 { color: #fff; }
.card--dark p { color: var(--text-on-dark-muted); }
.card--dark.card--link:hover { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); }

.card--flush { background: transparent; border: 0; padding: 0; }

/* Safety net: a light surface placed inside a dark section must not
   inherit the section's white text. Applies to any light card, panel or
   notice nested in a dark context. */
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band)
  :is(.card:not(.card--dark), .form-panel, .score-card, .toc) {
  color: var(--text);
}
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band)
  :is(.card:not(.card--dark), .form-panel, .score-card)
  :is(h1, h2, h3, h4, strong) { color: var(--ink); }
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band)
  :is(.card:not(.card--dark), .form-panel, .score-card) .lead { color: var(--text-muted); }

/* --- Chips / badges ------------------------------------------------ */
.chip {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .3rem .7rem;
  border-radius: var(--r-pill);
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: var(--fs-xs); font-weight: 700;
  color: var(--text-muted);
  letter-spacing: -.005em;
}
.chip--accent { background: var(--accent-soft); border-color: #DADFFF; color: var(--accent-ink); }
.chip--teal   { background: #E4F7F4; border-color: #C4EBE6; color: var(--accent-2-ink); }
.chip--gold   { background: #F8F1E1; border-color: #EBDDBD; color: var(--champagne-ink); }
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band) .chip {
  background: var(--fill-on-dark); border-color: var(--line-on-dark); color: var(--text-on-dark-muted);
}

.chip-row { display: flex; flex-wrap: wrap; gap: .5rem; }

/* Status pill used for future-capability honesty */
.status {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: var(--fs-xs); font-weight: 800;
  letter-spacing: .04em; text-transform: uppercase;
  padding: .25rem .6rem; border-radius: 6px;
}
.status--now  { background: var(--success-soft); color: var(--success); }
.status--next { background: var(--surface); color: var(--text-subtle); }

/* --- Lists --------------------------------------------------------- */
.tick-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.tick-list li { display: flex; gap: .7rem; align-items: flex-start; font-size: var(--fs-sm); }
/* Centred block, left-aligned lines: a centred list of sentences is hard to scan. */
.tick-list--inset { max-width: 30rem; margin-inline: auto; text-align: left; }
.tick-list .icon {
  flex: none; width: 1.15rem; height: 1.15rem; margin-top: .28em;
  color: var(--accent-2-ink); stroke-width: 2.4;
}
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band) .tick-list .icon { color: var(--accent-2); }

.plain-list { list-style: none; margin: 0; padding: 0; }

/* --- Notice / callout ---------------------------------------------- */
.notice {
  display: flex; gap: var(--s-4);
  padding: var(--s-5);
  border-radius: 16px;
  background: var(--offwhite);
  border: 1px solid var(--line);
  font-size: var(--fs-sm);
  color: var(--text-muted);
}
.notice .icon { flex: none; color: var(--text-subtle); margin-top: .15em; }
.notice--accent { background: var(--accent-soft); border-color: #DADFFF; color: #3B4470; }
.notice--accent .icon { color: var(--accent-ink); }
.notice strong { color: var(--text); }
.notice--accent strong { color: var(--ink); }

/* --- Sample / illustration marker ---------------------------------- */
.sample-flag {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .35rem .75rem;
  border-radius: 6px;
  background: repeating-linear-gradient(135deg, #F8F1E1 0 8px, #F3E9D2 8px 16px);
  border: 1px solid #E4D2A8;
  color: var(--champagne-ink);
  font-size: var(--fs-xs); font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
}

/* --- FAQ / accordion ----------------------------------------------- */
.faq { display: grid; gap: var(--s-3); }
.faq__item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
}
.faq__item:hover { border-color: var(--line-strong); }
.faq__item[open] { border-color: var(--accent-ink); box-shadow: var(--sh-sm); }
.faq__q {
  display: flex; align-items: flex-start; justify-content: space-between; gap: var(--s-4);
  padding: var(--s-5) var(--s-6);
  font-weight: 700; font-size: var(--fs-body);
  cursor: pointer; list-style: none;
  color: var(--ink);
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--accent-ink); }
.faq__sign {
  flex: none; position: relative; width: 20px; height: 20px; margin-top: .28em;
}
.faq__sign::before, .faq__sign::after {
  content: ''; position: absolute; inset: 50% 0 auto 0;
  height: 2px; border-radius: 2px; background: currentColor;
  transform: translateY(-50%);
  transition: transform var(--t-med) var(--ease), opacity var(--t-fast) var(--ease);
}
.faq__sign::after { transform: translateY(-50%) rotate(90deg); }
.faq__item[open] .faq__sign::after { transform: translateY(-50%) rotate(0); opacity: 0; }
.faq__a { padding: 0 var(--s-6) var(--s-6); color: var(--text-muted); font-size: var(--fs-sm); }
.faq__a > :first-child { margin-top: 0; }

/* --- Breadcrumbs --------------------------------------------------- */
.breadcrumbs { font-size: var(--fs-xs); color: var(--text-subtle); }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; margin: 0; padding: 0; }
.breadcrumbs li { display: flex; align-items: center; gap: .4rem; }
.breadcrumbs li + li::before { content: '/'; color: var(--line-strong); }
.breadcrumbs a { color: inherit; text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent-ink); text-decoration: underline; }
.breadcrumbs [aria-current] { color: var(--text-muted); font-weight: 600; }
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band) .breadcrumbs { color: var(--text-on-dark-subtle); }
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band) .breadcrumbs a:hover { color: #fff; }
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band) .breadcrumbs li + li::before { color: rgba(255,255,255,.25); }
:is(.on-dark, .hero, .page-hero, .section--dark, .cta-band) .breadcrumbs [aria-current] { color: var(--text-on-dark-muted); }

/* ---------------------------------------------------------------------
   07  HEADER & NAVIGATION
   --------------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  /* Same ink as the footer. Interior page heroes are dark too, so the
     header merges into the top of every page and only separates once it
     is scrolled over a light section.

     Opaque rather than translucent: the header sits in normal flow above
     the hero, so a blurred backdrop samples the white page behind it and
     renders a shade lighter than the hero it is supposed to meet. */
  background: var(--ink);
  border-bottom: 1px solid transparent;
  color: var(--text-on-dark);
  transition: border-color var(--t-med) var(--ease), background-color var(--t-med) var(--ease);
}
.site-header.is-stuck {
  border-bottom-color: var(--line-on-dark);
  box-shadow: 0 8px 24px rgba(0,0,0,.28);
}

.site-header__inner {
  display: flex; align-items: center; gap: var(--s-5);
  min-height: var(--header-h);
}
.site-header__inner > .brand { flex: none; }

/* Brand */
.brand {
  display: inline-flex; align-items: center; gap: .7rem;
  /* Padding, not height, so the mark stays optically aligned while the
     hit area reaches the 44px minimum. */
  padding-block: .3rem; min-height: 44px;
  text-decoration: none; color: #fff; flex: none;
}
/* The mark is the supplied 3D metallic symbol, so it is a raster image
   rather than inline SVG. It is self-coloured and reads on any surface.

   --brand-mark-ratio is measured INK TO INK: the symbol's visible height
   against the wordmark's. 1.08 means the symbol stands 8% taller than the
   wordmark block.

   The division by --brand-mark-ink is what makes that true. The symbol
   file is a square canvas with a small transparent margin, so its art
   fills only 93% of the box; the wordmark is trimmed tight and fills
   100%. Without this correction the ratio silently understates the
   symbol by 7% and the two never match the number you set. */
.brand {
  --brand-mark-ratio: 1.08;
  --brand-mark-ink: .93;
}
.brand__mark {
  width: calc(var(--brand-word-h, 40px) * var(--brand-mark-ratio) / var(--brand-mark-ink));
  height: calc(var(--brand-word-h, 40px) * var(--brand-mark-ratio) / var(--brand-mark-ink));
  flex: none; display: block;
}
.brand__mark picture, .brand__mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
/* The wordmark is the supplied artwork (PRIYAN + tagline), so it is an
   image rather than type. Height drives it; width follows the 736:186
   aspect of the source. */
.brand__word { display: block; flex: none; height: var(--brand-word-h, 40px); }
.brand__word picture, .brand__word img {
  display: block; width: auto; height: 100%; object-fit: contain;
}
@media (max-width: 560px) { .brand { --brand-word-h: 34px; gap: .55rem; } }
@media (max-width: 400px) { .brand { --brand-word-h: 30px; } }

.brand--footer { color: #fff; --brand-word-h: 46px; }

/* Desktop nav */
/* The brand lockup is an image (symbol + wordmark + tagline) and is
   wider than a text lockup, so the horizontal nav needs 1200px to sit
   comfortably. Below that the hamburger takes over. Keep this value in
   step with .nav-toggle, .mobile-menu and js/main.js. */
.nav { display: none; }
@media (min-width: 1200px) {
  /* flex:1 (not margin:auto) so the header actions keep their intrinsic
     width and the CTA label never wraps. */
  .nav { display: block; flex: 1 1 auto; min-width: 0; }
}
.nav__list { list-style: none; display: flex; align-items: center; justify-content: center; gap: .15rem; margin: 0; padding: 0; }
.nav__item { position: relative; }

.nav__link {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .55rem .7rem;
  border: 0; background: none;
  border-radius: 8px;
  font-size: var(--fs-sm); font-weight: 600;
  color: var(--text-on-dark); text-decoration: none;
  white-space: nowrap;
  transition: color var(--t-fast) var(--ease), background-color var(--t-fast) var(--ease);
}
.nav__link:hover { color: #fff; background: rgba(255,255,255,.09); }
.nav__link.is-active { color: var(--accent-light); font-weight: 700; }
.nav__chev {
  width: 7px; height: 7px; border-right: 1.7px solid currentColor; border-bottom: 1.7px solid currentColor;
  transform: rotate(45deg) translate(-1px,-1px); opacity: .65;
  transition: transform var(--t-fast) var(--ease);
}
.nav__link[aria-expanded="true"] .nav__chev { transform: rotate(-135deg) translate(-2px,-2px); }
.nav__link[aria-expanded="true"] { color: #fff; background: rgba(255,255,255,.09); }

.nav__panel {
  position: absolute; top: calc(100% + 10px); left: 50%;
  transform: translateX(-50%);
  width: min(760px, calc(100vw - 3rem));
  background: var(--navy);
  border: 1px solid var(--line-on-dark);
  border-radius: var(--r-card);
  box-shadow: 0 24px 60px rgba(0,0,0,.5);
  color: var(--text-on-dark);
  padding: var(--s-6);
  z-index: 60;
}
.nav__panel[hidden] { display: none; }
.nav__panel-inner {
  display: grid; grid-template-columns: 220px 1fr; gap: var(--s-6);
  max-width: none; padding: 0;
}
.nav__panel-lead .eyebrow { margin-bottom: .6rem; }
.nav__panel-copy { font-size: var(--fs-sm); color: var(--text-on-dark-muted); margin-bottom: var(--s-4); }
.nav__panel-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .25rem; }
.nav__panel-link {
  display: flex; gap: .7rem; align-items: flex-start;
  padding: .6rem .7rem; border-radius: 12px;
  text-decoration: none; color: var(--text-on-dark);
  transition: background-color var(--t-fast) var(--ease);
}
.nav__panel-link:hover, .nav__panel-link.is-active { background: rgba(255,255,255,.07); color: #fff; }
.nav__panel-icon { flex: none; color: var(--accent-light); margin-top: .1em; }
.nav__panel-icon .icon { width: 1.15rem; height: 1.15rem; }
.nav__panel-title { display: block; font-size: var(--fs-sm); font-weight: 700; line-height: 1.3; color: #fff; }
.nav__panel-desc { display: block; font-size: var(--fs-xs); color: var(--text-on-dark-subtle); line-height: 1.45; margin-top: .1em; }

/* Header actions */
.site-header__actions { display: flex; align-items: center; gap: .5rem; margin-left: auto; flex: none; }
.site-header__actions .btn { white-space: nowrap; }
.site-header__wa { display: none; }
@media (min-width: 720px) { .site-header__wa { display: inline-flex; } }
.site-header__actions .btn--primary { display: none; }
@media (min-width: 560px) { .site-header__actions .btn--primary { display: inline-flex; } }

.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; flex: none;
  border: 1px solid var(--line-on-dark); border-radius: var(--r-btn);
  background: rgba(255,255,255,.06); color: #fff;
}
@media (min-width: 1200px) { .nav-toggle { display: none; } }
.nav-toggle__box { position: relative; width: 18px; height: 12px; }
.nav-toggle__box span {
  position: absolute; left: 0; width: 100%; height: 2px; border-radius: 2px;
  background: currentColor;
  transition: transform var(--t-med) var(--ease), opacity var(--t-fast) var(--ease);
}
.nav-toggle__box span:nth-child(1) { top: 0; }
.nav-toggle__box span:nth-child(2) { top: 5px; }
.nav-toggle__box span:nth-child(3) { top: 10px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__box span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__box span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__box span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  position: fixed; inset: var(--header-h) 0 0; z-index: 90;
  background: var(--ink);
  color: var(--text-on-dark);
  overflow: hidden;
}
.mobile-menu[hidden] { display: none; }
@media (min-width: 1200px) { .mobile-menu { display: none !important; } }
.mobile-menu__scroll {
  height: 100%; overflow-y: auto; overscroll-behavior: contain;
  padding: var(--s-5) var(--shell-pad) calc(var(--s-10) + env(safe-area-inset-bottom));
  -webkit-overflow-scrolling: touch;
}
.mobile-menu__list { list-style: none; margin: 0 0 var(--s-6); padding: 0; }
.mobile-menu__list > li { border-bottom: 1px solid var(--line-on-dark); }
.mobile-menu__link {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-4);
  width: 100%; padding: 1rem .25rem;
  border: 0; background: none; text-align: left;
  font-size: 1.0625rem; font-weight: 700; color: #fff; text-decoration: none;
}
.mobile-menu__link.is-active { color: var(--accent-light); }
.mobile-menu__chev {
  width: 9px; height: 9px; flex: none;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px,-2px); opacity: .5;
  transition: transform var(--t-med) var(--ease);
}
.mobile-menu__link[aria-expanded="true"] .mobile-menu__chev { transform: rotate(-135deg) translate(-3px,-3px); }
.mobile-menu__sub { list-style: none; margin: 0 0 .75rem; padding: 0 0 0 .25rem; }
.mobile-menu__sub[hidden] { display: none; }
.mobile-menu__sub a {
  display: block; padding: .6rem 0; font-size: var(--fs-sm);
  color: var(--text-on-dark-muted); text-decoration: none;
}
.mobile-menu__sub a:hover { color: #fff; }
.mobile-menu__actions { display: grid; gap: .6rem; }
.mobile-menu__meta {
  margin-top: var(--s-5); font-size: var(--fs-xs); color: var(--text-on-dark-subtle); line-height: 1.7;
}
.mobile-menu__meta a { color: var(--text-on-dark-muted); }

/* ---------------------------------------------------------------------
   08  HERO
   --------------------------------------------------------------------- */
.hero {
  position: relative;
  background: var(--ink);
  color: var(--text-on-dark);
  overflow: hidden;
  isolation: isolate;
}
.hero__bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero__bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 78% 6%, rgba(108,124,255,.30) 0%, rgba(108,124,255,0) 58%),
    radial-gradient(90% 80% at 12% 96%, rgba(79,209,197,.16) 0%, rgba(79,209,197,0) 60%),
    linear-gradient(168deg, #0B1020 0%, #131B31 52%, #0B1020 100%);
}
.hero__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(115% 90% at 70% 12%, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(115% 90% at 70% 12%, #000 0%, transparent 72%);
}
.hero__inner {
  display: grid; gap: var(--s-9);
  padding-block: clamp(3rem, 2rem + 7vw, 6.5rem) clamp(3.5rem, 2rem + 7vw, 6rem);
  align-items: center;
}
@media (min-width: 1024px) {
  .hero__inner { grid-template-columns: 1.06fr .94fr; gap: var(--s-10); }
}

.hero__title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: var(--fs-display);
  line-height: 1.03;
  letter-spacing: -.022em;
  color: #fff;
  margin: 0 0 var(--s-5);
}
.hero__title span { display: block; }
.hero__title .is-accent {
  background: linear-gradient(96deg, #8E9BFF 0%, #6C7CFF 42%, #4FD1C5 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
@supports not (background-clip: text) { .hero__title .is-accent { color: #8E9BFF; -webkit-text-fill-color: #8E9BFF; } }

.hero__lead { max-width: 34rem; margin-bottom: var(--s-7); }
.hero__actions { margin-bottom: var(--s-7); }
.hero__proof {
  display: flex; flex-wrap: wrap; gap: .5rem .5rem;
  padding-top: var(--s-6); border-top: 1px solid var(--line-on-dark);
}
.hero__note {
  margin-top: var(--s-4);
  font-size: var(--fs-xs); color: var(--text-on-dark-subtle);
}

/* Hero AI/growth visual */
.hero__visual { position: relative; }
.hero-viz {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 4;
  max-width: 560px;
  margin-inline: auto;
}
@media (min-width: 1024px) { .hero-viz { max-width: none; } }
.hero-viz svg { width: 100%; height: 100%; overflow: visible; }
.hero-viz__node { transform-box: fill-box; transform-origin: center; }
.hero-viz__pulse { animation: viz-pulse 3.6s var(--ease) infinite; }
.hero-viz__pulse:nth-of-type(2) { animation-delay: .5s; }
.hero-viz__pulse:nth-of-type(3) { animation-delay: 1s; }
.hero-viz__pulse:nth-of-type(4) { animation-delay: 1.5s; }
.hero-viz__trend { stroke-dasharray: 600; stroke-dashoffset: 600; animation: viz-draw 2.4s var(--ease-out) .25s forwards; }
.hero-viz__float { animation: viz-float 11s ease-in-out infinite alternate; }

@keyframes viz-pulse { 0%,100% { opacity: .55; transform: scale(1); } 50% { opacity: 1; transform: scale(1.22); } }
@keyframes viz-draw  { to { stroke-dashoffset: 0; } }
@keyframes viz-float { from { transform: translateY(-6px); } to { transform: translateY(6px); } }

/* Score preview card floating on the hero visual.
   The trend rises left-to-right, so on narrow screens the card moves to
   the empty upper-left rather than sitting on top of the data. */
.hero-viz__card {
  position: absolute; right: -.25rem; bottom: 4%;
  width: min(230px, 62%);
  padding: var(--s-4) var(--s-5);
  background: rgba(17,24,43,.86);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--line-on-dark);
  border-radius: 16px;
  box-shadow: var(--sh-dark);
}
.hero-viz__card-label {
  font-size: .625rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-on-dark-subtle);
}
.hero-viz__card-score {
  display: flex; align-items: baseline; gap: .35rem;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.1rem; line-height: 1.1; color: #fff;
}
.hero-viz__card-score small { font-size: .9rem; color: var(--text-on-dark-subtle); font-family: 'Manrope', sans-serif; }
.hero-viz__bar { height: 5px; border-radius: 3px; background: rgba(255,255,255,.12); overflow: hidden; margin-top: .5rem; }
.hero-viz__bar i { display: block; height: 100%; border-radius: 3px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }

@media (max-width: 900px) {
  .hero-viz { aspect-ratio: 3 / 2; max-width: 460px; }
  .hero-viz__card {
    left: 0; right: auto; top: 0; bottom: auto;
    width: min(210px, 58%);
    padding: var(--s-3) var(--s-4);
  }
  .hero-viz__card-score { font-size: 1.7rem; }
}

/* Page hero (interior pages) */
.page-hero {
  position: relative;
  background: var(--ink); color: var(--text-on-dark);
  overflow: hidden; isolation: isolate;
}
.page-hero__bg { position: absolute; inset: 0; z-index: -1; }
.page-hero__bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(100% 120% at 88% 0%, rgba(108,124,255,.26) 0%, rgba(108,124,255,0) 60%),
    radial-gradient(80% 100% at 0% 100%, rgba(79,209,197,.12) 0%, rgba(79,209,197,0) 62%),
    linear-gradient(160deg, #0B1020 0%, #131B31 60%, #0B1020 100%);
}
.page-hero__inner { padding-block: clamp(2.5rem, 1.5rem + 5vw, 5rem) clamp(3rem, 2rem + 5vw, 5rem); }
.page-hero .breadcrumbs { margin-bottom: var(--s-6); }
.page-hero__title {
  font-family: 'DM Serif Display', Georgia, serif; font-weight: 400;
  font-size: var(--fs-h1); line-height: 1.06; letter-spacing: -.02em;
  color: #fff; max-width: 22ch; margin: 0 0 var(--s-5);
}
.page-hero__lead { max-width: 46rem; }
.page-hero__actions { margin-top: var(--s-7); }
.page-hero__meta { margin-top: var(--s-6); }

/* ---------------------------------------------------------------------
   09  HOME SECTIONS
   --------------------------------------------------------------------- */

/* Journey: Presence -> Visibility -> Trust -> Enquiry -> Growth */
.journey { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s-4); counter-reset: j; }
@media (min-width: 760px) { .journey { grid-template-columns: repeat(5, 1fr); gap: var(--s-3); } }
.journey__step {
  position: relative;
  padding: var(--s-5);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  counter-increment: j;
}
.journey__step::before {
  content: counter(j, decimal-leading-zero);
  display: block; margin-bottom: .5rem;
  font-size: var(--fs-xs); font-weight: 800; letter-spacing: .12em;
  color: var(--accent-ink);
}
.journey__step h3 { font-size: 1.0625rem; margin-bottom: .3em; }
.journey__step p { font-size: var(--fs-xs); color: var(--text-muted); line-height: 1.6; }
@media (min-width: 760px) {
  .journey__step:not(:last-child)::after {
    content: ''; position: absolute; top: 50%; right: -.75rem; width: .75rem; height: 1px;
    background: var(--line-strong);
  }
}
.journey__step--final { border-color: #C4EBE6; background: linear-gradient(180deg, #F1FBF9, #fff); }
.journey__step--final::before { color: var(--accent-2-ink); }

/* Pillars */
.pillar { padding: var(--s-6); border-radius: var(--r-card); }
.pillar__key {
  font-size: var(--fs-xs); font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent-2); margin-bottom: .75rem;
}
.pillar h3 { font-size: var(--fs-h4); color: #fff; }

/* Process steps */
.process { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s-6); counter-reset: p; }
@media (min-width: 760px) { .process { grid-template-columns: repeat(4, 1fr); } }
.process__step { counter-increment: p; position: relative; padding-top: var(--s-6); }
.process__step::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--line);
}
.process__step::after {
  content: ''; position: absolute; top: -3px; left: 0; width: 8px; height: 8px;
  border-radius: 50%; background: var(--accent-ink);
}
.process__num {
  display: block; font-size: var(--fs-xs); font-weight: 800; letter-spacing: .14em;
  color: var(--accent-ink); margin-bottom: .4rem;
}
.process__step h3 { font-size: var(--fs-h4); margin-bottom: .35em; }
.process__step p { font-size: var(--fs-sm); color: var(--text-muted); }
.section--dark .process__step::before { background: var(--line-on-dark); }
.section--dark .process__step::after { background: var(--accent-2); }
.section--dark .process__num { color: var(--accent-2); }
.section--dark .process__step p { color: var(--text-on-dark-muted); }

/* Philosophy */
.philosophy { text-align: center; max-width: 50rem; margin-inline: auto; }
.philosophy__quote {
  font-family: 'DM Serif Display', Georgia, serif; font-weight: 400;
  font-size: clamp(1.6rem, 1.1rem + 2.2vw, 2.6rem);
  line-height: 1.24; letter-spacing: -.018em;
  color: var(--ink); margin: 0 0 var(--s-6);
}
.section--dark .philosophy__quote { color: #fff; }
.philosophy__rule { width: 64px; height: 3px; border-radius: 2px; background: var(--accent); margin: 0 auto var(--s-6); }

/* Final CTA band */
.cta-band {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--ink); color: var(--text-on-dark);
  border-radius: var(--r-lg);
  padding: clamp(2.25rem, 1.5rem + 4vw, 4rem);
  text-align: center;
}
.cta-band::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(80% 140% at 88% 0%, rgba(108,124,255,.32) 0%, rgba(108,124,255,0) 60%),
    radial-gradient(70% 120% at 5% 100%, rgba(79,209,197,.16) 0%, rgba(79,209,197,0) 60%);
}
.cta-band h2 {
  font-family: 'DM Serif Display', Georgia, serif; font-weight: 400;
  font-size: var(--fs-h2); line-height: 1.1; color: #fff;
  max-width: 20ch; margin-inline: auto;
}
.cta-band .lead { max-width: 42rem; margin-inline: auto; }
.cta-band .btn-row { margin-top: var(--s-7); justify-content: center; }
.cta-band__note { margin-top: var(--s-5); font-size: var(--fs-xs); color: var(--text-on-dark-subtle); }

/* Testimonials (architecture present, hidden in V1) */
.testimonials[hidden] { display: none; }

/* ---------------------------------------------------------------------
   10  SERVICE / INDUSTRY PAGES
   --------------------------------------------------------------------- */
.problem-list { display: grid; gap: var(--s-4); }
.problem-list li {
  display: flex; gap: .8rem; align-items: flex-start;
  padding: var(--s-4) var(--s-5);
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  font-size: var(--fs-sm);
}
.problem-list .icon { flex: none; color: var(--danger); margin-top: .2em; opacity: .8; }

.include-card { display: flex; flex-direction: column; gap: .6rem; }
.include-card h3 { font-size: 1.0625rem; margin: 0; }
.include-card p { font-size: var(--fs-sm); color: var(--text-muted); margin: 0; }

.price-box {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: var(--s-5);
  padding: var(--s-6);
  background: var(--white);
  border: 1px solid var(--line); border-radius: var(--r-card);
  box-shadow: var(--sh-sm);
}
.price-box__amount {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.75rem, 1.3rem + 2vw, 2.5rem); line-height: 1.1; color: var(--ink);
}
.price-box__label { font-size: var(--fs-xs); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--text-subtle); }
.price-box__note { font-size: var(--fs-sm); color: var(--text-muted); max-width: 34rem; }

.roadmap { display: grid; gap: var(--s-6); }
@media (min-width: 760px) { .roadmap { grid-template-columns: 1fr 1fr; } }
.roadmap__col { padding: var(--s-6); border-radius: var(--r-card); border: 1px solid var(--line); background: var(--white); }
.roadmap__col--next { background: var(--offwhite); border-style: dashed; }
.roadmap__col h3 { display: flex; align-items: center; gap: .6rem; font-size: var(--fs-h4); }

.suits-grid { display: grid; gap: var(--s-4); }
@media (min-width: 640px) { .suits-grid { grid-template-columns: 1fr 1fr; } }
.suits-grid li {
  display: flex; align-items: center; gap: .7rem;
  padding: .85rem 1.1rem; border-radius: 12px;
  background: var(--white); border: 1px solid var(--line);
  font-size: var(--fs-sm); font-weight: 600;
}
.suits-grid .icon { color: var(--accent-2-ink); flex: none; }

.related-strip { display: grid; gap: var(--s-4); }
@media (min-width: 640px) { .related-strip { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .related-strip { grid-template-columns: repeat(3, 1fr); } }

/* ---------------------------------------------------------------------
   11  WORK & PORTFOLIO
   --------------------------------------------------------------------- */
.work-grid { display: grid; gap: var(--s-8); }
@media (min-width: 900px) { .work-grid { grid-template-columns: 1fr 1fr; } }

.work-card {
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease), border-color var(--t-med) var(--ease);
}
.work-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: var(--line-strong); }

.work-card__shots {
  position: relative;
  padding: var(--s-6) var(--s-6) 0;
  background: linear-gradient(165deg, #131B31 0%, #0B1020 100%);
}
.work-card__desktop {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.42);
  border: 1px solid rgba(255,255,255,.12);
  border-bottom: 0;
}
.work-card__bar {
  display: flex; align-items: center; gap: .3rem;
  padding: .45rem .6rem;
  background: #E9EDF3;
  border-bottom: 1px solid #D5DCE6;
}
.work-card__bar i { width: 8px; height: 8px; border-radius: 50%; background: #C3CCD9; flex: none; }
.work-card__bar span {
  margin-left: .45rem; padding: .12rem .5rem;
  background: #fff; border-radius: 4px;
  font-size: .625rem; color: #6B7488; letter-spacing: .01em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.work-card__desktop img { display: block; width: 100%; }
.work-card__mobile {
  position: absolute; right: var(--s-6); bottom: -1px;
  width: 24%; max-width: 118px;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.22);
  border-bottom: 0;
  box-shadow: -8px 14px 34px rgba(0,0,0,.5);
}
.work-card__mobile img { display: block; width: 100%; }

.work-card__body { padding: var(--s-6); display: flex; flex-direction: column; flex: 1; }
.work-card__head { display: flex; align-items: center; gap: var(--s-4); margin-bottom: var(--s-4); }
.work-card__logo {
  width: 52px; height: 52px; flex: none;
  border-radius: 12px; border: 1px solid var(--line); background: #fff;
  display: grid; place-items: center; padding: 6px; overflow: hidden;
}
.work-card__logo img { max-height: 100%; width: auto; object-fit: contain; }
.work-card__title { margin: 0; font-size: var(--fs-h3); }
.work-card__sub { font-size: var(--fs-xs); color: var(--text-subtle); font-weight: 600; letter-spacing: .02em; }
.work-card__body p { color: var(--text-muted); font-size: var(--fs-sm); }
.work-card__foot {
  margin-top: auto; padding-top: var(--s-5);
  display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-4);
  border-top: 1px solid var(--line);
}

/* ---------------------------------------------------------------------
   12  AUDIT & GROWTH SCORE
   --------------------------------------------------------------------- */
/* The score card is a light surface that can sit inside .section--dark,
   so it must re-assert the light-context text colour rather than
   inheriting white from the dark section. */
.score-card {
  position: relative;
  background: var(--white);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  overflow: hidden;
}
.score-card h1, .score-card h2, .score-card h3, .score-card h4,
.score-card strong { color: var(--ink); }
.score-card .notice { color: var(--text-muted); }
.score-card .notice strong { color: var(--text); }
.score-card__head {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--s-4);
  padding: var(--s-5) var(--s-6);
  background: var(--offwhite);
  border-bottom: 1px solid var(--line);
}
.score-card__title { font-size: var(--fs-h4); margin: 0; }
.score-card__body { padding: var(--s-6); display: grid; gap: var(--s-6); }
@media (min-width: 720px) { .score-card__body { grid-template-columns: 200px 1fr; align-items: start; } }

.score-dial { text-align: center; }
.score-dial svg { width: 170px; height: 170px; margin-inline: auto; }
.score-dial__track { stroke: var(--surface); }
.score-dial__value { stroke: url(#scoreGrad); stroke-linecap: round; }
.score-dial__num {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.6rem; fill: var(--ink);
}
.score-dial__den { font-size: .8rem; fill: var(--text-subtle); font-family: 'Manrope', sans-serif; font-weight: 700; }
.score-dial__caption { font-size: var(--fs-xs); color: var(--text-subtle); margin-top: .35rem; }

.score-rows { display: grid; gap: .85rem; }
.score-row { display: grid; grid-template-columns: 1fr auto; gap: .3rem .75rem; align-items: center; }
.score-row__label { font-size: var(--fs-sm); font-weight: 600; }
.score-row__num { font-size: var(--fs-sm); font-weight: 800; color: var(--text-muted); font-variant-numeric: tabular-nums; }
.score-row__bar { grid-column: 1 / -1; height: 7px; border-radius: 4px; background: var(--surface); overflow: hidden; }
.score-row__bar i { display: block; height: 100%; border-radius: 4px; background: var(--accent); }
.score-row--low  .score-row__bar i { background: #E0A33A; }
.score-row--high .score-row__bar i { background: var(--accent-2-ink); }

.score-card__foot {
  padding: var(--s-6);
  border-top: 1px solid var(--line);
  background: var(--white);
  display: grid; gap: var(--s-6);
}
@media (min-width: 720px) { .score-card__foot { grid-template-columns: 1fr 1fr; } }
.score-list { list-style: none; margin: .5rem 0 0; padding: 0; display: grid; gap: .5rem; }
.score-list li { display: flex; gap: .6rem; font-size: var(--fs-sm); color: var(--text-muted); }
.score-list .icon { flex: none; width: 1.05rem; height: 1.05rem; margin-top: .28em; }
.score-list--good .icon { color: var(--accent-2-ink); }
.score-list--gap .icon { color: #C98A16; }
.score-heading { font-size: var(--fs-xs); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--text-subtle); }

.audit-cats { display: grid; gap: var(--s-3); }
@media (min-width: 640px) { .audit-cats { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .audit-cats { grid-template-columns: repeat(3, 1fr); } }
.audit-cats li {
  display: flex; align-items: center; gap: .7rem;
  padding: .9rem 1.1rem; border-radius: 12px;
  background: var(--fill-on-dark); border: 1px solid var(--line-on-dark);
  font-size: var(--fs-sm); font-weight: 600;
}
.audit-cats .icon { color: var(--accent-2); flex: none; }

/* ---------------------------------------------------------------------
   13  FORMS
   --------------------------------------------------------------------- */
.form-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-md);
  padding: clamp(1.5rem, 1rem + 2.5vw, 2.75rem);
}

.form { display: grid; gap: var(--s-5); }
.form__grid { display: grid; gap: var(--s-5); }
@media (min-width: 640px) { .form__grid--2 { grid-template-columns: 1fr 1fr; } }

.form__section { display: grid; gap: var(--s-5); }
.form__section + .form__section { margin-top: var(--s-2); padding-top: var(--s-6); border-top: 1px solid var(--line); }
.form__legend {
  font-size: var(--fs-xs); font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--text-subtle); padding: 0; margin: 0 0 -.5rem;
}

.field { display: grid; gap: .4rem; }
.field__label { font-size: var(--fs-sm); font-weight: 700; color: var(--ink); }
.field__label .req { color: var(--danger); margin-left: .15rem; }
.field__opt { font-weight: 500; color: var(--text-subtle); font-size: var(--fs-xs); margin-left: .3rem; }
.field__hint { font-size: var(--fs-xs); color: var(--text-subtle); }

.input, .select, .textarea {
  width: 100%;
  padding: .8rem 1rem;
  min-height: 48px;
  background: var(--white);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-input);
  font-size: var(--fs-sm);
  color: var(--text);
  transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
  appearance: none; -webkit-appearance: none;
}
.textarea { min-height: 130px; resize: vertical; line-height: 1.6; }
.input::placeholder, .textarea::placeholder { color: #9AA3B4; }
.input:hover, .select:hover, .textarea:hover { border-color: #B6C0CE; }
.input:focus, .select:focus, .textarea:focus {
  outline: none; border-color: var(--accent-ink);
  box-shadow: 0 0 0 3px rgba(108,124,255,.18);
}
.select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23545E73' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.6rem;
}
.field.has-error .input,
.field.has-error .select,
.field.has-error .textarea { border-color: var(--danger); background: var(--danger-soft); }
.field__error { display: none; font-size: var(--fs-xs); font-weight: 600; color: var(--danger); }
.field.has-error .field__error { display: block; }

/* Checkbox / radio groups */
.choice-grid { display: grid; gap: .6rem; }
@media (min-width: 560px) { .choice-grid { grid-template-columns: 1fr 1fr; } }
.choice {
  position: relative;
  display: flex; align-items: flex-start; gap: .65rem;
  padding: .8rem 1rem;
  border: 1px solid var(--line-strong); border-radius: 12px;
  background: var(--white);
  font-size: var(--fs-sm); font-weight: 600;
  cursor: pointer;
  transition: border-color var(--t-fast) var(--ease), background-color var(--t-fast) var(--ease);
}
.choice:hover { border-color: #B6C0CE; background: var(--offwhite); }
.choice input {
  flex: none; width: 20px; height: 20px; margin: .1rem 0 0;
  accent-color: var(--accent-ink);
}
.choice:has(input:checked) { border-color: var(--accent-ink); background: var(--accent-soft); }
.choice:has(input:focus-visible) { outline: 3px solid var(--accent); outline-offset: 2px; }

/* Honeypot — must remain reachable in the DOM but never visible/tabbable */
.hp-field {
  position: absolute !important;
  left: -9999px !important; top: auto !important;
  width: 1px !important; height: 1px !important;
  overflow: hidden !important;
}

.form__consent { font-size: var(--fs-xs); color: var(--text-subtle); }
.form__consent a { color: var(--accent-ink); }

.form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-4); }
.form__actions .btn { min-width: 200px; }

.form-alert {
  display: flex; gap: .75rem; align-items: flex-start;
  padding: var(--s-4) var(--s-5);
  border-radius: 12px;
  font-size: var(--fs-sm);
}
/* display:flex outranks the browser rule for [hidden], so an empty error
   band was being drawn above every form until something went wrong. */
.form-alert[hidden] { display: none; }
.form-alert .icon { flex: none; margin-top: .2em; }
.form-alert--error   { background: var(--danger-soft); border: 1px solid #F3C9C6; color: #7C1D18; }
.form-alert--success { background: var(--success-soft); border: 1px solid #BFE3D3; color: #14563C; }
.form-alert a { color: inherit; }

.is-submitting { opacity: .65; pointer-events: none; }

/* Success state */
.success-panel { text-align: center; max-width: 40rem; margin-inline: auto; }
.success-panel__mark {
  width: 68px; height: 68px; margin: 0 auto var(--s-5);
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--success-soft); color: var(--success);
}
.success-panel__mark .icon { width: 2rem; height: 2rem; stroke-width: 2.4; }
.success-panel h1, .success-panel h2 {
  font-family: 'DM Serif Display', Georgia, serif; font-weight: 400;
  font-size: var(--fs-h2); line-height: 1.12;
}

/* ---------------------------------------------------------------------
   14  LEGAL & PROSE
   --------------------------------------------------------------------- */
.prose { max-width: 44rem; }
.prose h2 {
  font-size: clamp(1.35rem, 1.1rem + 1vw, 1.7rem);
  margin-top: 2.25em; margin-bottom: .5em;
  padding-top: 1.5rem; border-top: 1px solid var(--line);
}
.prose h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.prose h3 { font-size: var(--fs-h4); margin-top: 1.8em; }
.prose p, .prose li { color: var(--text-muted); }
.prose ul, .prose ol { padding-left: 1.25rem; display: grid; gap: .4rem; margin: 0 0 1em; }
.prose li::marker { color: var(--line-strong); }
.prose strong { color: var(--text); }
.prose a { color: var(--accent-ink); }

.legal-meta {
  display: flex; flex-wrap: wrap; gap: var(--s-4);
  font-size: var(--fs-xs); color: var(--text-subtle);
  padding-bottom: var(--s-6); margin-bottom: var(--s-8);
  border-bottom: 1px solid var(--line);
}

.toc {
  position: sticky; top: calc(var(--header-h) + 1.5rem);
  padding: var(--s-5);
  background: var(--offwhite); border: 1px solid var(--line); border-radius: 16px;
  font-size: var(--fs-sm);
}
.toc h2 { font-size: var(--fs-xs); letter-spacing: .12em; text-transform: uppercase; color: var(--text-subtle); margin: 0 0 .75rem; border: 0; padding: 0; }
.toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; counter-reset: t; }
.toc a { color: var(--text-muted); text-decoration: none; }
.toc a:hover { color: var(--accent-ink); text-decoration: underline; }

.legal-layout { display: grid; gap: var(--s-8); }
/* Grid items default to min-width:auto, so one wide child (a table)
   would otherwise stretch the whole column past the viewport. */
.legal-layout > * { min-width: 0; }
@media (min-width: 1024px) { .legal-layout { grid-template-columns: 260px 1fr; gap: var(--s-10); } }

/* Wide content scrolls inside its own box; the page never scrolls sideways. */
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0;
  border-radius: 10px;
}
.table-scroll table { min-width: 34rem; margin: 0 !important; }
.prose table { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.prose th, .prose td { padding: .5rem .75rem .5rem 0; text-align: left; vertical-align: top; }
.prose thead th { border-bottom: 2px solid var(--line); color: var(--text); font-weight: 700; }
.prose tbody tr { border-bottom: 1px solid var(--line); }
.prose td code { font-size: .9em; background: var(--surface); padding: .1em .35em; border-radius: 4px; }

/* Empty state (insights) */
.empty-state {
  text-align: center; max-width: 34rem; margin-inline: auto;
  padding: clamp(2rem, 1.5rem + 3vw, 3.5rem);
  background: var(--white); border: 1px dashed var(--line-strong); border-radius: var(--r-lg);
}
.empty-state .icon-badge { margin: 0 auto var(--s-5); }

/* ---------------------------------------------------------------------
   15  FOOTER
   --------------------------------------------------------------------- */
.site-footer {
  background: var(--ink);
  color: var(--text-on-dark-muted);
  padding-block: clamp(3rem, 2rem + 4vw, 4.5rem) var(--s-7);
  font-size: var(--fs-sm);
}
.site-footer a { color: var(--text-on-dark-muted); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
/* `.site-footer a` outranks `.btn`, so buttons in the footer must
   re-assert their own foreground or they fail contrast on the accent. */
.site-footer a.btn { color: var(--btn-fg); text-decoration: none; }
.site-footer a.btn:hover { color: var(--btn-fg); text-decoration: none; }

.site-footer__top { display: grid; gap: var(--s-9); }
@media (min-width: 900px) { .site-footer__top { grid-template-columns: minmax(0,1fr) minmax(0,1.35fr); gap: var(--s-10); } }

.site-footer__promise {
  font-family: 'DM Serif Display', Georgia, serif; font-weight: 400;
  font-size: 1.35rem; line-height: 1.3; color: #fff;
  margin: var(--s-5) 0 var(--s-4); max-width: 24ch;
}
.site-footer__meta { font-size: var(--fs-xs); color: var(--text-on-dark-subtle); line-height: 1.8; }

.site-footer__contact { list-style: none; margin: var(--s-6) 0 0; padding: 0; display: grid; gap: .6rem; }
.site-footer__contact li { display: flex; align-items: center; gap: .6rem; }
.site-footer__contact .icon { color: var(--accent-2); flex: none; }

.social-list { list-style: none; display: flex; gap: .5rem; margin: var(--s-6) 0 0; padding: 0; }
.social-list a {
  display: grid; place-items: center; width: 40px; height: 40px;
  border: 1px solid var(--line-on-dark); border-radius: 10px;
  transition: background-color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
}
.social-list a:hover { background: var(--fill-on-dark); border-color: rgba(255,255,255,.3); text-decoration: none; }

.site-footer__nav { display: grid; gap: var(--s-7); }
@media (min-width: 560px) { .site-footer__nav { grid-template-columns: repeat(3, 1fr); gap: var(--s-6); } }
.site-footer__heading {
  font-size: var(--fs-xs); font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: #fff; margin: 0 0 var(--s-4);
}
.site-footer__heading--spaced { margin-top: var(--s-7); }
.site-footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.site-footer__col a { font-size: var(--fs-xs); }

.site-footer__cta {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--s-5);
  margin-top: var(--s-10); padding: var(--s-6) 0;
  border-top: 1px solid var(--line-on-dark);
  border-bottom: 1px solid var(--line-on-dark);
}
.site-footer__cta p {
  font-family: 'DM Serif Display', Georgia, serif; font-size: 1.35rem; color: #fff; margin: 0;
}

.site-footer__bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--s-3);
  margin-top: var(--s-6); font-size: var(--fs-xs); color: var(--text-on-dark-subtle);
}
.site-footer__bottom p { margin: 0; }

/* ---------------------------------------------------------------------
   16  FLOATING WHATSAPP, COOKIE NOTICE
   --------------------------------------------------------------------- */
.wa-float {
  position: fixed; z-index: 80;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .7rem .85rem;
  background: var(--whatsapp-dark); color: #fff;
  border-radius: var(--r-pill);
  box-shadow: 0 10px 30px rgba(11,16,32,.28);
  text-decoration: none; font-weight: 700; font-size: var(--fs-sm);
  transition: transform var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
}
.wa-float:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 14px 38px rgba(11,16,32,.34); }
.wa-float__icon { width: 26px; height: 26px; flex: none; }
.wa-float__icon svg { width: 100%; height: 100%; }
.wa-float__label { display: none; }
@media (min-width: 640px) { .wa-float__label { display: inline; padding-right: .3rem; } }
body.menu-open .wa-float { display: none; }

.cookie-notice {
  position: fixed; z-index: 95;
  left: max(1rem, env(safe-area-inset-left));
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  max-width: 640px;
  background: var(--white);
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  box-shadow: var(--sh-lg);
  padding: var(--s-5);
}
.cookie-notice[hidden] { display: none; }
@media (min-width: 640px) { .cookie-notice { left: auto; right: 1rem; } }
.cookie-notice__inner { display: grid; gap: var(--s-4); }
.cookie-notice__text { font-size: var(--fs-xs); color: var(--text-muted); margin: 0; }
.cookie-notice__actions { display: flex; flex-wrap: wrap; gap: .5rem; }
body:has(.cookie-notice:not([hidden])) .wa-float { bottom: max(7.5rem, calc(env(safe-area-inset-bottom) + 7rem)); }

/* ---------------------------------------------------------------------
   17  UTILITIES, MOTION, PRINT
   --------------------------------------------------------------------- */
.sr-only {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-6 { margin-top: var(--s-6); }
.mt-7 { margin-top: var(--s-7); }
.mt-8 { margin-top: var(--s-8); }
.mb-0 { margin-bottom: 0; }
.measure { max-width: 62ch; }
.nowrap { white-space: nowrap; }

/* Scroll reveal — only when JS is on, so no-JS users see everything */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.js [data-reveal].is-revealed { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .js [data-reveal] { opacity: 1 !important; transform: none !important; }
  .hero-viz__trend { stroke-dashoffset: 0 !important; }
  .hero-viz__float, .hero-viz__pulse { animation: none !important; }
  .btn:hover, .card--link:hover, .work-card:hover, .wa-float:hover { transform: none; }
}

@media print {
  .site-header, .mobile-menu, .wa-float, .cookie-notice, .skip-link,
  .hero__bg, .page-hero__bg, .btn-row, .site-footer__cta,
  /* The footer navigation is a column of links nobody can click on
     paper, and it was costing a whole extra sheet on every print. The
     brand line and the legal notices below it stay. */
  .site-footer__nav, .site-footer__contact { display: none !important; }
  body { color: #000; background: #fff; }
  .hero, .page-hero, .section--dark, .cta-band { background: #fff !important; color: #000 !important; }
  .hero__title, .page-hero__title, .section--dark h2, .cta-band h2 { color: #000 !important; }
  /* The gradient headline is painted via text-fill; without this it
     prints as nothing at all. */
  .hero__title .is-accent {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    background: none !important;
  }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .8em; color: #555; }
  .section { padding-block: 1.5rem; }
}

/* Windows High Contrast */
@media (forced-colors: active) {
  .btn { border: 1px solid ButtonText; }
  .card, .faq__item, .input, .select, .textarea { border: 1px solid CanvasText; }
  .hero__title .is-accent { -webkit-text-fill-color: currentColor; color: CanvasText; }
}

/* ---------------------------------------------------------------------
   18  TOUCH TARGETS
   ---------------------------------------------------------------------
   A pointer that is a fingertip needs about 44px to hit reliably. These
   controls are comfortable with a mouse and too small without one, so
   they grow only where the pointer is coarse — a phone or a tablet,
   including a tablet wide enough to get the desktop navigation.

   Found by tools/devices.test.js, which runs the site as real devices
   rather than at emulated widths.
   --------------------------------------------------------------------- */
@media (pointer: coarse) {

  /* Pills used as links: service and industry cross-links. */
  a.chip {
    min-height: 44px;
    padding-inline: .85rem;
  }

  /* The desktop dropdown toggles, which a tablet still gets. */
  .nav__link,
  .site-header__wa { min-height: 44px; }

  /* The card action in a recommendation. */
  .link-arrow { min-height: 44px; }
}
