:root {
  --ink: #182246;
  --orange: #f47d16;
  --sun: #ffb71b;
  --paper: #f3efe5;
  --ivory: #fbf8f1;
  --teal: #176d70;
  --matcha: #55783d;
  --matcha-light: #a7bb79;
  --muted: #697087;
  --line: rgba(24,34,70,.17);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 Archivo, sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: 30; pointer-events: none; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1240px, calc(100% - 64px)); margin: auto; }
.mono { font: 500 .7rem/1.4 "IBM Plex Mono", monospace; letter-spacing: .14em; text-transform: uppercase; }
.serif { font-family: "DM Serif Display", serif; font-weight: 400; font-style: italic; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: .95; }
h1 { margin-bottom: 34px; font-size: clamp(4.3rem, 8.2vw, 8.6rem); }
h2 { font-size: clamp(3rem, 6vw, 5.8rem); }
h3 { font-size: 1.55rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 50px; padding: 13px 22px; border: 1.5px solid var(--ink); border-radius: 100px; background: transparent; font: 500 .7rem "IBM Plex Mono", monospace; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: .2s; }
.btn::after { content: "↗"; font-size: 1rem; }
.btn:hover { background: var(--ink); color: var(--ivory); }
.btn-fill { background: var(--orange); border-color: var(--orange); color: white; }
.btn-fill:hover { background: var(--ink); border-color: var(--ink); }

header { position: relative; z-index: 10; height: 108px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 40px; padding: 14px max(32px, calc((100vw - 1240px)/2)); border-bottom: 1px solid var(--line); background: rgba(243,239,229,.92); backdrop-filter: blur(12px); }
.brand img { width: 140px; max-height: 82px; object-fit: contain; }
.brand { text-decoration: none; }
nav { display: flex; justify-content: center; gap: 31px; }
nav a { font-size: .82rem; text-decoration: none; }
nav a[aria-current="page"], nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.menu-cta { white-space: nowrap; }

.sub-hero { padding: 76px 0 90px; overflow: hidden; }
.sub-hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 7vw; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 34px; }
.eyebrow::before { content: ""; width: 46px; border-top: 2px solid currentColor; }
.matcha-page .eyebrow, .matcha-page .sub-hero h1 em { color: var(--matcha); }
.equipment-page .eyebrow, .equipment-page .sub-hero h1 em { color: var(--orange); }
.sub-hero h1 em { display: block; font-family: "DM Serif Display", serif; font-weight: 400; }
.hero-lead { max-width: 580px; margin-bottom: 34px; color: var(--muted); font-size: 1.08rem; }
.hero-art { position: relative; min-height: 650px; }
.hero-art::before { content: ""; position: absolute; width: 210px; height: 210px; right: -30px; top: -30px; border-radius: 50%; z-index: -1; }
.matcha-page .hero-art::before { background: var(--matcha-light); box-shadow: 0 0 0 36px rgba(85,120,61,.14), 0 0 0 72px rgba(85,120,61,.07); }
.equipment-page .hero-art::before { background: var(--sun); box-shadow: 0 0 0 36px rgba(244,125,22,.15), 0 0 0 72px rgba(244,125,22,.08); }
.hero-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 46% 46% 6px 6px; }
.hero-note { position: absolute; z-index: 3; right: -18px; bottom: 34px; width: 230px; padding: 22px; background: var(--ivory); border: 1px solid var(--line); transform: rotate(-3deg); }
.hero-note strong { display: block; margin-bottom: 4px; font: 400 1.65rem "DM Serif Display", serif; }
.hero-note span { color: var(--muted); font-size: .76rem; }

.proof { border-block: 1px solid var(--line); background: var(--ivory); }
.proof .wrap { display: grid; grid-template-columns: repeat(3,1fr); }
.proof div { padding: 21px 28px; border-right: 1px solid var(--line); font-size: .78rem; }
.proof div:first-child { padding-left: 0; }
.proof div:last-child { border-right: 0; }
.proof b { display: block; color: var(--orange); font: 500 .65rem "IBM Plex Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.matcha-page .proof b { color: var(--matcha); }

section.content { padding: 125px 0; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.split-copy { padding-top: 20px; color: var(--muted); font-size: 1.14rem; }
.split-copy p { max-width: 700px; }
.pullquote { margin-top: 54px; padding-top: 30px; border-top: 1px solid var(--line); color: var(--ink); font: 400 clamp(2rem,4vw,3.8rem)/1.05 "DM Serif Display", serif; }

.region-section { background: var(--ivory); }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; margin-bottom: 66px; }
.section-head p { max-width: 580px; color: var(--muted); }
.region-grid, .catalog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.region-card, .catalog-card { position: relative; min-height: 390px; padding: 38px; border: 1px solid var(--line); overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; }
.region-card:first-child { background: var(--matcha); color: white; }
.region-card:last-child { background: var(--matcha-light); }
.region-card::before, .catalog-card::before { content: attr(data-n); position: absolute; right: 18px; top: -50px; font: 800 11rem Archivo, sans-serif; color: currentColor; opacity: .09; }
.region-card h3, .catalog-card h3 { margin-bottom: 14px; font-size: 2rem; }
.region-card p, .catalog-card p { max-width: 520px; margin: 0; opacity: .78; }

.applications { background: var(--paper); }
.application-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 62px; }
.application { min-height: 250px; padding: 28px 24px; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end; }
.application:nth-child(1) { background: var(--orange); color: white; }
.application:nth-child(2) { background: var(--teal); color: white; }
.application:nth-child(3) { background: var(--sun); }
.application:nth-child(4) { background: var(--ivory); }
.application span { color: inherit; opacity: .7; }

