/* =========================================================
   果樹の杜 — site stylesheet
   ========================================================= */
:root {
  --ink: #2E2B27;
  --ink-2: #3F3A34;
  --ink-3: #4E4943;
  --muted: #6A645B;
  --line: #E6E1D7;
  --line-2: #DCD6CA;
  --bg: #FFFFFF;
  --bg-soft: #F6F4EF;
  --bg-card: #FAF8F4;
  --accent: #4D5B45;
  --accent-pale: #B9C2B0;
  --accent-text: #E4E7DF;
  --serif: 'Shippori Mincho', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  --latin: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Zen Kaku Gothic New', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  --gutter: 96px;
  --header-h: 96px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--ink); }
a:hover { color: var(--accent); }
h1, h2, h3, p { margin: 0; }
section[id] { scroll-margin-top: 72px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.inner { padding-left: var(--gutter); padding-right: var(--gutter); }
.latin { font-family: var(--latin); }
.eyebrow { font-family: var(--latin); font-size: 16px; letter-spacing: 0.24em; color: var(--accent); text-transform: uppercase; }
.label-ja { font-size: 13px; letter-spacing: 0.2em; color: var(--muted); }
.sec-title { display: flex; align-items: baseline; gap: 20px; flex-wrap: wrap; }
.sec-title .en { font-family: var(--latin); font-size: 36px; letter-spacing: 0.12em; line-height: 1.2; }
.sec-title--center { flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.sec-title--center h2 { font-family: var(--serif); font-weight: 500; font-size: 28px; letter-spacing: 0.16em; }

/* photo placeholders (replace with <img>) */
.ph {
  margin: 0; background: #CFC9BC; color: #5E584F;
  display: flex; align-items: flex-end; padding: 16px 20px;
  font-size: 12px; letter-spacing: 0.1em; min-height: 200px;
}
.ph--alt { background: #C4BEB0; }
.ph img { width: 100%; height: 100%; object-fit: cover; }

/* =========================================================
   Header
   ========================================================= */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  height: var(--header-h);
  padding: 0 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  color: #FFFFFF;
  transition: background-color .35s ease, color .35s ease, height .35s ease, box-shadow .35s ease;
}
.site-header a { color: inherit; text-decoration: none; }
.site-header.is-scrolled {
  height: 72px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
}
.brand { display: flex; flex-direction: column; gap: 4px; line-height: 1.2; }
.brand__sub { font-size: 11px; letter-spacing: 0.3em; opacity: .9; }
.brand__name { font-family: var(--serif); font-size: 28px; letter-spacing: 0.24em; }
.gnav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 32px; }
.gnav a { font-size: 14px; letter-spacing: 0.14em; padding: 6px 0; border-bottom: 1px solid transparent; white-space: nowrap; }
.gnav a:hover, .gnav a[aria-current="page"] { border-bottom-color: currentColor; color: inherit; }

.menu-btn {
  display: none;
  width: 48px; height: 48px; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer;
  position: relative;
}
.menu-btn span { position: absolute; left: 12px; right: 12px; height: 1.5px; background: currentColor; transition: transform .3s ease, opacity .3s ease; }
.menu-btn span:nth-child(1) { top: 17px; }
.menu-btn span:nth-child(2) { top: 23px; }
.menu-btn span:nth-child(3) { top: 29px; }
.menu-open .menu-btn span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-btn span:nth-child(2) { opacity: 0; }
.menu-open .menu-btn span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* =========================================================
   Hero
   ========================================================= */
.hero { position: relative; height: 100vh; height: 100svh; min-height: 560px; max-height: 1100px; overflow: hidden; background: #7F8A86; color: #FFFFFF; }
.hero__slides, .hero__slide { position: absolute; inset: 0; }
.hero__slide { opacity: 0; transition: opacity 1.6s ease; }
.hero__slide.is-active { opacity: 1; }
.hero__slide svg, .hero__slide img { width: 100%; height: 100%; object-fit: cover; }
.hero__note {
  position: absolute; top: 120px; left: 50%; transform: translateX(-50%);
  font-size: 12px; letter-spacing: 0.12em; background: rgba(30,30,26,.35); padding: 6px 14px; white-space: nowrap;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 45%; background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.22)); pointer-events: none; }
