:root {
  --ink: #2d1810;
  --muted: #765f54;
  --paper: #fffaf1;
  --rice: #fff4dd;
  --miso: #c9472b;
  --miso-dark: #9f2d1d;
  --nori: #17352b;
  --matcha: #6f8d49;
  --gold: #d99c36;
  --line: rgba(45, 24, 16, 0.14);
  --shadow: 0 24px 70px rgba(91, 45, 27, 0.16);
  --radius-xl: 32px;
  --radius-lg: 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(201, 71, 43, 0.16), transparent 34rem),
    radial-gradient(circle at 90% 12%, rgba(217, 156, 54, 0.16), transparent 26rem),
    linear-gradient(180deg, var(--paper), #fff 46%, #fff7e8);
  line-height: 1.55;
}

a { color: inherit; }
img { max-width: 100%; }


.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  backdrop-filter: blur(18px);
  background: rgba(255, 250, 241, 0.84);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50% 50% 46% 46%;
  color: #fff;
  background: var(--miso);
  font-weight: 900;
  font-size: 1.45rem;
  box-shadow: 0 12px 28px rgba(201, 71, 43, 0.28);
}

.brand strong,
.brand small { display: block; }
.brand small { color: var(--muted); font-size: 0.78rem; }

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.7rem, 2vw, 1.5rem);
  font-size: 0.94rem;
}

nav a {
  text-decoration: none;
  color: var(--muted);
  transition: color 160ms ease;
}
nav a:hover,
nav a:focus { color: var(--miso-dark); }
.nav-cta {
  padding: 0.65rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.top-banner {
  display: block;
  width: 100%;
  height: auto;
}

.section-pad { padding: clamp(4rem, 9vw, 8rem) clamp(1rem, 5vw, 5rem); }

.hero {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--miso-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1, h2, h3 { line-height: 1.02; text-wrap: pretty; }
h1 {
  max-width: 11ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 8vw, 7rem);
  letter-spacing: -0.065em;
  overflow-wrap: break-word;
}
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 5vw, 5.4rem);
  letter-spacing: -0.052em;
}
h3 { margin: 0; font-size: clamp(1.35rem, 2vw, 1.8rem); }

.hero-lede {
  max-width: 36rem;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }
.button,
.signup button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover,
.signup button:hover { transform: translateY(-2px); }
.primary,
.signup button {
  color: #fff;
  background: var(--miso);
  box-shadow: 0 16px 32px rgba(201, 71, 43, 0.25);
}
.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255,255,255,0.72);
}


