/* ===== თამარ ჩოგაძე — ქცევითი თერაპევტი ===== */
:root {
  --forest: #2b4a3b;
  --forest-700: #213b2f;
  --forest-900: #16281f;
  --sage: #6f9079;
  --sage-300: #a9c3ad;
  --sage-100: #dbe6dc;
  --sand: #f4efe4;
  --sand-50: #faf6ee;
  --cream: #fffdf8;
  --clay: #c47a58;
  --clay-600: #b06a49;
  --clay-100: #f0d9cc;
  --ink: #2c332f;
  --muted: #6f736c;
  --line: #e7e0d1;
  --shadow-sm: 0 10px 24px -16px rgba(43, 74, 59, .35);
  --shadow: 0 26px 60px -30px rgba(43, 74, 59, .45);
  --radius: 22px;
  --radius-lg: 30px;
  --sans: "Noto Sans Georgian", "Segoe UI", system-ui, sans-serif;
  --serif: "Noto Serif Georgian", Georgia, serif;
  --maxw: 1160px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--sand-50);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.container { width: min(var(--maxw), 92vw); margin-inline: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.18; font-weight: 600; color: var(--forest); letter-spacing: -.01em; }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 200; background: var(--forest); color: #fff; padding: .6rem 1rem; border-radius: 10px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--sans); font-weight: 600; font-size: 1rem;
  padding: .95rem 1.7rem; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer;
  transition: transform .18s ease, box-shadow .22s ease, background .2s ease, color .2s ease;
}
.btn-sm { padding: .6rem 1.2rem; font-size: .92rem; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--forest); color: #fdfaf3; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--forest-700); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-ghost { background: transparent; color: var(--forest); border-color: var(--sage-300); }
.btn-ghost:hover { background: #fff; border-color: var(--forest); transform: translateY(-2px); }
.btn-clay { background: var(--clay); color: #fff; box-shadow: var(--shadow-sm); }
.btn-clay:hover { background: var(--clay-600); transform: translateY(-2px); }
.btn-block { width: 100%; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 246, 238, .82);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s, box-shadow .25s, background .25s;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px -20px rgba(43,74,59,.6); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; height: 76px; }
.brand { display: flex; align-items: center; gap: .7rem; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; background: var(--forest); color: var(--sage-300); flex: none; }
.brand-text b { font-family: var(--serif); font-weight: 600; font-size: 1.12rem; color: var(--forest); display: block; line-height: 1.1; }
.brand-text small { font-size: .76rem; color: var(--muted); letter-spacing: .02em; }
.main-nav { margin-left: auto; display: flex; gap: 1.5rem; }
.main-nav a { color: var(--ink); font-weight: 500; font-size: .97rem; position: relative; padding: .2rem 0; transition: color .18s; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 0; height: 2px; background: var(--clay); border-radius: 2px; transition: width .22s ease; }
.main-nav a:hover { color: var(--forest); }
.main-nav a:hover::after { width: 100%; }
.header-cta { display: flex; align-items: center; gap: .8rem; }
.main-nav + .header-cta { margin-left: 0; }
.main-nav { margin-left: auto; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle span { width: 20px; height: 2px; background: var(--forest); border-radius: 2px; transition: transform .25s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Hero ===== */
.hero { position: relative; overflow: hidden; padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3rem, 6vw, 5rem); }
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .5; }
.orb-1 { width: 460px; height: 460px; background: radial-gradient(circle at 30% 30%, var(--sage-100), transparent 70%); top: -120px; right: -80px; }
.orb-2 { width: 380px; height: 380px; background: radial-gradient(circle at 40% 40%, var(--clay-100), transparent 70%); bottom: -140px; left: -100px; opacity: .5; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.kicker { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; font-size: .9rem; color: var(--sage); letter-spacing: .01em; margin-bottom: 1.1rem; text-transform: none; }
.kicker-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--clay); box-shadow: 0 0 0 4px var(--clay-100); }
.hero h1 { font-size: clamp(2.3rem, 5.2vw, 3.7rem); font-weight: 600; }
.hero h1 em { font-style: normal; color: var(--clay); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--muted); max-width: 33rem; margin: 1.3rem 0 1.9rem; }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; }
.hero-chips { list-style: none; display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.hero-chips li { background: #fff; border: 1px solid var(--line); color: var(--forest); font-size: .87rem; font-weight: 500; padding: .5rem 1rem; border-radius: 999px; box-shadow: var(--shadow-sm); }

/* Portrait */
.hero-portrait { position: relative; display: flex; flex-direction: column; align-items: center; }
.portrait {
  position: relative; width: min(360px, 78vw); aspect-ratio: 4/5; border-radius: 40% 40% 38% 38% / 26% 26% 30% 30%;
  background: linear-gradient(165deg, var(--sage-100), var(--cream) 55%, var(--clay-100));
  border: 1px solid rgba(255,255,255,.7); box-shadow: var(--shadow);
  display: grid; place-items: center; overflow: hidden;
}
.portrait::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -60px 60px -40px rgba(43,74,59,.18); }
.portrait-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.portrait-monogram { position: relative; font-family: var(--serif); color: var(--forest); display: flex; align-items: flex-end; line-height: .8; }
.portrait-monogram span { font-size: 7rem; opacity: .9; }
.portrait-monogram .second { font-size: 5rem; color: var(--clay); margin-left: -.15em; opacity: .85; }
.portrait-monogram.small span { font-size: 4.4rem; }
.portrait-monogram.small .second { font-size: 3.2rem; }
.botanical { position: absolute; right: 18px; bottom: 8px; width: 92px; height: 92px; color: var(--sage); opacity: .8; }
.portrait-caption { margin-top: 1rem; font-family: var(--serif); font-size: 1.15rem; color: var(--forest); font-weight: 600; }
.portrait-badge { position: absolute; top: 8%; left: -6%; background: #fff; color: var(--forest); font-size: .82rem; font-weight: 600; padding: .5rem .9rem; border-radius: 999px; box-shadow: var(--shadow); border: 1px solid var(--line); }

/* ===== Trust bar ===== */
.trustbar { padding: 0 0 clamp(1rem, 3vw, 2rem); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.6rem; box-shadow: var(--shadow-sm); }
.trust-item { display: flex; flex-direction: column; gap: .1rem; padding: .4rem 1rem; border-left: 1px solid var(--line); }
.trust-item:first-child { border-left: none; }
.ti-ico { font-size: 1.6rem; margin-bottom: .3rem; }
.trust-item b { font-family: var(--serif); font-weight: 600; color: var(--forest); font-size: 1.02rem; }
.trust-item small { color: var(--muted); font-size: .85rem; }

/* ===== Sections ===== */
.section { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.eyebrow { display: inline-block; font-weight: 600; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; color: var(--clay); margin-bottom: .7rem; }
.eyebrow.light { color: var(--sage-300); }
.section-head { text-align: center; max-width: 40rem; margin: 0 auto 3rem; }
.section-head h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
.section-head p { color: var(--muted); margin-top: .7rem; }

/* About */
.about { background: var(--cream); }
.about-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.about-visual { position: relative; }
.about-frame { aspect-ratio: 1/1; border-radius: var(--radius-lg); background: linear-gradient(160deg, var(--sage-100), var(--sand) 60%, var(--clay-100)); display: grid; place-items: center; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.6); }
.about-quote { position: absolute; bottom: -22px; right: -10px; max-width: 15rem; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 1rem 1.2rem; font-family: var(--serif); font-size: .98rem; color: var(--forest); box-shadow: var(--shadow); }
.about-copy h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
.about-copy p { color: var(--muted); margin-top: 1rem; }
.check-list { list-style: none; margin: 1.5rem 0 1.8rem; display: grid; gap: .7rem; }
.check-list li { position: relative; padding-left: 2rem; color: var(--ink); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--sage-100); color: var(--forest); border-radius: 50%; display: grid; place-items: center; font-size: .8rem; font-weight: 700; }
.link-arrow { display: inline-flex; align-items: center; gap: .4rem; color: var(--clay); font-weight: 600; }
.link-arrow span { transition: transform .2s; }
.link-arrow:hover span { transform: translateX(4px); }

/* Process */
.process { background: var(--sand); }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: step; }
.step { position: relative; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem 1.4rem 1.6rem; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.step-num { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: var(--sage-300); display: inline-block; margin-bottom: .5rem; }
.step h3 { font-size: 1.18rem; margin-bottom: .4rem; }
.step p { color: var(--muted); font-size: .95rem; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 2.6rem; right: -.75rem; width: .8rem; height: 2px; background: var(--sage-300); }

/* Services */
.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.service-card { background: var(--sand-50); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem 1.8rem; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s, border-color .2s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--sage-300); }
.sc-ico { width: 56px; height: 56px; border-radius: 16px; background: var(--forest); color: var(--sage-300); display: grid; place-items: center; margin-bottom: 1.1rem; }
.service-card h3 { font-size: 1.3rem; margin-bottom: .5rem; }
.service-card > p { color: var(--muted); }
.mini-list { list-style: none; margin-top: 1.1rem; padding-top: 1.1rem; border-top: 1px solid var(--line); display: grid; gap: .55rem; }
.mini-list li { position: relative; padding-left: 1.5rem; font-size: .92rem; color: var(--ink); }
.mini-list li::before { content: ""; position: absolute; left: 0; top: .6em; width: 7px; height: 7px; border-radius: 50%; background: var(--clay); }

