:root {
  --green-950: #1b0809;
  --green-900: #320d10;
  --green-800: #811117;
  --green-200: #cbb2b3;
  --cream: #f5efe9;
  --cream-dark: #e9ddd6;
  --sand: #dfb3a1;
  --copper: #c90812;
  --ink: #2d1819;
  --muted: #776968;
  --white: #fffaf7;
  --line: rgba(103, 17, 21, .16);
  --container: 1240px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; }
section[id] { scroll-margin-top: 92px; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
.hero :focus-visible, .team :focus-visible, .promise :focus-visible, .contact :focus-visible, .site-footer :focus-visible, .main-nav :focus-visible { outline-color: #ff8a8f; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: clamp(88px, 10vw, 150px) 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.15); transition: background .3s, color .3s, box-shadow .3s; }
.site-header.scrolled { color: var(--ink); background: rgba(244,239,229,.92); box-shadow: 0 8px 35px rgba(9,43,37,.08); backdrop-filter: blur(18px); }
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; line-height: 1; }
.brand img { width: 98px; height: 74px; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 36px); }
.main-nav a { position: relative; font-size: 14px; text-decoration: none; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: currentColor; transition: right .25s; }
.main-nav > a:not(.nav-cta):hover::after,
.main-nav > a:not(.nav-cta)[aria-current="page"]::after { right: 0; }
.nav-cta { padding: 12px 20px; border: 1px solid rgba(255,255,255,.55); border-radius: 100px; transition: .25s; }
.scrolled .nav-cta { border-color: var(--green-900); }
.nav-cta:hover { background: var(--white); color: var(--green-900); }
.scrolled .nav-cta:hover { background: var(--green-900); color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: inherit; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 7px auto; background: currentColor; transition: .25s; }

