
* { box-sizing: border-box; }
:root {
  --ink: #1c1c1c;
  --ink-soft: #2b2b2b;
  --ink-muted: #6a6a6a;
  --ink-faint: #9e9e9e;
  --line: #e5e5e5;
  --line-soft: #f0f0f0;
  --bg: #ffffff;
  --bg-soft: #fafafa;
  --bg-grey: #f4f4f4;
  --green: #1f8f4a;
  --green-soft: #e7f5ec;
  --blue: #4f6cff;
}
html { font-size: 16px; -webkit-font-smoothing: antialiased; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  margin: 0; color: var(--ink); background: var(--bg); line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }

/* ------------------ Site header ------------------ */
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.header-main {
  max-width: 1320px; margin: 0 auto; padding: 16px 24px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px;
}
.brand-stacked img { height: 56px; width: auto; }
.search-box {
  display: flex; align-items: center; background: #fff; border: 1px solid var(--line);
  border-radius: 32px; padding: 4px 6px 4px 16px; max-width: 540px; width: 100%; margin: 0 auto;
}
.search-box select {
  border: none; background: transparent; font-size: 13px; color: var(--ink-muted);
  padding: 6px 8px; outline: none; border-right: 1px solid var(--line); margin-right: 8px;
}
.search-box input {
  flex: 1; border: none; outline: none; font-size: 14px;
  padding: 8px 10px; background: transparent; color: var(--ink);
}
.search-box .search-btn {
  background: transparent; border: none; padding: 6px 10px; color: var(--ink-muted);
}
.header-actions { display: flex; gap: 20px; align-items: center; }
.header-actions a { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--ink); }
.header-actions a:hover { color: var(--blue); }
.header-actions svg { width: 18px; height: 18px; stroke: var(--ink); stroke-width: 1.6; fill: none; }
.header-actions .quote-link { background: var(--ink); color: #fff; padding: 9px 18px; border-radius: 4px;
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; }
.header-actions .quote-link:hover { background: #333; color: #fff; }

/* Sub-nav: Home / Categories / All Products */
.sub-nav {
  max-width: 1320px; margin: 0 auto; padding: 10px 24px;
  display: flex; gap: 28px; font-size: 13px; border-bottom: 1px solid var(--line-soft);
}
.sub-nav a { color: var(--ink); }
.sub-nav a.active { font-weight: 600; }
.sub-nav a:hover { color: var(--blue); }

/* Category circles */
.cat-strip { background: #fff; padding: 24px 0 8px; }
.cat-strip-inner {
  max-width: 1320px; margin: 0 auto; padding: 0 24px;
  display: flex; gap: 40px; overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.cat-strip-inner::-webkit-scrollbar { display: none; }
.cat-circle { text-align: center; flex: 0 0 auto; }
.cat-circle .ring {
  width: 84px; height: 84px; border-radius: 50%; overflow: hidden;
  background: var(--bg-grey); border: 1px solid var(--line); margin: 0 auto;
  transition: border-color 0.2s;
}
.cat-circle:hover .ring { border-color: var(--ink); }
.cat-circle img { width: 100%; height: 100%; object-fit: cover; }
.cat-circle .label { font-size: 12px; margin-top: 8px; color: var(--ink-soft); letter-spacing: 0.3px; }
.cat-circle:hover .label { color: var(--ink); }

/* Hero banner */
.hero-banner {
  position: relative; max-width: 1320px; margin: 24px auto 40px; padding: 0 24px;
}
.hero-banner-inner {
  position: relative; border-radius: 16px; overflow: hidden; background: var(--bg-grey);
  aspect-ratio: 24 / 10;
}
.hero-banner img { width: 100%; height: 100%; object-fit: cover; }
.hero-banner .overlay {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 80px; color: #fff;
  background: linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 45%, rgba(0,0,0,0) 70%);
}
.hero-banner .overlay .eyebrow { font-size: 14px; letter-spacing: 4px; text-transform: uppercase; opacity: 0.92; }
.hero-banner .overlay h1 { font-size: 72px; font-weight: 700; letter-spacing: -1px; margin: 8px 0 0; line-height: 1; }
.hero-banner .overlay .cta { margin-top: 28px; display: inline-block; background: #fff; color: var(--ink);
  padding: 14px 28px; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600;
  border-radius: 4px; align-self: flex-start; }
.hero-banner .overlay .cta:hover { background: var(--bg-grey); }

/* Sections */
.section { max-width: 1320px; margin: 60px auto; padding: 0 24px; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 24px; }
.section-head h2 { font-size: 28px; font-weight: 600; letter-spacing: -0.3px; margin: 0; }
.section-head .meta { font-size: 13px; color: var(--ink-muted); }
.section-head a.see-all { font-size: 13px; color: var(--ink); border-bottom: 1px solid var(--ink); padding-bottom: 2px; }

/* Product card */
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.product-card { background: #fff; border: 1px solid var(--line); border-radius: 8px;
  overflow: hidden; transition: box-shadow 0.2s; display: flex; flex-direction: column;
  position: relative;
}
.product-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.product-card .pc-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--green); color: #fff; font-size: 10px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase; padding: 4px 8px; border-radius: 3px;
}
.product-card .pc-img { aspect-ratio: 1; background: #fff; padding: 16px; overflow: hidden; }
.product-card .pc-img img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.3s; }
.product-card:hover .pc-img img { transform: scale(1.05); }
.product-card .pc-body { padding: 12px 14px 16px; display: flex; flex-direction: column; flex: 1; }
.product-card .pc-vendor { font-size: 11px; color: var(--ink-muted); margin-bottom: 4px; }
.product-card .pc-title { font-size: 12px; line-height: 1.4; color: var(--ink); min-height: 32px; }
.product-card .pc-swatches { display: flex; gap: 4px; margin-top: 10px; }
.product-card .pc-swatch { width: 14px; height: 14px; border-radius: 2px; border: 1px solid var(--line); }

