:root {
  --green: #3c9343;
  --ink: #20231f;
  --cream: #f6f2e8;
  --paper: #fffdf8;
  --line: #d8d4c9;
  --lime: #dcebbd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.announcement {
  height: 34px;
  background: var(--green);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 10px;
  letter-spacing: .12em;
}
.announcement a { margin-left: 20px; border-bottom: 1px solid #fff; }
.header {
  height: 88px;
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4vw;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 9;
}
.logo { display: flex; flex-direction: column; width: max-content; }
.logo b {
  font: italic 28px Georgia, serif;
  letter-spacing: .03em;
}
.logo small { font-size: 9px; letter-spacing: .08em; text-transform: none; }
.nav { display: flex; gap: 34px; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.nav a, .header-actions > a { padding: 10px 0; position: relative; }
.nav a::after, .header-actions > a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--green);
  transition: .25s;
}
.nav a:hover::after, .header-actions > a:hover::after { width: 100%; }
.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
}
.cart { border-left: 1px solid var(--line); padding-left: 24px !important; }
.cart span {
  display: inline-flex;
  background: var(--ink);
  color: white;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.mobile-menu { display: none; }
.hero {
  height: calc(100svh - 122px);
  min-height: 640px;
  position: relative;
  overflow: hidden;
  color: white;
}
.hero-photo {
  position: absolute;
  inset: 0;
  background: url("/assets/hero-v2.png") center 46% / cover no-repeat;
  animation: reveal 1.1s ease both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 23, 18, .73) 0%, rgba(18, 23, 18, .25) 50%, rgba(18, 23, 18, .05) 78%);
}
.hero-content {
  position: absolute;
  left: 7vw;
  top: 50%;
  transform: translateY(-48%);
  z-index: 2;
}
.hero-content > p, .section-label { font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.hero-content > p { color: #d7f1d9; }
.hero h1 {
  font: clamp(68px, 8.2vw, 124px) / .88 Georgia, serif;
  letter-spacing: -.055em;
  margin: 24px 0;
}
.hero h1 em { font-weight: 400; color: #b8e4bc; }
.hero h2 {
  font-family: "Yu Mincho", serif;
  font-size: 18px;
  letter-spacing: .1em;
  font-weight: 400;
  margin: 0 0 34px;
}
.white-button, .green-button {
  display: flex;
  width: 240px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  color: var(--ink);
  padding: 18px 22px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  transition: .25s;
}
.white-button:hover { background: var(--green); color: white; }
.hero-badge {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: var(--green);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(-8deg);
  z-index: 2;
}
.hero-badge b { font: 17px Georgia, serif; }
.hero-badge span { font: 15px Georgia, serif; }
.hero-badge small { font-size: 7px; margin-top: 8px; letter-spacing: .1em; }
.quick-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}
.quick-links a {
  min-height: 150px;
  padding: 32px 3vw;
  border-right: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 6px 18px;
  align-content: center;
  transition: .25s;
}
.quick-links a:hover { background: var(--lime); }
.quick-links span { grid-row: 1 / 3; color: var(--green); font: 11px Georgia, serif; }
.quick-links b { font: 15px Georgia, serif; letter-spacing: .08em; }
.quick-links small { font-size: 11px; }
.quick-links i { grid-row: 1 / 3; grid-column: 3; align-self: center; font-style: normal; }
.intro { padding: 130px 7vw 85px; overflow: hidden; }
.section-label { color: var(--green); margin: 0 0 38px; }
.intro-main { display: grid; grid-template-columns: 1fr 1fr; gap: 12vw; }
.intro h2, .section-head h2, .craft h2, .store h2, .newsletter h2 {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
}
.intro h2 { font-size: clamp(42px, 5vw, 72px); line-height: 1.45; margin: 0; }
.intro-main > div p { font-size: 15px; line-height: 2.1; max-width: 500px; margin: 0 0 20px; }
.line-link {
  display: inline-flex;
  justify-content: space-between;
  gap: 50px;
  border-bottom: 1px solid var(--ink);
  padding: 12px 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}
.line-link:hover { color: var(--green); border-color: var(--green); }
.big-copy {
  font: clamp(68px, 10.5vw, 160px) / .8 Georgia, serif;
  letter-spacing: -.06em;
  color: #e8e5dc;
  white-space: nowrap;
  margin-top: 110px;
}
.products, .journal { padding: 110px 4vw; background: #f1eee5; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin: 0 3vw 50px; }
.section-head .section-label { margin-bottom: 16px; }
.section-head h2 { font-size: 48px; margin: 0; }
.product-feature {
  height: 420px;
  margin: 0 3vw 50px;
  background: url("/assets/products-v2.png") center / cover no-repeat;
}
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.product-card { position: relative; background: var(--paper); padding: 20px; }
.product-bag { height: 310px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; margin-bottom: 22px; transition: .35s; }
.product-card:hover .product-bag { transform: translateY(-6px); }
.product-bag.peach { background: #efc9a9; }
.product-bag.mint { background: #cadccf; }
.product-bag.green { background: var(--green); color: white; }
.product-bag.blue { background: #a9c5d1; }
.product-bag > b { font: 92px Georgia, serif; }
.product-bag small { text-align: center; font-size: 8px; letter-spacing: .16em; }
.tag { position: absolute; top: 13px; left: 13px; font-size: 8px; letter-spacing: .12em; border: 1px solid currentColor; border-radius: 20px; padding: 5px 8px; }
.product-card .origin { font-size: 8px; letter-spacing: .15em; color: var(--green); font-weight: 700; }
.product-card h3 { font: 24px Georgia, serif; margin: 7px 0; }
.taste { font-size: 11px; color: #74776f; }
.buy { border-top: 1px solid var(--line); margin-top: 23px; padding-top: 16px; display: flex; justify-content: space-between; font-size: 12px; }
.buy button { border: 0; background: none; font-size: 9px; letter-spacing: .1em; cursor: pointer; }
.buy button b { font-size: 17px; color: var(--green); margin-left: 8px; }
.new { position: absolute; right: 12px; top: 12px; background: var(--ink); color: #fff; border-radius: 50%; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 8px; font-style: normal; transform: rotate(9deg); }
.craft { display: grid; grid-template-columns: 1.15fr 1fr; }
.craft-photo { min-height: 720px; background: url("/assets/roasting-v2.png") center / cover no-repeat; }
.craft-copy { background: var(--cream); padding: 100px 8vw; }
.craft h2 { font-size: 55px; line-height: 1.45; margin: 0 0 30px; }
.craft-copy > p:not(.section-label) { font-size: 14px; line-height: 2.1; }
.craft ol { list-style: none; padding: 20px 0; margin: 25px 0; }
.craft li { border-top: 1px solid var(--line); padding: 16px 0; font-family: "Yu Mincho", serif; }
.craft li span { font: 10px Georgia, serif; color: var(--green); display: inline-block; width: 50px; }
.green-button { background: var(--green); color: white; }
.green-button:hover { background: #277b2e; }
.journal { background: var(--paper); }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0 3vw; }
.journal-art { height: 300px; display: flex; align-items: center; justify-content: center; font: 120px Georgia, serif; color: rgba(255, 255, 255, .7); margin-bottom: 22px; background-size: cover; background-position: center; }
.journal-1 { background-color: #8f735e; }
.journal-2 { background-color: #839b67; }
.journal-3 { background-color: #9eb8be; }
.journal article small { font-size: 8px; letter-spacing: .13em; color: var(--green); }
.journal article h3 { font-family: "Yu Mincho", serif; font-size: 20px; font-weight: 400; line-height: 1.65; margin: 12px 0 18px; }
.journal article > a { font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.store { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; background: var(--green); color: white; }
.store-mark { display: flex; align-items: center; justify-content: center; font: 300px Georgia, serif; border-right: 1px solid rgba(255, 255, 255, .3); background: radial-gradient(circle at center, #58aa5d, var(--green)); }
.store-info { padding: 90px 8vw; }
.store-info .section-label { color: #d9f1db; }
.store h2 { font-size: 55px; line-height: 1.45; margin: 0 0 25px; }
.store-info > p { font-size: 14px; line-height: 2; }
.store dl { margin: 35px 0; }
.store dl div { display: grid; grid-template-columns: 90px 1fr; padding: 13px 0; border-top: 1px solid rgba(255, 255, 255, .35); font-size: 11px; }
.store dt { font: 9px Georgia, serif; letter-spacing: .12em; }
.store dd { margin: 0; }
.white-button.dark:hover { background: var(--ink); }
.newsletter { text-align: center; padding: 100px 20px; background: var(--cream); }
.newsletter > p { color: var(--green); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.newsletter h2 { font-size: 36px; margin: 20px; }
.newsletter form { display: flex; max-width: 520px; margin: 35px auto 15px; border-bottom: 1px solid var(--ink); }
.newsletter label { flex: 1; }
.newsletter input { width: 100%; background: none; border: 0; outline: 0; padding: 15px 4px; font-size: 11px; letter-spacing: .12em; }
.newsletter button { border: 0; background: none; font-size: 20px; cursor: pointer; }
.newsletter small { font-size: 10px; color: #777; }
footer { background: #1d211d; color: #fff; padding: 80px 7vw 30px; }
.footer-logo { display: flex; flex-direction: column; }
.footer-logo b { font: italic 70px Georgia, serif; letter-spacing: .02em; }
.footer-logo > span { font-size: 10px; text-transform: none; letter-spacing: .1em; }
.footer-logo em { font: italic 22px Georgia, serif; color: #89ce8e; margin-top: 20px; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; max-width: 520px; margin: 80px 0 70px auto; }
.footer-nav div { display: flex; flex-direction: column; gap: 13px; font-size: 10px; letter-spacing: .08em; }
.footer-nav b { color: #7f877f; font-size: 8px; margin-bottom: 10px; }
.copyright { border-top: 1px solid #3d423d; padding-top: 25px; font-size: 8px; color: #777; display: flex; justify-content: space-between; }
@keyframes reveal { from { opacity: 0; transform: scale(1.03); } to { opacity: 1; transform: scale(1); } }
@media (max-width: 800px) {
  .announcement { font-size: 8px; }
  .announcement a { display: none; }
  .header { height: 72px; display: flex; justify-content: space-between; padding: 0 20px; }
  .logo b { font-size: 23px; }
  .nav, .header-actions { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { list-style: none; width: 30px; display: flex; flex-direction: column; gap: 7px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary i { height: 1px; background: var(--ink); width: 100%; }
  .mobile-menu nav { position: absolute; top: 72px; left: 0; width: 100%; background: var(--paper); display: flex; flex-direction: column; gap: 20px; padding: 28px 20px; border-bottom: 1px solid var(--line); }
  .hero { min-height: 670px; height: calc(100svh - 106px); }
  .hero-photo { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(18, 23, 18, .73), rgba(18, 23, 18, .08)); }
  .hero-content { left: 22px; right: 22px; }
  .hero h1 { font-size: 17vw; }
  .hero h2 { font-size: 15px; }
  .hero-badge { width: 88px; height: 88px; }
  .hero-badge b, .hero-badge span { font-size: 12px; }
  .quick-links { grid-template-columns: 1fr 1fr; }
  .quick-links a { min-height: 120px; border-bottom: 1px solid var(--line); padding: 24px 18px; }
  .intro { padding: 85px 22px; }
  .intro-main { display: block; }
  .intro h2 { font-size: 39px; margin-bottom: 35px; }
  .big-copy { font-size: 16vw; margin-top: 80px; }
  .products, .journal { padding: 80px 20px; }
  .section-head { margin: 0 0 35px; }
  .section-head h2 { font-size: 34px; }
  .section-head > .line-link { display: none; }
  .product-feature { height: 250px; margin: 0 0 25px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card { padding: 12px; }
  .product-bag { height: 220px; }
  .product-bag > b { font-size: 68px; }
  .product-card h3 { font-size: 19px; }
  .craft, .store { display: block; }
  .craft-photo { min-height: 430px; }
  .craft-copy, .store-info { padding: 75px 22px; }
  .craft h2, .store h2 { font-size: 40px; }
  .journal-grid { display: block; margin: 0; }
  .journal article { margin-bottom: 55px; }
  .journal-art { height: 250px; }
  .store-mark { height: 380px; font-size: 190px; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .3); }
  .newsletter h2 { font-size: 28px; }
  .footer-logo b { font-size: 14vw; }
  .footer-nav { margin: 60px 0; gap: 30px; }
  .copyright span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
