:root {
  --ink: #16324a;
  --muted: #5f7384;
  --green: #15945f;
  --green-dark: #08734a;
  --green-soft: #e8f8f0;
  --blue: #176dc6;
  --blue-dark: #0a4d99;
  --sky: #eaf4ff;
  --mist: #f5f8fb;
  --yellow: #ffd861;
  --orange: #f28a2b;
  --orange-soft: #fff0df;
  --line: #dbe6ef;
  --white: #fff;
  --shadow: 0 20px 55px rgba(24, 76, 118, .12);
  --radius: 20px;
  --radius-sm: 12px;
  --container: 1200px;
  --header-height: 116px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

iframe {
  max-width: 100%;
}

a {
  color: var(--green-dark);
  text-decoration-thickness: .08em;
  text-underline-offset: .2em;
}

a:hover {
  color: var(--blue);
}

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: var(--ink);
  letter-spacing: -.035em;
  line-height: 1.35;
}

h1 {
  font-size: clamp(2.15rem, 6vw, 4.7rem);
}

h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.8rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

p {
  margin-top: 0;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.screen-reader-text,
.skip-link:not(:focus) {
  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:focus {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(219, 230, 239, .9);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
}

.site-utility {
  color: #ddecfa;
  background: var(--blue-dark);
}

.site-utility__inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-utility p {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 14px;
  font-size: .72rem;
}

.site-utility p strong {
  color: var(--white);
  letter-spacing: .04em;
}

.site-utility nav {
  display: flex;
  gap: 20px;
}

.site-utility a {
  color: #ddecfa;
  font-size: .7rem;
  font-weight: 700;
  text-decoration: none;
}

.site-utility a:hover {
  color: var(--white);
}

.site-header__inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 24px;
}

.site-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
}

.site-brand strong,
.site-brand small {
  display: block;
  line-height: 1.35;
}

.site-brand strong {
  font-size: .98rem;
  letter-spacing: -.02em;
}

.site-brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: .69rem;
}

.site-brand__mark {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  border-radius: 13px;
  background: linear-gradient(145deg, var(--blue), #41a3e7);
}

.site-brand__mark::before,
.site-brand__mark::after,
.site-brand__mark span {
  position: absolute;
  content: "";
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
}

.site-brand__mark::before {
  width: 30px;
  height: 30px;
}

.site-brand__mark::after {
  width: 15px;
  height: 15px;
  background: var(--green);
}

.site-brand__mark span {
  width: 42px;
  height: 14px;
  border-width: 1px 0;
  border-radius: 0;
  transform: rotate(-25deg);
}

.desktop-nav {
  margin-left: auto;
}

.menu {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu a {
  color: var(--ink);
  font-size: .87rem;
  font-weight: 700;
  text-decoration: none;
}

.menu a:hover,
.menu .current-menu-item > a {
  color: var(--blue);
}

.site-header__cta {
  padding: 11px 17px !important;
  margin-left: 2px;
  font-size: .84rem !important;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  margin-left: auto;
  border: 0;
  border-radius: 10px;
  background: var(--mist);
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  border-radius: 99px;
  background: var(--ink);
  transition: transform .2s, opacity .2s;
}

.menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-of-type(3) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-of-type(4) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  inset: var(--header-height) 0 0;
  overflow-y: auto;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.mobile-nav .container {
  padding-block: 24px 120px;
}

.mobile-nav .menu {
  display: block;
}

.mobile-nav .menu li {
  border-bottom: 1px solid var(--line);
}

.mobile-nav .menu a {
  display: block;
  padding: 15px 4px;
  font-size: 1rem;
}

.mobile-nav__cta {
  width: 100%;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

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

.button--primary {
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 12px 28px rgba(242, 138, 43, .25);
}

.button--primary:hover {
  color: var(--white);
  background: #db7219;
}

.button--secondary {
  color: var(--ink);
  border-color: var(--line);
  background: var(--white);
}

.button--secondary:hover {
  color: var(--blue-dark);
  border-color: var(--blue);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(48px, 7vw, 92px);
  background:
    radial-gradient(circle at 4% 10%, rgba(23, 109, 198, .12), transparent 28%),
    radial-gradient(circle at 93% 12%, rgba(21, 148, 95, .11), transparent 28%),
    linear-gradient(145deg, #f7fbff, var(--white) 50%, #f1f9ff);
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
}

.hero::before {
  inset: 0;
  opacity: .38;
  background-image: radial-gradient(rgba(23, 109, 198, .16) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(90deg, #000, transparent 55%);
}

.hero::after {
  right: -120px;
  bottom: -200px;
  width: 420px;
  height: 420px;
  border: 55px solid rgba(255, 216, 97, .2);
  border-radius: 50%;
}

.hero__grid,
.location-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(34px, 6vw, 76px);
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 5.7vw, 4.8rem);
  line-height: 1.2;
}

.hero__area-label {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px 6px 7px;
  margin-bottom: 20px;
  gap: 8px;
  border: 1px solid #cde0f3;
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, .84);
  font-size: .76rem;
  font-weight: 800;
}

.hero__area-label span {
  display: inline-grid;
  min-width: 36px;
  min-height: 26px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
}

.hero__lead,
.location-hero__lead {
  max-width: 650px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
}

.hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}

.hero__facts li,
.tag-row span {
  padding: 7px 12px;
  border: 1px solid #d7e6f2;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .82);
  font-size: .8rem;
  font-weight: 700;
}

.hero__media,
.location-hero__media {
  position: relative;
  min-width: 0;
}

.area-portal {
  position: relative;
  padding: clamp(24px, 4vw, 38px);
  overflow: hidden;
  border: 1px solid #d6e5f1;
  border-radius: 26px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow);
}

.area-portal::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 9px;
  border-radius: 0 26px 0 9px;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--yellow), var(--orange));
  content: "";
}

