:root {
  --bg: #f2f4f3;
  --ink: #202c2a;
  --muted: #54615b;
  --accent: #28604d;
  --accent-ink: #f2f4f3;
  --support: #dce5df;
  --stone: #ced9dc;
  --line: #bbc9c1;
  --font-display: "Oswald", "Arial Narrow", sans-serif;
  --font-text: "Roboto Flex", system-ui, sans-serif;
  --fs-h1: clamp(3.5rem, 7.25vw, 6.5rem);
  --fs-h2: clamp(2.25rem, 4.5vw, 4rem);
  --fs-body: clamp(1.0625rem, 1.25vw, 1.125rem);
  --container: 1180px;
  --gutter: clamp(20px, 4vw, 48px);
  --radius: 2px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --nb-cursor-bg: #28604d;
  --nb-cursor-ink: #f2f4f3;
}
@view-transition { navigation: auto; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--bg); color: var(--ink); font: var(--fs-body)/1.55 var(--font-text); }
body.menu-open { overflow: hidden; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--font-display); font-weight: 500; letter-spacing: -.025em; line-height: 1.1; }
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-weight: 500; line-height: 1.25; }
p { text-wrap: pretty; }
a { color: inherit; text-decoration: none; text-underline-offset: 4px; }
button, input, select { font: inherit; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; object-fit: cover; }
svg { flex-shrink: 0; }
a, button { transition: color .2s var(--ease), background .2s var(--ease), transform .2s var(--ease), border-color .2s var(--ease); }
a:hover { color: var(--accent); }
a:active, button:active { transform: translateY(1px); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
[hidden] { display: none !important; }
section, [id] { scroll-margin-top: 96px; }
.container { width: min(var(--container), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.section-space { padding-block: clamp(80px, 10vw, 144px); }
.section-head { display: grid; grid-template-columns: 7fr 5fr; gap: 50px; align-items: end; margin-bottom: 52px; }
.section-aside { max-width: 39ch; color: var(--muted); }
.section-aside p + p { margin-top: 14px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 12px; padding: 10px 18px; background: var(--bg); z-index: 30; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.btn { display: inline-flex; min-height: 52px; justify-content: center; align-items: center; padding: 14px 26px; background: var(--accent); color: var(--accent-ink); border: 1px solid var(--accent); border-radius: var(--radius); font-weight: 600; line-height: 1.35; text-align: center; }
.btn:hover, .btn:focus-visible { background: var(--ink); border-color: var(--ink); color: var(--bg); transform: translateY(-2px); }
.btn:active { transform: translateY(1px); }
.btn-light { color: var(--ink); background: var(--bg); border-color: var(--bg); }
.btn-light:hover, .btn-light:focus-visible { background: var(--support); color: var(--ink); border-color: var(--support); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; }
.header { position: sticky; top: 0; z-index: 20; background: var(--bg); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 32px; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 29px; line-height: 1; flex-shrink: 0; }
.brand-sub { display: block; margin-top: 6px; font-family: var(--font-text); font-size: 12px; line-height: 1.3; color: var(--muted); }
nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 36px); font-size: 16px; }
nav a { display: flex; align-items: center; min-height: 44px; }
nav a:hover, nav a:focus-visible { text-decoration: underline; }
.header-link { font-size: 16px; font-weight: 600; padding-block: 12px; border-bottom: 1px solid var(--accent); }
.menu-toggle { display: none; }
.hero { position: relative; min-height: max(730px, calc(100svh - 84px)); display: flex; align-items: end; color: var(--bg); overflow: hidden; background: var(--ink); }
.hero-media { position: absolute; inset: -5% 0; }
.hero-media img { width: 100%; height: auto; min-height: 100%; aspect-ratio: 16 / 10; object-position: 65% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,32,29,.88), rgba(20,32,29,.30) 76%), linear-gradient(0deg, rgba(20,32,29,.8), transparent 80%); }
.hero-content { position: relative; z-index: 1; padding-top: 160px; padding-bottom: 66px; }
.hero h1 { max-width: 950px; }
.hero-bottom { display: grid; grid-template-columns: 7fr 5fr; gap: 60px; margin-top: 32px; align-items: end; }
.hero-bottom > div > p { max-width: 48ch; margin-bottom: 26px; }
.hero-caption { font-size: 15px; justify-self: end; padding-bottom: 12px; border-bottom: 1px solid rgba(242,244,243,.5); }
.batch-mark { position: absolute; right: 0; top: 30px; width: 120px; aspect-ratio: 1; border: 1px solid var(--bg); border-radius: 50%; display: grid; align-content: center; justify-items: center; transform: rotate(9deg); }
.batch-mark span { font-size: 12px; line-height: 1.3; }
.batch-mark strong { font: 500 49px/1.15 var(--font-display); }
.hero :focus-visible { outline-color: var(--bg); }
.ticker-shell { overflow: hidden; padding-block: 29px; background: var(--bg); }
.ticker { padding: 13px 0; background: var(--accent); color: var(--bg); }
.ticker ul { display: flex; align-items: center; gap: 42px; width: max-content; list-style: none; padding: 0 26px; margin: 0; }
.ticker li { flex-shrink: 0; font: 500 clamp(25px, 3vw, 40px)/1.3 var(--font-display); }
.ticker .ticker-bean { font-family: var(--font-text); }
.facts { display: grid; grid-template-columns: 1fr 1.2fr 1fr 1fr; padding-block: 48px 66px; border-bottom: 1px solid var(--line); }
.fact { padding-inline: 28px; border-left: 1px solid var(--line); }
.fact:first-child { padding-left: 0; border-left: 0; }
.fact:last-child { padding-right: 0; }
.fact .fact-value { margin-bottom: 14px; color: var(--accent); font: 500 clamp(48px, 6vw, 78px)/1.15 var(--font-display); white-space: nowrap; font-variant-numeric: tabular-nums; letter-spacing: -.03em; }
.fact-value small { font: 400 20px var(--font-text); margin-left: 8px; }
.fact > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.5; }
.coffee-section { padding-bottom: 110px; }
.gallery-controls { display: flex; align-items: center; gap: 8px; margin-top: 20px; }
.gallery-controls > span { flex: 1; font-size: 15px; }
.icon-button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); display: grid; place-items: center; }
.icon-button:hover, .icon-button:focus-visible { background: var(--accent); color: var(--bg); border-color: var(--accent); }
.coffee-gallery { display: flex; gap: 28px; padding: 8px max(var(--gutter), calc((100vw - var(--container)) / 2)) 25px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: var(--accent) var(--support); scrollbar-width: thin; scroll-padding-inline: var(--gutter); }
.coffee-card { display: block; flex: 0 0 clamp(290px, 35vw, 430px); scroll-snap-align: start; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.coffee-photo { position: relative; overflow: hidden; background: var(--support); }
.coffee-photo img { width: 100%; height: auto; aspect-ratio: 4 / 4.5; transition: transform .25s var(--ease); }
.coffee-card:first-child img { object-position: 80% center; }
.coffee-card:hover img, .coffee-card:focus-visible img { transform: scale(1.03); }
.coffee-card:hover, .coffee-card:focus-visible { border-color: var(--accent); }
.coffee-card:active { transform: translateY(2px); }
.coffee-index { position: absolute; left: 16px; bottom: 16px; padding: 6px 12px; font-size: 14px; color: var(--ink); background: var(--bg); }
.coffee-info { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; margin-block: 22px 8px; }
.coffee-info h3 { font: 500 clamp(23px, 2.3vw, 30px)/1.25 var(--font-display); }
.coffee-info > span { font-weight: 600; white-space: nowrap; font-variant-numeric: tabular-nums; }
.coffee-card > p { color: var(--muted); font-size: 16px; }
.coffee-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 23px; color: var(--muted); font-size: 14px; }
.gallery-footnote { margin-top: 20px; font-size: 14px; color: var(--muted); }
.roast-section { background: var(--support); }
.roast-section [data-nb-pin-stage] { padding-block: 108px 28px; }
.roast-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 35px; margin-bottom: 32px; }
.roast-heading p { max-width: 28ch; color: var(--muted); }
.roast-track { display: grid; gap: 55px; }
.roast-step { display: grid; grid-template-columns: 5fr 7fr; gap: 64px; align-items: center; min-width: 0; }
.step-copy { padding-block: 20px; }
.step-number { font: 500 38px var(--font-display); color: var(--accent); }
.step-number small { margin-left: 10px; font: 400 15px var(--font-text); color: var(--muted); }
.step-copy h3 { margin-block: 20px; font: 500 clamp(30px, 3.5vw, 45px)/1.12 var(--font-display); letter-spacing: -.02em; }
.step-copy > p { max-width: 39ch; }
.step-copy .step-detail { font-size: 14px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 18px; margin-top: 24px; }
.roast-step > img { width: 100%; height: auto; aspect-ratio: 7 / 5; }
.roast-step > .drum-detail { object-position: 80% 35%; }
.roast-step > .beans-detail { object-position: 95% 80%; }
.roast-progress { margin-top: 28px; height: 2px; background: var(--line); overflow: hidden; }
.roast-progress span { display: block; width: 100%; height: 100%; background: var(--accent); transform-origin: left; transform: scaleX(var(--nb-p, 0)); }
.journey-map { position: relative; padding-top: 40px; }
.journey-line { display: block; width: 100%; height: 180px; overflow: visible; }
.route-base { stroke: var(--line); stroke-width: 2; }
.route-active { stroke: var(--accent); stroke-width: 3; }
.journey-stops { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px; list-style: none; padding: 0; margin: -75px 0 0; }
.journey-stops li { position: relative; padding-top: 100px; }
.route-dot { position: absolute; top: 21px; left: 0; height: 15px; width: 15px; border: 4px solid var(--bg); background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 1px var(--accent); }
.journey-stops li:nth-child(2) .route-dot { top: -17px; }
.journey-stops li:nth-child(3) .route-dot { top: 50px; }
.journey-stops li:nth-child(4) .route-dot { top: -30px; }
.route-number { color: var(--accent); font-size: 15px; }
.journey-stops h3 { font: 500 27px/1.25 var(--font-display); margin-block: 12px; }
.journey-stops p { font-size: 16px; color: var(--muted); }
.comparison-section { padding-block: 90px; background: var(--stone); overflow: clip; }
.comparison { display: grid; grid-template-columns: 1fr 45px 1fr; align-items: center; padding: 12px 26px 30px; }
.comparison-card { min-width: 0; background: var(--bg); border: 1px solid transparent; transition: border-color .2s var(--ease); }
.comparison-card:hover { border-color: var(--accent); }
.before-card { transform: translateX(calc(var(--nb-v, 0) * -24px)) rotate(calc(var(--nb-v, 0) * -1deg)); }
.after-card { transform: translateX(calc(var(--nb-v, 0) * 24px)) rotate(calc(var(--nb-v, 0) * 1deg)); }
.comparison-divider { text-align: center; font: 500 46px var(--font-display); color: var(--accent); }
.comparison-image { position: relative; overflow: hidden; }
.comparison-image img { width: 100%; height: auto; aspect-ratio: 8 / 5; }
.before-card img { filter: grayscale(calc(1 - var(--nb-v, 1))); }
.after-card img { object-position: 85% center; }
.comparison-image > span { position: absolute; left: 18px; top: 18px; padding: 6px 14px; background: var(--bg); color: var(--ink); font-size: 15px; }
.comparison-copy { padding: 25px 28px 30px; }
.comparison-copy h3 { font: 500 32px var(--font-display); margin-bottom: 14px; }
.comparison-copy p { font-size: 16px; min-height: 100px; }
.comparison-copy > span { display: block; border-top: 1px solid var(--line); padding-top: 17px; margin-top: 22px; color: var(--accent); font-size: 14px; }
.comparison-note { max-width: 75ch; font-size: 14px; color: var(--muted); margin-top: 18px; }
.table-scroll { overflow-x: auto; scrollbar-color: var(--accent) var(--support); }
.plans-table { width: 100%; border-collapse: collapse; text-align: left; }
.plans-table caption { text-align: left; }
.plans-table th, .plans-table td { padding: 25px 18px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.plans-table thead th { font-size: 14px; font-weight: 400; color: var(--muted); padding-top: 0; padding-bottom: 16px; }
.plans-table th:first-child { padding-left: 0; }
.plans-table tbody th { font: 500 30px var(--font-display); white-space: nowrap; }
.plan-number { display: inline-block; width: 36px; font: 400 14px var(--font-text); color: var(--muted); }
.plans-table td { font-size: 16px; }
.plans-table .price { font: 500 33px var(--font-display); font-variant-numeric: tabular-nums; white-space: nowrap; }
.plan-featured { background: var(--support); }
.plan-select { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid var(--accent); color: var(--accent); padding: 8px 19px; }
.plan-select:hover, .plan-select:focus-visible { background: var(--accent); color: var(--bg); }
.plan-notes { display: flex; justify-content: space-between; gap: 24px; font-size: 14px; color: var(--muted); margin-top: 18px; }
.request-layout { margin-top: 100px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 116px); border-top: 1px solid var(--line); padding-top: 72px; }
.request-bean { color: var(--accent); margin-bottom: 24px; width: 70px; height: 82px; }
.request-copy h2 { font-size: clamp(35px, 3.6vw, 48px); }
.request-copy > p { margin-top: 24px; max-width: 40ch; }
.request-copy .request-timing { color: var(--muted); font-size: 15px; margin-top: 30px; }
form { align-self: start; padding: 32px; background: var(--support); }
form > label:not(.consent) { display: block; font-size: 15px; margin-bottom: 8px; }
input:not([type="checkbox"]), select { width: 100%; min-width: 0; min-height: 52px; padding: 12px 14px; color: var(--ink); background: var(--bg); border: 1px solid #899b90; border-radius: var(--radius); margin-bottom: 20px; font-size: 16px; }
input::placeholder { color: #65716b; opacity: 1; }
select { padding-right: 28px; text-overflow: ellipsis; }
input:focus-visible, select:focus-visible { outline-offset: 2px; }
.consent { display: flex; gap: 12px; align-items: start; font-size: 14px; cursor: pointer; padding-block: 6px; }
.consent input { width: 21px; height: 21px; margin: 2px 0 0; flex-shrink: 0; accent-color: var(--accent); }
.consent a { text-decoration: underline; }
form .btn { width: 100%; }
.form-error { color: #8b2736; font-size: 14px; margin-block: 12px; }
.form-error:empty { margin-block: 14px; }
.form-caption { color: var(--muted); font-size: 13px; margin-top: 14px; }
.form-success { background: var(--bg); padding: 18px; margin-top: 22px; border-left: 3px solid var(--accent); }
.faq-section { display: grid; grid-template-columns: 4fr 8fr; gap: 80px; padding-bottom: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; }
.faq-list summary { list-style: none; display: flex; gap: 20px; align-items: center; justify-content: space-between; padding-block: 23px; font-size: 20px; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { flex-shrink: 0; font-size: 27px; color: var(--accent); transition: transform .2s var(--ease); }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list details p { padding: 0 35px 25px 0; color: var(--muted); font-size: 16px; }
.faq-list summary:hover, .faq-list summary:focus-visible { color: var(--accent); }
.visit-section { position: relative; background: var(--support); padding-block: 85px 100px; }
.visit-section::before { content: ""; position: absolute; left: 0; right: 0; top: -10px; height: 12px; background: radial-gradient(ellipse at 50% 100%, var(--support) 69%, transparent 72%) 0 0 / 28px 12px repeat-x; }
.visit-grid { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.visit-photo { overflow: hidden; border-radius: 48% 48% 0 0; }
.visit-photo img { width: 100%; height: auto; aspect-ratio: 4 / 5; }
.visit-copy > p { margin-block: 24px; max-width: 42ch; }
.visit-copy address { font: 500 clamp(23px, 2.5vw, 30px) var(--font-display); font-style: normal; margin-top: 32px; }
.visit-copy .visit-schedule { color: var(--muted); font-size: 16px; margin-block: 14px 26px; }
.visit-copy .text-link { display: flex; width: fit-content; margin-top: 15px; font-size: 15px; }
.footer { background: var(--ink); color: var(--bg); padding-top: 50px; }
.footer a:hover, .footer a:focus-visible { color: var(--support); text-decoration: underline; }
.footer :focus-visible { outline-color: var(--bg); }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; padding-bottom: 36px; }
.footer-brand { font: 500 32px/1.2 var(--font-display); }
.footer-top p, .footer-top > div > a { font-size: 15px; }
.footer-top p + p { margin-top: 14px; }
.footer-top > div > a { display: flex; align-items: center; min-height: 44px; }
.privacy { border-top: 1px solid #63716a; padding-block: 20px; font-size: 14px; }
.privacy summary { padding-block: 9px; }
.privacy p { max-width: 90ch; margin-top: 18px; color: #d8dfdb; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid #63716a; padding-block: 24px; font-size: 13px; color: #d8dfdb; }

@media (min-width: 701px) and (prefers-reduced-motion: no-preference) {
  .roast-section[data-nb-pin] [data-nb-pin-stage]:has([data-nb-step].is-active) .roast-track {
    display: grid;
    width: 100%;
    gap: 0;
    transform: none;
  }
  .roast-section[data-nb-pin] [data-nb-pin-stage]:has([data-nb-step].is-active) .roast-step {
    grid-area: 1 / 1;
    opacity: 0;
    transform: translateY(24px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 450ms var(--ease), transform 450ms var(--ease), visibility 450ms;
  }
  .roast-section[data-nb-pin] [data-nb-pin-stage]:has([data-nb-step].is-active) .roast-step.is-active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
  }
  .roast-section[data-nb-pin] [data-nb-pin-stage]:has([data-nb-step].is-active) .roast-step > img {
    width: 100%;
    height: auto;
    aspect-ratio: 7 / 5;
    max-height: 49svh;
  }
  .roast-section .step-number { font-size: clamp(52px, 5vw, 68px); line-height: 1.1; }
}
@media (max-width: 1100px) {
  .header-inner { gap: 20px; }
  .header-link { display: none; }
  .roast-step { gap: 35px; }
  .plans-table th, .plans-table td { padding-inline: 12px; }
  .plans-table tbody th { font-size: 26px; }
  .plans-table .price { font-size: 28px; }
}
@media (max-width: 900px) {
  :root { --fs-h1: clamp(52px, 9vw, 78px); }
  .header-inner { min-height: 76px; }
  .section-head { gap: 30px; grid-template-columns: 1.1fr 1fr; }
  .hero { min-height: 760px; }
  .hero-media img { height: auto; aspect-ratio: auto; width: 100%; min-height: 100%; }
  .hero-bottom { grid-template-columns: 1fr; gap: 24px; }
  .hero-caption { display: none; }
  .hero-bottom > div > p { max-width: 45ch; }
  .facts { grid-template-columns: 1fr 1fr; row-gap: 35px; }
  .fact:nth-child(3) { border-left: 0; padding-left: 0; }
  .fact .fact-value { font-size: 64px; }
  .roast-section [data-nb-pin-stage] { padding-block: 100px 28px; }
  .roast-heading { display: block; margin-bottom: 40px; }
  .roast-heading p { margin-top: 16px; max-width: none; }
  .roast-step { grid-template-columns: 1fr 1fr; gap: 30px; border-top: 1px solid #acbdb0; padding-top: 30px; }
  .roast-step > img { aspect-ratio: 4 / 5; }
  .journey-stops { gap: 20px; }
  .journey-stops h3 { font-size: 23px; }
  .journey-stops p { font-size: 15px; }
  .comparison { padding-inline: 15px; grid-template-columns: 1fr 24px 1fr; }
  .comparison-copy { padding: 20px; }
  .comparison-copy p { min-height: 150px; }
  .before-card { transform: translateX(calc(var(--nb-v, 0) * -10px)); }
  .after-card { transform: translateX(calc(var(--nb-v, 0) * 10px)); }
  .plans-table { min-width: 770px; }
  .request-layout { gap: 35px; }
  form { padding: 24px; }
  .faq-section { grid-template-columns: 1fr 1.5fr; gap: 40px; }
  .visit-grid { gap: 40px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > a { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .roast-section [data-nb-pin-stage] { padding-block: 65px; }
  .roast-track { gap: 42px; }
  .roast-step { grid-template-columns: 1fr; gap: 22px; }
  .roast-step > img { aspect-ratio: 5 / 4; }
  .roast-progress { display: none; }
}
@media (max-width: 640px) {
  :root { --fs-h1: clamp(38px, 11.3vw, 48px); --fs-h2: clamp(34px, 9.2vw, 42px); }
  html { scroll-padding-top: 76px; }
  section, [id] { scroll-margin-top: 80px; }
  .header-inner { min-height: 68px; }
  .brand { font-size: 24px; }
  .brand svg { width: 27px; height: 35px; }
  .brand-sub { font-size: 11px; }
  .menu-toggle { display: flex; width: 46px; height: 46px; flex-direction: column; justify-content: center; gap: 7px; align-items: center; border: 1px solid var(--line); background: transparent; color: var(--ink); }
  .menu-toggle span { width: 21px; height: 2px; background: currentColor; transition: transform .2s var(--ease); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  nav { display: none; position: fixed; inset: 68px 0 0; padding: 35px var(--gutter); background: var(--bg); align-items: stretch; justify-content: start; flex-direction: column; gap: 12px; overflow-y: auto; font-size: 28px; }
  nav.is-open { display: flex; }
  nav a { padding-block: 12px; border-bottom: 1px solid var(--line); }
  .hero { min-height: 710px; align-items: end; }
  .hero-media { inset: 0; }
  .hero-media img { width: 100%; height: auto; aspect-ratio: .5; min-height: 100%; object-position: 73% top; }
  .hero-shade { background: linear-gradient(0deg, rgba(20,32,29,.96) 0%, rgba(20,32,29,.92) 36%, rgba(20,32,29,.2) 74%, rgba(20,32,29,.13)); }
  .hero-content { padding-top: 325px; padding-bottom: 36px; }
  .hero h1 { line-height: 1.12; }
  .hero-bottom { margin-top: 22px; }
  .hero-bottom > div > p { margin-bottom: 23px; font-size: 16px; }
  .hero .btn { min-height: 50px; font-size: 16px; }
  .batch-mark { top: 27px; right: 0; width: 91px; }
  .batch-mark strong { font-size: 34px; }
  .batch-mark span { font-size: 10px; }
  .ticker-shell { padding-block: 20px; }
  .ticker ul { gap: 24px; }
  .facts { padding-block: 28px 42px; gap: 26px 0; }
  .fact { padding-inline: 18px; }
  .fact .fact-value { font-size: clamp(46px, 13vw, 58px); margin-bottom: 9px; }
  .fact > p:last-child { font-size: 14px; }
  .fact-value small { font-size: 15px; margin-left: 5px; }
  .section-space { padding-block: 75px; }
  .section-head { grid-template-columns: 1fr; gap: 23px; margin-bottom: 32px; }
  .section-aside { max-width: none; }
  .gallery-controls { margin-top: 22px; }
  .coffee-gallery { gap: 18px; }
  .coffee-card { flex-basis: 85%; }
  .coffee-info { gap: 8px; }
  .coffee-info h3 { font-size: 25px; }
  .coffee-info > span { font-size: 16px; }
  .coffee-meta { font-size: 13px; }
  .coffee-photo img { aspect-ratio: 4 / 4.2; }
  .gallery-footnote { font-size: 13px; }
  .roast-heading { margin-bottom: 25px; }
  .roast-track { gap: 42px; }
  .roast-step { grid-template-columns: 1fr; gap: 22px; }
  .step-copy { padding: 0; }
  .step-number { font-size: 29px; }
  .step-copy h3 { font-size: 34px; margin-block: 14px; }
  .step-copy .step-detail { margin-top: 17px; padding-top: 14px; }
  .roast-step > img { aspect-ratio: 5 / 4; }
  .journey-map { padding: 0; }
  .journey-line { position: absolute; left: 0; top: 4px; width: 34px; height: calc(100% - 45px); }
  .journey-stops { display: grid; grid-template-columns: 1fr; gap: 30px; margin: 0; padding-left: 53px; }
  .journey-stops li { padding: 0; }
  .journey-stops .route-dot, .journey-stops li:nth-child(2) .route-dot, .journey-stops li:nth-child(3) .route-dot, .journey-stops li:nth-child(4) .route-dot { top: 7px; left: -40px; }
  .journey-stops h3 { margin-block: 5px 8px; font-size: 27px; }
  .journey-stops p { font-size: 16px; }
  .comparison-section { padding-block: 70px; }
  .comparison { grid-template-columns: 1fr; gap: 12px; padding: 8px 7px 15px; }
  .before-card { transform: translateX(calc(var(--nb-v, 0) * -7px)); }
  .after-card { transform: translateX(calc(var(--nb-v, 0) * 7px)); }
  .comparison-divider { font-size: 28px; line-height: 1; }
  .comparison-copy p { min-height: 0; }
  .comparison-copy > span { margin-top: 18px; }
  .comparison-image img { aspect-ratio: 8 / 4.5; }
  .comparison-note { font-size: 13px; }
  .plans-table { min-width: 680px; }
  .plans-table th, .plans-table td { padding-block: 21px; }
  .plans-table tbody th { font-size: 23px; }
  .plans-table td { font-size: 15px; }
  .plans-table .price { font-size: 26px; }
  .plan-number { width: 26px; }
  .plan-notes { flex-direction: column; gap: 9px; font-size: 13px; }
  .request-layout { margin-top: 60px; padding-top: 50px; grid-template-columns: 1fr; gap: 30px; }
  .request-bean { width: 50px; height: 60px; margin-bottom: 18px; }
  .request-copy > p { margin-top: 18px; }
  .request-copy .request-timing { margin-top: 18px; }
  form { padding: 23px 18px; }
  .faq-section { grid-template-columns: 1fr; gap: 30px; padding-bottom: 80px; }
  .faq-list summary { font-size: 18px; padding-block: 20px; }
  .faq-list details p { padding-right: 0; }
  .visit-section { padding-block: 60px; }
  .visit-grid { grid-template-columns: 1fr; gap: 36px; }
  .visit-photo { max-width: 360px; width: 90%; margin-inline: auto; }
  .visit-photo img { aspect-ratio: 5 / 5.2; }
  .visit-copy > p { margin-block: 20px; }
  .visit-copy .btn { width: 100%; padding-inline: 12px; font-size: 16px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-top > a { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-media, .roast-track, .comparison-card, .ticker { transform: none !important; }
  .before-card img { filter: none; }
  .roast-viewport { overflow: visible !important; }
  .roast-track { display: grid !important; width: auto !important; }
  .roast-progress { display: none; }
  .ticker ul { flex-wrap: wrap; width: auto; gap: 12px 24px; }
}