:root {
  --forest: #2f3c27;
  --forest-dark: #172015;
  --forest-deep: #0f160d;
  --moss: #7b9639;
  --moss-bright: #9ebd49;
  --brown: #4b3020;
  --tan: #b88758;
  --cream: #f6f2e9;
  --cream-2: #ece6da;
  --paper: #fffdf8;
  --ink: #172018;
  --muted: #647064;
  --line: rgba(23, 32, 24, 0.12);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(16, 23, 14, 0.13);
  --shadow-soft: 0 14px 35px rgba(16, 23, 14, 0.09);
  --radius: 24px;
  --radius-sm: 14px;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 92px; }
.hero-title-lines span { display: block; color: inherit; }
.hero-title-lines span:last-child { color: var(--moss-bright); }
.hero-actions .phone-cta { white-space: nowrap; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(158, 189, 73, 0.7); outline-offset: 3px; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 2000;
  padding: 10px 16px; background: var(--white); border-radius: 10px;
  box-shadow: var(--shadow-soft); transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: 104px 0; }
.section-sm { padding: 72px 0; }
.section-dark { background: var(--forest-dark); color: var(--white); }
.section-cream { background: var(--cream); }
.section-paper { background: var(--paper); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 16px; color: var(--moss); font-size: .82rem;
  font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.section-dark .eyebrow { color: var(--moss-bright); }

h1, h2, h3, h4 { margin: 0 0 18px; line-height: 1.05; letter-spacing: -.035em; }
h1 { font-size: clamp(3.15rem, 7.2vw, 6.65rem); }
h2 { font-size: clamp(2.35rem, 4.6vw, 4.35rem); }
h3 { font-size: clamp(1.35rem, 2.1vw, 1.85rem); }
p { margin: 0 0 20px; }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.27rem); color: var(--muted); max-width: 720px; }
.section-dark .lead { color: rgba(255,255,255,.72); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 24px; border: 1px solid transparent;
  border-radius: 999px; font-weight: 800; letter-spacing: -.01em;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--moss-bright); color: var(--forest-deep); box-shadow: 0 12px 25px rgba(158,189,73,.24); }
.btn-primary:hover { background: #b0cf57; box-shadow: 0 16px 30px rgba(158,189,73,.32); }
.btn-dark { background: var(--forest-dark); color: var(--white); }
.btn-dark:hover { background: #263221; }
.btn-outline { border-color: rgba(255,255,255,.35); color: var(--white); background: rgba(255,255,255,.04); }
.btn-outline:hover { background: rgba(255,255,255,.1); }
.btn-light { background: var(--white); color: var(--forest-dark); }
.btn-icon svg { width: 19px; height: 19px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.site-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(255,253,248,.92);
  border-bottom: 1px solid rgba(23,32,24,.07); backdrop-filter: blur(18px);
}
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 260px; max-height: 60px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a:not(.btn) { font-size: .95rem; font-weight: 700; color: #3d493d; }
.nav a:not(.btn):hover, .nav a[aria-current="page"] { color: var(--moss); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; border-radius: 50%; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--ink); transition: .2s ease; }

.hero {
  position: relative; overflow: hidden; background:
    radial-gradient(circle at 16% 18%, rgba(158,189,73,.18), transparent 28%),
    linear-gradient(135deg, var(--forest-deep), #273423 70%, #39482f);
  color: var(--white); padding: 72px 0 82px;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 40px 40px;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; }
.hero-copy { padding: 34px 0; }
.hero h1 span { display: block; }
.hero-copy .lead { max-width: 610px; color: rgba(255,255,255,.76); }
.hero-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px; color: #dfeabf; font-weight: 750; }
.hero-kicker i { width: 11px; height: 11px; border-radius: 50%; background: var(--moss-bright); box-shadow: 0 0 0 7px rgba(158,189,73,.13); }
.hero-visual { position: relative; min-height: 620px; }
.hero-photo {
  position: absolute; inset: 0 24px 0 0; border-radius: 34px; overflow: hidden;
  box-shadow: 0 34px 80px rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.13);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.hero-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgba(0,0,0,.48)); }
.hero-badge {
  position: absolute; right: 0; bottom: 40px; z-index: 3; width: 220px; padding: 22px;
  background: var(--cream); color: var(--ink); border-radius: 22px; box-shadow: var(--shadow);
}
.hero-badge strong { display: block; font-size: 1.35rem; line-height: 1.15; margin-bottom: 6px; }
.hero-badge small { color: var(--muted); }
.hero-mini {
  position: absolute; left: -36px; top: 52px; width: 190px; height: 230px; border-radius: 22px; overflow: hidden;
  border: 8px solid var(--forest-dark); box-shadow: var(--shadow); z-index: 3;
}
.hero-mini img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }

