:root {
  --ink: #18221c;
  --muted: #5f6861;
  --paper: #f4f1e9;
  --paper-deep: #eae5d9;
  --lime: #dfff73;
  --line: rgba(24, 34, 28, 0.18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #527000; outline-offset: 4px; }
main { overflow: hidden; }

.site-header {
  width: min(1400px, calc(100% - 80px));
  height: 108px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 12px; }

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 17px; letter-spacing: 0.15em; }
.brand small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

nav {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav a { position: relative; }
nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}
nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.hero {
  width: min(1400px, calc(100% - 80px));
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
  padding: 88px 0 92px;
}

.section-kicker {
  margin: 0 0 30px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 780px;
  margin-bottom: 32px;
  font-size: clamp(64px, 7.2vw, 116px);
  font-weight: 610;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.hero-intro {
  max-width: 610px;
  margin-bottom: 38px;
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.65;
}

.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: #334439; }
.text-link {
  padding: 12px 0;
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 650;
}

.status-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 56px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status-dot { width: 6px; height: 6px; background: #7c9e13; border-radius: 50%; }

.concept-wrap {
  position: relative;
  min-height: 570px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.concept-wrap::before {
  content: "";
  position: absolute;
  width: 470px;
  height: 470px;
  background: var(--lime);
  border-radius: 50%;
  z-index: -2;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(24, 34, 28, 0.18);
  border-radius: 50%;
  z-index: -1;
}
.orbit-one { width: 540px; height: 540px; }
.orbit-two { width: 600px; height: 300px; transform: rotate(-22deg); }

.concept-card {
  width: min(390px, calc(100% - 44px));
  padding: 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(24, 34, 28, 0.14);
  box-shadow: 18px 22px 0 rgba(24, 34, 28, 0.1);
  transform: rotate(2.5deg);
}
.concept-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}
.concept-head > div { display: flex; flex-direction: column; gap: 7px; }
.concept-kicker {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}
.concept-head strong { font-size: 22px; letter-spacing: -0.03em; }
.table-chip {
  padding: 7px 10px;
  background: #edf6ca;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.order-item {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.food-swatch {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: rgba(24, 34, 28, 0.5);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}
.swatch-one { background: #f4d6aa; border-radius: 50% 50% 42% 58%; }
.swatch-two { background: #d5d1f2; border-radius: 45% 55% 60% 40%; }
.item-copy { display: flex; flex-direction: column; gap: 5px; }
.item-copy strong { font-size: 13px; }
.item-copy span { color: var(--muted); font-size: 11px; }
.order-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding: 16px 18px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.concept-label {
  position: absolute;
  right: 5%;
  bottom: 22px;
  margin: 0;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.identity-bar { display: grid; grid-template-columns: 1.2fr 0.8fr 1fr; background: var(--ink); color: white; }
.identity-bar > div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  padding: 25px clamp(25px, 4vw, 65px);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.identity-bar > div:last-child { border-right: 0; }
.identity-bar span {
  color: rgba(255, 255, 255, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.identity-bar strong, .identity-bar a { font-size: 14px; font-weight: 650; }
.identity-bar a { text-decoration: underline; text-underline-offset: 4px; }

.section { display: grid; grid-template-columns: minmax(150px, 0.24fr) 1fr; }
.section-number {
  padding: 105px clamp(25px, 4vw, 65px);
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.section-content { padding: 105px clamp(35px, 6vw, 100px) 120px; }
.section-kicker { color: #5c730d; }
h2 {
  max-width: 980px;
  margin-bottom: 56px;
  font-size: clamp(48px, 6.3vw, 96px);
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.product-intro {
  max-width: 990px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}
.product-intro p, .about-copy p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.journey-grid article {
  min-height: 330px;
  padding: 26px 30px 35px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}
.journey-grid article:last-child { border-right: 0; }
.step {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}
.step-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 42px 0 auto;
  background: var(--paper-deep);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 24px;
}
.journey-grid h3 { margin: 42px 0 12px; font-size: 21px; letter-spacing: -0.035em; }
.journey-grid p {
  max-width: 270px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.development-note {
  margin-top: 42px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  background: #e8edda;
  border-left: 4px solid #799a16;
}
.development-note span {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
}
.development-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.about-section { background: var(--ink); color: white; }
.about-section .section-number { border-color: rgba(255, 255, 255, 0.16); color: rgba(255, 255, 255, 0.48); }
.about-section .section-kicker { color: var(--lime); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 140px); }
.about-copy p { color: rgba(255, 255, 255, 0.68); }
.facts { margin: 0; }
.facts > div {
  padding: 21px 0;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.facts > div:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
.facts dt {
  color: rgba(255, 255, 255, 0.45);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.facts dd { margin: 0; font-size: 13px; }

.contact-section { padding: 110px max(40px, calc((100vw - 1400px) / 2)); background: var(--lime); }
.contact-section .section-kicker { color: var(--ink); }
.contact-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 90px; align-items: end; }
.contact-layout h2 { margin-bottom: 0; }
.contact-copy { padding-bottom: 10px; }
.contact-copy p { max-width: 380px; margin-bottom: 28px; font-size: 16px; line-height: 1.65; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: white; color: var(--ink); }

footer {
  min-height: 190px;
  padding: 45px max(40px, calc((100vw - 1400px) / 2));
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 60px;
  align-items: end;
  background: #111814;
  color: white;
}
footer p {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.5);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.footer-brand small { color: rgba(255, 255, 255, 0.45); }

@media (max-width: 1000px) {
  .site-header, .hero { width: min(100% - 48px, 800px); }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 760px; }
  .concept-wrap { min-height: 590px; }
  .concept-label { right: 12%; }
  .section { grid-template-columns: 1fr; }
  .section-number { padding: 34px 40px; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-section .section-number { border-bottom-color: rgba(255, 255, 255, 0.16); }
  .section-content { padding: 85px 40px 100px; }
  .journey-grid article { padding-right: 22px; padding-left: 22px; }
  footer { grid-template-columns: 1fr 1fr; }
  footer p:last-child { text-align: right; }
}

@media (max-width: 700px) {
  .site-header { width: calc(100% - 36px); height: 88px; }
  .brand-mark { width: 36px; height: 36px; font-size: 16px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 8px; }
  nav { gap: 15px; font-size: 10px; }
  .hero { width: calc(100% - 36px); gap: 25px; padding: 62px 0 52px; }
  h1 { margin-bottom: 26px; font-size: clamp(58px, 19vw, 86px); }
  .hero-intro { font-size: 16px; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .status-line { margin-top: 42px; line-height: 1.5; }
  .concept-wrap { min-height: 470px; }
  .concept-wrap::before { width: 330px; height: 330px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 400px; height: 210px; }
  .concept-card { width: min(330px, calc(100% - 28px)); padding: 20px; box-shadow: 10px 13px 0 rgba(24, 34, 28, 0.1); }
  .concept-label { right: 0; bottom: 0; }
  .identity-bar { grid-template-columns: 1fr; }
  .identity-bar > div {
    min-height: 90px;
    padding: 20px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .section-number, .section-content { padding-right: 22px; padding-left: 22px; }
  .section-content { padding-top: 70px; padding-bottom: 80px; }
  h2 { margin-bottom: 40px; font-size: clamp(48px, 14vw, 72px); }
  .product-intro, .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 20px; }
  .product-intro { margin-bottom: 50px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-grid article { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .journey-grid article:last-child { border-bottom: 0; }
  .development-note { grid-template-columns: 1fr; gap: 12px; }
  .about-layout { gap: 48px; }
  .facts > div { grid-template-columns: 1fr; gap: 7px; }
  .contact-section { padding: 75px 22px 85px; }
  .contact-layout { gap: 42px; }
  .contact-copy { padding: 0; }
  footer { padding: 45px 22px; grid-template-columns: 1fr; gap: 30px; align-items: start; }
  footer p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