.intro-strip {
  margin: 0 clamp(1rem, 5vw, 5rem);
  padding: clamp(1.3rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: 0.8fr 1.5fr 1fr;
  gap: 1.5rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}
.intro-strip p { margin: 0; color: var(--miso-dark); font-weight: 900; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem; }
.intro-strip h2 { font-size: clamp(1.7rem, 3vw, 3rem); }
.intro-strip span { color: var(--muted); }

.section-heading { max-width: 760px; margin-bottom: 2rem; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; }
.compact { margin-bottom: 1.2rem; }

.product-showcase {
  position: relative;
  margin: 0 0 1.25rem;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--nori);
  box-shadow: var(--shadow);
}
.product-showcase img {
  display: block;
  width: 100%;
  height: auto;
}
.product-showcase figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 250, 241, 0.28);
  border-radius: 999px;
  color: #fffaf1;
  background: rgba(23, 53, 43, 0.72);
  backdrop-filter: blur(10px);
}
.product-showcase figcaption strong,
.product-showcase figcaption span { display: block; }
.product-showcase figcaption span { color: rgba(255, 250, 241, 0.78); font-size: 0.9rem; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.product-card,
.craft-card,
.story-panel,
.signup {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(91, 45, 27, 0.10);
}
.product-card {
  min-height: 330px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card p { color: var(--muted); }
.product-card a { margin-top: auto; color: var(--miso-dark); font-weight: 800; text-decoration: none; }
.product-accent {
  width: 66px;
  height: 66px;
  margin-bottom: 2rem;
  border-radius: 50% 50% 48% 30%;
  display: block;
}
.product-accent.red { background: #c9472b; }
.product-accent.green { background: #6f8d49; }
.product-accent.gold { background: #d99c36; }
.product-accent.smoke { background: #57362c; }
.product-accent.herb { background: #8a7f42; }
.product-accent.mushroom { background: #8b6f5c; }
.product-accent.ginger { background: #d06f2f; }
.product-accent.edamame { background: #4f9a62; }
.diet {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-left: 0.25rem;
  padding: 0.16rem 0.42rem;
  border-radius: 999px;
  color: var(--nori);
  background: rgba(111, 141, 73, 0.18);
  font-size: 0.72rem;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 1rem;
}
.story-panel { padding: clamp(1.5rem, 4vw, 3rem); background: var(--nori); color: #fffaf1; }
.story-panel .eyebrow { color: #f0b75e; }
.story-panel p:not(.eyebrow) { max-width: 58rem; color: rgba(255,250,241,0.78); font-size: 1.2rem; }
.story-panel .primary { background: #fffaf1; color: var(--nori); box-shadow: none; }
.craft-card { padding: clamp(1.5rem, 3vw, 2.5rem); align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; }
.craft-card p:not(.eyebrow) { color: var(--muted); }

.cook {
  padding-top: 0;
}
.cook-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: steps;
}
.cook-steps li {
  counter-increment: steps;
  position: relative;
  min-height: 190px;
  padding: 1.4rem;
  border-radius: var(--radius-lg);
  border: 1px dashed rgba(201,71,43,0.35);
  background: var(--rice);
}
.cook-steps li::before {
  content: counter(steps, decimal-leading-zero);
  display: block;
  margin-bottom: 1.5rem;
  color: var(--miso-dark);
  font-weight: 900;
  letter-spacing: -0.04em;
  font-size: 2.6rem;
}
.cook-steps strong,
.cook-steps span { display: block; }
.cook-steps strong { font-size: 1.3rem; }
.cook-steps span { color: var(--muted); margin-top: 0.35rem; }

.community {
  margin: 0 clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 5rem);
  padding: clamp(2rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 2rem;
  border-radius: var(--radius-xl);
  color: #fffaf1;
  background:
    radial-gradient(circle at 12% 10%, rgba(240,183,94,0.28), transparent 24rem),
    linear-gradient(135deg, #9f2d1d, #17352b);
}
.community h2 { max-width: 10ch; }
.community p:not(.eyebrow) { color: rgba(255,250,241,0.78); max-width: 39rem; }
.community .eyebrow { color: #f0b75e; }
.signup { padding: 1.1rem; background: rgba(255,255,255,0.94); color: var(--ink); align-self: end; }
.signup label { display: block; font-weight: 900; margin-bottom: 0.65rem; }
.signup-row { display: flex; gap: 0.55rem; }
.signup input {
  min-width: 0;
  flex: 1;
  min-height: 50px;
  padding: 0 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font: inherit;
}
.signup small { display: block; margin-top: 0.75rem; color: var(--muted); }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem clamp(1rem, 5vw, 5rem);
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.site-footer a { text-decoration: none; font-weight: 800; color: var(--miso-dark); }

:focus-visible { outline: 3px solid rgba(201, 71, 43, 0.45); outline-offset: 3px; }

@media (max-width: 980px) {
  .site-header { align-items: flex-start; }
  nav { display: none; }
  .story,
  .community { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intro-strip { grid-template-columns: 1fr; }
  .cook-steps { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .section-pad { padding-inline: 1rem; }
  h1 {
    max-width: 12ch;
    font-size: clamp(3rem, 14vw, 4.2rem);
    letter-spacing: -0.055em;
  }
  .hero { gap: 1.4rem; padding-top: 2.5rem; }
  .product-showcase figcaption {
    position: static;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    background: var(--nori);
  }
  .product-grid { grid-template-columns: 1fr; }
  .signup-row { flex-direction: column; }
  .site-footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
}
