/* ─────────────────────────────────────────────────────────────────────────
   BOXDEPO — Prague-Čakovice
   Tech-forward, dashboard-energy. Dark navy + subtle yellow accent.
   ───────────────────────────────────────────────────────────────────────── */

:root {
  /* Default palette — dark navy */
  --bg:        #060d1c;
  --bg-deep:   #04081480;
  --surface:   #0b162b;
  --surface-2: #11203c;
  --hairline:  #1b2c4d;
  --hairline-2:#243a64;
  --ink:       #f4f5f8;
  --ink-2:     #c5cbd8;
  --ink-3:     #7c89a3;
  --ink-4:     #76859f;
  --accent:    #ffd400;
  --accent-ink:#0a0f1c;
  --ok:        #34d399;
  --warn:      #fbbf24;

  /* Yellow intensity (0..1) — drives outline/accent prominence */
  --yi: 0.15;

  /* Type stacks */
  --f-display: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  --f-body:    "Geist", ui-sans-serif, system-ui, sans-serif;
  --f-mono:    "Geist Mono", ui-monospace, monospace;

  /* Motion */
  --e1: cubic-bezier(.2,.7,.2,1);
  --e2: cubic-bezier(.4,0,.2,1);
}

[data-palette="warm"] {
  --bg:        #0c0a07;
  --surface:   #14110a;
  --surface-2: #1b1710;
  --hairline:  #29231a;
  --hairline-2:#3a3324;
  --ink:       #f6f3ec;
  --ink-2:     #d5cebc;
  --ink-3:     #8c8472;
  --ink-4:     #595241;
  --accent:    #ffcf3a;
}

[data-palette="ice"] {
  --bg:        #050a14;
  --surface:   #0a1326;
  --surface-2: #0f1c38;
  --hairline:  #1a2a4d;
  --hairline-2:#27406f;
  --ink:       #ecf2ff;
  --ink-2:     #b9c5e0;
  --ink-3:     #6c7b9c;
  --ink-4:     #43506f;
  --accent:    #c8ff3e;
}

[data-type="bricolage"] {
  --f-display: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  --f-body:    "Manrope", ui-sans-serif, system-ui, sans-serif;
  --f-mono:    "IBM Plex Mono", ui-monospace, monospace;
}
[data-type="archivo"] {
  --f-display: "Archivo", ui-sans-serif, system-ui, sans-serif;
  --f-body:    "Geist", ui-sans-serif, system-ui, sans-serif;
  --f-mono:    "IBM Plex Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

/* ── Page chrome ─────────────────────────────────────────────────────────── */

.bd-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.bd-shell {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
}
@media (max-width: 720px) { .bd-shell { padding: 0 18px; } }

/* ── Top status strip (dashboard tick) ───────────────────────────────────── */

.bd-tick {
  position: relative;
  border-bottom: 1px solid var(--hairline);
  background: var(--bg);
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.02em;
  overflow: hidden;
  z-index: 50;
}
.bd-tick-row {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 9px 32px;
  white-space: nowrap;
  animation: bd-marquee 60s linear infinite;
}
.bd-tick-row span b { color: var(--ink); font-weight: 500; }
.bd-tick-row .dot {
  display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: var(--ok); margin-right: 8px; vertical-align: 1px;
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--ok), transparent 80%);
  animation: bd-pulse 1.6s ease-in-out infinite;
}
@keyframes bd-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes bd-pulse {
  0%,100% { opacity: 1; }
  50%     { opacity: .35; }
}

/* ── Nav ─────────────────────────────────────────────────────────────────── */

.bd-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: color-mix(in oklab, var(--bg), transparent 8%);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid var(--hairline);
}
.bd-nav-row {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; gap: 24px;
}
.bd-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.bd-logo-mark {
  width: 30px; height: 30px;
  background-color: var(--ink);
  -webkit-mask: url("boxdepo-mark.webp") center / contain no-repeat;
          mask: url("boxdepo-mark.webp") center / contain no-repeat;
  flex: none;
}
/* Full wordmark — uses the brand wordmark image as a mask so it picks
   up the ink color and can sit on dark or light surfaces. */
.bd-wordmark {
  display: inline-block;
  height: 24px;
  aspect-ratio: 500 / 129;
  background-color: var(--ink);
  -webkit-mask: url("boxdepo-wordmark.webp") center / contain no-repeat;
          mask: url("boxdepo-wordmark.webp") center / contain no-repeat;
  vertical-align: middle;
}
.bd-wordmark.lg { height: 56px; }
.bd-wordmark.xl { height: 96px; }
.bd-logo small {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--ink-3);
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-left: 4px;
}

.bd-nav-links {
  display: flex; align-items: center; gap: 4px;
  flex: 1; justify-content: center;
}
.bd-nav-link {
  font-size: 13.5px;
  color: var(--ink-2);
  padding: 8px 14px;
  border-radius: 8px;
  transition: color .2s var(--e1), background .2s var(--e1);
}
.bd-nav-link:hover { color: var(--ink); background: var(--surface); }
.bd-nav-link.active {
  color: var(--ink);
  background: var(--surface);
  box-shadow: inset 0 0 0 1px var(--hairline-2);
}