.area-portal__heading {
  margin-bottom: 22px;
}

.area-portal__heading .eyebrow {
  margin-bottom: 5px;
}

.area-portal__heading h2 {
  margin-bottom: 6px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.area-portal__heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}

.area-portal__list {
  display: grid;
  gap: 10px;
}

.area-portal__list a {
  display: grid;
  min-width: 0;
  align-items: center;
  padding: 14px;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--ink);
  background: var(--white);
  grid-template-columns: 72px minmax(0, 1fr) auto;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.area-portal__list a:hover {
  transform: translateY(-2px);
  border-color: #b5d4ef;
  box-shadow: 0 10px 24px rgba(24, 76, 118, .09);
}

.area-portal__ward {
  display: grid;
  min-height: 48px;
  place-items: center;
  border-radius: 10px;
  font-size: .75rem;
  font-weight: 900;
}

.area-portal__ward--blue {
  color: var(--blue-dark);
  background: var(--sky);
}

.area-portal__ward--green {
  color: var(--green-dark);
  background: var(--green-soft);
}

.area-portal__ward--orange {
  color: #a85110;
  background: var(--orange-soft);
}

.area-portal__list strong,
.area-portal__list small {
  display: block;
  overflow-wrap: anywhere;
}

.area-portal__list strong {
  font-size: .93rem;
  line-height: 1.45;
}

.area-portal__list small {
  margin-top: 2px;
  color: var(--muted);
  font-size: .7rem;
}

.area-portal__arrow {
  color: var(--blue);
  font-weight: 900;
}

.area-portal__all {
  display: block;
  padding-top: 18px;
  color: var(--blue-dark);
  font-size: .82rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.hero__photo-card {
  position: relative;
  margin: 0;
}

.hero__photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 8px solid var(--white);
  border-radius: clamp(24px, 4vw, 42px);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.hero__photo-card figcaption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  display: grid;
  max-width: min(320px, calc(100% - 44px));
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 12px 34px rgba(21, 45, 71, .18);
  backdrop-filter: blur(10px);
}

.hero__photo-card figcaption strong {
  font-size: .88rem;
}

.hero__photo-card figcaption span {
  margin-top: 2px;
  color: var(--muted);
  font-size: .7rem;
}

