:root {
  --fs-green: #173b25;
  --fs-green-2: #315a35;
  --fs-ink: #292820;
  --fs-gold: #b7a873;
  --fs-paper: #f5f0e4;
  --fs-white: #fffefa;
}

html { scroll-behavior: smooth; }
body.farm-stay-page { margin: 0; background: var(--fs-paper); color: var(--fs-ink); font-family: "Noto Serif JP", serif; font-size: 16px; line-height: 1.75; }
.farm-stay-page * { box-sizing: border-box; }
.farm-stay-page img { display: block; max-width: 100%; }
.farm-stay-page a { color: inherit; text-decoration: none; }
.farm-stay-page h1, .farm-stay-page h2, .farm-stay-page h3, .farm-stay-page p { margin-top: 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.fs-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 26px 5vw; color: #18281c; }
.fs-brand { display: flex; align-items: center; gap: 10px; font-size: 13px; letter-spacing: .12em; line-height: 1.3; }
.fs-brand img { width: 48px; height: 48px; object-fit: contain; }
.fs-navigation { display: flex; gap: 0; font-weight: 600; letter-spacing: .08em; }
.fs-navigation a { padding: 5px 22px; border-right: 1px solid rgba(23,59,37,.28); }
.fs-navigation a:last-child { border-right: 0; }
.fs-navigation a:hover { color: #728052; }
.fs-menu-button { display: none; }

.fs-hero { position: relative; min-height: 610px; overflow: hidden; display: flex; align-items: center; }
.fs-hero-image, .fs-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.fs-hero-image { object-fit: cover; object-position: center 48%; }
.fs-hero-shade { background: linear-gradient(90deg, rgba(5,18,10,.04), rgba(5,18,10,.06) 33%, rgba(4,13,7,.37) 100%); }
.fs-hero-copy { position: relative; z-index: 2; width: min(58%, 770px); margin: 75px 9vw 0 auto; color: white; text-shadow: 0 2px 8px rgba(0,0,0,.45); }
.fs-hero-copy h1 { font-size: clamp(30px, 3.4vw, 54px); font-weight: 500; line-height: 1.45; letter-spacing: .06em; }
.fs-hero-copy h1 span { display: block; font-size: .8em; }
.fs-hero-copy > p { font-size: clamp(17px, 1.55vw, 25px); letter-spacing: .08em; }
.fs-hero-copy .fs-script { font-family: "DM Serif Display", serif; font-style: italic; font-size: clamp(25px, 3vw, 44px); font-weight: 400; }
.fs-badge { position: absolute; z-index: 3; right: 3.5vw; bottom: 38px; width: 150px; height: 150px; border-radius: 50%; background: rgba(23,59,37,.94); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.5; text-align: center; }
.fs-badge strong { font-size: 15px; }
.fs-badge span { font-size: 23px; font-weight: 600; }
.fs-badge small { font-size: 12px; }

.fs-intro { position: relative; display: flex; align-items: center; justify-content: center; gap: 8vw; padding: 30px 5vw; text-align: center; background-color: #f8f4ea; background-image: radial-gradient(rgba(91,77,48,.08) .6px, transparent .6px); background-size: 5px 5px; font-size: clamp(16px, 1.6vw, 22px); letter-spacing: .05em; }
.fs-intro p { margin: 0; }
.fs-leaf { color: var(--fs-gold); font-size: 52px; transform: rotate(-25deg); }
.fs-leaf-right { transform: rotate(205deg); }

.fs-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 35px; }
.fs-section { margin-bottom: 12px; padding: 28px 26px; background: rgba(255,255,255,.72); border-radius: 9px; box-shadow: 0 3px 18px rgba(52,45,28,.04); }
.fs-section-title { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 25px; font-size: 22px; font-weight: 500; text-align: center; letter-spacing: .08em; }
.fs-section-title::before, .fs-section-title::after { content: ""; width: 34px; height: 1px; background: var(--fs-gold); }
.fs-section-title span::after { content: ""; display: block; width: 34px; height: 2px; margin: 7px auto 0; background: var(--fs-green); }

.fs-point-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fs-photo { position: relative; height: 222px; overflow: hidden; border-radius: 8px; }
.fs-photo img { width: 100%; height: 100%; object-fit: cover; }
.fs-photo b { position: absolute; left: 9px; bottom: 0; width: 39px; height: 39px; border-radius: 50% 50% 0 0; background: var(--fs-green-2); color: white; display: grid; place-items: center; font-size: 18px; font-weight: 400; }
.fs-point-card h3 { margin: 13px 0 5px; font-size: 17px; text-align: center; }
.fs-point-card p { margin: 0; padding: 0 8px; font-size: 13px; }

.fs-schedule-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.fs-day { position: relative; padding: 28px 16px 14px; background: linear-gradient(135deg, #f6f1e7, #fbfaf6); border-radius: 7px; }
.fs-day h3 { position: absolute; top: -12px; left: 14px; margin: 0; padding: 3px 14px; border-radius: 4px; background: var(--fs-green-2); color: white; font-size: 14px; letter-spacing: .08em; }
.fs-day-body { display: grid; grid-template-columns: 1.25fr .9fr; gap: 14px; align-items: center; }
.fs-day dl { margin: 0; font-size: 13px; }
.fs-day dl div { display: grid; grid-template-columns: 52px 1fr; margin: 5px 0; }
.fs-day dt { font-weight: 700; }
.fs-day dd { margin: 0; }
.fs-day-images { display: grid; gap: 8px; }
.fs-day-images img { width: 100%; height: 79px; border-radius: 6px; object-fit: cover; }
.fs-day-images-tall { grid-template-columns: 1fr 1fr; }
.fs-day-images-tall img { height: 155px; }

.fs-stay-price { display: grid; grid-template-columns: 1.65fr 1fr; gap: 12px; }
.fs-stay-price h2 { font-size: 20px; font-weight: 500; }
.fs-stay-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.fs-stay-gallery img { width: 100%; height: 170px; border-radius: 5px; object-fit: cover; }
.fs-stay > p { margin: 10px 0 0; text-align: center; font-size: 13px; }
.fs-price { background: linear-gradient(135deg, #f2ede2, #faf8f2); }
.fs-price-main { display: flex; align-items: baseline; justify-content: center; gap: 6px; margin-bottom: 0; }
.fs-price-main small { font-size: 14px; }
.fs-price-main strong { font-size: clamp(40px, 5vw, 58px); font-weight: 500; line-height: 1.15; }
.fs-price-main span { font-size: 16px; }
.fs-price-note { text-align: center; font-size: 13px; font-weight: 600; }
.fs-price ul { margin: 12px 0 20px; padding: 0; list-style: none; font-size: 13px; }
.fs-price li::before { content: "✓"; margin-right: 5px; color: var(--fs-green); }
.fs-reserve-button { display: flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 4px; background: var(--fs-green); color: white !important; font-size: 14px; font-weight: 600; }
.fs-reserve-button span { margin-left: auto; font-size: 24px; line-height: 1; }
.fs-reserve-button:hover { background: #285c37; }

.fs-meta { display: grid; grid-template-columns: 1fr 1fr 1.25fr 160px; gap: 24px; align-items: center; padding: 18px 22px 8px; }
.fs-meta > div { display: flex; gap: 12px; align-items: flex-start; }
.fs-meta-icon { flex: 0 0 58px; width: 58px; height: 58px; display: grid; place-items: center; padding: 8px; border: 1px solid rgba(183,168,115,.8); border-radius: 48% 52% 47% 53%; color: var(--fs-green); background: rgba(255,254,250,.72); box-shadow: inset 0 0 0 3px rgba(183,168,115,.08); transform: rotate(-2deg); }
.fs-meta-icon svg { width: 100%; height: 100%; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transform: rotate(2deg); }
.fs-meta-icon .fs-icon-accent { stroke: var(--fs-gold); }
.fs-meta-icon .fs-icon-sprout { stroke: var(--fs-green-2); fill: rgba(49,90,53,.08); }
.fs-meta p { margin: 0; font-size: 12px; line-height: 1.55; }
.fs-meta strong { display: block; font-size: 14px; }
.fs-meta > img { width: 100%; height: 82px; border-radius: 5px; object-fit: cover; }

.fs-footer { display: flex; justify-content: center; gap: 7vw; padding: 14px 30px; background: var(--fs-green); color: white; font-size: 13px; }
.fs-footer a:hover { opacity: .75; }

@media (max-width: 900px) {
  .fs-header { position: fixed; padding: 12px 18px; background: rgba(248,245,237,.96); box-shadow: 0 2px 12px rgba(0,0,0,.08); }
  .fs-brand img { width: 38px; height: 38px; }
  .fs-menu-button { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; }
  .fs-menu-button span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; background: var(--fs-green); transition: transform .2s, opacity .2s; }
  .fs-menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .fs-menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .fs-menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .fs-navigation { position: absolute; top: 100%; left: 0; width: 100%; display: none; flex-direction: column; padding: 8px 20px 18px; background: rgba(248,245,237,.98); }
  .fs-navigation.is-open { display: flex; }
  .fs-navigation a { padding: 10px; border-right: 0; border-bottom: 1px solid rgba(23,59,37,.12); text-align: center; }
  .fs-hero { min-height: 610px; }
  .fs-hero-copy { width: calc(100% - 50px); margin: 90px 25px 30px; align-self: flex-end; }
  .fs-hero-shade { background: linear-gradient(0deg, rgba(5,16,8,.7), transparent 70%); }
  .fs-badge { right: 20px; bottom: 200px; width: 112px; height: 112px; }
  .fs-badge span { font-size: 18px; }
  .fs-badge strong { font-size: 12px; }
  .fs-point-grid { grid-template-columns: repeat(2, 1fr); }
  .fs-schedule-grid, .fs-stay-price { grid-template-columns: 1fr; }
  .fs-meta { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .fs-hero { min-height: 640px; }
  .fs-hero-image { object-position: 42% center; }
  .fs-hero-copy h1 { font-size: 28px; }
  .fs-hero-copy > p { font-size: 14px; }
  .fs-badge { bottom: 230px; }
  .fs-intro { padding: 25px 22px; }
  .fs-intro br { display: none; }
  .fs-leaf { display: none; }
  .fs-content { width: calc(100% - 20px); padding-top: 12px; }
  .fs-section { padding: 24px 13px; }
  .fs-section-title { font-size: 18px; }
  .fs-point-grid { grid-template-columns: 1fr; gap: 28px; }
  .fs-photo { height: 250px; }
  .fs-day-body { grid-template-columns: 1fr; }
  .fs-day-images { grid-template-columns: 1fr 1fr; }
  .fs-day-images img { height: 110px; }
  .fs-stay-gallery { grid-template-columns: 1fr 1fr; }
  .fs-stay-gallery img { height: 130px; }
  .fs-stay-gallery img:first-child { grid-column: 1 / -1; }
  .fs-meta { grid-template-columns: 1fr; padding: 16px 10px; }
  .fs-meta > img { height: 150px; }
  .fs-footer { flex-direction: column; gap: 4px; align-items: center; padding-bottom: 18px; }
}
