@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 400 900; font-display: swap;
  src: url(../fonts/playfairdisplay.woff2) format('woff2'); }
@font-face { font-family: 'Mulish'; font-style: normal; font-weight: 200 1000; font-display: swap;
  src: url(../fonts/mulish.woff2) format('woff2'); }
:root {
  --ink: #26221f;           
  --ink-soft: #4a4440;
  --gold: #c9a05a;          
  --gold-dark: #a67f3e;
  --gold-deep: #7d5e2b;
  --marble: #efedea;        
  --paper: #faf8f5;
  --card: #ffffff;
  --line: #e3dfd9;
  --muted: #857d75;
  --star: #cf9f3f;
  --radius: 10px;
  --shadow: 0 2px 10px rgba(38, 34, 31, .07);
  --shadow-hover: 0 10px 26px rgba(38, 34, 31, .14);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Mulish', 'Segoe UI', Arial, sans-serif;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--marble);
}
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; line-height: 1.22; letter-spacing: .005em; }
img { max-width: 100%; display: block; }
a { color: var(--gold-dark); text-decoration: none; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.btn {
  display: inline-block;
  background: var(--ink);
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 13px 32px;
  border-radius: 3px;
  border: 0;
  transition: background .18s, transform .18s;
}
.btn:hover { background: var(--gold-dark); transform: translateY(-1px); }
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 60;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 66px; }
.logo { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.logo-sub {
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: 9.5px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.logo-mark {
  position: relative;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: .22em;
  color: var(--ink);
  padding-bottom: 6px;
  line-height: 1;
}
.logo-mark::after {
  content: '';
  position: absolute;
  bottom: 0; left: 1px;
  width: 62%; height: 2px;
  background: var(--gold);
  border-radius: 1px;
}
.main-nav { display: flex; gap: 2px; flex-wrap: wrap; justify-content: flex-end; }
.main-nav a {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: .03em;
  color: var(--ink);
  padding: 8px 10px;
  border-radius: 3px;
}
.main-nav a:hover { background: var(--paper); color: var(--gold-dark); }
.main-nav a.active { color: var(--gold-dark); box-shadow: inset 0 -2px 0 var(--gold); border-radius: 3px 3px 0 0; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 3px; background: var(--ink); margin: 5px 0; border-radius: 2px; }
.header-tools { display: flex; align-items: center; gap: 4px; }
.search-toggle {
  background: none; border: 0; cursor: pointer;
  padding: 8px 9px 5px; border-radius: 3px; color: var(--ink);
}
.search-toggle:hover { background: var(--paper); color: var(--gold-dark); }
.search-open .search-toggle { background: var(--paper); color: var(--gold-dark); }
.hsearch { display: none; background: #fff; border-top: 1px solid var(--line); }
.search-open .hsearch { display: block; box-shadow: var(--shadow-hover); }
.hsearch-inner { padding-top: 14px; padding-bottom: 16px; }
.hsearch-input {
  width: 100%;
  font: inherit;
  font-size: 16px;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--gold);
  border-radius: 3px;
  padding: 11px 14px;
  outline: none;
}
.hsearch-input::placeholder { color: var(--muted); }
.hsearch-results { margin-top: 6px; }
.hsearch-results a {
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
  padding: 9px 12px; border-radius: 3px; color: var(--ink); font-size: 15px;
}
.hsearch-results a:hover { background: var(--paper); color: var(--gold-dark); }
.hs-p { font-family: 'Mulish', sans-serif; font-weight: 800; white-space: nowrap; }
.hs-none { padding: 9px 12px; color: var(--muted); font-size: 15px; }
.usp-bar { background: var(--ink); color: #efe9e0; }
.usp-inner {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 28px;
  padding: 9px 22px;
  font-family: 'Mulish', sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: .05em;
}
.usp-inner span { white-space: nowrap; }
.usp-inner span::before { content: ''; display: inline-block; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); margin: 0 10px 2px 0; vertical-align: middle; }
.hero { background: linear-gradient(180deg, #fff 0%, var(--paper) 100%); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.hero::after {
  content: '';
  position: absolute;
  top: -60px; right: -140px;
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 160, 90, .16) 0%, rgba(201, 160, 90, 0) 68%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1180px; margin: 0 auto;
  padding: 72px 22px 76px;
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 48px; align-items: center;
  position: relative;
}
.eyebrow {
  display: inline-block;
  position: relative;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-dark);
  padding-top: 10px;
}
.eyebrow::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 46px; height: 2px;
  background: var(--gold);
  border-radius: 1px;
}
.hero h1 { font-size: 52px; margin: 12px 0 16px; }
.hero h1 .thin { font-style: italic; font-weight: 500; color: var(--gold-dark); }
.hero-sub { font-size: 19px; color: var(--ink-soft); max-width: 560px; margin-bottom: 30px; }
.hero-media { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.hero-media img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.hero-chip {
  position: absolute;
  font-family: 'Mulish', sans-serif; font-weight: 800; font-size: 11.5px;
  letter-spacing: .08em; text-transform: uppercase;
  color: #fff; padding: 7px 13px; border-radius: 99px; box-shadow: var(--shadow-hover);
}
.hero-chip-a { top: 16px; left: -14px; background: var(--ink); }
.hero-chip-b { bottom: 22px; right: -12px; background: var(--gold-dark); }
.room-band { padding: 34px 0 0; }
.room-lead {
  text-align: center;
  font-family: 'Mulish', sans-serif; font-weight: 700; font-size: 12.5px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--muted);
  margin-bottom: 14px;
}
.room-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.room-grid a {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid var(--line); border-radius: 99px;
  padding: 9px 18px;
  font-family: 'Mulish', sans-serif; font-weight: 700; font-size: 13.5px; color: var(--ink);
  box-shadow: var(--shadow);
  transition: border-color .15s, color .15s, transform .15s;
}
.room-grid a:hover { border-color: var(--gold); color: var(--gold-dark); transform: translateY(-2px); }
.room-grid svg { color: var(--gold); flex: none; }
.categories { padding: 56px 22px 8px; }
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cat-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  transition: box-shadow .18s, transform .18s;
}
.cat-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.cat-img { aspect-ratio: 1; background: #fff; }
.cat-img img { width: 100%; height: 100%; object-fit: contain; padding: 16px; }
.cat-overlay {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(transparent, rgba(38, 34, 31, .92));
  color: #fff;
  padding: 44px 16px 12px;
}
.cat-overlay h3 { font-size: 17px; font-weight: 700; letter-spacing: .01em; }
.cat-overlay p { font-size: 12.5px; color: #d9cfc0; }
.catalog { padding: 52px 22px; }
.section-head { text-align: center; margin-bottom: 32px; }
.section-head h2 { font-size: 32px; }
.section-head p { color: var(--muted); margin-top: 6px; }
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color .18s, box-shadow .18s, transform .18s;
}
.card:hover { border-color: #d3bd97; box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.card-link { display: flex; flex-direction: column; flex: 1; }
.card-img { position: relative; aspect-ratio: 1; background: var(--paper); padding: 22px; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s ease; }
.card:hover .card-img img { transform: scale(1.06); }
.card-rate {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 2px 10px;
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: var(--ink);
}
.card-body { padding: 15px 16px 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card-top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.card-cat {
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-dark);
}
.card-price { font-family: 'Mulish', sans-serif; font-weight: 800; font-size: 17px; color: var(--ink); white-space: nowrap; }
.card-title { font-family: 'Playfair Display', Georgia, serif; font-size: 16.5px; font-weight: 600; color: var(--ink); line-height: 1.35; }
.card-short { font-size: 13.5px; color: var(--muted); line-height: 1.45; }
.card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding: 11px 16px;
}
.card-count { font-size: 12.5px; color: var(--muted); }
.btn-card {
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold-dark);
  white-space: nowrap;
  transition: color .15s;
}
.btn-card:hover { color: var(--ink); }
.stars .star { color: #ddd5c9; font-size: 14px; }
.stars .star.on { color: var(--star); }
.rcount { color: var(--muted); font-size: 13px; margin-left: 4px; }
.promo-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-top: 0; padding-bottom: 52px; }
.promo-tile {
  display: block; border-radius: var(--radius); padding: 34px 34px 30px;
  box-shadow: var(--shadow); transition: box-shadow .18s, transform .18s;
}
.promo-tile:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.promo-dark { background: linear-gradient(135deg, #1d1a17, #38322c); color: #f1e9dc; }
.promo-dark .promo-eyebrow { color: var(--gold); opacity: 1; }
.promo-gold { background: linear-gradient(135deg, #e8d9bd, #d3b884); color: var(--ink); }
.promo-gold .promo-eyebrow { color: var(--gold-deep); opacity: 1; }
.promo-eyebrow {
  font-family: 'Mulish', sans-serif; font-weight: 800; font-size: 12px;
  letter-spacing: .2em; text-transform: uppercase; opacity: .78; margin-bottom: 10px;
}
.promo-tile h3 { font-size: 24px; margin-bottom: 10px; }
.promo-tile p { font-size: 15.5px; opacity: .87; margin-bottom: 18px; }
.promo-cta {
  display: inline-block; font-family: 'Mulish', sans-serif; font-weight: 800; font-size: 13.5px;
  letter-spacing: .08em; text-transform: uppercase;
  border-bottom: 2px solid currentColor; padding-bottom: 2px;
}
.value-band { background: var(--ink); color: #fff; padding: 58px 0; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.value-item { text-align: center; }
.value-icon { margin-bottom: 10px; color: var(--gold); }
.value-icon svg { display: inline-block; }
.value-item h3 { font-size: 19px; margin-bottom: 8px; }
.value-item p { color: #cec6ba; font-size: 15px; }
.new-arrivals { padding-top: 0; }
.fit-guide { padding: 58px 0 8px; }
.fit-cols { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 24px; align-items: start; }
.fit-steps, .fit-table { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px 30px; }
.fit-steps h3, .fit-table h3 { position: relative; font-size: 19px; margin-bottom: 14px; padding-top: 11px; }
.fit-steps h3::before, .fit-table h3::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 42px; height: 2px;
  background: var(--gold);
  border-radius: 1px;
}
.fit-steps ol { margin: 0 0 0 20px; color: var(--ink-soft); }
.fit-steps li { margin-bottom: 13px; font-size: 15.5px; }
.fit-steps b { color: var(--ink); }
.fit-table table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.fit-table th, .fit-table td { border: 1px solid var(--line); padding: 8px 11px; text-align: left; }
.fit-table th { background: var(--paper); font-family: 'Mulish', sans-serif; font-weight: 800; font-size: 13px; }
.fit-table td:first-child { font-family: 'Mulish', sans-serif; font-weight: 800; white-space: nowrap; }
.care-band { padding: 54px 0 6px; }
.care-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.care-col { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px 30px; border-top: 3px solid var(--gold); }
.care-dont { border-top-color: #b0524a; }
.care-col h3 { display: flex; align-items: center; gap: 10px; font-size: 20px; margin-bottom: 14px; }
.care-do h3 svg { color: var(--gold-dark); }
.care-dont h3 svg { color: #b0524a; }
.care-col ul { list-style: none; }
.care-col li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 11px;
  color: var(--ink-soft);
  font-size: 15.5px;
}
.care-col li::before {
  content: '';
  position: absolute;
  left: 2px; top: 9px;
  width: 7px; height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
}
.care-dont li::before { background: #b0524a; }
.mission-band { padding: 62px 0; text-align: center; }
.mission-band h2 { font-size: 28px; max-width: 780px; margin: 0 auto 14px; }
.mission-band p { color: var(--muted); max-width: 720px; margin: 0 auto; }
.seo-content { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 58px 0; }
.seo-content h2 { font-size: 27px; margin-bottom: 16px; }
.seo-content h3 { font-size: 20px; margin: 26px 0 10px; }
.seo-content p { margin-bottom: 12px; color: var(--ink-soft); }
.seo-content ul { margin: 10px 0 14px 22px; color: var(--ink-soft); }
.seo-content li { margin-bottom: 6px; }
.seo-content table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 15px; }
.seo-content th, .seo-content td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.seo-content th { background: var(--paper); font-family: 'Mulish', sans-serif; font-weight: 800; font-size: 14px; }
.testimonials { padding: 58px 0 70px; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px 24px; border-top: 3px solid var(--gold); }
.testi-stars { color: var(--star); font-size: 16px; letter-spacing: 2px; margin-bottom: 10px; }
.testi-figure { font-family: 'Mulish', sans-serif; font-weight: 800; font-size: 14.5px; margin-bottom: 8px; }
.testi-card p { font-size: 15.5px; color: var(--ink-soft); }
.testi-name a { color: var(--gold-dark); border-bottom: 1px solid rgba(166, 127, 62, .35); }
.testi-name a:hover { color: var(--ink); border-bottom-color: var(--ink); }
.testi-name { margin-top: 12px; font-weight: 700; }
.page-hero {
  background: linear-gradient(128deg, #171412, #2c2722 55%, #3c352e);
  color: #fff;
  padding: 54px 0 50px;
}
.page-hero h1 { font-size: 37px; letter-spacing: .01em; margin: 8px 0 10px; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero .eyebrow::before { background: var(--gold); }
.page-hero-sub { color: #d8d0c4; max-width: 640px; }
.breadcrumb { padding: 16px 22px 0; font-size: 14px; color: var(--muted); }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--gold-dark); }
.product { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 44px; padding: 30px 22px 50px; }
.product-media {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px;
  align-self: start;
  position: sticky;
  top: 90px;
}
.product-media img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.product-info h1 { font-size: 26px; font-weight: 600; margin: 8px 0 12px; }
.product-meta { margin-bottom: 12px; }
.product-price { font-family: 'Mulish', sans-serif; font-weight: 800; font-size: 32px; margin-bottom: 18px; }
.product-info .btn-buy { padding: 14px 46px; font-size: 15px; }
.product-intro { margin-top: 22px; color: var(--ink-soft); font-size: 17px; }
.feats { padding: 10px 22px 50px; }
.specs-head { font-size: 23px; letter-spacing: .01em; margin-bottom: 4px; }
.feat-list { border-top: 1px solid var(--line); margin-top: 16px; }
.feat-row {
  display: grid;
  grid-template-columns: 64px 250px 1fr;
  gap: 10px 26px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.feat-num {
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .18em;
  color: var(--gold);
}
.feat-row h3 { font-size: 18px; font-weight: 600; letter-spacing: .01em; color: var(--ink); }
.feat-row p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.65; }
.info-page { padding: 46px 0 64px; }
.info-page .wrap { max-width: 820px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 38px 42px; }
.info-page h2 { font-size: 22px; margin: 24px 0 10px; }
.info-page h2:first-child { margin-top: 0; }
.info-page h3 { font-size: 18px; font-weight: 600; margin: 18px 0 8px; }
.info-page p { margin-bottom: 12px; color: var(--ink-soft); }
.info-page ul, .info-page ol { margin: 10px 0 14px 22px; color: var(--ink-soft); }
.info-page li { margin-bottom: 6px; }
.info-page table { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 15px; }
.info-page th, .info-page td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.info-page th { background: var(--paper); font-family: 'Mulish', sans-serif; font-weight: 800; font-size: 14px; }
.info-page a { color: var(--gold-dark); text-decoration: underline; text-decoration-color: rgba(166, 127, 62, .4); }
.stats-band { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 34px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.stat { padding: 4px 8px; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat-num {
  display: block;
  font-family: 'Playfair Display', Georgia, serif; font-weight: 700;
  font-size: 40px; line-height: 1.1; color: var(--gold-dark);
}
.stat-num em { font-style: normal; font-size: 19px; font-weight: 700; margin-left: 3px; color: var(--gold); }
.stat-label { display: block; margin-top: 4px; font-size: 14px; color: var(--muted); }
.spotlight {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 44px; align-items: center;
  margin-top: 58px; margin-bottom: 6px;
}
.spot-media { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; }
.spot-media img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.spot-text h2 { font-size: 29px; margin: 10px 0 10px; }
.spot-rating { margin-bottom: 12px; }
.spot-rating span { color: var(--muted); font-size: 14.5px; margin-left: 6px; }
.spot-text > p:not(.eyebrow):not(.spot-rating) { color: var(--ink-soft); max-width: 560px; }
.spot-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 22px; margin-top: 22px; }
.spot-price { font-family: 'Mulish', sans-serif; font-weight: 800; font-size: 30px; color: var(--ink); }
.spot-more {
  font-family: 'Mulish', sans-serif; font-weight: 800; font-size: 13px;
  letter-spacing: .08em; text-transform: uppercase; color: var(--gold-dark);
}
.spot-more:hover { color: var(--ink); }
.cta-band {
  background: linear-gradient(135deg, #211d1a, #453d34);
  color: #f1e9dc;
  text-align: center;
  padding: 60px 0 64px;
  margin-top: 64px;
}
.cta-band h2 { font-size: 34px; letter-spacing: .01em; margin-bottom: 12px; }
.cta-band p { max-width: 640px; margin: 0 auto 26px; font-size: 16.5px; opacity: .93; }
.btn-light { background: var(--gold); color: #241f19; }
.btn-light:hover { background: #fff; color: var(--ink); }
.site-footer { background: #211d1a; color: #c9c1b6; font-size: 14.5px; }
.logo-word {
  position: relative;
  font-family: 'Playfair Display', Georgia, serif; font-size: 23px; font-weight: 700; color: #fff;
  letter-spacing: .22em; white-space: nowrap; text-transform: uppercase;
  padding-bottom: 7px; line-height: 1;
}
.logo-word::after {
  content: '';
  position: absolute;
  bottom: 0; left: 1px;
  width: 62%; height: 2px;
  background: var(--gold);
  border-radius: 1px;
}
.foot-trust { border-bottom: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .03); }
.foot-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px 18px; padding-top: 20px; padding-bottom: 20px; }
.trust-chip {
  display: flex; align-items: center; gap: 11px;
  font-family: 'Mulish', sans-serif; font-weight: 600; font-size: 13px; color: #e6ded2;
}
.trust-chip svg { color: var(--gold); flex: none; }
.foot-manifesto {
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 44px;
  padding-top: 44px; padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.foot-brand p { max-width: 620px; color: #aba295; margin-top: 16px; }
.foot-cheat ul { list-style: none; margin: 0 0 10px; }
.foot-cheat li { font-size: 13.5px; color: #aba295; margin-bottom: 6px; }
.foot-cheat b { color: #fff; font-family: 'Mulish', sans-serif; font-weight: 800; }
.foot-cheat a { color: #d8b878; font-size: 13.5px; }
.foot-cheat a:hover { color: #fff; }
.foot-nav { display: flex; flex-wrap: wrap; gap: 40px 56px; padding: 32px 22px 40px; }
.foot-group { display: flex; flex-direction: column; gap: 8px; min-width: 160px; }
.foot-label {
  font-family: 'Mulish', sans-serif; font-weight: 800; font-size: 12px;
  letter-spacing: .18em; text-transform: uppercase; color: #d8b878;
  margin-bottom: 4px;
}
.foot-group a { color: #c9c1b6; }
.foot-group a:hover { color: #fff; }
.foot-group span { color: #948c80; }
.foot-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 14px 26px; flex-wrap: wrap;
  padding: 16px 22px 26px; border-top: 1px solid rgba(255, 255, 255, .1); color: #948c80; font-size: 13px;
}
.foot-bottom p { margin-bottom: 4px; }
.to-top {
  background: none; cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .25); border-radius: 3px;
  color: #c9c1b6; padding: 8px 16px;
  font-family: 'Mulish', sans-serif; font-weight: 800; font-size: 11.5px;
  letter-spacing: .12em; text-transform: uppercase;
  transition: border-color .15s, color .15s;
}
.to-top:hover { border-color: var(--gold); color: #fff; }
@media (max-width: 900px) {
  .grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid, .testi-grid { grid-template-columns: 1fr; }
  .product { grid-template-columns: 1fr; }
  .product-media { position: static; }
  .promo-duo { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 18px; }
  .stat + .stat { border-left: 0; }
  .spotlight { grid-template-columns: 1fr; gap: 26px; margin-top: 46px; }
  .spot-media { max-width: 420px; }
  .feat-row { grid-template-columns: 44px 1fr; }
  .feat-row p { grid-column: 2; }
  .foot-manifesto { grid-template-columns: 1fr; gap: 26px; }
  .foot-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .fit-cols { grid-template-columns: 1fr; }
  .care-cols { grid-template-columns: 1fr; }
  .usp-inner { justify-content: center; }
  .hero-inner { grid-template-columns: 1fr; padding: 56px 22px 60px; gap: 30px; }
  .hero-media { max-width: 420px; }
  .hero h1 { font-size: 40px; }
  .nav-toggle { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    padding: 10px 16px 16px;
    box-shadow: var(--shadow-hover);
  }
  .nav-open .main-nav { display: flex; }
  .main-nav a { padding: 11px 10px; font-size: 16px; }
}
@media (max-width: 520px) {
  body { font-size: 16px; }
  .grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 31px; }
  .hero-sub { font-size: 17px; }
  .section-head h2 { font-size: 26px; }
  .page-hero h1 { font-size: 28px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-num { font-size: 32px; }
  .spot-text h2 { font-size: 24px; }
  .spot-price { font-size: 25px; }
  .cta-band h2 { font-size: 26px; }
  .foot-nav { flex-direction: column; gap: 26px; }
  .promo-tile h3 { font-size: 21px; }
  .info-page .wrap { padding: 28px 20px; }
  .info-page table { display: block; overflow-x: auto; white-space: nowrap; }
  .info-page td { white-space: normal; min-width: 150px; }
  .product-price { font-size: 27px; }
  .logo-mark { font-size: 20px; }
  .logo-sub { display: none; }
  .hero-chip-a { left: 10px; }
  .hero-chip-b { right: 10px; }
  .room-grid a { padding: 9px 13px; font-size: 13.5px; }
  .fit-table table { display: block; overflow-x: auto; }
  .fit-table td, .fit-table th { min-width: 110px; }
  .foot-trust-grid { grid-template-columns: 1fr; gap: 10px; }
  .foot-bottom { flex-direction: column; align-items: flex-start; }
}