.bd-nav-right { display: flex; align-items: center; gap: 12px; }
.bd-lang {
  display: flex; gap: 2px;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: 8px;
  padding: 3px;
}
.bd-lang button {
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 500;
  padding: 4px 9px;
  border-radius: 5px;
  color: var(--ink-3);
  letter-spacing: 0.05em;
}
.bd-lang button.on { background: var(--surface-2); color: var(--ink); }

.bd-phone {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--f-mono);
  font-size: 12px;
  color: var(--ink-2);
  padding: 8px 12px;
  border-radius: 8px;
}
.bd-phone:hover { color: var(--ink); }
.bd-phone .ico { color: var(--accent); }

/* ── Mobile nav ─────────────────────────────────────────────────────── */
.bd-nav-burger {
  display: none;
  width: 40px; height: 40px;
  border: 1px solid var(--hairline);
  border-radius: 8px;
  background: var(--surface);
  align-items: center; justify-content: center;
  flex-direction: column;
  gap: 4px;
  margin-left: auto;
  transition: background .2s var(--e1), border-color .2s var(--e1);
}
.bd-nav-burger span {
  display: block;
  width: 16px; height: 1.5px;
  background: var(--ink-2);
  transition: transform .25s var(--e1), opacity .25s var(--e1);
}
.bd-nav-burger[aria-expanded="true"] {
  background: var(--surface-2);
  border-color: var(--hairline-2);
}
.bd-nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.bd-nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.bd-nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

.bd-nav-reserve-short { display: none; }

.bd-nav-mobile {
  display: none;
  border-top: 1px solid var(--hairline);
  padding: 8px 0 16px;
}
.bd-nav-mobile-links { display: grid; gap: 2px; padding: 8px 0; }
.bd-nav-mobile-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 4px;
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink-2);
  border-bottom: 1px solid var(--hairline);
  transition: color .2s var(--e1);
}
.bd-nav-mobile-link:last-child { border-bottom: 0; }
.bd-nav-mobile-link .arr {
  font-family: var(--f-mono);
  font-size: 14px;
  color: var(--ink-4);
}
.bd-nav-mobile-link:hover,
.bd-nav-mobile-link.active {
  color: var(--ink);
}
.bd-nav-mobile-link.active .arr { color: var(--accent); }
.bd-nav-mobile-foot {
  display: grid; gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--hairline);
}
.bd-nav-mobile-phone {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--f-mono);
  font-size: 13px;
  color: var(--ink-2);
  padding: 12px;
  border: 1px solid var(--hairline);
  border-radius: 10px;
  background: var(--surface);
}
.bd-nav-mobile-phone svg { color: var(--accent); }

@media (max-width: 1100px) {
  .bd-phone .bd-phone-num { display: none; }
  .bd-phone { padding: 8px; }
  .bd-nav-reserve-long { display: none; }
  .bd-nav-reserve-short { display: inline; }
}

@media (max-width: 980px) {
  .bd-nav-row { gap: 12px; }
  .bd-nav-links { display: none; }
  .bd-nav-burger { display: flex; }
  .bd-nav-right .bd-phone,
  .bd-nav-right .bd-lang,
  .bd-nav-right .bd-nav-reserve { display: none; }
  .bd-nav-right { display: none; }
  .bd-nav[data-mobile-open="true"] .bd-nav-mobile { display: block; }
  .bd-nav[data-mobile-open="true"] { background: var(--bg); }
}

@media (max-width: 480px) {
  .bd-logo small { display: none; }
  .bd-logo { font-size: 15px; }
}

/* ── Buttons ─────────────────────────────────────────────────────────────── */

.bd-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 13.5px;
  padding: 10px 16px;
  border-radius: 10px;
  transition: transform .15s var(--e1), background .2s var(--e1), color .2s var(--e1), box-shadow .2s var(--e1);
  white-space: nowrap;
  letter-spacing: -0.005em;
}
.bd-btn:hover { transform: translateY(-1px); }
.bd-btn:active { transform: translateY(0); }

.bd-btn-primary {
  background: var(--ink);
  color: var(--bg);
  box-shadow:
    0 0 0 1px color-mix(in oklab, var(--accent), transparent calc(100% - 60% * var(--yi))),
    0 6px 24px -8px color-mix(in oklab, var(--accent), transparent calc(100% - 90% * var(--yi))),
    inset 0 -2px 0 rgba(0,0,0,0.08);
}
.bd-btn-primary:hover {
  background: var(--accent);
  color: var(--accent-ink);
  box-shadow:
    0 8px 28px -6px rgba(255,212,0,.35),
    inset 0 -2px 0 rgba(0,0,0,0.12);
}

.bd-btn-ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--hairline-2);
}
.bd-btn-ghost:hover { background: var(--surface); }

.bd-btn-accent {
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 600;
  box-shadow: 0 8px 28px -8px color-mix(in oklab, var(--accent), transparent 50%);
}
.bd-btn-accent:hover {
  background: color-mix(in oklab, var(--accent), white 8%);
}

