/*
Theme Name: Anthony Metten Corporate
Theme URI: https://www.anthonymetten.com/
Description: Corporate homepage child theme for Hello Elementor. Preserves legacy Elementor pages while providing the approved Anthony Metten homepage and secure inquiry flow.
Author: Anthony Metten
Template: hello-elementor
Version: 1.0.0
Text Domain: anthony-metten-corporate
*/
:root {
      --ink: #16272b;
      --ink-soft: #485b5e;
      --paper: #f3efe6;
      --paper-light: #fffdf8;
      --sand: #e4dcce;
      --line: #cbc1b2;
      --brand: #1f625f;
      --brand-dark: #154a48;
      --action: #b74426;
      --action-dark: #8f321c;
      --action-light: #f2a58a;
      --sage: #49685d;
      --danger: #982e2e;
      --focus: #146cb8;
      --white: #fff;
      --max: 1220px;
      --serif: Georgia, 'Times New Roman', serif;
      --sans: 'Segoe UI', Arial, Helvetica, sans-serif;
      --shadow: 0 20px 60px rgba(22, 39, 43, .14);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: var(--sans);
      line-height: 1.6;
      overflow-x: hidden;
    }
    img { display: block; max-width: 100%; }
    a { color: inherit; }
    button, input, textarea, select { font: inherit; }
    button, a { -webkit-tap-highlight-color: transparent; }
    :focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
    p, li { text-wrap: pretty; orphans: 2; widows: 2; }
    h1, h2, h3, summary, .brand strong, .hero-caption strong, .video-label strong, .footer-brand { text-wrap: balance; }
    .keep-together { white-space: nowrap; }

    .concept-bar {
      background: var(--ink);
      color: #f4eee4;
      text-align: center;
      font-size: 12px;
      letter-spacing: .12em;
      padding: 7px 16px;
      text-transform: uppercase;
    }
    .site-header {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(243, 239, 230, .95);
      border-bottom: 1px solid rgba(22, 39, 43, .16);
      backdrop-filter: blur(12px);
    }
    .nav {
      max-width: var(--max);
      min-height: 78px;
      margin: 0 auto;
      padding: 0 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }
    .brand { text-decoration: none; min-width: 240px; }
    .brand strong {
      display: block;
      font-family: var(--serif);
      font-size: 23px;
      font-weight: 500;
      letter-spacing: .03em;
    }
    .brand span {
      display: block;
      color: var(--ink-soft);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .14em;
      margin-top: -3px;
    }
    .nav-links { display: flex; align-items: center; gap: 28px; }
    .nav-links a {
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
    }
    .nav-links a:not(.button):hover { color: var(--brand); }
    .menu-toggle {
      width: 48px;
      height: 48px;
      border: 1px solid var(--line);
      border-radius: 50%;
      background: transparent;
      display: none;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    .menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
      width: 20px; height: 2px; background: var(--ink); display: block; position: relative;
    }
    .menu-toggle span::before, .menu-toggle span::after { content: ''; position: absolute; left: 0; }
    .menu-toggle span::before { top: -6px; }
    .menu-toggle span::after { top: 6px; }

    .button {
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 11px 20px;
      border: 1px solid transparent;
      border-radius: 3px;
      background: var(--action);
      color: var(--white);
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      cursor: pointer;
      transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
    }
    .button:hover { transform: translateY(-2px); background: var(--action-dark); box-shadow: 0 10px 24px rgba(143,50,28,.22); }
    .button.secondary { background: transparent; border-color: var(--ink); color: var(--ink); }
    .button.secondary:hover { background: var(--ink); color: var(--paper-light); }
    .button.light { background: var(--paper-light); color: var(--ink); }
    .button.light:hover { background: var(--white); }
    .text-link { color: var(--action-dark); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }

    .hero {
      max-width: var(--max);
      margin: 0 auto;
      padding: 72px 24px 46px;
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
      gap: clamp(36px, 7vw, 90px);
      align-items: center;
    }
    .eyebrow {
      color: var(--brand-dark);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .16em;
      text-transform: uppercase;
    }
    h1, h2, h3 { font-family: var(--serif); font-weight: 500; margin: 0; text-wrap: balance; }
    h1 { font-size: clamp(42px, 5.7vw, 72px); line-height: .99; letter-spacing: -.035em; max-width: 850px; }
    h1 em { color: var(--brand); font-style: italic; }
    .hero-copy > p {
      max-width: 680px;
      color: var(--ink-soft);
      font-size: clamp(18px, 2vw, 22px);
      line-height: 1.55;
      margin: 28px 0 24px;
    }
    .hero-badges {
      width: min(100%, 430px);
      min-width: 0;
      margin: 0 0 28px;
      padding: 0;
      list-style: none;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(12px, 2.2vw, 24px);
      align-items: center;
    }
    .hero-badges li {
      min-width: 0;
      height: 116px;
      display: grid;
      place-items: center;
    }
    .hero-badges a {
      display: block;
      width: 100%;
      height: 100%;
    }
    .hero-badges img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
    .micro-proof {
      margin-top: 34px;
      padding-top: 22px;
      border-top: 1px solid var(--line);
      display: flex;
      flex-wrap: wrap;
      gap: 10px 24px;
      color: var(--ink-soft);
      font-size: 14px;
      line-height: 1.45;
      font-weight: 700;
      letter-spacing: .04em;
    }
    .micro-proof span::before { content: '•'; color: var(--brand); margin-right: 9px; }
    .hero-visual { position: relative; min-width: 0; }
    .hero-frame {
      min-height: 610px;
      background: var(--ink);
      overflow: hidden;
      box-shadow: var(--shadow);
      position: relative;
    }
    .hero-frame img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; filter: saturate(.72) contrast(1.04); }
    .hero-frame::after {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(180deg, transparent 50%, rgba(16,15,13,.86));
      pointer-events: none;
    }
    .hero-caption {
      position: absolute;
      z-index: 2;
      left: 28px; right: 28px; bottom: 25px;
      color: var(--paper-light);
    }
    .hero-caption strong { display: block; font-family: var(--serif); font-size: 24px; font-weight: 500; }
    .hero-caption span { color: #d8d2c6; font-size: 15px; }
    .insight-note {
      position: absolute;
      left: -46px;
      top: 48px;
      width: 166px;
      padding: 18px;
      background: var(--paper-light);
      border: 1px solid var(--line);
      box-shadow: 0 14px 44px rgba(31,28,23,.16);
      transform: rotate(-2deg);
    }
    .insight-note span { display: block; color: var(--brand); font: italic 22px/1.15 var(--serif); }
    .insight-note small { display: block; margin-top: 11px; color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

    .trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-light); }
    .trust-inner { max-width: var(--max); margin: 0 auto; padding: 26px 24px; display: grid; grid-template-columns: 210px 1fr; gap: 24px; align-items: center; }
    .trust-label { color: var(--ink-soft); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
    .logo-words { display: flex; flex-wrap: wrap; gap: 10px 28px; align-items: center; justify-content: space-between; }
    .logo-words span { color: var(--ink-soft); font-family: var(--serif); font-size: 19px; white-space: nowrap; }

    .section { padding: clamp(76px, 8.5vw, 124px) clamp(24px, 4vw, 48px); scroll-margin-top: 96px; }
    .container { max-width: var(--max); margin: 0 auto; }
    .section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 58px; }
    .section-head h2 { font-size: clamp(40px, 5vw, 64px); line-height: 1.04; letter-spacing: -.025em; }
    .section-head p { margin: 0; color: var(--ink-soft); font-size: 18px; max-width: 570px; justify-self: end; }

    .situation-list { border-top: 1px solid var(--ink); }
    .situation {
      display: grid;
      grid-template-columns: 80px minmax(260px, .8fr) 1.2fr;
      gap: 28px;
      padding: 28px 0;
      border-bottom: 1px solid var(--line);
      align-items: start;
    }
    .situation .num { color: var(--brand); font: italic 21px var(--serif); }
    .situation h3 { font-size: 27px; line-height: 1.15; }
    .situation p { margin: 0; color: var(--ink-soft); }

    .decision-lens { background: var(--sand); }
    .lens-shell {
      display: grid;
      grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
      gap: clamp(42px, 7vw, 92px);
      align-items: start;
    }
    .lens-intro h2 { font-size: clamp(40px, 5vw, 62px); line-height: 1.04; letter-spacing: -.025em; }
    .lens-intro > p { color: var(--ink-soft); font-size: 18px; max-width: 520px; }
    .lens-privacy { font-size: 14px !important; margin-top: 28px; }
    .lens-options { display: grid; gap: 12px; }
    .lens-option {
      width: 100%;
      min-height: 68px;
      padding: 18px 54px 18px 20px;
      border: 1px solid #bdb5a7;
      border-radius: 3px;
      background: var(--paper-light);
      color: var(--ink);
      text-align: left;
      font-weight: 700;
      line-height: 1.45;
      cursor: pointer;
      position: relative;
      transition: border-color .18s ease, background .18s ease, transform .18s ease;
    }
    .lens-option::after { content: '→'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--action); font-size: 20px; }
    .lens-option:hover { border-color: var(--action-dark); transform: translateX(3px); }
    .lens-option[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--paper-light); }
    .lens-result {
      min-height: 184px;
      margin-top: 18px;
      padding: 28px;
      border-top: 3px solid var(--action);
      background: var(--paper-light);
    }
    .lens-result h3 { font-size: 26px; }
    .lens-result p { color: var(--ink-soft); margin: 10px 0 18px; }
    .lens-result a[hidden] { display: none; }

    .dark { background: var(--ink); color: var(--paper-light); }
    .dark .eyebrow { color: var(--action-light); }
    .dark .section-head p, .dark .step p { color: #d3dcda; }
    .process-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid #3f5659; }
    .step { padding: 27px 18px 14px; border-right: 1px solid #3f5659; min-height: 225px; }
    .step:last-child { border-right: 0; }
    .step .step-num { color: var(--action-light); font: italic 22px var(--serif); }
    .step h3 { margin-top: 32px; font-size: 20px; white-space: nowrap; }
    .step p { font-size: 16px; line-height: 1.6; }
    .confidentiality {
      margin-top: 50px;
      padding: 30px 0 0;
      border-top: 1px solid #3f5659;
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 28px;
    }
    .confidentiality strong { font-family: var(--serif); font-size: 24px; font-weight: 500; }
    .confidentiality p { margin: 0; color: #d3dcda; }

    .framework { background: var(--paper-light); }
    .framework-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
    .framework-copy { position: sticky; top: 120px; }
    .framework-copy h2 { margin: 14px 0 24px; font-size: clamp(42px, 5vw, 66px); line-height: 1.02; }
    .framework-copy p { color: var(--ink-soft); font-size: 18px; }
    .diagnostic { border-top: 1px solid var(--ink); }
    .diagnostic-row { display: grid; grid-template-columns: 54px 160px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
    .diagnostic-row .letter { color: var(--brand); font: italic 24px var(--serif); }
    .diagnostic-row strong { font-family: var(--serif); font-size: 22px; font-weight: 500; }
    .diagnostic-row p { color: var(--ink-soft); margin: 0; }

    .engagements { background: var(--sage); color: var(--paper-light); }
    .engagements .eyebrow { color: #efe2c9; }
    .engagements .section-head p { color: #dce0d8; }
    .offer-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
    .offer {
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.22);
      padding: 31px;
      min-height: 290px;
      display: flex;
      flex-direction: column;
    }
    .offer:nth-child(1) { grid-column: span 7; }
    .offer:nth-child(2) { grid-column: span 5; }
    .offer:nth-child(3) { grid-column: span 5; }
    .offer:nth-child(4) { grid-column: span 7; }
    .offer .label { color: #e9dcc4; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
    .offer h3 { font-size: clamp(28px, 3vw, 39px); margin: 22px 0 16px; }
    .offer p { color: #dce0d8; margin: 0; max-width: 650px; }
    .offer .duration { margin-top: auto; padding-top: 24px; font-size: 14px; font-weight: 700; }

    .about-layout { display: grid; grid-template-columns: minmax(320px, .75fr) 1.25fr; gap: clamp(48px, 8vw, 100px); align-items: start; }
    .about-photo { background: var(--sand); min-height: 520px; position: relative; overflow: hidden; }
    .about-photo img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center 30%; filter: saturate(.75); }
    .about-copy h2 { font-size: clamp(43px, 5vw, 66px); line-height: 1.03; margin: 13px 0 28px; }
    .about-copy > p { color: var(--ink-soft); font-size: 18px; }
    .credential-list { margin-top: 34px; border-top: 1px solid var(--ink); }
    .credential { display: grid; grid-template-columns: 165px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
    .credential span { color: var(--ink-soft); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
    .credential strong { font-weight: 600; }

    .speaking { padding-top: 0; }
    .speaking-panel { background: var(--brand-dark); color: var(--paper-light); display: grid; grid-template-columns: 1fr 1fr; }
    .speaking-copy { padding: clamp(42px, 7vw, 84px); }
    .speaking-copy .eyebrow { color: var(--action-light); }
    .speaking-copy h2 { font-size: clamp(41px, 5vw, 64px); line-height: 1.02; margin: 14px 0 24px; }
    .speaking-copy p { color: #d8e5e2; max-width: 570px; }
    .speaking-list { border-top: 1px solid rgba(255,255,255,.3); margin: 30px 0; }
    .speaking-list div { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-family: var(--serif); font-size: 20px; }
    .speaking-image { min-height: 600px; }
    .speaking-image img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: center; filter: grayscale(.15) contrast(1.05); }

    .video-feature { background: var(--paper-light); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .video-feature-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px, 7vw, 90px); align-items: center; }
    .video-copy h2 { font-size: clamp(41px, 5vw, 64px); line-height: 1.03; margin: 14px 0 22px; }
    .video-copy p { color: var(--ink-soft); font-size: 18px; }
    .video-meta { margin-top: 24px; color: var(--ink-soft); font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
    .video-facade {
      position: relative;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      background: #111;
      border: 0;
      padding: 0;
      width: 100%;
      color: white;
      cursor: pointer;
      box-shadow: var(--shadow);
      text-align: left;
    }
    .video-facade img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
    .video-facade::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02) 40%, rgba(0,0,0,.76)); }
    .video-facade:hover img { transform: scale(1.015); }
    .play-button {
      position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%,-50%);
      width: 74px; height: 74px; border-radius: 50%; background: var(--paper-light); color: var(--action);
      display: grid; place-items: center; font-size: 28px; box-shadow: 0 10px 35px rgba(0,0,0,.28);
    }
    .play-button span { transform: translateX(2px); }
    .video-label { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 20px; }
    .video-label strong { display: block; font: 500 24px/1.2 var(--serif); }
    .video-label small { color: #ddd8cf; font-size: 14px; }
    .video-facade iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 3; }
    .video-library { background: var(--ink); color: var(--paper-light); }
    .video-library .eyebrow { color: var(--action-light); }
    .video-library .section-head p { color: #d3dcda; }
    .video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
    .video-card { border-top: 1px solid #496064; padding-top: 20px; }
    .video-card .video-facade { box-shadow: none; }
    .video-card h3 { font-size: 27px; margin-top: 20px; }
    .video-card > p { color: #d3dcda; margin: 8px 0 0; }

    .faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
    .faq-layout h2 { font-size: clamp(42px, 5vw, 62px); line-height: 1.03; }
    details { border-top: 1px solid var(--line); }
    details:last-child { border-bottom: 1px solid var(--line); }
    summary {
      list-style: none;
      cursor: pointer;
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      font: 500 21px/1.25 var(--serif);
    }
    summary::-webkit-details-marker { display: none; }
    summary::after { content: '+'; color: var(--action); font: 26px var(--sans); }
    details[open] summary::after { content: '−'; }
    details p { color: var(--ink-soft); margin: -4px 42px 24px 0; }

    .contact { background: var(--paper-light); border-top: 1px solid var(--line); }
    .contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); }
    .contact-copy h2 { font-size: clamp(44px, 5vw, 68px); line-height: 1.03; margin: 14px 0 25px; }
    .contact-copy p { color: var(--ink-soft); font-size: 18px; }
    .contact-note { margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
    .form-card { background: var(--paper); border: 1px solid var(--line); padding: clamp(25px, 4vw, 42px); }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .field { display: flex; flex-direction: column; gap: 7px; }
    .field.full { grid-column: 1 / -1; }
    label { font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
    input, textarea, select {
      width: 100%;
      min-height: 50px;
      border: 1px solid #bfb7a8;
      border-radius: 0;
      background: var(--paper-light);
      color: var(--ink);
      padding: 12px 13px;
    }
    textarea { min-height: 118px; resize: vertical; }
    .form-help { color: var(--ink-soft); font-size: 14px; line-height: 1.55; margin: 14px 0 20px; }
    .mock-success { display: none; margin-top: 18px; padding: 13px; border: 1px solid var(--sage); color: var(--sage); font-weight: 700; }
    .mock-success.error { border-color: var(--danger); color: var(--danger); }

    footer { background: var(--ink); color: #d8d2c7; }
    .footer-inner { max-width: var(--max); margin: 0 auto; padding: 50px 24px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
    .footer-brand { font: 500 28px var(--serif); color: var(--paper-light); }
    .footer-inner p { margin: 8px 0 0; font-size: 14px; line-height: 1.55; }
    .footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
    .footer-links a { font-size: 14px; }

    .reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
    .reveal.visible { opacity: 1; transform: none; }

    @media (max-width: 1080px) {
      .nav-links {
        display: none;
        position: absolute;
        top: 78px; left: 0; right: 0;
        padding: 24px;
        background: var(--paper-light);
        border-bottom: 1px solid var(--line);
        flex-direction: column;
        align-items: stretch;
      }
      .nav-links.open { display: flex; }
      .nav-links a { min-height: 46px; display: flex; align-items: center; }
      .menu-toggle { display: inline-flex; }
    }

    @media (max-width: 980px) {
      .section { padding-left: 32px; padding-right: 32px; }
      .hero { grid-template-columns: 1fr; padding: 56px 32px 46px; }
      .hero-copy { max-width: 800px; }
      .hero-visual { max-width: 700px; margin-left: auto; }
      .hero-frame, .hero-frame img { min-height: 560px; }
      .insight-note { left: -30px; }
      .section-head, .framework-layout, .about-layout, .faq-layout, .contact-layout, .video-feature-layout, .lens-shell { grid-template-columns: 1fr; }
      .section-head p { justify-self: start; }
      .video-feature-layout { align-items: start; }
      .framework-copy { position: static; }
      .process-grid { grid-template-columns: 1fr 1fr; }
      .step { border-bottom: 1px solid #3f5659; }
      .step:nth-child(2n) { border-right: 0; }
      .step:last-child { grid-column: 1 / -1; }
      .speaking-panel { grid-template-columns: 1fr; }
      .speaking-image { min-height: 420px; }
      .speaking-image img { min-height: 420px; }
      .trust-inner { grid-template-columns: 1fr; }
      .logo-words { justify-content: flex-start; }
      .offer-grid { grid-template-columns: 1fr 1fr; }
      .offer:nth-child(1), .offer:nth-child(2), .offer:nth-child(3), .offer:nth-child(4) { grid-column: auto; }
    }

    @media (max-width: 680px) {
      .concept-bar { white-space: normal; overflow-wrap: anywhere; line-height: 1.35; }
      .nav { width: 100%; min-height: 70px; padding: 0 18px; gap: 12px; }
      .brand { min-width: 0; flex: 1 1 auto; overflow: hidden; }
      .brand strong { font-size: 20px; white-space: nowrap; }
      .brand span { font-size: 10px; white-space: nowrap; }
      .menu-toggle { flex: 0 0 48px; }
      .nav-links { top: 70px; }
      .hero { width: 100%; min-width: 0; padding: 45px 18px 34px; gap: 42px; }
      .hero-copy, .hero-visual { width: 100%; min-width: 0; }
      h1 { max-width: 100%; font-size: clamp(37px, 10.6vw, 46px); overflow-wrap: break-word; }
      .hero-copy > p { max-width: 100%; font-size: 18px; overflow-wrap: break-word; }
      .hero-badges { width: 100%; max-width: 390px; gap: 10px; margin-bottom: 24px; }
      .hero-badges li { height: 90px; }
      .actions { flex-direction: column; align-items: stretch; }
      .actions .button { width: 100%; }
      .hero-frame, .hero-frame img { min-height: 430px; }
      .insight-note { left: -4px; top: -22px; width: 145px; }
      .insight-note span { font-size: 19px; }
      .hero-caption { left: 19px; right: 19px; bottom: 18px; }
      .trust-inner, .section { padding-left: 18px; padding-right: 18px; }
      .logo-words { gap: 8px 20px; }
      .logo-words span { font-size: 17px; }
      .section-head { gap: 22px; margin-bottom: 40px; }
      .situation { grid-template-columns: 42px 1fr; gap: 16px; }
      .situation p { grid-column: 2; }
      .lens-shell { grid-template-columns: 1fr; gap: 30px; }
      .lens-option { min-height: 72px; }
      .lens-result { padding: 24px 20px; }
      .process-grid { grid-template-columns: 1fr; }
      .step, .step + .step { padding: 24px 0; border-right: 0; }
      .step:last-child { grid-column: auto; }
      .step h3 { margin-top: 14px; }
      .confidentiality { grid-template-columns: 1fr; }
      .diagnostic-row { grid-template-columns: 35px 1fr; gap: 14px; }
      .diagnostic-row p { grid-column: 2; }
      .offer-grid { display: block; }
      .offer { margin-bottom: 14px; min-height: 250px; }
      .about-photo, .about-photo img { min-height: 420px; }
      .credential { grid-template-columns: 1fr; gap: 5px; }
      .speaking-copy { padding: 45px 24px; }
      .video-grid { grid-template-columns: 1fr; gap: 44px; }
      .video-label { left: 16px; right: 16px; bottom: 14px; }
      .video-label strong { font-size: 19px; }
      .play-button { width: 60px; height: 60px; font-size: 23px; }
      .form-grid { grid-template-columns: 1fr; }
      .field.full { grid-column: auto; }
      .footer-inner { grid-template-columns: 1fr; }
      .footer-links { gap: 12px 18px; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
      .reveal { opacity: 1; transform: none; }
    }
.am-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
