:root {
  --forest: #153b2e;
  --forest2: #0e2b21;
  --cream: #f3eee3;
  --paper: #fcfaf5;
  --ink: #17211c;
  --muted: #647069;
  --coral: #e8664f;
  --gold: #d8ad55;
  --line: rgba(23, 33, 28, 0.15);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header {
  height: 68px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--paper);
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
}
.brand img {
  width: 174px;
  height: auto;
}
.header nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
  font-weight: 500;
}
.header nav a:hover,
.line-link:hover {
  color: var(--coral);
}
.header-cta {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid;
  padding: 4px 0;
}
.hero {
  height: calc(100svh - 68px);
  min-height: 650px;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.hero > img {
  position: absolute;
  inset: 0;
  object-position: center 36%;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(8, 29, 21, 0.82),
      rgba(8, 29, 21, 0.38) 52%,
      rgba(8, 29, 21, 0.08)
    ),
    linear-gradient(0deg, rgba(8, 29, 21, 0.38), transparent 45%);
}
.hero-copy {
  position: absolute;
  left: 7vw;
  top: 49%;
  transform: translateY(-50%);
  max-width: 760px;
}
.kicker {
  margin: 0 0 22px;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  font-size: 12px;
  font-weight: 700;
  color: #8a6235;
}
.kicker.light {
  color: #f4d484;
}
.hero h1 {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  font-size: clamp(55px, 7.6vw, 118px);
  letter-spacing: -0.045em;
  line-height: 0.84;
  margin: 0 0 29px;
  max-width: 820px;
}
.hero-copy > p:not(.kicker) {
  font-size: 19px;
  max-width: 540px;
  color: rgba(255, 255, 255, 0.89);
  margin: 0 0 34px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 23px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid transparent;
  transition: 0.2s;
}
.coral {
  background: var(--coral);
}
.coral:hover {
  background: #d85440;
}
.outline {
  border-color: rgba(255, 255, 255, 0.7);
}
.outline:hover {
  background: rgba(255, 255, 255, 0.12);
}
.forest {
  background: var(--forest);
  color: #fff;
}
.cream {
  background: var(--cream);
  color: var(--forest);
}
.hero-note {
  position: absolute;
  right: 5vw;
  bottom: 38px;
  width: 260px;
  padding-left: 18px;
  border-left: 2px solid var(--gold);
  display: flex;
  flex-direction: column;
}
.hero-note span {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #f4d484;
}
.hero-note strong {
  font-family: "Newsreader", serif;
  font-size: 25px;
  font-weight: 500;
}
.hero-note small {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 4px;
}
.section {
  padding: 120px 7vw;
}
.manifesto {
  background: var(--cream);
}
.split,
.section-title {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 9vw;
  align-items: end;
}
.section h2,
.story h2,
.visits h2,
.shop-section h2,
.taas h2 {
  font-family: "Newsreader", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
  font-size: clamp(44px, 5.2vw, 76px);
  margin: 0;
}
.lead {
  font-size: 19px;
  margin: 0 0 27px;
}
.line-link {
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  display: inline-flex;
  gap: 28px;
}
.numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 80px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.numbers div {
  display: flex;
  flex-direction: column;
}
.numbers strong {
  font-family: "Newsreader", serif;
  font-size: 35px;
  font-weight: 500;
}
.numbers span {
  font-size: 14px;
  color: var(--muted);
}
.section-title > p {
  font-size: 17px;
  color: var(--muted);
  margin: 0;
}
.variety-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 16px;
  margin-top: 58px;
}
.variety-card {
  position: relative;
  overflow: hidden;
  height: 480px;
  background: var(--forest);
}
.variety-card img {
  transition: 0.45s;
  filter: saturate(0.92);
}
.variety-card:hover img {
  transform: scale(1.025);
  filter: saturate(1.08);
}
.variety-card:after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(4, 18, 12, 0.8));
}
.variety-card div {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 20px;
  color: #fff;
}
.variety-card small {
  color: #f4d484;
}
.variety-card h3 {
  font-family: "Newsreader", serif;
  font-size: 29px;
  font-weight: 500;
  margin: 2px 0;
}
.variety-card p {
  font-size: 13px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}