/* Most popular — horizontal scroll */
.scroll-row { position: relative; }
.scroll-row .scroll-inner {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr);
  gap: 16px; overflow-x: auto; -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}
.scroll-row .scroll-inner::-webkit-scrollbar { display: none; }

/* Hero promo (Tilia x Piknik style) */
.promo-banner {
  margin: 60px auto; max-width: 1320px; padding: 0 24px;
}
.promo-banner-inner {
  background: linear-gradient(120deg, #c7d3f5 0%, #98aef0 100%);
  border-radius: 16px; padding: 60px 80px; min-height: 320px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; overflow: hidden;
}
.promo-banner h2 { font-size: 48px; margin: 0; color: #1a1a1a; font-weight: 700; letter-spacing: -1px; }
.promo-banner p { font-size: 15px; color: rgba(0,0,0,0.7); margin: 20px 0 28px; line-height: 1.7; }
.promo-banner .btn { background: #1a1a1a; color: #fff; padding: 14px 28px; font-size: 13px;
  letter-spacing: 1.5px; text-transform: uppercase; border-radius: 4px; display: inline-block; }
.promo-banner .promo-img { display: flex; justify-content: center; align-items: center; }
.promo-banner .promo-img img { max-height: 320px; width: auto; object-fit: contain; }

/* Categories index page */
.cat-large-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cat-large-card { display: block; background: #fff; border: 1px solid var(--line); border-radius: 12px;
  overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.cat-large-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,0.08); }
.cat-large-card .clc-img { aspect-ratio: 4/3; background: var(--bg-soft); overflow: hidden; }
.cat-large-card .clc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.cat-large-card:hover .clc-img img { transform: scale(1.05); }
.cat-large-card .clc-body { padding: 16px; }
.cat-large-card .clc-title { font-size: 16px; font-weight: 600; color: var(--ink); }
.cat-large-card .clc-meta { font-size: 12px; color: var(--ink-muted); margin-top: 4px; letter-spacing: 0.3px; }
@media (max-width: 880px) {
  .cat-large-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Collection page */
.collection-hero {
  position: relative; max-width: 1320px; margin: 16px auto 24px; padding: 0 24px;
}
.collection-hero-inner {
  position: relative; border-radius: 12px; overflow: hidden; background: var(--bg-grey);
  height: 180px;
}
.collection-hero-inner img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.collection-hero img { width: 100%; height: 100%; object-fit: cover; }
.collection-hero .label {
  position: absolute; bottom: 24px; left: 40px; color: #fff;
  font-size: 36px; font-weight: 700; letter-spacing: -0.5px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.collection-hero-inner::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%);
}

.collection-layout {
  max-width: 1320px; margin: 24px auto 80px; padding: 0 24px;
  display: grid; grid-template-columns: 240px 1fr; gap: 32px;
}
.filters { font-size: 14px; }
.filters .filter-group { border-bottom: 1px solid var(--line-soft); padding: 16px 0; }
.filters .filter-group h4 { font-size: 14px; font-weight: 600; margin: 0 0 12px; display: flex; justify-content: space-between; }
.filters .filter-group ul { list-style: none; padding: 0; margin: 0; }
.filters .filter-group li { display: flex; justify-content: space-between; padding: 4px 0; font-size: 13px; color: var(--ink-soft); }
.filters .filter-pill { display: inline-block; padding: 4px 12px; border: 1px solid var(--line); border-radius: 16px;
  font-size: 12px; margin-bottom: 12px; }
.filter-color .swatch.on { outline: 2px solid var(--ink); outline-offset: 1px; }

.collection-main .collection-controls {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;
  font-size: 13px; color: var(--ink-muted);
}
.collection-main .product-grid { grid-template-columns: repeat(4, 1fr); }

/* Tilia-style product detail page — 2-column spec sheet */
.product-detail {
  max-width: 1320px; margin: 32px auto 40px; padding: 0 24px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
}
.pd-info { padding-right: 24px; }
.pd-info .pill {
  display: inline-block; padding: 6px 18px; background: var(--blue); color: #fff;
  border-radius: 999px; font-size: 12px; letter-spacing: 0.5px; margin-bottom: 32px;
}
.pd-info h1.pd-title {
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.02;
  margin: 8px 0 12px;
  color: var(--ink);
}
.pd-info .pd-subtitle {
  font-size: 17px; color: var(--ink-muted); line-height: 1.45;
  margin: 0 0 28px; max-width: 540px;
}
.pd-info .vendor { font-size: 12px; color: var(--ink-muted); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 4px; }
.pd-info .desc-prose {
  font-size: 15px; color: var(--ink-soft); line-height: 1.75;
}
.pd-info .desc-prose p { margin: 0 0 16px; }
.pd-info .dims {
  font-size: 14px; color: var(--ink); margin: 24px 0 0;
  display: grid; grid-template-columns: 110px 1fr; gap: 4px 16px;
}
.pd-info .dims .lbl { color: var(--ink-muted); }
.pd-info .features {
  display: flex; gap: 18px; flex-wrap: wrap; margin: 32px 0 24px;
  padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.pd-info .feature {
  display: flex; gap: 10px; align-items: center; font-size: 13px;
  color: var(--ink-soft); font-weight: 500;
}
.pd-info .feature .ic {
  width: 36px; height: 36px; border-radius: 50%; background: var(--bg-grey);
  display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.pd-colors { margin: 0 0 24px; }
.pd-color-group { margin-bottom: 18px; }
.pd-color-group:last-child { margin-bottom: 0; }
.pd-colors .opt-label { font-size: 11px; letter-spacing: 1.5px; color: var(--ink-muted); text-transform: uppercase; margin-bottom: 10px; }
.pd-swatches { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.pd-swatch {
  width: 30px; height: 30px; border-radius: 50%;
  border: 2px solid var(--line); cursor: pointer;
  transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
  position: relative;
}
.pd-swatch:hover { transform: scale(1.15); border-color: var(--ink); }
.pd-swatch.active {
  border-color: var(--ink);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--ink);
}
.pd-active-color { color: var(--ink); font-weight: 600; text-transform: none; letter-spacing: 0.2px; }
.pd-swatch-names { font-size: 11px; color: var(--ink-muted); line-height: 1.6; }

.pd-info .cta-row { display: flex; gap: 12px; margin-top: 8px; }
.pd-info .cta {
  flex: 1; padding: 16px 24px; text-align: center; border-radius: 4px;
  font-size: 13px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600;
}
.pd-info .cta.primary { background: var(--ink); color: #fff; }
.pd-info .cta.primary:hover { background: #333; color: #fff; }
.pd-info .cta.secondary { background: #fff; color: var(--ink); border: 1px solid var(--ink); }
.pd-info .cta.secondary:hover { background: var(--bg-grey); color: var(--ink); }

.pd-gallery { position: sticky; top: 100px; }
.pd-main-img {
  background: var(--bg-soft); border-radius: 12px; aspect-ratio: 1; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.pd-main-img img { max-width: 90%; max-height: 90%; object-fit: contain; }
.pd-thumbs {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 12px;
  max-height: 540px; overflow-y: auto; padding-right: 4px;
}
.pd-thumbs::-webkit-scrollbar { width: 6px; }
.pd-thumbs::-webkit-scrollbar-track { background: var(--bg-soft); }
.pd-thumbs::-webkit-scrollbar-thumb { background: var(--ink-faint); border-radius: 3px; }
.pd-thumb {
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: 6px;
  aspect-ratio: 1; overflow: hidden; cursor: pointer;
}
.pd-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.pd-thumb.active { border-color: var(--ink); }

/* Variant gallery — "Other Options" section */
.variants-section {
  max-width: 1320px; margin: 40px auto 60px; padding: 32px 24px;
  background: var(--bg-soft); border-radius: 12px;
}
.variants-section h2 { font-size: 24px; font-weight: 700; margin: 0 0 24px; }
.variants-section .variant-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px;
}
.variant-card {
  background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.variant-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
.variant-card .vc-img { aspect-ratio: 1; background: #fff; padding: 12px; }
.variant-card .vc-img img { width: 100%; height: 100%; object-fit: contain; }
.variant-card .vc-body { padding: 8px 12px 12px; font-size: 11px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.5px; min-height: 38px; }

/* Table Sets grid (mirrors tiliafurniture.com/en/products/table-set) */
.sets-page { max-width: 1320px; margin: 0 auto; padding: 32px 24px 60px; }
.set-section { margin: 32px 0 56px; }
.set-section-title { font-size: clamp(22px, 3vw, 32px); font-weight: 600; letter-spacing: -0.5px; margin: 0 0 24px; color: var(--ink); }
.set-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 24px; }
.set-card { display: block; text-decoration: none; color: inherit; overflow: hidden; border-radius: 6px; background: #f7f5f1; transition: transform 0.25s ease; }
.set-card:hover { transform: translateY(-2px); }
.set-card .set-img { aspect-ratio: 1; overflow: hidden; }
.set-card .set-img img { width: 100%; height: 100%; object-fit: cover; }
.set-card .set-body { font-size: 12px; font-weight: 700; letter-spacing: 0.5px; color: rgba(0,0,0,0.5); text-transform: uppercase; padding: 14px 14px 18px; line-height: 1.3; }

/* SPECS & INFO section (mirrors Tilia's product detail spec block) */
.specs-section { background: #fff; padding: 64px 0 72px; border-top: 1px solid var(--line); }
.specs-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.specs-title { font-size: clamp(28px, 4vw, 40px); font-weight: 700; letter-spacing: -0.5px; margin: 0 0 32px; color: var(--ink); }
.specs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); margin-bottom: 36px; }
.specs-grid .spec-cell { padding: 24px 16px; text-align: center; border-right: 1px solid var(--line); }
.specs-grid .spec-cell:last-child { border-right: none; }
.specs-grid .spec-label { font-size: 13px; color: var(--ink-muted); margin-bottom: 8px; }
.specs-grid .spec-value { font-size: clamp(20px, 2.4vw, 26px); color: var(--ink); font-weight: 500; }
.specs-h3 { font-size: 22px; font-weight: 700; margin: 32px 0 14px; color: var(--ink); }
.specs-tech { font-size: 16px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 28px; }
.specs-table { border: 1px solid var(--line); border-radius: 0; margin-bottom: 28px; }
.specs-table .info-row { display: flex; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid var(--line); font-size: 16px; }
.specs-table .info-row:last-child { border-bottom: none; }
.specs-table .info-label { color: var(--ink-muted); }
.specs-table .info-value { color: var(--ink); font-weight: 500; }
.specs-table .info-row-divider { background: var(--bg-soft); }
.pkg-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 16px; margin-bottom: 12px; }
.pkg-card { border: 1px solid var(--line); padding: 18px 20px; }
.pkg-card .pkg-cap { font-size: 24px; font-weight: 700; margin-bottom: 6px; }
.pkg-card .pkg-dims, .pkg-card .pkg-vol { font-size: 14px; color: var(--ink-muted); margin-bottom: 4px; }
.pkg-loading { margin-top: 14px; border-top: 1px solid var(--line); padding-top: 12px; }
.pkg-loading-head { font-size: 13px; color: var(--ink-muted); margin-bottom: 8px; }
.pkg-loading-grid { display: grid; gap: 4px; font-size: 14px; }
.pkg-loading-grid .load-label { color: var(--ink-muted); }
.pkg-loading-grid .load-value { color: var(--ink); font-weight: 500; }
@media (max-width: 720px) {
  .specs-grid { grid-template-columns: repeat(2, 1fr); }
  .specs-grid .spec-cell { border-right: none; border-bottom: 1px solid var(--line); }
  .specs-grid .spec-cell:nth-child(odd) { border-right: 1px solid var(--line); }
  .specs-grid .spec-cell:nth-last-child(-n+2) { border-bottom: none; }
}

/* Accordion stays below */
.accordion { max-width: 1320px; margin: 0 auto 60px; padding: 0 24px; }
.accordion .row { border-bottom: 1px solid var(--line); padding: 18px 0; }
.accordion .row h3 { font-size: 16px; margin: 0; display: flex; justify-content: space-between; cursor: pointer; }
.accordion .row .body { padding-top: 16px; }
.accordion .spec-table { width: 100%; font-size: 13px; max-width: 760px; }
.accordion .spec-table tr { background: var(--bg-grey); }
.accordion .spec-table tr:nth-child(odd) { background: var(--bg-soft); }
.accordion .spec-table td { padding: 10px 16px; }
.accordion .spec-table td:first-child { color: var(--ink-muted); width: 30%; }
.accordion .desc-prose { font-size: 14px; color: var(--ink-soft); line-height: 1.7; max-width: 880px; }

/* Breadcrumb */
.breadcrumb {
  max-width: 1320px; margin: 16px auto 0; padding: 0 24px;
  font-size: 12px; color: var(--ink-muted);
}
.breadcrumb a { color: var(--ink-muted); }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb .sep { margin: 0 8px; }

/* About / Static pages */
.static-page { max-width: 900px; margin: 40px auto 80px; padding: 0 24px; }
.static-page h1 { font-size: 36px; font-weight: 700; letter-spacing: -0.5px; margin: 0 0 16px; }
.static-page p { font-size: 15px; line-height: 1.8; color: var(--ink-soft); margin: 0 0 16px; }
.static-page .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
  margin: 40px 0; padding: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.static-page .stat .num { font-size: 36px; font-weight: 700; }
.static-page .stat .label { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ink-muted); margin-top: 4px; }

/* Quote form */
.quote-form { max-width: 720px; margin: 40px auto 80px; padding: 0 24px; }
.quote-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.quote-form label { display: block; font-size: 11px; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--ink-muted); margin-bottom: 6px; }
.quote-form input, .quote-form textarea, .quote-form select {
  width: 100%; padding: 12px; border: 1px solid var(--line); font-size: 14px;
  font-family: inherit; background: var(--bg-soft); border-radius: 4px;
}
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus {
  outline: none; border-color: var(--ink); background: #fff;
}
.quote-form textarea { min-height: 140px; resize: vertical; }
.quote-form button { width: 100%; padding: 16px; background: var(--ink);
  color: #fff; border: none; font-size: 13px; letter-spacing: 2px;
  text-transform: uppercase; cursor: pointer; font-weight: 600; border-radius: 4px; }
.quote-form button:hover { background: #333; }

/* Footer */
.site-footer { background: var(--bg-grey); padding: 60px 0 32px; margin-top: 80px; }
.footer-grid {
  max-width: 1320px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1.2fr 1.2fr 1.4fr 1fr; gap: 40px;
}
.footer-grid .col h4 { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  margin: 0 0 14px; color: var(--ink); }
.footer-grid .col p { font-size: 13px; color: var(--ink-soft); line-height: 1.7; margin: 0 0 8px; }
.footer-grid .col ul { list-style: none; padding: 0; margin: 0; }
.footer-grid .col ul li { font-size: 13px; margin-bottom: 8px; }
.footer-grid .col ul li a { color: var(--ink-soft); }
.footer-grid .col ul li a:hover { color: var(--ink); }

.footer-newsletter {
  max-width: 1320px; margin: 32px auto 0; padding: 24px; background: #fff; border-radius: 8px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center;
}
.footer-newsletter h3 { font-size: 18px; margin: 0 0 4px; }
.footer-newsletter p { font-size: 13px; color: var(--ink-muted); margin: 0; }
.footer-newsletter form { display: flex; gap: 8px; }
.footer-newsletter input { flex: 1; padding: 12px 16px; border: 1px solid var(--line); border-radius: 4px; font-size: 14px; }
.footer-newsletter button { padding: 12px 24px; background: var(--ink); color: #fff; border: none; border-radius: 4px;
  font-size: 13px; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; }

.trust-row { max-width: 1320px; margin: 32px auto 0; padding: 0 24px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.trust-card { background: #fff; padding: 16px 20px; border-radius: 8px;
  display: flex; gap: 14px; align-items: center; }
.trust-card .ic { width: 32px; height: 32px; background: var(--bg-grey); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 16px; }
.trust-card h5 { font-size: 13px; margin: 0 0 2px; font-weight: 700; }
.trust-card p { font-size: 11px; color: var(--ink-muted); margin: 0; }

.footer-bottom {
  max-width: 1320px; margin: 40px auto 0; padding: 24px 24px 0; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
}
.footer-bottom .pay-icons { display: flex; gap: 6px; }
.footer-bottom .pay-icons span {
  background: #fff; border: 1px solid var(--line); border-radius: 4px;
  padding: 4px 10px; font-size: 10px; font-weight: 700; color: var(--ink);
  letter-spacing: 0.5px;
}
.footer-bottom .social { display: flex; gap: 12px; }
.footer-bottom .social a {
  width: 32px; height: 32px; background: var(--ink); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 13px;
}
.footer-bottom .copy { font-size: 11px; color: var(--ink-muted); width: 100%; text-align: center;
  margin-top: 16px; }

/* Responsive */
@media (max-width: 1080px) {
  .product-grid { grid-template-columns: repeat(4, 1fr); }
  .collection-main .product-grid { grid-template-columns: repeat(3, 1fr); }
  .variants-section .variant-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 880px) {
  .header-main { grid-template-columns: auto auto; gap: 12px; }
  .search-box { grid-column: 1 / -1; order: 3; max-width: 100%; }
  .hero-banner .overlay h1 { font-size: 44px; }
  .hero-banner .overlay { padding: 0 32px; }
  .product-grid, .collection-main .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail { grid-template-columns: 1fr; gap: 32px; }
  .pd-info { padding-right: 0; }
  .pd-info h1.pd-title { font-size: clamp(36px, 9vw, 48px); }
  .pd-gallery { position: static; }
  .variants-section .variant-grid { grid-template-columns: repeat(2, 1fr); }
  .collection-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-newsletter, .trust-row { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 16px; }
}
