:root {
  --gc-navy: #082748;
  --gc-blue: #143554;
  --gc-gold: #b88925;
  --gc-gold-light: #d7b46a;
  --gc-cream: #fbf7ef;
  --gc-line: rgba(184, 137, 37, .28);
  --gc-text: #1f2933;
  --gc-muted: #667085;
}

body.gc-detail-page {
  background: linear-gradient(180deg, #fff 0%, #fbf7ef 46%, #fff 100%);
}

.gc-detail-page .header .logo {
  scroll-margin-top: 90px;
}

.gc-breadcrumb {
  position: relative;
  z-index: 3;
  padding-top: 16px;
  color: #667085;
  font-size: 12px;
  letter-spacing: .04em;
}

.gc-breadcrumb a {
  color: #143554;
  font-weight: 700;
}

.gc-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #eef6fb;
  border-bottom: 1px solid var(--gc-line);
}

.gc-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.gc-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}

.gc-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .88) 35%, rgba(255, 255, 255, .20) 45%, rgba(255, 255, 255, .0) 55%),
    linear-gradient(180deg, rgba(255, 255, 255, .15) 0%, rgba(251, 247, 239, .05) 100%);
}

.gc-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: flex;
  align-items: center;
}

.gc-hero-copy {
  width: min(520px, 46%);
  padding: 54px 0 72px;
}

.gc-script {
  display: block;
  color: var(--gc-gold);
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-style: italic;
  letter-spacing: .04em;
  margin-bottom: 12px;
}

.gc-hero h1 {
  color: var(--gc-navy);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(42px, 4.6vw, 62px);
  line-height: 1.18;
  letter-spacing: .08em;
  margin-bottom: 16px;
}

.gc-hero-subtitle {
  color: var(--gc-gold);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 30px;
}

.gc-hero-lead {
  color: var(--gc-blue);
  font-size: 15px;
  font-weight: 700;
  line-height: 2.05;
  letter-spacing: .04em;
}

.gc-hero-yotei {
  width: 360px;
  max-width: 92%;
  margin-top: 30px;
  opacity: .82;
  mix-blend-mode: multiply;
}

.gc-section {
  padding: 36px 0;
}

.gc-panel {
  border: 1px solid var(--gc-line);
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 16px 38px rgba(16, 44, 70, .06);
}

.gc-summary {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  padding: 20px 0 30px;
  background: #fffaf2;
  border-top: 1px solid var(--gc-line);
  border-bottom: 1px solid var(--gc-line);
}

.gc-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  border: 1px solid var(--gc-line);
  background: rgba(255, 255, 255, .92);
}

.gc-summary-item {
  min-height: 118px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 22px 26px;
  border-right: 1px solid var(--gc-line);
}

.gc-summary-item:last-child {
  border-right: 0;
  background: linear-gradient(135deg, #071f37, #082748);
  color: #fff;
  box-shadow: inset 0 0 0 3px rgba(215, 180, 106, .30);
}

.gc-summary-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--gc-gold-light);
  border-radius: 50%;
  color: var(--gc-gold);
  font-size: 20px;
  font-weight: 700;
}

.gc-summary-item small {
  display: block;
  color: var(--gc-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 5px;
}

.gc-summary-item:last-child small {
  color: #d8e2ed;
}

.gc-summary-item strong {
  display: block;
  color: var(--gc-navy);
  font-family: "Noto Serif JP", serif;
  font-size: 31px;
  line-height: 1.12;
  letter-spacing: .04em;
}

.gc-summary-item:last-child strong {
  color: #fff;
  font-size: 30px;
}

.gc-summary-item span {
  display: block;
  margin-top: 4px;
  color: var(--gc-muted);
  font-size: 11px;
}

.gc-summary-item:last-child span {
  color: #d8e2ed;
}

.gc-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gc-navy);
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: .08em;
  margin-bottom: 18px;
}

.gc-heading::before {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--gc-gold);
}

.gc-heading span {
  color: var(--gc-gold);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: .18em;
}

.gc-plan-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: 34px;
  align-items: stretch;
}

