@font-face {
  font-family: "Zoo Montserrat";
  src: url("assets/fonts/montserrat-latin-ext-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Zoo Montserrat";
  src: url("assets/fonts/montserrat-latin-ext-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Zoo Montserrat";
  src: url("assets/fonts/montserrat-latin-ext-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Zoo Montserrat";
  src: url("assets/fonts/montserrat-latin-ext-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Zoo Montserrat";
  src: url("assets/fonts/montserrat-latin-ext-800-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --burgundy: #52131b;
  --burgundy-deep: #350810;
  --burgundy-soft: #6d2932;
  --cream: #fbf3eb;
  --paper: #fffaf4;
  --rose: #d7c3bd;
  --rose-deep: #b19a98;
  --sage: #718162;
  --sage-soft: #dfe7d7;
  --ink: #4e2428;
  --muted: #715d5b;
  --line: rgba(82, 19, 27, 0.2);
  --shadow: 0 22px 58px rgba(69, 29, 32, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background-color: #f4f2e8;
  background-image:
    linear-gradient(rgba(248,245,237,.78), rgba(248,245,237,.78)),
    radial-gradient(circle at 92% 7%, rgba(113,129,98,.2), transparent 28%),
    url("assets/paper-texture.jpg");
  background-size: auto, auto, 260px 220px;
  font-family: "Zoo Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 100;
  transform: translateY(-150%); background: var(--burgundy); color: white;
  padding: 10px 14px; border-radius: 8px; text-decoration: none;
}
.skip-link:focus { transform: none; }

.site-header {
  width: min(1220px, calc(100% - 40px)); min-height: 96px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  position: relative; z-index: 20;
}
.brand { display: block; text-decoration: none; flex: none; }
.brand img { display: block; width: clamp(220px, 24vw, 310px); height: auto; }
nav { display: flex; align-items: center; gap: 28px; }
nav a {
  color: var(--burgundy); text-decoration: none; text-transform: uppercase;
  font-size: 12px; font-weight: 700; letter-spacing: .065em; position: relative;
}
nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -6px;
  height: 1px; background: var(--burgundy); transition: right .2s ease;
}
nav a:not(.nav-cta):hover::after { right: 0; }
nav a.nav-cta { color: white; background: var(--burgundy); padding: 12px 18px; border-radius: 999px; }
.menu-button { display: none; }

.hero {
  width: min(1320px, calc(100% - 30px)); min-height: 650px; margin: 4px auto 34px;
  border: 1px solid rgba(82,19,27,.12); border-radius: 10px; box-shadow: var(--shadow);
  background-color: var(--cream);
  background-image:
    linear-gradient(90deg, rgba(251,243,235,.98) 0%, rgba(251,243,235,.93) 43%, rgba(251,243,235,.5) 67%, rgba(251,243,235,.08) 100%),
    url("assets/nature-harmony-background.jpg");
  background-size: cover; background-position: center;
  display: flex; align-items: center;
  padding: 76px clamp(34px, 6vw, 92px); overflow: hidden; position: relative;
}
.hero-copy { max-width: 680px; position: relative; z-index: 2; }
.eyebrow {
  color: var(--burgundy); font-size: 12px; text-transform: uppercase; letter-spacing: .15em;
  font-weight: 800; margin: 0 0 15px;
}
h1, h2, h3 { color: var(--burgundy); line-height: 1.14; margin-top: 0; }
h1 { max-width: 730px; font-size: clamp(42px, 5vw, 70px); font-weight: 500; letter-spacing: -.035em; margin-bottom: 23px; }
h2 { font-size: clamp(34px, 3.8vw, 52px); font-weight: 500; letter-spacing: -.025em; }
h3 { font-weight: 600; }
.lead { max-width: 650px; color: #634b49; font-size: clamp(17px, 1.45vw, 20px); }
.hero-about { margin-bottom: 10px; }
.hero-about strong { color: var(--burgundy); font-weight: 700; }
.hero-detail { margin-top: 0; font-size: clamp(15px, 1.2vw, 17px); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin: 34px 0 30px; }
.button {
  border: 0; border-radius: 999px; padding: 14px 21px; min-height: 50px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  text-decoration: none; font-size: 14px; font-weight: 700; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .card-action:focus-visible, nav a:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(177,154,152,.75); outline-offset: 3px;
}
.button-primary { color: white; background: var(--burgundy); box-shadow: 0 12px 25px rgba(82,19,27,.2); }
.button-primary:hover { background: var(--burgundy-deep); }
.button-ghost { color: var(--burgundy); background: transparent; border: 1px solid rgba(82,19,27,.3); }
.button-ghost.dark { color: white; border-color: rgba(255,255,255,.42); }
.text-link { color: var(--burgundy); text-underline-offset: 5px; font-size: 14px; font-weight: 700; }
.trust-list { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 0; margin: 0; color: #68524f; font-size: 13px; }
.trust-list li { border-left: 2px solid var(--rose-deep); padding-left: 10px; }

.service-strip {
  width: min(1180px, calc(100% - 40px)); margin: 0 auto 24px; padding: 27px 0;
  display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  list-style: none;
}
.service-strip li { padding: 0 28px; text-align: center; }
.service-strip li + li { border-left: 1px solid var(--line); }
.service-strip b { display: block; color: var(--burgundy); text-transform: uppercase; letter-spacing: .05em; font-size: 13px; }
.service-strip span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }

.programs { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 62px 0 110px; }
.section-heading { display: grid; grid-template-columns: 1.16fr .84fr; gap: 72px; align-items: end; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 0; max-width: 690px; }
.section-heading > p { color: var(--muted); margin: 0 0 5px; }
.program-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.program-card {
  min-height: 465px; padding: 30px; display: flex; flex-direction: column; position: relative; overflow: hidden;
  background-color: rgba(255,250,244,.9); background-image: linear-gradient(rgba(255,250,244,.85), rgba(255,250,244,.85)), url("assets/paper-texture.jpg");
  border: 1px solid rgba(82,19,27,.18); border-top: 4px solid var(--burgundy); border-radius: 6px; box-shadow: 0 14px 34px rgba(69,29,32,.08);
}
.program-card::before {
  content: ""; position: absolute; z-index: 0; width: 66%; height: 44%; right: 0; bottom: 0;
  background-position: right bottom; background-size: contain; background-repeat: no-repeat;
  opacity: .44; pointer-events: none;
}
.program-card.seniors::before { background-image: url("assets/program-mountains/sunrise-ridges.webp"); }
.program-card.individual::before { background-image: url("assets/program-mountains/forest-valley.webp"); opacity: .39; }
.program-card.kindergarten::before { background-image: url("assets/program-mountains/mountain-meadow.webp"); }
.program-card.school::before { background-image: url("assets/program-mountains/ridge-after-rain.webp"); }
.program-card::after {
  content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%;
  right: -61px; top: -62px; border: 1px solid var(--rose); background: rgba(215,195,189,.17);
}
.program-card > * { position: relative; z-index: 1; }
.program-card.individual {
  background-color: #f8ece8;
  background-image: linear-gradient(rgba(248,236,232,.86), rgba(248,236,232,.86)), url("assets/paper-texture.jpg");
}
.card-number { align-self: flex-end; color: var(--rose-deep); font-size: 20px; font-weight: 600; }
.card-kicker { color: var(--burgundy); text-transform: uppercase; font-size: 11px; letter-spacing: .12em; font-weight: 800; margin: 22px 0 10px; }
.program-card h3 { font-size: 31px; font-weight: 500; margin-bottom: 17px; }
.program-card > p:not(.card-kicker) { color: #66514f; margin-top: 0; }
.program-card ul { list-style: none; padding: 0; margin: 8px 0 27px; font-size: 13px; }
.program-card li { border-top: 1px solid rgba(82,19,27,.13); padding: 9px 0; }
.card-action { margin-top: auto; padding: 0 0 4px; background: none; border: 0; border-bottom: 1px solid var(--burgundy); color: var(--burgundy); font-size: 13px; font-weight: 700; cursor: pointer; align-self: flex-start; }

.time-for-you {
  width: min(1180px, calc(100% - 40px)); margin: 0 auto clamp(72px, 9vw, 125px);
  display: grid; grid-template-columns: .96fr 1.04fr; overflow: hidden;
  border: 1px solid rgba(82,19,27,.18); border-radius: 8px; box-shadow: var(--shadow);
  background-color: var(--paper); background-image: linear-gradient(rgba(255,250,244,.9), rgba(255,250,244,.9)), url("assets/paper-texture.jpg");
}
.time-for-you-intro {
  padding: clamp(48px, 6vw, 78px); color: white;
  background: linear-gradient(145deg, var(--burgundy-soft), var(--burgundy-deep));
  position: relative; overflow: hidden;
}
.time-for-you-intro::after {
  content: ""; position: absolute; right: -25px; bottom: -90px; width: 150px; height: 300px;
  background: url("assets/branch.png") center / contain no-repeat; opacity: .12; transform: rotate(-17deg);
}
.time-for-you-intro > * { position: relative; z-index: 1; }
.time-for-you-intro h2 { margin-bottom: 12px; color: white; font-size: clamp(44px, 5vw, 67px); }
.time-for-you-motto { margin: 0 0 27px; color: #f3ded8; font-size: clamp(20px, 2vw, 28px); font-weight: 600; line-height: 1.35; }
.time-for-you-intro > p:not(.eyebrow, .time-for-you-motto) { max-width: 590px; color: rgba(255,255,255,.8); }
.button-light { margin-top: 18px; color: var(--burgundy); background: white; box-shadow: 0 12px 25px rgba(0,0,0,.15); }
.button-light:hover { background: var(--cream); }
.time-for-you-detail { padding: clamp(48px, 6vw, 78px); position: relative; }
.time-for-you-word {
  display: block; margin-bottom: 27px; color: var(--burgundy); font-size: clamp(34px, 5vw, 66px);
  font-weight: 800; letter-spacing: .12em; line-height: 1; opacity: .18;
}
.time-for-you-detail > p:first-of-type { max-width: 640px; margin-top: 0; color: #5f4846; font-size: clamp(16px, 1.4vw, 19px); }
.time-for-you-detail ul { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 28px 0; }
.time-for-you-detail li { padding: 9px 13px; color: var(--burgundy); border: 1px solid var(--rose-deep); border-radius: 999px; font-size: 12px; font-weight: 700; }
.time-for-you-order { padding-top: 23px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.time-for-you-order strong { color: var(--burgundy); }

.companions { display: grid; grid-template-columns: .82fr 1.18fr; background: var(--burgundy); }
.approach-panel {
  padding: clamp(58px, 7vw, 105px) max(34px, calc((100vw - 1180px)/2)); padding-right: clamp(48px, 7vw, 100px);
  color: white; background: linear-gradient(145deg, var(--burgundy-soft), var(--burgundy-deep)); position: relative; overflow: hidden;
}
.approach-panel::after { content: ""; position: absolute; right: 18px; bottom: -65px; width: 145px; height: 300px; background: url("assets/branch.png") center / contain no-repeat; opacity: .16; transform: rotate(-18deg); }
.approach-panel .eyebrow { color: #e6d1cc; }
.approach-panel h2 { color: white; max-width: 550px; }
blockquote { margin: 32px 0; padding-left: 22px; border-left: 2px solid #d8b9b4; font-size: clamp(20px, 1.8vw, 27px); font-weight: 500; line-height: 1.45; }
.approach-panel > p:last-of-type { max-width: 590px; color: rgba(255,255,255,.78); }
.approach-points { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 33px; position: relative; z-index: 2; }
.approach-points span { border: 1px solid rgba(255,255,255,.26); padding: 9px 13px; border-radius: 999px; font-size: 12px; }
.approach-points b { color: #e6d1cc; margin-right: 6px; }
.animal-panel {
  padding: clamp(58px, 7vw, 105px) max(34px, calc((100vw - 1180px)/2)); padding-left: clamp(48px, 6vw, 88px);
  background-color: var(--cream);
  background-image:
    linear-gradient(180deg, rgba(251,243,235,.9) 0%, rgba(251,243,235,.8) 56%, rgba(237,242,228,.72) 100%),
    url("assets/nature-harmony-background.jpg");
  background-size: cover; background-position: 66% center; position: relative;
}
.animal-heading { position: relative; z-index: 2; margin-bottom: 25px; }
.animal-heading .eyebrow { display: flex; align-items: center; gap: 12px; }
.animal-heading .eyebrow::after { content: ""; width: 100px; height: 1px; background: var(--burgundy); opacity: .6; }
.animal-heading > p:last-child { max-width: 580px; color: var(--muted); }
.animal-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 19px 10px; position: relative; z-index: 2; }
.animal-list article { min-width: 0; text-align: center; }
.animal-symbol { display: block; width: min(100%, 88px); height: auto; margin: 0 auto 6px; }
.animal-list h3 { margin: 0 0 2px; font-size: 13px; font-weight: 700; }
.animal-list p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.35; }

.gallery {
  width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: clamp(68px, 8vw, 108px) 0;
}
.gallery .section-heading { align-items: center; }
.gallery-grid { columns: 3; column-gap: 14px; }
.gallery-grid figure {
  break-inside: avoid; margin: 0 0 14px; overflow: hidden;
  background: var(--paper); border: 1px solid rgba(82,19,27,.14); border-radius: 8px;
  box-shadow: 0 10px 26px rgba(69,29,32,.09);
}
.gallery-grid img {
  display: block; width: 100%; height: auto;
  transition: transform .35s ease;
}
.gallery-grid figure:hover img { transform: scale(1.018); }

.visit {
  display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(38px, 7vw, 100px);
  padding: clamp(68px, 8vw, 120px) max(20px, calc((100vw - 1180px)/2)); color: white;
  background: linear-gradient(145deg, var(--burgundy-soft), var(--burgundy-deep)); position: relative; overflow: hidden;
}
.visit::before { content: ""; position: absolute; left: 4%; bottom: -80px; width: 180px; height: 360px; background: url("assets/branch.png") center / contain no-repeat; opacity: .1; }
.visit-intro { max-width: 480px; position: relative; z-index: 2; }
.eyebrow.light { color: #ead8d2; }
.visit h2 { color: white; }
.visit-intro > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.privacy-note { margin-top: 33px; padding: 17px 19px; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; }
.privacy-note p { margin: 0; color: rgba(255,255,255,.77); font-size: 13px; }
.privacy-note b { color: white; }
.visit-tool {
  min-height: 555px; padding: clamp(26px, 4vw, 48px); color: var(--ink); background-color: var(--paper);
  background-image: linear-gradient(rgba(255,250,244,.92), rgba(255,250,244,.92)), url("assets/paper-texture.jpg");
  border: 1px solid rgba(255,255,255,.45); border-radius: 8px; box-shadow: var(--shadow); position: relative; z-index: 2;
}
.progress { display: flex; gap: 7px; margin-bottom: 32px; }
.progress span { height: 4px; flex: 1; background: var(--rose); border-radius: 5px; transition: background .25s ease; }
.progress span.active { background: var(--burgundy); }
.form-step { display: none; border: 0; padding: 0; margin: 0; }
.form-step.active { display: block; animation: enter .28s ease; }
@keyframes enter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
legend { padding: 0; color: var(--burgundy); font-size: clamp(27px, 3vw, 37px); font-weight: 500; line-height: 1.2; }
.field-help { color: var(--muted); font-size: 13px; margin: 8px 0 22px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { min-height: 88px; padding: 16px 17px; border: 1px solid var(--line); border-radius: 6px; display: flex; flex-direction: column; justify-content: center; transition: .18s ease; }
.choice-grid b { color: var(--burgundy); font-size: 13px; }
.choice-grid small { color: var(--muted); margin-top: 4px; line-height: 1.35; }
.choice-grid label:hover span { border-color: var(--rose-deep); background: rgba(215,195,189,.15); }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(177,154,152,.75); outline-offset: 2px; }
.choice-grid input:checked + span { border-color: var(--burgundy); background: rgba(215,195,189,.24); box-shadow: inset 0 0 0 1px var(--burgundy); }
.form-error { min-height: 21px; margin: 8px 0 0; color: #a13442; font-size: 12px; }
.step-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 25px; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.form-step > label, .field-row label { display: flex; flex-direction: column; gap: 6px; margin-bottom: 13px; font-size: 12px; font-weight: 700; }
input[type="text"], input[type="number"], textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 5px; font-weight: 400; resize: vertical; }
input::placeholder, textarea::placeholder { color: #a99490; }
.result { padding: clamp(25px, 4vw, 40px); color: white; background: linear-gradient(145deg, var(--burgundy-soft), var(--burgundy-deep)); border-radius: 7px; animation: enter .35s ease; }
.result-label { color: #ead8d2; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.result h3 { margin-bottom: 15px; color: white; font-size: clamp(30px, 4vw, 44px); font-weight: 500; }
.result > p:not(.result-label, .copy-status) { color: rgba(255,255,255,.8); }
.result-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 21px 0; }
.result-meta span { padding: 8px 11px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 11px; }
details { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
summary { cursor: pointer; font-weight: 700; }
pre { margin: 16px 0 4px; padding: 15px; white-space: pre-wrap; color: rgba(255,255,255,.77); background: rgba(0,0,0,.13); border-radius: 5px; font-family: inherit; font-size: 12px; }
.result-actions { display: flex; gap: 10px; margin-top: 24px; }
.result .button-primary { color: var(--burgundy); background: white; }
.copy-status { min-height: 20px; margin-bottom: 0; color: #ead8d2; font-size: 12px; }

footer {
  width: min(1180px, calc(100% - 40px)); min-height: 160px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.footer-brand img { display: block; width: 240px; height: auto; }
.footer-contact { display: flex; align-items: center; gap: 21px; color: var(--muted); font-size: 12px; }
.footer-contact a { color: var(--burgundy); font-weight: 700; }
.back-top { color: var(--burgundy); font-size: 12px; font-weight: 700; }

@media (max-width: 1020px) {
  .hero { padding-bottom: 65px; }
  .service-strip { grid-template-columns: repeat(2, 1fr); padding: 10px 0; }
  .service-strip li { padding: 20px 24px; }
  .service-strip li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .service-strip li:nth-child(3) { border-left: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: auto; }
  .time-for-you { grid-template-columns: 1fr; }
  .companions, .visit { grid-template-columns: 1fr; }
  .approach-panel, .animal-panel { padding-left: max(32px, calc((100vw - 760px)/2)); padding-right: max(32px, calc((100vw - 760px)/2)); }
  .visit { padding-left: max(20px, calc((100vw - 760px)/2)); padding-right: max(20px, calc((100vw - 760px)/2)); }
  .visit-intro { max-width: 680px; }
  .gallery-grid { columns: 2; }
  footer { flex-wrap: wrap; padding: 38px 0; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .site-header { width: min(100% - 28px, 1220px); min-height: 82px; }
  .brand img { width: 205px; }
  .menu-button { display: grid; gap: 4px; width: 45px; height: 45px; place-content: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); cursor: pointer; }
  .menu-button span:not(.sr-only) { display: block; width: 19px; height: 2px; background: var(--burgundy); transition: .2s ease; }
  nav { position: absolute; left: 0; right: 0; top: 72px; padding: 12px; flex-direction: column; align-items: stretch; gap: 0; visibility: hidden; opacity: 0; transform: translateY(-8px); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); transition: .2s ease; }
  #main-nav.open { visibility: visible; opacity: 1; transform: none; }
  nav a, nav a.nav-cta { padding: 12px; border-radius: 6px; }
  nav a.nav-cta { margin-top: 4px; text-align: center; }
  .hero {
    width: calc(100% - 20px); min-height: auto; margin-top: 0; padding: 48px 22px 45px; border-radius: 6px;
    background-image: linear-gradient(rgba(251,243,235,.91), rgba(251,243,235,.91)), url("assets/nature-harmony-background.jpg");
    background-position: 68% center;
  }
  h1 { font-size: clamp(37px, 11.5vw, 54px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .text-link { align-self: center; }
  .trust-list { flex-direction: column; gap: 6px; }
  .service-strip { width: calc(100% - 28px); grid-template-columns: 1fr; padding: 10px 0; }
  .service-strip li { padding: 20px 10px; }
  .service-strip li + li { border-left: 0; border-top: 1px solid var(--line); }
  .programs { width: calc(100% - 28px); padding: 55px 0 72px; }
  .program-card { padding: 25px; }
  .time-for-you { width: calc(100% - 28px); margin-bottom: 72px; }
  .time-for-you-intro, .time-for-you-detail { padding: 48px 24px; }
  .time-for-you-word { font-size: clamp(31px, 10vw, 48px); letter-spacing: .08em; }
  .approach-panel, .animal-panel { padding: 60px 22px; }
  .animal-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 8px; }
  .animal-symbol { width: 82px; }
  .gallery { width: calc(100% - 28px); padding: 62px 0; }
  .gallery-grid { columns: 1; }
  .visit { padding: 60px 14px; }
  .visit-intro { padding: 0 8px; }
  .visit-tool { min-height: 540px; padding: 25px 17px; }
  .choice-grid, .field-row { grid-template-columns: 1fr; }
  .choice-grid span { min-height: 76px; }
  .result-actions { flex-direction: column; }
  footer { width: calc(100% - 36px); flex-direction: column; align-items: flex-start; }
  .footer-brand img { width: 225px; }
  .footer-contact { flex-direction: column; align-items: flex-start; gap: 5px; }
  .back-top { align-self: flex-end; }
}

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