:root {
  --bg: #F7F2E8;
  --paper: #FFFDF7;
  --ink: #202124;
  --muted: #6C6258;
  --main: #1F6F78;
  --main-dark: #174E55;
  --accent: #B84A3A;
  --gold: #F2B84B;
  --line: #DDD2C1;
  --soft: #EAF3F1;
  --radius: 8px;
  --shadow: 0 24px 60px rgba(50, 41, 30, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  mix-blend-mode: multiply;
  background-image: radial-gradient(var(--ink) .7px, transparent .7px);
  background-size: 18px 18px;
  z-index: 0;
}

body > * {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
}

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

h1,
h2,
h3,
.lead,
.btn,
summary {
  word-break: auto-phrase;
  text-wrap: balance;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
.brand,
.nav-drawer a {
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: 4px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 253, 247, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(32, 33, 36, .08);
}

.progress {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: var(--scroll, 0%);
  background: linear-gradient(90deg, var(--main), var(--gold), var(--accent));
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0;
  min-width: 0;
  max-width: calc(100% - 58px);
}

.brand-mark {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: var(--main);
  color: #fff;
  border-radius: 50%;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.brand small {
  display: block;
  color: var(--muted);
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.brand > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  margin-left: auto;
}

.wp-nav-list {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: var(--muted);
}

.nav-links a:hover {
  color: var(--main);
}

.menu-btn {
  display: inline-block;
  flex: 0 0 44px;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 6px;
  color: var(--ink);
  margin-left: 0;
}

.menu-btn span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.nav-drawer {
  display: none;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.nav-drawer.is-open {
  display: block;
}

.nav-drawer a {
  display: block;
  padding: 14px 24px;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.wide {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

.section-tight {
  padding: 64px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 36px;
  border-top: 1px dashed currentColor;
}

.section-title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.28;
  margin: 14px 0 18px;
}

.lead {
  color: var(--muted);
  font-size: 18px;
  max-width: 720px;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.3;
}

.btn-primary {
  background: var(--main);
  color: #fff;
}

.btn-secondary {
  background: var(--paper);
  border-color: var(--line);
  color: var(--main-dark);
}

.btn-gold {
  background: var(--gold);
  color: var(--ink);
}

.hero {
  min-height: 760px;
  padding: 78px 0 64px;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-inner {
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.12;
  margin: 18px 0 22px;
}

.hero-copy .lead {
  font-size: clamp(17px, 2vw, 21px);
}

.hero-meta {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-meta div {
  padding: 14px 10px 14px 0;
}

.hero-meta div + div {
  padding-left: 14px;
  border-left: 1px solid var(--line);
}

.hero-meta strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  color: var(--main);
}

.hero-meta span {
  font-size: 12px;
  color: var(--muted);
}

.photo-deck {
  position: relative;
  min-height: 560px;
}

.photo-card {
  position: absolute;
  border: 8px solid var(--paper);
  background: var(--paper);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-card .cap {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(255, 253, 247, .92);
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 12px;
  color: var(--main-dark);
  font-weight: 700;
}

.deck-main {
  right: 4%;
  top: 2%;
  z-index: 2;
  width: 66%;
  aspect-ratio: 4 / 5;
  transform: rotate(2deg);
}

.deck-sub {
  left: 0;
  bottom: 8%;
  z-index: 3;
  width: 48%;
  aspect-ratio: 4 / 3;
  transform: rotate(-5deg);
}

.deck-ticket {
  position: absolute;
  left: 12%;
  top: 8%;
  z-index: 4;
  width: 190px;
  background: var(--gold);
  color: var(--ink);
  padding: 18px;
  border-radius: var(--radius);
  box-shadow: 0 18px 35px rgba(50, 41, 30, .16);
  transform: rotate(-4deg);
}

.deck-ticket strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 34px;
  line-height: 1;
}

.route-line {
  position: absolute;
  inset: 12% 2% 4% 10%;
  border: 2px dashed rgba(31, 111, 120, .25);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 90px 0 0;
  pointer-events: none;
}

.split {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.note-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: var(--radius);
}

.big-word {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(58px, 10vw, 132px);
  font-weight: 700;
  line-height: .9;
  color: rgba(31, 111, 120, .12);
}

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

.report-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease;
}

.report-card:hover {
  transform: translateY(-4px);
  border-color: var(--main);
}

.report-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.report-card__body {
  padding: 18px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--main-dark);
  font-size: 12px;
  font-weight: 700;
}

.report-card h3 {
  margin: 12px 0 10px;
  font-size: 19px;
  line-height: 1.45;
}

.report-card p,
.mini {
  color: var(--muted);
  font-size: 14px;
}

.band {
  background: var(--main-dark);
  color: #fff;
  overflow: hidden;
}

.band .lead {
  color: rgba(255, 255, 255, .78);
}

.band-inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
  align-items: center;
}

.band-photo {
  margin: -44px 0;
  min-height: 440px;
}

.band-photo img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  filter: saturate(.92) contrast(1.03);
}

.index-list {
  border-top: 1px solid var(--line);
}

.index-item {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.index-item strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  color: var(--accent);
}

.index-item h3 {
  margin: 0 0 4px;
}

.index-item p {
  margin: 0;
  color: var(--muted);
}

.guide-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: var(--radius);
}

.guide-card h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.guide-card ul {
  padding-left: 1.2em;
  color: var(--muted);
}

.profile-box {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: center;
}

.profile-box img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--paper);
  border: 6px solid var(--paper);
  box-shadow: var(--shadow);
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 14px;
}