.gc-plan-table,
.gc-route-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.gc-plan-table th,
.gc-plan-table td,
.gc-route-table th,
.gc-route-table td {
  border: 1px solid rgba(184, 137, 37, .20);
  padding: 11px 13px;
  vertical-align: middle;
}

.gc-plan-table th,
.gc-route-table th {
  width: 138px;
  background: rgba(184, 137, 37, .08);
  color: var(--gc-blue);
  font-weight: 700;
  text-align: left;
}

.gc-plan-table td,
.gc-route-table td {
  color: var(--gc-text);
  font-weight: 500;
}

.gc-price-card {
  display: grid;
  align-content: center;
  min-height: 242px;
  padding: 34px 42px;
  background:
    radial-gradient(circle at 92% 8%, rgba(215, 180, 106, .16), transparent 36%),
    linear-gradient(135deg, #061d36, #082748 72%, #061829);
  color: #fff;
  box-shadow: 0 16px 34px rgba(8, 39, 72, .18);
}

.gc-price-card h2 {
  color: var(--gc-gold-light);
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  letter-spacing: .12em;
  margin-bottom: 12px;
}

.gc-price-card p {
  color: #d8e2ed;
  font-size: 13px;
  margin-bottom: 10px;
}

.gc-price-card strong {
  display: block;
  color: var(--gc-gold-light);
  font-family: "Noto Serif JP", serif;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: .06em;
  margin-bottom: 8px;
}

.gc-price-card small {
  color: #d8e2ed;
  font-size: 12px;
}

.gc-price-card .btn {
  margin-top: 24px;
  width: 100%;
  min-height: 54px;
  border-radius: 0;
  color: var(--gc-navy);
  background: linear-gradient(135deg, #c7a15a, #e4c579);
}

.gc-route-highlight-grid {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.gc-timeline {
  position: relative;
  padding: 22px 22px 22px 0;
  border-right: 1px solid var(--gc-line);
}

.gc-timeline-list {
  list-style: none;
  display: grid;
  gap: 8px;
}

.gc-timeline-list li {
  display: grid;
  grid-template-columns: 54px 24px 1fr;
  align-items: baseline;
  color: var(--gc-blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.gc-timeline-list time {
  color: var(--gc-blue);
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
}

.gc-timeline-dot {
  position: relative;
  width: 9px;
  height: 9px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--gc-gold);
}

.gc-timeline-dot::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  width: 1px;
  height: 33px;
  transform: translateX(-50%);
  background: rgba(184, 137, 37, .55);
  z-index: -1;
}

.gc-timeline-list li:first-child .gc-timeline-dot::before {
  top: 4px;
  height: 17px;
}

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

.gc-highlight-card {
  overflow: hidden;
  border: 1px solid rgba(184, 137, 37, .22);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 44, 70, .06);
}

.gc-highlight-card.wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  align-items: stretch;
}

.gc-highlight-card img {
  width: 100%;
  height: 178px;
  object-fit: cover;
}

.gc-highlight-card.wide img {
  height: 100%;
  min-height: 164px;
}

.gc-highlight-body {
  padding: 16px 18px 18px;
}

.gc-highlight-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gc-navy);
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.gc-highlight-title span {
  min-width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: var(--gc-navy);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: .04em;
}

.gc-highlight-card p {
  color: var(--gc-text);
  font-size: 13px;
  line-height: 1.78;
}

.gc-time-summary {
  padding: 26px 0 18px;
}

.gc-time-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--gc-line);
  background: rgba(255, 255, 255, .92);
}

.gc-time-item {
  min-height: 120px;
  padding: 24px 18px;
  text-align: center;
  border-right: 1px solid var(--gc-line);
}

.gc-time-item:last-child {
  border-right: 0;
}

.gc-time-item small {
  display: block;
  color: var(--gc-blue);
  font-weight: 700;
  margin-bottom: 8px;
}

.gc-time-item strong {
  color: var(--gc-navy);
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  line-height: 1.15;
}

.gc-time-item span {
  display: block;
  color: var(--gc-muted);
  font-size: 11px;
  margin-top: 6px;
}

