
:root{--orange:#d87512;--dark:#252729;--soft:#f3f1ed;--line:#ddd}
*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:#222;line-height:1.55}a{color:inherit}
.top{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:14px 4%;border-bottom:1px solid var(--line);background:#fff}.logo img{width:245px}.top nav{display:flex;gap:18px;flex-wrap:wrap}.top nav a{text-decoration:none;font-weight:700}
.hero{min-height:560px;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.15)),url('img/halle.jpg') center/cover;display:flex;align-items:center;color:#fff;padding:6%}.hero h1{font-size:clamp(42px,7vw,84px);margin:.2em 0}.hero p{font-size:22px;max-width:760px}
.wrap{max-width:1240px;margin:auto;padding:65px 5%}.eyebrow{color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.btn{display:inline-block;background:var(--orange);color:#fff;text-decoration:none;padding:13px 18px;font-weight:800}.btn.secondary{background:var(--dark)}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.card{border:1px solid var(--line);background:#fff;overflow:hidden}.card img{width:100%;aspect-ratio:4/3;object-fit:cover}.placeholder{aspect-ratio:4/3;background:#eee;display:grid;place-items:center;color:#666}.card-body{padding:20px}
.detail{display:grid;grid-template-columns:1.1fr 1fr;gap:35px}.detail-main img{width:100%;max-height:600px;object-fit:cover}.thumbs{display:flex;gap:10px;flex-wrap:wrap}.thumbs img{width:120px;height:90px;object-fit:cover}.box{background:var(--soft);padding:20px;margin:18px 0}.pre{white-space:pre-line}
.two{display:grid;grid-template-columns:1fr 1fr;gap:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid input,.form-grid textarea,.form-grid select{width:100%;padding:11px;border:1px solid #bbb;margin-top:5px;font:inherit}.form-grid label{font-weight:bold}.full{grid-column:1/-1}
footer{background:var(--dark);color:#fff;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;padding:40px 5%}footer img{width:240px;background:#fff;padding:8px}footer a{color:#fff}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.detail,.two{grid-template-columns:1fr}.top{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}footer{grid-template-columns:1fr}}
