:root {
  --ink: #241711;
  --muted: #6f6258;
  --paper: #fffaf3;
  --panel: #fff4e3;
  --maple: #9b3f16;
  --maple-dark: #5c240f;
  --gold: #d9912d;
  --pine: #24493d;
  --line: rgba(36, 23, 17, 0.14);
  --shadow: 0 18px 45px rgba(55, 31, 17, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fff;
  background: linear-gradient(to bottom, rgba(20, 12, 7, 0.78), rgba(20, 12, 7, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

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

.site-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

.nav-cta {
  background: #fff;
  color: var(--maple-dark);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(28, 16, 8, 0.86) 0%, rgba(28, 16, 8, 0.58) 42%, rgba(28, 16, 8, 0.1) 74%),
    linear-gradient(0deg, rgba(36, 23, 17, 0.32), rgba(36, 23, 17, 0));
}

.hero-content {
  position: relative;
  width: min(720px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 96px);
  padding-top: 80px;
  color: #fff;
}

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

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

h1 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.9rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.hero-copy {
  max-width: 580px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.16rem;
}

.hero-actions,
.section,
.product-grid,
.showcase,
.distributor,
.contact,
.site-footer {
  width: min(1160px, calc(100% - 36px));
  margin-inline: auto;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: #fff;
  background: var(--maple);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--maple-dark);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
}

.section {
  padding: 84px 0 42px;
}

.intro,
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.intro > p,
.split p,
.contact p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.distributor {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  padding: 58px clamp(18px, 5vw, 60px);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--maple-dark), var(--pine));
}

.distributor p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

.distributor .eyebrow {
  color: #f6ba61;
}

.distributor-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.distributor-card ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 24px;
  padding-left: 20px;
}

.distributor-card li {
  color: rgba(255, 255, 255, 0.84);
}

.showcase {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  padding: 42px 0 58px;
}

.showcase-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.showcase img {
  width: 100%;
  max-height: 620px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--maple);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.product-card,
.steps article,
.info-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.product-card {
  min-height: 250px;
  padding: 26px;
}

.product-card.featured {
  background: var(--pine);
  color: #fff;
}

.product-card p {
  color: var(--muted);
}

.product-card.featured p {
  color: rgba(255, 255, 255, 0.78);
}

.product-size {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--maple);
  font-weight: 800;
}

.featured .product-size {
  color: var(--gold);
}

.product-card strong {
  display: block;
  margin-top: 26px;
  font-size: 1.8rem;
}

.process {
  padding-bottom: 84px;
}

.section-heading {
  max-width: 760px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.steps article {
  padding: 24px;
}

.steps span {
  display: block;
  margin-bottom: 40px;
  color: var(--maple);
  font-weight: 800;
}

.steps p {
  color: var(--muted);
}

.process-photos {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
  margin-top: 26px;
}

.process-photos img {
  width: 100%;
  height: 420px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.process-photos img:first-child {
  object-position: center top;
}

.split {
  padding-top: 54px;
  padding-bottom: 84px;
  border-top: 1px solid var(--line);
}

.info-panel {
  padding: 26px;
  background: var(--panel);
}

dl {
  margin: 0;
}

.info-panel div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.info-panel div:last-child {
  border-bottom: 0;
}

dt {
  font-weight: 800;
}

dd {
  margin: 0;
  color: var(--muted);
}

.contact {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 820px;
  padding: 76px clamp(18px, 5vw, 60px);
  border-radius: 8px;
  color: #fff;
  background: var(--pine);
}

.contact .eyebrow {
  color: #f6ba61;
}

.contact p {
  color: rgba(255, 255, 255, 0.74);
  margin-top: 18px;
}

.contact-lines {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.contact-lines a {
  color: #fff;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.button.outline {
  color: var(--maple-dark);
  border-color: var(--line);
  background: #fffaf5;
}

.button.outline:hover,
.button.outline:focus-visible {
  border-color: var(--maple);
  background: var(--panel);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 34px 0;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 820px) {
  .site-header {
    background: rgba(26, 15, 8, 0.9);
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 74px;
    right: 18px;
    display: none;
    width: min(260px, calc(100vw - 36px));
    padding: 12px;
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    border-radius: 6px;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: var(--panel);
  }

  .nav-cta {
    color: #fff;
    background: var(--maple);
  }

  .hero {
    min-height: 88vh;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(28, 16, 8, 0.9), rgba(28, 16, 8, 0.52));
  }

  .intro,
  .split,
  .showcase,
  .distributor,
  .contact {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .steps,
  .process-photos {
    grid-template-columns: 1fr;
  }

  .process-photos img {
    height: 330px;
  }

  .product-card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .hero-content {
    width: calc(100% - 32px);
    margin-inline: 16px;
  }

  h1 {
    font-size: 3.15rem;
  }

  .hero-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .info-panel div,
  .site-footer {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .contact {
    width: 100%;
    border-radius: 0;
  }

  .distributor {
    width: 100%;
    border-radius: 0;
  }
}