.gc-cta-band {
  margin: 18px 0 34px;
  padding: 28px 40px;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8, 39, 72, .98), rgba(8, 39, 72, .92)),
    url("images/footer.webp") center/cover no-repeat;
  color: #fff;
  border: 1px solid rgba(215, 180, 106, .38);
  box-shadow: 0 16px 36px rgba(8, 39, 72, .16);
}

.gc-cta-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gc-gold-light);
  border-radius: 50%;
  color: var(--gc-gold-light);
  font-size: 34px;
}

.gc-cta-band strong {
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  letter-spacing: .08em;
  margin-bottom: 6px;
}

.gc-cta-band p {
  color: #d8e2ed;
  font-size: 14px;
}

.gc-cta-band .btn {
  min-height: 58px;
  border-radius: 0;
  color: var(--gc-navy);
  background: linear-gradient(135deg, #c7a15a, #e4c579);
}

.gc-distance-panel {
  padding: 28px;
  border: 1px solid var(--gc-line);
  background: rgba(255, 255, 255, .86);
}

.gc-distance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.gc-route-table th {
  width: auto;
  text-align: center;
}

.gc-route-table td:nth-child(2),
.gc-route-table td:nth-child(3),
.gc-route-table th:nth-child(2),
.gc-route-table th:nth-child(3) {
  text-align: center;
  white-space: nowrap;
}

.gc-route-table tfoot td {
  background: rgba(184, 137, 37, .08);
  color: var(--gc-navy);
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
}

.gc-note {
  margin-top: 14px;
  padding: 14px 18px;
  border: 1px solid var(--gc-line);
  color: #667085;
  font-size: 12px;
  line-height: 1.8;
  background: rgba(255, 255, 255, .70);
}

@media (max-width: 980px) {

  .gc-hero,
  .gc-hero-inner {
    min-height: 560px;
  }

  .gc-hero-copy {
    width: 58%;
  }

  .gc-summary-grid,
  .gc-time-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gc-summary-item:nth-child(2),
  .gc-time-item:nth-child(2) {
    border-right: 0;
  }

  .gc-summary-item:nth-child(-n+2),
  .gc-time-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--gc-line);
  }

  .gc-plan-grid,
  .gc-route-highlight-grid,
  .gc-distance-grid {
    grid-template-columns: 1fr;
  }

  .gc-timeline {
    border-right: 0;
    border-bottom: 1px solid var(--gc-line);
    padding-right: 0;
    padding-bottom: 28px;
  }

  .gc-cta-band {
    grid-template-columns: 70px 1fr;
  }

  .gc-cta-band .btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .gc-hero {
    min-height: auto;
  }

  .gc-hero-bg {
    position: relative;
    height: 260px;
  }

  .gc-hero-bg::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .88));
  }

  .gc-hero-inner {
    min-height: auto;
    display: block;
  }

  .gc-hero-copy {
    width: 100%;
    padding: 26px 0 34px;
  }

  .gc-hero h1 {
    font-size: 34px;
  }

  .gc-hero-subtitle {
    font-size: 15px;
  }

  .gc-hero-lead br {
    display: none;
  }

  .gc-hero-yotei {
    width: 250px;
  }

  .gc-summary-grid,
  .gc-time-grid {
    grid-template-columns: 1fr;
  }

  .gc-summary-item,
  .gc-summary-item:nth-child(2),
  .gc-time-item,
  .gc-time-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--gc-line);
  }

  .gc-summary-item:last-child,
  .gc-time-item:last-child {
    border-bottom: 0;
  }

  .gc-heading {
    font-size: 23px;
  }

  .gc-price-card {
    padding: 26px 24px;
  }

  .gc-price-card strong {
    font-size: 34px;
  }

  .gc-highlights,
  .gc-highlight-card.wide {
    grid-template-columns: 1fr;
  }

  .gc-highlight-card.wide img {
    height: 178px;
  }

  .gc-distance-panel {
    padding: 16px;
  }

  .gc-route-table {
    font-size: 11px;
  }

  .gc-route-table th,
  .gc-route-table td {
    padding: 8px 6px;
  }

  .gc-cta-band {
    grid-template-columns: 1fr;
    padding: 24px 22px;
  }

  .gc-cta-icon {
    width: 62px;
    height: 62px;
  }
}



