:root {
  --ink: #102b23;
  --green: #123e2d;
  --green-2: #0a3225;
  --lime: #b7e51d;
  --lime-soft: #d8ff4f;
  --cream: #f5f1e8;
  --paper: #fbfaf6;
  --line: rgba(16, 43, 35, 0.16);
  --muted: #66746e;
  --pink: #f3a6bc;
  --blue: #9fd3e5;
  --white: #fff;
  --shadow: 0 24px 80px rgba(10, 50, 37, 0.12);
  --radius: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  background: var(--lime);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 120px 0;
}

.utility-bar {
  position: relative;
  z-index: 21;
  color: #dce7e1;
  background: var(--green-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.utility-inner {
  min-height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.utility-inner p {
  margin: 0;
}

.live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(183, 229, 29, 0.12);
}

.utility-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(251, 250, 246, 0.9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(16, 43, 35, 0.06);
}

.nav-wrap {
  height: 84px;
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  align-items: center;
}

.brand img {
  width: 105px;
  height: auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 800;
}

.main-nav a {
  position: relative;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--lime);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
}

.button {
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: transparent;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 10px 0 rgba(16, 43, 35, 0.12);
}

.button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.button-small {
  justify-self: end;
  min-height: 44px;
  padding: 0 18px;
  font-size: 12px;
}

.button-primary {
  border-color: var(--lime);
  background: var(--lime);
}

.button-primary:hover,
.button-primary:focus-visible {
  border-color: var(--lime-soft);
  background: var(--lime-soft);
}

.hero {
  position: relative;
  background: var(--cream);
}

.hero-grid {
  min-height: 715px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: stretch;
}

.hero-copy {
  z-index: 2;
  padding: 96px 48px 70px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow span {
  min-width: 30px;
  color: var(--ink);
}

.eyebrow span::after {
  content: " /";
  color: var(--lime);
}

.hero h1,
.section-heading h2,
.advantage-copy h2,
.about-title h2,
.contact-copy h2 {
  margin: 0;
  font-family: "Archivo Black", "Arial Black", sans-serif;
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.98;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(58px, 6.5vw, 96px);
}

.hero h1 em,
.advantage-copy h2 em,
.about-title h2 em,
.contact-copy h2 em {
  position: relative;
  color: var(--green);
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: none;
}

.hero h1 em::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 8px;
  z-index: -1;
  background: var(--lime);
  content: "";
  transform: rotate(-1deg);
}

.hero-lead {
  max-width: 540px;
  margin: 30px 0 0;
  color: #4a5e55;
  font-size: 17px;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
}

.text-link::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform-origin: left;
  transition: transform 0.2s ease;
}

.text-link:hover::after {
  transform: scaleX(0.35);
}

.hero-proof {
  margin-top: 62px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  font-family: "Archivo Black", sans-serif;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.hero-proof span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-stage {
  position: relative;
  min-height: 715px;
  overflow: hidden;
  background: var(--green);
}

.stage-grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: linear-gradient(rgba(255,255,255,0.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.35) 1px, transparent 1px);
  background-size: 58px 58px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(183, 229, 29, 0.6);
  border-radius: 50%;
}

.orbit-one {
  width: 540px;
  height: 540px;
  top: 80px;
  left: 50px;
}

.orbit-two {
  width: 390px;
  height: 390px;
  top: 154px;
  left: 125px;
  border-style: dashed;
  animation: rotate 24s linear infinite;
}

@keyframes rotate {
  to { transform: rotate(360deg); }
}

.product-plinth {
  position: absolute;
  z-index: 2;
  right: 76px;
  bottom: 78px;
  width: min(68%, 430px);
  aspect-ratio: 1;
  padding: 42px;
  background: #fff;
  box-shadow: 0 36px 70px rgba(0, 0, 0, 0.22);
  transform: rotate(-2deg);
}

.product-plinth::after {
  position: absolute;
  right: 22px;
  bottom: -30px;
  left: 22px;
  height: 30px;
  background: var(--lime);
  content: "";
  transform: skewX(45deg);
  transform-origin: top;
}

