/* Nordline Garage — shared, deliberately readable stylesheet */
:root { --ink:#1b2630; --muted:#5e6e75; --paper:#f1f5f3; --white:#fff; --brand:#287c59; --brand-dark:#1b5940; --line:#d7e1dc; --night:#17322a; --container:1180px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:Arial, Helvetica, sans-serif; line-height:1.55; }
a { color:inherit; text-decoration:none; }
img { display:block; width:100%; height:auto; }
.container { width:min(var(--container), calc(100% - 40px)); margin-inline:auto; }
.eyebrow { margin:0 0 9px; color:var(--brand); font-size:.76rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 20px; border:1px solid var(--brand); background:var(--brand); color:#fff; font-weight:800; transition:.2s; }
.button:hover { background:var(--brand-dark); border-color:var(--brand-dark); }
.button--light { background:transparent; border-color:#fff; }
.button--light:hover { background:#fff; color:var(--night); }
.button--outline { background:transparent; color:var(--brand); }
.site-header { position:sticky; top:0; z-index:10; background:rgba(255,255,255,.96); border-bottom:1px solid var(--line); }
.header-row { display:flex; min-height:76px; align-items:center; gap:26px; }
.brand { display:flex; align-items:center; gap:10px; font-weight:900; letter-spacing:.02em; white-space:nowrap; }
.brand-mark { display:grid; place-items:center; width:32px; height:32px; background:var(--brand); color:#fff; font-size:.8rem; transform:skew(-10deg); }
.main-nav { display:flex; align-items:center; gap:20px; margin-left:auto; font-size:.91rem; font-weight:700; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color:var(--brand); }
.language-switch { display:flex; gap:4px; padding-left:12px; border-left:1px solid var(--line); font-size:.78rem; font-weight:800; }
.language-switch a { padding:5px 6px; }
.language-switch .is-active { color:#fff; background:var(--ink); }
.menu-button { display:none; margin-left:auto; border:0; background:none; font-weight:800; }
.hero { color:#fff; background:linear-gradient(90deg, rgba(12,39,30,.94), rgba(12,39,30,.48)), url('../images/hero-garage.jpg') center/cover; }
.hero-inner { min-height:530px; display:grid; align-content:center; max-width:720px; padding:90px 0; }
.hero h1, .page-intro h1 { margin:0; font-size:clamp(2.6rem, 6vw, 5.3rem); line-height:.98; letter-spacing:-.055em; }
.hero p { max-width:590px; font-size:1.13rem; color:#dce4e8; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:18px; }
.trust-bar { background:var(--brand); color:#fff; }
.trust-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.trust-item { padding:20px 24px; border-right:1px solid rgba(255,255,255,.25); font-size:.95rem; }
.trust-item strong { display:block; font-size:1.2rem; }
.section { padding:84px 0; }
.section--white { background:#fff; }
.section--dark { background:var(--night); color:#fff; }
.section-heading { display:flex; justify-content:space-between; gap:28px; align-items:end; margin-bottom:32px; }
.section-heading h2 { max-width:680px; margin:0; font-size:clamp(2rem,4vw,3.5rem); line-height:1.03; letter-spacing:-.045em; }
.section-heading p { max-width:400px; margin:0; color:var(--muted); }
.section--dark .section-heading p { color:#bfccd3; }
.card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.service-card { min-height:260px; padding:28px; border:1px solid var(--line); background:#fff; }
.service-card .number { color:var(--brand); font-size:.8rem; font-weight:800; }
.service-card h3 { margin:38px 0 10px; font-size:1.35rem; }
.service-card p { margin:0; color:var(--muted); }
.split { display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; }
.split-image { min-height:420px; object-fit:cover; }
.split-copy h2 { margin:0 0 18px; font-size:clamp(2.1rem,4vw,3.7rem); line-height:1.05; letter-spacing:-.04em; }
.check-list { margin:24px 0; padding:0; list-style:none; }
.check-list li { padding:10px 0; border-bottom:1px solid var(--line); }
.check-list li::before { content:'✓'; margin-right:10px; color:var(--brand); font-weight:900; }
.process { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.process-step { padding-top:18px; border-top:2px solid var(--brand); }
.process-step span { color:#aab7bf; font-weight:900; }
.process-step h3 { margin:12px 0 7px; }
.process-step p { margin:0; color:#bfccd3; }
.testimonial { padding:32px; background:#f0ede6; border-left:4px solid var(--brand); }
.testimonial blockquote { margin:0; font-size:1.3rem; font-weight:700; }
.testimonial cite { display:block; margin-top:16px; font-style:normal; color:var(--muted); font-size:.9rem; }
.page-intro { padding:80px 0 66px; background:#e7ecee; }
.page-intro p { max-width:650px; margin:18px 0 0; font-size:1.08rem; color:#455360; }
.detail-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.detail-card { padding:30px; background:#fff; border:1px solid var(--line); }
.detail-card h2 { margin-top:0; font-size:1.55rem; }
.detail-card p { color:var(--muted); }
.price { display:block; margin-top:20px; color:var(--brand); font-weight:900; }
.contact-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:24px; }
.contact-panel { padding:32px; background:var(--night); color:#fff; }
.contact-panel a { display:block; margin:10px 0 22px; font-size:1.15rem; font-weight:700; }
.contact-panel small { color:#bfccd3; }
.contact-form { padding:32px; background:#fff; border:1px solid var(--line); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
label { display:block; margin:0 0 16px; font-weight:700; font-size:.9rem; }
input, select, textarea { display:block; width:100%; margin-top:6px; padding:12px; border:1px solid #cbd4d9; background:#fff; font:inherit; }
textarea { min-height:120px; resize:vertical; }
.site-footer { background:#0d171e; color:#e3eaed; padding:58px 0 22px; }
.footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr 1.1fr; gap:28px; }
.footer-title { margin:0 0 14px; color:#fff; font-size:.9rem; text-transform:uppercase; letter-spacing:.08em; }
.footer-links { display:grid; gap:9px; color:#bfccd3; font-size:.92rem; }
.footer-note { max-width:270px; color:#bfccd3; }
.footer-bottom { display:flex; justify-content:space-between; gap:16px; margin-top:42px; padding-top:20px; border-top:1px solid #32424d; color:#9dafb8; font-size:.78rem; }
.cookie-banner { position:fixed; z-index:20; right:20px; bottom:20px; width:min(390px,calc(100% - 40px)); padding:20px; box-shadow:0 12px 40px rgba(0,0,0,.18); background:#fff; border:1px solid var(--line); }
.cookie-banner p { margin:8px 0 15px; color:var(--muted); font-size:.87rem; }
.cookie-banner button { border:0; padding:10px 15px; background:var(--ink); color:#fff; font-weight:800; cursor:pointer; }
@media (max-width:820px) { .main-nav { display:none; } .main-nav.is-open { display:flex; position:absolute; top:76px; left:0; right:0; flex-direction:column; align-items:stretch; gap:0; padding:15px 20px 20px; background:#fff; border-bottom:1px solid var(--line); } .main-nav.is-open a { padding:10px 0; } .menu-button { display:block; } .language-switch { margin-left:0; } .trust-grid,.card-grid,.process,.footer-grid { grid-template-columns:1fr 1fr; } .split,.contact-grid { grid-template-columns:1fr; gap:28px; } .section-heading { display:block; } .section-heading p { margin-top:16px; } }
@media (max-width:520px) { .container { width:min(100% - 28px,var(--container)); } .header-row { gap:12px; } .brand { font-size:.87rem; } .language-switch { font-size:.7rem; } .trust-grid,.card-grid,.process,.detail-grid,.footer-grid,.form-row { grid-template-columns:1fr; } .trust-item { border-bottom:1px solid rgba(255,255,255,.25); } .section { padding:58px 0; } .hero-inner { min-height:500px; } .footer-bottom { display:block; } .footer-bottom span { display:block; margin-bottom:8px; } }
