/*
Theme Name: AZMO Discovery Atlas
Theme URI: https://azmoazmo.com/
Author: Aqzoo, Inc.
Author URI: https://aqzoo.jp/
Description: 全国の水族館・動物園・美術館・博物館・科学館を検索できるAZMO専用テーマ。
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: azmo
*/

:root {
  --azmo-ink: #10172c;
  --azmo-paper: #fffdf5;
  --azmo-blue: #2056ff;
  --azmo-cyan: #35d9df;
  --azmo-lime: #c6ff32;
  --azmo-coral: #ff6f61;
  --azmo-pink: #ff78bd;
  --azmo-yellow: #ffd748;
  --azmo-line: rgba(16, 23, 44, .16);
  --azmo-muted: #626a7d;
  --azmo-shadow: 0 24px 60px rgba(26, 42, 88, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--azmo-paper);
  color: var(--azmo-ink);
  font-family: Inter, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { max-width: 100%; }
[hidden] { display: none !important; }
body.azmo-modal-open { overflow: hidden; }

.azmo-skip-link {
  position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-150%);
  padding: 10px 15px; border-radius: 10px; color: white; background: var(--azmo-blue);
}
.azmo-skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--azmo-coral); outline-offset: 3px; }

.azmo-app { min-height: 100vh; overflow: hidden; }
.azmo-hero {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  padding: 0 clamp(20px, 4.5vw, 76px);
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 82%, rgba(255, 120, 189, .22), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(198, 255, 50, .28), transparent 25%),
    linear-gradient(130deg, #fffdf5 0%, #eef6ff 53%, #e9fffb 100%);
}
.azmo-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2; opacity: .36;
  background-image: radial-gradient(rgba(32,86,255,.35) 1px, transparent 1px);
  background-size: 23px 23px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 48%, #000 100%);
}
.azmo-hero::after {
  content: "AZMO\A DISCOVERY"; white-space: pre; position: absolute; z-index: -1; right: -2vw; bottom: -3vw;
  font-size: clamp(100px, 19vw, 310px); font-weight: 950; line-height: .72; letter-spacing: -.1em;
  color: transparent; -webkit-text-stroke: 1px rgba(32, 86, 255, .08); transform: rotate(-4deg);
}
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(32,86,255,.22); border-radius: 50%; }
.orbit-one { width: 56vw; aspect-ratio: 1; right: -14vw; top: -22vw; animation: azmo-spin 30s linear infinite; }
.orbit-one::before, .orbit-two::before { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--azmo-coral); top: 50%; left: -6px; }
.orbit-two { width: 28vw; aspect-ratio: 1; left: 36vw; bottom: -18vw; border-style: dashed; animation: azmo-spin 24s linear infinite reverse; }
.orbit-two::before { background: var(--azmo-blue); }
@keyframes azmo-spin { to { transform: rotate(360deg); } }

.azmo-header {
  min-height: 96px; position: relative; z-index: 40; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  border-bottom: 1px solid var(--azmo-line);
}
.azmo-brand { width: fit-content; display: flex; align-items: baseline; gap: 12px; color: var(--azmo-ink); text-decoration: none; }
.azmo-brand > span { font-size: 30px; font-weight: 950; letter-spacing: -.08em; }
.azmo-brand small { font-size: 9px; font-weight: 800; letter-spacing: .18em; color: var(--azmo-blue); }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { color: var(--azmo-ink); text-decoration: none; font-size: 13px; font-weight: 750; }
.desktop-nav a:hover { color: var(--azmo-blue); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.spot-count { padding: 8px 12px; border-radius: 999px; color: white; background: var(--azmo-blue); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.saved-toggle {
  min-height: 42px; display: inline-flex; gap: 8px; align-items: center; border: 1px solid var(--azmo-ink); border-radius: 999px;
  background: white; padding: 9px 14px; cursor: pointer; font-size: 12px; font-weight: 800;
}
.saved-toggle > span { color: var(--azmo-coral); font-size: 18px; }
.saved-toggle b { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--azmo-lime); font-size: 10px; }
.saved-toggle.active { color: white; background: var(--azmo-ink); }
.mobile-menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--azmo-ink); border-radius: 50%; background: white; cursor: pointer; }
.mobile-menu-button i { display: block; width: 15px; height: 2px; margin: 5px auto; background: var(--azmo-ink); }
.mobile-nav { position: absolute; z-index: 80; top: 86px; left: 18px; right: 18px; padding: 12px; border: 1px solid var(--azmo-line); border-radius: 20px; background: rgba(255,253,245,.96); box-shadow: var(--azmo-shadow); backdrop-filter: blur(20px); }
.mobile-nav a { display: block; padding: 15px; border-bottom: 1px solid var(--azmo-line); color: var(--azmo-ink); text-decoration: none; font-weight: 800; }
.mobile-nav a:last-child { border: 0; }

