:root {
  --green: #16a34a;
  --green-dark: #0f6c34;
  --green-deep: #063f22;
  --orange: #f97316;
  --orange-deep: #c2410c;
  --ink: #101511;
  --muted: #5f6d63;
  --line: #dde8df;
  --paper: #ffffff;
  --soft: #f3f7f2;
  --shadow: 0 22px 70px rgba(12, 44, 24, 0.14);
  --radius: 8px;
  --container: min(1160px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px max(16px, calc((100vw - 1160px) / 2));
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid rgba(221, 232, 223, 0.9);
  backdrop-filter: blur(18px);
  transition: box-shadow 220ms ease, padding 220ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 14px 38px rgba(10, 36, 20, 0.11);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(132px, 16vw, 190px);
  height: 58px;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #1f2b23;
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--green);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.site-nav a:hover {
  color: var(--green-dark);
  transform: translateY(-1px);
}

.nav-cta {
  padding: 11px 16px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #18b457, #0c7a39 58%, #f58d2a);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(22, 163, 74, 0.3);
}

.nav-cta::after {
  display: none;
}

.nav-cta:hover {
  color: #fff;
  box-shadow: 0 18px 44px rgba(22, 163, 74, 0.38);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.section {
  padding: 128px 0;
}

.section-muted {
  background: var(--soft);
}

.section-angle {
  position: relative;
  overflow: hidden;
}

.section-angle::after,
.section-diagonal::before {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 72px;
  background: inherit;
  clip-path: polygon(0 52%, 100% 0, 100% 100%, 0 100%);
  content: "";
  z-index: 1;
}

.hero {
  display: flex;
  min-height: 720px;
  padding-top: 142px;
  padding-bottom: 64px;
  color: #fff;
  background: #06140c;
}

.hero-media,
.hero-overlay,
.product-hero-bg,
.closing-bg {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/hero-bg.png");
  background-position: center;
  background-size: cover;
  transform: translateY(0) scale(1.04);
  will-change: transform;
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 22%, rgba(249, 115, 22, 0.25), transparent 30%),
    linear-gradient(115deg, rgba(4, 18, 9, 0.92) 0%, rgba(7, 48, 23, 0.78) 43%, rgba(4, 18, 9, 0.28) 80%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.12));
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  margin: auto 0;
}

