:root {
  --green-950: #071f18;
  --green-900: #0d2e23;
  --green-800: #123c2d;
  --green-700: #1c5740;
  --matcha: #9bc267;
  --gold: #d5ad62;
  --ivory: #f6f0df;
  --paper: #ece7d7;
  --ink: #16241d;
  --muted: #66746c;
  --line: rgba(17, 52, 39, .16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--green-950); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; position: relative; z-index: 2; }
.photo-section { position: relative; isolation: isolate; overflow: hidden; }
.section-backdrop { position: absolute; inset: 0; z-index: -2; background-repeat: no-repeat; background-size: cover; background-position: center; }
.section-backdrop::after { content: ''; position: absolute; inset: 0; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: .73rem; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: var(--green-700); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
h1 em, h2 em { color: var(--matcha); font-weight: 400; }
h2 em { color: var(--green-700); }
.section-heading.light h2 em, .partners h2 em, .contact h2 em { color: var(--matcha); }
.section-number { display: flex; align-items: center; gap: 12px; margin-bottom: 54px; color: var(--green-700); font-size: .68rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.section-number span { width: 40px; height: 1px; background: currentColor; opacity: .45; }
.light-number, .section-heading.light .section-number { color: rgba(246, 240, 223, .72); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--green-950); }
.button-gold:hover { background: #e6c77e; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ivory); font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--gold); font-size: 1.15rem; transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px, 3px); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgba(255, 255, 255, .12); background: linear-gradient(to bottom, rgba(5, 25, 18, .88), rgba(5, 25, 18, .45)); backdrop-filter: blur(12px); }
.brand img { width: 176px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 33px; color: rgba(246, 240, 223, .9); font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.primary-nav a { transition: color .2s ease; }
.primary-nav a:hover { color: var(--gold); }
.primary-nav .nav-cta { padding: 11px 17px; border: 1px solid rgba(213, 173, 98, .65); color: var(--gold); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: var(--ivory); transition: transform .25s, opacity .25s; }

.hero { min-height: 100svh; display: grid; align-items: center; color: var(--ivory); }
.hero-backdrop { background-image: url('assets/matcha-collection-a.png'); background-position: 72% 48%; transform: scale(1.025); }
.hero-backdrop::after { background: linear-gradient(90deg, rgba(4, 25, 18, .98) 0%, rgba(7, 35, 25, .9) 40%, rgba(7, 28, 21, .27) 72%, rgba(7, 28, 21, .55) 100%), linear-gradient(0deg, rgba(2, 16, 11, .75), transparent 46%); }
.hero-content { padding-top: 118px; padding-bottom: 90px; }
.hero h1 { max-width: 770px; font-size: clamp(4rem, 7.5vw, 7.6rem); }
.hero-copy { max-width: 520px; margin: 28px 0 34px; color: rgba(246, 240, 223, .74); font-size: 1.05rem; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-proof { display: flex; align-items: center; gap: 16px; margin-top: 58px; color: rgba(246, 240, 223, .52); font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-proof i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.hero-orbit { position: absolute; z-index: 0; border: 1px solid rgba(213, 173, 98, .24); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 580px; aspect-ratio: 1; right: -170px; bottom: -280px; }
.orbit-two { width: 380px; aspect-ratio: 1; right: -70px; bottom: -180px; }
.scroll-cue { position: absolute; right: 28px; bottom: 48px; z-index: 3; display: flex; align-items: center; gap: 12px; color: rgba(246,240,223,.68); font-size: .63rem; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 50px; background: linear-gradient(var(--gold), transparent); }

.story { padding: 132px 0; background: var(--paper); }
.story-backdrop { background-image: url('assets/matcha-collection-c.png'); background-position: 100% 15%; opacity: .16; }
.story-backdrop::after { background: linear-gradient(90deg, rgba(246, 240, 223, .99) 0%, rgba(246, 240, 223, .97) 58%, rgba(246, 240, 223, .74) 100%); }
.story-grid { display: grid; grid-template-columns: .55fr 1.15fr .9fr; gap: 62px; align-items: start; }
.story-copy h2 { max-width: 650px; margin-bottom: 34px; font-size: clamp(3rem, 5.2vw, 5.5rem); color: var(--green-900); }
.story-copy > p:not(.eyebrow) { color: #46564d; }
.signature { margin-top: 32px; color: var(--green-700); font-family: var(--serif); font-size: 1.45rem; font-style: italic; }
.signature span { display: block; margin-top: 2px; color: var(--muted); font-family: var(--sans); font-size: .65rem; font-style: normal; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.story-card { margin-top: 30px; background: var(--green-900); box-shadow: 0 30px 70px rgba(14, 41, 31, .18); }
.story-card-photo { aspect-ratio: .92; background-repeat: no-repeat; background-size: 200% 200%; }
.story-card-note { display: flex; flex-direction: column; padding: 19px 21px; color: var(--ivory); }
.story-card-note strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.story-card-note span { color: rgba(246, 240, 223, .55); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }

.craft { padding: 130px 0; color: var(--ivory); }
.craft-backdrop { background-image: url('assets/matcha-collection-a.png'); background-position: center; }
.craft-backdrop::after { background: linear-gradient(110deg, rgba(5, 26, 19, .98), rgba(11, 48, 35, .84)), radial-gradient(circle at 80% 40%, transparent, rgba(2, 18, 13, .5)); }
.section-heading.light { max-width: 770px; }
.section-heading h2 { font-size: clamp(3rem, 6vw, 6.5rem); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 76px; border-top: 1px solid rgba(246,240,223,.2); border-bottom: 1px solid rgba(246,240,223,.2); }
.process-card { min-height: 280px; padding: 32px 28px; border-right: 1px solid rgba(246,240,223,.18); background: rgba(7, 31, 24, .28); backdrop-filter: blur(5px); }
.process-card:first-child { border-left: 1px solid rgba(246,240,223,.18); }
.process-card b { color: var(--gold); font-size: .7rem; letter-spacing: .16em; }
.process-card h3 { margin: 68px 0 12px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.process-card p { margin: 0; color: rgba(246,240,223,.6); font-size: .86rem; line-height: 1.7; }

.collection { padding: 132px 0 140px; background: var(--paper); }
.collection-backdrop { background-image: url('assets/matcha-collection-c.png'); background-position: 10% 45%; opacity: .12; }
.collection-backdrop::after { background: linear-gradient(rgba(246, 240, 223, .97), rgba(236, 231, 215, .96)); }
.collection-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 90px; align-items: end; margin-bottom: 62px; }
.collection-heading h2 { color: var(--green-900); font-size: clamp(3rem, 6vw, 6rem); }
.collection-heading > p { max-width: 410px; margin: 0 0 8px; color: #526158; }
.products-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.product-card { display: grid; grid-template-columns: 47% 53%; min-height: 350px; overflow: hidden; background: rgba(250, 247, 238, .94); border: 1px solid rgba(17, 52, 39, .11); box-shadow: 0 18px 55px rgba(24, 55, 41, .08); transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 25px 65px rgba(24, 55, 41, .14); }
.product-photo { position: relative; min-height: 100%; background-repeat: no-repeat; background-size: 200% 200%; transition: transform .5s ease; }
.product-card:hover .product-photo { transform: scale(1.025); }
.photo-a1 { background-image: url('assets/matcha-collection-a.png'); background-position: 0 0; }
.photo-a2 { background-image: url('assets/matcha-collection-a.png'); background-position: 100% 0; }
.photo-a3 { background-image: url('assets/matcha-collection-a.png'); background-position: 0 100%; }
.photo-a4 { background-image: url('assets/matcha-collection-a.png'); background-position: 100% 100%; }
.photo-b1 { background-image: url('assets/matcha-collection-b.png'); background-position: 0 0; }
.photo-b2 { background-image: url('assets/matcha-collection-b.png'); background-position: 100% 0; }
.photo-b3 { background-image: url('assets/matcha-collection-b.png'); background-position: 0 100%; }
.photo-b4 { background-image: url('assets/matcha-collection-b.png'); background-position: 100% 100%; }
.photo-c1 { background-image: url('assets/matcha-collection-c.png'); background-position: 0 0; }
.photo-c2 { background-image: url('assets/matcha-collection-c.png'); background-position: 100% 0; }
.badge { position: absolute; top: 14px; left: 14px; padding: 7px 9px; background: var(--gold); color: var(--green-950); font-size: .62rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.product-info { display: flex; flex-direction: column; padding: 27px 26px 24px; }
.product-meta { display: flex; justify-content: space-between; color: #77827c; font-size: .61rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.product-info h3 { margin: 17px 0 10px; color: var(--green-900); font-family: var(--serif); font-size: 1.65rem; font-weight: 400; line-height: 1.15; }
.product-info p { margin: 0; color: #5b6861; font-size: .82rem; line-height: 1.65; }
.price { display: flex; align-items: baseline; gap: 10px; margin-top: auto; padding-top: 24px; }
.price del { color: #89928d; font-size: .7rem; }
.price strong { color: var(--green-700); font-size: 1.05rem; }

.partners { min-height: 720px; display: grid; align-items: center; color: var(--ivory); }
.partners-backdrop { background-image: url('assets/matcha-collection-b.png'); background-position: center 34%; }
.partners-backdrop::after { background: linear-gradient(90deg, rgba(4, 26, 18, .98) 0%, rgba(8, 40, 29, .88) 54%, rgba(7, 26, 20, .48) 100%); }
.partners-grid { display: grid; grid-template-columns: 1.05fr .7fr; gap: 110px; align-items: center; padding-block: 110px; }
.partners-copy h2 { font-size: clamp(3rem, 5.4vw, 5.9rem); }
.partners-copy > p:not(.eyebrow) { max-width: 560px; margin: 30px 0 35px; color: rgba(246,240,223,.68); }
.partner-stats { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(246,240,223,.22); background: rgba(5,27,20,.5); backdrop-filter: blur(8px); }
.partner-stats div { display: flex; min-height: 185px; flex-direction: column; justify-content: center; padding: 30px; border-right: 1px solid rgba(246,240,223,.18); border-bottom: 1px solid rgba(246,240,223,.18); }
.partner-stats div:nth-child(2n) { border-right: 0; }
.partner-stats div:nth-child(n+3) { border-bottom: 0; }
.partner-stats strong { color: var(--gold); font-family: var(--serif); font-size: 2.65rem; font-weight: 400; line-height: 1; }
.partner-stats span { margin-top: 10px; color: rgba(246,240,223,.58); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }

.contact { min-height: 690px; display: grid; align-items: center; text-align: center; color: var(--ivory); }
.contact-backdrop { background-image: url('assets/matcha-collection-c.png'); background-position: center 72%; }
.contact-backdrop::after { background: linear-gradient(rgba(4,27,19,.9), rgba(4,22,16,.96)), radial-gradient(circle at 50% 25%, rgba(76, 117, 79, .28), transparent 48%); }
.contact-inner { padding-block: 110px; }
.contact-inner > img { width: 196px; margin: 0 auto 52px; }
.contact h2 { font-size: clamp(3.2rem, 6vw, 6.6rem); }
.contact-inner > p:not(.eyebrow) { max-width: 570px; margin: 28px auto 34px; color: rgba(246,240,223,.65); }
.contact-actions { display: flex; justify-content: center; align-items: center; gap: 28px; }
.light-link { color: var(--ivory); }

footer { border-top: 1px solid rgba(246,240,223,.1); background: var(--green-950) url('assets/matcha-collection-a.png') center/cover; color: rgba(246,240,223,.52); position: relative; }
footer::before { content: ''; position: absolute; inset: 0; background: rgba(3, 19, 13, .94); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 35px; min-height: 108px; font-size: .64rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-grid p { margin: 0; }
.footer-grid div { display: flex; gap: 28px; }
.footer-grid > a { justify-self: end; color: var(--gold); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 82px 0 auto; display: grid; gap: 0; padding: 24px; background: rgba(5, 30, 21, .98); border-bottom: 1px solid rgba(246,240,223,.15); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .28s ease; }
  .primary-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .primary-nav a { padding: 17px 8px; border-bottom: 1px solid rgba(246,240,223,.1); font-size: .78rem; }
  .primary-nav .nav-cta { margin-top: 12px; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-grid > .section-number { grid-column: 1 / -1; margin-bottom: 0; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-card:nth-child(2) { border-right: 1px solid rgba(246,240,223,.18); }
  .process-card:nth-child(-n+2) { border-bottom: 1px solid rgba(246,240,223,.18); }
  .products-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 330px; }
  .partners-grid { gap: 50px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 32px, 1180px); }
  .site-header { height: 72px; padding-inline: 16px; }
  .brand img { width: 150px; }
  .primary-nav { top: 72px; }
  .hero { min-height: 860px; }
  .hero-backdrop { background-position: 66% center; }
  .hero-backdrop::after { background: linear-gradient(180deg, rgba(4, 25, 18, .74), rgba(4, 25, 18, .94) 57%, rgba(3, 20, 14, .99)); }
  .hero-content { align-self: end; padding: 130px 0 115px; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5rem); }
  .hero-copy { font-size: .96rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-proof { flex-wrap: wrap; margin-top: 42px; gap: 10px; }
  .scroll-cue { display: none; }
  .story, .craft, .collection { padding: 92px 0; }
  .section-number { margin-bottom: 40px; }
  .story-grid { grid-template-columns: 1fr; gap: 35px; }
  .story-grid > .section-number { grid-column: auto; }
  .story-copy h2, .collection-heading h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .story-card { margin-top: 0; }
  .story-card-photo { aspect-ratio: 1; }
  .section-heading h2 { font-size: clamp(2.8rem, 13vw, 4.6rem); }
  .process-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .process-card { min-height: 230px; border-left: 1px solid rgba(246,240,223,.18); border-bottom: 1px solid rgba(246,240,223,.18); }
  .process-card:last-child { border-bottom: 0; }
  .process-card h3 { margin-top: 42px; }
  .collection-heading { grid-template-columns: 1fr; gap: 28px; }
  .product-card { grid-template-columns: 1fr; }
  .product-photo { min-height: 340px; }
  .product-info { min-height: 270px; }
  .partners-grid { grid-template-columns: 1fr; padding-block: 92px; }
  .partners-copy h2, .contact h2 { font-size: clamp(2.85rem, 13vw, 4.7rem); }
  .partner-stats div { min-height: 145px; padding: 20px; }
  .partner-stats strong { font-size: 2.15rem; }
  .contact { min-height: 700px; }
  .contact-inner { padding-block: 92px; }
  .contact-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; padding-block: 35px; text-align: center; }
  .footer-grid div { justify-content: center; flex-wrap: wrap; gap: 18px; }
  .footer-grid > a { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
