:root {
  --cream: #fff5df;
  --cream-2: #fffaf0;
  --sand: #f1d19a;
  --gold: #c98035;
  --orange: #df6d2e;
  --orange-dark: #9d3f20;
  --brown: #432414;
  --brown-2: #5d351f;
  --olive: #667632;
  --muted: #76543b;
  --line: rgba(157, 63, 32, .16);
  --shadow: 0 24px 70px rgba(77, 42, 25, .15);
  --soft-shadow: 0 16px 48px rgba(77, 42, 25, .10);
  --radius-xl: 42px;
  --radius-lg: 30px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--brown);
  background: var(--cream);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--brown);
  color: #fffaf0;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(255, 245, 223, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 44px; height: 44px; border-radius: 14px; box-shadow: 0 8px 22px rgba(77, 42, 25, .12); }
.brand span { display: grid; gap: 1px; }
.brand strong { color: var(--orange-dark); font-size: 18px; font-weight: 950; letter-spacing: .06em; line-height: 1; text-transform: uppercase; }
.brand small { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .03em; }
nav { display: flex; align-items: center; gap: clamp(10px, 2.4vw, 28px); color: var(--brown); font-weight: 850; font-size: 14px; }
nav a { min-height: 44px; display: inline-flex; align-items: center; border-radius: 999px; white-space: nowrap; }
nav a:hover { color: var(--orange); }
.nav-button { padding: 0 18px; background: var(--brown); color: var(--cream-2); }
.nav-button:hover { color: var(--cream-2); background: var(--orange-dark); }

