:root {
  --navy: #102332;
  --navy-deep: #07151f;
  --ink: #18232a;
  --orange: #f4a340;
  --orange-bright: #ffad42;
  --cream: #f5f0e6;
  --paper: #fcfaf5;
  --sky: #dbe7eb;
  --line: rgba(16, 35, 50, 0.16);
  --shadow: 0 26px 70px rgba(7, 21, 31, 0.18);
  --radius: 4px;
  --display: "Arial Narrow", "Franklin Gothic Condensed", "Roboto Condensed", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--orange); color: var(--navy-deep); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-150%); background: white; color: var(--navy); padding: 10px 16px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 30; top: 0; left: 0; width: 100%; color: white; }
.site-header.is-scrolled { position: fixed; background: rgba(7, 21, 31, 0.96); backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(255,255,255,.12); animation: slideDown .25s ease; }
@keyframes slideDown { from { transform: translateY(-100%); } }
.nav-wrap { width: min(1480px, calc(100% - 64px)); min-height: 96px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.site-header.is-scrolled .nav-wrap { min-height: 72px; }
.brand { display: inline-flex; align-items: center; color: inherit; text-decoration: none; line-height: 1; }
.brand-lockup { width: 246px; height: auto; border-radius: 2px; box-shadow: 0 5px 18px rgba(0,0,0,.15); }
.site-header.is-scrolled .brand-lockup { width: 215px; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { position: relative; text-decoration: none; font-family: var(--display); font-size: .92rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-cta { border: 1px solid rgba(255,255,255,.45); padding: 12px 18px; transition: .2s ease; }
.nav-cta:hover { background: var(--orange); color: var(--navy-deep); border-color: var(--orange); }
.menu-toggle { display: none; background: none; border: 0; color: white; padding: 10px; }

.hero { min-height: 780px; display: grid; grid-template-columns: minmax(440px, .88fr) minmax(520px, 1.12fr); background: var(--navy); color: white; overflow: hidden; }
.hero-copy { align-self: center; max-width: 690px; padding: 105px 6vw 62px max(5vw, calc((100vw - 1480px)/2)); }
.eyebrow { margin: 0 0 20px; color: #9d5b13; font-family: var(--display); font-size: .78rem; font-weight: 900; letter-spacing: .21em; line-height: 1.3; text-transform: uppercase; }
.hero .eyebrow { color: var(--orange); }
.eyebrow span { display: inline-block; width: 26px; height: 1px; margin: 0 8px 4px; background: currentColor; }
.hero h1, h2 { font-family: var(--display); font-weight: 900; letter-spacing: -.045em; line-height: .92; text-transform: uppercase; }
.hero h1 { max-width: 630px; margin: 0; font-size: clamp(3.7rem, 3.9vw, 4.8rem); }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 590px; margin: 22px 0 28px; color: #d3dce0; font-size: 1.17rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 22px; border: 1px solid transparent; border-radius: var(--radius); font-family: var(--display); font-size: .88rem; font-weight: 900; letter-spacing: .07em; line-height: 1.15; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #67c6f3; outline-offset: 3px; }
.button-primary { background: var(--orange); color: var(--navy-deep); border-color: var(--orange); }
.button-primary:hover { background: var(--orange-bright); }
.button-ghost { color: white; border-color: rgba(255,255,255,.35); }
.button-ghost:hover { border-color: white; background: white; color: var(--navy); }
.button-dark { background: var(--navy); color: white; }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 62px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-meta strong, .hero-meta span { display: block; }
.hero-meta strong { color: var(--orange); font-family: var(--display); font-size: .73rem; letter-spacing: .14em; }
.hero-meta span { margin-top: 5px; color: #9eb0b9; font-size: .78rem; line-height: 1.35; }
.hero-visual { position: relative; min-height: 780px; }
.hero-main { position: absolute; inset: 0; margin: 0; overflow: hidden; }
.hero-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, rgba(16,35,50,.18) 26%, transparent 55%), linear-gradient(0deg, rgba(7,21,31,.35), transparent 40%); }
.hero-main img { height: 100%; object-fit: cover; object-position: 54% center; }
.hero-inset { position: absolute; z-index: 2; left: -52px; bottom: 74px; width: 255px; height: 315px; margin: 0; border: 7px solid var(--navy); box-shadow: var(--shadow); overflow: hidden; }
.hero-inset img { height: 100%; object-fit: cover; }
.hero-stamp { position: absolute; z-index: 3; right: 5vw; bottom: 42px; width: 150px; height: 150px; border-radius: 50%; filter: drop-shadow(0 12px 24px rgba(7,21,31,.36)); transform: rotate(-6deg); }
.hero-stamp img { width: 100%; height: 100%; object-fit: contain; }

.trust-bar { overflow: hidden; background: var(--orange); color: var(--navy-deep); border-bottom: 1px solid rgba(7,21,31,.3); }
.marquee-track { min-width: max-content; padding: 18px 4vw; display: flex; justify-content: space-around; align-items: center; gap: 34px; font-family: var(--display); font-size: .8rem; font-weight: 900; letter-spacing: .14em; white-space: nowrap; }
.marquee-track i { font-size: .48rem; }

.section { width: min(1400px, calc(100% - 64px)); margin: 0 auto; padding: 118px 0; }
.section-heading { max-width: 800px; margin-bottom: 52px; }
.section-heading h2, .transformation h2, .process h2, .quote-section h2 { margin: 0; color: var(--navy); font-size: clamp(3rem, 5vw, 5.8rem); }
.section-heading > p:last-child { max-width: 610px; margin: 24px 0 0; color: #58666d; font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 330px; padding: 34px; background: var(--paper); display: flex; flex-direction: column; }
.service-featured { background: var(--orange); }
.service-dark { background: var(--navy); color: white; }
.service-number { position: absolute; top: 28px; right: 28px; color: #73838b; font-family: var(--display); font-size: .73rem; font-weight: 900; letter-spacing: .12em; }
.service-featured .service-number { color: rgba(7,21,31,.55); }
.service-kicker { width: fit-content; margin: 0 0 44px !important; padding: 0 0 8px; border-bottom: 3px solid var(--orange); color: #657780 !important; font-family: var(--display); font-size: .7rem; font-weight: 900; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.service-featured .service-kicker { border-color: var(--navy); color: rgba(7,21,31,.68) !important; }
.service-dark .service-kicker { color: #b7c5cb !important; }
.service-card h3 { margin: 0 0 12px; font-family: var(--display); font-size: 2rem; letter-spacing: -.02em; line-height: 1; text-transform: uppercase; }
.service-card p { margin: 0; color: #66737a; }
.service-featured p { color: rgba(7,21,31,.74); }
.service-dark p { color: #bac8ce; }
.service-card a { width: max-content; max-width: 100%; margin-top: auto; padding-top: 28px; color: inherit; font-family: var(--display); font-size: .77rem; font-weight: 900; letter-spacing: .08em; text-decoration-thickness: 1px; text-underline-offset: 5px; text-transform: uppercase; }
.service-card a span { display: inline-block; transition: transform .2s; }
.service-card a:hover span { transform: translateX(5px); }

.transformation { width: 100%; padding-left: max(32px, calc((100vw - 1400px)/2)); display: grid; grid-template-columns: minmax(340px, .75fr) minmax(600px, 1.45fr); gap: 80px; align-items: center; background: var(--sky); }
.transformation-copy { max-width: 520px; }
.transformation h2 { font-size: clamp(3rem, 4.2vw, 5.1rem); }
.transformation-copy > p:not(.eyebrow) { margin: 26px 0; color: #51656f; font-size: 1.08rem; }
.text-link { display: inline-flex; gap: 10px; color: var(--navy); font-family: var(--display); font-size: .84rem; font-weight: 900; letter-spacing: .09em; text-underline-offset: 6px; text-transform: uppercase; }
.comparison-grid { align-self: stretch; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: white; }
.comparison-panel { position: relative; min-width: 0; min-height: 610px; margin: 0; overflow: hidden; background: var(--navy); }
.comparison-panel img { width: 100%; height: 100%; object-fit: cover; }
.comparison-before img { object-position: 46% center; }
.comparison-after img { object-position: 43% center; }
.comparison-panel::after { content: ""; position: absolute; inset: 58% 0 0; background: linear-gradient(transparent, rgba(7,21,31,.88)); }
.comparison-panel figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; color: white; }
.comparison-panel figcaption strong, .comparison-panel figcaption small { display: block; }
.comparison-panel figcaption strong { font-family: var(--display); font-size: 1.65rem; font-weight: 900; letter-spacing: .02em; line-height: 1; text-transform: uppercase; }
.comparison-panel figcaption strong span { display: inline-grid; width: 31px; height: 31px; margin-right: 7px; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: var(--orange); font-size: .68rem; vertical-align: 4px; }
.comparison-after figcaption strong { color: var(--orange); }
.comparison-panel figcaption small { margin: 7px 0 0 42px; color: #d9e2e5; font-size: .76rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.projects-heading { max-width: none; display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.projects-heading > p { padding-bottom: 10px; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 265px; gap: 16px; }
.project { position: relative; margin: 0; overflow: hidden; background: var(--navy); }
.project-tall { grid-row: span 2; }
.project-wide { grid-column: span 2; }
.project img { height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), opacity .4s; }
.project::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(7,21,31,.86)); }
.project:hover img { transform: scale(1.035); opacity: .92; }
.project figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 21px; color: white; }
.project figcaption span, .project figcaption strong { display: block; }
.project figcaption span { color: var(--orange); font-family: var(--display); font-size: .67rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.project figcaption strong { margin-top: 3px; font-family: var(--display); font-size: 1.35rem; letter-spacing: .02em; line-height: 1.1; text-transform: uppercase; }

.process { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; border-top: 1px solid var(--line); }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro > p:not(.eyebrow) { max-width: 520px; margin: 27px 0 30px; color: #5c6970; font-size: 1.08rem; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 35px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--navy); border-radius: 50%; color: var(--navy); font-family: var(--display); font-size: .8rem; font-weight: 900; }
.process-list h3 { margin: 5px 0 8px; color: var(--navy); font-family: var(--display); font-size: 1.65rem; line-height: 1; text-transform: uppercase; }
.process-list p { margin: 0; color: #66747a; }

.quote-section { display: grid; grid-template-columns: .82fr 1.18fr; background: var(--navy); color: white; }
.quote-aside { padding: 105px max(5vw, calc((100vw - 1400px)/2)); padding-right: 6vw; background: var(--navy-deep); }
.eyebrow-light { color: var(--orange); }
.quote-section h2 { color: white; font-size: clamp(3.5rem, 5vw, 5.8rem); }
.quote-aside > p:not(.eyebrow):not(.service-area) { max-width: 500px; color: #b9c7ce; font-size: 1.05rem; }
.direct-contact { margin: 50px 0 36px; border-top: 1px solid rgba(255,255,255,.16); }
.direct-contact a { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.16); text-decoration: none; }
.direct-contact small { color: #8499a3; font-family: var(--display); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.direct-contact strong { font-family: var(--display); font-size: 1rem; letter-spacing: .04em; text-align: right; }
.direct-contact a:hover strong { color: var(--orange); }
.service-area { display: flex; gap: 10px; color: #8499a3; font-size: .83rem; line-height: 1.5; }
.service-area span { color: var(--orange); }
.quote-form { padding: 105px max(5vw, calc((100vw - 1400px)/2)) 105px 6vw; background: var(--navy); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.quote-form label { display: block; margin-bottom: 22px; color: #dfe7ea; font-family: var(--display); font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.quote-form label > span { color: #8296a0; font-weight: 600; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 7px; border: 1px solid rgba(255,255,255,.22); border-radius: 2px; background: rgba(255,255,255,.06); color: white; padding: 13px 14px; font-family: var(--body); font-size: 1rem; font-weight: 450; letter-spacing: 0; text-transform: none; transition: border-color .2s, background .2s; }
.quote-form input, .quote-form select { height: 52px; }
.quote-form textarea { min-height: 118px; resize: vertical; }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: #81929b; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--orange); background: rgba(255,255,255,.1); }
.quote-form option { color: var(--ink); }
.form-submit { width: 100%; margin-top: 5px; }
.form-note { margin: 14px 0 0; color: #7e929c; font-size: .76rem; text-align: center; }
.form-status { min-height: 1.5em; margin: 8px 0 0; color: var(--orange); font-size: .84rem; text-align: center; }

.site-footer { padding: 48px max(32px, calc((100vw - 1400px)/2)); display: grid; grid-template-columns: 1.2fr .8fr 1fr auto; gap: 40px; align-items: center; background: #050e14; color: #c6d0d5; }
.brand-footer { color: white; }
.brand-footer .brand-lockup { width: 255px; }
.site-footer p { margin: 0; color: #7f919a; font-size: .8rem; line-height: 1.5; }
.footer-links { display: flex; gap: 26px; }
.footer-links a { color: white; font-family: var(--display); font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: 5px; }
.copyright { text-align: right; }
.mobile-actions { display: none; }

@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: clamp(3.8rem, 6.8vw, 6rem); }
  .hero-copy { padding-left: 45px; }
  .hero-meta { grid-template-columns: 1fr; gap: 12px; }
  .hero-meta div { display: flex; gap: 10px; }
  .hero-inset { width: 200px; height: 250px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .transformation { grid-template-columns: 370px 1fr; gap: 45px; }
  .process { gap: 65px; }
  .quote-aside, .quote-form { padding-left: 45px; padding-right: 45px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .copyright { text-align: left; }
}

@media (max-width: 820px) {
  .nav-wrap { width: calc(100% - 36px); min-height: 78px; }
  .menu-toggle { display: grid; gap: 7px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 78px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 35px 24px; background: var(--navy-deep); transform: translateX(100%); transition: transform .25s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 1.2rem; }
  .nav-cta { margin-top: 20px; padding: 16px 18px !important; text-align: center; border: 1px solid var(--orange) !important; background: var(--orange); color: var(--navy); }
  .hero { min-height: auto; display: block; }
  .hero-copy { max-width: none; padding: 126px 28px 74px; }
  .hero h1 { font-size: clamp(3.6rem, 15vw, 6rem); }
  .hero-lede { font-size: 1.05rem; }
  .hero-meta { grid-template-columns: repeat(3, 1fr); }
  .hero-meta div { display: block; }
  .hero-visual { min-height: 540px; }
  .hero-main::after { background: linear-gradient(0deg, rgba(7,21,31,.5), transparent 45%); }
  .hero-inset { left: 28px; bottom: 30px; width: 180px; height: 220px; border-width: 5px; }
  .hero-stamp { right: 24px; bottom: 34px; width: 116px; height: 116px; }
  .section { width: calc(100% - 48px); padding: 86px 0; }
  .section-heading h2, .transformation h2, .process h2, .quote-section h2 { font-size: clamp(3rem, 10vw, 5rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .transformation { width: 100%; padding: 85px 0 0 24px; grid-template-columns: 1fr; gap: 45px; }
  .transformation-copy { padding-right: 24px; }
  .comparison-panel { min-height: 500px; }
  .projects-heading { grid-template-columns: 1fr; gap: 10px; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-wide { grid-column: span 2; }
  .process { grid-template-columns: 1fr; gap: 50px; }
  .process-intro { position: static; }
  .quote-section { grid-template-columns: 1fr; }
  .quote-aside, .quote-form { padding: 85px 28px; }
  .quote-form { padding-top: 0; }
  .site-footer { padding-bottom: 92px; }
  .mobile-actions { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--navy-deep); box-shadow: 0 -6px 24px rgba(0,0,0,.2); }
  .mobile-actions a { min-height: 58px; display: grid; place-items: center; color: white; font-family: var(--display); font-size: .8rem; font-weight: 900; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
  .mobile-actions a:last-child { background: var(--orange); color: var(--navy-deep); }
}

@media (max-width: 540px) {
  .brand-lockup { width: 196px; }
  .site-header.is-scrolled .brand-lockup { width: 182px; }
  .hero-copy { padding-left: 20px; padding-right: 20px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-meta { grid-template-columns: 1fr; gap: 11px; margin-top: 40px; }
  .hero-meta div { display: flex; align-items: baseline; gap: 9px; }
  .hero-visual { min-height: 420px; }
  .hero-inset { display: none; }
  .hero-stamp { width: 104px; height: 104px; }
  .marquee-track { justify-content: flex-start; overflow: hidden; }
  .section { width: calc(100% - 36px); padding: 72px 0; }
  .service-card { padding: 28px 24px; }
  .comparison-grid { grid-template-columns: 1fr; gap: 3px; }
  .comparison-panel { min-height: 390px; }
  .comparison-before img, .comparison-after img { object-position: center; }
  .project-grid { display: block; }
  .project { height: 290px; margin-bottom: 14px; }
  .project-tall { height: 420px; }
  .process-list li { grid-template-columns: 52px 1fr; gap: 15px; }
  .process-list > li > span { width: 42px; height: 42px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .direct-contact a { display: block; }
  .direct-contact strong { display: block; margin-top: 4px; text-align: left; }
  .site-footer { grid-template-columns: 1fr; gap: 24px; }
  .footer-links { flex-wrap: wrap; }
}

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