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

:root {
  --ink: #17392d;
  --ink-deep: #0d281f;
  --paper: #fbfaf7;
  --muted: #66776d;
  --line: #e7e9e4;
  --soft: #f0f1ec;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', 'Segoe UI', Arial, sans-serif;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.is-loading { overflow: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.cookie-popup { position: fixed; right: 24px; bottom: 24px; left: 24px; z-index: 80; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 28px; padding: 25px 29px; background: var(--ink-deep); color: var(--paper); box-shadow: 0 18px 50px rgba(13,40,31,.2); opacity: 1; transform: translateY(0); transition: opacity .4s var(--ease), transform .4s var(--ease), visibility 0s linear 0s; }
.cookie-popup.is-hidden { visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(20px); transition: opacity .4s var(--ease), transform .4s var(--ease), visibility 0s linear .4s; }
.cookie-popup-copy { max-width: 760px; }
.cookie-popup .eyebrow { margin-bottom: 8px; color: #b3c4b8; }
.cookie-popup h2 { margin: 0 0 8px; font-family: var(--serif); font-size: clamp(23px, 2.2vw, 32px); line-height: 1.1; font-weight: 500; }
.cookie-popup-copy > p:not(.eyebrow) { margin: 0 0 10px; color: #c8d1ca; font-size: 13px; line-height: 1.5; }
.cookie-policy-link { color: #d7a47e; font-size: 12px; font-weight: 600; }
.cookie-popup-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.cookie-button { min-height: 44px; padding: 0 18px; border: 1px solid rgba(255,255,255,.5); background: transparent; color: var(--paper); font-size: 12px; font-weight: 600; transition: background .25s, color .25s, transform .25s var(--ease); }
.cookie-button:hover { transform: translateY(-3px); background: var(--paper); color: var(--ink); }
.cookie-button--primary { border-color: #d7a47e; background: #d7a47e; color: var(--ink-deep); }
.cookie-button--primary:hover { background: #e3b38e; }

.preloader { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; background: var(--paper); opacity: 1; visibility: visible; transition: opacity .7s var(--ease), visibility 0s linear .7s; }
.preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-inner { display: grid; justify-items: center; gap: 23px; animation: preloader-arrive 1s var(--ease) both; }
.preloader-logo { width: clamp(180px, 22vw, 300px); height: auto; animation: preloader-breathe 2.6s ease-in-out .15s infinite; }
.preloader-line { width: clamp(70px, 8vw, 120px); height: 1px; background: var(--ink); transform-origin: center; animation: preloader-line-in 1s var(--ease) .35s both; }
@keyframes preloader-arrive { from { opacity: 0; transform: translateY(18px) scale(.94); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes preloader-breathe { 0%, 100% { transform: scale(1); opacity: .86; } 50% { transform: scale(1.025); opacity: 1; } }
@keyframes preloader-line-in { from { opacity: 0; transform: scaleX(0); } to { opacity: .55; transform: scaleX(1); } }

.site-header { position: fixed; z-index: 30; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 92px; padding: 18px clamp(24px, 8vw, 128px); background: rgba(251,250,247,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: background .35s, border-color .35s, min-height .35s; }
.site-header.is-home:not(.is-scrolled) { background: rgba(251,250,247,.7); }
.site-header.is-scrolled { min-height: 76px; background: rgba(251,250,247,.96); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 17px; flex: 0 0 auto; }
.brand-logo { display: block; width: clamp(185px, 17vw, 250px); height: auto; }
.brand { transition: transform .4s var(--ease); }
.brand:hover { transform: translateY(-3px); }
.brand-logo { transition: filter .4s var(--ease), transform .4s var(--ease); }
.brand:hover .brand-logo { transform: scale(1.025); }
.brand-mark { font-family: var(--serif); font-size: 55px; line-height: .85; letter-spacing: -.08em; font-weight: 500; }
.brand-copy { display: flex; flex-direction: column; gap: 3px; padding-top: 7px; }
.brand-copy small { font-size: 7px; letter-spacing: .19em; line-height: 1; white-space: nowrap; }
.brand-copy strong { font-size: 14px; letter-spacing: .21em; line-height: 1; }
.header-contact { display: flex; align-items: center; gap: clamp(28px, 4vw, 78px); margin-left: auto; font-weight: 600; font-size: 15px; }
.header-contact a, .menu-footer a { transition: color .2s; }
.header-contact a:hover, .menu-footer a:hover { color: #9b5a33; }
.header-tools { display: flex; align-items: center; gap: 28px; }
.socials { display: flex; align-items: center; gap: 17px; }
.socials a { display: grid; place-items: center; width: 21px; height: 21px; font-size: 13px; font-weight: 700; color: var(--paper); background: var(--ink-deep); border-radius: 3px; transition: transform .2s, background .2s; }
.socials a:nth-child(2) { border-radius: 50%; font-family: Arial, sans-serif; font-size: 16px; }
.socials a:hover { transform: translateY(-2px); background: #9b5a33; }
.menu-toggle { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 34px; height: 34px; padding: 5px 0; border: 0; background: transparent; }
.menu-toggle span { display: block; flex: 0 0 2px; width: 29px; height: 2px; min-height: 2px; background: var(--ink-deep); transform-origin: center; transition: transform .35s var(--ease), opacity .25s; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.menu-toggle:not(.is-open):hover span:nth-child(1) { transform: translateX(4px); }
.menu-toggle:not(.is-open):hover span:nth-child(3) { transform: translateX(-4px); }

.menu-drawer { position: fixed; z-index: 25; inset: 0; visibility: hidden; opacity: 0; background: var(--ink-deep); color: var(--paper); transition: opacity .35s, visibility .35s; }
.menu-drawer.is-open { visibility: visible; opacity: 1; }
.menu-inner { display: flex; flex-direction: column; justify-content: center; width: min(100% - 48px, 1160px); height: 100%; margin: auto; padding: 110px 0 48px; }
.menu-inner .eyebrow { color: #bfcabf; }
.main-nav { display: flex; flex-direction: column; margin: 36px 0 auto; }
.main-nav a { display: flex; align-items: baseline; justify-content: space-between; width: min(800px, 100%); padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-family: var(--serif); font-size: clamp(38px, 6vw, 78px); line-height: 1.05; transition: color .2s, padding-left .25s; }
.main-nav a:hover { color: #d7a47e; padding-left: 12px; }
.main-nav span { font-family: var(--sans); font-size: 11px; letter-spacing: .16em; color: #91a397; }
.menu-footer { display: flex; gap: 36px; padding-top: 34px; font-size: 13px; color: #c8d1ca; }

.hero { display: grid; grid-template-columns: 48.5% 51.5%; height: 100svh; min-height: 0; padding-top: 92px; overflow: hidden; }
.hero-media { position: relative; min-height: 0; height: 100%; overflow: hidden; }
.hero-media::after { position: absolute; inset: 0; content: ''; background: linear-gradient(115deg, rgba(255,255,255,.02), rgba(255,255,255,.22)); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media img, .home-practice-photo img, .split-image img, .practice-visual img, .contact-image img { transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.035); will-change: transform; }
.hero-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 120px) clamp(35px, 9vw, 145px) clamp(50px, 7vw, 90px) clamp(34px, 6vw, 96px); overflow: hidden; }
.hero-copy::after { position: absolute; right: 24px; bottom: 14px; z-index: 0; width: clamp(192px, 20.8vw, 416px); height: clamp(106px, 11.44vw, 229px); content: ''; background: url('assets/kpz-logo-watermark.svg') center / contain no-repeat; transform: translate3d(0, var(--parallax-y, 0px), 0); will-change: transform; pointer-events: none; }
.eyebrow { margin: 0; color: var(--muted); font-size: 11px; letter-spacing: .25em; font-weight: 600; }
.hero-title { position: relative; z-index: 1; max-width: 650px; margin: 31px 0 23px; font-size: clamp(43px, 5.2vw, 82px); line-height: .99; letter-spacing: -.06em; font-weight: 600; }
.hero-title span { display: block; }
.hero-label { position: relative; top: -11px; }
.rule { width: 100%; max-width: 500px; height: 1px; background: var(--line); }
.hero-motto { position: relative; z-index: 1; max-width: 530px; margin: 21px 0 13px; color: var(--ink); font-family: var(--serif); font-size: clamp(24px, 2.4vw, 36px); line-height: 1.18; }
.hero-motto strong { font-weight: 500; }
.hero-tagline { position: relative; z-index: 1; max-width: 530px; margin: 0 0 43px; color: var(--ink); font-family: var(--serif); font-size: clamp(17px, 1.55vw, 22px); line-height: 1.35; }
.hero-tagline strong { font-weight: 500; }
.button-row { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 25px; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: 12px; font-weight: 600; letter-spacing: .03em; transition: background .35s, color .35s, transform .35s var(--ease), box-shadow .35s var(--ease); }
.button:hover { background: var(--ink); color: var(--paper); transform: translateY(-5px); box-shadow: 0 15px 28px rgba(24,63,40,.18); }
.button--filled { background: var(--ink); color: var(--paper); }
.button--filled:hover { background: #285744; }

.home-intro { position: relative; max-width: 1240px; margin: 0 auto; padding: clamp(90px, 11vw, 170px) 32px clamp(100px, 12vw, 180px); }
.home-intro::before { position: absolute; left: 32px; top: 0; width: 1px; height: 76px; content: ''; background: var(--ink); }
.intro-lead { max-width: 1000px; margin: 0 0 34px; font-size: clamp(23px, 2.3vw, 35px); line-height: 1.25; letter-spacing: -.02em; }
.intro-copy { max-width: 925px; margin: 0 0 58px; color: #4c6257; font-size: 18px; line-height: 1.65; }
.link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid var(--line); }
.arrow-link { display: flex; align-items: center; justify-content: flex-start; gap: 10px; width: 100%; padding: 22px 0; border-bottom: 1px solid var(--line); font-size: 16px; font-weight: 700; transition: color .2s, padding-left .25s; }
.arrow-link:hover { padding-left: 10px; color: #9b5a33; }
.arrow-link span { display: grid; place-items: center; flex: 0 0 auto; width: 31px; height: 31px; border: 1px solid currentColor; border-radius: 50%; font-size: 20px; font-weight: 400; line-height: 1; transition: transform .4s var(--ease), background .3s, color .3s; }
.arrow-link:hover span { transform: translate(4px, -4px) rotate(45deg); background: var(--ink); color: var(--paper); }
.home-practice { padding: clamp(85px, 10vw, 145px) clamp(24px, 8vw, 128px) clamp(95px, 11vw, 155px); background: linear-gradient(105deg, #f3efe6 0%, #f7f5ef 48%, #fff 100%); color: #24372f; }
.home-practice-inner { max-width: 1240px; margin: 0 auto; }
.home-practice-layout { display: grid; grid-template-columns: minmax(260px, .74fr) minmax(0, 1.26fr); gap: clamp(40px, 7vw, 100px); align-items: stretch; }
.home-practice-photo { overflow: hidden; height: 100%; }
.home-practice-photo img { display: block; width: 100%; height: 100%; min-height: 100%; aspect-ratio: auto; object-fit: cover; filter: saturate(.45); transition: filter .45s, transform .6s var(--ease); }
.home-practice-side { display: flex; flex-direction: column; min-width: 0; }
.home-practice-head-copy { max-width: none; margin-bottom: clamp(48px, 5vw, 72px); }
.home-practice-head-copy h2 { max-width: none; margin: 20px 0 22px; font-size: clamp(35px, 4.8vw, 70px); line-height: 1.02; letter-spacing: -.06em; }
.home-practice-head-copy > p:last-child { max-width: none; margin: 0; color: #5b655d; font-size: 18px; line-height: 1.55; }
.home-practice-photo:hover img { filter: saturate(.75); transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.06); }
.home-practice-content h3 { margin: 5px 0 18px; font-size: clamp(26px, 3vw, 42px); line-height: 1.08; letter-spacing: -.045em; }
.home-practice-content > p { max-width: 600px; margin: 0; color: #5b655d; font-size: 17px; }
.home-practice .practice-grid { margin-top: 39px; }
.home-practice .practice-grid { border-top-color: rgba(36,55,47,.18); }
.home-practice .practice-item { border-bottom-color: rgba(36,55,47,.18); color: #24372f; }
.home-practice .practice-item:hover { color: #9b5a33; }
.text-link--dark { display: inline-block; margin-top: 30px; border-color: var(--ink); font-weight: 600; }
.home-practice .text-link--dark { border-color: #24372f; }
.home-statement { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; background: var(--ink); color: var(--paper); }
.statement-image { position: relative; z-index: 0; min-height: 480px; background: url('assets/contact.jpg') center 42% / cover no-repeat; filter: grayscale(1); opacity: .74; transition: filter .65s var(--ease), opacity .65s var(--ease); }
.statement-image:hover { filter: grayscale(.35); opacity: .9; }
.statement-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(32px, 7vw, 120px); }
.statement-copy p { max-width: 510px; margin: 0; font-family: var(--serif); font-size: clamp(32px, 4.3vw, 64px); line-height: 1.13; }
.statement-copy small { display: block; max-width: 390px; margin-top: 38px; color: #b3c4b8; font-size: 14px; }

.page-shell { position: relative; max-width: 1400px; margin: 0 auto; padding: 160px clamp(24px, 8vw, 128px) 120px; overflow: hidden; }
.page-heading { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 60px; }
.page-heading h1 { margin: 0; font-size: clamp(42px, 5vw, 76px); line-height: .98; letter-spacing: -.06em; }
.page-heading p { max-width: 400px; margin: 0; color: var(--muted); }
.team-page .page-heading > p { transform: translateY(90px); }
.team-page .team-intro { max-width: 630px; }
.back-link { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 29px; color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; transition: color .2s; }
.back-link:hover { color: #9b5a33; }
.split-section { position: relative; display: grid; grid-template-columns: minmax(280px, .83fr) minmax(0, 1.17fr); gap: clamp(44px, 7vw, 105px); align-items: start; }
.split-section--reverse { grid-template-columns: minmax(0, 1.17fr) minmax(280px, .83fr); }
.split-image { position: sticky; top: 120px; overflow: hidden; background: var(--soft); }
.split-image img { width: 100%; aspect-ratio: .73; object-fit: cover; }
.split-copy { padding-top: 14px; }
.split-copy h2, .detail-copy h2 { margin: 0 0 26px; font-size: clamp(28px, 3vw, 46px); line-height: 1.07; letter-spacing: -.045em; }
.split-copy p, .detail-copy p { max-width: 650px; margin: 0 0 22px; color: #425c4e; font-size: 17px; line-height: 1.65; }
.accent-quote { margin: 48px 0 0; padding: 25px 0 25px 25px; border-left: 2px solid #9b5a33; font-family: var(--serif); font-size: 25px; line-height: 1.35; }

.practice-layout { display: grid; grid-template-columns: minmax(270px, .74fr) minmax(0, 1.26fr); gap: clamp(44px, 7vw, 100px); align-items: start; }
.practice-visual { position: sticky; top: 120px; overflow: hidden; }
.practice-visual img { width: 100%; aspect-ratio: .75; object-fit: cover; filter: saturate(.5); }
.practice-main h2 { max-width: 780px; margin: 0 0 22px; font-size: clamp(30px, 4.1vw, 62px); line-height: 1.02; letter-spacing: -.06em; }
.practice-main > p { max-width: 760px; margin: 0 0 34px; color: #4a6257; font-size: 19px; }
.practice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 48px; margin-top: 54px; border-top: 1px solid var(--line); }
.practice-item { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 78px; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 700; transition: color .2s, padding-left .25s; }
.practice-item::after { position: absolute; bottom: -1px; left: 0; width: 0; height: 3px; content: ''; background: #9b5a33; transition: width .3s var(--ease); }
.practice-item:hover { padding-left: 9px; color: #9b5a33; }
.practice-item:hover::after { width: 52px; }
.practice-item span { font-size: 20px; font-weight: 400; transition: transform .35s var(--ease); }
.practice-item:hover span { transform: translate(5px, -5px) rotate(45deg); }

.detail-copy { max-width: 720px; }
.detail-copy .eyebrow { margin-bottom: 16px; }
.detail-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 30px; margin: 35px 0 42px; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-list div { color: #3e5c4e; font-size: 14px; }
.detail-list div::before { content: '↗'; margin-right: 9px; color: #9b5a33; }
.related { margin-top: 90px; padding-top: 30px; border-top: 1px solid var(--line); }
.related h3 { margin: 0 0 25px; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.related-links { display: flex; flex-wrap: wrap; gap: 12px; }
.pill { padding: 11px 15px; border: 1px solid var(--line); font-size: 13px; transition: border-color .2s, color .2s; }
.pill:hover { border-color: var(--ink); color: #9b5a33; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(26px, 4vw, 60px); }
.team-card { display: block; transition: transform .5s var(--ease); }
.team-card:hover { transform: translateY(-9px); }
.team-photo { position: relative; overflow: hidden; aspect-ratio: .72; background: var(--soft); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), filter .6s; }
.team-card:hover .team-photo img { transform: scale(1.07) rotate(.5deg); filter: grayscale(1); }
.team-meta { padding-top: 18px; }
.team-meta h2 { margin: 0 0 3px; font-size: 18px; letter-spacing: -.02em; }
.team-meta p { margin: 0 0 15px; color: var(--muted); font-size: 14px; }
.team-meta .circle-arrow { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--ink); border-radius: 50%; font-size: 19px; transition: background .3s, color .3s, transform .4s var(--ease); }
.team-card:hover .circle-arrow { background: var(--ink); color: var(--paper); transform: rotate(45deg) scale(1.08); }
.team-intro { max-width: 760px; margin: -20px 0 75px; color: #4b6256; font-size: 19px; }

.news-shell { position: relative; }
.news-controls { display: flex; gap: 10px; }
.carousel-button { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--ink); background: transparent; color: var(--ink); border-radius: 50%; font-size: 21px; transition: background .2s, color .2s; }
.carousel-button:hover { background: var(--ink); color: var(--paper); }
.news-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
.news-card { display: block; transition: transform .5s var(--ease); }
.news-card img { width: 100%; aspect-ratio: 1.5; object-fit: cover; filter: grayscale(1); transition: filter .45s, transform .45s; }
.news-card:hover { transform: translateY(-8px); }
.news-card:hover img { filter: grayscale(0); transform: translateY(-5px) scale(1.025); }
.news-card h2 { margin: 16px 0 6px; font-size: 15px; line-height: 1.3; }
.news-card p { margin: 0; color: var(--muted); font-size: 13px; }
.news-note { margin-top: 48px; color: var(--muted); font-size: 13px; }

.contact-layout { display: grid; grid-template-columns: minmax(250px, .82fr) minmax(0, 1.18fr); gap: clamp(44px, 7vw, 105px); align-items: start; }
.contact-image { overflow: hidden; }
.contact-image img { width: 100%; aspect-ratio: .7; object-fit: cover; }
.contact-copy h1 { margin: 0 0 24px; font-size: clamp(40px, 5vw, 70px); line-height: .98; letter-spacing: -.06em; }
.contact-copy > p { max-width: 680px; margin: 0 0 32px; color: #4a6257; font-size: 17px; }
.company-details { display: grid; gap: 4px; margin: -4px 0 0; color: #425c4e; font-size: 14px; line-height: 1.5; }
.company-details strong { margin-bottom: 4px; color: var(--ink); font-size: 13px; letter-spacing: .06em; }
.office-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 48px 0 52px; }
.office { padding: 18px 16px; border: 1px solid var(--line); }
.office strong { display: block; margin-bottom: 7px; font-size: 13px; }
.office address { color: var(--muted); font-size: 13px; font-style: normal; line-height: 1.45; }
.contact-form-shell { margin-top: 75px; }
.contact-form-title { margin: 0 0 22px; color: var(--ink); font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); line-height: 1.1; font-weight: 500; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 0; padding-top: 31px; border-top: 1px solid var(--line); }
.field { display: flex; flex-direction: column; gap: 6px; }
.field--wide { grid-column: 1 / -1; }
.field label { color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; padding: 14px 14px; border: 1px solid var(--line); outline: none; background: transparent; color: var(--ink); transition: border-color .2s, background .2s; }
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--ink); background: white; }
.consent { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.consent input { accent-color: var(--ink); margin-top: 3px; }
.form-status { grid-column: 1 / -1; margin: -2px 0 0; color: #9b5a33; font-size: 13px; }
.map-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 75px; }
.map-card { border-top: 2px solid var(--ink); }
.map-card strong { display: block; padding: 13px 0 9px; font-size: 13px; }
.map-card iframe { display: block; width: 100%; height: 400px; border: 0; filter: grayscale(.75); }

.legal-copy { max-width: 850px; }
.legal-copy h2 { margin: 45px 0 12px; font-size: 26px; }
.legal-copy p { color: #4a6257; }
.legal-copy ul { max-width: 850px; margin: -8px 0 22px; padding-left: 22px; color: #4a6257; }
.legal-copy li { margin-bottom: 8px; }
.legal-updated { margin-top: 44px !important; color: var(--muted) !important; font-size: 13px; }

.site-footer { position: relative; overflow: hidden; padding: 82px clamp(24px, 8vw, 128px) 26px; background: var(--ink-deep); color: var(--paper); }
.site-footer > * { position: relative; z-index: 1; }
.site-footer::after { position: absolute; right: 0; bottom: 0; z-index: 0; width: min(52vw, 520px); height: 100%; content: ''; background: url('assets/kpz-logo-watermark.svg') center / contain no-repeat; filter: brightness(0) invert(1); pointer-events: none; }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr 1fr; align-items: end; gap: 35px; padding-bottom: 75px; border-bottom: 1px solid rgba(255,255,255,.15); }
.brand--footer .brand-logo { width: 250px; filter: brightness(0) invert(1); }
.footer-top p { margin: 0; font-family: var(--serif); font-size: 27px; line-height: 1.15; transition: transform .45s var(--ease), opacity .45s var(--ease); }
.footer-top p:hover { transform: translateY(-3px); opacity: .9; }
.footer-top p em { display: inline-block; color: #d7a47e; font-style: italic; transition: color .35s var(--ease), transform .45s var(--ease); }
.footer-top p:hover em { color: #e7b895; transform: translateX(4px); }
.text-link { justify-self: end; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 13px; transition: color .2s, border-color .2s; }
.text-link span { margin-left: 8px; font-size: 17px; }
.text-link:hover { color: #d7a47e; border-color: #d7a47e; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; color: #9daf9f; font-size: 11px; }
.footer-bottom a:hover { color: var(--paper); }
.back-top { position: fixed; right: 26px; bottom: 25px; z-index: 20; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--ink); background: var(--paper); color: var(--ink); border-radius: 50%; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .25s, transform .25s, background .2s; }
.back-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-top:hover { background: var(--ink); color: var(--paper); }
.text-link span { display: inline-block; transition: transform .35s var(--ease); }
.text-link:hover span { transform: translate(5px, -5px) rotate(45deg); }
.reveal { opacity: 0; transform: translateY(44px) scale(.985); filter: blur(6px); transition: opacity .95s var(--ease) var(--reveal-delay, 0ms), transform .95s var(--ease) var(--reveal-delay, 0ms), filter .95s var(--ease) var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .preloader-inner, .preloader-logo, .preloader-line { animation: none; }
  .preloader { transition: none; }
  .reveal { opacity: 1; transform: none; filter: none; transition: none; }
  .hero-copy::after, .hero-media img, .home-practice-photo img, .split-image img, .practice-visual img, .contact-image img { transform: none; }
}

@media (max-width: 900px) {
  .site-header { padding-inline: 24px; }
  .header-contact { display: none; }
  .hero { grid-template-columns: 1fr; height: auto; min-height: 0; overflow: visible; padding-top: 76px; }
  .hero-media { height: auto; min-height: 58svh; max-height: 700px; }
  .hero-copy { min-height: 580px; padding: 70px 24px 75px; }
  .hero-copy::after { display: none; }
  .site-footer::after { right: 0; bottom: 0; width: min(92vw, 360px); height: 100%; }
  .hero-title { font-size: clamp(37px, 8.4vw, 68px); }
  .home-intro { padding-inline: 24px; }
  .home-intro::before { display: none; }
  .home-practice-layout { grid-template-columns: 1fr; }
  .home-practice-photo { height: auto; max-width: 600px; }
  .home-practice-photo img { height: auto; min-height: 0; aspect-ratio: 1.15; }
  .home-practice-head-copy { max-width: 650px; }
  .home-statement { grid-template-columns: 1fr; }
  .statement-image { min-height: 340px; }
  .page-shell { padding-inline: 24px; }
  .split-section, .split-section--reverse, .practice-layout, .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .split-image, .practice-visual { position: relative; top: auto; max-width: 600px; }
  .split-image img, .practice-visual img { aspect-ratio: 1.15; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .map-grid { grid-template-columns: 1fr; }
  .map-card iframe { height: 400px; }
  .contact-image { max-width: 600px; }
  .contact-image img { aspect-ratio: 1.1; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .site-header { min-height: 72px; }
  .brand { gap: 10px; }
  .brand-logo { width: min(205px, 58vw); }
  .socials { display: none; }
  .menu-inner { width: min(100% - 40px, 520px); padding-top: 80px; }
  .main-nav { margin-top: 25px; }
  .main-nav a { font-size: clamp(32px, 10vw, 52px); }
  .menu-footer { flex-direction: column; gap: 8px; }
  .hero { padding-top: 72px; }
  .hero-media { min-height: 62svh; }
  .hero-copy { min-height: 530px; }
  .hero-title { margin-top: 23px; }
  .hero-motto { margin: 19px 0 12px; font-size: 27px; }
  .hero-tagline { margin-bottom: 37px; font-size: 18px; }
  .button { width: 100%; }
  .link-grid, .practice-grid, .team-grid, .news-grid, .office-list { grid-template-columns: 1fr; }
  .home-practice { padding-inline: 24px; }
  .home-practice-head-copy { margin-bottom: 40px; }
  .intro-copy { font-size: 16px; }
  .page-shell { padding-top: 116px; padding-bottom: 80px; }
  .page-heading { display: block; margin-bottom: 42px; }
  .page-heading p { margin-top: 18px; }
  .team-page .page-heading > p { transform: none; }
  .team-intro { margin-bottom: 45px; font-size: 17px; }
  .team-grid { gap: 42px; }
  .team-photo { aspect-ratio: .8; }
  .detail-list { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .field--wide, .consent, .form-status { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr; align-items: start; padding-bottom: 42px; }
  .text-link { justify-self: start; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .cookie-popup { right: 14px; bottom: 14px; left: 14px; grid-template-columns: 1fr; gap: 18px; padding: 21px 20px; }
  .cookie-popup-actions { justify-content: stretch; }
  .cookie-button { flex: 1 1 150px; }
}
