:root{--ink:#122033;--muted:#5c6674;--bg:#f7f3eb;--card:#fffdf8;--brand:#0d5967;--brand2:#9b3d2e;--gold:#d8aa4c;--line:#e4dccc;--shadow:0 18px 60px rgba(28,34,45,.14);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65}a{color:inherit}img{max-width:100%;display:block}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.75rem 1rem;border-radius:10px;z-index:99}.topbar{position:sticky;top:0;z-index:20;background:rgba(255,253,248,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{max-width:1180px;margin:auto;display:flex;align-items:center;gap:1rem;padding:.9rem 1.2rem}.brand{font-weight:900;letter-spacing:-.04em;font-size:1.35rem}.brand span{color:var(--brand2)}.links{margin-left:auto;display:flex;gap:.6rem;flex-wrap:wrap}.links a{padding:.45rem .65rem;text-decoration:none;border-radius:999px;font-size:.92rem}.links a:hover{background:#efe7d8}.hero{min-height:74vh;display:grid;align-items:end;background:linear-gradient(180deg,rgba(5,15,25,.08),rgba(5,15,25,.75)),url("../img/london-tower-bridge.jpg") center/cover no-repeat;color:#fff}.hero-inner{max-width:1180px;margin:auto;padding:6rem 1.2rem 4rem;width:100%}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:var(--gold);font-size:.8rem}.hero h1{font-size:clamp(2.5rem,7vw,6.6rem);line-height:.92;margin:.5rem 0 1rem;letter-spacing:-.07em;max-width:950px}.lead{font-size:clamp(1.1rem,2vw,1.45rem);max-width:820px}.btns{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.8rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 1.15rem;border-radius:999px;text-decoration:none;font-weight:800;border:1px solid rgba(255,255,255,.35);background:#fff;color:var(--ink)}.btn.alt{background:transparent;color:#fff}.section{max-width:1180px;margin:auto;padding:5rem 1.2rem}.section h2{font-size:clamp(2rem,4vw,3.8rem);line-height:1;margin:.2rem 0 1rem;letter-spacing:-.055em}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.card-body{padding:1.2rem}.card h3{margin:.2rem 0 .5rem;font-size:1.35rem}.card p{color:var(--muted)}.card img{height:230px;width:100%;object-fit:cover}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}.kpi{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1rem}.kpi strong{display:block;font-size:1.8rem;color:var(--brand)}.feature{border-radius:var(--radius);overflow:hidden;min-height:420px;background:center/cover no-repeat;box-shadow:var(--shadow)}.list{display:grid;gap:1rem}.item{padding:1.1rem;border-left:5px solid var(--gold);background:rgba(255,255,255,.65);border-radius:16px}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.gallery img{height:180px;width:100%;object-fit:cover;border-radius:18px;cursor:pointer}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden}.table th,.table td{padding:.95rem;border-bottom:1px solid var(--line);text-align:left}.form{display:grid;gap:.8rem}.form input,.form textarea,.form select{padding:1rem;border:1px solid var(--line);border-radius:14px;background:#fff;font:inherit}.form button,.cookie button{cursor:pointer;border:0;border-radius:999px;padding:.85rem 1rem;font-weight:800}.form button{background:var(--brand);color:#fff}.footer{background:#111c26;color:#e8edf3;padding:3rem 1.2rem}.footer-inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.footer a{color:#e8edf3;margin-right:1rem}.cookie{position:fixed;left:1rem;right:1rem;bottom:1rem;background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:0 20px 80px rgba(0,0,0,.25);border-radius:22px;padding:1rem;z-index:50;max-width:980px;margin:auto;display:none}.cookie.show{display:block}.cookie-actions{display:flex;gap:.6rem;flex-wrap:wrap}.cookie .primary{background:var(--brand);color:#fff}.cookie .secondary{background:#efe7d8}.prefs{display:none;margin:.9rem 0;padding:.9rem;background:#f7f3eb;border-radius:14px}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;z-index:80}.lightbox img{max-height:88vh;max-width:92vw;border-radius:18px}.lightbox.show{display:flex}@media(max-width:900px){.grid,.split,.footer-inner{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.kpis{grid-template-columns:repeat(2,1fr)}.links{display:none}.hero{min-height:68vh}.card img{height:210px}}@media(max-width:540px){.gallery{grid-template-columns:1fr}.kpis{grid-template-columns:1fr}.section{padding:3.5rem 1rem}.hero h1{font-size:3rem}}