.hero { position: relative; min-height: 800px; height: 100svh; color: var(--white); overflow: hidden; background: var(--green-950); }
.hero-media { position: absolute; inset: 0; background: url("assets/hero-realitni-oaza.jpg") 58% center / cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,3,5,.91) 0%, rgba(53,5,9,.69) 38%, rgba(32,3,5,.15) 70%, rgba(32,3,5,.2) 100%), linear-gradient(0deg, rgba(34,2,5,.52), transparent 45%); }
.hero-inner { position: relative; z-index: 1; height: 100%; display: grid; grid-template-columns: minmax(0, 790px) 310px; align-items: center; justify-content: space-between; gap: 60px; padding-top: 88px; }
.eyebrow { margin: 0 0 22px; color: var(--copper); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 30px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.eyebrow.light { color: #ff9da0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 500; line-height: 1.04; letter-spacing: -.045em; }
h1 { max-width: 800px; margin-bottom: 28px; font-size: clamp(58px, 6.6vw, 102px); }
h2 { margin-bottom: 0; font-size: clamp(44px, 5.2vw, 75px); }
h1 em, h2 em { color: #efc5b4; font-family: var(--serif); font-weight: 500; }
.intro h2 em, .services h2 em, .process h2 em { color: var(--green-800); }
.hero-lead { max-width: 590px; margin-bottom: 40px; color: rgba(255,255,255,.8); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 15px 25px; border: 1px solid transparent; border-radius: 100px; font-size: 14px; font-weight: 600; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.button-primary { color: var(--white); background: var(--copper); }
.button-primary:hover { background: #e0161f; }
.button-cream { color: var(--green-900); background: var(--cream); }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 600; text-decoration: none; }
.light-link { color: rgba(255,255,255,.86); }
.hero-note { align-self: end; margin-bottom: 110px; padding: 24px; border: 1px solid rgba(255,255,255,.22); background: rgba(42,6,9,.65); backdrop-filter: blur(15px); }
.hero-note p { margin: 0; color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.55; }
.hero-note strong { display: block; margin-bottom: 4px; color: var(--white); font-size: 15px; }
.note-icon { float: left; display: grid; place-items: center; width: 26px; height: 26px; margin: 1px 14px 25px 0; color: var(--white); background: var(--copper); border-radius: 50%; font-size: 13px; }
.hero-scroll { position: absolute; z-index: 2; bottom: 32px; left: 50%; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll span { width: 32px; height: 1px; background: currentColor; }

.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(70px, 10vw, 150px); align-items: start; }
.intro-copy { padding-top: 49px; }
.intro-copy .lead { color: var(--ink); font-size: 20px; line-height: 1.55; }
.intro-copy p:not(.lead) { color: var(--muted); }
.intro-copy .text-link { margin-top: 22px; }

.team { position: relative; padding-bottom: clamp(64px, 6vw, 90px); color: var(--white); background: var(--green-950); overflow: hidden; }
.team::before { content: ""; position: absolute; width: 620px; height: 620px; top: -330px; right: -200px; border: 1px solid rgba(201,8,18,.28); border-radius: 50%; }
.team-heading { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 80px; margin-bottom: 64px; }
.team-heading > p { margin: 0 0 8px; color: var(--green-200); }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.person-card { min-width: 0; background: #f0e6e0; }
.person-photo { position: relative; height: 600px; overflow: hidden; background: radial-gradient(circle at 50% 42%, #ead9d0, #c9ada5 72%); }
.person-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 28%; background: linear-gradient(0deg, rgba(48,10,12,.25), transparent); pointer-events: none; }
.person-photo img { position: absolute; z-index: 1; bottom: 0; left: 50%; width: auto; height: 95%; max-width: none; object-fit: contain; transform: translateX(-50%); filter: saturate(.85) contrast(1.02); transition: transform .55s ease, filter .55s ease; }
.person-card:hover .person-photo img { transform: translateX(-50%) scale(1.025); filter: saturate(1) contrast(1.02); }
.person-card-primary .person-photo img { height: 100%; }
.person-orbit { position: absolute; top: 12%; left: 50%; width: 350px; height: 350px; border: 1px solid rgba(129,17,23,.35); border-radius: 50%; transform: translateX(-50%); }
.person-orbit::before { content: ""; position: absolute; inset: 38px; border: 1px solid rgba(129,17,23,.24); border-radius: 50%; }
.person-info { min-height: 138px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 34px; color: var(--white); background: var(--green-900); border-top: 3px solid var(--copper); }
.person-info p { margin: 0 0 4px; color: #e59496; font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.person-info h2, .person-info h3 { margin: 0; font-size: clamp(22px, 2.2vw, 31px); font-weight: 500; line-height: 1.2; letter-spacing: -.025em; }
.person-info a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 12px; text-decoration: none; }
.team-contact { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 30px; color: var(--green-200); }
.team-contact p { margin: 0; font-family: var(--serif); font-size: 19px; font-style: italic; }
.team-contact .text-link { color: var(--white); }

.services { position: relative; padding-top: clamp(82px, 8vw, 118px); background: var(--cream); }
.services::before { content: ""; position: absolute; top: 0; left: 50%; width: min(calc(100% - 48px), var(--container)); height: 1px; background: linear-gradient(90deg, var(--copper) 0 90px, var(--line) 90px 100%); transform: translateX(-50%); }
.services-head, .process-head { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 80px; margin-bottom: 64px; }
.services-head > p, .process-head > p { margin: 0 0 8px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 430px; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.service-card-featured { display: flex; min-height: 530px; padding: 0; color: var(--white); grid-row: span 2; }
.service-card:last-child { grid-column: 1 / -1; min-height: 330px; }
.service-card:last-child h3 { margin-top: 82px; }
.service-card:last-child p { max-width: 650px; }
.service-visual { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(38,5,8,.94), rgba(38,5,8,.03) 70%), url("assets/hero-realitni-oaza.jpg") 68% center / cover; transition: transform .6s; }
.service-card-featured:hover .service-visual { transform: scale(1.025); }
.service-body { position: relative; z-index: 1; display: grid; grid-template-columns: 50px 1fr; gap: 25px; align-self: end; padding: 42px; }
.service-no { color: var(--copper); font-size: 11px; font-weight: 600; letter-spacing: .12em; }
.service-card h3 { max-width: 390px; margin: 135px 0 15px; font-size: clamp(25px, 2.6vw, 36px); font-weight: 500; line-height: 1.15; letter-spacing: -.025em; }
.service-card p { max-width: 490px; color: var(--muted); font-size: 14px; }
.service-card a { position: absolute; right: 42px; bottom: 38px; display: flex; gap: 12px; font-size: 13px; font-weight: 600; text-decoration: none; }
.service-icon { position: absolute; top: 42px; right: 42px; display: grid; place-items: center; width: 72px; height: 72px; color: var(--green-800); border: 1px solid var(--line); border-radius: 50%; }
.service-icon svg { width: 35px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.service-body h3 { margin: 0 0 12px; }
.service-body p { margin-bottom: 0; color: rgba(255,255,255,.7); }

.promise { color: var(--white); background: var(--green-900); }
.promise-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 11vw, 150px); align-items: center; }
.promise-panel { min-height: 590px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.15); background: radial-gradient(circle at 50% 45%, rgba(201,8,18,.2), transparent 48%); }
.promise-panel > p { margin: 52px 0 0; color: var(--green-200); font-family: var(--serif); font-style: italic; text-align: center; }
.promise-orbit { position: relative; width: 290px; height: 290px; display: grid; place-items: center; }
.promise-orbit strong { font-size: 12px; font-weight: 500; letter-spacing: .5em; }
.orbit { position: absolute; inset: 0; border: 1px solid rgba(237,103,107,.5); border-radius: 50%; }
.orbit-one { transform: rotate(28deg) scaleY(.42); }
.orbit-two { transform: rotate(-28deg) scaleY(.42); }
.promise-copy > p:not(.eyebrow) { max-width: 540px; margin: 30px 0 32px; color: var(--green-200); }
.check-list { margin: 0 0 40px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.check-list span { color: #ff757a; }

.process { background: #faf7f0; }
.timeline { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); }
.timeline li { position: relative; min-height: 250px; padding: 32px 28px 15px 0; border-right: 1px solid var(--line); }
.timeline li:last-child { border-right: 0; padding-left: 28px; }
.timeline li:not(:first-child):not(:last-child) { padding-left: 28px; }
.timeline li > span { color: var(--copper); font-size: 11px; }
.timeline li::before { content: ""; position: absolute; top: -5px; left: -1px; width: 9px; height: 9px; background: var(--green-800); border-radius: 50%; }
.timeline li div { position: absolute; right: 25px; bottom: 15px; left: 0; }
.timeline li:not(:first-child) div { left: 28px; }
.timeline h3 { margin-bottom: 10px; font-size: 20px; font-weight: 500; }
.timeline p { margin: 0; color: var(--muted); font-size: 13px; }

.contact { padding: 0 0 clamp(72px, 7vw, 100px); background: #faf7f0; }
.contact-card { padding: clamp(45px, 6vw, 76px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 7vw, 95px); align-items: start; color: var(--white); background: var(--green-950); }
.contact-card h2 { font-size: clamp(39px, 4.2vw, 62px); }
.contact-lead { max-width: 490px; margin: 28px 0 34px; color: var(--green-200); }
.contact-direct { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.contact-direct a { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.38); font-size: 14px; text-decoration: none; }
.contact-form { padding: clamp(28px, 4vw, 46px); color: var(--ink); background: var(--cream); border-top: 3px solid var(--copper); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-field { display: block; margin-bottom: 23px; }
.form-field > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.form-field input, .form-field textarea { width: 100%; padding: 10px 0 11px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(45,24,25,.28); border-radius: 0; font: inherit; outline: 0; transition: border-color .2s; }
.form-field textarea { min-height: 98px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--copper); }
.form-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--copper); }
.form-consent a { color: var(--ink); }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; }
.form-submit .button { cursor: pointer; }
.form-submit .button:disabled { cursor: wait; opacity: .65; transform: none; }
.form-status { margin: 0; color: var(--muted); font-size: 11px; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.back-to-top { position: fixed; z-index: 90; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); width: 50px; height: 50px; display: grid; place-items: center; color: var(--white); background: var(--copper); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; box-shadow: 0 12px 30px rgba(27,8,9,.25); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s, transform .25s, background .2s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: #e0161f; }
.back-to-top svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.site-footer { padding: 68px 0 26px; color: var(--cream); background: #120506; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-bottom: 60px; }
.footer-brand { justify-self: start; }
.footer-brand img { width: 145px; height: 109px; }
.footer-top > p { color: var(--green-200); font-size: 14px; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 35px; justify-self: end; }
.footer-nav a, .footer-bottom a { color: var(--green-200); font-size: 13px; text-decoration: none; }
.footer-nav a:hover, .footer-bottom a:hover { color: var(--white); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #789089; font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 30px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal-delay { transition-delay: .12s; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  section[id] { scroll-margin-top: 76px; }
  .header-inner { height: 76px; }
  .menu-toggle { position: relative; z-index: 102; display: block; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: 90px 10vw; color: var(--white); background: var(--green-950); opacity: 0; visibility: hidden; transition: .3s; }
  .main-nav a { font-size: 25px; }
  .nav-cta { margin-top: 10px; font-size: 15px !important; }
  .menu-open .main-nav { opacity: 1; visibility: visible; }
  .site-header.menu-active { color: var(--white); background: transparent; box-shadow: none; }
  .hero-inner { grid-template-columns: 1fr; align-content: center; }
  .hero-note { display: none; }
  .hero-media { background-position: 64% center; }
  .intro-grid, .promise-grid, .contact-card { grid-template-columns: 1fr; }
  .intro-grid { gap: 30px; }
  .intro-copy { max-width: 650px; padding-top: 0; }
  .services-head, .process-head { grid-template-columns: 1fr; gap: 30px; }
  .team-heading { grid-template-columns: 1fr; gap: 30px; }
  .team-grid { max-width: 680px; margin-inline: auto; grid-template-columns: 1fr; }
  .person-photo { height: 520px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-featured { grid-row: auto; }
  .service-card:last-child { grid-column: auto; min-height: 430px; }
  .service-card:last-child h3 { margin-top: 135px; }
  .promise-panel { min-height: 450px; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .timeline li:nth-child(2) { border-right: 0; }
  .timeline li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .contact-card { gap: 45px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 80px 0; }
  .brand img { width: 82px; height: 62px; }
  .hero { min-height: 700px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(38,3,6,.92), rgba(43,4,7,.6)), linear-gradient(0deg, rgba(35,3,5,.6), transparent); }
  h1 { font-size: clamp(48px, 15vw, 66px); }
  h2 { font-size: 42px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-scroll { display: none; }
  .service-card { min-height: 390px; padding: 30px; }
  .service-card-featured { min-height: 500px; padding: 0; }
  .service-card:last-child { min-height: 390px; }
  .service-body { grid-template-columns: 1fr; padding: 30px; }
  .service-icon { top: 30px; right: 30px; }
  .service-card a { right: 30px; bottom: 30px; }
  .promise-panel { min-height: 390px; }
  .promise-orbit { width: 235px; height: 235px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline li { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .timeline li:nth-child(n) { padding-left: 0; }
  .timeline li:not(:first-child) div { left: 0; }
  .contact-card { width: 100%; padding: 55px 28px; }
  .contact-form { padding: 28px 54px 28px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .back-to-top { right: 8px; bottom: 12px; width: 42px; height: 42px; }
  .team-grid { grid-template-columns: 1fr; }
  .person-photo { height: 480px; }
  .person-info { align-items: flex-start; flex-direction: column; }
  .team-contact { align-items: flex-start; flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer-nav { justify-self: stretch; }
  .footer-bottom { flex-direction: column; gap: 16px; }
}

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

/* Vnitřní stránky */
.subpage { background: #faf7f0; }
.subpage .site-header { color: var(--ink); background: rgba(245,239,233,.96); border-color: var(--line); box-shadow: 0 8px 35px rgba(27,8,9,.06); backdrop-filter: blur(18px); }
.subpage .nav-cta { border-color: var(--green-900); }
.subpage .nav-cta:hover { color: var(--white); background: var(--green-900); }
.page-main { padding-top: 92px; }
.page-hero { position: relative; padding: clamp(95px, 11vw, 155px) 0 clamp(78px, 9vw, 125px); color: var(--white); background: var(--green-950); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; width: 650px; height: 650px; top: -360px; right: -140px; border: 1px solid rgba(201,8,18,.28); border-radius: 50%; }
.page-hero-grid { position: relative; display: grid; grid-template-columns: 1.2fr .65fr; gap: 80px; align-items: end; }
.page-hero h1 { max-width: 840px; margin: 0; font-size: clamp(58px, 7vw, 102px); }
.page-hero h1 em { display: block; }
.page-hero-lead { max-width: 490px; margin: 0 0 8px; color: var(--green-200); font-size: 18px; }
.page-section { padding: clamp(80px, 9vw, 130px) 0; }
.page-section-light { background: var(--cream); }
.page-section-white { background: #fffdf9; }
.page-section-dark { color: var(--white); background: var(--green-900); }
.content-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 10vw, 145px); align-items: start; }
.content-grid-wide { grid-template-columns: 1fr 1fr; }
.content-aside { position: sticky; top: 130px; }
.content-aside h2 { font-size: clamp(38px, 4.5vw, 64px); }
.content-copy { max-width: 760px; }
.content-copy > p { margin-bottom: 24px; color: var(--muted); font-size: 18px; }
.content-copy > p:first-child { color: var(--ink); font-size: 22px; }
.content-copy h2, .legal-content h2 { margin: 58px 0 18px; font-size: clamp(30px, 3.3vw, 46px); }
.content-copy h3, .legal-content h3 { margin: 42px 0 14px; font-size: 24px; font-weight: 500; }
.content-copy ul, .content-copy ol, .legal-content ul { padding-left: 22px; color: var(--muted); }
.content-copy li, .legal-content li { margin-bottom: 12px; }
.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fact { min-height: 190px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact strong { display: block; margin-bottom: 14px; color: var(--green-800); font-size: clamp(30px, 4vw, 52px); font-weight: 500; }
.fact span { color: var(--muted); font-size: 13px; }
.page-cta { padding: 0 0 clamp(75px, 8vw, 115px); background: #faf7f0; }
.page-cta-card { padding: clamp(42px, 6vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 45px; color: var(--white); background: var(--green-950); }
.page-cta-card h2 { max-width: 760px; font-size: clamp(38px, 4.4vw, 62px); }
.page-cta-card h2 em { color: #efc5b4; }
.page-cta-card .button { flex: 0 0 auto; }
.profile-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.profile-portrait { position: sticky; top: 125px; min-height: 650px; overflow: hidden; background: radial-gradient(circle at 50% 38%, #ead9d0, #c9ada5 72%); }
.profile-portrait img { position: absolute; bottom: 0; left: 50%; width: auto; height: 95%; max-width: none; transform: translateX(-50%); }
.profile-meta { margin: 30px 0 0; padding: 0; list-style: none; }
.profile-meta li { display: flex; justify-content: space-between; gap: 25px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.profile-meta a { color: var(--ink); text-decoration: none; }
.team-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.team-page-grid .person-photo { height: 650px; }
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.showcase-card { position: relative; min-height: 340px; padding: 35px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: color .25s, background .25s; }
.showcase-card:hover { color: var(--white); background: var(--green-900); }
.showcase-card small { color: var(--copper); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.showcase-card h2 { margin: auto 0 25px; font-size: 28px; font-weight: 500; line-height: 1.22; letter-spacing: -.02em; }
.showcase-card span { font-size: 13px; font-weight: 600; }
.video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; background: var(--green-950); box-shadow: 0 30px 70px rgba(27,8,9,.16); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.partner-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.partner-card { min-height: 310px; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner-card span { color: var(--copper); font-size: 11px; letter-spacing: .14em; }
.partner-card h2 { margin: 90px 0 14px; font-size: 30px; }
.partner-card p { margin: 0; color: var(--muted); }
.safety-list { margin: 0; padding: 0; list-style: none; counter-reset: safety; }
.safety-list li { position: relative; min-height: 185px; padding: 35px 35px 35px 110px; border-bottom: 1px solid var(--line); color: var(--muted); counter-increment: safety; }
.safety-list li::before { content: "0" counter(safety); position: absolute; top: 30px; left: 30px; color: var(--copper); font-size: 13px; font-weight: 600; }
.contact-page-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 8vw, 110px); }
.contact-data { margin: 0; }
.contact-data div { padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-data dt { color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.contact-data dd { margin: 5px 0 0; }
.contact-data a { text-decoration: none; }
.legal-content { max-width: 850px; margin-inline: auto; }
.legal-content > p { color: var(--muted); }
.legal-content h2:first-child { margin-top: 0; }
.empty-news { padding: clamp(70px, 9vw, 120px); text-align: center; border: 1px solid var(--line); }
.empty-news h2 { font-size: clamp(38px, 5vw, 62px); }
.empty-news p { max-width: 600px; margin: 20px auto 35px; color: var(--muted); }
.not-found { min-height: calc(100svh - 92px); display: grid; place-items: center; padding: 150px 24px 90px; color: var(--white); text-align: center; background: var(--green-950); }
.not-found strong { color: var(--copper); font-family: var(--serif); font-size: clamp(80px, 16vw, 190px); font-style: italic; font-weight: 500; line-height: .8; }
.not-found h1 { margin: 35px 0 18px; font-size: clamp(42px, 6vw, 72px); }
.not-found p { max-width: 580px; margin: 0 auto 32px; color: var(--green-200); }

@media (max-width: 960px) {
  .page-main { padding-top: 76px; }
  .page-hero-grid, .content-grid, .profile-layout, .contact-page-grid { grid-template-columns: 1fr; }
  .page-hero-grid { gap: 35px; }
  .content-aside, .profile-portrait { position: relative; top: auto; }
  .profile-portrait { min-height: 600px; }
  .team-page-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .showcase-grid { grid-template-columns: 1fr 1fr; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .page-hero { padding: 76px 0 72px; }
  .page-hero h1 { font-size: 50px; }
  .page-hero-lead { font-size: 16px; }
  .page-section { padding: 75px 0; }
  .content-copy > p { font-size: 16px; }
  .content-copy > p:first-child { font-size: 19px; }
  .fact-grid, .showcase-grid, .partner-grid { grid-template-columns: 1fr; }
  .fact { min-height: 150px; }
  .page-cta-card { align-items: flex-start; flex-direction: column; }
  .profile-portrait { min-height: 500px; }
  .team-page-grid .person-photo { height: 500px; }
  .showcase-card { min-height: 280px; }
  .partner-card { min-height: 260px; padding: 30px; }
  .safety-list li { padding: 70px 25px 30px; }
  .safety-list li::before { top: 25px; left: 25px; }
}