.hero__area-links {
  display: grid;
  padding: 12px;
  margin: -18px auto 0;
  position: relative;
  z-index: 2;
  width: calc(100% - 48px);
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 12px 32px rgba(21, 45, 71, .12);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero__area-links a {
  display: grid;
  min-width: 0;
  padding: 7px 10px;
  border-radius: 9px;
  color: var(--ink);
  text-align: center;
  text-decoration: none;
}

.hero__area-links a:hover {
  background: var(--sky);
}

.hero__area-links a + a {
  border-left: 1px solid var(--line);
}

.hero__area-links span,
.hero__area-links strong {
  display: block;
  overflow-wrap: anywhere;
}

.hero__area-links span {
  color: var(--muted);
  font-size: .66rem;
}

.hero__area-links strong {
  font-size: .82rem;
}

.portal-shortcuts {
  position: relative;
  z-index: 3;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.portal-shortcuts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portal-shortcuts__grid > a {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 22px clamp(16px, 2vw, 28px);
  gap: 13px;
  color: var(--ink);
  text-decoration: none;
}

.portal-shortcuts__grid > a + a {
  border-left: 1px solid var(--line);
}

.portal-shortcuts__grid > a:hover {
  background: var(--mist);
}

.portal-shortcuts__grid strong,
.portal-shortcuts__grid small {
  display: block;
}

.portal-shortcuts__grid strong {
  font-size: .88rem;
}

.portal-shortcuts__grid small {
  color: var(--muted);
  font-size: .68rem;
}

.portal-shortcuts__icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  font-size: .7rem;
  font-weight: 900;
}

.portal-shortcuts__icon--blue {
  color: var(--blue-dark);
  background: var(--sky);
}

.portal-shortcuts__icon--green {
  color: var(--green-dark);
  background: var(--green-soft);
}

.portal-shortcuts__icon--yellow {
  color: #7a5d00;
  background: #fff7d4;
}

.portal-shortcuts__icon--orange {
  color: #a85110;
  background: var(--orange-soft);
}

.hero__media > img,
.location-hero__media > img,
.hero-placeholder,
.location-hero__media > .photo-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: clamp(24px, 4vw, 42px);
  box-shadow: var(--shadow);
}

.hero__caption {
  position: absolute;
  right: -18px;
  bottom: 24px;
  padding: 13px 18px;
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 30px rgba(24, 51, 45, .14);
  font-size: .86rem;
  font-weight: 800;
}

.hero-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 32px;
  color: var(--green-dark);
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(255,255,255,.55) 49.7%, rgba(255,255,255,.55) 50.3%, transparent 50.3%),
    linear-gradient(145deg, #b9dfc4, #76b995);
  text-align: center;
}

.hero-placeholder::before {
  position: absolute;
  width: 26%;
  aspect-ratio: 1;
  border: 3px solid rgba(255,255,255,.55);
  border-radius: 50%;
  content: "";
}

.hero-placeholder__ball {
  position: absolute;
  right: 12%;
  bottom: 12%;
  width: 80px;
  aspect-ratio: 1;
  border: 8px double rgba(255,255,255,.75);
  border-radius: 50%;
}

.hero-placeholder p {
  position: relative;
  z-index: 2;
  padding: 13px 18px;
  border-radius: 12px;
  background: rgba(255,255,255,.78);
  font-size: .84rem;
  font-weight: 700;
}

.front-content > section,
.front-content > .wp-block-group {
  padding-block: clamp(62px, 9vw, 112px);
}

.front-content > section:nth-child(even),
.front-content > .wp-block-group:nth-child(even) {
  background: #f4f8fc;
}

.entry-content {
  min-width: 0;
}

