:root {
  --cream: #fff7e8;
  --paper: #fffdf8;
  --ink: #22251c;
  --muted: #6d715f;
  --line: #e5d8bd;
  --leaf: #397b42;
  --leaf-dark: #173b24;
  --orange: #f47a1f;
  --orange-dark: #b94812;
  --lemon: #ffd24a;
  --grapefruit: #e85f58;
  --sky: #d8edf3;
  --blue: #315f72;
  --shadow: 0 24px 70px rgba(56, 49, 32, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 210, 74, 0.22), transparent 28rem),
    linear-gradient(180deg, #fff9ee 0%, #f6f0df 58%, #fffdf8 100%);
  color: var(--ink);
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(229, 216, 189, 0.78);
  background: rgba(255, 248, 235, 0.88);
  backdrop-filter: blur(18px);
}

.brand,
.header-actions,
.nav-links,
.hero-actions,
.contact-methods {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 64% 30%, var(--lemon) 0 10%, transparent 11%),
    linear-gradient(135deg, var(--leaf-dark), #245b31);
  color: var(--lemon);
  font-weight: 950;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
}

.nav-links {
  gap: clamp(14px, 2vw, 28px);
  color: #525642;
  font-size: 0.92rem;
  font-weight: 750;
}

.nav-links a,
.contact-methods a,
.primary-link,
.secondary-link,
.call-button,
.product-card a {
  text-decoration: none;
}

.header-actions {
  gap: 8px;
}

.lang-toggle,
.call-button,
.primary-link,
.secondary-link,
.quote-form button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  font-weight: 850;
}

.lang-toggle {
  width: 42px;
  background: #eae0cd;
  color: #645d4a;
}

.lang-toggle.active {
  background: var(--leaf-dark);
  color: white;
}

.call-button {
  display: grid;
  place-items: center;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: white;
  box-shadow: 0 12px 22px rgba(244, 122, 31, 0.24);
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: calc(100svh - 132px);
  overflow: hidden;
  padding: clamp(92px, 11vw, 150px) clamp(18px, 4vw, 56px) clamp(42px, 7vw, 82px);
  isolation: isolate;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 820px;
  color: white;
}

.hero-bg,
.hero-wash {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.hero-wash {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(15, 39, 23, 0.86) 0%, rgba(15, 39, 23, 0.62) 41%, rgba(15, 39, 23, 0.16) 100%),
    linear-gradient(0deg, rgba(15, 39, 23, 0.58) 0%, rgba(15, 39, 23, 0.04) 55%);
}

.citrus-spark {
  position: absolute;
  z-index: 1;
  width: 54px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 32%, rgba(255, 255, 255, 0.8) 0 8%, transparent 9%),
    radial-gradient(circle at center, #ff9a28 0 56%, #c84e16 58% 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  opacity: 0.82;
  animation: citrusFloat 8s ease-in-out infinite;
}

.spark-one {
  right: 9vw;
  top: 18vh;
}

.spark-two {
  right: 23vw;
  bottom: 15vh;
  width: 34px;
  animation-delay: -2.5s;
}

.spark-three {
  left: 47vw;
  top: 19vh;
  width: 24px;
  animation-delay: -5s;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--leaf);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--lemon);
}

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

h1 {
  margin-bottom: 18px;
  max-width: 11ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 8vw, 8.2rem);
  line-height: 0.92;
  font-weight: 800;
  text-wrap: balance;
}

h2 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.hero-lede,
.section-intro p,
.split-section p,
.quality-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

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

.primary-link,
.secondary-link {
  display: grid;
  place-items: center;
  padding: 0 22px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-link {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: white;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.24);
}

.secondary-link {
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.15);
  color: white;
  backdrop-filter: blur(14px);
}

.primary-link:hover,
.secondary-link:hover,
.call-button:hover,
.product-card a:hover {
  transform: translateY(-2px);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(28px, 5vw, 54px);
}

.hero-stats span {
  display: grid;
  gap: 4px;
  min-width: 138px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.hero-stats strong {
  color: var(--lemon);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1;
}

.hero-stats small {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: clamp(18px, 4vw, 42px) clamp(18px, 4vw, 56px) 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: 0 18px 45px rgba(56, 49, 32, 0.1);
}

.trust-strip article {
  display: grid;
  gap: 8px;
  padding: clamp(18px, 3vw, 28px);
  background: var(--paper);
}

.trust-strip strong,
.checklist-panel li,
.audience-list span {
  color: var(--leaf-dark);
}

.trust-strip span {
  color: var(--muted);
  line-height: 1.45;
}

.section-block,
.split-section,
.quality-band,
.contact-section,
.grove-story {
  padding: clamp(64px, 9vw, 118px) clamp(18px, 4vw, 56px);
}

.section-intro {
  max-width: 760px;
  margin-bottom: 30px;
}

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

.product-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: space-between;
  min-height: 270px;
  padding: 24px;
  border: 1px solid rgba(34, 37, 28, 0.08);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 14px 36px rgba(56, 49, 32, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 130px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(244, 122, 31, 0.14);
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(56, 49, 32, 0.16);
}

.product-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 42px;
  border-radius: 50%;
  color: white;
  font-weight: 950;
}