.plinth-label {
  position: absolute;
  top: 16px;
  left: 20px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.float-card {
  position: absolute;
  z-index: 4;
  box-shadow: var(--shadow);
}

.float-card-top {
  top: 112px;
  right: 24px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--paper);
}

.float-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--lime);
  font-weight: 800;
}

.float-card-top strong,
.float-card-top small {
  display: block;
}

.float-card-top strong {
  font-size: 12px;
}

.float-card-top small {
  color: var(--muted);
  font-size: 9px;
}

.float-card-bottom {
  bottom: 58px;
  left: 16px;
  width: 142px;
  height: 142px;
  padding: 20px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--lime);
  text-align: center;
  transform: rotate(6deg);
}

.float-card-bottom strong {
  font-family: "Archivo Black", sans-serif;
  font-size: 34px;
  line-height: 1;
}

.float-card-bottom span {
  max-width: 90px;
  margin-top: 5px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.vertical-note {
  position: absolute;
  top: 230px;
  left: -38px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.26em;
  transform: rotate(-90deg);
}

.hero-marquee {
  overflow: hidden;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--lime);
}

.hero-marquee div {
  width: max-content;
  height: 56px;
  display: flex;
  align-items: center;
  gap: 28px;
  font-family: "Archivo Black", sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  animation: marquee 24s linear infinite;
}

.hero-marquee b {
  font-size: 12px;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.section-heading {
  margin-bottom: 58px;
  display: grid;
  grid-template-columns: 1.55fr 0.7fr;
  align-items: end;
  gap: 80px;
}

.section-heading h2,
.advantage-copy h2,
.about-title h2,
.contact-copy h2 {
  font-size: clamp(44px, 5.4vw, 75px);
}

.section-heading > p,
.process-heading > p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 15px;
}

.filter-row {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 50px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s ease;
}

.filter-button:hover,
.filter-button.active {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 20px;
}

