:root {
  --carbon: #161b1f;
  --carbon-soft: #20282e;
  --warm-white: #f7f5ef;
  --paper: #ffffff;
  --cyan: #0096d6;
  --cyan-deep: #006f8b;
  --cyan-pale: #e7f5fa;
  --steel: #65727a;
  --line: #d9e0e3;
  --max: 1240px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(12, 24, 32, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--carbon);
  background: var(--warm-white);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: white;
  background: var(--carbon);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #65d1ed; outline-offset: 3px; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 245, 239, 0.94);
  border-bottom: 1px solid rgba(101, 114, 122, 0.2);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; line-height: 0.86; width: 218px; flex: 0 0 218px; }
.brand-logo { width: 100%; height: auto; }
.brand-main {
  color: var(--carbon);
  font-family: "Arial Narrow", "Avenir Next Condensed", sans-serif;
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.055em;
  transform: skew(-7deg);
}
.brand-sub { margin-top: 8px; color: var(--cyan-deep); font-size: 0.69rem; font-weight: 800; letter-spacing: 0.44em; }
.desktop-nav { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.desktop-nav a { color: #344048; font-size: 0.82rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--cyan-deep); }
.desktop-nav .automotive-link { color: var(--steel); }
.header-cta {
  color: white;
  background: var(--cyan-deep);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 11px 18px;
  text-decoration: none;
  white-space: nowrap;
}
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { cursor: pointer; font-weight: 800; list-style: none; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 54px; width: min(320px, calc(100vw - 40px)); background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 10px; }
.mobile-menu nav a { display: block; padding: 12px 14px; border-radius: 10px; text-decoration: none; font-weight: 650; }
.mobile-menu nav a:hover { background: var(--cyan-pale); }

.hero { overflow: hidden; }
.home-hero { padding: clamp(66px, 9vw, 124px) 0 clamp(74px, 9vw, 116px); background: radial-gradient(circle at 78% 18%, rgba(0, 150, 214, 0.12), transparent 32%), var(--warm-white); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr); gap: clamp(42px, 6vw, 86px); align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--cyan-deep); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: "Arial Narrow", "Avenir Next Condensed", "Segoe UI", sans-serif; font-weight: 850; line-height: 0.98; letter-spacing: -0.035em; }
h1 { max-width: 800px; font-size: clamp(3.35rem, 6.5vw, 6.4rem); }
h2 { font-size: clamp(2.4rem, 4.4vw, 4.6rem); }
h3 { font-size: clamp(1.55rem, 2.3vw, 2.25rem); }
.hero-lede { max-width: 670px; margin: 28px 0 0; color: #46545d; font-size: clamp(1.08rem, 1.7vw, 1.35rem); line-height: 1.58; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 0.9rem; font-weight: 850; text-align: center; text-decoration: none; transition: transform 150ms ease, background 150ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--cyan-deep); }
.button-primary:hover { background: #00556a; }
.button-secondary { color: var(--carbon); border-color: #9aa5ab; background: transparent; }
.button-secondary:hover { border-color: var(--cyan-deep); color: var(--cyan-deep); }
.button-secondary-light { color: white; border-color: rgba(255,255,255,0.48); }
.reel-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--carbon); border-radius: var(--radius); box-shadow: var(--shadow); }
.reel-frame::before { content: "PRODUCTION REEL"; position: absolute; z-index: 1; top: 16px; left: 16px; color: white; background: rgba(22,27,31,0.75); border: 1px solid rgba(255,255,255,0.22); border-radius: 999px; padding: 6px 10px; font-size: 0.65rem; font-weight: 850; letter-spacing: 0.13em; pointer-events: none; }
.reel-frame iframe { width: 100%; height: 100%; border: 0; }

.proof-strip { color: white; background: var(--carbon); border-top: 4px solid var(--cyan); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { padding: 30px clamp(12px, 3vw, 34px); border-left: 1px solid rgba(255,255,255,0.13); }
.proof-grid > div:first-child { border-left: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: 1.15rem; }
.proof-grid span { color: #b9c5ca; font-size: 0.82rem; }

.section { padding: clamp(78px, 9vw, 128px) 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.section-heading p:last-child { margin: 0; color: #56646c; font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 32px rgba(26, 41, 50, 0.07); }
.service-image-wrap { aspect-ratio: 16 / 8.3; overflow: hidden; background: #dbe3e7; }
.service-image { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.service-card:hover .service-image { transform: scale(1.025); }
.service-content { padding: clamp(24px, 4vw, 38px); }
.service-content h3 { margin-bottom: 16px; }
.service-content > p:not(.card-eyebrow) { min-height: 77px; color: #526068; }
.card-eyebrow { margin: 0 0 11px; color: var(--cyan-deep); font-size: 0.69rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.text-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 10px; color: var(--cyan-deep); font-size: 0.85rem; font-weight: 850; text-decoration: none; }
.text-link span { transition: transform 150ms ease; }
.text-link:hover span { transform: translateX(4px); }

.section-dark { color: white; background: var(--carbon); }
.process-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(60px, 10vw, 144px); align-items: start; }
.eyebrow-light { color: #65d1ed; }
.dark-lede { color: #b6c2c8; font-size: 1.08rem; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.16); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,0.16); }
.process-list li > span { color: #65d1ed; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.12em; }
.process-list h3 { font-size: 1.55rem; }
.process-list p { margin: 8px 0 0; color: #b6c2c8; }

.heritage-section { background: var(--paper); }
.heritage-grid { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: clamp(42px, 7vw, 96px); align-items: center; }
.heritage-image-wrap { position: relative; }
.heritage-image { width: 100%; height: clamp(430px, 43vw, 620px); object-fit: cover; border-radius: var(--radius); }
.image-label { position: absolute; left: 18px; bottom: 18px; color: white; background: rgba(22,27,31,0.8); border-radius: 999px; padding: 7px 12px; font-size: 0.7rem; font-weight: 800; }
.heritage-copy > p:not(.eyebrow) { color: #526068; font-size: 1.06rem; }
.check-list { margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 11px 0 11px 31px; border-top: 1px solid var(--line); font-weight: 650; }
.check-list li:last-child { border-bottom: 1px solid var(--line); }
.check-list li::before { content: ""; position: absolute; left: 2px; top: 19px; width: 10px; height: 10px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 4px var(--cyan-pale); }

.contact-section { color: white; background: var(--cyan-deep); padding: clamp(62px, 7vw, 90px) 0; }
.contact-section .eyebrow { color: #c9f4ff; }
.contact-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 50px; align-items: center; }
.contact-grid h2 { max-width: 820px; font-size: clamp(2.4rem, 4.2vw, 4.35rem); }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.contact-section .button-primary { color: var(--carbon); background: #65d1ed; }
.contact-section .button-primary:hover { background: #91e3f5; }

.site-footer { color: #bfc9ce; background: #101417; padding: 66px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 70px; }
.brand-footer { width: 240px; margin-bottom: 24px; padding: 10px 12px; background: var(--warm-white); border-radius: 10px; }
.footer-grid p { max-width: 440px; }
.footer-grid a:not(.brand) { display: block; width: fit-content; margin: 8px 0; color: #d8e0e4; text-decoration: none; }
.footer-grid a:hover { color: #65d1ed; }
.footer-title { color: white; font-weight: 850; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.13); font-size: 0.75rem; }

@media (max-width: 1230px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .reel-frame { width: min(100%, 840px); }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 72px; }
  .home-hero { padding-top: 58px; }
  h1 { font-size: clamp(3.1rem, 14vw, 4.85rem); }
  .proof-grid, .section-heading, .service-grid, .process-grid, .heritage-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .proof-grid > div { border-left: 0; border-top: 1px solid rgba(255,255,255,0.13); padding: 18px 0; }
  .proof-grid > div:first-child { border-top: 0; }
  .section-heading { gap: 22px; }
  .service-content > p:not(.card-eyebrow) { min-height: 0; }
  .heritage-image { height: min(68vw, 480px); }
  .footer-grid { gap: 32px; }
  .footer-bottom { flex-direction: column; }
}

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

.service-hero { padding: clamp(60px, 8vw, 108px) 0; background: radial-gradient(circle at 84% 12%, rgba(0,150,214,0.14), transparent 28%), var(--warm-white); }
.service-hero-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(44px, 7vw, 94px); align-items: center; }
.service-hero h1 { font-size: clamp(3.25rem, 6vw, 6rem); }
.service-hero-image-wrap { position: relative; }
.service-hero-image { width: 100%; height: clamp(520px, 48vw, 650px); object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-image-note { position: absolute; right: 18px; bottom: 18px; min-width: 190px; color: white; background: rgba(22,27,31,0.85); border: 1px solid rgba(255,255,255,0.16); border-radius: 15px; padding: 14px 17px; backdrop-filter: blur(8px); }
.hero-image-note strong, .hero-image-note span { display: block; }
.hero-image-note strong { font-size: 0.94rem; }
.hero-image-note span { color: #c8d5da; font-size: 0.76rem; }
.service-intro { color: white; background: var(--cyan-deep); padding: clamp(64px, 7vw, 92px) 0; }
.service-intro .eyebrow { color: #c9f4ff; }
.service-intro-grid { display: grid; grid-template-columns: 0.34fr 1fr; gap: clamp(38px, 8vw, 128px); }
.service-intro-grid h2 { max-width: 980px; }
.service-intro-grid p:not(.eyebrow) { max-width: 850px; color: #e2f7fc; font-size: 1.05rem; }
.formats-section { background: var(--paper); }
.format-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.format-card { min-height: 320px; padding: 31px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.format-card > span { color: var(--cyan-deep); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.13em; }
.format-card h3 { margin-top: 44px; font-size: 1.75rem; }
.format-card p { color: #55636b; }
.executive-gallery-section { background: var(--warm-white); }
.executive-gallery-heading { align-items: end; }
.executive-gallery-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 24px; }
.executive-gallery-card { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--carbon); border-radius: var(--radius); box-shadow: 0 12px 32px rgba(26, 41, 50, 0.1); }
.executive-gallery-card img { width: 100%; height: clamp(390px, 38vw, 500px); object-fit: cover; }
.executive-gallery-card-wide img { object-position: 50% 46%; }
.executive-gallery-card figcaption { min-height: 132px; padding: 24px 26px 26px; color: white; border-top: 3px solid var(--cyan); }
.executive-gallery-card strong, .executive-gallery-card span { display: block; }
.executive-gallery-card strong { font-size: 1.08rem; }
.executive-gallery-card span { margin-top: 7px; color: #c6d1d6; font-size: 0.9rem; }
.location-section { background: var(--warm-white); }
.location-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(46px, 8vw, 105px); align-items: center; }
.location-image { width: 100%; height: clamp(520px, 52vw, 680px); object-fit: cover; border-radius: var(--radius); }
.location-copy > h2 { margin-bottom: 36px; }
.location-option { padding: 22px 0; border-top: 1px solid #cbd3d7; }
.location-option:last-child { border-bottom: 1px solid #cbd3d7; }
.location-option h3 { font-size: 1.55rem; }
.location-option p { margin-bottom: 0; color: #55636b; }
.section-heading.dark-heading > p { color: #b6c2c8; }
.stream-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 50px; }
.stream-steps article { padding: 28px 24px; background: var(--carbon-soft); border-top: 3px solid var(--cyan); border-radius: 0 0 15px 15px; }
.stream-steps span { color: #65d1ed; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.12em; }
.stream-steps h3 { margin-top: 34px; font-size: 1.5rem; }
.stream-steps p { color: #b6c2c8; }
.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(55px, 9vw, 130px); align-items: start; }
.faq-list details { border-top: 1px solid var(--line); padding: 22px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-size: 1.04rem; font-weight: 800; }
.faq-list p { color: #55636b; }
.inline-link { color: var(--cyan-deep); font-weight: 800; text-underline-offset: 3px; }
.responsibility-section { background: var(--warm-white); }
.responsibility-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.responsibility-card { padding: clamp(30px, 5vw, 54px); background: var(--paper); border: 1px solid var(--line); border-top: 5px solid var(--steel); border-radius: var(--radius); box-shadow: 0 12px 32px rgba(26, 41, 50, 0.07); }
.responsibility-card-accent { border-top-color: var(--cyan); }
.responsibility-card h3 { margin-bottom: 26px; }
.responsibility-card .check-list { margin-top: 0; }
.corporate-gallery-section, .podcast-gallery-section { background: var(--warm-white); }
.corporate-gallery-heading, .podcast-gallery-heading { align-items: end; }
.corporate-gallery-grid, .podcast-gallery-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 24px; }
.corporate-gallery-card, .podcast-gallery-card { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--carbon); border-radius: var(--radius); box-shadow: 0 12px 32px rgba(26, 41, 50, 0.1); }
.corporate-gallery-card img, .podcast-gallery-card img { width: 100%; height: clamp(390px, 38vw, 500px); object-fit: cover; }
.corporate-gallery-card-wide img, .podcast-gallery-card-wide img { object-position: 50% 48%; }
.corporate-gallery-card figcaption, .podcast-gallery-card figcaption { min-height: 132px; padding: 24px 26px 26px; color: white; border-top: 3px solid var(--cyan); }
.corporate-gallery-card strong, .corporate-gallery-card span, .podcast-gallery-card strong, .podcast-gallery-card span { display: block; }
.corporate-gallery-card strong, .podcast-gallery-card strong { font-size: 1.08rem; }
.corporate-gallery-card span, .podcast-gallery-card span { margin-top: 7px; color: #c6d1d6; font-size: 0.9rem; }
.corporate-location-image { object-position: center; }
.podcast-hero-image { height: auto; aspect-ratio: 16 / 10; object-position: 50% center; }
.podcast-location-image { height: auto; aspect-ratio: 16 / 10; object-position: center; }
.related-services-section { background: var(--paper); }
.related-services-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(55px, 9vw, 130px); align-items: start; }
.related-service-links { border-top: 1px solid var(--line); }
.related-service-links > a { display: block; padding: 28px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.related-service-links > a > span { display: block; margin-bottom: 9px; color: #55636b; }
.related-service-links strong { color: var(--cyan-deep); font-size: 0.9rem; }
.related-service-links a:hover strong { color: #00556a; }

@media (max-width: 1020px) {
  .service-hero-grid, .service-intro-grid, .location-grid, .faq-grid, .responsibility-grid, .executive-gallery-grid, .corporate-gallery-grid, .podcast-gallery-grid, .related-services-grid { grid-template-columns: 1fr; }
  .service-hero-image { height: min(62vw, 520px); }
  .format-grid, .stream-steps { grid-template-columns: repeat(2, 1fr); }
  .location-image { height: min(68vw, 540px); }
}

@media (max-width: 620px) {
  .format-grid, .stream-steps { grid-template-columns: 1fr; }
  .format-card { min-height: 0; }
  .format-card h3 { margin-top: 28px; }
  .service-hero-image, .location-image { height: 290px; }
  .executive-gallery-card img, .corporate-gallery-card img, .podcast-gallery-card img { height: 290px; }
  .executive-gallery-card figcaption, .corporate-gallery-card figcaption, .podcast-gallery-card figcaption { min-height: 0; padding: 20px; }
}

.inquiry-hero { padding: clamp(74px, 9vw, 126px) 0; background: radial-gradient(circle at 82% 20%, rgba(0,150,214,0.13), transparent 31%), var(--warm-white); }
.inquiry-hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(48px, 9vw, 132px); align-items: end; }
.inquiry-hero h1 { max-width: 780px; font-size: clamp(3.4rem, 6vw, 6rem); }
.inquiry-hero-copy > p { max-width: 650px; margin: 0; color: #46545d; font-size: clamp(1.08rem, 1.7vw, 1.3rem); line-height: 1.62; }
.products-hero .inquiry-hero-grid { align-items: center; }
.products-hero .inquiry-hero-copy { display: grid; gap: 24px; }
.products-hero-image-wrap { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.products-hero-image { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; object-position: 50% center; }
.products-hero .button-row { margin-top: 0; }
.quote-hero { background: radial-gradient(circle at 15% 18%, rgba(0,150,214,0.11), transparent 28%), var(--warm-white); }
.inquiry-prompt-strip { color: white; background: var(--carbon); border-top: 4px solid var(--cyan); }
.inquiry-prompt-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.inquiry-prompt-grid > div { padding: 30px clamp(22px, 4vw, 45px); border-left: 1px solid rgba(255,255,255,0.14); }
.inquiry-prompt-grid > div:first-child { border-left: 0; }
.inquiry-prompt-grid span, .inquiry-prompt-grid strong { display: block; }
.inquiry-prompt-grid span { margin-bottom: 16px; color: #65d1ed; font-size: 0.7rem; font-weight: 850; letter-spacing: 0.13em; }
.inquiry-prompt-grid strong { font-size: 1.05rem; }
.inquiry-prompt-grid p { margin: 7px 0 0; color: #b9c5ca; font-size: 0.86rem; }
.inquiry-section { background: var(--paper); }
.inquiry-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: clamp(50px, 9vw, 124px); align-items: start; }
.inquiry-copy > p:not(.eyebrow, .card-eyebrow, .quote-scope-note) { color: #55636b; font-size: 1.03rem; }
.contact-detail-card { margin: 34px 0 18px; padding: 28px; background: var(--warm-white); border: 1px solid var(--line); border-top: 4px solid var(--cyan); border-radius: 16px; }
.contact-detail-card p:last-child { margin-bottom: 0; color: #55636b; }
.contact-phone { display: inline-block; margin: 5px 0 12px; color: var(--carbon); font-family: "Arial Narrow", "Avenir Next Condensed", "Segoe UI", sans-serif; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 850; letter-spacing: -0.035em; line-height: 1; text-decoration: none; }
.contact-phone:hover { color: var(--cyan-deep); }
.inquiry-form-card { min-width: 0; overflow: hidden; padding: clamp(18px, 3vw, 32px); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 46px rgba(26,41,50,0.1); }
.inquiry-form-card iframe { display: block; width: 100%; min-height: 620px; border: 0; }
.form-privacy-note { margin: 10px 4px 0; padding-top: 18px; color: #68757c; border-top: 1px solid var(--line); font-size: 0.75rem; line-height: 1.55; }
.inquiry-services-section { background: var(--warm-white); }
.inquiry-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.inquiry-service-grid > a { min-height: 190px; padding: clamp(26px, 4vw, 42px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.inquiry-service-grid > a > span { display: block; min-height: 52px; margin-bottom: 30px; color: #55636b; }
.inquiry-service-grid strong { color: var(--cyan-deep); font-size: 0.9rem; }
.inquiry-service-grid a:hover strong { color: #00556a; }
.quote-prep-section { background: var(--warm-white); }
.quote-prep-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.quote-prep-grid article { min-height: 285px; padding: 29px 25px; background: var(--paper); border: 1px solid var(--line); border-top: 4px solid var(--cyan); border-radius: 0 0 15px 15px; }
.quote-prep-grid span { color: var(--cyan-deep); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.13em; }
.quote-prep-grid h3 { margin-top: 39px; font-size: 1.6rem; }
.quote-prep-grid p { color: #55636b; }
.inquiry-section-dark { color: white; background: var(--carbon); }
.inquiry-section-dark .inquiry-copy > p:not(.eyebrow, .card-eyebrow, .quote-scope-note) { color: #c4cfd4; }
.check-list-dark li { color: #eef4f6; border-color: rgba(255,255,255,0.16); }
.check-list-dark li:last-child { border-color: rgba(255,255,255,0.16); }
.quote-scope-note { margin-top: 27px; color: #9eacb3; font-size: 0.82rem; }

@media (max-width: 1020px) {
  .inquiry-hero-grid, .inquiry-grid { grid-template-columns: 1fr; }
  .inquiry-hero-grid { align-items: start; }
  .quote-prep-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .inquiry-prompt-grid, .inquiry-service-grid, .quote-prep-grid { grid-template-columns: 1fr; }
  .inquiry-prompt-grid > div { border-left: 0; border-top: 1px solid rgba(255,255,255,0.14); padding: 22px 0; }
  .inquiry-prompt-grid > div:first-child { border-top: 0; }
  .inquiry-form-card { padding: 12px; }
  .inquiry-form-card iframe { min-height: 690px; }
  .inquiry-service-grid > a, .quote-prep-grid article { min-height: 0; }
  .inquiry-service-grid > a > span { min-height: 0; }
}

.about-hero-image { object-position: 50% center; }
.about-story-section { background: var(--paper); }
.about-story-grid { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: clamp(48px, 8vw, 112px); align-items: center; }
.about-story-copy > p:not(.eyebrow) { color: #526068; font-size: 1.04rem; }
.about-story-media { min-width: 0; margin: 0; overflow: hidden; color: white; background: var(--carbon); border-radius: var(--radius); box-shadow: var(--shadow); }
.about-story-media img { width: 100%; height: clamp(470px, 46vw, 620px); object-fit: cover; object-position: center; }
.about-story-media figcaption { padding: 20px 24px 22px; color: #d5dfe3; border-top: 3px solid var(--cyan); font-size: 0.82rem; }
.about-services-section { background: var(--warm-white); }
.about-service-grid .format-card { display: flex; flex-direction: column; }
.about-service-grid .format-card p { flex: 1; }
.about-principles-section .process-list p { max-width: 620px; }
.about-location-section { background: var(--paper); }
.about-location-image { object-position: center; }

@media (max-width: 1020px) {
  .about-story-grid { grid-template-columns: 1fr; }
  .about-story-media img { height: min(70vw, 560px); }
}

@media (max-width: 620px) {
  .about-story-media img { height: 300px; }
  .about-location-image { height: 390px; }
}
