/* Geert De Bock — Exclusive Cars. Rebuilt in plain CSS from the claude.ai/design mockup. */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&family=Archivo+Narrow:wght@500;600;700&display=swap');

:root {
  --accent: #1C69D4;
  --accent-600: #0B4EA6;
  --accent-700: #083B7D;
  --stripe-1: #81C4FF;
  --stripe-2: #16588E;
  --stripe-3: #E7222E;
  --text: #E9EEF6;
  --text-dim: rgba(233, 238, 246, .62);
  --text-dimmer: rgba(233, 238, 246, .42);
  --text-faint: rgba(233, 238, 246, .32);
  --panel: linear-gradient(180deg, #101725 0%, #0A0F19 100%);
  --panel-border: rgba(255, 255, 255, .08);
  --bg: #070A12;
}

* { box-sizing: border-box; }

/* ---- scrollbar (BMW light blue on dark blue) ---- */
html { scrollbar-color: var(--stripe-1) var(--stripe-2); scrollbar-width: thin; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--stripe-2); }
::-webkit-scrollbar-thumb { background: var(--stripe-1); }
::-webkit-scrollbar-thumb:hover { background: #a3d4ff; }

body {
  margin: 0;
  color: var(--text);
  font-family: "Archivo", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: var(--bg);
  background-image:
    radial-gradient(130% 70% at 12% -5%, #16203A 0%, rgba(7, 10, 18, 0) 58%),
    radial-gradient(90% 60% at 92% 6%, #101A2E 0%, rgba(7, 10, 18, 0) 55%);
  background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 { font-family: "Archivo", system-ui, sans-serif; font-weight: 900; letter-spacing: -.035em; line-height: .98; margin: 0; }
p { margin: 0; }
button, input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; }
select option { background: #101725; color: var(--text); }
a { color: var(--stripe-1); text-decoration: none; }
a:hover { color: #8CC0F5; }
img { max-width: 100%; display: block; }
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
::selection { background: rgba(28, 105, 212, .45); }

.mono { font-family: "Archivo Narrow", "Archivo", sans-serif; font-variant-numeric: tabular-nums; }
.eyebrow { font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: var(--text-dimmer); }
.container { max-width: 1440px; margin: 0 auto; padding: 0 32px; }
.section { padding: clamp(64px, 8vw, 120px) 32px 0; max-width: 1440px; margin: 0 auto; }
.section:last-child { padding-bottom: clamp(64px, 8vw, 110px); }
.stripe-3 { display: flex; height: 3px; }
.stripe-3 i { flex: 1; }
.stripe-3 i:nth-child(1) { background: var(--stripe-1); }
.stripe-3 i:nth-child(2) { background: var(--stripe-2); }
.stripe-3 i:nth-child(3) { background: var(--stripe-3); }

/* ---- admin bar (shown on the public site while logged in, like WordPress) ---- */
.admin-bar { position: sticky; top: 0; z-index: 100; height: 40px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 20px; background: #14181f; border-bottom: 1px solid rgba(255, 255, 255, .12); font-size: 13px; color: rgba(233, 238, 246, .7); }
.admin-bar-actions { display: flex; gap: 10px; }
.admin-bar-actions a { display: inline-flex; align-items: center; padding: 5px 12px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 3px; color: var(--text); text-decoration: none; font-size: 12px; font-weight: 600; transition: background .15s ease; }
.admin-bar-actions a:hover { background: rgba(255, 255, 255, .08); }
.admin-bar-actions a.admin-bar-logout { border-color: rgba(231, 34, 46, .4); color: #ff8a90; }
body.has-admin-bar .site-header { top: 40px; }

/* ---- header / nav ---- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(7, 10, 18, .72); backdrop-filter: blur(20px) saturate(1.4); border-bottom: 1px solid var(--panel-border); box-shadow: 0 16px 40px rgba(0, 0, 0, .55); }
.site-header .container { display: flex; align-items: center; gap: 32px; flex-wrap: nowrap; padding-top: 0; padding-bottom: 0; }
.brand { cursor: pointer; display: flex; align-items: center; padding: 12px 0; margin-right: auto; flex-shrink: 0; }
.brand img { height: 56px; width: auto; flex-shrink: 0; }
.navdesk { display: none; align-items: center; flex-wrap: wrap; gap: 4px; }
.navdesk a, .navdesk button { background: transparent; border: 0; padding: 11px 15px; font-size: 14px; font-weight: 600; cursor: pointer; color: rgba(242, 244, 246, .6); }
.navdesk a.active, .navdesk button.active { background: rgba(255, 255, 255, .07); color: #F2F4F6; }
.langswitch { display: flex; align-items: center; gap: 12px; padding-left: 20px; border-left: 1px solid rgba(255, 255, 255, .12); flex-shrink: 0; }
.langswitch a { font-family: "Archivo Narrow", sans-serif; font-size: 12px; letter-spacing: .14em; color: rgba(242, 244, 246, .4); font-weight: 600; }
.langswitch a.active { color: #4C9BE0; font-weight: 700; }
.hamb { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; width: 46px; height: 46px; background: transparent; border: 1px solid rgba(255, 255, 255, .2); cursor: pointer; padding: 0; flex-shrink: 0; }
.hamb i { display: block; width: 20px; height: 2px; background: var(--text); }
.sellbtn { display: none !important; }
.navmob { display: none; border-top: 1px solid rgba(255, 255, 255, .1); background: linear-gradient(180deg, #0B1220 0%, #070A12 100%); padding: 14px 32px 26px; }
.navmob a, .navmob button { display: block; width: 100%; text-align: left; background: transparent; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .08); padding: 18px 0; font-size: 17px; font-weight: 700; letter-spacing: .02em; cursor: pointer; color: var(--text); }
.navmob a.active, .navmob button.active { color: var(--stripe-1); }
.navmob.open { display: block; }

@media (min-width: 1200px) {
  .navdesk { display: flex; }
  .sellbtn { display: inline-flex !important; }
  .hamb, .navmob { display: none !important; }
}

/* ---- buttons ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; border: 1px solid rgba(255, 255, 255, .16); padding: 16px 26px; font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; transition: filter .2s ease, box-shadow .2s ease, transform .2s ease; text-decoration: none; }
.btn-primary { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-600) 100%); color: #fff; box-shadow: 0 12px 28px rgba(28, 105, 212, .36), inset 0 1px 0 rgba(255, 255, 255, .24); }
.btn-primary:hover { filter: brightness(1.12); box-shadow: 0 18px 36px rgba(28, 105, 212, .5), inset 0 1px 0 rgba(255, 255, 255, .28); color: #fff; }
.btn-primary:active { transform: translateY(1px); }
.btn-flat, .btn-flat:hover { box-shadow: none; }
.btn-ghost { background: transparent; color: var(--text); border-color: rgba(255, 255, 255, .24); }
.btn-ghost:hover { background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .4); color: var(--text); }
.lnk { background: transparent; border: 0; padding: 0; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(233, 238, 246, .6); cursor: pointer; transition: color .18s ease, letter-spacing .18s ease; }
.lnk:hover { color: var(--stripe-1); letter-spacing: .12em; }

/* ---- hero ---- */
.hero { position: relative; min-height: min(92vh, 860px); display: flex; align-items: flex-end; overflow: hidden; }
.hero-detail { min-height: auto; border-bottom: 1px solid var(--panel-border); align-items: flex-start; }
.hero-about { min-height: min(64vh, 560px); }
.hero-bg { position: absolute; inset: 0; background-position: center 55%; background-size: cover; background-repeat: no-repeat; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(4, 6, 12, .95) 0%, rgba(4, 6, 12, .45) 52%, rgba(4, 6, 12, .75) 100%); }
.hero-fade { position: absolute; left: 0; right: 0; bottom: 0; height: 220px; background: linear-gradient(180deg, rgba(7, 10, 18, 0) 0%, #070A12 100%); }
.hero-content { position: relative; width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 32px 76px 32px; }
.hero h1 { font-size: clamp(44px, 8vw, 116px); max-width: 14ch; text-transform: uppercase; }
.hero-row { margin-top: 40px; display: grid; gap: 40px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: end; border-top: 1px solid rgba(255, 255, 255, .14); padding-top: 32px; }
.hero-sub { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.75; max-width: 44ch; color: var(--text-dim); }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-self: end; }

/* ---- placeholder photo (used when no real image is set) ---- */
.photo-placeholder { position: absolute; inset: 0; background: repeating-linear-gradient(115deg, #161D2B 0 9px, #111725 9px 22px); }
.photo-box { position: relative; overflow: hidden; }
.photo-box.ratio-16-11 { aspect-ratio: 16 / 11; }
.photo-box.ratio-4-3 { aspect-ratio: 4 / 3; }
.photo-label { position: absolute; left: 16px; bottom: 14px; font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: var(--text-dimmer); }

/* ---- sections ---- */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; border-bottom: 1px solid rgba(255, 255, 255, .12); padding-bottom: 22px; }
.section-head h2 { font-size: clamp(28px, 3.6vw, 50px); text-transform: uppercase; }
.page-title { font-size: clamp(36px, 5.4vw, 74px); text-transform: uppercase; }
.page-sub { margin-top: 22px; font-size: 17px; line-height: 1.8; color: var(--text-dim); max-width: 54ch; }

/* ---- car tiles ---- */
.grid-cars { display: grid; gap: 26px; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); margin-top: 40px; }
.tile { cursor: pointer; display: flex; flex-direction: column; background: var(--panel); border: 1px solid var(--panel-border); box-shadow: 0 24px 54px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .06); text-decoration: none; color: inherit; transition: transform .35s cubic-bezier(.22, .61, .36, 1), box-shadow .35s ease, border-color .35s ease; }
.tile:hover { transform: translateY(-6px); border-color: rgba(28, 105, 212, .55); box-shadow: 0 40px 80px rgba(0, 0, 0, .7), inset 0 1px 0 rgba(255, 255, 255, .1); color: inherit; }
.tile-static { cursor: default; }
.tile-static:hover { transform: none; border-color: var(--panel-border); box-shadow: 0 24px 54px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .06); }
.tile .shot { transition: transform .7s cubic-bezier(.22, .61, .36, 1); }
.tile:hover .shot { transform: scale(1.045); }
.tile-photo { position: relative; overflow: hidden; }
.tile-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 6, 12, .1) 40%, rgba(4, 6, 12, .85) 100%); }
.tile-mstripe { position: absolute; left: 0; top: 0; bottom: 0; width: 4px; display: flex; flex-direction: column; opacity: 0; transition: opacity .3s ease; }
.tile:hover .tile-mstripe { opacity: 1; }
.tile-brand { position: absolute; top: 14px; left: 16px; font-size: 10px; font-weight: 700; letter-spacing: .22em; color: #fff; }
.tile-num { position: absolute; top: 14px; right: 16px; font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: var(--text-dimmer); }
.tile-body { padding: 24px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.tile-body h3 { font-size: 22px; text-transform: uppercase; }
.tile-sub { font-size: 11px; line-height: 1.7; letter-spacing: .1em; color: var(--text-dimmer); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tile-chips { display: flex; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--text-dim); }
.tile-foot { margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.tile-price { font-size: 27px; font-weight: 700; }
.tile-cta { font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: var(--stripe-1); }

/* ---- stock filters ---- */
.stock-layout { margin-top: 44px; display: flex; gap: 36px; flex-wrap: wrap; align-items: flex-start; }
.filters { background: var(--panel); border: 1px solid var(--panel-border); box-shadow: 0 24px 54px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .06); padding: 26px; flex: 1 1 300px; position: sticky; top: 96px; max-height: calc(100vh - 116px); overflow-y: auto; }
.filters-title { display: block; padding-bottom: 16px; }
.filters-grid { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 22px; }
.field { flex: 1 1 150px; display: flex; flex-direction: column; gap: 10px; }
.field > span { font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: var(--text-dimmer); }
.input, select.input, textarea.input { background: #080C14; border: 1px solid rgba(255, 255, 255, .14); box-shadow: inset 0 2px 6px rgba(0, 0, 0, .55); padding: 12px; font-size: 14px; font-weight: 600; width: 100%; }
textarea.input { font-weight: 400; resize: vertical; }
textarea.input[name="message"], textarea.input[name="remarks"] { min-height: 350px; }
.filters-foot { flex: 1 1 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 6px; }
.stock-results { flex: 3 1 620px; }
.stock-results.grid-cars { margin-top: 0; }

/* ---- detail page ---- */
.detail-grid { display: grid; gap: 48px; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); align-items: start; }
.gallery-main { cursor: zoom-in; }
.thumb-strip-wrap { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.thumb-strip { display: flex; gap: 12px; overflow-x: auto; scroll-behavior: smooth; flex: 1; scrollbar-width: none; }
.thumb-strip::-webkit-scrollbar { display: none; }
.thumb { flex: 0 0 110px; aspect-ratio: 16 / 11; position: relative; overflow: hidden; border: 1px solid var(--panel-border); padding: 0; background: none; cursor: pointer; opacity: .55; transition: opacity .2s ease, border-color .2s ease; }
.thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.thumb.active, .thumb:hover { opacity: 1; border-color: var(--stripe-1); }
.thumb-nav { flex: 0 0 auto; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .2); background: transparent; color: var(--text); font-size: 18px; cursor: pointer; }
.thumb-nav:hover { background: rgba(255, 255, 255, .08); }

.lightbox { position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; padding: 40px; background: rgba(4, 6, 12, .94); }
.lightbox[hidden] { display: none; }
.lightbox-img { max-width: 100%; max-height: 100%; object-fit: contain; }
.lightbox-close { position: absolute; top: 24px; right: 28px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .25); background: transparent; color: #fff; font-size: 18px; cursor: pointer; }
.lightbox-prev, .lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .25); background: rgba(7, 10, 18, .5); color: #fff; font-size: 24px; cursor: pointer; }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: rgba(255, 255, 255, .12); }
.lightbox-counter { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); font-size: 12px; letter-spacing: .14em; color: var(--text-dim); }
.subhead { margin-top: 48px; font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: var(--text-dimmer); padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.option-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 0 32px; }
.option-list li { font-size: 14px; color: var(--text-dim); padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.buy-box { background: var(--panel); border: 1px solid var(--panel-border); box-shadow: 0 24px 54px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .06); padding: 32px; position: relative; }
.buy-box::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, var(--stripe-1), var(--stripe-2), var(--stripe-3)); }
.buy-price { display: block; margin-top: 10px; font-size: clamp(34px, 4.4vw, 54px); font-weight: 700; }
.buy-note { display: block; margin-top: 6px; font-size: 12px; color: var(--text-dimmer); }
.buy-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.spec-list { margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 0 32px; }
.spec-row { display: flex; justify-content: space-between; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.spec-row dt { font-size: 14px; color: var(--text-dimmer); margin: 0; }
.spec-row dd { margin: 0; font-size: 14px; font-weight: 700; text-align: right; }
.spec-groups { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); margin-top: 26px; }
.spec-group { background: var(--panel); border: 1px solid var(--panel-border); box-shadow: 0 24px 54px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .06); padding: 28px; }
.spec-group h3 { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: var(--text-dimmer); padding-bottom: 16px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.carpass-badge { display: inline-flex; align-items: center; flex-shrink: 0; background: #fff; padding: 6px 12px; border-radius: 4px; transition: transform .18s ease, box-shadow .18s ease; }
.carpass-badge img { height: 16px; width: auto; display: block; }
.carpass-badge:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(0, 0, 0, .4); }
.spec-group .spec-list { display: block; margin-top: 6px; }

/* ---- about ---- */
.about-columns { display: grid; gap: 64px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); padding: clamp(56px, 7vw, 100px) 32px 0; max-width: 1440px; margin: 0 auto; }
.about-lead { font-size: clamp(20px, 2.2vw, 30px); line-height: 1.45; max-width: 24ch; color: var(--text); }
.about-body p { font-size: 16px; line-height: 1.85; color: var(--text-dim); max-width: 60ch; margin-bottom: 22px; }
.about-photos { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.about-photos .photo-box:nth-child(2) { margin-top: 36px; }
.timeline { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 0; margin-top: 0; }
.timeline-item { padding: 32px 32px 32px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.timeline-year { font-size: 32px; font-weight: 700; color: var(--stripe-1); font-family: "Archivo Narrow", sans-serif; }
.timeline-text { margin-top: 14px; font-size: 15px; line-height: 1.75; color: var(--text-dim); }

/* ---- reviews ---- */
.grid-reviews { display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); margin-top: 40px; }
.review { margin: 0; background: var(--panel); border: 1px solid var(--panel-border); box-shadow: 0 24px 54px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .06); padding: 34px 30px; position: relative; }
.review blockquote { margin: 0; font-size: 17px; line-height: 1.75; color: rgba(233, 238, 246, .86); }
.review figcaption { margin-top: 24px; font-size: 10.5px; letter-spacing: .28em; text-transform: uppercase; color: var(--text-dimmer); }
.rating-summary { margin-top: 40px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; background: var(--panel); border: 1px solid var(--panel-border); box-shadow: 0 24px 54px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .06); padding: 28px 32px; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.rating-summary:hover { border-color: rgba(28, 105, 212, .55); transform: translateY(-2px); }
.rating-score { font-size: 34px; font-weight: 700; color: var(--text); }
.rating-caption { font-size: 12px; letter-spacing: .05em; color: var(--text-dim); }

