:root {
  --teal-900: oklch(20% 0.02 230);
  --teal-800: oklch(22% 0.02 230);
  --teal-700: oklch(42% 0.1 195);
  --teal-600: oklch(50% 0.13 195);
  --teal-600-hover: oklch(42% 0.13 195);
  --teal-500: oklch(58% 0.12 195);
  --teal-400: oklch(60% 0.12 195);
  --teal-tint: oklch(93% 0.03 195);
  --teal-tint2: oklch(95% 0.012 200);
  --bg: oklch(98% 0.006 200);
  --border: oklch(91% 0.01 220);
  --border-light: oklch(93% 0.008 220);
  --input-border: oklch(85% 0.01 220);
  --text-muted: oklch(46% 0.02 230);
  --text-body: oklch(30% 0.02 230);
  --text-dark: oklch(22% 0.02 230);
  --accent: oklch(60% 0.14 40);
  --accent-danger: oklch(55% 0.14 25);
  --footer-bg: oklch(20% 0.02 230);
  --footer-text: oklch(88% 0.006 220);
  --footer-muted: oklch(70% 0.01 220);
  --footer-border: oklch(30% 0.02 230);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: 'Karla', sans-serif;
  background: var(--bg);
  color: var(--text-dark);
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
::selection { background: oklch(58% 0.12 195 / 0.25); }
img { max-width: 100%; }

h1, h2, h3 { font-family: 'Manrope', sans-serif; }

/* Header */
.topbar {
  background: var(--teal-700);
  color: #fff;
  font-size: 13px;
  padding: 8px 24px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  text-align: center;
}
.topbar a { font-weight: 700; color: #fff; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.site-header.static { position: static; }

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 40px;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal-400), oklch(46% 0.11 195));
  flex-shrink: 0;
}
.brand-mark::before, .brand-mark::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  background: #fff;
  border-radius: 2px;
}
.brand-mark::before { width: 18px; height: 6px; transform: translate(-50%, -50%); }
.brand-mark::after { width: 6px; height: 18px; transform: translate(-50%, -50%); }
.brand-mark.sm { width: 32px; height: 32px; background: var(--teal-500); }
.brand-mark.sm::before { width: 14px; height: 5px; }
.brand-mark.sm::after { width: 5px; height: 14px; }
.brand-name { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 20px; }
.brand-name span { color: var(--teal-600); }

.nav-links {
  display: flex;
  gap: 28px;
  font-weight: 700;
  font-size: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-links a:hover { color: var(--teal-600); }
.nav-links a.active { color: var(--teal-600); }

.header-actions { display: flex; align-items: center; gap: 16px; }

.icon-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid var(--input-border);
  background: none;
  cursor: pointer;
}
.cart-bag {
  width: 16px; height: 12px;
  border: 2px solid var(--text-dark);
  border-top: none;
  border-radius: 0 0 3px 3px;
}
.cart-badge {
  position: absolute; top: -6px; right: -6px;
  background: var(--accent); color: #fff;
  font-size: 11px; font-weight: 700;
  width: 18px; height: 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.cart-badge[hidden] { display: none; }

.btn {
  display: inline-block;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  font-family: 'Karla', sans-serif;
  text-align: center;
}
.btn-lg { padding: 14px 28px; font-size: 15px; }
.btn-primary { background: var(--teal-600); color: #fff; }
.btn-primary:hover { background: var(--teal-600-hover); }
.btn-outline { border: 1.5px solid oklch(80% 0.01 220); color: var(--text-dark); background: none; }
.btn-outline:hover { background: oklch(95% 0.008 220); }
.btn-outline-white { border: 1.5px solid #fff; color: #fff; background: none; }
.btn-white { background: #fff; color: var(--teal-700); }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { opacity: 0.92; }
.btn:disabled { opacity: 0.5; cursor: not-allowed; }

/* Sections */
.section { max-width: 1280px; margin: 0 auto; padding: 80px 40px; }
.section-narrow { max-width: 800px; margin: 0 auto; padding: 64px 40px 24px; text-align: center; }
.eyebrow {
  display: inline-block;
  background: var(--teal-tint);
  color: oklch(40% 0.12 195);
  font-weight: 700; font-size: 13px;
  padding: 6px 14px; border-radius: 20px;
  margin-bottom: 20px;
}
.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-head p, .lead { color: var(--text-muted); font-size: 16px; line-height: 1.6; }

.img-box {
  border-radius: 20px;
  overflow: hidden;
  background: var(--teal-tint2);
}
.img-box img { width: 100%; height: 100%; object-fit: cover; display: block; }
.img-box.h-420 { height: 420px; }
.img-box.h-360 { height: 360px; }
.img-box.h-340 { height: 340px; }
.img-box.h-300 { height: 300px; }
.img-box.h-220 { height: 220px; }
.img-box.h-180 { height: 180px; }
.img-box.h-160 { height: 160px; }
.img-box.h-170 { height: 170px; }
.img-box.h-140 { height: 140px; }
.img-box.round {
  width: 120px; height: 120px; border-radius: 50%; margin: 0 auto 16px; flex-shrink: 0;
}
.img-box.round.lg { width: 130px; height: 130px; }

.grid { display: grid; gap: 24px; }
.grid-auto-220 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.grid-auto-230 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.grid-auto-240 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.grid-auto-200 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.grid-auto-260 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid-2 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; }
.grid-2-11 { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); align-items: center; }

.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
}
.card:hover, a.card:hover { box-shadow: 0 8px 24px oklch(20% 0.02 230 / 0.08); }
.card-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--teal-tint); margin-bottom: 16px; }
.card-icon.circle { border-radius: 50%; }
.card-icon.diamond { border-radius: 12px; transform: rotate(45deg); }
.card-icon.sm { width: 44px; height: 44px; margin-bottom: 14px; }

