:root {
  --navy: #102a43;
  --navy-deep: #0a2034;
  --teal: #2a9d8f;
  --gold: #e9b44c;
  --ivory: #f7f5ef;
  --mist: #edf3f4;
  --ink: #172534;
  --muted: #5c6d7e;
  --line: #d8e1e6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-frame { min-height: 100vh; background: var(--ivory); }
.site-header {
  position: sticky; top: 0; z-index: 50; min-height: 82px; padding: 14px clamp(24px, 5vw, 72px);
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  background: rgba(16, 42, 67, 0.97); color: white; border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 275px; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand span { display: grid; gap: 2px; }
.brand strong { font-size: 16px; letter-spacing: .02em; }
.brand small { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2.3vw, 34px); }
.desktop-nav a { color: #dce5eb; font-size: 13px; font-weight: 700; letter-spacing: .03em; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--gold); }
.mobile-nav { display: none; }

.hero { min-height: 680px; display: grid; grid-template-columns: 1.02fr .98fr; background: var(--navy); color: white; overflow: hidden; }
.hero-copy { padding: clamp(70px, 8vw, 126px) clamp(32px, 7vw, 108px); align-self: center; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--teal); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(52px, 6vw, 84px); line-height: .98; letter-spacing: -.045em; }
.hero-lede { max-width: 660px; margin: 28px 0 0; color: #d9e3e9; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 48px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy-deep); }
.button-gold:hover { background: #f2c35f; }
.button-quiet { border-color: rgba(255,255,255,.34); color: white; }
.button-quiet:hover { border-color: white; background: rgba(255,255,255,.08); }
.hero-image-wrap { position: relative; min-height: 520px; }
.hero-image { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, rgba(16,42,67,.45) 20%, rgba(10,32,52,.08) 65%, rgba(10,32,52,.35) 100%); }
.image-caption { position: absolute; right: 28px; bottom: 28px; z-index: 2; padding: 10px 14px; background: rgba(10,32,52,.78); color: white; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; background: var(--mist); border-bottom: 3px solid var(--gold); padding: 28px clamp(24px, 5vw, 72px); }
.metrics article { padding: 18px clamp(18px, 3vw, 44px); border-right: 1px solid var(--line); }
.metrics article:last-child { border-right: 0; }
.metrics strong { display: block; color: var(--navy); font-size: clamp(28px, 3vw, 44px); letter-spacing: -.03em; }
.metrics article:nth-child(3) strong { color: var(--teal); }
.metrics span { display: block; max-width: 190px; margin-top: 9px; color: var(--muted); font-size: 12px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }

.section { padding: clamp(72px, 9vw, 130px) clamp(24px, 7vw, 108px); }
.split-section { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(48px, 8vw, 130px); align-items: end; }
.section h2, .cta-band h2 { margin: 0; color: var(--navy); font-size: clamp(36px, 4.6vw, 66px); line-height: 1.05; letter-spacing: -.035em; }
.body-copy { padding-left: 36px; border-left: 3px solid var(--teal); }
.body-copy p { margin: 0 0 20px; color: var(--muted); font-size: 20px; line-height: 1.65; }
.text-link { color: var(--teal); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.text-link:hover { color: var(--navy); }
.service-preview { background: white; }
.section-heading { max-width: 850px; }
.service-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 290px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card-number { color: var(--gold); font-size: 13px; font-weight: 900; letter-spacing: .1em; }
.service-card h3 { margin: 46px 0 14px; color: var(--navy); font-size: 22px; line-height: 1.18; }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.cta-band { margin: 0 clamp(24px, 5vw, 72px) 72px; padding: clamp(42px, 6vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 40px; background: var(--navy); color: white; }
.cta-band h2 { max-width: 780px; color: white; font-size: clamp(34px, 4vw, 58px); }

.interior-hero { padding: clamp(88px, 11vw, 150px) clamp(24px, 8vw, 120px); background: var(--navy); color: white; }
.interior-hero h1 { max-width: 960px; margin: 0; font-size: clamp(48px, 6vw, 78px); line-height: 1.02; letter-spacing: -.04em; }
.interior-hero > p:last-child { max-width: 720px; margin: 28px 0 0; color: #d9e3e9; font-size: 21px; line-height: 1.6; }
.compact { max-width: 920px; }
.editorial-split { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(54px, 8vw, 120px); align-items: center; }
.editorial-split h2, .industry-intro h2, .diagnostic-lead h2, .contact-primary h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 4.4vw, 64px); line-height: 1.06; letter-spacing: -.035em; }
.prose { margin: 30px 0; max-width: 720px; }
.prose p, .large-copy, .diagnostic-lead > p:last-child, .contact-primary > p { color: var(--muted); font-size: 18px; line-height: 1.72; }
.editorial-image { position: relative; margin: 0; min-height: 560px; overflow: hidden; background: var(--navy); }
.editorial-image img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; filter: saturate(.65) contrast(1.08); }
.editorial-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(10,32,52,.72) 100%); }
.editorial-image figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; color: white; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.proof-section { background: var(--mist); }
.principle-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.principle-grid article { min-height: 280px; padding: 34px; background: var(--ivory); }
.principle-grid span, .role-grid span, .industry-grid span { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.principle-grid h3, .role-grid h3, .industry-grid h3, .method-grid h3 { margin: 40px 0 12px; color: var(--navy); font-size: 24px; line-height: 1.2; }
.principle-grid p, .role-grid p, .industry-grid p, .method-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.outcome-band { padding-top: 54px; padding-bottom: 54px; display: grid; grid-template-columns: repeat(4,1fr); gap: 36px; background: var(--navy-deep); color: white; }
.outcome-band strong { display: block; color: var(--gold); font-size: clamp(30px,3vw,44px); }
.outcome-band span { display: block; margin-top: 8px; color: #c2d0d9; font-size: 12px; font-weight: 800; line-height: 1.4; text-transform: uppercase; }
.role-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.role-grid article { min-height: 270px; padding: 36px; background: white; border-top: 4px solid var(--teal); box-shadow: 0 12px 34px rgba(16,42,67,.07); }
.value-section { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(54px,8vw,120px); background: var(--navy); color: white; }
.value-section h2, .question-panel h2 { margin: 0; color: white; font-size: clamp(38px,4.4vw,64px); line-height: 1.06; letter-spacing: -.035em; }
.value-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.value-list li { padding: 19px 4px 19px 34px; position: relative; border-bottom: 1px solid rgba(255,255,255,.2); color: #e0e8ed; font-size: 17px; line-height: 1.45; }
.value-list li::before { content: "+"; position: absolute; left: 4px; color: var(--gold); font-weight: 900; }
.method-grid { margin: 54px 0 40px; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.method-grid article { padding: 34px; background: var(--mist); }
.method-grid strong { color: var(--teal); font-size: 13px; letter-spacing: .1em; }
.button-dark { background: var(--navy); color: white; }
.button-dark:hover { background: var(--teal); }
.button-outline { border-color: var(--navy); color: var(--navy); }
.button-outline:hover { background: var(--mist); }
.industry-intro { display: grid; grid-template-columns: .82fr 1fr; gap: clamp(54px,8vw,120px); align-items: center; }
.editorial-image.tall { min-height: 650px; }
.editorial-image.tall img { min-height: 650px; }
.industry-grid-section { padding-top: 0; }
.industry-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.industry-grid article { min-height: 280px; padding: 38px; background: white; }
.center-action { margin-top: 40px; text-align: center; }
.diagnostic-layout { display: grid; grid-template-columns: .76fr 1fr; gap: clamp(54px,8vw,120px); align-items: start; }
.diagnostic-lead { position: sticky; top: 130px; }
.signal-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.signal-list li { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: start; }
.signal-list span { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.signal-list p { margin: 0; color: var(--navy); font-size: 18px; line-height: 1.5; }
.question-panel { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(54px,8vw,120px); background: var(--navy); color: white; }
.question-panel > div:last-child { align-self: end; padding-left: 28px; border-left: 3px solid var(--gold); }
.question-panel > div:last-child p { color: #d4e0e7; font-size: 18px; line-height: 1.7; }
.download-card { margin: 72px clamp(24px,5vw,72px); padding: clamp(44px,6vw,76px); display: flex; justify-content: space-between; align-items: center; gap: 40px; background: var(--mist); }
.download-card h2 { max-width: 760px; margin: 0; color: var(--navy); font-size: clamp(34px,4vw,56px); line-height: 1.08; letter-spacing: -.03em; }
.contact-layout { display: grid; grid-template-columns: 1fr .7fr; gap: clamp(54px,8vw,120px); align-items: start; }
.contact-primary > p { max-width: 720px; }
.light-row { margin-top: 34px; }
.conversation-card { padding: 44px; background: var(--navy); color: white; box-shadow: 18px 18px 0 var(--mist); }
.conversation-card ul { margin: 0; padding: 0; list-style: none; }
.conversation-card li { padding: 18px 0 18px 28px; position: relative; border-bottom: 1px solid rgba(255,255,255,.2); line-height: 1.5; }
.conversation-card li::before { content: "•"; position: absolute; left: 2px; color: var(--gold); }
.confidential-note { margin: 28px 0 0; color: #b7c6d0; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.site-footer { padding: 52px clamp(24px, 5vw, 72px); display: grid; grid-template-columns: 1.2fr .8fr auto; gap: 42px; align-items: end; background: var(--navy-deep); color: white; }
.footer-brand { font-weight: 900; letter-spacing: .05em; }
.site-footer p { color: #aebdca; line-height: 1.5; }
.footer-links { display: grid; gap: 12px; color: var(--gold); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.photo-credit { margin: 0; font-size: 10px; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { cursor: pointer; color: var(--gold); font-size: 13px; font-weight: 800; text-transform: uppercase; }
  .mobile-nav nav { position: absolute; right: 0; top: 36px; width: 210px; padding: 18px; display: grid; gap: 14px; background: var(--navy-deep); border: 1px solid rgba(255,255,255,.15); }
  .hero { grid-template-columns: 1fr; }
  .hero-image-wrap { min-height: 440px; }
  .hero-image-wrap::after { background: linear-gradient(180deg, var(--navy) 0%, transparent 30%, rgba(10,32,52,.3) 100%); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-split, .industry-intro, .diagnostic-layout, .contact-layout { grid-template-columns: 1fr; }
  .diagnostic-lead { position: static; }
}

@media (max-width: 760px) {
  .site-header { min-height: 72px; padding: 12px 18px; }
  .brand { min-width: 0; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 8px; }
  .brand img { width: 38px; height: 38px; }
  .hero-copy { padding: 74px 24px; }
  .hero { min-height: auto; }
  .hero h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-image-wrap { min-height: 340px; }
  .metrics { grid-template-columns: repeat(2, 1fr); padding: 16px; }
  .metrics article { min-height: 150px; padding: 20px 16px; border-bottom: 1px solid var(--line); }
  .metrics article:nth-child(2) { border-right: 0; }
  .split-section { grid-template-columns: 1fr; gap: 36px; }
  .body-copy { padding-left: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; }
  .cta-band { margin: 0 18px 42px; align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .principle-grid, .outcome-band, .method-grid, .role-grid, .industry-grid, .value-section, .question-panel { grid-template-columns: 1fr; }
  .outcome-band { gap: 28px; }
  .editorial-image, .editorial-image img { min-height: 420px; }
  .editorial-image.tall, .editorial-image.tall img { min-height: 470px; }
  .download-card { margin: 40px 18px; flex-direction: column; align-items: flex-start; }
  .question-panel > div:last-child { padding-left: 20px; }
}

.skip-link{position:absolute;left:-9999px;top:0}.skip-link:focus{left:12px;top:12px;z-index:100;background:#fff;color:#102a43;padding:10px 14px;font-weight:700}

.contact-form-section {
  display: grid;
  grid-template-columns: .66fr 1.34fr;
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
  padding-top: clamp(64px, 8vw, 112px);
  background: var(--mist);
  border-top: 1px solid var(--line);
}
.contact-form-intro { position: sticky; top: 126px; }
.contact-form-intro h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.06;
  letter-spacing: -.035em;
}
.contact-form-intro > p:last-child { margin: 26px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.form-panel { padding: clamp(28px, 4vw, 50px); background: white; box-shadow: 0 18px 48px rgba(16,42,67,.09); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.form-field { display: grid; gap: 9px; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.form-field label span { color: #a75b38; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #becbd3;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.form-field textarea { min-height: 164px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(42,157,143,.16); }
.form-field input:user-invalid,
.form-field select:user-invalid,
.form-field textarea:user-invalid { border-color: #a75b38; }
.field-help { color: var(--muted); font-size: 12px; line-height: 1.45; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit-row { margin-top: 28px; display: flex; align-items: center; gap: 22px; }
.form-submit-row .button { cursor: pointer; border-radius: 0; }
.form-submit-row p { margin: 0; max-width: 330px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.form-status { margin: 0 0 28px; padding: 16px 18px; border-left: 4px solid; font-size: 14px; line-height: 1.55; }
.form-status[hidden] { display: none; }
.form-status-success { border-color: var(--teal); background: #e8f5f2; color: #174d47; }
.form-status-error { border-color: #a75b38; background: #faeee8; color: #743c26; }
.form-status a { text-decoration: underline; }

@media (max-width: 1050px) {
  .contact-form-section { grid-template-columns: 1fr; }
  .contact-form-intro { position: static; max-width: 760px; }
}

@media (max-width: 760px) {
  .contact-form-section { padding-left: 18px; padding-right: 18px; }
  .form-panel { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 20px; }
  .form-field-wide { grid-column: auto; }
  .form-submit-row { align-items: flex-start; flex-direction: column; }
  .form-submit-row .button { width: 100%; }
}