.star-rating { position: relative; display: inline-block; font-size: 20px; letter-spacing: 2px; line-height: 1; }
.star-rating-track { color: rgba(233, 238, 246, .25); }
.star-rating-fill { position: absolute; inset: 0; overflow: hidden; white-space: nowrap; color: var(--stripe-1); }
.star-rating.review-stars { font-size: 14px; }

/* ---- contact ---- */
.contact-cards { margin-top: 40px; display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.contact-card { display: block; background: var(--panel); border: 1px solid var(--panel-border); box-shadow: 0 24px 54px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .06); padding: 28px; position: relative; color: inherit; text-decoration: none; cursor: pointer; transition: transform .3s cubic-bezier(.22, .61, .36, 1), border-color .3s ease; }
.contact-card:hover { transform: translateY(-4px); border-color: rgba(28, 105, 212, .55); color: inherit; }
.contact-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, var(--stripe-1), var(--stripe-2), var(--stripe-3)); }
.contact-card .eyebrow { color: var(--stripe-1); }
.contact-card .value { margin-top: 14px; font-size: 18px; font-weight: 700; }
.contact-columns { margin-top: 56px; display: grid; gap: 56px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: start; }
.hours-row { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.hours-row .day { font-size: 15px; color: var(--text-dim); }
.hours-row .time { font-size: 15px; font-weight: 700; }
.map-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; box-shadow: 0 34px 76px rgba(0, 0, 0, .65); border: 1px solid var(--panel-border); margin-bottom: 40px; background-position: center 45%; background-size: cover; }
form { display: grid; gap: 20px; margin-top: 24px; }
.form-row { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.form-feedback { border-left: 3px solid var(--accent); padding-left: 16px; font-size: 15px; color: rgba(233, 238, 246, .8); }
.dropzone { background: #080C14; border: 1px dashed rgba(255, 255, 255, .22); box-shadow: inset 0 2px 8px rgba(0, 0, 0, .5); padding: 30px; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.dropzone strong { font-size: 16px; font-weight: 700; }
.dropzone span.hint { font-size: 12px; color: var(--text-dimmer); }

/* ---- sell steps ---- */
.sell-steps { margin-top: 48px; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.sell-step { background: var(--panel); border: 1px solid var(--panel-border); box-shadow: 0 24px 54px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .06); padding: 28px; }
.sell-step .num { font-size: 13px; letter-spacing: .28em; color: var(--stripe-1); font-family: "Archivo Narrow", sans-serif; }
.sell-step p { margin-top: 14px; font-size: 15px; line-height: 1.75; color: var(--text-dim); }

/* ---- home about teaser ---- */
.home-about { margin-top: clamp(64px, 8vw, 120px); position: relative; overflow: hidden; background: linear-gradient(115deg, #0B1220 0%, #131C2E 55%, #0A101C 100%); border-top: 1px solid var(--panel-border); border-bottom: 1px solid var(--panel-border); }
.home-about .container { padding: clamp(56px, 7vw, 104px) 32px; display: grid; gap: 64px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: center; }
.home-about-photo { position: relative; }
.home-about-year { position: absolute; right: -8px; bottom: -26px; font-size: clamp(52px, 8vw, 104px); font-weight: 700; color: rgba(255, 255, 255, .05); letter-spacing: -.04em; }
.home-about h2 { font-size: clamp(28px, 3.6vw, 50px); max-width: 14ch; text-transform: uppercase; }
.home-about p { margin-top: 26px; font-size: 17px; line-height: 1.8; max-width: 50ch; color: var(--text-dim); }

/* ---- privacy policy ---- */
.privacy-content { margin-top: 40px; color: var(--text-dim); font-size: 15px; line-height: 1.8; }
.privacy-content h2 { font-size: 19px; text-transform: none; letter-spacing: 0; margin-top: 40px; margin-bottom: 14px; color: var(--text); }
.privacy-content h2:first-child { margin-top: 0; }
.privacy-content p { margin-bottom: 14px; }
.privacy-content ul { margin: 0 0 14px; padding-left: 22px; }
.privacy-content li { margin-bottom: 6px; }
.privacy-content a { text-decoration: underline; }
.privacy-table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 13px; }
.privacy-table th, .privacy-table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.privacy-table th { color: var(--text-dimmer); font-weight: 600; text-transform: uppercase; font-size: 11px; letter-spacing: .05em; }

/* ---- footer ---- */
.site-footer { position: relative; background: linear-gradient(180deg, #0B1220 0%, #05070C 100%); border-top: 1px solid var(--panel-border); box-shadow: 0 -30px 70px rgba(0, 0, 0, .6); margin-top: 60px; }
.footer-grid { padding: clamp(52px, 6vw, 84px) 32px; display: grid; gap: 44px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); max-width: 1440px; margin: 0 auto; }
.footer-grid img.logo { height: 64px; width: auto; }
.footer-address { margin-top: 22px; font-size: 14px; line-height: 1.9; color: rgba(233, 238, 246, .5); }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 20px; }
.footer-nav a, .footer-nav button { color: rgba(233, 238, 246, .65); font-size: 15px; text-align: left; }
.footer-hours { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.footer-hours .hours-row { border: 0; padding: 0; font-size: 13px; color: rgba(233, 238, 246, .5); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .07); }
.footer-bottom-inner { max-width: 1440px; margin: 0 auto; padding: 20px 32px; display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); align-items: center; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-faint); }
.footer-bottom-inner .center { text-align: center; }
.footer-bottom-inner .right { text-align: right; color: var(--text-faint); }

@media (max-width: 700px) {
  .footer-bottom-inner { text-align: center; gap: 10px; }
  .footer-bottom-inner .center, .footer-bottom-inner .right { text-align: center; }
}

/* ---- announcement popup ---- */
.announce-overlay { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(4, 6, 12, .78); backdrop-filter: blur(4px); }
.announce-overlay[hidden] { display: none; }
.announce-box { width: min(440px, 100%); background: var(--panel); border: 1px solid var(--panel-border); box-shadow: 0 30px 70px rgba(0, 0, 0, .6); padding: 32px; text-align: center; position: relative; }
.announce-box::before { content: ''; position: absolute; left: 0; top: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--stripe-1), var(--stripe-2), var(--stripe-3)); }
.announce-box p { font-size: 16px; line-height: 1.7; color: var(--text); margin-bottom: 24px; }

