:root { --ink:#101211; --paper:#f5f3ed; --white:#fff; --gold:#cdbd8d; --muted:#73746f; --line:rgba(16,18,17,.14); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
img { width:100%; height:100%; object-fit:cover; display:block; }
button,input,select,textarea { font:inherit; }

.site-header { position:absolute; z-index:20; top:0; left:0; width:100%; height:104px; display:flex; align-items:center; justify-content:space-between; padding:0 4.5vw; color:#fff; border-bottom:1px solid rgba(255,255,255,.22); transition:height .25s,background .25s,box-shadow .25s; }
.site-header.scrolled { position:fixed; height:78px; background:rgba(16,18,17,.96); box-shadow:0 10px 30px rgba(0,0,0,.14); backdrop-filter:blur(12px); }
.brand { display:flex; align-items:center; gap:13px; font-size:18px; font-weight:700; letter-spacing:-.02em; }
.brand i { font-family:Georgia,serif; font-weight:400; }
.brand-mark { display:grid; place-items:center; width:38px; height:38px; border:1px solid currentColor; border-radius:50%; font-family:Georgia,serif; font-style:italic; font-weight:400; }
.nav { display:flex; align-items:center; gap:35px; font-size:12px; text-transform:uppercase; letter-spacing:.1em; }
.nav a { opacity:.82; transition:opacity .2s; }
.nav a:hover { opacity:1; }
.nav .nav-cta { opacity:1; padding:15px 22px; border:1px solid rgba(255,255,255,.65); }
.menu-button { display:none; }

.hero { position:relative; min-height:100svh; display:flex; align-items:center; overflow:hidden; color:#fff; background:#171a18 url('assets/hero-warsaw-audi.png') center/cover no-repeat; }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,7,6,.88) 0%,rgba(5,7,6,.55) 48%,rgba(5,7,6,.05) 82%),linear-gradient(0deg,rgba(5,7,6,.35),transparent 40%); }
.hero-content { position:relative; z-index:2; width:min(850px,75vw); padding:170px 0 110px 8vw; }
.kicker { margin:0 0 24px; font-size:10px; line-height:1.4; font-weight:700; letter-spacing:.22em; text-transform:uppercase; }
.kicker.light { color:var(--gold); }
h1,h2,h3,p { margin-top:0; }
h1 { margin-bottom:28px; font-size:clamp(67px,9.5vw,155px); line-height:.8; letter-spacing:-.065em; font-weight:700; }
h1 em,h2 em,blockquote em { font-family:Georgia,'Times New Roman',serif; font-weight:400; }
h1 em { display:inline-block; margin-left:.5em; color:var(--gold); font-size:.78em; letter-spacing:-.045em; }
.hero-copy { max-width:600px; font-size:clamp(16px,1.25vw,20px); line-height:1.65; color:rgba(255,255,255,.78); }
.hero-actions { display:flex; align-items:center; gap:36px; margin-top:40px; }
.button { border:0; cursor:pointer; display:inline-flex; align-items:center; justify-content:space-between; gap:35px; min-height:58px; padding:0 25px; font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; transition:transform .25s,background .25s; }
.button:hover { transform:translateY(-2px); }
.button-gold { background:var(--gold); color:var(--ink); }
.text-link { display:inline-flex; align-items:center; gap:25px; padding-bottom:7px; border-bottom:1px solid var(--ink); font-size:11px; font-weight:700; letter-spacing:.09em; text-transform:uppercase; }
.light-link { color:#fff; border-color:rgba(255,255,255,.45); }
.hero-note { position:absolute; z-index:2; right:5vw; bottom:45px; display:flex; align-items:flex-start; gap:17px; max-width:280px; }
.hero-note>span { color:var(--gold); font-family:Georgia,serif; font-size:25px; }
.hero-note p { color:rgba(255,255,255,.72); font-size:12px; line-height:1.55; }
.hero-note b { color:#fff; }
.scroll-cue { position:absolute; z-index:3; left:50%; bottom:37px; width:46px; height:46px; border:1px solid rgba(255,255,255,.4); border-radius:50%; display:grid; place-items:center; }

.section { padding:140px 8vw; }
.section-wide { padding:120px 4.5vw; }
h2 { font-size:clamp(45px,6vw,96px); line-height:.94; letter-spacing:-.055em; }
h2 em { color:#817657; letter-spacing:-.04em; }
.manifesto { display:grid; grid-template-columns:1.05fr .75fr; gap:10vw; background:var(--paper); }
.manifesto-copy { padding-top:40px; }
.manifesto-copy p { color:var(--muted); font-size:15px; line-height:1.8; }
.manifesto-copy .lead,.lead { color:var(--ink); font-size:clamp(19px,1.7vw,27px); line-height:1.55; }
.manifesto-copy .text-link { margin-top:28px; }

.editorial-grid { display:grid; grid-template-columns:1.25fr .72fr .75fr; min-height:780px; gap:28px; padding-top:0; background:var(--paper); }
.photo { overflow:hidden; background:#ddd9ce; }
.photo-main { height:670px; }
.photo-small { align-self:end; height:410px; }
.editorial-copy { position:relative; align-self:center; padding:70px 20px; }
.editorial-copy h2 { font-size:clamp(42px,4.2vw,70px); }
.editorial-copy>p:not(.kicker) { color:var(--muted); line-height:1.7; }
.huge-number { position:absolute; right:0; top:0; font:italic 150px/1 Georgia,serif; color:rgba(16,18,17,.06); }
.mini-facts { display:flex; gap:35px; margin-top:55px; padding-top:25px; border-top:1px solid var(--line); }
.mini-facts div { display:flex; flex-direction:column; gap:6px; }
.mini-facts b { font-size:22px; }
.mini-facts span { color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:.14em; }

.routes { background:var(--ink); color:#fff; padding-top:145px; padding-bottom:145px; }
.routes-heading { display:grid; grid-template-columns:1fr 1.5fr .65fr; align-items:end; gap:6vw; }
.routes-heading h2 { grid-column:2; margin-bottom:70px; }
.routes-heading>p:last-child { grid-column:3; margin-bottom:80px; color:rgba(255,255,255,.55); font-size:13px; line-height:1.7; }
.routes-heading .kicker { align-self:start; }
.route-list { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(255,255,255,.18); }
.route-card { min-height:440px; padding:35px 3vw; border-right:1px solid rgba(255,255,255,.18); display:flex; flex-direction:column; }
.route-card:last-child { border-right:0; }
.route-top { display:flex; justify-content:space-between; margin-bottom:85px; color:var(--gold); font:italic 16px Georgia,serif; }
.route-card h3 { margin:7px 0 25px; font-size:clamp(27px,2.5vw,42px); letter-spacing:-.045em; }
.route-card>p:not(.kicker) { max-width:390px; color:rgba(255,255,255,.55); font-size:13px; line-height:1.7; }
.route-card a { margin-top:auto; display:flex; justify-content:space-between; padding-top:20px; border-top:1px solid rgba(255,255,255,.22); font-size:10px; text-transform:uppercase; letter-spacing:.13em; }

.car-section { display:grid; grid-template-columns:1.13fr .87fr; gap:7vw; align-items:center; padding-top:150px; padding-bottom:150px; background:#fff; }
.car-image { height:790px; }
.car-copy { max-width:600px; }
.car-copy h2 { font-size:clamp(45px,5vw,82px); }
.specs { margin-top:55px; border-top:1px solid var(--line); }
.specs>div { display:grid; grid-template-columns:55px 1fr; gap:15px; padding:25px 0; border-bottom:1px solid var(--line); }
.specs span { color:#9a8c64; font:italic 18px Georgia,serif; }
.specs p { margin:0; color:var(--muted); font-size:13px; line-height:1.6; }
.specs b { display:block; margin-bottom:4px; color:var(--ink); font-size:15px; }

.values { display:grid; grid-template-columns:.8fr 1.2fr; gap:9vw; }
.values-title { position:sticky; top:80px; align-self:start; }
.values-title h2 { font-size:clamp(45px,5.2vw,84px); }
.value-grid { display:grid; grid-template-columns:1fr 1fr; }
.value-grid article { min-height:260px; padding:35px; border-left:1px solid var(--line); border-bottom:1px solid var(--line); }
.value-grid article:nth-last-child(-n+2) { border-bottom:0; }
.value-grid article>span { color:#9a8c64; font:italic 18px Georgia,serif; }
.value-grid h3 { margin:60px 0 13px; font-size:24px; letter-spacing:-.04em; }
.value-grid p { color:var(--muted); font-size:13px; line-height:1.65; }

.quote-section { padding:150px 8vw; text-align:center; background:#e8e4d8; }
.quote-section .kicker { color:#817657; }
blockquote { max-width:1250px; margin:35px auto; font-size:clamp(36px,5vw,76px); line-height:1.08; letter-spacing:-.05em; }
.signature { color:var(--muted); font-size:12px; letter-spacing:.08em; }

.contact { display:grid; grid-template-columns:.9fr 1.1fr; gap:10vw; background:var(--ink); color:#fff; padding-top:150px; padding-bottom:150px; }
.contact-intro h2 { font-size:clamp(46px,5vw,82px); }
.contact-intro>p:not(.kicker) { max-width:560px; color:rgba(255,255,255,.55); line-height:1.7; }
.contact-phone { display:inline-flex; flex-direction:column; gap:5px; margin-top:24px; padding-bottom:8px; border-bottom:1px solid rgba(255,255,255,.35); }
.contact-phone small { color:var(--gold); font-size:9px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.contact-phone strong { font-size:clamp(24px,2.3vw,36px); letter-spacing:-.04em; }
.contact-points { margin-top:40px; display:flex; flex-direction:column; gap:13px; color:rgba(255,255,255,.75); font-size:12px; }
.contact-points span::before { content:'✓'; color:var(--gold); margin-right:12px; }
.inquiry { align-self:center; padding:48px; background:#f4f1e9; color:var(--ink); }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.inquiry label { display:block; margin-bottom:24px; }
.inquiry label>span { display:block; margin-bottom:10px; font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:.16em; }
.inquiry input,.inquiry select,.inquiry textarea { width:100%; border:0; border-bottom:1px solid rgba(16,18,17,.25); border-radius:0; padding:13px 0; background:transparent; outline:none; font-size:13px; }
.inquiry input:focus,.inquiry select:focus,.inquiry textarea:focus { border-color:var(--ink); }
.inquiry textarea { resize:vertical; }
.inquiry .button { width:100%; margin-top:10px; }
.inquiry small { display:block; margin-top:18px; color:var(--muted); font-size:10px; line-height:1.5; text-align:center; }
.form-message { margin:18px 0 0; color:#506245; font-size:12px; line-height:1.5; }
.form-message[hidden] { display:none; }

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

footer { display:grid; grid-template-columns:1fr 1fr 1fr; align-items:start; gap:4vw; padding:80px 4.5vw 30px; background:#080a09; color:#fff; }
.footer-brand { font-size:20px; }
footer>p { color:rgba(255,255,255,.45); font-size:12px; line-height:1.7; }
.footer-phone { display:inline-block; margin-top:10px; color:var(--gold); font-size:14px; font-weight:700; }
.footer-links { display:flex; justify-content:flex-end; gap:25px; font-size:10px; text-transform:uppercase; letter-spacing:.12em; }
.footer-bottom { grid-column:1/-1; display:flex; justify-content:space-between; margin-top:65px; padding-top:22px; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.35); font-size:9px; letter-spacing:.1em; text-transform:uppercase; }

@media (max-width:980px) {
  .site-header { height:80px; padding:0 24px; }
  .menu-button { display:flex; z-index:2; flex-direction:column; justify-content:center; gap:7px; width:42px; height:42px; border:0; background:transparent; }
  .menu-button span { width:25px; height:1px; background:#fff; }
  .nav { display:none; position:absolute; top:0; left:0; width:100%; padding:105px 28px 35px; background:var(--ink); flex-direction:column; align-items:flex-start; gap:25px; }
  .nav.open { display:flex; }
  .hero-content { width:90%; padding-left:7vw; }
  .hero-note { display:none; }
  .manifesto,.values,.contact,.car-section { grid-template-columns:1fr; }
  .editorial-grid { grid-template-columns:1fr 1fr; }
  .photo-main { grid-row:span 2; }
  .photo-small { height:360px; }
  .routes-heading { grid-template-columns:1fr; }
  .routes-heading h2,.routes-heading>p:last-child { grid-column:1; margin-bottom:35px; }
  .car-image { height:60vw; }
  .values-title { position:static; }
}

@media (max-width:680px) {
  .section { padding:95px 24px; }
  .section-wide { padding:85px 24px; }
  .brand { font-size:15px; }
  .brand-mark { width:34px; height:34px; }
  .hero { min-height:760px; background-position:62% center; }
  .hero-shade { background:linear-gradient(90deg,rgba(5,7,6,.86),rgba(5,7,6,.35)),linear-gradient(0deg,rgba(5,7,6,.45),transparent); }
  .hero-content { width:100%; padding:140px 24px 110px; }
  h1 { font-size:clamp(59px,20vw,90px); }
  h1 em { margin-left:0; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:26px; }
  .scroll-cue { display:none; }
  .manifesto { gap:30px; }
  .manifesto-copy { padding-top:0; }
  .editorial-grid { display:flex; flex-direction:column; }
  .photo-main { height:520px; }
  .editorial-copy { padding:45px 5px; }
  .photo-small { height:350px; }
  .routes-heading h2 { margin-bottom:15px; }
  .route-list { grid-template-columns:1fr; }
  .route-card { min-height:400px; padding:35px 5px; border-right:0; border-bottom:1px solid rgba(255,255,255,.18); }
  .car-section { gap:50px; }
  .car-image { height:500px; }
  .value-grid { grid-template-columns:1fr; }
  .value-grid article { min-height:230px; padding:30px 10px; border-left:0; }
  .value-grid article:nth-last-child(-n+2) { border-bottom:1px solid var(--line); }
  .value-grid article:last-child { border-bottom:0; }
  .field-row { grid-template-columns:1fr; gap:0; }
  .inquiry { padding:30px 24px; }
  footer { grid-template-columns:1fr; padding:65px 24px 25px; }
  .footer-links { justify-content:flex-start; flex-wrap:wrap; }
  .footer-bottom { grid-column:1; flex-direction:column; gap:12px; }
}

@media (prefers-reduced-motion:no-preference) {
  .hero-content { animation:reveal .9s ease-out both; }
  .photo img,.car-image img { transition:transform .8s ease; }
  .photo:hover img,.car-image:hover img { transform:scale(1.025); }
  @keyframes reveal { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
}

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  .js .reveal { opacity:1; transform:none; transition:none; }
}
