:root {
  --paper: #f8f2e9;
  --paper-2: #efe2d5;
  --ink: #342c27;
  --ink-2: #5f534a;
  --muted: #6c6057;
  --line: rgba(124, 99, 80, 0.22);
  --copper: #a6533e;
  --copper-dark: #743b2e;
  --sage: #716f5c;
  --cream: #fffaf3;
  --white: #fffdf9;
  --accent-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif;
  --display: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  --shell: 1450px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 8% 5%, rgba(217, 154, 126, 0.045), transparent 24rem), var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; font: inherit; }
:focus-visible { outline: 3px solid #b86d46; outline-offset: 3px; }
.shell { margin: 0 auto; max-width: var(--shell); padding-inline: clamp(24px, 4vw, 48px); width: 100%; }
.shell--narrow { max-width: 900px; }
.section { padding-block: clamp(74px, 8vw, 112px); }
.eyebrow { color: var(--copper); font-family: var(--accent-serif); font-size: 0.92rem; font-weight: 600; letter-spacing: 0.06em; margin: 0 0 0.85rem; }
h1, h2, h3 { font-family: var(--display); font-weight: 620; letter-spacing: -0.015em; line-height: 1.48; }
h1 { font-size: clamp(2.5rem, 4.1vw, 3.7rem); font-weight: 600; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.85rem, 3vw, 2.85rem); }
h3 { font-size: clamp(1.3rem, 1.8vw, 1.8rem); }
em { color: var(--copper); font-style: normal; }
.skip-link { background: var(--white); left: 1rem; padding: 0.7rem 1rem; position: fixed; top: -100px; z-index: 999; }
.skip-link:focus { top: 1rem; }
.button { align-items: center; border: 0; border-bottom: 2px solid currentColor; display: inline-flex; font-size: 0.82rem; font-weight: 700; gap: 1.2rem; justify-content: space-between; min-height: 48px; padding: 0.65rem 0.2rem 0.35rem; transition: color 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button--dark { color: var(--copper-dark); min-width: 190px; }
.button--dark:hover { color: var(--copper); }
.button--light { color: var(--copper-dark); min-width: 210px; }
.button--light:hover { color: var(--copper); }
.text-link { align-items: center; border-bottom: 1px solid currentColor; color: var(--copper-dark); display: inline-flex; font-size: 0.78rem; font-weight: 700; min-height: 44px; }

.site-header { background: rgba(248, 242, 233, 0.9); border-bottom: 1px solid var(--line); position: relative; z-index: 100; }
.site-header__inner { align-items: center; display: flex; justify-content: space-between; min-height: 108px; }
.brand { align-items: baseline; display: inline-flex; min-height: 44px; }
.brand__text { align-items: baseline; display: flex; flex-direction: row; gap: 1.4rem; line-height: 1.1; }
.brand__text strong { font-family: var(--display); font-size: 1.88rem; font-weight: 720; letter-spacing: -0.035em; }
.brand__text small { color: var(--muted); font-size: 0.86rem; font-weight: 500; letter-spacing: 0.02em; }
.primary-nav > ul { align-items: center; display: flex; gap: clamp(1.2rem, 2.4vw, 2.1rem); list-style: none; margin: 0; padding: 0; }
.primary-nav a { align-items: center; display: inline-flex; font-size: 0.86rem; font-weight: 650; min-height: 44px; position: relative; }
.primary-nav a::after { background: var(--copper); bottom: 5px; content: ""; height: 1px; left: 0; opacity: 0; position: absolute; right: 0; transform: scaleX(0.4); transition: opacity 160ms ease, transform 160ms ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { opacity: 1; transform: scaleX(1); }
.primary-nav a:hover { color: var(--copper); }
.menu-toggle { background: transparent; border: 1px solid var(--ink); display: none; font-size: 0.75rem; min-height: 44px; min-width: 44px; padding: 0.55rem 0.8rem; }

.home-hero { background: transparent; }
.home-hero__grid { align-items: center; display: grid; gap: clamp(40px, 4.5vw, 72px); grid-template-columns: minmax(0, 0.86fr) minmax(540px, 1.14fr); min-height: 650px; padding-block: 48px 44px; }
.home-hero__copy { align-self: center; max-width: 600px; padding-left: clamp(0px, 2vw, 28px); }
.home-hero__purpose { border-bottom: 1px solid var(--line); color: #67584e; display: inline-block; font-size: 0.92rem; font-weight: 560; letter-spacing: 0.025em; margin: 0 0 2.1rem; padding-bottom: 0.35rem; }
.home-hero__kicker { color: var(--copper); font-family: var(--accent-serif); font-size: 0.96rem; font-weight: 600; letter-spacing: 0.07em; margin: 0 0 0.9rem; }
.home-hero__place { color: var(--muted); font-family: var(--display); font-size: 0.88rem; font-weight: 650; letter-spacing: 0.035em; margin: 0 0 1rem; }
.home-hero__place span { color: var(--muted); font-size: 0.78rem; font-weight: 500; }
.home-hero__place span::before { content: "・"; margin-inline: 0.4rem; }
.home-hero__title { font-size: clamp(2.65rem, 3.65vw, 3.7rem); font-weight: 600; letter-spacing: -0.015em; line-height: 1.48; margin: 0; }
.home-hero__lead { color: var(--ink-2); font-size: 1rem; line-height: 2; margin: 1.55rem 0 0; max-width: 520px; }
.read-link { align-items: center; border-bottom: 2px solid var(--copper); color: var(--copper-dark); display: inline-flex; font-size: 0.92rem; font-weight: 720; gap: 1rem; margin-top: 1.9rem; min-height: 48px; padding: 0 0.2rem 0.25rem; }
.read-link span { transition: transform 160ms ease; }
.read-link:hover span { transform: translateX(4px); }
.home-hero__note { color: var(--muted); font-size: 0.8rem; line-height: 1.75; margin: 1.65rem 0 0; max-width: 440px; }
.home-hero__soon { color: var(--muted); display: inline-block; font-size: 0.78rem; margin-top: 2rem; }
.home-hero__visual { align-self: stretch; display: grid; grid-template-rows: minmax(0, 1fr) auto; height: 600px; margin: 0; min-height: 600px; }
.home-hero__image-wrap { border-radius: 24px; min-height: 560px; overflow: hidden; }
.home-hero__image-wrap > img { filter: saturate(0.9) contrast(0.97) brightness(1.025) sepia(0.025); height: 100%; object-fit: cover; object-position: center 62%; width: 100%; }
/* The source photo leans left; this is its approved horizontal correction, not a tilted-photo effect. */
.home-hero__image-wrap > img.home-hero__image--fireplace { transform: rotate(1.8deg) scale(1.04); transform-origin: center; }
.home-hero__visual figcaption { color: #55443a; font-size: 0.78rem; font-weight: 500; line-height: 1.65; padding: 0.65rem 0.15rem 0; text-align: right; }

.quiet-paths { border-top: 1px solid var(--line); }
.quiet-paths__inner { align-items: center; display: grid; gap: clamp(24px, 4vw, 54px); grid-template-columns: 150px 1fr; min-height: 116px; }
.quiet-paths__label { color: var(--muted); font-family: var(--accent-serif); font-size: 0.92rem; letter-spacing: 0.08em; margin: 0; }
.quiet-paths__links { align-items: center; display: flex; flex-wrap: wrap; gap: 1rem clamp(1.6rem, 3vw, 3rem); }
.quiet-paths__links > a { align-items: center; display: grid; flex: 1 1 190px; gap: 1rem; grid-template-columns: 1fr auto; min-height: 52px; }
.quiet-paths__links span { display: flex; flex-direction: column; }
.quiet-paths__links strong { font-size: 0.98rem; }
.quiet-paths__links small { color: var(--muted); font-size: 0.72rem; margin-top: 0.15rem; }
.quiet-paths__links b { color: var(--copper); font-size: 1.1rem; font-weight: 500; transition: transform 160ms ease; }
.quiet-paths__links a:hover b { transform: translateX(4px); }

.campaign-wrap { padding-top: clamp(48px, 6vw, 78px); }
.campaign { background: rgba(239, 226, 213, 0.72); border: 1px solid var(--line); border-radius: 20px; color: var(--ink); overflow: hidden; }
.campaign__status { align-items: center; color: var(--copper); display: flex; font-family: var(--accent-serif); font-size: 0.78rem; font-weight: 600; gap: 0.6rem; letter-spacing: 0.06em; padding: 1.25rem clamp(1.5rem, 3vw, 2.5rem) 0; }
.campaign__pulse { background: #d99a7e; border-radius: 50%; height: 7px; width: 7px; }
.campaign__body { align-items: end; display: grid; gap: 3rem; grid-template-columns: 1fr auto; padding: 1.2rem clamp(1.5rem, 3vw, 2.5rem) 1.6rem; }
.campaign__provider { color: var(--muted); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; margin: 0 0 0.35rem; }
.campaign h2 { font-size: clamp(1.45rem, 2.2vw, 2rem); margin: 0; }
.campaign__body p:not(.campaign__provider) { color: var(--ink-2); font-size: 0.86rem; line-height: 1.8; margin: 0.65rem 0 0.5rem; max-width: 700px; }
.campaign__body small { color: var(--muted); font-size: 0.65rem; }
.campaign__note { border-top: 1px solid var(--line); color: var(--muted); font-size: 0.68rem; margin: 0; padding: 0.75rem clamp(1.5rem, 3vw, 2.5rem); }

.section-heading { align-items: end; display: grid; gap: 3rem; grid-template-columns: 1fr minmax(260px, 0.52fr); margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-heading h1, .section-heading h2 { margin: 0; }
.section-heading > p { color: var(--muted); font-size: 0.94rem; line-height: 1.9; margin: 0; }
.story-grid { display: grid; gap: clamp(2rem, 4vw, 4.5rem); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.story-card { background: transparent; }
.story-card__image { aspect-ratio: 1.5 / 1; border-radius: 18px; display: block; overflow: hidden; position: relative; }
.story-card__image img { height: 100%; object-fit: cover; transition: transform 400ms ease; width: 100%; }
.story-card:hover .story-card__image img { transform: scale(1.012); }
.story-card__image > span { background: var(--cream); bottom: 1rem; font-size: 0.6rem; left: 1rem; padding: 0.4rem 0.65rem; position: absolute; }
.story-card__body { padding: 1.4rem 0 0; }
.story-card__meta { color: var(--muted); display: flex; font-size: 0.7rem; justify-content: space-between; }
.story-card h2, .story-card h3 { margin: 1.1rem 0 0.8rem; }
.story-card p { color: var(--ink-2); font-size: 0.9rem; line-height: 1.9; }
.points { background: rgba(255, 250, 243, 0.62); border-block: 1px solid var(--line); }
.points__grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr; }
.points__grid article { align-items: baseline; border-bottom: 1px solid var(--line); display: grid; gap: 1rem 2rem; grid-template-columns: 48px minmax(220px, 0.7fr) 1fr; padding: 1.5rem 0; }
.points__grid span { color: var(--copper); font-size: 0.72rem; font-weight: 700; }
.points__grid h3 { font-size: 1.08rem; margin: 0; }
.points__grid p { color: var(--muted); font-size: 0.86rem; line-height: 1.85; margin: 0; }
.single-hero { display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr); height: 720px; min-height: 0; }
.single-hero__copy { align-self: center; padding-block: 3.5rem; padding-left: clamp(24px, 5vw, 76px); }
.single-hero h1 { font-size: clamp(2.15rem, 3vw, 2.8rem); line-height: 1.45; margin: 0; max-width: 680px; overflow-wrap: break-word; text-wrap: balance; word-break: auto-phrase; }
.single-hero__title-main, .single-hero__title-sub { display: block; }
.single-hero__title-main { font-size: 0.78em; margin-bottom: 0.35rem; }
.single-hero__title-sub { text-wrap: balance; }
.single-hero__lead { color: var(--muted); font-family: var(--sans); font-size: 1.05rem; margin-top: 1.8rem; max-width: 650px; }
.single-hero__author { color: var(--muted); font-size: 0.78rem; margin: 0.9rem 0 0; }
.single-hero__author a { color: var(--copper-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-meta { border-top: 1px solid var(--line); display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); margin: 3rem 0 0; max-width: 620px; padding-top: 1.25rem; }
.article-meta div { display: flex; gap: 1rem; }
.article-meta dt { color: var(--muted); font-size: 0.62rem; }
.article-meta dd { font-family: var(--display); font-size: 0.78rem; margin: 0; }
.single-hero__image { height: 720px; margin: 0; min-height: 0; overflow: hidden; position: relative; }
.single-hero__image img { height: 100%; object-fit: cover; width: 100%; }
.article-layout { display: grid; grid-template-columns: minmax(0, 720px); justify-content: center; padding-block: clamp(72px, 9vw, 130px); }
.article-disclosure { background: var(--paper-2); border-left: 3px solid var(--copper); font-size: 0.65rem; margin: 0 0 3rem; padding: 0.9rem 1rem; }
.article-content { font-family: var(--sans); font-size: 1.02rem; line-height: 2; }
.article-content h2 { border-top: 1px solid var(--line); font-size: clamp(1.7rem, 3vw, 2.5rem); margin: 5rem 0 1.5rem; padding-top: 1.8rem; }
.article-content h3 { font-size: 1.35rem; margin: 3rem 0 1rem; }
.article-content p { margin: 0 0 1.7rem; }
.article-content a { color: var(--copper-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-content ul, .article-content ol { margin-block: 1.5rem 2.2rem; padding-left: 1.4rem; }
.article-content blockquote { border-left: 3px solid var(--copper); color: var(--ink-2); font-size: 0.94rem; margin: 2rem 0; padding-left: 1.4rem; }
.article-content img { margin: 3rem auto; }
.article-content table { border-collapse: collapse; font-family: var(--sans); font-size: 0.72rem; margin: 2rem 0; width: 100%; }
.article-content th, .article-content td { border-bottom: 1px solid var(--line); padding: 0.8rem 0.6rem; text-align: left; }
.booking-box { background: var(--ink); color: var(--cream); margin-top: 5rem; padding: clamp(1.5rem, 4vw, 2.8rem); }
.booking-box__header h2 { font-size: 1.8rem; margin: 0; }
.booking-box__header p { color: rgba(255, 250, 242, 0.82); font-size: 0.74rem; }
.booking-box__links { display: grid; gap: 0.55rem; grid-template-columns: repeat(2, 1fr); margin-top: 1.5rem; }
.booking-box__links a { align-items: center; border: 1px solid rgba(255, 255, 255, 0.2); display: flex; font-family: var(--display); justify-content: space-between; padding: 1rem; }
.booking-box__links a:hover { background: rgba(255, 255, 255, 0.08); }
.booking-box__note { color: rgba(255, 250, 242, 0.78); font-size: 0.7rem; margin-bottom: 0; }
.stay-detail-box { background: var(--cream); border: 1px solid var(--line); margin-top: 4rem; padding: clamp(1.5rem, 4vw, 2.8rem); }
.stay-detail-box__header h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); margin: 0; }
.stay-detail-box__header p:not(.eyebrow) { color: var(--muted); font-size: 0.72rem; margin: 0.9rem 0 0; }
.stay-detail-box__grid { display: grid; gap: 2rem; grid-template-columns: repeat(2, 1fr); margin-top: 2rem; }
.stay-detail-box h3 { border-bottom: 1px solid var(--line); font-size: 1.05rem; margin: 0 0 1rem; padding-bottom: 0.7rem; }
.stay-detail-box dl { margin: 0; }
.stay-detail-box dl div { border-bottom: 1px solid rgba(21, 37, 30, 0.1); padding: 0.8rem 0; }
.stay-detail-box dt { color: var(--muted); font-size: 0.62rem; }
.stay-detail-box dd { font-family: var(--display); font-size: 0.88rem; margin: 0.18rem 0 0; }
.stay-detail-box__note { color: var(--muted); font-size: 0.6rem; margin: 1.4rem 0 0; }
.article-footer { border-top: 1px solid var(--line); margin-top: 4rem; padding-top: 1.5rem; }
.article-footer p { color: var(--muted); font-size: 0.68rem; }

.page-shell { padding-block: clamp(70px, 9vw, 130px); }
.content-page header { border-bottom: 1px solid var(--line); margin-bottom: 4rem; padding-bottom: 2rem; }
.content-page h1 { font-size: clamp(2.6rem, 6vw, 5rem); margin: 0; }
.content-page header > p:last-child { color: var(--muted); font-size: 0.65rem; }
.archive-page h1 { margin: 0; }
.not-found { min-height: 70vh; padding-block: 8rem; }
.not-found h1 { font-size: clamp(2.5rem, 6vw, 5rem); margin-bottom: 1rem; }

.site-footer { background: #efe2d5; border-top: 1px solid var(--line); color: var(--ink); padding-block: clamp(56px, 7vw, 86px); }
.site-footer__grid { display: grid; gap: 4rem; grid-template-columns: 1.1fr 0.7fr 0.8fr; }
.brand--footer .brand__text small { color: var(--muted); }
.site-footer__grid > div > p { color: var(--muted); font-family: var(--sans); font-size: 0.8rem; margin-top: 1.5rem; max-width: 320px; }
.site-footer nav { display: flex; flex-direction: column; gap: 0.7rem; }
.site-footer nav a { align-items: center; color: var(--muted); display: flex; font-size: 0.74rem; min-height: 44px; }
.site-footer__note p { color: var(--muted); font-size: 0.7rem; margin-top: 0; }
.site-footer__note small { color: var(--muted); font-size: 0.68rem; }

@media (max-width: 1120px) {
  .brand__text small { display: none; }
}

@media (max-width: 960px) {
  .home-hero__grid, .single-hero { grid-template-columns: 1fr; }
  .single-hero { height: auto; }
  .home-hero__grid { gap: 34px; min-height: 0; padding-block: 40px 44px; }
  .home-hero__copy { max-width: 720px; padding-left: 0; }
  .home-hero__visual { height: min(68vw, 620px); min-height: 480px; }
  .home-hero__image-wrap { min-height: 0; }
  .quiet-paths__inner { align-items: start; gap: 12px; grid-template-columns: 1fr; padding-block: 30px; }
  .quiet-paths__links { border-top: 1px solid var(--line); }
  .single-hero__image { height: min(72vw, 620px); min-height: 520px; order: -1; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body { font-size: 15px; }
  .shell { padding-inline: 18px; }
  .site-header__inner { min-height: 70px; }
  .brand__text strong { font-size: 1.22rem; }
  .menu-toggle { display: block; }
  .primary-nav { background: var(--cream); border-top: 1px solid var(--line); display: none; inset: 70px 0 auto; padding: 1.2rem 24px 1.8rem; position: fixed; }
  .primary-nav.is-open { display: block; }
  .primary-nav > ul { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-nav li { border-bottom: 1px solid var(--line); }
  .primary-nav a { display: block; padding: 0.9rem 0; }
  .home-hero__grid { gap: 28px; min-height: auto; padding-block: 28px 36px; padding-inline: 18px; }
  .home-hero__copy { padding: 0; }
  .home-hero__purpose { font-size: 0.82rem; margin-bottom: 1.65rem; }
  .home-hero__title { font-size: clamp(2.05rem, 8.5vw, 2.3rem); line-height: 1.55; }
  .home-hero__lead { font-size: 0.98rem; }
  .read-link { margin-top: 1.45rem; }
  .home-hero__note { margin-top: 1.55rem; }
  .text-link { align-self: flex-start; }
  .home-hero__visual { height: min(116vw, 480px); min-height: 410px; }
  .home-hero__image-wrap { border-radius: 18px; }
  .quiet-paths__links { display: grid; gap: 0; grid-template-columns: 1fr; }
  .quiet-paths__links > a { border-top: 1px solid var(--line); min-height: 72px; padding-inline: 4px; }
  .quiet-paths__links > a:first-child { border-top: 0; }
  .campaign__body { align-items: stretch; grid-template-columns: 1fr; }
  .campaign__body .button { width: 100%; }
  .campaign h2 { font-size: 1.75rem; }
  .campaign__body p:not(.campaign__provider) { font-size: 0.85rem; }
  .section-heading { align-items: start; grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .points__grid article { align-items: start; gap: 0.25rem 0.75rem; grid-template-columns: 38px 1fr; }
  .points__grid article p { grid-column: 2; }
  .single-hero__image { height: clamp(300px, 82vw, 420px); min-height: 0; }
  .single-hero__copy { padding: 3rem 24px 3.5rem; }
  .single-hero h1 { font-size: clamp(1.9rem, 8vw, 2.1rem); line-height: 1.5; }
  .article-layout { grid-template-columns: 1fr; }
  .article-content { font-size: 0.98rem; }
  .article-content table { font-size: 0.8rem; table-layout: fixed; }
  .article-content th:first-child, .article-content td:first-child { width: 34%; }
  .article-content th, .article-content td { overflow-wrap: anywhere; }
  .stay-detail-box__grid { grid-template-columns: 1fr; }
  .booking-box__links { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