.section-pattern {
  background-color: var(--cream);
  background-image: linear-gradient(110deg, rgba(255,245,223,.96), rgba(255,245,223,.80)), url('/assets/pattern.jpg');
  background-size: auto, 460px;
  background-position: center;
}
.hero {
  min-height: calc(100svh - 73px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, .98fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 72px);
  overflow: hidden;
}
.hero-copy { max-width: 850px; }
.eyebrow { margin: 0 0 14px; color: var(--olive); font-size: 13px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--brown); letter-spacing: -.045em; text-wrap: pretty; }
h1 { max-width: 860px; font-size: clamp(45px, 7.4vw, 88px); line-height: .95; }
h2 { font-size: clamp(34px, 5vw, 62px); line-height: .99; }
h3 { font-size: clamp(25px, 2.4vw, 32px); line-height: 1.05; }
p { color: var(--muted); font-size: 17px; }
.lede { max-width: 720px; margin: 24px 0 0; font-size: clamp(18px, 2.1vw, 24px); color: #68452d; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.actions.stacked { justify-content: flex-end; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(77, 42, 25, .12);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(77, 42, 25, .18); }
.button:focus-visible, nav a:focus-visible, .brand:focus-visible { outline: 3px solid rgba(102, 118, 50, .45); outline-offset: 4px; }
.button.primary { background: var(--orange); color: #fffaf0; }
.button.primary:hover { background: #c95a22; }
.button.secondary { background: rgba(255,250,240,.88); color: var(--orange-dark); border: 1px solid rgba(157,63,32,.22); }
.button.full { width: 100%; margin-top: 24px; }
.note { margin-top: 18px; color: #8b694b; font-size: 13px; }
.hero-art { margin: 0; }
.hero-art img { width: min(610px, 100%); filter: drop-shadow(0 28px 42px rgba(77,42,25,.12)); }

.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(157,63,32,.16); border-block: 1px solid var(--line); }
.proof-strip div { padding: 25px clamp(18px, 5vw, 72px); background: #fff8ea; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { font-size: 18px; color: var(--brown); }
.proof-strip span { color: var(--muted); margin-top: 4px; }

.section { padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 72px); }
.section-head { max-width: 850px; margin-bottom: 34px; }
.section-head p:not(.eyebrow) { font-size: 20px; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.product-card { overflow: hidden; border-radius: var(--radius-xl); background: #fff8ea; border: 1px solid rgba(157,63,32,.14); box-shadow: var(--soft-shadow); }
.product-card > img { width: 100%; aspect-ratio: 1.36 / 1; object-fit: cover; background: #fff5df; }
.product-card > div { padding: clamp(24px, 3vw, 32px); }
.kicker { margin: 0 0 9px; color: var(--olive); font-size: 13px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.product-card p:not(.kicker) { margin: 16px 0 0; }
.product-card ul { margin: 22px 0 0; padding-left: 20px; color: var(--brown-2); font-weight: 780; }
.product-card li + li { margin-top: 8px; }

.buyer-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, 430px); gap: clamp(30px, 5vw, 70px); align-items: center; padding: clamp(68px, 8vw, 112px) clamp(18px, 5vw, 72px); }
.buyer-copy { max-width: 780px; }
.buyer-copy > p:not(.eyebrow) { font-size: 20px; }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 13px; color: var(--brown); font-weight: 850; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #fff; background: var(--olive); border-radius: 50%; width: 23px; height: 23px; display: grid; place-items: center; font-size: 14px; }
.buyer-card { padding: 30px; border-radius: var(--radius-xl); background: rgba(255,250,240,.92); box-shadow: var(--shadow); border: 1px solid rgba(157,63,32,.14); }
dl { margin: 22px 0 0; display: grid; gap: 8px; }
dl div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid rgba(157,63,32,.14); }
dt { color: var(--muted); } dd { margin: 0; color: var(--brown); font-weight: 950; text-align: right; }

.story-grid { display: grid; grid-template-columns: .82fr 1fr; gap: clamp(26px, 5vw, 72px); align-items: start; margin-bottom: 32px; }
.story-copy { display: grid; gap: 14px; }
.story-copy p { margin: 0; font-size: 20px; }
.asset-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.asset-row article { padding: 22px; border-radius: var(--radius-xl); background: #fff8ea; border: 1px solid rgba(157,63,32,.14); box-shadow: var(--soft-shadow); }
.asset-row img { width: 100%; height: 310px; object-fit: cover; border-radius: 26px; background: #fff5df; }
.asset-row article:first-child img { object-fit: contain; padding: 40px; background: #fff; }
.asset-row h3 { margin-top: 20px; }
.asset-row p { margin-bottom: 0; }

.cta { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin: clamp(18px, 5vw, 72px); padding: clamp(34px, 6vw, 72px); border-radius: 44px; box-shadow: var(--shadow); border: 1px solid rgba(157,63,32,.12); }
.cta h2 { max-width: 790px; }
.cta p:not(.eyebrow) { max-width: 730px; }
.site-footer { display: flex; justify-content: space-between; gap: 18px; padding: 24px clamp(18px, 5vw, 72px); color: #8b694b; border-top: 1px solid rgba(157,63,32,.14); }

@media (max-width: 980px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 12px; }
  nav { width: 100%; justify-content: space-between; overflow-x: auto; padding-bottom: 2px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 28px; }
  .hero-art { order: -1; }
  .hero-art img { width: min(540px, 100%); margin: 0 auto; }
  .proof-strip, .product-grid, .buyer-section, .story-grid, .asset-row { grid-template-columns: 1fr; }
  .cta { flex-direction: column; align-items: stretch; margin-inline: 18px; }
  .actions.stacked { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 15px; }
  .brand small { display: none; }
  nav { font-size: 13px; gap: 9px; }
  .nav-button { padding-inline: 14px; }
  h1 { font-size: 40px; }
  h2 { font-size: 32px; }
  .hero { padding-inline: 15px; gap: 22px; }
  .section, .buyer-section { padding-inline: 15px; }
  .button { width: 100%; }
  .product-card, .buyer-card, .asset-row article { border-radius: 28px; }
  .product-card > div, .buyer-card { padding: 24px; }
  .product-card > img { aspect-ratio: 1 / .78; }
  dl div { flex-direction: column; gap: 3px; }
  dd { text-align: left; }
  .asset-row img { height: auto; max-height: none; }
  .asset-row article:first-child img { padding: 24px; }
  .site-footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .button:hover { transform: none; }
}
