/* ==========================================================================
   Pooja Wood House — design system
   Single stylesheet, no build step. Tokens first, then layout, then blocks.
   ========================================================================== */

/* Self-hosted fonts — no third-party request, faster first paint in India. */
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-latin.woff2") format("woff2-variations");
  font-weight: 100 900; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20B9, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/fraunces-latin.woff2") format("woff2-variations");
  font-weight: 100 900; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20B9, U+20AC, U+2122, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Noto Sans Devanagari";
  src: url("/assets/fonts/noto-devanagari.woff2") format("woff2-variations");
  font-weight: 100 900; font-style: normal; font-display: swap;
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}

:root {
  /* Brand ------------------------------------------------------------ */
  --forest:        #1E4634;
  --forest-800:    #163527;
  --forest-deep:   #13291D;
  --forest-600:    #2A5C45;
  --forest-tint:   #E9F0EB;

  /* Taken from the supplied logo artwork: green #009345, brown #AF5E28. */
  --brand-green:   #009345;
  --brand-green-d: #007A39;
  --amber:         #AF5E28;
  --amber-600:     #8E4A1F;
  --amber-tint:    #F6E9D6;
  --gold:          #E8C49A;

  --ink:           #17140F;
  --ink-2:         #3B342A;
  --muted:         #6E6456;
  --muted-2:       #6F6558;

  --paper:         #FDFBF7;
  --sand:          #F5F0E7;
  --sand-2:        #EFE8DB;
  --line:          #E3DBCC;
  --line-strong:   #CFC4B0;

  --white:         #FFFFFF;

  /* Type -------------------------------------------------------------- */
  --font-display: "Fraunces", "Noto Sans Devanagari", "Iowan Old Style", Georgia, serif;
  --font-body: "Inter", "Noto Sans Devanagari", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --step--1: clamp(0.82rem, 0.79rem + 0.14vw, 0.9rem);
  --step-0:  clamp(1rem, 0.96rem + 0.2vw, 1.09rem);
  --step-1:  clamp(1.2rem, 1.12rem + 0.38vw, 1.44rem);
  --step-2:  clamp(1.45rem, 1.3rem + 0.7vw, 1.95rem);
  --step-3:  clamp(1.75rem, 1.5rem + 1.2vw, 2.6rem);
  --step-4:  clamp(2.1rem, 1.65rem + 2.1vw, 3.5rem);
  --step-5:  clamp(2.5rem, 1.7rem + 3.6vw, 4.6rem);

  /* Space ------------------------------------------------------------- */
  --sp-1: 0.25rem;  --sp-2: 0.5rem;   --sp-3: 0.75rem;  --sp-4: 1rem;
  --sp-5: 1.5rem;   --sp-6: 2rem;     --sp-7: 3rem;     --sp-8: 4rem;
  --sp-9: 6rem;     --sp-10: 8rem;

  --container: 1180px;
  --radius: 4px;
  --radius-lg: 10px;

  --shadow-sm: 0 1px 2px rgba(23,20,15,.06), 0 2px 8px rgba(23,20,15,.05);
  --shadow-md: 0 4px 12px rgba(23,20,15,.07), 0 14px 38px rgba(23,20,15,.09);
  --shadow-lg: 0 10px 30px rgba(23,20,15,.10), 0 30px 70px rgba(23,20,15,.13);

  --header-h: 76px;
  --ease: cubic-bezier(.4, 0, .2, 1);
}