.product-card {
  min-width: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.product-card.is-hidden {
  display: none;
}

.product-card-featured {
  grid-column: span 2;
}

.product-image-wrap {
  position: relative;
  height: 370px;
  overflow: hidden;
  border: 1px solid rgba(16, 43, 35, 0.08);
}

.product-card-featured .product-image-wrap {
  height: 470px;
}

.product-image-wrap.green { background: #d5e9d4; }
.product-image-wrap.cream { background: #eee5d4; }
.product-image-wrap.blue { background: var(--blue); }
.product-image-wrap.pink { background: var(--pink); }
.product-image-wrap.charcoal { background: #293c36; }
.product-image-wrap.lime { background: #d9f17f; }

.product-image-wrap::after {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(16, 43, 35, 0.16);
  content: "";
  pointer-events: none;
}

.product-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.5s cubic-bezier(.2,.7,.2,1);
}

.product-card:hover .product-image-wrap img {
  transform: scale(1.07) rotate(-1deg);
}

.product-index {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 30px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.tag {
  position: absolute;
  z-index: 2;
  top: 26px;
  right: 28px;
  padding: 6px 10px;
  border-radius: 30px;
  background: var(--lime);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-info {
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-info p,
.product-info h3 {
  margin: 0;
}

.product-info p {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.product-info h3 {
  margin-top: 4px;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.icon-button {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: 0.2s ease;
}

.icon-button:hover,
.icon-button:focus-visible {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
  transform: rotate(45deg);
}

.products-footer {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.advantage {
  position: relative;
  overflow: hidden;
  background: var(--green-2);
  color: white;
}

.advantage::before {
  position: absolute;
  top: -180px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(183,229,29,0.16);
  border-radius: 50%;
  content: "";
}

.advantage-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 100px;
}

.advantage-visual {
  position: relative;
}

.photo-frame {
  position: relative;
  height: 650px;
  overflow: hidden;
  background: var(--lime);
}

.photo-frame::after {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(16,43,35,0.3);
  content: "";
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  filter: contrast(1.06);
  transform: scale(1.08);
}

.photo-frame span {
  position: absolute;
  z-index: 2;
  right: 36px;
  bottom: 30px;
  color: var(--ink);
  font-family: "Archivo Black", sans-serif;
  font-size: 17px;
  letter-spacing: -0.04em;
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
}

.quality-stamp {
  position: absolute;
  right: -56px;
  bottom: 54px;
  z-index: 3;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.quality-stamp text {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.stamp-check {
  fill: none;
  stroke: var(--ink);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eyebrow-light {
  color: #a6b9b0;
}

.eyebrow-light span {
  color: white;
}

.advantage-copy h2 {
  font-size: clamp(44px, 5vw, 68px);
}

.advantage-copy h2 em,
.contact-copy h2 em {
  color: var(--lime);
}

.advantage-lead {
  max-width: 580px;
  margin: 30px 0 42px;
  color: #bfd0c8;
  font-size: 16px;
}

.advantage-list {
  border-top: 1px solid rgba(255,255,255,0.18);
}

.advantage-list article {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
}

.advantage-list article > span {
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
}

.advantage-list h3,
.advantage-list p {
  margin: 0;
}

.advantage-list h3 {
  font-size: 17px;
}

.advantage-list p {
  max-width: 500px;
  margin-top: 6px;
  color: #9fb3aa;
  font-size: 13px;
}

.process {
  background: var(--paper);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-step {
  position: relative;
  min-height: 330px;
  padding: 42px 38px;
  border-right: 1px solid var(--line);
}

.process-step:last-child {
  border-right: 0;
}

.process-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cream);
}

.process-icon svg {
  width: 36px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.process-step > span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-step h3,
.process-step p {
  margin: 0;
}

.process-step h3 {
  margin-top: 6px;
  font-size: 20px;
}

.process-step p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.process-step::after {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  content: "";
  opacity: 0;
  transition: opacity 0.2s ease;
}

.process-step:hover::after {
  opacity: 1;
}

.about {
  padding-top: 80px;
  background: var(--cream);
}

.about-grid {
  margin-bottom: 76px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 100px;
}

.about-title h2 {
  font-size: clamp(42px, 5.3vw, 72px);
}

.about-title h2 em {
  display: block;
}

.about-copy p {
  margin: 0 0 18px;
  color: #4f625a;
  font-size: 15px;
}

.about-copy .text-link {
  margin-top: 12px;
}

.showcase {
  position: relative;
  min-height: 480px;
  padding: 60px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  background: var(--lime);
}

.showcase::before {
  position: absolute;
  left: 40%;
  top: -180px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(16, 43, 35, 0.24);
  border-radius: 50%;
  content: "";
}

.showcase-copy {
  position: relative;
  z-index: 2;
  align-self: end;
}

.showcase-copy span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.showcase-copy h3 {
  margin: 14px 0 0;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(36px, 4vw, 54px);
  letter-spacing: -0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.showcase-products {
  position: relative;
  z-index: 2;
}

.showcase-products img {
  position: absolute;
  width: 310px;
  aspect-ratio: 1;
  object-fit: contain;
  background: white;
  box-shadow: 0 28px 60px rgba(16, 43, 35, 0.18);
  mix-blend-mode: multiply;
}

.showcase-products img:first-child {
  top: -18px;
  left: 34px;
  transform: rotate(-7deg);
}

.showcase-products img:last-child {
  right: 0;
  bottom: -84px;
  transform: rotate(8deg);
}

.contact {
  background: var(--paper);
}

.contact-shell {
  min-height: 600px;
  padding: 70px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  background: var(--green-2);
  color: white;
}

.contact-copy h2 {
  font-size: clamp(48px, 5.5vw, 74px);
}

.contact-copy > p:not(.eyebrow) {
  max-width: 450px;
  margin: 26px 0 34px;
  color: #b4c6be;
  font-size: 15px;
}

.whatsapp-link {
  max-width: 390px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.2);
  display: grid;
  grid-template-columns: 48px 1fr 20px;
  align-items: center;
  gap: 14px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.whatsapp-link:hover {
  border-color: var(--lime);
  background: rgba(183,229,29,0.06);
}

.whatsapp-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--lime);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
}

.whatsapp-link small,
.whatsapp-link strong {
  display: block;
}

.whatsapp-link small {
  color: #9eb2a9;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.whatsapp-link strong {
  font-size: 16px;
}

.quote-form {
  padding: 38px;
  background: var(--paper);
  color: var(--ink);
}

.quote-form label {
  margin-bottom: 18px;
  display: block;
  color: #53675e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.quote-form input,
.quote-form textarea,
.quote-form select {
  width: 100%;
  margin-top: 7px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(16,43,35,0.25);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 0.2s ease;
}

.quote-form input:focus,
.quote-form textarea:focus,
.quote-form select:focus {
  border-color: var(--green);
}

.quote-form textarea {
  resize: vertical;
}

.form-submit {
  width: 100%;
  margin-top: 4px;
}

.form-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 9px;
  text-align: center;
}

.site-footer {
  padding: 72px 0 26px;
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 70px;
}

.footer-brand img {
  width: 110px;
}

.footer-grid h3 {
  margin: 0 0 18px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid p,
.footer-grid a {
  margin: 0;
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.footer-brand p {
  max-width: 240px;
  margin-top: 18px;
}

.footer-grid a + a {
  margin-top: 8px;
}

.footer-grid a:hover {
  color: var(--ink);
}

.footer-bottom {
  margin-top: 62px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footer-bottom p {
  margin: 0;
}

.floating-wa {
  position: fixed;
  z-index: 15;
  right: 22px;
  bottom: 22px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--green-2);
  color: white;
  box-shadow: 0 10px 30px rgba(16,43,35,0.25);
  transition: transform 0.2s ease;
}

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

.floating-wa span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--lime);
  color: var(--ink);
  font-size: 9px;
  font-weight: 900;
}

.floating-wa small {
  font-size: 10px;
  font-weight: 800;
}

.product-dialog {
  width: min(900px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 0;
  overflow: auto;
  background: var(--paper);
  box-shadow: 0 40px 100px rgba(0,0,0,0.3);
}

.product-dialog[open] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  animation: dialog-in 0.25s ease;
}

.product-dialog::backdrop {
  background: rgba(5, 24, 18, 0.72);
  backdrop-filter: blur(7px);
}

@keyframes dialog-in {
  from { opacity: 0; transform: translateY(18px) scale(0.98); }
}

.dialog-image {
  min-height: 540px;
  padding: 44px;
  display: grid;
  place-items: center;
  background: #dce9d6;
}

.dialog-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.dialog-copy {
  padding: 64px 50px 50px;
}

.dialog-copy h2 {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: 44px;
  letter-spacing: -0.055em;
  line-height: 1;
  text-transform: uppercase;
}

.dialog-copy > p:not(.eyebrow) {
  margin: 22px 0;
  color: var(--muted);
  font-size: 14px;
}

.dialog-copy ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.dialog-copy li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.dialog-copy li::before {
  margin-right: 8px;
  color: var(--green);
  content: "✓";
  font-weight: 900;
}

.dialog-close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.toast {
  position: fixed;
  z-index: 50;
  right: 22px;
  bottom: 84px;
  width: min(360px, calc(100% - 44px));
  padding: 18px 20px;
  background: var(--lime);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: 0.25s ease;
}

.toast.visible {
  opacity: 1;
  transform: translateY(0);
}

.toast strong,
.toast span {
  display: block;
}

.toast span {
  margin-top: 4px;
  font-size: 11px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

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

@media (max-width: 1020px) {
  .nav-wrap {
    grid-template-columns: 140px 1fr 168px;
  }

  .main-nav {
    gap: 20px;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.9fr;
  }

  .hero-copy {
    padding-right: 30px;
  }

  .hero h1 {
    font-size: 66px;
  }

  .product-plinth {
    right: 36px;
    width: 76%;
  }

  .advantage-grid {
    gap: 70px;
  }

  .photo-frame {
    height: 580px;
  }

  .contact-shell {
    padding: 54px;
    gap: 50px;
  }
}

@media (max-width: 820px) {
  .section {
    padding: 88px 0;
  }

  .utility-links,
  .nav-cta {
    display: none;
  }

  .utility-inner {
    justify-content: center;
    text-align: center;
  }

  .nav-wrap {
    height: 72px;
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    display: grid;
    place-content: center;
    gap: 6px;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 19px;
    height: 1px;
    background: var(--ink);
    transition: 0.2s ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: 72px 0 auto;
    padding: 34px 20px 42px;
    border-top: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: var(--paper);
    box-shadow: 0 26px 50px rgba(16, 43, 35, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: 0.2s ease;
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
    font-size: 22px;
  }

  .hero-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    width: min(calc(100% - 40px), var(--container));
    min-height: 610px;
    margin-inline: auto;
    padding: 76px 0 60px;
  }

  .hero h1 {
    font-size: clamp(54px, 14vw, 82px);
  }

  .hero-stage {
    min-height: 620px;
  }

  .product-plinth {
    right: 12%;
    bottom: 100px;
    width: 62%;
  }

  .orbit-one {
    left: 16%;
  }

  .orbit-two {
    left: 23%;
  }

  .float-card-top {
    right: 8%;
  }

  .float-card-bottom {
    left: 8%;
  }

  .section-heading,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-heading > p {
    max-width: 540px;
  }

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

  .product-card-featured {
    grid-column: span 2;
  }

  .product-image-wrap {
    height: 330px;
  }

  .advantage-grid {
    grid-template-columns: 1fr;
    gap: 86px;
  }

  .advantage-visual {
    width: min(82%, 540px);
  }

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

  .process-step {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-step:last-child {
    border-bottom: 0;
  }

  .about-grid {
    margin-bottom: 54px;
  }

  .showcase {
    min-height: 700px;
    padding: 44px;
    grid-template-columns: 1fr;
  }

  .showcase-copy {
    align-self: start;
  }

  .showcase-products img:first-child {
    top: 20px;
  }

  .contact-shell {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 1fr;
    gap: 50px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 72px 0;
  }

  .utility-bar {
    font-size: 9px;
  }

  .hero-copy {
    width: min(calc(100% - 28px), var(--container));
    min-height: auto;
    padding: 62px 0 50px;
  }

  .hero h1 {
    font-size: clamp(47px, 14.6vw, 70px);
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    align-self: flex-start;
  }

  .hero-proof {
    margin-top: 44px;
  }

  .hero-proof strong {
    font-size: 18px;
  }

  .hero-proof span {
    font-size: 8px;
  }

  .hero-stage {
    min-height: 520px;
  }

  .orbit-one {
    width: 420px;
    height: 420px;
    top: 45px;
    left: -8px;
  }

  .orbit-two {
    width: 310px;
    height: 310px;
    top: 100px;
    left: 47px;
  }

  .product-plinth {
    right: 15%;
    bottom: 88px;
    width: 70%;
    padding: 28px;
  }

  .float-card-top {
    top: 44px;
    right: 14px;
  }

  .float-card-bottom {
    bottom: 38px;
    left: 12px;
    width: 108px;
    height: 108px;
  }

  .float-card-bottom strong {
    font-size: 26px;
  }

  .section-heading,
  .about-grid {
    margin-bottom: 42px;
  }

  .section-heading h2,
  .advantage-copy h2,
  .about-title h2,
  .contact-copy h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .filter-row {
    flex-wrap: nowrap;
    margin-inline: -14px;
    padding-inline: 14px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .filter-button {
    flex: 0 0 auto;
  }

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

  .product-card-featured {
    grid-column: span 1;
  }

  .product-card-featured .product-image-wrap,
  .product-image-wrap {
    height: 350px;
  }

  .products-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .advantage-visual {
    width: calc(100% - 26px);
  }

  .photo-frame {
    height: 500px;
  }

  .quality-stamp {
    right: -32px;
    width: 100px;
    height: 100px;
  }

  .process-step {
    padding: 34px 20px;
  }

  .showcase {
    min-height: 650px;
    padding: 30px;
  }

  .showcase-products img {
    width: 230px;
  }

  .showcase-products img:first-child {
    left: 0;
  }

  .contact {
    padding-inline: 0;
  }

  .contact-shell {
    width: 100%;
    padding: 54px 20px;
  }

  .quote-form {
    padding: 28px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .floating-wa small {
    display: none;
  }

  .floating-wa {
    padding-right: 8px;
  }

  .product-dialog[open] {
    grid-template-columns: 1fr;
  }

  .dialog-image {
    min-height: 280px;
  }

  .dialog-copy {
    padding: 40px 24px 30px;
  }

  .dialog-copy h2 {
    font-size: 36px;
  }
}

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