:root {
  --towada-ink: #17342f;
  --towada-forest: #214c42;
  --towada-moss: #71836c;
  --towada-cream: #f5f1e8;
  --towada-sand: #ded4c1;
  --towada-rust: #a55d3d;
}

.towada-page main { overflow: hidden; background: #fff; }
.towada-container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.towada-section { padding: clamp(82px, 9vw, 138px) 0; }
.towada-eyebrow { margin: 0 0 22px; color: var(--towada-rust); font: 700 .72rem/1.2 Inter, sans-serif; letter-spacing: .22em; }
.towada-section-head { max-width: 760px; margin-bottom: clamp(42px, 6vw, 76px); }
.towada-section-head h2,
.towada-culture-copy h2,
.towada-cta h2 { margin: 0 0 26px; color: var(--towada-ink); font-size: clamp(2rem, 4vw, 3.65rem); line-height: 1.23; letter-spacing: -.035em; }
.towada-section-head > p:not(.towada-eyebrow),
.towada-culture-copy > p:not(.towada-eyebrow):not(.towada-note) { margin: 0; color: #53645f; font-size: clamp(1rem, 1.35vw, 1.1rem); line-height: 2; }

.towada-hero { position: relative; min-height: min(780px, calc(100svh - 74px)); display: grid; place-items: center; isolation: isolate; color: #fff; background: var(--towada-ink); }
.towada-hero > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.towada-hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(8, 25, 22, .86) 0%, rgba(8, 25, 22, .58) 52%, rgba(8, 25, 22, .22) 100%), linear-gradient(0deg, rgba(7, 22, 19, .58), transparent 50%); }
.towada-hero-content { width: min(1160px, calc(100% - 48px)); padding: 100px 0 130px; }
.towada-kicker { margin: 0 0 25px; color: #d9c69e; font: 700 .75rem/1.2 Inter, sans-serif; letter-spacing: .24em; }
.towada-hero h1 { max-width: 920px; margin: 0; font-size: clamp(2.5rem, 5.8vw, 5.15rem); line-height: 1.22; letter-spacing: -.045em; text-wrap: balance; text-shadow: 0 3px 24px rgba(0,0,0,.24); }
.towada-hero h1 .en { font-family: Inter, sans-serif; line-height: 1.08; }
.towada-lead { max-width: 670px; margin: 34px 0 0; font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.9; }
.towada-manifesto { margin: 34px 0 0; color: #d9c69e; font: 600 clamp(.88rem, 1.3vw, 1.05rem)/1.5 Inter, sans-serif; letter-spacing: .07em; }
.towada-scroll { position: absolute; bottom: 32px; left: 50%; display: flex; align-items: center; gap: 14px; color: #fff; font-size: .78rem; letter-spacing: .1em; text-decoration: none; transform: translateX(-50%); }
.towada-scroll span:last-child { font-size: 1.2rem; }
.towada-breadcrumb { max-width: none; padding-inline: max(24px, calc((100% - 1160px) / 2)); background: var(--towada-ink); }

.towada-focus { background: var(--towada-cream); }
.towada-focus-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(40px, 7vw, 90px); align-items: start; }
.towada-lab-photo { margin: 0; }
.towada-lab-photo img { width: 100%; height: 420px; display: block; object-fit: cover; object-position: center 68%; border-radius: 2px; box-shadow: 22px 22px 0 var(--towada-sand); }
.towada-lab-photo figcaption { margin-top: 34px; color: #5d6b65; font-size: .88rem; line-height: 1.7; }
.towada-points { border-top: 1px solid rgba(23,52,47,.22); }
.towada-points article { display: grid; grid-template-columns: 42px 1fr; column-gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(23,52,47,.17); }
.towada-points article > span { grid-row: 1 / 3; color: var(--towada-rust); font: 700 .7rem/1.6 Inter, sans-serif; letter-spacing: .14em; }
.towada-points h3 { margin: 0 0 10px; color: var(--towada-ink); font-size: 1.12rem; }
.towada-points p { margin: 0; color: #596862; font-size: .96rem; line-height: 1.9; }

.towada-nature { color: #fff; background: var(--towada-ink); }
.towada-section-head-light h2,
.towada-section-head-light > p:not(.towada-eyebrow) { color: #fff; }
.towada-section-head-light > p:not(.towada-eyebrow) { opacity: .78; }
.towada-nature-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; }
.towada-image-card { position: relative; min-height: 500px; margin: 0; overflow: hidden; }
.towada-image-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s ease; }
.towada-image-card:hover img { transform: scale(1.025); }
.towada-image-card figcaption { position: absolute; inset: auto 0 0; padding: 80px 30px 28px; display: grid; gap: 5px; background: linear-gradient(transparent, rgba(6,24,20,.82)); }
.towada-image-card figcaption strong { font-size: 1.25rem; }
.towada-image-card figcaption > span { font-size: .92rem; line-height: 1.7; opacity: .9; }

.towada-culture { background: #fff; }
.towada-culture-layout { display: block; }
.towada-culture-copy { max-width: 900px; }
.towada-culture-copy h2 { font-size: clamp(2rem, 3.55vw, 3.35rem); }
.towada-culture-copy > p:not(.towada-eyebrow):not(.towada-note) + p:not(.towada-note) { margin-top: 14px; }
.towada-culture-copy .towada-note { margin-top: 28px; color: #7b827e; font-size: .72rem; line-height: 1.7; }
.towada-art-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .85fr);
  gap: clamp(24px, 4vw, 52px);
  margin-top: clamp(44px, 6vw, 72px);
  align-items: start;
}
.towada-culture-photo { margin: 0; }
.towada-culture-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.towada-culture-photo-heritage {
  margin-top: clamp(72px, 9vw, 118px);
}
.towada-photo-caption { display: grid; grid-template-columns: auto 1fr; gap: 14px; margin: 14px 0 0; color: #67736e; font-size: .84rem; line-height: 1.7; }
.towada-photo-caption strong { color: var(--towada-rust); font: 700 .7rem/1.7 Inter, sans-serif; letter-spacing: .14em; }

.towada-day { background: #eef1ec; }
.towada-day-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .7fr); gap: clamp(52px, 7vw, 88px); align-items: start; }
.towada-timeline { max-width: 940px; margin: 0 auto; padding: 0; list-style: none; }
.towada-timeline li {
  --timeline-axis: 124px;
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 60px;
  padding: 0 0 38px;
}
.towada-timeline li::before { content: ""; position: absolute; top: 10px; bottom: -2px; left: var(--timeline-axis); width: 1px; background: #bdc8c1; }
.towada-timeline li::after { content: ""; position: absolute; top: 7px; left: calc(var(--timeline-axis) - 5px); width: 11px; height: 11px; border-radius: 50%; background: var(--towada-rust); box-shadow: 0 0 0 5px #eef1ec; }
.towada-timeline li:last-child::before { display: none; }
.towada-timeline time { color: var(--towada-ink); font: 700 1rem/1.5 Inter, sans-serif; text-align: right; }
.towada-timeline h3 { margin: 0 0 6px; color: var(--towada-ink); font-size: 1.08rem; }
.towada-timeline p { margin: 0; color: #63706b; font-size: .96rem; line-height: 1.85; }
.towada-timeline-off time { color: var(--towada-rust); }
.towada-disclaimer { max-width: 940px; margin: 10px auto 0; color: #68736e; font-size: .8rem; line-height: 1.75; }
.towada-day-photo { position: sticky; top: 110px; margin: 0; }
.towada-day-photo img { width: 100%; height: 540px; display: block; object-fit: cover; object-position: center 48%; filter: saturate(.88) contrast(.96); }
.towada-day-photo figcaption { padding: 15px 0 0; color: #63706b; font-size: .86rem; line-height: 1.7; }

.towada-seasons { background: var(--towada-cream); }
.towada-season-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: rgba(23,52,47,.18); border: 1px solid rgba(23,52,47,.18); }
.towada-season { min-height: 390px; padding: 0; background: var(--towada-cream); }
.towada-season > img { width: 100%; height: 205px; display: block; object-fit: cover; filter: saturate(.86) contrast(.96); }
.towada-spring > img { object-position: center 42%; }
.towada-summer > img { object-position: center 55%; }
.towada-autumn > img { object-position: center 55%; }
.towada-winter > img { object-position: center 48%; }
.towada-season-body { padding: 25px 24px 30px; }
.towada-season-number { color: var(--towada-rust); font: 700 .7rem/1 Inter, sans-serif; letter-spacing: .16em; }
.towada-season h3 { margin: 22px 0 14px; color: var(--towada-ink); font-size: 1.5rem; }
.towada-season p { margin: 0; color: #5b6964; font-size: .94rem; line-height: 1.85; }
.towada-season p strong { display: block; margin-bottom: 4px; color: var(--towada-ink); font-weight: 700; }
.towada-spring { box-shadow: inset 0 4px #d8aaa5; }
.towada-summer { box-shadow: inset 0 4px #4f7661; }
.towada-autumn { box-shadow: inset 0 4px #a55d3d; }
.towada-winter { box-shadow: inset 0 4px #9baab0; }
.towada-season-landscape { position: relative; margin: 64px 0 0; }
.towada-season-landscape img { width: 100%; height: min(54vw, 570px); display: block; object-fit: cover; }
.towada-season-landscape figcaption { position: absolute; right: 0; bottom: 0; max-width: 430px; padding: 24px 30px; color: #fff; background: rgba(23,52,47,.9); font-size: .88rem; line-height: 1.7; }

.towada-cta { padding: clamp(90px, 10vw, 150px) 24px; color: #fff; background: var(--towada-forest); }
.towada-cta-inner { width: min(1020px, 100%); margin: auto; text-align: center; }
.towada-cta h2 { color: #fff; }
.towada-cta-inner > p:not(.towada-eyebrow) { margin: 0 auto; max-width: 680px; color: rgba(255,255,255,.82); font-size: 1.05rem; line-height: 1.9; }
.towada-cta-groups { margin-top: 56px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; text-align: left; }
.towada-cta-groups h3 { margin: 0 0 14px; color: #fff; font-size: .9rem; letter-spacing: .08em; }
.towada-cta-grid { display: grid; gap: 12px; }
.towada-cta-grid a { position: relative; min-height: 126px; padding: 24px 58px 24px 25px; display: flex; flex-direction: column; justify-content: center; color: #fff; border: 1px solid rgba(255,255,255,.28); text-decoration: none; transition: background .2s ease, border-color .2s ease; }
.towada-cta-grid a:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.65); }
.towada-cta-grid .towada-cta-primary { color: var(--towada-ink); border-color: #d9c69e; background: #d9c69e; }
.towada-cta-grid .towada-cta-primary small { color: #75472f; }
.towada-cta-grid .towada-cta-primary:hover { background: #ead9b7; border-color: #ead9b7; }
.towada-cta-grid small { margin-bottom: 10px; color: #d9c69e; font: 700 .62rem/1 Inter, sans-serif; letter-spacing: .16em; }
.towada-cta-grid strong { font-size: .98rem; line-height: 1.5; }
.towada-cta-grid a > span:last-child { position: absolute; top: 50%; right: 25px; font-size: 1.25rem; transform: translateY(-50%); }

@media (max-width: 960px) {
  .towada-focus-grid { grid-template-columns: 1fr; }
  .towada-day-layout { grid-template-columns: 1fr; }
  .towada-day-photo { position: static; display: grid; grid-template-columns: minmax(0, 1fr) minmax(180px, .5fr); gap: 20px; align-items: end; }
  .towada-day-photo img { height: 340px; }
  .towada-lab-photo { max-width: 680px; }
  .towada-lab-photo img { height: 390px; }
  .towada-culture-copy { max-width: 720px; }
  .towada-nature-grid { grid-template-columns: 1fr 1fr; }
  .towada-image-card { min-height: 420px; }
  .towada-season-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .towada-cta-groups { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .towada-container { width: min(100% - 36px, 1160px); }
  .towada-section { padding: 72px 0; }
  .towada-hero { min-height: 680px; }
  .towada-hero-content { width: calc(100% - 36px); padding: 74px 0 105px; }
  .towada-hero-shade { background: linear-gradient(90deg, rgba(8,25,22,.82), rgba(8,25,22,.38)), linear-gradient(0deg, rgba(7,22,19,.66), transparent 55%); }
  .towada-hero h1 { font-size: clamp(2.15rem, 10.4vw, 3.15rem); }
  .towada-lead br { display: none; }
  .towada-lab-photo img { height: 230px; }
  .towada-scroll { width: calc(100% - 36px); justify-content: center; white-space: nowrap; }
  .towada-nature-grid { grid-template-columns: 1fr; }
  .towada-image-card { min-height: 390px; }
  .towada-art-collage { grid-template-columns: 1fr; gap: 34px; }
  .towada-culture-photo-heritage { margin-top: 0; }
  .towada-timeline li {
    --timeline-axis: 84px;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 50px;
  }
  .towada-timeline time { font-size: .86rem; }
  .towada-season-grid { grid-template-columns: 1fr; }
  .towada-season { min-height: 230px; }
  .towada-season h3 { margin-top: 22px; }
  .towada-day-photo { display: block; }
  .towada-day-photo img { height: 250px; }
  .towada-season > img { height: 230px; }
  .towada-season-landscape { margin-top: 42px; }
  .towada-season-landscape img { height: 420px; }
  .towada-season-landscape figcaption { left: 0; max-width: none; }
  .towada-cta { padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .towada-image-card img,
  .towada-cta-grid a { transition: none; }
  .towada-image-card:hover img { transform: none; }
  html { scroll-behavior: auto; }
}
