@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&display=swap');

:root {
  --ink: #041d32;
  --ink-2: #082a47;
  --paper: #f8f7f2;
  --white: #fff;
  --muted: #526271;
  --line: #dce2e3;
  --aqua: #99dfd7;
  --aqua-2: #55bdb2;
  --gold: #d4b975;
  --shadow: 0 18px 45px rgba(4, 29, 50, .12);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.65 var(--sans); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--ink-2); }
button, input, textarea, select { font: inherit; }

.shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.screen-reader-text, .honey { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.skip-link { position: fixed; z-index: 10000; top: -5rem; left: 1rem; padding: .75rem 1rem; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }

/* Header and navigation */
.site-header { position: absolute; z-index: 20; top: 0; width: 100%; color: var(--white); transition: background .2s, transform .2s, box-shadow .2s; }
.site-header.is-stuck { position: fixed; background: rgba(4, 29, 50, .97); box-shadow: 0 8px 28px rgba(0, 0, 0, .18); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: min(1320px, calc(100% - 3rem)); min-height: 5.7rem; margin: auto; }
.site-brand { display: inline-flex; flex: 0 0 auto; flex-direction: column; line-height: .82; letter-spacing: .18em; text-decoration: none; }
.site-brand span { font-family: var(--serif); font-size: 1.58rem; font-weight: 700; }
.site-brand small { margin-top: .6rem; margin-left: .16em; font-size: .54rem; letter-spacing: .48em; }
.site-nav { display: flex; align-items: center; gap: 1.4rem; }
.site-nav__list { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 2rem); margin: 0; padding: 0; list-style: none; }
.site-nav a { font-size: .76rem; font-weight: 650; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.site-nav__list a:hover, .site-nav__list .current-menu-item a { text-decoration: underline; text-underline-offset: .45rem; }
.site-menu-toggle { display: none; padding: .5rem; color: inherit; background: transparent; border: 0; }
.site-menu-toggle span:not(.screen-reader-text) { display: block; width: 1.7rem; height: 1px; margin: .38rem; background: currentColor; }

/* Shared typography and controls */
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { margin: 0 0 1.25rem; font-size: clamp(2.8rem, 6.2vw, 5.6rem); }
h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.7rem); }
h3 { margin: 0; font-size: clamp(1.5rem, 2vw, 2.15rem); }
.eyebrow { margin: 0 0 .75rem; color: var(--muted); font-size: .7rem; font-weight: 780; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: rgba(255, 255, 255, .78); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.05rem; padding: .8rem 1.15rem; color: var(--white); background: var(--ink); border: 1px solid var(--ink); border-radius: 0; cursor: pointer; font-size: .73rem; font-weight: 750; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover { color: var(--ink); background: transparent; transform: translateY(-2px); }
.button--small { min-height: 2.55rem; padding: .65rem .85rem; font-size: .66rem; }
.button--light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button--light:hover { color: var(--white); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; padding-bottom: .25rem; color: var(--ink); border-bottom: 1px solid currentColor; font-size: .76rem; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link--light { color: var(--white); }

/* Homepage */
.hero { position: relative; display: grid; align-items: end; min-height: min(820px, 100svh); overflow: hidden; color: var(--white); background: var(--ink); }
.hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__wash, .page-hero__wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1, 16, 27, .9), rgba(2, 27, 44, .63) 42%, rgba(2, 27, 44, .18)), linear-gradient(0deg, rgba(1, 16, 27, .5), transparent 55%); }
.hero__content { position: relative; max-width: min(1180px, calc(100% - 3rem)); padding-block: 11rem 9rem; }
.hero h1 { max-width: 760px; }
.hero__lede { max-width: 590px; margin: 0 0 2.3rem; color: rgba(255, 255, 255, .9); font-size: clamp(1.05rem, 1.55vw, 1.25rem); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.35rem; }
.proof-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.proof-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-strip p { margin: 0; padding: 1.5rem 2rem; border-right: 1px solid var(--line); }
.proof-strip p:last-child { border: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { margin-bottom: .25rem; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.proof-strip span { color: var(--muted); font-size: .84rem; line-height: 1.5; }
.section { padding-block: 6.2rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.7rem; }
.section-heading h2 { max-width: 750px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card { position: relative; min-height: 400px; overflow: hidden; color: var(--white); background: var(--ink); isolation: isolate; }
.service-card:nth-child(1), .service-card:nth-child(5) { grid-column: span 2; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.service-card:hover img { transform: scale(1.04); }
.service-card__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(1, 15, 27, .92), rgba(1, 15, 27, .07) 70%); }
.service-card__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; height: 100%; padding: 1.8rem; }
.service-card h2, .service-card h3 { margin-bottom: .75rem; font-size: clamp(1.7rem, 2.6vw, 2.7rem); }
.service-card h2 a, .service-card h3 a { text-decoration: none; }
.service-card p:not(.eyebrow) { max-width: 440px; margin: 0 0 1.2rem; color: rgba(255, 255, 255, .86); font-size: .86rem; line-height: 1.55; }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--ink); }
.split-feature__image { min-height: 590px; }
.split-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.split-feature__content { align-self: center; padding: clamp(3rem, 7vw, 8rem); }
.split-feature__content h2 { margin-bottom: 1.5rem; }
.split-feature ol { margin: 2rem 0; padding: 0; list-style: none; counter-reset: steps; }
.split-feature li { display: grid; grid-template-columns: 2.3rem 1fr; gap: .8rem; margin-bottom: 1.25rem; }
.split-feature li::before { content: '0' counter(steps); counter-increment: steps; color: var(--aqua); font-size: .78rem; font-weight: 750; letter-spacing: .1em; }
.split-feature li strong, .split-feature li span { display: block; }
.split-feature li span { color: rgba(255, 255, 255, .73); font-size: .9rem; }
.locations-teaser { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6rem; align-items: center; }
.locations-teaser > div > p:not(.eyebrow) { max-width: 620px; color: var(--muted); }
.locations-teaser__card { padding: 2.8rem; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.locations-teaser__card h3 { margin-bottom: 1rem; }
.locations-teaser__card p:not(.eyebrow) { margin-bottom: 1.5rem; color: var(--muted); }
.contact-band { color: var(--white); background: linear-gradient(110deg, var(--ink), var(--ink-2)); }
.contact-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding-block: 4.5rem; }
.contact-band h2 { max-width: 740px; }
.contact-band p:not(.eyebrow) { max-width: 600px; color: rgba(255, 255, 255, .75); }
.contact-band__actions { display: flex; flex-direction: column; align-items: center; gap: 1.15rem; min-width: 250px; }
.contact-band__phone { color: var(--white); font-family: var(--serif); font-size: 1.35rem; text-decoration: none; }

