
:root { color-scheme: dark; font-family: "Helvetica Neue", Arial, sans-serif; background: #0b0b0b; color: #f1eee9; }
* { box-sizing: border-box; } body { margin: 0; min-width: 320px; } a { color: inherit; text-decoration: none; } button { font: inherit; color: inherit; } a:focus-visible, button:focus-visible { outline: 2px solid #e4d9ca; outline-offset: 5px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 14px; background: #fff; color: #111; transform: translateY(-180%); } .skip-link:focus { transform: none; }
.home-header { display: flex; align-items: center; justify-content: space-between; padding: 30px 5vw; } .brand { font-weight: 700; font-size: 22px; letter-spacing: .25em; } .brand span { color: #b8473f; } .cabinet-link { font-size: 13px; color: #c7c1b8; }
.home-hero { display: grid; grid-template-columns: 1fr 1.1fr; min-height: min(780px, calc(100svh - 170px)); margin: 20px 5vw 48px; gap: 5vw; align-items: center; }
.home-copy { padding: 48px 0; } .eyebrow { font-size: 10px; line-height: 1.6; letter-spacing: .16em; text-transform: uppercase; color: #bbb2a4; }
h1 { font-size: clamp(52px, 6vw, 96px); font-weight: 300; letter-spacing: -.055em; line-height: 1.05; margin: 42px 0 32px; } h1 em { font-style: normal; color: #c9baa5; } .home-lead { max-width: 430px; color: #bab6b0; line-height: 1.8; font-size: 16px; }
.home-actions { display: grid; justify-items: start; gap: 26px; margin-top: 44px; } .home-action { padding: 20px 24px; border: 1px solid #81776a; display: flex; gap: 36px; align-items: center; font-size: 14px; } .home-action:hover { background: #25221e; } .home-secondary { font-size: 14px; color: #c9baa5; }
.home-image { margin: 0; height: 100%; min-height: 560px; max-height: 780px; } .home-image img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.home-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 5vw; border-top: 1px solid #25231f; color: #969088; font-size: 11px; } .home-footer div { display: flex; flex-wrap: wrap; gap: 24px; } .home-footer button { padding: 0; border: 0; background: none; cursor: pointer; font-size: 11px; }
@media(max-width: 800px) { .home-hero { grid-template-columns: 1fr; gap: 30px; margin-top: 0; } .home-copy { padding: 30px 0 0; } h1 { font-size: clamp(50px, 10vw, 78px); margin: 28px 0; } .home-image { height: auto; min-height: 0; } .home-image img { display: block; height: auto; aspect-ratio: 4 / 3; object-fit: contain; } .home-footer { flex-direction: column; align-items: flex-start; } }