.bd-btn-sm { padding: 6px 12px; font-size: 12px; border-radius: 8px; }
.bd-btn-lg { padding: 14px 22px; font-size: 15px; border-radius: 12px; }

/* ── Type ────────────────────────────────────────────────────────────────── */

.bd-display {
  font-family: var(--f-display);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.96;
  color: var(--ink);
}
.bd-h1 { font-size: clamp(48px, 7vw, 104px); }
.bd-h2 { font-size: clamp(36px, 4.4vw, 64px); letter-spacing: -0.03em; line-height: 1.02; }
.bd-h3 { font-size: clamp(22px, 2.2vw, 30px); letter-spacing: -0.02em; line-height: 1.1; font-weight: 600; }
.bd-eyebrow {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  display: inline-flex; align-items: center; gap: 8px;
}
.bd-eyebrow::before {
  content: ""; width: 18px; height: 1px; background: var(--accent);
  display: inline-block;
}

/* ── Hero ────────────────────────────────────────────────────────────────── */

.bd-hero {
  position: relative;
  border-bottom: 1px solid var(--hairline);
  padding: 64px 0 0;
  overflow: hidden;
}
.bd-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(80% 60% at 20% 0%, color-mix(in oklab, var(--accent), transparent calc(100% - 14% * var(--yi))) 0%, transparent 70%),
    radial-gradient(60% 60% at 100% 100%, color-mix(in oklab, #4d7bff, transparent 88%) 0%, transparent 70%);
  pointer-events: none;
  opacity: .9;
}
.bd-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--hairline) 1px, transparent 1px),
    linear-gradient(90deg, var(--hairline) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at 30% 30%, black 0%, transparent 75%);
  opacity: 0.4;
  pointer-events: none;
}

.bd-hero-inner { position: relative; padding: 64px 0 0; }
.bd-hero-top {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap; gap: 16px;
}
.bd-hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-mono);
  font-size: 11.5px;
  color: var(--ink-2);
  padding: 6px 12px;
  border-radius: 100px;
  background: var(--surface);
  border: 1px solid var(--hairline-2);
  letter-spacing: 0.04em;
}
.bd-hero-tag .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--ok), transparent 78%);
  animation: bd-pulse 1.6s ease-in-out infinite;
}
.bd-hero-meta { font-family: var(--f-mono); font-size: 11px; color: var(--ink-3); letter-spacing: 0.04em; }

.bd-hero-headline {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(56px, 8.4vw, 132px);
  line-height: 0.92;
  letter-spacing: -0.045em;
  margin: 0 0 32px;
  max-width: 13ch;
}
.bd-hero-headline em {
  font-style: normal;
  color: var(--ink-3);
  font-weight: 500;
}
.bd-hero-headline .accent {
  background: linear-gradient(120deg, var(--ink) 0%, var(--ink) 50%, color-mix(in oklab, var(--accent), white 0%) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.bd-hero-sub {
  font-size: 18px;
  color: var(--ink-2);
  max-width: 56ch;
  margin: 0 0 36px;
  line-height: 1.5;
}
.bd-hero-sub b { color: var(--ink); font-weight: 500; }
.bd-hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.bd-hero-ctas .or { font-family: var(--f-mono); font-size: 11px; color: var(--ink-4); margin: 0 4px; }

/* hero stat strip */
.bd-hero-stats {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.bd-hero-stat {
  padding: 22px 24px;
  border-right: 1px solid var(--hairline);
  position: relative;
}
.bd-hero-stat:last-child { border-right: 0; }
.bd-hero-stat-label {
  font-family: var(--f-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  margin-bottom: 8px;
}
.bd-hero-stat-value {
  font-family: var(--f-display);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.bd-hero-stat-value small {
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 400;
  color: var(--ink-3);
  margin-left: 4px;
  letter-spacing: 0.02em;
}
@media (max-width: 720px) {
  .bd-hero-stats { grid-template-columns: repeat(2, 1fr); }
  .bd-hero-stat { border-bottom: 1px solid var(--hairline); }
  .bd-hero-stat:nth-child(2n) { border-right: 0; }
}

/* hero image placeholder area */
.bd-hero-media {
  position: relative;
  margin-top: 48px;
  aspect-ratio: 21 / 9;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(180deg, color-mix(in oklab, var(--bg), transparent 30%) 0%, transparent 30%, transparent 70%, color-mix(in oklab, var(--bg), transparent 30%) 100%),
    radial-gradient(70% 50% at 50% 50%, #1c2c52 0%, #0a1226 100%);
  border: 1px solid var(--hairline);
  box-shadow: 0 30px 80px -30px rgba(0,0,0,.6);
}
.bd-hero-media .ph-caption {
  position: absolute; left: 16px; top: 16px;
  font-family: var(--f-mono);
  font-size: 10.5px;
  color: var(--ink-3);
  letter-spacing: 0.06em;
  background: color-mix(in oklab, var(--bg), transparent 30%);
  border: 1px solid var(--hairline-2);
  padding: 5px 10px;
  border-radius: 100px;
  display: inline-flex; align-items: center; gap: 6px;
}
.bd-hero-media .ph-caption::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--ink-3); }
.bd-hero-media .ph-overlay {
  position: absolute; right: 18px; bottom: 18px;
  display: flex; align-items: center; gap: 10px;
}
.bd-hero-media .ph-chip {
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--ink);
  background: color-mix(in oklab, var(--bg), transparent 20%);
  border: 1px solid var(--hairline-2);
  padding: 6px 10px; border-radius: 8px;
  letter-spacing: 0.04em;
}
.bd-hero-media .play {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--accent); color: var(--accent-ink);
  display: grid; place-items: center;
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  box-shadow: 0 12px 40px -10px rgba(255,212,0,.5);
  transition: transform .25s var(--e1);
}
.bd-hero-media .play:hover { transform: translate(-50%, -50%) scale(1.06); }
.bd-hero-media .play svg { transform: translateX(2px); }

/* container photo placeholder pattern */
.bd-photo {
  position: relative;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.025) 0 14px, transparent 14px 28px),
    radial-gradient(80% 60% at 50% 30%, #1f3160 0%, #0a1226 80%);
  border: 1px solid var(--hairline);
  overflow: hidden;
}
.bd-photo[data-tone="warm"] {
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.025) 0 14px, transparent 14px 28px),
    radial-gradient(80% 60% at 50% 30%, #4a3c1d 0%, #1a1407 80%);
}
.bd-photo .ph-tag {
  position: absolute; left: 12px; top: 12px;
  font-family: var(--f-mono);
  font-size: 10.5px;
  color: var(--ink-2);
  letter-spacing: 0.04em;
  background: color-mix(in oklab, var(--bg), transparent 25%);
  border: 1px solid var(--hairline-2);
  padding: 4px 8px; border-radius: 6px;
}