.step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px dashed var(--line);
}

.step::before {
  content: counter(step, decimal-leading-zero);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: var(--main);
}

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

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

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 46px 22px 0;
  position: relative;
  font-weight: 700;
  font-size: 18px;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 20px;
  color: var(--accent);
  font-family: "Space Grotesk", sans-serif;
  font-size: 26px;
}

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

.faq-item p {
  color: var(--muted);
  padding: 0 0 22px;
}

.page-hero {
  padding: 84px 0 54px;
  background:
    linear-gradient(115deg, rgba(31, 111, 120, .12), transparent 52%),
    var(--bg);
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.2;
  margin: 12px 0 14px;
}

.article-template {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.template-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  padding: 12px 14px;
  font: inherit;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.cta {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--main), var(--main-dark));
  color: #fff;
}

.cta .lead {
  color: rgba(255, 255, 255, .78);
}

.site-footer {
  padding: 56px 0 28px;
  background: #1F211F;
  color: rgba(255, 255, 255, .82);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 32px;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

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

.footer-links {
  display: grid;
  gap: 8px;
}

.copyright {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 921px) {
  .nav-links {
    display: flex;
  }
}

@media (max-width: 920px) {
  .hero {
    min-height: auto;
    padding-top: 46px;
  }

  .hero-inner,
  .split,
  .band-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .photo-deck {
    min-height: 440px;
  }

  .report-grid,
  .article-template {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .section {
    padding: 68px 0;
  }

  .header-inner {
    min-height: 64px;
  }

  .brand small {
    display: none;
  }

  .menu-btn {
    background: var(--main);
    border-color: var(--main);
    color: #fff;
  }

  .hero-meta {
    grid-template-columns: 1fr;
  }

  .hero-meta div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
  }

  .photo-deck {
    min-height: 360px;
  }

  .deck-main {
    width: 72%;
  }

  .deck-sub {
    width: 56%;
  }

  .deck-ticket {
    width: 150px;
    left: 4%;
  }

  .index-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .profile-box {
    grid-template-columns: 1fr;
  }

  .step {
    grid-template-columns: 54px 1fr;
  }

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

@media (hover: none) {
  .btn,
  .nav-links a,
  .nav-drawer a,
  .menu-btn {
    min-height: 44px;
  }
}

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