/* ==========================================================================
   GreenByte design system v4 "operational trust"
   Cool mist surfaces, deep forest green, Outfit + Source Sans 3,
   photo-led hero, calm B2B conversion layout.
   ========================================================================== */

:root {
  --bg: #f4f7f5;
  --bg-2: #e8efeb;
  --sage: #dce8e0;
  --sage-2: #c5d9cc;
  --paper: #ffffff;

  --pine: #0f3d28;
  --pine-2: #145232;
  --green: #1a7a4c;
  --leaf: #3fae72;
  --leaf-soft: #8fd3a8;
  --accent: #c9852a;

  --ink: #1a2a22;
  --ink-body: #3d5248;
  --ink-muted: #6a7d72;
  --line: #d5e0d9;
  --line-strong: #b8c9be;

  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 1px 2px rgba(15, 61, 40, 0.04), 0 8px 24px rgba(15, 61, 40, 0.07);
  --shadow-lg: 0 4px 12px rgba(15, 61, 40, 0.08), 0 20px 48px rgba(15, 61, 40, 0.12);

  --font-display: "Outfit", "Segoe UI", system-ui, sans-serif;
  --font-body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;

  --dots: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Ccircle cx='2' cy='2' r='1.4' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink-body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { max-width: 100%; height: auto; }
img { display: block; }

h1, h2, h3, .h3 {
  font-family: var(--font-display);
  color: var(--pine);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin: 0 0 0.55em;
}
h1 { font-size: clamp(2.4rem, 5.2vw, 3.75rem); font-weight: 700; }
h2 { font-size: clamp(1.65rem, 3.2vw, 2.35rem); }
h3, .h3 { font-size: 1.2rem; line-height: 1.3; font-weight: 650; }
h1, h2 { text-wrap: balance; }
.lead, .section-lead { text-wrap: pretty; }

p { margin: 0 0 1em; }
a { color: var(--green); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { color: var(--pine); }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
::selection { background: #c8ebda; color: var(--pine); }

.container { max-width: 72rem; margin-inline: auto; padding-inline: 1.5rem; }
.container.narrow { max-width: 50rem; }
.center { text-align: center; }
.muted { color: var(--ink-muted); font-size: 0.95rem; }
.icon { width: 1.5em; height: 1.5em; flex: none; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--pine); color: #fff; font-weight: 700;
  padding: 0.6rem 1rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ------------------------------------------------------------------ eyebrow */

.eyebrow {
  display: flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-display);
  font-size: 0.78rem; font-weight: 650; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--green); margin: 0 0 1rem;
}
.eyebrow::before {
  content: ""; width: 1.4rem; height: 2px;
  background: var(--accent); flex: none;
}
.center .eyebrow, .pledge-panel .eyebrow, .page-hero .eyebrow { justify-content: center; }
.center .eyebrow::before, .pledge-panel .eyebrow::before, .page-hero .eyebrow::before { display: none; }
.stats-band .eyebrow { color: var(--leaf-soft); }
.stats-band .eyebrow::before { background: var(--accent); }

/* ------------------------------------------------------------------ buttons */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  padding: 0.9rem 1.55rem; border-radius: 10px;
  font-family: var(--font-display); font-weight: 650; font-size: 0.98rem;
  text-decoration: none; white-space: nowrap;
  border: 2px solid transparent; cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.btn:active { transform: translateY(1px); }
.btn .icon { width: 1.1em; height: 1.1em; transition: transform 0.15s ease; }
.btn:hover .icon { transform: translateX(3px); }

.btn-primary {
  background: var(--green); color: #fff;
  box-shadow: 0 8px 22px rgba(26, 122, 76, 0.28);
}
.btn-primary:hover { background: var(--pine-2); color: #fff; transform: translateY(-2px); }

.btn-outline { border-color: var(--line-strong); color: var(--pine); background: transparent; }
.btn-outline:hover { border-color: var(--green); background: rgba(26, 122, 76, 0.06); color: var(--pine); }

.btn-outline-light { border-color: rgba(255, 255, 255, 0.4); color: #fff; background: rgba(8, 30, 20, 0.25); backdrop-filter: blur(4px); }
.btn-outline-light:hover { border-color: #fff; background: rgba(255, 255, 255, 0.12); color: #fff; }

.btn-light { background: #fff; color: var(--pine); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18); }
.btn-light:hover { background: #fff; color: var(--pine); transform: translateY(-2px); }

.btn-ghost { border-color: rgba(255, 255, 255, 0.4); color: #fff; }
.btn-ghost:hover { border-color: var(--accent); color: #fff; background: rgba(255, 255, 255, 0.08); }

/* ------------------------------------------------------------------- header */

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(244, 247, 245, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4.4rem; }

.brand { display: inline-flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.logo-mark { width: 2.15rem; height: 2.15rem; flex: none; display: block; }
.brand-name {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  color: var(--pine);
  letter-spacing: -0.045em;
}
.brand-name span { color: var(--green); }

.site-nav { display: flex; align-items: center; gap: 0.75rem; position: relative; }
.nav-menu { display: flex; align-items: center; gap: 1rem; }
.nav-links, .lang-switch { display: flex; gap: 0.1rem; list-style: none; margin: 0; padding: 0; }

.nav-links a {
  display: block; padding: 0.45rem 0.7rem; border-radius: 8px; white-space: nowrap;
  color: var(--ink-body); text-decoration: none; font-weight: 600; font-size: 0.95rem;
}
.nav-links a:hover { color: var(--pine); background: var(--sage); }
.nav-links a[aria-current="page"] { color: var(--pine); background: var(--sage); }

.lang-switch { border-left: 1.5px solid var(--line); padding-left: 0.85rem; }
.lang-switch a {
  display: block; padding: 0.35rem 0.45rem; border-radius: 6px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em;
  color: var(--ink-muted); text-decoration: none;
}
.lang-switch a:hover { color: var(--pine); background: var(--sage); }
.lang-switch a[aria-current="true"] { background: var(--pine); color: #fff; }

.nav-cta { padding: 0.6rem 1.15rem; font-size: 0.9rem; }

.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 2.7rem; height: 2.7rem; padding: 0.65rem;
  background: none; border: 1.5px solid var(--line); border-radius: 10px; cursor: pointer;
}
.nav-toggle span { display: block; height: 2.5px; background: var(--pine); border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* --------------------------------------------------------------------- hero */

.scene-img, .photo-img { display: block; width: 100%; height: 100%; object-fit: cover; }

.hero {
  position: relative; overflow: hidden;
  min-height: min(88vh, 42rem);
  background: #071912;
  display: flex; align-items: flex-end;
}
.hero-media { position: absolute; inset: 0; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(5, 22, 14, 0.92) 0%, rgba(5, 22, 14, 0.72) 42%, rgba(5, 22, 14, 0.35) 100%),
    linear-gradient(0deg, rgba(5, 22, 14, 0.55) 0%, transparent 45%);
}
.hero-inner { position: relative; width: 100%; padding-block: 5.5rem 4.5rem; }
.hero-copy { max-width: 38rem; }

.hero-brand {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 0 0.85rem;
}
.hero-brand span { color: var(--leaf-soft); }

.hero .eyebrow { color: var(--leaf-soft); margin-bottom: 0.65rem; }
.hero .eyebrow::before { background: var(--accent); }

.offer-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  margin: 1.8rem 0 1.25rem;
}
.offer-path {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(143, 211, 168, 0.28);
  border-radius: var(--radius);
  padding: 1.4rem 1.4rem 1.35rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.offer-path-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--leaf-soft);
  margin-bottom: 0.55rem;
}
.offer-path h3 {
  margin: 0 0 0.5rem;
  color: #fff;
  font-size: 1.35rem;
}
.offer-path p {
  margin: 0 0 1.25rem;
  color: #c5dbce;
  font-size: 0.98rem;
  line-height: 1.5;
  flex: 1;
}
.offer-path .btn { align-self: flex-start; }
.offer-paths-cta .offer-path:first-child {
  border-color: rgba(95, 212, 146, 0.55);
  box-shadow: 0 0 0 1px rgba(95, 212, 146, 0.15);
}
.flow-art-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.85rem;
  min-height: 4.5rem;
}
.flow-art {
  width: min(100%, 7.5rem);
  height: auto;
}
.flow-art-sm { width: min(100%, 5.5rem); }
.flow-scan {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green);
  margin: 0 0 0.35rem;
}
.section-dark .flow-scan { color: var(--leaf-soft); }
.section-dark .flow-art-wrap {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  padding: 0.55rem 0.35rem;
  margin-bottom: 1rem;
}
.doc-card .flow-art-wrap {
  justify-content: flex-start;
  margin-bottom: 0.7rem;
  min-height: 3.5rem;
}
.process-step .flow-art-wrap {
  justify-content: flex-start;
  margin-bottom: 0.75rem;
}
.services-rent-note {
  margin: 1.25rem 0 0;
  text-align: center;
  color: #a4c4b2;
  font-size: 0.92rem;
}
.services-rent-note a { color: var(--leaf-soft); font-weight: 600; }
.home-stats-inline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 2.4rem 0 0;
  padding: 1.4rem 0 0;
  border-top: 1px solid var(--line);
}
.home-stats-inline dt {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--pine);
  letter-spacing: -0.03em;
}
.home-stats-inline dd {
  margin: 0.25rem 0 0;
  color: var(--ink-body);
  font-size: 0.92rem;
  line-height: 1.4;
}
.services-stack {
  max-width: 44rem;
  margin: 0.75rem auto 1.25rem;
  color: var(--ink-body);
  line-height: 1.55;
}
.hero h1 { color: #fff; margin-bottom: 0.45em; }
.hero h1 .line-a { display: block; }
.hero h1 .line-b {
  display: block;
  color: var(--leaf-soft);
  font-weight: 600;
}
.hero .lead { color: #c5dbce; font-size: 1.15rem; max-width: 34rem; margin-bottom: 0; }
.lead { font-size: 1.14rem; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 1.9rem; }

.hero-badges {
  display: flex; flex-wrap: wrap; gap: 0.55rem 1.4rem;
  list-style: none; margin: 2rem 0 0; padding: 0;
}
.hero-badges li {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-size: 0.9rem; font-weight: 600; color: #d8ebe0;
}
.hero-badges .icon { width: 1.05em; height: 1.05em; color: var(--leaf); }

.flow-section { scroll-margin-top: 5.5rem; }
#quote, #wins { scroll-margin-top: 5.5rem; }
.flow-continue {
  margin: 2.25rem 0 0;
  text-align: center;
}
.flow-continue-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--green);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.flow-continue-link:hover {
  color: var(--pine);
  border-bottom-color: var(--leaf);
}
.flow-continue-link .icon { width: 1.1em; height: 1.1em; }
.section-dark .flow-continue-link { color: var(--leaf-soft); }
.section-dark .flow-continue-link:hover {
  color: #fff;
  border-bottom-color: var(--leaf-soft);
}
.flow-section .eyebrow,
.flow-section .section-title {
  scroll-margin-top: 5.25rem;
}
.flow-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1.4rem;
  margin-top: 2.1rem;
}
.flow-nav-next { text-decoration: none; }
.flow-more-link {
  font-weight: 650;
  font-size: 0.95rem;
  color: var(--green);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.flow-more-link:hover {
  color: var(--pine);
  border-bottom-color: var(--leaf);
}
.section-dark .flow-more-link { color: var(--leaf-soft); }
.section-dark .flow-more-link:hover { color: #fff; border-bottom-color: var(--leaf-soft); }
.lead-mobile { display: none; }
.flow-split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.75rem;
  margin-top: 2.25rem;
}
.flow-split .flow-continue { margin: 0; text-align: left; }
.wins-list {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem 1.35rem;
}
.wins-item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1.15rem 1.2rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.wins-icon {
  flex: none;
  display: inline-flex;
  color: var(--green);
  margin-top: 0.15rem;
}
.wins-icon .icon { width: 1.25em; height: 1.25em; }
.wins-item h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--ink);
}
.wins-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--ink-body);
}
@media (max-width: 720px) {
  .wins-list { grid-template-columns: 1fr; }
  .flow-split { flex-direction: column; }
}
.offer-path .btn { margin-bottom: 0.65rem; }
.offer-path-detail {
  align-self: flex-start;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--leaf-soft);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.section:not(.section-dark) .offer-path-detail { color: var(--green); }

