

:root {
  --navy: #0b1f35;
  --navy-2: #102c4b;
  --ink: #142231;
  --muted: #5e6b76;
  --gold: #c79b45;
  --gold-light: #e1bd73;
  --cream: #f5f1e8;
  --paper: #fbfaf7;
  --line: #dfe3e5;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--white); padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(11, 31, 53, .1);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex-direction: column; line-height: 1; letter-spacing: .04em; flex-shrink: 0; }
.brand span { font-size: 17px; font-weight: 900; }
.brand small { margin-top: 5px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .34em; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { font-size: 13px; font-weight: 700; color: #364655; }
.desktop-nav a:hover { color: var(--gold); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  background: var(--gold);
  color: #0b1928;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid var(--gold);
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--gold-light); }
.button-small { min-height: 43px; padding-inline: 18px; font-size: 12px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-weight: 800; font-size: 14px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 5px; }

.image-panel { position: relative; isolation: isolate; overflow: hidden; }
.image-panel::before { content: ""; position: absolute; inset: 0; z-index: -1; background-size: cover; background-position: center; opacity: .11; pointer-events: none; }
.image-panel > .shell { position: relative; z-index: 1; }
.hero { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.image-panel-hero::before { inset: -8%; background-image: linear-gradient(90deg, rgba(11,31,53,.98) 0%, rgba(11,31,53,.9) 43%, rgba(11,31,53,.68) 100%), url('/images/eap-interview-porch.jpg'); background-position: center right; opacity: .58; transform: rotate(-1.5deg) scale(1.05); }
.hero::before { content: ""; position: absolute; inset: auto -12% -56% 40%; height: 640px; background: radial-gradient(circle, rgba(199,155,69,.19), transparent 66%); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr); gap: 76px; align-items: center; min-height: 730px; padding-block: 95px; }
.eyebrow { margin-bottom: 22px; color: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.hero h1 { max-width: 800px; margin-bottom: 27px; font-size: clamp(48px, 6vw, 78px); line-height: .99; letter-spacing: -.052em; font-weight: 760; }
.hero h1 em { color: var(--gold-light); font-style: normal; }
.hero-lede { max-width: 720px; margin-bottom: 34px; font-size: 19px; line-height: 1.7; color: #cbd4dc; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.microcopy { margin: 24px 0 0; font-size: 12px; color: #8799a9; }
.signal-card { position: relative; padding: 28px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 28px 70px rgba(0,0,0,.23); }
.signal-image { height: 158px; margin: -28px -28px 25px; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.12); }
.signal-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.signal-label { display: flex; align-items: center; gap: 9px; margin-bottom: 26px; color: #bfcad3; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.signal-label span, .status-dot { width: 8px; height: 8px; border-radius: 50%; background: #65d38c; box-shadow: 0 0 0 5px rgba(101,211,140,.11); }
.signal-flow { display: grid; gap: 10px; }
.signal-flow > div { position: relative; display: grid; grid-template-columns: 32px 1fr; padding: 18px 18px 17px; background: #f7f4ed; color: var(--ink); }
.signal-flow small { grid-row: 1 / span 2; color: var(--gold); font-size: 10px; font-weight: 900; }
.signal-flow strong { font-size: 14px; }
.signal-flow span { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.signal-flow b { height: 11px; text-align: center; color: var(--gold); font-size: 14px; line-height: 11px; }
.signal-result { margin: 22px 0 0; font-size: 12px; line-height: 1.6; color: #abb9c5; }

.outcome-strip { position: relative; isolation: isolate; background: var(--cream); border-bottom: 1px solid #ded8cd; overflow: hidden; }
.outcome-strip::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(245,241,232,.9), rgba(245,241,232,.9)), url('/images/eap-event-stage-bg.jpg'); background-size: cover; background-position: center 24%; opacity: .15; pointer-events: none; }
.outcome-strip > .shell { position: relative; z-index: 1; }
.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.outcome-grid > div { min-height: 185px; padding: 36px 27px; border-left: 1px solid #ded8cd; }
.outcome-grid > div:last-child { border-right: 1px solid #ded8cd; }
.outcome-grid span { display: block; margin-bottom: 20px; color: var(--gold); font-size: 10px; font-weight: 900; }
.outcome-grid strong { display: block; margin-bottom: 9px; font-size: 17px; }
.outcome-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.section { padding-block: 108px; }
.section-heading { margin-bottom: 55px; }
.section-heading h2, .booking-header h2 { margin-bottom: 0; font-size: clamp(36px, 5vw, 59px); line-height: 1.05; letter-spacing: -.044em; }
.section-heading > p:last-child, .booking-header > p:last-child { color: var(--muted); line-height: 1.75; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.split-heading > p { margin: 0 0 4px; }
.centered-heading { max-width: 820px; margin-inline: auto; text-align: center; }
.centered-heading > p:last-child { max-width: 660px; margin: 22px auto 0; }
.video-section { background: var(--paper); }
.image-panel-walkthrough::before { background-image: linear-gradient(rgba(251,250,247,.88), rgba(251,250,247,.88)), url('/images/eap-studio-setup.jpg'); background-position: center 48%; opacity: .2; }
.visual-pair { display: grid; grid-template-columns: 1.35fr .65fr; gap: 12px; margin: -12px 0 28px; }
.visual-pair > div, .section-photo-grid img, .journey-photo, .process-photo-strip img, .booking-photo { overflow: hidden; border: 1px solid rgba(20,34,49,.14); box-shadow: 0 16px 36px rgba(18,36,52,.12); }
.visual-pair img, .journey-photo img, .process-photo-strip img, .booking-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.visual-pair > div { height: 205px; }
.visual-pair-main img { object-position: center 54%; }
.visual-pair-side img { object-position: center 46%; }
.video-frame { overflow: hidden; background: #06131f; box-shadow: 0 26px 80px rgba(18,36,52,.18); }
.video-frame video { display: block; width: 100%; aspect-ratio: 16/9; background: #06131f; object-fit: contain; }
.video-caption { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 24px; color: #b8c4cd; font-size: 12px; }
.video-caption > div { display: flex; align-items: center; gap: 16px; }
.video-caption p { margin: 0; }
.video-caption strong, .video-caption small { display: block; }
.video-caption strong { margin-bottom: 4px; color: var(--white); font-size: 13px; }
.video-caption small { color: #7e91a1; }

.services-section { background: var(--cream); }
.image-panel-system::before { background-image: linear-gradient(rgba(245,241,232,.87), rgba(245,241,232,.87)), url('/images/eap-production-interview.jpg'); background-position: center 52%; opacity: .2; }
.section-photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: -18px 0 34px; }
.section-photo-grid img { display: block; width: 100%; height: 178px; object-fit: cover; }
.section-photo-grid img:nth-child(1) { object-position: center 52%; }
.section-photo-grid img:nth-child(2) { object-position: center 48%; }
.section-photo-grid img:nth-child(3) { object-position: center 58%; }
.hybrid-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; padding: 1px; background: #d7d0c3; }
.hybrid-card { min-height: 330px; padding: 44px; background: var(--white); }
.hybrid-card-dark { background: var(--navy); color: var(--white); }
.hybrid-card .card-number { margin-bottom: 78px; }
.hybrid-card h3 { max-width: 430px; margin-bottom: 16px; font-size: clamp(27px, 3vw, 38px); line-height: 1.08; letter-spacing: -.035em; }
.hybrid-card > p:last-child { max-width: 470px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.hybrid-card-dark > p:last-child { color: #b9c5cf; }
.legacy-callout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; margin-top: 22px; padding: 58px; background: #e5dac5; border-top: 4px solid var(--gold); }
.legacy-callout .eyebrow { color: #8b611e; }
.legacy-callout h3 { max-width: 500px; margin: 0; font-size: clamp(30px, 3.6vw, 46px); line-height: 1.08; letter-spacing: -.038em; }
.legacy-callout > div:last-child p { color: var(--muted); font-size: 14px; line-height: 1.78; }
.legacy-callout a { display: inline-flex; gap: 9px; margin-top: 12px; color: #825817; font-size: 13px; font-weight: 900; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.service-card { min-height: 575px; display: flex; flex-direction: column; padding: 50px; background: var(--white); border: 1px solid #ded8cd; }
.service-card-dark { background: var(--navy); color: var(--white); border-color: var(--navy); }
.card-number { margin-bottom: 55px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.service-card h3 { max-width: 440px; margin-bottom: 19px; font-size: clamp(30px, 3vw, 42px); line-height: 1.05; letter-spacing: -.035em; }
.service-card > p:not(.card-number) { color: var(--muted); font-size: 15px; line-height: 1.7; }
.service-card-dark > p:not(.card-number) { color: #b9c5cf; }
.check-list { display: grid; gap: 14px; margin: 18px 0 36px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 25px; font-size: 14px; line-height: 1.45; }
.check-list li::before { content: "—"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.service-card > a { margin-top: auto; width: fit-content; color: var(--gold); font-size: 13px; font-weight: 900; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.integration-callout { display: grid; grid-template-columns: .38fr .85fr 1.15fr; gap: 55px; align-items: start; margin-top: 22px; padding: 48px 50px; background: #e9e2d4; }
.integration-callout .eyebrow { margin: 4px 0 0; color: #9b6d1f; }
.integration-callout h3 { margin: 0; font-size: 27px; line-height: 1.2; letter-spacing: -.025em; }
.integration-callout > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.journey-section { background: var(--white); }
.image-panel-journey::before { background-image: linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.88)), url('/images/eap-executive-interview.jpg'); background-position: center 58%; opacity: .15; }
.journey-layout, .faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.sticky-heading { position: sticky; top: 125px; }
.sticky-heading > p:last-child { margin-top: 24px; }
.journey-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.journey-list article { min-height: 255px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey-list article:nth-child(even) { background: var(--cream); }
.journey-photo { height: 184px; margin-top: 30px; }
.journey-photo img { object-position: center 56%; }
.journey-list span { display: inline-block; margin-bottom: 42px; color: var(--gold); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.journey-list h3 { margin-bottom: 12px; font-size: 21px; line-height: 1.25; }
.journey-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.process-section { background: var(--navy); color: var(--white); }
.image-panel-process::before { background-image: none; opacity: 0; }
.process-section .section-heading > p:last-child { color: #b4c1cb; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.process-grid li { min-height: 320px; padding: 35px 30px; border-right: 1px solid rgba(255,255,255,.15); }
.process-grid li:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.process-grid span { display: block; margin-bottom: 100px; color: var(--gold-light); font-size: 11px; font-weight: 900; }
.process-grid h3 { margin-bottom: 12px; font-size: 24px; }
.process-grid p { color: #aebbc6; font-size: 13px; line-height: 1.65; }
.process-photo-strip { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12px; margin-top: 28px; }
.process-photo-strip img { height: 215px; border-color: rgba(255,255,255,.18); box-shadow: 0 18px 42px rgba(0,0,0,.22); }
.process-photo-strip img:first-child { object-position: center 48%; }
.process-photo-strip img:last-child { object-position: center 54%; }

.fit-section { padding-block: 90px; background: var(--gold); color: #101e2c; }
.fit-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.fit-section .eyebrow { color: #604412; }
.fit-section h2 { max-width: 540px; margin: 0; font-size: clamp(34px, 4vw, 51px); line-height: 1.08; letter-spacing: -.04em; }
.fit-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(16,30,44,.25); }
.fit-list li { display: grid; grid-template-columns: 34px 1fr; padding: 18px 0; border-bottom: 1px solid rgba(16,30,44,.25); font-size: 14px; line-height: 1.55; }
.fit-list span { font-weight: 900; }

.faq-section { background: var(--paper); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 2px; cursor: pointer; font-size: 17px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-size: 23px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -5px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.booking-section { padding-block: 110px; background: #e9e2d4; }
.image-panel-booking::before { background-image: none; opacity: 0; }
.booking-header { max-width: 760px; margin-bottom: 45px; }
.booking-header > p:last-child { max-width: 680px; margin-top: 22px; }
.booking-photo { height: 190px; margin: -16px 0 30px; }
.booking-photo img { object-position: center 62%; }
.booking-frame { overflow: hidden; min-height: 700px; background: var(--white); border: 1px solid #d3caba; }
.booking-frame iframe { width: 100%; min-height: 700px; border: 0; }
.contact-row { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; margin-top: 26px; font-size: 13px; }
.contact-row p { margin: 0; color: var(--muted); }
.contact-row a { font-weight: 800; border-bottom: 1px solid var(--ink); }

footer { padding: 75px 0 28px; background: #071626; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .65fr; gap: 80px; padding-bottom: 55px; }
.brand-light span { color: var(--white); }
.footer-grid > div:first-child > p { max-width: 480px; margin-top: 24px; color: #91a2b1; font-size: 14px; line-height: 1.7; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 14px; }
.footer-grid strong { margin-bottom: 9px; color: var(--gold-light); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.footer-grid a:not(.brand) { color: #b7c3cc; font-size: 13px; }
.social-label { margin-top: 10px; color: #718596; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.social-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-grid .social-links a { color: var(--gold-light); }
.social-links a span { display: inline-block; margin-left: 4px; font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); color: #718596; font-size: 11px; }
.footer-bottom p { margin: 0; }

.nav-current { color: var(--gold) !important; }
.products-section { background: var(--paper); }
.product-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.product-card { overflow: hidden; background: var(--white); border: 1px solid #ded8cd; box-shadow: 0 20px 55px rgba(18,36,52,.08); }
.product-card-image { display: block; height: 340px; overflow: hidden; background: var(--navy); }
.product-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-card-image img { transform: scale(1.025); }
.product-card-body { padding: 36px; }
.product-card-body .card-number { margin-bottom: 18px; }
.product-card h2, .product-card h3 { margin-bottom: 15px; font-size: clamp(27px, 3vw, 38px); line-height: 1.08; letter-spacing: -.035em; }
.product-card-body > p:not(.card-number) { min-height: 70px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.product-card-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin: 28px 0 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.product-card-meta strong { font-size: 27px; letter-spacing: -.03em; }
.product-card-meta span { color: var(--muted); font-size: 11px; }
.product-card-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.inline-link { color: #825817; font-size: 13px; font-weight: 900; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.inline-link-light { color: var(--gold-light); }
.products-all-link { margin-top: 34px; text-align: center; }
.products-all-link a { color: #825817; font-size: 13px; font-weight: 900; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.compact-check-list { display: grid; gap: 9px; margin: 21px 0 0; padding: 0; list-style: none; }
.compact-check-list li { position: relative; padding-left: 22px; color: var(--muted); font-size: 13px; }
.compact-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }

.product-hub-hero { padding-block: 120px; background: var(--navy); color: var(--white); }
.product-hub-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.product-hub-layout h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 6vw, 76px); line-height: .99; letter-spacing: -.052em; }
.product-hub-layout > p { margin: 0 0 8px; color: #b9c5cf; font-size: 17px; line-height: 1.75; }
.products-hub-list { background: var(--cream); }
.product-support-strip { padding-block: 78px; background: var(--gold); }
.product-support-strip > .shell { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.product-support-strip .eyebrow { margin-bottom: 12px; color: #604412; }
.product-support-strip h2 { max-width: 700px; margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
.product-support-strip .button { background: var(--navy); border-color: var(--navy); color: var(--white); }

.product-detail-hero { padding-block: 100px; background: var(--navy); color: var(--white); }
.product-detail-hero-media { background: linear-gradient(135deg, var(--navy), #142e48); }
.product-detail-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.product-detail-copy h1 { max-width: 760px; margin-bottom: 27px; font-size: clamp(48px, 6vw, 75px); line-height: .99; letter-spacing: -.052em; }
.product-lede { max-width: 720px; margin-bottom: 30px; color: #cbd4dc; font-size: 18px; line-height: 1.72; }
.product-price-row { display: flex; align-items: baseline; gap: 18px; margin-bottom: 28px; }
.product-price-row strong { color: var(--gold-light); font-size: 36px; letter-spacing: -.04em; }
.product-price-row span { color: #91a2b1; font-size: 12px; }
.product-hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.product-detail-cover { overflow: hidden; aspect-ratio: 1; background: #071626; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 34px 75px rgba(0,0,0,.3); }
.product-detail-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.product-detail-cover-wide { aspect-ratio: 16 / 9; }
.product-detail-cover-wide img { object-fit: cover; }
.product-proof-strip { background: var(--cream); border-bottom: 1px solid #ded8cd; }
.product-proof-strip > .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.product-proof-strip div div { min-height: 140px; padding: 34px; border-left: 1px solid #ded8cd; }
.product-proof-strip div div:last-child { border-right: 1px solid #ded8cd; }
.product-proof-strip strong, .product-proof-strip span { display: block; }
.product-proof-strip strong { margin-bottom: 9px; font-size: 17px; }
.product-proof-strip span { color: var(--muted); font-size: 13px; line-height: 1.55; }
.product-detail-section { background: var(--paper); }
.product-two-column { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.product-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.product-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 12px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.product-steps li > span { color: var(--gold); font-size: 11px; font-weight: 900; }
.product-steps h3 { margin-bottom: 9px; font-size: 23px; }
.product-steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.product-story { padding: 44px; background: var(--cream); border-top: 4px solid var(--gold); }
.product-story > p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.product-story blockquote { margin: 35px 0 0; color: var(--navy); font-size: clamp(26px, 3vw, 38px); line-height: 1.18; letter-spacing: -.03em; font-weight: 800; }
.product-included { background: var(--cream); }
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d7d0c3; border-left: 1px solid #d7d0c3; }
.included-grid article { min-height: 270px; padding: 34px; background: var(--white); border-right: 1px solid #d7d0c3; border-bottom: 1px solid #d7d0c3; }
.included-grid article > span { display: block; margin-bottom: 48px; color: var(--gold); font-size: 10px; font-weight: 900; }
.included-grid h3 { margin-bottom: 12px; font-size: 21px; line-height: 1.25; }
.included-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.product-requirements { background: var(--gold); }
.product-requirements .eyebrow { color: #604412; }
.product-requirements h2 { max-width: 540px; font-size: clamp(38px, 5vw, 59px); line-height: 1.05; letter-spacing: -.044em; }
.fit-list-light { border-top-color: rgba(16,30,44,.25); }
.boundary-note { margin: 30px 0 0; padding: 22px; background: rgba(255,255,255,.35); font-size: 13px; line-height: 1.65; }
.product-final-cta { padding-block: 105px; background: #071626; color: var(--white); text-align: center; }
.product-final-cta .shell { max-width: 900px; }
.product-final-cta h2 { margin-bottom: 20px; font-size: clamp(40px, 5vw, 62px); line-height: 1.04; letter-spacing: -.045em; }
.product-final-cta > .shell > p:not(.eyebrow) { max-width: 680px; margin: 0 auto 32px; color: #aebbc6; line-height: 1.7; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .hero-layout { grid-template-columns: 1fr; min-height: auto; gap: 55px; }
  .signal-card { max-width: 620px; }
  .outcome-grid { grid-template-columns: 1fr 1fr; }
  .outcome-grid > div:nth-child(3), .outcome-grid > div:nth-child(4) { border-top: 1px solid #ded8cd; }
  .split-heading, .integration-callout, .legacy-callout, .journey-layout, .faq-layout, .fit-layout { grid-template-columns: 1fr; gap: 45px; }
  .sticky-heading { position: static; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .product-hub-layout, .product-detail-grid, .product-two-column { grid-template-columns: 1fr; gap: 55px; }
  .product-detail-cover { max-width: 620px; width: 100%; }
  .process-grid li:nth-child(3) { border-left: 1px solid rgba(255,255,255,.15); border-top: 1px solid rgba(255,255,255,.15); }
  .process-grid li:nth-child(4) { border-top: 1px solid rgba(255,255,255,.15); }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 70px; }
  .header-inner .button { display: none; }
  .hero-layout { padding-block: 72px; }
  .hero h1 { font-size: clamp(43px, 13vw, 60px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .signal-image { height: 145px; }
  .section { padding-block: 76px; }
  .section-heading { margin-bottom: 38px; }
  .outcome-grid, .service-grid, .hybrid-grid, .journey-list, .process-grid, .footer-grid, .product-card-grid, .included-grid, .product-proof-strip > .shell { grid-template-columns: 1fr; }
  .product-card-image { height: 250px; }
  .product-card-body { padding: 28px 24px; }
  .product-card-body > p:not(.card-number) { min-height: 0; }
  .product-card-meta { align-items: flex-start; flex-direction: column; gap: 7px; }
  .product-hub-hero, .product-detail-hero { padding-block: 75px; }
  .product-hub-layout h1, .product-detail-copy h1 { font-size: clamp(42px, 13vw, 60px); }
  .product-support-strip > .shell { align-items: flex-start; flex-direction: column; }
  .product-proof-strip div div { min-height: auto; border-right: 1px solid #ded8cd; border-bottom: 1px solid #ded8cd; }
  .included-grid article { min-height: 225px; }
  .product-steps li { grid-template-columns: 48px 1fr; }
  .product-story { padding: 30px 24px; }
  .outcome-grid > div { min-height: auto; padding: 28px 22px; border-right: 1px solid #ded8cd; border-top: 1px solid #ded8cd; }
  .service-card { min-height: auto; padding: 34px 27px; }
  .hybrid-card { min-height: auto; padding: 34px 27px; }
  .hybrid-card .card-number { margin-bottom: 48px; }
  .legacy-callout { padding: 38px 27px; }
  .card-number { margin-bottom: 36px; }
  .integration-callout { padding: 34px 27px; }
  .video-caption { align-items: flex-start; flex-direction: column; }
  .visual-pair, .section-photo-grid, .process-photo-strip { grid-template-columns: 1fr; }
  .visual-pair > div { height: 180px; }
  .section-photo-grid img { height: 190px; }
  .process-photo-strip img { height: 190px; }
  .journey-photo, .booking-photo { height: 170px; }
  .journey-list article { min-height: 225px; }
  .process-grid li, .process-grid li:nth-child(3), .process-grid li:nth-child(4) { min-height: auto; padding: 28px 24px; border: 1px solid rgba(255,255,255,.15); border-bottom: 0; }
  .process-grid li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
  .process-grid span { margin-bottom: 50px; }
  .fit-section { padding-block: 70px; }
  .booking-section { padding-block: 75px; }
  .booking-frame, .booking-frame iframe { min-height: 760px; }
  .footer-grid { gap: 42px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
