/* kosovadaoturum — main stylesheet
   Palette: Deep Forest Green #12352B · Charcoal #202522 · Warm Ivory #F5F1E8 · Copper #B98252 · Light Green #DCE7E0 */

:root {
  --green: #12352B;
  --green-deep: #0C2720;
  --green-soft: #1D4A3D;
  --charcoal: #202522;
  --ivory: #F5F1E8;
  --paper: #FBF9F4;
  --copper: #B98252;          /* decoration only */
  --copper-ink: #87582F;      /* copper for text on light backgrounds (AA) */
  --copper-light: #D8AE86;    /* copper for text on green backgrounds (AA) */
  --lgreen: #DCE7E0;
  --ink: #202522;
  --ink-soft: #4B5450;
  --line: rgba(32, 37, 34, .14);
  --line-strong: rgba(32, 37, 34, .26);
  --line-on-green: rgba(245, 241, 232, .18);

  --f-head: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
  --f-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --f-serif: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;

  --wrap: 1280px;
  --gutter: clamp(20px, 4vw, 40px);
  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
  --header-h: 84px;
  --shadow: 0 1px 2px rgba(18, 53, 43, .06), 0 12px 32px -18px rgba(18, 53, 43, .28);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--ivory);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--f-head); font-weight: 700; line-height: 1.12; letter-spacing: -0.022em; margin: 0 0 .5em; color: var(--green); }
h1 { font-size: clamp(2.3rem, 5vw, 4.1rem); letter-spacing: -0.032em; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.75rem); }
h3 { font-size: clamp(1.18rem, 1.6vw, 1.35rem); letter-spacing: -0.012em; }
p { margin: 0 0 1em; }
::selection { background: var(--lgreen); color: var(--green); }
:focus-visible { outline: 2px solid var(--copper-ink); outline-offset: 3px; border-radius: 4px; }
.section--green :focus-visible, .site-footer :focus-visible, .drawer :focus-visible { outline-color: var(--copper-light); }

.skip-link { position: absolute; left: 16px; top: -60px; background: var(--green); color: var(--ivory); padding: 10px 16px; border-radius: var(--r-sm); z-index: 200; text-decoration: none; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 820px; }

.kicker { display: inline-block; font-family: var(--f-head); font-size: .78rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--copper-ink); margin-bottom: 18px; }
.section--green .kicker { color: var(--copper-light); }
.lead { font-size: clamp(1.08rem, 1.4vw, 1.22rem); color: var(--ink-soft); max-width: 62ch; }
.serif { font-family: var(--f-serif); font-weight: 500; letter-spacing: -0.01em; }
.rule { width: 56px; height: 2px; background: var(--copper); border: 0; margin: 22px 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 26px; border-radius: 999px;
  font-family: var(--f-head); font-weight: 600; font-size: .98rem; letter-spacing: -0.005em;
  text-decoration: none; border: 1.5px solid transparent; cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--green); color: var(--ivory); }