/* -------------------------------------------------------------- certs strip */

.certs-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.certs-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 2rem; padding-block: 1.05rem; }
.certs-label {
  font-family: var(--font-display);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-muted); flex: none;
}
.certs-list { display: flex; flex-wrap: wrap; gap: 0.5rem 1.6rem; list-style: none; margin: 0; padding: 0; }
.certs-list li { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.9rem; font-weight: 600; color: var(--pine); }
.certs-list .icon { width: 1.1em; height: 1.1em; color: var(--green); flex: none; }

/* ----------------------------------------------------------------- sections */

.section { padding-block: 5rem; }
.section-title { max-width: 40rem; margin-bottom: 0.85rem; }
.center .section-title, .pledge-panel .section-title { margin-inline: auto; }
.section-lead { color: var(--ink-muted); max-width: 42rem; margin-bottom: 2.1rem; font-size: 1.08rem; }
.center .section-lead { margin-inline: auto; }

.section-alt { background: var(--bg-2); }
.section-sage {
  background: var(--sage);
  border-radius: var(--radius-lg);
  margin-inline: clamp(0.6rem, 1.6vw, 1.4rem);
}
.section-dark {
  background: #0a2218;
  background-image: var(--dots), radial-gradient(48rem 24rem at 90% -10%, rgba(63, 174, 114, 0.14), transparent 60%);
}
.section-dark .section-title { color: #fff; }
.section-dark .section-lead { color: #a4c4b2; }
.section-dark .eyebrow { color: var(--leaf-soft); }
.section-paper { background: var(--paper); border-block: 1px solid var(--line); }

/* ---------------------------------------------------------------- ops points */

.ops-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.2rem 0 0;
  list-style: none;
  padding: 0;
}
.ops-point {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem 1.35rem;
  box-shadow: var(--shadow);
}
.ops-point-art {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 4.5rem;
  margin: 0 0 0.75rem;
  padding: 0.25rem 0;
  background: linear-gradient(180deg, #eafbf1 0%, transparent 100%);
  border-radius: 12px;
}
.ops-point-art .flow-art { width: min(100%, 6.5rem); }
.ops-point h3 {
  margin: 0 0 0.35em;
  font-size: 1.08rem;
}
.ops-point p {
  margin: 0;
  color: var(--ink-body);
  font-size: 0.95rem;
  line-height: 1.45;
}

/* legacy photo gallery (kept if used elsewhere) */
.ops-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
  list-style: none; padding: 0; margin-left: 0; margin-right: 0;
}
@media (min-width: 56rem) {
  .ops-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.ops-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 5 / 4;
  background: var(--pine);
  box-shadow: var(--shadow);
}
.ops-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.ops-item:hover img { transform: scale(1.04); }
.ops-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 2.4rem 1rem 1rem;
  background: linear-gradient(0deg, rgba(7, 25, 18, 0.88) 0%, transparent 100%);
  color: #fff; font-family: var(--font-display); font-size: 0.92rem; font-weight: 600;
}