/* ── Sections ───────────────────────────────────────────────────────────── */

.bd-section { padding: 96px 0; border-bottom: 1px solid var(--hairline); position: relative; }
@media (max-width: 720px) { .bd-section { padding: 64px 0; } }
.bd-section-hd {
  display: flex; align-items: end; justify-content: space-between;
  margin-bottom: 48px; gap: 24px;
  flex-wrap: wrap;
}
.bd-section-hd-text { max-width: 56ch; }
.bd-section-hd-text p {
  color: var(--ink-2);
  font-size: 17px;
  margin: 16px 0 0;
  line-height: 1.5;
}

/* benefits grid */
.bd-benefits {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1px solid var(--hairline);
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface);
}
.bd-ben {
  padding: 28px 24px;
  border-right: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  position: relative;
  transition: background .2s var(--e1);
}
.bd-ben:hover { background: var(--surface-2); }
.bd-ben:nth-child(4n) { border-right: 0; }
.bd-ben:nth-last-child(-n+4) { border-bottom: 0; }
.bd-ben-ico {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border-radius: 8px;
  background: color-mix(in oklab, var(--bg), transparent 20%);
  border: 1px solid var(--hairline-2);
  color: var(--accent);
  margin-bottom: 18px;
}
.bd-ben-ico svg { width: 18px; height: 18px; }
.bd-ben-title {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.015em;
  margin-bottom: 6px;
}
.bd-ben-desc { font-size: 13.5px; color: var(--ink-3); line-height: 1.5; }
.bd-ben-num {
  position: absolute; right: 12px; top: 12px;
  font-family: var(--f-mono);
  font-size: 10px; color: var(--ink-4); letter-spacing: 0.04em;
}
@media (max-width: 980px) { .bd-benefits { grid-template-columns: repeat(2, 1fr); }
  .bd-ben:nth-child(4n) { border-right: 1px solid var(--hairline); }
  .bd-ben:nth-child(2n) { border-right: 0; }
  .bd-ben:nth-last-child(-n+4) { border-bottom: 1px solid var(--hairline); }
  .bd-ben:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 560px) { .bd-benefits { grid-template-columns: 1fr; }
  .bd-ben { border-right: 0 !important; border-bottom: 1px solid var(--hairline) !important; }
  .bd-ben:last-child { border-bottom: 0 !important; }
}