.stat { }
.stat-num { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 28px; color: var(--teal-600); }
.stat-label { font-size: 13px; color: var(--text-muted); }

.strip {
  background: var(--teal-700);
  padding: 20px 40px;
}
.strip-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; justify-content: space-around; flex-wrap: wrap; gap: 16px;
  color: #fff; font-weight: 700; font-size: 14px; text-align: center;
}

.value-item { display: flex; gap: 14px; }
.value-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); margin-top: 8px; flex-shrink: 0; }

.member { text-align: center; }
.member-name { font-family: 'Manrope', sans-serif; font-weight: 700; }
.member-role { font-size: 13px; color: var(--text-muted); }
.member-role.brand { color: var(--teal-600); font-weight: 700; margin: 4px 0 8px; }
.member-bio { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

.testimonial { background: #fff; border-radius: 16px; padding: 28px; }
.stars { color: var(--accent); font-size: 18px; margin-bottom: 12px; }
.testimonial p { font-size: 15px; line-height: 1.6; color: var(--text-body); margin: 0 0 16px; }
.testimonial .author { font-weight: 700; font-size: 14px; }

.product-card { border: 1px solid var(--border); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; background: #fff; }
.product-body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.product-cat { font-size: 12px; color: var(--teal-600); font-weight: 700; margin-bottom: 6px; }
.product-name { font-weight: 700; font-size: 15px; margin-bottom: 6px; }
.product-desc { font-size: 13px; color: var(--text-muted); line-height: 1.5; margin: 0 0 14px; flex: 1; }
.product-row { display: flex; justify-content: space-between; align-items: center; }
.product-price { font-weight: 800; color: var(--teal-600); font-size: 16px; }

.tip-card { display: block; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; background: #fff; }
.tip-body { padding: 18px; }
.tip-cat { font-size: 12px; color: var(--teal-600); font-weight: 700; margin-bottom: 6px; }
.tip-title { font-weight: 700; }

.cta-band { background: var(--teal-700); padding: 64px 40px; }
.cta-band-inner { max-width: 800px; margin: 0 auto; text-align: center; color: #fff; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Footer */
.site-footer { background: var(--footer-bg); color: var(--footer-text); padding: 64px 40px 24px; }
.footer-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--footer-border);
}
.footer-col-title { font-weight: 700; color: #fff; margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: var(--footer-muted); }
.footer-links a:hover { color: #fff; }
.footer-desc { font-size: 14px; line-height: 1.6; color: var(--footer-muted); }
.footer-bottom {
  max-width: 1280px; margin: 0 auto; padding-top: 20px;
  font-size: 13px; color: oklch(60% 0.01 220);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
}
.legal-footer { background: var(--footer-bg); color: var(--footer-muted); padding: 32px 40px; text-align: center; font-size: 13px; }
.legal-footer a { color: oklch(80% 0.01 220); }
.legal-footer a:hover { color: #fff; }

/* Legal pages */
.legal-page { max-width: 760px; margin: 0 auto; padding: 64px 40px 96px; }
.legal-page h1 { font-weight: 800; font-size: 34px; margin: 0 0 8px; }
.legal-page .updated { color: var(--text-muted); font-size: 14px; margin: 0 0 40px; }
.legal-box { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 32px; margin-bottom: 32px; }
.legal-box h2 { font-weight: 800; font-size: 18px; margin: 0 0 16px; }
.legal-box .row { display: flex; flex-direction: column; gap: 10px; font-size: 14px; line-height: 1.6; }
.legal-body { display: flex; flex-direction: column; gap: 28px; font-size: 15px; line-height: 1.75; color: var(--text-body); }
.legal-body h2 { font-weight: 800; font-size: 19px; color: var(--text-dark); margin: 0 0 10px; }
.legal-table { background: #fff; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin-top: 12px; }
.legal-table .row { display: grid; grid-template-columns: 1fr 2fr; padding: 14px 20px; border-bottom: 1px solid var(--border); font-size: 13px; }
.legal-table .row.head { font-weight: 700; background: var(--teal-tint2); }
.legal-table .row:last-child { border-bottom: none; }

/* Forms */
.field { margin-bottom: 14px; }
.field label { font-size: 13px; font-weight: 700; display: block; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 11px 14px;
  border: 1px solid var(--input-border); border-radius: 8px;
  font-family: 'Karla', sans-serif; font-size: 14px;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--teal-600); outline-offset: 1px; }
.checkbox-row { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; color: var(--text-muted); margin-bottom: 16px; }
.checkbox-row a { color: var(--teal-600); text-decoration: underline; }
.form-success { text-align: center; padding: 40px 0; }
.form-success .title { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 20px; margin-bottom: 8px; }
.form-error { color: var(--accent-danger); font-size: 13px; margin: -6px 0 14px; }

.contact-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 28px; }
.contact-card h3 { font-weight: 800; font-size: 18px; margin: 0 0 16px; }
.hours-row { display: flex; justify-content: space-between; font-size: 14px; }
.hours-row.accent { color: var(--teal-600); }

/* FAQ */
.faq-item { border: 1px solid var(--border); border-radius: 12px; padding: 20px 24px; }
.faq-q { font-weight: 700; margin-bottom: 8px; }
.faq-a { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* Pricing */
.price-table { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); }
.price-row { display: grid; grid-template-columns: 1fr auto; padding: 16px 24px; font-size: 14px; border-bottom: 1px solid var(--border); }
.price-row:last-child { border-bottom: none; }
.price-row span:last-child { font-weight: 700; }

/* Chips */
.chip { background: #fff; border: 1px solid var(--border); padding: 8px 18px; border-radius: 20px; font-size: 13px; font-weight: 700; }
.chip.muted { font-weight: 400; color: var(--text-muted); }

/* Cookie banner */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--teal-900); color: #fff;
  padding: 18px 24px; display: flex; gap: 20px;
  align-items: center; justify-content: center; flex-wrap: wrap;
  z-index: 100; font-size: 14px;
}
.cookie-banner a { text-decoration: underline; }
.cookie-banner button { background: var(--teal-500); color: #fff; border: none; padding: 10px 20px; border-radius: 8px; font-weight: 700; cursor: pointer; font-family: 'Karla', sans-serif; }
.cookie-banner button:hover { opacity: 0.9; }
.cookie-banner[hidden] { display: none; }

/* Cart drawer */
.cart-overlay { position: fixed; inset: 0; background: oklch(20% 0.02 230 / 0.45); z-index: 200; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(420px, 100%);
  background: var(--bg); z-index: 201; box-shadow: -8px 0 30px rgba(0,0,0,0.15);
  display: flex; flex-direction: column;
}
.cart-drawer[hidden], .cart-overlay[hidden] { display: none; }
.cart-head { padding: 24px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.cart-head .title { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 18px; }
.cart-close { background: none; border: none; font-size: 20px; cursor: pointer; color: var(--text-muted); }
.cart-body { flex: 1; overflow-y: auto; padding: 16px 24px; }
.cart-line { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--border-light); }
.cart-line-name { font-weight: 700; font-size: 14px; margin-bottom: 6px; }
.qty-controls { display: flex; align-items: center; gap: 10px; }
.qty-controls button { width: 24px; height: 24px; border-radius: 50%; border: 1px solid var(--input-border); background: #fff; cursor: pointer; font-size: 14px; }
.qty-controls span { font-size: 13px; min-width: 16px; text-align: center; }
.remove-link { font-size: 12px; color: var(--accent-danger); background: none; border: none; cursor: pointer; margin-left: 8px; }
.cart-empty { text-align: center; color: var(--text-muted); font-size: 14px; padding: 40px 0; }
.cart-foot { padding: 24px; border-top: 1px solid var(--border); }
.cart-total { display: flex; justify-content: space-between; font-weight: 800; font-size: 16px; margin-bottom: 16px; }
.checkout-form { display: flex; flex-direction: column; gap: 10px; padding: 0 0 24px; }
.checkout-form input { padding: 10px 12px; border: 1px solid var(--input-border); border-radius: 8px; font-family: 'Karla', sans-serif; font-size: 14px; }
.checkout-note { font-size: 12px; color: var(--text-muted); }
.order-success { text-align: center; padding: 16px; background: var(--teal-tint); border-radius: 10px; font-size: 14px; }

@media (max-width: 800px) {
  .grid-2, .grid-2-11 { grid-template-columns: 1fr; }
  .section { padding: 56px 24px; }
  .navbar { padding: 14px 20px; }
}