/* image-topped cards */
.card-img { padding: 0; overflow: hidden; }
.card-img .card-media { aspect-ratio: 16 / 10; overflow: hidden; background: #0e2f20; }
.card-img .card-media .scene-img,
.card-img .card-media .photo-img { transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.3, 1); }
.card-img:hover .card-media .scene-img,
.card-img:hover .card-media .photo-img { transform: scale(1.04); }
.card-img .card-body { display: flex; flex-direction: column; flex: 1; gap: 0.3rem; padding: 1.35rem 1.4rem 1.5rem; }
.section-dark .card-img { background: #123628; border-color: rgba(255, 255, 255, 0.1); box-shadow: none; }
.section-dark .card-img h3 a, .section-dark .card-img h2 a { color: #fff; }
.section-dark .card-img p { color: #a4c4b2; }
.section-dark .card-img .card-more { color: var(--leaf-soft); }
.section-dark .card-img.card-link:hover { border-color: rgba(63, 174, 114, 0.45); }

.split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 2.8rem; align-items: center; }
.scene-figure { margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3; background: #0e2f20; }

.grid { display: grid; gap: 1.35rem; margin-top: 2.4rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-services { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (min-width: 64.01rem) {
  .grid-services .service-featured { grid-column: span 2; }
}

.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.7rem; box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 0.3rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.card p { margin: 0; color: var(--ink-body); font-size: 0.98rem; line-height: 1.6; }
.card h2, .card h3 { margin-bottom: 0.3em; }

.card-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 3rem; height: 3rem; margin-bottom: 1rem;
  border-radius: 10px;
  background: var(--sage); color: var(--pine);
}
.card-icon .icon { width: 1.45rem; height: 1.45rem; }
.center-icon { margin-inline: auto; }

.card-link { position: relative; }
.card-link:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--leaf); }
.card-link h2 a, .card-link h3 a { color: inherit; text-decoration: none; }
.card-link h2 a::after, .card-link h3 a::after { content: ""; position: absolute; inset: 0; }
.card-more { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: auto; padding-top: 1rem; font-weight: 700; font-size: 0.92rem; color: var(--green); }
.card-more .icon { width: 1.05em; height: 1.05em; transition: transform 0.15s ease; }
.card-link:hover .card-more .icon { transform: translateX(4px); }

.card-tint { border-color: transparent; box-shadow: none; }
.tint-1 { background: #eef6f1; }
.tint-2 { background: #e8f0eb; }
.tint-3 { background: #f3f6f1; }
.tint-4 { background: #e6efe8; }
.card-tint .card-icon { background: rgba(255, 255, 255, 0.8); color: var(--pine); }
.card-tint h3 a { color: var(--pine); }
.card-tint .card-more { color: var(--pine-2); }
.card-tint.card-link:hover { border-color: rgba(15, 61, 40, 0.18); }

.audience-card { flex-direction: row; align-items: flex-start; gap: 1.2rem; }
.audience-card .card-icon { margin-bottom: 0; flex: none; }
.audience-card h3 { margin-bottom: 0.25em; }

/* ------------------------------------------------------------------ process */

.process {
  position: relative;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem; list-style: none; margin: 2.8rem 0 0; padding: 0;
}
.process::before {
  content: ""; position: absolute; top: 2.6rem; left: 8%; right: 8%;
  border-top: 2px dashed var(--sage-2);
  z-index: 0;
}
.process-step { position: relative; z-index: 1; transition: transform 0.35s ease, opacity 0.35s ease; }
.process-step h3 { margin: 0 0 0.35em; font-size: 1.12rem; transition: color 0.3s ease, font-size 0.35s ease; }
.process-step p { color: var(--ink-body); font-size: 0.96rem; margin: 0; }
.process-step.is-dimmed { opacity: 0.42; transform: scale(0.97); }
.process-step.is-active {
  opacity: 1;
  transform: scale(1.04);
  z-index: 2;
}
.process-step.is-active h3 {
  color: var(--green);
  font-size: 1.28rem;
}
.process-step.is-active .process-num {
  background: var(--green);
  transform: scale(1.12);
  box-shadow: 0 0 0 4px rgba(63, 174, 114, 0.25);
}
.process-step.is-active .process-visual {
  background: linear-gradient(180deg, #d8f5e4 0%, transparent 100%);
  box-shadow: 0 0 0 1px rgba(63, 174, 114, 0.35);
}

.doc-card {
  transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.doc-card.is-dimmed { opacity: 0.45; transform: scale(0.98); }
.doc-card.is-active {
  opacity: 1;
  transform: scale(1.03);
  border-color: var(--leaf);
  box-shadow: var(--shadow-lg);
}
.doc-card.is-active h3 { color: var(--green); }

.wins-item {
  transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
}
.wins-item.is-dimmed { opacity: 0.42; transform: scale(0.98); }
.wins-item.is-active {
  opacity: 1;
  transform: scale(1.03);
  box-shadow: 0 0 0 1px rgba(63, 174, 114, 0.35);
}
.wins-item.is-active h3 { color: var(--green); }

.ops-point {
  transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
}
.ops-point.is-dimmed { opacity: 0.42; transform: scale(0.98); }
.ops-point.is-active {
  opacity: 1;
  transform: scale(1.03);
  box-shadow: 0 0 0 1px rgba(63, 174, 114, 0.35);
}
.ops-point.is-active h3 { color: var(--green); }

.offer-path.is-path-ready {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.offer-path.is-path-alt {
  box-shadow: 0 0 0 1px rgba(143, 211, 168, 0.55);
}
.offer-path .btn.is-wiggle {
  transform-origin: center;
}

@keyframes gb-wiggle {
  0%, 100% { transform: translateX(0) rotate(0); }
  15% { transform: translateX(-5px) rotate(-1.5deg); }
  30% { transform: translateX(5px) rotate(1.5deg); }
  45% { transform: translateX(-4px) rotate(-1deg); }
  60% { transform: translateX(4px) rotate(1deg); }
  75% { transform: translateX(-2px) rotate(-0.5deg); }
}
@keyframes gb-wiggle-strong {
  0%, 100% { transform: translateX(0) rotate(0) scale(1); }
  12% { transform: translateX(-9px) rotate(-2.8deg) scale(1.06); }
  24% { transform: translateX(9px) rotate(2.8deg) scale(1.06); }
  36% { transform: translateX(-7px) rotate(-2deg) scale(1.05); }
  48% { transform: translateX(7px) rotate(2deg) scale(1.05); }
  60% { transform: translateX(-5px) rotate(-1.2deg) scale(1.03); }
  72% { transform: translateX(5px) rotate(1.2deg) scale(1.03); }
  84% { transform: translateX(-2px) rotate(-0.5deg) scale(1.01); }
}
.flow-nav-next.is-wiggle,
.btn.is-wiggle {
  animation: gb-wiggle 0.65s ease;
}
.flow-nav-next.is-wiggle-strong,
.btn.is-wiggle-strong {
  animation: gb-wiggle-strong 1.45s ease;
}

@keyframes gb-page-out {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(10px); }
}
@keyframes gb-page-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
body.gb-page-exit {
  animation: gb-page-out 0.42s ease forwards;
  pointer-events: none;
}
body.gb-page-enter {
  animation: gb-page-in 0.55s ease;
}

@media (prefers-reduced-motion: reduce) {
  .process-step,
  .process-step.is-active,
  .process-step.is-dimmed,
  .process-step h3,
  .process-step.is-active .process-num,
  .doc-card.is-active,
  .doc-card.is-dimmed,
  .wins-item.is-active,
  .wins-item.is-dimmed,
  .ops-point.is-active,
  .ops-point.is-dimmed {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
  .flow-nav-next.is-wiggle,
  .btn.is-wiggle,
  .flow-nav-next.is-wiggle-strong,
  .btn.is-wiggle-strong,
  body.gb-page-exit,
  body.gb-page-enter {
    animation: none !important;
  }
}

.gb-confetti-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

.process-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 5.2rem;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.2rem;
  background: linear-gradient(180deg, #eafbf1 0%, transparent 100%);
  border-radius: 14px;
}
.process-visual .flow-art {
  width: min(100%, 7.2rem);
  position: relative;
  z-index: 1;
}
.process-num {
  position: absolute;
  top: 0.35rem;
  left: 0.35rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 7px;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: 0 0 0 3px var(--bg);
}

.step-icon {
  position: relative; z-index: 1;
  display: inline-flex; align-items: center; justify-content: center;
  width: 3.4rem; height: 3.4rem; margin-bottom: 1.1rem;
  border-radius: 10px;
  background: var(--pine); color: var(--leaf-soft);
  box-shadow: 0 0 0 5px var(--bg), 0 10px 22px rgba(15, 61, 40, 0.22);
}
.step-icon .icon { width: 1.4rem; height: 1.4rem; }
.step-num {
  position: absolute; top: -0.35rem; right: -0.35rem;
  display: flex; align-items: center; justify-content: center;
  width: 1.45rem; height: 1.45rem; border-radius: 6px;
  background: var(--accent); color: #fff;
  font-family: var(--font-display); font-size: 0.75rem; font-weight: 700;
  box-shadow: 0 0 0 3px var(--bg);
}

/* ------------------------------------------------------------ proof / docs */

.section-paper .grid-3 { align-items: start; }
.doc-card {
  position: relative; overflow: hidden;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.7rem 1.75rem 1.8rem; box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.doc-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--leaf); }
.doc-tag {
  display: inline-block; margin-bottom: 1rem; padding-bottom: 0.75rem;
  width: 100%; border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 0.74rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--green); font-weight: 700;
}
.doc-card h3 { margin-bottom: 0.35em; font-size: 1.15rem; }
.doc-card p { margin: 0; color: var(--ink-body); font-size: 0.96rem; }

/* -------------------------------------------------------------------- stats */

.stats-band { padding-block: 0; background: transparent; }
.stats-band > .container {
  position: relative;
  background: var(--pine);
  border-radius: var(--radius-lg);
  padding: 3.5rem clamp(1.5rem, 4vw, 3.5rem) 3.6rem;
  overflow: hidden;
}
.stats-media { position: absolute; inset: 0; }
.stats-media img { width: 100%; height: 100%; object-fit: cover; }
.stats-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(7, 30, 20, 0.94) 18%, rgba(7, 30, 20, 0.78) 100%);
}
.stats-band .eyebrow, .stats-band .section-title, .stats-band .stats { position: relative; }
.stats-band .section-title { color: #fff; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.8rem; margin: 2.2rem 0 0; }
.stats > div { border-left: 3px solid rgba(201, 133, 42, 0.55); padding-left: 1.25rem; }
.stats dt {
  font-family: var(--font-display); font-size: clamp(2.2rem, 4.4vw, 3.2rem); font-weight: 700; letter-spacing: -0.03em;
  color: #fff;
}
.stats > div:nth-child(2) dt, .stats > div:nth-child(4) dt { color: #f0c278; }
.stats dd { margin: 0.3rem 0 0; color: var(--leaf-soft); font-size: 0.95rem; }

/* ------------------------------------------------------------------- pledge */

.pledge-teaser { padding-block: 5rem 4rem; }
.pledge-panel {
  position: relative; overflow: hidden; text-align: center;
  background: linear-gradient(145deg, #eef6f1 0%, #f7f4ec 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 3.6rem 2.2rem;
}
.pledge-panel .eyebrow { color: #9a6a1f; }
.pledge-panel .section-title { margin-inline: auto; text-align: center; }
.pledge-panel .section-lead {
  color: var(--ink-body);
  max-width: 40rem;
  margin-inline: auto;
  text-align: center;
}
.pledge-panel .btn { margin-top: 0.4rem; }

/* -------------------------------------------------------------------- rent */

.rent-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 2.2rem;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  box-shadow: var(--shadow);
}
.rent-teaser .section-lead { margin-bottom: 1.4rem; }
.rent-teaser-media {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #0e2f20;
}
.rent-teaser-media img { width: 100%; height: 100%; object-fit: cover; }

.rent-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
  gap: 2rem;
  align-items: start;
}
.rent-aside {
  background: var(--sage);
  border-radius: var(--radius-lg);
  padding: 1.8rem 1.7rem;
}
.rent-aside .card-icon { margin-bottom: 1rem; }
.rent-aside .check-list { margin-top: 1rem; }
.rent-aside .muted { margin: 0.85rem 0 0; }

.type-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.type-fieldset legend {
  font-weight: 650;
  font-size: 0.93rem;
  color: var(--pine);
  margin-bottom: 0.2rem;
}
.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 0.9rem;
}
.check-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--ink-body);
  cursor: pointer;
}
.check-option input { width: 1.05rem; height: 1.05rem; accent-color: var(--green); }

.contact-form select {
  font: inherit;
  padding: 0.75rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
}
.contact-form select:focus {
  outline: 2px solid var(--accent);
  outline-offset: 0;
  border-color: var(--green);
  background: #fff;
}

/* ---------------------------------------------------------------------- faq */

.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-of-type { border-top: 1px solid var(--line); }
.faq-item summary {
  padding: 1.25rem 0.2rem; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1.25rem;
  font-family: var(--font-display); font-weight: 650; font-size: 1.08rem; color: var(--pine);
}
.faq-item summary:hover { color: var(--green); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; flex: none;
  display: flex; align-items: center; justify-content: center;
  width: 1.9rem; height: 1.9rem; border-radius: 8px;
  background: var(--sage); color: var(--pine);
  font-family: var(--font-body); font-size: 1.25rem; font-weight: 500; line-height: 1;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); background: var(--accent); color: #fff; }
.faq-item p { padding: 0 0.2rem 1.3rem; margin: 0; color: var(--ink-body); max-width: 44rem; }

/* ----------------------------------------------------------------- cta band */

.cta-band { padding-block: 1rem 5rem; }
.cta-panel {
  position: relative; overflow: hidden;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.8rem;
  background: var(--pine);
  background-image: var(--dots), radial-gradient(28rem 18rem at 100% 130%, rgba(63, 174, 114, 0.28), transparent 60%);
  border-radius: var(--radius-lg);
  padding: 2.9rem clamp(1.5rem, 4vw, 3.2rem);
}
.cta-text {
  font-family: var(--font-display); font-size: clamp(1.35rem, 2.6vw, 1.8rem); font-weight: 650;
  color: #fff; letter-spacing: -0.02em; margin: 0; max-width: 34rem; line-height: 1.3;
}
.cta-actions { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 0.85rem; }

/* ----------------------------------------------------------- inner pages */

.page-hero { position: relative; overflow: hidden; padding-block: 3.4rem 3.8rem; text-align: center; }
.page-hero > .container { position: relative; }
.page-hero h1 { font-size: clamp(2.1rem, 4.4vw, 3.15rem); }
.page-hero .lead { color: var(--ink-body); max-width: 44rem; margin-inline: auto; }
.page-hero .card-icon { margin-bottom: 1.2rem; }
.page-hero .btn-primary { margin-top: 1rem; }

.page-hero-img { padding-block: 5.2rem 5.2rem; background: #071912; }
.ph-media { position: absolute; inset: 0; }
.ph-media img { width: 100%; height: 100%; object-fit: cover; }
.ph-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5, 22, 14, 0.58) 0%, rgba(5, 22, 14, 0.82) 100%);
}
.page-hero-img h1 { color: #fff; }
.page-hero-img .lead { color: #c5dbce; }
.page-hero-img .eyebrow { color: var(--leaf-soft); }

.article { padding-block: 2.4rem 1rem; }
.content-block { margin-bottom: 2.8rem; }
.content-block h2 { font-size: clamp(1.4rem, 2.6vw, 1.75rem); }
.content-block p { color: var(--ink-body); }

.check-list { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: 0.7rem; }
.check-list li { display: flex; align-items: flex-start; gap: 0.7rem; color: var(--ink-body); }
.check-list .icon {
  width: 1.4em; height: 1.4em; margin-top: 0.1em; padding: 0.22em;
  color: var(--pine); background: var(--sage); border-radius: 50%;
}

.card-wide { padding: 2.1rem; }

.article-meta { color: #8fad9a; font-size: 0.9rem; margin-bottom: 1rem; }
.article-date { margin-bottom: 0.4rem; font-size: 0.85rem; }
.article .lead { color: var(--ink-body); }
.article-cta {
  margin: 2.8rem 0 2.3rem; padding: 1.9rem;
  background: var(--sage); border-radius: var(--radius-lg);
}
.article-cta .h3 { margin-bottom: 1rem; }
.article-cta .cta-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; }

.related { margin: 2.5rem 0; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.related ul { list-style: none; margin: 0.8rem 0 0; padding: 0; display: grid; gap: 0.55rem; }
.related a { font-weight: 650; text-decoration: none; }
.related a:hover { text-decoration: underline; }

.guide-callout {
  margin: 0 0 2.8rem; padding: 1.35rem 1.55rem;
  background: var(--sage); border-radius: var(--radius);
}
.guide-callout .eyebrow { margin-bottom: 0.5rem; }
.guide-callout p { margin: 0; }
.guide-callout a {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  color: var(--pine); text-decoration: none;
}
.guide-callout a:hover { color: var(--green); }
.guide-callout .icon { width: 1.1em; height: 1.1em; }

.service-others { display: flex; flex-wrap: wrap; gap: 0.75rem; list-style: none; margin: 0; padding: 0; justify-content: center; }
.service-others a {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.7rem 1.15rem; border: 1px solid var(--line); border-radius: 10px;
  color: var(--pine); text-decoration: none; font-weight: 650; font-size: 0.93rem; background: #fff;
  box-shadow: var(--shadow);
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.service-others a:hover { border-color: var(--leaf); transform: translateY(-2px); }
.service-others .icon { width: 1.15em; height: 1.15em; color: var(--green); }

.services-intro {
  max-width: 40rem;
  margin-bottom: 2.4rem;
}
.services-kicker {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  margin: 0 0 0.75rem;
}
.services-intro .lead { margin-bottom: 1.3rem; color: var(--ink-muted); }
.services-grid { margin-top: 0; }
.service-badge {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.28rem 0.65rem;
  border-radius: 6px;
  background: var(--sage);
  color: var(--pine);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.service-featured { border-color: var(--leaf); box-shadow: var(--shadow-lg); }

/* --------------------------------------------------------------------- team */

.team-card { align-items: center; text-align: center; }
.avatar {
  display: flex; align-items: center; justify-content: center;
  width: 4.6rem; height: 4.6rem; margin-bottom: 1rem;
  border-radius: 12px;
  background: var(--sage); border: 1px solid var(--sage-2);
  color: var(--pine); font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; letter-spacing: 0.02em;
}

/* ------------------------------------------------------------------ contact */

.contact-grid { display: grid; gap: 2.8rem; }
.contact-cards { margin-top: 0; }
.contact-link { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; }

.contact-form-wrap {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2.4rem;
  box-shadow: var(--shadow);
}
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; }
.contact-form label { display: grid; gap: 0.35rem; font-weight: 650; font-size: 0.93rem; color: var(--pine); }
.contact-form .full, .contact-form button, .contact-form .muted { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea {
  font: inherit; padding: 0.75rem 0.95rem; border: 1px solid var(--line); border-radius: 10px; background: var(--bg);
}
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--accent); outline-offset: 0; border-color: var(--green); background: #fff; }
.contact-form button { justify-self: start; }

/* ------------------------------------------------------------------- footer */

.site-footer { background: var(--pine); background-image: var(--dots); color: #c5dbce; margin-top: 2rem; }
.footer-grid {
  display: grid; grid-template-columns: 2.1fr 1fr 1fr 1.5fr; gap: 2.8rem; padding-block: 3.6rem 2.3rem;
}
.site-footer h2 {
  font-family: var(--font-display); font-size: 0.74rem; text-transform: uppercase;
  letter-spacing: 0.12em; color: #f0c278; margin-bottom: 1rem;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.site-footer a { color: #c5dbce; text-decoration: none; font-size: 0.96rem; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-name span { color: var(--leaf-soft); }
.footer-brand p { margin-top: 1rem; font-size: 0.95rem; max-width: 22rem; }
.footer-area { display: flex; align-items: center; gap: 0.5rem; color: #8fad9a; font-size: 0.9rem; }
.footer-area .icon { width: 1.1em; height: 1.1em; color: var(--leaf-soft); }
.footer-contact li { display: flex; align-items: center; gap: 0.6rem; }
.footer-contact .icon { width: 1.1em; height: 1.1em; color: var(--leaf-soft); }
.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem;
  padding-block: 1.3rem; border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.86rem; color: #8fad9a;
}
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #c5dbce; }

/* ---------------------------------------------------------------- lang gate */

.lang-gate {
  min-height: 100vh; display: grid; place-items: center;
  background:
    radial-gradient(34rem 22rem at 85% 0%, rgba(63, 174, 114, 0.12), transparent 60%),
    radial-gradient(38rem 24rem at 5% 100%, rgba(15, 61, 40, 0.08), transparent 62%),
    var(--bg);
  padding-block: 3rem;
}
.lang-gate .logo-mark { width: 3.6rem; height: 3.6rem; }
.lang-gate h1 { margin-top: 1.1rem; }
.lang-gate .accent { color: var(--green); }
.lang-gate .lead { color: var(--ink-body); }
.lang-list { list-style: none; margin: 2rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
.lang-list a {
  display: block; padding: 0.75rem 1.6rem; border: 1.5px solid var(--line-strong); border-radius: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; text-decoration: none; color: var(--pine); background: #fff;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.lang-list a:hover { border-color: var(--green); transform: translateY(-2px); color: var(--pine); }

/* ------------------------------------------------------------------- motion */

.js .reveal { opacity: 0.28; transform: translateY(10px); }
.js .reveal.in { opacity: 1; transform: none; transition: opacity 0.45s ease var(--d, 0s), transform 0.45s cubic-bezier(0.2, 0.7, 0.3, 1) var(--d, 0s); }

/* --------------------------------------------------------------- responsive */

@media (max-width: 64rem) {
  .rent-teaser, .rent-layout { grid-template-columns: 1fr; }
  .rent-teaser-media { order: -1; max-height: 16rem; }
  .nav-toggle { display: flex; order: 2; }
  .lang-switch {
    order: 1;
    border-left: 0;
    padding-left: 0;
    margin-left: auto;
  }
  .nav-menu {
    order: 3;
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0.85rem;
    background: var(--bg); border-bottom: 1px solid var(--line);
    padding: 1rem 1.5rem 1.5rem; box-shadow: var(--shadow-lg);
  }
  .nav-menu.open { display: flex; }
  .nav-links { flex-direction: column; }
  .nav-links a { padding: 0.7rem 0.85rem; font-size: 1.02rem; border-radius: 10px; }
  .nav-cta { justify-content: center; }

  .grid-4, .grid-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-services .service-featured { grid-column: span 2; }
  .ops-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ops-item { aspect-ratio: 5 / 4; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.2rem; }

  .home-above-fold {
    display: flex;
    flex-direction: column;
    min-height: calc(100svh - 4.4rem);
    min-height: calc(100dvh - 4.4rem);
  }
  .home-above-fold .hero {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .home-above-fold .hero-inner {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    padding-block: 1.5rem 1.25rem;
    justify-content: center;
  }
  .home-above-fold .hero-copy {
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    min-height: 0;
    max-width: none;
    justify-content: center;
  }
  .home-above-fold .certs-strip {
    flex: 0 0 auto;
  }
  .home-above-fold .certs-inner {
    padding-block: 0.85rem;
    gap: 0.55rem 1.25rem;
  }
  .split { grid-template-columns: 1fr; }
  .scene-figure { order: -1; }
}

/* Tablet + phone: keep the conversion flow readable as a vertical story */
@media (max-width: 48rem) {
  .section { padding-block: 3.2rem; }
  .section-title { font-size: clamp(1.45rem, 6vw, 1.9rem); }
  .section-lead { font-size: 1.02rem; max-width: none; }
  .container { padding-inline: 1.15rem; }

  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .check-grid { grid-template-columns: 1fr; }
  .pledge-panel { padding: 2.6rem 1.4rem; }
  .rent-teaser { padding: 1.5rem; }

  .home-above-fold .hero-inner { padding-block: 1.35rem 1.2rem; }
  .hero-brand { display: none; } /* header already shows the brand */
  /* Darker mid/top so raised headline stays readable */
  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(5, 22, 14, 0.78) 0%, rgba(5, 22, 14, 0.52) 42%, rgba(5, 22, 14, 0.82) 100%),
      linear-gradient(105deg, rgba(5, 22, 14, 0.45) 0%, transparent 72%);
  }
  .hero h1 {
    font-size: clamp(1.85rem, 8.2vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    margin-bottom: 0;
  }
  .hero h1 .line-a {
    display: block;
    margin-bottom: 0.22rem;
  }
  .hero h1 .line-b {
    display: block;
    margin-top: 0;
    font-size: 0.92em;
  }
  .lead-desktop { display: none; }
  .lead-mobile {
    display: block;
    font-size: 0.92rem;
    line-height: 1.45;
    margin-top: 0.75rem;
    margin-bottom: 0;
    max-width: 22rem;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
    margin-top: 1.25rem; /* just below the copy, not pinned to the foot */
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero-actions .btn {
    width: 100%;
    justify-content: center;
    min-height: 2.85rem;
  }
  .hero-badges {
    display: none;
  }

  /* Compliance items stack vertically on mobile */
  .home-above-fold .certs-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    padding-block: 0.75rem;
  }
  .home-above-fold .certs-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .home-above-fold .certs-list li { font-size: 0.88rem; }
  .home-above-fold .certs-label { margin-bottom: 0; }

  .certs-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .certs-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }

  /* Paths: one door per screen row */
  .offer-paths {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
  .offer-path {
    padding: 1.2rem 1.15rem 1.25rem;
  }
  .offer-path .btn {
    width: 100%;
    justify-content: center;
  }
  .offer-path-detail {
    align-self: stretch;
    text-align: center;
    margin-top: 0.15rem;
  }
  .flow-art-wrap,
  .section-dark .flow-art-wrap {
    min-height: 3.6rem;
    margin-bottom: 0.7rem;
  }
  .flow-art { width: min(100%, 6.2rem); }

  /* Process: vertical timeline (same step style, phone-native flow) */
  .process {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 1.8rem;
    padding-left: 0.2rem;
  }
  .process::before {
    display: block;
    top: 1.4rem;
    bottom: 1.4rem;
    left: 1.05rem;
    right: auto;
    width: 0;
    border-top: 0;
    border-left: 2px dashed var(--sage-2);
  }
  .process-step {
    display: grid;
    grid-template-columns: 2.3rem minmax(0, 1fr);
    column-gap: 0.9rem;
    row-gap: 0.15rem;
    padding: 0.85rem 0 1.15rem;
    align-items: start;
  }
  .process-step.is-active {
    transform: scale(1.02);
    background: rgba(63, 174, 114, 0.08);
    border-radius: 12px;
    margin-inline: -0.35rem;
    padding-inline: 0.35rem;
  }
  .process-step.is-active h3 {
    font-size: 1.18rem;
    color: var(--green);
  }
  .process-step.is-active .process-visual {
    border-color: var(--green);
    background: #e8f6ee;
  }
  .process-visual {
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 2.3rem;
    min-height: 2.3rem;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: 0 0 0 4px var(--bg);
  }
  .process-visual .flow-art { display: none; }
  .process-num {
    position: static;
    width: 1.55rem;
    height: 1.55rem;
    box-shadow: none;
  }
  .process-step .flow-scan {
    grid-column: 2;
    margin: 0 0 0.15rem;
  }
  .process-step h3 {
    grid-column: 2;
    font-size: 1.08rem;
    margin-bottom: 0.25em;
  }
  .process-step p {
    grid-column: 2;
    font-size: 0.94rem;
  }

  .doc-card {
    padding: 1.2rem 1.15rem;
  }
  .doc-card .flow-art-wrap {
    min-height: 2.8rem;
  }
  .flow-art-sm { width: min(100%, 4.6rem); }

  /* Ops: full-width stacked cards (no letterboxing / wasted side space) */
  .ops-points {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
  .ops-point {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.05rem 1.15rem;
  }
  .ops-point-art {
    width: 100%;
    min-height: 4.2rem;
    margin: 0 0 0.75rem;
    padding: 0.45rem 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ops-point-art .flow-art {
    width: min(100%, 8.5rem);
  }
  .ops-point h3 { font-size: 1.05rem; margin: 0 0 0.3em; }
  .ops-point p { font-size: 0.92rem; }

  .home-stats-inline {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: left;
  }
  .home-stats-inline > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.65rem 1rem;
    align-items: baseline;
  }
  .home-stats-inline dt { margin: 0; }
  .home-stats-inline dd { margin: 0; }

  .flow-continue { margin-top: 1.6rem; }
  .flow-continue-link { font-size: 0.98rem; }
  .flow-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
    margin-top: 1.6rem;
  }
  .flow-nav-next {
    width: 100%;
    justify-content: center;
  }
  .flow-more-link {
    text-align: center;
    padding: 0.35rem 0;
  }
  .flow-split {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
  }
  .flow-split .btn { width: 100%; justify-content: center; }
  .flow-split .flow-continue { text-align: center; }
  .flow-split .flow-nav { margin-top: 0; }

  .cta-band { padding-block: 0.5rem 4.5rem; }
  .cta-panel {
    flex-direction: column;
    align-items: stretch;
    gap: 1.2rem;
    padding: 1.6rem 1.25rem;
  }
  .cta-text { font-size: 1.25rem; max-width: none; }
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .gb-lab-fab {
    right: max(0.85rem, env(safe-area-inset-right));
    bottom: max(0.85rem, env(safe-area-inset-bottom));
  }
  .gb-lab-fab-menu {
    min-width: min(16rem, calc(100vw - 2.5rem));
  }

  body {
    padding-bottom: 4.5rem; /* room above FAB on long pages */
  }
  .ob-body { padding-bottom: 0; }
}

@media (max-width: 34rem) {
  .grid-4, .grid-services, .stats, .ops-gallery { grid-template-columns: 1fr; }
  .grid-services .service-featured { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }

  h1 { font-size: clamp(1.9rem, 9vw, 2.5rem); }

  .home-above-fold .hero-inner { padding-block: 1.2rem 1.1rem; }
  .hero h1 {
    font-size: clamp(1.7rem, 8.6vw, 2.15rem);
  }
  .lead-mobile {
    font-size: 0.9rem;
    max-width: 19.5rem;
    margin-top: 0.65rem;
  }
  .hero-actions {
    margin-top: 1.1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .process-step {
    grid-template-columns: 2.1rem minmax(0, 1fr);
    column-gap: 0.75rem;
  }
  .process::before { left: 0.95rem; }
}

/* ----------------------------------------------------------- onboarding funnel (/start/) */

html:has(body.ob-body) {
  height: 100%;
  overflow: hidden;
}
.ob-body {
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    radial-gradient(42rem 28rem at 8% -10%, rgba(63, 174, 114, 0.14), transparent 55%),
    radial-gradient(36rem 24rem at 100% 0%, rgba(15, 61, 40, 0.08), transparent 50%),
    var(--bg);
}
.ob-header {
  flex: 0 0 auto;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 247, 245, 0.94);
  backdrop-filter: blur(8px);
  z-index: 20;
}
.ob-header-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem 1rem;
}
.ob-brand-sub {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.9rem;
  flex: 1;
  min-width: 0;
}
.ob-lang {
  margin-left: auto;
  border-left: 0;
  padding-left: 0;
  flex: none;
}
.ob-phone { display: none; }

.ob-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  padding: 0.75rem 0 0;
}
.ob-shell {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-width: 40rem;
  width: 100%;
  margin: 0 auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.ob-form-shell {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
.ob-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding: clamp(1.15rem, 3vw, 2rem) clamp(1.1rem, 3vw, 2.2rem) 1.25rem;
}
.ob-progress-wrap { margin-bottom: 0.65rem; }
.ob-progress-track {
  height: 0.35rem;
  background: var(--sage);
  border-radius: 999px;
  overflow: hidden;
}
.ob-progress-bar {
  height: 100%;
  width: 20%;
  background: linear-gradient(90deg, var(--green), var(--leaf));
  border-radius: inherit;
  transition: width 0.28s ease;
}
.ob-progress-label {
  margin: 0 0 1.35rem;
  font-size: 0.85rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.ob-panels h1 {
  font-size: clamp(1.55rem, 3.2vw, 2rem);
  margin-bottom: 0.4em;
}
.ob-lead {
  color: var(--ink-body);
  margin: 0 0 1.4rem;
  font-size: 1.05rem;
}
.ob-options {
  display: grid;
  gap: 0.7rem;
}
.ob-option {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 1.1rem;
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.ob-option:hover {
  border-color: var(--leaf);
  transform: translateY(-1px);
}
.ob-option.is-selected {
  border-color: var(--green);
  background: #e8f6ee;
  box-shadow: 0 0 0 1px rgba(26, 122, 76, 0.25);
}
.ob-option strong {
  font-family: var(--font-display);
  color: var(--pine);
  font-size: 1.05rem;
}
.ob-hint {
  color: var(--ink-muted);
  font-size: 0.92rem;
}
.ob-fieldset {
  border: 0;
  margin: 0 0 1.25rem;
  padding: 0;
}
.ob-fieldset legend {
  font-family: var(--font-display);
  font-weight: 650;
  color: var(--pine);
  margin-bottom: 0.55rem;
}
.ob-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.ob-chip {
  border: 1.5px solid var(--line);
  background: var(--bg);
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  font: inherit;
  font-weight: 600;
  color: var(--pine);
  cursor: pointer;
}
.ob-chip:hover { border-color: var(--leaf); }
.ob-chip.is-selected {
  border-color: var(--green);
  background: #e8f6ee;
  color: var(--pine-2);
}
.ob-fields {
  display: grid;
  gap: 0.85rem;
}
.ob-fields-drip {
  margin-top: 1.15rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
}
.ob-field-hint {
  margin: -0.35rem 0 0;
  font-size: 0.88rem;
  color: var(--ink-muted);
  font-weight: 400;
}
.ob-wipe {
  margin-top: 1.15rem;
}
.ob-wipe-btn {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  text-align: left;
  padding: 1rem 1.05rem;
  border: 1.5px dashed var(--line-strong);
  border-radius: var(--radius);
  background: var(--bg);
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.ob-wipe.is-on .ob-wipe-btn {
  border-style: solid;
  border-color: var(--green);
  background: #e8f6ee;
}
.ob-wipe-switch {
  flex: none;
  width: 2.6rem;
  height: 1.45rem;
  margin-top: 0.15rem;
  border-radius: 999px;
  background: var(--line-strong);
  position: relative;
  transition: background 0.15s ease;
}
.ob-wipe-switch::after {
  content: "";
  position: absolute;
  top: 0.18rem;
  left: 0.18rem;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: transform 0.15s ease;
}
.ob-wipe.is-on .ob-wipe-switch { background: var(--green); }
.ob-wipe.is-on .ob-wipe-switch::after { transform: translateX(1.1rem); }
.ob-wipe-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.ob-wipe-copy strong {
  font-family: var(--font-display);
  color: var(--pine);
  font-size: 1rem;
}
.ob-wipe-state {
  font-size: 0.88rem;
  font-weight: 650;
  color: var(--ink-muted);
}
.ob-wipe.is-on .ob-wipe-state { color: var(--green); }
.ob-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-weight: 600;
  color: var(--pine);
  font-size: 0.92rem;
}
.ob-field input,
.ob-field textarea {
  font: inherit;
  font-weight: 400;
  color: var(--ink);
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
  background: #fff;
}
.ob-field input:focus,
.ob-field textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(63, 174, 114, 0.2);
}
.ob-error {
  margin: 1rem 0 0;
  color: #9b2c2c;
  font-weight: 600;
  font-size: 0.95rem;
}
.ob-nav {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
  padding: 0.9rem clamp(1.1rem, 3vw, 2.2rem) calc(0.9rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -10px 28px rgba(15, 61, 40, 0.08);
  z-index: 5;
}
.ob-nav .btn-primary { margin-left: auto; }
.ob-trust,
.ob-call-hint {
  margin: 1.1rem 0 0;
  font-size: 0.9rem;
  color: var(--ink-muted);
}
.ob-done {
  text-align: left;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  overflow-y: auto;
}
.ob-done-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

@media (max-width: 48rem) {
  .ob-main { padding: 0.65rem 0 0; }
  .ob-shell {
    margin-inline: 0;
    border-radius: 16px 16px 0 0;
    border-left: 0;
    border-right: 0;
  }
  .ob-scroll { padding: 1.05rem 1rem 1.15rem; }
  .ob-panels h1 { font-size: clamp(1.35rem, 6.5vw, 1.7rem); }
  .ob-lead { font-size: 0.98rem; }
  .ob-option { padding: 0.9rem 0.95rem; }
  .ob-chips { gap: 0.4rem; }
  .ob-chip { padding: 0.55rem 0.8rem; font-size: 0.92rem; }
  .ob-nav {
    flex-direction: column-reverse;
    padding-inline: 1rem;
  }
  .ob-nav .btn-primary,
  .ob-nav .btn-outline {
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }
  .ob-brand-sub { display: none; }
}

@media (max-width: 34rem) {
  .ob-lang a { padding: 0.3rem 0.38rem; font-size: 0.74rem; }
}

/* ----------------------------------------------------------- testing FAB */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gb-lab-fab {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 80;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 0.65rem;
}
.gb-lab-fab-btn {
  width: 3.15rem;
  height: 3.15rem;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: var(--pine);
  color: #fff;
  box-shadow: 0 8px 28px rgba(15, 61, 40, 0.28);
  display: grid;
  place-items: center;
  transition: transform 0.15s ease, background 0.15s ease;
}
.gb-lab-fab-btn:hover { background: var(--pine-2); transform: scale(1.05); }
.gb-lab-fab.is-open .gb-lab-fab-btn { background: var(--green); }
.gb-lab-fab-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--leaf-soft);
  box-shadow: 0 0 0 4px rgba(143, 211, 168, 0.28);
}
.gb-lab-fab-menu {
  min-width: 13.5rem;
  padding: 0.7rem;
  border-radius: 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}
.gb-lab-fab-label {
  margin: 0 0 0.45rem;
  padding: 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.gb-lab-fab-menu a {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.65rem 0.7rem;
  border-radius: 10px;
  text-decoration: none;
  color: var(--pine);
  font-weight: 650;
  font-size: 0.95rem;
}
.gb-lab-fab-menu a span {
  font-weight: 500;
  font-size: 0.78rem;
  color: var(--ink-muted);
}
.gb-lab-fab-menu a:hover {
  background: var(--sage);
  color: var(--pine);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
