﻿@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Mukta:wght@300;400;500;600;700&display=swap");

:root {
  --navy: #171717;
  --navy-soft: #242424;
  --red: #e00032;
  --ink: #1c1c1c;
  --muted: #6b6b6b;
  --paper: #f7f4f2;
  --line: #dedbd8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: "Mukta", Arial, sans-serif; font-size: 18px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 40; min-height: 188px;
  padding: 20px clamp(28px, 3.5vw, 68px); display: grid;
  grid-template-columns: minmax(190px, 230px) minmax(0, 1fr); gap: clamp(24px, 3vw, 54px); align-items: start;
  color: #fff; background: linear-gradient(180deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.7) 72%, rgba(0,0,0,0) 100%);
}
.brand { display: flex; flex-direction: column; align-items: flex-start; width: 160px; }
.brand-mark { width: 160px; height: 112px; display: grid; place-items: center; overflow: hidden; }
.brand-mark img { width: 160px; height: 110px; object-fit: contain; }
.brand-divider { display: none; }
.lab-wordmark { width: 160px; color: #fff; font-size: 9px; line-height: 1.2; white-space: nowrap; }
.lab-wordmark b { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.lab-wordmark b { font-size: 22px; font-weight: 500; }
.lab-wordmark small { width: 100%; margin-top: 7px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; color: #fff; font-size: 9px; font-weight: 500; letter-spacing: .08em; }
.lab-wordmark small::before, .lab-wordmark small::after { content: ""; height: 1px; background: rgba(255,255,255,.65); }
.header-navigation { min-width: 0; }
.utility-nav { min-height: 43px; display: flex; justify-content: flex-end; align-items: center; gap: 20px; font-size: 14px; font-weight: 700; }
.language-links { display: flex; align-items: center; gap: 12px; font-size: 20px; }
.language-links a { opacity: .78; transition: opacity .2s ease, transform .2s ease; }
.language-links a:hover, .language-links a[aria-current="page"] { opacity: 1; transform: translateY(-1px); }
.language-links img { display: block; width: 22px; height: auto; box-shadow: 0 0 0 1px rgba(255,255,255,.34); }
.header-cta { margin-left: 6px; padding: 10px 19px; border-radius: 999px; color: #fff; background: var(--red); font-size: 13px; letter-spacing: .07em; box-shadow: 0 8px 24px rgba(224,0,50,.24); transition: transform .2s ease, background .2s ease; }
.header-cta:hover { transform: translateY(-1px); background: #b80029; }
.site-header nav { min-height: 80px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: stretch; gap: 6px; border-bottom: 1px solid rgba(224,0,50,.72); }
.site-header nav a { position: relative; display: flex; align-items: center; justify-content: center; padding: 14px 5px 18px; color: #fff; text-align: center; text-transform: uppercase; font-size: clamp(10px, .78vw, 14px); font-weight: 600; line-height: 1.25; letter-spacing: .035em; }
.site-header nav a::after { content: ""; position: absolute; height: 2px; width: 0; left: 50%; bottom: -1px; background: var(--red); transition: width .22s ease, left .22s ease; }
.site-header nav a:hover::after { width: 100%; left: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid rgba(255,255,255,.35); background: rgba(0,0,0,.18); cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.button span { margin-left: 16px; }

.hero { min-height: 100vh; position: relative; color: #fff; display: flex; align-items: center; overflow: hidden; }
.hero-image { object-fit: cover; object-position: center; opacity: 0; transition: opacity .55s ease; }
.hero-image.is-active { opacity: 1; animation: hero-reveal .8s ease both; }
@keyframes hero-reveal {
  from { opacity: .35; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.68) 0%, rgba(8,8,8,.42) 38%, rgba(8,8,8,.08) 72%, rgba(8,8,8,.16) 100%), linear-gradient(0deg, rgba(8,8,8,.26), transparent 48%); }
.hero-content { position: relative; z-index: 2; padding: clamp(230px, 18vw, 300px) clamp(24px, 8vw, 135px) 11vw; max-width: 970px; }
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .2em; margin: 0 0 28px; color: var(--red); }
.eyebrow.light { color: var(--red); }
h1, h2 { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; line-height: .98; letter-spacing: -.035em; margin: 0; }
h1 { font-size: clamp(52px, 6.2vw, 108px); }
h2 { font-size: clamp(44px, 5vw, 78px); color: var(--navy); }
h1 em, h2 em { font-weight: 400; color: var(--red); }
.hero-lead { max-width: 650px; font-size: clamp(18px, 1.55vw, 24px); line-height: 1.5; font-weight: 300; margin: 38px 0 42px; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; padding: 16px 24px; border: 0; cursor: pointer; font-weight: 600; font-size: 16px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; border-radius: 999px; }
.button-primary:hover { background: #b80029; }
.button-ghost { border: 1px solid rgba(255,255,255,.42); color: #fff; background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.hero-meta { position: absolute; z-index: 2; left: clamp(24px, 4.5vw, 76px); right: clamp(24px, 4.5vw, 76px); bottom: 28px; border-top: 1px solid rgba(255,255,255,.28); padding-top: 18px; display: flex; gap: 30px; font-size: 11px; letter-spacing: .15em; }
.hero-switcher { position: absolute; z-index: 3; right: clamp(24px, 4.5vw, 76px); bottom: 84px; display: flex; align-items: center; color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.hero-switcher > div { display: flex; gap: 7px; }
.hero-switcher button { width: 46px; height: 34px; border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.62); background: rgba(8,8,8,.34); backdrop-filter: blur(8px); cursor: pointer; transition: .25s ease; }
.hero-switcher button:hover, .hero-switcher button.is-active { color: #fff; border-color: var(--red); background: rgba(224,0,50,.82); }
.hero-switcher button span { font-size: 10px; letter-spacing: .08em; }
.scroll-cue { margin-left: auto; }
.scroll-cue b { margin-left: 14px; color: var(--red); }

.section { padding: clamp(82px, 9vw, 150px) clamp(24px, 7vw, 118px); }
.manifest { display: grid; grid-template-columns: 1.05fr .75fr; gap: 10vw; align-items: start; background: #fff; }
.manifest-copy { padding-top: 60px; }
.manifest-copy p:first-child { font-size: 26px; line-height: 1.42; color: var(--navy); }
.manifest-copy p { color: var(--muted); }
.text-link { display: inline-flex; gap: 50px; align-items: center; color: var(--navy); font-weight: 700; font-size: 15px; margin-top: 24px; border-bottom: 1px solid var(--navy); padding-bottom: 7px; }
.text-link span { color: var(--red); }

.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(250px, 430px); align-items: end; gap: 8vw; margin-bottom: 72px; }
.section-heading > p { color: var(--muted); font-size: 19px; margin: 0 0 8px; }
.section-heading.compact { grid-template-columns: 1fr; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d2ceca; border-left: 1px solid #d2ceca; }
.service-card { position: relative; isolation: isolate; overflow: hidden; background: #111; color: #fff; min-height: 310px; padding: 30px; border-right: 1px solid #d2ceca; border-bottom: 1px solid #d2ceca; display: flex; flex-direction: column; transition: transform .35s, box-shadow .35s; }
.service-card:hover { color: #fff; transform: translateY(-7px); box-shadow: 0 24px 45px rgba(15,15,15,.2); }
.service-card-image { z-index: -2; left: 44% !important; width: 56% !important; object-fit: cover; opacity: 1; transform: scale(1.02); filter: saturate(.82) contrast(1.08); transition: transform .8s ease; }
.service-card:hover .service-card-image, .service-card:focus-within .service-card-image { transform: scale(1.08); }
.service-card-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #101010 0%, rgba(16,16,16,.98) 39%, rgba(16,16,16,.7) 62%, rgba(16,16,16,.16) 100%); opacity: 1; }
.service-number { color: var(--red); font-size: 13px; letter-spacing: .12em; font-weight: 700; }
.service-card h3 { max-width: 63%; font-family: "DM Serif Display", Georgia, serif; font-size: 27px; line-height: 1.08; font-weight: 400; margin: 38px 0 14px; color: #fff; }
.service-card p { max-width: 64%; color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.45; margin: 0 0 24px; }
.service-card a { max-width: 64%; margin-top: auto; color: #fff; font-size: 13px; font-weight: 700; display: flex; justify-content: space-between; }
.service-card a span { color: var(--red); }

.numbers-band { background: #151515; color: #fff; padding: 34px clamp(24px, 7vw, 118px) 38px; display: grid; grid-template-columns: minmax(190px, .65fr) 2fr; gap: clamp(35px, 6vw, 100px); align-items: center; overflow: hidden; }
.numbers-intro { border-right: 1px solid rgba(255,255,255,.18); padding-right: 30px; }
.numbers-intro .eyebrow { margin-bottom: 9px; }
.numbers-intro > p:last-child { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: 21px; line-height: 1.15; }
.numbers-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.numbers-grid article { min-width: 0; padding: 0 clamp(22px, 3vw, 52px); border-right: 1px solid rgba(255,255,255,.18); }
.numbers-grid article:first-child { padding-left: 0; }
.numbers-grid article:last-child { border-right: 0; }
.numbers-grid article > span { display: block; color: var(--red); font-family: "DM Serif Display", Georgia, serif; font-size: clamp(54px, 6vw, 92px); line-height: .9; font-variant-numeric: tabular-nums; white-space: nowrap; }
.numbers-grid p { margin: 13px 0 0; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.studio h2, .contact h2 { color: #fff; }

.audience-list { border-top: 1px solid var(--line); }
.audience-list article { display: grid; grid-template-columns: 70px 1.2fr 1fr 60px; gap: 30px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); }
.audience-list article > span { color: var(--red); font-size: 13px; font-weight: 700; }
.audience-list h3 { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; color: var(--navy); font-size: 31px; margin: 0; }
.audience-list p { margin: 0; color: var(--muted); font-size: 16px; }
.audience-list article > a { width: 48px; height: 48px; border: 1px solid var(--line); display: grid; place-items: center; justify-self: end; color: var(--red); transition: .2s; }
.audience-list article:hover > a { background: var(--red); color: #fff; border-color: var(--red); }

.photo-story { background: #171717; color: #fff; padding: clamp(82px, 9vw, 140px) 0 clamp(72px, 8vw, 120px); overflow: hidden; }
.photo-story-heading { display: grid; grid-template-columns: 1fr; gap: 8vw; align-items: end; padding: 0 clamp(24px, 7vw, 118px); margin-bottom: 58px; }
.photo-story-heading h2 { color: #fff; }
.photo-story-heading > p { margin: 0 0 8px; color: rgba(255,255,255,.67); font-size: 19px; }
.photo-story-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(420px, 38vw); gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--red) rgba(255,255,255,.1); padding: 0 clamp(24px, 7vw, 118px) 24px; }
.photo-story-track figure { position: relative; height: clamp(330px, 33vw, 520px); margin: 0; overflow: hidden; scroll-snap-align: start; background: var(--navy-soft); }
.photo-story-track img { object-fit: cover; transition: transform .7s ease; }
.photo-story-track figure:hover img { transform: scale(1.035); }
.photo-story-track figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: center; gap: 18px; padding: 42px 24px 20px; background: linear-gradient(transparent, rgba(10,10,10,.9)); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.photo-story-track figcaption span { color: var(--red); }

.studio { background: var(--navy); color: #fff; padding-bottom: 0; overflow: hidden; }
.studio-intro { display: grid; grid-template-columns: 1.1fr .8fr; gap: 8vw; align-items: end; }
.studio-intro > p { color: rgba(255,255,255,.68); font-size: 19px; }
.capabilities { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 88px; border-top: 1px solid rgba(255,255,255,.2); }
.capabilities article { padding: 45px 40px 70px 0; border-right: 1px solid rgba(255,255,255,.2); }
.capabilities article:not(:first-child) { padding-left: 40px; }
.capabilities strong { font-family: "DM Serif Display", Georgia, serif; font-size: clamp(72px, 8vw, 125px); line-height: 1; color: var(--red); font-weight: 400; }
.capabilities h3 { font-size: 18px; margin: 20px 0 8px; }
.capabilities p { color: rgba(255,255,255,.6); font-size: 15px; margin: 0; max-width: 250px; }
.equipment-line { margin: 0 calc(-1 * clamp(24px, 7vw, 118px)); padding: 28px 45px; background: #980022; display: flex; align-items: center; gap: 30px; white-space: nowrap; font-size: 12px; font-weight: 700; letter-spacing: .12em; overflow: hidden; }
.equipment-line i { color: #fff; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: var(--paper); }
.faq-title > p:not(.eyebrow) { color: var(--muted); max-width: 430px; margin-top: 34px; }
.faq-list { border-top: 1px solid #d2ceca; }
details { border-bottom: 1px solid #d2ceca; padding: 0 4px; }
summary { cursor: pointer; list-style: none; font-family: "DM Serif Display", Georgia, serif; font-size: 24px; color: var(--navy); padding: 26px 0; display: flex; justify-content: space-between; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--red); font-family: "Mukta", sans-serif; font-size: 26px; font-weight: 300; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { color: var(--muted); font-size: 16px; margin: -6px 45px 26px 0; }

.contact { background: #171717; color: #fff; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.contact-intro > p:not(.eyebrow) { color: rgba(255,255,255,.68); max-width: 620px; font-size: 19px; margin-top: 36px; }
.address { margin-top: 70px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; gap: 7px; }
.address span { font-size: 11px; letter-spacing: .16em; color: var(--red); }
.address b { font-size: 20px; }
.address a { font-size: 14px; color: var(--red); margin-top: 10px; }
form { display: flex; flex-direction: column; gap: 22px; background: #fff; color: var(--ink); padding: clamp(28px, 4vw, 58px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
label { font-size: 13px; font-weight: 700; color: var(--navy); display: flex; flex-direction: column; gap: 7px; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid #c8c3bf; border-radius: 0; background: transparent; padding: 10px 0 12px; color: var(--ink); outline: none; font-size: 16px; font-weight: 400; }
textarea { border: 1px solid #c8c3bf; padding: 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--red); box-shadow: 0 2px 0 -1px var(--red); }
.consent { flex-direction: row; align-items: flex-start; font-weight: 400; color: var(--muted); font-size: 13px; }
.consent input { width: 18px; height: 18px; accent-color: var(--red); margin-top: 2px; }
.consent a { color: var(--navy); text-decoration: underline; }
.submit { align-self: flex-start; min-width: 210px; margin-top: 10px; }
.form-success { background: #fff; color: var(--ink); padding: clamp(36px, 6vw, 90px); align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.form-success > span { width: 58px; height: 58px; border-radius: 50%; background: #f5e9ec; color: var(--red); display: grid; place-items: center; font-size: 28px; }
.form-success h3 { font-family: "DM Serif Display", Georgia, serif; font-size: 42px; color: var(--navy); margin: 28px 0 10px; font-weight: 400; }
.form-success p { color: var(--muted); }
.form-success button { align-self: flex-start; border: 0; border-bottom: 1px solid var(--navy); padding: 8px 0; background: transparent; color: var(--navy); font-weight: 700; cursor: pointer; }

footer { background: #0e0e0e; color: #fff; padding: 70px clamp(24px, 7vw, 118px) 30px; }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 55px; padding-bottom: 60px; }
.footer-brand { align-self: start; height: auto; }
.footer-brand .brand-divider { background: rgba(255,255,255,.25); }
.footer-brand .lab-wordmark { color: #fff; }
.footer-main > div { display: flex; flex-direction: column; gap: 9px; font-size: 15px; color: rgba(255,255,255,.7); }
.footer-main > div > span { color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .15em; margin-bottom: 10px; }
.footer-main p { margin: 0; }
.footer-main a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding-top: 25px; display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 12px; }
.sticky-cta { position: fixed; z-index: 30; right: 22px; bottom: 22px; background: var(--red); color: #fff; padding: 14px 18px; font-size: 14px; font-weight: 700; box-shadow: 0 12px 35px rgba(95,0,10,.28); display: none; }
.sticky-cta span { margin-left: 18px; }

@media (max-width: 980px) {
  .site-header { min-height: 94px; padding: 10px 18px; grid-template-columns: 1fr auto; align-items: center; background: rgba(10,10,10,.96); }
  .brand { width: auto; flex-direction: row; align-items: center; gap: 13px; }
  .brand-mark { width: 76px; height: 70px; }
  .brand-mark img { width: 73px; height: 57px; }
  .lab-wordmark { width: 132px; }
  .lab-wordmark b { font-size: 17px; }
  .lab-wordmark small { margin-top: 3px; font-size: 7px; }
  .menu-toggle { display: block; }
  .header-navigation { position: absolute; top: 94px; left: 0; right: 0; max-height: 0; overflow: hidden; opacity: 0; visibility: hidden; background: rgba(10,10,10,.99); border-top: 1px solid rgba(224,0,50,.58); transition: max-height .35s ease, opacity .25s ease, visibility .25s ease; }
  .header-navigation.is-open { max-height: calc(100svh - 94px); overflow-y: auto; opacity: 1; visibility: visible; }
  .utility-nav { min-height: 62px; padding: 12px 20px; justify-content: flex-start; flex-wrap: wrap; }
  .site-header nav { min-height: 0; grid-template-columns: 1fr 1fr; gap: 0; padding: 4px 20px 22px; border-top: 1px solid rgba(255,255,255,.12); }
  .site-header nav a { min-height: 58px; justify-content: flex-start; padding: 13px 10px; text-align: left; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-header nav a::after { display: none; }
  .hero { min-height: 100svh; }
  .hero-content { padding-top: 170px; }
  .manifest, .section-heading, .studio-intro, .faq, .contact { grid-template-columns: 1fr; }
  .manifest-copy { padding-top: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .numbers-band { grid-template-columns: 1fr; gap: 26px; }
  .numbers-intro { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); padding: 0 0 20px; display: flex; align-items: baseline; justify-content: space-between; gap: 24px; }
  .numbers-intro .eyebrow { margin: 0; }
  .audience-list article { grid-template-columns: 50px 1fr 50px; }
  .audience-list article p { grid-column: 2 / 3; }
  .photo-story-heading { grid-template-columns: 1fr; }
  .capabilities { grid-template-columns: 1fr; }
  .capabilities article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); padding: 35px 0 !important; }
  .faq-title { margin-bottom: 60px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2 / 3; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .site-header { min-height: 78px; padding: 7px 14px; }
  .brand { gap: 9px; }
  .brand-mark { width: 58px; height: 54px; }
  .brand-mark img { width: 56px; height: 45px; }
  .lab-wordmark { width: 112px; }
  .lab-wordmark b { font-size: 14px; }
  .lab-wordmark small { font-size: 6px; letter-spacing: .24em; }
  .menu-toggle { width: 42px; height: 42px; }
  .header-navigation { top: 78px; }
  .header-navigation.is-open { max-height: calc(100svh - 78px); }
  .utility-nav { gap: 12px; padding: 12px 16px; }
  .header-cta { margin-left: auto; padding: 9px 15px; font-size: 11px; }
  .site-header nav { grid-template-columns: 1fr; padding: 4px 16px 20px; }
  .site-header nav a { min-height: 49px; }
  .hero-content { padding-top: 135px; padding-bottom: 150px; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,8,8,.94), rgba(8,8,8,.52)), linear-gradient(0deg, rgba(8,8,8,.7), transparent); }
  .hero-meta span:nth-child(2) { display: none; }
  .hero-switcher { left: 22px; right: 22px; bottom: 88px; justify-content: space-between; }
  .hero-switcher > div { width: 100%; }
  .hero-switcher button { flex: 1; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .section { padding: 80px 22px; }
  .manifest-copy p:first-child { font-size: 21px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .numbers-band { padding: 28px 18px 30px; gap: 22px; }
  .numbers-intro { align-items: flex-start; flex-direction: column; gap: 7px; }
  .numbers-grid article { padding: 0 11px; }
  .numbers-grid article > span { font-size: clamp(38px, 12vw, 54px); }
  .numbers-grid p { font-size: 9px; letter-spacing: .05em; }
  .audience-list article { grid-template-columns: 38px 1fr 44px; gap: 12px; }
  .audience-list h3 { font-size: 25px; }
  .photo-story-heading { padding: 0 22px; }
  .photo-story-track { grid-auto-columns: 84vw; padding: 0 22px 22px; }
  .photo-story-track figure { height: 360px; }
  .studio { padding-bottom: 0; }
  .equipment-line { margin: 0 -22px; }
  .form-row { grid-template-columns: 1fr; }
  form { margin: 0 -4px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; margin-bottom: 20px; }
  .footer-main > div:last-child { grid-column: 1 / 2; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .sticky-cta { display: block; left: 18px; right: 18px; bottom: 14px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }

/* Static deployment adjustments */
.hero-image,.service-card-image,.photo-story-track img{position:absolute;inset:0;width:100%;height:100%;}
.service-card-image{left:44%;right:auto;height:100%;}
.form-message{display:none;margin:0 0 18px;padding:16px 18px;border-radius:16px;font-weight:700;}
.form-message.is-visible{display:block;}
.form-message.success{background:#edf7ef;color:#12622b;}
.form-message.error{background:#fff0f2;color:#9f0024;}
body.form-sent .form-message.success{display:block;}
body.form-error .form-message.error{display:block;}
.site-header{position:absolute;}
@media (max-width:640px){
  .hero {
    display: flex;
    min-height: 100svh;
    padding-top: 0;
    align-items: flex-end;
    background: #111;
  }
  .hero-image {
    inset: 0;
    height: 100%;
    object-position: 62% center;
  }
  .hero-shade {
    inset: 0;
    height: auto;
    background:
      linear-gradient(180deg, rgba(8,8,8,.30) 0%, rgba(8,8,8,.06) 30%, rgba(8,8,8,.18) 56%, rgba(8,8,8,.62) 100%),
      linear-gradient(90deg, rgba(8,8,8,.58) 0%, rgba(8,8,8,.24) 48%, rgba(8,8,8,.06) 100%);
  }
  .hero-content {
    max-width: none;
    padding: 170px 24px 150px;
    background: transparent;
    text-shadow: 0 2px 24px rgba(0,0,0,.42);
  }
  .hero-content .eyebrow { margin-bottom: 20px; }
  .hero-lead { margin: 28px 0 32px; }
  .hero-switcher {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0 17px 30px;
    background: linear-gradient(180deg, rgba(17,17,17,0), rgba(17,17,17,.24));
  }
  .hero-meta { display: none; }
}

/* 20260726ag: final desktop fit guard - keep first hero fully visible on common desktop/laptop viewports */
@media (min-width: 981px) {
  .hero {
    min-height: 100svh !important;
    height: 100svh !important;
    max-height: 100svh !important;
    align-items: stretch !important;
  }

  .hero-content {
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding:
      clamp(130px, 13svh, 185px)
      clamp(54px, 5.2vw, 104px)
      clamp(48px, 6svh, 78px) !important;
    max-width: min(820px, 52vw) !important;
  }

  .hero-content h1 {
    font-size: clamp(54px, 4.75vw, 88px) !important;
    line-height: .95 !important;
  }

  .hero-lead {
    max-width: 620px !important;
    margin-top: clamp(18px, 2.4svh, 28px) !important;
    font-size: clamp(17px, 1.08vw, 21px) !important;
    line-height: 1.38 !important;
  }

  .hero-actions {
    margin-top: clamp(18px, 2.6svh, 28px) !important;
  }

  .hero-actions .button {
    min-height: 50px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .hero-switcher {
    bottom: clamp(18px, 2.8svh, 30px) !important;
  }

  .hero-meta {
    display: none !important;
  }
}

@media (min-width: 981px) and (max-height: 860px) {
  .site-header {
    min-height: 148px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .hero-content {
    padding-top: clamp(104px, 12svh, 132px) !important;
    padding-bottom: clamp(36px, 4.8svh, 54px) !important;
    max-width: min(760px, 50vw) !important;
  }

  .hero-content h1 {
    font-size: clamp(48px, 4.25vw, 76px) !important;
  }

  .hero-lead {
    margin-top: 16px !important;
    font-size: clamp(15px, 1vw, 18px) !important;
    line-height: 1.34 !important;
  }

  .hero-actions {
    margin-top: 16px !important;
  }
}

/* 20260727b: absolute last mobile reset for the offer cards.
   Earlier iterations left competing card rules in the file; this block must stay at EOF. */
@media (max-width: 720px) {
  body,
  main,
  .services {
    overflow-x: hidden !important;
  }

  .services {
    padding-bottom: 112px !important;
  }

  .services .service-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: visible !important;
  }

  .services .service-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: #fff !important;
    color: #171313 !important;
    box-shadow: 0 18px 44px rgba(28, 20, 18, .16) !important;
    transform: none !important;
    isolation: isolate !important;
  }

  .services .service-card:hover {
    transform: none !important;
  }

  .services .service-card::before,
  .services .service-card-shade {
    display: none !important;
    content: none !important;
  }

  .services .service-card-image {
    order: 1 !important;
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: clamp(210px, 58vw, 300px) !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    opacity: 1 !important;
    filter: saturate(1.02) contrast(1.03) !important;
    transform: none !important;
    border-radius: 0 !important;
  }

  .services .service-number,
  .services .service-card h3,
  .services .service-card p,
  .services .service-card a {
    order: 2 !important;
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    z-index: 2 !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    color: inherit !important;
  }

  .services .service-number {
    padding: 30px 30px 0 !important;
    margin: 0 0 22px !important;
    color: var(--red) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: .24em !important;
  }

  .services .service-card h3 {
    padding: 0 30px !important;
    margin: 0 !important;
    font-family: "DM Serif Display", Georgia, serif !important;
    font-size: clamp(32px, 8.6vw, 42px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.025em !important;
    color: #171313 !important;
  }

  .services .service-card h3::after {
    content: "" !important;
    display: block !important;
    width: 44px !important;
    height: 1px !important;
    margin: 20px 0 0 !important;
    background: var(--red) !important;
  }

  .services .service-card p {
    padding: 0 30px !important;
    margin: 20px 0 0 !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    color: #625f5f !important;
  }

  .services .service-card a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    padding: 34px 30px 30px !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    color: #171313 !important;
    text-decoration: none !important;
  }

  .services .service-card a span,
  .services .service-card a::after {
    display: none !important;
    content: none !important;
  }
}

/* 20260727a: mobile service cards hard reset — readable stacked cards only on phones */
@media (max-width: 720px) {
  .services {
    overflow: visible !important;
    padding-bottom: 112px !important;
  }

  .services .service-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: visible !important;
  }

  .services .service-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: #fff !important;
    color: #171313 !important;
    box-shadow: 0 18px 44px rgba(28, 20, 18, .16) !important;
    transform: none !important;
    isolation: isolate !important;
  }

  .services .service-card:hover {
    transform: none !important;
  }

  .services .service-card::before,
  .services .service-card-shade {
    display: none !important;
    content: none !important;
  }

  .services .service-card-image {
    order: 1 !important;
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: clamp(210px, 58vw, 300px) !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    opacity: 1 !important;
    filter: saturate(1.02) contrast(1.03) !important;
    transform: none !important;
    border-radius: 0 !important;
  }

  .services .service-number,
  .services .service-card h3,
  .services .service-card p,
  .services .service-card a {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    z-index: 2 !important;
    display: block !important;
    order: 2 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    color: inherit !important;
  }

  .services .service-number {
    padding: 30px 30px 0 !important;
    margin: 0 0 26px !important;
    color: var(--red) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: .24em !important;
  }

  .services .service-card h3 {
    padding: 0 30px !important;
    margin: 0 !important;
    font-family: "DM Serif Display", Georgia, serif !important;
    font-size: clamp(34px, 9.4vw, 46px) !important;
    line-height: 1.05 !important;
    letter-spacing: -.035em !important;
    color: #171313 !important;
  }

  .services .service-card h3::after {
    content: "" !important;
    display: block !important;
    width: 44px !important;
    height: 1px !important;
    margin: 20px 0 0 !important;
    background: var(--red) !important;
  }

  .services .service-card p {
    padding: 0 30px !important;
    margin: 20px 0 0 !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    color: #625f5f !important;
  }

  .services .service-card a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    padding: 34px 30px 30px !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    color: #171313 !important;
    text-decoration: none !important;
  }

  .services .service-card a span {
    display: inline-block !important;
    color: var(--red) !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }
}

/* 20260726af: desktop hero viewport fit - keep the first section inside the browser window */
@media (min-width: 981px) {
  .hero {
    min-height: 100svh !important;
    height: 100svh !important;
    align-items: stretch !important;
  }

  .hero-content {
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding:
      clamp(145px, 15svh, 205px)
      clamp(54px, 5.2vw, 104px)
      clamp(58px, 7svh, 90px) !important;
    max-width: min(860px, 53vw) !important;
  }

  .hero-content .eyebrow {
    margin-bottom: clamp(14px, 2svh, 24px) !important;
  }

  .hero-content h1 {
    font-size: clamp(58px, 5.15vw, 98px) !important;
    line-height: .95 !important;
  }

  .hero-lead {
    max-width: 630px !important;
    margin: clamp(20px, 2.8svh, 32px) 0 0 !important;
    font-size: clamp(17px, 1.18vw, 22px) !important;
    line-height: 1.42 !important;
  }

  .hero-actions {
    margin-top: clamp(20px, 3svh, 32px) !important;
  }

  .hero-actions .button {
    min-height: 52px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  .hero-meta {
    bottom: clamp(16px, 2.4svh, 26px) !important;
    padding-top: 12px !important;
  }

  .hero-switcher {
    bottom: clamp(62px, 8svh, 82px) !important;
  }
}

@media (min-width: 981px) and (max-height: 860px) {
  .site-header {
    min-height: 156px !important;
    padding-top: 16px !important;
  }

  .hero-content {
    padding-top: clamp(118px, 14svh, 155px) !important;
    padding-bottom: clamp(42px, 5.5svh, 64px) !important;
    max-width: min(800px, 51vw) !important;
  }

  .hero-content h1 {
    font-size: clamp(52px, 4.7vw, 84px) !important;
  }

  .hero-lead {
    margin-top: 18px !important;
    font-size: clamp(16px, 1.05vw, 19px) !important;
    line-height: 1.36 !important;
  }

  .hero-actions {
    margin-top: 18px !important;
  }

  .hero-meta {
    display: none !important;
  }

  .hero-switcher {
    bottom: 18px !important;
  }
}

/* Visual direction 2026-07-26: hero closer to approved bright editorial mockup */
.site-header {
  min-height: 210px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.38) 0%, rgba(0,0,0,.18) 58%, rgba(0,0,0,0) 100%);
}
.hero-image {
  filter: saturate(1.08) contrast(1.04) brightness(1.08);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(20,12,6,.50) 0%, rgba(20,12,6,.30) 34%, rgba(20,12,6,.07) 66%, rgba(20,12,6,.05) 100%),
    linear-gradient(0deg, rgba(20,12,6,.14), rgba(20,12,6,0) 54%);
}
.hero-content {
  padding: clamp(245px, 20vw, 330px) clamp(24px, 5.2vw, 92px) 10vw;
  max-width: 860px;
}
.hero-lead {
  color: rgba(255,255,255,.94);
  text-shadow: 0 2px 18px rgba(0,0,0,.28);
}

@media (min-width: 981px) {
  .brand,
  .brand-mark,
  .brand-mark img,
  .lab-wordmark {
    width: 190px;
  }
  .brand-mark {
    height: 128px;
  }
  .brand-mark img {
    height: 126px;
  }
  .lab-wordmark b {
    font-size: 26px;
  }
  .lab-wordmark small {
    font-size: 10px;
  }
}

@media (max-width: 980px) {
  .site-header {
    background:
      linear-gradient(180deg, rgba(0,0,0,.54) 0%, rgba(0,0,0,.18) 100%);
  }
  .header-navigation {
    background: rgba(14,10,8,.94);
  }
}

@media (max-width: 640px) {
  .site-header {
    background:
      linear-gradient(180deg, rgba(0,0,0,.48) 0%, rgba(0,0,0,.08) 100%);
  }
  .hero {
    min-height: 100svh;
    align-items: flex-end;
    background: #21140f;
  }
  .hero-image {
    object-position: 64% center;
    filter: saturate(1.1) contrast(1.04) brightness(1.14);
  }
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,.10) 58%, rgba(0,0,0,.40) 100%),
      linear-gradient(90deg, rgba(24,12,6,.36) 0%, rgba(24,12,6,.16) 46%, rgba(24,12,6,.02) 100%);
  }
  .hero-content {
    padding: 178px 24px 146px;
    text-shadow: 0 2px 18px rgba(0,0,0,.58);
  }
  .hero-content .eyebrow {
    margin-bottom: 18px;
  }
  .hero-lead {
    color: rgba(255,255,255,.96);
    margin: 26px 0 30px;
  }
  .hero-switcher {
    background: transparent;
  }
}

/* Editorial service cards: photo-first tiles with a bright content panel */
.services {
  background: #f7f4f2;
}
.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  border: 0;
}
.service-card {
  min-height: clamp(390px, 31vw, 520px);
  padding: clamp(18px, 1.8vw, 26px);
  border: 0;
  border-radius: 12px;
  color: var(--ink);
  background: #151515;
  box-shadow: 0 16px 42px rgba(24,18,15,.13);
}
.service-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: clamp(18px, 1.8vw, 26px);
  bottom: clamp(18px, 1.8vw, 26px);
  left: clamp(18px, 1.8vw, 26px);
  width: min(48%, 236px);
  border-radius: 9px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 34px rgba(0,0,0,.14);
}
.service-card-image {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  opacity: 1;
  filter: saturate(1.08) contrast(1.04) brightness(1.04);
}
.service-card-shade {
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.08), rgba(0,0,0,0) 50%),
    linear-gradient(0deg, rgba(0,0,0,.12), rgba(0,0,0,0) 58%);
}
.service-number,
.service-card h3,
.service-card p,
.service-card a {
  position: relative;
  z-index: 1;
  max-width: min(48%, 236px);
  margin-left: clamp(16px, 1.5vw, 24px);
  margin-right: clamp(16px, 1.5vw, 24px);
}
.service-number {
  color: var(--red);
  font-size: 12px;
  letter-spacing: .16em;
}
.service-card h3 {
  margin-top: clamp(30px, 3vw, 48px);
  margin-bottom: 16px;
  color: #1b1716;
  font-size: clamp(25px, 2.15vw, 36px);
  line-height: 1.03;
}
.service-card p {
  color: #6d6460;
  font-size: 14px;
  line-height: 1.48;
}
.service-card a {
  margin-top: auto;
  color: #1b1716;
  font-size: 13px;
  border: 0;
}
.service-card a span {
  color: var(--red);
}
.service-card:hover {
  color: var(--ink);
  transform: translateY(-5px);
  box-shadow: 0 26px 56px rgba(24,18,15,.18);
}
.service-card:hover .service-card-image,
.service-card:focus-within .service-card-image {
  transform: scale(1.045);
}

@media (max-width: 980px) {
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-card::before,
  .service-number,
  .service-card h3,
  .service-card p,
  .service-card a {
    max-width: calc(min(54%, 260px) - 34px);
  }
  .service-card::before {
    width: min(54%, 260px);
  }
}

@media (max-width: 640px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 360px;
    padding: 16px;
  }
  .service-card::before {
    inset: 16px auto 16px 16px;
    width: min(70%, 250px);
  }
  .service-number,
  .service-card h3,
  .service-card p,
  .service-card a {
    max-width: calc(min(70%, 250px) - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }
  .service-card h3 {
    font-size: 29px;
  }
}

/* Brighter hero treatment requested for all three slides */
.hero-image {
  filter: saturate(1.15) contrast(1.04) brightness(1.16);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(20,12,6,.36) 0%, rgba(20,12,6,.20) 34%, rgba(20,12,6,.06) 66%, rgba(20,12,6,.02) 100%),
    linear-gradient(0deg, rgba(20,12,6,.08), rgba(20,12,6,0) 54%);
}

.hero-content {
  text-shadow: 0 2px 18px rgba(0,0,0,.42);
}

@media (max-width: 640px) {
  .hero-image {
    object-position: 66% center;
    filter: saturate(1.12) contrast(1.02) brightness(1.2);
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,.04) 55%, rgba(0,0,0,.24) 100%),
      linear-gradient(90deg, rgba(24,12,6,.16) 0%, rgba(24,12,6,.08) 46%, rgba(24,12,6,.02) 100%);
  }

  .hero-content {
    margin: 0 18px 132px;
    padding: 30px 24px 28px;
    border-radius: 22px;
    background:
      linear-gradient(135deg, rgba(12,18,30,.68), rgba(12,18,30,.48));
    box-shadow: 0 24px 70px rgba(0,0,0,.32);
    backdrop-filter: blur(4px);
    text-shadow: 0 2px 14px rgba(0,0,0,.38);
  }

  .hero-content h1 {
    font-size: clamp(44px, 12vw, 68px);
    line-height: .98;
  }

  .hero-lead {
    font-size: 17px;
    line-height: 1.55;
    margin: 22px 0 28px;
  }
}

/* Wider breathing room inside mobile service panels */
@media (max-width: 640px) {
  .service-card {
    min-height: 430px;
    padding: 18px;
    border-radius: 12px;
  }

  .service-card::before {
    inset: 16px auto 16px 24px;
    width: min(74%, 272px);
    border-radius: 10px;
    background: rgba(255,255,255,.94);
  }

  .service-number,
  .service-card h3,
  .service-card p,
  .service-card a {
    max-width: calc(min(74%, 272px) - 56px);
    margin-left: 30px;
    margin-right: 26px;
  }

  .service-number {
    margin-top: 8px;
  }

  .service-card h3 {
    margin-top: 44px;
    margin-bottom: 18px;
    font-size: clamp(32px, 8.5vw, 44px);
    line-height: 1.02;
  }

  .service-card p {
    font-size: 15px;
    line-height: 1.55;
  }

  .service-card a {
    padding-bottom: 8px;
  }
}

/* 20260726y: service cards rebuilt to match the supplied visual reference */
.service-grid {
  border: 0;
  gap: clamp(22px, 2.5vw, 34px);
}

.service-card {
  --service-card-panel-left: 28px;
  --service-card-panel-top: 28px;
  --service-card-panel-width: min(48%, 300px);
  --service-card-panel-padding: 32px;
  min-height: clamp(360px, 32vw, 430px);
  padding: 0;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #0d0d0f;
  box-shadow: 0 18px 40px rgba(0,0,0,.16);
}

.service-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: var(--service-card-panel-top);
  bottom: var(--service-card-panel-top);
  left: var(--service-card-panel-left);
  width: var(--service-card-panel-width);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 32px rgba(0,0,0,.08);
  backdrop-filter: blur(2px);
}

.service-card-image {
  inset: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: saturate(1.02) contrast(1.03);
  transform: none;
}

.service-card-shade {
  display: none;
}

.service-number,
.service-card h3,
.service-card p,
.service-card a {
  position: relative;
  z-index: 2;
  margin-left: calc(var(--service-card-panel-left) + var(--service-card-panel-padding));
  margin-right: 0;
  width: calc(var(--service-card-panel-width) - (var(--service-card-panel-padding) * 2));
  max-width: none;
}

.service-number {
  margin-top: calc(var(--service-card-panel-top) + 8px);
  color: var(--red);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .18em;
}

.service-card h3 {
  margin-top: 34px;
  margin-bottom: 18px;
  color: #151515;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.02;
}

.service-card p {
  color: #625f5f;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.55;
}

.service-card a {
  position: absolute;
  left: calc(var(--service-card-panel-left) + var(--service-card-panel-padding));
  right: auto;
  bottom: calc(var(--service-card-panel-top) + 18px);
  margin: 0;
  color: #151515;
  font-size: 13px;
}

.service-card a span {
  display: inline;
  color: var(--red);
}

@media (max-width: 980px) {
  .service-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .service-card {
    --service-card-panel-left: 22px;
    --service-card-panel-top: 22px;
    --service-card-panel-width: min(48%, 300px);
    --service-card-panel-padding: 30px;
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .service-grid {
    gap: 28px;
  }

  .service-card {
    --service-card-panel-left: 22px;
    --service-card-panel-top: 22px;
    --service-card-panel-width: min(46%, 255px);
    --service-card-panel-padding: 26px;
    min-height: 420px;
    border-radius: 12px;
  }

  .service-card::before {
    inset: var(--service-card-panel-top) auto var(--service-card-panel-top) var(--service-card-panel-left);
    width: var(--service-card-panel-width);
    border-radius: 8px;
    background: rgba(255,255,255,.95);
  }

  .service-number,
  .service-card h3,
  .service-card p,
  .service-card a {
    margin-left: calc(var(--service-card-panel-left) + var(--service-card-panel-padding));
    width: calc(var(--service-card-panel-width) - (var(--service-card-panel-padding) * 2));
  }

  .service-number {
    margin-top: calc(var(--service-card-panel-top) + 8px);
    font-size: 11px;
  }

  .service-card h3 {
    margin-top: 42px;
    font-size: clamp(27px, 7.2vw, 36px);
    line-height: 1.04;
  }

  .service-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .service-card a {
    left: calc(var(--service-card-panel-left) + var(--service-card-panel-padding));
    bottom: calc(var(--service-card-panel-top) + 18px);
    width: calc(var(--service-card-panel-width) - (var(--service-card-panel-padding) * 2));
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .service-card {
    --service-card-panel-left: 16px;
    --service-card-panel-top: 16px;
    --service-card-panel-width: min(62%, 250px);
    --service-card-panel-padding: 24px;
    min-height: 390px;
  }

  .service-card h3 {
    margin-top: 36px;
    font-size: clamp(25px, 8.5vw, 34px);
  }
}

/* Final card spacing pass: make the white panel behave like a proper inset card */
.service-card {
  --service-panel-left: clamp(24px, 2vw, 34px);
  --service-panel-top: clamp(24px, 2vw, 34px);
  --service-panel-width: clamp(250px, 24vw, 318px);
  padding: var(--service-panel-top) var(--service-panel-left);
}

.service-card::before {
  top: var(--service-panel-top);
  bottom: var(--service-panel-top);
  left: var(--service-panel-left);
  width: var(--service-panel-width);
}

.service-number,
.service-card h3,
.service-card p,
.service-card a {
  width: calc(var(--service-panel-width) - 62px);
  max-width: none;
  margin-left: 31px;
  margin-right: 31px;
}

.service-number {
  margin-top: 4px;
}

.service-card h3 {
  margin-top: clamp(42px, 3.3vw, 62px);
}

.service-card a {
  padding-bottom: 6px;
}

@media (max-width: 980px) {
  .service-card {
    --service-panel-width: min(58%, 310px);
  }

  .service-number,
  .service-card h3,
  .service-card p,
  .service-card a {
    width: calc(var(--service-panel-width) - 62px);
    max-width: none;
  }
}

@media (max-width: 640px) {
  .service-card {
    --service-panel-left: 24px;
    --service-panel-top: 18px;
    --service-panel-width: min(78%, 302px);
    min-height: 480px;
  }

  .service-card::before {
    top: var(--service-panel-top);
    bottom: var(--service-panel-top);
    left: var(--service-panel-left);
    width: var(--service-panel-width);
  }

  .service-number,
  .service-card h3,
  .service-card p,
  .service-card a {
    width: calc(var(--service-panel-width) - 64px);
    max-width: none;
    margin-left: 32px;
    margin-right: 32px;
  }

  .service-card h3 {
    margin-top: 50px;
  }
}

/* Final mobile hero readability pass: keep photos visible but put copy on its own calm layer */
@media (max-width: 640px) {
  .hero {
    align-items: flex-end;
  }

  .hero-image {
    object-position: 70% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,0) 36%, rgba(0,0,0,.12) 100%),
      linear-gradient(90deg, rgba(10,10,12,.08) 0%, rgba(10,10,12,.03) 55%, rgba(10,10,12,0) 100%);
  }

  .hero-content {
    width: auto;
    max-width: none;
    margin: 0 18px 132px;
    padding: 32px 26px 30px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(11, 18, 30, .72);
    box-shadow: 0 24px 70px rgba(0,0,0,.34);
    backdrop-filter: blur(6px);
  }
}

/* Final mobile collision fix: header, hero copy and sticky CTA must not overlap */
@media (max-width: 640px) {
  .site-header {
    min-height: 92px;
    padding: 12px 16px;
    align-items: center;
    background:
      linear-gradient(180deg, rgba(7,7,7,.78) 0%, rgba(7,7,7,.38) 68%, rgba(7,7,7,0) 100%);
  }

  .brand {
    gap: 10px;
    max-width: calc(100vw - 92px);
  }

  .brand-mark {
    width: 64px;
    height: 58px;
    flex: 0 0 64px;
  }

  .brand-mark img {
    width: 62px;
    height: 50px;
  }

  .lab-wordmark {
    width: 142px;
  }

  .lab-wordmark b {
    font-size: 17px;
    letter-spacing: .14em;
  }

  .lab-wordmark small {
    font-size: 7px;
    letter-spacing: .12em;
  }

  .menu-toggle {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    background: rgba(0,0,0,.22);
  }

  .header-navigation {
    top: 92px;
  }

  .header-navigation.is-open {
    max-height: calc(100svh - 92px);
  }

  .hero {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 100svh;
    padding: 118px 0 112px;
  }

  .hero-image {
    object-position: 72% center;
  }

  .hero-content {
    width: auto;
    max-width: none;
    margin: 0 20px;
    padding: 28px 26px 30px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(12, 18, 30, .66);
    box-shadow: 0 24px 70px rgba(0,0,0,.34);
    backdrop-filter: blur(6px);
  }

  .hero-content .eyebrow {
    margin-bottom: 16px;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: .22em;
  }

  .hero-content h1 {
    font-size: clamp(39px, 11vw, 54px);
    line-height: .96;
  }

  .hero-lead {
    margin: 22px 0 26px;
    font-size: 16px;
    line-height: 1.5;
  }

  .hero-actions .button,
  .button-primary {
    min-height: 54px;
  }

  .hero-switcher {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 88px;
    padding: 0;
  }

  .sticky-cta {
    z-index: 45;
    left: 18px;
    right: 18px;
    bottom: 12px;
  }
}

/* 20260726w: final spacing and mobile photo visibility correction */
.service-card {
  --service-panel-inner: clamp(28px, 2.1vw, 38px);
}

.service-number,
.service-card h3,
.service-card p,
.service-card a {
  margin-left: calc(var(--service-panel-left) + var(--service-panel-inner));
  margin-right: var(--service-panel-inner);
  width: calc(var(--service-panel-width) - (var(--service-panel-inner) * 2));
}

@media (max-width: 980px) {
  .service-card {
    --service-panel-inner: 28px;
  }
}

@media (max-width: 640px) {
  .service-card {
    --service-panel-left: 18px;
    --service-panel-top: 18px;
    --service-panel-width: min(72%, 292px);
    --service-panel-inner: 28px;
    min-height: 460px;
  }

  .service-card::before {
    inset: var(--service-panel-top) auto var(--service-panel-top) var(--service-panel-left);
    width: var(--service-panel-width);
    border-radius: 12px;
    background: rgba(255,255,255,.94);
  }

  .service-number,
  .service-card h3,
  .service-card p,
  .service-card a {
    margin-left: calc(var(--service-panel-left) + var(--service-panel-inner));
    margin-right: var(--service-panel-inner);
    width: calc(var(--service-panel-width) - (var(--service-panel-inner) * 2));
  }

  .service-card h3 {
    margin-top: 48px;
    font-size: clamp(31px, 8vw, 40px);
  }

  .service-card p {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero {
    min-height: 100svh;
    padding: 112px 0 120px;
  }

  .hero-image {
    object-position: 70% center;
    filter: saturate(1.05) brightness(1.08);
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,0) 42%, rgba(0,0,0,.12) 100%),
      linear-gradient(90deg, rgba(7,13,22,.26) 0%, rgba(7,13,22,.12) 54%, rgba(7,13,22,0) 100%);
  }

  .hero-content {
    width: auto;
    max-width: none;
    margin: 0 22px;
    padding: 26px 28px 28px;
    border-radius: 22px;
    background: rgba(12, 18, 30, .46);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 22px 62px rgba(0,0,0,.24);
    backdrop-filter: blur(3px);
  }

  .hero-content h1 {
    font-size: clamp(38px, 10.2vw, 50px);
    line-height: .98;
  }

  .hero-lead {
    font-size: 15.5px;
    line-height: 1.52;
  }

.button span,
.sticky-cta span,
.service-card a span,
.text-link span {
    display: none;
  }
}

/* 20260726z: service cards hard layout lock — white panel + readable text */
.services .service-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(20px, 2vw, 30px) !important;
  border: 0 !important;
}

.services .service-card {
  --service-panel-left-final: 28px;
  --service-panel-top-final: 24px;
  --service-panel-bottom-final: 24px;
  --service-panel-width-final: clamp(252px, 45%, 318px);
  --service-panel-pad-x-final: clamp(26px, 2vw, 34px);
  --service-panel-pad-y-final: clamp(24px, 2vw, 30px);
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  min-height: clamp(390px, 32vw, 470px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #14110f !important;
  box-shadow: 0 18px 42px rgba(20, 16, 12, .16) !important;
}

.services .service-card::before {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  top: var(--service-panel-top-final) !important;
  bottom: var(--service-panel-bottom-final) !important;
  left: var(--service-panel-left-final) !important;
  width: var(--service-panel-width-final) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .16) !important;
  backdrop-filter: blur(2px) !important;
}

.services .service-card-image {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  transform: none !important;
}

.services .service-card-shade {
  display: none !important;
}

.services .service-number,
.services .service-card h3,
.services .service-card p,
.services .service-card a {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  box-sizing: border-box !important;
  margin-left: calc(var(--service-panel-left-final) + var(--service-panel-pad-x-final)) !important;
  margin-right: 0 !important;
  width: calc(var(--service-panel-width-final) - (var(--service-panel-pad-x-final) * 2)) !important;
  max-width: calc(var(--service-panel-width-final) - (var(--service-panel-pad-x-final) * 2)) !important;
  min-width: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

.services .service-number {
  margin-top: calc(var(--service-panel-top-final) + var(--service-panel-pad-y-final)) !important;
  color: #e4003a !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .17em !important;
}

.services .service-card h3 {
  margin-top: clamp(48px, 4vw, 68px) !important;
  margin-bottom: 0 !important;
  color: #171313 !important;
  font-family: "DM Serif Display", Georgia, serif !important;
  font-size: clamp(34px, 3vw, 47px) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: -.02em !important;
}

.services .service-card h3::after {
  content: "" !important;
  display: block !important;
  width: 36px !important;
  height: 1px !important;
  margin: 18px 0 0 !important;
  background: #e4003a !important;
}

.services .service-card p {
  margin-top: 18px !important;
  color: #675f5b !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.services .service-card a {
  position: absolute !important;
  left: calc(var(--service-panel-left-final) + var(--service-panel-pad-x-final)) !important;
  bottom: calc(var(--service-panel-bottom-final) + var(--service-panel-pad-y-final)) !important;
  margin: 0 !important;
  width: calc(var(--service-panel-width-final) - (var(--service-panel-pad-x-final) * 2)) !important;
  max-width: calc(var(--service-panel-width-final) - (var(--service-panel-pad-x-final) * 2)) !important;
  color: #171313 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.services .service-card a::after {
  content: "→" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  color: #e4003a !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.services .service-card a span {
  display: none !important;
}

@media (max-width: 980px) {
  .services .service-grid {
    grid-template-columns: 1fr !important;
  }

  .services .service-card {
    --service-panel-left-final: 22px;
    --service-panel-top-final: 20px;
    --service-panel-bottom-final: 20px;
    --service-panel-width-final: min(48%, 292px);
    --service-panel-pad-x-final: 28px;
    --service-panel-pad-y-final: 24px;
    min-height: 430px !important;
  }

  .services .service-card h3 {
    margin-top: 44px !important;
    font-size: clamp(32px, 6.8vw, 38px) !important;
  }

  .services .service-card p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 520px) {
  .services .service-card {
    --service-panel-left-final: 18px;
    --service-panel-width-final: min(70%, 304px);
    --service-panel-pad-x-final: 26px;
    min-height: 430px !important;
  }

  .services .service-card h3 {
    font-size: clamp(30px, 8vw, 36px) !important;
  }
}

/* 20260726aa: final service-card readability lock */
.services .service-card {
  --service-panel-width-final: clamp(282px, 46%, 324px) !important;
  --service-panel-pad-x-final: clamp(28px, 1.7vw, 32px) !important;
}

.services .service-number,
.services .service-card h3,
.services .service-card p,
.services .service-card a {
  width: calc(var(--service-panel-width-final) - (var(--service-panel-pad-x-final) * 2)) !important;
  max-width: calc(var(--service-panel-width-final) - (var(--service-panel-pad-x-final) * 2)) !important;
  overflow: visible !important;
}

.services .service-card h3 {
  margin-top: clamp(42px, 3vw, 54px) !important;
  font-size: clamp(30px, 2.35vw, 38px) !important;
  line-height: 1.08 !important;
  hyphens: none !important;
}

.services .service-card p {
  font-size: clamp(14.5px, 1vw, 15.5px) !important;
  line-height: 1.58 !important;
}

@media (max-width: 980px) {
  .services .service-card {
    --service-panel-width-final: min(54%, 326px) !important;
    --service-panel-pad-x-final: 30px !important;
  }

  .services .service-card h3 {
    margin-top: 48px !important;
    font-size: clamp(30px, 5.8vw, 36px) !important;
  }
}

@media (max-width: 620px) {
  .services .service-card {
    --service-panel-left-final: 16px !important;
    --service-panel-width-final: min(66%, 310px) !important;
    --service-panel-pad-x-final: 26px !important;
  }

  .services .service-card h3 {
    font-size: clamp(28px, 7vw, 33px) !important;
  }
}

/* 20260726ab: responsive service cards rebuilt as a real text column */
.services .service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(24px, 2.4vw, 38px) !important;
}

.services .service-card {
  --fl-card-panel-left: clamp(24px, 1.8vw, 34px);
  --fl-card-panel-top: clamp(24px, 1.8vw, 32px);
  --fl-card-panel-width: clamp(330px, 52%, 390px);
  --fl-card-panel-pad-x: clamp(32px, 2vw, 38px);
  --fl-card-panel-pad-y: clamp(28px, 2vw, 36px);
  --fl-card-content-width: calc(var(--fl-card-panel-width) - (var(--fl-card-panel-pad-x) * 2));
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  box-sizing: border-box !important;
  min-height: clamp(440px, 34vw, 510px) !important;
  padding: calc(var(--fl-card-panel-top) + var(--fl-card-panel-pad-y)) 0 calc(var(--fl-card-panel-top) + var(--fl-card-panel-pad-y)) calc(var(--fl-card-panel-left) + var(--fl-card-panel-pad-x)) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

.services .service-card::before {
  top: var(--fl-card-panel-top) !important;
  bottom: var(--fl-card-panel-top) !important;
  left: var(--fl-card-panel-left) !important;
  width: var(--fl-card-panel-width) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .95) !important;
}

.services .service-card-image {
  object-fit: cover !important;
  object-position: center !important;
}

.services .service-number,
.services .service-card h3,
.services .service-card p,
.services .service-card a {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  box-sizing: border-box !important;
  width: var(--fl-card-content-width) !important;
  max-width: var(--fl-card-content-width) !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.services .service-number {
  margin-top: 0 !important;
  margin-bottom: clamp(52px, 4.6vw, 72px) !important;
}

.services .service-card h3 {
  margin: 0 0 0 !important;
  color: #151313 !important;
  font-size: clamp(29px, 2.18vw, 35px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;
}

.services .service-card h3::after {
  width: 38px !important;
  margin: clamp(16px, 1.4vw, 22px) 0 0 !important;
}

.services .service-card p {
  margin: clamp(18px, 1.5vw, 22px) 0 22px !important;
  color: #625f5f !important;
  font-size: clamp(14px, .95vw, 15.5px) !important;
  line-height: 1.58 !important;
}

.services .service-card a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: auto !important;
  padding: 16px 0 0 !important;
  color: #171313 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.services .service-card a::after {
  content: "→" !important;
  position: static !important;
  display: inline-block !important;
  color: #e4003a !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.services .service-card a span {
  display: none !important;
}

@media (max-width: 1240px) {
  .services .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .services .service-card {
    --fl-card-panel-width: clamp(320px, 50%, 370px);
    min-height: 440px !important;
  }
}

@media (max-width: 760px) {
  .services .service-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .services .service-card {
    --fl-card-panel-left: 18px;
    --fl-card-panel-top: 18px;
    --fl-card-panel-width: min(68%, 360px);
    --fl-card-panel-pad-x: clamp(26px, 5.6vw, 34px);
    --fl-card-panel-pad-y: 28px;
    min-height: 420px !important;
  }

  .services .service-number {
    margin-bottom: 46px !important;
  }

  .services .service-card h3 {
    font-size: clamp(29px, 6.4vw, 34px) !important;
  }
}

@media (max-width: 460px) {
  .services .service-card {
    --fl-card-panel-left: 14px;
    --fl-card-panel-top: 14px;
    --fl-card-panel-width: min(76%, 318px);
    --fl-card-panel-pad-x: 24px;
    --fl-card-panel-pad-y: 24px;
    min-height: 410px !important;
  }

  .services .service-number {
    margin-bottom: 38px !important;
  }

  .services .service-card h3 {
    font-size: clamp(27px, 7.2vw, 31px) !important;
  }

  .services .service-card p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}

/* 20260726ad: mobile-only service cards - stack image and copy so text never escapes the white panel */
@media (max-width: 720px) {
  .services .service-grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .services .service-card {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 16px 38px rgba(28, 20, 18, .12) !important;
    color: #171313 !important;
  }

  .services .service-card::before,
  .services .service-card-shade {
    display: none !important;
  }

  .services .service-card-image {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    display: block !important;
    width: 100% !important;
    height: clamp(210px, 52vw, 310px) !important;
    flex: 0 0 auto !important;
    object-fit: cover !important;
    object-position: center !important;
    transform: none !important;
    z-index: 1 !important;
    border-radius: 0 !important;
  }

  .services .service-number,
  .services .service-card h3,
  .services .service-card p,
  .services .service-card a {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: clamp(22px, 6vw, 34px) !important;
    padding-right: clamp(22px, 6vw, 34px) !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }

  .services .service-number {
    margin: clamp(22px, 6vw, 30px) 0 clamp(18px, 5vw, 26px) !important;
    padding-top: 0 !important;
    color: var(--red) !important;
    font-size: 13px !important;
    letter-spacing: .18em !important;
  }

  .services .service-card h3 {
    margin: 0 !important;
    font-size: clamp(31px, 9vw, 42px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.02em !important;
  }

  .services .service-card h3::after {
    margin-top: 18px !important;
  }

  .services .service-card p {
    margin: 18px 0 28px !important;
    font-size: clamp(15px, 4.4vw, 17px) !important;
    line-height: 1.55 !important;
    color: #625f5f !important;
  }

  .services .service-card a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: clamp(24px, 6vw, 34px) !important;
    color: #151313 !important;
  }
}

/* 20260726ac: hard lock service cards into a responsive editorial-card layout */
.services .service-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(24px, 2.3vw, 38px) !important;
  border: 0 !important;
}

.services .service-card {
  --service-panel-left-ac: clamp(26px, 1.9vw, 34px);
  --service-panel-top-ac: clamp(24px, 1.8vw, 32px);
  --service-panel-width-ac: clamp(300px, 56%, 380px);
  --service-panel-pad-x-ac: clamp(30px, 2vw, 38px);
  --service-panel-pad-y-ac: clamp(28px, 2vw, 36px);
  --service-copy-width-ac: calc(var(--service-panel-width-ac) - (var(--service-panel-pad-x-ac) * 2));
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  min-height: clamp(500px, 34vw, 560px) !important;
  padding:
    calc(var(--service-panel-top-ac) + var(--service-panel-pad-y-ac))
    0
    calc(var(--service-panel-top-ac) + var(--service-panel-pad-y-ac))
    calc(var(--service-panel-left-ac) + var(--service-panel-pad-x-ac)) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: #171313 !important;
}

.services .service-card::before {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  top: var(--service-panel-top-ac) !important;
  bottom: var(--service-panel-top-ac) !important;
  left: var(--service-panel-left-ac) !important;
  width: var(--service-panel-width-ac) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 20px 42px rgba(20, 14, 12, .16) !important;
  pointer-events: none !important;
}

.services .service-card-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
  filter: saturate(.98) contrast(1.03) !important;
}

.services .service-card:hover .service-card-image,
.services .service-card:focus-within .service-card-image {
  transform: scale(1.035) !important;
}

.services .service-card-shade {
  display: none !important;
}

.services .service-number,
.services .service-card h3,
.services .service-card p,
.services .service-card a {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  box-sizing: border-box !important;
  width: var(--service-copy-width-ac) !important;
  min-width: 0 !important;
  max-width: var(--service-copy-width-ac) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: manual !important;
}

.services .service-number {
  margin: 0 0 clamp(48px, 4vw, 64px) !important;
  color: var(--red) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .22em !important;
}

.services .service-card h3 {
  margin: 0 !important;
  color: #161313 !important;
  font-family: "DM Serif Display", Georgia, serif !important;
  font-size: clamp(31px, 2.15vw, 39px) !important;
  line-height: 1.1 !important;
  letter-spacing: -.03em !important;
}

.services .service-card h3::after {
  content: "" !important;
  display: block !important;
  width: 42px !important;
  height: 1px !important;
  margin: clamp(18px, 1.3vw, 23px) 0 0 !important;
  background: var(--red) !important;
}

.services .service-card p {
  margin: clamp(18px, 1.45vw, 24px) 0 clamp(22px, 2vw, 30px) !important;
  color: #675f5b !important;
  font-size: clamp(14px, .98vw, 16px) !important;
  line-height: 1.58 !important;
}

.services .service-card a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: auto !important;
  padding: 0 !important;
  color: #151313 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.services .service-card a span {
  display: none !important;
}

.services .service-card a::after {
  content: "→" !important;
  display: inline-block !important;
  color: var(--red) !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

@media (max-width: 1320px) {
  .services .service-card {
    --service-panel-width-ac: clamp(292px, 58%, 360px);
    min-height: 500px !important;
  }

  .services .service-card h3 {
    font-size: clamp(30px, 2.25vw, 36px) !important;
  }
}

@media (max-width: 1120px) {
  .services .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .services .service-card {
    --service-panel-width-ac: min(62%, 360px);
  }
}

@media (max-width: 720px) {
  .services .service-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .services .service-card {
    --service-panel-left-ac: 18px;
    --service-panel-top-ac: 18px;
    --service-panel-width-ac: min(76%, 360px);
    --service-panel-pad-x-ac: clamp(26px, 6vw, 34px);
    --service-panel-pad-y-ac: 28px;
    min-height: 430px !important;
  }

  .services .service-number {
    margin-bottom: 42px !important;
  }

  .services .service-card h3 {
    font-size: clamp(30px, 7vw, 35px) !important;
  }
}

@media (max-width: 430px) {
  .services .service-card {
    --service-panel-left-ac: 14px;
    --service-panel-top-ac: 14px;
    --service-panel-width-ac: min(82%, 320px);
    --service-panel-pad-x-ac: 24px;
    --service-panel-pad-y-ac: 24px;
    min-height: 430px !important;
  }

  .services .service-number {
    margin-bottom: 34px !important;
  }

  .services .service-card h3 {
    font-size: clamp(28px, 8vw, 32px) !important;
  }

  .services .service-card p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}

/* 20260726ae: final mobile-only offer cards override; keep desktop untouched */
@media (max-width: 720px) {
  .services {
    padding-bottom: 98px !important;
  }

  .services .service-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    border: 0 !important;
  }

  .services .service-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: clamp(220px, 58vw, 320px) auto !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(28, 20, 18, .14) !important;
    color: #171313 !important;
  }

  .services .service-card::before,
  .services .service-card-shade {
    display: none !important;
    content: none !important;
  }

  .services .service-card-image {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    display: block !important;
    grid-row: 1 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    transform: none !important;
    filter: saturate(1.02) contrast(1.03) !important;
    z-index: 1 !important;
    border-radius: 0 !important;
  }

  .services .service-number,
  .services .service-card h3,
  .services .service-card p,
  .services .service-card a {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    z-index: 2 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: clamp(24px, 6.5vw, 34px) !important;
    padding-right: clamp(24px, 6.5vw, 34px) !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }

  .services .service-number {
    align-self: start !important;
    margin: clamp(24px, 6vw, 32px) 0 0 !important;
    padding-top: 0 !important;
    color: var(--red) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    letter-spacing: .2em !important;
  }

  .services .service-card h3 {
    align-self: start !important;
    margin: clamp(26px, 7vw, 38px) 0 0 !important;
    color: #171313 !important;
    font-size: clamp(30px, 8vw, 42px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.03em !important;
  }

  .services .service-card h3::after {
    width: 42px !important;
    margin: 18px 0 0 !important;
  }

  .services .service-card p {
    margin: 18px 0 0 !important;
    color: #625f5f !important;
    font-size: clamp(15px, 4.1vw, 17px) !important;
    line-height: 1.55 !important;
  }

  .services .service-card a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: clamp(30px, 8vw, 42px) 0 0 !important;
    padding-bottom: clamp(26px, 7vw, 36px) !important;
    color: #151313 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .services .service-card a span {
    display: none !important;
  }
}

/* 20260726ah: final desktop fit guard placed at EOF so the hero does not overflow desktop viewports */
@media (min-width: 981px) {
  .hero {
    min-height: 100svh !important;
    height: 100svh !important;
    max-height: 100svh !important;
    align-items: stretch !important;
  }

  .hero-content {
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding:
      clamp(130px, 13svh, 185px)
      clamp(54px, 5.2vw, 104px)
      clamp(48px, 6svh, 78px) !important;
    max-width: min(820px, 52vw) !important;
  }

  .hero-content h1 {
    font-size: clamp(54px, 4.75vw, 88px) !important;
    line-height: .95 !important;
  }

  .hero-lead {
    max-width: 620px !important;
    margin-top: clamp(18px, 2.4svh, 28px) !important;
    font-size: clamp(17px, 1.08vw, 21px) !important;
    line-height: 1.38 !important;
  }

  .hero-actions {
    margin-top: clamp(18px, 2.6svh, 28px) !important;
  }

  .hero-actions .button {
    min-height: 50px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .hero-switcher {
    bottom: clamp(18px, 2.8svh, 30px) !important;
  }

  .hero-meta {
    display: none !important;
  }
}

@media (min-width: 981px) and (max-height: 860px) {
  .site-header {
    min-height: 148px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .hero-content {
    padding-top: clamp(104px, 12svh, 132px) !important;
    padding-bottom: clamp(36px, 4.8svh, 54px) !important;
    max-width: min(760px, 50vw) !important;
  }

  .hero-content h1 {
    font-size: clamp(48px, 4.25vw, 76px) !important;
  }

  .hero-lead {
    margin-top: 16px !important;
    font-size: clamp(15px, 1vw, 18px) !important;
    line-height: 1.34 !important;
  }

  .hero-actions {
    margin-top: 16px !important;
  }
}