.btn--primary:hover { background: var(--green-soft); }
.btn--ghost { border-color: var(--line-strong); color: var(--green); background: transparent; }
.btn--ghost:hover { border-color: var(--green); }
.btn--copper { background: var(--copper); color: var(--green-deep); }
.btn--copper:hover { background: #C8936A; }
.btn--light { background: var(--ivory); color: var(--green); }
.btn--light:hover { background: #fff; }
.btn--outline-light { border-color: var(--line-on-green); color: var(--ivory); }
.btn--outline-light:hover { border-color: var(--ivory); }
.btn--sm { min-height: 44px; padding: 0 20px; font-size: .92rem; }
.btn svg { width: 18px; height: 18px; flex: none; }

.textlink { font-family: var(--f-head); font-weight: 600; color: var(--green); text-decoration: none; border-bottom: 1.5px solid var(--copper); padding-bottom: 2px; transition: color .2s; }
.textlink:hover { color: var(--copper-ink); }
.section--green .textlink { color: var(--ivory); }

/* ---------- Logo ---------- */
.logo { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--charcoal); }
.logo__mark { width: 30px; height: 36px; flex: none; }
.logo__word { font-family: var(--f-head); font-weight: 500; font-size: 1.32rem; letter-spacing: -0.035em; line-height: 1; }
.logo__word b { font-weight: 500; color: var(--copper-ink); }
.site-footer .logo, .drawer .logo { color: var(--ivory); }
.site-footer .logo__word b, .drawer .logo__word b { color: var(--copper-light); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(245, 241, 232, .94);
  backdrop-filter: saturate(140%) blur(10px); -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-compact { border-bottom-color: var(--line); box-shadow: 0 8px 24px -20px rgba(18,53,43,.5); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: var(--header-h); transition: height .25s ease; }
.site-header.is-compact .site-header__inner { height: 66px; }
.nav { display: flex; align-items: center; gap: 2px; }
.nav a { font-family: var(--f-head); font-size: .84rem; font-weight: 500; white-space: nowrap; text-decoration: none; color: var(--charcoal); padding: 8px 7px; border-radius: 8px; transition: color .2s; }
.nav a:hover { color: var(--copper-ink); }
.nav a[aria-current="page"] { color: var(--green); box-shadow: inset 0 -2px 0 var(--copper); border-radius: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--line-strong); background: transparent; cursor: pointer; align-items: center; justify-content: center; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 18px; height: 1.8px; background: var(--green); position: relative; border-radius: 2px; }
.menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -6px; } .menu-toggle span::after { top: 6px; }
.header-wa { display: none; }