.hero-copy {
  max-width: 690px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow,
.closing-cta .eyebrow,
.product-hero .eyebrow {
  color: var(--orange);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  max-width: 870px;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(1.7rem, 2.8vw, 3rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.2;
}

.hero-subhead {
  max-width: 650px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero .hero-actions {
  justify-content: center;
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 0;
  border-radius: 6px;
  font-size: 0.92rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, color 220ms ease;
}

.btn::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.34) 45%, transparent 72%);
  content: "";
  transform: translateX(-125%);
  transition: transform 520ms ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn:hover::before {
  transform: translateX(125%);
}

.btn-primary {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 36%),
    linear-gradient(135deg, #19b85a 0%, #0d7e3b 58%, #e97818 100%);
  box-shadow: 0 18px 40px rgba(22, 163, 74, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.btn-primary:hover {
  box-shadow: 0 24px 54px rgba(22, 163, 74, 0.42), 0 0 0 4px rgba(22, 163, 74, 0.12);
}

.btn-secondary {
  color: #fff;
  background: linear-gradient(135deg, #fb923c, #dc5f0b 58%, #0f6c34);
  box-shadow: 0 16px 34px rgba(249, 115, 22, 0.24);
}

.btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.btn-light {
  color: var(--green-deep);
  background: #fff;
}

.full-width {
  width: 100%;
}

.stat-list {
  display: grid;
  gap: 12px;
}

.stat-list div,
.trust-grid div,
.calculator-results div {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.stat-list strong,
.trust-number {
  display: block;
  color: var(--green-dark);
  font-size: 1.5rem;
  line-height: 1;
}

.stat-list span,
.trust-grid span:not(.trust-number) {
  color: var(--muted);
  font-weight: 700;
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -38px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.trust-grid div {
  box-shadow: var(--shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.trust-grid div:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 70px rgba(12, 44, 24, 0.16);
}

.split-layout,
.calculator-grid,
.faq-grid,
.contact-grid,
.forms-grid,
.product-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.9fr);
  gap: clamp(44px, 7vw, 86px);
  align-items: center;
}

.section-copy p {
  max-width: 62ch;
  color: var(--muted);
  font-size: 1rem;
}

.about .section-copy {
  align-self: end;
  padding-top: 42px;
}

.stacked-images {
  position: relative;
  min-height: 540px;
}

.stacked-images img {
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-main {
  width: 82%;
  height: 470px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.image-float {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54%;
  height: 260px;
  border: 8px solid #fff;
}

.glass-note {
  position: absolute;
  right: 34px;
  top: 34px;
  width: 220px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.glass-note strong,
.glass-note span {
  display: block;
}

.vision-box,
.calculator-note {
  padding: 18px;
  background: #fff;
  border-left: 5px solid var(--green);
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(15, 108, 52, 0.08);
}

.vision-box span {
  color: var(--green-dark);
  font-weight: 900;
}

.vision-box p,
.calculator-note {
  margin-bottom: 0;
}

.section-diagonal {
  position: relative;
  overflow: hidden;
}

.section-diagonal::before {
  top: -1px;
  bottom: auto;
  transform: rotate(180deg);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 56px;
}

.section-heading p {
  max-width: 58ch;
  color: var(--muted);
  font-size: 1rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card,
.mini-products article,
.testimonial-card,
.product-card,
.lead-form-panel {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(13, 43, 23, 0.08);
}

.service-card {
  padding: 24px;
  min-height: 285px;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.service-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--green), var(--orange));
  content: "";
  transition: width 220ms ease;
}

.service-card:hover {
  border-color: rgba(22, 163, 74, 0.35);
  transform: translateY(-10px);
  box-shadow: var(--shadow);
}

.service-card:hover::before {
  width: 100%;
}

.service-card:hover .service-icon {
  color: #fff;
  transform: translateY(-3px) rotate(-3deg);
  box-shadow: 0 18px 38px rgba(22, 163, 74, 0.24);
}

.service-card p,
.service-card a,
.mini-products p,
.product-card p,
.product-card li {
  color: var(--muted);
}

.service-card a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--green-dark);
  font-weight: 900;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  color: var(--green-dark);
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(22, 163, 74, 0.8), rgba(249, 115, 22, 0.68)) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: transform 260ms ease, box-shadow 260ms ease, color 260ms ease, background 260ms ease;
}

.service-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.service-card:hover .service-icon {
  background:
    linear-gradient(135deg, #18b457, #0f6c34 58%, #f97316) padding-box,
    linear-gradient(135deg, rgba(22, 163, 74, 0.8), rgba(249, 115, 22, 0.68)) border-box;
}

.product-band {
  align-items: stretch;
}

.mini-products {
  display: grid;
  gap: 16px;
}

.mini-products article {
  padding: 24px;
}

.mini-products span,
.product-card span {
  color: var(--orange-deep);
  font-weight: 900;
}

.calculator-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.field-row,
.field-pair {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

label {
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfded3;
  border-radius: var(--radius);
  outline: 0;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12);
}

.load-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.load-list label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 54px;
  padding: 12px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 0.9rem;
}

.load-list input {
  width: auto;
  min-height: auto;
  accent-color: var(--green);
}

.load-list span {
  color: var(--green-dark);
}

.calculator-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 22px 0 16px;
}

.calculator-results div {
  padding: 14px 10px;
  text-align: center;
}

.calculator-results span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.calculator-results strong {
  display: block;
  color: var(--green-dark);
  font-size: 1.2rem;
}

.carry-list {
  min-height: 46px;
  color: var(--muted);
}

.testimonial-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.testimonial-track {
  display: flex;
  gap: 18px;
}

.testimonial-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--green-dark);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.testimonial-nav svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.testimonial-nav:hover {
  color: #fff;
  background: var(--green);
  box-shadow: 0 18px 40px rgba(22, 163, 74, 0.34);
}

.testimonial-nav-prev {
  left: 8px;
}

.testimonial-nav-next {
  right: 8px;
}

@media (max-width: 560px) {
  .testimonial-nav {
    width: 40px;
    height: 40px;
  }

  .testimonial-nav svg {
    width: 16px;
    height: 16px;
  }
}

.testimonial-card {
  display: grid;
  flex: 0 0 calc((100% - 36px) / 3);
  gap: 14px;
  padding: 24px;
}

.testimonial-stars {
  display: flex;
  gap: 3px;
  color: var(--orange-deep);
}

.testimonial-stars svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.testimonial-card p {
  font-size: 0.98rem;
  line-height: 1.45;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  border-radius: 999px;
  font-weight: 900;
}

.testimonial-author strong {
  display: block;
}

.testimonial-source {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.testimonial-source-link {
  display: block;
  margin-top: 24px;
  color: var(--green-dark);
  font-weight: 900;
  text-align: center;
  transition: color 180ms ease;
}

.testimonial-source-link:hover {
  color: var(--green);
}

.lead-form-panel {
  padding: clamp(22px, 4vw, 34px);
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 900;
}

.form-status.is-error {
  color: #b91c1c;
}

.form-success {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 24px 8px;
  text-align: center;
}

.form-success[hidden] {
  display: none;
}

.form-success-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: linear-gradient(135deg, #18b457, #0f6c34);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(22, 163, 74, 0.32);
}

.form-success-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.form-success h3 {
  margin-bottom: 0;
}

.form-success p {
  max-width: 42ch;
  color: var(--muted);
}

.faq-grid {
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(13, 43, 23, 0.06);
}

summary {
  padding: 18px 22px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
}

.closing-cta {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: grid;
  align-items: center;
  color: #fff;
  background: #04140a;
}

.closing-bg {
  background:
    linear-gradient(90deg, rgba(4, 20, 10, 0.86), rgba(4, 20, 10, 0.36)),
    url("https://images.unsplash.com/photo-1497440001374-f26997328c1b?auto=format&fit=crop&w=1800&q=85");
  background-position: center;
  background-size: cover;
}

.closing-content {
  position: relative;
  z-index: 1;
  max-width: 830px;
  margin-left: max(16px, calc((100vw - 1160px) / 2));
}

.closing-content h2 {
  font-size: clamp(2rem, 3.6vw, 3.8rem);
}

.contact-grid {
  align-items: start;
}

.contact-details ul {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.contact-details li {
  display: grid;
  gap: 4px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.contact-details strong {
  color: var(--green-dark);
}

.phone-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.social-links a {
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
  font-weight: 900;
}

.social-whatsapp {
  background: #25d366;
}

.map {
  width: 100%;
  min-height: 310px;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.site-footer {
  padding: 84px 0 64px;
  color: #fff;
  background: linear-gradient(180deg, #051012 0%, #0a181c 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.9fr) minmax(240px, 0.95fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 14px;
}

.footer-logo {
  width: clamp(132px, 16vw, 190px);
  height: auto;
}

.footer-brand p {
  max-width: 330px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  font-size: 0.98rem;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  transition: transform 220ms ease, color 220ms ease, border-color 220ms ease;
}

.footer-social a:hover {
  color: #d8b84a;
  border-color: rgba(216, 184, 74, 0.65);
  transform: translateY(-0.5px);
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.footer-section-title {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
}

.footer-links {
  display: grid;
  gap: 4px;
}

.footer-links a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
  transition: color 220ms ease, transform 220ms ease;
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 10%;
  height: 2px;
  background: #d8b84a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(4px);
}

.footer-links a:hover::after {
  transform: scaleX(1);
}

.footer-contact {
  display: grid;
  gap: 18px;
}

.footer-contact p {
  max-width: 3200px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 24px;
  min-height: 48px;

  border: 1px solid rgba(255,255,255,.38);
  border-radius: 4px;

  background: transparent;

  color: rgba(255,255,255,.9);

  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;

  cursor: pointer;

  transition:
      background .3s ease,
      color .3s ease,
      border-color .3s ease,
      transform .3s ease,
      box-shadow .3s ease;
}

.footer-cta:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(216,184,74,.65);
  color: #d8b84a;

  transform: translateY(-2px);

  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}

.footer-cta:active {
  transform: translateY(0);
}

.footer-cta:focus-visible {
  outline: 2px solid #d8b84a;
  outline-offset: 4px;
}

.footer-cta {
  box-shadow: none;
}

.footer-cta:hover {
  box-shadow: none;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.82);
}

.product-hero {
  min-height: 620px;
  padding-top: 154px;
  padding-bottom: 100px;
  color: #fff;
  background: #07160c;
}

.product-hero-bg {
  background:
    linear-gradient(110deg, rgba(4, 18, 9, 0.92), rgba(7, 58, 29, 0.62)),
    url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1900&q=85");
  background-position: center;
  background-size: cover;
}

.product-hero-content {
  position: relative;
  z-index: 2;
  max-width: 860px;
}

.product-hero-content h1 {
  font-size: clamp(2rem, 3.6vw, 3.6rem);
}

.product-hero-content p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
}

.product-grid {
  display: grid;
  gap: 22px;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: 0;
}

.product-card img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.product-card div {
  padding: clamp(24px, 4vw, 44px);
}

.product-card h2 {
  font-size: clamp(1.5rem, 2vw, 2.2rem);
}

.product-card ul {
  padding-left: 20px;
  margin-bottom: 24px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(13, 43, 23, 0.08);
}

.gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top;
  cursor: zoom-in;
  transition: transform 320ms ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px 16px;
  color: #fff;
  background: linear-gradient(0deg, rgba(4, 18, 9, 0.82), rgba(4, 18, 9, 0));
  font-weight: 800;
  font-size: 0.92rem;
  pointer-events: none;
}

.gallery-item .expand-hint {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: rgba(4, 18, 9, 0.55);
  border-radius: 999px;
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.gallery-item .expand-hint svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gallery-item:hover .expand-hint {
  opacity: 1;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(4, 12, 8, 0.92);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(94vw, 1200px);
  max-height: 88vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.lightbox-caption {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  text-align: center;
}

.lightbox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  cursor: pointer;
}

.lightbox-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.work-frames {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.work-frame {
  margin: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.work-frame img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: calc(var(--radius) - 3px);
}

@keyframes heroDrift {
  from {
    background-position: 50% 50%;
    filter: saturate(1.02);
  }

  to {
    background-position: 58% 44%;
    filter: saturate(1.14);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal.reveal-left {
  transform: translateX(-38px);
}

.reveal.reveal-right {
  transform: translateX(38px);
}

.reveal.reveal-scale {
  transform: scale(0.94);
}

.reveal.reveal-left.is-visible,
.reveal.reveal-right.is-visible,
.reveal.reveal-scale.is-visible {
  transform: translateX(0) scale(1);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 220ms;
}

.delay-3 {
  transition-delay: 320ms;
}

.delay-4 {
  transition-delay: 420ms;
}

@media (max-width: 1040px) {
  .site-nav {
    gap: 14px;
    font-size: 0.88rem;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 8px 16px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 16px;
    left: 16px;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 12px;
  }

  .nav-cta {
    margin-top: 6px;
    text-align: center;
  }

  .hero,
  .product-hero {
    min-height: auto;
    padding: 122px 0 110px;
  }

  .hero-grid,
  .split-layout,
  .calculator-grid,
  .faq-grid,
  .contact-grid,
  .forms-grid,
  .product-band,
  .footer-grid,
  .product-card {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 28px;
  }

  .trust-strip {
    margin-top: 0;
    padding: 18px 0;
    background: var(--soft);
  }

  .trust-grid,
  .calculator-results,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 72px 0;
  }

  .stacked-images {
    min-height: 430px;
  }

  .image-main {
    width: 100%;
    height: 360px;
  }

  .image-float {
    width: 62%;
    height: 190px;
  }

  .glass-note {
    right: 18px;
    top: 18px;
  }

  .load-list {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    flex-basis: calc((100% - 18px) / 2);
  }

  .product-card img {
    min-height: 260px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 1160px);
  }

  .brand {
    width: 138px;
    height: 48px;
  }

  h1 {
    font-size: 2.1rem;
    line-height: 1.15;
  }

  h2 {
    font-size: 1.7rem;
    line-height: 1.1;
  }

  .hero-actions,
  .social-links {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .gallery-item img {
    height: 160px;
  }

  .work-frames {
    gap: 10px;
  }

  .work-frame {
    padding: 6px;
  }

  .work-frame img {
    height: 160px;
  }

  .stacked-images {
    min-height: auto;
  }

  .image-main,
  .image-float {
    position: static;
    width: 100%;
  }

  .image-float {
    margin-top: 14px;
    border: 0;
  }

  .glass-note {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .testimonial-card {
    flex-basis: 100%;
    padding: 18px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-media {
    animation: none;
  }
}
