:root {
  color-scheme: light;
  --paper: #f7f6f2;
  --stone: #ecebe6;
  --ink: #17191a;
  --muted: #626668;
  --line: #d8d9d6;
  --charcoal: #101314;
  --blue: #1298d5;
  --serif: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Inter", "Helvetica Neue", Arial, sans-serif;
  --outer: min(100% - 9rem, 1280px);
}

* { box-sizing: border-box; }
@font-face { font-family: "Newsreader"; src: url("/fonts/Newsreader-Variable.ttf") format("truetype"); font-style: normal; font-weight: 200 800; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/fonts/Inter-Variable.ttf") format("truetype"); font-style: normal; font-weight: 100 900; font-display: swap; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1.0625rem; line-height: 1.72; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { text-decoration-color: var(--blue); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.wrap { width: var(--outer); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: .5rem; left: .5rem; transform: translateY(-160%); padding: .7rem 1rem; color: var(--paper); background: var(--ink); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 1.35rem; color: var(--muted); font-size: .75rem; font-weight: 600; letter-spacing: .16em; line-height: 1.45; text-transform: uppercase; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; text-wrap: balance; hyphens: none; word-break: normal; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3rem, 6.2vw, 6.5rem); line-height: .98; }
h2 { margin-bottom: 1.35rem; font-size: clamp(2.65rem, 5vw, 4.5rem); line-height: 1.02; }
h3 { margin-bottom: 1.2rem; font-size: clamp(1.75rem, 2.7vw, 2.4rem); line-height: 1.12; }
.keep-phrase { white-space: nowrap; }
.mobile-break { display: none; }
p { margin-bottom: 1rem; }
.lead { font-family: var(--serif); font-size: clamp(1.5rem, 2vw, 1.9rem); line-height: 1.35; }
.body-copy p:last-child, .intro-copy p:last-child { margin-bottom: 0; }

/* A quiet header that keeps the wordmark and all primary routes in view. */
.site-header { position: sticky; z-index: 20; top: 0; height: 80px; border-bottom: 1px solid var(--line); background: #f7f6f2; }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; flex: none; align-items: center; }
.brand img { width: 156px; height: auto; }
.desktop-nav { display: flex; height: 100%; align-items: center; gap: clamp(1.3rem, 2.2vw, 2.25rem); }
.desktop-nav a { font-size: .875rem; text-decoration: none; }
.desktop-nav a.active { text-decoration: underline; text-decoration-color: var(--blue); text-underline-offset: .45rem; }
.desktop-nav .nav-cta { margin-left: .25rem; padding: .68rem 1.1rem; border: 1px solid var(--ink); transition: background .2s, color .2s; }
.desktop-nav .nav-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle, .mobile-menu { display: none; }
.mobile-menu[hidden] { display: none; }
body.menu-open { overflow: hidden; }

.button, .button-light { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .75rem; padding: .65rem 1.45rem; border: 1px solid var(--ink); border-radius: 1px; background: var(--ink); color: var(--paper); font-size: .9rem; line-height: 1.35; text-decoration: none; transition: background .2s, color .2s, border-color .2s; }
.button:hover { background: transparent; color: var(--ink); }
.button-light { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.button-light:hover { background: transparent; color: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1rem; font-size: .95rem; text-decoration: none; }
.text-link span { color: var(--blue); }

/* Full-viewport landscape opening. The image remains the primary visual. */
.home-hero { position: relative; min-height: max(720px, calc(100svh - 80px)); display: flex; align-items: flex-end; overflow: hidden; background: var(--charcoal); color: var(--paper); }
.home-hero-photo, .wide-photo { position: absolute; inset: 0; display: block; overflow: hidden; }
.image-system { display: block; width: 100%; height: 100%; overflow: hidden; }
.image-system img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: var(--image-position-desktop, center); }
.home-hero-photo img, .wide-photo img { width: 100%; height: 100%; object-fit: cover; }
.home-hero-photo::after, .wide-photo::after { position: absolute; inset: 0; content: ""; pointer-events: none; }
.home-hero-photo::after { background: linear-gradient(90deg, rgb(16 19 20 / 48%) 0%, rgb(16 19 20 / 17%) 48%, transparent 78%), linear-gradient(0deg, rgb(16 19 20 / 42%) 0%, transparent 62%); }
.wide-photo::after { background: linear-gradient(90deg, rgb(16 19 20 / 51%) 0%, rgb(16 19 20 / 18%) 42%, transparent 68%); }
.home-hero-copy { position: relative; z-index: 1; padding-top: 7rem; padding-bottom: 5rem; }
.home-hero .eyebrow { color: rgb(247 246 242 / 82%); }
.home-hero h1 { max-width: 760px; margin-bottom: 1.3rem; font-size: clamp(4rem, 6.2vw, 6.5rem); }
.home-hero-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: 1.8rem; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.home-hero .button { border-color: var(--paper); }
.home-hero .button:hover { color: var(--paper); }
.home-hero .hero-actions .text-link { margin-top: 0; align-self: center; color: var(--paper); }
.home-hero .hero-actions .text-link span { color: var(--paper); }

.section { padding-block: clamp(6rem, 12vw, 10rem); }
.intro-section { padding-top: clamp(7rem, 15vw, 12rem); }
.intro-grid, .section-heading-row, .statement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.intro-grid { align-items: start; grid-template-columns: 1.2fr 1fr; gap: clamp(2rem, 4vw, 4rem); }
.intro-line { display: block; }
.intro-text { max-width: 560px; padding-top: 3rem; }
.intro-text p { max-width: 560px; }
.section-heading-row { align-items: end; margin-bottom: 4rem; }
.section-heading-row h2 { margin: 0; }
.services-section .section-heading-row { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); }
.section-heading-row > p { max-width: 370px; margin: 0 0 .55rem; color: var(--muted); }
.approach-section { background: var(--stone); }
.rule-list { border-top: 1px solid var(--line); }
.rule-item { display: grid; grid-template-columns: 70px .85fr 1.15fr; gap: 1.5rem; padding: 2.1rem 0; border-bottom: 1px solid var(--line); }
.number { color: var(--blue); font-size: .8rem; letter-spacing: .08em; }
.rule-item h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.7rem, 2.3vw, 2.3rem); }
.rule-item p { max-width: 60ch; margin: 0 0 .5rem; color: var(--muted); font-size: .98rem; }
.rule-item p:last-child { margin-bottom: 0; }
.services-section { padding-bottom: 0; }
.editorial-rows { margin-top: 4rem; }
.photo-text { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 470px; align-items: center; margin-bottom: 5.5rem; }
.photo-text.portrait-photo { min-height: 620px; }
.photo-text.reverse figure { order: 2; }
.photo-text figure { position: relative; height: 100%; min-height: 440px; margin: 0; overflow: hidden; }
.photo-text figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-text-copy { min-width: 0; padding: 3rem clamp(2rem, 4vw, 4rem); }
.photo-text-copy .body-copy { max-width: 445px; color: var(--muted); }
.photo-text-copy h3 { margin-bottom: 1rem; font-size: clamp(2rem, 3.2vw, 3rem); }
.photo-text-copy .eyebrow { margin-bottom: 1.2rem; }
.fullbleed-image { position: relative; min-height: 82vh; display: flex; align-items: flex-end; overflow: hidden; background: var(--charcoal); color: var(--paper); }
.wide-photo-copy { position: relative; z-index: 1; padding-block: 5rem; }
.wide-photo-copy .eyebrow { color: rgb(247 246 242 / 78%); }
.wide-photo-copy h2 { max-width: 800px; font-size: clamp(3.2rem, 6vw, 6rem); }
.wide-photo-copy > p:not(.eyebrow) { max-width: 600px; color: rgb(247 246 242 / 88%); }
.audiences-section { padding-block: clamp(6rem, 11vw, 9rem); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; }
.audience-grid article { padding: .5rem 4rem .5rem 0; }
.audience-grid article + article { padding: .5rem 0 .5rem 4rem; border-left: 1px solid var(--line); }
.audience-grid h2 { max-width: 540px; font-size: clamp(2.8rem, 4.7vw, 4.4rem); }
.audience-grid p { max-width: 490px; color: var(--muted); }
.closing-section { padding-block: clamp(6rem, 13vw, 10rem); background: var(--stone); }
.closing-inner h2 { max-width: 1100px; font-size: clamp(3rem, 5vw, 4.8rem); }
.closing-inner h2 span { display: block; margin-top: .65em; color: #555b5b; }
.signature { margin-top: 4rem; margin-bottom: 1.6rem; font-family: var(--serif); font-size: 1.5rem; line-height: 1.4; }
.signature span { color: var(--muted); font-size: 1.15rem; }

.page-hero { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 640px; align-items: stretch; }
.page-hero-copy { align-self: center; min-width: 0; padding: clamp(4rem, 8vw, 7.5rem) clamp(1.25rem, 2vw, 2rem) clamp(4rem, 8vw, 7.5rem) clamp(2rem, 5vw, 4.5rem); }
.page-hero-copy h1 { max-width: 14ch; font-size: clamp(3.5rem, 5.8vw, 6rem); }
.contact-hero { grid-template-columns: 46fr 54fr; }
.contact-hero h1 { max-width: none; }
.contact-title-line { white-space: nowrap; }
.about-hero, .services-hero { grid-template-columns: 58fr 42fr; }
.partners-hero { grid-template-columns: 56fr 44fr; }
.about-hero h1, .services-hero h1, .partners-hero h1 { max-width: none; }
.page-hero-copy .intro-copy { max-width: 520px; color: var(--muted); font-size: 1.08rem; }
.page-hero-image { position: relative; width: 100%; min-width: 0; min-height: 640px; margin: 0; overflow: hidden; }
.page-hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.name-section { background: var(--stone); }
.narrow-copy { max-width: 65ch; }
.narrow-copy h2 { margin-bottom: 2rem; }
.narrow-copy p { color: var(--muted); }
.beliefs-section > .wrap > h2, .partner-process > .wrap > h2, .process-section > .wrap > h2 { margin-bottom: 3.4rem; }
.company-statement { background: var(--stone); }
.statement-grid { align-items: start; }
.statement-grid > div:last-child { max-width: 570px; color: var(--muted); }
.statement-grid h2 { font-size: clamp(2.8rem, 4.8vw, 4.5rem); }
.summary-section { padding-block: 3rem; }
.summary-grid { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 2rem; align-items: center; }
.summary-grid > p { margin: 0; }
.summary-grid span { display: block; margin-bottom: .25rem; color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.summary-grid .text-link { margin: 0; }
.service-detail-section { padding-bottom: 3rem; }
.service-detail-section .editorial-rows { margin-top: 3rem; }
.process-section { background: var(--stone); }
.simple-cta { padding-block: clamp(6rem, 11vw, 9rem); }
.simple-cta h2 { margin-bottom: 2rem; }
.partner-who { padding-bottom: 5rem; }
.partner-process { background: var(--stone); }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.values-grid ul { margin: 0; padding: 0; list-style: none; }
.values-grid li { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.values-grid li:first-child { border-top: 1px solid var(--line); }
.why-section { background: var(--stone); }
.across-section .wrap { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 5rem; }
.across-image { height: 520px; }
.across-image img { width: 100%; height: 100%; object-fit: cover; }
.across-copy { max-width: 510px; }
.across-copy p { color: var(--muted); }
.dark-cta { padding-block: clamp(6rem, 11vw, 9rem); background: var(--charcoal); color: var(--paper); }
.dark-cta .eyebrow { color: rgb(247 246 242 / 65%); }
.dark-cta h2 { max-width: 820px; }
.dark-cta > .wrap > p:not(.eyebrow) { max-width: 560px; margin-bottom: 1.8rem; color: rgb(247 246 242 / 76%); }
.dark-email { display: inline-block; margin-left: 1.2rem; font-size: .95rem; }

.contact-options { background: var(--stone); }
.contact-options > .wrap { display: grid; grid-template-columns: .8fr 1.4fr; gap: 3rem; }
.contact-intro h2 { font-size: clamp(3rem, 5vw, 4.7rem); }
.contact-email { display: inline-block; margin-top: 1rem; font-family: var(--serif); font-size: 1.35rem; }
.contact-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.contact-columns article { padding-top: .4rem; }
.contact-columns h3 { font-size: 1.9rem; }
.contact-columns p { color: var(--muted); }
.inquiry-section { padding-top: clamp(6rem, 11vw, 9rem); }
.inquiry-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6rem; }
.inquiry-layout h2 { font-size: clamp(2.8rem, 4.5vw, 4.2rem); }
.inquiry-layout > div:first-child > p { color: var(--muted); }
.form-switch { display: flex; gap: 2rem; margin-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.form-switch-button { padding: 0 0 1rem; border: 0; border-bottom: 2px solid transparent; background: transparent; cursor: pointer; }
.form-switch-button.active { border-color: var(--blue); }
.inquiry-form { max-width: 820px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 2rem; }
.field { margin-bottom: 1.7rem; }
.field label, .field legend { display: block; margin-bottom: .45rem; font-size: .88rem; font-weight: 600; }
.field input:not([type=checkbox]), .field textarea, .field select { width: 100%; padding: .6rem 0 .7rem; border: 0; border-bottom: 1px solid #bfc1bf; border-radius: 0; outline-offset: 2px; background: transparent; color: var(--ink); }
.field input:focus, .field textarea:focus, .field select:focus { border-bottom-color: var(--blue); outline: 0; }
.field textarea { min-height: 160px; resize: vertical; }
.field select { appearance: auto; }
.checkbox-group { padding: 0; border: 0; }
.checkbox-group legend { padding: 0; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem 1rem; }
.check-grid label { display: flex; align-items: flex-start; gap: .65rem; font-weight: 400; }
.check-grid input { accent-color: var(--blue); margin-top: .45rem; }
.form-status, .form-thanks { min-height: 1.5em; margin-top: 1rem; color: var(--muted); }
.form-required-note { margin-top: 2rem; font-size: .88rem; }
.privacy-consent { margin: .5rem 0 2rem; }
.privacy-consent label { display: flex; align-items: flex-start; gap: .7rem; max-width: 66ch; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.privacy-consent input { flex: 0 0 auto; margin-top: .32rem; accent-color: var(--blue); }
.privacy-consent a { text-decoration: underline; text-underline-offset: .18em; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.email-fallback { max-width: 560px; padding-top: 1rem; }
.email-fallback p { max-width: 500px; color: var(--muted); }
.email-fallback .text-link { margin-right: 1rem; }
.company-hero { min-height: 500px; grid-template-columns: 1fr 1fr; }
.company-hero .page-hero-image, .company-hero .page-hero-image img { min-height: 500px; }
.company-details { padding-top: 2rem; }
.company-table { margin: 0; border-top: 1px solid var(--line); }
.company-table > div { display: grid; grid-template-columns: minmax(250px, .8fr) 1.2fr; gap: 2rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.company-table dt { font-size: .92rem; font-weight: 600; }
.company-table dd { margin: 0; color: var(--muted); }
.legal-strip { height: 190px; background: linear-gradient(0deg, rgb(16 19 20 / 18%), rgb(16 19 20 / 18%)), url('/images/processed/home-hero-private-1024.webp') center 48% / cover; }
.legal-page { padding-top: clamp(4.5rem, 9vw, 7rem); }
.legal-wrap { max-width: 850px; }
.legal-wrap h1 { margin-bottom: 1.2rem; font-size: clamp(3rem, 5vw, 5rem); }
.legal-wrap > p { max-width: 770px; color: var(--muted); }
.legal-wrap .eyebrow { margin-bottom: 1rem; }
.last-updated { margin-bottom: 2.4rem; font-size: .9rem; }
.legal-copy { margin-top: 3.6rem; }
.legal-copy h2 { margin: 2.8rem 0 .8rem; font-family: var(--sans); font-size: 1.15rem; font-weight: 650; letter-spacing: 0; line-height: 1.5; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.legal-copy ul { padding-left: 1.3rem; }
.legal-copy li { margin: .3rem 0; }
.not-found { min-height: 65vh; display: flex; align-items: center; padding-block: 8rem; }
.not-found h1 { max-width: 800px; }
.not-found p { margin-bottom: 2rem; color: var(--muted); }

.site-footer { padding: 4.5rem 0 1.6rem; background: var(--charcoal); color: var(--paper); }
.footer-main { display: grid; grid-template-columns: 1.1fr 1fr 1.1fr; gap: 3rem; padding-bottom: 4rem; }
.site-footer .brand img { width: 184px; }
.footer-brand p { margin: 1.4rem 0 0; font-family: var(--serif); font-size: 1.45rem; line-height: 1.4; }
.footer-nav { display: grid; grid-template-columns: 1fr; align-content: start; gap: .85rem 1rem; }
.footer-nav a { width: fit-content; }
.footer-nav a, .footer-company a { font-size: .92rem; text-decoration: none; }
.footer-company p { margin-bottom: .85rem; color: rgb(247 246 242 / 78%); font-size: .9rem; }
.footer-company a { display: inline-block; margin-top: .2rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: end; gap: 2rem; padding-top: 1.4rem; border-top: 1px solid rgb(247 246 242 / 20%); }
.footer-bottom p { margin: .7rem 0 0; color: rgb(247 246 242 / 70%); font-size: .82rem; }
.legal-links { display: flex; gap: 1.25rem; }
.legal-links a { color: rgb(247 246 242 / 86%); font-size: .85rem; text-decoration: none; }
.footer-bottom .footer-signoff { margin: 0; font-family: var(--serif); font-size: 1.2rem; }

@media (max-width: 1050px) {
  :root { --outer: min(100% - 4rem, 1280px); }
  .desktop-nav { gap: 1.1rem; }
  .desktop-nav .nav-cta { padding-inline: .8rem; }
  .page-hero-copy { padding-left: 2rem; }
  .summary-grid { grid-template-columns: 1fr 1fr; }
  .summary-grid .text-link { justify-self: start; }
  .contact-options > .wrap, .inquiry-layout { gap: 3rem; }
}
@media (min-width: 1025px) {
  .intro-line { white-space: nowrap; }
  .footer-nav a { white-space: nowrap; }
  .partner-who .statement-grid { grid-template-columns: 1.35fr 1fr; gap: clamp(2rem, 4vw, 4rem); }
}
@media (min-width: 761px) and (max-width: 1024px) {
  .page-hero { grid-template-columns: 1fr; }
  .page-hero-copy { padding: 4.5rem 2rem 3rem; }
  .page-hero-copy h1 { max-width: 20ch; }
  .page-hero-image, .page-hero-image img { min-height: 0; height: auto; aspect-ratio: 16 / 9; }
  .page-hero-image img { position: static; }
  .intro-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .intro-text { padding-top: 0; }
  .contact-options > .wrap { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  :root { --outer: calc(100% - 40px); }
  html { scroll-padding-top: 74px; }
  body { font-size: 1rem; }
  .site-header { height: 68px; }
  .header-inner { width: calc(100% - 40px); }
  .brand img { width: 148px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-block; padding: .45rem 0 .45rem .8rem; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: .95rem; }
  .mobile-menu:not([hidden]) { position: fixed; inset: 68px 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; padding: 2.7rem 20px 2rem; background: var(--paper); }
  .mobile-menu > a:not(.menu-email) { font-family: var(--serif); font-size: clamp(2rem, 8vw, 2.8rem); line-height: 1.25; text-decoration: none; }
  .mobile-menu .mobile-cta { margin-top: 1rem; padding: .7rem 1rem; border: 1px solid var(--ink); font-family: var(--sans) !important; font-size: .95rem !important; }
  .mobile-menu .menu-email { margin-top: auto; color: var(--muted); font-size: .88rem; }
  h1 { font-size: clamp(3rem, 12vw, 4.1rem); }
  h2 { font-size: clamp(2.55rem, 9vw, 3.5rem); }
  .section { padding-block: 5.5rem; }
  .home-hero { min-height: max(700px, calc(100svh - 68px)); }
  .image-system img { object-position: var(--image-position-mobile, center); }
  .home-hero-photo::after { background: linear-gradient(0deg, rgb(16 19 20 / 58%) 0%, rgb(16 19 20 / 20%) 48%, transparent 78%); }
  .home-hero-copy { padding-top: 6rem; padding-bottom: 5rem; }
  .home-hero h1 { font-size: clamp(3rem, 10vw, 3.625rem); }
  .home-hero-copy > p:not(.eyebrow) { max-width: 460px; font-size: 1.05rem; }
  .intro-grid, .section-heading-row, .statement-grid { grid-template-columns: 1fr; gap: 1.4rem; }
  .intro-text { padding-top: 0; }
  .section-heading-row { align-items: start; margin-bottom: 2.2rem; }
  .section-heading-row > p { max-width: 460px; }
  .rule-item { grid-template-columns: 42px 1fr; gap: .7rem 1rem; padding: 1.7rem 0; }
  .rule-item > div { grid-column: 2; }
  .rule-item h3 { grid-column: 2; margin-bottom: .3rem; }
  .photo-text { grid-template-columns: 1fr; min-height: 0; margin-bottom: 3.5rem; }
  .photo-text.portrait-photo { min-height: 0; }
  .photo-text figure, .photo-text figure img { min-height: 0; height: auto; aspect-ratio: 4 / 3; }
  .photo-text.portrait-photo figure, .photo-text.portrait-photo figure img { aspect-ratio: 4 / 5; }
  .photo-text figure img { position: static; }
  .photo-text.reverse figure { order: 0; }
  .photo-text-copy { padding: 2rem 0 .5rem; }
  .photo-text-copy h3 { font-size: 2.2rem; }
  .editorial-rows { margin-top: 2.5rem; }
  .fullbleed-image { min-height: 730px; }
  .wide-photo::after { background: linear-gradient(0deg, rgb(16 19 20 / 54%) 0%, rgb(16 19 20 / 16%) 58%, transparent 82%); }
  .wide-photo-copy { padding-block: 4rem; }
  .wide-photo-copy h2 { font-size: 3.5rem; }
  .audience-grid { grid-template-columns: 1fr; gap: 3rem; }
  .audience-grid article { padding: 0; }
  .audience-grid article + article { padding: 3rem 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .audience-grid h2 { font-size: 3.2rem; }
  .closing-inner h2 { font-size: clamp(2.8rem, 10vw, 4rem); }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero-copy { order: 0; padding: 4.3rem 20px 3rem; }
  .page-hero-copy h1 { font-size: clamp(3rem, 10vw, 3.625rem); }
  .desktop-break { display: none; }
  .mobile-break { display: initial; }
  .page-hero-image, .page-hero-image img { min-height: 0; height: auto; aspect-ratio: 4 / 3; }
  .page-hero-image img { position: static; object-position: center 55%; }
  .company-hero { grid-template-columns: 1fr; min-height: 0; }
  .company-hero .page-hero-image, .company-hero .page-hero-image img { min-height: 0; aspect-ratio: 16 / 9; }
  .summary-grid { grid-template-columns: 1fr 1fr; gap: 1.7rem 1rem; }
  .summary-grid > p:first-child { grid-column: 1 / -1; }
  .values-grid, .across-section .wrap { grid-template-columns: 1fr; gap: 2rem; }
  .across-image { height: auto; aspect-ratio: 4 / 3; }
  .dark-cta h2 { font-size: clamp(2.8rem, 10vw, 4rem); }
  .dark-email { display: block; margin: 1.3rem 0 0; }
  .contact-options > .wrap, .contact-columns, .inquiry-layout { grid-template-columns: 1fr; gap: 3rem; }
  .contact-columns { gap: 2.3rem; }
  .contact-email { overflow-wrap: anywhere; }
  .inquiry-layout { gap: 2.5rem; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .company-table > div { grid-template-columns: 1fr; gap: .4rem; padding: 1.25rem 0; }
  .legal-strip { height: 135px; }
  .legal-page { padding-top: 4rem; }
  .legal-copy { margin-top: 2.5rem; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 2.7rem 1.5rem; padding-bottom: 3rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-nav { grid-template-columns: 1fr; gap: .7rem; }
  .footer-company { font-size: .88rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .legal-links { flex-wrap: wrap; }
}
@media (max-width: 390px) {
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .check-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
@media (max-width: 360px) {
  .contact-title-line { white-space: normal; }
  .contact-hero h1 br { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Direct private-travel contact channels. */
.contact-channels { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.contact-channels .eyebrow { margin-bottom: .6rem; }
.contact-phone { font-family: var(--serif); font-size: 1.7rem; }
.contact-phone a { text-decoration: none; }
.contact-channels .text-link { margin-top: .8rem; font-size: .85rem; }
.footer-contact { margin-top: 1rem; }
.footer-contact > a { font-size: .82rem; color: rgb(247 246 242 / 72%); }
.footer-contact span { display: block; font-size: .72rem; opacity: .65; }
.footer-contact a { display: block; width: fit-content; }
.footer-contact a span { display: inline; font-size: inherit; opacity: 1; }

/* Keep paragraphs at a comfortable editorial reading measure. */
.body-copy p, .intro-copy p, .intro-text p, .statement-grid p,
.legal-copy p, .legal-copy li, .legal-wrap > p { max-width: 65ch; }
.company-hero h1 { max-width: 13ch; }