@media (max-width: 1320px) {
  .nav, .header-actions .btn--primary { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-wa { display: inline-flex; width: 48px; height: 48px; border-radius: 50%; align-items: center; justify-content: center; background: var(--green); color: var(--ivory); }
  .header-wa svg { width: 22px; height: 22px; }
  :root { --header-h: 72px; }
}

/* Drawer (mobile menu) */
.drawer { position: fixed; inset: 0; z-index: 150; background: var(--green); color: var(--ivory); display: flex; flex-direction: column; padding: 18px var(--gutter) calc(28px + env(safe-area-inset-bottom)); transform: translateY(-100%); visibility: hidden; transition: transform .35s cubic-bezier(.2,.7,.2,1), visibility 0s linear .35s; overflow-y: auto; }
.drawer.is-open { transform: none; visibility: visible; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.drawer__top { display: flex; justify-content: space-between; align-items: center; min-height: 54px; }
.drawer__close { width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--line-on-green); background: transparent; color: var(--ivory); font-size: 1.6rem; line-height: 1; cursor: pointer; }
.drawer nav { display: flex; flex-direction: column; margin: 28px 0; }
.drawer nav a { font-family: var(--f-head); font-size: 1.45rem; font-weight: 500; letter-spacing: -0.02em; text-decoration: none; padding: 12px 0; border-bottom: 1px solid var(--line-on-green); }
.drawer nav a[aria-current="page"] { color: var(--copper-light); }
.drawer__cta { display: grid; gap: 12px; margin-top: auto; }
body.menu-open { overflow: hidden; }

/* ---------- Sections ---------- */
.section { padding-block: clamp(76px, 10vw, 128px); }
.section--tight { padding-block: clamp(56px, 7vw, 88px); }
.section--green { background: var(--green); color: var(--ivory); }
.section--green h2, .section--green h3 { color: var(--ivory); }
.section--green .lead, .section--green p { color: rgba(245, 241, 232, .82); }
.section--mint { background: var(--lgreen); }
.section--paper { background: var(--paper); }
.section-head { max-width: 760px; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head--split { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: end; }
.section-head--split .lead { margin: 0; }
@media (max-width: 860px) { .section-head--split { grid-template-columns: 1fr; gap: 16px; } }

/* ---------- Hero ---------- */
.hero { padding-top: clamp(40px, 6vw, 72px); padding-bottom: clamp(64px, 8vw, 104px); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero h1 { margin-bottom: 26px; max-width: 13ch; }
.hero h1 .serif { display: block; font-size: 1.08em; font-style: italic; font-weight: 500; color: var(--copper-ink); letter-spacing: -0.02em; line-height: 1.02; }
.hero__text { font-size: clamp(1.08rem, 1.45vw, 1.24rem); color: var(--ink-soft); max-width: 50ch; margin-bottom: 34px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 8px 22px; font-family: var(--f-head); font-size: .88rem; font-weight: 600; letter-spacing: .06em; color: var(--green); padding-top: 22px; border-top: 1px solid var(--line); max-width: 520px; }
.hero__trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero__trust span + span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--copper); margin-right: 14px; }

/* The gateway — arched frame echoing the logo's door */
.gateway { position: relative; justify-self: end; width: min(100%, 470px); }
.gateway__frame { position: relative; aspect-ratio: 4 / 5.1; border-radius: 240px 240px 22px 22px; overflow: hidden; background: var(--green); box-shadow: 0 40px 80px -48px rgba(18,53,43,.7); isolation: isolate; }
.gateway__frame::after { content: ""; position: absolute; inset: 14px; border-radius: 226px 226px 12px 12px; border: 1px solid rgba(216, 174, 134, .55); pointer-events: none; z-index: 2; }
.gateway__frame img, .gateway__frame svg { width: 100%; height: 100%; object-fit: cover; }
.gateway__jamb { position: absolute; left: -18px; bottom: 0; width: 18px; height: 78%; background: var(--copper); border-radius: 18px 0 0 4px; clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%); }
.gateway__note { position: absolute; left: -44px; bottom: 44px; z-index: 3; background: var(--paper); border-radius: var(--r-md); padding: 16px 20px; box-shadow: var(--shadow); max-width: 250px; }
.gateway__note strong { display: block; font-family: var(--f-head); color: var(--green); font-size: .98rem; letter-spacing: -0.01em; }
.gateway__note span { font-size: .86rem; color: var(--ink-soft); }
.gateway__place { position: absolute; right: 26px; top: 26%; z-index: 3; writing-mode: vertical-rl; transform: rotate(180deg); font-family: var(--f-head); font-size: .74rem; letter-spacing: .28em; text-transform: uppercase; color: rgba(245,241,232,.75); }

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .gateway { justify-self: center; width: min(88%, 400px); margin-top: 12px; }
  .gateway__note { position: relative; left: auto; bottom: auto; margin: -34px 18px 0; max-width: none; }
  .gateway__jamb { height: 60%; bottom: auto; top: 30%; }
  .hero__trust { font-size: .8rem; gap: 6px 14px; }
  .hero__trust span + span::before { margin-right: 8px; }
}

/* Hero load sequence — the single orchestrated motion moment */
@media (prefers-reduced-motion: no-preference) {
  .hero [data-enter] { opacity: 0; transform: translateY(14px); animation: enter .8s cubic-bezier(.2,.7,.2,1) forwards; }
  .hero [data-enter="2"] { animation-delay: .08s; } .hero [data-enter="3"] { animation-delay: .16s; } .hero [data-enter="4"] { animation-delay: .24s; }
  .gateway__frame { animation: rise 1.1s cubic-bezier(.2,.7,.2,1) both; }
  @keyframes enter { to { opacity: 1; transform: none; } }
  @keyframes rise { from { clip-path: inset(100% 0 0 0 round 240px 240px 22px 22px); } to { clip-path: inset(0 0 0 0 round 240px 240px 22px 22px); } }
}

