:root {
  --ink: #17243a;
  --ink-2: #344154;
  --muted: #5f6b79;
  --paper: #ffffff;
  --cream: #f4f3ef;
  --line: #e2e3e1;
  --gold: #b28f54;
  --gold-dark: #8f6f3b;
  --media: #121314;
  --radius: 8px;
  --shadow: 0 10px 28px rgba(23, 36, 58, .09);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; }
button, input, select { font: inherit; color: inherit; }
svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 3px; border-radius: 4px; }
[hidden] { display: none !important; }
.wrap { width: min(1200px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; border-radius: 4px; z-index: 100; }
.skip-link:focus { left: 8px; }
.kicker { margin: 0; font-size: 14px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold-dark); font-weight: 700; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 0 20px; border-radius: 5px; font-size: 16px; font-weight: 650; text-decoration: none; border: 1px solid transparent; transition: background .15s, border-color .15s, color .15s; white-space: nowrap; }
.btn-gold { background: linear-gradient(#bb9a62, #a8834a); border-color: #9f7b44; color: #fff; }
.btn-gold:hover { background: linear-gradient(#a8844c, #94713c); }
.btn-outline { background: #fff; border-color: #c7ab7b; color: var(--ink); }
.btn-outline:hover { background: #f6f0e6; }
.btn-sm { min-height: 38px; padding: 0 14px; font-size: 15px; }
.btn-lg { min-height: 50px; font-size: 17px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); }
.header-top { display: grid; grid-template-columns: auto minmax(220px, 1fr) auto; align-items: center; gap: 24px; min-height: 74px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-text { display: flex; flex-direction: column; }
.brand-text strong { font-family: var(--serif); font-size: 26px; letter-spacing: 1.6px; line-height: 1; font-weight: 500; }
.brand-text small { font-size: 12.5px; letter-spacing: .6px; color: var(--muted); margin-top: 5px; text-transform: uppercase; }
.header-search { display: flex; align-items: center; height: 44px; border: 1px solid #d5dae0; border-radius: 22px; background: #f8f9fa; padding: 0 6px 0 18px; }
.header-search input { flex: 1; min-width: 0; border: 0; background: transparent; outline: none; font-size: 16px; }
.header-search button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: transparent; display: grid; place-items: center; cursor: pointer; }
.header-search:focus-within { border-color: var(--gold); background: #fff; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid #d9dde2; border-radius: 50%; background: #fff; place-items: center; cursor: pointer; }
.header-nav { border-top: 1px solid #f0f0ee; }
.nav-row { display: flex; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.nav-row::-webkit-scrollbar { display: none; }
.nav-row a { padding: 11px 10px; font-size: 15.5px; text-decoration: none; white-space: nowrap; border-radius: 5px; }
.nav-row a:hover { background: var(--cream); }
.nav-row .nav-all { font-weight: 700; padding-left: 0; }

/* Hero */
.hero { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--cream); margin-top: 18px; border-radius: var(--radius); overflow: hidden; min-height: 430px; }
.hero-copy { padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; }
.hero h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(44px, 6vw, 66px); line-height: 1; letter-spacing: -1px; margin: 12px 0 6px; }
.hero-sub { font-family: var(--serif); font-size: 26px; margin: 0 0 14px; color: var(--ink-2); }
.hero-text { font-family: var(--serif); font-size: 19px; line-height: 1.55; color: #4e5967; max-width: 540px; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.benefits { list-style: none; display: flex; flex-wrap: wrap; gap: 14px 22px; padding: 0; margin: 30px 0 0; }
.benefits li { padding-right: 22px; border-right: 1px solid #dcdad3; }
.benefits li:last-child { border-right: 0; }
.benefits strong { display: block; font-size: 16px; }
.benefits span { display: block; font-size: 15px; color: var(--muted); }
.hero-visual { position: relative; background: var(--media); display: grid; place-items: center; text-decoration: none; }
.hero-visual img { width: 100%; height: 100%; max-height: 520px; object-fit: contain; }
.hero-tag { position: absolute; left: 18px; bottom: 16px; font-size: 15px; color: #e9e3d6; background: rgba(0, 0, 0, .45); padding: 6px 10px; border-radius: 4px; }

/* Category strip */
.cat-strip { display: grid; grid-template-columns: repeat(10, minmax(96px, 1fr)); gap: 12px; padding: 26px 0 8px; overflow-x: auto; scrollbar-width: none; }
.cat-strip::-webkit-scrollbar { display: none; }
.cat-item { text-decoration: none; text-align: center; }
.cat-circle { width: 88px; height: 88px; margin: 0 auto; border-radius: 50%; overflow: hidden; display: grid; place-items: center; background: var(--media); border: 2px solid #e8dcc6; transition: transform .15s, box-shadow .15s; }
.cat-circle img { width: 100%; height: 100%; object-fit: cover; }
.cat-item:hover .cat-circle { transform: translateY(-2px); box-shadow: var(--shadow); }
.cat-mono { font-family: var(--serif); font-size: 36px; color: #d6bb8b; }
.cat-item strong { display: block; font-size: 15.5px; font-weight: 650; margin-top: 9px; line-height: 1.25; }
.cat-item small { display: block; font-size: 14px; color: var(--muted); }

/* Sections */
.section { padding: 30px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 16px; }
.section-head h2, .how h2 { font-family: var(--serif); font-size: 30px; font-weight: 500; margin: 0; }
.section-head p { margin: 4px 0 0; color: var(--muted); }
.view-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 650; color: #1b5a8f; text-decoration: none; white-space: nowrap; }

/* Cards */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 14px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; display: flex; flex-direction: column; transition: transform .15s, box-shadow .15s; }
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.card-media { display: block; aspect-ratio: 1; background: var(--media); }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 12px 13px 13px; display: flex; flex-direction: column; flex: 1; }
.card-title { font-weight: 650; font-size: 16.5px; line-height: 1.35; text-decoration: none; }
.card-title:hover { color: var(--gold-dark); }
.card-cat { font-size: 15px; color: var(--muted); text-decoration: none; margin-top: 4px; }
.card-cat:hover { text-decoration: underline; }
.card-meta { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: auto; padding-top: 12px; }
.card-price { font-size: 19px; font-weight: 750; }
.card-buy { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 0 12px; border-radius: 5px; background: linear-gradient(#bb9a62, #a8834a); color: #fff; font-size: 15px; font-weight: 650; text-decoration: none; }
.card-buy svg { width: 15px; height: 15px; }

/* Category cards */
.cat-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; }
.cat-card { display: grid; grid-template-columns: 110px 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; background: #fff; transition: box-shadow .15s, transform .15s; }
.cat-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.cat-card-media { background: var(--media); display: grid; place-items: center; }
.cat-card-media img { width: 100%; height: 100%; object-fit: cover; }
.cat-card-body { padding: 14px 16px; display: flex; flex-direction: column; gap: 4px; }
.cat-card-body strong { font-family: var(--serif); font-size: 21px; font-weight: 500; }
.cat-card-body span { font-size: 15px; color: var(--muted); line-height: 1.45; }
.cat-card-body small { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; font-size: 15px; font-weight: 650; color: var(--gold-dark); }
.cat-card-body small svg { width: 15px; height: 15px; }

/* How it works */
.how ol { list-style: none; counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 0; margin: 16px 0 10px; }
.how li { counter-increment: step; background: var(--cream); border-radius: var(--radius); padding: 20px 20px 20px 64px; position: relative; }
.how li::before { content: counter(step); position: absolute; left: 20px; top: 20px; width: 30px; height: 30px; border-radius: 50%; background: var(--gold); color: #fff; display: grid; place-items: center; font-weight: 700; }
.how strong { display: block; }
.how span { display: block; color: var(--muted); font-size: 16px; }

/* Page head, breadcrumb, chips */
.breadcrumb { display: flex; flex-wrap: wrap; gap: 6px; padding-top: 18px; font-size: 15px; color: var(--muted); }
.breadcrumb a { text-decoration: none; color: var(--ink-2); }
.breadcrumb a:hover { text-decoration: underline; }
.page-head { padding: 26px 0 6px; }
.page-head h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 4vw, 46px); margin: 6px 0; }
.page-head p { margin: 0; color: var(--muted); max-width: 720px; }
.chip-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.chip-nav a { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 0 14px; border: 1px solid var(--line); border-radius: 18px; text-decoration: none; font-size: 15.5px; background: #fff; }
.chip-nav a span { color: var(--muted); font-size: 14px; }
.chip-nav a:hover { border-color: var(--gold); }
.chip-nav a[aria-current="page"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.chip-nav a[aria-current="page"] span { color: #c9d0d8; }
.result-count { color: var(--muted); font-size: 16px; margin: 0 0 12px; }
.empty-state, .empty-block { background: var(--cream); border-radius: var(--radius); padding: 28px; }
.empty-block h2 { font-family: var(--serif); font-weight: 500; margin: 0 0 6px; }
.empty-block p { margin: 0; color: var(--muted); }

/* Catalog filters */
.filters { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.field { display: flex; flex-direction: column; gap: 4px; font-size: 14.5px; color: var(--muted); }
.field input, .field select { height: 44px; border: 1px solid #d5dae0; border-radius: 6px; background: #fff; padding: 0 12px; font-size: 16px; color: var(--ink); }
.field select:disabled { background: #f4f5f6; color: #97a0aa; }

/* Model page */
.model { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; padding: 18px 0 20px; align-items: start; }
.gallery-main { position: relative; background: var(--media); border-radius: var(--radius); overflow: hidden; aspect-ratio: 1; }
.gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%;
  background: rgba(0,0,0,.45); color: #fff; cursor: pointer; opacity: .75; transition: opacity .2s, background .2s; }
.gallery-arrow svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.gallery-arrow:hover, .gallery-arrow:focus-visible { opacity: 1; background: rgba(0,0,0,.7); }
.gallery-prev { left: 14px; } .gallery-next { right: 14px; }
.gallery-count { position: absolute; right: 14px; bottom: 12px; padding: 3px 10px; border-radius: 999px; background: rgba(0,0,0,.5); color: #fff; font-size: 13px; letter-spacing: .04em; }
@media (max-width: 600px) { .gallery-arrow { width: 38px; height: 38px; } .gallery-prev { left: 8px; } .gallery-next { right: 8px; } }
.gallery-main img { width: 100%; height: 100%; object-fit: contain; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(auto-fill, minmax(72px, 1fr)); gap: 8px; margin-top: 10px; }
.gallery-thumb { padding: 0; border: 2px solid transparent; border-radius: 6px; overflow: hidden; background: var(--media); cursor: pointer; aspect-ratio: 1; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumb[aria-current="true"] { border-color: var(--gold); }
.model-info h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(30px, 3.4vw, 42px); line-height: 1.12; margin: 8px 0 10px; }
.model-price { font-size: 30px; font-weight: 750; color: var(--gold-dark); margin: 0 0 16px; }
.model-price small { font-size: 16px; font-weight: 500; color: var(--muted); }
.model-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; }
.format-list { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0 0 16px; }
.format-list li { border: 1px solid var(--line); background: #f8f8f6; border-radius: 5px; padding: 5px 10px; font-size: 15px; font-weight: 650; }
.model-desc p { margin: 0 0 12px; color: #444f5c; line-height: 1.65; }
.specs { margin: 18px 0; border-top: 1px solid var(--line); }
.specs div { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
.specs dt { color: var(--muted); }
.specs dd { margin: 0; text-align: right; font-weight: 600; }
.specs a { color: var(--gold-dark); text-decoration: none; }
.specs a:hover { text-decoration: underline; }
.tag-list h2 { font-size: 15px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin: 0 0 8px; }
.tag-list a { display: inline-block; margin: 0 6px 8px 0; padding: 5px 11px; border-radius: 14px; background: var(--cream); text-decoration: none; font-size: 15px; }
.tag-list a:hover { background: #ece6da; }

/* Prose pages */
.prose { max-width: 760px; padding-bottom: 50px; }
.prose h2 { font-family: var(--serif); font-weight: 500; font-size: 26px; margin: 28px 0 8px; }
.prose p { color: #444f5c; line-height: 1.7; }
.prose a { color: var(--gold-dark); }

/* Footer */
.site-footer { margin-top: 40px; background: var(--ink); color: #dfe3e8; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; padding: 40px 0 28px; }
.footer-brand { display: flex; gap: 12px; align-items: flex-start; }
.footer-brand strong { font-family: var(--serif); font-size: 22px; letter-spacing: 1.4px; font-weight: 500; color: #fff; }
.footer-brand p { margin: 6px 0 0; font-size: 16px; color: #b7c0ca; line-height: 1.55; }
.site-footer h2 { font-size: 14px; letter-spacing: 1.4px; text-transform: uppercase; color: #d6bb8b; margin: 0 0 10px; }
.footer-links { display: flex; flex-direction: column; gap: 6px; }
.footer-links a { color: #dfe3e8; text-decoration: none; font-size: 16px; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.social-row { display: flex; gap: 10px; margin-bottom: 14px; }
.social-row a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .25); display: grid; place-items: center; color: #fff; }
.social-row a:hover { background: rgba(255, 255, 255, .1); }
.social-row-lg a { border-color: var(--line); color: var(--ink); width: 46px; height: 46px; }
.social-row-lg a:hover { background: var(--cream); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); padding: 16px 0 22px; font-size: 15px; color: #9aa5b1; }

/* Responsive */
@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual img { max-height: 440px; }
  .model { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .filters { grid-template-columns: 1fr 1fr; }
  .field-search { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .header-top { grid-template-columns: 1fr auto; gap: 10px; padding: 10px 0; }
  .header-search { grid-column: 1 / -1; grid-row: 2; }
  .brand-text small { display: none; }
  .store-link span { display: none; }
  .store-link { width: 42px; padding: 0; border-radius: 50%; }
  .menu-toggle { display: grid; }
  .header-nav { display: none; }
  body.nav-open .header-nav { display: block; }
  body.nav-open .nav-row { flex-direction: column; padding: 8px 0 14px; }
  body.nav-open .nav-row a { padding: 11px 4px; border-bottom: 1px solid #f0f0ee; }
  .hero-copy { padding: 30px 22px; }
  .hero-sub { font-size: 22px; }
  .benefits li { border-right: 0; padding-right: 0; }
  .cat-strip { grid-template-columns: repeat(10, 96px); }
  .section-head { flex-direction: column; align-items: flex-start; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .card-body { padding: 10px; }
  .card-title { font-size: 15.5px; }
  .card-meta { flex-wrap: wrap; }
  .how ol { grid-template-columns: 1fr; }
  .filters { grid-template-columns: 1fr; }
  .model-actions .btn { flex: 1 1 100%; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* Original design imagery: marble hero and light round category images */
.hero-visual { background: #dde0df; overflow: hidden; min-height: 430px; }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center center; }
.hero-rail { position: absolute; right: 8%; top: 44px; font-family: var(--serif); font-size: 19px; line-height: 1.45; letter-spacing: 2px; color: #534d45; }
.hero-rail-two { top: auto; bottom: 56px; font-size: 15px; }
.cat-strip { grid-template-columns: repeat(11, minmax(92px, 1fr)); }
.cat-circle { background: #eff0ef; border: 0; }
.cat-mono { color: var(--gold-dark); }
.all-grid { display: grid; grid-template-columns: repeat(2, 14px); gap: 6px; }
.all-grid i { width: 14px; height: 14px; border: 2px solid var(--ink); border-radius: 3px; }
.cat-card-media { background: #eff0ef; }
@media (max-width: 1000px) {
  .hero-visual { min-height: 420px; }
}
@media (max-width: 760px) {
  .hero-rail { display: none; }
  .hero-visual { min-height: 360px; }
  .cat-strip { grid-template-columns: repeat(11, 96px); }
}

/* AI search suggestions */
.ai-results { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.ai-results h2 { font-family: var(--serif); font-weight: 500; font-size: 28px; margin: 0; display: flex; align-items: center; gap: 10px; }
.ai-badge { font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: 1px; color: #fff; background: linear-gradient(#bb9a62, #a8834a); border-radius: 12px; padding: 3px 10px; }
.ai-status { color: var(--muted); margin: 6px 0 16px; }

/* Privacy policy page (analytics panel policy shown in the site layout) */
.privacy { padding-top: 34px; }
.wrap.privacy { max-width: 920px; }
.privacy > nav { display: flex; flex-wrap: wrap; gap: 20px; font-size: 15px; margin-bottom: 8px; }
.privacy > nav a { color: var(--gold-dark); }
.privacy h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 4vw, 46px); margin: 10px 0 4px; }
.privacy .meta { color: var(--muted); margin-top: 0; }
.privacy .scope { border-left: 3px solid var(--gold); background: var(--cream); padding: 14px 20px; border-radius: 0; }
.privacy hr { border: 0; border-top: 1px solid var(--line); margin: 44px 0; }

/* Full-width layout: content spreads across the whole screen with thin side margins */
.wrap { width: calc(100% - 64px); max-width: none; }
.hero { min-height: 620px; }
.hero-visual { min-height: 620px; }
.hero-copy { padding: 64px; }
.cat-strip { grid-template-columns: repeat(11, 1fr); gap: 18px; padding-top: 34px; }
.cat-circle { width: 124px; height: 124px; }
.grid { grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 20px; }
.cat-cards { grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); }
@media (max-width: 1000px) {
  .hero, .hero-visual { min-height: 420px; }
  .hero-copy { padding: 40px 32px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 24px); }
  .hero, .hero-visual { min-height: 360px; }
  .hero-copy { padding: 30px 22px; }
  .cat-strip { grid-template-columns: repeat(11, 100px); gap: 12px; }
  .cat-circle { width: 96px; height: 96px; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .cat-cards { grid-template-columns: 1fr; }
}

/* cookie consent (shown only when Google Analytics is switched on) */
.consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 50; max-width: 720px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 20px; padding: 16px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.consent[hidden] { display: none; }
.consent p { margin: 0; flex: 1 1 280px; color: var(--ink); font-size: 16px; }
.consent a { color: var(--gold-dark); }
.consent div { display: flex; gap: 10px; }
