/* =========================
   RESET / GLOBAL
========================= */
* {
  box-sizing: border-box;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.hero img {
  width: 100%;
  border-radius: 10px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.grid a {
  text-decoration: none;
  color: #222;
}

.grid img {
  width: 100%;
  border-radius: 8px;
}

.btn {
  display: inline-block;
  padding: 12px 16px;
  background: #0b5ed7;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 10px;
}

/* sauna override */
.sauna .btn {
  background: #c96a2b;
}

@media(max-width:768px){
  .hero-grid {
    grid-template-columns: 1fr;
  }
}
html {
  scroll-behavior: smooth;body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  color: #2f2a26;
  background: #f8f5f1;
  line-height: 1.6;
}

h1, h2, h3 {
  margin-top: 0;
  line-height: 1.12;
  color: #4a3427;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  margin-bottom: 14px;
  font-weight: 600;
}

h3 {
  font-size: 1.22rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.top-nav a,
.quote-box input,
.quote-box select,
.btn,
.muted,
p,
.small,
.location-card,
.trust-item {
  font-family: 'Inter', Arial, sans-serif;
}
}
body {
  font-family: 'Inter', Arial, sans-serif;
}h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  letter-spacing: -0.01em;
}h1 {
  font-weight: 600;
}

h2 {
  font-weight: 600;
}

h3 {
  font-weight: 500;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #2f2a26;
  background: #f8f5f1;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.section {
  padding: 56px 0;
}

.section-tight {
  padding: 36px 0;
}

h1, h2, h3 {
  margin-top: 0;
  line-height: 1.15;
  color: #4a3427;
}

h1 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  margin-bottom: 14px;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

p {
  margin-top: 0;
}

.small {
  font-size: 0.95rem;
}

.muted {
  color: #7a685c;
}

.center {
  text-align: center;
}

/* =========================
   BUTTONS
========================= */
.btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.2s ease;
  border: none;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: #c87433;
  color: #fff;
  box-shadow: 0 10px 24px rgba(200, 116, 51, 0.22);
}

.btn-primary:hover {
  background: #b8662e;
}

.btn-secondary {
  background: #fff;
  color: #a35c2c;
  border: 1px solid #d8c6b5;
}

.btn-full {
  width: 100%;
  text-align: center;
}

/* =========================
   TOP BAR
========================= */
.topbar {
  background: #fbf8f4;
  border-bottom: 1px solid #e8ddd1;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: #4a3427;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  background: #c87433;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.top-nav a {
  font-weight: 600;
  color: #5b4a3d;
}

.top-nav a:hover {
  color: #c87433;
}

/* =========================
   HERO
========================= */
.hero {
  background:
    linear-gradient(90deg, rgba(251,248,244,0.98) 0%, rgba(251,248,244,0.93) 46%, rgba(251,248,244,0.45) 70%, rgba(251,248,244,0.14) 100%),
    linear-gradient(135deg, #f8f3ed 0%, #efe5d8 100%);
  color: #3b2c23;
  padding: 56px 0 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.92fr;
  gap: 36px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  font-weight: 700;
  font-size: 0.98rem;
  margin-bottom: 18px;
  color: #9a6a42;
}

.hero p.lead {
  font-size: 1.1rem;
  max-width: 680px;
  color: #6e5d50;
}

.hero-points {
  list-style: none;
  margin: 28px 0 28px;
  padding: 0;
}

.hero-points li {
  margin: 12px 0;
  padding-left: 34px;
  position: relative;
  font-size: 1.05rem;
  color: #4c3c32;
}

.hero-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.9rem;
  font-weight: 800;
  background: #d07a38;
  color: #fff;
}

.founder-line {
  margin-top: 18px;
  font-size: 0.96rem;
  color: #6e5d50;
}

/* =========================
   QUOTE BOX
========================= */
.quote-box {
  background: #ffffff;
  color: #2f2a26;
  border: 1px solid #eadfd3;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(60, 35, 18, 0.08);
}

.quote-box h3 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: #b8662e;
}

.quote-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  font-size: 0.97rem;
  margin: 18px 0 20px;
  color: #6a584b;
}

.quote-checks span::before {
  content: "✓ ";
  font-weight: 800;
  color: #c87433;
}

.quote-box input,
.quote-box select {
  width: 100%;
  padding: 15px 16px;
  border-radius: 14px;
  margin-bottom: 14px;
  font-size: 1rem;
  border: 1px solid #ddd2c7;
  background: #fcfaf8;
  color: #3a312b;
}