/* ---------- Visa vs residence ---------- */
.distinction { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: stretch; border: 1px solid var(--line-strong); border-radius: var(--r-lg); background: var(--paper); overflow: hidden; }
.distinction__col { padding: clamp(28px, 4vw, 48px); }
.distinction__col h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); margin-bottom: 6px; }
.distinction__tag { font-family: var(--f-head); font-size: .85rem; font-weight: 600; color: var(--copper-ink); margin-bottom: 20px; display: block; }
.distinction__col dl { margin: 0; display: grid; gap: 14px; }
.distinction__col dt { font-family: var(--f-head); font-size: .82rem; font-weight: 600; color: var(--ink-soft); }
.distinction__col dd { margin: 2px 0 0; }
.distinction__divider { width: 1px; background: var(--line-strong); position: relative; }
.distinction__divider span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 46px; height: 46px; border-radius: 50%; background: var(--green); color: var(--ivory); display: grid; place-items: center; font-family: var(--f-head); font-weight: 600; font-size: 1.2rem; }
.distinction__col--long { background: var(--lgreen); }
.visa-foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; margin-top: 28px; }
.visa-foot p { margin: 0; color: var(--ink-soft); max-width: 60ch; font-size: .95rem; }
@media (max-width: 820px) {
  .distinction { grid-template-columns: 1fr; }
  .distinction__divider { width: auto; height: 1px; }
}

/* ---------- Services (two pillars + four supporting) ---------- */
.services { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.service { grid-column: span 3; position: relative; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 28px; text-decoration: none; transition: border-color .2s ease; }
.service:hover { border-color: var(--copper); }
.service--pillar { grid-column: span 6; padding: clamp(30px, 3.5vw, 44px); min-height: 330px; background: var(--green); color: var(--ivory); border-color: var(--green); }
.service--pillar h3 { color: var(--ivory); font-size: clamp(1.5rem, 2.4vw, 2rem); }
.service.service--pillar p { color: rgba(245,241,232,.8); }
.service--pillar .service__icon { color: var(--copper-light); border-color: var(--line-on-green); }
.service--pillar .service__more { color: var(--ivory); }
.service--pillar:hover { border-color: var(--copper); }
.service__icon { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--green); margin-bottom: 22px; }
.service__icon svg { width: 22px; height: 22px; }
.service p { color: var(--ink-soft); font-size: .98rem; }
.service__more { margin-top: auto; font-family: var(--f-head); font-weight: 600; font-size: .93rem; color: var(--green); display: inline-flex; gap: 8px; align-items: center; padding-top: 10px; }
.service__more::after { content: ""; width: 22px; height: 1.5px; background: var(--copper); transition: width .2s ease; }
.service:hover .service__more::after { width: 34px; }
.service__label { position: absolute; top: 28px; right: 28px; font-family: var(--f-head); font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--copper-light); }
@media (max-width: 1100px) { .service, .service--pillar { grid-column: span 6; } }
@media (max-width: 640px) { .service, .service--pillar { grid-column: span 12; min-height: 0; } }

/* ---------- Intent picker ---------- */
.picker { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; align-items: stretch; }
.picker__options { display: grid; gap: 10px; margin: 0; padding: 0; border: 0; }
.picker__option { position: relative; }
.picker__option input { position: absolute; opacity: 0; pointer-events: none; }
.picker__option label { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; padding: 14px 22px; border-radius: var(--r-md); border: 1px solid var(--line-on-green); cursor: pointer; font-family: var(--f-head); font-weight: 500; font-size: 1.06rem; color: var(--ivory); transition: background-color .2s, border-color .2s; }
.picker__option label::after { content: ""; width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid rgba(245,241,232,.45); flex: none; transition: all .2s; }
.picker__option label:hover { border-color: rgba(245,241,232,.45); }
.picker__option input:checked + label { background: rgba(245,241,232,.08); border-color: var(--copper); }
.picker__option input:checked + label::after { border: 6px solid var(--copper); background: var(--ivory); }
.picker__option input:focus-visible + label { outline: 2px solid var(--copper-light); outline-offset: 3px; }
.picker__result { background: var(--ivory); color: var(--ink); border-radius: var(--r-lg); padding: clamp(28px, 3.5vw, 44px); display: flex; flex-direction: column; }
.picker__result h3 { color: var(--green); font-size: clamp(1.45rem, 2.2vw, 1.85rem); }
.picker__result p { color: var(--ink-soft) !important; }
.picker__result .picker__hint { font-family: var(--f-head); font-size: .82rem; font-weight: 600; color: var(--copper-ink); margin-bottom: 12px; }
.picker__actions { margin-top: auto; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; padding-top: 18px; }
@media (max-width: 900px) { .picker { grid-template-columns: 1fr; } }

