/* Verso Mobilya — sıcak çağdaş: kemik rengi zemin, ceviz koyusu metin, hardal vurgu; Syne geniş geometrik başlıklar + Work Sans. */
:root {
  --c-bg: #F6F2EC; --c-surface: #FFFDF9; --c-surface-2: #ECE5DA; --c-text: #22201C; --c-muted: #6F675D;
  --c-line: #DDD4C6; --c-accent: #22201C; --c-accent-contrast: #F6F2EC; --c-sale: #A2412A; --c-ok: #3F6A45; --c-warn: #A36A1B;
  --c-mustard: #C68A2E; --c-walnut: #5B3F2E;
  --font-display: "Syne", system-ui, sans-serif; --font-body: "Work Sans", system-ui, sans-serif;
  --radius: 4px; --radius-sm: 4px; --radius-btn: 4px; --container: 1440px; --header-h: 76px;
}
body { font-size: 15.5px; }
h1, h2, h3 { font-weight: 700; letter-spacing: -.02em; }
.btn { font-weight: 600; }
.btn--primary:hover { background: var(--c-walnut); filter: none; }
.btn--ghost { border-color: var(--c-text); }
.demo-bar { background: var(--c-walnut); }

/* Header */
.vs-header { background: var(--c-bg); border-bottom: 1px solid var(--c-line); }
.vs-header__inner { display: flex; align-items: center; gap: 12px; min-height: var(--header-h); }
.vs-header__logo { text-decoration: none; margin-right: auto; }
.vs-logo { font-family: var(--font-display); font-weight: 700; font-size: 2rem; letter-spacing: -.04em; }
.vs-logo sup { font-size: .6rem; color: var(--c-mustard); margin-left: 2px; }
.vs-nav { display: none; }
.vs-nav a { text-decoration: none; font-weight: 500; font-size: .95rem; position: relative; padding: 6px 0; }
.vs-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--c-mustard); transition: right .25s; }
.vs-nav a:hover::after, .vs-nav a[aria-current]::after { right: 0; }
.vs-header .search input { background: var(--c-surface); border: 1px solid var(--c-line); border-radius: 999px; }
.cart-count { background: var(--c-mustard); color: #fff; }
.vs-promo { background: var(--c-text); color: #EFE7DA; font-size: .8rem; }
.vs-promo .container { display: flex; gap: 28px; overflow-x: auto; scrollbar-width: none; padding-block: 8px; white-space: nowrap; }
.vs-promo span::before { content: "◆"; color: var(--c-mustard); margin-right: 8px; font-size: .6rem; vertical-align: 2px; }

/* Tipografi */
.vs-h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 4.2vw, 2.8rem); margin: 0 0 8px; line-height: 1.05; }
.vs-head { margin-bottom: 24px; }
.vs-head p { margin: 0; }
.vs-head--row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.vs-more { font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--c-mustard); padding-bottom: 2px; }
.vs-section { margin-top: 88px; }

/* Hero */
.vs-hero { position: relative; }
.vs-hero__media img { width: 100%; height: min(78vh, 760px); min-height: 420px; object-fit: cover; }
.vs-hero__inner { display: grid; gap: 16px; margin-top: -120px; position: relative; }
.vs-hero__copy { background: var(--c-bg); padding: 28px 24px; max-width: 640px; }
.vs-hero__title { font-family: var(--font-display); font-size: clamp(2.2rem, 6.5vw, 4.6rem); line-height: .98; margin: 0 0 16px; }
.vs-hero__lead { color: var(--c-muted); font-size: 1.05rem; margin: 0 0 24px; max-width: 520px; }
.vs-config { display: grid; gap: 6px; background: var(--c-surface); border: 1px solid var(--c-line); padding: 18px 20px; text-decoration: none; max-width: 340px; box-shadow: 0 24px 40px -28px rgba(34,32,28,.45); align-self: end; }
.vs-config__label { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--c-mustard); font-weight: 600; }
.vs-config strong { font-family: var(--font-display); font-size: 1.25rem; }
.vs-config__sw { display: flex; gap: 8px; margin: 4px 0; }
.vs-config__sw i { width: 26px; height: 26px; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 2px var(--c-surface), 0 0 0 3px var(--c-line); }
.vs-config__price { font-size: .88rem; color: var(--c-muted); }

/* Odalar */
.vs-rooms { display: grid; grid-auto-flow: column; grid-auto-columns: 82%; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 var(--gutter) 12px; scrollbar-width: thin; }
.vs-rooms:focus-visible { outline: 2px solid var(--c-mustard); }
.vs-room { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; scroll-snap-align: start; text-decoration: none; color: #fff; }
.vs-room img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.vs-room:hover img { transform: scale(1.04); }
.vs-room::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,16,12,.65), transparent 50%); }
.vs-room span { position: absolute; left: 20px; bottom: 18px; right: 20px; z-index: 1; display: grid; font-size: .92rem; }
.vs-room strong { font-family: var(--font-display); font-size: 1.8rem; line-height: 1; margin-bottom: 4px; }

