:root {
  --forest: #173b2d;
  --deep: #0f2b20;
  --leaf: #587449;
  --sage: #bdcaaa;
  --cream: #f7f0df;
  --paper: #fffaf0;
  --gold: #edb94f;
  --clay: #bf6847;
  --ink: #17241d;
  --muted: #526158;
  --line: rgba(23, 59, 45, .17);
}

* { 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.55;
}
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--paper); color: var(--deep); padding: 12px 18px; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 5; border-bottom: 1px solid var(--line); background: rgba(255, 250, 240, .88); backdrop-filter: blur(15px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--forest); text-decoration: none; font-size: 18px; font-weight: 850; letter-spacing: -.04em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50% 50% 45% 55%; background: var(--forest); transform: rotate(-8deg); }
.brand-mark span { width: 11px; height: 18px; border-radius: 100% 0 100% 0; background: var(--gold); transform: rotate(30deg); }
nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 750; }
nav a { text-decoration: none; }
nav a:not(.nav-contact):hover { color: var(--leaf); }
.nav-contact { border: 1px solid var(--forest); border-radius: 999px; padding: 10px 17px; }

.hero { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(30px, 6vw, 90px); padding-block: 76px 90px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--leaf); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--clay); box-shadow: 0 0 0 6px rgba(191, 104, 71, .13); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; color: var(--forest); letter-spacing: -.055em; }
h1 { margin: 0; font-size: clamp(72px, 10vw, 132px); line-height: .79; }
h1 em { color: var(--clay); font-weight: 500; }
.hero-lead { max-width: 625px; margin: 33px 0 30px; color: var(--muted); font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 0 22px; text-decoration: none; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--cream); background: var(--forest); box-shadow: 0 14px 30px rgba(23, 59, 45, .2); }
.text-link { font-weight: 850; text-underline-offset: 5px; }

.hero-art { height: 520px; position: relative; overflow: hidden; border-radius: 220px 220px 34px 34px; background: linear-gradient(#f0c25f 0 43%, #d8d8a9 43%); box-shadow: 0 30px 80px rgba(23, 59, 45, .19); }
.sun { width: 160px; height: 160px; position: absolute; top: 54px; right: 56px; border-radius: 50%; background: #fff2bd; box-shadow: 0 0 60px rgba(255, 242, 189, .5); }
.land { position: absolute; left: -12%; width: 124%; border-radius: 50% 50% 0 0; }
.land-back { height: 260px; bottom: 70px; background: var(--leaf); transform: rotate(-7deg); }
.land-front { height: 225px; bottom: -75px; background: var(--forest); transform: rotate(7deg); }
.hero-art p { position: absolute; z-index: 2; left: 44px; bottom: 28px; margin: 0; color: var(--cream); font-family: Georgia, serif; font-size: 40px; line-height: .92; letter-spacing: -.05em; }
.seed { position: absolute; z-index: 3; width: 28px; height: 53px; border-radius: 100% 0 100% 0; background: var(--gold); }
.seed-one { left: 55%; bottom: 105px; transform: rotate(34deg); }
.seed-two { left: 65%; bottom: 79px; transform: rotate(102deg) scale(.7); background: var(--cream); }

.marquee { overflow: hidden; padding: 18px 0; color: var(--cream); background: var(--clay); font-family: Georgia, serif; font-size: clamp(18px, 2vw, 25px); white-space: nowrap; }
.marquee div { width: max-content; min-width: 100%; text-align: center; }
.marquee span { margin: 0 24px; color: var(--gold); }

.products-section { padding-block: 120px; }
.section-heading { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 50px; margin-bottom: 55px; }
.section-heading h2, .approach-intro h2, .story-card h2, .contact-card h2 { margin: 0; font-size: clamp(48px, 6vw, 78px); line-height: .98; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-card { border: 1px solid var(--line); border-radius: 25px; overflow: hidden; background: #fffdf8; box-shadow: 0 15px 45px rgba(23, 59, 45, .08); }
.product-image { width: 100%; aspect-ratio: 4 / 5; display: block; object-fit: cover; background: var(--sage); }
.product-content { padding: 22px; }
.product-content h3 { margin: 0 0 8px; color: var(--forest); font-family: Georgia, serif; font-size: 29px; }
.product-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 14px; }
.product-description { color: var(--muted); }
.empty-state { min-height: 330px; display: grid; place-items: center; margin: 0; padding: 40px; border: 1px dashed rgba(23, 59, 45, .35); border-radius: 30px; color: var(--forest); background: linear-gradient(135deg, rgba(189, 202, 170, .35), rgba(237, 185, 79, .13)); text-align: center; font-family: Georgia, serif; font-size: clamp(26px, 4vw, 45px); }
.empty-state span { display: block; max-width: 650px; }
.empty-state small { display: block; margin-top: 15px; color: var(--muted); font-family: Inter, sans-serif; font-size: 15px; }

.approach-section { padding-block: 115px; color: var(--cream); background: var(--forest); }
.approach-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 8vw, 120px); }
.kicker.light { color: var(--gold); }
.approach-intro h2, .contact-card h2 { color: var(--cream); }
.principles article { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 27px 0; border-top: 1px solid rgba(247, 240, 223, .2); }
.principles article:last-child { border-bottom: 1px solid rgba(247, 240, 223, .2); }
.principles article > span { color: var(--gold); font-size: 12px; font-weight: 900; }
.principles h3 { margin: -5px 0 8px; color: var(--cream); font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
.principles p { margin: 0; color: rgba(247, 240, 223, .72); }

.story-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; padding-block: 120px; }
.story-card, .contact-card { border-radius: 30px; padding: clamp(35px, 5vw, 62px); }
.story-card { border: 1px solid var(--line); background: var(--cream); }
.story-card > p:last-child { max-width: 700px; margin: 28px 0 0; color: var(--muted); font-size: 18px; }
.contact-card { color: var(--cream); background: var(--clay); }
.contact-card p:not(.kicker) { color: rgba(247, 240, 223, .8); }
.button-light { margin-top: 15px; color: var(--forest); background: var(--cream); }

footer { border-top: 1px solid var(--line); }
.footer-wrap { min-height: 130px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; color: var(--muted); font-size: 14px; }
.footer-wrap p:last-child { text-align: right; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
@media (max-width: 860px) {
  nav a:not(.nav-contact) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 60px; }
  .hero-art { height: 440px; width: min(100%, 560px); }
  .section-heading, .approach-grid, .story-section { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-wrap { grid-template-columns: 1fr; padding-block: 35px; text-align: center; }
  .footer-brand { justify-self: center; }
  .footer-wrap p { margin: 0; }
  .footer-wrap p:last-child { text-align: center; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 26px, 1180px); }
  .nav-wrap { min-height: 72px; }
  .brand { font-size: 16px; }
  .brand-mark { width: 34px; height: 34px; }
  h1 { font-size: clamp(68px, 24vw, 102px); }
  .hero { padding-block: 48px 66px; }
  .hero-art { height: 370px; }
  .sun { width: 120px; height: 120px; right: 30px; }
  .hero-art p { left: 28px; font-size: 33px; }
  .products-section, .story-section { padding-block: 80px; }
  .product-grid { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 35px; }
  .approach-section { padding-block: 80px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
