:root {
  --navy: #082d4e;
  --blue: #0b4f8a;
  --blue-deep: #06345f;
  --blue-pale: #e8f2f8;
  --paper: #f7fafc;
  --white: #fff;
  --accent: #c67c52;
  --muted: #617280;
  --line: #cfdee8;
  --display: "Oswald", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--navy); font-family: var(--body); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; top: -4rem; left: 1rem; background: var(--blue); color: white; padding: .7rem 1rem; z-index: 99; }
.skip-link:focus { top: 1rem; }
.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; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { height: 88px; background: rgba(255,255,255,.97); color: var(--navy); display: flex; align-items: center; padding: 0 max(24px, calc((100vw - 1180px)/2)); gap: 32px; position: absolute; z-index: 5; width: 100%; border-bottom: 1px solid #bed0dc; box-shadow: 0 5px 24px rgba(4,45,78,.08); }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark { display: grid; place-items: center; min-width: 68px; height: 42px; padding: 0 9px; background: var(--blue); color: white; font: 600 1.35rem var(--display); letter-spacing: .08em; }
.brand-name { color: var(--blue); font: 600 1.32rem var(--display); letter-spacing: .1em; line-height: 1; }
.site-header nav { display: flex; gap: 30px; font-size: .9rem; }
.site-header nav a:hover { color: var(--blue); }
.header-cta { border-left: 1px solid var(--line); padding-left: 30px; font-weight: 700; font-size: .9rem; color: var(--blue); }
.header-cta span { margin-left: 8px; }
.menu-toggle { display: none; background: none; border: 0; color: var(--navy); }
.hero { min-height: 760px; height: 92vh; position: relative; background: var(--navy); color: white; overflow: hidden; }
.hero > img { position: absolute; left: 42%; width: 58%; height: 100%; object-fit: contain; object-position: right center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,36,64,.96) 0%, rgba(4,48,84,.78) 37%, rgba(5,56,95,.14) 78%), linear-gradient(0deg, rgba(3,31,54,.45), transparent 50%); }
.hero-content { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: auto; padding-top: 205px; }
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: .18em; font-weight: 700; font-size: .72rem; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #deebf2; }
.eyebrow span { width: 28px; height: 3px; background: white; }
h1, h2 { font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: -.025em; line-height: .95; margin: .55rem 0 1.4rem; }
h1 { font-size: clamp(4rem, 7.7vw, 7rem); max-width: 820px; }
h1 em { font-style: normal; color: #b9dbef; }
.hero-copy { font-size: 1.15rem; max-width: 590px; color: #e5edf2; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 0 24px; font-weight: 700; border: 0; font-family: var(--body); font-size: .92rem; cursor: pointer; }
.button.primary { background: var(--blue); color: white; }
.hero .button.primary { background: white; color: var(--blue); }
.button.primary:hover { background: var(--blue-deep); color: white; }
.hero .button.primary:hover { background: var(--blue-pale); color: var(--blue-deep); }
.button.text { border-bottom: 1px solid #b9cedb; padding-inline: 0; min-height: 42px; }
.hero-detail { position: absolute; right: max(24px, calc((100vw - 1180px)/2)); bottom: 44px; z-index: 2; display: flex; gap: 16px; align-items: center; }
.hero-detail span { font: 600 2.2rem var(--display); color: #b9dbef; }
.hero-detail p { font-size: .75rem; line-height: 1.4; text-transform: uppercase; letter-spacing: .14em; color: #e3edf2; }
.intro { padding: 120px 0 66px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.section-label { color: var(--blue); margin: 0 0 22px; }
.section-label::before { content: ""; display: inline-block; width: 18px; height: 3px; margin-right: 9px; vertical-align: middle; background: var(--accent); }
.intro h2, .quote h2, .approach h2 { font-size: clamp(3rem, 5vw, 5rem); margin: 0; }
.intro h2 span { color: #7992a4; }
.intro-copy { font-size: 1.12rem; color: var(--muted); max-width: 440px; margin-bottom: 6px; }
.services { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin-bottom: 120px; background: white; }
.service-card { padding: 29px; min-height: 420px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(8,45,78,.11); }
.service-card.featured { background: var(--blue); color: white; border-color: var(--blue); }
.service-number { font: 500 1rem var(--display); color: #7891a4; }
.featured .service-number { color: #bad6e8; }
.service-icon { font-size: 2rem; color: var(--blue); margin: 58px 0 22px; }
.featured .service-icon { color: white; }
.service-card h3 { font: 600 1.55rem var(--display); text-transform: uppercase; margin: 0 0 14px; }
.service-card p { color: var(--muted); }
.service-card.featured p { color: #d7e6ef; }
.service-card ul { padding: 20px 0 0; margin: auto 0 0; list-style: none; border-top: 1px solid var(--line); }
.service-card.featured ul { border-color: rgba(255,255,255,.25); }
.service-card li { font-size: .82rem; padding: 4px 0; }
.service-card li::before { content: "—"; color: var(--accent); margin-right: 8px; }
.service-card.featured li::before { color: #d9ecf7; }
.project-section { padding: 10px 0 120px; }
.project-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; margin-bottom: 50px; }
.project-heading h2 { font-size: clamp(3rem, 5vw, 5rem); margin: 0; }
.project-heading h2 span { color: #7992a4; }
.project-heading > p { max-width: 440px; margin: 0 0 7px; color: var(--muted); font-size: 1.08rem; }
.project-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 360px 320px; gap: 16px; }
.project-card { position: relative; margin: 0; overflow: hidden; background: var(--navy); color: white; }
.project-card--wide { grid-row: 1 / 3; }
.project-card--landscape { grid-column: 2 / 4; }
.project-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.project-card--wide img { object-position: center 36%; }
.project-card:nth-child(2) img { object-position: center 24%; }
.project-card:nth-child(3) img { object-position: center 28%; }
.project-card--landscape img { object-position: center 42%; }
.project-card:hover img { transform: scale(1.025); }
.project-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(3,31,54,.86)); pointer-events: none; }
.project-card figcaption { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 20px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.project-card figcaption strong { font: 600 1.25rem var(--display); text-transform: uppercase; letter-spacing: .02em; }
.project-card figcaption span { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: #d5e4ed; text-align: right; }
.reviews { background: var(--blue); color: white; padding: 110px 0; }
.review-summary { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; margin-bottom: 54px; }
.review-summary h2 { font-size: clamp(3rem, 5vw, 5rem); margin: 0; }
.review-summary h2 span { color: #b9dbef; }
.rating-block { display: flex; align-items: center; justify-content: flex-end; gap: 26px; padding-bottom: 6px; }
.rating-block > strong { font: 600 clamp(4rem, 6vw, 6.2rem)/.9 var(--display); letter-spacing: -.04em; }
.rating-block > strong small { font-size: .35em; color: #cfe3ef; letter-spacing: 0; }
.rating-block .stars, .review-stars { color: #fff; letter-spacing: .14em; }
.rating-block p { margin: 7px 0 0; color: #d2e4ee; font-size: .9rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { min-height: 320px; background: white; color: var(--navy); padding: 32px; display: flex; flex-direction: column; }
.review-stars { color: var(--accent); font-size: .9rem; }
.review-card blockquote { margin: 28px 0 34px; font-size: 1.1rem; line-height: 1.65; font-weight: 500; }
.review-author { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.review-author strong, .review-author span { display: block; }
.review-author strong { font: 600 1.1rem var(--display); text-transform: uppercase; }
.review-author span { color: var(--muted); font-size: .78rem; margin-top: 4px; }
.review-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; }
.review-footer p { margin: 0; color: #c7deeb; font-size: .75rem; }
.review-footer a { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.55); font-weight: 700; font-size: .82rem; }
.review-footer a:hover { border-color: white; }
.approach { background: var(--navy); color: white; padding: 115px 0; }
.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; }
.section-label.light { color: #badbef; }
.approach h2 span { color: #83a4ba; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 27px 0; border-top: 1px solid rgba(255,255,255,.2); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.steps > li > span { font: 500 1.1rem var(--display); color: #b9dbef; }
.steps h3 { font: 500 1.45rem var(--display); text-transform: uppercase; margin: 0 0 5px; }
.steps p { margin: 0; color: #bbcad4; max-width: 520px; }
.quote { padding: 120px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.quote-copy > p:not(.section-label) { color: var(--muted); max-width: 410px; }
.service-area { border-left: 4px solid var(--accent); padding-left: 16px; margin-top: 38px; }
.service-area span, .service-area small { display: block; }
.service-area span { font-weight: 700; }
.service-area small { color: var(--muted); }
.contact-list { display: grid; gap: 12px; margin-top: 34px; }
.contact-list a { display: block; padding: 14px 16px; background: white; border-left: 3px solid var(--blue); overflow-wrap: anywhere; }
.contact-list a:hover { background: var(--blue-pale); }
.contact-list span, .contact-list strong { display: block; }
.contact-list span { color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-list strong { color: var(--blue); font-size: .93rem; margin-top: 2px; }
.quote-form { background: white; padding: 40px; box-shadow: 0 16px 50px rgba(8,45,78,.09); border-top: 4px solid var(--blue); }
.quote-form label { display: block; font-size: .79rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; margin-bottom: 20px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; border: 0; border-bottom: 1px solid #b8cbd8; background: #f1f7fa; padding: 14px 12px; margin-top: 8px; font: 400 1rem var(--body); border-radius: 0; color: var(--navy); }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { outline: 2px solid var(--blue); outline-offset: 1px; }
.form-button { width: 100%; margin-top: 4px; }
.form-note { font-size: .76rem; color: var(--muted); margin: 12px 0 0; }
.form-note.success { color: var(--blue-deep); font-weight: 700; }
footer { background: #051e33; color: white; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 45px; }
.footer-brand .brand-name { color: white; }
.footer-grid > p { font-size: .82rem; color: #adc1ce; }
.footer-grid > p:last-child { text-align: right; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; font-size: .75rem; color: #92aab9; }
.menu-open { overflow: hidden; }
@media (max-width: 1000px) { .services { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 800px) {
  .site-header { height: 74px; }
  .site-header nav { display: none; position: absolute; top: 74px; left: 0; right: 0; background: white; padding: 28px 24px; flex-direction: column; border-top: 1px solid var(--line); }
  .site-header nav.open { display: flex; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; gap: 5px; padding: 10px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--blue); }
  .hero { min-height: 680px; }
  .hero > img { left: 0; width: 100%; object-fit: cover; object-position: center 38%; }
  .hero-content { padding-top: 170px; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,36,64,.94), rgba(4,48,84,.38)), linear-gradient(0deg, rgba(3,31,54,.65), transparent 60%); }
  .intro, .approach-grid, .quote { grid-template-columns: 1fr; gap: 38px; }
  .project-heading { grid-template-columns: 1fr; gap: 28px; }
  .review-summary { grid-template-columns: 1fr; gap: 34px; }
  .rating-block { justify-content: flex-start; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 260px; }
  .review-footer { align-items: flex-start; flex-direction: column; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 300px 300px; }
  .project-card--wide { grid-column: 1 / 3; grid-row: auto; }
  .project-card--landscape { grid-column: 1 / 3; }
  .intro { padding-top: 82px; }
  .approach, .quote { padding-block: 82px; }
  .field-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-grid > p:last-child { text-align: left; }
}
@media (max-width: 600px) {
  .services { grid-template-columns: 1fr; }
  .service-card { min-height: 350px; }
  .project-section { padding-bottom: 82px; }
  .reviews { padding: 82px 0; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 370px); gap: 12px; }
  .project-card--wide, .project-card--landscape { grid-column: auto; grid-row: auto; }
  .project-card figcaption { align-items: flex-start; flex-direction: column; gap: 2px; }
  .project-card figcaption span { text-align: left; }
}
@media (max-width: 520px) {
  .shell, .hero-content { width: min(100% - 32px, 1180px); }
  .brand-mark { min-width: 58px; height: 38px; font-size: 1.12rem; }
  .brand-name { font-size: 1.08rem; }
  h1 { font-size: 3.65rem; }
  .hero { min-height: 660px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-detail { display: none; }
  .service-card, .quote-form { padding: 26px; }
  .intro h2, .quote h2, .approach h2 { font-size: 2.9rem; }
}