.hero-layout { min-height: calc(100svh - 188px); display: grid; grid-template-columns: minmax(0, .95fr) minmax(470px, 1.05fr); align-items: center; gap: 4vw; padding: 55px 0 48px; }
.hero-copy { position: relative; z-index: 5; }
.eyebrow, .section-kicker { margin: 0; color: var(--azmo-blue); font-size: 10px; font-weight: 950; letter-spacing: .18em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--azmo-coral); box-shadow: 0 0 0 7px rgba(255,111,97,.14); }
.hero-copy h1 { margin: 22px 0 24px; font-size: clamp(58px, 7.3vw, 116px); line-height: .9; letter-spacing: -.09em; font-weight: 950; }
.hero-copy h1 em { font-style: normal; color: var(--azmo-blue); }
.hero-lead { max-width: 640px; margin: 0; color: #495069; font-size: clamp(15px, 1.3vw, 18px); font-weight: 600; line-height: 1.9; }
.hero-search { max-width: 720px; margin-top: 32px; }
.hero-search label { display: block; margin: 0 0 9px 5px; color: #4d566c; font-size: 11px; font-weight: 800; }
.hero-search > div { min-height: 72px; display: flex; align-items: center; gap: 12px; padding: 7px 7px 7px 20px; border: 2px solid var(--azmo-ink); border-radius: 19px; background: white; box-shadow: 8px 8px 0 var(--azmo-lime); }
.hero-search > div > span { font-size: 25px; font-weight: 900; }
.hero-search input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 15px; }
.hero-search button { min-height: 55px; border: 0; border-radius: 13px; padding: 0 20px; color: white; background: var(--azmo-blue); cursor: pointer; font-weight: 900; }
.hero-search button b { margin-left: 12px; }
.popular-searches { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 18px; }
.popular-searches > span { margin-right: 3px; color: var(--azmo-coral); font-size: 9px; font-weight: 950; letter-spacing: .14em; }
.popular-searches button { border: 1px solid var(--azmo-line); border-radius: 999px; background: rgba(255,255,255,.62); padding: 7px 11px; cursor: pointer; font-size: 11px; font-weight: 750; }
.popular-searches button:hover { border-color: var(--azmo-blue); color: var(--azmo-blue); }

.hero-visual { position: relative; min-height: min(63vw, 660px); }
.hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 30px 45px rgba(24,48,104,.18)); animation: azmo-float 7s ease-in-out infinite; }
@keyframes azmo-float { 50% { transform: translateY(-12px) rotate(.7deg); } }
.visual-stamp { position: absolute; right: 3%; top: 7%; width: 116px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; border: 2px solid var(--azmo-ink); background: var(--azmo-yellow); transform: rotate(8deg); box-shadow: 6px 6px 0 var(--azmo-ink); }
.visual-stamp strong { font-size: 36px; line-height: 1; }
.visual-stamp span { margin-top: 4px; font-size: 8px; font-weight: 950; letter-spacing: .14em; }
.visual-caption { position: absolute; left: 2%; bottom: 7%; padding: 14px 18px; border: 1px solid var(--azmo-line); border-radius: 16px; background: rgba(255,255,255,.88); backdrop-filter: blur(16px); box-shadow: var(--azmo-shadow); }
.visual-caption span { display: block; color: var(--azmo-blue); font-size: 8px; font-weight: 950; letter-spacing: .15em; }
.visual-caption strong { display: block; margin-top: 5px; font-size: 15px; }
.hero-stats { min-height: 92px; display: grid; grid-template-columns: repeat(3, auto) 1fr; align-items: center; gap: 0; border-top: 1px solid var(--azmo-line); }
.hero-stats > div { min-width: 150px; padding-right: 30px; margin-right: 30px; border-right: 1px solid var(--azmo-line); }
.hero-stats strong { display: block; font-size: 26px; line-height: 1; }
.hero-stats span { display: block; margin-top: 6px; color: var(--azmo-muted); font-size: 10px; font-weight: 750; }
.hero-stats button { justify-self: end; display: flex; align-items: center; gap: 10px; border: 0; border-bottom: 2px solid var(--azmo-ink); background: transparent; padding: 9px 0; cursor: pointer; font-size: 12px; }
.hero-stats button > span { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; border-radius: 50%; color: white; background: var(--azmo-coral); }