.entry-content > * {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.entry-content > .alignwide,
.entry-content > section,
.entry-content > .wp-block-group.alignwide,
.front-content > section > *,
.front-content > .wp-block-group > * {
  width: min(calc(100% - 40px), var(--container));
  max-width: var(--container);
  margin-right: auto;
  margin-left: auto;
}

.entry-content > .alignfull {
  width: 100%;
  max-width: none;
}

.entry-content h2 {
  margin-top: clamp(42px, 7vw, 72px);
  margin-bottom: 20px;
}

.entry-content h3 {
  margin-top: 32px;
  margin-bottom: 10px;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-bottom: 1.4rem;
}

.entry-content li + li {
  margin-top: .45rem;
}

.front-content section h2:first-child,
.front-content section .eyebrow + h2,
.front-content .wp-block-group h2:first-child {
  margin-top: 0;
}

.section-heading {
  max-width: 760px !important;
  margin-bottom: 44px !important;
  text-align: center;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.03rem;
}

.feature-grid,
.program-grid,
.trial-steps {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.program-card,
.trial-step {
  padding: clamp(24px, 3.5vw, 36px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(24, 76, 118, .06);
}

.feature-card__number,
.program-card__number,
.trial-step__number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  color: var(--blue-dark);
  background: var(--sky);
  font-size: .76rem;
  font-weight: 800;
}

.feature-card p,
.program-card p,
.trial-step p {
  margin-bottom: 0;
  color: var(--muted);
}

.card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 36px rgba(24, 76, 118, .08);
}

.location-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  color: inherit;
  background: var(--sky);
  text-decoration: none;
}

.location-card__image img,
.location-card__image .photo-placeholder {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform .35s ease;
}

.location-card:hover .location-card__image img {
  transform: scale(1.025);
}