.trust-strip { background: var(--cream); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 25px 22px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-icon { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; color: var(--forest); background: rgba(123,150,57,.13); border-radius: 50%; }
.trust-icon svg { width: 22px; height: 22px; }
.trust-item strong { display: block; line-height: 1.2; }
.trust-item small { color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.media-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.media-frame img { width: 100%; height: 620px; object-fit: cover; }
.media-caption { position: absolute; left: 26px; right: 26px; bottom: 26px; padding: 18px 20px; border-radius: 16px; background: rgba(15,22,13,.84); color: var(--white); backdrop-filter: blur(14px); }
.media-caption strong { display: block; font-size: 1.08rem; }
.media-caption small { color: rgba(255,255,255,.68); }

.steps { margin-top: 38px; display: grid; gap: 18px; }
.step { display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: start; }
.step-number { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--forest); color: var(--white); font-size: 1.1rem; font-weight: 900; }
.step h3 { margin-bottom: 6px; font-size: 1.25rem; }
.step p { color: var(--muted); margin: 0; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 46px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; background: rgba(255,255,255,.72); box-shadow: 0 8px 28px rgba(16,23,14,.05); }
.card-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 24px; border-radius: 16px; background: var(--forest); color: var(--white); }
.card-icon svg { width: 25px; height: 25px; }
.card h3 { font-size: 1.4rem; }
.card p { color: var(--muted); margin-bottom: 0; }
.card-link { display: inline-flex; gap: 8px; margin-top: 18px; color: var(--moss); font-weight: 800; }

.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 44px; }
.service-card { display: grid; grid-template-columns: 150px 1fr; overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-soft); }
.service-card img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; }
.service-content { padding: 28px; }
.service-content h3 { margin-bottom: 10px; }
.service-content p { color: var(--muted); }