.new-heading {
  margin-top: 65px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.new-heading p {
  margin: 0;
}
.new-heading small {
  max-width: 490px;
  color: var(--muted);
  text-align: right;
}
.new-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 24px;
}
.new-grid article {
  background: var(--cream);
}
.new-grid img {
  height: 300px;
}
.new-grid img.fit {
  object-fit: contain;
  background: #e8e5dd;
}
.new-grid article div {
  padding: 17px 16px 19px;
}
.new-grid h3 {
  font-family: "Newsreader", serif;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 2px;
}
.new-grid p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}
.ref-sources {
  color: var(--muted);
  font-size: 12px;
  margin: 14px 0 0;
}
.ref-sources a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.story {
  background: var(--forest2);
  color: #fff;
  padding: 120px 0;
}
.story-intro {
  padding: 0 7vw 65px;
}
.story-intro > p:last-child {
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
}
.timeline {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 0 7vw 25px;
  scroll-snap-type: x mandatory;
}
.timeline article {
  flex: 0 0 min(390px, 79vw);
  scroll-snap-align: start;
}
.timeline article img {
  height: 480px;
}
.timeline article div {
  padding: 22px 2px;
}
.timeline time {
  color: #f4d484;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
}
.timeline h3 {
  font-family: "Newsreader", serif;
  font-size: 28px;
  font-weight: 500;
  margin: 5px 0;
}
.timeline p {
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}
.visits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  background: var(--cream);
  align-items: center;
}
.visit-photo {
  height: 690px;
}
.visit-copy h2 {
  margin-bottom: 30px;
}
.visit-copy > p:not(.kicker) {
  font-size: 18px;
  color: var(--muted);
}
.event-status {
  display: flex;
  gap: 15px;
  padding: 24px 0;
  margin: 26px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.event-status > span {
  width: 10px;
  height: 10px;
  background: var(--coral);
  border-radius: 50%;
  margin-top: 7px;
  flex: none;
}
.event-status div {
  display: flex;
  flex-direction: column;
}
.event-status b {
  font-size: 15px;
}
.event-status small {
  color: var(--muted);
  margin-top: 4px;
}
.visit-copy .line-link {
  font-size: 13px;
  border: 0;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 65px;
  border-top: 1px solid var(--line);
}
.guide-grid article {
  padding: 32px 30px 12px 0;
  border-right: 1px solid var(--line);
  margin-right: 30px;
}
.guide-grid article:last-child {
  border-right: 0;
}
.guide-grid b {
  font-size: 12px;
  color: var(--coral);
}
.guide-grid h3 {
  font-family: "Newsreader", serif;
  font-size: 27px;
  font-weight: 500;
  margin: 28px 0 10px;
}
.guide-grid p {
  color: var(--muted);
}
.shop-section {
  height: 720px;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.shop-section > img,
.shop-overlay {
  position: absolute;
  inset: 0;
}
.shop-section > img {
  object-position: center 48%;
}
.shop-overlay {
  background: linear-gradient(
    90deg,
    rgba(7, 31, 22, 0.88),
    rgba(7, 31, 22, 0.2)
  );
}
.shop-copy {
  position: absolute;
  left: 7vw;
  top: 50%;
  transform: translateY(-50%);
  max-width: 670px;
}
.shop-section h2 {
  margin-bottom: 25px;
}
.shop-copy > p:not(.kicker) {
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  max-width: 560px;
  margin-bottom: 30px;
}
.catalog {
  background: var(--paper);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 58px;
}
.product-card {
  background: #fff;
  border: 1px solid var(--line);
}
.product-card > img {
  height: 330px;
}
.product-card > div {
  padding: 23px;
}
.stock-badge {
  display: inline-block;
  padding: 5px 9px;
  background: var(--cream);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.stock-badge.available { background: #dcebdd; color: #245c38; }
.product-card h3 {
  margin: 18px 0 2px;
  font-family: "Newsreader", serif;
  font-size: 29px;
  font-weight: 500;
}
.product-card p {
  margin: 0 0 15px;
  color: var(--muted);
}
.product-card strong {
  display: block;
  font-size: 21px;
  margin-bottom: 18px;
}
.product-card button {
  width: 100%;
  padding: 13px;
  border: 0;
  background: #dfe3df;
  color: #6e786f;
  font: inherit;
  font-weight: 700;
  cursor: not-allowed;
}
.product-card button.add-cart { background: var(--coral); color: #fff; cursor: pointer; }
.taas-summary { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:55px; }
.taas-summary article { border-top:1px solid var(--line); padding-top:22px; }
.taas-summary b { color:var(--forest); }
.taas-summary p { color:var(--muted); font-size:14px; }
.floating-cart { position:fixed; right:24px; bottom:24px; z-index:25; border:0; border-radius:999px; background:var(--coral); color:#fff; padding:14px 20px; font:700 14px "DM Sans",sans-serif; box-shadow:0 8px 30px rgba(0,0,0,.22); cursor:pointer; }
.floating-cart[hidden] { display:none; }
.checkout[hidden], .checkout-success[hidden] { display:none; }
.checkout { position:fixed; inset:0; z-index:40; }
.checkout-backdrop { position:absolute; inset:0; background:rgba(4,18,12,.62); }
.checkout-panel { position:absolute; top:0; right:0; width:min(620px,100%); height:100%; overflow:auto; background:var(--paper); padding:48px; box-shadow:-15px 0 50px rgba(0,0,0,.2); }
.checkout-panel h2 { font:500 48px "Newsreader",serif; margin:0 0 28px; }
.checkout-panel h3 { margin:28px 0 12px; font-size:16px; }
.checkout-close { position:absolute; right:22px; top:18px; border:0; background:none; font-size:34px; cursor:pointer; }
.cart-line { display:grid; grid-template-columns:1fr auto auto; gap:24px; align-items:end; padding:20px 0; border-block:1px solid var(--line); }
.cart-line small { display:block; color:var(--muted); }
.cart-line select { display:block; margin-top:5px; padding:6px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-grid label { font-size:13px; font-weight:700; }
.form-grid input { display:block; width:100%; margin-top:5px; padding:12px; border:1px solid var(--line); background:#fff; font:inherit; }
.choice { display:flex; gap:9px; align-items:center; padding:12px; margin-bottom:8px; border:1px solid var(--line); background:#fff; }
.choice small { margin-left:auto; color:var(--muted); }
.demo-note { margin:22px 0; padding:12px; background:#fff0cf; color:#6d531c; font-size:13px; }
.checkout-submit { border:0; cursor:pointer; }
.checkout-success b { font:500 38px "Newsreader",serif; }
.packaging-story {
  display: grid;
  grid-template-columns: 1fr 0.85fr 1fr;
  min-height: 440px;
  margin-top: 70px;
  background: var(--forest);
  color: #fff;
}
.packaging-story > img {
  height: 100%;
  min-height: 440px;
  object-position: center 55%;
}
.packaging-story > .packaging-photo {
  object-position: center 62%;
}
.packaging-story > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 38px;
}
.packaging-story h3 {
  margin: 0 0 18px;
  font-family: "Newsreader", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}
.packaging-story p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}
.shop-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}
.shop-info p {
  margin: 0;
}
.shop-info b {
  display: block;
  color: var(--ink);
  margin-bottom: 4px;
}
.taas {
  background: var(--cream);
}
.taas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 65px;
  border-top: 1px solid var(--line);
}
.taas-grid article {
  padding: 32px 34px 25px 0;
  border-right: 1px solid var(--line);
  margin-right: 34px;
}
.taas-grid article:last-child {
  border-right: 0;
}
.taas-grid b {
  color: var(--coral);
  font-size: 12px;
}
.taas-grid h3 {
  font-family: "Newsreader", serif;
  font-size: 29px;
  font-weight: 500;
  margin: 25px 0 10px;
}
.taas-grid p {
  color: var(--muted);
}
.taas-offer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 42px;
  align-items: end;
  margin-top: 48px;
  padding: 36px;
  background: #fff;
  border: 1px solid var(--line);
}
.taas-offer .kicker {
  margin-bottom: 10px;
}
.taas-price {
  margin: 0;
  color: var(--forest);
  font-size: 18px;
}
.taas-price strong {
  display: block;
  font-family: "Newsreader", serif;
  font-size: clamp(42px, 4.5vw, 66px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}
.taas-offer small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}
.taas-offer > p {
  margin: 0;
  color: var(--muted);
}
footer {
  padding: 58px 7vw;
  background: #092219;
  color: #d9e2dc;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1.15fr 0.9fr auto;
  align-items: end;
  gap: 38px;
  font-size: 14px;
}
.footer-logo img {
  width: 130px;
  height: auto;
}
.footer-logo {
  width: max-content;
}
footer p {
  margin: 0;
}
.footer-location a {
  display: inline-block;
  margin-top: 5px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
footer a:hover {
  color: #f4d484;
}
footer small {
  color: #81958a;
}
@media (max-width: 900px) {
  .header {
    height: 64px;
  }
  .brand img {
    width: 152px;
  }
  .header nav {
    display: none;
  }
  .hero {
    height: calc(100svh - 64px);
    min-height: 660px;
  }
  .hero-copy {
    left: 7vw;
    right: 7vw;
  }
  .hero h1 {
    font-size: clamp(52px, 14vw, 78px);
  }
  .hero-note {
    display: none;
  }
  .section {
    padding: 82px 7vw;
  }
  .split,
  .section-title {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .numbers {
    margin-top: 55px;
  }
  .variety-grid {
    grid-template-columns: 1fr 1fr;
  }
  .new-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .visits {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .visit-photo {
    height: 65vh;
  }
  .guide-grid {
    grid-template-columns: 1fr 1fr;
  }
  .guide-grid article:nth-child(2) {
    border-right: 0;
  }
  .taas-grid {
    grid-template-columns: 1fr;
  }
  .taas-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    margin-right: 0;
  }
  .taas-offer {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .taas-summary { grid-template-columns:1fr 1fr; }
  .shop-info {
    grid-template-columns: 1fr;
  }
  .packaging-story {
    grid-template-columns: 1fr 1fr;
  }
  .packaging-story > div {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
  footer small {
    grid-column: 1/-1;
  }
}
@media (max-width: 560px) {
  .header {
    height: 60px;
    padding: 0 6vw;
  }
  .brand img {
    width: 138px;
  }
  .header-cta {
    font-size: 13px;
  }
  .hero > img {
    object-position: 58% 40%;
  }
  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(8, 29, 21, 0.81), rgba(8, 29, 21, 0.22)),
      linear-gradient(0deg, rgba(8, 29, 21, 0.4), transparent 55%);
  }
  .hero-copy > p:not(.kicker) {
    font-size: 17px;
  }
  .actions .button {
    width: 100%;
  }
  .numbers {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .variety-grid {
    grid-template-columns: 1fr;
  }
  .variety-card {
    height: 70vh;
    max-height: 570px;
  }
  .new-heading {
    display: block;
  }
  .new-heading small {
    display: block;
    text-align: left;
  }
  .new-grid {
    grid-template-columns: 1fr 1fr;
  }
  .new-grid img {
    height: 250px;
  }
  .story {
    padding: 82px 0;
  }
  .timeline article img {
    height: 57vh;
  }
  .visits {
    padding-left: 0;
    padding-right: 0;
  }
  .visit-copy {
    padding: 0 7vw;
  }
  .visit-photo {
    height: 60vh;
  }
  .guide-grid {
    grid-template-columns: 1fr;
  }
  .guide-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    margin: 0;
  }
  .shop-section {
    height: 650px;
  }
  .shop-section > img {
    object-position: 58% center;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-card > img {
    height: 360px;
  }
  .taas-summary, .form-grid { grid-template-columns:1fr; }
  .checkout-panel { padding:42px 24px; }
  .cart-line { grid-template-columns:1fr auto; }
  .cart-line > strong { grid-column:1 / -1; }
  .packaging-story {
    grid-template-columns: 1fr;
  }
  .packaging-story > img,
  .packaging-story > .packaging-photo {
    min-height: 360px;
    height: 360px;
  }
  .packaging-story > div {
    grid-column: auto;
    grid-row: auto;
    padding: 38px 28px;
  }
  .shop-overlay {
    background: linear-gradient(
      90deg,
      rgba(7, 31, 22, 0.88),
      rgba(7, 31, 22, 0.3)
    );
  }
  .shop-copy {
    right: 7vw;
  }
  footer {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .footer-logo img {
    width: 115px;
  }
  footer small {
    grid-column: auto;
  }
}