/* Blog */
.blog { background: var(--sand); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.blog-card { position: relative; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; cursor: pointer; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.bc-media { position: relative; height: 150px; display: grid; place-items: center; font-size: 3.4rem; background: radial-gradient(90% 90% at 50% 30%, var(--sage-100), var(--sand)); }
.bc-tag { position: absolute; left: 14px; bottom: 14px; background: rgba(255,255,255,.92); color: var(--forest); font-size: .74rem; font-weight: 600; padding: .25rem .7rem; border-radius: 999px; }
.bc-body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.bc-body h3 { font-size: 1.16rem; line-height: 1.35; }
.bc-body p { color: var(--muted); font-size: .92rem; flex: 1; }
.bc-more { color: var(--clay); font-weight: 600; font-size: .92rem; margin-top: .3rem; }
.soon { position: absolute; top: 14px; right: 14px; background: var(--clay); color: #fff; font-size: .72rem; font-weight: 600; padding: .25rem .7rem; border-radius: 999px; box-shadow: var(--shadow-sm); }

/* FAQ */
.faq { background: var(--cream); }
.faq-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.faq-intro { position: sticky; top: 100px; }
.faq-intro h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
.faq-intro p { color: var(--muted); margin-top: .8rem; }
.faq-intro a { color: var(--clay); font-weight: 600; }
.faq-list { display: grid; gap: .8rem; }
.faq-item { background: var(--sand-50); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.faq-item[open] { border-color: var(--sage-300); box-shadow: var(--shadow-sm); }
.faq-item summary { list-style: none; cursor: pointer; padding: 1.15rem 1.4rem; font-weight: 600; color: var(--forest); font-family: var(--serif); font-size: 1.06rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.chev { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--sage-100); color: var(--forest); display: grid; place-items: center; font-size: 1.2rem; font-weight: 400; transition: transform .25s, background .2s; }
.faq-item[open] .chev { transform: rotate(45deg); background: var(--clay); color: #fff; }
.faq-a { padding: 0 1.4rem 1.25rem; }
.faq-a p { color: var(--muted); }

/* Contact */
.contact { background: linear-gradient(165deg, var(--forest), var(--forest-900)); color: #eaf1ea; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-copy h2 { color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
.contact-copy > p { color: #c9d6cb; margin-top: 1rem; max-width: 30rem; }
.contact-info { list-style: none; margin: 1.8rem 0; display: grid; gap: 1rem; }
.contact-info li { display: flex; align-items: center; gap: .9rem; font-size: 1.05rem; }
.ci-ico { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.08); display: grid; place-items: center; flex: none; }
.contact-info a:hover { color: var(--sage-300); text-decoration: underline; text-underline-offset: 4px; }
.contact-form { background: var(--cream); color: var(--ink); border-radius: var(--radius-lg); padding: clamp(1.5rem, 3vw, 2.2rem); box-shadow: var(--shadow); }
.contact-form h3 { font-size: 1.5rem; }
.form-sub { color: var(--muted); font-size: .95rem; margin: .3rem 0 1.4rem; }
.field { margin-bottom: 1rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { display: block; font-size: .9rem; font-weight: 600; color: var(--forest); margin-bottom: .4rem; }
.field label small { color: var(--muted); font-weight: 400; }
.field input, .field textarea, .field select, .select { width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--ink); background: #fff; border: 1.5px solid var(--line); border-radius: 12px; padding: .8rem 1rem; transition: border-color .18s, box-shadow .18s; }
.field input:focus, .field textarea:focus, .field select:focus, .select:focus { outline: none; border-color: var(--sage); box-shadow: 0 0 0 4px var(--sage-100); }
.field input.invalid, .field textarea.invalid { border-color: #c0554a; box-shadow: 0 0 0 4px #f2d9d5; }
.field textarea { resize: vertical; }
.form-note { text-align: center; color: var(--muted); font-size: .78rem; margin-top: .9rem; }

/* Footer */
.site-footer { background: var(--forest-900); color: #cdd8cf; padding: 3rem 0 1.6rem; }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand .brand-mark { background: rgba(255,255,255,.06); margin-bottom: .7rem; }
.footer-brand b { font-family: var(--serif); font-size: 1.15rem; color: #fff; }
.footer-brand small { color: #9fb0a3; }
.footer-nav, .footer-contact { display: flex; flex-direction: column; gap: .6rem; padding-top: .3rem; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--sage-300); }
.footer-contact span { color: #9fb0a3; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1.3rem; font-size: .82rem; color: #8fa295; }

/* Toast */
.toast { position: fixed; bottom: 26px; left: 50%; transform: translate(-50%, 40px); background: var(--forest); color: #fff; padding: .95rem 1.5rem; border-radius: 999px; font-weight: 600; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s; z-index: 300; max-width: 90vw; text-align: center; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ===== Booking ===== */
.booking { background: var(--sand); }
.slots-panel { max-width: 900px; margin: 0 auto; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: var(--shadow-sm); }
.slots-grid { display: grid; gap: 1.3rem; }
.slots-loading { color: var(--muted); text-align: center; padding: 1.5rem; }
.slot-day h4 { font-family: var(--serif); color: var(--forest); font-size: 1.05rem; margin-bottom: .7rem; text-transform: capitalize; }
.slot-times { display: flex; flex-wrap: wrap; gap: .6rem; }
.slot-chip { font-family: var(--sans); font-weight: 600; font-size: 1rem; color: var(--forest); background: var(--sand-50); border: 1.5px solid var(--line); border-radius: 12px; padding: .6rem 1.1rem; cursor: pointer; transition: all .16s; }
.slot-chip:hover { border-color: var(--sage); background: #fff; transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.slot-chip:active { transform: translateY(0); }
.slots-empty { text-align: center; color: var(--muted); padding: 1.5rem; }
.slots-empty a { color: var(--clay); font-weight: 600; }
.slots-note { text-align: center; color: var(--muted); font-size: .85rem; margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }

/* ===== Modal ===== */
.modal { position: fixed; inset: 0; z-index: 400; display: grid; place-items: center; padding: 1rem; }
.modal[hidden] { display: none; }
.modal-overlay { position: absolute; inset: 0; background: rgba(22, 40, 31, .55); opacity: 0; transition: opacity .25s; }
.modal.open .modal-overlay { opacity: 1; }
.modal-card { position: relative; z-index: 1; width: min(480px, 94vw); max-height: 92vh; overflow-y: auto; background: var(--cream); border-radius: var(--radius-lg); padding: clamp(1.5rem, 4vw, 2.2rem); box-shadow: var(--shadow); transform: translateY(16px) scale(.98); opacity: 0; transition: transform .28s cubic-bezier(.2,.7,.3,1), opacity .28s; }
.modal.open .modal-card { transform: none; opacity: 1; }
.modal-close { position: absolute; top: 1rem; right: 1rem; width: 34px; height: 34px; border-radius: 10px; border: none; background: var(--sand); color: var(--forest); cursor: pointer; font-size: 1rem; }
.modal-close:hover { background: var(--sage-100); }
.modal-slot { display: inline-block; background: var(--sage-100); color: var(--forest); font-weight: 600; padding: .5rem .9rem; border-radius: 999px; margin: .3rem 0 1.2rem; }
.book-success { text-align: center; padding: .5rem 0; }
.bs-ico { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 50%; background: var(--sage); color: #fff; font-size: 2rem; font-weight: 700; }
.book-success h3 { font-size: 1.5rem; margin-bottom: .5rem; }
.book-success p { color: var(--muted); margin-bottom: 1.4rem; }
.book-success .btn { margin-bottom: .6rem; }

/* ===== Forum page ===== */
.forum-hero { background: linear-gradient(165deg, var(--forest), var(--forest-900)); color: #eaf1ea; padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(2rem, 4vw, 3rem); }
.forum-hero h1 { color: #fff; font-size: clamp(2rem, 4.5vw, 3rem); }
.forum-hero p { color: #c9d6cb; margin-top: .8rem; max-width: 34rem; }
.forum-filters { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin: 0 0 2.2rem; }
.fchip { background: var(--cream); border: 1.5px solid var(--line); color: var(--ink); font-family: var(--sans); font-weight: 600; font-size: .92rem; padding: .5rem 1.05rem; border-radius: 999px; cursor: pointer; transition: all .15s; }
.fchip:hover { border-color: var(--sage); }
.fchip.active { background: var(--forest); border-color: var(--forest); color: #fff; }
.qa-list { max-width: 800px; margin: 0 auto; display: grid; gap: 1rem; }
.qa-item { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.qa-q { display: flex; gap: .8rem; align-items: flex-start; padding: 1.15rem 1.4rem; cursor: pointer; }
.qa-q .qmark { flex: none; width: 28px; height: 28px; border-radius: 8px; background: var(--sage-100); color: var(--forest); display: grid; place-items: center; font-family: var(--serif); font-weight: 700; }
.qa-q h3 { font-family: var(--serif); font-size: 1.08rem; color: var(--forest); flex: 1; }
.qa-cat { display: inline-block; font-size: .72rem; font-weight: 600; color: var(--clay); background: var(--clay-100); padding: .15rem .6rem; border-radius: 999px; margin-bottom: .4rem; }
.qa-a { padding: 0 1.4rem 1.3rem 3rem; color: var(--muted); }
.qa-empty { text-align: center; color: var(--muted); padding: 2rem; }
.ask-card { max-width: 640px; margin: 2.5rem auto 0; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.5rem, 4vw, 2.2rem); box-shadow: var(--shadow-sm); }
.ask-card h3 { font-size: 1.4rem; }
.ask-card .form-sub { color: var(--muted); margin: .3rem 0 1.3rem; }

.footer-login { color: var(--sage-300); font-weight: 600; }
.footer-login:hover { color: #fff; text-decoration: underline; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .orb { display: none; }
}

/* ===== Responsive ===== */
@media (max-width: 940px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-portrait { order: -1; }
  .portrait { width: min(300px, 70vw); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3) { border-left: none; }
  .about-inner { grid-template-columns: 1fr; }
  .about-visual { max-width: 380px; margin: 0 auto 1.5rem; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:not(:last-child)::after { display: none; }
  .service-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .faq-inner, .contact-inner { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .main-nav {
    position: fixed; inset: 76px 0 auto 0; flex-direction: column; gap: 0;
    background: var(--sand-50); border-bottom: 1px solid var(--line);
    padding: .5rem 6vw 1.2rem; box-shadow: var(--shadow);
    transform: translateY(-120%); transition: transform .3s ease; z-index: 90;
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); width: 100%; }
  .main-nav a::after { display: none; }
  .nav-toggle { display: flex; }
  .header-cta .btn-sm { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-left: none; border-top: 1px solid var(--line); padding: .9rem 0; }
  .trust-item:first-child { border-top: none; }
  .steps, .service-grid, .blog-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .about-quote { position: static; margin-top: 1rem; max-width: none; }
}

/* ===== Blog covers + article page ===== */
.bc-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-more { text-align: center; margin-top: 1.8rem; }

.article { padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(3rem, 6vw, 5rem); }
.article-narrow { max-width: 760px; }
.article-back { display: inline-block; color: var(--clay); font-weight: 600; margin-bottom: 1.2rem; }
.article-back:hover { text-decoration: underline; }
.article-cat { display: inline-block; font-size: .78rem; font-weight: 700; color: var(--clay); background: var(--clay-100); padding: .25rem .8rem; border-radius: 999px; margin-bottom: .8rem; }
.article-title { font-size: clamp(1.9rem, 4.5vw, 2.9rem); line-height: 1.2; }
.article-meta { color: var(--muted); margin: .6rem 0 1.6rem; font-size: .95rem; }
.article-cover { width: 100%; border-radius: var(--radius-lg); border: 1px solid var(--line); margin-bottom: 1.8rem; max-height: 460px; object-fit: cover; }
.article-body { font-size: 1.12rem; line-height: 1.85; color: var(--ink); }
.article-body > *:first-child { margin-top: 0; }
.article-body h2 { font-family: var(--serif); font-size: 1.6rem; color: var(--forest); margin: 1.8rem 0 .6rem; }
.article-body h3 { font-family: var(--serif); font-size: 1.3rem; color: var(--forest); margin: 1.4rem 0 .5rem; }
.article-body p { margin: 0 0 1.1rem; }
.article-body ul, .article-body ol { margin: 0 0 1.1rem 1.4rem; }
.article-body li { margin: .3rem 0; }
.article-body a { color: var(--clay); text-decoration: underline; }
.article-body img { max-width: 100%; height: auto; border-radius: 14px; margin: 1rem 0; display: block; }
.article-body blockquote { margin: 1.2rem 0; padding: .6rem 1.2rem; border-left: 4px solid var(--sage); background: var(--sand); border-radius: 0 12px 12px 0; color: var(--muted); font-style: italic; }
.article-cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2.5rem; padding-top: 1.8rem; border-top: 1px solid var(--line); }