/* use cases */
.bd-cases { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.bd-case {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background:
    linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.55) 100%),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.025) 0 14px, transparent 14px 28px),
    radial-gradient(80% 60% at 50% 30%, #1f3160 0%, #0a1226 80%);
  transition: transform .25s var(--e1), box-shadow .25s var(--e1);
  cursor: pointer;
}
.bd-case:hover { transform: translateY(-3px); box-shadow: 0 20px 50px -20px rgba(0,0,0,.5); }
.bd-case-num {
  position: absolute; left: 14px; top: 14px;
  font-family: var(--f-mono);
  font-size: 10.5px;
  color: var(--ink-2);
  letter-spacing: 0.06em;
}
.bd-case-title {
  position: absolute; left: 16px; right: 16px; bottom: 16px;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.bd-case-meta {
  position: absolute; right: 14px; top: 14px;
  font-family: var(--f-mono); font-size: 10px; color: var(--ink-3);
  border: 1px solid var(--hairline-2);
  background: color-mix(in oklab, var(--bg), transparent 30%);
  padding: 3px 7px; border-radius: 6px;
}
@media (max-width: 980px) { .bd-cases { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .bd-cases { grid-template-columns: 1fr; } }

/* pricing card */
.bd-price-wrap {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px;
}
@media (max-width: 980px) { .bd-price-wrap { grid-template-columns: 1fr; } }

.bd-price-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--hairline-2);
  border-radius: 18px;
  padding: 32px;
  overflow: hidden;
}
.bd-price-card.featured {
  background:
    radial-gradient(80% 60% at 100% 0%, color-mix(in oklab, var(--accent), transparent calc(100% - 18% * var(--yi))) 0%, transparent 70%),
    var(--surface);
  border-color: color-mix(in oklab, var(--accent), transparent calc(100% - 80% * var(--yi)));
}
.bd-price-tag {
  position: absolute; right: 16px; top: 16px;
  font-family: var(--f-mono);
  font-size: 10.5px;
  color: var(--accent-ink);
  background: var(--accent);
  padding: 4px 8px; border-radius: 6px;
  letter-spacing: 0.06em;
}
.bd-price-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 20px; gap: 12px; }
.bd-price-head .name { font-family: var(--f-display); font-weight: 600; font-size: 22px; letter-spacing: -0.015em; }
.bd-price-head .size { font-family: var(--f-mono); font-size: 12px; color: var(--ink-3); }
.bd-price-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(56px, 7vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  display: flex; align-items: baseline; gap: 6px;
}
.bd-price-num .unit { font-size: 16px; color: var(--ink-3); font-family: var(--f-mono); }
.bd-price-num .per  { font-size: 14px; color: var(--ink-3); font-family: var(--f-mono); }
.bd-price-strike {
  margin-top: 8px;
  font-family: var(--f-mono);
  font-size: 12px;
  color: var(--ink-3);
}
.bd-price-strike s { color: var(--ink-4); }
.bd-price-feats { margin: 24px 0 28px; display: grid; gap: 10px; }
.bd-price-feat {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--ink-2);
}
.bd-price-feat .check {
  width: 18px; height: 18px; border-radius: 50%;
  background: color-mix(in oklab, var(--accent), transparent calc(100% - 28% * var(--yi)));
  color: var(--accent-ink);
  display: grid; place-items: center;
  font-size: 11px;
  border: 1px solid color-mix(in oklab, var(--accent), transparent calc(100% - 70% * var(--yi)));
}

/* compare table */
.bd-table {
  width: 100%; border-collapse: collapse;
  font-size: 14px;
  border: 1px solid var(--hairline);
  border-radius: 14px;
  overflow: hidden;
}
.bd-table th, .bd-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--hairline);
}
.bd-table th {
  font-family: var(--f-mono); font-weight: 500; font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-3);
  background: var(--surface);
}
.bd-table tr:last-child td { border-bottom: 0; }
.bd-table td .ok { color: var(--ok); font-family: var(--f-mono); font-size: 13px; }
.bd-table td .no { color: var(--ink-4); font-family: var(--f-mono); font-size: 13px; }

/* FAQ — a stílus a faq.php inline <style> blokkjában él (aria-expanded + [hidden]
   alapú nyitás/csukás, egyezik a main.js akkordeon JS-ével). A régi, [data-open] +
   max-height:0 alapú blokk ütközött vele (csukva tartotta a választ) — eltávolítva. */