/* Interior pages, content and FAQs */
.page-hero { position: relative; display: grid; align-items: end; min-height: 390px; padding: 11rem 0 5.4rem; overflow: hidden; }
.page-hero--plain { background: linear-gradient(130deg, #e2eeeb, #f8f7f2 57%, #d8e8e7); }
.page-hero--image { color: var(--white); background: var(--ink); }
.page-hero--image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero__content { position: relative; }
.page-hero h1 { max-width: 950px; }
.page-hero p:not(.eyebrow) { max-width: 680px; font-size: 1.1rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.5rem; color: var(--muted); font-size: .78rem; }
.breadcrumbs--light { color: rgba(255, 255, 255, .78); }
.breadcrumbs a { text-decoration: none; }
.article-section { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: clamp(2.5rem, 7vw, 8rem); padding-block: 5.7rem; }
.prose { max-width: 760px; }
.prose--wide { max-width: 920px; }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin: 2.5rem 0 1rem; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.prose h3 { margin: 1.7rem 0 .5rem; font-size: 1.4rem; }
.prose p, .prose li { color: #374b5b; }
.prose ul, .prose ol { padding-left: 1.35rem; }
.answer-lead { color: var(--ink) !important; font-family: var(--serif); font-size: 1.45rem; line-height: 1.5; }
.process-list { display: grid; gap: .85rem; padding-left: 1.5rem; }
.process-list li { padding-left: .35rem; }
.page-updated { margin-top: 2rem; color: var(--muted) !important; font-size: .8rem; }
.article-aside { padding: 2rem; background: #e9f2f1; border-top: 3px solid var(--aqua-2); }
.article-aside h2 { margin-bottom: 1rem; font-size: 2rem; }
.article-aside p:not(.eyebrow) { color: var(--muted); }
.link-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.link-card { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; min-height: 200px; padding: 1.45rem; background: var(--white); border: 1px solid var(--line); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.link-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.link-card span { color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.link-card strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 500; line-height: 1.15; }
.link-card em { font-size: .72rem; font-style: normal; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.faq-section { padding: 4rem; background: var(--white); }
.faq-section h2 { margin-bottom: 2rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.faq-list summary { padding-right: 2rem; cursor: pointer; font-family: var(--serif); font-size: 1.23rem; line-height: 1.35; }
.faq-list p { max-width: 780px; color: var(--muted); }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.location-card { padding: 2rem; background: var(--white); border: 1px solid var(--line); }
.location-card h2 { margin-bottom: .7rem; font-size: 2.25rem; }
.location-card h2 a { text-decoration: none; }
.location-card p:not(.eyebrow) { min-height: 4.9rem; color: var(--muted); }

/* Contact and footer */
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 7vw, 7rem); }
.contact-details h2, .contact-form h2 { margin-bottom: 1.5rem; }
.contact-details dl { margin: 2rem 0; }
.contact-details dl > div { padding: 1rem 0; border-top: 1px solid var(--line); }
.contact-details dt { margin-bottom: .25rem; color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.contact-details dd { margin: 0; }
.contact-form { padding: clamp(1.5rem, 4vw, 3rem); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-form p { margin: 0 0 1.25rem; }
.contact-form label { display: block; margin-bottom: .35rem; font-size: .76rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: .76rem .8rem; color: var(--ink); background: #fbfcfb; border: 1px solid #b8c4c8; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--aqua-2); outline: 3px solid rgba(85, 189, 178, .22); }
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-help { color: var(--muted); font-size: .78rem; }
.form-notice { padding: .85rem; background: #fff2e9; border-left: 3px solid #d06e30; }
.form-notice--success { background: #e8f5ee; border-left-color: #2f8d61; }
.site-footer { padding: 4.8rem max(1.5rem, calc((100% - 1180px) / 2)) 1.5rem; color: rgba(255, 255, 255, .76); background: #031723; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr .75fr 1fr .55fr; gap: 3rem; }
.site-footer h2 { margin-bottom: 1rem; color: var(--white); font-family: var(--sans); font-size: .72rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.site-footer p { max-width: 350px; font-size: .85rem; }
.site-brand--footer { margin-bottom: 1.2rem; color: var(--white); }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: .5rem 0; }
.footer-links a, .site-footer address a { font-size: .85rem; text-decoration: none; }
.site-footer address { font-size: .86rem; font-style: normal; line-height: 1.9; }
.footer-hours { margin-top: 1rem; }
.footer-instagram { font-size: .85rem; text-decoration: none; }
.site-footer__base { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1.2rem; border-top: 1px solid rgba(255, 255, 255, .15); }
.site-footer__base p { margin: 0; font-size: .72rem; }
.notice { padding: 1rem; background: #fff3e9; border-left: 3px solid var(--gold); }

@media (max-width: 900px) {
  .site-header__inner { min-height: 5rem; }
  .site-menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 1.2rem; padding: 1.5rem; background: var(--ink); box-shadow: 0 16px 24px rgba(0, 0, 0, .2); }
  .site-header.menu-open .site-nav { display: flex; }
  .site-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav__list a { display: block; padding: .85rem 0; }
  .site-nav__cta { align-self: flex-start; }
  .proof-strip__grid { grid-template-columns: 1fr; }
  .proof-strip p { padding: 1.2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(n) { grid-column: auto; }
  .split-feature { grid-template-columns: 1fr; }
  .split-feature__image { min-height: 380px; }
  .locations-teaser, .article-section, .contact-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .article-aside { max-width: 640px; }
  .link-card-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .shell, .site-header__inner { width: min(100% - 2rem, 1180px); }
  h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .hero { min-height: 720px; }
  .hero__content { padding-block: 8rem 5rem; }
  .section { padding-block: 4.2rem; }
  .section-heading { flex-direction: column; align-items: start; margin-bottom: 2rem; }
  .service-grid, .location-grid, .link-card-grid, .form-split { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .split-feature__image { min-height: 270px; }
  .split-feature__content { width: min(100% - 2rem, 1180px); margin: auto; padding: 3.5rem 1rem; }
  .page-hero { min-height: 330px; padding: 8.7rem 0 3.6rem; }
  .article-section { padding-block: 4rem; }
  .faq-section { padding: 2.1rem 1.2rem; }
  .contact-band__inner { flex-direction: column; align-items: flex-start; padding-block: 3.5rem; }
  .contact-band__actions { align-items: flex-start; }
  .site-footer { padding-top: 3.5rem; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .site-footer__base { flex-direction: column; align-items: flex-start; margin-top: 2.5rem; }
  .button { min-height: 3.25rem; }
}

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

/* Index.html design system */
:root { --index-navy: #001f3f; --index-deep: #06131f; --index-paper: #faf8f5; --index-ink: #273746; --index-rule: #d9d4ca; --index-gold: #b89b62; --index-serif: 'Playfair Display', Georgia, serif; --index-sans: Montserrat, Arial, sans-serif; }
body { background: var(--index-paper); color: var(--index-ink); font-family: var(--index-sans); }
.site-header { position: absolute; z-index: 50; width: 100%; color: #fff; }
.site-header__inner { width: min(1380px, calc(100% - 8rem)); min-height: 6.75rem; gap: 2.5rem; }
.site-header.is-stuck { background: rgba(6, 19, 31, .96); box-shadow: 0 10px 25px rgba(0, 0, 0, .24); }
.site-brand { font-family: var(--index-serif); letter-spacing: .23em; }
.site-brand span { font-family: inherit; font-size: 1.8rem; font-weight: 600; }
.site-nav { gap: 2.5rem; }
.site-nav__list { gap: clamp(1rem, 2.3vw, 2.9rem); }
.site-nav a { font-family: var(--index-sans); font-size: .72rem; font-weight: 500; letter-spacing: .15em; }
.site-nav__list a:hover, .site-nav__list .current-menu-item a { text-decoration: none; opacity: .7; }
.site-nav__cta { min-height: 2.75rem; padding-inline: 1.4rem; color: #fff; background: var(--index-navy); border-color: var(--index-navy); }
.site-nav__cta:hover { color: #fff; background: #163b5b; border-color: #163b5b; transform: none; }

.index-home { overflow: clip; }
.index-hero { position: relative; min-height: max(680px, 100svh); color: #fff; background: var(--index-deep); }
.index-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity .8s ease, visibility .8s; }
.index-slide.is-active { z-index: 1; visibility: visible; opacity: 1; }
.index-slide > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.index-slide__wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 16, 28, .92) 0%, rgba(3, 16, 28, .67) 37%, rgba(3, 16, 28, .12) 77%), linear-gradient(0deg, rgba(0, 12, 23, .38), transparent 60%); }
.index-hero__content { position: absolute; top: 50%; left: max(6%, calc((100vw - 1330px) / 2)); z-index: 2; width: min(590px, calc(100% - 3rem)); transform: translateY(-33%); }
.index-kicker { margin: 0 0 1.1rem; color: var(--index-navy); font-family: var(--index-sans); font-size: .67rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.index-kicker--light { color: rgba(255,255,255,.88); }
.index-hero h1 { margin: 0 0 1.45rem; font-family: var(--index-serif); font-size: clamp(4rem, 7vw, 7.2rem); font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.index-hero h1 i, .index-about h2 i, .index-capabilities h2 i, .index-faq h2 i { font-weight: 400; }
.index-hero__copy { max-width: 490px; margin: 0 0 2rem; color: rgba(255,255,255,.92); font-size: 1.07rem; line-height: 1.8; }
.index-button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.2rem; padding: .9rem 1.55rem; color: #fff; background: var(--index-navy); border: 1px solid var(--index-navy); border-radius: 0; font-family: var(--index-sans); font-size: .69rem; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: background .2s, transform .2s; }
.index-button:hover { color: #fff; background: #123a5e; border-color: #123a5e; transform: translateY(-2px); }
.index-button--light { color: var(--index-navy); background: #fff; border-color: #fff; }
.index-button--light:hover { color: var(--index-navy); background: #f1ece4; border-color: #f1ece4; }
.index-slider-controls { position: absolute; z-index: 3; bottom: 2.8rem; left: max(6%, calc((100vw - 1330px) / 2)); display: flex; gap: .85rem; }
.index-slider-dot { width: .52rem; height: .52rem; padding: 0; background: transparent; border: 1px solid rgba(255,255,255,.85); border-radius: 50%; cursor: pointer; }
.index-slider-dot.is-active { background: #fff; transform: scale(1.35); }

.index-features { display: grid; grid-template-columns: repeat(4, 1fr); padding: 5.8rem max(6%, calc((100vw - 1330px) / 2)); background: var(--index-paper); }
.index-features > div { min-height: 180px; padding: .3rem 2.2rem 0; border-right: 1px solid var(--index-rule); }
.index-features > div:first-child { padding-left: 0; }
.index-features > div:last-child { padding-right: 0; border: 0; }
.index-features span { display: block; margin-bottom: 1.1rem; color: var(--index-gold); font-family: var(--index-serif); font-size: 1.5rem; font-style: italic; }
.index-features h2 { margin: 0 0 .75rem; font-family: var(--index-serif); font-size: 1.55rem; font-weight: 500; letter-spacing: -.02em; }
.index-features p { margin: 0; color: #61707b; font-size: .83rem; line-height: 1.75; }

.index-solutions { background: #fff; }
.index-editorial-row { display: grid; grid-template-columns: 1fr 1fr; min-height: 590px; }
.index-editorial-row--reverse .index-editorial-row__image { order: 2; }
.index-editorial-row__image { min-height: 390px; overflow: hidden; background: var(--index-deep); }
.index-editorial-row__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.index-editorial-row:hover .index-editorial-row__image img { transform: scale(1.035); }
.index-editorial-row__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; max-width: 670px; padding: clamp(4rem, 8vw, 9rem); }
.index-editorial-row__content h2 { margin: 0 0 1.4rem; color: var(--index-navy); font-family: var(--index-serif); font-size: clamp(2.9rem, 4vw, 4.7rem); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.index-editorial-row__content > p:not(.index-kicker) { max-width: 400px; margin: 0 0 2rem; color: #566673; font-size: .95rem; line-height: 1.9; }

.index-about { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem, 8vw, 10rem); padding: 9rem max(6%, calc((100vw - 1240px) / 2)); background: var(--index-paper); }
.index-about__visual { position: relative; min-height: 585px; }
.index-about__visual img:first-child { width: 83%; height: 100%; min-height: 585px; object-fit: cover; }
.index-about__visual img:last-child { position: absolute; right: 0; bottom: 8%; width: 43%; aspect-ratio: 1; object-fit: cover; border: .85rem solid var(--index-paper); }
.index-about__visual::after { position: absolute; top: 10%; right: 8%; z-index: -1; width: 44%; height: 52%; content: ''; background: #dfe4e1; }
.index-about__copy { max-width: 510px; }
.index-about h2, .index-capabilities h2, .index-faq h2 { margin: 0 0 1.6rem; color: var(--index-navy); font-family: var(--index-serif); font-size: clamp(3.2rem, 4.5vw, 5.3rem); font-weight: 400; line-height: .97; letter-spacing: -.05em; }
.index-about__copy > p:not(.index-kicker), .index-capabilities p:not(.index-kicker), .index-faq__intro > p:not(.index-kicker) { margin: 0 0 2.1rem; color: #566673; font-size: .96rem; line-height: 1.9; }

.index-portfolio { padding: 8rem max(6%, calc((100vw - 1240px) / 2)); color: #fff; background: var(--index-deep); }
.index-portfolio header { max-width: 610px; margin: 0 auto 4.5rem; text-align: center; }
.index-portfolio header h2 { margin: 0 0 .75rem; color: #fff; font-family: var(--index-serif); font-size: clamp(3.2rem, 5vw, 5.7rem); font-weight: 400; line-height: 1; letter-spacing: -.05em; text-transform: uppercase; }
.index-portfolio header > p:last-child { margin: 0; color: rgba(255,255,255,.7); font-size: .9rem; line-height: 1.75; }
.index-portfolio__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; align-items: start; }
.index-portfolio-card { display: flex; flex-direction: column; overflow: hidden; color: #fff; text-decoration: none; }
.index-portfolio-card--offset { margin-top: 5rem; }
.index-portfolio-card img { width: 100%; aspect-ratio: .88; object-fit: cover; transition: transform .5s ease; }
.index-portfolio-card:hover img { transform: scale(1.04); }
.index-portfolio-card span { margin-top: 1.5rem; color: rgba(255,255,255,.62); font-size: .62rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.index-portfolio-card strong { margin: .45rem 0 1.2rem; color: #fff; font-family: var(--index-serif); font-size: 1.65rem; font-weight: 400; line-height: 1.04; }
.index-portfolio-card em { color: #fff; font-size: .67rem; font-style: normal; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }

.index-capabilities { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 7rem; padding: 9rem max(6%, calc((100vw - 1240px) / 2)); background: #f0efeb; }
.index-capabilities__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.index-capabilities__cards span { display: flex; align-items: center; justify-content: center; min-height: 145px; padding: 1rem; color: var(--index-navy); background: #fff; box-shadow: 0 12px 28px rgba(0,31,63,.07); font-family: var(--index-serif); font-size: 1.35rem; line-height: 1.15; text-align: center; }
.index-capabilities__cards span:nth-child(2), .index-capabilities__cards span:nth-child(5) { transform: translateY(2.2rem); }

.index-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 9vw, 11rem); padding: 9rem max(6%, calc((100vw - 1240px) / 2)); background: #fff; }
.index-faq__intro { max-width: 420px; }
.index-faq__list { border-top: 1px solid var(--index-rule); }
.index-faq details { border-bottom: 1px solid var(--index-rule); }
.index-faq summary { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.45rem 0; cursor: pointer; list-style: none; }
.index-faq summary::-webkit-details-marker { display: none; }
.index-faq summary span { padding-top: .2rem; color: var(--index-gold); font-family: var(--index-serif); font-size: 1.1rem; font-style: italic; }
.index-faq h3 { margin: 0; color: var(--index-navy); font-family: var(--index-serif); font-size: 1.45rem; font-weight: 500; line-height: 1.25; letter-spacing: -.02em; }
.index-faq details p { max-width: 680px; margin: 0 0 1.6rem 3.5rem; color: #5e6d78; font-size: .91rem; line-height: 1.8; }

.index-contact { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(3rem, 8vw, 9rem); padding: 9rem max(6%, calc((100vw - 1240px) / 2)); background: var(--index-paper); }
.index-contact__info { max-width: 460px; }
.index-contact h2 { margin: 0 0 1.2rem; color: var(--index-navy); font-family: var(--index-serif); font-size: clamp(3.2rem, 4.5vw, 5.1rem); font-weight: 400; letter-spacing: -.05em; }
.index-contact__info > p:not(.index-kicker) { margin: 0 0 2.2rem; color: #566673; line-height: 1.85; }
.index-contact-card { display: flex; flex-direction: column; gap: .2rem; margin-top: .8rem; padding: 1.3rem 1.4rem; color: var(--index-navy); background: #fff; border: 1px solid #e4e1da; text-decoration: none; }
.index-contact-card strong { font-family: var(--index-serif); font-size: 1.3rem; font-weight: 500; }
.index-contact-card span { font-size: .8rem; }
.index-contact__form { padding: clamp(2rem, 4vw, 4.3rem); background: #fff; box-shadow: 0 20px 55px rgba(0,31,63,.1); }
.index-contact__form form { display: grid; gap: 1.3rem; }
.index-contact__form label { display: grid; gap: .5rem; color: var(--index-navy); font-size: .66rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.index-contact__form input, .index-contact__form select, .index-contact__form textarea { width: 100%; padding: .78rem 0; color: var(--index-ink); background: transparent; border: 0; border-bottom: 1px solid #c8c6bf; border-radius: 0; outline: 0; font-family: var(--index-sans); font-size: .92rem; text-transform: none; }
.index-contact__form input:focus, .index-contact__form select:focus, .index-contact__form textarea:focus { border-color: var(--index-navy); box-shadow: 0 2px 0 var(--index-navy); }
.index-contact__split { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.index-contact__form .index-button { justify-self: start; margin-top: .5rem; }

.site-footer { padding: 0; color: rgba(255,255,255,.76); background: var(--index-deep); }
.index-footer { display: flex; align-items: center; justify-content: space-between; width: min(1240px, calc(100% - 3rem)); min-height: 6.5rem; margin: auto; gap: 1rem; }
.index-footer a { color: #fff; font-size: .66rem; font-weight: 600; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.index-footer a:first-child { font-family: var(--index-serif); font-size: 1.15rem; letter-spacing: .2em; }
.index-footer p { margin: 0; font-size: .68rem; }

@media (max-width: 1000px) {
  .site-header__inner { width: min(100% - 3rem, 1380px); min-height: 5.6rem; }
  .site-menu-toggle { display: block; }
  .site-nav { background: var(--index-deep); }
  .index-features { grid-template-columns: repeat(2, 1fr); gap: 2.2rem 0; }
  .index-features > div:nth-child(2) { border-right: 0; }
  .index-features > div:nth-child(3) { padding-left: 0; }
  .index-editorial-row__content { padding: clamp(3rem, 6vw, 5rem); }
  .index-about, .index-faq, .index-contact { gap: 4rem; }
  .index-capabilities { gap: 3.5rem; }
}
@media (max-width: 720px) {
  .site-header__inner { width: calc(100% - 2rem); }
  .site-brand span { font-size: 1.38rem; }
  .index-hero { min-height: 730px; }
  .index-hero__content { top: auto; bottom: 7rem; left: 1.5rem; width: calc(100% - 3rem); transform: none; }
  .index-hero h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .index-hero__copy { font-size: .95rem; }
  .index-slider-controls { bottom: 2rem; left: 1.5rem; }
  .index-features { grid-template-columns: 1fr; padding: 4.5rem 1.5rem; }
  .index-features > div, .index-features > div:first-child, .index-features > div:last-child { min-height: auto; padding: 0 0 1.8rem; border-right: 0; border-bottom: 1px solid var(--index-rule); }
  .index-features > div:last-child { padding-bottom: 0; border-bottom: 0; }
  .index-editorial-row, .index-about, .index-capabilities, .index-faq, .index-contact { grid-template-columns: 1fr; }
  .index-editorial-row--reverse .index-editorial-row__image { order: 0; }
  .index-editorial-row__image { min-height: 360px; }
  .index-editorial-row__content { min-height: 430px; padding: 4rem 1.5rem; }
  .index-editorial-row__content h2 { font-size: 3.35rem; }
  .index-about, .index-capabilities, .index-faq, .index-contact { padding: 5.5rem 1.5rem; }
  .index-about__visual { min-height: 430px; }
  .index-about__visual img:first-child { min-height: 430px; }
  .index-portfolio { padding: 5.5rem 1.5rem; }
  .index-portfolio__grid { grid-template-columns: 1fr; gap: 3rem; }
  .index-portfolio-card--offset { margin-top: 0; }
  .index-capabilities__cards { grid-template-columns: repeat(2, 1fr); }
  .index-capabilities__cards span:nth-child(2), .index-capabilities__cards span:nth-child(5) { transform: none; }
  .index-contact__split { grid-template-columns: 1fr; }
  .index-footer { flex-direction: column; justify-content: center; min-height: 8rem; padding-block: 1.2rem; text-align: center; }
}
