

@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/cormorant-600.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/cormorant-700.woff2') format('woff2'); }
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/jost-400.woff2') format('woff2'); }
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('../fonts/jost-500.woff2') format('woff2'); }
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/jost-600.woff2') format('woff2'); }
@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/caveat-600.woff2') format('woff2'); }

:root {
  --ink: #241f1b;
  --ink-2: #322b26;
  --ink-3: #453c35;
  --ink-soft: #5c534b;
  --muted: #8d8279;
  --teal: #2e9e99;
  --teal-dark: #23807c;
  --teal-deep: #17605d;
  --rose: #c98b8b;
  --rose-soft: #ecd3d0;
  --bg: #faf7f1;
  --mist: #f2ecdf;
  --line: #e5dccd;
  --star: #d9a441;
  --radius: 10px;
  --shadow: 0 1px 3px rgba(36, 31, 27, .08);
  --shadow-hover: 0 16px 34px rgba(36, 31, 27, .14);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Jost', system-ui, -apple-system, sans-serif;
  font-size: 16.5px;
  line-height: 1.62;
  color: var(--ink-soft);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 700; color: var(--ink); line-height: 1.12; letter-spacing: .002em; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 22px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'Jost', sans-serif; font-weight: 600; font-size: 13.5px;
  letter-spacing: .16em; text-transform: uppercase;
  background: var(--ink); color: #fff;
  padding: 14px 34px; border: 0; border-radius: 999px; cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}
.btn:hover { background: var(--teal-dark); transform: translateY(-1px); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--teal-dark); color: #fff; }