.category-strip { padding: clamp(75px, 10vw, 140px) clamp(20px, 4.5vw, 76px); background: #11182d; color: white; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 42px; }
.section-heading h2, .directory-heading h2, .map-copy h2 { margin: 12px 0 0; font-size: clamp(38px, 4.5vw, 68px); line-height: 1; letter-spacing: -.065em; }
.category-strip .section-kicker { color: var(--azmo-lime); }
.category-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 12px; }
.category-grid button { position: relative; min-height: 270px; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid rgba(255,255,255,.25); border-radius: 26px; padding: 25px; cursor: pointer; text-align: left; transition: transform .25s ease, box-shadow .25s ease; }
.category-grid button::after { content: ""; position: absolute; width: 150px; aspect-ratio: 1; right: -50px; bottom: -50px; border: 1px solid currentColor; border-radius: 50%; opacity: .35; box-shadow: 0 0 0 20px rgba(255,255,255,.08), 0 0 0 42px rgba(255,255,255,.05); }
.category-grid button:hover { transform: translateY(-8px) rotate(-1deg); box-shadow: 0 22px 40px rgba(0,0,0,.28); }
.category-grid .category-aqua { background: #37d8df; color: #081d2f; }
.category-grid .category-zoo { background: #c9ff39; color: #16240d; }
.category-grid .category-art { background: #ff7fbb; color: #351126; }
.category-grid .category-museum { background: #ffd348; color: #2d2407; }
.category-grid .category-science { background: #4167ff; color: white; }
.category-icon { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: auto; border: 2px solid currentColor; border-radius: 17px; font-size: 32px; font-weight: 400; }
.category-grid small { margin-top: 24px; font-size: 8px; font-weight: 950; letter-spacing: .16em; }
.category-grid strong { margin-top: 6px; font-size: 23px; letter-spacing: -.04em; }
.category-grid b { margin-top: 8px; font-size: 11px; }

.map-section { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 7vw; padding: clamp(80px, 10vw, 150px) clamp(20px, 7vw, 125px); background: #edf7ff; }
.map-section::before { content: "MAP"; position: absolute; left: -2vw; top: 3vw; color: transparent; -webkit-text-stroke: 1px rgba(32,86,255,.09); font-size: 19vw; font-weight: 950; letter-spacing: -.08em; }
.map-copy { position: relative; z-index: 2; }
.map-copy h2 { margin-top: 16px; }
.map-copy > p:not(.section-kicker) { max-width: 510px; color: var(--azmo-muted); line-height: 1.9; font-weight: 600; }
.region-buttons { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.region-buttons button, .reset-map { border: 1px solid var(--azmo-ink); border-radius: 999px; background: white; padding: 10px 15px; cursor: pointer; font-size: 12px; font-weight: 800; }
.region-buttons button.active, .region-buttons button:hover { color: white; background: var(--azmo-blue); border-color: var(--azmo-blue); }
.reset-map { margin-top: 16px; border: 0; border-radius: 0; border-bottom: 1px solid var(--azmo-ink); background: transparent; padding: 7px 0; }
.japan-map-shell { position: relative; min-height: 640px; display: grid; place-items: center; border: 1px solid rgba(32,86,255,.25); border-radius: 42px; background: white; box-shadow: 14px 14px 0 var(--azmo-lime); overflow: hidden; }
.japan-map-shell::before { content: ""; position: absolute; inset: 20px; border: 1px dashed rgba(32,86,255,.2); border-radius: 29px; pointer-events: none; }
.japan-map { width: min(76%, 520px); max-height: 540px; overflow: visible; }
.japan-map path { cursor: pointer; stroke: white; stroke-width: 1.25; transition: opacity .16s ease, transform .16s ease; transform-box: fill-box; transform-origin: center; }
.japan-map path:hover { opacity: .68; transform: scale(1.04); }
.japan-map path.active { stroke: var(--azmo-ink); stroke-width: 2.4; filter: drop-shadow(0 4px 5px rgba(16,23,44,.25)); }
.map-label { position: absolute; z-index: 3; left: 30px; top: 30px; display: flex; flex-direction: column; padding: 12px 15px; border: 1px solid var(--azmo-ink); border-radius: 13px; background: var(--azmo-yellow); box-shadow: 4px 4px 0 var(--azmo-ink); }
.map-label span { font-size: 15px; font-weight: 950; }
.map-label b { margin-top: 3px; font-size: 10px; }
.japan-map-shell > p { position: absolute; right: 30px; bottom: 22px; color: var(--azmo-blue); font-size: 9px; font-weight: 950; letter-spacing: .15em; }

.directory-section { padding: clamp(80px, 9vw, 140px) clamp(20px, 4.5vw, 76px); background: var(--azmo-paper); }
.directory-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.directory-heading > div:first-child > p:last-child { color: var(--azmo-muted); font-weight: 600; }
.directory-count { display: flex; align-items: baseline; gap: 8px; padding-bottom: 8px; }
.directory-count strong { color: var(--azmo-blue); font-size: clamp(42px, 5vw, 74px); line-height: 1; letter-spacing: -.06em; }
.directory-count span { font-size: 12px; font-weight: 800; }
.filter-panel { margin-top: 42px; border: 1px solid var(--azmo-line); border-radius: 28px; padding: 24px; background: white; box-shadow: 8px 8px 0 #dae6ff; }
.filter-search { display: grid; grid-template-columns: 160px 1fr; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--azmo-line); }
.filter-search label, .filter-options label > span { font-size: 10px; font-weight: 950; letter-spacing: .08em; }
.filter-search input { min-height: 52px; border: 1px solid var(--azmo-ink); border-radius: 14px; padding: 0 17px; background: #fafbff; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; padding: 19px 0; border-bottom: 1px solid var(--azmo-line); }
.filter-row button { min-width: 90px; border: 1px solid var(--azmo-line); border-radius: 999px; padding: 10px 15px; background: #f5f7fb; cursor: pointer; font-size: 12px; font-weight: 850; }
.filter-row button:hover, .filter-row button.active { color: white; border-color: var(--azmo-blue); background: var(--azmo-blue); }
.filter-options { display: flex; align-items: end; gap: 18px; padding-top: 19px; }
.filter-options label:not(.toggle-filter) { display: grid; gap: 7px; }
.filter-options select { min-width: 185px; min-height: 45px; border: 1px solid var(--azmo-line); border-radius: 11px; padding: 0 35px 0 13px; background: white; }
.toggle-filter { display: flex; align-items: center; gap: 8px; min-height: 45px; cursor: pointer; font-size: 11px; font-weight: 800; }
.toggle-filter input { position: absolute; opacity: 0; }
.toggle-filter > span { width: 39px; height: 23px; padding: 3px; border-radius: 999px; background: #c8ced9; transition: .2s; }
.toggle-filter > span::after { content: ""; display: block; width: 17px; height: 17px; border-radius: 50%; background: white; transition: .2s; }
.toggle-filter input:checked + span { background: var(--azmo-blue); }
.toggle-filter input:checked + span::after { transform: translateX(16px); }
.filter-reset { margin-left: auto; min-height: 45px; border: 0; border-bottom: 1px solid var(--azmo-ink); background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; }
.active-filter-note { width: fit-content; margin-top: 18px; padding: 8px 12px; border-radius: 8px; color: #23335f; background: #edf2ff; font-size: 11px; font-weight: 800; }
.loading-state { min-height: 320px; display: grid; place-content: center; justify-items: center; gap: 16px; color: var(--azmo-muted); }
.loading-state span { width: 45px; height: 45px; border: 4px solid #dce4f6; border-top-color: var(--azmo-blue); border-radius: 50%; animation: azmo-spin 1s linear infinite; }
.loading-state strong { font-size: 13px; }

.facility-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 38px; }
.facility-card { position: relative; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--azmo-line); border-radius: 24px; overflow: hidden; background: white; box-shadow: 0 12px 30px rgba(18,37,79,.08); transition: transform .25s ease, box-shadow .25s ease; }
.facility-card:hover { transform: translateY(-6px); box-shadow: var(--azmo-shadow); }
.card-main { flex: 1; display: flex; flex-direction: column; width: 100%; border: 0; background: transparent; padding: 0; cursor: pointer; text-align: left; }
.card-visual { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #d9ecf4; }
.card-visual > img.facility-image { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.facility-card:hover .facility-image { transform: scale(1.045); }
.card-visual::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(8,14,31,.8)); }
.card-category { position: absolute; z-index: 3; left: 14px; top: 14px; padding: 7px 10px; border-radius: 999px; color: white; background: var(--card-color, var(--azmo-blue)); font-size: 9px; font-weight: 950; letter-spacing: .08em; }
.card-image-note { position: absolute; z-index: 3; right: 12px; top: 12px; padding: 5px 7px; border-radius: 7px; color: white; background: rgba(5,11,28,.65); font-size: 8px; font-weight: 800; }
.card-logo { position: absolute; z-index: 4; right: 12px; bottom: 12px; width: min(43%, 165px); height: 54px; display: grid; place-items: center; border-radius: 11px; padding: 9px; background: rgba(255,255,255,.93); box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.card-logo img { width: 100%; height: 100%; object-fit: contain; }
.card-visual-caption { position: absolute; z-index: 3; left: 16px; right: 16px; bottom: 14px; color: white; }
.card-visual-caption small { display: block; margin-bottom: 4px; font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.card-visual-caption strong { display: block; max-width: 62%; font-size: 14px; line-height: 1.25; }
.card-content { flex: 1; width: 100%; padding: 20px 20px 17px; }
.card-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--azmo-muted); font-size: 9px; font-weight: 800; letter-spacing: .05em; }
.card-content h3 { margin: 10px 0 14px; font-size: clamp(19px, 1.7vw, 25px); line-height: 1.24; letter-spacing: -.035em; overflow-wrap: anywhere; }
.recommend-label, .fee-label { display: block; margin-bottom: 5px; color: var(--azmo-blue); font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.recommend-copy { min-height: 53px; margin: 0; color: #50586d; font-size: 12px; font-weight: 600; line-height: 1.65; }
.card-fee { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; align-items: end; margin-top: 15px; padding-top: 14px; border-top: 1px solid var(--azmo-line); }
.card-fee .fee-label { grid-column: 1; margin: 0; color: var(--azmo-muted); }
.card-fee strong { grid-column: 2; grid-row: 1 / span 2; font-size: 18px; }
.card-fee small { color: var(--azmo-muted); font-size: 9px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 13px; }
.tag-list span { padding: 5px 7px; border-radius: 6px; background: #f0f3f8; color: #4d5569; font-size: 8px; font-weight: 750; }
.card-actions { display: grid; grid-template-columns: 1fr 1.5fr; gap: 8px; padding: 0 16px 16px; }
.card-actions button, .card-actions a { min-height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 11px; text-decoration: none; font-size: 10px; font-weight: 900; }
.favorite-button { border: 1px solid var(--azmo-line); background: #fff; cursor: pointer; }
.favorite-button.active { color: white; border-color: var(--azmo-coral); background: var(--azmo-coral); }
.official-button { color: white; background: var(--azmo-ink); }
.official-button:hover { background: var(--azmo-blue); }
.load-more { min-width: 280px; display: flex; justify-content: space-between; align-items: center; gap: 30px; margin: 42px auto 0; border: 2px solid var(--azmo-ink); border-radius: 16px; padding: 16px 19px; background: var(--azmo-lime); box-shadow: 6px 6px 0 var(--azmo-ink); cursor: pointer; }
.load-more span { font-weight: 950; }.load-more small { font-size: 8px; font-weight: 950; letter-spacing: .1em; }
.empty-state { margin-top: 40px; padding: 80px 24px; border: 1px dashed var(--azmo-line); border-radius: 24px; text-align: center; background: white; }
.empty-state > span { color: var(--azmo-coral); font-size: 9px; font-weight: 950; letter-spacing: .16em; }
.empty-state h3 { margin: 12px 0 8px; font-size: 30px; }.empty-state p { color: var(--azmo-muted); }
.empty-state button { border: 0; border-radius: 10px; padding: 12px 18px; color: white; background: var(--azmo-blue); cursor: pointer; font-weight: 850; }
.data-note { max-width: 1050px; margin: 40px auto 0; color: var(--azmo-muted); font-size: 10px; line-height: 1.8; text-align: center; }

.mission-section { padding: clamp(80px, 11vw, 160px) clamp(20px, 7vw, 120px); color: white; background: var(--azmo-blue); }
.mission-section .section-kicker { color: var(--azmo-lime); }
.mission-section > div { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 8vw; margin-top: 35px; }
.mission-section h2 { margin: 0; font-size: clamp(48px, 6.6vw, 100px); line-height: .94; letter-spacing: -.075em; }
.mission-section h2 em { color: var(--azmo-lime); font-style: normal; }
.mission-copy > p { margin: 0; font-size: 15px; font-weight: 600; line-height: 2; }
.mission-copy ol { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 0; margin: 30px 0 0; list-style: none; }
.mission-copy li { padding: 13px 8px; border: 1px solid rgba(255,255,255,.4); border-radius: 12px; text-align: center; font-size: 11px; font-weight: 800; }
.mission-copy li b { color: var(--azmo-lime); margin-right: 4px; }
.facility-cta { position: relative; overflow: hidden; padding: clamp(90px, 12vw, 170px) 22px; text-align: center; background: var(--azmo-yellow); }
.facility-cta::before, .facility-cta::after { content: ""; position: absolute; border: 1px solid rgba(16,23,44,.22); border-radius: 50%; }
.facility-cta::before { width: 500px; height: 500px; left: -280px; top: -220px; box-shadow: 0 0 0 45px rgba(255,255,255,.18), 0 0 0 90px rgba(255,255,255,.13); }
.facility-cta::after { width: 260px; height: 260px; right: -110px; bottom: -120px; box-shadow: 0 0 0 36px rgba(255,255,255,.22); }
.facility-cta h2 { position: relative; margin: 20px 0; font-size: clamp(48px, 6vw, 88px); line-height: .97; letter-spacing: -.07em; }
.facility-cta > p:not(.section-kicker) { position: relative; max-width: 680px; margin: 0 auto; font-weight: 650; line-height: 1.9; }
.facility-cta > a { position: relative; min-height: 58px; width: fit-content; display: inline-flex; align-items: center; gap: 45px; margin-top: 33px; border: 2px solid var(--azmo-ink); border-radius: 15px; padding: 0 20px; color: white; background: var(--azmo-ink); text-decoration: none; font-size: 13px; font-weight: 900; box-shadow: 6px 6px 0 white; }
.azmo-footer { padding: 55px clamp(20px, 4.5vw, 76px) 30px; color: white; background: #10172c; }
.footer-brand { display: flex; align-items: baseline; gap: 14px; }.footer-brand strong { font-size: 45px; letter-spacing: -.08em; }.footer-brand span { color: #9ca7c4; font-size: 10px; }
.azmo-footer nav { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 35px; }.azmo-footer nav a { color: white; text-decoration: none; font-size: 11px; font-weight: 750; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: #8490aa; font-size: 9px; font-weight: 800; letter-spacing: .12em; }

.modal-backdrop { position: fixed; z-index: 9990; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(6,10,23,.77); backdrop-filter: blur(12px); }
.facility-modal { position: relative; width: min(1040px, 100%); max-height: min(830px, 92vh); overflow: auto; display: grid; grid-template-columns: minmax(300px,.9fr) minmax(0,1.1fr); border-radius: 28px; background: white; box-shadow: 0 36px 90px rgba(0,0,0,.38); }
.modal-close { position: absolute; z-index: 5; right: 18px; top: 18px; width: 43px; height: 43px; border: 1px solid var(--azmo-line); border-radius: 50%; background: white; cursor: pointer; font-size: 24px; }
.modal-visual { position: relative; min-height: 590px; overflow: hidden; background: #dbe7f6; }
.modal-visual > img { width: 100%; height: 100%; object-fit: cover; }
.modal-visual::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(8,15,34,.78)); }
.modal-visual .modal-logo { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 25px; height: 90px; display: grid; place-items: center; border-radius: 16px; padding: 15px; background: rgba(255,255,255,.94); }
.modal-logo img { max-width: 75%; max-height: 100%; object-fit: contain; }
.modal-content { padding: 55px 45px 38px; }
.modal-location { color: var(--azmo-blue); font-size: 10px; font-weight: 950; letter-spacing: .11em; }
.modal-content h2 { margin: 12px 55px 22px 0; font-size: clamp(31px, 3.5vw, 52px); line-height: 1.08; letter-spacing: -.055em; overflow-wrap: anywhere; }
.modal-recommend { padding: 20px; border-radius: 16px; background: #f2f6ff; }
.modal-recommend span, .modal-fee span { color: var(--azmo-blue); font-size: 8px; font-weight: 950; letter-spacing: .13em; }
.modal-recommend p { margin: 8px 0 0; font-size: 14px; font-weight: 600; line-height: 1.8; }
.modal-fee { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px; margin-top: 14px; padding: 18px 20px; border: 1px solid var(--azmo-line); border-radius: 16px; }
.modal-fee strong { grid-column: 2; grid-row: 1 / span 2; font-size: 25px; }.modal-fee small { color: var(--azmo-muted); }
.modal-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }.modal-tags span { padding: 6px 8px; border-radius: 6px; background: #f1f3f7; font-size: 9px; font-weight: 750; }
.modal-note { margin-top: 17px; color: var(--azmo-muted); font-size: 10px; line-height: 1.7; }
.modal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 22px; }
.modal-actions a, .modal-actions button { min-height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 12px; text-decoration: none; font-size: 11px; font-weight: 900; }
.modal-actions .modal-official { grid-column: 1 / -1; color: white; background: var(--azmo-blue); }
.modal-actions .modal-map { color: white; background: var(--azmo-ink); }.modal-actions .modal-favorite { border: 1px solid var(--azmo-line); background: white; cursor: pointer; }
.modal-actions .modal-favorite.active { color: white; border-color: var(--azmo-coral); background: var(--azmo-coral); }
.toast { position: fixed; z-index: 10000; left: 50%; bottom: 24px; transform: translateX(-50%); max-width: min(470px, calc(100vw - 32px)); border: 1px solid rgba(255,255,255,.25); border-radius: 13px; padding: 13px 18px; color: white; background: #10172c; box-shadow: 0 18px 45px rgba(0,0,0,.3); font-size: 12px; font-weight: 800; text-align: center; }
.mobile-action-bar { display: none; }

.azmo-standard-page { min-height: 100vh; background: var(--azmo-paper); }.standard-header { padding: 24px clamp(20px,5vw,80px); border-bottom: 1px solid var(--azmo-line); }.standard-brand { color: var(--azmo-ink); text-decoration: none; font-size: 28px; font-weight: 950; letter-spacing: -.08em; }.standard-content { width: min(880px, calc(100% - 40px)); margin: 70px auto; }.standard-content h1 { font-size: clamp(38px,6vw,70px); letter-spacing: -.06em; }.standard-content p { line-height: 1.9; }

@media (max-width: 1180px) {
  .azmo-header { grid-template-columns: 1fr auto; }.desktop-nav { display: none; }.hero-layout { grid-template-columns: 1.05fr .95fr; }.category-grid { grid-template-columns: repeat(3,1fr); }.category-grid button:nth-child(4), .category-grid button:nth-child(5) { min-height: 230px; }.facility-grid { grid-template-columns: repeat(2,1fr); }.map-section { padding-inline: 50px; gap: 45px; }.japan-map-shell { min-height: 570px; }
}

@media (max-width: 820px) {
  .azmo-hero { min-height: auto; padding-inline: 18px; }.azmo-header { min-height: 78px; }.azmo-brand small, .spot-count, .saved-toggle { display: none; }.mobile-menu-button { display: block; }
  .hero-layout { min-height: auto; grid-template-columns: 1fr; gap: 25px; padding: 58px 0 38px; }.hero-copy h1 { font-size: clamp(57px,16vw,90px); }.hero-lead { font-size: 14px; }.hero-search > div { min-height: 63px; padding-left: 15px; box-shadow: 5px 5px 0 var(--azmo-lime); }.hero-search button { min-height: 47px; padding-inline: 14px; font-size: 12px; }.hero-search button b { display: none; }.hero-visual { min-height: 93vw; margin-top: -20px; }.visual-stamp { width: 88px; }.visual-stamp strong { font-size: 28px; }.hero-stats { grid-template-columns: repeat(3,1fr); padding: 20px 0 28px; }.hero-stats > div { min-width: 0; margin: 0; padding: 0 12px; text-align: center; }.hero-stats > div:first-child { padding-left: 0; }.hero-stats strong { font-size: 21px; }.hero-stats button { grid-column: 1 / -1; justify-self: center; margin-top: 20px; }
  .category-strip { padding-inline: 18px; }.category-grid { grid-template-columns: 1fr 1fr; }.category-grid button { min-height: 235px; padding: 20px; }.category-grid button:last-child { grid-column: 1 / -1; min-height: 200px; }.category-icon { width: 47px; height: 47px; font-size: 26px; }
  .map-section { grid-template-columns: 1fr; padding: 82px 18px; }.japan-map-shell { min-height: 540px; box-shadow: 7px 7px 0 var(--azmo-lime); }.japan-map { width: 84%; }
  .directory-section { padding-inline: 18px; }.directory-heading { align-items: start; flex-direction: column; }.directory-count { align-self: flex-end; }.filter-search { grid-template-columns: 1fr; gap: 8px; }.filter-options { align-items: stretch; flex-wrap: wrap; }.filter-options label:not(.toggle-filter) { flex: 1; min-width: 150px; }.filter-options select { width: 100%; min-width: 0; }.filter-reset { margin-left: 0; }.facility-grid { grid-template-columns: 1fr; }.card-visual { aspect-ratio: 16/8.7; }.card-content h3 { font-size: 24px; }.recommend-copy { min-height: auto; }
  .mission-section { padding-inline: 18px; }.mission-section > div { grid-template-columns: 1fr; gap: 42px; }.mission-section h2 { font-size: clamp(51px,14vw,78px); }.facility-modal { grid-template-columns: 1fr; max-height: 92vh; }.modal-visual { min-height: 310px; max-height: 38vh; }.modal-content { padding: 35px 22px 28px; }.modal-content h2 { margin-right: 44px; }.modal-actions { grid-template-columns: 1fr; }.modal-actions .modal-official { grid-column: auto; }
  .azmo-footer { padding-bottom: 90px; }.mobile-action-bar { position: fixed; z-index: 9000; left: 10px; right: 10px; bottom: 9px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--azmo-line); border-radius: 17px; padding: 7px; background: rgba(255,255,255,.94); box-shadow: 0 14px 45px rgba(12,23,53,.2); backdrop-filter: blur(15px); }.mobile-action-bar a, .mobile-action-bar button { display: grid; justify-items: center; gap: 3px; border: 0; background: transparent; color: var(--azmo-ink); text-decoration: none; font-size: 18px; }.mobile-action-bar span { font-size: 8px; font-weight: 850; }
}

@media (max-width: 520px) {
  .eyebrow { font-size: 8px; letter-spacing: .1em; }.hero-copy h1 { margin-top: 18px; }.hero-search input { font-size: 13px; }.popular-searches > span { width: 100%; }.hero-visual { min-height: 108vw; }.visual-caption { left: 0; bottom: 2%; }.hero-stats > div { border-right: 0; }.hero-stats strong { font-size: 18px; }.hero-stats span { font-size: 8px; }
  .category-grid { gap: 8px; }.category-grid button { min-height: 210px; border-radius: 20px; padding: 17px; }.category-grid strong { font-size: 20px; }
  .map-copy h2, .section-heading h2, .directory-heading h2 { font-size: 43px; }.japan-map-shell { min-height: 445px; border-radius: 27px; }.map-label { left: 18px; top: 18px; }.japan-map-shell > p { right: 18px; bottom: 12px; }.directory-count strong { font-size: 50px; }
  .filter-panel { padding: 15px; border-radius: 20px; box-shadow: 5px 5px 0 #dae6ff; }.filter-row { gap: 6px; }.filter-row button { flex: 1; min-width: calc(33% - 6px); padding: 9px 7px; font-size: 10px; }.filter-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.filter-options .toggle-filter, .filter-reset { grid-column: 1 / -1; }.card-content { padding-inline: 17px; }.card-actions { padding-inline: 13px; }.mission-copy ol { grid-template-columns: 1fr; }.footer-bottom { flex-direction: column; gap: 8px; }
  .modal-backdrop { padding: 8px; }.facility-modal { border-radius: 21px; }.modal-close { right: 12px; top: 12px; }.modal-visual { min-height: 250px; }.modal-visual .modal-logo { height: 70px; left: 16px; right: 16px; bottom: 16px; }
}

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