.quote-box .btn {
  width: 100%;
  background: #c87433;
  color: #fff;
  box-shadow: none;
}

.quote-box .btn:hover {
  background: #b8662e;
}

/* =========================
   TRUST BAR
========================= */
.trust-bar-wrap {
  margin-top: -10px;
}

.trust-bar {
  background: #fffdfb;
  border-radius: 18px;
  padding: 16px 20px;
  box-shadow: 0 8px 24px rgba(60, 35, 18, 0.05);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  border: 1px solid #eadfd3;
}

.trust-item {
  text-align: center;
  font-weight: 700;
  color: #5d4c3f;
}

/* =========================
   PANELS / CARDS
========================= */
.card-panel,
.content-box,
.step,
.article-card,
.faq-item {
  background: #fffdfb;
  border-radius: 22px;
  padding: 30px;
  border: 1px solid #eadfd3;
  box-shadow: 0 8px 24px rgba(60, 35, 18, 0.04);
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.tile {
  border-radius: 18px;
  padding: 22px 18px;
  color: #3d2f25;
  min-height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fffaf5 0%, #f3e5d5 100%);
  border: 1px solid #ead9c8;
  box-shadow: 0 8px 22px rgba(60, 35, 18, 0.06);
}

.tile::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background:
    radial-gradient(circle at top right, #fff, transparent 28%),
    radial-gradient(circle at bottom left, #fff, transparent 24%);
}

.tile h3,
.tile p {
  position: relative;
  z-index: 1;
}

.tile p {
  margin-bottom: 0;
  color: #6e5d50;
  font-size: 0.95rem;
}

/* =========================
   HOW IT WORKS
========================= */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.step {
  text-align: center;
}

.step-num {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: #c87433;
}

/* =========================
   CONTENT BLOCKS
========================= */
.two-col {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.price-band {
  border-radius: 22px;
  padding: 30px;
  background: linear-gradient(180deg, #faf5ef 0%, #f1e5d8 100%);
  color: #3b2c23;
  border: 1px solid #e7d9ca;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.check-list li {
  margin-bottom: 14px;
  padding-left: 30px;
  position: relative;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #c87433;
}

/* =========================
   ARTICLE GRID
========================= */
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.article-card {
  overflow: hidden;
  padding: 0;
}

.article-thumb {
  height: 150px;
  background: linear-gradient(135deg, #eadbc9 0%, #d7b08a 100%);
}

.article-body {
  padding: 20px;
}

.article-body h3 {
  font-size: 1.08rem;
  margin-bottom: 8px;
}

.article-link {
  display: inline-block;
  margin-top: 8px;
  font-weight: 700;
  color: #b8662e;
}

/* =========================
   LOCATION GRID
========================= */
.location-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.location-card {
  background: #fffdfb;
  border: 1px solid #eadfd3;
  border-radius: 16px;
  padding: 18px 12px;
  text-align: center;
  font-weight: 700;
  color: #5b4a3d;
}

.location-card:hover {
  border-color: #d89a67;
}

/* =========================
   FAQ
========================= */
.faq-list {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 16px;
  padding: 18px 20px;
}

.faq-item h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

/* =========================
   CTA BAND
========================= */
.cta-band {
  background: linear-gradient(135deg, #c87433 0%, #d98e52 100%);
  color: #fff;
  border-radius: 24px;
  padding: 36px;
  text-align: center;
  box-shadow: 0 14px 36px rgba(164, 96, 43, 0.18);
}

/* =========================
   FOOTER
========================= */
.footer {
  background: #f1e7dc;
  color: #5e4c40;
  padding: 46px 0;
  margin-top: 56px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr 1fr;
  gap: 28px;
}

.footer h3 {
  color: #4a3427;
  font-size: 1.08rem;
  margin-bottom: 12px;
}

.footer a {
  display: block;
  margin-bottom: 8px;
  color: #6a584b;
}

.footer-bottom {
  border-top: 1px solid #dbcbbb;
  margin-top: 28px;
  padding-top: 18px;
  font-size: 0.95rem;
  color: #7b6a5e;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
  .hero-grid,
  .two-col,
  .footer-grid,
  .tile-grid,
  .article-grid,
  .location-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-bar {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .topbar-inner,
  .top-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-grid,
  .two-col,
  .tile-grid,
  .steps,
  .article-grid,
  .location-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-bar {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 46px;
  }

  .quote-checks {
    grid-template-columns: 1fr;
  }

  .card-panel,
  .content-box,
  .price-band,
  .cta-band,
  .quote-box {
    padding: 22px;
  }
}