/* location/map */
.bd-map {
  position: relative;
  aspect-ratio: 21/9;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: var(--surface);
}
.bd-map-canvas {
  position: absolute; inset: 0;
  background:
    radial-gradient(50% 50% at 60% 50%, color-mix(in oklab, var(--accent), transparent calc(100% - 12% * var(--yi))) 0%, transparent 70%),
    linear-gradient(180deg, #0a1226 0%, #060d1c 100%);
}
.bd-map-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}
.bd-map-grid::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 8px 8px;
}
.bd-map-pin {
  position: absolute; left: 60%; top: 50%;
  transform: translate(-50%, -100%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.bd-map-pin .blip {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px color-mix(in oklab, var(--accent), transparent 70%),
              0 0 0 16px color-mix(in oklab, var(--accent), transparent 88%);
  animation: bd-blip 1.8s ease-in-out infinite;
}
@keyframes bd-blip {
  0%, 100% { box-shadow: 0 0 0 6px color-mix(in oklab, var(--accent), transparent 70%),
                          0 0 0 16px color-mix(in oklab, var(--accent), transparent 88%); }
  50%      { box-shadow: 0 0 0 10px color-mix(in oklab, var(--accent), transparent 80%),
                          0 0 0 26px color-mix(in oklab, var(--accent), transparent 95%); }
}
.bd-map-pin .lbl {
  font-family: var(--f-mono); font-size: 11px;
  background: color-mix(in oklab, var(--bg), transparent 10%);
  border: 1px solid var(--hairline-2);
  padding: 5px 10px; border-radius: 6px;
  color: var(--ink);
  white-space: nowrap;
}
.bd-map-road {
  position: absolute;
  border-bottom: 1.5px dashed color-mix(in oklab, var(--accent), transparent calc(100% - 32% * var(--yi)));
  left: 0; right: 0;
}

.bd-loc-info {
  position: absolute; left: 20px; bottom: 20px; right: 20px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  background: color-mix(in oklab, var(--bg), transparent 10%);
  border: 1px solid var(--hairline-2);
  padding: 14px 18px;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.bd-loc-info .addr { font-family: var(--f-mono); font-size: 12.5px; color: var(--ink); }
.bd-loc-info .meta { font-family: var(--f-mono); font-size: 11px; color: var(--ink-3); }

/* ── Configurator (container visualizer) ─────────────────────────────────── */

.bd-cfg {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 0;
  background: var(--surface);
  border: 1px solid var(--hairline-2);
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 980px) { .bd-cfg { grid-template-columns: 1fr; } }

.bd-cfg-stage {
  position: relative;
  background:
    radial-gradient(60% 50% at 50% 30%, #112143 0%, #060d1c 80%);
  padding: 28px;
  min-height: 460px;
  display: flex; flex-direction: column;
  border-right: 1px solid var(--hairline);
}
@media (max-width: 980px) { .bd-cfg-stage { border-right: 0; border-bottom: 1px solid var(--hairline); } }

.bd-cfg-stage-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  opacity: .7;
  pointer-events: none;
}

.bd-cfg-canvas {
  position: relative;
  flex: 1;
  display: grid; place-items: center;
}

/* container outline (top-down view) */
.bd-container {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 240 / 280; /* roomy, shows fill items */
  border: 1.5px solid color-mix(in oklab, var(--accent), transparent calc(100% - 70% * var(--yi)));
  border-radius: 4px;
  background:
    repeating-linear-gradient(0deg,
      transparent 0 22px,
      color-mix(in oklab, var(--accent), transparent 95%) 22px 23px);
  box-shadow:
    inset 0 0 0 1px color-mix(in oklab, var(--accent), transparent calc(100% - 18% * var(--yi))),
    0 30px 80px -30px rgba(0,0,0,.7);
}
.bd-container::before {
  /* door indicator */
  content: "";
  position: absolute; left: 50%; bottom: -1.5px; transform: translateX(-50%);
  width: 38%; height: 4px;
  background: var(--accent);
  border-radius: 2px;
}
.bd-container .door-label {
  position: absolute; left: 50%; bottom: -28px; transform: translateX(-50%);
  font-family: var(--f-mono); font-size: 10.5px; color: var(--ink-3);
  letter-spacing: 0.08em;
}
.bd-container .dim-w, .bd-container .dim-h {
  position: absolute;
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
}
.bd-container .dim-w { left: 50%; top: -28px; transform: translateX(-50%); }
.bd-container .dim-h { right: -54px; top: 50%; transform: translateY(-50%) rotate(0); }
.bd-container .dim-line {
  position: absolute; background: var(--hairline-2);
}
.bd-container .dim-line.x { left: 0; right: 0; top: -10px; height: 1px; }
.bd-container .dim-line.y { right: -10px; top: 0; bottom: 0; width: 1px; }

/* items inside container */
.bd-item {
  position: absolute;
  background: color-mix(in oklab, var(--surface-2), white 4%);
  border: 1px solid var(--hairline-2);
  border-radius: 3px;
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--ink-2);
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  letter-spacing: 0.03em;
  transition: all .35s var(--e1);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}
.bd-item[data-cat="moving"]   { background: color-mix(in oklab, #4d7bff, var(--surface-2) 78%); }
.bd-item[data-cat="business"] { background: color-mix(in oklab, var(--accent), var(--surface-2) 86%); }
.bd-item[data-cat="moto"]     { background: color-mix(in oklab, #ff7a59, var(--surface-2) 80%); }
.bd-item[data-cat="archive"]  { background: color-mix(in oklab, #34d399, var(--surface-2) 82%); }
.bd-item[data-cat="seasonal"] { background: color-mix(in oklab, #c084fc, var(--surface-2) 82%); }
.bd-item-hidden { opacity: 0; transform: scale(0.6); }

/* configurator panel */
.bd-cfg-panel {
  padding: 28px;
  display: flex; flex-direction: column;
}
.bd-cfg-title { font-family: var(--f-display); font-size: 26px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.05; margin: 0 0 6px; }
.bd-cfg-sub   { color: var(--ink-3); font-size: 13.5px; margin: 0 0 22px; }

.bd-cfg-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin-bottom: 18px;
}
.bd-cfg-tab {
  background: var(--bg);
  border: 1px solid var(--hairline);
  border-radius: 10px;
  padding: 12px 8px;
  text-align: center;
  color: var(--ink-2);
  font-size: 12px;
  cursor: pointer;
  transition: all .15s var(--e1);
}
.bd-cfg-tab:hover { border-color: var(--hairline-2); color: var(--ink); }
.bd-cfg-tab[aria-pressed="true"] {
  background: var(--surface-2);
  border-color: color-mix(in oklab, var(--accent), transparent calc(100% - 60% * var(--yi)));
  color: var(--ink);
}
.bd-cfg-tab svg { display: block; margin: 0 auto 6px; }

.bd-cfg-readout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--hairline);
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg);
  margin-bottom: 18px;
}
.bd-cfg-readout > div {
  padding: 14px 16px;
  border-right: 1px solid var(--hairline);
}
.bd-cfg-readout > div:last-child { border-right: 0; }
.bd-cfg-readout .l { font-family: var(--f-mono); font-size: 10px; color: var(--ink-3); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 4px; }
.bd-cfg-readout .v { font-family: var(--f-display); font-size: 22px; font-weight: 600; letter-spacing: -0.02em; color: var(--ink); }
.bd-cfg-readout .v small { font-family: var(--f-mono); font-size: 11px; font-weight: 400; color: var(--ink-3); margin-left: 4px; }

.bd-cfg-slider {
  margin-bottom: 18px;
}
.bd-cfg-slider .lbl {
  display: flex; align-items: baseline; justify-content: space-between;
  font-family: var(--f-mono); font-size: 11px; color: var(--ink-3);
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.bd-cfg-slider .lbl b { color: var(--ink); font-weight: 500; font-family: var(--f-display); font-size: 14px; letter-spacing: -0.005em; }
.bd-cfg-slider input[type=range] {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 4px;
  background: var(--hairline);
  border-radius: 2px;
  outline: none;
}
.bd-cfg-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--accent);
  cursor: grab;
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent), transparent 80%);
}
.bd-cfg-slider input[type=range]::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--accent);
  border: 0;
  cursor: grab;
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent), transparent 80%);
}