.hero__copy { position: absolute; left: 56px; bottom: 72px; z-index: 2; display: flex; flex-direction: column; gap: 16px; }
.hero__copy .latin { font-style: italic; font-size: 20px; letter-spacing: 0.06em; }
.hero__copy p { font-family: var(--serif); font-size: 36px; line-height: 1.8; letter-spacing: 0.16em; }
.hero__counter { position: absolute; right: 56px; bottom: 72px; z-index: 2; display: flex; align-items: center; gap: 20px; font-family: var(--latin); font-size: 18px; }
.hero__counter .bar { width: 120px; height: 1px; background: rgba(255,255,255,.4); position: relative; overflow: hidden; }
.hero__counter .bar i { position: absolute; inset: 0; background: #FFFFFF; transform-origin: left; transform: scaleX(0); }
.hero__counter .bar i.run { animation: bar var(--slide-ms, 6000ms) linear forwards; }
@keyframes bar { to { transform: scaleX(1); } }
.hero__scroll { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px; font-family: var(--latin); font-size: 12px; letter-spacing: 0.3em; color: #FFFFFF; text-decoration: none; }
.hero__scroll::after { content: ""; width: 1px; height: 52px; background: linear-gradient(#FFFFFF 50%, rgba(255,255,255,.3) 50%); background-size: 1px 200%; animation: scrollLine 2.2s ease-in-out infinite; }
.hero__scroll:hover { color: #FFFFFF; }
@keyframes scrollLine { from { background-position: 0 100%; } to { background-position: 0 -100%; } }

/* sub-page hero */
.page-hero { position: relative; height: 560px; overflow: hidden; background: #7C7867; color: #FFFFFF; }
.page-hero svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero__title { position: absolute; left: 56px; bottom: 64px; display: flex; flex-direction: column; gap: 12px; }
.page-hero__title .latin { font-size: 20px; letter-spacing: 0.3em; }
.page-hero__title h1 { font-family: var(--serif); font-weight: 500; font-size: 48px; letter-spacing: 0.16em; line-height: 1.3; }

/* =========================================================
   News
   ========================================================= */
.news { padding-top: 96px; padding-bottom: 96px; display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 64px; padding-left: 160px; padding-right: 160px; }
.news__head { display: flex; flex-direction: column; gap: 10px; }
.news__head .en { font-family: var(--latin); font-size: 36px; letter-spacing: 0.12em; line-height: 1.2; }
.news__list { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid var(--line); }
.news__item { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 32px; padding: 28px 0; border-top: 1px solid var(--line); }
.news__date { font-family: var(--latin); font-size: 18px; color: var(--muted); line-height: 1.6; }
.news__title { font-size: 16px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.news__body { font-size: 14px; line-height: 2; color: var(--ink-3); margin-top: 8px; }
.news__link { font-size: 13px; color: var(--muted); margin-left: auto; text-decoration: none; }
.badge-new { background: var(--accent); color: #FFFFFF; font-size: 11px; letter-spacing: 0.2em; padding: 2px 9px; }

/* =========================================================
   Information (farm stand / peach picking)
   ========================================================= */
.info { background: var(--bg-soft); padding-top: 88px; padding-bottom: 88px; display: flex; flex-direction: column; gap: 56px; }
.info__card { background: #FFFFFF; padding: 56px; display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 64px; }
.info__side { display: flex; flex-direction: column; gap: 28px; }
.kv { display: flex; flex-direction: column; gap: 8px; }
.kv__big { font-family: var(--latin); font-size: 48px; line-height: 1; }
.note { font-size: 14px; line-height: 2; padding-left: 16px; border-left: 2px solid var(--line-2); color: var(--ink-3); }
.note--accent { border-left-color: var(--accent); color: var(--ink); }
.tag-dark { align-self: flex-start; background: var(--ink); color: #FFFFFF; font-size: 13px; letter-spacing: 0.14em; padding: 8px 16px; }
.cal__title { font-family: var(--serif); font-size: 20px; letter-spacing: 0.12em; padding-bottom: 14px; }
.cal__row { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 16px; align-items: start; padding: 16px 0; border-top: 1px solid var(--line); }
.cal__row:last-child { border-bottom: 1px solid var(--line); }
.cal__month { font-family: var(--serif); font-size: 22px; line-height: 40px; }
.cal__days { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.cal__days li { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-family: var(--latin); font-size: 19px; border: 1px solid var(--line-2); background: #FFFFFF; }
.cal__note { font-size: 13px; color: var(--accent); margin-top: 10px; }
.notice { background: var(--bg-soft); padding: 22px 28px; display: flex; flex-direction: column; gap: 6px; }
.notice strong { font-weight: 500; font-size: 15px; }
.notice span { font-size: 13px; color: var(--ink-3); }
.prices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.price { border: 1px solid var(--line-2); padding: 28px; display: flex; flex-direction: column; gap: 8px; }
.price__name { font-family: var(--serif); font-size: 19px; letter-spacing: 0.1em; }
.price__desc { font-size: 13px; color: var(--muted); }
.price__yen { font-family: var(--latin); font-size: 40px; line-height: 1; }
.info__main { display: flex; flex-direction: column; gap: 28px; min-width: 0; }

/* =========================================================
   Welcome + stories
   ========================================================= */
.welcome { padding: 96px 24px 72px; display: flex; flex-direction: column; align-items: center; gap: 32px; text-align: center; }
.welcome .latin { font-style: italic; font-size: 20px; color: var(--accent); }
.welcome h1 { font-family: var(--serif); font-weight: 500; font-size: 38px; line-height: 1.9; letter-spacing: 0.2em; }
.welcome p { font-size: 16px; line-height: 2.4; letter-spacing: 0.1em; color: var(--muted); }

.story { padding: 32px 0; display: grid; grid-template-columns: 820px minmax(0, 1fr); gap: 96px; align-items: center; }
.story--rev { grid-template-columns: minmax(0, 1fr) 820px; }
.story--rev .story__media { order: 2; }
.story:last-of-type { padding-bottom: 96px; }
.story__media { height: 360px; }
.story__media .ph { height: 100%; }
.story__media--pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.story__body { display: flex; flex-direction: column; gap: 24px; padding-right: 96px; }
.story--rev .story__body { padding-right: 0; padding-left: 96px; }
.story__label { display: flex; align-items: baseline; gap: 16px; }
.story h2 { font-family: var(--serif); font-weight: 500; font-size: 32px; line-height: 1.8; letter-spacing: 0.12em; }
.story p { font-size: 15px; line-height: 2.3; color: var(--ink-3); }
.text-link { align-self: flex-start; font-size: 14px; letter-spacing: 0.12em; }

/* =========================================================
   Access
   ========================================================= */
.access { background: var(--bg-soft); padding-top: 104px; padding-bottom: 104px; padding-left: 64px; padding-right: 64px; display: flex; flex-direction: column; gap: 48px; }
.access__top { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.btn-outline { border: 1px solid var(--ink); color: var(--ink); text-decoration: none; padding: 15px 26px; font-size: 14px; letter-spacing: 0.12em; display: inline-flex; align-items: center; min-height: 48px; }
.btn-outline:hover { background: var(--ink); color: #FFFFFF; }
.access__grid { display: grid; grid-template-columns: minmax(0, 760px) minmax(0, 1fr); gap: 56px; align-items: start; }
.map { margin: 0; display: flex; flex-direction: column; gap: 10px; }
.map__frame { border: 1px solid var(--line-2); background: #FFFFFF; }
.map__frame svg { width: 100%; height: auto; }
.map figcaption { font-size: 12px; color: var(--muted); }
.access__side { display: flex; flex-direction: column; gap: 32px; }
.addr { background: #FFFFFF; padding: 32px; display: flex; flex-direction: column; gap: 12px; }
.addr__name { font-family: var(--serif); font-size: 24px; letter-spacing: 0.2em; }
.addr__tel { font-family: var(--latin); font-size: 22px; text-decoration: none; }
.addr dl { margin: 0; display: grid; grid-template-columns: 72px minmax(0, 1fr); row-gap: 10px; font-size: 14px; line-height: 1.8; border-top: 1px solid #ECE7DD; padding-top: 14px; }
.addr dt { color: var(--muted); }
.addr dd { margin: 0; }
.spots { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid #E0DACE; }
.spot { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; gap: 16px; align-items: start; padding: 18px 0; border-top: 1px solid #E0DACE; }
.spot__num { width: 28px; height: 28px; border-radius: 50%; background: var(--ink); color: #FFFFFF; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.spot__river { width: 28px; height: 6px; margin-top: 11px; border-radius: 3px; background: #B9CFD6; }
.spot__name { font-family: var(--serif); font-size: 18px; letter-spacing: 0.06em; display: block; }
.spot__desc { font-size: 13px; line-height: 1.8; color: var(--ink-3); }
.spot__dist { font-family: var(--latin); font-size: 20px; white-space: nowrap; }
.spots-note { font-size: 12px; color: var(--muted); padding-top: 12px; }

/* =========================================================
   Voices
   ========================================================= */
.voices { padding-top: 104px; padding-bottom: 96px; display: flex; flex-direction: column; gap: 24px; }
.voices .sec-title { padding-bottom: 40px; border-bottom: 1px solid #E0DACE; }
.voice { display: grid; grid-template-columns: 440px minmax(0, 1fr); gap: 64px; padding: 56px 0; border-top: 1px solid #E0DACE; }
.voice:first-of-type { border-top: 0; padding-top: 16px; }
.voice:last-of-type { border-bottom: 1px solid #E0DACE; }
.voice__head { font-family: var(--serif); font-weight: 600; font-size: 22px; line-height: 1.7; letter-spacing: 0.04em; }
.voice__body { max-width: 680px; display: flex; flex-direction: column; gap: 12px; padding-top: 6px; }
.voice__body p { font-size: 15px; line-height: 2.1; letter-spacing: 0.03em; color: var(--ink-2); }

/* =========================================================
   Contact
   ========================================================= */
.contact { background: var(--bg-soft); padding-top: 112px; padding-bottom: 112px; display: flex; flex-direction: column; gap: 56px; }
.contact__intro { display: flex; flex-direction: column; align-items: center; gap: 28px; text-align: center; }
.contact__intro > p { font-size: 16px; line-height: 2.2; color: var(--ink-2); }
.contact__intro .caution { font-size: 14px; line-height: 2; color: var(--muted); background: #FFFFFF; padding: 14px 28px; }
.contact__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.contact-card { background: #FFFFFF; padding: 56px 48px; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.contact-card__icon { color: var(--accent); }
.contact-card__label { font-size: 14px; letter-spacing: 0.24em; color: var(--muted); }
.contact-card__value { font-family: var(--latin); font-size: 34px; line-height: 1.3; color: var(--ink); text-decoration: none; border-bottom: 1px solid #CFC8BA; padding-bottom: 6px; word-break: break-all; }
.contact-card__value--tel { font-size: 40px; }
.contact-card small { font-size: 13px; line-height: 1.9; color: var(--muted); }
.hours { display: flex; align-items: center; gap: 12px; font-size: 14px; flex-wrap: wrap; justify-content: center; }
.hours .latin { font-size: 20px; }
.hours .pill { font-size: 12px; letter-spacing: 0.1em; color: #FFFFFF; background: var(--accent); padding: 3px 10px; }

/* =========================================================
   Footer
   ========================================================= */
.site-footer { background: var(--accent); color: #F1EFE8; padding: 72px 96px 36px; display: flex; flex-direction: column; gap: 48px; }
.site-footer a { color: var(--accent-text); text-decoration: none; }
.site-footer a:hover { color: #FFFFFF; text-decoration: underline; }
.footer__grid { display: grid; grid-template-columns: 380px minmax(0, 1fr); gap: 64px; }
.footer__brand { display: flex; flex-direction: column; gap: 22px; }
.footer__brand .sub { font-size: 11px; letter-spacing: 0.3em; color: var(--accent-pale); }
.footer__brand .name { font-family: var(--serif); font-size: 32px; letter-spacing: 0.24em; line-height: 1.3; }
.footer__brand .en { font-family: var(--latin); font-style: italic; font-size: 16px; color: var(--accent-pale); }
.footer__addr { font-size: 14px; line-height: 2.1; color: var(--accent-text); }
.footer__tel { display: flex; flex-direction: column; gap: 2px; }
.footer__tel span { font-size: 12px; letter-spacing: 0.2em; color: var(--accent-pale); }
.footer__tel strong { font-family: var(--latin); font-weight: 400; font-size: 30px; color: #FFFFFF; }
.footer__nav { display: grid; grid-template-columns: repeat(2, minmax(0, 220px)); gap: 32px; }
.footer__nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.footer__nav .head { font-family: var(--latin); font-size: 16px; letter-spacing: 0.24em; color: var(--accent-pale); margin-bottom: 4px; }
.footer__nav a { font-size: 14px; letter-spacing: 0.12em; }
.footer__bottom { border-top: 1px solid #66725E; padding-top: 28px; display: flex; justify-content: flex-end; }
.footer__bottom small { font-size: 12px; letter-spacing: 0.1em; color: var(--accent-pale); }

/* =========================================================
   Fruits page
   ========================================================= */
.breadcrumb { padding: 24px var(--gutter); font-size: 13px; letter-spacing: 0.08em; color: var(--muted); }
.breadcrumb ol { list-style: none; margin: 0; padding: 0; display: flex; gap: 12px; flex-wrap: wrap; }
.breadcrumb li + li::before { content: "／"; margin-right: 12px; }
.breadcrumb a { color: var(--muted); }
.f-intro { padding-top: 72px; padding-bottom: 96px; display: flex; flex-direction: column; gap: 48px; }
.f-intro__lead { display: grid; grid-template-columns: 420px minmax(0, 1fr); gap: 64px; }
.f-intro__lead h2 { font-family: var(--serif); font-weight: 500; font-size: 32px; line-height: 1.8; letter-spacing: 0.1em; }
.f-intro__lead p { font-size: 16px; line-height: 2.3; color: var(--ink-2); padding-top: 8px; }
.f-toc { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; }
.f-toc a { display: flex; flex-direction: column; gap: 6px; padding: 22px 20px; border: 1px solid var(--line); text-decoration: none; color: var(--ink); height: 100%; transition: border-color .2s, background-color .2s; }
.f-toc a:hover { border-color: var(--accent); background: var(--bg-card); }
.f-toc .en { font-family: var(--latin); font-size: 14px; letter-spacing: 0.24em; color: var(--accent); }
.f-toc .ja { font-family: var(--serif); font-size: 18px; letter-spacing: 0.04em; white-space: nowrap; }
.f-sec { padding-top: 104px; padding-bottom: 104px; display: flex; flex-direction: column; gap: 48px; }
.f-sec:nth-of-type(odd) { background: var(--bg-soft); }
.f-sec__head { display: grid; grid-template-columns: 420px minmax(0, 1fr); gap: 64px; align-items: end; border-bottom: 1px solid #E0DACE; padding-bottom: 32px; }
.f-sec__head .eyebrow { font-size: 18px; letter-spacing: 0.3em; }
.f-sec__head h2 { font-family: var(--serif); font-weight: 500; font-size: 40px; letter-spacing: 0.14em; line-height: 1.4; margin-top: 10px; }
.f-sec__meta { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.f-sec__meta p { font-size: 15px; line-height: 2; color: var(--ink-3); }
.since { font-size: 12px; letter-spacing: 0.1em; color: var(--muted); border: 1px solid #D9D2C4; padding: 4px 12px; white-space: nowrap; }
.f-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.f-card { background: #FFFFFF; border: 1px solid #ECE7DD; padding: 32px 28px 34px; display: flex; flex-direction: column; gap: 16px; height: 100%; }
.f-card h3 { font-family: var(--serif); font-weight: 600; font-size: 22px; letter-spacing: 0.08em; line-height: 1.5; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.f-card h3 small { font-family: var(--latin); font-weight: 400; font-size: 15px; letter-spacing: 0.14em; color: var(--muted); }
.f-card .rule { width: 24px; height: 1px; background: var(--accent); }
.f-card p { font-size: 13.5px; line-height: 1.95; letter-spacing: 0.02em; color: var(--ink-2); }
.f-sec--simple .f-sec__head { border-bottom: 0; padding-bottom: 0; }

/* back-to-top */
.to-top {
  position: fixed; right: 24px; bottom: 24px; z-index: 40;
  width: 52px; height: 52px; border-radius: 50%; border: 0;
  background: var(--accent); color: #FFFFFF; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .3s, transform .3s;
}
.to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

/* fade-in on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s ease, transform .9s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__slide { transition: none; }
  .hero__scroll::after, .hero__counter .bar i.run { animation: none; }
}

/* =========================================================
   Responsive — wide laptops
   ========================================================= */
@media (max-width: 1360px) {
  :root { --gutter: 64px; }
  .gnav ul { gap: 22px; }
  .gnav a { font-size: 13px; letter-spacing: 0.1em; }
  .story, .story--rev { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 64px; }
  .story--rev { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); }
  .story__body { padding-right: 64px; }
  .story--rev .story__body { padding-left: 64px; }
  .news { padding-left: 96px; padding-right: 96px; }
  .f-toc { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* =========================================================
   Responsive — tablet & below (hamburger menu)
   ========================================================= */
@media (max-width: 1100px) {
  :root { --gutter: 40px; --header-h: 72px; }
  .site-header { padding: 0 16px 0 24px; }
  .brand__name { font-size: 24px; }
  .menu-btn { display: block; z-index: 2; }
  .gnav {
    position: fixed; inset: 0; z-index: 1;
    background: rgba(46, 43, 39, 0.97); color: #FFFFFF;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s;
  }
  .menu-open .gnav { opacity: 1; visibility: visible; }
  .menu-open .site-header { color: #FFFFFF; background: transparent; box-shadow: none; }
  .gnav ul { flex-direction: column; align-items: center; gap: 22px; }
  .gnav a { font-family: var(--serif); font-size: 20px; letter-spacing: 0.2em; }
  .hero__note { top: 88px; font-size: 11px; white-space: normal; width: max-content; max-width: calc(100% - 32px); text-align: center; }

  .news { grid-template-columns: 1fr; gap: 24px; padding-left: var(--gutter); padding-right: var(--gutter); }
  .info, .contact, .voices { padding-left: var(--gutter); padding-right: var(--gutter); }
  .info__card { grid-template-columns: 1fr; gap: 40px; padding: 40px; }
  .story, .story--rev { grid-template-columns: 1fr; gap: 32px; padding: 32px var(--gutter); }
  .story--rev .story__media { order: 0; }
  .story__body, .story--rev .story__body { padding: 0; }
  .story__media { height: 420px; }
  .access { padding-left: var(--gutter); padding-right: var(--gutter); }
  .access__grid { grid-template-columns: 1fr; }
  .voice { grid-template-columns: 1fr; gap: 20px; }
  .site-footer { padding: 64px var(--gutter) 32px; }
  .footer__grid { grid-template-columns: 1fr; gap: 40px; }
  .f-intro__lead, .f-sec__head { grid-template-columns: 1fr; gap: 24px; }
  .f-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-hero { height: 440px; }
}

/* =========================================================
   Responsive — smartphone
   ========================================================= */
@media (max-width: 640px) {
  :root { --gutter: 20px; }
  body { font-size: 14px; }
  .brand__sub { font-size: 10px; letter-spacing: 0.2em; }
  .brand__name { font-size: 22px; }
  .hero { min-height: 520px; }
  .hero__copy { left: 20px; right: 20px; bottom: 96px; }
  .hero__copy .latin { font-size: 16px; }
  .hero__copy p { font-size: 24px; letter-spacing: 0.12em; }
  .hero__counter { right: 20px; bottom: 40px; font-size: 15px; gap: 12px; }
  .hero__counter .bar { width: 64px; }
  .hero__scroll { display: none; }
  .hero__note { display: none; }

  .sec-title .en, .news__head .en { font-size: 30px; }
  .news { padding-top: 64px; padding-bottom: 64px; }
  .news__item { grid-template-columns: 1fr; gap: 6px; padding: 22px 0; }
  .news__link { margin-left: 0; width: 100%; }

  .info { padding-top: 64px; padding-bottom: 64px; gap: 32px; padding-left: 0; padding-right: 0; }
  .info .sec-title--center { padding: 0 var(--gutter); }
  .info__card { padding: 32px var(--gutter); }
  .kv__big { font-size: 40px; }
  .cal__row { grid-template-columns: 44px minmax(0, 1fr); gap: 10px; }
  .cal__month { font-size: 18px; line-height: 36px; }
  .cal__days li { width: 36px; height: 36px; font-size: 17px; }
  .prices { grid-template-columns: 1fr; }
  .price { padding: 22px; }
  .price__yen { font-size: 34px; }

  .welcome { padding: 72px var(--gutter) 48px; gap: 24px; }
  .welcome h1 { font-size: 23px; letter-spacing: 0.12em; }
  .welcome p { font-size: 14px; letter-spacing: 0.04em; text-align: left; }
  .welcome p br { display: none; }
  .story { padding: 24px var(--gutter); gap: 24px; }
  .story__media { height: 260px; margin: 0 calc(var(--gutter) * -1); }
  .story h2 { font-size: 24px; }
  .story p { font-size: 14px; line-height: 2.1; }
  .story:last-of-type { padding-bottom: 64px; }

  .access { padding-top: 64px; padding-bottom: 64px; gap: 32px; }
  .map__frame { margin: 0 calc(var(--gutter) * -1); border-left: 0; border-right: 0; }
  .addr { padding: 24px; }
  .spot { grid-template-columns: 32px minmax(0, 1fr); }
  .spot__dist { grid-column: 2; font-size: 17px; margin-top: -6px; }

  .voices { padding-top: 64px; padding-bottom: 64px; }
  .voice { padding: 36px 0; }
  .voice__head { font-size: 19px; }
  .voice__body p { font-size: 14px; line-height: 2; }

  .contact { padding-top: 64px; padding-bottom: 64px; gap: 32px; }
  .contact__intro > p { font-size: 14px; text-align: left; }
  .contact__intro .caution { text-align: left; padding: 14px 18px; }
  .contact__grid { grid-template-columns: 1fr; gap: 16px; }
  .contact-card { padding: 36px 20px; }
  .contact-card__value { font-size: 24px; }
  .contact-card__value--tel { font-size: 32px; }

  .footer__nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__bottom { justify-content: center; }

  .page-hero { height: 360px; }
  .page-hero__title { left: 20px; bottom: 40px; }
  .page-hero__title h1 { font-size: 32px; }
  .page-hero__title .latin { font-size: 14px; }
  .f-intro { padding-top: 48px; padding-bottom: 64px; gap: 32px; }
  .f-intro__lead h2 { font-size: 24px; }
  .f-intro__lead p { font-size: 14px; line-height: 2.1; }
  .f-toc { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .f-toc a { padding: 16px; }
  .f-sec { padding-top: 64px; padding-bottom: 64px; gap: 28px; }
  .f-sec__head h2 { font-size: 30px; }
  .f-grid { grid-template-columns: 1fr; gap: 12px; }
  .f-card { padding: 24px 20px; gap: 12px; }
  .f-card h3 { font-size: 20px; }
  .to-top { right: 16px; bottom: 16px; width: 46px; height: 46px; }
}

/* =========================================================
   Additions: photo hero, grower's voice
   ========================================================= */
.hero__slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 7s ease-out; }
.hero__slide.is-active img { transform: scale(1); }
.hero__slide--peach img { object-position: 30% 55%; }
.hero::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 220px; background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,0)); z-index: 1; pointer-events: none; }
.hero::after { z-index: 1; height: 55%; background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.4)); }
.hero__copy, .hero__counter, .hero__scroll { z-index: 2; }
.hero__copy { text-shadow: 0 1px 12px rgba(0,0,0,.25); }

.grower { background: var(--bg-soft); padding: 112px var(--gutter); display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 64px; padding-left: 160px; padding-right: 160px; }
.grower__head { display: flex; flex-direction: column; gap: 10px; }
.grower__head .en { font-family: var(--latin); font-size: 36px; letter-spacing: 0.08em; line-height: 1.2; }
.grower__body { position: relative; max-width: 760px; display: flex; flex-direction: column; gap: 28px; }
.grower__body::before { content: none; }
.grower__body p { font-family: var(--serif); font-size: 19px; line-height: 2.3; letter-spacing: 0.06em; color: var(--ink); }
.grower__sign { font-family: var(--latin); font-style: italic; font-size: 24px; color: var(--ink-3); align-self: flex-end; display: flex; align-items: center; gap: 14px; }
.grower__sign::before { content: ""; width: 40px; height: 1px; background: var(--ink-3); }

@media (max-width: 1360px) { .grower { padding-left: 96px; padding-right: 96px; } }
@media (max-width: 1100px) { .grower { grid-template-columns: 1fr; gap: 24px; padding: 88px var(--gutter); } }
@media (max-width: 640px) {
  .grower { padding: 64px var(--gutter); }
  .grower__head .en { font-size: 28px; }
  .grower__body p { font-size: 16px; line-height: 2.2; letter-spacing: 0.03em; }
  .grower__body p br { display: none; }
  .grower__sign { font-size: 20px; }
}

/* small-screen refinements */
.brand { position: relative; z-index: 2; }
@media (max-width: 640px) {
  .sec-title--center h2 { font-size: 21px; letter-spacing: 0.1em; }
  .welcome h1 { font-size: 20px; letter-spacing: 0.08em; }
}

/* real photos in story blocks */
.photo { margin: 0; height: 100%; overflow: hidden; background: #CFC9BC; }
.photo img { width: 100%; height: 100%; object-fit: cover; }

/* brush-written name in the hero */
.hero__brush {
  position: absolute; left: 50%; top: 50%; z-index: 2;
  transform: translate(-50%, -52%);
  margin: 0; display: flex; flex-direction: column; align-items: center; gap: 0.04em;
  font-family: 'Yuji Boku', var(--serif);
  font-size: clamp(64px, 6.95vw, 100px); line-height: 1.05;
  color: #FFFFFF; text-shadow: 0 2px 28px rgba(0,0,0,.35);
  pointer-events: none;
}
@media (max-width: 640px) {
  .hero__brush { top: 36%; font-size: 52px; }
}

/* English sub-name beside the brush title */
.hero__brush-en {
  position: absolute; top: 50%; z-index: 2;
  right: calc(50% + 0.76 * clamp(64px, 6.95vw, 100px));
  transform: translateY(-52%);
  writing-mode: vertical-rl;
  font-family: var(--latin); font-size: 17px; letter-spacing: 0.5em; white-space: nowrap;
  color: #FFFFFF; text-shadow: 0 1px 14px rgba(0,0,0,.4);
  pointer-events: none;
}
@media (max-width: 640px) {
  .hero__brush-en { top: 36%; right: calc(50% + 40px); font-size: 12px; letter-spacing: 0.4em; }
}

/* header: white from the start for legibility */
.site-header { background: rgba(255,255,255,.97); color: var(--ink); box-shadow: 0 1px 0 var(--line); }
.brand__sub { color: var(--muted); opacity: 1; }
.hero { margin-top: var(--header-h); height: calc(100vh - var(--header-h)); height: calc(100svh - var(--header-h)); }
.hero::before { display: none; }
.page-hero { margin-top: var(--header-h); }
.menu-open .brand__sub { color: rgba(255,255,255,.8); }

/* brush title size (synced with design canvas: 90px at 1440px) */
.hero__brush { font-size: clamp(58px, 6.25vw, 90px); }
.hero__brush-en { right: calc(50% + 0.76 * clamp(58px, 6.25vw, 90px)); font-weight: 700; }
@media (max-width: 640px) {
  .hero__brush { font-size: 47px; }
  .hero__brush-en { right: calc(50% + 36px); }
}

/* grower's voice: deep green band so it separates from the beige Information section */
.grower { background: var(--accent); color: #F4F2EC; }
.grower .label-ja { color: #C9D1C0; }
.grower__body p { color: #FFFFFF; }
.grower__sign { color: #D4DACB; }
.grower__sign::before { background: #D4DACB; }

/* orchard: grower's message */
#orchard .story__body { gap: 20px; }
#orchard .story__body p + p { margin-top: -4px; }
.story__sign { align-self: flex-end; display: flex; align-items: center; gap: 14px; font-family: var(--latin); font-style: italic; font-size: 22px; color: var(--ink-3); }
.story__sign::before { content: ""; width: 40px; height: 1px; background: var(--ink-3); }
@media (min-width: 1101px) {
  #orchard { align-items: stretch; }
  #orchard .story__media { height: auto; min-height: 360px; }
  #orchard .story__body { padding-top: 48px; padding-bottom: 48px; justify-content: center; }
}

/* fruits page: three-photo first view */
.page-hero--photos { background: #FFFFFF; }
.page-hero__photos { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; }
.page-hero__photos img { width: 100%; height: 100%; object-fit: cover; display: block; }
.page-hero__photos .p-peach { object-position: 30% 62%; }
.page-hero__photos .p-grape { object-position: 38% 50%; }
.page-hero__photos .p-blueberry { object-position: 72% 60%; }
.page-hero--photos::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,22,18,0) 45%, rgba(20,22,18,.55) 100%); pointer-events: none; }
.page-hero--photos .page-hero__title { z-index: 1; }
@media (max-width: 640px) {
  .page-hero__photos { gap: 1px; }
}

/* 404 page */
.notfound { padding: calc(var(--header-h) + 120px) var(--gutter) 140px; background: #F6F4EF; }
.notfound__inner { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 28px; }
.notfound__code { font-family: var(--latin); font-size: 18px; letter-spacing: 0.3em; color: var(--accent); }
.notfound h1 { font-family: var(--serif); font-weight: 500; font-size: 36px; line-height: 1.7; letter-spacing: 0.12em; margin: 0; }
.notfound p { font-size: 15px; line-height: 2.1; color: var(--ink-3); margin: 0; }
.notfound__links { display: flex; flex-wrap: wrap; gap: 16px 40px; margin-top: 8px; }
@media (max-width: 640px) {
  .notfound { padding-top: calc(var(--header-h) + 64px); padding-bottom: 96px; }
  .notfound h1 { font-size: 26px; }
  .notfound p { font-size: 14px; }
}

/* recruit page */
.page-hero--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.page-hero--photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,22,18,0) 45%, rgba(20,22,18,.55) 100%); }
.page-hero--photo .page-hero__title { z-index: 1; }
.recruit { padding-top: 72px; padding-bottom: 104px; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 80px; align-items: start; }
.recruit__head { display: flex; flex-direction: column; gap: 22px; }
.recruit__head h2 { font-family: var(--serif); font-weight: 500; font-size: 30px; line-height: 1.8; letter-spacing: 0.12em; margin: 0; }
.recruit__head p { font-size: 15px; line-height: 2.1; color: var(--ink-3); margin: 0; }
.recruit__table { margin: 0; border-top: 1px solid var(--line-2); }
.r-row { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line-2); }
.r-row dt { font-family: var(--serif); font-size: 17px; letter-spacing: 0.12em; color: var(--accent); }
.r-row dd { margin: 0; font-size: 16px; line-height: 1.9; letter-spacing: 0.04em; display: flex; flex-direction: column; gap: 6px; }
.r-period { display: flex; gap: 20px; }
.r-period span { min-width: 64px; color: var(--ink-3); }
.apply { background: var(--bg-soft); padding-top: 96px; padding-bottom: 104px; }
.apply__box { max-width: 760px; margin: 0 auto; background: #FFFFFF; border: 1px solid var(--line); padding: 56px 48px; display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.apply__box h2 { font-family: var(--serif); font-weight: 500; font-size: 26px; letter-spacing: 0.16em; margin: 0; }
.apply__tel { display: flex; align-items: baseline; gap: 14px; font-family: var(--latin); font-size: 40px; letter-spacing: 0.06em; color: var(--ink); text-decoration: none; }
.apply__tel span { font-size: 16px; letter-spacing: 0.2em; color: var(--accent); }
.apply__note { margin: 0; font-size: 15px; line-height: 2; color: var(--ink-3); }
.apply__note strong { font-weight: 500; color: var(--ink); background: linear-gradient(transparent 62%, #E9E4D6 62%); }
@media (max-width: 1100px) {
  .recruit { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 640px) {
  .recruit { padding-top: 48px; padding-bottom: 72px; }
  .recruit__head h2 { font-size: 24px; }
  .r-row { grid-template-columns: 1fr; gap: 8px; padding: 22px 0; }
  .r-row dd { font-size: 15px; }
  .apply { padding-top: 64px; padding-bottom: 72px; }
  .apply__box { padding: 40px 20px; }
  .apply__tel { font-size: 32px; }
  .apply__note { font-size: 14px; }
}
.apply__note strong { display: inline-block; }