/* Reset -------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 1rem); }
body {
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--ink-2);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, picture, svg, video { display: block; max-width: 100%; height: auto; }
input, button, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: var(--forest); text-decoration-thickness: 1px; text-underline-offset: 3px; }
ul, ol { padding-left: 1.15em; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 2px; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "SOFT" 0, "WONK" 0, "opsz" 40;
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); line-height: 1.25; }
p { text-wrap: pretty; }

/* Utilities ----------------------------------------------------------- */
.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }
.container-wide { width: min(100% - 2.5rem, 1420px); margin-inline: auto; }
.narrow { max-width: 68ch; }
.section { padding-block: clamp(3.5rem, 2rem + 6vw, 7rem); }
.section--tight { padding-block: clamp(2.5rem, 1.5rem + 4vw, 4.5rem); }
.bg-sand { background: var(--sand); }
.bg-paper { background: var(--paper); }
.bg-forest { background: var(--forest-deep); color: #D8DED8; }
.bg-forest h2, .bg-forest h3, .bg-forest h1 { color: var(--white); }
.center { text-align: center; }
.center .narrow { margin-inline: auto; }
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--forest); color: #fff; padding: .8rem 1.2rem; border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus { left: 0; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--amber-600);
  margin-bottom: var(--sp-3);
  display: flex; align-items: center; gap: .7rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--amber); flex: none; }
