:root {
  --ink: #173f48;
  --ink-deep: #2e7384;
  --hero-overlay: #055e77;
  --teal: #176d78;
  --teal-light: #2d8588;
  --gold: #f2d36a;
  --gold-deep: #9b7425;
  --paper: #ede9e0;
  --paper-deep: #eae3d6;
  --white: #fffdf8;
  --muted: #617173;
  --line: rgba(23, 63, 72, .17);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --container: 1200px;
  --radius: 14px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background-color: var(--hero-overlay); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--hero-overlay); font-family: var(--sans); font-size: 15px; line-height: 1.55; }
main,
.site-footer { background: var(--paper); }
body::after { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 9; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; width: 100%; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -4rem; background: var(--ink); color: white; padding: .65rem 1rem; z-index: 99; transition: top .2s ease; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; background: transparent; border-bottom: 1px solid transparent; transition: background .28s ease, border-color .28s ease, box-shadow .28s ease; }
.site-header.is-scrolled { background: rgba(237, 233, 224, .95); border-bottom-color: var(--line); box-shadow: 0 8px 24px rgba(23, 109, 120, .2); backdrop-filter: blur(12px); }
.nav-shell { max-width: var(--container); min-height: 92px; padding: 0 28px; margin: 0 auto; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 9px; width: fit-content; }
.brand-logo { width: 188px; height: 68px; object-fit: contain; object-position: left center; }
.brand-mark { width: 36px; height: 34px; position: relative; display: block; }
.brand-mark::before { content: ""; position: absolute; left: 3px; top: 4px; width: 27px; height: 16px; border: 2px solid #1256a0; border-radius: 50%; transform: rotate(-12deg); }
.brand-mark::after { content: ""; position: absolute; left: 0; right: 0; bottom: 1px; height: 11px; background: repeating-linear-gradient(-8deg, transparent 0 4px, #1688b0 4px 6px, transparent 6px 10px); }
.brand-mark i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); top: 3px; z-index: 1; }
.brand-mark i:nth-child(1) { left: 13px; }.brand-mark i:nth-child(2) { left: 20px; top: 1px; }.brand-mark i:nth-child(3) { left: 26px; top: 5px; }
.brand-copy { display: flex; flex-direction: column; line-height: .95; text-transform: uppercase; letter-spacing: -.04em; }
.brand-copy strong { font-size: 16px; font-weight: 700; color: #14579c; }.brand-copy em { font-style: normal; color: var(--teal); font-size: 13px; font-weight: 700; letter-spacing: .12em; margin-left: 48px; margin-top: 3px; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.4vw, 34px); }
.site-nav a { position: relative; color: #496266; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: color .25s ease; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 2px; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.site-nav a:hover, .site-nav a.active { color: var(--ink-deep); }.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); }
.phone-link { display: inline-flex; gap: 10px; align-items: center; color: var(--teal); border: 1px solid #4b8d91; border-radius: 4px; padding: 10px 13px; font-size: 11px; font-weight: 700; transition: background .25s ease, color .25s ease, transform .25s ease; }.phone-link b { font-size: 15px; font-weight: 400; }.phone-link:hover { background: var(--teal); color: white; transform: translateY(-2px); }
.site-nav .phone-link { margin-left:-10px; }
.site-nav .phone-link::after { display:none; }
.site-header:not(.is-scrolled) .site-nav a { color: var(--white); text-shadow: 0 1px 8px rgba(14, 48, 56, .45); }.site-header:not(.is-scrolled) .site-nav a::after { background: #edea99; }.site-header:not(.is-scrolled) .phone-link { color: var(--white); border-color: rgba(255, 253, 248, .88); text-shadow: 0 1px 8px rgba(14, 48, 56, .45); }.site-header:not(.is-scrolled) .phone-link:hover { background: rgba(255, 253, 248, .16); color: var(--white); }
.menu-toggle { display: none; }

.hero { position: relative; max-width: none; min-height: 100dvh; margin: 0; padding: 92px max(28px, calc((100% - 1144px) / 2)) 156px; display: block; overflow: hidden; }
.hero-content { position: relative; z-index: 2; width: min(500px, 44vw); padding: 73px 0 28px; background: none; }.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 21px; color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }.eyebrow span { width: 31px; height: 1px; background: currentColor; display: inline-block; }
.section-kicker { margin: 0 0 10px; color: #173f48; font-size: 45px; font-weight: 600; letter-spacing: -.03em; line-height: 1.1; text-wrap: balance; }.section-tagline { margin: 0 0 20px; color: var(--muted); font-family: var(--serif); font-size: clamp(16px, 1.7vw, 21px); font-style: italic; font-weight: 500; letter-spacing: -.025em; line-height: 1.35; text-wrap: balance; }.section-tagline em { color: var(--teal); font-style: italic; }.section-kicker-light { color: var(--white); }.section-kicker-light + .section-tagline { color: #c3d9d5; }.section-kicker-light + .section-tagline em { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; } h1, h2 { font-weight: 500; letter-spacing: -.065em; text-wrap: balance; } h1 { max-width: 500px; margin-bottom: 22px; font-size: clamp(50px, 5.25vw, 74px); line-height: .94; } h1 em, h2 em { color: var(--teal); font-family: var(--serif); font-weight: 500; letter-spacing: -.08em; }.hero-title-detail { display: block; margin-top: 10px; font-size: 13px; font-weight: 500; letter-spacing: .02em; color: rgba(255, 253, 248, .65); }.hero h1, .hero .hero-intro, .hero .hero-note, .hero .hero-actions .button-text { color: var(--white); text-shadow: 0 2px 14px rgba(22, 35, 48, .48); }.hero h1 em { color: var(--gold); }.hero .eyebrow { color: var(--gold); }.hero-intro { max-width: 410px; margin-bottom: 29px; font-size: 16px; font-weight: 600; line-height: 1.65; }.hero-actions { display: flex; align-items: center; gap: 22px; }.button { display: inline-flex; align-items: center; gap: 20px; border: 1px solid transparent; padding: 13px 18px; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: transform .25s var(--ease), background .25s ease, color .25s ease, border-color .25s ease; }.button span { font-size: 16px; font-weight: 400; line-height: 0; }.button:hover { transform: translateY(-3px); }.button:active { transform: translateY(0) scale(.98); }.button-primary { background: var(--teal); color: white; }.button-primary:hover { background: var(--ink-deep); }.button-text { padding-inline: 0; border-bottom-color: var(--teal); color: var(--ink); }.button-text:hover { color: var(--teal); }.hero-actions .button-text { gap: 10px; border-bottom-color: transparent; }.hero-actions .button-text:hover { color: var(--gold); }.hero-note { margin: 34px 0 0; font-size: 11px; font-weight: 500; letter-spacing: .05em; }.hero-media { position: absolute; inset: 0; z-index: 1; padding: 0; }.photo-frame { position: relative; overflow: hidden; border-radius: 0; }.hero-photo { width: 100%; height: 100%; aspect-ratio: auto; box-shadow: none; }.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22, 35, 48, .78) 0%, rgba(22, 35, 48, .66) 25%, rgba(22, 35, 48, .30) 49%, rgba(22, 35, 48, 0) 74%), linear-gradient(180deg, rgba(22, 35, 48, .20) 0%, rgba(22, 35, 48, 0) 54%); }.hero-photo img { height: 100%; object-fit: cover; object-position: center; }.photo-stamp { position: absolute; right: max(46px, calc((100% - 1144px) / 2 + 18px)); top: 50px; z-index: 1; width: 98px; height: 98px; padding: 27px 13px 0; border-radius: 50%; background: var(--gold); color: var(--ink-deep); font-size: 9px; line-height: 1.35; text-align: center; transform: rotate(8deg); }.photo-stamp strong { font-size: 12px; }.hero-caption { position: absolute; left: max(28px, calc((100% - 1144px) / 2)); bottom: 32px; display: flex; gap: 12px; align-items: start; color: var(--white); text-shadow: 0 2px 10px rgba(22, 35, 48, .72); }.hero-caption span { color: var(--gold); font-family: var(--serif); font-size: 22px; line-height: 1; }.hero-caption p { margin: 0; font-size: 11px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }.hero-caption small { color: rgba(255, 253, 248, .82); font-size: 10px; font-weight: 400; text-transform: none; }

.proof-strip { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; display: flex; align-items: center; gap: 0; padding: 23px max(28px, calc((100% - 1144px) / 2)); border-top: 1px solid rgba(255, 253, 248, .36); border-bottom: 1px solid rgba(255, 253, 248, .2); background: rgba(237, 233, 224, .82); backdrop-filter: blur(8px); }.proof-item { min-width: 150px; padding: 4px 28px; display: flex; align-items: center; gap: 12px; border-right: 1px solid rgba(14, 48, 56, .16); color: inherit; text-decoration: none; }.proof-item:first-child { padding-left: 0; }.proof-copy { display: grid; gap: 4px; }.proof-item p { margin: 0; color: #56686a; font-size: 12px; font-weight: 600; letter-spacing: .035em; line-height: 1.3; text-transform: uppercase; }.proof-detail { color: #788687; font-size: 9px; font-weight: 700; letter-spacing: .07em; line-height: 1; text-transform: uppercase; }.proof-number { color: var(--ink); font-family: var(--serif); font-size: 30px; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: -.06em; line-height: .95; }.proof-number span { color: var(--gold); }.proof-icon { color: var(--gold); font-size: 26px; line-height: 1; }.proof-rating-line { display: flex; align-items: baseline; gap: 6px; }.proof-rating-count { color: inherit; font-family: var(--serif); font-size: 30px; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: -.06em; line-height: .95; }.proof-rating-stars { white-space: nowrap; }.proof-rating-cta { font-weight: 700; letter-spacing: .055em; white-space: nowrap; }.proof-item-rating { cursor: pointer; flex-direction: column; align-items: flex-start; gap: 6px; }.stars, .review-score span, .review-card footer b { color: #fff47d; font-size: 11px; letter-spacing: .1em; }.proof-item .stars { display: block; margin: 0; font-size: 11px; letter-spacing: .1em; line-height: 1; }.proof-aside { margin-left: auto; padding-right: 8px; color: var(--teal); font-family: var(--serif); font-size: 17px; line-height: 1.05; text-align: right; }.proof-aside em { color: var(--ink); }
.proof-strip .proof-number, .proof-strip .proof-number span, .proof-strip .proof-icon, .proof-strip .stars { color:#b1ac4f; }

.proof-strip { border-top: 0; background: rgba(237, 233, 224, .2); }
.proof-strip .proof-number, .proof-strip .proof-number span, .proof-strip .proof-icon, .proof-strip .stars { color: var(--gold-deep); }
.proof-item p { color: #eee9e0; }
.proof-detail { color: #ece999; font-weight: 600; }
.proof-aside { padding-left: 32px; color: #27767b; border-left: 1px solid rgba(238, 233, 224, .34); font-style: italic; }
.proof-aside em { color: inherit; }

.section-pad { max-width: var(--container); margin: 0 auto; padding: 126px 28px 132px; }.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin-bottom: 50px; }.section-heading h2:not(.section-kicker), .about h2:not(.section-kicker), .review-intro h2:not(.section-kicker), .contact-intro h2:not(.section-kicker) { margin-bottom: 0; font-size: clamp(42px, 4.3vw, 62px); line-height: .98; }.heading-side { max-width: 350px; padding-bottom: 3px; }.heading-side p { margin-bottom: 22px; color: var(--muted); line-height: 1.7; }.arrow-link { display: inline-flex; gap: 16px; align-items: center; color: var(--ink); border-bottom: 1px solid var(--teal); padding-bottom: 6px; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }.arrow-link span { color: var(--teal); font-size: 16px; transition: transform .25s ease; }.arrow-link:hover span { transform: translate(3px, -3px); }
.service-grid { display: grid; grid-template-columns: 1.13fr .87fr .87fr; grid-template-rows: auto auto; gap: 40px 22px; }.service-card { display: block; }.service-card-large { grid-row: span 2; }.service-card-tile { grid-column: 2 / -1; display: grid; grid-template-columns: .84fr 1fr; gap: 18px; align-items: end; }.service-card-tile .service-image { aspect-ratio: 1.36 / 1; }.service-image { overflow: hidden; border-radius: 9px; aspect-ratio: 1.17 / 1; background: var(--paper-deep); }.service-card-large .service-image { height: calc(100% - 81px); min-height: 340px; }.service-image img { height: 100%; object-fit: cover; transition: transform .6s var(--ease); }.service-card:hover img { transform: scale(1.045); }.service-meta { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 7px; padding-top: 13px; border-bottom: 1px solid var(--line); }.service-meta span { color: var(--teal); font-family: var(--serif); font-size: 15px; }.service-meta h3 { margin: 0; color: var(--ink-deep); font-size: 14px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }.service-meta b { color: var(--teal); font-size: 17px; font-weight: 400; transition: transform .25s ease; }.service-card:hover .service-meta b { transform: translate(3px, -3px); }.service-card > p { max-width: 270px; margin: 11px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.feature-band { padding: 85px max(28px, calc((100% - 1144px) / 2)); display: grid; grid-template-columns: .87fr 1.13fr; gap: 70px; align-items: center; background: var(--teal); color: white; overflow: hidden; }.eyebrow-light { color: #cee8df; }.feature-copy h2 { max-width: 500px; margin-bottom: 26px; color: white; font-size: clamp(44px, 4.5vw, 66px); line-height: .96; }.feature-copy h2 em { color: #fff47d; }.feature-copy > p:not(.eyebrow) { max-width: 420px; color: #d2e2de; line-height: 1.7; }.button-light { background: transparent; border-color: rgba(255,255,255,.7); color: white; }.button-light:hover { background: white; color: var(--teal); }.feature-copy .button { margin-top: 20px; }.feature-collage { position: relative; min-height: 430px; }.collage-main { width: 77%; height: 350px; margin-left: auto; overflow: hidden; border-radius: 10px; transform: rotate(2deg); }.collage-main img { height: 100%; object-fit: cover; }.collage-detail { position: absolute; left: 0; bottom: 0; width: 45%; overflow: hidden; border: 12px solid var(--teal); border-radius: 7px; background: var(--teal); transform: rotate(-4deg); }.collage-detail img { aspect-ratio: 1 / 1; object-fit: cover; }.collage-detail span { display: block; padding: 13px 0 1px; color: #e6f2eb; font-family: var(--serif); font-size: 14px; line-height: 1.15; }.collage-detail strong { color: #fff47d; font-weight: 500; }

.gallery { padding-bottom: 120px; }.gallery-grid { display: grid; grid-template-columns: 1.24fr .76fr; grid-template-rows: 280px 230px; gap: 20px; }.gallery-item { position: relative; overflow: hidden; min-height: 0; margin: 0; border-radius: 9px; }.gallery-item-wide { grid-row: span 2; }.gallery-item-tall { grid-column: 2; }.gallery-item img { height: 100%; object-fit: cover; transition: transform .7s var(--ease); }.gallery-item:hover img { transform: scale(1.05); }.gallery-item::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(10, 37, 39, .7)); }.gallery-item figcaption { position: absolute; z-index: 1; left: 18px; right: 18px; bottom: 16px; display: flex; justify-content: space-between; align-items: end; color: white; }.gallery-item figcaption span { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.gallery-item figcaption strong { font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }

.about { display: grid; grid-template-columns: 1fr .87fr; align-items: center; gap: clamp(50px, 9vw, 120px); padding-top: 118px; padding-bottom: 125px; }.about-image { position: relative; padding: 0 22px 22px 0; }.about-image::after { content: ""; position: absolute; left: 23px; right: 0; top: 23px; bottom: 0; z-index: -1; background: var(--paper-deep); border-radius: 9px; }.about-image img { aspect-ratio: 1 / 1.05; object-fit: cover; border-radius: 9px; }.image-label { position: absolute; right: 0; bottom: 0; width: 115px; height: 115px; padding: 34px 10px; border-radius: 50%; background: var(--gold); color: var(--ink-deep); font-family: var(--serif); font-size: 16px; line-height: 1.05; text-align: center; transform: rotate(8deg); }.about-copy > p:not(.eyebrow) { max-width: 400px; color: var(--muted); line-height: 1.7; }.about-copy .signature { margin: 32px 0 29px; color: var(--teal); font-family: var(--serif); font-size: 24px; font-style: italic; transform: rotate(-4deg); transform-origin: left; }

.reviews { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; padding-top: 120px; }.review-score { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; max-width: 260px; margin: 34px 0 22px; }.review-score strong { grid-row: span 2; color: var(--ink-deep); font-family: var(--serif); font-size: 58px; font-weight: 500; letter-spacing: -.08em; line-height: 1; }.review-score span { align-self: end; }.review-score small { color: var(--muted); font-size: 11px; }.review-wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; align-items: start; }.review-card { min-height: 270px; margin: 0; padding: 23px 20px 18px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255, 253, 248, .42); display: flex; flex-direction: column; }.review-card-offset { margin-top: 35px; background: var(--paper-deep); }.quote-mark { color: var(--gold); font-family: var(--serif); font-size: 43px; line-height: .7; }.review-card p { flex: 1; margin: 17px 0 25px; color: var(--ink); font-size: 13px; line-height: 1.6; }.review-card footer { display: grid; grid-template-columns: 30px 1fr; gap: 8px; align-items: center; }.review-avatar { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: var(--teal); color: white; font-size: 12px; }.avatar-gold { background: #fff47d; }.avatar-sand { background: #b78567; }.review-card footer strong, .review-card footer small { display: block; line-height: 1.15; }.review-card footer strong { font-size: 11px; }.review-card footer small { margin-top: 3px; color: var(--muted); font-size: 9px; }.review-card footer b { grid-column: 2; font-size: 9px; }

.contact-section { padding: 100px max(28px, calc((100% - 1144px) / 2)); background: var(--ink-deep); color: white; }.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); align-items: start; }.contact-intro h2:not(.section-kicker) { margin-bottom: 24px; }.contact-intro h2:not(.section-kicker) em { color: #fff47d; }.contact-intro > p:not(.eyebrow):not(.section-tagline) { max-width: 380px; color: #b5c9c4; line-height: 1.7; }.contact-details { display: grid; gap: 8px; margin-top: 47px; }.contact-details a { width: fit-content; color: white; border-bottom: 1px solid #538790; padding-bottom: 3px; font-size: 14px; }.contact-details span { color: #91aaa7; font-size: 12px; }.quote-form { padding-top: 4px; }.quote-form label { display: block; margin-bottom: 16px; color: #c8d6d1; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.quote-form input, .quote-form textarea { display: block; width: 100%; margin-top: 7px; padding: 12px 0 10px; border: 0; border-bottom: 1px solid rgba(255, 253, 248, .55); border-radius: 0; outline: 0; background: transparent; color: var(--white); resize: vertical; }.quote-form input::placeholder, .quote-form textarea::placeholder { color: rgba(255, 253, 248, .72); }.quote-form input:focus, .quote-form textarea:focus { border-color: #fff47d; box-shadow: 0 2px 0 -1px #fff47d; }.form-submit { margin-top: 8px; }.form-submit:disabled { cursor: wait; opacity: .62; transform: none; }.form-status { min-height: 18px; margin: 14px 0 0; color: #fff47d; font-size: 12px; }.form-status[data-state="error"] { color: #ffd5ce; }
.site-footer { width: 100%; max-width: none; margin: 0; padding: 42px max(28px, calc((100% - 1144px) / 2)) 38px; display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: end; }.footer-brand p { margin: 17px 0 0; color: var(--muted); font-family: var(--serif); font-size: 14px; line-height: 1.35; }.footer-links { display: flex; gap: 24px; }.footer-links a, .footer-meta { color: var(--muted); font-size: 11px; }.footer-links a:hover, .footer-meta a:hover { color: var(--teal); }.footer-meta { display: grid; gap: 4px; text-align: right; }.footer-meta a { color: var(--ink); font-weight: 700; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s; }

.hero .button-primary { background: #075f78ab; color: var(--white); border-color: rgba(255, 253, 248, .95); }
.hero .button-primary:hover { background: #075f78ab; color: var(--white); border-color: rgba(255, 253, 248, .95); }
.hero .button-text { padding: 13px 18px; background: #075f78ab; color: var(--white); border-color: rgba(255, 253, 248, .95); }
.hero .hero-actions .button-text, .hero .hero-actions .button-text:hover { background: #075f78ab; color: var(--white); border-color: rgba(255, 253, 248, .95); }

/* Unified accent palette */
.hero h1 em, .hero .eyebrow, .hero-caption span { color:var(--gold); }
.stars, .review-score span, .review-card footer b { color:var(--gold); }
.feature-copy h2 em, .collage-detail strong { color:var(--gold); }
.avatar-gold { background:var(--gold); }
.contact-intro h2 em, .form-status { color:var(--gold); }
.quote-form input:focus, .quote-form textarea:focus { border-color:var(--gold); box-shadow:0 2px 0 -1px var(--gold); }

/* Larger header logo in both transparent and scrolled states */
.site-header .nav-shell { grid-template-columns:220px 1fr; }
.site-header .brand-logo { width:220px; height:130px; object-fit:contain; object-position:left center; }
.site-header.is-scrolled .brand-logo {transform: scale(.92); transform-origin:left center; }


.photo-stamp { position:absolute; right:max(46px, calc((100% - 1144px) / 2 + 18px)); top:auto; bottom:44px; z-index:1; width:112px; height:112px; padding:31px 14px 0; border:0; border-radius:50%; background:#edea99; color:var(--ink-deep); box-shadow:0 12px 28px rgba(14,48,56,.25); font-size:9px; line-height:1.35; letter-spacing:0; text-align:center; text-transform:none; transform:rotate(8deg); }
.photo-stamp strong { display:block; margin-top:2px; color:var(--ink-deep); font-family:inherit; font-size:14px; font-weight:700; line-height:1.25; letter-spacing:0; text-transform:none; }

@media (min-width: 901px) { .hero { min-height: 100dvh; } }

.hero-photo picture { display: block; height: 100%; }

@media (max-width: 900px) {
  .nav-shell { grid-template-columns: 1fr auto auto; gap: 18px; }.brand-logo { width: 164px; height: 64px; }.site-nav { gap: 15px; }.site-nav a { font-size: 9px; }.phone-link { padding: 9px 10px; }.hero { grid-template-columns: 1fr 1fr; gap: 30px; padding-top: 60px; }.hero-caption { left: 0; }.proof-strip { flex-wrap: wrap; gap: 20px 0; }.proof-item { flex: 1 1 150px; }.proof-aside { display: none; }.feature-band { gap: 35px; }.reviews { gap: 35px; }.review-wall { grid-template-columns: 1fr; }.review-card-offset { margin-top: 0; }.review-card { min-height: auto; }.review-card p { margin-bottom: 20px; }
}

@media (max-width: 900px) { .site-header .nav-shell { grid-template-columns:1fr auto; }.site-header .brand-logo { width:204px; height:102px; object-fit:contain; object-position:left center; } }

@media (max-width: 680px) {
  /* The fixed header owns the safe area, as in the Crete reference. Its status-bar
     slice stays paper while the navbar remains transparent over the hero until scroll. */
  .site-header { --mobile-safe-top: env(safe-area-inset-top, 0px); top: 0; right: auto; left: 50%; width: 100vw; padding-top: var(--mobile-safe-top); transform: translateX(-50%); background: linear-gradient(to bottom, var(--paper) 0, var(--paper) var(--mobile-safe-top), transparent var(--mobile-safe-top), transparent 100%); background-color: transparent; border-bottom-color: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .site-header.is-scrolled { background: var(--paper); background-color: var(--paper); border-bottom-color: var(--line); box-shadow: 0 8px 24px rgba(23, 109, 120, .2); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .nav-shell { position: relative; z-index: 1; min-height: 78px; padding-inline: 20px; grid-template-columns: 1fr auto auto; }.site-nav { position: absolute; left: 14px; right: 14px; top: calc(100% + 8px); display: grid; gap: 0; padding: 8px 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: 0 18px 35px rgba(23,63,72,.12); opacity: 0; pointer-events: none; transform: translateY(-6px); transition: opacity .2s ease, transform .2s ease; }.site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }.site-nav a { padding: 13px 3px; border-bottom: 1px solid var(--line); font-size: 10px; }.site-nav a:last-child { border-bottom: 0; }.site-nav a::after { display: none; }.phone-link span { display: none; }.phone-link { width: 38px; height: 38px; justify-content: center; padding: 0; }.phone-link b { transform: rotate(-45deg); }.menu-toggle { display: flex; width: 45px; height: 38px; padding: 7px 0; border: 0; background: none; cursor: pointer; flex-direction: column; justify-content: space-between; align-items: end; color: var(--ink); }.menu-toggle span { display: block; width: 25px; height: 1px; background: var(--ink); transition: transform .25s ease; }.menu-toggle span:nth-child(2) { width: 25px; }.menu-toggle b { font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }.menu-toggle.is-open span:first-child { transform: translateY(7px) rotate(45deg); }.menu-toggle.is-open span:nth-child(2) { opacity: 0; }.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .phone-link span { display: block; font-size: 9px; }.phone-link { width: auto; height: 38px; padding: 0 9px; }
  .hero { display: block; min-height: 650px; padding: 60px 20px 92px; }.hero-content { width: auto; max-width: 420px; padding: 48px 0 30px; background: none; }.eyebrow { font-size: 9px; letter-spacing: .13em; }.hero h1 { max-width: 420px; font-size: clamp(44px, 11vw, 58px); }.hero-intro { font-size: 15px; }.hero-note { margin-top: 36px; }.hero-media { position: absolute; inset: 0; margin: 0; padding: 0; }.hero-photo { height: 100%; aspect-ratio: auto; }.photo-stamp { right: 20px; top: 28px; width: 90px; height: 90px; padding-top: 26px; font-size: 8px; }.photo-stamp strong { font-size: 10px; }.hero-caption { left: 20px; bottom: 22px; }.proof-strip { display: grid; grid-template-columns: 1fr 1fr; padding: 25px 20px; }.proof-item { min-width: 0; padding: 8px 0; border-right: 0; }.proof-item:nth-child(odd) { border-right: 1px solid var(--line); }.proof-item:first-child { padding-left: 0; }.proof-item p { font-size: 9px; }.proof-detail { font-size: 7px; }.proof-item .stars { margin: 0; font-size: 8px; }.section-pad { padding: 86px 20px 90px; }.section-heading { display: block; margin-bottom: 35px; }.section-heading h2:not(.section-kicker), .about h2:not(.section-kicker), .review-intro h2:not(.section-kicker), .contact-intro h2:not(.section-kicker) { font-size: 47px; }.heading-side { margin-top: 28px; }.service-grid { display: block; }.service-card { margin-bottom: 38px; }.service-card-large .service-image { height: auto; min-height: 0; aspect-ratio: 1.08 / 1; }.service-card-tile { display: block; }.feature-band { display: block; padding: 80px 20px; }.feature-copy h2 { font-size: 49px; }.feature-collage { min-height: 330px; margin-top: 52px; }.collage-main { height: 270px; width: 82%; }.collage-detail { width: 46%; }.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 220px 170px 190px; gap: 11px; }.gallery-item-wide { grid-column: 1 / -1; grid-row: auto; }.gallery-item-tall { grid-column: auto; }.gallery-item figcaption { left: 10px; right: 10px; bottom: 10px; display: block; }.gallery-item figcaption strong { display: block; margin-top: 2px; font-size: 9px; }.gallery-item figcaption span { font-size: 8px; }.about { display: flex; flex-direction: column; align-items: stretch; gap: 55px; padding-top: 80px; }.about-image { margin-right: 12px; }.about-copy { padding-left: 6px; }.reviews { display: block; padding-top: 84px; }.review-wall { margin-top: 45px; }.contact-section { padding: 80px 20px; }.contact-inner { display: block; }.contact-intro > p:not(.eyebrow):not(.section-tagline) { font-size: 14px; }.contact-details { margin-top: 35px; }.quote-form { margin-top: 58px; }.form-row { display: block; }.site-footer { display: block; padding: 38px 20px; }.footer-links { flex-wrap: wrap; margin: 33px 0 25px; gap: 10px 22px; }.footer-meta { text-align: left; }.footer-brand .brand-copy strong { font-size: 15px; }
}

/* Preserve the original hero treatment while the rest of the homepage uses the updated palette. */
.hero-caption span { color: #fff47d; }
.proof-strip .proof-number,
.proof-strip .proof-number span,
.proof-strip .proof-icon,
.proof-strip .stars { color: #edea99; }

@media (min-width: 681px) {
  .hero h1,
  .hero .hero-intro,
  .hero .hero-note,
  .hero .hero-actions .button-text { text-shadow: 0 2px 14px rgba(14, 48, 56, .48); }
  .hero h1 em,
  .hero .eyebrow { color: #fff47d; }
  .hero .button-text,
  .hero .hero-actions .button-text,
  .hero .hero-actions .button-text:hover { color: var(--white); border-color: rgba(255, 253, 248, .95); }
  .hero:not(.page-hero) .proof-strip { justify-content: space-around; border-top: 0; background: rgb(1 49 62 / 23%); }
  .hero:not(.page-hero) .proof-rating-count { color: #edea99; }
}

@media (max-width: 680px) { .hero .hero-actions .button-text, .hero .hero-actions .button-text:hover { color: var(--white); border-color: rgba(255, 253, 248, .95); } }

@media (max-width: 680px) { .photo-stamp { right:20px; top:auto; bottom:24px; width:86px; height:86px; padding:24px 10px 0; font-size:7px; letter-spacing:0; text-align:center; transform:rotate(8deg); }.photo-stamp strong { margin-top:2px; font-size:10px; } }

@media (max-width: 680px) { .hero { min-height: max(100svh, 700px); padding-bottom: 210px; } }

/* On the mobile homepage, let the portrait photo fill the hero down to the proof strip. */
@media (max-width: 680px) {
  .hero:not(.page-hero) {
    min-height: max(500px, calc(100svh - 156px));
    padding-bottom: 92px;
  }
  .hero:not(.page-hero) .hero-media { inset: 0; height: 100%; }
  .hero:not(.page-hero) { margin-bottom: 156px; overflow: visible; }
  .hero:not(.page-hero) .proof-strip {
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    gap: 0;
    grid-auto-rows: 1fr;
    min-height: 154px;
    padding: 16px 20px;
    background: #EDE8DF;
    border-top: 1px solid rgba(24, 65, 73, .18);
    border-bottom: 1px solid rgba(24, 65, 73, .18);
    backdrop-filter: none;
  }
  .hero:not(.page-hero) .proof-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    min-height: 61px;
    padding: 6px 14px 6px 9px;
  }
  .hero:not(.page-hero) .proof-item:nth-child(odd) { padding-left: 9px; }
  .hero:not(.page-hero) .proof-item:nth-child(even) { padding-right: 0; padding-left: 9px; }
  .hero:not(.page-hero) .proof-item > .proof-number,
  .hero:not(.page-hero) .proof-item > .proof-icon { width: 42px; text-align: center; }
  .hero:not(.page-hero) .proof-item-rating:nth-child(even) { grid-template-columns: minmax(0, 1fr); align-content: center; justify-items: start; row-gap: 6px; padding-right: 0; padding-left: 9px; text-align: left; }
  .hero:not(.page-hero) .proof-item-rating .proof-rating-line { width: 100%; padding-left: 10px; justify-content: flex-start; gap: 5px; }
  .hero:not(.page-hero) .proof-item-rating .proof-rating-cta { padding-left: 35px; }
  .hero:not(.page-hero) .proof-item-rating .proof-rating-count { color: #1B6E79; }
  .hero:not(.page-hero) .proof-item p { color: #184149; }
  .hero:not(.page-hero) .proof-detail { color: #1B6E79; font-size: 9px; }
  .hero:not(.page-hero) .proof-strip .proof-number,
  .hero:not(.page-hero) .proof-strip .proof-number span,
  .hero:not(.page-hero) .proof-strip .proof-icon,
  .hero:not(.page-hero) .proof-strip .stars { color: #1B6E79; }
}

@media (max-width: 680px) {
  .site-header:not(.is-scrolled) .menu-toggle { color: var(--white); }
  .site-header:not(.is-scrolled) .menu-toggle span { background: var(--white); }
  .site-header:not(.is-scrolled) .site-nav.is-open a { color: var(--ink); text-shadow: none; }
  .site-nav .phone-link { border-bottom: 0; }
  .site-nav .nav-social { display: flex; justify-content: center; gap: 12px; padding: 14px 0 6px; border-top: 1px solid var(--line); }
  .site-nav .nav-social .social-link { --social-icon-size: 23px; display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; padding: 0; border: 0; font-size: 0; }
}

@media (max-width: 680px) {
  .menu-toggle { position: relative; padding: 0; justify-content: initial; }
  .menu-toggle span { position: absolute; left: 50%; right: auto; top: 7px; transform: translateX(-50%); }
  .menu-toggle span:nth-child(2) { top: 14px; }
  .menu-toggle span:nth-child(3) { top: 21px; }
  .menu-toggle b { position: absolute; left: 50%; right: auto; bottom: 0; transform: translateX(-50%); }
  .menu-toggle.is-open span:first-child { transform: translate(-50%, 7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(3) { transform: translate(-50%, -7px) rotate(-45deg); }
  .site-nav.is-open .phone-link { border-color: transparent; background: transparent; color: var(--ink); text-shadow: none; }
}

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

/* Homepage redesign: the existing hero and proof strip intentionally remain above. */
.home-services,
.projects,
.faq-section,
.service-area,
.why-us { max-width: var(--container); margin: 0 auto; }
.home-section-head { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(250px, .62fr); gap: clamp(36px, 8vw, 130px); align-items: end; margin-bottom: 52px; }
.home-section-head h2:not(.section-kicker),
.transformations h2:not(.section-kicker),
.why-copy h2:not(.section-kicker),
.process-section h2:not(.section-kicker),
.review-section h2:not(.section-kicker),
.area-copy h2:not(.section-kicker),
.faq-intro h2:not(.section-kicker) { margin-bottom: 0; color: var(--ink-deep); font-size: clamp(46px, 5vw, 72px); line-height: .93; }
.home-section-head h2:not(.section-kicker) em,
.why-copy h2:not(.section-kicker) em,
.review-section h2:not(.section-kicker) em,
.area-copy h2:not(.section-kicker) em,
.faq-intro h2:not(.section-kicker) em { color: var(--teal); }
.home-section-head > p { max-width: 360px; margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.home-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.home-service { display: flex; min-width: 0; flex-direction: column; color: var(--ink-deep); }
.home-service-photo { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 6px; background: var(--paper-deep); }
.home-service-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.home-service:hover .home-service-photo img { transform: scale(1.055); }
.home-service-featured { grid-row: span 2; grid-column: span 2; }
.home-service-featured .home-service-photo { min-height: 528px; flex: 1; aspect-ratio: auto; }
.home-service-caption { display: grid; grid-template-columns: 30px minmax(0, 1fr); column-gap: 10px; padding-top: 16px; }
.home-service-index { color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: .14em; line-height: 1.7; }
.home-service h3 { margin: 0; color: var(--ink-deep); font-size: 17px; font-weight: 600; letter-spacing: -.035em; }
.home-service p { grid-column: 2; max-width: 310px; margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.section-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 34px; border-bottom: 1px solid currentColor; padding-bottom: 4px; color: var(--ink-deep); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.section-link span { color: var(--teal); font-size: 18px; transition: transform .25s var(--ease); }
.section-link:hover span { transform: translate(3px, -3px); }

.transformations { padding: 132px max(28px, calc((100% - 1144px) / 2)); background: var(--ink-deep); color: var(--white); }
.transformations-inner { display: grid; grid-template-columns: .66fr 1.34fr; gap: clamp(42px, 7vw, 108px); align-items: center; }
.transformations-copy h2 { color: var(--white); }
.transformations-copy h2 em,
.process-section h2:not(.section-kicker) em { color: var(--gold); }
.transformations-copy > p:not(.eyebrow):not(.section-tagline) { max-width: 330px; margin: 28px 0 0; color: #b9cfca; line-height: 1.75; }
.transformations-copy > .button { margin-top: 18px; }
.gallery-comparison .transformations-copy > .button { margin-top: 26px; }
.comparison-shell { min-width: 0; }
.comparison-stage { position: relative; aspect-ratio: 1.24 / 1; overflow: hidden; border: 0; background: #0a252c; cursor: ew-resize; }
.comparison-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.comparison-after { position: absolute; inset: 0; }
.comparison-before { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--comparison-position)) 0 0); }
.comparison-before .comparison-image { width: 100%; max-width: none; }
.comparison-divider { position: absolute; top: 0; bottom: 0; left: var(--comparison-position); width: 1px; background: rgba(255, 255, 255, .92); transform: translateX(-50%); }
.comparison-divider i { position: absolute; top: 50%; left: 50%; display: grid; width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 50%; background: var(--ink-deep); box-shadow: 0 8px 22px rgba(0, 0, 0, .18); transform: translate(-50%, -50%); }
.comparison-divider i::before { content: "↔"; display: grid; height: 100%; place-items: center; color: var(--gold); font-size: 20px; font-style: normal; }
.comparison-tag { position: absolute; top: 17px; z-index: 2; padding: 6px 8px; background: rgba(8, 31, 37, .78); color: white; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.comparison-tag-before { left: 17px; }.comparison-tag-after { right: 17px; }
.comparison-range { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.comparison-range:focus-visible { opacity: 1; outline: 3px solid var(--gold); outline-offset: -3px; }
.comparison-range:focus-visible::-webkit-slider-thumb { width: 44px; height: 44px; opacity: 1; }.comparison-range:focus-visible::-moz-range-thumb { width: 44px; height: 44px; opacity: 1; }
.comparison-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 18px; }.comparison-meta span { display: block; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .13em; }.comparison-meta strong { display: block; margin-top: 4px; color: var(--white); font-size: 16px; font-weight: 500; }.comparison-controls { display: flex; gap: 8px; }.comparison-controls button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255, 255, 255, .34); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; font-size: 19px; transition: background .22s ease, color .22s ease, transform .22s ease; }.comparison-controls button:hover { background: var(--gold); color: var(--ink-deep); transform: translateY(-2px); }.comparison-controls button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.why-us { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, .86fr); gap: clamp(56px, 10vw, 154px); align-items: center; padding-top: 138px; padding-bottom: 136px; }
.why-media { position: relative; padding-right: 34px; }.why-media::after { content: ""; position: absolute; z-index: -1; top: 31px; right: 0; bottom: -29px; left: 28px; background: var(--paper-deep); }.why-media img, .why-media video { display: block; width: 100%; height: auto; aspect-ratio: .87 / 1; object-fit: cover; }.why-media span { position: absolute; right: 0; bottom: -5px; width: 130px; height: 130px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink-deep); font-family: var(--serif); font-size: 18px; line-height: 1.1; text-align: center; transform: rotate(8deg); }
#about [data-about-video] { pointer-events: none; }
.why-copy > p:not(.eyebrow):not(.section-tagline) { max-width: 410px; margin: 28px 0 0; color: var(--muted); line-height: 1.75; }.why-list { display: grid; gap: 0; margin: 36px 0 0; padding: 0; list-style: none; }.why-list li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 16px 0; border-top: 1px solid var(--line); }.why-list li:last-child { border-bottom: 1px solid var(--line); }.why-list > li > span { color: var(--teal); font-family: var(--serif); font-size: 15px; }.why-list strong { color: var(--ink-deep); font-size: 14px; }.why-list p { max-width: 340px; margin: 3px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

@media (min-width: 901px) {
  .why-us > .why-media:first-child { align-self: stretch; }
  .why-us > .why-media:first-child img { height: 100%; aspect-ratio: auto; }

  /* Keep the homepage video close to the tall portrait proportion shown in the design reference. */
  #about > .why-media:first-child { width: 92%; max-width: 520px; align-self: center; justify-self: center; }
  #about > .why-media:first-child video { height: auto; aspect-ratio: 5 / 8; }
}

@media (max-width: 680px) {
  #about > .why-media:first-child video { height: auto; aspect-ratio: 5 / 8; }
}

.process-section { padding: 116px max(28px, calc((100% - 1144px) / 2)) 128px; background: var(--teal); color: var(--white); }.process-inner { max-width: 1144px; margin: 0 auto; }.process-section h2 { color: var(--white); }.process-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 60px 0 0; padding: 0; list-style: none; counter-reset: process; }.process-list li { position: relative; min-height: 226px; padding: 22px 24px 21px; border-top: 1px solid rgba(255, 255, 255, .34); border-left: 1px solid rgba(255, 255, 255, .24); }.process-list li:first-child { border-left: 0; }.process-list span { color: var(--gold); font-family: var(--serif); font-size: 20px; }.process-list h3 { margin: 44px 0 8px; color: white; font-size: 15px; font-weight: 600; letter-spacing: -.025em; }.process-list p { margin: 0; color: #c3d9d5; font-size: 12px; line-height: 1.6; }

.projects { padding-top: 134px; padding-bottom: 132px; }.projects-gallery-link { display: flex; width: fit-content; margin-top: -2px; margin-right: 18px; margin-left: auto; }.project-grid { display: grid; grid-template-columns: 1.22fr .78fr .78fr; gap: 18px; }.project-card { position: relative; min-height: 385px; overflow: hidden; background: var(--ink-deep); color: white; }.project-card-wide { min-height: 500px; }.project-card::after { content: ""; position: absolute; z-index: 0; inset: 34% 0 0; background: linear-gradient(180deg, transparent, rgba(5, 29, 35, .96)); }.project-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }.project-card:hover img { transform: scale(1.05); }.project-card div { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; }.project-card span { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }.project-card .project-card-tags { display: block; max-width: 520px; line-height: 1.55; }.project-card h3 { margin: 7px 0 2px; color: white; font-size: 20px; font-weight: 600; letter-spacing: -.035em; }.project-card-tagline { margin: 0 0 7px; color: rgba(255, 253, 248, .88); font-family: var(--serif); font-size: 14px; font-style: italic; line-height: 1.3; }.project-card-location { display: block; margin-bottom: 12px; color: rgba(255, 253, 248, .66); font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }.project-card a { border-bottom: 1px solid rgba(255, 255, 255, .55); padding-bottom: 3px; color: white; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }.project-card a span { margin-left: 5px; font-size: 15px; }
.project-card-editorial, .project-card-editorial.project-card-wide { min-height: 0; overflow: visible; background: transparent; color: var(--ink-deep); }.project-card-editorial::after { display: none; }.project-card-editorial .project-card-link { display: flex; height: 100%; flex-direction: column; border: 0; padding: 0; color: inherit; font-size: inherit; font-weight: inherit; letter-spacing: normal; text-transform: none; }.project-card-editorial .project-card-link:active { transform: scale(.99); }.project-card-editorial .project-card-media { position: relative; inset: auto; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 6px; background: var(--paper-deep); }.project-card-editorial .project-card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.project-card-editorial .project-card-caption { position: static; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 10px; padding: 16px 0 0; }.project-card-editorial .project-card-details { position: static; }.project-card-editorial .project-card-index { margin: 0; color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: .14em; line-height: 1.7; }.project-card-editorial .project-card-tags { margin: 0 0 7px; color: var(--teal); font-size: 8px; letter-spacing: .12em; line-height: 1.5; }.project-card-editorial h3 { margin: 0; color: var(--ink-deep); font-size: clamp(17px, 1.8vw, 22px); line-height: 1.15; transition: color .25s ease; }.project-card-editorial .project-card-location { margin: 7px 0 0; color: var(--muted); font-size: 8px; line-height: 1.4; }.project-card-editorial:hover h3 { color: var(--teal); }

.review-section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: clamp(40px, 7vw, 92px); align-items: center; padding: 96px max(28px, calc((100% - 1144px) / 2)); background: var(--paper-deep); }.review-inner { max-width: 470px; }.review-inner > p:not(.eyebrow):not(.section-tagline) { max-width: 455px; margin: 22px 0 25px; color: var(--muted); line-height: 1.65; }.review-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }.verified-reviews { border-top: 1px solid rgba(23, 63, 72, .22); }.verified-review { padding: 18px 0 17px; border-bottom: 1px solid rgba(23, 63, 72, .22); }.review-stars { margin-bottom: 7px; color: var(--gold-deep); font-size: 12px; letter-spacing: .16em; }.verified-review blockquote { margin: 0; color: var(--ink-deep); font-family: var(--serif); font-size: clamp(19px, 1.8vw, 24px); font-weight: 500; letter-spacing: -.035em; line-height: 1.2; }.verified-review footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 10px; }.verified-review footer strong { color: var(--ink); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }.verified-review footer a { color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.service-area { display: grid; grid-template-columns: minmax(0, .87fr) minmax(0, 1.13fr); gap: clamp(50px, 10vw, 150px); align-items: center; padding-top: 136px; padding-bottom: 136px; }.area-copy > p:not(.eyebrow):not(.section-tagline) { max-width: 390px; margin: 27px 0 0; color: var(--muted); line-height: 1.75; }.area-visual { min-width: 0; }.area-map { position: relative; display: grid; min-height: 380px; place-items: center; overflow: hidden; padding: 64px 32px; border: 1px solid var(--line); background: var(--ink-deep); color: var(--white); isolation: isolate; }.metro-compass { position: absolute; top: 50%; left: 50%; width: min(72%, 440px); aspect-ratio: 1; border: 1px solid rgba(255, 253, 248, .18); border-radius: 50%; transform: translate(-50%, -50%); }.metro-compass::before, .metro-compass::after { position: absolute; top: 50%; left: 50%; width: 118%; height: 1px; background: rgba(255, 253, 248, .15); content: ""; transform: translate(-50%, -50%) rotate(45deg); }.metro-compass::after { transform: translate(-50%, -50%) rotate(-45deg); }.metro-compass span, .metro-compass i { position: absolute; top: 50%; left: 50%; width: 138%; height: 1px; background: rgba(255, 253, 248, .1); transform: translate(-50%, -50%); }.metro-compass i { transform: translate(-50%, -50%) rotate(90deg); }.metro-compass b { position: absolute; top: -7px; left: 50%; color: var(--gold); font-family: var(--serif); font-size: 13px; font-weight: 500; transform: translateX(-50%); }.metro-compass b::after { display: block; width: 1px; height: 34px; margin: 7px auto 0; background: var(--gold); content: ""; }.area-map-copy { position: relative; z-index: 1; max-width: 620px; text-align: center; }.area-map-kicker { display: block; margin-bottom: 27px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }.area-map-copy strong { display: block; color: var(--white); font-family: var(--serif); font-size: clamp(62px, 7vw, 100px); font-weight: 500; letter-spacing: -.09em; line-height: .78; }.area-map-copy p { margin: 34px 0 0; color: rgba(255, 253, 248, .8); font-size: 11px; font-weight: 600; letter-spacing: .07em; line-height: 1.8; text-transform: uppercase; }.area-map-copy p span { color: rgba(255, 253, 248, .55); }.area-map-copy p em { color: var(--gold); font-style: normal; white-space: nowrap; }.service-cities { margin-top: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.service-cities summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; color: var(--ink-deep); cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .08em; list-style: none; text-transform: uppercase; }.service-cities summary::-webkit-details-marker { display: none; }.service-cities summary span { color: var(--teal); font-size: 22px; font-weight: 400; line-height: 1; transition: transform .2s ease; }.service-cities[open] summary span { transform: rotate(45deg); }.service-cities ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 18px; margin: 0; padding: 0 0 18px; list-style: none; }.service-cities li { color: var(--muted); font-size: 12px; line-height: 1.4; }

.faq-section { display: grid; grid-template-columns: minmax(0, .77fr) minmax(0, 1.23fr); gap: clamp(46px, 10vw, 150px); align-items: start; padding-top: 126px; padding-bottom: 132px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 21px 0; color: var(--ink-deep); cursor: pointer; font-size: 15px; font-weight: 600; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--teal); font-size: 22px; font-weight: 400; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 600px; margin: -4px 35px 20px 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.quote-form select { display: block; width: 100%; margin-top: 7px; padding: 12px 0 10px; border: 0; border-bottom: 1px solid rgba(255, 253, 248, .55); border-radius: 0; outline: 0; background: var(--ink-deep); color: var(--white); }.quote-form select:focus { border-color: var(--gold); box-shadow: 0 2px 0 -1px var(--gold); }.form-note { margin: -3px 0 16px; color: #b5c9c4; font-size: 11px; }.quote-form .form-next { margin-top: 12px; }

@media (max-width: 900px) {
  .home-service-grid { grid-template-columns: repeat(2, 1fr); }.home-service-featured { grid-row: auto; grid-column: span 2; }.home-service-featured .home-service-photo { min-height: 395px; }.transformations-inner, .why-us, .service-area, .faq-section { grid-template-columns: 1fr; }.transformations-copy > p:not(.eyebrow) { max-width: 500px; }.process-list { grid-template-columns: repeat(3, 1fr); }.process-list li:nth-child(4) { border-left: 0; }.project-grid { grid-template-columns: 1fr 1fr; }.project-card-wide { grid-column: span 2; }.review-section { grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr); gap: 45px; }.service-cities ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .home-services, .projects, .faq-section, .service-area, .why-us { padding-right: 20px; padding-left: 20px; }.home-section-head { display: block; margin-bottom: 34px; }.home-section-head h2:not(.section-kicker), .transformations h2:not(.section-kicker), .why-copy h2:not(.section-kicker), .process-section h2:not(.section-kicker), .review-section h2:not(.section-kicker), .area-copy h2:not(.section-kicker), .faq-intro h2:not(.section-kicker) { font-size: 47px; }.section-tagline { margin-bottom: 17px; font-size: 16px; }.home-section-head > p { margin-top: 24px; }.home-service-grid { display: grid; grid-template-columns: 1fr; gap: 0; }.home-service, .home-service-featured { grid-column: auto; grid-row: auto; padding: 18px 0; border-top: 1px solid var(--line); }.home-service:first-child { border-top: 0; padding-top: 0; }.home-service-photo { display: none; }.home-service-caption { padding-top: 0; }.transformations { padding: 86px 20px 92px; }.comparison-stage { aspect-ratio: .9 / 1; }.comparison-meta { padding-top: 13px; }.why-us { padding-top: 88px; padding-bottom: 94px; gap: 67px; }.why-media { padding-right: 22px; }.why-media span { width: 105px; height: 105px; font-size: 15px; }.process-section { padding: 86px 20px 92px; }.process-list { display: block; margin-top: 38px; }.process-list li, .process-list li:first-child, .process-list li:nth-child(4) { min-height: auto; padding: 19px 0 22px 46px; border-left: 0; }.process-list li { position: relative; }.process-list span { position: absolute; top: 19px; left: 0; }.process-list h3 { margin: 0 0 5px; }.projects { padding-top: 86px; padding-bottom: 88px; }.projects .project-grid { display: grid; grid-template-columns: 1fr; gap: 42px; }.project-card, .project-card-wide { grid-column: auto; min-height: 360px; }.project-card-editorial, .project-card-editorial.project-card-wide { min-height: 0; }.project-card-editorial .project-card-caption { padding-top: 15px; }.review-section { display: block; padding: 86px 20px; }.verified-reviews { margin-top: 50px; }.verified-review footer { align-items: flex-start; flex-direction: column; gap: 7px; }.service-area { padding-top: 88px; padding-bottom: 90px; gap: 48px; }.area-map { min-height: 420px; padding: 56px 18px; }.metro-compass { width: min(78vw, 320px); }.area-map-copy strong { font-size: clamp(52px, 17vw, 74px); }.area-map-copy p { max-width: 300px; margin: 30px auto 0; font-size: 9px; }.faq-section { padding-top: 86px; padding-bottom: 90px; gap: 40px; }.faq-list summary { font-size: 14px; }.contact-section .contact-inner { display: block; }
}

@media (max-width: 680px) {
  .review-section { padding: 64px 20px 68px; }
  .review-inner > p:not(.eyebrow):not(.section-tagline) { margin: 20px 0 23px; line-height: 1.6; }
  .review-actions { gap: 12px 18px; }
  .verified-reviews { margin-top: 34px; }
  .verified-review { padding: 17px 0 16px; }
  .verified-review blockquote { font-size: 20px; line-height: 1.18; }
  .verified-review footer { margin-top: 9px; }
}

@media (max-width: 680px) {
  .service-area { padding-bottom: 32px; }
  .faq-section { padding-top: 52px; padding-bottom: 72px; gap: 24px; }
}

/* Short full-bleed hero used by secondary and utility page scaffolds. */
.page-hero { min-height: 560px; padding-bottom: 78px; background: var(--paper); }
.page-hero:not(:has(.project-location)) { background: var(--hero-overlay); }
.page-hero .hero-content { padding-top: 120px; }
.page-hero .hero-intro { text-shadow: 0 3px 16px rgba(0, 22, 28, .68); }
.page-hero .hero-photo::after { background: linear-gradient(90deg, rgba(46, 116, 132, .82) 0%, rgba(46, 116, 132, .66) 34%, rgba(46, 116, 132, .28) 67%, rgba(46, 116, 132, .08) 100%), linear-gradient(180deg, rgba(46, 116, 132, .28), rgba(46, 116, 132, .04) 55%); }

@media (max-width: 680px) {
  .page-hero { min-height: 560px; padding: 78px 20px 80px; }
  .page-hero .hero-content { padding-top: 76px; }
  .page-hero .hero-actions { flex-wrap: wrap; gap: 10px; }
  .page-hero h1,
  .page-hero .hero-intro { color: var(--white); text-shadow: 0 3px 16px rgba(0, 22, 28, .68); }
  .page-hero h1 em,
  .page-hero .eyebrow { color: var(--gold); }
  .page-hero .hero-photo::after { background: linear-gradient(180deg, rgba(46, 116, 132, .88) 0%, rgba(46, 116, 132, .68) 48%, rgba(46, 116, 132, .35) 100%); }
}

/* Services page: only page-specific navigation, alternating order, and action layout. */
.services-anchor-nav { position: sticky; top: 92px; z-index: 5; border-bottom: 1px solid var(--line); background: rgba(237, 233, 224, .96); box-shadow: 0 8px 22px rgba(14, 48, 56, .06); backdrop-filter: blur(12px); }
.services-anchor-inner { display: flex; max-width: var(--container); margin: 0 auto; padding: 0 28px; overflow-x: auto; }
.services-anchor-inner a { display: inline-flex; min-height: 52px; flex: 0 0 auto; align-items: center; border-bottom: 2px solid transparent; padding: 0 14px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: border-color .22s ease, color .22s ease, background .22s ease; }
.services-anchor-inner a:first-child { margin-left: -14px; }
.services-anchor-inner a:hover, .services-anchor-inner a:focus-visible { border-bottom-color: var(--teal); background: rgba(255, 253, 248, .44); color: var(--ink-deep); }
.services-list { background: var(--paper); }
.service-detail { scroll-margin-top: 150px; border-bottom: 1px solid var(--line); padding-top: 108px; padding-bottom: 112px; }
.service-detail:nth-child(even) .why-media { order: 2; padding-right: 0; padding-left: 34px; }
.service-detail:nth-child(even) .why-media::after { right: 28px; left: 0; }
.service-detail .why-media img { aspect-ratio: 4 / 3; object-fit: cover; }
.service-detail .why-media { display: flex; flex-direction: column; align-self: stretch; }
.service-detail .service-photo { position: relative; }
.service-icon-mark { flex: 1; min-height: 90px; margin-top: 22px; background-repeat: no-repeat; background-position: center; background-size: 130px 130px; opacity: .16; }
.service-detail .why-copy > p:not(.eyebrow) { max-width: 520px; margin-top: 18px; }
.service-detail .why-list { margin-top: 30px; }
.service-detail .why-list p { max-width: 500px; }
.service-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; margin-top: 34px; }
.service-actions .section-link { margin-top: 0; }
.services-projects { border-bottom: 1px solid var(--line); }
.services-projects .project-grid { display: flex; grid-template-columns: none; gap: 18px; overflow-x: auto; scroll-snap-type: x proximity; padding-bottom: 16px; margin-bottom: -16px; }
.services-projects .project-card,
.services-projects .project-card-wide { flex: 0 0 300px; grid-column: auto; scroll-snap-align: start; }
.services-projects .project-card-wide { flex-basis: 390px; }
.services-cta-note { max-width: 440px; margin: 0 0 28px; color: #b5c9c4; line-height: 1.75; }
.contact-section .quote-form .contact-details { margin-top: 36px; }

/* Keep every horizontal rail slim and consistent across the secondary pages. */
.services-anchor-inner,
.services-projects .project-grid,
.gallery-filters { scrollbar-width: thin; scrollbar-color: var(--teal) transparent; }
.services-anchor-inner::-webkit-scrollbar,
.services-projects .project-grid::-webkit-scrollbar,
.gallery-filters::-webkit-scrollbar { height: 2px; }
.services-anchor-inner::-webkit-scrollbar-track,
.services-projects .project-grid::-webkit-scrollbar-track,
.gallery-filters::-webkit-scrollbar-track { background: transparent; }
.services-anchor-inner::-webkit-scrollbar-thumb,
.services-projects .project-grid::-webkit-scrollbar-thumb,
.gallery-filters::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--teal); }
.services-anchor-inner::-webkit-scrollbar-thumb:hover,
.services-projects .project-grid::-webkit-scrollbar-thumb:hover,
.gallery-filters::-webkit-scrollbar-thumb:hover { background: var(--teal-light); }

@media (min-width: 901px) {
  .service-detail > .why-media { align-self: stretch; }
  .service-detail > .why-media img { height: auto; }
}

@media (max-width: 900px) {
  .services-anchor-nav { top: 78px; }
  .service-detail:nth-child(even) .why-media { order: 0; padding-right: 34px; padding-left: 0; }
  .service-detail:nth-child(even) .why-media::after { right: 0; left: 28px; }
  .service-icon-mark { min-height: 110px; background-size: 88px 88px; }
}

@media (max-width: 680px) {
  .site-header .brand-logo { width: 174px; height: 82px; object-fit: contain; object-position: left center; }
  .site-nav { align-items: stretch; justify-content: stretch; }
  .site-nav a { width: 100%; }
  .services-anchor-inner { padding: 0 20px; }
  .services-anchor-inner a { min-height: 48px; padding-inline: 12px; font-size: 9px; }
  .services-anchor-inner a:first-child { margin-left: -12px; }
  .service-detail { scroll-margin-top: 132px; padding-top: 82px; padding-bottom: 88px; }
  .service-detail:nth-child(even) .why-media { padding-right: 22px; }
  .service-detail .why-copy > p:not(.eyebrow) { font-size: 14px; }
  .service-icon-mark { min-height: 96px; background-size: 72px 72px; }
  .service-actions { align-items: flex-start; flex-direction: column; }
  .service-actions .button { width: 100%; justify-content: center; }
  .services-cta-note { font-size: 14px; }
}

/* Gallery and project pages. These extend the current project-card and comparison patterns. */
.gallery-comparison { scroll-margin-top: 90px; background: var(--paper); color: var(--ink); }
.gallery-comparison .transformations-copy h2 { color: var(--ink); }
.gallery-comparison .transformations-copy .section-tagline { color: var(--muted); }
.gallery-comparison .transformations-copy .section-tagline em { color: var(--teal); }
.gallery-comparison .transformations-copy > p:not(.eyebrow):not(.section-tagline) { color: var(--muted); }
.gallery-comparison .button-light { border-color: var(--ink); color: var(--ink); }
.gallery-comparison .button-light:hover { background: var(--ink); color: var(--paper); }
.gallery-comparison .comparison-stage { border: 0; box-shadow: 0 16px 34px rgba(23, 63, 72, .18); }
.gallery-comparison .comparison-meta span { color: var(--teal); }
.gallery-comparison .comparison-meta strong { color: var(--ink); }
.gallery-comparison .comparison-controls button { border-color: rgba(23, 63, 72, .22); color: var(--ink); }
.gallery-comparison .comparison-controls button:hover { background: var(--teal); color: var(--paper); }
.gallery-comparison .comparison-controls button:focus-visible { outline-color: var(--teal); }
.gallery-projects { max-width: var(--container); margin: 0 auto; scroll-margin-top: 92px; }
.gallery-toolbar { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: end; margin-bottom: 34px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.gallery-filters button { min-height: 44px; border: 1px solid var(--line); padding: 10px 14px; background: transparent; color: var(--muted); cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease; }
.gallery-filters button:hover { border-color: var(--teal); color: var(--ink-deep); transform: translateY(-1px); }
.gallery-filters button:active { transform: scale(.98); }
.gallery-filters button.is-active { border-color: var(--teal); background: var(--teal); color: var(--white); }
.gallery-result-count { margin: 0 0 12px; color: var(--muted); font-size: 11px; white-space: nowrap; }
.gallery-project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gallery-project-grid .project-card { min-height: 0; }
.gallery-project-grid .project-card-wide { grid-column: span 2; min-height: 0; }
.project-card-editorial .project-card-note { display: block; margin: 10px 0 0 40px; color: var(--muted); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.gallery-empty { max-width: 670px; margin: 28px auto 0; padding: 68px 44px; border: 1px solid var(--line); background: var(--paper-deep); text-align: center; }
.gallery-empty .eyebrow { justify-content: center; }
.gallery-empty h3 { margin: 0 0 14px; color: var(--ink-deep); font-size: clamp(28px, 4vw, 44px); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.gallery-empty > p:not(.eyebrow) { max-width: 480px; margin: 0 auto 25px; color: var(--muted); line-height: 1.7; }
.gallery-empty[hidden], .gallery-project-grid[hidden] { display: none; }

.project-breadcrumb { max-width: var(--container); margin: 0 auto; padding: 25px 28px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.project-breadcrumb a { color: var(--teal); font-weight: 700; }
.project-breadcrumb span { margin: 0 9px; color: var(--gold-deep); }
.hero-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 25px; color: rgba(255, 253, 248, .8); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hero-breadcrumb a { color: var(--gold); }
.project-hero-tagline { margin: -10px 0 19px; color: var(--gold); font-family: var(--serif); font-size: clamp(19px, 2vw, 27px); font-style: italic; line-height: 1.1; text-shadow: 0 2px 14px rgba(14, 48, 56, .48); }
.project-hero-services { margin: -10px 0 19px; }
.project-location { display: block; margin-top: -8px; color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.project-overview { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .62fr); gap: clamp(46px, 10vw, 148px); max-width: var(--container); margin: 0 auto; padding-top: 64px; padding-bottom: 28px; }
.project-overview h2:not(.section-kicker),
.project-narrative h2:not(.section-kicker),
.project-media h2:not(.section-kicker),
.project-related h2:not(.section-kicker) { margin-bottom: 0; color: var(--ink-deep); font-size: clamp(40px, 4.6vw, 66px); line-height: .95; }
.project-overview h2:not(.section-kicker) { font-size: clamp(34px, 3.5vw, 50px); }
.project-overview h2:not(.section-kicker) em,
.project-narrative h2:not(.section-kicker) em,
.project-media h2:not(.section-kicker) em,
.project-related h2:not(.section-kicker) em { color: var(--teal); }
.project-overview-copy .section-tagline,
.project-story-head .section-tagline,
.project-narrative-row .section-tagline,
.project-media-head .section-tagline { margin-bottom: 10px; }
.project-overview-copy > p:not(.eyebrow):not(.section-tagline) { max-width: 650px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.project-facts { margin: 0; border-top: 1px solid var(--line); }
.project-facts div { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.project-facts dt { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-facts dd { margin: 0; color: var(--ink-deep); font-size: 12px; line-height: 1.55; }
.project-comparison .transformations-copy > p:not(.eyebrow) { max-width: 370px; }
.project-comparison .comparison-controls { display: none; }
.project-story { display: grid; grid-template-columns: minmax(220px, .52fr) minmax(0, 1.48fr); gap: clamp(48px, 8vw, 118px); max-width: var(--container); margin: 0 auto; padding-top: 28px; padding-bottom: 32px; }
.project-story-head h2:not(.section-kicker) { max-width: 390px; margin: 0; color: var(--ink-deep); font-size: clamp(38px, 4vw, 56px); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.project-story-head h2:not(.section-kicker) em { color: var(--teal); font-family: var(--serif); font-weight: 500; }
.project-story-list { align-self: start; }
.project-story-item { display: grid; grid-template-columns: minmax(135px, .34fr) minmax(0, 1fr); gap: 28px; padding: 25px 0; }
.project-story-item + .project-story-item { border-top: 1px solid var(--line); }
.project-story-item .eyebrow { margin: 3px 0 0; font-size: 12px; letter-spacing: .1em; line-height: 1.35; }
.project-story-item .eyebrow span { display: none; }
.project-story-item p { max-width: 680px; margin: 0; color: var(--muted); line-height: 1.75; }
.project-story-item ul { display: grid; margin: 0; padding-left: 1.15em; list-style: disc; }
.project-story-item li { padding-left: .2em; color: var(--muted); font-size: inherit; line-height: 1.75; }
.project-story-item li::marker { color: var(--muted); font-size: .8em; }
.project-narrative { max-width: var(--container); margin: 0 auto; padding-top: 28px; padding-bottom: 40px; }
.project-narrative-row { display: grid; grid-template-columns: minmax(240px, .62fr) minmax(0, 1.38fr); gap: clamp(46px, 10vw, 150px); padding: 84px 0; border-bottom: 1px solid var(--line); }
.project-narrative-row:first-child { padding-top: 0; }
.project-narrative-row:last-child { border-bottom: 0; padding-bottom: 0; }
.project-narrative-copy p { max-width: 690px; margin: 0; color: var(--muted); line-height: 1.8; }
.project-narrative-copy ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.project-narrative-copy li { position: relative; padding: 0 0 13px 24px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; line-height: 1.65; }
.project-narrative-copy li::before { content: ""; position: absolute; top: .65em; left: 0; width: 9px; height: 1px; background: var(--teal); }
.project-media { max-width: var(--container); margin: 0 auto; padding-top: 32px; padding-bottom: 40px; }
.project-media-head { display: grid; grid-template-columns: 1fr minmax(260px, .58fr); gap: clamp(40px, 8vw, 120px); align-items: end; margin-bottom: 48px; }
.project-media-head > p { margin: 0; color: var(--muted); line-height: 1.7; }
.project-photo-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 18px; }
.project-photo-grid figure { min-height: 360px; margin: 0; overflow: hidden; background: var(--ink-deep); }
.project-photo-grid figure:first-child { grid-row: span 2; min-height: 738px; }
.project-photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.project-photo-grid figure:hover img { transform: scale(1.035); }
.project-related { max-width: var(--container); margin: 0 auto; padding-top: 40px; padding-bottom: 72px; border-top: 1px solid var(--line); }
.project-related-grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: clamp(48px, 9vw, 136px); margin-top: 48px; }
.related-service-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-self: start; gap: 9px 18px; }
.related-service-links a { color: var(--ink-deep); font-size: 11px; font-weight: 700; letter-spacing: .04em; line-height: 1.4; text-transform: uppercase; }
.project-related .project-grid { grid-template-columns: 1fr 1fr; }
.project-related .project-card,
.project-related .project-card-wide { grid-column: auto; min-height: 0; }
.project-page-cta { margin-top: 0; }

/* Project detail heroes are intentionally compact: the case-study imagery below carries the visual story. */
.page-hero:has(.project-location) { min-height: 500px; padding-bottom: 42px; }
.page-hero:has(.project-location) .hero-content > .eyebrow { gap: 0; }
.page-hero:has(.project-location) .hero-content > .eyebrow span { display: none; }
.page-hero:has(.project-location) .hero-photo img { filter: blur(10px); transform: scale(1.04); }
.page-hero:has(.project-location) .hero-photo::after { background: linear-gradient(90deg, rgba(7, 47, 60, .72) 0%, rgba(7, 47, 60, .58) 58%, rgba(7, 47, 60, .44) 100%), linear-gradient(180deg, rgba(7, 47, 60, .28) 0%, rgba(7, 47, 60, .12) 55%, rgba(7, 47, 60, .3) 100%); }

@media (min-width: 901px) {
  .gallery-comparison { padding-top: 104px; padding-bottom: 104px; }
  .gallery-comparison .comparison-stage { aspect-ratio: 1.42 / 1; }
}

@media (max-width: 900px) {
  .project-overview,
  .project-story,
  .project-narrative-row,
  .project-related-grid { grid-template-columns: 1fr; column-gap: 42px; row-gap: 20px; }
  .project-photo-grid { grid-template-columns: 1fr 1fr; }
  .project-photo-grid figure:first-child { grid-column: span 2; grid-row: auto; min-height: 520px; }
}

@media (max-width: 680px) {
  .gallery-toolbar { display: block; position: relative; overflow: hidden; }
  .gallery-filters { flex-wrap: nowrap; margin-inline: 0; padding: 0 44px 10px 0; overflow-x: auto; scrollbar-color: rgba(23, 109, 120, .42) transparent; }
  .gallery-toolbar::after { position: absolute; top: 0; right: 0; bottom: 0; width: 42px; pointer-events: none; content: ""; background: linear-gradient(90deg, rgba(237, 233, 224, 0), var(--paper)); }
  .gallery-filters button { flex: 0 0 auto; }
  .gallery-result-count { margin-top: 14px; }
  .gallery-project-grid { grid-template-columns: 1fr; }
  .gallery-project-grid .project-card,
  .gallery-project-grid .project-card-wide { grid-column: auto; min-height: 0; }
  .gallery-empty { padding: 48px 22px; }
  .project-breadcrumb { padding: 20px; }
  .page-hero:has(.project-location) { min-height: 470px; padding: 64px 20px 42px; }
  .page-hero:has(.project-location) .hero-content { padding-top: 46px; }
  .hero-breadcrumb { color: rgba(255, 253, 248, .82); text-shadow: 0 2px 10px rgba(7, 47, 60, .7); }
  .hero-breadcrumb a { color: var(--gold); }
  .project-hero-tagline { margin-top: -7px; color: var(--gold); font-size: 18px; text-shadow: 0 2px 12px rgba(7, 47, 60, .72); }
  .project-hero-services { margin-top: -7px; }
  .project-location { color: rgba(255, 253, 248, .9); text-shadow: 0 2px 10px rgba(7, 47, 60, .72); }
  .project-overview { padding: 48px 20px 22px; }
  .project-overview-copy > p:not(.eyebrow):not(.section-tagline) { font-size: 14px; }
  .project-facts div { grid-template-columns: 90px 1fr; }
  .project-story { column-gap: 30px; row-gap: 20px; padding: 22px 20px 24px; }
  .project-story-item { grid-template-columns: 1fr; gap: 10px; padding: 22px 0; }
  .project-narrative { padding: 22px 20px 30px; }
  .project-narrative-row { column-gap: 28px; row-gap: 20px; padding: 62px 0; }
  .project-media { padding: 24px 20px 30px; }
  .project-media-head { display: block; }
  .project-media-head > p { margin-top: 18px; }
  .project-photo-grid { grid-template-columns: 1fr; }
  .project-photo-grid figure,
  .project-photo-grid figure:first-child { grid-column: auto; min-height: 340px; }
  .project-related { padding: 36px 20px 50px; }
  .project-related .project-grid { grid-template-columns: 1fr; }
  .project-related .project-card { min-height: 0; }
}

.quote-form textarea {padding-top: 8px; padding-bottom: 6px; }

.contact-social { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.contact-social .social-link { display: inline-flex; align-items: center; gap: 7px; border-bottom: 0; padding-bottom: 0; color: var(--white); font-size: 12px; }
.footer-social { display: flex; justify-content: flex-end; gap: 8px; margin-top: 2px; }
.footer-social .social-link { display: inline-flex; width: 24px; height: 24px; align-items: center; justify-content: center; border: 0; padding: 0; color: inherit; }
.social-link img { width: var(--social-icon-size, 22px); height: var(--social-icon-size, 22px); object-fit: contain; }
.social-link img[src$="instagram.png"] { --social-icon-size: 25px; }
.nav-social { display: none; }

/* Hero overlay — single source of truth for the homepage and secondary page heroes at every viewport. Edit only here to change the hero scrim color/fade. Project-detail heroes keep their separate treatment above. */
.hero:not(.page-hero) { --home-hero-scrim: linear-gradient(to bottom, #005d76 5%, #025e77b0 28%, #00161475 56%, #00161414 100%); --home-hero-mask: radial-gradient(ellipse 58% 52% at 100% 0%, rgba(0, 0, 0, .42) 0%, rgba(0, 0, 0, .68) 38%, #000 78%); background: var(--hero-overlay); }
.hero:not(.page-hero) .hero-photo::after { -webkit-mask-image: var(--home-hero-mask); mask-image: var(--home-hero-mask); background: var(--home-hero-scrim); }
.page-hero:not(:has(.project-location)) .hero-photo::after { background: linear-gradient(to bottom, #055e77 5%, #055e77b0 35%, #055e77b8 60%, #055e77b0 70%, #055e77 100%); }

@media (max-width: 680px) {
  .hero:not(.page-hero) { --home-hero-scrim: linear-gradient(to bottom, #005d76 25%, #025e77b0 36%, #00161475 60%, #00161414 100%); --home-hero-mask: none; }
}

.legal-content { max-width: 760px; }
.legal-content h2 { margin: 48px 0 14px; color: var(--ink); font-family: var(--serif); font-size: 26px; font-weight: 600; }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p { margin: 0 0 20px; color: var(--muted); line-height: 1.75; }
.legal-content ul { margin: 0 0 20px; padding-left: 20px; color: var(--muted); line-height: 1.75; }
.legal-content li { margin-bottom: 10px; }
.legal-content a { color: var(--teal); }
