/*
Theme Name: MK Consulting Northern Coast
Theme URI: https://mkconsulting.ee/
Author: MK Consulting
Author URI: https://mkconsulting.ee/
Description: A restrained one-page WordPress theme for MK Consulting, focused on commercial, product, consumer, regulatory and dispute work.
Version: 7.8.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: mk-consulting
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --night: #0b1114;
  --night-2: #11191e;
  --night-3: #172229;
  --cream: #f2efe8;
  --paper: #e7e2d8;
  --ink: #10171b;
  --slate: #55707f;
  --muted: #9aa5aa;
  --gold: #c9a86d;
  --gold-light: #e0c38e;
  --line-dark: rgba(255,255,255,.14);
  --line-light: rgba(16,23,27,.16);
  --max: 1260px;
  --serif: Iowan Old Style, Baskerville, Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
#top, main section[id] { scroll-margin-top: 100px; }
body, body.custom-background { margin: 0; background: var(--night); color: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--gold-light); color: var(--night); }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 16px; background: var(--gold-light); color: var(--night); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 88px; border-bottom: 1px solid transparent; transition: height .3s ease, background .3s ease, border-color .3s ease; }
.site-header.is-scrolled { height: 74px; background: rgba(11,17,20,.91); border-color: var(--line-dark); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 13px; min-width: 220px; }
.brand-mark { width: 58px; height: 40px; display: grid; place-items: center; }
.brand-mark svg { width: 54px; height: auto; fill: none; stroke: var(--cream); stroke-width: 2.1; stroke-linecap: square; stroke-linejoin: miter; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 12px; letter-spacing: .19em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .035em; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--gold); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; }
.header-contact { display: flex; align-items: center; gap: 16px; padding: 12px 17px; border: 1px solid var(--line-dark); font-size: 13px; transition: .2s ease; }
.header-contact:hover { background: var(--gold-light); color: var(--night); border-color: var(--gold-light); }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line-dark); background: none; padding: 12px; cursor: pointer; }
.menu-button span { display: block; height: 1px; background: var(--cream); transition: .25s ease; }
.menu-button span + span { margin-top: 8px; }
.menu-button.is-open span:first-child { transform: translateY(4.5px) rotate(45deg); }
.menu-button.is-open span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
.mobile-panel { display: none; }

.hero { position: relative; min-height: 100svh; padding: 142px 0 82px; display: flex; overflow: hidden; background: var(--night); isolation: isolate; }
.hero-background { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #10191e; }
.hero-background-poster, .hero-background-motion, .hero-background-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; image-rendering: auto; }
.hero-background-poster { z-index: 0; }
.hero-background-motion { z-index: 1; opacity: 0; transition: opacity .3s ease; }
.hero-background-video { z-index: 2; opacity: 0; background: transparent; transition: opacity .45s ease; }
.hero.is-video-playing .hero-background-video { opacity: 1; }
.hero.is-video-playing .hero-background-motion { opacity: 0; }
.hero.is-video-paused .hero-background-video { opacity: 0; }
.hero.is-video-paused .hero-background-motion { opacity: 1; }
.hero-background-overlay { position: absolute; z-index: 3; inset: 0; background: linear-gradient(90deg, rgba(6,10,12,.90) 0%, rgba(6,10,12,.74) 29%, rgba(6,10,12,.36) 53%, rgba(6,10,12,.10) 76%, rgba(6,10,12,.08) 100%), linear-gradient(180deg, rgba(6,10,12,.52) 0%, rgba(6,10,12,.04) 27%, rgba(6,10,12,.05) 68%, rgba(6,10,12,.56) 100%); pointer-events: none; }
.hero-texture { position: absolute; z-index: 1; inset: 0; opacity: .035; pointer-events: none; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); }
.hero-grid { position: relative; z-index: 3; display: flex; align-items: center; min-height: calc(100svh - 224px); }
.hero-copy { width: min(690px, 58vw); padding: 28px 0; }
.eyebrow { margin: 0 0 24px; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.dark { color: #6e5d3c; }
.hero h1 { margin: 0; max-width: 740px; font-family: var(--serif); font-size: clamp(68px, 7.1vw, 112px); font-weight: 400; line-height: .88; letter-spacing: -.055em; text-shadow: 0 4px 28px rgba(0,0,0,.36); }
.hero-lead { max-width: 610px; margin: 34px 0 0; color: #e0e3e3; font-size: clamp(18px, 1.42vw, 22px); line-height: 1.52; text-shadow: 0 2px 18px rgba(0,0,0,.45); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 50px; padding: 13px 18px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 13px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.button-primary { background: var(--gold-light); color: var(--night); border-color: var(--gold-light); }
.button-primary:hover { background: var(--cream); border-color: var(--cream); transform: translateY(-2px); }
.button-ghost { border-color: rgba(255,255,255,.42); background: rgba(7,12,15,.25); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: var(--cream); background: rgba(7,12,15,.48); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 38px; color: #d1d6d7; font-size: 10px; letter-spacing: .095em; text-transform: uppercase; text-shadow: 0 2px 12px rgba(0,0,0,.65); }
.hero-notes span { position: relative; padding-left: 15px; }
.hero-notes span::before { content: ''; position: absolute; left: 0; top: .62em; width: 6px; height: 1px; background: var(--gold); }
.section { padding: 124px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .75fr; gap: 80px; align-items: end; margin-bottom: 68px; }
.section-heading h2, .about-heading h2, .contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(47px, 5.15vw, 77px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.lead { margin: 0; color: #b9c0c3; font-size: 18px; line-height: 1.58; }
.lead.dark { color: #4f5b60; }
.services { background: var(--cream); color: var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line-light); border-top: 1px solid var(--line-light); }
.service-card { position: relative; min-height: 400px; padding: 28px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: flex; flex-direction: column; overflow: hidden; transition: color .3s ease, background .3s ease; }
.service-card::before { content: ''; position: absolute; inset: auto 0 0; height: 0; background: #d9d2c4; transition: height .35s ease; z-index: 0; }
.service-card > * { position: relative; z-index: 1; }
.service-card:hover::before { height: 100%; }
.service-number { color: #747d80; font-size: 10px; letter-spacing: .15em; }
.service-icon { width: 48px; height: 48px; margin: 49px 0 31px; fill: none; stroke: #26343a; stroke-width: 1.35; stroke-linecap: square; stroke-linejoin: miter; }
.service-card h3 { margin: 0; max-width: 330px; font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1.05; }
.service-card p { margin: 18px 0 30px; color: #586268; max-width: 330px; }
.service-card a { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line-light); display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; }
.service-card:hover p { color: #303a3f; }

.statement-section { padding: 112px 0; background: #d9d1c2; color: var(--ink); }
.statement-grid { display: grid; grid-template-columns: .35fr 1.4fr .55fr; gap: 70px; align-items: start; }
.statement-kicker { margin: 8px 0 0; font-size: 10px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.statement-grid blockquote { margin: 0; font-family: var(--serif); font-size: clamp(46px, 5.65vw, 84px); line-height: .96; letter-spacing: -.05em; }
.statement-grid blockquote em { color: #30434c; font-weight: 400; }
.statement-side { padding-top: 10px; }
.statement-line { display: block; width: 72px; height: 1px; background: var(--ink); }
.statement-side p { margin: 20px 0 0; font-size: 14px; }

.team { background: var(--night); }
.section-heading-light .lead { color: var(--muted); }
.team-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.team-card { background: var(--night-2); border: 1px solid var(--line-dark); }
.team-photo { position: relative; overflow: hidden; aspect-ratio: 1.05 / 1; background: #202b31; }
.team-card:not(.team-card-featured) .team-photo { aspect-ratio: 1 / 1.03; }
.team-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(11,17,20,.66)); pointer-events: none; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 26%; filter: grayscale(100%) contrast(1.04); transition: .5s ease; }
.team-card:hover .team-photo img { filter: grayscale(25%) contrast(1.03); transform: scale(1.018); }
.team-info { padding: 30px; }
.team-index { color: var(--gold-light); font-size: 10px; letter-spacing: .16em; }
.team-info h3 { margin: 12px 0 0; font-family: var(--serif); font-size: 39px; font-weight: 400; line-height: 1; }
.team-role { margin: 8px 0 18px; color: var(--gold-light); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.team-info > p:not(.team-role) { color: #b8c0c3; max-width: 650px; }
.team-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.team-tags span { padding: 7px 9px; border: 1px solid var(--line-dark); color: #adb7bb; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }

.clients { background: var(--paper); color: var(--ink); }
.client-types { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 58px; border-left: 1px solid var(--line-light); border-top: 1px solid var(--line-light); }
.client-types span { position: relative; min-height: 92px; padding: 24px 24px 24px 46px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: flex; align-items: center; font-family: var(--serif); font-size: 22px; }
.client-types span::before { content: ''; position: absolute; left: 24px; width: 8px; height: 1px; background: #5d7180; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.testimonial { min-height: 360px; padding: 30px; background: var(--night); color: var(--cream); display: flex; flex-direction: column; }
.quote-mark { height: 48px; color: var(--gold-light); font-family: var(--serif); font-size: 72px; line-height: 1; }
.testimonial > p { margin: 28px 0 40px; font-family: var(--serif); font-size: 26px; line-height: 1.19; }
.testimonial footer { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line-dark); display: grid; }
.testimonial footer strong { font-size: 12px; }
.testimonial footer span { color: var(--muted); font-size: 11px; }
.text-link { display: inline-flex; gap: 14px; margin-top: 32px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: 12px; font-weight: 700; }

.about { position: relative; overflow: hidden; background: #142027; }
.about::after { content: ''; position: absolute; right: -3vw; bottom: -24%; width: 47vw; height: 76%; opacity: .5; background: linear-gradient(128deg, transparent 0 24%, rgba(201,168,109,.2) 24.2% 24.5%, transparent 24.7% 44%, rgba(255,255,255,.08) 44.2% 44.5%, transparent 44.7%), linear-gradient(151deg, transparent 0 47%, rgba(201,168,109,.14) 47.2% 47.5%, transparent 47.7%); transform: skewX(-9deg); pointer-events: none; }
.about-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .75fr; gap: 90px 80px; }
.about-heading { max-width: 760px; }
.about-copy { padding-top: 44px; }
.about-copy p { color: #b5c0c4; }
.about-copy .lead { color: var(--cream); font-family: var(--serif); font-size: 26px; line-height: 1.32; }
.about-principles { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.about-principles > div { min-height: 220px; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.about-principles span { color: var(--gold-light); font-size: 10px; letter-spacing: .14em; }
.about-principles strong { display: block; margin-top: 44px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.about-principles p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.contact { position: relative; background: var(--night); overflow: hidden; }
.contact::before { content: ''; position: absolute; right: 3%; bottom: 5%; width: 34vw; height: 34vw; border: 1px solid rgba(255,255,255,.035); transform: rotate(45deg); pointer-events: none; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); max-width: 500px; font-size: 18px; }
.contact-direct { display: grid; gap: 8px; margin-top: 46px; }
.contact-direct a { width: max-content; border-bottom: 1px solid var(--line-dark); padding-bottom: 5px; font-family: var(--serif); font-size: 24px; }
.contact-form { padding: 36px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.025); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 9px; margin-bottom: 18px; }
.contact-form label > span { color: #9ca7ab; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line-dark); border-radius: 0; background: transparent; color: var(--cream); padding: 14px 15px; outline: none; }
.contact-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #98a4a9 50%), linear-gradient(135deg, #98a4a9 50%, transparent 50%); background-position: calc(100% - 19px) 50%, calc(100% - 14px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.contact-form option { background: var(--night); }
.contact-form textarea { resize: vertical; min-height: 138px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold-light); }
.form-bottom { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-top: 24px; }
.form-bottom p { margin: 0; max-width: 370px; color: #78868c; font-size: 10px; }

.site-footer { padding: 0 0 30px; background: var(--night); border-top: 1px solid var(--line-dark); }
.footer-top { min-height: 190px; display: grid; grid-template-columns: .45fr 1fr auto; align-items: center; gap: 50px; border-bottom: 1px solid var(--line-dark); }
.footer-logo { display: flex; align-items: center; gap: 13px; }
.footer-logo span { width: 58px; height: 40px; display: grid; place-items: center; }
.footer-logo svg { width: 54px; fill: none; stroke: var(--cream); stroke-width: 2.1; }
.footer-logo strong { font-size: 11px; letter-spacing: .2em; }
.footer-top > p { margin: 0; max-width: 580px; color: var(--muted); font-family: var(--serif); font-size: 28px; line-height: 1.25; }
.footer-up { width: 48px; height: 48px; border: 1px solid var(--line-dark); display: grid; place-items: center; }
.footer-up:hover { background: var(--gold-light); color: var(--night); }
.footer-bottom { padding-top: 28px; display: grid; grid-template-columns: 1fr auto auto; gap: 32px; color: #77858a; font-size: 10px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-bottom nav a:hover { color: var(--cream); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-page { min-height: 80vh; padding: 140px 0 100px; background: var(--cream); color: var(--ink); }
.legal-shell { max-width: 920px; }
.legal-back { display: inline-block; margin-bottom: 46px; font-size: 12px; border-bottom: 1px solid var(--ink); }
.legal-header { margin-bottom: 54px; }
.legal-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 7vw, 82px); line-height: .95; font-weight: 400; letter-spacing: -.04em; }
.legal-content { font-size: 15px; }
.legal-content h2 { margin: 48px 0 14px; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.legal-content a { text-decoration: underline; }
.legal-content li { margin-bottom: 8px; }
.legal-intro { font-family: var(--serif); font-size: 23px; }
.legal-updated { color: #6f777a; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.legal-callout { margin: 28px 0; padding: 22px; border: 1px solid var(--line-light); background: #ded8cc; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 20px; }
  .hero-copy { width: min(650px, 62vw); }
  .service-card { min-height: 380px; }
  .statement-grid { grid-template-columns: .3fr 1.3fr; }
  .statement-side { grid-column: 2; max-width: 450px; }
  .contact-grid { gap: 50px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 136px; }
  #top, main section[id] { scroll-margin-top: 136px; }
  .container { width: min(calc(100% - 32px), var(--max)); }
  .site-header, .site-header.is-scrolled { height: 74px; background: rgba(7,12,15,.96); border-color: rgba(255,255,255,.13); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); box-shadow: 0 9px 28px rgba(0,0,0,.24); }
  .desktop-nav, .desktop-contact, .menu-button { display: none; }
  .mobile-panel, .mobile-panel.is-open { position: fixed; top: 74px; right: 0; left: 0; z-index: 99; height: 50px; display: block; visibility: visible; opacity: 1; transform: none; overflow-x: auto; overflow-y: hidden; background: rgba(9,15,18,.98); border-bottom: 1px solid rgba(224,195,142,.34); box-shadow: 0 12px 26px rgba(0,0,0,.34); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); scrollbar-width: none; }
  .mobile-panel::-webkit-scrollbar { display: none; }
  .mobile-panel nav { width: max-content; min-width: 100%; height: 100%; display: flex; align-items: stretch; padding: 0 10px; }
  .mobile-panel a { position: relative; min-width: max-content; padding: 0 15px; display: flex; align-items: center; justify-content: center; color: #cbd1d3; border-right: 1px solid rgba(255,255,255,.07); font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; transition: color .2s ease, background .2s ease; }
  .mobile-panel a:first-child { border-left: 1px solid rgba(255,255,255,.07); }
  .mobile-panel a::after { content: ''; position: absolute; right: 15px; bottom: 0; left: 15px; height: 2px; background: var(--gold-light); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
  .mobile-panel a:hover, .mobile-panel a.is-active { color: var(--cream); background: rgba(255,255,255,.045); }
  .mobile-panel a.is-active::after { transform: scaleX(1); }
  .hero { min-height: 100svh; padding: 156px 0 70px; }
  .hero-grid { min-height: calc(100svh - 226px); }
  .hero-copy { width: min(660px, 88vw); z-index: 5; }
  .hero-background-poster, .hero-background-motion, .hero-background-video { object-position: 60% 52%; }
  .hero-background-overlay { background: linear-gradient(90deg, rgba(5,9,11,.91) 0%, rgba(5,9,11,.72) 46%, rgba(5,9,11,.22) 78%, rgba(5,9,11,.14) 100%), linear-gradient(180deg, rgba(5,9,11,.42) 0%, rgba(5,9,11,.06) 35%, rgba(5,9,11,.30) 77%, rgba(5,9,11,.72) 100%); }
  .section { padding: 92px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 46px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .statement-grid { grid-template-columns: 1fr; gap: 30px; }
  .statement-side { grid-column: auto; }
  .team-grid, .contact-grid, .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .team-card-featured .team-photo, .team-card:not(.team-card-featured) .team-photo { aspect-ratio: 1.16 / 1; }
  .client-types { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial { min-height: 300px; }
  .about-copy { padding-top: 0; }
  .about-principles { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr auto; padding: 46px 0; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
  .footer-bottom { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header, .site-header.is-scrolled { height: 74px; }
  .brand { min-width: 0; }
  .brand-copy small { display: none; }
  .brand-mark { width: 50px; }
  .brand-mark svg { width: 48px; }
  .mobile-panel a { padding-inline: 13px; font-size: 9px; }
  .hero { min-height: max(760px, 100svh); padding: 150px 0 54px; }
  .hero-grid { min-height: calc(max(760px, 100svh) - 204px); align-items: center; }
  .hero-copy { width: 100%; padding: 18px 0; }
  .hero h1 { max-width: 360px; font-size: clamp(52px, 15.5vw, 72px); line-height: .91; }
  .hero-lead { max-width: 410px; margin-top: 28px; color: #f0f1ef; font-size: 16px; line-height: 1.52; }
  .hero-actions { margin-top: 30px; }
  .hero-actions .button { width: 100%; background-color: rgba(8,13,16,.67); -webkit-backdrop-filter: blur(9px); backdrop-filter: blur(9px); }
  .hero-actions .button-primary { background: var(--gold-light); }
  .hero-notes { display: none; }
  .hero-background-poster, .hero-background-motion, .hero-background-video { object-position: 66% 50%; }
  .hero-background-overlay { background: linear-gradient(90deg, rgba(4,8,10,.86) 0%, rgba(4,8,10,.62) 52%, rgba(4,8,10,.20) 100%), linear-gradient(180deg, rgba(4,8,10,.38) 0%, rgba(4,8,10,.08) 28%, rgba(4,8,10,.20) 60%, rgba(4,8,10,.80) 100%); }
  .section { padding: 76px 0; }
  .section-heading h2, .about-heading h2, .contact h2 { font-size: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; }
  .service-icon { margin: 38px 0 26px; }
  .statement-section { padding: 76px 0; }
  .statement-grid blockquote { font-size: 47px; }
  .team-photo, .team-card-featured .team-photo, .team-card:not(.team-card-featured) .team-photo { aspect-ratio: .92 / 1; }
  .team-info h3 { font-size: 34px; }
  .client-types { grid-template-columns: 1fr; }
  .client-types span { min-height: 76px; }
  .testimonial > p { font-size: 24px; }
  .about-principles strong { margin-top: 26px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .form-bottom { align-items: stretch; flex-direction: column; }
  .form-bottom .button { width: 100%; }
  .footer-top > p { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-background-motion, .hero-background-video { display: none; }
}
