:root {
  --white: #ffffff;
  --canvas: #faf6f1;
  --ink: #2e2a25;
  --muted: #786f66;
  --green: #bf6b52;
  --green-dark: #a35743;
  --green-pale: #f9ece4;
  --line: #e9dfd4;
  --container: min(1180px, calc(100vw - 80px));
  --shadow: 0 24px 70px rgba(47, 40, 34, 0.11);
  --safe-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: var(--safe-bottom);
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: -9999px;
  z-index: 300;
  padding: 8px 14px;
  background: var(--white);
  border: 1px solid var(--line);
}

.skip-link:focus {
  left: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 13px max(40px, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 227, 224, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  min-width: 0;
}

.brand-main {
  font-size: clamp(1rem, 1.7vw, 1.17rem);
  font-weight: 900;
  line-height: 1.35;
}

.brand-sub {
  color: var(--muted);
  font-family: "Manrope", sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  line-height: 1.55;
}

.desktop-nav,
.header-call {
  display: none;
}

.hero {
  position: relative;
  min-height: min(680px, calc(100svh - 112px));
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  grid-template-areas: "copy visual";
  align-items: stretch;
  background: var(--white);
}

.hero-inner {
  grid-area: copy;
  z-index: 2;
  width: min(550px, calc(100vw - 80px));
  justify-self: end;
  align-self: center;
  padding: 54px 64px 40px 0;
}

.hero-visual {
  position: relative;
  grid-area: visual;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--green-pale);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 18px 0 42px rgba(47, 40, 34, 0.06);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
}

.hero-visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  padding: 9px 13px;
  background: rgba(255, 255, 255, 0.92);
  color: #453e37;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--green);
  font-family: "Manrope", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.18em;
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.65rem, 4.35vw, 4rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  word-break: keep-all;
}

.mobile-break {
  display: none;
}

.hero-location {
  margin: 24px 0 0;
  color: var(--green);
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.6;
}

.hero-lead {
  max-width: 35em;
  margin: 14px 0 0;
  color: #5f574e;
  font-size: 1rem;
  line-height: 2;
}

.hero-actions,
.access-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-actions {
  margin-top: 28px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.button::after {
  content: "→";
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--green-dark);
  border-color: var(--green-dark);
  color: var(--white);
}

.button.primary:hover {
  background: var(--green);
  border-color: var(--green);
}

.button.light,
.button.outline {
  background: var(--white);
  border-color: #d4c8bb;
  color: var(--ink);
}

.button.light:hover,
.button.outline:hover {
  border-color: var(--green);
  color: var(--green);
}

.hero-facts {
  margin: 42px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.05fr) minmax(0, 1.15fr);
  border-top: 1px solid var(--line);
}

.hero-facts div {
  min-width: 0;
  padding: 18px 16px 0 0;
}

.hero-facts dt,
.hero-facts dd {
  margin: 0;
}

.hero-facts dt {
  color: #948b80;
  font-family: "Manrope", sans-serif;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.hero-facts dd {
  margin-top: 6px;
  color: var(--ink);
  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.55;
}

.section {
  position: relative;
  width: var(--container);
  margin: 0 auto;
  padding: clamp(78px, 10vw, 132px) 0;
}

.anchor-alias {
  position: absolute;
  top: -100px;
}

.section-grid,
.policy,
.access {
  display: grid;
  gap: clamp(40px, 7vw, 100px);
}

.section-grid {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
}

.section h2,
.recruit-strip h2 {
  max-width: 15em;
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0;
  word-break: keep-all;
}

.intro-copy p,
.policy-main p,
.access-info p {
  margin: 0;
  color: #60584f;
  font-size: 1rem;
  line-height: 2.05;
}

.visit-strip {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.visit-strip span {
  position: relative;
  padding: 14px 10px 14px 20px;
  border-bottom: 1px solid var(--line);
  color: #524a42;
  font-size: 0.82rem;
  font-weight: 700;
}

.visit-strip span::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.intro-visual {
  position: relative;
  margin: clamp(46px, 7vw, 78px) 0 0;
  overflow: hidden;
  background: var(--canvas);
}

.intro-visual img {
  width: 100%;
  height: clamp(340px, 43vw, 520px);
  object-fit: cover;
  object-position: center 45%;
}

.intro-visual figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: min(460px, calc(100% - 32px));
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.94);
  color: #453e37;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.65;
  backdrop-filter: blur(12px);
}