/* ---- admin ---- */
.admin-body { background: #0B0F17; color: var(--text); min-height: 100vh; }
.admin-shell { display: flex; min-height: 100vh; }
.admin-nav { width: 240px; flex: none; background: #0A0E16; border-right: 1px solid var(--panel-border); padding: 24px 0; }
.admin-nav a { display: block; padding: 12px 24px; color: rgba(233, 238, 246, .6); font-size: 14px; font-weight: 600; }
.admin-nav a.active, .admin-nav a:hover { color: #fff; background: rgba(255, 255, 255, .05); }
.admin-main { flex: 1; padding: 40px; max-width: 1100px; }
.admin-main h1 { font-size: 28px; text-transform: none; margin-bottom: 24px; }
.admin-card { background: var(--panel); border: 1px solid var(--panel-border); padding: 24px; margin-bottom: 24px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.admin-table th { text-align: left; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-dimmer); padding: 10px; border-bottom: 2px solid rgba(255, 255, 255, .1); }
.admin-table td { padding: 10px; border-bottom: 1px solid rgba(255, 255, 255, .08); vertical-align: middle; }
.admin-login { display: flex; align-items: center; justify-content: center; min-height: 100vh; }
.admin-login-box { width: min(360px, 100%); background: var(--panel); border: 1px solid var(--panel-border); padding: 40px; }
.admin-login-box h1 { font-size: 22px; margin-bottom: 24px; }
.badge { display: inline-block; padding: 3px 10px; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.badge-sold { background: rgba(231, 34, 46, .18); color: #ff9aa2; }
.badge-hidden { background: rgba(255, 255, 255, .1); color: rgba(233, 238, 246, .6); }
.badge-live { background: rgba(34, 197, 94, .18); color: #4ADE80; }
.error { background: rgba(231, 34, 46, .12); border: 1px solid rgba(231, 34, 46, .4); color: #ff9aa2; padding: 14px 18px; margin-bottom: 20px; font-size: 14px; }
.success { background: rgba(28, 105, 212, .12); border: 1px solid rgba(28, 105, 212, .4); color: #9ecbff; padding: 14px 18px; margin-bottom: 20px; font-size: 14px; }

@media (min-width: 560px) {
  h1 { font-size: 48px; }
}

@media (min-width: 800px) {
  .content-row { display: flex; }
}

/* ---- Webmatics credit link ---- */
.hvr-underline-from-center-thin { display: inline-block; vertical-align: middle; transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; overflow: hidden; }
.hvr-underline-from-center-thin::before { content: ""; position: absolute; z-index: -1; left: 51%; right: 51%; bottom: 0; background: #05BB93; height: 1px; transition-property: left, right; transition-duration: .3s; transition-timing-function: ease-out; }
.hvr-underline-from-center-thin:hover::before, .hvr-underline-from-center-thin:focus::before, .hvr-underline-from-center-thin:active::before { left: 0; right: 0; }
.webmatics { color: #fff; }
.webmatics:hover { color: #05BB93 !important; }