.quality-band { background: var(--ink); color: var(--ivory); }
.quality-band .section-head p { color: rgba(251,248,241,.67); }
.quality-list { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.2); }
.quality-item { padding: 34px 28px; border-right: 1px solid rgba(255,255,255,.2); }
.quality-item:last-child { border-right: 0; }
.quality-item b { display: block; margin-bottom: 12px; color: var(--orange); font: 500 .68rem "IBM Plex Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.matcha-page .quality-item b { color: var(--matcha-light); }
.quality-item p { margin: 0; color: rgba(251,248,241,.66); font-size: .84rem; }

.catalog-card:nth-child(1) { background: var(--orange); color: white; }
.catalog-card:nth-child(2) { background: var(--teal); color: white; }
.catalog-card:nth-child(3) { background: var(--sun); }
.catalog-card:nth-child(4) { background: var(--paper); }

.steps { background: var(--ivory); }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 60px; }
.step { padding-top: 24px; border-top: 2px solid var(--ink); }
.step b { color: var(--orange); }
.step h3 { margin: 18px 0 12px; }
.step p { color: var(--muted); }

.contact-band { position: relative; padding: 120px 0; overflow: hidden; text-align: center; background: var(--orange); color: white; }
.contact-band::before { content: ""; position: absolute; width: 520px; height: 520px; left: -210px; top: -250px; border: 2px solid rgba(255,255,255,.4); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.08), 0 0 0 130px rgba(255,255,255,.05); }
.matcha-page .contact-band { background: var(--matcha); }
.contact-band h2 { position: relative; max-width: 950px; margin-inline: auto; font-family: "DM Serif Display", serif; font-weight: 400; }
.contact-band p { position: relative; max-width: 660px; margin: 26px auto 34px; color: rgba(255,255,255,.8); }
.contact-band .btn { position: relative; border-color: white; color: white; }
.contact-band .btn:hover { background: white; color: var(--ink); }

footer { padding: 42px 0; background: var(--ink); color: rgba(251,248,241,.64); }
.footer { display: grid; grid-template-columns: 1fr auto auto; gap: 44px; align-items: center; font-size: .73rem; }
.footer img { width: 125px; filter: brightness(0) invert(1); }
.footer a { color: white; }

@media(max-width:900px) {
  .wrap { width: min(100% - 40px,1240px); }
  header { height: 94px; grid-template-columns: 145px 1fr; padding-inline: 20px; }
  .brand img { width: 118px; }
  nav { display: none; }
  .menu-cta { justify-self: end; }
  .sub-hero-grid, .split, .section-head { grid-template-columns: 1fr; }
  .hero-art { min-height: 590px; margin-top: 30px; }
  .application-grid, .quality-list { grid-template-columns: 1fr 1fr; }
  .quality-item:nth-child(2) { border-right: 0; }
  .quality-item { border-bottom: 1px solid rgba(255,255,255,.2); }
}
@media(max-width:560px) {
  .wrap { width: calc(100% - 32px); }
  header { height: 86px; }
  .brand img { width: 104px; }
  .menu-cta { min-height: 41px; padding: 9px 13px; font-size: .57rem; }
  .sub-hero { padding: 48px 0 65px; }
  h1 { font-size: 4rem; }
  .hero-art { min-height: 480px; }
  .hero-note { right: -5px; }
  .proof .wrap, .region-grid, .catalog-grid, .application-grid, .quality-list, .steps-grid { grid-template-columns: 1fr; }
  .proof div { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  section.content { padding: 88px 0; }
  .region-card, .catalog-card { min-height: 310px; }
  .quality-item { border-right: 0; }
  .footer { grid-template-columns: 1fr; gap: 18px; align-items: start; }
}