.ba-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 56px; align-items: center; }
.ba-slider { position: relative; height: 640px; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); background: #ccc; user-select: none; touch-action: none; }
.ba-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-after { clip-path: inset(0 50% 0 0); }
.ba-line { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: var(--white); transform: translateX(-50%); z-index: 4; box-shadow: 0 0 0 1px rgba(0,0,0,.1); }
.ba-handle { position: absolute; left: 50%; top: 50%; z-index: 5; transform: translate(-50%,-50%); display: grid; place-items: center; width: 54px; height: 54px; border: 4px solid white; border-radius: 50%; background: var(--forest); color: white; box-shadow: 0 10px 28px rgba(0,0,0,.28); }
.ba-label { position: absolute; top: 20px; z-index: 5; padding: 7px 12px; border-radius: 999px; background: rgba(15,22,13,.8); color: white; font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.ba-label.before { left: 18px; }
.ba-label.after { right: 18px; }

.projects-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; margin-top: 48px; }
.project-card { position: relative; min-height: 400px; overflow: hidden; border-radius: var(--radius); color: var(--white); box-shadow: var(--shadow-soft); }
.project-card:nth-child(1) { grid-column: span 7; }
.project-card:nth-child(2) { grid-column: span 5; }
.project-card:nth-child(3), .project-card:nth-child(4) { grid-column: span 6; }
.project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-card:hover img { transform: scale(1.035); }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(8,13,7,.85) 100%); }
.project-info { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; }
.project-info .tag { display: inline-flex; margin-bottom: 10px; padding: 6px 10px; border-radius: 999px; background: rgba(158,189,73,.95); color: var(--forest-deep); font-size: .75rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.project-info h3 { margin: 0 0 8px; font-size: 1.9rem; }
.project-info p { margin: 0; color: rgba(255,255,255,.75); }

.review-shell { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; align-items: center; }
.review-score { padding: 44px; border-radius: var(--radius); background: var(--forest); color: white; }
.stars { color: #f8bd32; letter-spacing: 4px; font-size: 1.35rem; }
.review-score .big { display: block; margin: 12px 0 6px; font-size: 3.4rem; line-height: 1; font-weight: 900; }
.review-quote { font-size: clamp(1.55rem, 2.6vw, 2.35rem); line-height: 1.3; font-weight: 720; letter-spacing: -.025em; }
.review-attribution { margin-top: 22px; color: var(--muted); }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 40px; }
.gallery-item { position: relative; border: 0; padding: 0; overflow: hidden; border-radius: 18px; background: #ddd; aspect-ratio: 1 / 1; }
.gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 2; aspect-ratio: 2 / 1; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item::after { content: "+"; position: absolute; right: 14px; bottom: 14px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); font-size: 1.3rem; font-weight: 500; opacity: 0; transform: translateY(8px); transition: .2s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item:hover::after { opacity: 1; transform: translateY(0); }
.lightbox { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 28px; background: rgba(7,10,6,.92); }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 88vh; border-radius: 14px; box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.lightbox-close { position: absolute; right: 25px; top: 22px; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.1); color: white; font-size: 1.6rem; }

.faq-list { margin-top: 40px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; border: 0; background: transparent; color: var(--ink); font-weight: 800; text-align: left; }
.faq-question span:last-child { font-size: 1.5rem; color: var(--moss); transition: transform .2s ease; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { color: var(--muted); padding: 0 0 24px; max-width: 850px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }

.cta-panel { position: relative; overflow: hidden; border-radius: 34px; padding: 70px; background: var(--forest-dark); color: white; }
.cta-panel::after { content: ""; position: absolute; right: -100px; bottom: -160px; width: 430px; height: 430px; border-radius: 50%; background: rgba(158,189,73,.18); }
.cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.cta-grid h2 { max-width: 700px; }
.cta-grid p { color: rgba(255,255,255,.72); max-width: 700px; }
.cta-actions { display: grid; gap: 12px; min-width: 220px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-card { padding: 34px; border-radius: var(--radius); background: var(--forest-dark); color: white; }
.contact-card a { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-card a:last-child { border-bottom: 0; }
.contact-card small { color: rgba(255,255,255,.62); display: block; }
.contact-card strong { display: block; }
.contact-form { padding: 38px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .9rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; padding: 14px 15px; border: 1px solid rgba(23,32,24,.18); border-radius: 12px; background: #fff; color: var(--ink); }
.field textarea { min-height: 140px; resize: vertical; }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.form-note { margin-top: 14px; color: var(--muted); font-size: .88rem; }

.page-hero { padding: 90px 0 72px; background: linear-gradient(135deg, var(--forest-deep), #34422c); color: white; }
.page-hero .lead { color: rgba(255,255,255,.72); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: rgba(255,255,255,.62); font-size: .9rem; }
.breadcrumb a:hover { color: white; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.7rem); max-width: 930px; }

.area-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.area-card { padding: 28px; border-radius: 20px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.area-card h3 { margin-bottom: 8px; }
.area-card p { color: var(--muted); }

.site-footer { padding: 72px 0 26px; background: var(--forest-deep); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr .65fr .9fr; gap: 50px; }
.footer-brand img { width: 300px; max-width: 100%; margin-bottom: 22px; }
.footer-brand p { color: rgba(255,255,255,.62); max-width: 390px; }
.footer-title { margin-bottom: 18px; color: var(--moss-bright); font-size: .82rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.72); }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.5); font-size: .88rem; }

.mobile-actions { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero-grid { gap: 36px; }
  .hero-visual { min-height: 560px; }
  .hero-mini { left: -10px; width: 150px; height: 190px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2 / -1; }
}

@media (max-width: 850px) {
  .section { padding: 78px 0; }
  .header-inner { height: 74px; }
  .brand img { width: 220px; }
  .nav-toggle { display: block; }
  .nav {
    position: fixed; inset: 74px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0;
    padding: 22px 24px 120px; background: var(--paper); transform: translateX(100%); transition: transform .25s ease;
  }
  .nav.open { transform: translateX(0); }
  .nav a:not(.btn) { padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
  .nav .btn { margin-top: 20px; }
  .hero { padding: 52px 0 68px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 0; }
  .hero-visual { min-height: 590px; margin-top: 16px; }
  .hero-photo { inset: 0; }
  .hero-mini { left: 10px; top: 24px; }
  .hero-badge { right: 12px; bottom: 24px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split, .ba-wrap, .review-shell, .contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .split.reverse .split-media { order: initial; }
  .media-frame img { height: 520px; }
  .ba-slider { height: 600px; }
  .projects-grid { grid-template-columns: 1fr; }
  .project-card, .project-card:nth-child(n) { grid-column: auto; }
  .project-card { min-height: 420px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item:nth-child(n) { grid-column: span 1; aspect-ratio: 1/1; }
  .cta-panel { padding: 46px 34px; }
  .cta-grid { grid-template-columns: 1fr; }
  .cta-actions { grid-template-columns: 1fr 1fr; min-width: 0; }
  .area-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
}

@media (max-width: 600px) {
  body { padding-bottom: 70px; }
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 64px 0; }
  .header-inner { height: 68px; }
  .nav { top: 68px; }
  .brand img { width: 185px; }
  .hero { padding-top: 40px; }
  h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  h2 { font-size: clamp(2.1rem, 10vw, 3.2rem); }
  .hero-visual { min-height: 510px; }
  .hero-photo { border-radius: 24px; }
  .hero-mini { width: 112px; height: 145px; border-width: 5px; }
  .hero-badge { width: 190px; padding: 18px; }
  .button-row .btn { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .cards { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: 1fr; }
  .service-card img { height: 230px; }
  .media-frame img { height: 450px; }
  .ba-slider { height: 540px; }
  .project-card { min-height: 380px; }
  .gallery-grid { gap: 9px; }
  .review-score, .contact-form, .contact-card { padding: 28px; }
  .cta-panel { border-radius: 24px; padding: 38px 24px; }
  .cta-actions { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-actions { position: fixed; display: grid; grid-template-columns: repeat(3, 1fr); left: 0; right: 0; bottom: 0; z-index: 1500; height: 70px; padding: 8px; background: rgba(15,22,13,.96); backdrop-filter: blur(14px); border-top: 1px solid rgba(255,255,255,.1); }
  .mobile-actions a { display: grid; place-items: center; gap: 2px; color: white; font-size: .72rem; font-weight: 800; border-right: 1px solid rgba(255,255,255,.13); }
  .mobile-actions a:last-child { border-right: 0; color: var(--moss-bright); }
  .mobile-actions svg { width: 21px; height: 21px; }
}

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

@media (max-width: 640px) {
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .hero-actions .btn { width: 100%; justify-content: center; text-align: center; }
  .hero-title-lines { font-size: clamp(2.75rem, 14vw, 4.35rem); }
}