.product-card p {
  color: #4f533f;
  line-height: 1.55;
}

.product-card a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 40px;
  margin-top: 22px;
  padding: 0 15px;
  border-radius: 999px;
  background: #f3ead7;
  color: var(--leaf-dark);
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease;
}

.product-card.orange {
  border-top: 7px solid var(--orange);
}

.product-card.orange span {
  background: var(--orange);
}

.product-card.lemon {
  border-top: 7px solid var(--lemon);
}

.product-card.lemon span {
  background: #b78d0e;
}

.product-card.grapefruit {
  border-top: 7px solid var(--grapefruit);
}

.product-card.grapefruit span {
  background: var(--grapefruit);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 210, 74, 0.18), transparent 20rem),
    linear-gradient(135deg, var(--leaf-dark), #1f5a33);
  color: white;
}

.split-section .eyebrow,
.quality-band .eyebrow {
  color: var(--lemon);
}

.split-section p {
  color: rgba(255, 255, 255, 0.76);
}

.checklist-panel {
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.checklist-panel ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist-panel li {
  position: relative;
  padding-left: 30px;
  color: white;
  line-height: 1.5;
}

.checklist-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--lemon);
}

.grove-story {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
  background: linear-gradient(180deg, #fffdf8, #eef7ed);
}

.grove-image {
  position: relative;
}

.grove-image::before {
  content: "";
  position: absolute;
  inset: 18px -16px -18px 16px;
  border-radius: var(--radius);
  background: var(--orange);
}

.grove-image img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.grove-copy {
  max-width: 760px;
}

.flow-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.flow-line span {
  display: grid;
  min-height: 82px;
  place-items: center;
  padding: 16px;
  background: var(--paper);
  color: var(--leaf-dark);
  font-weight: 900;
  text-align: center;
}

.quality-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(49, 95, 114, 0.1), transparent 44%),
    #e4ece7;
}

.quality-copy {
  max-width: 850px;
}

.metrics {
  display: grid;
  gap: 12px;
}

.metrics article {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(66, 107, 59, 0.24);
}

.metrics strong {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--leaf-dark);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.metrics span {
  color: var(--muted);
  font-weight: 800;
}

.audience-section {
  padding-top: clamp(54px, 8vw, 86px);
}

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

.audience-list span {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-weight: 820;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.audience-list span:hover {
  transform: translateY(-2px);
  background: var(--leaf-dark);
  color: white;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  background:
    radial-gradient(circle at 88% 8%, rgba(244, 122, 31, 0.18), transparent 22rem),
    #fbf8ef;
}

.contact-copy {
  position: sticky;
  top: 110px;
}

.contact-methods {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.contact-methods a {
  display: grid;
  place-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--leaf-dark);
  color: white;
  font-weight: 850;
}

.contact-methods a + a {
  background: var(--orange);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: #545846;
  font-size: 0.86rem;
  font-weight: 850;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid #d5cbb8;
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  outline: 0;
}

.quote-form input {
  min-height: 46px;
  padding: 0 13px;
}

.quote-form textarea {
  resize: vertical;
  padding: 12px 13px;
}

.quote-form input:focus,
.quote-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(232, 121, 34, 0.14);
}

.full-field,
.quote-form button {
  grid-column: 1 / -1;
}

.quote-form button {
  min-height: 50px;
  background: linear-gradient(135deg, var(--leaf-dark), #276d38);
  color: white;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.quote-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(23, 59, 36, 0.2);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

.policy-page {
  width: min(780px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0 76px;
}

.policy-page a {
  color: var(--leaf);
  font-weight: 850;
}

.policy-page h1 {
  margin: 28px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 7vw, 5rem);
  line-height: 0.96;
}

.policy-page h2 {
  margin-top: 30px;
  font-size: 1.25rem;
}

.policy-page p {
  color: var(--muted);
  line-height: 1.7;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@keyframes citrusFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(0, -18px, 0) rotate(10deg);
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero,
  .split-section,
  .quality-band,
  .contact-section,
  .grove-story {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 10ch;
  }

  .contact-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .header-actions {
    width: 100%;
  }

  .call-button {
    flex: 1;
  }

  .hero {
    min-height: auto;
    padding-top: 86px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 15vw, 4.8rem);
  }

  .trust-strip,
  .product-grid,
  .flow-line {
    grid-template-columns: 1fr;
  }

  .quote-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 480px) {
  .brand small {
    display: none;
  }

  .hero-stats {
    display: grid;
  }

  .citrus-spark {
    opacity: 0.45;
  }

  .product-card {
    min-height: 230px;
  }

  .product-card span {
    margin-bottom: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