/* Hakodate detail page
   --------------------------------------------------------------------------
   Layout rules are grouped by component to avoid later overrides.
   Event diagonal direction: left-descending (/).
*/



:root {
  --hk-navy: #062b59;
  --hk-blue: #0c65ce;
  --hk-sky: #eaf7ff;
  --hk-line: rgba(29, 126, 225, .22);
  --hk-text: #1f2933;
  --hk-muted: #667085;
  --hk-gold: #b88925;
  --hk-gold-light: #d7b46a;
}

body.hakodate-detail-page {
  background: linear-gradient(180deg, #f6fbff 0%, #fff 48%, #eef8ff 100%);
}

/* Breadcrumb */
.hk-breadcrumb {
  position: relative;
  z-index: 3;
  padding-top: 16px;
  color: #667085;
  font-size: 12px;
  letter-spacing: .04em;
}

.hk-breadcrumb a {
  color: var(--hk-navy);
  font-weight: 700;
}

/* Hero */
.hakodate-detail-page .hk-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #dff3ff;
}

.hakodate-detail-page .hk-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hakodate-detail-page .hk-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hakodate-detail-page .hk-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(4, 22, 43, .08) 0%,
      rgba(4, 22, 43, .18) 70%,
      rgba(4, 22, 43, .32) 100%),
    radial-gradient(circle at 50% 44%,
      rgba(255, 255, 255, .28),
      rgba(255, 255, 255, 0) 48%);
}

.hakodate-detail-page .hk-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 666px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hakodate-detail-page .hk-hero-copy {
  width: min(760px, 92%);
  margin: 0 auto;
  padding: 70px 0 92px;
  color: #fff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .32);
}

.hakodate-detail-page .hk-script {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .24em;
  margin-bottom: 14px;
  opacity: .92;
}

.hakodate-detail-page .hk-hero h1 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(54px, 6.4vw, 92px);
  line-height: 1.1;
  letter-spacing: .10em;
  margin-bottom: 18px;
}

.hakodate-detail-page .hk-hero-subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 20px;
}

.hakodate-detail-page .hk-hero-lead {
  width: min(680px, 100%);
  margin: 0 auto 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.hakodate-detail-page .hk-hero .btn {
  min-width: 260px;
  border-radius: 999px;
  background: linear-gradient(135deg, #082748, #0c65ce);
  border-color: rgba(255, 255, 255, .38);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .22);
}

/* Feature band */
.hakodate-detail-page .hk-feature-band {
  position: relative;
  z-index: 5;
  margin-top: 0;
  padding: 22px 0;
  background: #fff;
}

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

.hk-feature-grid div {
  min-height: 150px;
  padding: 24px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  text-align: center;
  box-shadow: 0 16px 36px rgba(16, 44, 70, .12);
}

.hk-feature-grid span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 12px;
  border: 0px solid var(--hk-blue);
  border-radius: 50%;
  color: var(--hk-blue);
  font-weight: 800;
}

.hk-feature-grid strong {
  display: block;
  color: var(--hk-navy);
  font-size: 17px;
  margin-bottom: 6px;
}

.hk-feature-grid p {
  color: var(--hk-muted);
  font-size: 13px;
  line-height: 1.7;
}

/* Event residency section */
.hakodate-detail-page .hk-event-residency {
  position: relative;
  z-index: 6;
  padding: 0 0 24px;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.hk-event-residency.is-hidden {
  display: none !important;
}

.hakodate-detail-page .hk-event-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 49%) minmax(0, 51%);
  min-height: 300px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg, #061d36 0%, #082748 58%, #06386f 100%);
  border: 1px solid rgba(12, 101, 206, .18);
  box-shadow: 0 18px 44px rgba(8, 39, 72, .16);
}

.hakodate-detail-page .hk-event-card::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: -18px;
  bottom: -18px;
  left: calc(49% + 34px);
  width: 10px;
  background: linear-gradient(180deg, #e3c374, #b88925);
  transform: skewX(11deg);
  transform-origin: center;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .18);
}