/* ---------- Process timeline (a real sequence, so it is numbered) ---------- */
.timeline { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; counter-reset: step; border-top: 1px solid var(--line-strong); }
.timeline li { counter-increment: step; padding: 30px 28px 34px 0; border-bottom: 1px solid var(--line); position: relative; }
.timeline li::before { content: counter(step, decimal-leading-zero); display: block; font-family: var(--f-serif); font-size: 2.6rem; line-height: 1; color: var(--copper-ink); margin-bottom: 16px; }
.timeline h3 { font-size: 1.2rem; margin-bottom: 8px; }
.timeline p { color: var(--ink-soft); font-size: .98rem; margin: 0; max-width: 34ch; }
.timeline-note { margin-top: 26px; font-size: .95rem; color: var(--ink-soft); display: flex; gap: 12px; align-items: flex-start; max-width: 70ch; }
.timeline-note::before { content: ""; flex: none; width: 18px; height: 2px; background: var(--copper); margin-top: .75em; }
@media (max-width: 900px) { .timeline { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .timeline { grid-template-columns: 1fr; } .timeline li { padding-right: 0; } }

/* ---------- Why ---------- */
.why { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-left: 1px solid var(--line); }
.why__item { padding: 6px 28px 10px; border-right: 1px solid var(--line); }
.why__item svg { width: 28px; height: 28px; color: var(--copper-ink); margin-bottom: 20px; }
.why__item h3 { font-size: 1.15rem; }
.why__item p { color: var(--ink-soft); font-size: .97rem; margin: 0; }
@media (max-width: 900px) { .why { grid-template-columns: 1fr 1fr; row-gap: 36px; } }
@media (max-width: 540px) { .why { grid-template-columns: 1fr; border-left: 0; } .why__item { border-right: 0; border-left: 2px solid var(--copper); padding-left: 20px; } }

/* ---------- Life in Kosovo (editorial) ---------- */
.life { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 96px); align-items: start; }
.life__statement { font-family: var(--f-serif); font-weight: 500; font-size: clamp(2.2rem, 4.4vw, 3.6rem); line-height: 1.05; letter-spacing: -0.015em; color: var(--ivory); margin: 0 0 28px; }
.life__links { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-on-green); }
.life__links a { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 4px; border-bottom: 1px solid var(--line-on-green); text-decoration: none; font-family: var(--f-head); font-size: 1.14rem; font-weight: 500; color: var(--ivory); transition: padding .2s ease, color .2s ease; }
.life__links a svg { width: 18px; height: 18px; color: var(--copper-light); flex: none; }
.life__links a:hover { padding-left: 12px; color: var(--copper-light); }
@media (max-width: 860px) { .life { grid-template-columns: 1fr; } }

/* ---------- Blog cards ---------- */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card { display: flex; flex-direction: column; background: var(--paper); border-radius: var(--r-md); border: 1px solid var(--line); overflow: hidden; text-decoration: none; transition: border-color .2s; }
.post-card:hover { border-color: var(--copper); }
.post-card__art { aspect-ratio: 16 / 9; background: var(--green); position: relative; overflow: hidden; }
.post-card__art svg { width: 100%; height: 100%; }
.post-card__body { padding: 24px 24px 28px; display: flex; flex-direction: column; flex: 1; }
.post-card__cat { font-family: var(--f-head); font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--copper-ink); margin-bottom: 10px; }
.post-card h3 { font-size: 1.22rem; margin-bottom: 10px; }
.post-card p { color: var(--ink-soft); font-size: .95rem; }
.post-card time { margin-top: auto; font-size: .85rem; color: var(--ink-soft); }
@media (max-width: 980px) { .posts { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .posts { grid-template-columns: 1fr; } }
.cat-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.cat-filter a { font-family: var(--f-head); font-size: .88rem; font-weight: 600; text-decoration: none; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line-strong); color: var(--green); }
.cat-filter a:hover, .cat-filter a[aria-current="true"] { background: var(--green); color: var(--ivory); border-color: var(--green); }

