:root {
  --ink: #0b1820;
  --ink-2: #102832;
  --navy: #0c3140;
  --sea: #126172;
  --sea-light: #dff1ee;
  --gold: #e7ad36;
  --gold-soft: #f7e8be;
  --paper: #f7f4ed;
  --white: #fffdf8;
  --muted: #6d7877;
  --line: #d9e0db;
  --radius-lg: 30px;
  --radius-md: 18px;
  --shadow: 0 20px 60px rgb(10 30 34 / 12%);
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--paper); }
body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { cursor: pointer; }
.skip-link { position: fixed; z-index: 99; top: -60px; left: 18px; padding: 12px 16px; background: var(--gold); color: var(--ink); font-weight: 700; border-radius: 8px; }
.skip-link:focus { top: 18px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: fixed; z-index: 10; inset: 0 0 auto; color: var(--white); transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; }
.site-header.scrolled { background: rgb(7 25 33 / 91%); backdrop-filter: blur(12px); box-shadow: 0 8px 28px rgb(0 0 0 / 14%); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: "Space Grotesk", sans-serif; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { width: 42px; height: 42px; object-fit: cover; border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; background: var(--ink); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy small { margin-top: 4px; color: rgb(255 255 255 / 66%); font-family: "DM Sans", sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 600; }
.nav-links a { position: relative; padding: 9px 0; color: rgb(255 255 255 / 78%); transition: color .2s ease; }
.nav-links a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--white); }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; padding: 13px 18px; background: var(--gold); color: var(--ink); font-size: 12px; font-weight: 700; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.nav-cta:hover, .button:hover { background: #f2c65d; box-shadow: 0 10px 25px rgb(231 173 54 / 22%); transform: translateY(-2px); }
.button-light { background: var(--white); }
.button-ghost { border: 1px solid rgb(255 255 255 / 36%); background: transparent; color: var(--white); }
.button-ghost:hover { border-color: var(--gold); background: rgb(255 255 255 / 8%); box-shadow: none; }
.menu-toggle { display: none; border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; padding: 10px; background: transparent; color: var(--white); }
.menu-toggle svg { width: 19px; height: 19px; }
.hero { position: relative; min-height: 770px; overflow: hidden; background: var(--ink); color: var(--white); }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(5 19 26 / 90%) 0%, rgb(5 19 26 / 60%) 42%, rgb(5 19 26 / 18%) 100%), linear-gradient(0deg, rgb(5 19 26 / 45%), transparent 50%); content: ""; z-index: 1; }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; will-change: transform, opacity; transition: opacity 1.1s ease; }
.hero-bg-primary { opacity: .78; }
.hero-bg.is-active { opacity: .78; }
.hero-media-caption { position: absolute; z-index: 3; right: 30px; bottom: 28px; display: flex; align-items: center; gap: 18px; color: rgb(255 255 255 / 72%); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-media-status { display: inline-flex; align-items: center; gap: 7px; color: var(--gold); }
.hero-media-status .live-dot { width: 5px; height: 5px; margin: 0; box-shadow: 0 0 0 4px rgb(103 215 174 / 12%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(320px, .93fr); align-items: end; min-height: 770px; padding-top: 140px; padding-bottom: 74px; gap: 60px; }
.hero-content { max-width: 720px; padding-bottom: 15px; }
.kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.kicker::before { width: 31px; height: 1px; background: currentColor; content: ""; }
.display { max-width: 750px; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(3.7rem, 7.2vw, 6.9rem); font-weight: 500; letter-spacing: -.075em; line-height: .93; }
.display em { color: var(--gold); font-style: normal; }
.hero-lede { max-width: 545px; margin: 27px 0 30px; color: rgb(255 255 255 / 75%); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 48px; color: rgb(255 255 255 / 58%); font-size: 11px; letter-spacing: .04em; }
.note-line { width: 48px; height: 1px; background: var(--gold); }
.hero-panel { align-self: center; justify-self: end; width: 370px; height: 330px; min-height: 330px; padding: 25px; border: 1px solid rgb(255 255 255 / 20%); border-radius: 24px; background: linear-gradient(145deg, rgb(7 35 44 / 84%), rgb(7 25 33 / 72%)); backdrop-filter: blur(14px); box-shadow: 0 24px 70px rgb(0 0 0 / 22%), inset 0 1px 0 rgb(255 255 255 / 10%); opacity: 1; transform: translateY(-55px); }
.panel-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgb(255 255 255 / 15%); color: rgb(255 255 255 / 68%); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.panel-code { color: var(--gold); }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #67d7ae; box-shadow: 0 0 0 5px rgb(103 215 174 / 12%); }
.panel-changing-content { display: flex; height: 225px; min-height: 0; flex-direction: column; justify-content: center; transition: opacity .28s ease; }
.panel-changing-content.is-changing { opacity: .08; }
.panel-title { margin: 0 0 14px; font-family: "Space Grotesk", sans-serif; font-size: 27px; letter-spacing: -.055em; line-height: 1.03; }
.panel-copy { margin: 0; color: rgb(255 255 255 / 68%); font-size: 13px; line-height: 1.7; }
.menu-toggle:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.section { padding: 112px 0; }
.section-tight { padding: 76px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-sea { background: var(--navy); color: var(--white); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 48px; }
.section-head > div { max-width: 650px; }
.eyebrow { margin: 0 0 13px; color: var(--sea); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-dark .eyebrow, .section-sea .eyebrow { color: var(--gold); }
.section-title { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(2.2rem, 4.3vw, 4.25rem); font-weight: 500; letter-spacing: -.065em; line-height: 1; }
.section-intro { max-width: 470px; margin: 16px 0 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.section-dark .section-intro, .section-sea .section-intro { color: rgb(255 255 255 / 65%); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--sea); font-size: 13px; font-weight: 700; white-space: nowrap; }
.text-link span { color: var(--gold); font-size: 18px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.marquee-bar { overflow: hidden; padding: 19px 0; border-bottom: 1px solid rgb(255 255 255 / 10%); background: var(--ink-2); color: rgb(255 255 255 / 54%); }
.marquee { display: flex; width: max-content; gap: 34px; animation: scroll 30s linear infinite; }
.marquee span { display: flex; align-items: center; gap: 33px; font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 500; letter-spacing: .02em; white-space: nowrap; }
.marquee span::after { color: var(--gold); content: "✦"; font-size: 13px; }
@keyframes scroll { to { transform: translateX(-50%); } }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.story-copy { max-width: 560px; }
.story-copy p { margin: 21px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 39px; border-top: 1px solid var(--line); }
.stat { padding: 22px 18px 0 0; border-right: 1px solid var(--line); }
.stat + .stat { padding-left: 18px; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-family: "Space Grotesk", sans-serif; font-size: 34px; letter-spacing: -.05em; }
.stat span { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.visual-card { position: relative; min-height: 445px; overflow: hidden; border-radius: var(--radius-lg); background: var(--sea); }
.visual-card img { width: 100%; height: 100%; min-height: 445px; object-fit: cover; }
.visual-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgb(5 27 35 / 70%), transparent 55%); content: ""; }
.visual-label { position: absolute; z-index: 1; bottom: 22px; left: 24px; color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.home-carousel-section { background: linear-gradient(180deg, var(--paper), #efe9dd); }
.carousel-controls { display: flex; align-items: center; gap: 8px; }
.carousel-count { min-width: 54px; margin-right: 8px; color: var(--muted); font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.carousel-button { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--sea); font-size: 19px; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.carousel-button:hover, .carousel-button:focus-visible { border-color: var(--gold); background: var(--gold); color: var(--ink); transform: translateY(-2px); outline: none; }
.carousel-button-primary { border-color: var(--sea); background: var(--sea); color: var(--white); }
.home-carousel-viewport { overflow: hidden; }
.home-carousel-track { display: flex; gap: 16px; overflow-x: auto; padding: 2px 2px 20px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.home-carousel-track::-webkit-scrollbar { display: none; }
.home-carousel-slide { flex: 0 0 calc((100% - 32px) / 3); overflow: hidden; scroll-snap-align: start; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 14px 34px rgb(7 25 33 / 9%); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.home-carousel-slide:hover { border-color: rgb(18 97 114 / 28%); box-shadow: 0 22px 48px rgb(7 25 33 / 15%); transform: translateY(-5px); }
.carousel-image { position: relative; height: 295px; overflow: hidden; background: var(--ink); }
.carousel-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgb(4 17 23 / 42%), transparent 55%); content: ""; pointer-events: none; }
.carousel-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92); transition: transform .6s cubic-bezier(.22, 1, .36, 1), filter .35s ease; }
.home-carousel-slide:hover .carousel-image img { filter: saturate(1.04); transform: scale(1.06); }
.carousel-image > span { position: absolute; z-index: 1; top: 17px; right: 17px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgb(255 255 255 / 45%); border-radius: 50%; background: rgb(7 25 33 / 42%); color: var(--white); font-family: "Space Grotesk", sans-serif; font-size: 11px; font-weight: 700; }
.carousel-copy { min-height: 176px; padding: 22px 22px 25px; }
.carousel-copy p { margin: 0; color: var(--sea); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.carousel-copy h3 { margin: 10px 0 0; color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: 24px; letter-spacing: -.05em; line-height: 1.05; }
.carousel-copy span { display: block; margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.service-card { display: flex; flex-direction: column; min-height: 315px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); color: var(--ink); transition: transform .25s ease, box-shadow .25s ease, border-color .25s; }
.service-card:hover { border-color: rgb(18 97 114 / 30%); box-shadow: var(--shadow); transform: translateY(-5px); }
.service-number { color: var(--gold); font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 700; }
.service-card .service-number { color: var(--sea); }
.service-card .service-arrow { color: var(--sea); }
.service-card .service-arrow b { color: var(--sea); }
.service-card h3 { margin: auto 0 13px; color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: 25px; letter-spacing: -.05em; }
.service-card p { min-height: 44px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.service-arrow { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--sea); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-arrow span { font-size: 18px; }
.partner-section { padding: 112px 0 30px; background: linear-gradient(180deg, var(--white), #f0ece3); }
.partner-heading { display: grid; grid-template-columns: 1fr .85fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.partner-heading .section-title em { color: var(--sea); font-style: normal; }
.partner-heading-copy { max-width: 450px; justify-self: end; }
.partner-heading-copy .section-intro { margin-top: 15px; }
.partner-status { display: inline-flex; align-items: center; gap: 9px; color: var(--sea); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.partner-status i { width: 7px; height: 7px; border-radius: 50%; background: #67d7ae; box-shadow: 0 0 0 5px rgb(103 215 174 / 14%); }
.partner-showcase { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--ink); box-shadow: 0 24px 60px rgb(7 25 33 / 16%); }
.partner-story { position: relative; overflow: hidden; padding: 43px 42px 39px; background: var(--ink); color: var(--white); }
.partner-story::after { position: absolute; right: -90px; bottom: -120px; width: 280px; height: 280px; border: 1px solid rgb(231 173 54 / 26%); border-radius: 50%; box-shadow: 0 0 0 26px rgb(231 173 54 / 5%), 0 0 0 52px rgb(231 173 54 / 4%); content: ""; }
.partner-story-mark { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; color: var(--gold); font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 700; }
.partner-story-mark span { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--gold); border-radius: 50%; letter-spacing: .04em; }
.partner-story-mark b { font-size: 22px; font-weight: 400; }
.partner-story-label { position: relative; z-index: 1; margin: 54px 0 12px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.partner-story h3 { position: relative; z-index: 1; max-width: 310px; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(2rem, 3.3vw, 3.4rem); font-weight: 500; letter-spacing: -.07em; line-height: .98; }
.partner-story > p:not(.partner-story-label) { position: relative; z-index: 1; max-width: 340px; margin: 20px 0 0; color: rgb(255 255 255 / 65%); font-size: 13px; line-height: 1.7; }
.partner-principles { position: relative; z-index: 1; display: grid; gap: 10px; margin-top: 34px; }
.partner-principles span { padding-top: 10px; border-top: 1px solid rgb(255 255 255 / 14%); color: rgb(255 255 255 / 76%); font-size: 11px; }
.partner-principles b { margin-right: 8px; color: var(--gold); font-size: 10px; }
.partner-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgb(255 255 255 / 12%); }
.partner-card { position: relative; display: flex; min-height: 360px; flex-direction: column; padding: 28px 29px 27px; background: var(--paper); color: var(--ink); transition: background .25s ease, transform .25s ease; }
.partner-card:hover { background: var(--white); transform: translateY(-4px); }
.partner-card-accent { background: var(--sea); color: var(--white); }
.partner-card-accent:hover { background: #167085; }
.partner-card-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.partner-index { color: var(--sea); font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; }
.partner-card-accent .partner-index { color: var(--gold); }
.partner-type { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.partner-card-accent .partner-type { color: rgb(255 255 255 / 64%); }
.partner-monogram { display: grid; place-items: center; width: 76px; height: 76px; margin-top: auto; border-radius: 50%; background: var(--gold-soft); color: var(--sea); font-family: "Space Grotesk", sans-serif; font-size: 19px; font-weight: 700; letter-spacing: .02em; }
.partner-card-accent .partner-monogram { background: rgb(255 255 255 / 14%); color: var(--gold); }
.partner-card h3 { max-width: 250px; margin: 22px 0 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(1.6rem, 2.6vw, 2.45rem); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.partner-card p { margin: 11px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.partner-card-accent p { color: rgb(255 255 255 / 64%); }
.partner-card-line { width: 48px; height: 2px; margin-top: 24px; background: var(--gold); transition: width .25s ease; }
.partner-card:hover .partner-card-line { width: 78px; }
.partner-foot { display: flex; justify-content: space-between; gap: 20px; padding: 22px 4px 0; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.partner-foot span:last-child { color: var(--sea); }
.partner-foot b { color: var(--gold); }
.readiness-band { padding: 58px 0; border-top: 1px solid rgb(255 255 255 / 10%); border-bottom: 1px solid rgb(255 255 255 / 10%); background: var(--ink); color: var(--white); }
.readiness-grid { display: grid; grid-template-columns: 78px 1fr .95fr; align-items: center; gap: 30px; }
.readiness-mark { display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.readiness-mark b { display: none; }
.readiness-copy .eyebrow { margin-bottom: 10px; }
.readiness-copy h2 { max-width: 470px; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(1.8rem, 3.2vw, 3rem); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.readiness-copy p:not(.eyebrow) { max-width: 560px; margin: 15px 0 0; color: rgb(255 255 255 / 64%); font-size: 13px; line-height: 1.65; }
.readiness-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }
.readiness-points span { padding: 12px 0; border-bottom: 1px solid rgb(255 255 255 / 15%); color: rgb(255 255 255 / 78%); font-size: 12px; }
.readiness-points b { margin-right: 8px; color: var(--gold); font-size: 10px; }
.feature-strip { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: stretch; min-height: 545px; overflow: hidden; background: var(--ink); color: var(--white); }
.feature-media { position: relative; min-height: 545px; overflow: hidden; background: var(--sea); }
.feature-media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgb(5 18 24 / 72%), transparent 58%), linear-gradient(90deg, rgb(5 18 24 / 18%), transparent 70%); content: ""; pointer-events: none; }
.feature-media img { width: 100%; height: 100%; min-height: 545px; object-fit: cover; filter: saturate(.88); transition: transform .8s cubic-bezier(.22, 1, .36, 1), filter .4s ease; }
.feature-strip:hover .feature-media img { filter: saturate(1); transform: scale(1.035); }
.feature-media-badge { position: absolute; z-index: 1; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; gap: 9px; color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.feature-media-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgb(231 173 54 / 16%); }
.feature-content { display: flex; flex-direction: column; justify-content: center; padding: 68px clamp(30px, 7vw, 105px); }
.feature-content .eyebrow { margin: 0 0 14px; color: var(--gold); font-size: 11px; }
.feature-content h2 { max-width: 520px; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(2.2rem, 4.5vw, 4.6rem); font-weight: 500; letter-spacing: -.07em; line-height: .95; }
.feature-content h2 em { color: var(--gold); font-style: normal; }
.feature-content p { max-width: 470px; margin: 22px 0 27px; color: rgb(255 255 255 / 64%); font-size: 15px; line-height: 1.7; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; max-width: 520px; margin: 0 0 32px; padding: 0; list-style: none; color: rgb(255 255 255 / 80%); font-size: 12px; }
.feature-list li { display: grid; grid-template-columns: 27px 1fr; align-items: start; gap: 8px; padding: 12px 0; border-top: 1px solid rgb(255 255 255 / 14%); }
.feature-list li span { color: var(--gold); font-size: 10px; font-weight: 800; }
.feature-list li strong { font-weight: 600; line-height: 1.35; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 62px 0; }
.cta-band h2 { max-width: 570px; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(2rem, 3.8vw, 3.8rem); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.cta-band .button { flex-shrink: 0; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 21px 0; border: 0; background: transparent; color: var(--ink); text-align: left; font-size: 15px; font-weight: 600; }
.faq-question span { margin-left: 15px; color: var(--sea); font-family: "Space Grotesk", sans-serif; font-size: 24px; font-weight: 400; transition: transform .2s; }
.faq-answer { max-width: 610px; max-height: 0; overflow: hidden; color: var(--muted); font-size: 14px; line-height: 1.7; transition: max-height .3s ease; }
.faq-answer p { margin: 0 0 20px; }
.faq-item.open .faq-answer { max-height: 180px; }
.faq-item.open .faq-question span { transform: rotate(45deg); }
.page-hero { position: relative; overflow: hidden; padding: 175px 0 85px; background: var(--ink); color: var(--white); }
.page-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgb(18 97 114 / 55%), transparent 42%), linear-gradient(100deg, rgb(7 25 33 / 97%), rgb(7 25 33 / 70%)); content: ""; }
.page-hero::after { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgb(255 255 255 / 22%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 22%) 1px, transparent 1px); background-size: 42px 42px; content: ""; pointer-events: none; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 850px; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(3.4rem, 7vw, 7rem); font-weight: 500; letter-spacing: -.08em; line-height: .93; }
.page-hero p { max-width: 560px; margin: 23px 0 0; color: rgb(255 255 255 / 68%); font-size: 17px; line-height: 1.65; }
.breadcrumb { display: flex; gap: 8px; margin-bottom: 24px; color: rgb(255 255 255 / 50%); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.breadcrumb span { color: var(--gold); }
.page-section { padding: 94px 0; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.about-grid h2 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(2.3rem, 4.7vw, 4.8rem); font-weight: 500; letter-spacing: -.07em; line-height: 1; }
.about-grid .body-copy { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.body-copy + .body-copy { margin-top: 20px; }
.value-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin-top: 58px; background: var(--line); border: 1px solid var(--line); }
.value { min-height: 170px; padding: 21px; background: var(--paper); }
.value strong { display: block; margin-top: 55px; font-family: "Space Grotesk", sans-serif; font-size: 18px; letter-spacing: -.04em; }
.value p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.approach-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 50px; background: rgb(255 255 255 / 15%); }
.approach { min-height: 205px; padding: 25px; background: var(--navy); }
.approach span { color: var(--gold); font-size: 12px; font-weight: 700; }
.approach h3 { margin: 58px 0 8px; font-family: "Space Grotesk", sans-serif; font-size: 19px; letter-spacing: -.04em; }
.approach p { margin: 0; color: rgb(255 255 255 / 60%); font-size: 12px; line-height: 1.55; }
.leader-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: center; }
.leader-photo { position: relative; padding: 0 0 18px 18px; }
.leader-photo::before { position: absolute; z-index: 0; inset: 18px 18px 0 0; border: 1px solid var(--gold); border-radius: var(--radius-md); content: ""; }
.leader-photo img { position: relative; z-index: 1; width: 100%; max-height: 470px; object-fit: cover; border-radius: var(--radius-md); filter: saturate(.8); }
.leader-copy h2 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(2.3rem, 4vw, 4.4rem); font-weight: 500; letter-spacing: -.07em; line-height: .98; }
.leader-copy h2 span { display: block; margin-bottom: 16px; color: var(--sea); font-family: "DM Sans", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.leader-copy > p { max-width: 610px; margin: 25px 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.credentials { display: flex; flex-wrap: wrap; gap: 8px; }
.credential { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 11px; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.detail-card { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.detail-card .detail-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--gold-soft); color: var(--sea); font-family: "Space Grotesk", sans-serif; font-size: 17px; font-weight: 700; }
.detail-card h3 { margin: 0 0 9px; font-family: "Space Grotesk", sans-serif; font-size: 22px; letter-spacing: -.04em; }
.detail-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.detail-card ul { grid-column: 2; margin: 18px 0 0; padding: 0; color: var(--muted); font-size: 12px; line-height: 2; list-style: none; }
.detail-card li::before { margin-right: 8px; color: var(--gold); content: "•"; }
.projects-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.project-card { position: relative; min-height: 385px; overflow: hidden; border-radius: var(--radius-md); background: var(--ink); color: var(--white); }
.project-card:nth-child(1) { grid-column: span 7; }
.project-card:nth-child(2) { grid-column: span 5; }
.project-card:nth-child(3) { grid-column: span 5; }
.project-card:nth-child(4) { grid-column: span 7; }
.project-card img { width: 100%; height: 100%; object-fit: cover; opacity: .76; transition: transform .5s ease; }
.project-card:hover img { transform: scale(1.05); }
.project-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgb(5 18 24 / 92%), transparent 65%); content: ""; }
.project-meta { position: absolute; z-index: 1; right: 25px; bottom: 25px; left: 25px; }
.project-meta span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.project-meta h3 { max-width: 420px; margin: 8px 0 0; font-family: "Space Grotesk", sans-serif; font-size: 25px; letter-spacing: -.05em; }
.project-meta p { max-width: 480px; margin: 8px 0 0; color: rgb(255 255 255 / 67%); font-size: 12px; line-height: 1.55; }
.service-media-section { background: linear-gradient(180deg, var(--paper), #efe9dd); }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.media-card { position: relative; min-height: 360px; overflow: hidden; border-radius: var(--radius-md); background: var(--ink); color: var(--white); box-shadow: 0 18px 44px rgb(7 25 33 / 13%); isolation: isolate; animation: media-rise .7s both; animation-delay: var(--card-delay, 0ms); }
.media-card img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; filter: saturate(.9); transform: scale(1.01); transition: transform .65s cubic-bezier(.22, 1, .36, 1), filter .45s ease; }
.media-card::after { position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgb(4 17 23 / 93%), rgb(4 17 23 / 25%) 62%, transparent); content: ""; transition: background .35s ease, backdrop-filter .35s ease; }
.media-overlay { position: absolute; z-index: 2; right: 22px; bottom: 22px; left: 22px; transform: translateY(26px); transition: transform .4s cubic-bezier(.22, 1, .36, 1); }
.media-overlay span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.media-overlay h3 { margin: 8px 0 0; font-family: "Space Grotesk", sans-serif; font-size: 24px; letter-spacing: -.05em; line-height: 1.02; }
.media-overlay p { max-height: 0; margin: 0; overflow: hidden; color: rgb(255 255 255 / 74%); font-size: 12px; line-height: 1.55; opacity: 0; transition: max-height .4s ease, margin .4s ease, opacity .35s ease; }
.media-card:hover img { transform: scale(1.1); filter: blur(2px) saturate(.72) brightness(.8); }
.media-card:hover::after { background: linear-gradient(0deg, rgb(4 17 23 / 96%), rgb(12 49 64 / 68%)); backdrop-filter: blur(2px); }
.media-card:hover .media-overlay { transform: translateY(0); }
.media-card:hover .media-overlay p { max-height: 120px; margin-top: 11px; opacity: 1; }
.service-media-grid .media-card,
.project-media-grid .media-card {
  display: grid;
  grid-template-rows: 250px minmax(150px, 1fr);
  min-height: 400px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 14px 34px rgb(7 25 33 / 9%);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.service-media-grid .media-card img,
.project-media-grid .media-card img {
  width: 100%;
  height: 250px;
  min-height: 0;
  object-fit: cover;
  filter: saturate(.92);
  transform: scale(1.01);
  transition: transform .55s cubic-bezier(.22, 1, .36, 1), filter .35s ease;
}
.service-media-grid .media-card::after,
.project-media-grid .media-card::after { display: none; }
.service-media-grid .media-overlay,
.project-media-grid .media-overlay {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  min-height: 150px;
  padding: 18px 19px 20px;
  background: var(--white);
  transform: none;
  transition: none;
}
.service-media-grid .media-overlay span,
.project-media-grid .media-overlay span { color: var(--sea); }
.service-media-grid .media-overlay h3,
.project-media-grid .media-overlay h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.08;
}
.service-media-grid .media-overlay p,
.project-media-grid .media-overlay p {
  display: -webkit-box;
  max-height: none;
  margin: 10px 0 0;
  overflow: hidden;
  color: var(--muted);
  opacity: 1;
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.service-media-grid .media-card:hover,
.project-media-grid .media-card:hover {
  border-color: rgb(18 97 114 / 28%);
  box-shadow: 0 22px 48px rgb(7 25 33 / 15%);
  transform: translateY(-5px);
}
.service-media-grid .media-card:hover img,
.project-media-grid .media-card:hover img {
  filter: saturate(1.04);
  transform: scale(1.06);
}
.service-media-grid .media-card:hover .media-overlay,
.project-media-grid .media-card:hover .media-overlay { transform: none; }
.gallery-page { background: radial-gradient(circle at 88% 10%, rgb(231 173 54 / 12%), transparent 34%), var(--paper); }
.gallery-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 34px; }
.gallery-toolbar .section-intro { margin: 0; }
.gallery-filters { display: grid; justify-items: end; gap: 8px; }
.gallery-filter-label { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.gallery-filter-select { min-width: 245px; border: 1px solid var(--line); border-radius: 12px; padding: 12px 38px 12px 14px; outline: 0; appearance: none; background: var(--white); color: var(--ink); font-size: 12px; font-weight: 700; cursor: pointer; background-image: linear-gradient(45deg, transparent 50%, var(--sea) 50%), linear-gradient(135deg, var(--sea) 50%, transparent 50%); background-position: calc(100% - 18px) 17px, calc(100% - 13px) 17px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; transition: border-color .2s, box-shadow .2s; }
.gallery-filter-select:hover, .gallery-filter-select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgb(231 173 54 / 14%); }
.gallery-filter-select option { color: var(--ink); }
.gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gallery-grid .media-card { display: grid; grid-template-rows: 244px minmax(170px, 1fr); min-height: 414px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); color: var(--ink); box-shadow: 0 14px 34px rgb(7 25 33 / 9%); animation: media-rise .7s both; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.gallery-grid .media-card img { width: 100%; height: 244px; min-height: 0; object-fit: cover; filter: saturate(.92); transform: scale(1.01); transition: transform .55s cubic-bezier(.22, 1, .36, 1), filter .35s ease; }
.gallery-grid .media-card::after { display: none; }
.gallery-grid .media-overlay { position: relative; right: auto; bottom: auto; left: auto; min-height: 170px; padding: 18px 19px 20px; background: var(--white); transform: none; transition: none; }
.gallery-grid .media-overlay span { color: var(--sea); }
.gallery-grid .media-overlay h3 { margin: 8px 0 0; color: var(--ink); font-size: 20px; line-height: 1.08; }
.gallery-grid .media-overlay p { display: -webkit-box; max-height: none; margin: 10px 0 0; overflow: hidden; color: var(--muted); opacity: 1; font-size: 12px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.gallery-grid .media-card:hover { border-color: rgb(18 97 114 / 28%); box-shadow: 0 22px 48px rgb(7 25 33 / 15%); transform: translateY(-5px); }
.gallery-grid .media-card:hover img { filter: saturate(1.04); transform: scale(1.06); }
.gallery-grid .media-card:hover .media-overlay { transform: none; }
.media-card[hidden] { display: none; }
@keyframes media-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-info h2 { max-width: 480px; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(2.3rem, 4.8vw, 4.8rem); font-weight: 500; letter-spacing: -.07em; line-height: .98; }
.contact-info > p { max-width: 430px; margin: 21px 0 34px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.contact-list { display: grid; gap: 20px; }
.contact-item { display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 11px; }
.contact-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--gold-soft); color: var(--sea); font-size: 13px; }
.contact-item small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-item a, .contact-item span { font-size: 14px; line-height: 1.45; }
.map-card { min-height: 550px; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy); box-shadow: var(--shadow); }
.map-card iframe { display: block; width: 100%; height: 100%; min-height: 550px; border: 0; filter: saturate(.78) contrast(1.05); }
.form-card { margin-top: 70px; padding: 38px; border-radius: var(--radius-lg); background: var(--ink); color: var(--white); }
.form-card h2 { margin: 0 0 24px; font-family: "Space Grotesk", sans-serif; font-size: 30px; letter-spacing: -.05em; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: rgb(255 255 255 / 65%); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid rgb(255 255 255 / 18%); border-radius: 9px; padding: 13px 14px; outline: 0; background: rgb(255 255 255 / 8%); color: var(--white); }
.field select option { color: var(--ink); }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgb(231 173 54 / 14%); }
.form-note { margin: 14px 0 0; color: rgb(255 255 255 / 45%); font-size: 11px; line-height: 1.5; }
.site-footer { padding: 48px 0 27px; background: #07151c; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr; gap: 50px; padding-bottom: 45px; border-bottom: 1px solid rgb(255 255 255 / 12%); }
.footer-brand p { max-width: 275px; margin: 19px 0 0; color: rgb(255 255 255 / 54%); font-size: 12px; line-height: 1.65; }
.footer-title { margin: 0 0 16px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; color: rgb(255 255 255 / 66%); font-size: 12px; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 21px; color: rgb(255 255 255 / 40%); font-size: 10px; }
.empty-state { padding: 150px 0; text-align: center; }
.reveal { opacity: 0; transform: translate3d(0, 26px, 0); transition: opacity .72s ease, transform .72s cubic-bezier(.22, 1, .36, 1); transition-delay: var(--reveal-delay, 0ms); will-change: opacity, transform; }
.reveal.from-left { transform: translate3d(-28px, 0, 0); }
.reveal.from-right { transform: translate3d(28px, 0, 0); }
.reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.toast { position: fixed; z-index: 50; right: 20px; bottom: 20px; max-width: 320px; padding: 14px 17px; border-left: 3px solid var(--gold); border-radius: 9px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); font-size: 13px; transform: translateY(120px); transition: transform .25s ease; }
.toast.show { transform: translateY(0); }
@media (max-width: 900px) {
  .nav-links { gap: 15px; }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr .67fr; gap: 24px; }
  .intro-grid, .about-grid, .leader-grid, .contact-grid { gap: 45px; }
  .faq-grid { gap: 35px; }
  .partner-heading { gap: 35px; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .value-grid { grid-template-columns: repeat(3, 1fr); }
  .value:nth-child(4), .value:nth-child(5) { border-top: 1px solid var(--line); }
  .approach-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .container { width: min(100% - 30px, 560px); }
  .section, .page-section { padding: 72px 0; }
  .section-head, .cta-band { display: block; margin-bottom: 33px; }
  .section-head .text-link { margin-top: 20px; }
  .site-header { background: linear-gradient(180deg, rgb(6 22 29 / 48%), transparent); }
  .nav-wrap { padding: 15px 0; }
  .brand-mark { width: 36px; height: 36px; }
  .brand { font-size: 14px; }
  .brand-copy small { font-size: 7px; }
  .menu-toggle { display: grid; place-items: center; }
  .nav-links { position: fixed; inset: 68px 15px auto; display: grid; gap: 0; padding: 14px 19px; border: 1px solid rgb(255 255 255 / 15%); border-radius: 15px; background: rgb(7 25 33 / 97%); box-shadow: var(--shadow); transform: translateY(-16px); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 15px 0; border-bottom: 1px solid rgb(255 255 255 / 9%); }
  .nav-links a:last-child { border: 0; }
  .hero, .hero-grid { min-height: 760px; }
  .hero-grid { display: flex; align-items: end; padding-bottom: 45px; }
  .hero-media-caption { right: 15px; bottom: 17px; gap: 11px; font-size: 8px; }
  .hero-panel { display: none; }
  .display { font-size: clamp(3.25rem, 17vw, 5rem); }
  .hero-lede { font-size: 15px; }
  .hero-note { margin-top: 35px; }
  .intro-grid, .about-grid, .leader-grid, .contact-grid, .feature-strip, .partner-grid, .readiness-grid, .partner-heading, .partner-showcase { grid-template-columns: 1fr; }
  .partner-heading { gap: 28px; margin-bottom: 33px; }
  .partner-heading-copy { justify-self: start; }
  .partner-story { padding: 34px 25px; }
  .partner-story-label { margin-top: 38px; }
  .partner-cards { grid-template-columns: 1fr; }
  .partner-card { min-height: 300px; }
  .partner-foot { display: block; line-height: 1.8; }
  .partner-foot span { display: block; }
  .visual-card { min-height: 360px; }
  .visual-card img { min-height: 360px; }
  .service-grid, .service-detail-grid { grid-template-columns: 1fr; }
  .carousel-controls { margin-top: 22px; }
  .home-carousel-slide { flex-basis: calc((100% - 16px) / 2); }
  .carousel-image { height: 245px; }
  .hero-panel { width: 370px; max-width: 100%; height: 360px; transform: translateY(-28px); }
  .readiness-grid { gap: 22px; }
  .readiness-mark { width: 52px; height: 52px; }
  .readiness-points { grid-template-columns: 1fr 1fr; }
  .feature-media { height: 320px; min-height: 0; max-height: 370px; }
  .feature-media img { min-height: 0; }
  .feature-content { padding: 60px 25px; }
  .feature-list { grid-template-columns: 1fr; }
  .cta-band .button { margin-top: 25px; }
  .faq-grid { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value { min-height: 140px; }
  .value strong { margin-top: 42px; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach { min-height: auto; }
  .approach h3 { margin-top: 28px; }
  .leader-photo { max-width: 370px; }
  .projects-grid { display: grid; grid-template-columns: 1fr; }
  .project-card:nth-child(n) { grid-column: auto; min-height: 330px; }
  .media-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-card, .service-media-grid .media-card, .project-media-grid .media-card { min-height: 330px; }
  .service-media-grid .media-card, .project-media-grid .media-card { grid-template-rows: 205px minmax(150px, 1fr); min-height: 355px; }
  .service-media-grid .media-card img, .project-media-grid .media-card img { height: 205px; }
  .gallery-grid .media-card { min-height: 0; grid-template-rows: 205px minmax(175px, 1fr); }
  .gallery-grid .media-card img { height: 205px; }
  .gallery-toolbar { display: block; }
  .gallery-filters { justify-items: start; margin-top: 20px; }
  .gallery-filter-select { width: min(100%, 320px); min-width: 0; }
  .map-card, .map-card iframe { min-height: 370px; }
  .form-card { margin-top: 50px; padding: 25px 20px; }
  .inquiry-form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; line-height: 1.7; }
}
@media (max-width: 480px) {
  .home-carousel-slide { flex-basis: 100%; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid .media-card { grid-template-rows: 230px minmax(165px, 1fr); }
  .gallery-grid .media-card img { height: 230px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } .reveal, .reveal.from-left, .reveal.from-right { opacity: 1; transform: none; } }