.intro-visual figcaption span,
.photo-band figcaption span {
  display: block;
  margin-bottom: 3px;
  color: var(--green);
  font-family: "Manrope", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.flow {
  margin-top: clamp(48px, 7vw, 82px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.flow article {
  padding: 30px 34px 34px 0;
  border-right: 1px solid var(--line);
}

.flow article + article {
  padding-left: 34px;
}

.flow article:last-child {
  border-right: 0;
}

.flow span {
  color: var(--green);
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
}

.flow h3,
.policy-list h3 {
  margin: 11px 0 0;
  font-size: 1.17rem;
  font-weight: 700;
  line-height: 1.5;
}

.flow p,
.policy-list p,
.faq dd {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.85;
}

.services {
  width: 100%;
  max-width: none;
  padding-right: max(40px, calc((100vw - 1180px) / 2));
  padding-left: max(40px, calc((100vw - 1180px) / 2));
  background: var(--canvas);
}

.section-heading {
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d6cabd;
  border-left: 1px solid #d6cabd;
}

.service-grid a {
  position: relative;
  min-height: 150px;
  display: grid;
  align-content: end;
  gap: 7px;
  padding: 24px;
  border-right: 1px solid #d6cabd;
  border-bottom: 1px solid #d6cabd;
  background: var(--white);
  transition: background 0.2s ease, color 0.2s ease;
}

.service-grid a::after {
  content: "↗";
  position: absolute;
  top: 18px;
  right: 20px;
  color: #a2988c;
  font-family: "Manrope", sans-serif;
}

.service-grid a:hover {
  background: var(--green-dark);
  color: var(--white);
}

.service-grid a:hover span,
.service-grid a:hover::after {
  color: rgba(255, 255, 255, 0.66);
}

.service-grid span {
  color: var(--muted);
  font-size: 0.77rem;
  font-weight: 500;
}

.service-grid strong {
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.4;
}

.photo-band {
  width: 100%;
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.85fr;
  gap: 3px;
  background: var(--white);
}

.photo-band figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--canvas);
}

.photo-band img {
  width: 100%;
  height: clamp(260px, 32vw, 500px);
  object-fit: cover;
}

.photo-band figure:first-child img {
  object-position: center;
}

.photo-band figure:nth-child(2) img {
  object-position: 55% center;
}

.photo-band figure:last-child img {
  object-position: 46% center;
}

.photo-band figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.93);
  color: #383029;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
  backdrop-filter: blur(12px);
}

.updates {
  padding-top: clamp(58px, 8vw, 88px);
  padding-bottom: clamp(58px, 8vw, 88px);
}

.news-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  align-items: baseline;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.news-item time {
  color: var(--green);
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}

.news-item p {
  margin: 0;
  color: #5f574e;
}

.policy {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding-right: max(40px, calc((100vw - 1180px) / 2));
  padding-left: max(40px, calc((100vw - 1180px) / 2));
  background: var(--green-pale);
  color: var(--ink);
}

.policy .section-label {
  color: var(--green);
}

.policy-main p {
  max-width: 37em;
  margin-top: 26px;
  color: #60584f;
}

.policy-visual {
  margin: 42px 0 0;
}

.policy-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.policy-visual figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.7;
}

.policy-list {
  display: grid;
}

.policy-list article {
  padding: 28px 0;
  border-top: 1px solid #e5d3c6;
}

.policy-list article:last-child {
  border-bottom: 1px solid #e5d3c6;
}

.policy-list h3 {
  margin-top: 0;
  font-size: 1.25rem;
}

.policy-list p {
  max-width: 42em;
  color: #786f66;
}

.access {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
}

.access-info {
  position: sticky;
  top: 116px;
}

.access-info h2 {
  margin-bottom: 24px;
}

.access-actions {
  margin-top: 26px;
}

.parking-note {
  margin-top: 20px !important;
  color: var(--green) !important;
  font-weight: 700;
}

.access-panel {
  display: grid;
  gap: 18px;
}

.map-frame {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--canvas);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.schedule {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--white);
}

.schedule table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.schedule th,
.schedule td {
  padding: 11px 10px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  font-size: 0.84rem;
}

.schedule th:first-child {
  text-align: left;
}

.schedule td {
  color: var(--green);
  font-weight: 700;
}

.schedule p {
  margin: 0;
  padding: 11px 13px;
  color: var(--muted);
  font-size: 0.8rem;
}

.faq {
  padding-top: 40px;
}

.faq dl {
  margin: 0;
  border-top: 1px solid var(--ink);
}