.hakodate-detail-page .hk-event-image {
  position: relative;
  z-index: 2;
  min-height: 300px;
  margin-right: -72px;
  overflow: hidden;
  clip-path: polygon(0 0,
      calc(100% - 72px) 0,
      100% 100%,
      0 100%);
  background: #d8e8f5;
}

.hakodate-detail-page .hk-event-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 39, 72, 0) 0%, rgba(8, 39, 72, .10) 62%, rgba(8, 39, 72, .28) 100%);
}

.hakodate-detail-page .hk-event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.015);
}

.hakodate-detail-page .hk-event-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 42px 154px 42px 92px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 24%, rgba(215, 180, 106, .18), transparent 28%),
    radial-gradient(circle at 94% 50%, rgba(255, 255, 255, .07), transparent 34%),
    linear-gradient(135deg, #082748 0%, #06386f 58%, #041d36 100%);
}

.hakodate-detail-page .hk-event-copy::after {
  content: "2026年\A 07/01~\A 07/31 ";
  position: absolute;
  right: 44px;
  top: 50%;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 28% 20%, #e4c579, #b88925 70%, #8e6519);
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  white-space: pre;
  transform: translateY(-50%);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .24), inset 0 0 0 2px rgba(255, 255, 255, .18);
}

.hk-event-kicker {
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 24px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--hk-gold-light), var(--hk-gold));
  color: #082748 !important;
  font-weight: 900;
  letter-spacing: .20em;
  font-size: 12px;
}

.hk-event-copy h2 {
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(29px, 3.2vw, 42px);
  line-height: 1.35;
  letter-spacing: .08em;
  margin-bottom: 16px;
}

.hk-event-copy p:not(.hk-event-kicker) {
  color: #e5f1ff;
  font-size: 14px;
  line-height: 1.95;
  font-weight: 700;
}

.hk-event-points,
.hk-event-btn {
  display: none;
}

/* Common section headings */
.hk-section {
  padding: 54px 0;
}

.hakodate-detail-page .hk-event-residency+.hk-section {
  padding-top: 24px;
}

.hk-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  color: var(--hk-navy);
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  letter-spacing: .10em;
  margin-bottom: 28px;
}

.hk-heading::before,
.hk-heading::after {
  content: "";
  width: 70px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hk-blue));
}

.hk-heading::after {
  background: linear-gradient(90deg, var(--hk-blue), transparent);
}

/* Plan cards */
.hk-plan-grid {
  display: grid;
  gap: 28px;
}

.hakodate-detail-page .hk-plan-card {
  position: relative;
  display: grid;
  min-height: 400px;
  overflow: hidden;
  border: 1px solid var(--hk-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 44, 70, .10);
}

.hakodate-detail-page .hk-plan-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22%;
  pointer-events: none;
  z-index: 2;
}

.hakodate-detail-page .hk-day {
  grid-template-columns: 30% 70%;
  background: #fff;
}

.hakodate-detail-page .hk-day::before {
  left: 30%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, .94) 22%,
      rgba(255, 255, 255, .55) 62%,
      rgba(255, 255, 255, 0) 100%);
}

.hakodate-detail-page .hk-night {
  grid-template-columns: 70% 30%;
  background: linear-gradient(135deg, #061d36, #082748);
}

.hakodate-detail-page .hk-night::before {
  right: 30%;
  background: linear-gradient(270deg,
      rgba(6, 29, 54, 1) 0%,
      rgba(6, 29, 54, .94) 22%,
      rgba(6, 29, 54, .58) 42%,
      rgba(6, 29, 54, 0) 100%);
}

.hakodate-detail-page .hk-plan-card>img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

.hakodate-detail-page .hk-day>img {
  grid-column: 2;
  grid-row: 1;
}

.hakodate-detail-page .hk-night>img {
  grid-column: 1;
  grid-row: 1;
}

.hakodate-detail-page .hk-plan-copy {
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 34px;
}

.hakodate-detail-page .hk-day .hk-plan-copy {
  grid-column: 1;
  grid-row: 1;
  background: #fff;
}

.hakodate-detail-page .hk-night .hk-plan-copy {
  grid-column: 2;
  grid-row: 1;
  background: linear-gradient(135deg, #061d36, #082748);
}

.hk-plan-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 8px;
}

.hk-plan-label span {
  color: var(--hk-blue);
  font-weight: 800;
  letter-spacing: .18em;
  margin-bottom: 0;
}

.hk-plan-label img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(12, 101, 206, .14));
}