.location-card__image-label,
.location-hero__image-label {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 6px 16px rgba(21, 45, 71, .15);
  font-size: .64rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.location-hero__image-label {
  right: 18px;
  bottom: 18px;
}

.photo-placeholder {
  position: relative;
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 26px;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 20%, rgba(255, 216, 97, .8) 0 45px, transparent 46px),
    linear-gradient(145deg, #eaf4ff, #d7ecff 54%, #eaf8f0);
  text-align: left;
}

.photo-placeholder::before,
.photo-placeholder::after {
  position: absolute;
  border: 2px solid rgba(23, 109, 198, .18);
  border-radius: 50%;
  content: "";
}

.photo-placeholder::before {
  top: -90px;
  right: -34px;
  width: 230px;
  height: 230px;
}

.photo-placeholder::after {
  top: 48px;
  right: 54px;
  width: 88px;
  height: 88px;
}

.photo-placeholder > * {
  position: relative;
  z-index: 1;
}

.photo-placeholder__label {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.photo-placeholder strong {
  font-size: 1.45rem;
  letter-spacing: -.03em;
}

.photo-placeholder > span:last-child {
  max-width: 92%;
  margin-top: 2px;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 700;
}

.location-card__body {
  padding: 24px;
}

.location-card h3 {
  margin: 14px 0 8px;
  font-size: 1.18rem;
}

.location-card h3 a {
  color: var(--ink);
  text-decoration: none;
}

.location-card p {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: .9rem;
}

.location-card__schedule {
  font-weight: 700;
}

.status {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 99px;
  color: var(--green-dark);
  background: var(--green-soft);
  font-size: .7rem;
  font-weight: 800;
}

.status--limited {
  color: #754900;
  background: #fff0c7;
}

.status--closed {
  color: #6d3641;
  background: #f9e3e7;
}

.text-link {
  display: inline-block;
  margin-top: 13px;
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
}

.fee-panel {
  position: relative;
  max-width: 920px;
  padding: clamp(28px, 5vw, 56px);
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid #d6e5f1;
  color: var(--ink);
  background:
    radial-gradient(circle at 94% 8%, rgba(255, 216, 97, .55), transparent 28%),
    linear-gradient(135deg, var(--white), #f5faff);
  box-shadow: var(--shadow);
}

.fee-panel::after {
  position: absolute;
  top: -130px;
  right: -90px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(23, 109, 198, .12);
  border-radius: 50%;
  content: "";
}

.fee-panel .eyebrow,
.fee-panel p,
.fee-panel li,
.fee-panel dt,
.fee-panel dd {
  position: relative;
  z-index: 1;
  color: inherit;
}

.fee-panel .eyebrow {
  color: var(--blue);
}

.fee-panel__price {
  margin-bottom: 12px;
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.25;
}

.check-list {
  display: grid;
  padding: 0;
  margin: 26px 0 0;
  gap: 9px;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.check-list li {
  position: relative;
  padding-left: 24px;
  font-size: .9rem;
}

.check-list li::before {
  position: absolute;
  top: .2em;
  left: 0;
  color: var(--green);
  content: "✓";
  font-weight: 900;
}

.fee-panel__extras {
  display: grid;
  margin: 12px 0 0;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fee-panel__extras div {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
}

.fee-panel__extras dt {
  font-size: .78rem;
  opacity: .72;
}

.fee-panel__extras dd {
  margin: 3px 0 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.fee-panel__extras small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: .66rem;
  line-height: 1.45;
}

.fee-panel__extras-title {
  position: relative;
  z-index: 1;
  padding-top: 22px;
  margin: 26px 0 0;
  border-top: 1px solid var(--line);
  font-size: 1rem;
}

.fee-panel__tax-note {
  margin: 10px 0 0;
  color: var(--muted) !important;
  font-size: .72rem;
}

.faq-list {
  max-width: 920px;
}

.faq-item {
  border-top: 1px solid var(--line);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  position: relative;
  padding: 24px 52px 24px 0;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  top: 24px;
  right: 8px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-dark);
  background: var(--green-soft);
  content: "+";
  font-size: 1.25rem;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item__answer {
  padding: 0 48px 24px 0;
  color: var(--muted);
}

.faq-item__answer > :last-child {
  margin-bottom: 0;
}

.trial-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--container);
  padding: clamp(28px, 5vw, 52px);
  margin-top: clamp(54px, 8vw, 100px);
  gap: 28px;
  border-radius: var(--radius);
  border: 1px solid #d6e5f1;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 216, 97, .45), transparent 25%),
    linear-gradient(125deg, var(--sky), var(--green-soft));
}

.trial-panel h2 {
  margin: 0 0 10px;
}

.trial-panel p:not(.eyebrow) {
  max-width: 670px;
  margin: 0;
  color: var(--muted);
}

.trial-panel .button {
  flex: 0 0 auto;
}

.news-list article {
  display: grid;
  align-items: baseline;
  padding: 18px 0;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 100px minmax(0, 1fr);
}

.news-list time {
  color: var(--muted);
  font-size: .8rem;
  font-weight: 700;
}

.news-list h2,
.news-list h3 {
  margin: 0;
  font-size: 1rem;
}

.news-list a {
  color: var(--ink);
  text-decoration: none;
}

.breadcrumbs {
  padding-block: 15px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 7px;
  list-style: none;
}

.breadcrumbs li {
  color: var(--muted);
  font-size: .72rem;
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: 7px;
  content: "/";
  opacity: .45;
}

.breadcrumbs a {
  color: inherit;
}

.page-main {
  padding-bottom: clamp(74px, 10vw, 128px);
}

.content-shell {
  padding-top: clamp(38px, 6vw, 72px);
}

.content-shell--narrow {
  max-width: 860px;
}

.page-header {
  max-width: 850px;
  padding-bottom: clamp(34px, 6vw, 66px);
}

.page-header h1 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 5vw, 4rem);
}

.page-header__lead {
	max-width: 720px;
	color: var(--muted);
	font-size: 1.08rem;
}

.location-name-index {
	display: grid;
	margin-top: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.location-name-index a {
	display: flex;
	min-height: 92px;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: var(--surface);
	color: var(--ink);
	font-weight: 800;
	line-height: 1.45;
	text-decoration: none;
	flex-direction: column;
	justify-content: center;
}

.location-name-index a:hover {
	border-color: var(--primary);
	box-shadow: 0 12px 30px rgba(31, 80, 53, .1);
}

.location-name-index span {
	margin-top: 5px;
	color: var(--muted);
	font-size: .84rem;
	font-weight: 600;
}

@media (max-width: 760px) {
	.location-name-index {
		grid-template-columns: 1fr;
	}

	.location-name-index a {
		min-height: 0;
	}
}

.article-hero {
  margin-bottom: 46px;
}

.article-hero img {
  width: 100%;
  border-radius: var(--radius);
}

.legal-data,
.detail-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.legal-data div,
.detail-list div {
  display: grid;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(110px, .32fr) minmax(0, 1fr);
  gap: 24px;
}

.legal-data dt,
.detail-list dt {
  color: var(--muted);
  font-size: .85rem;
  font-weight: 700;
}

.legal-data dd,
.detail-list dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.editor-pending {
  display: inline-block;
  padding: 5px 9px;
  border: 1px dashed #a35b00;
  border-radius: 6px;
  color: #7a4500;
  background: #fff7df;
  font-size: .85rem;
  font-weight: 700;
}

.location-hero {
  padding-block: clamp(42px, 8vw, 88px);
  background: linear-gradient(135deg, var(--mist), var(--white));
}

.location-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 5vw, 4rem);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
}

