:root {
  --navy: #001038;
  --navy-deep: #000b2f;
  --ivory: #f2ebe3;
  --ivory-bright: #fbf7f0;
  --gold: #e8a315;
  --gold-bright: #f2ad14;
  --white: #fffdf8;
  --stone-white: #f4f5f7;
  --ink: #001038;
  --max-width: 1260px;
  --display: "Arial Narrow", "Franklin Gothic Medium", Impact, sans-serif;
  --body: Arial, Helvetica, sans-serif;
  --header-height: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); }
body { margin: 0; font-family: var(--body); color: var(--ink); background: var(--ivory); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 1000; background: var(--gold); color: var(--navy); padding: .75rem 1rem; font-weight: 700; text-decoration: none; }
.skip-link:focus { top: 1rem; }

.site-width { width: min(calc(100% - 48px), var(--max-width)); margin-inline: auto; }
.section-navy { background: var(--navy); color: var(--white); }
.section-ivory { background: radial-gradient(circle at 20% 10%, #fffaf3 0, var(--ivory) 48%, #eee5db 100%); color: var(--navy); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(0,16,56,.98); border-bottom: 1px solid rgba(255,255,255,.18); }
.nav-wrap { min-height: var(--header-height); width: min(calc(100% - 48px), 1360px); margin: auto; display: flex; align-items: center; gap: 2rem; }
.brand { display: flex; align-items: center; gap: 2rem; min-width: max-content; }
.brand-name { text-decoration: none; }
.brand-name { color: var(--white); font-family: var(--display); font-size: clamp(1.2rem, 1.55vw, 1.6rem); font-weight: 900; letter-spacing: .025em; }
.brand-tagline { color: var(--gold); font-size: .9rem; font-weight: 700; cursor: default; }
.brand-name:hover, .brand-name:focus-visible { color: var(--gold); }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 1.75rem; color: var(--white); }
.site-nav a { text-decoration: none; font-size: 1rem; white-space: nowrap; }
.site-nav a:not(.nav-cta):hover, .site-nav a:not(.nav-cta):focus-visible { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--navy) !important; font-weight: 700; padding: .85rem 1.2rem; }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 42px; padding: 7px; background: transparent; border: 0; cursor: pointer; }
.menu-toggle span { display: block; height: 3px; margin: 5px 0; background: var(--gold); border-radius: 2px; }