/* ---------- FAQ ---------- */
.faq { max-width: 880px; border-top: 1px solid var(--line-strong); }
.faq details { border-bottom: 1px solid var(--line-strong); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; font-family: var(--f-head); font-weight: 600; font-size: clamp(1.02rem, 1.4vw, 1.14rem); color: var(--green); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-strong); background:
  linear-gradient(var(--green), var(--green)) center / 12px 1.5px no-repeat,
  linear-gradient(var(--green), var(--green)) center / 1.5px 12px no-repeat; transition: transform .25s ease, background-color .25s; }
.faq details[open] summary::after { transform: rotate(45deg); background-color: var(--lgreen); }
.faq .faq__a { padding: 0 60px 26px 0; color: var(--ink-soft); }
.faq .faq__a p:last-child { margin-bottom: 0; }
@media (max-width: 600px) { .faq .faq__a { padding-right: 0; } }

/* ---------- Lead form ---------- */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.contact-list { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 4px; }
.contact-list li { display: flex; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line-on-green); }
.contact-list svg { width: 20px; height: 20px; color: var(--copper-light); flex: none; }
.contact-list a { text-decoration: none; font-family: var(--f-head); font-weight: 500; }
.contact-list a:hover { color: var(--copper-light); }
.section:not(.section--green) .contact-list li { border-bottom-color: var(--line); }
.section:not(.section--green) .contact-list svg { color: var(--copper-ink); }

.form-card { background: var(--paper); color: var(--ink); border-radius: var(--r-lg); padding: clamp(24px, 3.5vw, 44px); box-shadow: 0 30px 70px -40px rgba(0,0,0,.45); }
.form-card h3 { color: var(--green); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-family: var(--f-head); font-size: .88rem; font-weight: 600; color: var(--charcoal); }
.field label .opt { font-weight: 400; color: var(--ink-soft); }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 16px; border-radius: 12px; border: 1px solid var(--line-strong); background: #fff; font-size: 1rem; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(18,53,43,.12); }
.field [aria-invalid="true"] { border-color: #A3402B; }
.field__err { font-size: .84rem; color: #A3402B; min-height: 0; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: .9rem; color: var(--ink-soft); grid-column: 1 / -1; }
.check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--green); flex: none; }
.hp { position: absolute; left: -9999px; }
.form-foot { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 6px; }
.form-foot small { color: var(--ink-soft); font-size: .84rem; }
.form-status { grid-column: 1 / -1; font-size: .92rem; }
.form-success { text-align: left; padding: 12px 0; }
.form-success__icon { width: 56px; height: 56px; border-radius: 50%; background: var(--lgreen); color: var(--green); display: grid; place-items: center; margin-bottom: 20px; }
.form-success__icon svg { width: 26px; height: 26px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }

/* ---------- Disclaimer ---------- */
.disclaimer { font-size: .88rem; color: var(--ink-soft); border-left: 2px solid var(--copper); padding: 4px 0 4px 18px; max-width: 78ch; }
.section--green .disclaimer { color: rgba(245,241,232,.7); }

/* ---------- Inner page hero + breadcrumb ---------- */
.page-hero { padding-block: clamp(40px, 6vw, 80px) clamp(40px, 5vw, 64px); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 20ch; font-size: clamp(2.1rem, 4.4vw, 3.5rem); }
.page-hero .lead { margin-bottom: 26px; }
.page-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: .88rem; color: var(--ink-soft); }
.page-meta strong { color: var(--charcoal); font-weight: 600; }
.breadcrumb ol { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-wrap: wrap; gap: 6px; font-size: .88rem; color: var(--ink-soft); }
.breadcrumb li + li::before { content: "/"; margin-right: 6px; color: var(--line-strong); }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: var(--copper-ink); text-decoration: underline; }

