:root {
  --green: #0f5f4f;
  --deep: #19382f;
  --leaf: #55724b;
  --warm: #f7f2e8;
  --paper: #fffaf0;
  --line: #dfd4c2;
  --ink: #18231f;
  --muted: #667068;
  --orange: #f47820;
  --shadow: 0 18px 45px rgba(31, 48, 39, 0.14);
}

* {
  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;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 250, 240, 0.92);
  border-bottom: 1px solid rgba(223, 212, 194, 0.8);
  backdrop-filter: blur(16px);
}

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

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--deep);
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--green);
  background: #eef4ea;
}

.site-nav .nav-cta {
  color: white;
  background: var(--green);
}

.site-nav .nav-cta:hover {
  color: white;
  background: #0a4b3d;
}

.nav-toggle {
  display: none;
}

.hero {
  display: grid;
  min-height: calc(100vh - 75px);
  align-items: center;
  background: #fbf5ea;
}

.hero-home {
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.2fr);
  gap: 28px;
  padding-left: clamp(20px, 5vw, 86px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 48px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  color: var(--deep);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 6vw, 5.5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  margin: 0 0 10px;
  color: var(--deep);
  font-size: 1.15rem;
}

.hero-text,
.page-hero p,
.section > p,
.copy-block p {
  color: #25352f;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

.hero-image {
  width: 100%;
  height: calc(100vh - 75px);
  min-height: 640px;
  object-fit: cover;
  object-position: center;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid var(--green);
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: white;
  background: var(--green);
}

.button.secondary {
  color: var(--green);
  background: rgba(255, 255, 255, 0.72);
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green);
  font-weight: 900;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  background: #eef2e4;
}

.trust-strip div {
  min-height: 96px;
  padding: 24px;
  border-right: 1px solid rgba(85, 114, 75, 0.24);
}

.trust-strip strong {
  display: block;
  color: var(--green);
  font-size: 1.55rem;
}

.trust-strip span {
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: clamp(56px, 8vw, 110px) clamp(20px, 5vw, 86px);
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-list article,
.product-card,
.catalog-grid article,
.mini-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 8px 26px rgba(31, 48, 39, 0.08);
}

.feature-list article {
  padding: 24px;
}

.image-band {
  background: #f4eee1;
}

.image-band img {
  width: 100%;
  max-height: 780px;
  object-fit: cover;
}

.section-heading {
  grid-column: 1 / -1;
  max-width: 820px;
  margin-bottom: 10px;
}

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

.product-card {
  overflow: hidden;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-card h3,
.product-card p {
  padding-inline: 22px;
}

.product-card h3 {
  padding-top: 22px;
}

.product-card p {
  margin-bottom: 24px;
}

.story-panel,
.amazon-proof,
.gallery-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.story-panel img,
.amazon-proof img,
.gallery-showcase img,
.page-hero img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.amazon-proof {
  grid-template-columns: minmax(280px, 0.75fr) minmax(360px, 1.25fr);
  background: var(--warm);
}

.cta-panel {
  margin: 0 clamp(20px, 5vw, 86px) clamp(56px, 8vw, 110px);
  padding: clamp(38px, 6vw, 72px);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: white;
  background: linear-gradient(135deg, #123d33, #55724b);
}

.cta-panel h2,
.cta-panel .eyebrow,
.cta-panel p {
  max-width: 820px;
  color: white;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(360px, 1.18fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  padding: clamp(52px, 7vw, 98px) clamp(20px, 5vw, 86px);
  background: var(--warm);
}

.page-hero h1 {
  max-width: 13ch;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.catalog-grid article {
  overflow: hidden;
}

.catalog-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.catalog-grid h2,
.catalog-grid p,
.catalog-grid ul {
  padding-inline: 24px;
}

.catalog-grid h2 {
  padding-top: 24px;
  font-size: clamp(1.7rem, 2.5vw, 2.45rem);
}

.catalog-grid ul {
  margin: 0 0 26px 18px;
  color: var(--muted);
}

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

.process-grid article img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
}

.process-grid h3 {
  margin-top: 18px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) minmax(280px, 0.7fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: start;
}

.contact-form,
.chat-panel {
  display: grid;
  gap: 16px;
}

.contact-form {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.form-heading h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

label {
  display: grid;
  gap: 7px;
  color: var(--deep);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cfc4b3;
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fffdf8;
  font: inherit;
}

textarea {
  resize: vertical;
}

.contact-aside {
  display: grid;
  gap: 22px;
}

.contact-aside ul {
  margin: 0;
  padding-left: 22px;
}

.mini-card {
  padding: 24px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 36px clamp(20px, 5vw, 86px);
  color: white;
  background: #102d27;
}

.site-footer img {
  width: 130px;
  margin-bottom: 10px;
  filter: brightness(1.1);
}

.site-footer a {
  display: block;
  margin-top: 8px;
  color: #f5e4c8;
  text-decoration: none;
}

.chat-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
}

.chat-button {
  min-height: 52px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: var(--orange);
  box-shadow: var(--shadow);
  font-weight: 900;
  cursor: pointer;
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 66px;
  width: min(340px, calc(100vw - 32px));
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
  transform: translateY(8px);
  opacity: 0;
  pointer-events: none;
  transition: 180ms ease;
}

.chat-panel h2 {
  font-size: 1.6rem;
}

.chat-widget.is-open .chat-panel {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.hidden {
  display: none;
}

@media (max-width: 980px) {
  .hero-home,
  .page-hero,
  .split,
  .story-panel,
  .amazon-proof,
  .gallery-showcase,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-home {
    padding: 0;
  }

  .hero-copy {
    padding: 44px 20px 16px;
  }

  .hero-image {
    height: auto;
    min-height: 0;
  }

  .trust-strip,
  .product-cards,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-hero img {
    order: -1;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    padding: 12px 16px;
  }

  .brand img {
    width: 132px;
  }

  .nav-toggle {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 0 12px;
    background: white;
    color: var(--deep);
    font-weight: 900;
  }

  .site-nav {
    position: absolute;
    top: 66px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    box-shadow: var(--shadow);
  }

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

  h1 {
    font-size: clamp(2.5rem, 14vw, 4rem);
  }

  .trust-strip,
  .product-cards,
  .catalog-grid,
  .process-grid,
  .feature-list {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    min-height: auto;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(85, 114, 75, 0.24);
  }

  .cta-panel {
    margin-inline: 20px;
  }

  .site-footer {
    flex-direction: column;
  }

  .chat-widget {
    right: 16px;
    bottom: 16px;
  }
}