.tag-row .status {
  border-color: transparent;
}

.location-layout {
  display: grid;
  padding-block: clamp(64px, 9vw, 110px);
  align-items: start;
  gap: clamp(44px, 7vw, 88px);
  grid-template-columns: minmax(0, 1fr) 310px;
}

.location-layout__main,
.location-layout__side {
  min-width: 0;
}

.content-section {
  max-width: 820px;
  padding-bottom: clamp(54px, 8vw, 92px);
  margin-bottom: clamp(54px, 8vw, 92px);
  border-bottom: 1px solid var(--line);
}

.content-section > h2,
.content-section.entry-content > h2:first-child {
  margin-top: 0;
}

.content-section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.schedule-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.schedule-card div {
  padding: 22px;
}

.schedule-card div + div {
  border-left: 1px solid var(--line);
}

.schedule-card span,
.schedule-card strong {
  display: block;
}

.schedule-card span {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: .75rem;
}

.notice {
  padding: 20px 22px;
  margin-top: 18px;
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--sky);
}

.notice p {
  margin: 5px 0 0;
  color: var(--muted);
}

.map-frame {
  position: relative;
  width: 100%;
  padding-top: 58%;
  margin-top: 28px;
  overflow: hidden;
  border-radius: var(--radius-sm);
  background: var(--mist);
}

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

.park-disclaimer {
  margin-top: 18px;
  color: var(--muted);
  font-size: .78rem;
}

.two-column,
.photo-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card {
  padding: 25px;
  border-radius: var(--radius-sm);
  background: var(--mist);
}

.info-card h3 {
  margin-bottom: 8px;
}

.info-card p {
  margin: 0;
  color: var(--muted);
}

.photo-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-sm);
}

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

.sticky-summary {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 36px rgba(24, 51, 45, .08);
}

.sticky-summary h2 {
  font-size: 1.25rem;
}

.sticky-summary p {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid var(--line);
}

.sticky-summary span,
.sticky-summary strong {
  display: block;
}

.sticky-summary span {
  color: var(--muted);
  font-size: .72rem;
}

.sticky-summary strong {
  margin-top: 3px;
  font-size: .9rem;
}

.sticky-summary .button {
  width: 100%;
  margin-top: 8px;
  padding-inline: 14px;
  font-size: .85rem;
}

.error-page {
  min-height: 55vh;
  text-align: center;
}

.error-page .button-row {
  justify-content: center;
  margin-top: 28px;
}

.site-footer {
  padding: 64px 0 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #edf5fc;
}

.site-footer__grid {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(260px, 1.3fr) 1fr 1fr;
}

.site-brand--footer {
  margin-bottom: 18px;
  color: var(--ink);
}

.site-footer p {
  max-width: 420px;
  font-size: .83rem;
}

.site-footer__note {
  color: var(--muted);
}

.site-footer .menu {
  display: grid;
  align-items: start;
  gap: 9px;
}

.site-footer a {
  color: var(--ink);
}

.legal-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.legal-nav li + li {
  margin-top: 9px;
}