.bd-cfg-fillbar {
  height: 32px;
  border-radius: 8px;
  background: var(--bg);
  border: 1px solid var(--hairline);
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}
.bd-cfg-fillbar-bar {
  position: absolute; left: 0; top: 0; bottom: 0;
  background: linear-gradient(90deg,
    color-mix(in oklab, var(--accent), var(--surface-2) 60%) 0%,
    var(--accent) 100%);
  transition: width .35s var(--e1);
}
.bd-cfg-fillbar-lbl {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 14px;
  font-family: var(--f-mono); font-size: 11px;
  color: var(--ink);
  letter-spacing: 0.04em;
  z-index: 1;
}

.bd-cfg-action { margin-top: auto; padding-top: 20px; display: flex; gap: 10px; align-items: center; }

/* ── Reservation drawer ─────────────────────────────────────────────────── */

.bd-drawer {
  position: fixed;
  right: 20px; bottom: 20px;
  z-index: 60;
  background: var(--surface);
  border: 1px solid var(--hairline-2);
  border-radius: 16px;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,0.7);
  width: 360px;
  max-width: calc(100vw - 40px);
  overflow: hidden;
  transition: transform .35s var(--e1), opacity .25s var(--e1);
}
.bd-drawer-hd {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--hairline);
  cursor: pointer;
  user-select: none;
}
.bd-drawer-hd .dot {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-mono); font-size: 11px; color: var(--ink-2); letter-spacing: 0.06em;
}
.bd-drawer-hd .dot::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--ok);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--ok), transparent 80%);
}
.bd-drawer-hd .chev {
  color: var(--ink-3);
  transition: transform .25s var(--e1);
}
.bd-drawer[data-open="false"] .chev { transform: rotate(180deg); }
.bd-drawer-bd {
  padding: 18px;
  display: grid; gap: 12px;
  max-height: 520px;
  overflow-y: auto;
}
.bd-drawer[data-open="false"] .bd-drawer-bd { display: none; }

.bd-drawer-title { font-family: var(--f-display); font-size: 18px; font-weight: 600; letter-spacing: -0.015em; }
.bd-drawer-step  { font-family: var(--f-mono); font-size: 10.5px; color: var(--ink-3); letter-spacing: 0.06em; }
.bd-input {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--hairline);
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
  font-size: 14px;
  color: var(--ink);
  outline: none;
  transition: border-color .15s var(--e1);
}
.bd-input:focus { border-color: var(--hairline-2); }
.bd-field-label { font-family: var(--f-mono); font-size: 10.5px; color: var(--ink-3); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 6px; }
.bd-field { display: grid; }
.bd-pill-group { display: flex; gap: 6px; flex-wrap: wrap; }
.bd-pill {
  font-family: var(--f-mono); font-size: 11.5px;
  padding: 7px 12px; border-radius: 100px;
  border: 1px solid var(--hairline);
  background: var(--bg);
  color: var(--ink-2);
}
.bd-pill[aria-pressed="true"] {
  background: var(--surface-2);
  border-color: color-mix(in oklab, var(--accent), transparent calc(100% - 70% * var(--yi)));
  color: var(--ink);
}
.bd-drawer-progress {
  display: flex; gap: 4px; margin: 4px 0 6px;
}
.bd-drawer-progress span {
  flex: 1; height: 3px; border-radius: 2px; background: var(--hairline);
}
.bd-drawer-progress span.on { background: var(--accent); }