.hk-night .hk-plan-label span {
  color: #b9ddff;
}

.hk-night .hk-plan-label img {
  filter: drop-shadow(0 8px 18px rgba(215, 180, 106, .0));
}

.hk-plan-copy h2 {
  color: var(--hk-navy);
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  letter-spacing: .10em;
  margin-bottom: 12px;
}

.hk-plan-copy p {
  color: #344054;
  font-weight: 700;
  line-height: 1.9;
  margin-bottom: 20px;
}

.hk-night .hk-plan-copy h2,
.hk-night .hk-plan-copy p,
.hk-night .hk-plan-copy dd {
  color: #fff;
}

.hk-plan-meta-wrap {
  display: block;
  width: 100%;
  margin-bottom: 22px;
}

.hk-plan-copy .hk-plan-meta-wrap dl {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 8px 12px;
  width: min(280px, 100%);
  margin-bottom: 0;
}

.hk-plan-copy dt {
  color: var(--hk-muted);
  font-size: 13px;
  font-weight: 700;
}

.hk-plan-copy dd {
  color: var(--hk-navy);
  font-size: 14px;
  font-weight: 800;
}

.hk-night .hk-plan-copy dt {
  color: #cfe7ff;
}

.hakodate-detail-page .hk-plan-circle {
  position: absolute;
  top: 78%;
  z-index: 4;
  width: 154px;
  height: 154px;
  min-width: 154px;
  min-height: 154px;
  border-radius: 50%;
  object-fit: cover;
  transform: translateY(-50%);
  border: 4px solid rgba(255, 255, 255, .95);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .24);
}

.hakodate-detail-page .hk-day .hk-plan-circle {
  left: 360px;
}

.hakodate-detail-page .hk-night .hk-plan-circle {
  right: 320px;
  border-color: rgba(215, 180, 106, .92);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .38);
}

/* View cards */
.hk-view-section {
  background: linear-gradient(180deg, #fff, #f2f9ff);
}

.hk-view-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.hk-view-grid article {
  text-align: center;
}

.hk-view-grid img {
  width: 100%;
  aspect-ratio: 1 / .78;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(16, 44, 70, .10);
}

.hk-view-grid strong {
  display: block;
  color: var(--hk-navy);
  font-size: 17px;
  margin: 12px 0 2px;
}

.hk-view-grid p {
  color: var(--hk-muted);
  font-size: 12px;
  line-height: 1.6;
}

/* Flow */
.hk-flow-section {
  background: #fff;
}

.hk-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}

.hk-flow-grid div {
  position: relative;
  min-height: 168px;
  padding: 34px 24px 24px;
  border-radius: 14px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 30px rgba(16, 44, 70, .08);
}

.hk-flow-grid div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -31px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 22px solid #dbeeff;
  transform: translateY(-50%);
}

.hk-flow-grid span {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--hk-blue);
  color: #fff;
  font-weight: 800;
}

.hk-flow-grid strong {
  display: block;
  color: var(--hk-navy);
  font-size: 18px;
  margin-bottom: 8px;
}

.hk-flow-grid p {
  color: var(--hk-muted);
  font-size: 13px;
  line-height: 1.75;
}

/* CTA */
.hk-cta {
  padding: 42px 0 18px;
  background: linear-gradient(90deg, rgba(227, 246, 255, .96), rgba(255, 255, 255, .88)), url("../images/hakodate-biew.png") center/cover no-repeat;
}

.hk-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 30px;
  align-items: center;
}

.hk-cta h2 {
  color: var(--hk-navy);
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: .08em;
  margin-bottom: 6px;
}

.hk-cta p {
  color: #344054;
  font-weight: 700;
}

.hk-cta-buttons {
  display: flex;
  gap: 14px;
}