.center .eyebrow { justify-content: center; }
.bg-forest .eyebrow { color: #C9A46A; }
.bg-forest .eyebrow::before { background: #C9A46A; }

.lede { font-size: var(--step-1); line-height: 1.55; color: var(--ink-2); }
.bg-forest .lede { color: #C6CFC6; }
.muted { color: var(--muted); }

/* Buttons ------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .85rem 1.6rem;
  border-radius: var(--radius);
  font-weight: 600; font-size: var(--step--1);
  letter-spacing: .04em; text-transform: uppercase;
  text-decoration: none;
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
  border: 1.5px solid transparent;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--amber); color: #fff; border-color: var(--amber); }
.btn--primary:hover { background: var(--amber-600); border-color: var(--amber-600); }
.btn--forest { background: var(--forest); color: #fff; border-color: var(--forest); }
.btn--forest:hover { background: var(--forest-deep); border-color: var(--forest-deep); }
.btn--ghost { border-color: var(--line-strong); color: var(--ink); }
.btn--ghost:hover { border-color: var(--forest); color: var(--forest); background: var(--forest-tint); }
.btn--light { border-color: rgba(255,255,255,.5); color: #fff; }
.btn--light:hover { background: #fff; color: var(--forest-deep); border-color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: var(--sp-4); }
.center .btn-row { justify-content: center; }

.arrow-link {
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 600; font-size: var(--step--1); letter-spacing: .04em;
  text-transform: uppercase; text-decoration: none; color: var(--forest);
}
.arrow-link span { transition: transform .2s var(--ease); }
.arrow-link:hover span { transform: translateX(4px); }

/* Header -------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(253,251,247,.92);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
  transition: background .3s var(--ease), border-color .3s var(--ease);
}
.site-header__inner {
  min-height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: var(--sp-5);
}
.brand { display: flex; align-items: center; gap: .85rem; text-decoration: none; flex: none; }
.brand__logo { height: 42px; width: auto; flex: none; }
.brand__logo--light { display: none; }
.brand__text {
  display: flex; flex-direction: column; line-height: 1.05;
  padding-left: .85rem; border-left: 1px solid var(--line-strong);
}
.brand__sub {
  font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); font-weight: 700; white-space: nowrap;
}
@media (max-width: 460px) {
  .brand__logo { height: 34px; }
  .brand__text { display: none; }
}

.nav { display: flex; align-items: center; gap: var(--sp-5); }
.nav__list { display: flex; gap: var(--sp-5); list-style: none; margin: 0; padding: 0; align-items: center; }
.nav__link {
  text-decoration: none; color: var(--ink-2); font-size: .93rem; font-weight: 500;
  padding: .62rem 0; position: relative; white-space: nowrap;
}
.nav__link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
  background: var(--amber); transform: scaleX(0); transform-origin: left;
  transition: transform .25s var(--ease);
}
.nav__link:hover::after, .nav__link[aria-current="page"]::after { transform: scaleX(1); }
.nav__link[aria-current="page"] { color: var(--ink); font-weight: 600; }

.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: var(--radius); }
.nav-toggle__bar { display: block; width: 22px; height: 2px; background: var(--ink); position: relative; transition: background .2s; }
.nav-toggle__bar::before, .nav-toggle__bar::after {
  content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: var(--ink);
  transition: transform .28s var(--ease), top .28s var(--ease);
}
.nav-toggle__bar::before { top: -7px; }
.nav-toggle__bar::after { top: 7px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar::after { top: 0; transform: rotate(-45deg); }

/* Transparent header over the homepage hero */
.site-header--over {
  position: fixed; left: 0; right: 0;
  background: linear-gradient(to bottom, rgba(19,41,29,.55), rgba(19,41,29,0));
  border-bottom-color: transparent; backdrop-filter: none;
}
.site-header--over .nav__link { color: #fff; }
.site-header--over .brand__sub { color: rgba(255,255,255,.78); }
.site-header--over .brand__text { border-left-color: rgba(255,255,255,.32); }
.site-header--over .nav-toggle__bar,
.site-header--over .nav-toggle__bar::before,
.site-header--over .nav-toggle__bar::after { background: #fff; }
.site-header--over .brand__logo--dark { display: none; }
.site-header--over .brand__logo--light { display: block; }
.site-header--over .btn--ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.site-header--over .btn--ghost:hover { background: #fff; color: var(--forest-deep); }
.site-header--over.is-stuck {
  position: sticky; background: rgba(253,251,247,.94);
  backdrop-filter: saturate(160%) blur(12px); border-bottom-color: var(--line);
}
.site-header--over.is-stuck .brand__sub { color: var(--muted); }
.site-header--over.is-stuck .brand__text { border-left-color: var(--line-strong); }
.site-header--over.is-stuck .nav__link { color: var(--ink-2); }
.site-header--over.is-stuck .nav-toggle__bar,
.site-header--over.is-stuck .nav-toggle__bar::before,
.site-header--over.is-stuck .nav-toggle__bar::after { background: var(--ink); }
.site-header--over.is-stuck .brand__logo--dark { display: block; }
.site-header--over.is-stuck .brand__logo--light { display: none; }
.site-header--over.is-stuck .btn--ghost { border-color: var(--line-strong); color: var(--ink); }

@media (max-width: 1120px) {
  .nav-toggle { display: flex; }
  .nav {
    position: fixed; inset: var(--header-h) 0 0 auto; width: min(360px, 88vw);
    background: var(--paper); flex-direction: column; align-items: stretch;
    gap: 0; padding: var(--sp-6) var(--sp-6) var(--sp-8);
    transform: translateX(105%); transition: transform .35s var(--ease);
    box-shadow: var(--shadow-lg); overflow-y: auto; border-left: 1px solid var(--line);
  }
  .nav.is-open { transform: translateX(0); }
  .nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav__list li { border-bottom: 1px solid var(--line); }
  .nav__link { display: block; padding: 1rem 0; font-size: 1.05rem; color: var(--ink-2) !important; }
  .nav__link::after { display: none; }
  .nav .btn { margin-top: var(--sp-6); justify-content: center; }
  .site-header--over .nav { background: var(--paper); }
  .nav-scrim {
    position: fixed; inset: 0; background: rgba(19,20,15,.45); opacity: 0; pointer-events: none;
    transition: opacity .3s var(--ease); z-index: 99;
  }
  .nav-scrim.is-open { opacity: 1; pointer-events: auto; }
}

/* Hero slideshow ------------------------------------------------------ */
.hero { position: relative; min-height: min(92vh, 860px); display: grid; isolation: isolate; overflow: hidden; }
.hero__slides { position: absolute; inset: 0; z-index: -2; background: var(--forest-deep); }
.hero__slide {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity 1.2s var(--ease);
}
.hero__slide.is-active { opacity: 1; }
.hero__slide img { width: 100%; height: 100%; object-fit: cover; }
.hero__slide.is-active img { animation: kenburns 9s ease-out both; }
@keyframes kenburns {
  from { transform: scale(1.0) translate3d(0,0,0); }
  to   { transform: scale(1.09) translate3d(-1%, -1%, 0); }
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(to right, rgba(11,23,16,.78) 0%, rgba(11,23,16,.44) 48%, rgba(11,23,16,.12) 100%),
    linear-gradient(to top, rgba(11,23,16,.66) 0%, rgba(11,23,16,0) 52%);
}
.hero__inner {
  align-self: center;
  padding-block: calc(var(--header-h) + 3.5rem) 8rem;
  max-width: 46rem;
}
.hero h1 { color: #fff; font-size: var(--step-5); letter-spacing: -0.025em; }
.hero__lede { color: rgba(255,255,255,.86); font-size: var(--step-1); margin-top: var(--sp-5); max-width: 34rem; }
.hero .eyebrow { color: #D8B67C; }
.hero .eyebrow::before { background: #D8B67C; }
.hero .btn-row { margin-top: var(--sp-7); }

.hero__controls {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
  padding-bottom: var(--sp-6);
}
.hero__controls-inner { display: flex; align-items: center; justify-content: space-between; gap: var(--sp-5); flex-wrap: wrap; }
.hero__dots { display: flex; gap: .6rem; align-items: center; }
.hero__dot {
  width: 44px; height: 28px; padding: 0; position: relative;
  display: grid; place-items: center; background: none;
}
.hero__dot::before {
  content: ""; width: 40px; height: 3px; border-radius: 2px;
  background: rgba(255,255,255,.32); transition: background .2s;
}
.hero__dot:hover::before { background: rgba(255,255,255,.55); }
.hero__dot::after { content: ""; position: absolute; left: 2px; top: 50%; margin-top: -1.5px;
  width: 40px; height: 3px; border-radius: 2px; background: var(--amber);
  transform: scaleX(0); transform-origin: left; }
.hero__dot[aria-current="true"]::after {
  animation: dotfill var(--hero-interval, 6s) linear both;
}
@keyframes dotfill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.hero__dot.is-paused::after { animation-play-state: paused; }

.hero__caption {
  color: rgba(255,255,255,.82); font-size: var(--step--1); letter-spacing: .1em;
  text-transform: uppercase; font-weight: 500;
}
.hero__arrows { display: flex; gap: .5rem; }
.hero__arrow {
  width: 46px; height: 46px; border: 1.5px solid rgba(255,255,255,.4); border-radius: 50%;
  display: grid; place-items: center; color: #fff; transition: background .2s, border-color .2s;
}
.hero__arrow:hover { background: rgba(255,255,255,.16); border-color: #fff; }
.hero__arrow svg { width: 17px; height: 17px; }

@media (max-width: 700px) {
  .hero { min-height: 84vh; }
  /* Swipe replaces the arrows here, which also keeps them clear of the
     floating WhatsApp button in the bottom-right corner. */
  .hero__arrows { display: none; }
  .hero__caption { display: none; }
  .hero__controls-inner { justify-content: flex-start; }
  .hero__controls { padding-bottom: var(--sp-5); }
  .hero__inner { padding-bottom: 6rem; }
}

/* Page banner (interior pages) ---------------------------------------- */
.page-banner { position: relative; isolation: isolate; background: var(--forest-deep); }
.page-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.page-banner::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(to right, rgba(11,23,16,.82) 0%, rgba(11,23,16,.5) 55%, rgba(11,23,16,.28) 100%),
    linear-gradient(to top, rgba(11,23,16,.35), rgba(11,23,16,0) 60%);
}
.page-banner__inner { padding-block: clamp(3.5rem, 2rem + 6vw, 6.5rem); max-width: 44rem; }
.page-banner h1 { color: #fff; }
.page-banner p { color: rgba(255,255,255,.84); font-size: var(--step-1); margin-top: var(--sp-4); }

.breadcrumb { font-size: var(--step--1); color: rgba(255,255,255,.7); margin-bottom: var(--sp-4); }
.breadcrumb a { color: rgba(255,255,255,.86); text-decoration: none; }
.breadcrumb a:hover { color: #fff; text-decoration: underline; }
.breadcrumb span { margin-inline: .5rem; opacity: .55; }

/* Trust bar ----------------------------------------------------------- */
.trustbar { background: var(--forest-deep); color: rgba(255,255,255,.8); padding-block: var(--sp-5); }
.trustbar__inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: var(--sp-4) var(--sp-7); font-size: var(--step--1);
  letter-spacing: .1em; text-transform: uppercase; font-weight: 500;
}
.trustbar__item { display: flex; align-items: center; gap: .6rem; }
.trustbar__item svg { width: 16px; height: 16px; color: #C9A46A; flex: none; }

/* Stats --------------------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: var(--sp-6); }
.stat { text-align: center; padding: var(--sp-5) var(--sp-3); }
.stat__num {
  font-family: var(--font-display); font-size: var(--step-4); font-weight: 600;
  color: var(--forest); line-height: 1; letter-spacing: -0.03em;
}
.bg-forest .stat__num { color: #C9A46A; }
.stat__label {
  margin-top: var(--sp-3); font-size: var(--step--1); letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted); font-weight: 600;
}
.bg-forest .stat__label { color: rgba(255,255,255,.6); }

/* Generic grids ------------------------------------------------------- */
.grid { display: grid; gap: var(--sp-6); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }

.split { display: grid; gap: clamp(2rem, 1rem + 4vw, 4.5rem); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split--wide-left { grid-template-columns: 1.15fr .85fr; } }
.split__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; }
.split__media { position: relative; }

/* Cards --------------------------------------------------------------- */
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: var(--sp-6); transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
  height: 100%; display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.card__icon {
  width: 46px; height: 46px; border-radius: var(--radius); background: var(--forest-tint);
  display: grid; place-items: center; color: var(--forest); margin-bottom: var(--sp-5); flex: none;
}
.card__icon svg { width: 23px; height: 23px; }
.card h3 { margin-bottom: var(--sp-3); }
.card p { color: var(--muted); font-size: .97rem; }

.card-link { text-decoration: none; color: inherit; }
.card-link .card__more { margin-top: auto; padding-top: var(--sp-5); color: var(--forest); font-weight: 600; font-size: var(--step--1); letter-spacing: .05em; text-transform: uppercase; }

/* Species grid -------------------------------------------------------- */
.species { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 265px), 1fr)); gap: var(--sp-5); }
.species__item {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  border-top: 3px solid var(--brand-green); padding: var(--sp-5) var(--sp-5) var(--sp-6);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.species__item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.species__name { font-family: var(--font-display); font-size: var(--step-1); font-weight: 600; margin: 0; }
.species__latin { font-size: .85rem; font-style: italic; color: var(--amber-600); margin-top: .2rem; }
.species__note { font-size: .93rem; color: var(--muted); margin-top: var(--sp-4); }
.bg-sand .species__item { background: var(--white); }

.chips { display: flex; flex-wrap: wrap; gap: .55rem; list-style: none; padding: 0; margin: 0; }
.chip {
  border: 1px solid var(--line-strong); border-radius: 100px; padding: .4rem 1rem;
  font-size: .88rem; color: var(--ink-2); background: var(--white);
}
.bg-forest .chip { border-color: rgba(255,255,255,.25); color: rgba(255,255,255,.85); background: rgba(255,255,255,.05); }

/* Feature list -------------------------------------------------------- */
.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--sp-4); }
.ticks li { display: flex; gap: .85rem; align-items: flex-start; }
.ticks li::before {
  content: ""; flex: none; width: 20px; height: 20px; margin-top: .28rem; border-radius: 50%;
  background: var(--forest-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231E4634' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat;
}
.bg-forest .ticks li::before { background-color: rgba(201,164,106,.18); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C9A46A' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); }

/* Process steps ------------------------------------------------------- */
.steps { display: grid; gap: var(--sp-6); counter-reset: step; }
@media (min-width: 780px) { .steps { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }
.step { counter-increment: step; position: relative; padding-top: var(--sp-6); border-top: 2px solid var(--line); }
.step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-display); font-size: var(--step-2); color: var(--amber);
  font-weight: 600; display: block; margin-bottom: var(--sp-3); line-height: 1;
}
.step h3 { margin-bottom: var(--sp-2); font-size: var(--step-0); }
.step p { font-size: .93rem; color: var(--muted); }
.bg-forest .step { border-top-color: rgba(255,255,255,.18); }
.bg-forest .step p { color: rgba(255,255,255,.68); }

/* Facility list ------------------------------------------------------- */
.facilities { display: grid; gap: var(--sp-5); grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); }
.facility {
  background: var(--white); border: 1px solid var(--line); border-left: 3px solid var(--forest);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0; padding: var(--sp-5) var(--sp-6);
}
.facility__state {
  font-size: .7rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--amber-600); font-weight: 700;
}
.facility h3 { font-size: var(--step-0); margin: .35rem 0 .5rem; }
.facility address { font-style: normal; color: var(--muted); font-size: .93rem; line-height: 1.55; }

/* Certificate panel --------------------------------------------------- */
.cert {
  display: grid; gap: var(--sp-6); align-items: center;
  border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white);
  padding: clamp(1.75rem, 1rem + 3vw, 3rem);
}
@media (min-width: 860px) { .cert { grid-template-columns: 180px 1fr; } }
.cert__mark {
  width: 148px; height: auto; margin-inline: auto;
  border: 1px solid var(--line); border-radius: var(--radius);
}
.cert__codes { display: grid; gap: var(--sp-4); margin-top: var(--sp-5); }
.cert__code {
  display: flex; flex-wrap: wrap; gap: .35rem 1rem; padding: var(--sp-4) var(--sp-5);
  background: var(--sand); border-radius: var(--radius); font-size: .93rem;
}
.cert__code dt { font-weight: 600; color: var(--ink); min-width: 12rem; }
.cert__code dd { margin: 0; font-family: ui-monospace, "SF Mono", Menlo, monospace; color: var(--forest); letter-spacing: .02em; }

/* Gallery ------------------------------------------------------------- */
.gallery { columns: 3 260px; column-gap: var(--sp-5); }
.gallery figure { break-inside: avoid; margin-bottom: var(--sp-5); border-radius: var(--radius-lg); overflow: hidden; position: relative; background: var(--sand-2); }
.gallery img { width: 100%; transition: transform .5s var(--ease); }
.gallery figure:hover img { transform: scale(1.04); }
.gallery figcaption {
  position: absolute; inset: auto 0 0 0; padding: var(--sp-5) var(--sp-4) var(--sp-4);
  background: linear-gradient(to top, rgba(11,23,16,.85), transparent);
  color: #fff; font-size: .9rem; font-weight: 500;
}

/* Quote --------------------------------------------------------------- */
.quote { max-width: 46rem; margin-inline: auto; text-align: center; }
.quote blockquote {
  font-family: var(--font-display); font-size: var(--step-2); line-height: 1.35;
  color: var(--ink); margin: 0; letter-spacing: -0.015em;
}
.bg-forest .quote blockquote { color: #fff; }
.quote figcaption { margin-top: var(--sp-5); font-size: var(--step--1); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.bg-forest .quote figcaption { color: rgba(255,255,255,.6); }

/* CTA band ------------------------------------------------------------ */
.cta-band { background: var(--forest); color: #fff; border-radius: var(--radius-lg); padding: clamp(2rem, 1rem + 4vw, 4rem); }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.8); margin-top: var(--sp-4); }
.cta-band .btn-row { margin-top: var(--sp-6); }

/* Forms --------------------------------------------------------------- */
.form { display: grid; gap: var(--sp-5); }
.form__row { display: grid; gap: var(--sp-5); }
@media (min-width: 640px) { .form__row--2 { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: .45rem; }
.field label { font-size: .88rem; font-weight: 600; color: var(--ink); }
.field .req { color: var(--amber-600); }
.field input, .field select, .field textarea {
  padding: .8rem 1rem; border: 1.5px solid var(--line-strong); border-radius: var(--radius);
  background: var(--white); transition: border-color .2s, box-shadow .2s; width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--forest); box-shadow: 0 0 0 3px rgba(30,70,52,.12);
}
.field textarea { resize: vertical; min-height: 130px; }
.field__hint { font-size: .85rem; color: var(--muted); }
.form__consent { display: flex; gap: .7rem; align-items: flex-start; font-size: .88rem; color: var(--muted); }
.form__consent input { width: 18px; height: 18px; flex: none; margin-top: .2rem; accent-color: var(--forest); }
.form__status { padding: var(--sp-4) var(--sp-5); border-radius: var(--radius); font-size: .93rem; display: none; }
.form__status.is-ok { display: block; background: var(--forest-tint); color: var(--forest); border: 1px solid #BFD5C6; }
.form__status.is-err { display: block; background: #FBE9E7; color: #A03A25; border: 1px solid #F0C4BC; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }

.contact-panel { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.5rem, 1rem + 2.5vw, 2.75rem); }

.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--sp-5); }
.contact-list li { display: flex; gap: var(--sp-4); align-items: flex-start; }
.contact-list svg { width: 20px; height: 20px; color: var(--forest); flex: none; margin-top: .25rem; }
.contact-list a { color: var(--ink); text-decoration: none; font-weight: 500; }
.contact-list a:hover { color: var(--forest); text-decoration: underline; }
.contact-list .label { display: block; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: .15rem; }

/* Accordion ----------------------------------------------------------- */
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary {
  padding: var(--sp-5) 2.5rem var(--sp-5) 0; cursor: pointer; list-style: none;
  font-family: var(--font-display); font-size: var(--step-1); font-weight: 600; color: var(--ink);
  position: relative;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after {
  content: ""; position: absolute; right: .25rem; top: 50%; width: 14px; height: 14px;
  margin-top: -7px; transition: transform .25s var(--ease);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236E6456' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center/contain no-repeat;
}
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details > *:not(summary) { padding-bottom: var(--sp-6); color: var(--muted); max-width: 70ch; }

/* Table --------------------------------------------------------------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: .95rem; }
th, td { text-align: left; padding: .9rem 1.15rem; border-bottom: 1px solid var(--line); }
thead th { background: var(--sand); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); font-weight: 700; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: var(--sand); }

/* Footer -------------------------------------------------------------- */
.site-footer { background: var(--forest-deep); color: rgba(255,255,255,.66); padding-block: var(--sp-8) var(--sp-6); }
.site-footer h4 {
  color: #fff; font-family: var(--font-body); font-size: .78rem; letter-spacing: .16em;
  text-transform: uppercase; font-weight: 700; margin-bottom: var(--sp-5);
}
.footer-grid { display: grid; gap: var(--sp-7); grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); }
.footer-grid > div:first-child { grid-column: span 1; }
@media (min-width: 900px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.3fr; } }
.site-footer a { color: rgba(255,255,255,.66); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; font-size: .93rem; }
.footer-about { font-size: .93rem; line-height: 1.7; max-width: 32ch; }
.footer-brand { display: flex; align-items: center; margin-bottom: var(--sp-5); }
.footer-brand .brand__logo--light { display: block; height: 40px; width: auto; }
.footer-bottom {
  margin-top: var(--sp-8); padding-top: var(--sp-5); border-top: 1px solid rgba(255,255,255,.12);
  display: flex; flex-wrap: wrap; gap: var(--sp-4) var(--sp-6); justify-content: space-between;
  font-size: .85rem; color: rgba(255,255,255,.5);
}
.footer-meta { font-size: .82rem; color: rgba(255,255,255,.5); margin-top: var(--sp-4); letter-spacing: .04em; }
.footer-meta span { font-family: ui-monospace, "SF Mono", Menlo, monospace; color: rgba(255,255,255,.72); }
.fsc-badge { width: 190px; height: auto; margin-top: var(--sp-6); border-radius: 3px; }
.fsc-note { font-size: .82rem; color: rgba(255,255,255,.5); margin-top: var(--sp-4); line-height: 1.6; }

/* WhatsApp float ------------------------------------------------------ */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  width: 54px; height: 54px; border-radius: 50%; background: #25D366;
  display: grid; place-items: center; box-shadow: var(--shadow-md);
  transition: transform .2s var(--ease);
}
.wa-float:hover { transform: scale(1.07); }
.wa-float svg { width: 28px; height: 28px; fill: #fff; }

/* Reveal on scroll ---------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero__slide.is-active img { animation: none; }
}

@media print {
  .site-header, .site-footer, .wa-float, .hero__controls { display: none; }
  body { background: #fff; color: #000; }
}