.faq dl div {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  gap: 42px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.faq dt {
  font-weight: 700;
  line-height: 1.7;
}

.faq dd {
  margin: 0;
}

.recruit-strip {
  width: var(--container);
  margin: 0 auto clamp(68px, 10vw, 120px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding: 42px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.recruit-strip h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.35rem);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 44px max(40px, calc((100vw - 1180px) / 2));
  background: #2f2822;
  color: var(--white);
}

.site-footer strong {
  font-size: 1.02rem;
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
}

.site-footer a {
  align-self: center;
  font-family: "Manrope", sans-serif;
  font-size: 1.16rem;
  font-weight: 700;
}

.mobile-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 120;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.mobile-cta a {
  min-height: 50px;
  display: grid;
  place-items: center;
  background: var(--green-dark);
  color: var(--white);
  font-weight: 700;
}

@media (min-width: 960px) {
  body {
    padding-bottom: 0;
  }

  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .desktop-nav {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 26px;
  }

  .desktop-nav a {
    position: relative;
    color: #4f463d;
    font-size: 0.79rem;
    font-weight: 700;
  }

  .desktop-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 1px;
    background: var(--green);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
  }

  .desktop-nav a:hover::after {
    transform: scaleX(1);
  }

  .header-call {
    display: grid;
    justify-items: end;
    color: var(--green-dark);
    font-family: "Manrope", sans-serif;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.15;
  }

  .header-call span {
    color: var(--muted);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 0.64rem;
  }

  .mobile-cta {
    display: none;
  }
}

@media (max-width: 959px) {
  :root {
    --container: min(100% - 48px, 720px);
  }

  .site-header {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-areas: "visual" "copy";
  }

  .hero-visual {
    height: min(55vw, 480px);
  }

  .hero-inner {
    width: var(--container);
    justify-self: center;
    padding: 52px 0 64px;
  }

  .section-grid,
  .policy,
  .access {
    grid-template-columns: 1fr;
  }

  .policy {
    gap: 46px;
  }

  .access-info {
    position: static;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-band {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .photo-band figure:last-child {
    grid-column: 1 / -1;
  }

  .photo-band figure:last-child img {
    height: min(48vw, 380px);
  }
}

@media (max-width: 620px) {
  :root {
    --container: calc(100% - 40px);
  }

  body {
    font-size: 15px;
  }

  .site-header {
    min-height: 70px;
    padding: 10px 20px;
  }

  .brand-main {
    font-size: 0.96rem;
  }

  .brand-sub {
    font-size: 0.57rem;
  }

  .hero-visual {
    height: 69vw;
    min-height: 275px;
    max-height: 390px;
  }

  .hero-visual figcaption {
    right: 12px;
    bottom: 12px;
    font-size: 0.68rem;
  }

  .hero-inner {
    padding: 42px 0 52px;
  }

  .eyebrow,
  .section-label {
    margin-bottom: 13px;
    font-size: 0.63rem;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 10vw, 2.85rem);
    line-height: 1.38;
  }

  .mobile-break {
    display: inline;
  }

  .hero-location {
    margin-top: 19px;
  }

  .hero-lead {
    font-size: 0.94rem;
    line-height: 1.95;
  }

  .hero-actions,
  .access-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-facts {
    margin-top: 32px;
    grid-template-columns: 1fr;
  }

  .hero-facts div {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: baseline;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-facts dd {
    margin-top: 0;
  }

  .section {
    padding: 76px 0;
  }

  .section h2,
  .recruit-strip h2 {
    font-size: 1.75rem;
    line-height: 1.55;
  }

  .visit-strip {
    grid-template-columns: 1fr;
  }

  .intro-visual {
    margin-right: -20px;
    margin-left: -20px;
  }

  .intro-visual img {
    height: 72vw;
    min-height: 300px;
    max-height: 430px;
    object-position: 48% center;
  }

  .intro-visual figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
    padding: 14px 16px;
    font-size: 0.8rem;
  }

  .flow {
    grid-template-columns: 1fr;
  }

  .flow article,
  .flow article + article {
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .services,
  .policy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-grid a {
    min-height: 112px;
  }

  .photo-band {
    grid-template-columns: 1fr;
  }

  .photo-band img {
    height: 280px;
  }

  .photo-band figure:last-child {
    grid-column: auto;
  }

  .photo-band figure:last-child img {
    height: 280px;
  }

  .photo-band figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .schedule table {
    min-width: 0;
    table-layout: fixed;
  }

  .schedule th,
  .schedule td {
    padding: 9px 2px;
    font-size: 0.7rem;
  }

  .schedule th:first-child {
    width: 90px;
  }

  .news-item {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .faq dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .recruit-strip,
  .site-footer {
    display: grid;
  }

  .recruit-strip {
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
  }

  .recruit-strip > * {
    min-width: 0;
  }

  .recruit-strip h2 {
    word-break: normal;
  }

  .site-footer {
    padding: 38px 20px 98px;
  }

  .site-footer a {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
