﻿@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&family=Space+Grotesk:wght@400;600;700&display=swap");*{box-sizing:border-box}body{margin:0;background:#1d2021;color:#e7e1d6;font:16px/1.65 "Space Grotesk",sans-serif}a{color:inherit}header{border-bottom:1px solid #52514c;padding:20px 6%;display:flex;align-items:center;justify-content:space-between}.brand{font:600 1rem "IBM Plex Mono";text-decoration:none;color:#efab4e;text-transform:uppercase}nav{display:flex;gap:24px;font-family:"IBM Plex Mono";font-size:.8rem}nav a{text-decoration:none}.menu{display:none}main{max-width:1280px;margin:auto}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.hero>div{padding:14%}.hero img{width:100%;height:600px;object-fit:cover;filter:saturate(.8)}.eyebrow{font:600 .72rem "IBM Plex Mono";letter-spacing:.13em;color:#efab4e}.hero h1,.intro h2,.page-title h1,.legal h1{line-height:.98;font-size:clamp(3rem,6vw,6rem);margin:.25em 0}.lead{font-size:1.15rem}.button{display:inline-block;padding:13px 18px;background:#efab4e;color:#1d2021;text-decoration:none;border:0;font-weight:700;margin-top:15px}.intro,.page-title,.legal{padding:8% 11%;max-width:900px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#52514c;padding:2px;margin:0 6% 8%}.cards article{padding:28px;background:#282c2d;min-height:230px}.cards h3{color:#efab4e;font-family:"IBM Plex Mono"}.cards a{color:#efab4e}.image-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:0 6%}.image-row img,.split img{width:100%;height:370px;object-fit:cover}.visit{margin-top:8%;padding:7% 11%;border-top:1px solid #efab4e;display:flex;justify-content:space-between;align-items:end}.split{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding:3% 11% 8%}input,textarea{display:block;width:100%;margin-top:5px;background:#282c2d;color:#fff;border:1px solid #706c63;padding:10px}textarea{height:110px}form{display:grid;gap:12px}.success{color:#efab4e;font-weight:700}footer{background:#121414;padding:4% 6%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;font-family:"IBM Plex Mono";font-size:.8rem}footer a{margin-right:12px}.cookie{position:fixed;bottom:15px;left:15px;right:15px;background:#f2eadc;color:#1d2021;padding:14px;border-left:5px solid #efab4e;box-shadow:0 4px 20px #0006;display:flex;align-items:center;gap:12px;z-index:3}.cookie span{flex:1}.cookie button{padding:8px;border:1px solid #1d2021;background:#fff}.cookie button:first-of-type{background:#1d2021;color:#fff}@media(max-width:700px){.menu{display:block;color:#efab4e;background:none;border:0;font-family:"IBM Plex Mono"}header{position:relative}nav{display:none;position:absolute;top:68px;left:0;right:0;background:#1d2021;z-index:2;padding:20px;flex-direction:column}nav.open{display:flex}.hero,.split{grid-template-columns:1fr}.hero>div{padding:14% 9%}.hero img{height:350px}.cards,.image-row{grid-template-columns:1fr}.visit{align-items:start;flex-direction:column}.cookie{flex-wrap:wrap}}