.hero { overflow: hidden; }
.hero-inner { min-height: 560px; position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1fr) 255px; gap: 3.5rem; align-items: center; padding-block: 42px 32px; }
.hero-copy { position: relative; z-index: 10; min-width: 0; max-width: 900px; }
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-family: var(--display); font-size: 1.05rem; font-weight: 900; letter-spacing: .01em; }
.hero-title { margin: 0; position: relative; z-index: 12; font-family: var(--display); font-size: clamp(3rem, 3.25vw, 3.45rem); line-height: .94; letter-spacing: -.025em; font-weight: 900; text-transform: uppercase; text-shadow: 0 2px 7px rgba(0,16,56,.9), 0 0 2px rgba(0,16,56,.95); }
.hero-title .title-part { white-space: nowrap; }
.hero-title .title-founder-led, .hero-title .title-growth { display: block; }
.hero-title .growth-line { display: flex; align-items: flex-start; width: max-content; }
.hero-title .tm-mark { flex: 0 0 auto; align-self: flex-start; display: inline-block; font-family: var(--body); font-size: .28em; line-height: 1; margin-left: .06em; transform: translateY(.04em); }
.hero-body { max-width: 680px; margin: 1.6rem 0 1.6rem; position: relative; z-index: 12; font-size: 1.12rem; line-height: 1.55; text-wrap: pretty; text-shadow: 0 1px 5px rgba(0,16,56,.98), 0 0 2px rgba(0,16,56,.95); }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; position: relative; z-index: 14; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .85rem 1.85rem; text-decoration: none; font-weight: 700; border: 2px solid var(--gold); cursor: pointer; transition: transform .15s ease, filter .15s ease; }
.button:hover, .button:focus-visible { transform: translateY(-1px); filter: brightness(1.06); }
.button-gold { background: linear-gradient(90deg, #dfa018, #f1b01b); color: var(--navy); }
.button-outline { background: transparent; color: var(--white); }

.column-art { justify-self: end; width: 235px; height: 525px; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; filter: drop-shadow(0 3px 1px rgba(0,0,0,.12)); }
.column-top-slab, .column-bottom-slab, .column-cap, .column-base, .column-shaft {
  background-color: var(--stone-white);
  background-image:
    linear-gradient(118deg, transparent 8%, rgba(104,114,130,.20) 9%, transparent 12%, transparent 41%, rgba(130,140,153,.14) 42%, transparent 45%),
    linear-gradient(54deg, transparent 24%, rgba(112,122,138,.16) 25%, transparent 28%, transparent 71%, rgba(142,151,163,.13) 72%, transparent 75%),
    linear-gradient(137deg, rgba(255,255,255,.58), transparent 31%, rgba(207,212,220,.28) 52%, transparent 67%, rgba(255,255,255,.45));
  background-size: 175px 150px, 210px 190px, 100% 100%;
  border: 1px solid rgba(0,16,56,.12);
}
.column-top-slab, .column-bottom-slab { width: 205px; height: 23px; }
.column-cap, .column-base { width: 171px; height: 36px; margin-block: 7px; }
.column-shaft { width: 134px; flex: 1; min-height: 355px; display: flex; justify-content: center; align-items: center; gap: 24px; }
.column-shaft span { width: 7px; height: 76%; background: var(--navy); }

.recognition { padding: 30px 0 22px; }
.recognition-intro { display: block; margin-bottom: 22px; }
.recognition-intro h2, .section-heading h2, .about h2, .contact h2 { font-family: var(--display); text-transform: uppercase; font-weight: 900; letter-spacing: -.01em; }
.recognition-intro h2 { margin: 0; max-width: 100%; font-size: clamp(2rem, 2.5vw, 2.8rem); line-height: 1; text-wrap: balance; }
.recognition-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.recognition-card { min-height: 142px; border: 1px solid rgba(232,163,21,.55); display: grid; place-items: center; align-content: center; gap: .65rem; padding: 1rem; text-align: center; background: rgba(255,255,255,.14); }
.recognition-card svg, .service-card svg, .work-grid svg { width: 50px; height: 50px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.fill-gold { fill: var(--gold); stroke: none; }
.recognition-card p { margin: 0; font-weight: 700; line-height: 1.25; }
.recognition-close { margin: 18px 0 0; text-align: center; font-size: 1.15rem; }

.services { padding: 22px 0 18px; }
.section-heading { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.section-heading span { height: 1px; background: var(--gold); }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 2.5vw, 2.8rem); }
.services-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.service-card { border: 1px solid rgba(232,163,21,.75); min-height: 260px; padding: 1.25rem; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; }
.service-card svg { margin-bottom: .9rem; }
.service-card h3 { margin: 0 0 .75rem; font-size: 1.18rem; line-height: 1.08; }
.service-card p { margin: 0; line-height: 1.45; font-size: 1rem; text-wrap: pretty; }
.services-close { margin: 14px 0 0; text-align: center; font-size: 1.08rem; }

.how-work { padding: 16px 0 20px; }
.work-intro { text-align: center; margin: 4px 0 18px; font-size: 1.08rem; }
.work-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.work-grid article { min-height: 130px; padding: .8rem 2rem; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; border-right: 1px solid rgba(0,16,56,.18); }
.work-grid article:last-child { border-right: 0; }
.work-grid svg { width: 46px; height: 46px; margin-bottom: .3rem; }
.work-grid h3 { font-family: var(--display); text-transform: uppercase; font-size: 1.35rem; margin: 0 0 .3rem; }
.work-grid p { margin: 0; line-height: 1.35; text-wrap: pretty; }

.about { padding: 26px 0; }
.about-inner { display: grid; grid-template-columns: 300px 1fr; gap: 48px; align-items: center; }
.portrait-wrap { border: 2px solid var(--gold); overflow: hidden; width: 100%; aspect-ratio: 571 / 614; background: #bbb; }
.portrait-wrap img { width: 100%; height: 100%; object-fit: contain; }
.about h2 { margin: 0; font-size: clamp(2rem, 2.5vw, 2.8rem); }
.short-gold-rule { width: 70px; height: 3px; background: var(--gold); margin: .75rem 0 1rem; }
.about-copy p { margin: 0; max-width: 800px; font-size: 1.08rem; line-height: 1.5; }

.contact { padding: 28px 0 24px; }
.contact-inner { display: grid; grid-template-columns: 330px 1fr; gap: 46px; align-items: start; }
.contact h2 { margin: 0; max-width: 330px; font-size: clamp(1.85rem, 1.75vw, 2.05rem); line-height: 1.02; }
.contact h2 span { display: block; white-space: nowrap; }
.contact-form { padding-top: 2px; }
.form-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.contact-form label { display: block; font-size: .85rem; font-weight: 700; }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: .35rem; border: 1px solid rgba(0,16,56,.25); background: rgba(255,255,255,.35); color: var(--navy); padding: .7rem .8rem; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(232,163,21,.17); }
.contact-form > label { margin-top: .8rem; }
.form-submit { margin-top: .75rem; min-width: 220px; }
.form-status { min-height: 1.4em; margin: .65rem 0 0; font-size: .9rem; }

.site-footer { background: var(--navy); color: var(--white); text-align: center; padding: 14px 20px 14px; }
.site-footer p { margin: 0; }
.footer-tagline { display: inline-block; margin-top: 3px; color: var(--gold); cursor: default; }
.footer-links { margin-top: 7px !important; }
.footer-links a { color: var(--white); font-size: .82rem; text-decoration: underline; text-underline-offset: 3px; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--gold); }

.privacy-main { min-height: calc(100vh - var(--header-height)); padding: 54px 0 64px; }
.privacy-content { max-width: 850px; }
.privacy-content h1 { font-family: var(--display); text-transform: uppercase; font-size: clamp(2.2rem, 4vw, 3.4rem); margin: 0 0 1rem; }
.privacy-content h2 { font-family: var(--display); text-transform: uppercase; margin: 2rem 0 .5rem; }
.privacy-content p, .privacy-content li { line-height: 1.6; }
.privacy-note { border-left: 3px solid var(--gold); padding-left: 1rem; }

@media (max-width: 1120px) {
  .brand-tagline { display: none; }
  .site-nav { gap: 1rem; }
  .hero-inner { grid-template-columns: minmax(0,1fr) 205px; gap: 2.2rem; }
  .hero-title { font-size: clamp(2.35rem, 4.15vw, 2.9rem); }
  .column-art { width: 190px; height: 500px; }
  .column-top-slab, .column-bottom-slab { width: 178px; }
  .column-cap, .column-base { width: 150px; }
  .column-shaft { width: 118px; }
  .services-grid { gap: 12px; }
  .service-card { padding: 1rem .75rem; }
}

@media (max-width: 820px) {
  :root { --header-height: 64px; }
  html { scroll-padding-top: calc(var(--header-height) + 12px); }
  .site-width { width: min(calc(100% - 40px), var(--max-width)); }
  .nav-wrap { min-height: var(--header-height); width: calc(100% - 40px); }
  .brand { min-width: 0; }
  .brand-name { font-size: 1.08rem; white-space: nowrap; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: var(--header-height); background: var(--navy); padding: .5rem 20px 1rem; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid rgba(255,255,255,.15); box-shadow: 0 10px 25px rgba(0,0,0,.18); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .95rem .2rem; border-bottom: 1px solid rgba(255,255,255,.12); }
  .site-nav .nav-cta { margin-top: .6rem; text-align: center; border-bottom: 0; }

  .hero-inner { min-height: auto; display: block; padding-block: 24px 28px; }
  .hero-copy { max-width: 100%; padding-right: 0; position: relative; z-index: 10; }
  .eyebrow { max-width: 300px; font-size: .9rem; line-height: 1.3; position: relative; z-index: 12; }
  .hero-title .title-part { display: block; }
  .hero-title .title-growth { display: flex; }
  .hero-title { font-size: clamp(2.2rem, 6vw, 3.2rem); line-height: .96; max-width: 100%; padding-right: 0; position: relative; z-index: 12; text-shadow: 0 2px 7px rgba(0,16,56,.95), 0 0 2px rgba(0,16,56,.95); }
  .hero-title .title-part { white-space: nowrap; }
  .hero-body { max-width: min(100%, 540px); margin: 1.05rem 0 1.2rem; font-size: .98rem; line-height: 1.45; position: relative; z-index: 12; text-wrap: pretty; text-shadow: 0 1px 5px rgba(0,16,56,.98), 0 0 2px rgba(0,16,56,.95); }
  .hero-actions { max-width: 460px; display: grid; gap: .65rem; position: relative; z-index: 14; }
  .button { width: 100%; }
  .column-art { position: absolute; z-index: 1; top: auto; bottom: 56px; right: -20px; width: 145px; height: 335px; opacity: 1; overflow: hidden; justify-content: flex-start; pointer-events: none; }
  .column-top-slab { width: 136px; height: 15px; }
  .column-cap { width: 116px; height: 27px; margin-block: 7px; }
  .column-shaft { width: 92px; min-height: 290px; flex: 0 0 290px; gap: 15px; }
  .column-shaft span { width: 5px; height: 82%; }
  .column-base, .column-bottom-slab { display: none; }

  .recognition { padding: 20px 0; }
  .recognition-intro { display: block; margin-bottom: 14px; }
  .recognition-intro h2 { font-size: 1.65rem; }
  .desktop-only { display: none; }
  .recognition-grid { grid-template-columns: 1fr; gap: 7px; }
  .recognition-card { min-height: 58px; display: grid; grid-template-columns: 56px 1fr; place-items: center start; text-align: left; gap: .6rem; padding: .45rem .8rem; }
  .recognition-card svg { width: 38px; height: 38px; justify-self: center; }
  .recognition-card br { display: none; }
  .recognition-close { text-align: left; font-size: .98rem; margin-top: 12px; }

  .services { padding: 18px 0; }
  .section-heading { gap: 14px; }
  .section-heading h2 { font-size: 1.75rem; }
  .services-grid { grid-template-columns: 1fr; gap: 5px; margin-top: 12px; }
  .service-card { min-height: auto; display: grid; grid-template-columns: 70px 1fr; grid-template-rows: auto auto; column-gap: 12px; text-align: left; align-items: center; padding: .65rem .8rem; }
  .service-card svg { grid-row: 1 / span 2; width: 45px; height: 45px; margin: 0 auto; }
  .service-card h3 { margin: 0 0 .15rem; font-size: 1.05rem; }
  .service-card p { font-size: .88rem; line-height: 1.3; }
  .services-close { display: none; }

  .how-work { padding: 14px 0; }
  .work-intro { display: none; }
  .work-grid { grid-template-columns: 1fr; }
  .work-grid article { min-height: auto; display: grid; grid-template-columns: 95px 1fr; text-align: left; align-items: center; padding: .55rem .2rem; border-right: 0; border-bottom: 1px solid rgba(0,16,56,.14); }
  .work-grid article:last-child { border-bottom: 0; }
  .work-grid svg { margin: 0 auto; width: 42px; height: 42px; }
  .work-grid h3 { font-size: 1.1rem; margin: 0 0 .1rem; }
  .work-grid p { font-size: .87rem; }

  .about { padding: 18px 0; }
  .about-inner { grid-template-columns: 155px 1fr; gap: 20px; align-items: center; }
  .portrait-wrap { width: 155px; aspect-ratio: 571 / 614; }
  .about h2 { font-size: 1.4rem; line-height: 1; }
  .short-gold-rule { width: 46px; height: 2px; margin: .45rem 0 .55rem; }
  .about-copy p { font-size: .84rem; line-height: 1.35; }

  .contact { padding: 18px 0 16px; }
  .contact-inner { grid-template-columns: 1fr; gap: 12px; }
  .contact-heading h2 { max-width: none; font-size: 1.7rem; line-height: 1.02; text-wrap: balance; }
  .contact-heading h2 span { display: inline; white-space: normal; }
  .form-grid { grid-template-columns: 1fr; gap: 7px; }
  .contact-form label { font-size: .78rem; }
  .contact-form input, .contact-form textarea { padding: .55rem .65rem; margin-top: .22rem; }
  .contact-form > label { margin-top: .55rem; }
  .form-submit { width: 100%; min-height: 48px; }
  .site-footer { font-size: .82rem; }
  .privacy-main { padding-top: 34px; }
}

@media (max-width: 520px) {
  .site-width { width: calc(100% - 32px); }
  .nav-wrap { width: calc(100% - 32px); }
  .brand-name { font-size: clamp(.88rem, 4vw, 1.02rem); }
  .hero-title { font-size: clamp(1.72rem, 7.3vw, 2.4rem); padding-right: 0; max-width: 100%; }
  .hero-title .tm-mark { font-size: .34em; transform: translateY(.04em); }
  .column-art { right: -30px; bottom: 52px; width: 118px; height: 295px; opacity: 1; }
  .column-top-slab { width: 112px; }
  .column-cap { width: 96px; }
  .column-shaft { width: 77px; min-height: 255px; flex-basis: 255px; }
  .hero-body { max-width: 100%; font-size: .9rem; }
  .hero-actions { max-width: 100%; }
  .about-inner { grid-template-columns: 128px 1fr; gap: 15px; }
  .portrait-wrap { width: 128px; }
  .about h2 { font-size: 1.18rem; }
  .about-copy p { font-size: .76rem; line-height: 1.3; }
}

@media (max-width: 390px) {
  .hero-title { font-size: clamp(1.58rem, 7.1vw, 1.85rem); }
  .column-art { opacity: 1; right: -34px; bottom: 50px; width: 108px; }
  .recognition-intro h2, .section-heading h2, .contact-heading h2 { font-size: 1.52rem; }
  .about-inner { grid-template-columns: 1fr; }
  .portrait-wrap { width: min(68%, 230px); margin-inline: auto; }
  .about-copy { text-align: left; }
  .about h2 { font-size: 1.45rem; }
  .about-copy p { font-size: .88rem; line-height: 1.42; }
}

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

/* V6 form submission state */
.form-submit:disabled {
  opacity: 0.72;
  cursor: wait;
}