.site-header { position: relative; z-index: 60; }
.topline { background: var(--teal-deep); color: #cfe6e4; }
.topline-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  min-height: 34px; font-size: 13px; font-weight: 500;
}
.topline-slogan { font-family: 'Caveat', cursive; font-weight: 600; font-size: 18px; letter-spacing: .02em; color: #e8f3f2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.topline-links { display: flex; gap: 2px; flex: none; }
.topline-links a { color: #e8f3f2; padding: 4px 9px; border-radius: 3px; }
.topline-links a:hover { color: #fff; background: rgba(255, 255, 255, .12); }

.masthead { background: var(--bg); border-bottom: 1px solid var(--line); }
.masthead-inner {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  min-height: 78px; gap: 10px;
}
.logo { display: flex; flex-direction: column; align-items: center; gap: 0; grid-column: 2; }
.logo-mark {
  position: relative;
  font-family: 'Caveat', cursive; font-weight: 600; font-size: 42px;
  letter-spacing: .01em; color: var(--ink); line-height: 1;
}
.logo-mark i { font-style: normal; color: var(--teal-dark); }
.logo-sub {
  font-family: 'Jost', sans-serif; font-weight: 500; font-size: 10px;
  letter-spacing: .38em; text-transform: uppercase; color: var(--muted); padding-left: .38em;
}
.catbar { background: transparent; border-bottom: 1px solid var(--line); }
.main-nav { display: flex; flex-wrap: wrap; justify-content: center; }
.main-nav a {
  font-family: 'Jost', sans-serif; font-weight: 500; font-size: 13.5px;
  letter-spacing: .13em; text-transform: uppercase; color: var(--ink-2);
  padding: 13px 15px; border-bottom: 2px solid transparent; transition: color .16s ease, border-color .16s ease;
}
.main-nav a:hover { color: var(--teal-dark); }
.main-nav a.active { color: var(--teal-deep); border-bottom-color: var(--teal); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; grid-column: 1; justify-self: start; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 6px 0; border-radius: 2px; }
.header-tools { display: flex; align-items: center; gap: 4px; grid-column: 3; justify-self: end; }
.search-toggle {
  display: flex; align-items: center; gap: 7px; background: #fff; cursor: pointer;
  border: 1px solid var(--line); border-radius: 40px; padding: 8px 16px; color: var(--ink);
  transition: border-color .16s ease, color .16s ease;
}
.st-label { font-family: 'Jost', sans-serif; font-weight: 500; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; }
.search-toggle:hover { border-color: var(--teal); color: var(--teal-deep); }
.search-open .search-toggle { border-color: var(--teal); background: var(--mist); color: var(--teal-deep); }

.hsearch { display: none; background: #fff; border-top: 1px solid var(--line); position: absolute; left: 0; right: 0; top: 100%; }
.search-open .hsearch { display: block; box-shadow: var(--shadow-hover); }
.hsearch-inner { padding-top: 14px; padding-bottom: 16px; }
.hsearch-input {
  width: 100%; font-family: inherit; font-size: 16px; color: var(--ink);
  border: 1px solid var(--line); border-radius: 999px; padding: 12px 20px; background: var(--bg);
}
.hsearch-input:focus { outline: 2px solid var(--teal); outline-offset: -1px; }
.hsearch-input::placeholder { color: var(--muted); }
.hsearch-results { margin-top: 6px; }
.hsearch-results a {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 9px 14px; border-radius: 8px; font-size: 15px; color: var(--ink);
}
.hsearch-results a:hover { background: var(--mist); color: var(--teal-deep); }
.hs-p { font-family: 'Jost', sans-serif; font-weight: 600; white-space: nowrap; }
.hs-none { padding: 9px 14px; color: var(--muted); font-size: 15px; }

.hero {
  position: relative; overflow: hidden; color: var(--ink);
  background: linear-gradient(116deg, #f6efe4 0%, var(--bg) 46%, #eee6f0 78%, #e2ecea 100%);
  border-bottom: 1px solid var(--line);
  padding: 64px 0 56px;
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(560px 300px at 86% 0%, rgba(46, 158, 153, .12), transparent 70%),
    radial-gradient(520px 320px at 6% 100%, rgba(201, 139, 139, .16), transparent 70%);
}
.hero-core { position: relative; text-align: center; max-width: 900px; margin: 0 auto; }
.hero-kicker {
  font-family: 'Caveat', cursive; font-weight: 600; font-size: 24px;
  letter-spacing: .01em; color: var(--teal-dark); margin-bottom: 12px;
}
.hero-kicker::before {
  content: ''; display: block; width: 54px; height: 3px; margin: 0 auto 12px; border-radius: 2px;
  background: linear-gradient(90deg, var(--teal) 0 50%, var(--rose) 50% 100%);
}
.hero h1 { font-size: 62px; line-height: 1.03; color: var(--ink); margin-bottom: 18px; }
.hero h1 .accent { color: var(--teal-dark); font-style: italic; }
.hero-sub { font-size: 18px; color: var(--ink-soft); max-width: 730px; margin: 0 auto 30px; }
.hero-ctas { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.btn-hero { background: var(--ink); color: #fff; }
.btn-hero:hover { background: var(--teal-dark); }
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Jost', sans-serif; font-weight: 600; font-size: 13.5px;
  letter-spacing: .16em; text-transform: uppercase;
  padding: 14px 34px; border: 1.5px solid var(--ink); border-radius: 999px; color: var(--ink);
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}
.btn-ghost:hover { border-color: var(--teal-dark); background: var(--teal-dark); color: #fff; transform: translateY(-1px); }

.hero-rail-wrap { position: relative; margin-top: 48px; }
.rail-lead {
  font-family: 'Jost', sans-serif; font-weight: 600; font-size: 11.5px;
  letter-spacing: .3em; text-transform: uppercase; color: var(--muted); text-align: center; margin-bottom: 14px;
}
.hero-rail { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.rail-card {
  display: flex; flex-direction: column; gap: 6px; background: #fff; color: var(--ink);
  border-radius: var(--radius); padding: 10px 10px 13px; overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.rail-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.rail-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 6px; }
.rail-t {
  font-size: 13px; line-height: 1.32; font-weight: 500; color: var(--ink); padding: 0 4px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.rail-p { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 15px; color: var(--teal-deep); padding: 0 4px; }
.rail-p em { font-style: normal; font-weight: 500; font-size: 12px; color: var(--muted); margin-left: 5px; }

.usp-strip { padding: 32px 0 0; }
.usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.usp-item {
  display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 15px 16px; font-size: 14px; color: var(--ink-soft);
}
.usp-item svg { color: var(--teal-dark); flex: none; }

.eyebrow {
  font-family: 'Caveat', cursive; font-weight: 600; font-size: 23px;
  letter-spacing: .01em; color: var(--rose); text-transform: none;
}
.eyebrow::before {
  content: ''; display: block; width: 44px; height: 3px; margin-bottom: 8px; border-radius: 2px;
  background: linear-gradient(90deg, var(--teal) 0 50%, var(--rose) 50% 100%);
}

.room-band { padding: 34px 0 0; }
.room-lead {
  font-family: 'Jost', sans-serif; font-weight: 600; font-size: 11.5px;
  letter-spacing: .28em; text-transform: uppercase; color: var(--muted); text-align: center; 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: 8px; background: #fff;
  border: 1px solid var(--line); border-radius: 40px; padding: 9px 18px;
  font-size: 14.5px; font-weight: 500; color: var(--ink);
  transition: border-color .16s ease, color .16s ease, transform .16s ease;
}
.room-grid a:hover { border-color: var(--teal); color: var(--teal-deep); transform: translateY(-2px); }
.room-grid svg { color: var(--rose); flex: none; }

.categories { padding: 54px 22px 8px; }
.cat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.cat-card {
  display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.cat-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.cat-img { aspect-ratio: 3 / 4; background: var(--mist); }
.cat-img img { width: 100%; height: 100%; object-fit: cover; }
.cat-overlay { background: #fff; border-top: 1px solid var(--line); padding: 13px 15px 15px; text-align: center; }
.cat-overlay h3 { font-size: 21px; letter-spacing: .01em; color: var(--ink); }
.cat-overlay p { font-size: 12.5px; color: var(--muted); }

.catalog { padding: 52px 22px; }
.section-head { text-align: center; margin-bottom: 32px; }
.section-head h2 { font-size: 40px; letter-spacing: .002em; }
.section-head p { color: var(--muted); margin-top: 6px; }
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { border-color: var(--rose); box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.card-link { display: flex; flex-direction: column; flex: 1; }
.card-img { position: relative; aspect-ratio: 3 / 4; background: var(--mist); overflow: hidden; border-bottom: 1px solid var(--line); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.card:hover .card-img img { transform: scale(1.05); }
.card-rate {
  position: absolute; top: 10px; left: 10px; background: rgba(36, 31, 27, .88); color: #fff;
  font-family: 'Jost', sans-serif; font-weight: 600; font-size: 12px;
  padding: 3px 10px; border-radius: 40px; letter-spacing: .05em;
}
.card-swatch {
  position: absolute; top: 10px; right: 10px; display: flex; align-items: center; gap: 6px;
  background: rgba(255, 255, 255, .93); border: 1px solid var(--line); border-radius: 40px;
  padding: 3px 10px 3px 4px; font-size: 11.5px; font-weight: 500; color: var(--ink);
}
.sw-dot { width: 14px; height: 14px; border-radius: 50%; border: 1px solid rgba(36, 31, 27, .25); flex: none; }
.card-body { padding: 14px 16px 4px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card-cat {
  font-family: 'Jost', sans-serif; font-weight: 600; font-size: 10.5px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--teal-dark);
}
.card-title { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 700; font-size: 20px; line-height: 1.16; color: var(--ink); }
.card-short { font-size: 13.5px; color: var(--muted); line-height: 1.45; }
.card-spec { font-size: 12.5px; color: var(--ink-soft); }
.card-spec b { font-weight: 500; color: var(--ink); }
.card-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 8px; }
.card-price { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 19px; color: var(--ink); white-space: nowrap; }
.card-count { font-size: 12px; color: var(--muted); text-align: right; }
.card-foot { padding: 10px 16px 16px; }
.btn-card {
  display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  background: var(--ink); color: #fff;
  font-family: 'Jost', sans-serif; font-weight: 600; font-size: 12.5px;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 11px 14px; border-radius: 999px;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.btn-card:hover { background: var(--teal-dark); transform: translateY(-1px); box-shadow: 0 7px 16px rgba(35, 128, 124, .3); }
.btn-card svg { flex: none; }
.stars .star { color: #ddd5c8; font-size: 14px; }
.stars .star.on { color: var(--star); }
.rcount { color: var(--muted); font-size: 13px; margin-left: 4px; }

.colour-band { padding: 8px 0 4px; }
.colour-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 8px; }
.colour-card {
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 10px;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.colour-card:hover { border-color: var(--teal); transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.colour-chip { width: 42px; height: 42px; border-radius: 50%; border: 2px solid rgba(36, 31, 27, .15); }
.colour-name { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 700; font-size: 18px; letter-spacing: .01em; color: var(--ink); }
.colour-n { font-size: 12px; color: var(--muted); }

.promo-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-top: 0; padding-bottom: 52px; }
.page-hero + .promo-duo { padding-top: 40px; }
.promo-tile {
  display: block; border-radius: var(--radius); padding: 36px 36px 34px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.promo-tile:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.promo-dark { background: linear-gradient(135deg, var(--teal-deep), var(--teal-dark)); color: #dcefee; }
.promo-warm { background: linear-gradient(135deg, #b47676, var(--rose)); color: #fbeeec; }
.promo-eyebrow {
  font-family: 'Caveat', cursive; font-weight: 600; font-size: 22px;
  letter-spacing: .01em; opacity: .9; margin-bottom: 8px;
}
.promo-tile h3 { font-size: 31px; margin-bottom: 10px; color: #fff; letter-spacing: .005em; }
.promo-tile p { font-size: 15.5px; opacity: .92; margin-bottom: 18px; }
.promo-cta {
  font-family: 'Jost', sans-serif; font-weight: 600; font-size: 12.5px;
  letter-spacing: .15em; text-transform: uppercase; border-bottom: 1.5px solid currentColor; padding-bottom: 3px;
}

.kit-band { padding: 6px 0 52px; }
.kit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 6px; }
.kit-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 24px 20px; box-shadow: var(--shadow); }
.kit-card h3 { font-size: 26px; margin-bottom: 8px; letter-spacing: .005em; }
.kit-card > p { font-size: 15px; color: var(--muted); margin-bottom: 16px; }
.kit-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.kit-item { display: block; border: 1px solid var(--line); border-radius: 8px; padding: 8px 8px 10px; text-align: center; transition: border-color .16s ease; }
.kit-item:hover { border-color: var(--teal); }
.kit-item img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 5px; margin-bottom: 6px; }
.kit-item span { display: block; font-size: 12px; line-height: 1.3; color: var(--ink-soft); }
.kit-item b { display: block; font-family: 'Jost', sans-serif; font-weight: 600; font-size: 14.5px; color: var(--ink); margin-top: 3px; }

.stats-band { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 44px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; text-align: center; }
.stat-num { display: block; font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 700; font-size: 50px; line-height: 1; color: var(--teal-dark); }
.stat-num em { font-style: normal; font-size: 17px; margin-left: 5px; color: var(--ink); }
.stat-label { display: block; font-size: 13.5px; color: var(--muted); margin-top: 6px; }

.value-band { background: var(--ink); color: #fff; padding: 58px 0; }
.value-band .section-head h2 { color: #fff; }
.value-band .section-head p { color: #c5bcb2; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.value-item { text-align: center; }
.value-icon { margin-bottom: 10px; color: var(--rose); }
.value-item h3 { font-size: 26px; margin-bottom: 8px; color: #fff; letter-spacing: .005em; }
.value-item p { color: #c5bcb2; font-size: 15px; }

.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: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px 30px; }
.fit-steps h3, .fit-table h3 { position: relative; font-size: 26px; margin-bottom: 14px; padding-top: 12px; letter-spacing: .005em; }
.fit-steps h3::before, .fit-table h3::before {
  content: ''; position: absolute; top: 0; left: 0; width: 44px; height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, var(--teal) 0 50%, var(--rose) 50% 100%);
}
.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); font-weight: 500; }
.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(--mist); font-family: 'Jost', sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: .09em; text-transform: uppercase; color: var(--ink); }
.fit-table td:first-child { font-family: 'Jost', sans-serif; font-weight: 600; white-space: nowrap; color: var(--ink); }

.spotlight { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 44px; align-items: center; padding: 56px 22px; }
.spot-media { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; box-shadow: var(--shadow); }
.spot-media img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 6px; }
.spot-text h2 { font-size: 38px; margin: 8px 0 10px; letter-spacing: .002em; }
.spot-rating { margin-bottom: 12px; }
.spot-rating span { color: var(--muted); font-size: 14px; margin-left: 6px; }
.spot-row { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 22px; }
.spot-price { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 30px; color: var(--ink); }
.spot-more { font-weight: 500; color: var(--teal-deep); border-bottom: 1px solid rgba(35, 128, 124, .4); }
.spot-more:hover { color: var(--ink); border-bottom-color: var(--ink); }

.care-band { padding: 54px 0 6px; }
.care-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.care-col { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--teal-dark); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px 30px; }
.care-dont { border-top-color: var(--rose); }
.care-col h3 { display: flex; align-items: center; gap: 10px; font-size: 26px; margin-bottom: 14px; letter-spacing: .005em; }
.care-do h3 svg { color: var(--teal-dark); }
.care-dont h3 svg { color: var(--rose); }
.care-col ul { list-style: none; }
.care-col li { position: relative; padding-left: 20px; margin-bottom: 11px; font-size: 15.5px; color: var(--ink-soft); }
.care-col li::before { content: ''; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; background: var(--teal-dark); border-radius: 50%; }
.care-dont li::before { background: var(--rose); }

.faq-band { padding: 54px 0 8px; }
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 26px; margin-bottom: 12px; box-shadow: var(--shadow); }
.faq-item h3 { font-size: 23px; margin-bottom: 8px; }
.faq-item p { font-size: 15.5px; color: var(--ink-soft); }
.faq-more { text-align: center; margin-top: 18px; }
.faq-more a { font-weight: 500; color: var(--teal-deep); border-bottom: 1px solid rgba(35, 128, 124, .4); }

.mission-band { padding: 60px 0; text-align: center; }
.mission-band h2 { font-size: 36px; max-width: 800px; margin: 0 auto 14px; letter-spacing: .002em; }
.mission-band p { color: var(--muted); max-width: 740px; 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: 34px; margin-bottom: 16px; letter-spacing: .002em; }
.seo-content h3 { font-size: 25px; 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(--mist); font-family: 'Jost', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: .07em; text-transform: uppercase; color: var(--ink); }

.testimonials { padding: 58px 0 70px; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--rose); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px 24px; }
.testi-stars { color: var(--star); font-size: 16px; letter-spacing: 2px; margin-bottom: 10px; }
.testi-figure { font-family: 'Caveat', cursive; font-weight: 600; font-size: 21px; letter-spacing: .01em; margin-bottom: 8px; color: var(--ink); }
.testi-card p { font-size: 15.5px; color: var(--ink-soft); }
.testi-name { margin-top: 12px; font-weight: 500; }
.testi-name a { color: var(--teal-deep); border-bottom: 1px solid rgba(35, 128, 124, .35); }
.testi-name a:hover { color: var(--ink); border-bottom-color: var(--ink); }

.cta-band { background: linear-gradient(118deg, var(--ink), var(--ink-3)); color: #fff; padding: 62px 0; text-align: center; }
.cta-band h2 { font-size: 38px; color: #fff; margin-bottom: 12px; letter-spacing: .005em; }
.cta-band p { color: #c5bcb2; max-width: 720px; margin: 0 auto 24px; }
.cta-band .btn { background: #fff; color: var(--ink); }
.cta-band .btn:hover { background: var(--rose); color: #fff; }

.page-hero { background: linear-gradient(116deg, #f6efe4 0%, var(--bg) 52%, #e2ecea 100%); border-bottom: 1px solid var(--line); color: var(--ink); padding: 46px 0 50px; }
.page-hero h1 { font-size: 48px; margin: 6px 0 10px; color: var(--ink); letter-spacing: .002em; }
.page-hero .eyebrow { color: var(--teal-dark); }
.page-hero .breadcrumb { padding: 0 0 10px; }
.page-hero-sub { color: var(--ink-soft); max-width: 660px; }

.breadcrumb { padding: 16px 22px 0; font-size: 14px; color: var(--muted); }
.breadcrumb a:hover { color: var(--teal-deep); }

.product { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 44px; padding: 30px 22px 50px; }

.product-flip { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); }
.product-flip .product-media { order: 2; }
.product-media { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 12px; align-self: start; }
.product-media img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 6px; }
.product-info h1 { font-size: 37px; margin: 8px 0 12px; letter-spacing: .002em; }
.product-info h1 .accent { color: var(--teal-dark); font-style: italic; }
.product-meta { margin-bottom: 12px; }
.product-price { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 32px; color: var(--ink); margin-bottom: 18px; }
.product-info .btn-buy { padding: 15px 48px; font-size: 14px; }
.product-intro { margin-top: 22px; color: var(--ink-soft); font-size: 17px; }
.spec-table { width: 100%; border-collapse: collapse; margin: 22px 0 4px; font-size: 15px; }
.spec-table th, .spec-table td { border: 1px solid var(--line); padding: 8px 12px; text-align: left; background: #fff; }
.spec-table th { width: 38%; font-family: 'Jost', sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: .09em; text-transform: uppercase; color: var(--ink); background: var(--mist); }
.spec-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 22px 0 4px; }
.spec-cell { background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--rose); border-radius: 8px; padding: 10px 14px; }
.spec-cell dt { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.spec-cell dd { font-size: 15px; font-weight: 500; color: var(--ink); margin-top: 2px; }
.avail-note { font-size: 13.5px; color: var(--muted); margin-top: 10px; }
.sib-band { padding: 0 22px 46px; }
.sib-band h2 { font-size: 28px; margin-bottom: 14px; letter-spacing: .005em; }
.sib-row { display: flex; flex-wrap: wrap; gap: 10px; }
.sib-chip {
  display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line);
  border-radius: 40px; padding: 7px 15px 7px 8px; font-size: 14px; font-weight: 500; color: var(--ink);
}
.sib-chip:hover { border-color: var(--teal); color: var(--teal-deep); }
.sib-chip.current { border-color: var(--ink); background: var(--ink); color: #fff; }

.feats { padding: 10px 22px 50px; }
.specs-head { font-size: 32px; margin-bottom: 4px; letter-spacing: .002em; }
.feat-list { border-top: 1px solid var(--line); margin-top: 16px; }
.feat-row { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.feat-num { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 700; font-size: 30px; color: var(--rose); line-height: 1; }
.feat-row h3 { font-size: 23px; margin-bottom: 4px; }
.feat-row p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.65; }

.feat-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 20px; }
.feat-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--teal); border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px 24px 24px; }
.feat-card h3 { font-size: 23px; margin: 7px 0 8px; }
.feat-card p { color: var(--ink-soft); font-size: 15px; line-height: 1.62; }
.feat-tag { font-family: 'Caveat', cursive; font-weight: 600; font-size: 20px; letter-spacing: .01em; color: var(--rose); }

.feat-split { margin-top: 18px; border-top: 1px solid var(--line); }
.feat-split-row { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: 30px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.feat-split-row h3 { font-size: 27px; line-height: 1.16; }
.feat-split-row p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.68; }
.fs-mark { display: block; font-family: 'Caveat', cursive; font-weight: 600; font-size: 19px; letter-spacing: .01em; color: var(--teal-dark); margin-bottom: 7px; }

.feat-lead { background: linear-gradient(126deg, var(--teal-deep), var(--teal-dark)); border-radius: var(--radius); padding: 32px 34px; margin-top: 20px; }
.feat-lead .feat-tag { color: #d8ecea; }
.feat-lead h3 { color: #fff; font-size: 30px; margin: 6px 0 10px; letter-spacing: .005em; }
.feat-lead p { color: #d2e7e6; font-size: 16px; line-height: 1.66; max-width: 780px; }
.feat-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.feat-note { background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--rose); border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px 24px; }
.feat-note h3 { font-size: 22px; margin-bottom: 7px; }
.feat-note p { color: var(--ink-soft); font-size: 15px; line-height: 1.62; }

.feat-quote { border-left: 3px solid var(--rose); padding: 4px 0 4px 20px; margin: 18px 0 6px; font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; font-style: italic; font-size: 25px; line-height: 1.32; color: var(--ink-2); }

.fit-note { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 30px; background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 30px; margin-top: 26px; }
.fit-note h3 { font-size: 25px; margin-bottom: 8px; letter-spacing: .005em; }
.fit-note p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.65; }
.fit-note ul { list-style: none; }
.fit-note li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 15px; color: var(--ink-soft); }
.fit-note li::before { content: ''; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; background: var(--teal-dark); border-radius: 50%; }
.fit-more { margin-top: 12px; }
.fit-link { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--teal-deep); border-bottom: 2px solid rgba(35, 128, 124, .4); padding-bottom: 2px; }
.fit-link:hover { color: var(--ink); border-bottom-color: var(--ink); }

.pick-band { padding: 46px 0 6px; }
.pick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pick-tile {
  display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 18px 20px 22px; overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .16s ease;
}
.pick-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); border-color: var(--teal); }
.pick-tile img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 6px; margin: 6px 0 8px; }
.pick-label { font-family: 'Caveat', cursive; font-weight: 600; font-size: 20px; letter-spacing: .01em; color: var(--rose); }
.pick-model { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 700; font-size: 23px; color: var(--ink); line-height: 1.16; }
.pick-note { font-size: 13.5px; color: var(--muted); }
.pick-price { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 21px; color: var(--ink); margin-top: 8px; }
.care-out { margin-top: 16px; }
.care-out a { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--teal-deep); border-bottom: 2px solid rgba(35, 128, 124, .4); padding-bottom: 2px; }
.care-out a:hover { color: var(--ink); border-bottom-color: var(--ink); }
.faq-pull { margin-top: 10px; padding-left: 14px; border-left: 3px solid var(--rose); font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; font-style: italic; font-size: 20px; color: var(--ink-2); }

.info-page { padding: 46px 0 64px; }
.info-page .wrap { max-width: 820px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 38px 42px; }
.info-page h2 { font-size: 30px; margin: 26px 0 10px; letter-spacing: .005em; }
.info-page h2:first-child { margin-top: 0; }
.info-page h3 { font-size: 23px; margin: 18px 0 8px; }
.info-page p { margin-bottom: 12px; }
.info-page ul, .info-page ol { margin: 10px 0 14px 22px; }
.info-page li { margin-bottom: 7px; }
.info-page a { color: var(--teal-deep); border-bottom: 1px solid rgba(35, 128, 124, .35); }
.info-page a:hover { color: var(--ink); border-bottom-color: var(--ink); }
.info-page table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 15px; }
.info-page th, .info-page td { border: 1px solid var(--line); padding: 9px 12px; text-align: left; }
.info-page th { background: var(--mist); font-family: 'Jost', sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: .07em; text-transform: uppercase; color: var(--ink); }

.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 44px 22px 60px; }
.guide-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px 28px; transition: transform .2s ease, box-shadow .2s ease; }
.guide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.guide-card h2 { font-size: 27px; margin-bottom: 8px; }
.guide-card p { font-size: 15px; color: var(--muted); }
.guide-read { display: inline-block; margin-top: 12px; font-family: 'Jost', sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--teal-deep); }
.guide-picks { padding: 0 22px 56px; }
.guide-picks h2 { font-size: 32px; margin-bottom: 18px; letter-spacing: .005em; }

.site-footer { background: var(--ink); color: #cfc7bd; margin-top: 40px; }
.foot-trust { background: var(--ink-2); border-bottom: 1px solid rgba(255, 255, 255, .08); }
.foot-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-top: 20px; padding-bottom: 20px; }
.trust-chip { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 500; color: #eae4dc; }
.trust-chip svg { color: var(--rose); flex: none; }
.foot-manifesto { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 44px; padding-top: 42px; padding-bottom: 34px; border-bottom: 1px solid rgba(255, 255, 255, .09); }
.foot-brand .logo-word {
  display: inline-block; font-family: 'Caveat', cursive; font-weight: 600; font-size: 40px;
  letter-spacing: .01em; color: #fff; margin-bottom: 10px;
}
.foot-brand .logo-word i { font-style: normal; color: var(--rose); }
.foot-brand p { font-size: 15px; color: #b3a99e; }
.foot-label { display: block; font-family: 'Jost', sans-serif; font-weight: 600; font-size: 11.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--rose-soft); margin-bottom: 12px; }
.foot-cheat ul { list-style: none; }
.foot-cheat li { font-size: 14px; color: #b3a99e; margin-bottom: 6px; }
.foot-cheat b { color: #fff; font-family: 'Jost', sans-serif; font-weight: 600; letter-spacing: .02em; margin-right: 6px; }
.foot-cheat > a { display: inline-block; margin-top: 10px; font-size: 13.5px; color: var(--teal); font-weight: 500; }
.foot-cheat > a:hover { color: #fff; }
.foot-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding-top: 34px; padding-bottom: 34px; }
.foot-group { display: flex; flex-direction: column; gap: 7px; font-size: 14.5px; }
.foot-group a, .foot-group span:not(.foot-label) { color: #b3a99e; }
.foot-group a:hover { color: #fff; }
.foot-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-top: 20px; padding-bottom: 26px; border-top: 1px solid rgba(255, 255, 255, .09); }
.foot-bottom-text p { font-size: 13px; color: #93897e; margin-bottom: 5px; }
.to-top { background: none; border: 1px solid rgba(255, 255, 255, .28); color: #cfc7bd; border-radius: 999px; padding: 8px 18px; cursor: pointer; font-family: 'Jost', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; flex: none; }
.to-top:hover { border-color: var(--teal); color: #fff; }

.nf-list { list-style: none; }
.nf-list li { margin-bottom: 9px; }

@media (max-width: 1000px) {
  .hero h1 { font-size: 48px; }
  .hero-rail { grid-template-columns: repeat(3, 1fr); }
  .hero-rail .rail-card:nth-child(n+4) { display: none; }
  .usp-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .grid { grid-template-columns: repeat(3, 1fr); }
  .colour-grid { grid-template-columns: repeat(4, 1fr); }
  .kit-grid { grid-template-columns: 1fr; }
  .value-grid, .testi-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .fit-cols, .care-cols, .promo-duo, .product, .product-flip, .spotlight, .guide-grid { grid-template-columns: 1fr; }
  .product-flip .product-media { order: 0; }
  .feat-cards, .pick-grid { grid-template-columns: repeat(2, 1fr); }
  .feat-split-row, .feat-duo, .fit-note { grid-template-columns: 1fr; gap: 12px; }
  .foot-manifesto { grid-template-columns: 1fr; gap: 26px; }
  .foot-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-nav { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .topline-slogan { display: none; }
  .topline-inner { justify-content: center; }
  .masthead-inner { min-height: 62px; }
  .logo-mark { font-size: 32px; }
  .nav-toggle { display: block; }
  .catbar { display: none; }
  .nav-open .catbar { display: block; background: var(--bg); }
  .main-nav { flex-direction: column; align-items: stretch; padding-top: 4px; padding-bottom: 8px; }
  .main-nav a { padding: 11px 4px; border-bottom: 1px solid var(--line); }
  .st-label { display: none; }
  .search-toggle { padding: 8px 11px; }
  .hero { padding: 42px 0 40px; }
  .hero h1 { font-size: 37px; }
  .hero-sub { font-size: 16px; }
  .hero-ctas .btn, .hero-ctas .btn-ghost { width: 100%; }
  .hero-rail { grid-template-columns: repeat(2, 1fr); }
  .hero-rail .rail-card:nth-child(n+3) { display: none; }
  .usp-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .colour-grid { grid-template-columns: repeat(3, 1fr); }
  .section-head h2 { font-size: 30px; }
  .card-title { font-size: 17px; }
  .card-short { display: none; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-num { font-size: 38px; }
  .info-page .wrap { padding: 26px 20px; }
  .product-info h1 { font-size: 28px; }
  .spot-text h2, .cta-band h2, .mission-band h2 { font-size: 29px; }
  .feat-row { grid-template-columns: 1fr; gap: 4px; }
  .feat-cards, .pick-grid, .spec-cards { grid-template-columns: 1fr; }
  .feat-lead { padding: 24px 22px; }
  .feat-lead h3 { font-size: 25px; }
  .feat-quote { font-size: 21px; }
  .fit-note { padding: 22px 20px; }
  .foot-trust-grid { grid-template-columns: 1fr; }
  .foot-nav { grid-template-columns: 1fr; gap: 22px; }
  .foot-bottom { flex-direction: column; }
}

@media (max-width: 430px) {
  .grid, .cat-grid { grid-template-columns: 1fr; }
  .colour-grid { grid-template-columns: repeat(2, 1fr); }
}