.bd-success {
  text-align: center;
  padding: 12px 0;
}
.bd-success .check {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--accent); color: var(--accent-ink);
  display: grid; place-items: center; margin: 0 auto 12px;
  font-size: 22px;
}

/* ── Floats: WhatsApp + phone ──────────────────────────────────────────────
   A lebegő gombok stílusa a cz-compat.css-ben él (egyetlen forrás, a markup
   .bd-float-tel / .bd-float-wa / .bd-float-lbl szelektoraival). Ez a régi,
   ütköző blokk szándékosan eltávolítva. */

/* ── Footer ─────────────────────────────────────────────────────────────── */

.bd-footer {
  background: var(--bg);
  padding: 64px 0 32px;
  border-top: 1px solid var(--hairline);
}
.bd-footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px;
  margin-bottom: 48px;
}
@media (max-width: 720px) { .bd-footer-grid { grid-template-columns: 1fr 1fr; } }
.bd-footer h5 {
  font-family: var(--f-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-3);
  margin: 0 0 16px;
  font-weight: 500;
}
.bd-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.bd-footer li a { font-size: 13.5px; color: var(--ink-2); }
.bd-footer li a:hover { color: var(--ink); }
.bd-footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid var(--hairline);
  font-family: var(--f-mono);
  font-size: 11px; color: var(--ink-3);
  flex-wrap: wrap; gap: 12px;
}
.bd-footer-wordmark {
  display: block;
  width: 100%;
  height: clamp(80px, 16vw, 240px);
  margin: 24px 0 32px;
  background-color: var(--ink);
  -webkit-mask: url("boxdepo-wordmark.webp") center / contain no-repeat;
          mask: url("boxdepo-wordmark.webp") center / contain no-repeat;
  opacity: 0.92;
}

/* ── Steps ─────────────────────────────────────────────────────────────── */

.bd-steps {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; border: 1px solid var(--hairline); border-radius: 16px; overflow: hidden;
}
.bd-step {
  padding: 28px 24px;
  border-right: 1px solid var(--hairline);
  background: var(--surface);
}
.bd-step:last-child { border-right: 0; }
.bd-step-num {
  font-family: var(--f-mono);
  font-size: 11px; color: var(--accent); letter-spacing: 0.08em;
  margin-bottom: 18px;
  display: flex; align-items: center; gap: 8px;
}
.bd-step-num::after {
  content: ""; flex: 1; height: 1px; background: var(--hairline);
}
.bd-step-title { font-family: var(--f-display); font-weight: 600; font-size: 17px; letter-spacing: -0.015em; margin-bottom: 6px; }
.bd-step-desc { font-size: 13.5px; color: var(--ink-3); line-height: 1.5; }
@media (max-width: 980px) { .bd-steps { grid-template-columns: repeat(2, 1fr); }
  .bd-step:nth-child(2n) { border-right: 0; }
  .bd-step { border-bottom: 1px solid var(--hairline); }
}
@media (max-width: 560px) { .bd-steps { grid-template-columns: 1fr; } .bd-step { border-right: 0 !important; } }

/* ── Utility / animation ───────────────────────────────────────────────── */
.bd-fade-in { animation: bdFade .5s var(--e1) both; }
@keyframes bdFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.bd-rule {
  height: 1px; background: var(--hairline);
  margin: 0;
}

/* Containers page bits */
.bd-cont-hero {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px;
  align-items: center;
  padding: 64px 0;
}
@media (max-width: 980px) { .bd-cont-hero { grid-template-columns: 1fr; } }

.bd-spec-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.bd-spec {
  padding: 22px 20px;
  border-right: 1px solid var(--hairline);
}
.bd-spec:last-child { border-right: 0; }
.bd-spec .l { font-family: var(--f-mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-3); margin-bottom: 6px; }
.bd-spec .v { font-family: var(--f-display); font-weight: 600; font-size: 26px; letter-spacing: -0.02em; line-height: 1; color: var(--ink); }
.bd-spec .v small { font-family: var(--f-mono); font-size: 11px; color: var(--ink-3); font-weight: 400; margin-left: 4px; }
@media (max-width: 720px) { .bd-spec-grid { grid-template-columns: repeat(2, 1fr); }
  .bd-spec:nth-child(2n) { border-right: 0; }
  .bd-spec:nth-child(-n+2) { border-bottom: 1px solid var(--hairline); }
}

/* Photo gallery */
.bd-gallery {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; grid-auto-rows: 140px;
}
.bd-gallery .g {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.bd-gallery .g-1 { grid-column: span 3; grid-row: span 2; }
.bd-gallery .g-2 { grid-column: span 3; }
.bd-gallery .g-3 { grid-column: span 2; }
.bd-gallery .g-4 { grid-column: span 1; }
.bd-gallery .g-5 { grid-column: span 3; grid-row: span 2; }
.bd-gallery .g-6 { grid-column: span 3; }

@media (max-width: 720px) {
  .bd-gallery { grid-template-columns: repeat(2, 1fr); }
  .bd-gallery .g { grid-column: span 1 !important; grid-row: span 1 !important; }
}