/* ---------- Article layout ---------- */
.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(36px, 5vw, 80px); align-items: start; padding-block: clamp(48px, 6vw, 80px); }
.aside { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 18px; }
.toc { border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px 22px 16px; background: var(--paper); }
.toc h2 { font-size: .95rem; margin-bottom: 12px; }
.toc ol { margin: 0; padding: 0 0 0 18px; display: grid; gap: 8px; font-size: .92rem; }
.toc a { text-decoration: none; color: var(--ink-soft); }
.toc a:hover { color: var(--green); text-decoration: underline; }
.aside-cta { background: var(--green); color: var(--ivory); border-radius: var(--r-md); padding: 26px; }
.aside-cta h2 { color: var(--ivory); font-size: 1.25rem; }
.aside-cta p { color: rgba(245,241,232,.8); font-size: .94rem; }
.aside-cta .btn { width: 100%; margin-top: 6px; }
@media (max-width: 980px) { .article-grid { grid-template-columns: 1fr; } .aside { position: static; order: -1; } .aside-cta { display: none; } }

.prose { max-width: 72ch; }
.prose h2 { font-size: clamp(1.55rem, 2.6vw, 2.05rem); margin-top: 2.2em; padding-top: .2em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.8em; color: var(--charcoal); }
.prose p, .prose li { color: #2E3531; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .5em; }
.prose li::marker { color: var(--copper-ink); }
.prose a { color: var(--green); text-decoration-color: var(--copper); text-underline-offset: 3px; text-decoration-thickness: 1.5px; font-weight: 500; }
.prose a:hover { color: var(--copper-ink); }
.prose strong { color: var(--charcoal); }
.table-wrap { overflow-x: auto; margin: 1.4em 0 1.8em; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--paper); }
.prose table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: .95rem; }
.prose th, .prose td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose th { font-family: var(--f-head); font-weight: 600; color: var(--green); background: var(--lgreen); }
.prose tr:last-child td { border-bottom: 0; }

.note { border-radius: var(--r-md); padding: 20px 22px; margin: 1.6em 0; font-size: .97rem; background: var(--lgreen); }
.note p:last-child { margin-bottom: 0; }
.note__title { display: block; font-family: var(--f-head); font-weight: 700; color: var(--green); margin-bottom: 6px; }
.note--copper { background: #F3E6D8; }
.note--split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; overflow: hidden; background: var(--paper); border: 1px solid var(--line); }
.note--split > div { padding: 20px 22px; }
.note--split > div:first-child { background: var(--lgreen); }
@media (max-width: 640px) { .note--split { grid-template-columns: 1fr; } }

.sources { margin-top: 2.6em; padding: 24px 26px; border: 1px solid var(--line-strong); border-radius: var(--r-md); background: var(--paper); }
.sources h2 { font-size: 1.15rem !important; margin: 0 0 12px !important; }
.sources ul { margin: 0; padding-left: 1.1em; font-size: .95rem; }
.sources p { font-size: .88rem; color: var(--ink-soft); margin: 12px 0 0; }

.related { margin-top: 2.6em; }
.related h2 { font-size: 1.15rem !important; }
.related ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.related a { display: block; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--r-sm); text-decoration: none; font-family: var(--f-head); font-weight: 600; font-size: .97rem; color: var(--green); background: var(--paper); }
.related a:hover { border-color: var(--copper); }
@media (max-width: 560px) { .related ul { grid-template-columns: 1fr; } }

.inline-cta { margin: 2.4em 0; padding: 28px; border-radius: var(--r-md); background: var(--green); color: var(--ivory); display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; }
.inline-cta p { margin: 0; color: rgba(245,241,232,.85) !important; max-width: 46ch; }
.inline-cta strong { display: block; color: var(--ivory) !important; font-family: var(--f-head); font-size: 1.15rem; margin-bottom: 4px; }