/* Kart */
.vs-grid, .listing-page .product-grid { display: grid; grid-template-columns: 1fr; gap: 36px 20px; }
.vs-card { position: relative; }
.vs-card__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--c-surface-2); }
.vs-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.vs-card:hover .vs-card__media img { transform: scale(1.03); }
.vs-tag { position: absolute; left: 12px; top: 12px; background: var(--c-bg); font-size: .74rem; font-weight: 600; padding: 5px 10px; }
.vs-tag--set { background: var(--c-mustard); color: #fff; }
.vs-tag--sale { background: var(--c-sale); color: #fff; }
.vs-card__body { padding-top: 14px; display: grid; gap: 6px; }
.vs-card__row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.vs-card__title { font-family: var(--font-display); font-size: 1.15rem; margin: 0; line-height: 1.2; }
.vs-card__title a { text-decoration: none; }
.vs-card__title a::after { content: ""; position: absolute; inset: 0; }
.vs-card .price { flex: none; font-weight: 600; flex-direction: column; align-items: flex-end; gap: 0; }
.vs-card .price__was { font-size: .8rem; }
.vs-card__meta { color: var(--c-muted); font-size: .86rem; }
.vs-card__sw { display: inline-flex; gap: 5px; }
.vs-card__sw i { width: 14px; height: 14px; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 1px rgba(0,0,0,.15); }
.vs-card__delivery { margin: 0; font-size: .8rem; font-weight: 500; color: var(--c-ok); }
.vs-card__delivery--preorder { color: var(--c-mustard); }
.vs-card__delivery--out_of_stock { color: var(--c-muted); }

/* Süreç */
.vs-process { background: var(--c-text); color: #EFE7DA; margin-top: 96px; padding: 72px 0; }
.vs-process .vs-h2 { color: #fff; margin-bottom: 36px; }
.vs-process__steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 28px; }
.vs-process__steps span { font-family: var(--font-display); font-size: 3rem; color: var(--c-mustard); line-height: 1; }
.vs-process__steps strong { display: block; font-family: var(--font-display); font-size: 1.4rem; margin: 8px 0; color: #fff; }
.vs-process__steps p { color: #C7BCAC; margin: 0; }

/* Takım bandı ve showroom */
.vs-deal { position: relative; display: block; overflow: hidden; min-height: 320px; text-decoration: none; }
.vs-deal img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vs-deal span { position: absolute; left: 20px; bottom: 20px; right: 20px; max-width: 460px; background: var(--c-bg); padding: 22px 24px; display: grid; gap: 6px; color: var(--c-muted); }
.vs-deal strong { font-family: var(--font-display); font-size: 1.7rem; color: var(--c-text); line-height: 1.1; }
.vs-deal em { font-style: normal; font-weight: 600; color: var(--c-text); border-bottom: 2px solid var(--c-mustard); justify-self: start; }
.vs-showroom { display: grid; gap: 20px; align-items: center; border: 1px solid var(--c-line); padding: 32px 24px; background: var(--c-surface); }
.vs-showroom p { margin: 0 0 4px; }

/* Listeleme */
.listing-title { font-family: var(--font-display); }
.listing-toolbar { border-color: var(--c-line); }
.subcats a { border-radius: 4px; background: var(--c-surface); }
.filter-group legend { font-family: var(--font-display); }

/* Ürün detay */
.gallery__main { aspect-ratio: 4 / 3; }
.gallery__thumb img { width: 96px; height: 72px; }
.gallery__thumb { width: 96px; }
.pdp__title { font-family: var(--font-display); }
.pdp__price { font-size: 1.6rem; font-weight: 600; }
.vs-dims { margin: 0 0 16px; padding: 14px 16px; background: var(--c-surface); border: 1px solid var(--c-line); color: var(--c-walnut); }
.vs-dims svg { width: 100%; max-width: 320px; height: auto; display: block; margin: 0 auto; }
.vs-dims figcaption { font-size: .86rem; color: var(--c-muted); text-align: center; margin-top: 6px; }
.vs-steps { list-style: none; padding: 0; margin: 0 0 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; font-size: .82rem; }
.vs-steps li { border-top: 3px solid var(--c-line); padding-top: 8px; display: grid; }
.vs-steps li.is-done { border-color: var(--c-mustard); }
.vs-steps span { color: var(--c-muted); }
.option__value--swatch > span { width: 44px; min-width: 44px; height: 44px; min-height: 44px; }

/* Footer */
.vs-footer { background: var(--c-surface-2); border: 0; margin-top: 110px; }
.vs-footer__grid { display: grid; gap: 28px; grid-template-columns: 1fr 1fr; }
.vs-footer__brand { grid-column: 1 / -1; }
.vs-footer__brand p, .vs-footer p { color: var(--c-muted); max-width: 360px; }
.vs-footer .footer-title { font-family: var(--font-display); text-transform: none; letter-spacing: 0; font-size: 1.05rem; }

@media (min-width: 600px) {
  .vs-grid, .listing-page .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vs-rooms { grid-auto-columns: 46%; }
  .vs-process__steps { grid-template-columns: repeat(3, 1fr); gap: 40px; }
}
@media (min-width: 960px) {
  .vs-nav { display: flex; gap: 28px; margin: 0 auto 0 32px; }
  .vs-header__logo { margin-right: 0; }
  .vs-header .header-actions .search { width: 220px; }
  .vs-hero__inner { grid-template-columns: 1fr auto; align-items: end; margin-top: -170px; }
  .vs-hero__copy { padding: 40px 44px; }
  .vs-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px 28px; }
  .listing-page .listing-layout.has-filters .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vs-rooms { grid-auto-columns: calc((100% - 3 * 14px - 2 * var(--gutter)) / 3.2); padding-left: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter))); }
  .vs-deal { min-height: 440px; }
  .vs-showroom { grid-template-columns: 1fr auto; padding: 40px 48px; }
  .vs-footer__grid { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; }
  .vs-footer__brand { grid-column: auto; }
}
