:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f6f1e8;
  color: #2d2a24;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #2d2a24;
  --muted: #676052;
  --linen: #f6f1e8;
  --paper: #fffaf2;
  --earth: #78664e;
  --earth-dark: #4a3f32;
  --sage: #a4a18a;
  --border: rgba(74, 63, 50, 0.18);
  --shadow: 0 24px 70px rgba(57, 48, 37, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top left, rgba(164, 161, 138, 0.28), transparent 38rem),
    linear-gradient(180deg, #f8f3eb 0%, #efe6d9 100%);
}

a {
  color: inherit;
}

main {
  overflow: hidden;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 1rem 0;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--earth-dark);
  color: var(--paper);
  font-family: Georgia, serif;
  font-size: 1.35rem;
}

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

.brand strong {
  letter-spacing: 0.02em;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 0.15rem;
}

.nav-links {
  display: flex;
  gap: 1.2rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--ink);
}

.section-pad {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 5.5rem 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.82fr);
  gap: 4rem;
  align-items: center;
  min-height: calc(100vh - 76px);
  padding-top: 3rem;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--earth);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.02;
}

h1 {
  max-width: 850px;
  margin-bottom: 1.35rem;
  font-size: clamp(3rem, 8vw, 6.6rem);
  letter-spacing: -0.07em;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  letter-spacing: -0.05em;
}

h3 {
  margin-bottom: 0.7rem;
  font-size: 1.1rem;
}

p {
  color: var(--muted);
  line-height: 1.68;
}

.subheadline {
  max-width: 710px;
  color: #4b463d;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
}

.support-line {
  display: inline-flex;
  margin: 0.4rem 0 1.8rem;
  padding: 0.72rem 1rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.74);
  color: var(--earth-dark);
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 50px;
  padding: 0.92rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--earth-dark);
  color: var(--paper);
}

.button-primary:hover {
  background: #352d24;
}

.button-secondary {
  border-color: var(--border);
  background: rgba(255, 250, 242, 0.72);
  color: var(--earth-dark);
}

.button-secondary:hover {
  border-color: rgba(74, 63, 50, 0.34);
  background: #fffaf2;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: 2rem;
  border: 1px solid var(--border);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.88), rgba(220, 207, 188, 0.62)),
    repeating-linear-gradient(90deg, rgba(74, 63, 50, 0.04) 0 1px, transparent 1px 18px);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-visual::before {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(74, 63, 50, 0.11);
  border-radius: 34px;
  content: '';
}

.hero-product-image {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 430px);
  max-height: 440px;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(57, 48, 37, 0.18));
}

.section-heading {
  max-width: 830px;
  margin-bottom: 2.4rem;
}

.section-heading.narrow {
  max-width: 690px;
  margin-inline: auto;
  text-align: center;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.buyer-card,
.action-panel,
.price-card,
details {
  border: 1px solid var(--border);
  background: rgba(255, 250, 242, 0.76);
  box-shadow: 0 12px 42px rgba(57, 48, 37, 0.07);
}

.buyer-card {
  min-height: 220px;
  padding: 1.35rem;
  border-radius: 24px;
}

.section-note {
  max-width: 920px;
  margin: 2rem 0 0;
  padding-left: 1rem;
  border-left: 3px solid var(--sage);
  color: var(--earth-dark);
  font-size: 1.06rem;
}

.product-section {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100vw - 1180px) / 2));
  background: rgba(255, 250, 242, 0.52);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 3rem;
  align-items: start;
}

.price-card {
  padding: 1rem;
  border-radius: 26px;
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

th,
td {
  padding: 1rem;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--earth-dark);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

td:nth-child(3),
td:nth-child(4) {
  color: var(--ink);
  font-weight: 800;
}

.price-card p {
  margin: 1rem 1rem 0.25rem;
  font-size: 0.92rem;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.reason-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.05rem;
  border-bottom: 1px solid var(--border);
  color: var(--earth-dark);
  font-weight: 650;
}

.check-icon {
  flex: 0 0 auto;
  color: var(--earth);
  font-weight: 900;
}

.statement {
  max-width: 920px;
  margin: 2rem auto 0;
  color: var(--earth-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.35;
  text-align: center;
}

.pack-samples {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.action-panel {
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border-radius: 30px;
}

.panel-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--earth);
  font-weight: 800;
}

.action-panel ul {
  display: grid;
  gap: 0.5rem;
  margin: 1.2rem 0 1.6rem;
  padding: 0;
  list-style: none;
}

.action-panel li {
  padding-left: 1rem;
  border-left: 3px solid var(--sage);
  color: var(--earth-dark);
  font-weight: 700;
}

.form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 3rem;
  align-items: start;
}

.form-intro {
  position: sticky;
  top: 110px;
}

.form-helper {
  margin-top: 1.1rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 250, 242, 0.68);
  color: var(--earth-dark);
  font-size: 0.95rem;
  font-weight: 700;
}

.contact-details {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 250, 242, 0.58);
}

.contact-details p {
  margin: 0 0 0.1rem;
  color: var(--earth-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-details a {
  color: var(--earth-dark);
  font-weight: 800;
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

.trade-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: clamp(1.2rem, 4vw, 2rem);
  border: 1px solid var(--border);
  border-radius: 30px;
  background: rgba(255, 250, 242, 0.82);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 0.42rem;
  color: var(--earth-dark);
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(74, 63, 50, 0.2);
  border-radius: 15px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
  padding: 0.9rem 0.95rem;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(164, 161, 138, 0.36);
  border-color: rgba(74, 63, 50, 0.42);
}

textarea {
  resize: vertical;
}

.full-width {
  grid-column: 1 / -1;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

details {
  border-radius: 20px;
  padding: 1.1rem 1.2rem;
}

summary {
  color: var(--earth-dark);
  cursor: pointer;
  font-weight: 800;
}

details p {
  margin: 0.85rem 0 0;
}

.final-cta {
  width: min(980px, calc(100% - 32px));
  margin-bottom: 4rem;
  padding: clamp(2rem, 6vw, 4rem);
  border: 1px solid var(--border);
  border-radius: 36px;
  background: var(--earth-dark);
  text-align: center;
}

.final-cta h2,
.final-cta p,
.final-cta .eyebrow {
  color: var(--paper);
}

.final-cta p {
  max-width: 700px;
  margin-inline: auto;
  opacity: 0.82;
}

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

.final-cta .button-primary {
  background: var(--paper);
  color: var(--earth-dark);
}

.final-cta .button-secondary {
  border-color: rgba(255, 250, 242, 0.38);
  background: transparent;
  color: var(--paper);
}

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

  .hero,
  .split,
  .form-section {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 2rem;
    min-height: auto;
  }

  .hero-visual {
    min-height: 400px;
  }

  .card-grid,
  .reason-grid,
  .faq-list {
    grid-template-columns: 1fr 1fr;
  }

  .form-intro {
    position: static;
  }
}

@media (max-width: 680px) {
  .section-pad {
    padding: 3.7rem 0;
  }

  .brand small {
    display: none;
  }

  .support-line {
    align-items: center;
    border-radius: 18px;
  }

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

  .card-grid,
  .reason-grid,
  .pack-samples,
  .trade-form,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 320px;
    border-radius: 26px;
  }

  .hero-product-image {
    max-height: 280px;
  }

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

  .section-heading.narrow {
    text-align: left;
  }

  .statement {
    text-align: left;
  }
}