/* ---------- CTA band ---------- */
.cta-band { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; align-items: center; }
.cta-band h2 { margin-bottom: 12px; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
@media (max-width: 820px) { .cta-band { grid-template-columns: 1fr; } .cta-band__actions { justify-content: flex-start; } }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); }
.person { display: grid; grid-template-columns: 120px 1fr; gap: 24px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--paper); }
.person__photo { width: 120px; height: 140px; border-radius: 60px 60px 12px 12px; background: var(--green); display: grid; place-items: center; color: var(--copper-light); font-family: var(--f-serif); font-size: 2.6rem; }
.person h3 { margin-bottom: 2px; }
.person p { margin: 0; color: var(--ink-soft); font-size: .95rem; }
.not-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.not-list li { padding: 16px 18px; border-radius: var(--r-sm); background: var(--paper); border: 1px solid var(--line); }
@media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; } }
@media (max-width: 460px) { .person { grid-template-columns: 1fr; } }

.map-placeholder { aspect-ratio: 16 / 10; border-radius: var(--r-md); background: var(--lgreen); border: 1px dashed var(--line-strong); display: grid; place-items: center; text-align: center; color: var(--ink-soft); padding: 20px; }
.hours { width: 100%; border-collapse: collapse; font-size: .95rem; }
.hours td { padding: 10px 0; border-bottom: 1px solid var(--line); }
.hours td:last-child { text-align: right; font-weight: 500; }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-deep); color: rgba(245,241,232,.78); padding: clamp(64px, 8vw, 96px) 0 calc(28px + env(safe-area-inset-bottom)); font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--line-on-green); }
.footer-grid h2 { font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--copper-light); margin-bottom: 18px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--ivory); text-decoration: underline; }
.footer-brand p { margin: 20px 0 0; max-width: 34ch; }
.footer-tagline { font-family: var(--f-head); font-size: .72rem; letter-spacing: .24em; color: rgba(245,241,232,.55); margin-top: 10px; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 14px 28px; justify-content: space-between; padding-top: 28px; font-size: .86rem; }
.footer-bottom p { margin: 0; }
.footer-disclaimer { max-width: 80ch; color: rgba(245,241,232,.6); font-size: .84rem; margin-top: 28px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }

/* ---------- Floating WhatsApp (desktop) + sticky bottom bar (mobile) ---------- */
.wa-float { position: fixed; right: 24px; bottom: 24px; z-index: 90; display: inline-flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 22px 0 18px; border-radius: 999px; background: var(--green); color: var(--ivory); text-decoration: none; font-family: var(--f-head); font-weight: 600; font-size: .95rem; box-shadow: 0 14px 36px -14px rgba(12,39,32,.7); border: 1px solid rgba(216,174,134,.4); transition: transform .2s ease, background-color .2s; }
.wa-float:hover { background: var(--green-soft); transform: translateY(-2px); }
.wa-float svg { width: 22px; height: 22px; color: var(--copper-light); }
.mobile-bar { display: none; }
@media (max-width: 760px) {
  .wa-float { display: none; }
  .mobile-bar { display: grid; grid-template-columns: 1.4fr 1fr; gap: 10px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(245,241,232,.96); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-top: 1px solid var(--line); }
  .mobile-bar .btn { min-height: 54px; padding: 0 12px; font-size: .95rem; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
}

/* ---------- 404 ---------- */
.notfound { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.notfound .serif { font-size: clamp(5rem, 14vw, 9rem); color: var(--copper-ink); line-height: 1; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  .site-header, .site-footer, .wa-float, .mobile-bar, .aside { display: none !important; }
  body { background: #fff; }
}

/* context overrides */
.picker__result .textlink { color: var(--green); }
.section--green .life__statement { color: var(--ivory); }
.section--green .form-card p, .section--green .form-card small { color: var(--ink-soft); }

@media (max-width: 1500px) { .nav .nav-home { display: none; } }
