/* ==========================================================================
   Panchmahabhuta Nature Cure — shared design stylesheet
   Theme: deep green · antique gold · ink black on warm cream
   ========================================================================== */

:root {
  --green-950: #07231a;
  --green-900: #0b2e22;
  --green-800: #0f3d2e;
  --green-700: #174f3b;
  --green-600: #1d5e45;
  --green-100: #e3ece4;

  --gold: #c9a24b;
  --gold-light: #e8c483;
  --gold-dark: #9c7632;
  --gold-grad: linear-gradient(135deg, #f0cd8c 0%, #c9a24b 45%, #9c7632 100%);

  --cream: #faf6ec;
  --cream-2: #f3ecdc;
  --paper: #fffdf8;
  --ink: #141414;
  --ink-2: #3a3a36;
  --muted: #6b6a62;
  --line: #e4dac3;

  --f-display: "Marcellus", "Cormorant Garamond", Georgia, serif;
  --f-accent: "Cormorant Garamond", Georgia, serif;
  --f-body: "Mulish", system-ui, -apple-system, "Segoe UI", sans-serif;

  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 18px 40px -18px rgba(11, 46, 34, .35);
  --shadow-sm: 0 6px 18px -8px rgba(11, 46, 34, .25);
  --wrap: 1200px;
  --gutter: clamp(16px, 4vw, 32px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 400; line-height: 1.2; margin: 0 0 .5em; color: var(--ink); }
p { margin: 0 0 1em; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 9vw, 110px); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Section headings ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-body); font-size: .78rem; font-weight: 800;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold-dark);
  margin-bottom: 14px;
}
.eyebrow::before, .eyebrow.center::after {
  content: ""; width: 28px; height: 1px; background: currentColor; opacity: .7;
}
.sec-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 56px); }
.sec-head.center { text-align: center; margin-inline: auto; }
.sec-head h2 { font-size: clamp(2rem, 4.2vw, 3rem); }
.sec-head h2 em { font-family: var(--f-accent); font-style: italic; color: var(--green-700); }
.sec-head p { color: var(--ink-2); font-size: 1.05rem; }
.divider-leaf { display: block; width: 120px; margin: 18px auto 0; color: var(--gold); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 800; font-size: .95rem; letter-spacing: .02em; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold-grad); color: var(--green-950); box-shadow: 0 10px 24px -10px rgba(201, 162, 75, .8); }
.btn-green { background: var(--green-800); color: #fff; }
.btn-green:hover { background: var(--green-700); }
.btn-outline { border-color: currentColor; color: var(--green-800); }
.btn-outline-light { border-color: rgba(232, 196, 131, .6); color: var(--gold-light); }
.btn-outline-light:hover { background: rgba(232, 196, 131, .1); }
.btn-wa { background: #1faa53; color: #fff; }
.btn-wa:hover { background: #178f45; }

/* ---------- Top bar ---------- */
.topbar { background: var(--green-950); color: #d9d2bf; font-size: .85rem; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; }
.topbar a:hover { color: var(--gold-light); }
.topbar .tb-left, .topbar .tb-right { display: flex; align-items: center; gap: 22px; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 8px; }
.topbar svg { width: 15px; height: 15px; color: var(--gold); }
.topbar .social { display: flex; gap: 12px; }

/* ---------- Header / nav ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 246, 236, .92); backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s;
}
.header.scrolled { border-color: var(--line); box-shadow: 0 8px 24px -18px rgba(0, 0, 0, .4); }
.header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 84px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 62px; height: 62px; filter: drop-shadow(0 4px 10px rgba(11, 46, 34, .18)); }
.brand-name { font-family: var(--f-display); font-size: 1.5rem; line-height: 1; color: var(--green-800); }
.brand-sub { display: block; font-family: var(--f-body); font-size: .68rem; font-weight: 800; letter-spacing: .3em; color: var(--gold-dark); margin-top: 6px; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  position: relative; padding: 10px 14px; font-weight: 700; font-size: .95rem; color: var(--ink-2);
}
.nav a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s;
}
.nav a:hover, .nav a.active { color: var(--green-800); }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.menu-btn { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: var(--paper); cursor: pointer; }
.menu-btn span { display: block; width: 20px; height: 2px; background: var(--green-800); margin: 4px auto; transition: .25s; }
.menu-open .menu-btn span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-btn span:nth-child(2) { opacity: 0; }
.menu-open .menu-btn span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #efe8d6;
  background:
    radial-gradient(900px 500px at 85% 20%, rgba(201, 162, 75, .16), transparent 60%),
    radial-gradient(700px 500px at 0% 100%, rgba(29, 94, 69, .55), transparent 60%),
    var(--green-900);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .07; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M40 8c10 10 10 22 0 32C30 30 30 18 40 8zm0 64c-10-10-10-22 0-32 10 10 10 22 0 32zM8 40c10-10 22-10 32 0-10 10-22 10-32 0zm64 0c-10 10-22 10-32 0 10-10 22-10 32 0z' fill='%23e8c483'/%3E%3C/svg%3E");
}
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 72px); align-items: center; padding-block: clamp(56px, 8vw, 110px); }
.hero .eyebrow { color: var(--gold-light); }
.hero h1 { font-size: clamp(2.5rem, 5.6vw, 4.4rem); color: #fff; margin-bottom: 20px; }
.hero h1 em { font-family: var(--f-accent); font-style: italic; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .08em; }
.hero-lead { font-size: 1.12rem; color: #d6d0bf; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 38px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, auto); gap: 28px; justify-content: start; padding-top: 26px; border-top: 1px solid rgba(232, 196, 131, .2); }
.hero-stats strong { display: block; font-family: var(--f-display); font-size: 2rem; color: var(--gold-light); line-height: 1.1; font-weight: 400; }
.hero-stats span { font-size: .85rem; color: #bdb6a3; }

.hero-visual { position: relative; justify-self: center; width: min(100%, 440px); }
.hero-arch {
  position: relative; aspect-ratio: 4 / 5; border-radius: 999px 999px 28px 28px; overflow: hidden;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .6);
}
.hero-arch img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual::before {
  content: ""; position: absolute; inset: -14px; border: 1px solid rgba(232, 196, 131, .55);
  border-radius: 999px 999px 36px 36px; pointer-events: none;
}
.hero-badge {
  position: absolute; left: -38px; bottom: 36px; width: 128px; height: 128px; border-radius: 50%;
  background: #fff; box-shadow: var(--shadow); padding: 4px;
}
.hero-chip {
  position: absolute; right: -18px; top: 18%;
  background: var(--paper); color: var(--ink); border-radius: 14px; padding: 12px 16px;
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 10px; font-size: .85rem; line-height: 1.3;
}
.hero-chip b { display: block; font-size: 1rem; color: var(--green-800); }
.hero-chip .ic { width: 38px; height: 38px; border-radius: 50%; background: var(--green-100); color: var(--green-700); display: grid; place-items: center; flex: none; }
.hero-chip .ic svg { width: 20px; height: 20px; }

/* ---------- Trust strip ---------- */
.trust { background: var(--paper); border-bottom: 1px solid var(--line); }
.trust .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 24px 18px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item .ic { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--green-800); color: var(--gold-light); flex: none; }
.trust-item .ic svg { width: 22px; height: 22px; }
.trust-item b { display: block; font-size: .98rem; }
.trust-item span { font-size: .85rem; color: var(--muted); line-height: 1.4; display: block; }

/* ---------- Five elements ---------- */
.elements { background: var(--cream); }
.el-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.el-card {
  position: relative; text-align: center; padding: 34px 18px 28px; border-radius: var(--radius);
  background: var(--paper); border: 1px solid var(--line); transition: transform .25s, box-shadow .25s, border-color .25s;
}
.el-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--gold-light); }
.el-card .el-ic {
  width: 74px; height: 74px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center;
  background: radial-gradient(circle at 30% 30%, var(--green-600), var(--green-900)); color: var(--gold-light);
  box-shadow: 0 0 0 6px var(--cream-2), 0 0 0 7px var(--gold-light);
}
.el-card .el-ic svg { width: 32px; height: 32px; }
.el-card h3 { font-size: 1.35rem; margin-bottom: 2px; }
.el-card .sk { font-family: var(--f-accent); font-style: italic; color: var(--gold-dark); font-size: 1.05rem; display: block; margin-bottom: 10px; }
.el-card p { font-size: .9rem; color: var(--muted); margin: 0; }

/* ---------- Treatments ---------- */
.treatments { background: var(--paper); }
.tr-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.tr-card {
  position: relative; display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden;
  background: var(--cream); border: 1px solid var(--line); transition: transform .25s, box-shadow .25s;
}
.tr-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.tr-card .tr-img { aspect-ratio: 4 / 3; overflow: hidden; }
.tr-card .tr-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.tr-card:hover .tr-img img { transform: scale(1.06); }
.tr-card .tr-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.tr-card h3 { font-size: 1.28rem; margin-bottom: 6px; }
.tr-card p { font-size: .9rem; color: var(--muted); flex: 1; }
.tr-card .more { font-weight: 800; font-size: .88rem; color: var(--green-700); display: inline-flex; align-items: center; gap: 6px; }
.tr-card .more svg { width: 16px; height: 16px; transition: transform .2s; }
.tr-card:hover .more svg { transform: translateX(4px); }
.tr-card.feature { background: var(--green-800); border-color: var(--green-800); color: #e9e2cf; }
.tr-card.feature h3 { color: #fff; }
.tr-card.feature p { color: #c9c2ad; }
.tr-card.feature .more { color: var(--gold-light); }
.tr-tag { position: absolute; top: 14px; left: 14px; background: var(--gold-grad); color: var(--green-950); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; }
.center-cta { text-align: center; margin-top: 44px; }

/* ---------- Home visit ---------- */
.homevisit { position: relative; background: var(--green-900); color: #e3dcc9; overflow: hidden; }
.homevisit .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.homevisit h2 { color: #fff; font-size: clamp(2rem, 4vw, 2.9rem); }
.homevisit h2 em { font-family: var(--f-accent); color: var(--gold-light); }
.homevisit .eyebrow { color: var(--gold-light); }
.hv-media { position: relative; }
.hv-media img { border-radius: var(--radius); aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.hv-media .frame { position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(232, 196, 131, .5); border-radius: var(--radius); z-index: -0; pointer-events: none; }
.hv-card {
  position: absolute; left: -24px; bottom: 32px; max-width: 250px; background: var(--paper); color: var(--ink);
  border-radius: 14px; padding: 16px 18px; box-shadow: var(--shadow); font-size: .9rem; line-height: 1.45;
}
.hv-card b { font-family: var(--f-display); font-weight: 400; font-size: 1.15rem; color: var(--green-800); display: block; margin-bottom: 4px; }
.steps { list-style: none; padding: 0; margin: 30px 0 34px; display: grid; gap: 18px; counter-reset: s; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: start; }
.steps li::before {
  counter-increment: s; content: "0" counter(s);
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--f-display); font-size: 1.2rem; color: var(--green-950); background: var(--gold-grad);
}
.steps b { display: block; color: #fff; font-size: 1.05rem; margin-bottom: 2px; }
.steps span { font-size: .93rem; color: #c3bca8; }

/* ---------- About doctor ---------- */
.about .wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.doc-photo {
  position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(160deg, var(--cream-2), #e8dcc0);
  display: grid; place-items: center; text-align: center; border: 1px solid var(--line);
}
.doc-photo img.mark { width: 62%; opacity: .9; }
.doc-photo .ph-note { position: absolute; bottom: 14px; left: 0; right: 0; font-size: .78rem; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }
.doc-wrap { position: relative; }
.doc-wrap::before { content: ""; position: absolute; inset: -16px 16px 16px -16px; border: 1px solid var(--gold); border-radius: var(--radius); pointer-events: none; }
.doc-seal {
  position: absolute; right: -20px; top: 28px; width: 118px; height: 118px; border-radius: 50%;
  background: var(--green-800); color: var(--gold-light); display: grid; place-items: center; text-align: center;
  box-shadow: 0 0 0 6px var(--cream), var(--shadow); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; line-height: 1.3;
}
.doc-seal b { display: block; font-family: var(--f-display); font-size: 1.9rem; letter-spacing: 0; font-weight: 400; color: #fff; }
.doc-name { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 4px; }
.doc-role { font-family: var(--f-accent); font-style: italic; font-size: 1.3rem; color: var(--gold-dark); margin-bottom: 18px; }
.creds { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 28px; }
.cred { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); font-size: .87rem; font-weight: 700; }
.cred svg { width: 16px; height: 16px; color: var(--green-700); }
.quote { border-left: 3px solid var(--gold); padding: 6px 0 6px 18px; font-family: var(--f-accent); font-style: italic; font-size: 1.25rem; color: var(--green-800); margin: 0 0 28px; line-height: 1.5; }

/* ---------- Online consult band ---------- */
.band {
  position: relative; border-radius: calc(var(--radius) + 6px); overflow: hidden; color: #fff;
  background: linear-gradient(100deg, rgba(7, 35, 26, .95) 0%, rgba(11, 46, 34, .85) 50%, rgba(11, 46, 34, .35) 100%), url("../img/leaves-bg.webp") center/cover;
  padding: clamp(36px, 6vw, 64px);
  display: grid; grid-template-columns: 1.4fr auto; gap: 30px; align-items: center;
}
.band h2 { color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: 10px; }
.band p { color: #d8d1bd; max-width: 560px; margin: 0; }
.band .btns { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Reviews ---------- */
.reviews { background: var(--cream-2); }
.rv-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }
.rv-head .sec-head { margin: 0; }
.g-summary { display: flex; align-items: center; gap: 16px; background: var(--paper); border: 1px solid var(--line); padding: 14px 20px; border-radius: 16px; }
.g-summary .g-logo { width: 34px; height: 34px; }
.g-summary .score { font-family: var(--f-display); font-size: 2.1rem; line-height: 1; }
.g-summary small { color: var(--muted); display: block; font-size: .82rem; }
.stars { display: inline-flex; gap: 2px; color: #f2b01e; }
.stars svg { width: 16px; height: 16px; }

.slider { position: relative; }
.track {
  display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 2 * 22px) / 3); gap: 22px;
  overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 4px 2px 14px;
}
.track::-webkit-scrollbar { display: none; }
.rv-card {
  scroll-snap-align: start; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; display: flex; flex-direction: column; gap: 14px;
}
.rv-top { display: flex; align-items: center; gap: 12px; }
.avatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; flex: none; }
.rv-top b { display: block; line-height: 1.2; }
.rv-top small { color: var(--muted); font-size: .8rem; }
.rv-top .g-mini { width: 20px; height: 20px; margin-left: auto; }
.rv-card p { color: var(--ink-2); font-size: .95rem; margin: 0; }
.rv-tag { align-self: flex-start; font-size: .75rem; font-weight: 800; color: var(--green-700); background: var(--green-100); padding: 4px 10px; border-radius: 999px; }
.slider-nav { display: flex; gap: 10px; justify-content: center; margin-top: 24px; }
.slider-nav button {
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--green-800); background: transparent;
  color: var(--green-800); cursor: pointer; display: grid; place-items: center; transition: .2s;
}
.slider-nav button:hover { background: var(--green-800); color: var(--gold-light); }
.slider-nav svg { width: 20px; height: 20px; }

/* ---------- Video testimonials ---------- */
.videos { background: var(--green-950); color: #d9d2bf; }
.videos .sec-head h2 { color: #fff; }
.videos .sec-head h2 em { color: var(--gold-light); }
.videos .sec-head p { color: #b9b29e; }
.videos .eyebrow { color: var(--gold-light); }
.vid-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 22px; }
.vid-side { display: grid; gap: 22px; }
.vid-card {
  position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer; border: 0; padding: 0; text-align: left;
  background: #000; min-height: 220px; color: #fff; width: 100%;
}
.vid-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform .6s, opacity .3s; }
.vid-card:hover img { transform: scale(1.05); opacity: .6; }
.vid-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent 60%); }
.vid-card .play {
  position: absolute; z-index: 2; left: 50%; top: 45%; transform: translate(-50%, -50%);
  width: 74px; height: 74px; border-radius: 50%; background: var(--gold-grad); color: var(--green-950); display: grid; place-items: center;
  box-shadow: 0 0 0 10px rgba(232, 196, 131, .25);
  animation: pulse 2.4s infinite;
}
.vid-card .play svg { width: 26px; height: 26px; margin-left: 4px; }
.vid-card .cap { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; }
.vid-card .cap b { font-family: var(--f-display); font-weight: 400; font-size: 1.3rem; display: block; }
.vid-card .cap span { font-size: .85rem; color: #d7d0bd; }
.vid-card.big { min-height: 460px; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(232, 196, 131, .45); } 50% { box-shadow: 0 0 0 16px rgba(232, 196, 131, 0); } }

dialog.video-modal { border: 0; padding: 0; background: transparent; width: min(960px, 92vw); }
dialog.video-modal::backdrop { background: rgba(4, 18, 13, .88); }
.video-modal .ratio { aspect-ratio: 16 / 9; background: #000; border-radius: 14px; overflow: hidden; }
.video-modal iframe { width: 100%; height: 100%; border: 0; }
.video-modal .close { position: absolute; top: -48px; right: 0; background: none; border: 0; color: #fff; font-size: 2rem; cursor: pointer; line-height: 1; }

/* ---------- Branches ---------- */
.br-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.br-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; position: relative; overflow: hidden; }
.br-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--gold-grad); }
.br-card .pin { width: 44px; height: 44px; border-radius: 12px; background: var(--green-100); color: var(--green-700); display: grid; place-items: center; margin-bottom: 16px; }
.br-card .pin svg { width: 22px; height: 22px; }
.br-card h3 { font-size: 1.4rem; margin-bottom: 4px; }
.br-card .main-tag { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-dark); }
.br-card p { color: var(--muted); font-size: .93rem; margin: 10px 0 16px; }
.br-card a.link { font-weight: 800; color: var(--green-700); font-size: .9rem; }

/* ---------- Blog ---------- */
.blog { background: var(--paper); }
.bl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.bl-card { display: flex; flex-direction: column; }
.bl-card .bl-img { aspect-ratio: 16 / 11; border-radius: var(--radius); overflow: hidden; margin-bottom: 18px; }
.bl-card .bl-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.bl-card:hover .bl-img img { transform: scale(1.05); }
.bl-meta { display: flex; gap: 12px; align-items: center; font-size: .8rem; color: var(--muted); margin-bottom: 8px; }
.bl-meta .cat { color: var(--gold-dark); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bl-card h3 { font-size: 1.35rem; transition: color .2s; }
.bl-card:hover h3 { color: var(--green-700); }
.bl-card p { color: var(--muted); font-size: .93rem; }

/* ---------- Enquiry ---------- */
.enquiry { background: var(--cream-2); }
.enq-box { display: grid; grid-template-columns: .9fr 1.1fr; border-radius: calc(var(--radius) + 6px); overflow: hidden; box-shadow: var(--shadow); background: var(--paper); }
.enq-info { background: var(--green-800); color: #ddd6c2; padding: clamp(30px, 5vw, 52px); position: relative; overflow: hidden; }
.enq-info::after { content: ""; position: absolute; right: -80px; bottom: -80px; width: 260px; height: 260px; background: url("../img/logo-mark.png") center/contain no-repeat; opacity: .12; }
.enq-info h2 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.4rem); }
.enq-info .eyebrow { color: var(--gold-light); }
.ci { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 20px; position: relative; z-index: 1; }
.ci li { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start; }
.ci .ic { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(232, 196, 131, .5); display: grid; place-items: center; color: var(--gold-light); }
.ci .ic svg { width: 20px; height: 20px; }
.ci small { display: block; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; color: var(--gold-light); }
.ci a, .ci span { color: #fff; font-weight: 700; }
.ci .addr { font-weight: 400; color: #ddd6c2; font-size: .93rem; line-height: 1.5; }
.note-appt { margin-top: 26px; padding: 12px 16px; border-radius: 12px; background: rgba(232, 196, 131, .12); color: var(--gold-light); font-size: .88rem; position: relative; z-index: 1; }

.enq-form { padding: clamp(30px, 5vw, 52px); }
.enq-form h3 { font-size: 1.7rem; margin-bottom: 4px; }
.enq-form > p { color: var(--muted); margin-bottom: 26px; }
.f-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.f-row.full { grid-column: 1 / -1; }
.f-row label { display: block; font-size: .82rem; font-weight: 800; margin-bottom: 6px; color: var(--ink-2); }
.f-row label i { color: #b3261e; font-style: normal; }
.f-row input, .f-row select, .f-row textarea {
  width: 100%; padding: 13px 15px; border-radius: 12px; border: 1px solid var(--line); background: var(--cream);
  transition: border-color .2s, box-shadow .2s, background .2s; font-size: .95rem;
}
.f-row textarea { min-height: 110px; resize: vertical; }
.f-row input:focus, .f-row select:focus, .f-row textarea:focus { outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 4px rgba(201, 162, 75, .18); }
.f-row .err { color: #b3261e; font-size: .8rem; display: none; margin-top: 4px; }
.f-row.invalid input, .f-row.invalid select { border-color: #b3261e; }
.f-row.invalid .err { display: block; }
.visit-type { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.visit-type label { margin: 0; }
.visit-type input { position: absolute; opacity: 0; pointer-events: none; }
.visit-type span {
  display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; padding: 12px 8px; border-radius: 12px;
  border: 1px solid var(--line); background: var(--cream); font-weight: 700; font-size: .85rem; cursor: pointer; transition: .2s;
}
.visit-type span svg { width: 22px; height: 22px; color: var(--green-700); }
.visit-type input:checked + span { border-color: var(--green-700); background: var(--green-100); box-shadow: inset 0 0 0 1px var(--green-700); }
.visit-type input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }
.f-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 22px; }
.f-actions small { color: var(--muted); font-size: .8rem; }
.form-success { display: none; text-align: center; padding: 30px 10px; }
.form-success .tick { width: 72px; height: 72px; border-radius: 50%; background: var(--green-100); color: var(--green-700); display: grid; place-items: center; margin: 0 auto 16px; }
.form-success .tick svg { width: 34px; height: 34px; }
.enq-form.sent form { display: none; }
.enq-form.sent .form-success { display: block; }

/* ---------- FAQ ---------- */
.faq .wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 6vw, 70px); align-items: start; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  list-style: none; cursor: pointer; padding: 22px 44px 22px 0; position: relative;
  font-family: var(--f-display); font-size: 1.2rem; color: var(--ink);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; border-radius: 50%;
  display: grid; place-items: center; background: var(--green-100); color: var(--green-700); font-family: var(--f-body); font-size: 1.2rem; transition: .25s;
}
.faq-list details[open] summary::after { content: "–"; background: var(--green-800); color: var(--gold-light); }
.faq-list details p { color: var(--ink-2); padding-bottom: 20px; margin: 0; }

/* ---------- Map ---------- */
.map-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); height: 360px; margin-top: 40px; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: saturate(.8); }

/* ---------- Footer ---------- */
.footer { background: var(--green-950); color: #b9b29e; font-size: .93rem; }
.footer .top { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 40px; padding-block: 70px 50px; }
.footer h4 { color: #fff; font-size: 1.2rem; margin-bottom: 18px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer a:hover { color: var(--gold-light); }
.f-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.f-brand img { width: 70px; height: 70px; }
.f-brand .brand-name { color: #fff; }
.f-social { display: flex; gap: 10px; margin-top: 18px; }
.f-social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(232, 196, 131, .35); display: grid; place-items: center; color: var(--gold-light); transition: .2s; }
.f-social a:hover { background: var(--gold); color: var(--green-950); }
.f-social svg { width: 18px; height: 18px; }
.footer .bottom { border-top: 1px solid rgba(232, 196, 131, .15); padding-block: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .84rem; }
.disclaimer { font-size: .8rem; color: #8f8976; margin-top: 12px; }

/* ---------- Floating WhatsApp + mobile bar ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 60px; height: 60px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 12px 28px -8px rgba(37, 211, 102, .7);
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; }
.wa-float::before { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25d366; animation: ring 2s infinite; }
.wa-float .wa-tip {
  position: absolute; right: 72px; white-space: nowrap; background: var(--paper); color: var(--ink); font-size: .85rem; font-weight: 700;
  padding: 8px 14px; border-radius: 10px; box-shadow: var(--shadow-sm); opacity: 0; transform: translateX(8px); transition: .25s; pointer-events: none;
}
.wa-float:hover .wa-tip { opacity: 1; transform: none; }
@keyframes ring { 0% { transform: scale(1); opacity: .8; } 100% { transform: scale(1.5); opacity: 0; } }

.mobile-bar { display: none; }

/* ---------- Reveal animation ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation: none !important; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
  .nav a { padding: 10px 10px; font-size: .9rem; }
  .header-cta .btn-outline { display: none; }
  .tr-grid { grid-template-columns: repeat(3, 1fr); }
  .el-grid { grid-template-columns: repeat(3, 1fr); }
  .footer .top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 960px) {
  .topbar .tb-left .hide-md { display: none; }
  .menu-btn { display: block; }
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(320px, 86vw); background: var(--green-900); flex-direction: column; align-items: stretch;
    padding: 100px 26px 30px; gap: 2px; transform: translateX(100%); transition: transform .35s ease; z-index: 70;
    box-shadow: -20px 0 60px rgba(0, 0, 0, .35);
  }
  .nav a { color: #e7e0cc; font-size: 1.05rem; padding: 14px 6px; border-bottom: 1px solid rgba(232, 196, 131, .15); }
  .nav a::after { display: none; }
  .nav a:hover, .nav a.active { color: var(--gold-light); }
  .menu-open .nav { transform: none; }
  .menu-btn { position: relative; z-index: 80; }
  .menu-open .menu-btn { background: transparent; border-color: rgba(232, 196, 131, .4); }
  .menu-open .menu-btn span { background: var(--gold-light); }
  .nav-scrim { position: fixed; inset: 0; background: rgba(0, 0, 0, .45); z-index: 65; opacity: 0; pointer-events: none; transition: .3s; }
  .menu-open .nav-scrim { opacity: 1; pointer-events: auto; }
  .header-cta .btn-gold { display: none; }

  .hero .wrap { grid-template-columns: 1fr; text-align: left; }
  .hero-visual { width: min(88%, 380px); margin-top: 20px; }
  .trust .wrap { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .homevisit .wrap, .about .wrap, .faq .wrap { grid-template-columns: 1fr; }
  .hv-media { max-width: 520px; margin-inline: auto; width: 100%; }
  .doc-wrap { max-width: 420px; margin-inline: auto; width: 100%; }
  .band { grid-template-columns: 1fr; }
  .track { grid-auto-columns: calc((100% - 22px) / 2); }
  .vid-grid { grid-template-columns: 1fr; }
  .vid-card.big { min-height: 340px; }
  .br-grid, .bl-grid { grid-template-columns: 1fr 1fr; }
  .enq-box { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 15px; padding-bottom: 64px; }
  .topbar .tb-right { display: none; }
  .topbar .wrap { justify-content: center; }
  .header .wrap { min-height: 72px; }
  .brand img { width: 50px; height: 50px; }
  .brand-name { font-size: 1.22rem; }
  .brand-sub { font-size: .6rem; letter-spacing: .24em; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .hero-stats strong { font-size: 1.55rem; }
  .hero-stats span { font-size: .76rem; line-height: 1.3; display: block; }
  .hero-badge { width: 96px; height: 96px; left: -14px; bottom: 20px; }
  .hero-chip { right: -8px; padding: 10px 12px; font-size: .78rem; }
  .trust .wrap { grid-template-columns: 1fr; }
  .trust-item { border-right: 0 !important; border-bottom: 1px solid var(--line); padding: 16px 4px; }
  .trust-item:last-child { border-bottom: 0; }
  .el-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .el-card { padding: 24px 12px 20px; }
  .el-card:last-child { grid-column: 1 / -1; }
  .tr-grid { grid-template-columns: 1fr; }
  .tr-card { flex-direction: row; }
  .tr-card .tr-img { aspect-ratio: auto; width: 38%; flex: none; }
  .tr-card .tr-body { padding: 16px; }
  .tr-card h3 { font-size: 1.12rem; }
  .tr-card p { font-size: .85rem; }
  .hv-card { left: 12px; right: 12px; max-width: none; bottom: 12px; }
  .hv-media .frame { inset: 12px -10px -12px 10px; }
  .doc-seal { right: -6px; width: 96px; height: 96px; }
  .doc-seal b { font-size: 1.5rem; }
  .track { grid-auto-columns: 88%; }
  .br-grid, .bl-grid { grid-template-columns: 1fr; }
  .f-grid { grid-template-columns: 1fr; }
  .visit-type span { font-size: .78rem; padding: 10px 4px; }
  .footer .top { grid-template-columns: 1fr; gap: 30px; padding-top: 50px; }
  .wa-float { display: none; }
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1fr 1.3fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    background: var(--green-950); border-top: 1px solid rgba(232, 196, 131, .25); padding-bottom: env(safe-area-inset-bottom);
  }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; height: 60px; color: #e7e0cc; font-weight: 800; font-size: .88rem; }
  .mobile-bar a + a { border-left: 1px solid rgba(232, 196, 131, .15); }
  .mobile-bar svg { width: 20px; height: 20px; }
  .mobile-bar .mb-wa svg { color: #25d366; }
  .mobile-bar .mb-book { background: var(--gold-grad); color: var(--green-950); border: 0 !important; }
}

/* ---------- Fixes after first visual test ---------- */
.brand { flex: none; }
.nav a { white-space: nowrap; }
.hv-media img { position: relative; z-index: 1; }
.hv-card { z-index: 2; }
.vid-side .vid-card .play { width: 56px; height: 56px; top: 38%; }
.vid-side .vid-card .play svg { width: 20px; height: 20px; }
@media (max-width: 1400px) and (min-width: 961px) {
  .header-cta .btn-outline { display: none; }
  .nav a { padding: 10px 9px; font-size: .9rem; }
  .brand-name { font-size: 1.3rem; }
}
@media (max-width: 640px) {
  .tr-card .tr-img { position: relative; min-height: 130px; }
  .tr-card .tr-img img { position: absolute; inset: 0; }
}

@media (max-width: 640px) {
  .band { background: linear-gradient(rgba(7, 35, 26, .9), rgba(7, 35, 26, .9)), url("../img/leaves-bg.webp") center/cover; }
}

/* ==========================================================================
   Inner pages
   ========================================================================== */

/* ---------- Page hero ---------- */
.page-hero {
  position: relative; overflow: hidden; color: #e8e1cd; text-align: center;
  background:
    linear-gradient(rgba(7, 35, 26, .88), rgba(11, 46, 34, .92)),
    var(--ph-img, none) center/cover,
    var(--green-900);
}
.page-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .06; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M40 8c10 10 10 22 0 32C30 30 30 18 40 8zm0 64c-10-10-10-22 0-32 10 10 10 22 0 32zM8 40c10-10 22-10 32 0-10 10-22 10-32 0zm64 0c-10 10-22 10-32 0 10-10 22-10 32 0z' fill='%23e8c483'/%3E%3C/svg%3E");
}
.page-hero .wrap { position: relative; padding-block: clamp(56px, 8vw, 96px); max-width: 860px; }
.page-hero h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.6rem); margin-bottom: 14px; }
.page-hero h1 em { font-family: var(--f-accent); font-style: italic; color: var(--gold-light); }
.page-hero p { color: #cfc8b3; font-size: 1.08rem; margin: 0 auto; max-width: 640px; }
.page-hero.has-strip .wrap { padding-bottom: clamp(90px, 10vw, 130px); }
.breadcrumb { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 18px; font-size: .85rem; font-weight: 700; }
.breadcrumb li { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-light); }
.breadcrumb li + li::before { content: "›"; color: #8f8976; }
.breadcrumb a { color: #cfc8b3; }
.breadcrumb a:hover { color: #fff; }

/* ---------- Generic two-column split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.split.rev > :first-child { order: 2; }
.img-frame { position: relative; }
.img-frame img { border-radius: var(--radius); width: 100%; aspect-ratio: 5 / 4; object-fit: cover; position: relative; z-index: 1; }
.img-frame::before { content: ""; position: absolute; inset: 16px -16px -16px 16px; border: 1px solid var(--gold); border-radius: var(--radius); }
.split.rev .img-frame::before { inset: 16px 16px -16px -16px; }
.lead { font-size: 1.12rem; color: var(--ink-2); }
.bg-cream2 { background: var(--cream-2); }
.bg-paper { background: var(--paper); }

/* ---------- Timeline (about) ---------- */
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 34px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.tl-item { position: relative; text-align: center; }
.tl-dot { width: 68px; height: 68px; margin: 0 auto 18px; border-radius: 50%; background: var(--green-800); color: var(--gold-light); display: grid; place-items: center; font-family: var(--f-display); font-size: 1.05rem; box-shadow: 0 0 0 6px var(--cream), 0 0 0 7px var(--gold-light); position: relative; }
.tl-dot svg { width: 28px; height: 28px; }
.tl-item h3 { font-size: 1.25rem; margin-bottom: 6px; }
.tl-item p { color: var(--muted); font-size: .92rem; margin: 0; }

/* ---------- Value / feature cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.v-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; transition: transform .25s, box-shadow .25s; }
.v-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.v-card .ic { width: 54px; height: 54px; border-radius: 14px; background: var(--green-800); color: var(--gold-light); display: grid; place-items: center; margin-bottom: 18px; }
.v-card .ic svg { width: 26px; height: 26px; }
.v-card h3 { font-size: 1.3rem; margin-bottom: 8px; }
.v-card p { color: var(--muted); font-size: .93rem; margin: 0; }
.v-card .num { font-family: var(--f-display); font-size: 2.6rem; line-height: 1; color: var(--gold); display: block; margin-bottom: 12px; }

/* ---------- Certificates gallery ---------- */
.cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cert { aspect-ratio: 3 / 4; border-radius: 14px; border: 1px dashed var(--gold); background: var(--paper); display: grid; place-items: center; text-align: center; color: var(--muted); font-size: .85rem; padding: 16px; }
.cert svg { width: 38px; height: 38px; color: var(--gold); margin: 0 auto 8px; display: block; }

/* ---------- Treatments page ---------- */
.chip-nav { position: sticky; top: 84px; z-index: 30; background: rgba(250, 246, 236, .95); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.chip-nav .wrap { display: flex; gap: 10px; overflow-x: auto; padding-block: 14px; scrollbar-width: none; }
.chip-nav .wrap::-webkit-scrollbar { display: none; }
.chip { flex: none; padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); font-weight: 700; font-size: .88rem; color: var(--ink-2); cursor: pointer; transition: .2s; white-space: nowrap; }
.chip:hover { border-color: var(--green-700); color: var(--green-800); }
.chip.active { background: var(--green-800); border-color: var(--green-800); color: var(--gold-light); }
.tr-row { padding-block: clamp(48px, 7vw, 80px); border-bottom: 1px solid var(--line); scroll-margin-top: 150px; }
.tr-row:last-of-type { border-bottom: 0; }
.tr-row h2 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); }
.tr-row h2 small { display: block; font-family: var(--f-accent); font-style: italic; font-size: 1.1rem; color: var(--gold-dark); margin-top: 4px; }
.cond-list { list-style: none; padding: 0; margin: 22px 0 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.cond-list li { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; font-size: .95rem; }
.cond-list li svg { width: 18px; height: 18px; color: var(--gold-dark); flex: none; margin-top: 4px; }
.approach { background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: 12px; padding: 16px 18px; font-size: .93rem; color: var(--ink-2); margin-bottom: 26px; }
.approach b { color: var(--green-800); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.pk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 22px 0 26px; }
.pk { background: rgba(232, 196, 131, .08); border: 1px solid rgba(232, 196, 131, .25); border-radius: 12px; padding: 14px 16px; }
.pk b { display: block; color: #fff; font-family: var(--f-display); font-weight: 400; font-size: 1.1rem; }
.pk span { font-size: .84rem; color: #c3bca8; }
.tr-row.dark { background: var(--green-900); color: #ddd6c2; border: 0; }
.tr-row.dark h2 { color: #fff; }
.tr-row.dark h2 small { color: var(--gold-light); }
.tr-row.dark .lead { color: #d6d0bf; }
.tr-row.dark .cond-list li { color: #e7e0cc; }
.tr-row.dark .cond-list li svg { color: var(--gold-light); }

/* ---------- Testimonials page ---------- */
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: -56px; position: relative; z-index: 2; }
.stat { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; text-align: center; box-shadow: var(--shadow-sm); }
.stat strong { display: block; font-family: var(--f-display); font-weight: 400; font-size: 2.2rem; color: var(--green-800); line-height: 1.1; }
.stat span { font-size: .85rem; color: var(--muted); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 36px; }
.rv-grid { columns: 3; column-gap: 22px; }
.rv-grid .rv-card { break-inside: avoid; margin-bottom: 22px; }
.rv-grid .rv-card.hide, .vid-grid-3 .hide { display: none; }
.vid-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.vid-grid-3 .vid-card { min-height: 0; aspect-ratio: 4 / 3; }
.g-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 30px; margin-top: 30px; }
.g-cta h3 { margin: 0 0 4px; font-size: 1.4rem; }
.g-cta p { margin: 0; color: var(--muted); }

/* ---------- Blog listing ---------- */
.blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; align-items: start; }
.featured-post { display: grid; grid-template-columns: 1.1fr 1fr; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-bottom: 40px; }
.featured-post .bl-img { margin: 0; border-radius: 0; aspect-ratio: auto; min-height: 320px; }
.featured-post .fp-body { padding: 34px; display: flex; flex-direction: column; justify-content: center; }
.featured-post h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); }
.bl-grid.two { grid-template-columns: 1fr 1fr; }
.sidebar { display: grid; gap: 24px; position: sticky; top: 110px; }
.widget { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.widget h4 { font-size: 1.2rem; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.search { display: flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--cream); }
.search input { flex: 1; border: 0; background: transparent; padding: 12px 16px; min-width: 0; }
.search input:focus { outline: none; }
.search button { border: 0; background: var(--green-800); color: var(--gold-light); width: 48px; cursor: pointer; display: grid; place-items: center; }
.search svg { width: 18px; height: 18px; }
.cat-list { list-style: none; padding: 0; margin: 0; }
.cat-list li a { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px dashed var(--line); font-weight: 600; font-size: .93rem; }
.cat-list li:last-child a { border-bottom: 0; }
.cat-list li a:hover { color: var(--green-700); }
.cat-list span { color: var(--muted); font-weight: 400; }
.mini-post { display: grid; grid-template-columns: 72px 1fr; gap: 12px; align-items: center; padding: 8px 0; }
.mini-post img { width: 72px; height: 60px; object-fit: cover; border-radius: 10px; }
.mini-post b { font-family: var(--f-display); font-weight: 400; font-size: .98rem; line-height: 1.3; display: block; }
.mini-post small { color: var(--muted); font-size: .78rem; }
.widget.cta-w { background: var(--green-800); border-color: var(--green-800); color: #d6d0bf; text-align: center; }
.widget.cta-w h4 { color: #fff; border-color: rgba(232, 196, 131, .25); }
.widget.cta-w img { width: 90px; margin: 0 auto 10px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags a { font-size: .8rem; font-weight: 700; padding: 6px 12px; border-radius: 999px; background: var(--cream-2); color: var(--ink-2); }
.tags a:hover { background: var(--green-800); color: var(--gold-light); }
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 44px; }
.pagination a { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); font-weight: 800; background: var(--paper); }
.pagination a.active, .pagination a:hover { background: var(--green-800); color: var(--gold-light); border-color: var(--green-800); }
.pagination svg { width: 18px; height: 18px; }

/* ---------- Blog post ---------- */
.post-hero { text-align: left; }
.post-hero .wrap { max-width: 900px; padding-bottom: clamp(80px, 10vw, 120px); }
.post-hero .breadcrumb { justify-content: flex-start; }
.post-hero .cat-pill { display: inline-block; background: var(--gold-grad); color: var(--green-950); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; margin-bottom: 16px; }
.post-hero p { margin: 0; }
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; font-size: .88rem; color: #cfc8b3; margin-top: 24px; }
.post-meta .author { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; }
.post-meta .author img { width: 42px; height: 42px; border-radius: 50%; background: #fff; }
.post-cover { max-width: 1000px; margin: -70px auto 0; padding-inline: var(--gutter); position: relative; z-index: 2; }
.post-cover img { border-radius: var(--radius); width: 100%; aspect-ratio: 16 / 8; object-fit: cover; box-shadow: var(--shadow); }
.post-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 56px; max-width: 1060px; margin-inline: auto; align-items: start; }
.toc { position: sticky; top: 110px; font-size: .9rem; }
.toc h4 { font-family: var(--f-body); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 12px; }
.toc ol { list-style: none; padding: 0; margin: 0 0 24px; border-left: 1px solid var(--line); }
.toc a { display: block; padding: 6px 0 6px 14px; color: var(--muted); border-left: 2px solid transparent; margin-left: -1px; line-height: 1.4; }
.toc a:hover, .toc a.active { color: var(--green-800); border-color: var(--gold); font-weight: 700; }
.share { display: flex; gap: 8px; }
.share a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--green-800); background: var(--paper); }
.share a:hover { background: var(--green-800); color: var(--gold-light); }
.share svg { width: 17px; height: 17px; }
.prose { font-size: 1.07rem; line-height: 1.85; color: var(--ink-2); }
.prose h2 { font-size: clamp(1.6rem, 3vw, 2rem); margin: 1.8em 0 .6em; color: var(--ink); scroll-margin-top: 110px; }
.prose h3 { font-size: 1.35rem; margin: 1.4em 0 .5em; }
.prose > p:first-of-type::first-letter { font-family: var(--f-display); float: left; font-size: 3.6rem; line-height: .9; padding: 6px 10px 0 0; color: var(--green-800); }
.prose ul { padding-left: 0; list-style: none; }
.prose ul li { position: relative; padding-left: 28px; margin-bottom: 10px; }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: .7em; width: 10px; height: 10px; border-radius: 50% 0; background: var(--gold); transform: rotate(-45deg); }
.prose blockquote { margin: 2em 0; padding: 22px 26px; border-radius: 14px; background: var(--green-100); border-left: 4px solid var(--green-700); font-family: var(--f-accent); font-style: italic; font-size: 1.3rem; color: var(--green-800); }
.prose .callout { margin: 2em 0; padding: 20px 22px; border-radius: 14px; background: var(--paper); border: 1px solid var(--line); font-size: .98rem; }
.prose .callout b { color: var(--green-800); }
.prose figure { margin: 2em 0; }
.prose figure img { border-radius: 14px; width: 100%; }
.prose figcaption { font-size: .85rem; color: var(--muted); text-align: center; margin-top: 8px; }
.author-box { display: grid; grid-template-columns: 90px 1fr; gap: 20px; align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; margin-top: 44px; }
.author-box img { width: 90px; height: 90px; border-radius: 50%; }
.author-box h4 { margin: 0 0 4px; font-size: 1.25rem; }
.author-box p { margin: 0; color: var(--muted); font-size: .93rem; }
.post-tags { margin-top: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.post-tags b { font-size: .85rem; }

/* ---------- Contact page ---------- */
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: -56px; position: relative; z-index: 2; }
.c-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; text-align: center; box-shadow: var(--shadow-sm); transition: transform .25s; }
.c-card:hover { transform: translateY(-5px); }
.c-card .ic { width: 58px; height: 58px; border-radius: 50%; margin: 0 auto 14px; background: var(--green-800); color: var(--gold-light); display: grid; place-items: center; }
.c-card .ic svg { width: 24px; height: 24px; }
.c-card h3 { font-size: 1.2rem; margin-bottom: 4px; }
.c-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.c-card .val { display: block; font-weight: 800; color: var(--green-800); margin-top: 6px; }

@media (max-width: 1100px) {
  .blog-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .post-layout { grid-template-columns: 1fr; gap: 32px; }
  .toc { position: static; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
}
@media (max-width: 960px) {
  .split { grid-template-columns: 1fr; }
  .split.rev > :first-child { order: 0; }
  .img-frame { max-width: 560px; }
  .timeline { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .timeline::before { display: none; }
  .card-grid, .card-grid.four, .cert-grid { grid-template-columns: 1fr 1fr; }
  .chip-nav { top: 72px; }
  .stat-strip, .contact-cards { grid-template-columns: 1fr 1fr; }
  .rv-grid { columns: 2; }
  .vid-grid-3 { grid-template-columns: 1fr 1fr; }
  .featured-post { grid-template-columns: 1fr; }
  .featured-post .bl-img { min-height: 240px; aspect-ratio: 16 / 9; }
  .pk-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .timeline, .card-grid, .card-grid.four { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: 1fr 1fr; }
  .cond-list { grid-template-columns: 1fr; }
  .rv-grid { columns: 1; }
  .vid-grid-3, .bl-grid.two { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: 1fr; }
  .stat-strip, .contact-cards { gap: 12px; margin-top: -40px; }
  .stat, .c-card { padding: 18px 10px; }
  .stat strong { font-size: 1.7rem; }
  .c-card .val { font-size: .88rem; word-break: break-word; }
  .featured-post .fp-body { padding: 24px; }
  .author-box { grid-template-columns: 1fr; text-align: center; }
  .author-box img { margin: 0 auto; }
  .post-cover { margin-top: -50px; }
  .post-cover img { aspect-ratio: 16 / 10; }
  .pk-grid { grid-template-columns: 1fr; }
  .prose { font-size: 1rem; }
}

.bl-meta { flex-wrap: wrap; row-gap: 2px; }
.bl-meta > * { white-space: nowrap; }

html, body { overflow-x: clip; }
.chip-nav .wrap { position: relative; }

/* Hamburger menu from 1180px down (header too tight for full nav below this) */
@media (max-width: 1180px) {
  .menu-btn { display: block; position: relative; z-index: 80; }
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(320px, 86vw); background: var(--green-900); flex-direction: column; align-items: stretch;
    padding: 100px 26px 30px; gap: 2px; transform: translateX(100%); transition: transform .35s ease; z-index: 70;
    box-shadow: -20px 0 60px rgba(0, 0, 0, .35);
  }
  .nav a { color: #e7e0cc; font-size: 1.05rem; padding: 14px 6px; border-bottom: 1px solid rgba(232, 196, 131, .15); }
  .nav a::after { display: none; }
  .nav a:hover, .nav a.active { color: var(--gold-light); }
  .menu-open .nav { transform: none; }
  .menu-open .menu-btn { background: transparent; border-color: rgba(232, 196, 131, .4); }
  .menu-open .menu-btn span { background: var(--gold-light); }
  .nav-scrim { position: fixed; inset: 0; background: rgba(0, 0, 0, .45); z-index: 65; opacity: 0; pointer-events: none; transition: .3s; }
  .menu-open .nav-scrim { opacity: 1; pointer-events: auto; }
}

/* ==========================================================================
   Home hero slider
   ========================================================================== */
.hero-slider { --hs-dur: 7s; position: relative; height: clamp(580px, 88vh, 780px); background: var(--green-950); color: #fff; overflow: hidden; }
.hs-slides { position: absolute; inset: 0; }
.hs-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 1s ease, visibility 1s; }
.hs-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.hs-slide picture, .hs-slide img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hs-slide img { object-fit: cover; transform: scale(1.1); transition: transform 8s ease-out; }
.hs-slide.is-active img { transform: scale(1); }
.hs-slide::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 35, 26, .95) 0%, rgba(7, 35, 26, .82) 34%, rgba(7, 35, 26, .35) 64%, rgba(7, 35, 26, .15) 100%),
    linear-gradient(to top, rgba(7, 35, 26, .85) 0%, transparent 30%);
}
.hs-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-bottom: 96px; }
.hs-content > * { max-width: 640px; }
.hs-content .eyebrow { color: var(--gold-light); }
.hs-title { font-size: clamp(2.4rem, 5.4vw, 4.3rem); color: #fff; margin-bottom: 18px; }
.hs-title em { font-family: var(--f-accent); font-style: italic; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .08em; }
.hs-lead { font-size: 1.12rem; color: #d6d0bf; max-width: 560px; }
.hs-lead strong { color: #fff; }
.hs-content .hero-actions { margin: 28px 0 0; }

/* staggered text entrance */
.hs-content > * { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.hs-slide.is-active .hs-content > * { opacity: 1; transform: none; }
.hs-slide.is-active .hs-content > :nth-child(1) { transition-delay: .25s; }
.hs-slide.is-active .hs-content > :nth-child(2) { transition-delay: .4s; }
.hs-slide.is-active .hs-content > :nth-child(3) { transition-delay: .55s; }
.hs-slide.is-active .hs-content > :nth-child(4) { transition-delay: .7s; }

/* arrows */
.hs-arrow {
  position: absolute; z-index: 3; top: calc(50% - 48px); transform: translateY(-50%);
  width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(232, 196, 131, .5);
  background: rgba(7, 35, 26, .35); color: var(--gold-light); display: grid; place-items: center; cursor: pointer;
  backdrop-filter: blur(4px); transition: background .2s, color .2s;
}
.hs-arrow:hover { background: var(--gold); color: var(--green-950); }
.hs-arrow svg { width: 22px; height: 22px; }
.hs-prev { left: 22px; }
.hs-next { right: 22px; }

/* tab bar with progress */
.hs-bar { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(232, 196, 131, .2); background: rgba(7, 35, 26, .5); backdrop-filter: blur(8px); }
.hs-bar .wrap { display: flex; align-items: stretch; gap: 12px; }
.hs-tabs { flex: 1; display: grid; grid-template-columns: repeat(5, 1fr); }
.hs-tab {
  position: relative; display: flex; align-items: center; gap: 10px; padding: 22px 14px; border: 0; background: none;
  color: #a9a28f; font-weight: 700; font-size: .92rem; text-align: left; cursor: pointer; transition: color .2s;
}
.hs-tab::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 2px; background: rgba(232, 196, 131, .18); }
.hs-tab .num { font-family: var(--f-display); font-size: 1.05rem; color: var(--gold); font-weight: 400; }
.hs-tab:hover, .hs-tab.is-active { color: #fff; }
.hs-tab .prog { position: absolute; left: 0; top: -1px; height: 2px; width: 0; background: var(--gold-grad); }
.hs-tab.is-active .prog { animation: hsprog var(--hs-dur) linear forwards; }
.hero-slider.is-paused .hs-tab.is-active .prog { animation-play-state: paused; }
@keyframes hsprog { from { width: 0; } to { width: 100%; } }
.hs-pause { flex: none; align-self: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(232, 196, 131, .4); background: none; color: var(--gold-light); cursor: pointer; display: grid; place-items: center; }
.hs-pause svg { width: 16px; height: 16px; }
.hs-pause .i-play, .hero-slider.is-paused .hs-pause .i-pause { display: none; }
.hero-slider.is-paused .hs-pause .i-play { display: block; }

@media (max-width: 960px) {
  .hs-tab { padding: 18px 8px; font-size: .82rem; gap: 6px; }
  .hs-tab .num { display: none; }
  .hs-arrow { display: none; }
}
@media (max-width: 640px) {
  .hero-slider { height: clamp(600px, 92svh, 720px); }
  .hs-slide::after { background: linear-gradient(to top, rgba(7, 35, 26, .97) 0%, rgba(7, 35, 26, .88) 45%, rgba(7, 35, 26, .35) 75%, rgba(7, 35, 26, .25) 100%); }
  .hs-content { justify-content: flex-end; padding-bottom: 86px; }
  .hs-title { font-size: 2.3rem; }
  .hs-lead { font-size: 1rem; }
  .hs-content .hero-actions { margin-top: 22px; gap: 10px; }
  .hs-content .hero-actions .btn { flex: 1 1 100%; padding: 13px 20px; }
  .hs-bar { background: none; border: 0; backdrop-filter: none; }
  .hs-bar .wrap { padding-block: 0 26px; align-items: center; }
  .hs-tabs { display: flex; gap: 8px; }
  .hs-tab { flex: 1; height: 24px; padding: 0; }
  .hs-tab .lbl { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .hs-tab::before, .hs-tab .prog { top: 11px; height: 3px; border-radius: 3px; }
  .hs-pause { width: 34px; height: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  .hs-slide, .hs-slide img, .hs-content > * { transition: none !important; }
  .hs-tab.is-active .prog { animation: none; width: 100%; }
}

/* ==========================================================================
   Google Business Profile reviews
   ========================================================================== */
.gmb-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 28px; align-items: start; }
.gmb-summary { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.gmb-brand { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.gmb-brand .g-logo { width: 38px; height: 38px; }
.gmb-brand b { display: block; font-size: 1.15rem; line-height: 1.2; }
.gmb-brand span { font-size: .82rem; color: var(--muted); }
.gmb-score { display: flex; align-items: center; gap: 16px; margin: 20px 0 16px; }
.gmb-score .score { font-family: var(--f-display); font-size: 3.6rem; line-height: 1; color: var(--ink); }
.gmb-score .stars svg { width: 20px; height: 20px; }
.gmb-score small { display: block; color: var(--muted); font-size: .85rem; margin-top: 4px; }
.gmb-bars { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 7px; }
.gmb-bars li { display: grid; grid-template-columns: 14px 1fr; gap: 10px; align-items: center; font-size: .8rem; font-weight: 700; color: var(--muted); }
.gmb-bars i { position: relative; display: block; height: 7px; border-radius: 7px; background: var(--cream-2); overflow: hidden; }
.gmb-bars i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--w); background: #f2b01e; border-radius: 7px; }
.gmb-actions { display: grid; gap: 10px; }
.gmb-actions .btn { width: 100%; }
.gmb-note { margin: 14px 0 0; font-size: .78rem; color: var(--muted); text-align: center; }
.gmb .track { grid-auto-columns: calc((100% - 22px) / 2); }
.gmb .slider-nav { justify-content: flex-start; }
.rv-card .rv-more { font-size: .82rem; font-weight: 800; color: var(--green-700); margin-top: auto; }
.rv-card .rv-more:hover { text-decoration: underline; }

@media (max-width: 960px) {
  .gmb-layout { grid-template-columns: 1fr; }
  .gmb-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
  .gmb-brand { grid-column: 1 / -1; }
  .gmb-actions { align-self: center; }
  .gmb-note { grid-column: 1 / -1; }
  .gmb .slider-nav { justify-content: center; }
}
@media (max-width: 640px) {
  .gmb-summary { grid-template-columns: 1fr; padding: 22px; }
  .gmb .track { grid-auto-columns: 88%; }
}

@media (max-width: 640px) {
  .hero-slider { height: clamp(540px, calc(100svh - 172px), 720px); }
}

@media (max-width: 960px) {
  .gmb-layout { grid-template-columns: minmax(0, 1fr); }
  .gmb-summary > * { min-width: 0; }
}