/* Responsive */
@media (max-width: 980px) {
  .hakodate-detail-page .hk-hero-copy {
    width: 66%;
  }

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

  .hk-flow-grid div:not(:last-child)::after {
    display: none;
  }

  .hakodate-detail-page .hk-event-residency {
    padding: 0 0 22px;
  }

  .hakodate-detail-page .hk-event-card {
    grid-template-columns: 1fr;
  }

  .hakodate-detail-page .hk-event-card::after {
    display: none;
  }

  .hakodate-detail-page .hk-event-image {
    min-height: 240px;
    margin-right: 0;
    clip-path: none;
  }

  .hakodate-detail-page .hk-event-copy {
    min-height: auto;
    padding: 30px 150px 34px 30px;
  }

  .hakodate-detail-page .hk-event-copy::after {
    right: 28px;
    width: 104px;
    height: 104px;
    font-size: 16px;
  }

  .hakodate-detail-page .hk-plan-card,
  .hakodate-detail-page .hk-day,
  .hakodate-detail-page .hk-night,
  .hakodate-detail-page .hk-cta-inner {
    grid-template-columns: 1fr;
  }

  .hakodate-detail-page .hk-plan-card::before {
    display: none;
  }

  .hakodate-detail-page .hk-plan-card>img,
  .hakodate-detail-page .hk-day>img,
  .hakodate-detail-page .hk-night>img,
  .hakodate-detail-page .hk-day .hk-plan-copy,
  .hakodate-detail-page .hk-night .hk-plan-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .hakodate-detail-page .hk-plan-card>img {
    min-height: 280px;
  }

  .hakodate-detail-page .hk-plan-copy {
    position: relative;
    padding: 30px 24px;
  }

  .hakodate-detail-page .hk-plan-meta-wrap {
    display: grid;
    grid-template-columns: 1fr 120px;
    align-items: center;
    gap: 18px;
  }

  .hakodate-detail-page .hk-plan-circle {
    position: static;
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    transform: none;
    justify-self: end;
  }

  .hk-view-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .hakodate-detail-page .hk-hero {
    min-height: auto;
  }

  .hakodate-detail-page .hk-hero-bg {
    position: relative;
    height: 260px;
  }

  .hakodate-detail-page .hk-hero-bg::after {
    background: linear-gradient(180deg, rgba(246, 251, 255, .08), rgba(246, 251, 255, .96));
  }

  .hakodate-detail-page .hk-hero-inner {
    min-height: auto;
    display: block;
  }

  .hakodate-detail-page .hk-hero-copy {
    width: 100%;
    padding: 34px 0 44px;
    color: var(--hk-navy);
    text-shadow: none;
  }

  .hakodate-detail-page .hk-script,
  .hakodate-detail-page .hk-hero-subtitle,
  .hakodate-detail-page .hk-hero h1,
  .hakodate-detail-page .hk-hero-lead {
    color: var(--hk-navy);
  }

  .hakodate-detail-page .hk-script,
  .hakodate-detail-page .hk-hero-subtitle {
    color: var(--hk-blue);
  }

  .hakodate-detail-page .hk-hero h1 {
    font-size: 42px;
  }

  .hakodate-detail-page .hk-event-residency {
    padding: 24px 0 10px;
  }

  .hakodate-detail-page .hk-event-copy {
    padding: 26px 22px 120px;
  }

  .hakodate-detail-page .hk-event-copy::after {
    right: 22px;
    top: auto;
    bottom: 22px;
    width: 86px;
    height: 86px;
    font-size: 13px;
    transform: none;
  }

  .hk-heading {
    font-size: 24px;
  }

  .hk-heading::before,
  .hk-heading::after {
    width: 34px;
  }

  .hakodate-detail-page .hk-plan-card>img {
    min-height: 220px;
  }

  .hakodate-detail-page .hk-plan-meta-wrap {
    grid-template-columns: 1fr 84px;
    gap: 14px;
  }

  .hakodate-detail-page .hk-plan-circle {
    width: 84px;
    height: 84px;
    min-width: 84px;
    min-height: 84px;
  }

  .hk-plan-label img {
    width: 48px;
    height: 48px;
  }

  .hk-view-grid {
    grid-template-columns: 1fr;
  }

  .hk-cta-buttons {
    flex-direction: column;
  }
}