:root {
  --ink: #101b2b;
  --navy: #12243a;
  --navy-2: #19304b;
  --paper: #f4f1ea;
  --white: #ffffff;
  --muted: #68717c;
  --line: #d8d5ce;
  --orange: #e85b35;
  --orange-dark: #c94323;
}

* { 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; }
img { display: block; max-width: 100%; }
svg { width: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.section { padding: 112px 0; }
.eyebrow { margin: 0 0 22px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 2px; margin: 0 13px 3px 0; background: currentColor; }
.eyebrow.light { color: #ff805f; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; }
h2 { margin-bottom: 24px; font-size: clamp(38px, 4.2vw, 66px); line-height: .98; letter-spacing: -.045em; }
p { line-height: 1.7; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(32px, calc((100vw - 1240px) / 2)); background: rgba(244, 241, 234, .96); border-bottom: 1px solid rgba(16, 27, 43, .12); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 16px; }
.brand-logo { width: 82px; height: 62px; flex: 0 0 auto; object-fit: contain; }
.brand-logo.footer-logo { width: 76px; height: 58px; }
.brand-mark { position: relative; width: 52px; height: 52px; display: grid; place-items: center; background: var(--navy); color: white; overflow: hidden; }
.brand-mark::after { content: ""; position: absolute; width: 46px; height: 8px; right: -15px; bottom: 5px; background: var(--orange); transform: rotate(-42deg); }
.brand-mark b, .brand-mark i { position: absolute; z-index: 1; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: -.15em; }
.brand-mark b { left: 9px; top: 9px; }
.brand-mark i { right: 10px; bottom: 8px; }
.brand-mark.small { width: 43px; height: 43px; }
.brand-mark.small b, .brand-mark.small i { font-size: 20px; }
.brand-copy { position: relative; display: grid; padding-left: 19px; line-height: 1; }
.brand-copy::before, .brand-copy::after { content: ""; position: absolute; left: 0; width: 5px; }
.brand-copy::before { top: 0; height: calc(54% - 2px); background: var(--orange); }
.brand-copy::after { bottom: 0; height: calc(46% - 2px); background: #253d91; }
.brand-copy strong { color: var(--orange); font-size: 27px; font-weight: 900; letter-spacing: .055em; white-space: nowrap; }
.brand-copy small { margin-top: 9px; color: #253d91; font-size: 11px; font-weight: 900; letter-spacing: .14em; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 30px; color: #2d3a49; font-size: 13px; font-weight: 700; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 8px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--orange); transition: width .25s ease; }
.main-nav > a:not(.nav-cta):hover::after { width: 100%; }
.main-nav > a.active:not(.nav-cta) { color: var(--orange-dark); }
.main-nav > a.active:not(.nav-cta)::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: var(--navy); color: white; }
.nav-toggle, .nav-button { display: none; }
.site-header.is-scrolled { box-shadow: 0 12px 38px rgba(16, 27, 43, .1); }

.hero { position: relative; min-height: 820px; padding-top: 92px; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: white; }
.hero-image { position: absolute; inset: 92px 0 0 32%; width: 68%; height: calc(100% - 92px); object-fit: cover; object-position: 58% center; }
.hero-overlay { position: absolute; inset: 92px 45% 0 0; background: var(--navy); }
.hero-grid { position: absolute; inset: 92px 45% 0 0; opacity: .11; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath d='M0 .5h72M.5 0v72' fill='none' stroke='%23ffffff' stroke-opacity='.5'/%3E%3C/svg%3E"); }
.hero-content { position: relative; z-index: 2; padding: 80px 0 170px; }
.hero h1 { max-width: 760px; margin: 0 0 30px; color: white; font-size: clamp(60px, 7.2vw, 104px); line-height: .87; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 span { color: #ff6b46; }
.hero-lead { max-width: 590px; margin-bottom: 34px; color: #dbe2e8; font-size: 19px; line-height: 1.55; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 23px; border: 1px solid transparent; font-size: 13px; font-weight: 800; letter-spacing: .03em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--orange); color: white; }
.button.primary:hover { background: var(--orange-dark); }
.button.ghost { border-color: rgba(255,255,255,.55); color: white; }
.button.ghost:hover { background: white; color: var(--navy); }
.hero-proof { position: absolute; z-index: 3; left: 50%; bottom: 0; transform: translateX(-50%); display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(244, 241, 234, .96); color: var(--ink); }
.hero-proof > div { min-height: 118px; padding: 25px 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.hero-proof > div:last-child { border: 0; }
.hero-proof strong { color: var(--orange); font-size: 34px; letter-spacing: -.04em; }
.hero-proof span { margin-top: 5px; color: #58616d; font-size: 12px; font-weight: 700; }

.intro { background: var(--paper); }
.intro-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10%; align-items: start; }
.intro h2 { max-width: 710px; }
.intro-copy { padding-top: 34px; color: #4f5965; font-size: 17px; }
.intro-copy p { margin-bottom: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 10px; color: var(--orange-dark); font-size: 13px; font-weight: 800; }

.capabilities { background: var(--navy); color: white; }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10%; align-items: end; margin-bottom: 56px; }
.split-heading h2 { max-width: 760px; margin-bottom: 0; }
.split-heading > p { max-width: 470px; margin: 0 0 4px; color: #c2cbd4; font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.service-card { position: relative; min-height: 460px; padding: 42px 38px; border-right: 1px solid rgba(255,255,255,.18); transition: background .25s ease; }
.service-card:last-child { border: 0; }
.service-card:hover { background: var(--navy-2); }
.service-number { display: block; margin-bottom: 76px; color: #ff7a58; font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.service-card h3 { margin-bottom: 18px; font-size: 30px; }
.service-card > p { min-height: 78px; color: #bfc9d4; }
.service-card ul { list-style: none; margin: 28px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.13); }
.service-card li { display: flex; align-items: center; gap: 11px; margin: 12px 0; color: #edf0f3; font-size: 13px; }
.service-card li svg { color: #ff7a58; }
.scope-strip { display: grid; grid-template-columns: 180px 1fr; gap: 30px; padding-top: 32px; }
.scope-strip span { color: #ff7a58; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.scope-strip p { margin: 0; color: #aeb9c5; font-size: 13px; }

.approach { background: white; }
.approach-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 8%; align-items: center; }
.approach-visual { position: relative; min-height: 630px; }
.approach-visual > img { width: 100%; height: 630px; object-fit: cover; }
.approach-badge { position: absolute; right: -34px; bottom: 38px; width: 210px; height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 28px; background: var(--orange); color: white; }
.approach-badge strong { font-size: 26px; }
.approach-badge span { margin-top: 8px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.approach-copy > p:not(.eyebrow) { color: #5b6671; font-size: 17px; }
.process-list { list-style: none; margin: 38px 0 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.process-list b { color: var(--orange); font-size: 11px; letter-spacing: .12em; }
.process-list div { display: grid; grid-template-columns: 120px 1fr; gap: 18px; }
.process-list strong { font-size: 15px; }
.process-list span { color: #6b747e; font-size: 13px; line-height: 1.5; }

.projects { background: var(--paper); }
.projects .split-heading > p { color: #626c77; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.project-card { background: white; border: 1px solid var(--line); }
.project-image-wrap { height: 300px; overflow: hidden; background: #d9dde0; }
.project-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover .project-image-wrap img { transform: scale(1.035); }
.project-details { padding: 28px; }
.project-details > span { color: var(--orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.project-details h3 { margin: 15px 0 8px; font-size: 25px; line-height: 1.1; }
.project-details p { margin-bottom: 16px; color: #69727c; font-size: 13px; }
.project-details small { padding-top: 14px; display: block; border-top: 1px solid #ebe8e2; color: #3c4652; font-weight: 700; }
.project-note { margin-top: 30px; display: flex; align-items: center; justify-content: space-between; padding: 27px 30px; background: var(--navy); color: white; }
.project-note strong { font-size: 16px; }
.project-note a { display: flex; align-items: center; gap: 13px; color: #ff7d5b; font-size: 13px; font-weight: 800; }

.heritage { background: var(--navy); color: white; overflow: hidden; }
.heritage-heading { max-width: 900px; margin-bottom: 60px; }
.heritage-heading > p:last-child { max-width: 760px; color: #bdc7d1; font-size: 17px; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.timeline::before { content: ""; position: absolute; top: 330px; left: 0; right: 0; height: 1px; background: rgba(255,255,255,.2); }
.timeline article { position: relative; }
.timeline-image { height: 290px; margin-bottom: 35px; overflow: hidden; background: #273a51; }
.timeline-image img { width: 100%; height: 100%; object-fit: cover; }
.timeline article > span { display: inline-block; position: relative; color: #ff7654; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.timeline article > span::before { content: ""; position: absolute; top: -42px; left: 0; width: 13px; height: 13px; background: var(--orange); border: 4px solid var(--navy); outline: 1px solid rgba(255,255,255,.5); }
.timeline h3 { margin: 14px 0 10px; font-size: 25px; }
.timeline p { color: #aebbc7; font-size: 14px; }

.leadership { background: white; }
.leadership-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8%; align-items: center; }
.leadership-copy > p:not(.eyebrow) { color: #626c76; font-size: 17px; }
.leadership-copy blockquote { margin: 34px 0 0; padding: 24px 0 0 24px; border-top: 1px solid var(--line); border-left: 4px solid var(--orange); color: var(--navy); font-family: Georgia, serif; font-size: 21px; font-style: italic; line-height: 1.5; }
.people-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.people-grid article { position: relative; overflow: hidden; background: var(--paper); }
.people-grid img { width: 100%; height: 500px; object-fit: cover; object-position: center 22%; filter: saturate(.75); }
.people-grid article > div { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 18px; display: flex; flex-direction: column; background: rgba(16,27,43,.93); color: white; }
.people-grid strong { font-size: 16px; }
.people-grid span { margin-top: 5px; color: #ff8a6d; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.commitment { padding: 0; background: var(--orange); color: white; }
.commitment-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.commitment-grid > div { min-height: 250px; padding: 44px 40px; border-right: 1px solid rgba(255,255,255,.3); }
.commitment-grid > div:last-child { border: 0; }
.commitment span { font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.commitment h3 { margin: 45px 0 9px; font-size: 24px; }
.commitment p { margin: 0; color: #fff4ef; font-size: 13px; }

.contact { background: #0b1626; color: white; }
.contact-panel { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8%; align-items: center; }
.contact-copy h2 { max-width: 780px; }
.contact-copy > p:not(.eyebrow) { max-width: 690px; color: #bac4ce; font-size: 17px; }
.contact-actions { margin-top: 34px; }
.contact address { padding: 38px; border: 1px solid rgba(255,255,255,.22); color: #c4ccd5; font-size: 14px; font-style: normal; line-height: 1.8; }
.contact address > span { display: block; margin-bottom: 24px; color: #ff7b59; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.contact address strong { display: block; margin-bottom: 11px; color: white; }
.contact address a { margin-top: 25px; display: flex; align-items: center; gap: 12px; color: white; font-size: 12px; font-weight: 800; }

.site-footer { padding: 62px 0 26px; background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .9fr; gap: 8%; padding-bottom: 46px; }
.footer-about > p { max-width: 440px; margin: 22px 0 0; color: #68717c; font-size: 13px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand .brand-copy { padding-left: 17px; }
.footer-brand .brand-copy strong { color: var(--orange); font-size: 22px; letter-spacing: .055em; }
.footer-brand .brand-copy small { margin-top: 7px; color: #253d91; font-size: 9px; letter-spacing: .14em; }
.footer-nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; color: #68717c; font-size: 12px; line-height: 1.6; }
.footer-nav > strong, .footer-contact > strong { margin-bottom: 8px; color: var(--navy); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--orange-dark); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: #77808a; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.floating-contact { position: fixed; z-index: 45; right: 24px; bottom: 24px; min-width: 148px; padding: 13px 18px; display: flex; flex-direction: column; background: #25d366; color: #072a15; box-shadow: 0 12px 35px rgba(0,0,0,.22); }
.floating-contact span { font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.floating-contact b { margin-top: 3px; font-size: 14px; }

/* Internal pages */
.page-hero { position: relative; min-height: 600px; padding-top: 92px; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: white; }
.page-hero-image { position: absolute; inset: 92px 0 0 48%; width: 52%; height: calc(100% - 92px); object-fit: cover; }
.page-hero-shade { position: absolute; inset: 92px 40% 0 0; background: var(--navy); }
.page-hero-content { position: relative; z-index: 2; padding: 96px 0 90px; }
.breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 32px; color: #9eb0c0; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumb a { color: #ff8263; }
.page-hero h1 { max-width: 780px; margin: 0 0 25px; font-size: clamp(55px, 6vw, 88px); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.page-hero h1 span { color: #ff7654; }
.page-hero-content > p { max-width: 670px; margin: 0; color: #cbd4dc; font-size: 18px; line-height: 1.65; }
.page-lead { background: white; }
.page-lead-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9%; align-items: start; }
.page-lead h2 { font-size: clamp(38px, 4.7vw, 70px); }
.page-lead-copy { padding-top: 16px; color: #59636e; font-size: 17px; }
.page-lead-copy p { margin-bottom: 22px; }
.fact-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; border: 1px solid var(--line); }
.fact-strip div { min-height: 140px; padding: 28px; border-right: 1px solid var(--line); }
.fact-strip div:last-child { border: 0; }
.fact-strip strong { display: block; color: var(--orange); font-size: 32px; }
.fact-strip span { display: block; margin-top: 8px; color: #69737d; font-size: 12px; line-height: 1.5; }
.story-feature { background: var(--paper); }
.story-feature-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8%; align-items: center; }
.story-feature-media { position: relative; }
.story-feature-media > img { width: 100%; height: 620px; object-fit: cover; }
.story-feature-media .inset-photo { position: absolute; right: -38px; bottom: -38px; width: 42%; height: 230px; border: 12px solid var(--paper); object-fit: cover; }
.story-feature-copy > p:not(.eyebrow) { color: #5f6974; font-size: 16px; }
.principles { background: var(--navy); color: white; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.principle-card { min-height: 330px; padding: 38px; border-right: 1px solid rgba(255,255,255,.18); }
.principle-card:last-child { border: 0; }
.principle-card > span { color: #ff7e5e; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.principle-card h3 { margin: 75px 0 15px; font-size: 28px; }
.principle-card p { color: #b7c2cc; font-size: 14px; }
.mission-panel { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 48px; border: 1px solid rgba(255,255,255,.2); }
.mission-panel > div { padding: 34px; }
.mission-panel > div:first-child { border-right: 1px solid rgba(255,255,255,.2); }
.mission-panel strong { color: #ff7e5e; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.mission-panel p { margin: 15px 0 0; color: #edf1f4; font-size: 17px; }

.capability-overview { background: white; }
.capability-stack { display: grid; gap: 22px; }
.capability-block { display: grid; grid-template-columns: 120px .75fr 1.25fr; gap: 36px; align-items: start; padding: 44px 0; border-top: 1px solid var(--line); }
.capability-block:last-child { border-bottom: 1px solid var(--line); }
.capability-block > span { color: var(--orange); font-size: 13px; font-weight: 800; letter-spacing: .15em; }
.capability-block h2 { margin: 0; font-size: 35px; }
.capability-block-copy > p { color: #5e6873; }
.scope-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px 28px; margin-top: 22px; }
.scope-columns span { position: relative; padding: 9px 0 9px 19px; color: #273647; font-size: 13px; border-bottom: 1px solid #ebe8e2; }
.scope-columns span::before { content: ""; position: absolute; left: 0; top: 15px; width: 7px; height: 7px; background: var(--orange); }
.delivery-system { background: var(--paper); }
.delivery-steps { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 50px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.delivery-steps > div { min-height: 230px; padding: 28px 24px; border-right: 1px solid var(--line); }
.delivery-steps > div:last-child { border: 0; }
.delivery-steps b { color: var(--orange); font-size: 11px; letter-spacing: .14em; }
.delivery-steps h3 { margin: 65px 0 8px; font-size: 21px; }
.delivery-steps p { margin: 0; color: #68727d; font-size: 12px; }
.service-gallery { background: var(--navy); color: white; }
.service-photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-photo-grid figure { margin: 0; background: var(--navy-2); }
.service-photo-grid img { width: 100%; height: 220px; object-fit: cover; }
.service-photo-grid figcaption { padding: 16px; color: #d8e0e6; font-size: 12px; }

.project-catalogue { background: var(--paper); }
.project-toolbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 38px; }
.filter-button { padding: 12px 18px; border: 1px solid var(--line); background: transparent; color: #3c4855; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.filter-button.active, .filter-button:hover { border-color: var(--navy); background: var(--navy); color: white; }
.project-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.project-entry { display: grid; grid-template-columns: 44% 56%; min-height: 285px; background: white; border: 1px solid var(--line); }
.project-entry[hidden] { display: none; }
.project-entry > img { width: 100%; height: 100%; min-height: 285px; object-fit: cover; }
.project-entry-content { display: flex; flex-direction: column; padding: 27px; }
.project-entry-content > span { color: var(--orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-entry h2 { margin: 17px 0 12px; font-size: 24px; line-height: 1.08; letter-spacing: -.025em; }
.project-entry p { margin: 0; color: #68727d; font-size: 12px; line-height: 1.6; }
.project-entry small { margin-top: auto; padding-top: 18px; color: #2d3b49; font-size: 11px; font-weight: 800; }
.project-standards { background: white; }
.standards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: center; }
.standards-grid img { width: 100%; height: 540px; object-fit: cover; }
.standards-list { list-style: none; margin: 32px 0 0; padding: 0; }
.standards-list li { padding: 17px 0; border-bottom: 1px solid var(--line); color: #4f5a65; font-size: 14px; }
.standards-list li strong { display: inline-block; width: 135px; color: var(--navy); }

.heritage-page { background: var(--paper); }
.legacy-opening { display: grid; grid-template-columns: 1fr 1fr; gap: 7%; align-items: center; }
.legacy-signboard { padding: 26px; background: #cbaa62; border: 10px solid #d8bd7e; box-shadow: inset 0 0 0 4px #8f6c31; }
.legacy-signboard img { width: 100%; height: 480px; object-fit: contain; background: #c3251d; }
.legacy-copy > p:not(.eyebrow) { color: #5d6771; font-size: 16px; }
.history-track { margin-top: 80px; }
.history-row { display: grid; grid-template-columns: 130px 1fr 1.2fr; gap: 42px; padding: 42px 0; border-top: 1px solid var(--line); }
.history-row:last-child { border-bottom: 1px solid var(--line); }
.history-year { color: var(--orange); font-size: 28px; font-weight: 800; }
.history-row h3 { margin: 0; font-size: 27px; }
.history-row p { margin: 0; color: #65707a; font-size: 14px; }
.group-connection { background: var(--navy); color: white; }
.group-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8%; align-items: center; }
.group-grid > img { width: 100%; height: 540px; object-fit: cover; }
.group-grid p { color: #bdc8d1; }
.group-note { margin-top: 30px; padding: 24px; border-left: 4px solid var(--orange); background: var(--navy-2); }
.group-note strong { display: block; margin-bottom: 8px; color: white; }

.contact-page { background: white; }
.contact-page-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8%; align-items: start; }
.contact-details h2 { font-size: 46px; }
.contact-details > p { color: #616c77; }
.contact-detail-card { margin-top: 34px; padding: 28px; background: var(--paper); }
.contact-detail-card > div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-detail-card > div:last-child { border: 0; }
.contact-detail-card span { display: block; margin-bottom: 7px; color: var(--orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-detail-card strong, .contact-detail-card a { color: var(--navy); font-size: 14px; line-height: 1.7; }
.enquiry-card { padding: 42px; background: var(--navy); color: white; }
.enquiry-card h2 { font-size: 40px; }
.enquiry-card > p { color: #bfc9d2; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 30px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #dce3e8; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 15px; border: 1px solid #536377; border-radius: 0; outline: none; background: #182c45; color: white; font: inherit; font-size: 14px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #ff7e5c; }
.field textarea { min-height: 120px; resize: vertical; }
.form-note { margin: 16px 0 0; color: #9eacb8; font-size: 11px; }
.map-panel { height: 480px; background: var(--paper); }
.map-panel iframe { width: 100%; height: 100%; border: 0; }
.page-cta { background: var(--orange); color: white; }
.page-cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.page-cta h2 { max-width: 760px; margin: 0; font-size: clamp(36px, 4vw, 60px); }
.page-cta .button { flex: 0 0 auto; background: var(--navy); }

@media (max-width: 1080px) {
  .site-header { padding: 0 28px; }
  .nav-button { z-index: 2; width: 43px; height: 43px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; background: var(--navy); cursor: pointer; }
  .nav-button span { width: 20px; height: 2px; background: white; transition: transform .2s ease; }
  .main-nav { position: fixed; left: 28px; right: 28px; top: 100px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 22px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(0,0,0,.16); }
  .main-nav > a:not(.nav-cta) { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 14px; justify-content: space-between; }
  .nav-toggle:checked ~ .main-nav { display: flex; }
  .nav-toggle:checked + .nav-button span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .nav-toggle:checked + .nav-button span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .hero-image { left: 22%; width: 78%; }
  .hero-overlay { right: 38%; }
  .service-card { padding: 36px 27px; }
  .approach-layout, .leadership-layout { gap: 5%; }
  .people-grid img { height: 430px; }
  .main-nav { gap: 17px; }
  .page-hero-image { left: 42%; width: 58%; }
  .page-hero-shade { right: 34%; }
  .project-entry { grid-template-columns: 40% 60%; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 36px, 680px); }
  .section { padding: 80px 0; }
  .site-header { height: 78px; padding: 0 18px; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-logo { width: 62px; height: 48px; }
  .brand-mark b, .brand-mark i { font-size: 20px; }
  .brand-copy { padding-left: 14px; }
  .brand-copy::before, .brand-copy::after { width: 4px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { margin-top: 6px; font-size: 7px; letter-spacing: .11em; }
  .nav-button { z-index: 2; width: 43px; height: 43px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; background: var(--navy); cursor: pointer; }
  .nav-button span { width: 20px; height: 2px; background: white; transition: transform .2s ease; }
  .main-nav { position: fixed; left: 18px; right: 18px; top: 86px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 22px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(0,0,0,.16); }
  .main-nav > a:not(.nav-cta) { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 14px; justify-content: space-between; }
  .nav-toggle:checked ~ .main-nav { display: flex; }
  .nav-toggle:checked + .nav-button span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .nav-toggle:checked + .nav-button span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .hero { min-height: 900px; padding-top: 78px; align-items: flex-start; }
  .hero-image { inset: 78px 0 auto 0; width: 100%; height: 46%; object-position: center center; opacity: .58; }
  .hero-overlay { inset: 78px 0 auto; height: 46%; background: rgba(18,36,58,.58); }
  .hero-grid { inset: 78px 0 0; }
  .hero-content { padding: 95px 0 290px; }
  .hero h1 { font-size: clamp(50px, 14vw, 76px); }
  .hero-lead { font-size: 17px; }
  .hero-proof { grid-template-columns: repeat(2, 1fr); }
  .hero-proof > div { min-height: 102px; padding: 20px; border-bottom: 1px solid var(--line); }
  .intro-layout, .split-heading, .approach-layout, .leadership-layout, .contact-panel { grid-template-columns: 1fr; gap: 42px; }
  .intro-copy { padding-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .service-number { margin-bottom: 36px; }
  .service-card > p { min-height: auto; }
  .scope-strip { grid-template-columns: 1fr; gap: 12px; }
  .approach-visual, .approach-visual > img { min-height: 440px; height: 440px; }
  .approach-badge { right: 18px; }
  .project-grid, .timeline { grid-template-columns: 1fr; }
  .project-note { align-items: flex-start; flex-direction: column; gap: 20px; }
  .timeline { gap: 56px; }
  .timeline::before { display: none; }
  .timeline-image { height: 330px; }
  .timeline article > span::before { display: none; }
  .people-grid img { height: 420px; }
  .commitment-grid { grid-template-columns: 1fr; }
  .commitment-grid > div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
  .contact-panel { align-items: stretch; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .page-hero { min-height: 620px; padding-top: 78px; align-items: flex-end; }
  .page-hero-image { inset: 78px 0 auto 0; width: 100%; height: 46%; opacity: .48; }
  .page-hero-shade { inset: 78px 0 auto; height: 46%; background: rgba(18,36,58,.55); }
  .page-hero-content { padding: 210px 0 70px; }
  .page-hero h1 { font-size: clamp(48px, 12vw, 72px); }
  .page-lead-grid, .story-feature-grid, .standards-grid, .legacy-opening, .group-grid, .contact-page-grid { grid-template-columns: 1fr; gap: 46px; }
  .fact-strip { grid-template-columns: repeat(2, 1fr); }
  .fact-strip div { border-bottom: 1px solid var(--line); }
  .principle-grid, .mission-panel { grid-template-columns: 1fr; }
  .principle-card { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .principle-card h3 { margin-top: 42px; }
  .mission-panel > div:first-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .capability-block { grid-template-columns: 70px 1fr; }
  .capability-block-copy { grid-column: 2; }
  .delivery-steps { grid-template-columns: repeat(2, 1fr); }
  .delivery-steps > div { border-bottom: 1px solid var(--line); }
  .service-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .project-list-grid { grid-template-columns: 1fr; }
  .history-row { grid-template-columns: 100px 1fr; gap: 24px; }
  .history-row p { grid-column: 2; }
  .page-cta-grid { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .shell { width: calc(100% - 28px); }
  h2 { font-size: 39px; }
  .brand { gap: 10px; }
  .brand-copy { padding-left: 11px; }
  .brand-copy strong { font-size: 15px; letter-spacing: .035em; }
  .brand-copy small { font-size: 6px; letter-spacing: .08em; }
  .brand-logo { width: 52px; height: 42px; }
  .hero { min-height: 920px; }
  .hero-content { padding-top: 80px; }
  .hero h1 { font-size: 50px; }
  .hero-actions .button, .contact-actions .button { width: 100%; }
  .hero-proof > div { padding: 16px; }
  .hero-proof strong { font-size: 28px; }
  .project-image-wrap, .timeline-image { height: 245px; }
  .process-list div { grid-template-columns: 1fr; gap: 4px; }
  .people-grid { grid-template-columns: 1fr; }
  .people-grid img { height: 500px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-about { grid-column: auto; }
  .page-hero { min-height: 590px; }
  .page-hero-content { padding-top: 185px; }
  .page-hero h1 { font-size: 47px; }
  .fact-strip { grid-template-columns: 1fr; }
  .fact-strip div { min-height: auto; border-right: 0; }
  .story-feature-media > img { height: 430px; }
  .story-feature-media .inset-photo { right: 10px; bottom: -28px; width: 48%; height: 160px; }
  .capability-block { grid-template-columns: 1fr; gap: 18px; }
  .capability-block-copy { grid-column: auto; }
  .scope-columns, .delivery-steps, .service-photo-grid, .project-entry, .form-grid { grid-template-columns: 1fr; }
  .delivery-steps > div { min-height: 185px; }
  .delivery-steps h3 { margin-top: 42px; }
  .service-photo-grid img { height: 245px; }
  .project-entry > img { height: 245px; min-height: 0; }
  .project-entry-content { min-height: 245px; }
  .legacy-signboard img { height: 330px; }
  .history-row { grid-template-columns: 1fr; }
  .history-row p { grid-column: auto; }
  .group-grid > img, .standards-grid img { height: 390px; }
  .enquiry-card { padding: 28px 20px; }
  .field.full { grid-column: auto; }
  .floating-contact { right: 14px; bottom: 14px; min-width: auto; padding: 12px 15px; }
  .floating-contact span { display: none; }
}

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

/* Premium warm visual refinement */
:root {
  --ink: #14243a;
  --navy: #153252;
  --navy-2: #1c426a;
  --paper: #f5f2eb;
  --muted: #657180;
  --line: #dedbd3;
  --orange: #ef5b36;
  --orange-dark: #c84524;
}

body { background: #fbfaf7; color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; }
h1, h2, h3 { font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif; }
p { line-height: 1.75; }
.section { padding-top: 120px; padding-bottom: 120px; }
.site-header { background: rgba(255,255,255,.97); border-bottom-color: rgba(21,50,82,.1); box-shadow: 0 7px 28px rgba(19,42,69,.06); }
.main-nav { color: #35475b; }
.nav-cta, .button { border-radius: 5px; }
.nav-cta { box-shadow: 0 8px 20px rgba(21,50,82,.14); }
.button { box-shadow: 0 9px 24px rgba(21,50,82,.12); }
.button.ghost { box-shadow: none; }

.hero { background: var(--navy); }
.hero-image { filter: saturate(.9) contrast(1.03) brightness(1.03); }
.hero-overlay { background: var(--navy); }
.hero-grid { opacity: .07; }
.hero-content::before { content: ""; display: block; width: 62px; height: 5px; margin-bottom: 34px; background: var(--orange); }
.hero h1 { text-shadow: 0 4px 30px rgba(5,20,36,.18); }
.hero-proof { overflow: hidden; background: rgba(255,255,255,.97); border-radius: 8px 8px 0 0; box-shadow: 0 -18px 45px rgba(7,22,38,.14); }

.intro, .approach, .leadership, .project-standards, .page-lead, .capability-overview, .contact-page { background: #fff; }
.intro-layout, .page-lead-grid { position: relative; }
.intro-layout::before, .page-lead-grid::before { content: ""; position: absolute; left: 0; top: -36px; width: 72px; height: 4px; background: var(--orange); }

.capabilities { background: var(--paper); color: var(--ink); }
.capabilities .eyebrow.light { color: var(--orange); }
.capabilities .split-heading > p { color: var(--muted); }
.service-grid { gap: 18px; border: 0; }
.service-card { min-height: 440px; background: #fff; border: 1px solid rgba(21,50,82,.1) !important; border-radius: 7px; box-shadow: 0 18px 48px rgba(21,50,82,.07); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); background: #fff; box-shadow: 0 24px 58px rgba(21,50,82,.12); }
.service-card h3 { color: var(--navy); }
.service-card > p { color: var(--muted); }
.service-card ul { border-top-color: var(--line); }
.service-card li { color: #3d4b5b; }
.service-card li span { color: var(--orange); }
.scope-strip span { color: var(--orange-dark); }
.scope-strip p { color: var(--muted); }

.approach { background: #fff; }
.approach-visual > img, .story-feature-media > img, .standards-grid img, .group-grid > img { border-radius: 8px; box-shadow: 0 24px 65px rgba(21,50,82,.12); }
.approach-badge { border-radius: 7px; box-shadow: 0 18px 40px rgba(201,69,36,.22); }

.projects, .project-catalogue, .delivery-system, .story-feature, .heritage-page { background: #f7f4ee; }
.project-card, .project-entry { overflow: hidden; border-color: rgba(21,50,82,.1); border-radius: 7px; box-shadow: 0 15px 42px rgba(21,50,82,.07); transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover, .project-entry:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(21,50,82,.12); }
.project-image-wrap img, .project-entry > img { filter: saturate(.88) contrast(1.03); }
.project-note { border-radius: 7px; box-shadow: 0 15px 38px rgba(21,50,82,.14); }

.heritage { background: #fff; color: var(--ink); }
.heritage .eyebrow.light { color: var(--orange); }
.heritage-heading > p:last-child, .timeline p { color: var(--muted); }
.timeline::before { background: var(--line); }
.timeline-image { border-radius: 7px; box-shadow: 0 16px 40px rgba(21,50,82,.1); }
.timeline article > span::before { border-color: #fff; outline-color: rgba(21,50,82,.2); }
.leadership { background: var(--paper); }
.people-grid article { border-radius: 7px; box-shadow: 0 18px 44px rgba(21,50,82,.1); }
.people-grid article > div { border-radius: 5px; }

.commitment { background: var(--navy); }
.commitment-grid > div { border-color: rgba(255,255,255,.16); }
.commitment span { color: #ff8a69; }
.contact { background: #fff; }
.contact-panel { padding: 58px; background: var(--navy); border-radius: 9px; box-shadow: 0 28px 70px rgba(21,50,82,.16); }

.page-hero { background: var(--navy); }
.page-hero-image { filter: saturate(.85) contrast(1.04) brightness(1.04); }
.page-hero-shade { background: var(--navy); }
.page-hero-content::before { content: ""; display: block; width: 62px; height: 5px; margin-bottom: 30px; background: var(--orange); }
.fact-strip { overflow: hidden; background: #fff; border-radius: 7px; box-shadow: 0 16px 42px rgba(21,50,82,.07); }
.principles, .service-gallery, .group-connection { background: var(--navy); }
.principle-card { transition: background .2s ease; }
.principle-card:hover { background: var(--navy-2); }
.mission-panel, .group-note { border-radius: 6px; }
.capability-block { padding: 52px 26px; transition: background .2s ease; }
.capability-block:hover { background: #faf8f3; }
.filter-button { border-radius: 4px; }
.legacy-signboard { border-radius: 4px; box-shadow: 0 22px 56px rgba(81,59,20,.18); }

.site-footer { background: #f2efe8; border-top: 1px solid rgba(21,50,82,.08); }
.floating-contact { border-radius: 6px; box-shadow: 0 14px 38px rgba(9,61,29,.22); }

/* Contact and visit experience */
.contact-page { background: #fff; }
.contact-page-grid { grid-template-columns: .92fr 1.08fr; gap: 6%; }
.contact-details > p { max-width: 610px; font-size: 16px; }
.quick-contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 34px; }
.quick-contact { min-height: 175px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid var(--line); border-radius: 7px; transition: transform .2s ease, box-shadow .2s ease; }
.quick-contact:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(21,50,82,.1); }
.quick-contact.whatsapp { background: #eef8f1; border-color: #c7e6d0; }
.quick-contact.email { background: #eff3fa; border-color: #ccd8ec; }
.quick-contact > span { color: var(--orange-dark); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.quick-contact strong { color: var(--navy); font-size: 21px; }
.quick-contact small { color: #526172; font-size: 11px; font-weight: 700; line-height: 1.5; }
.contact-detail-card { margin-top: 18px; padding: 8px 28px; background: #f7f4ee; border-radius: 7px; }
.enquiry-card { padding: 48px; background: #fff; color: var(--ink); border-top: 6px solid var(--orange); border-radius: 7px; box-shadow: 0 24px 64px rgba(21,50,82,.13); }
.enquiry-card .eyebrow.light { color: var(--orange); }
.enquiry-card > p { color: var(--muted); }
.field label { color: var(--navy); }
.field input, .field select, .field textarea { border-color: #d5d9dd; background: #faf9f6; color: var(--ink); border-radius: 4px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(239,91,54,.1); }
.form-submit-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.email-submit { background: #253d91; color: #fff; }
.email-submit:hover { background: #1a2e72; }
.form-note { color: #77818d; }

.visit-section { background: #f4f1ea; }
.visit-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 46px; }
.visit-heading > div:first-child { max-width: 780px; }
.visit-heading p:last-child { max-width: 680px; color: var(--muted); }
.visit-location-code { flex: 0 0 auto; padding: 22px 27px; border-left: 5px solid var(--orange); background: #fff; box-shadow: 0 12px 32px rgba(21,50,82,.07); }
.visit-location-code strong, .visit-location-code span { display: block; }
.visit-location-code strong { color: var(--navy); font-size: 27px; }
.visit-location-code span { margin-top: 6px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: stretch; }
.visit-card, .map-shell { overflow: hidden; background: #fff; border: 1px solid rgba(21,50,82,.09); border-radius: 8px; box-shadow: 0 18px 48px rgba(21,50,82,.08); }
.visit-photo { position: relative; height: 300px; overflow: hidden; }
.visit-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.04) brightness(1.04); }
.visit-photo > span { position: absolute; left: 18px; bottom: 18px; padding: 9px 13px; border-radius: 3px; background: var(--orange); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.visit-card-body { padding: 32px; }
.visit-overline { margin-bottom: 10px; color: var(--orange-dark); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.visit-card h3 { margin: 0 0 18px; color: var(--navy); font-size: 26px; }
.visit-card h3 small { display: block; margin-top: 7px; color: var(--orange-dark); font-family: "Microsoft JhengHei", sans-serif; font-size: 14px; font-weight: 700; }
.visit-card address { color: #586575; font-size: 13px; font-style: normal; line-height: 1.7; }
.visit-hours { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 24px 0; }
.visit-hours > div { padding: 15px; background: #f7f4ee; }
.visit-hours span, .visit-hours strong { display: block; }
.visit-hours span { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.visit-hours strong { margin-top: 5px; color: var(--navy); font-size: 13px; }
.visit-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.visit-actions .button { min-height: 50px; padding: 0 16px; font-size: 11px; }
.map-button { background: var(--orange); color: #fff; }
.waze-button { border: 1px solid #253d91; background: #fff; color: #253d91; box-shadow: none; }
.visit-note { margin: 20px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.map-shell { display: grid; grid-template-rows: 1fr auto; min-height: 680px; }
.map-frame { width: 100%; height: 100%; min-height: 580px; border: 0; }
.map-caption { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 22px 25px; border-top: 1px solid var(--line); }
.map-caption strong, .map-caption span { display: block; }
.map-caption strong { color: var(--navy); font-size: 14px; }
.map-caption span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.map-caption a { color: var(--orange-dark); font-size: 11px; font-weight: 900; white-space: nowrap; }

@media (max-width: 1080px) {
  .section { padding-top: 100px; padding-bottom: 100px; }
  .contact-page-grid, .visit-grid { grid-template-columns: 1fr; }
  .map-shell { min-height: 600px; }
}

@media (max-width: 820px) {
  .section { padding-top: 82px; padding-bottom: 82px; }
  .service-grid { gap: 13px; }
  .service-card { min-height: auto; }
  .contact-panel { padding: 38px 28px; }
  .visit-heading { align-items: flex-start; flex-direction: column; }
  .visit-location-code { width: 100%; }
}

@media (max-width: 520px) {
  .quick-contact-grid, .form-submit-row, .visit-hours, .visit-actions { grid-template-columns: 1fr; }
  .quick-contact { min-height: 150px; }
  .enquiry-card { padding: 32px 20px; }
  .visit-card-body { padding: 25px 20px; }
  .visit-photo { height: 245px; }
  .map-shell { min-height: 520px; }
  .map-frame { min-height: 440px; }
  .map-caption { align-items: flex-start; flex-direction: column; }
}

/* 2026 signature redesign — warm architectural engineering */
:root {
  --ink: #183038;
  --navy: #17485a;
  --navy-2: #215f6e;
  --paper: #f1ebdf;
  --white: #ffffff;
  --muted: #647378;
  --line: #d9d2c6;
  --orange: #df633e;
  --orange-dark: #b84829;
  --sage: #dfe9e3;
  --sand: #f7f3eb;
  --brand-blue: #29498b;
}

body { background: var(--sand); color: var(--ink); }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 12px 16px; background: #fff; color: var(--navy); border: 2px solid var(--orange); font-size: 12px; font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 10px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(223,99,62,.55); outline-offset: 3px; }
.shell { width: min(1280px, calc(100% - 72px)); }
.section { padding-top: 126px; padding-bottom: 126px; }
h2 { font-size: clamp(42px, 4.6vw, 70px); line-height: .94; letter-spacing: -.05em; }
.eyebrow { color: var(--orange-dark); letter-spacing: .18em; }

.utility-bar { position: fixed; z-index: 60; top: 0; left: 0; right: 0; height: 34px; display: flex; align-items: center; background: var(--navy); color: #e6efed; }
.utility-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.utility-inner > div { display: flex; gap: 28px; }
.utility-inner a { transition: color .2s ease; }
.utility-inner a:hover { color: #ff9879; }

.site-header { top: 34px; background: rgba(250,248,243,.98); border-bottom: 1px solid rgba(24,48,56,.09); box-shadow: none; }
.site-header.is-scrolled { box-shadow: 0 14px 38px rgba(24,48,56,.09); }
.main-nav { color: #314d55; }
.main-nav > a:not(.nav-cta)::after { background: var(--orange); }
.nav-cta { background: var(--navy); box-shadow: none; }
.nav-cta:hover { background: var(--navy-2); }

.hero { min-height: 860px; padding-top: 126px; background: var(--paper); color: var(--ink); }
.hero-image { inset: 126px 0 0 48%; width: 52%; height: calc(100% - 126px); object-position: 52% center; filter: saturate(.82) contrast(1.04) brightness(1.05); }
.hero-overlay { inset: 126px 52% 0 0; background: var(--paper); }
.hero-grid { inset: 126px 52% 0 0; opacity: .035; filter: invert(1); }
.hero-content { padding: 84px 0 190px; }
.hero-content::before { background: var(--orange); }
.hero .eyebrow.light { color: var(--orange-dark); }
.hero h1 { max-width: 700px; color: var(--ink); text-shadow: none; font-size: clamp(62px, 7.1vw, 103px); }
.hero h1 span { color: var(--orange); }
.hero-lead { max-width: 560px; color: #52686e; }
.hero .button.ghost { border-color: rgba(24,48,56,.38); color: var(--ink); }
.hero .button.ghost:hover { background: var(--navy); color: #fff; }
.hero-proof { background: rgba(255,255,255,.98); border: 1px solid rgba(24,48,56,.08); border-bottom: 0; border-radius: 0; box-shadow: 0 -20px 48px rgba(24,48,56,.09); }
.hero-proof > div { border-color: #e2ddd3; }
.hero-proof strong { color: var(--orange-dark); }

.intro { background: #fff; }
.intro-layout { grid-template-columns: .86fr 1.14fr; gap: 11%; }
.intro-layout::before, .page-lead-grid::before { width: 92px; background: var(--orange); }
.intro h2 { color: var(--navy); }
.intro-copy { max-width: 650px; color: #596c71; }

.capabilities { background: var(--sage); }
.capabilities .split-heading { align-items: start; }
.capabilities .split-heading h2 { color: var(--navy); }
.service-grid { grid-template-columns: 1.15fr .925fr .925fr; gap: 14px; }
.service-card { min-height: 470px; border: 0 !important; border-top: 5px solid var(--orange) !important; border-radius: 0; box-shadow: 0 20px 48px rgba(24,48,56,.08); }
.service-card:first-child { background: var(--navy); color: #fff; }
.service-card:first-child h3 { color: #fff; }
.service-card:first-child > p, .service-card:first-child li { color: #d5e2e1; }
.service-card:first-child ul { border-top-color: rgba(255,255,255,.16); }
.service-card:hover { transform: translateY(-7px); }
.scope-strip { padding: 34px 30px; background: rgba(255,255,255,.48); }

.approach { background: var(--sand); }
.approach-layout { grid-template-columns: .95fr 1.05fr; gap: 9%; }
.approach-visual > img { border-radius: 0; box-shadow: 22px 22px 0 #cadbd3; }
.approach-badge { right: -24px; bottom: 28px; border-radius: 0; background: var(--orange); }
.approach-copy h2 { color: var(--navy); }
.process-list li { padding: 22px 0; }
.process-list b { color: var(--orange-dark); }

.projects { background: #fff; }
.project-grid { grid-template-columns: 1.25fr .875fr .875fr; gap: 18px; }
.project-card, .project-entry { border: 0; border-radius: 0; box-shadow: 0 18px 45px rgba(24,48,56,.08); }
.project-card { border-bottom: 4px solid var(--orange); }
.project-details { min-height: 170px; }
.project-details h3 { color: var(--navy); }
.project-note { border-radius: 0; background: var(--navy); }

.heritage { background: var(--sage); }
.heritage-heading h2, .timeline h3 { color: var(--navy); }
.timeline-image { border-radius: 0; box-shadow: 16px 16px 0 rgba(255,255,255,.65); }
.timeline::before { background: rgba(23,72,90,.2); }
.timeline article > span::before { border-color: var(--sage); }

.leadership { background: var(--sand); }
.leadership-copy h2 { color: var(--navy); }
.people-grid { gap: 18px; }
.people-grid article { border-radius: 0; box-shadow: none; border-bottom: 4px solid var(--orange); }
.people-grid article > div { left: 0; right: 0; bottom: 0; border-radius: 0; background: rgba(23,72,90,.95); }

.commitment { background: var(--orange); }
.commitment span { color: #3b2620; }
.commitment p { color: #fff7f3; }
.contact { background: #fff; }
.contact-panel { border-radius: 0; background: var(--navy); box-shadow: 24px 24px 0 var(--sage); }

.page-hero { min-height: 680px; padding-top: 126px; background: var(--paper); color: var(--ink); }
.page-hero-image { inset: 126px 0 0 51%; width: 49%; height: calc(100% - 126px); filter: saturate(.78) contrast(1.04) brightness(1.07); }
.page-hero-shade { inset: 126px 49% 0 0; background: var(--paper); }
.page-hero-content { padding: 96px 0 100px; }
.page-hero-content::before { background: var(--orange); }
.page-hero h1 { color: var(--ink); }
.page-hero h1 span { color: var(--orange); }
.page-hero-content > p { color: #56696e; }
.breadcrumb { color: #6b7b7e; }
.breadcrumb a { color: var(--orange-dark); }

.page-lead { background: #fff; }
.page-lead h2 { color: var(--navy); }
.fact-strip { border: 0; border-radius: 0; background: var(--sand); box-shadow: none; }
.fact-strip div { border-color: var(--line); }
.fact-strip strong { color: var(--orange-dark); }
.story-feature { background: var(--sand); }
.story-feature-media > img { border-radius: 0; box-shadow: 20px 20px 0 var(--sage); }

.principles { background: var(--navy); }
.principle-grid { gap: 1px; border: 0; background: rgba(255,255,255,.16); }
.principle-card { background: var(--navy); border: 0; }
.mission-panel { border-radius: 0; }

.capability-overview { background: #fff; }
.capability-block { grid-template-columns: 100px .72fr 1.28fr; margin-bottom: 12px; padding: 48px 34px; border: 0; background: var(--sand); }
.capability-block:nth-child(even) { background: var(--sage); }
.capability-block:last-child { border: 0; }
.capability-block h2 { color: var(--navy); }
.delivery-system { background: var(--paper); }
.delivery-steps { gap: 1px; border: 0; background: var(--line); }
.delivery-steps > div { border: 0; background: #fff; }
.service-gallery { background: var(--navy); }
.service-photo-grid { gap: 12px; }
.service-photo-grid figure { border-bottom: 3px solid var(--orange); }

.project-catalogue { background: var(--sand); }
.filter-button { border-radius: 0; }
.project-entry { border-bottom: 4px solid var(--orange); }
.project-entry-content { background: #fff; }
.project-standards { background: #fff; }
.standards-grid img { border-radius: 0; box-shadow: 20px 20px 0 var(--sage); }

.heritage-page { background: var(--sand); }
.legacy-signboard { border-radius: 0; }
.history-row { grid-template-columns: 150px .85fr 1.15fr; }
.history-year { color: var(--orange-dark); }
.history-row h3 { color: var(--navy); }
.group-connection { background: var(--navy); }
.group-grid > img { border-radius: 0; box-shadow: 20px 20px 0 rgba(223,233,227,.3); }

.contact-page { background: #fff; }
.quick-contact { border-radius: 0; border: 0; border-top: 4px solid var(--orange); }
.quick-contact.whatsapp { background: #e6f1e9; }
.quick-contact.email { background: #e7edf5; }
.contact-detail-card { border-radius: 0; background: var(--paper); }
.enquiry-card { border-radius: 0; border-top: 7px solid var(--orange); box-shadow: 20px 20px 0 var(--sage); }
.field input, .field select, .field textarea { border-radius: 0; background: #fbf9f4; }
.visit-section { background: var(--paper); }
.visit-location-code { box-shadow: none; border-left-color: var(--orange); }
.visit-card, .map-shell { border-radius: 0; border: 0; box-shadow: 0 20px 50px rgba(24,48,56,.09); }
.visit-photo > span { border-radius: 0; background: var(--orange); }
.visit-hours > div { background: var(--sage); }
.map-button { background: var(--orange); }
.waze-button { border-color: var(--navy); color: var(--navy); }
.map-caption a { color: var(--orange-dark); }

.page-cta { background: var(--orange); }
.page-cta .button { background: var(--navy); }
.site-footer { background: #e8e1d5; border-top: 0; }
.footer-brand .brand-copy::before { background: var(--orange); }
.footer-brand .brand-copy::after { background: var(--brand-blue); }
.footer-bottom { border-top-color: rgba(24,48,56,.16); }
.floating-contact { border-radius: 0; }

@media (max-width: 1080px) {
  .main-nav { top: 134px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card:first-child { grid-column: 1 / -1; }
  .project-card:first-child .project-image-wrap { height: 430px; }
  .capability-block { grid-template-columns: 90px 1fr; }
  .capability-block-copy { grid-column: 2; }
}

@media (max-width: 820px) {
  .utility-bar { display: none; }
  .site-header { top: 0; }
  .main-nav { top: 86px; }
  .hero { min-height: 920px; padding-top: 78px; background: var(--paper); }
  .hero-image { inset: 78px 0 auto 0; width: 100%; height: 43%; opacity: .35; }
  .hero-overlay { inset: 78px 0 auto; height: 43%; background: rgba(241,235,223,.76); }
  .hero-grid { inset: 78px 0 0; }
  .hero-content { padding: 92px 0 310px; }
  .hero h1 { font-size: clamp(51px, 14vw, 76px); }
  .page-hero { min-height: 640px; padding-top: 78px; }
  .page-hero-image { inset: 78px 0 auto 0; width: 100%; height: 47%; opacity: .35; }
  .page-hero-shade { inset: 78px 0 auto; height: 47%; background: rgba(241,235,223,.76); }
  .page-hero-content { padding: 225px 0 75px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card:first-child { grid-column: auto; }
  .project-card:first-child .project-image-wrap { height: 330px; }
  .capability-block { grid-template-columns: 70px 1fr; }
  .contact-panel { box-shadow: 12px 12px 0 var(--sage); }
  .enquiry-card { box-shadow: 12px 12px 0 var(--sage); }
}

@media (max-width: 520px) {
  .shell { width: calc(100% - 30px); }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .hero h1 { font-size: 49px; }
  .hero-proof { border-radius: 0; }
  .project-card:first-child .project-image-wrap { height: 245px; }
  .capability-block { grid-template-columns: 1fr; padding: 32px 22px; }
  .capability-block-copy { grid-column: auto; }
  .history-row { grid-template-columns: 1fr; }
}

/* Project and service photo archives */
.archive-gallery-section {
  background: #f2ede4;
}

.gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8%;
  align-items: end;
  margin-bottom: 50px;
}

.gallery-heading > div {
  max-width: 790px;
}

.gallery-heading h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(38px, 4vw, 60px);
  line-height: .98;
  letter-spacing: -.045em;
}

.gallery-heading > div > p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: #5d6874;
  font-size: 16px;
}

.gallery-count {
  min-width: 165px;
  padding: 22px 24px;
  color: var(--navy);
  background: #fff;
  border-left: 5px solid var(--orange);
  box-shadow: 0 14px 34px rgba(21, 50, 82, .08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.gallery-count strong {
  display: block;
  margin-bottom: 2px;
  color: var(--orange);
  font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
  font-size: 38px;
  letter-spacing: -.04em;
  line-height: 1;
}

.archive-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.archive-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border-bottom: 4px solid var(--orange);
  box-shadow: 0 13px 34px rgba(21, 50, 82, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.archive-photo:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(21, 50, 82, .14);
}

.archive-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #dedbd3;
  transition: transform .4s ease;
}

.archive-photo:hover img {
  transform: scale(1.025);
}

.archive-photo figcaption {
  min-height: 68px;
  padding: 16px 16px 15px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #334252;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.archive-photo figcaption span {
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.service-gallery.archive-gallery-section {
  background: var(--navy);
}

.gallery-heading-light h2 {
  color: #fff;
}

.gallery-heading-light > div > p:last-child {
  color: #c3cfdb;
}

.gallery-count-light {
  color: #dce5ed;
  background: var(--navy-2);
  box-shadow: none;
}

.service-archive-photo {
  background: #fff;
  border-bottom-color: #ff7653;
}

@media (max-width: 1080px) {
  .archive-photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .gallery-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }

  .gallery-count {
    min-width: 0;
    width: fit-content;
  }

  .archive-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 520px) {
  .gallery-heading {
    margin-bottom: 34px;
  }

  .gallery-heading h2 {
    font-size: 39px;
  }

  .archive-photo-grid {
    grid-template-columns: 1fr;
  }

  .archive-photo figcaption {
    min-height: 0;
  }
}
