@font-face { font-family: "Space Grotesk"; font-weight: 700; font-display: swap; src: url(fonts/space-grotesk-700.woff2) format("woff2"); }
@font-face { font-family: "Space Grotesk"; font-weight: 600; font-display: swap; src: url(fonts/space-grotesk-600.woff2) format("woff2"); }
@font-face { font-family: "Public Sans"; font-weight: 400; font-display: swap; src: url(fonts/public-sans-400.woff2) format("woff2"); }
@font-face { font-family: "Public Sans"; font-weight: 600; font-display: swap; src: url(fonts/public-sans-600.woff2) format("woff2"); }
@font-face { font-family: "Public Sans"; font-weight: 700; font-display: swap; src: url(fonts/public-sans-700.woff2) format("woff2"); }

:root {
  --bg: #ffffff;
  --soft: #f5f6f8;
  --line: #e3e6eb;
  --text: #16202c;
  --muted: #5b6776;
  --red: #c8102e;
  --red-dark: #a00d25;
  --navy: #0f1b2d;
  --head: "Space Grotesk", system-ui, sans-serif;
  --body: "Public Sans", system-ui, sans-serif;
  --shadow: 0 1px 2px rgba(15, 27, 45, .06), 0 8px 24px rgba(15, 27, 45, .07);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font: 17px/1.6 var(--body); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { font-family: var(--head); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.01em; color: var(--navy); }
h1 { font-size: clamp(2rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.4rem, 2.6vw, 1.8rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
.wrap { width: min(1160px, 100% - 32px); margin-inline: auto; }
.muted { color: var(--muted); }

/* Header */
.bar { position: sticky; top: 0; z-index: 10; background: rgba(255, 255, 255, .94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.bar-in { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 20px; }
.brand img { height: 42px; width: auto; }
.menu { display: none; }
.top { display: flex; gap: 24px; }
.menu nav a, .top a, .foot nav a { color: var(--text); font-weight: 600; font-size: .95rem; white-space: nowrap; }
.top a[aria-current], .menu nav a[aria-current] { color: var(--red); }
.top a:hover { color: var(--red); text-decoration: none; }

/* Buttons */
.btn { display: inline-block; background: var(--red); color: #fff; font-weight: 700; padding: 12px 22px; border-radius: 10px; border: 0; font: 700 1rem var(--body); cursor: pointer; }
.btn:hover { background: var(--red-dark); text-decoration: none; }
.btn.ghost { background: transparent; color: var(--navy); border: 1.5px solid var(--line); }
.btn.ghost:hover { border-color: var(--navy); }

/* Home */
.hero { padding: 56px 0 8px; text-align: center; }
.hero .lede { font-size: 1.15rem; color: var(--muted); max-width: 38em; margin-inline: auto; }
.hero-art { width: min(960px, 100%); margin: 8px auto 0; }
.doors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 24px 0 72px; }
.door { display: flex; flex-direction: column; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px; box-shadow: var(--shadow); color: var(--text); transition: transform .15s, box-shadow .15s; }
.door:hover { text-decoration: none; transform: translateY(-2px); box-shadow: 0 2px 4px rgba(15, 27, 45, .08), 0 14px 32px rgba(15, 27, 45, .1); }
.door .logo { height: 64px; display: flex; align-items: center; gap: 12px; }
.door .logo img { max-height: 64px; width: auto; }
.door .hf { font: 700 1.35rem/1 var(--head); color: var(--navy); letter-spacing: .04em; }
.door h3 { margin: 0; }
.door p { margin: 0; color: var(--muted); }
.door .go { margin-top: auto; color: var(--red); font-weight: 700; }

/* Inner pages */
.page { padding: 56px 0 80px; }
.page-head { margin-bottom: 32px; }
.page-head p { color: var(--muted); font-size: 1.1rem; max-width: 40em; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; color: var(--text); }
a.card:hover { text-decoration: none; border-color: #cfd4db; }
.card .body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card .body p { margin: 0; color: var(--muted); }
.card .go { margin-top: auto; color: var(--red); font-weight: 700; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin: 40px 0; }
.split img { border-radius: 16px; box-shadow: var(--shadow); }
.cta { background: var(--soft); border-radius: 16px; padding: 28px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 48px; }
.cta p { margin: 0; font-weight: 600; color: var(--navy); font-size: 1.1rem; }

/* For sale */
.listing { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start; }
.price { font: 700 2rem var(--head); color: var(--red); margin: 0 0 8px; }
.specs { width: 100%; border-collapse: collapse; margin: 16px 0 24px; }
.specs th, .specs td { text-align: left; padding: 10px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.specs th { color: var(--muted); font-weight: 600; width: 45%; padding-right: 12px; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.gallery a:first-child { grid-column: 1 / -1; }
.gallery img { border-radius: 10px; aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.equip { columns: 2; padding-left: 1.1em; margin: 0 0 1em; }
.sticky { position: sticky; top: 96px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px; box-shadow: var(--shadow); }

/* Downloads */
.dl { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }


/* Footer */
.foot { border-top: 1px solid var(--line); padding: 28px 0; color: var(--muted); font-size: .9rem; background: var(--soft); }
.foot-in { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; }
.foot nav { display: flex; flex-wrap: wrap; gap: 16px; }
.foot nav a { color: var(--muted); font-weight: 400; font-size: .9rem; }

@media (max-width: 1080px) {
  .top { display: none; }
  .menu { display: block; }
  .menu summary { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; cursor: pointer; list-style: none; }
  .menu summary::-webkit-details-marker { display: none; }
  .menu summary span { display: block; height: 2px; width: 24px; background: var(--navy); margin-inline: auto; border-radius: 2px; }
  .menu nav { position: absolute; left: 0; right: 0; top: 72px; flex-direction: column; gap: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); padding: 8px 16px 16px; }
  .menu nav a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .menu nav a:last-child { border-bottom: 0; }
}
@media (max-width: 860px) {
  .doors, .split, .listing { grid-template-columns: 1fr; gap: 20px; }
  .sticky { position: static; }
  .brand img { height: 34px; }
  .hero { padding-top: 36px; }
  .equip { columns: 1; }
}