.legal-nav a {
  font-size: .82rem;
  text-decoration: none;
}

.site-footer__bottom {
  padding-top: 28px;
  margin-top: 46px;
  border-top: 1px solid #cfdeea;
}

.site-footer__bottom p {
  margin: 0;
  color: #718696;
  font-size: .72rem;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 1080px) {
  .desktop-nav,
  .site-header__cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero__grid,
  .location-hero__grid {
    grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
    gap: 42px;
  }

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

  .location-layout {
    grid-template-columns: minmax(0, 1fr) 270px;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 106px;
  }

  .container,
  .entry-content > .alignwide,
  .entry-content > section,
  .entry-content > .wp-block-group.alignwide,
  .front-content > section > *,
  .front-content > .wp-block-group > * {
    width: min(calc(100% - 32px), var(--container));
  }

  .site-header__inner {
    min-height: 72px;
  }

  .hero__grid,
  .location-hero__grid {
    grid-template-columns: 1fr;
  }

  .hero__media {
    max-width: 640px;
  }

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

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

  .portal-shortcuts__grid > a:nth-child(3) {
    border-left: 0;
  }

  .portal-shortcuts__grid > a:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .hero__caption {
    right: 10px;
    bottom: 14px;
  }

  .feature-grid,
  .program-grid,
  .trial-steps {
    grid-template-columns: 1fr;
  }

  .location-layout {
    display: block;
  }

  .location-layout__side {
    display: none;
  }

  .schedule-card {
    grid-template-columns: 1fr;
  }

  .schedule-card div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .trial-panel {
    display: block;
  }

  .trial-panel .button {
    width: 100%;
    margin-top: 24px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__grid > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 580px) {
  body {
    padding-bottom: 76px;
    font-size: 15px;
  }

  .site-brand strong {
    overflow: hidden;
    max-width: 185px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero {
    padding-top: 36px;
  }

  .site-utility__inner {
    justify-content: center;
  }

  .site-utility p span,
  .site-utility nav {
    display: none;
  }

  .hero h1 {
    font-size: clamp(2.05rem, 11vw, 3.2rem);
  }

  .hero__area-label {
    align-items: flex-start;
    border-radius: 14px;
    line-height: 1.5;
  }

  .area-portal {
    padding: 22px 16px;
    border-radius: 19px;
  }

  .area-portal__list a {
    padding: 12px;
    grid-template-columns: 62px minmax(0, 1fr) auto;
  }

  .area-portal__ward {
    min-height: 44px;
  }

  .portal-shortcuts__grid {
    grid-template-columns: 1fr;
  }

  .portal-shortcuts__grid > a {
    padding-block: 15px;
  }

  .portal-shortcuts__grid > a + a,
  .portal-shortcuts__grid > a:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero__media {
    margin-top: 2px;
  }

  .hero__photo-card img {
    aspect-ratio: 4 / 3;
    border-width: 5px;
  }

  .hero__photo-card figcaption {
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    padding: 10px 12px;
  }

  .hero__area-links {
    width: calc(100% - 24px);
    margin-top: -12px;
    padding: 8px;
  }

  .hero__caption {
    font-size: .74rem;
  }

  .button-row .button {
    width: 100%;
  }

  .hero .button-row .button--primary {
    display: none;
  }

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

  .check-list {
    grid-template-columns: 1fr;
  }

  .fee-panel__extras {
    grid-template-columns: 1fr;
  }

  .two-column,
  .photo-grid {
    grid-template-columns: 1fr;
  }

  .legal-data div,
  .detail-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .news-list article {
    gap: 4px;
    grid-template-columns: 1fr;
  }

  .faq-item summary {
    padding-right: 44px;
  }

  .faq-item__answer {
    padding-right: 0;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__grid > :first-child {
    grid-column: auto;
  }

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

  .mobile-sticky-cta .button {
    width: 100%;
    min-height: 50px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .mobile-sticky-cta,
  .button {
    display: none !important;
  }

  body {
    color: #000;
    padding: 0;
  }
}
