:root {
  color-scheme: light;
  --bg: #d9f8ff;
  --panel: rgba(255, 255, 255, 0.78);
  --panel-strong: rgba(255, 255, 255, 0.94);
  --line: rgba(0, 154, 137, 0.18);
  --gold: #ffd45f;
  --gold-strong: #ff8a3d;
  --text: #143e3b;
  --muted: #5f817f;
  --melon: #24c58b;
  --melon-dark: #008566;
  --strawberry: #ff4e47;
  --cream: #fff8e9;
  --shadow: 0 28px 80px rgba(33, 166, 182, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.is-catalog-route {
  scroll-behavior: auto;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

body.modal-open {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.site-loading .page-shell {
  opacity: 0;
  visibility: hidden;
}

body.site-loading::after {
  content: "";
  position: fixed;
  left: 50%;
  top: 46%;
  width: 46px;
  height: 46px;
  border: 4px solid rgba(0, 133, 102, 0.16);
  border-top-color: rgba(255, 78, 71, 0.88);
  border-radius: 50%;
  animation: site-loading-spin 0.9s linear infinite;
}

@keyframes site-loading-spin {
  to {
    transform: rotate(360deg);
  }
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 214, 96, 0.58), transparent 15%),
    radial-gradient(circle at 88% 18%, rgba(255, 100, 108, 0.36), transparent 16%),
    linear-gradient(180deg, rgba(155, 238, 255, 0.86), rgba(245, 255, 248, 0.9) 42%, rgba(255, 244, 222, 0.92)),
    var(--site-bg-image, url("./assets/guagua-logo.png")) top center / min(1180px, 92vw) auto no-repeat;
  filter: saturate(1.08);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 82px;
  overflow: hidden;
  padding: 14px clamp(16px, 4vw, 56px);
  border-bottom: 1px solid rgba(0, 139, 126, 0.16);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  grid-template-columns: 46px auto;
  gap: 2px 10px;
  align-items: center;
  color: var(--text);
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  grid-row: span 2;
  width: 46px;
  height: 46px;
  border: 3px solid rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 171, 148, 0.2);
}

.brand span {
  color: var(--strawberry);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand strong {
  font-size: 20px;
}

.topnav {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.topnav::-webkit-scrollbar {
  display: none;
}

.topnav a {
  flex: 0 0 auto;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--melon-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.topnav a:hover,
.topnav a:focus-visible {
  border-color: rgba(0, 154, 137, 0.2);
  color: #fff;
  background: linear-gradient(135deg, var(--melon), #42d6ef);
  outline: none;
}

.topnav-recommend {
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 3;
  width: 62px;
  height: 62px;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 12px 18px rgba(0, 110, 96, 0.18));
  transform: translateY(-50%);
}

.topnav a.has-recommend-mascot {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 62px;
  padding-left: 69px;
}

.topnav-recommend[hidden] {
  display: none;
}

.page-shell {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 28px 0 80px;
}

.hero,
.notice,
.home-menu,
.content-block {
  margin-bottom: 28px;
}

.poster-button,
.poster-thumb {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--panel);
  color: inherit;
  cursor: zoom-in;
  box-shadow: var(--shadow);
}

.poster-button {
  overflow: hidden;
  border-radius: 28px;
}

.poster-button img {
  width: 100%;
  height: auto;
}

.hero__poster {
  background: rgba(255, 255, 255, 0.76);
}

.hero__poster img {
  width: 100%;
  max-height: clamp(280px, 38vw, 460px);
  object-fit: contain;
  object-position: center;
}

.hero-wheel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 34px;
  padding: 10px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(220, 255, 250, 0.74));
  box-shadow: var(--premium-shadow, var(--shadow));
  backdrop-filter: blur(18px) saturate(1.12);
}

.home-wheel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  border-radius: 26px;
  -webkit-overflow-scrolling: touch;
}

.home-wheel::-webkit-scrollbar {
  display: none;
}

.home-wheel__slide {
  position: relative;
  flex: 0 0 min(82%, 920px);
  min-height: clamp(260px, 34vw, 460px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 26px;
  background: linear-gradient(180deg, #c9f8ff, #fff3d8);
  color: #fff;
  scroll-snap-align: center;
  text-decoration: none;
  box-shadow: 0 22px 60px rgba(0, 126, 134, 0.16);
}

.home-wheel__slide img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.home-wheel__slide::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(0, 78, 78, 0.68));
  opacity: 0;
  transition: opacity 180ms ease;
}

.home-wheel__slide span {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 1;
  max-width: calc(100% - 48px);
  border-radius: 999px;
  padding: 10px 18px;
  background: linear-gradient(135deg, rgba(230, 70, 70, 0.96), rgba(255, 155, 69, 0.96));
  color: #fff;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(230, 70, 70, 0.24);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-wheel__slide.is-active::after,
.home-wheel__slide:hover::after,
.home-wheel__slide:focus-visible::after,
.home-wheel__slide.is-active span,
.home-wheel__slide:hover span,
.home-wheel__slide:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

.home-wheel__slide:focus-visible {
  outline: 3px solid rgba(36, 197, 139, 0.46);
  outline-offset: 3px;
}

.hero-wheel__control {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  color: var(--aqua-deep, var(--melon-dark));
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 14px 34px rgba(0, 126, 134, 0.18);
}

.hero-wheel__control--prev {
  left: 22px;
}

.hero-wheel__control--next {
  right: 22px;
}

.home-wheel__dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 4;
  display: flex;
  gap: 7px;
  transform: translateX(-50%);
}

.home-wheel__dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.74);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.home-wheel__dot.is-active {
  width: 28px;
  background: linear-gradient(135deg, var(--strawberry), #ff8a3d);
}

.notice {
  display: flex;
  justify-content: center;
}

.notice__poster {
  max-width: 720px;
}

.content-block {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(235, 255, 250, 0.86));
  box-shadow: var(--shadow);
}

.home-menu {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 30px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(219, 255, 249, 0.9)),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 58px rgba(0, 177, 159, 0.18);
}

.home-menu__brand {
  display: grid;
  grid-template-columns: 72px auto;
  gap: 2px 14px;
  align-items: center;
  margin-bottom: 20px;
  color: var(--text);
}

.home-menu__brand img {
  grid-row: span 2;
  width: 72px;
  height: 72px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(0, 180, 158, 0.24);
}

.home-menu__brand span {
  color: var(--strawberry);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.home-menu__brand strong {
  font-size: 30px;
  line-height: 1;
}

.home-menu__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 18px;
  column-gap: clamp(18px, 6vw, 78px);
}

.home-menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: linear-gradient(180deg, #fffef8, #e9fff8);
  color: var(--melon-dark);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: inset 0 -3px 0 rgba(0, 154, 137, 0.09), 0 8px 18px rgba(0, 173, 151, 0.1);
}

.home-menu__item:hover,
.home-menu__item:focus-visible,
.home-menu__item.is-active {
  background: linear-gradient(135deg, var(--strawberry), #ff8a3d);
  color: #fff;
  outline: none;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.section-heading span,
.poster-section header span {
  color: var(--strawberry);
  font-size: 13px;
  font-weight: 900;
}

.section-heading h1,
.section-heading h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
}

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

.zone-card {
  min-height: 174px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-strong);
  color: var(--text);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.zone-card:hover,
.zone-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(243, 201, 120, 0.68);
  outline: none;
}

.zone-card__image {
  height: 106px;
  overflow: hidden;
  background: #20160f;
}

.zone-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zone-card__text {
  display: grid;
  gap: 5px;
  padding: 12px;
}

.zone-card strong {
  font-size: 17px;
}

.zone-card small {
  color: var(--muted);
  line-height: 1.45;
}

.poster-sections {
  display: grid;
  gap: 26px;
}

.poster-section {
  scroll-margin-top: 86px;
}

.poster-section header {
  max-width: 780px;
  margin-bottom: 14px;
}

.poster-section h1,
.poster-section h3 {
  margin: 6px 0 8px;
  font-size: clamp(24px, 2.6vw, 34px);
}

.poster-section p {
  margin: 6px 0;
  color: var(--muted);
  line-height: 1.75;
}

.poster-row {
  display: grid;
  grid-template-columns: minmax(0, 520px);
  justify-content: center;
  gap: 14px;
}

.poster-masonry {
  columns: 4 210px;
  column-gap: 14px;
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

.poster-thumb {
  position: relative;
  overflow: hidden;
  break-inside: avoid;
  margin: 0 0 14px;
  border-radius: 24px;
  text-align: left;
}

.poster-row .poster-thumb {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}

.poster-grid .poster-thumb {
  margin: 0;
}

.poster-section--picker header {
  margin-bottom: 18px;
}

.poster-tag-filter {
  display: flex;
  align-items: center;
  gap: 9px;
  overflow-x: auto;
  margin-bottom: 12px;
  padding: 4px 2px 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 126, 134, 0.28) transparent;
}

.poster-tag-filter > span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.poster-tag-filter button {
  flex: 0 0 auto;
  min-height: 36px;
  border: 1px solid rgba(0, 154, 137, 0.16);
  border-radius: 999px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--melon-dark);
  cursor: pointer;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0, 126, 134, 0.08);
}

.poster-tag-filter button:hover,
.poster-tag-filter button:focus-visible,
.poster-tag-filter button.is-active {
  border-color: transparent;
  outline: none;
  background: linear-gradient(135deg, var(--strawberry), #ff8a3d);
  color: #fff;
  box-shadow: 0 12px 24px rgba(230, 70, 70, 0.22);
}

.poster-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
  padding: 14px;
  border: 1px solid rgba(0, 154, 137, 0.16);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
}

.poster-picker__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: linear-gradient(180deg, #fffef8, #e9fff8);
  color: var(--melon-dark);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.poster-picker__item[hidden] {
  display: none;
}

.poster-picker__item:hover,
.poster-picker__item:focus-visible,
.poster-picker__item.is-active {
  border-color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(135deg, var(--strawberry), #ff8a3d);
  color: #fff5e9;
  outline: none;
}

.poster-picker--wide {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  padding: 16px;
}

.poster-picker--wide .poster-picker__item {
  flex: 1 1 132px;
  max-width: 168px;
}

.poster-thumb--featured {
  max-width: 760px;
  margin: 0 auto;
}

.poster-thumb--featured span {
  display: none;
}

.back-link {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  background: linear-gradient(135deg, #fff, #e6fff8);
  color: var(--melon-dark);
  font-weight: 900;
  text-decoration: none;
}

.back-link:hover,
.back-link:focus-visible {
  border-color: rgba(243, 201, 120, 0.68);
  outline: none;
}

.poster-thumb img {
  width: 100%;
  height: auto;
  background: #1d1510;
}

.poster-section--links header {
  max-width: 980px;
}

.poster-link-list {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 26px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(236, 255, 250, 0.74));
  box-shadow: 0 18px 46px rgba(0, 126, 134, 0.1);
}

.poster-link-row {
  display: grid;
  grid-template-columns: 118px 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 22px;
  padding: 12px 16px 12px 12px;
  background:
    radial-gradient(circle at 18% 50%, rgba(255, 138, 61, 0.16), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(232, 255, 250, 0.9));
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(0, 126, 134, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.poster-link-row:hover,
.poster-link-row:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 138, 61, 0.46);
  outline: none;
  box-shadow: 0 18px 42px rgba(0, 126, 134, 0.14), 0 12px 24px rgba(255, 113, 90, 0.1);
}

.poster-link-row img {
  width: 118px;
  height: 94px;
  border-radius: 16px;
  object-fit: cover;
  background: linear-gradient(180deg, #c9f8ff, #fff3d8);
}

.poster-link-row__number {
  color: var(--melon-dark);
  font-weight: 950;
  letter-spacing: 0.04em;
}

.poster-link-row__copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.poster-link-row__copy strong {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: #008566;
  font-size: 20px;
}

.poster-link-row__copy small {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.poster-link-row em {
  justify-self: end;
  border-radius: 999px;
  padding: 10px 16px;
  background: linear-gradient(135deg, var(--strawberry), #ff8a3d);
  color: #fff;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(255, 113, 90, 0.22);
}

.wheel-page__body {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 26px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(236, 255, 250, 0.74));
  box-shadow: 0 18px 46px rgba(0, 126, 134, 0.1);
}

.wheel-page__body img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  object-fit: cover;
  background: linear-gradient(180deg, #c9f8ff, #fff3d8);
}

.wheel-page__body p {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.9;
  white-space: pre-line;
}

.food-guide-page {
  position: relative;
  overflow: hidden;
}

.food-guide-page::before,
.food-guide-page::after {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  content: "";
}

.food-guide-page::before {
  top: 34px;
  right: 42px;
  width: 220px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 34%, rgba(255, 255, 255, 0.75) 0 8%, transparent 9%),
    repeating-linear-gradient(90deg, rgba(0, 111, 74, 0.2) 0 9px, rgba(255, 255, 255, 0.18) 9px 19px),
    linear-gradient(135deg, rgba(36, 197, 139, 0.22), rgba(66, 214, 239, 0.12));
  opacity: 0.46;
  filter: blur(0.2px);
}

.food-guide-page::after {
  right: 86px;
  bottom: 42px;
  width: 116px;
  height: 116px;
  border-radius: 34px 44px 38px 52px;
  background:
    radial-gradient(circle at 28% 25%, #fff 0 9%, transparent 10%),
    linear-gradient(135deg, rgba(255, 88, 70, 0.18), rgba(255, 184, 78, 0.18));
  transform: rotate(-12deg);
}

.food-guide-page > * {
  position: relative;
  z-index: 1;
}

.food-guide-page header {
  position: relative;
  max-width: 880px;
  min-height: 132px;
  padding-right: min(24vw, 190px);
}

.food-guide-page header::after {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(98px, 12vw, 150px);
  aspect-ratio: 1;
  border: 8px solid rgba(255, 255, 255, 0.68);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.54)),
    url("./assets/guagua-logo.png") center / cover no-repeat;
  box-shadow: 0 18px 38px rgba(0, 126, 134, 0.14);
  content: "";
  transform: rotate(3deg);
}

.guide-section-list {
  display: grid;
  gap: 18px;
}

.guide-section {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 26px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(229, 255, 249, 0.76));
  box-shadow: 0 18px 46px rgba(0, 126, 134, 0.1);
}

.guide-section::before {
  position: absolute;
  top: -54px;
  left: -38px;
  width: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 32%, rgba(255, 255, 255, 0.86), rgba(255, 126, 62, 0.16) 34%, transparent 68%);
  content: "";
}

.guide-section > * {
  position: relative;
  z-index: 1;
}

.guide-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.guide-section__head span {
  color: var(--melon-dark);
  font-size: 22px;
  font-weight: 1000;
}

.guide-section__head p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  text-align: right;
}

.guide-topic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
  gap: 12px;
}

.guide-topic-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 118px auto auto 1fr auto;
  gap: 8px;
  min-height: 252px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  padding: 10px 12px 14px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 136, 96, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(240, 255, 251, 0.9));
  color: var(--text);
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0, 126, 134, 0.08);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.guide-topic-card::after {
  position: absolute;
  right: -24px;
  bottom: -28px;
  width: 92px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 32%, rgba(255, 255, 255, 0.78) 0 8%, transparent 9%),
    repeating-linear-gradient(90deg, rgba(0, 111, 74, 0.18) 0 7px, rgba(255, 255, 255, 0.16) 7px 14px),
    rgba(36, 197, 139, 0.14);
  content: "";
}

.guide-topic-cover,
.guide-topic-card > img {
  width: 100%;
  height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 16px;
  background: linear-gradient(180deg, #c9f8ff, #fff3d8);
}

.guide-topic-card > img {
  object-fit: cover;
}

.guide-topic-cover {
  overflow: hidden;
  display: grid;
  gap: 4px;
  padding: 5px;
}

.guide-topic-cover img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 11px;
  object-fit: cover;
  background: linear-gradient(180deg, #c9f8ff, #fff3d8);
  box-shadow: 0 8px 16px rgba(0, 126, 134, 0.08);
}

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

.guide-topic-cover--3,
.guide-topic-cover--4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-topic-cover--3 img:first-child {
  grid-row: span 2;
}

.guide-topic-card span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.guide-topic-card b,
.guide-topic-card em,
.guide-topic-card i {
  font-style: normal;
}

.guide-topic-card b {
  color: var(--red);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.guide-topic-card em {
  overflow: hidden;
  max-width: 58%;
  color: var(--muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-topic-card:hover,
.guide-topic-card:focus-visible {
  border-color: rgba(255, 126, 62, 0.45);
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 126, 134, 0.12);
}

.guide-topic-card strong {
  color: var(--melon-dark);
  font-size: 17px;
}

.guide-topic-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.guide-topic-card i {
  justify-self: start;
  border-radius: 999px;
  padding: 6px 10px;
  background: linear-gradient(135deg, rgba(255, 78, 71, 0.92), rgba(255, 138, 61, 0.94));
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.guide-topic-detail {
  display: grid;
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 26px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(230, 255, 250, 0.78));
  box-shadow: 0 18px 46px rgba(0, 126, 134, 0.1);
}

.guide-topic-detail img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  object-fit: cover;
  background: linear-gradient(180deg, #c9f8ff, #fff3d8);
}

.guide-topic-detail strong {
  display: block;
  margin-bottom: 12px;
  color: var(--melon-dark);
  font-size: 18px;
  line-height: 1.6;
}

.guide-topic-detail p {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.9;
  white-space: pre-line;
}

.food-guide-page--topic header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: 24px;
  max-width: none;
  min-height: 0;
  margin-bottom: 22px;
  padding-right: 0;
}

.food-guide-page--topic header::after {
  position: static;
  width: clamp(78px, 8vw, 112px);
  border-width: 6px;
  border-radius: 24px;
  transform: rotate(3deg);
}

.food-guide-page--topic header span,
.food-guide-page--topic header h1,
.food-guide-page--topic header p {
  grid-column: 1;
}

.food-guide-page--topic .guide-topic-detail {
  grid-template-columns: minmax(260px, 360px) minmax(320px, 680px);
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  min-height: 330px;
  padding: clamp(18px, 2vw, 28px);
}

.food-guide-page--topic .guide-topic-detail > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  padding: clamp(18px, 2vw, 28px);
  background:
    radial-gradient(circle at 95% 12%, rgba(36, 197, 139, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(239, 255, 250, 0.42));
}

.food-guide-page--topic .guide-topic-detail img {
  align-self: center;
  max-height: 340px;
  box-shadow: 0 18px 42px rgba(0, 126, 134, 0.12);
}

.food-guide-page--topic .guide-topic-detail strong {
  margin-bottom: 16px;
  font-size: 20px;
}

.food-guide-page--topic .guide-topic-detail p {
  max-width: 58em;
  font-size: 17px;
}

.guide-order-panel {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 26px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(229, 255, 249, 0.76));
  box-shadow: 0 18px 46px rgba(0, 126, 134, 0.1);
}

.guide-order-panel__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.guide-order-panel__head span {
  color: var(--melon-dark);
  font-size: 22px;
  font-weight: 1000;
}

.guide-order-panel__head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.guide-order-list {
  display: grid;
  gap: 12px;
}

.guide-order-link {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 116px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  padding: 10px 12px;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 126, 62, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 255, 251, 0.9));
  color: var(--text);
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0, 126, 134, 0.08);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.guide-order-link:hover,
.guide-order-link:focus-visible {
  border-color: rgba(255, 126, 62, 0.48);
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 126, 134, 0.12);
}

.guide-order-link img {
  width: 112px;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 16px;
  object-fit: cover;
  background: linear-gradient(180deg, #c9f8ff, #fff3d8);
}

.guide-order-link span {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.guide-order-link strong {
  color: var(--melon-dark);
  font-size: 18px;
}

.guide-order-link small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.guide-order-link b {
  border-radius: 999px;
  padding: 9px 13px;
  background: linear-gradient(135deg, rgba(255, 78, 71, 0.92), rgba(255, 138, 61, 0.94));
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}

.poster-thumb span {
  position: absolute;
  left: 50%;
  bottom: 10px;
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  max-width: calc(100% - 20px);
  transform: translateX(-50%);
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 78, 71, 0.92), rgba(255, 138, 61, 0.94));
  color: #fff;
  font-size: 12px;
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  overflow: auto;
  padding: 24px;
  background: rgba(8, 65, 63, 0.82);
}

.invite-promo {
  position: fixed;
  z-index: 46;
  top: 50%;
  left: clamp(12px, 1.8vw, 28px);
  display: flex;
  width: 128px;
  min-height: 160px;
  padding: 9px 9px 12px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(225, 255, 244, 0.9));
  box-shadow: 0 18px 44px rgba(0, 126, 134, 0.2), 0 8px 20px rgba(255, 113, 72, 0.12);
  color: #006f68;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 180ms ease, box-shadow 180ms ease;
  backdrop-filter: blur(14px) saturate(1.08);
}

.invite-promo:hover {
  transform: translate(4px, -50%);
  box-shadow: 0 22px 52px rgba(0, 126, 134, 0.25), 0 10px 24px rgba(255, 113, 72, 0.16);
}

.invite-promo:focus-visible {
  outline: 4px solid rgba(255, 112, 72, 0.28);
  outline-offset: 3px;
}

.invite-promo > img {
  width: 94px;
  height: 94px;
  object-fit: contain;
  filter: drop-shadow(0 9px 12px rgba(0, 111, 104, 0.14));
}

.invite-promo > span {
  display: grid;
  gap: 3px;
  text-align: center;
}

.invite-promo strong {
  color: #007d70;
  font-size: 15px;
  line-height: 1.2;
}

.invite-promo small {
  color: #ef5b45;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.invite-promo-modal {
  position: fixed;
  z-index: 160;
  inset: 0;
  display: grid;
  padding: 22px;
  place-items: center;
  background: rgba(4, 38, 36, 0.66);
  backdrop-filter: blur(12px);
}

.invite-promo-modal[hidden] {
  display: none;
}

.invite-promo-modal__panel {
  position: relative;
  display: grid;
  width: min(620px, calc(100vw - 36px));
  max-height: calc(100vh - 36px);
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  background: #efffeb;
  box-shadow: 0 34px 90px rgba(0, 36, 34, 0.34);
}

.invite-promo-modal__panel > img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 56px);
  object-fit: contain;
  border-radius: 14px;
}

.invite-promo-modal__close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  background: rgba(14, 70, 58, 0.86);
  box-shadow: 0 10px 24px rgba(0, 43, 38, 0.24);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.invite-promo-modal__close:hover {
  background: #ef5b45;
}

@media (max-width: 1180px) {
  .invite-promo {
    left: 10px;
    width: 106px;
    min-height: 142px;
  }

  .invite-promo > img {
    width: 78px;
    height: 78px;
  }

  .invite-promo strong {
    font-size: 13px;
  }

  .invite-promo small {
    font-size: 11px;
  }
}

@media (max-width: 700px) {
  .invite-promo {
    top: auto;
    bottom: 82px;
    width: 88px;
    min-height: 118px;
    padding: 7px;
    border-radius: 18px;
    transform: none;
  }

  .invite-promo:hover {
    transform: translateX(3px);
  }

  .invite-promo > img {
    width: 62px;
    height: 62px;
  }

  .invite-promo strong {
    font-size: 12px;
  }

  .invite-promo small {
    font-size: 10px;
  }

  .invite-promo-modal {
    padding: 10px;
  }

  .invite-promo-modal__panel {
    width: min(100%, 540px);
    max-height: calc(100vh - 20px);
    padding: 7px;
    border-radius: 16px;
  }

  .invite-promo-modal__panel > img {
    max-height: calc(100vh - 34px);
    border-radius: 11px;
  }

  .invite-promo-modal__close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
  }
}


.image-modal__panel {
  position: relative;
  width: min(1600px, 100%);
  margin: 0 auto;
}

.image-modal__close {
  position: sticky;
  top: 12px;
  z-index: 2;
  float: right;
  margin: 0 0 12px 12px;
  border: 1px solid rgba(255, 236, 189, 0.32);
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--melon-dark);
  cursor: pointer;
}

.image-modal img {
  clear: both;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  border-radius: 8px;
  background: #160f0a;
}

.image-modal p {
  margin: 12px 0 0;
  color: var(--muted);
  text-align: center;
}

.order-popup {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  overflow: auto;
  padding: 24px;
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 212, 95, 0.24), transparent 22%),
    radial-gradient(circle at 82% 22%, rgba(255, 78, 71, 0.18), transparent 24%),
    rgba(9, 68, 66, 0.68);
  backdrop-filter: blur(10px);
}

.order-popup[hidden] {
  display: none;
}

.order-popup__panel {
  position: relative;
  width: min(640px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(231, 255, 250, 0.9));
  box-shadow: 0 34px 100px rgba(0, 61, 66, 0.28);
}

.order-popup__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 154, 137, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--melon-dark);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.order-popup__copy {
  padding: 28px 30px 18px;
  text-align: center;
}

.order-popup__copy span {
  color: var(--strawberry);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.order-popup__copy h2 {
  margin: 8px 0 8px;
  color: var(--text);
  font-size: clamp(28px, 4vw, 42px);
}

.order-popup__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.order-popup__panel img {
  width: 100%;
  max-height: min(62vh, 620px);
  object-fit: contain;
  background: linear-gradient(180deg, #e7fbff, #fff8e9);
}

@media (max-width: 900px) {
  .topbar {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .topnav {
    width: 100%;
  }

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

  .poster-masonry {
    columns: 2 150px;
  }

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

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

  .poster-picker--wide .poster-picker__item {
    flex-basis: calc(50% - 6px);
    max-width: none;
  }

  .guide-section__head,
  .guide-topic-detail {
    grid-template-columns: 1fr;
  }

  .guide-section__head {
    display: grid;
  }

  .guide-section__head p {
    max-width: none;
    text-align: left;
  }

  .guide-topic-detail {
    gap: 16px;
  }

  .food-guide-page--topic header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .food-guide-page--topic .guide-topic-detail {
    grid-template-columns: 1fr;
    justify-content: stretch;
    min-height: 0;
  }

  .guide-order-panel__head {
    display: grid;
  }

  .guide-order-link {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .guide-order-link img {
    width: 96px;
    height: 82px;
  }

  .guide-order-link b {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(100% - 18px, 1180px);
    padding-top: 14px;
  }

  .home-menu,
  .content-block {
    padding: 14px;
  }

  .section-heading {
    display: grid;
    gap: 4px;
  }

  .zone-grid {
    gap: 10px;
  }

  .zone-card {
    min-height: 154px;
  }

  .zone-card__image {
    height: 92px;
  }

  .zone-card small {
    display: none;
  }

  .home-menu__grid {
    column-gap: 10px;
    row-gap: 12px;
  }

  .home-menu__item {
    min-height: 36px;
    font-size: 14px;
  }

  .guide-section,
  .guide-topic-detail,
  .guide-order-panel {
    border-radius: 20px;
    padding: 14px;
  }

  .food-guide-page header {
    min-height: 0;
    padding-right: 0;
  }

  .food-guide-page header::after {
    position: static;
    display: block;
    width: 92px;
    margin-top: 14px;
  }

  .food-guide-page--topic header {
    display: block;
  }

  .food-guide-page--topic header::after {
    width: 82px;
  }

  .guide-topic-grid {
    grid-template-columns: 1fr;
  }

  .guide-topic-card {
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: auto auto 1fr auto;
    min-height: 150px;
  }

  .guide-topic-card > img,
  .guide-topic-cover {
    grid-row: 1 / -1;
    width: 92px;
    height: 128px;
  }

  .guide-topic-cover {
    gap: 3px;
    padding: 4px;
  }

  .guide-topic-card span,
  .guide-topic-card strong,
  .guide-topic-card p,
  .guide-topic-card i {
    grid-column: 2;
  }

  .guide-order-link {
    grid-template-columns: 1fr;
  }

  .guide-order-link img {
    width: 100%;
    height: 150px;
  }

  .guide-order-link b {
    grid-column: auto;
  }

  .poster-masonry {
    column-gap: 10px;
  }

  .poster-grid {
    gap: 10px;
  }

  .poster-thumb {
    margin-bottom: 10px;
  }

  .poster-picker {
    gap: 8px;
    padding: 12px;
    border-radius: 16px;
  }

  .poster-picker__item {
    min-height: 36px;
    padding: 0 8px;
    font-size: 13px;
  }

  .poster-picker--wide {
    gap: 8px;
  }
}

/* Food guide performance and detail-page polish. */
body.is-guide-route .topbar {
  background: rgba(247, 255, 252, 0.96);
  backdrop-filter: none;
}

body.is-guide-route .melon-float-layer {
  opacity: 0.62;
}

/* The catalog contains many tall posters. Pause decorative compositing there so
   scrolling stays responsive even on integrated graphics and mobile devices. */
body.is-catalog-route .melon-float-layer {
  display: none;
}

body.is-catalog-route .topbar {
  background: rgba(247, 255, 252, 0.96);
  backdrop-filter: none;
}

.guide-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 460px;
}

.guide-topic-card,
.guide-order-link {
  contain: layout paint;
}

.food-guide-page--topic .guide-topic-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(92px, 10vw, 138px);
  grid-template-areas:
    "eyebrow art"
    "title art"
    "summary art"
    "chips art";
  gap: 8px 28px;
  align-items: start;
  max-width: none;
  min-height: 0;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 28px;
  padding: clamp(20px, 3vw, 34px);
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 205, 79, 0.28), transparent 23%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(227, 255, 249, 0.82));
  box-shadow: 0 20px 54px rgba(0, 126, 134, 0.11);
}

.food-guide-page--topic .guide-topic-hero::after {
  grid-area: art;
  position: static;
  align-self: center;
  width: 100%;
  border-width: 6px;
  border-radius: 26px;
  transform: rotate(2deg);
}

.food-guide-page--topic .guide-topic-hero__eyebrow {
  grid-area: eyebrow;
  font-size: 13px;
  font-weight: 950;
}

.food-guide-page--topic .guide-topic-hero h1 {
  grid-area: title;
  margin: 2px 0 4px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.15;
}

.food-guide-page--topic .guide-topic-hero > p {
  grid-area: summary;
  max-width: 760px;
  margin: 0;
  color: #4f7673;
  font-size: 17px;
  line-height: 1.8;
}

.guide-topic-hero__chips {
  grid-area: chips;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.guide-topic-hero__chips b {
  border: 1px solid rgba(0, 154, 137, 0.16);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--melon-dark);
  font-size: 12px;
}

.food-guide-page--topic .guide-topic-detail {
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  justify-content: stretch;
  align-items: stretch;
  gap: clamp(20px, 3vw, 38px);
  min-height: 380px;
  padding: clamp(18px, 2.4vw, 30px);
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 168, 77, 0.14), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(226, 255, 249, 0.8));
}

.guide-topic-detail__media {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 340px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 24px;
  padding: 14px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.32) 1px, transparent 1px),
    linear-gradient(160deg, #d4fbff, #fff5dc);
  background-size: 28px 28px, 28px 28px, auto;
}

.food-guide-page--topic .guide-topic-detail__media img {
  width: 100%;
  height: min(42vw, 410px);
  max-height: none;
  border-radius: 18px;
  object-fit: contain;
  box-shadow: 0 20px 44px rgba(0, 126, 134, 0.16);
}

.guide-topic-detail__media figcaption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  border-radius: 999px;
  padding: 8px 12px;
  background: linear-gradient(135deg, #f44f48, #ff9840);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(238, 74, 68, 0.24);
}

.food-guide-page--topic .guide-topic-detail__copy {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 24px;
  padding: clamp(22px, 3vw, 42px);
  background: rgba(255, 255, 255, 0.58);
}

.guide-topic-detail__label {
  align-self: flex-start;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(36, 197, 139, 0.13);
  color: var(--melon-dark);
  font-size: 12px;
  font-weight: 900;
}

.food-guide-page--topic .guide-topic-detail__copy strong {
  margin-bottom: 14px;
  color: #0a665a;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.5;
}

.food-guide-page--topic .guide-topic-detail__copy p {
  font-size: 17px;
  line-height: 1.95;
}

.guide-topic-detail__copy > a {
  align-self: flex-start;
  margin-top: 20px;
  border-radius: 999px;
  padding: 11px 16px;
  background: linear-gradient(135deg, #0db890, #20c9c2);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 153, 132, 0.2);
}

@media (max-width: 900px) {
  .food-guide-page--topic .guide-topic-detail {
    grid-template-columns: 1fr;
  }

  .food-guide-page--topic .guide-topic-detail__media img {
    height: min(70vw, 430px);
  }
}

@media (max-width: 560px) {
  .food-guide-page--topic .guide-topic-hero {
    grid-template-columns: 1fr 72px;
    gap: 6px 14px;
    border-radius: 22px;
    padding: 18px;
  }

  .food-guide-page--topic .guide-topic-hero h1 {
    font-size: 32px;
  }

  .guide-topic-hero__chips {
    grid-column: 1 / -1;
  }

  .guide-topic-detail__media {
    min-height: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .melon-float {
    display: none;
  }
}

/* Premium Guagua polish */
:root {
  --surface-glass: rgba(255, 255, 255, 0.72);
  --surface-glass-strong: rgba(255, 255, 255, 0.86);
  --aqua-deep: #007e86;
  --aqua-soft: #bdf8ff;
  --berry-deep: #e64646;
  --sunset: #ff9b45;
  --premium-shadow: 0 34px 90px rgba(16, 128, 142, 0.22), 0 10px 28px rgba(255, 113, 90, 0.1);
}

body {
  background:
    linear-gradient(180deg, #d6fbff 0%, #efffff 42%, #fff6e3 100%);
}

.site-bg {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.9), transparent 15%),
    radial-gradient(circle at 18% 22%, rgba(255, 211, 88, 0.38), transparent 17%),
    radial-gradient(circle at 86% 14%, rgba(255, 101, 116, 0.22), transparent 18%),
    radial-gradient(circle at 76% 76%, rgba(0, 195, 166, 0.2), transparent 22%),
    linear-gradient(180deg, rgba(178, 243, 255, 0.82), rgba(251, 255, 248, 0.92) 46%, rgba(255, 246, 226, 0.92)),
    var(--site-bg-image, url("./assets/guagua-logo.png")) top center / min(1120px, 88vw) auto no-repeat;
}

.site-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 58%);
}

.melon-float-layer {
  position: fixed;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.melon-float {
  position: absolute;
  left: var(--melon-left, 50vw);
  bottom: -12vh;
  width: var(--melon-size, 26px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.9) 0 8%, transparent 9%),
    repeating-linear-gradient(100deg, rgba(13, 104, 70, 0.95) 0 13%, rgba(120, 236, 166, 0.95) 14% 25%, rgba(23, 128, 83, 0.95) 26% 38%),
    linear-gradient(145deg, #a6f48f, #21a16f);
  box-shadow:
    inset -4px -5px 9px rgba(0, 83, 60, 0.32),
    inset 4px 4px 7px rgba(255, 255, 255, 0.34),
    0 10px 24px rgba(0, 126, 134, 0.16);
  opacity: 0;
  animation:
    melon-rise var(--melon-duration, 18s) linear var(--melon-delay, 0s) infinite,
    melon-wobble var(--melon-wobble, 4.8s) ease-in-out var(--melon-delay, 0s) infinite alternate;
  will-change: transform, opacity;
}

.melon-float::before {
  content: "";
  position: absolute;
  left: 48%;
  top: -18%;
  width: 28%;
  height: 24%;
  border-radius: 70% 30% 60% 30%;
  background: linear-gradient(135deg, #30b56f, #137648);
  transform: rotate(-18deg);
  transform-origin: bottom center;
}

.melon-float::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

@keyframes melon-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0.72);
  }
  10% {
    opacity: var(--melon-opacity, 0.72);
  }
  88% {
    opacity: var(--melon-opacity, 0.72);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--melon-drift, 40px), -118vh, 0) rotate(var(--melon-rotate, 260deg)) scale(1.08);
  }
}

@keyframes melon-wobble {
  from {
    margin-left: calc(var(--melon-sway, 20px) * -1);
  }
  to {
    margin-left: var(--melon-sway, 20px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .melon-float-layer {
    display: none;
  }
}

.topbar {
  margin: 14px auto 0;
  width: min(1220px, calc(100% - 28px));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(234, 255, 250, 0.66));
  box-shadow: 0 20px 60px rgba(0, 126, 134, 0.12);
}

.brand img,
.home-menu__brand img {
  border-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 36px rgba(0, 126, 134, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}

.brand span,
.home-menu__brand span,
.poster-section header span {
  color: var(--berry-deep);
}

.brand strong,
.home-menu__brand strong,
.poster-section h1,
.poster-section h3 {
  color: #103f3f;
}

.page-shell {
  padding-top: 38px;
}

.hero__poster,
.home-menu,
.content-block,
.notice__poster {
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: linear-gradient(145deg, var(--surface-glass-strong), rgba(233, 255, 250, 0.72));
  box-shadow: var(--premium-shadow);
  backdrop-filter: blur(18px) saturate(1.12);
}

.hero__poster {
  padding: 8px;
}

.hero__poster img {
  border-radius: 22px;
  background: linear-gradient(180deg, #c9f8ff, #fff3d8);
}

.home-menu {
  padding: 24px;
}

.home-menu__brand {
  margin-bottom: 24px;
}

.home-menu__item,
.poster-picker__item {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 255, 250, 0.92)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(189, 248, 255, 0.28));
  color: var(--aqua-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 22px rgba(0, 126, 134, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.home-menu__item:hover,
.home-menu__item:focus-visible,
.poster-picker__item:hover,
.poster-picker__item:focus-visible {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 14px 28px rgba(0, 126, 134, 0.16);
}

.home-menu__item.is-active,
.poster-picker__item.is-active {
  background: linear-gradient(135deg, var(--berry-deep), var(--sunset));
  color: #fff;
  box-shadow: 0 14px 30px rgba(230, 70, 70, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.poster-picker {
  padding: 18px;
  border-color: rgba(255, 255, 255, 0.76);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(236, 255, 250, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 18px 46px rgba(0, 126, 134, 0.1);
  backdrop-filter: blur(14px);
}

.poster-thumb,
.poster-thumb--featured {
  border-color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 64px rgba(0, 126, 134, 0.16);
}

.poster-thumb img,
.image-modal img {
  border-radius: 22px;
}

.back-link {
  border-color: rgba(255, 255, 255, 0.86);
  background: linear-gradient(135deg, #ffffff, #e8fff8);
  box-shadow: 0 12px 28px rgba(0, 126, 134, 0.12);
}

.image-modal__dialog,
.image-modal__panel {
  filter: drop-shadow(0 34px 90px rgba(0, 61, 66, 0.28));
}

@media (max-width: 900px) {
  .topbar {
    width: min(100% - 18px, 1220px);
    margin-top: 9px;
  }
}

@media (max-width: 560px) {
  .topbar {
    border-radius: 20px;
  }

  .home-menu {
    padding: 16px;
  }
}

/* Larger desktop presentation */
@media (min-width: 901px) {
  .topbar {
    width: min(1500px, calc(100% - 44px));
    padding: 18px clamp(22px, 3vw, 48px);
    border-radius: 32px;
  }

  .brand img {
    width: 56px;
    height: 56px;
    border-radius: 18px;
  }

  .brand span {
    font-size: 13px;
  }

  .brand strong {
    font-size: 24px;
  }

  .topnav a {
    padding: 12px 18px;
    font-size: 16px;
  }

  .page-shell {
    width: min(1500px, calc(100% - 44px));
    padding-top: 44px;
  }

  .hero,
  .notice,
  .home-menu,
  .content-block {
    margin-bottom: 42px;
  }

  .hero__poster {
    padding: 10px;
    border-radius: 34px;
  }

  .hero__poster img {
    max-height: clamp(430px, 40vw, 680px);
    border-radius: 26px;
  }

  .home-menu {
    padding: 34px 38px;
    border-radius: 34px;
  }

  .home-menu__brand {
    grid-template-columns: 88px auto;
    gap: 4px 18px;
    margin-bottom: 34px;
  }

  .home-menu__brand img {
    width: 88px;
    height: 88px;
    border-radius: 28px;
  }

  .home-menu__brand span {
    font-size: 14px;
  }

  .home-menu__brand strong {
    font-size: 38px;
  }

  .home-menu__grid {
    row-gap: 24px;
    column-gap: clamp(28px, 5vw, 96px);
  }

  .home-menu__item,
  .poster-picker__item {
    min-height: 54px;
    font-size: 18px;
  }

  .content-block {
    padding: 34px;
    border-radius: 34px;
  }

  .poster-section header {
    max-width: 980px;
    margin-bottom: 22px;
  }

  .poster-section h1,
  .poster-section h3 {
    font-size: clamp(32px, 2.8vw, 46px);
  }

  .poster-section p {
    font-size: 17px;
  }

  .poster-picker {
    gap: 14px;
    padding: 22px;
    border-radius: 30px;
  }

  .poster-picker--wide .poster-picker__item {
    flex-basis: 168px;
    max-width: 220px;
  }

  .poster-row {
    grid-template-columns: minmax(0, 760px);
  }

  .poster-row .poster-thumb {
    max-width: 760px;
  }

  .poster-thumb--featured {
    max-width: 1040px;
  }

  .notice__poster {
    max-width: 980px;
  }

  .image-modal__panel {
    width: min(1180px, 100%);
  }
}

/* Adaptive picker buttons and fixed order dock */
.poster-picker,
.poster-picker--wide {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 126, 134, 0.32) transparent;
  padding: 16px 18px 18px;
  mask-image: linear-gradient(90deg, transparent, #000 22px, #000 calc(100% - 22px), transparent);
  -webkit-overflow-scrolling: touch;
}

.poster-picker::-webkit-scrollbar,
.poster-picker--wide::-webkit-scrollbar {
  height: 7px;
}

.poster-picker::-webkit-scrollbar-thumb,
.poster-picker--wide::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(0, 126, 134, 0.32);
}

.poster-picker__item,
.poster-picker--wide .poster-picker__item {
  flex: 0 0 auto;
  width: auto;
  min-width: max-content;
  max-width: none;
  scroll-snap-align: start;
  padding: 0 20px;
  white-space: nowrap;
}

body.has-order-dock {
  padding-bottom: 108px;
}

.order-dock {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 35;
  padding: 14px clamp(12px, 4vw, 34px);
  background: linear-gradient(180deg, rgba(232, 255, 250, 0), rgba(232, 255, 250, 0.96) 34%);
  pointer-events: none;
}

.order-dock[hidden] {
  display: none;
}

.order-dock__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(920px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  padding: 12px 14px 12px 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(232, 255, 250, 0.9));
  box-shadow: 0 20px 60px rgba(0, 126, 134, 0.2);
  backdrop-filter: blur(18px) saturate(1.1);
  pointer-events: auto;
}

.order-dock__copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.order-dock__copy span {
  color: var(--strawberry);
  font-size: 12px;
  font-weight: 900;
}

.order-dock__copy strong {
  overflow: hidden;
  color: var(--text);
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-dock__button {
  flex: 0 0 auto;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 28px;
  background: linear-gradient(135deg, var(--strawberry), #ff8a3d);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(230, 70, 70, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

@media (max-width: 700px) {
  .hero-wheel {
    border-radius: 24px;
    padding: 7px;
  }

  .home-wheel {
    gap: 10px;
    border-radius: 18px;
  }

  .home-wheel__slide {
    flex-basis: 90%;
    min-height: clamp(210px, 58vw, 330px);
    border-radius: 18px;
  }

  .home-wheel__slide span {
    left: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
    padding: 8px 12px;
    font-size: 16px;
  }

  .hero-wheel__control {
    width: 36px;
    height: 36px;
    font-size: 26px;
  }

  .hero-wheel__control--prev {
    left: 12px;
  }

  .hero-wheel__control--next {
    right: 12px;
  }

  .home-wheel__dots {
    bottom: 14px;
  }

  .wheel-page__body {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
    border-radius: 22px;
  }

  .wheel-page__body p {
    font-size: 15px;
  }

  .poster-picker__item,
  .poster-picker--wide .poster-picker__item {
    min-width: max-content;
    padding: 0 14px;
    white-space: nowrap;
  }

  .order-dock__inner {
    border-radius: 24px;
    align-items: stretch;
    flex-direction: column;
    padding: 14px;
  }

  .order-dock__button {
    width: 100%;
  }

  .poster-link-list {
    padding: 12px;
  }

  .poster-link-row {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 10px 12px;
    padding: 10px;
  }

  .poster-link-row img {
    grid-row: span 2;
    width: 86px;
    height: 76px;
  }

  .poster-link-row__number {
    display: none;
  }

  .poster-link-row__copy strong {
    font-size: 17px;
  }

  .poster-link-row__copy small {
    font-size: 13px;
  }

  .poster-link-row em {
    grid-column: 2;
    justify-self: start;
    padding: 8px 12px;
  }
}

@media (min-width: 901px) and (max-width: 1840px) {
  .page-shell {
    width: min(1500px, calc(100% - 180px));
    margin-right: 18px;
    margin-left: 162px;
  }
}

/* Poster catalog: filters stay compact while the orders scan like a visual shelf. */
.poster-section--catalog .poster-picker,
.poster-section--catalog .poster-picker--wide {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(172px, 1fr));
  align-items: stretch;
  column-gap: 16px;
  row-gap: 48px;
  overflow: visible;
  padding: 58px 18px 18px;
  mask-image: none;
  backdrop-filter: none;
}

.poster-section--catalog .poster-picker__item,
.poster-section--catalog .poster-picker--wide .poster-picker__item {
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: 8px;
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 0;
  border-radius: 18px;
  padding: 9px;
  white-space: normal;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(232, 255, 250, 0.88));
  color: var(--text);
  box-shadow: 0 8px 20px rgba(0, 126, 134, 0.08);
  contain: layout style;
}

.poster-section--catalog .poster-picker__item[hidden],
.poster-section--catalog .poster-picker--wide .poster-picker__item[hidden] {
  display: none;
}

.poster-section--catalog .poster-picker__item:hover,
.poster-section--catalog .poster-picker__item:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 128, 70, 0.5);
  background: linear-gradient(155deg, #fff, #edfffa);
  color: var(--text);
  box-shadow: 0 18px 34px rgba(0, 126, 134, 0.15);
}

.poster-section--catalog .poster-picker__item.is-active {
  border-color: rgba(255, 102, 72, 0.72);
  background: linear-gradient(155deg, #fffaf7, #e9fff8);
  color: var(--text);
  box-shadow: 0 0 0 3px rgba(255, 111, 72, 0.12), 0 18px 36px rgba(0, 126, 134, 0.14);
}

.poster-picker__media {
  position: relative;
  overflow: visible;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 13px;
  background: linear-gradient(180deg, #c9f8ff, #fff3d8);
}

.poster-picker__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
  transition: transform 0.25s ease;
}

.poster-section--catalog .poster-picker__media > img[src^="data:image/svg+xml"] {
  object-fit: cover;
}

.poster-picker__item:hover .poster-picker__media > img {
  transform: scale(1.025);
}

.poster-picker__badges {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.poster-picker__badges i {
  position: relative;
  display: inline-flex;
  margin: 8px 0 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  padding: 5px 8px;
  background: linear-gradient(135deg, #f04b49, #ff8a3d);
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 7px 16px rgba(224, 75, 55, 0.25);
}

.poster-picker__badges i.is-top {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 4;
  margin: 0;
  border-color: rgba(255, 255, 255, 0.94);
  padding: 6px 12px;
  background: linear-gradient(135deg, #064d43, #12a884);
  font-size: 10px;
  letter-spacing: 0.12em;
  box-shadow: 0 8px 18px rgba(0, 79, 68, 0.3);
  transform: translateX(-50%);
}

.poster-picker__badges i.is-top span {
  display: block;
}

.poster-picker__badges i.is-recommend {
  position: absolute;
  top: -45px;
  right: -5px;
  width: 98px;
  height: 82px;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: url("./assets/guagua-recommend-cling.png") center bottom / contain no-repeat;
  box-shadow: none;
  filter: drop-shadow(0 8px 10px rgba(0, 116, 102, 0.2));
}

.poster-picker__badges i.is-new {
  position: absolute;
  top: -45px;
  left: -5px;
  width: 98px;
  height: 82px;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: url("./assets/guagua-new-cling.png") center bottom / contain no-repeat;
  box-shadow: none;
  filter: drop-shadow(0 8px 10px rgba(0, 116, 102, 0.2));
}

body.is-catalog-route .poster-picker__badges i.is-character {
  filter: none;
}

.poster-picker__badges i.is-character span {
  position: absolute;
  top: 2px;
  min-width: max-content;
  border: 2px solid rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  padding: 5px 9px;
  background: linear-gradient(135deg, #f04b49, #ff8a3d);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 7px 15px rgba(224, 75, 55, 0.28);
}

.poster-picker__badges i.is-recommend span {
  right: -2px;
}

.poster-picker__badges i.is-new span {
  right: -2px;
  border-color: rgba(255, 255, 255, 0.96);
  outline: 2px solid rgba(65, 183, 91, 0.7);
  outline-offset: -2px;
}

.poster-picker__badges i.is-character span::after {
  position: absolute;
  bottom: -4px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #f66b43;
  content: "";
  transform: rotate(45deg);
}

.poster-picker__item.has-double-character-badge .poster-picker__badges i.is-character {
  top: -39px;
  width: 76px;
  height: 70px;
}

.poster-picker__item.has-double-character-badge .poster-picker__badges i.is-new {
  left: -4px;
}

.poster-picker__item.has-double-character-badge .poster-picker__badges i.is-recommend {
  right: -4px;
}

.poster-picker__item.has-double-character-badge .poster-picker__badges i.is-character span {
  top: 1px;
  right: -1px;
  padding: 4px 6px;
  font-size: 9px;
}

.poster-section--catalog .poster-picker__item > strong {
  overflow: hidden;
  color: #007e75;
  font-size: 16px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.poster-section--catalog .poster-picker__item > small {
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.poster-section--catalog .poster-thumb--featured {
  margin-top: 28px;
}

@media (max-width: 979px) {
  .topnav-recommend {
    display: none;
  }
}

@media (max-width: 700px) {
  .poster-section--catalog .poster-picker,
  .poster-section--catalog .poster-picker--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 38px;
    padding: 48px 10px 10px;
  }

  .poster-section--catalog .poster-picker__item,
  .poster-section--catalog .poster-picker--wide .poster-picker__item {
    padding: 7px;
  }

  .poster-section--catalog .poster-picker__item > strong {
    font-size: 14px;
  }
}


/* 2026-07 homepage: full-cover price poster and compact service directory. */
#homeView {
  padding-bottom: 72px;
}

.home-cover {
  width: min(1680px, calc(100vw - 28px));
  margin: 12px 50% 64px;
  transform: translateX(-50%);
}

.home-cover__link {
  display: block;
  width: 100%;
  height: min(calc(100svh - 138px), 945px);
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  background: #dffbff;
  box-shadow: 0 30px 80px rgba(5, 117, 116, 0.18);
}

.home-cover__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.home-cover__link:hover img,
.home-cover__link:focus-visible img {
  filter: saturate(1.04);
  transform: scale(1.035);
}

.home-directory {
  display: grid;
  width: min(1460px, calc(100vw - 40px));
  margin: 0 50% 46px;
  gap: 34px;
  transform: translateX(-50%);
}

.home-directory__section,
.boss-notice {
  scroll-margin-top: 118px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 55px rgba(12, 91, 89, 0.13);
  backdrop-filter: blur(18px);
}

.home-directory__header,
.boss-notice__header {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 16px 30px;
  color: #fff;
  background: linear-gradient(105deg, #18b9aa 0%, #5fd7c8 48%, #ff8b57 100%);
}

.home-directory__header > span {
  margin-right: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
}

.home-directory__header h2,
.boss-notice__header h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.home-directory__header p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
}

.home-directory__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-items: start;
  padding: 32px 34px 36px;
  gap: 24px 18px;
}

.home-directory__item {
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: 8px;
  color: #075b56;
  text-align: center;
  text-decoration: none;
  gap: 12px;
}

.home-directory__media {
  display: block;
  width: 118px;
  height: 118px;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.98);
  border-radius: 50%;
  background: #e9fbf7;
  box-shadow: 0 12px 28px rgba(10, 126, 118, 0.16);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.home-directory__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.home-directory__item strong {
  max-width: 180px;
  font-size: 15px;
  line-height: 1.4;
}

.home-directory__item:hover .home-directory__media,
.home-directory__item:focus-visible .home-directory__media {
  box-shadow: 0 18px 36px rgba(238, 91, 65, 0.22);
  transform: translateY(-6px);
}

.home-directory__item:hover .home-directory__media img,
.home-directory__item:focus-visible .home-directory__media img {
  transform: scale(1.08);
}

.boss-notice {
  width: min(1120px, calc(100vw - 40px));
  margin: 0 50%;
  transform: translateX(-50%);
}

.boss-notice__header {
  justify-content: center;
  flex-direction: column;
  min-height: 90px;
  text-align: center;
}

.boss-notice__header span {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 800;
}

.boss-notice__poster {
  display: block;
  width: min(840px, calc(100% - 40px));
  margin: 30px auto 38px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: transparent;
  cursor: zoom-in;
}

.boss-notice__poster img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

@media (max-width: 760px) {
  .home-cover {
    width: calc(100vw - 16px);
    margin-top: 4px;
    margin-bottom: 34px;
  }

  .home-cover__link {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
  }

  .home-directory {
    width: calc(100vw - 20px);
    gap: 22px;
  }

  .home-directory__section,
  .boss-notice {
    border-radius: 16px;
    scroll-margin-top: 92px;
  }

  .home-directory__header,
  .boss-notice__header {
    min-height: 66px;
    padding: 13px 18px;
  }

  .home-directory__header h2,
  .boss-notice__header h2 {
    font-size: 20px;
  }

  .home-directory__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 22px 12px 26px;
    gap: 20px 8px;
  }

  .home-directory__media {
    width: 86px;
    height: 86px;
  }

  .home-directory__item strong {
    font-size: 13px;
  }

  .boss-notice {
    width: calc(100vw - 20px);
  }
}

/* Homepage layout v2: full poster, compact editorial sections, no carousel. */
body:has(#homeView:not([hidden])) {
  overflow-x: hidden;
}

#homeView {
  padding-bottom: 76px;
}

.home-cover {
  width: 100%;
  margin: 6px 0 72px;
  transform: none;
}

.home-cover__link {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  background: #dffbff;
  box-shadow: 0 36px 90px rgba(5, 117, 116, 0.2);
}

.home-cover__link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-directory {
  width: 100%;
  margin: 0 0 52px;
  gap: 38px;
  transform: none;
}

.home-directory__section,
.boss-notice {
  --section-accent: #16b8a8;
  --section-accent-soft: #dffaf5;
  width: 100%;
  margin: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.93);
  transform: none;
}

.home-directory__section--2 {
  --section-accent: #31a7d6;
  --section-accent-soft: #e4f7ff;
}

.home-directory__section--3 {
  --section-accent: #ff7460;
  --section-accent-soft: #fff0e8;
}

.home-directory__section--4 {
  --section-accent: #e3a62b;
  --section-accent-soft: #fff7d4;
}

.home-directory__header,
.boss-notice__header {
  min-height: 88px;
  padding: 18px 32px;
  color: #124946;
  background:
    linear-gradient(90deg, var(--section-accent) 0 7px, transparent 7px),
    linear-gradient(105deg, var(--section-accent-soft), rgba(255, 255, 255, 0.97) 60%);
}

.home-directory__header > span {
  min-width: 84px;
  margin-right: 22px;
  color: var(--section-accent);
  font-size: 11px;
}

.home-directory__header > b {
  margin-left: auto;
  color: #6d8d89;
  font-size: 12px;
  font-weight: 700;
}

.home-directory__header h2,
.boss-notice__header h2 {
  color: #124946;
  font-size: 26px;
}

.home-directory__header p {
  color: #6a8986;
}

.home-directory__items {
  grid-template-columns: repeat(auto-fit, minmax(172px, 1fr));
  padding: 38px 38px 42px;
  gap: 30px 22px;
}

.home-directory__item {
  position: relative;
  min-height: 188px;
  padding: 12px 10px 16px;
  border-radius: 14px;
  gap: 11px;
  transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.home-directory__media {
  width: 124px;
  height: 124px;
  background: var(--section-accent-soft);
}

.home-directory__item i {
  position: absolute;
  right: 16px;
  bottom: 13px;
  color: var(--section-accent);
  font-size: 17px;
  font-style: normal;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-directory__item:hover,
.home-directory__item:focus-visible {
  background: linear-gradient(180deg, var(--section-accent-soft), rgba(255, 255, 255, 0.95));
  box-shadow: 0 18px 42px rgba(9, 105, 99, 0.1);
  outline: none;
  transform: translateY(-4px);
}

.home-directory__item:hover .home-directory__media,
.home-directory__item:focus-visible .home-directory__media {
  transform: scale(1.08);
}

.home-directory__item:hover i,
.home-directory__item:focus-visible i {
  opacity: 1;
  transform: translateX(0);
}

.boss-notice {
  --section-accent: #ff7460;
  --section-accent-soft: #fff0e8;
}

.boss-notice__header {
  min-height: 102px;
}

.boss-notice__header span {
  color: #e85c4e;
}

@media (max-width: 760px) {
  .home-cover {
    width: 100%;
    margin: 4px 0 34px;
  }

  .home-cover__link {
    border-width: 4px;
    border-radius: 16px;
  }

  .home-directory {
    width: 100%;
  }

  .home-directory__header {
    padding: 13px 18px;
  }

  .home-directory__header > span {
    display: none;
  }

  .home-directory__header > b {
    font-size: 11px;
  }

  .home-directory__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 22px 12px 26px;
    gap: 20px 8px;
  }

  .home-directory__item {
    min-height: 142px;
  }

  .home-directory__media {
    width: 86px;
    height: 86px;
  }

  .boss-notice {
    width: 100%;
  }
}

/* 2026-07 immersive homepage: the brand artwork owns the first viewport. */
body.site-loading .topbar,
body.site-loading .invite-promo {
  opacity: 0;
}

body.is-home-route {
  overflow-x: hidden;
}

body.is-home-route .page-shell {
  width: 100%;
  margin: 0;
  padding: 0 0 80px;
}

body.is-home-route .topbar {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 30;
  width: min(1380px, calc(100% - 28px));
  min-height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(0, 109, 105, 0.17);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -150%);
  transition:
    transform 360ms ease,
    opacity 260ms ease;
}

body.is-home-route.home-nav-visible .topbar {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

body.is-home-route:not(.home-nav-visible) .invite-promo {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-28px);
}

body.is-home-route:not(.home-nav-visible) .melon-float-layer {
  opacity: 0;
}

body.is-home-route .invite-promo,
body.is-home-route .melon-float-layer {
  transition:
    opacity 300ms ease,
    transform 300ms ease;
}

body.is-home-route #homeView {
  padding: 0 0 76px;
}

.home-cover {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 100svh;
  margin: 0 0 74px;
  overflow: hidden;
  background: #8ee7f3;
  transform: none;
}

.home-cover__background {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.03);
  transform: scale(1.015);
  transition:
    transform 1.2s ease,
    filter 1.2s ease;
}

.home-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.home-cover:hover .home-cover__background {
  filter: saturate(1.08);
  transform: scale(1.035);
}

.home-cover__content {
  position: relative;
  width: 100%;
  min-height: 100svh;
}

.home-cover__copy {
  position: absolute;
  top: 47%;
  left: clamp(28px, 7vw, 148px);
  z-index: 3;
  display: block;
  width: min(58vw, 980px);
  color: inherit;
  text-decoration: none;
  transform: translateY(-50%);
}

.home-cover__copy > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 7px 15px;
  border: 1px solid rgba(0, 133, 102, 0.2);
  border-radius: 999px;
  color: #087d6b;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 10px 25px rgba(8, 125, 107, 0.1);
  font-size: clamp(11px, 0.9vw, 15px);
  font-weight: 900;
  letter-spacing: 0;
}

.home-cover__copy h1 {
  margin: 0;
  color: #079879;
  font-size: clamp(54px, 7vw, 122px);
  font-weight: 1000;
  line-height: 0.94;
  letter-spacing: 0;
  -webkit-text-stroke: clamp(1px, 0.12vw, 2px) rgba(0, 99, 81, 0.25);
  text-shadow:
    0 4px 0 #fff6d9,
    0 8px 0 rgba(221, 179, 99, 0.36),
    0 18px 34px rgba(0, 99, 81, 0.18);
}

.home-cover__copy strong {
  display: block;
  margin-top: 0.13em;
  color: #ff6545;
  font-size: clamp(88px, 11.5vw, 204px);
  font-weight: 1000;
  line-height: 0.82;
  letter-spacing: 0;
  -webkit-text-stroke: clamp(1px, 0.14vw, 3px) rgba(202, 65, 38, 0.24);
  text-shadow:
    0 5px 0 #fff5d8,
    0 11px 0 rgba(221, 179, 99, 0.38),
    0 22px 44px rgba(200, 72, 39, 0.2);
}

.home-cover__copy:focus-visible {
  border-radius: 20px;
  outline: 4px solid rgba(255, 101, 69, 0.35);
  outline-offset: 10px;
}

.home-cover__mascot {
  position: absolute;
  right: clamp(48px, 5vw, 96px);
  bottom: 0;
  z-index: 2;
  width: min(46vw, 760px);
  max-width: none;
  max-height: 97svh;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
  filter: drop-shadow(0 28px 38px rgba(0, 100, 94, 0.2));
  animation: home-mascot-float 5.8s ease-in-out infinite;
}

@keyframes home-mascot-float {
  0%,
  100% {
    transform: translateY(0) rotate(-0.4deg);
  }
  50% {
    transform: translateY(-10px) rotate(0.5deg);
  }
}

.home-cover__scroll {
  position: absolute;
  bottom: clamp(14px, 2.4vh, 28px);
  left: 50%;
  z-index: 5;
  display: grid;
  justify-items: center;
  color: #076e63;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  gap: 7px;
  transform: translateX(-50%);
}

.home-cover__scroll i {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 133, 102, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(0, 109, 105, 0.14);
}

.home-cover__scroll i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #078875;
  border-bottom: 2px solid #078875;
  transform: translateX(-50%) rotate(45deg);
}

.home-content {
  width: min(1460px, calc(100% - 40px));
  margin: 0 auto;
  scroll-margin-top: 108px;
}

.home-content .home-directory {
  width: 100%;
}

@media (max-width: 760px) {
  body.is-home-route .topbar {
    top: 8px;
    width: calc(100% - 16px);
    min-height: 64px;
    padding: 9px 12px;
    border-radius: 16px;
  }

  body.is-home-route .topbar .brand span {
    display: none;
  }

  body.is-home-route .topbar .brand {
    grid-template-columns: 40px auto;
  }

  body.is-home-route .topbar .brand img {
    width: 40px;
    height: 40px;
  }

  body.is-home-route .topbar .brand strong {
    font-size: 16px;
  }

  body.is-home-route .topnav a {
    padding: 8px 10px;
    font-size: 12px;
  }

  .home-cover {
    width: 100%;
    min-height: 100svh;
    margin: 0 0 44px;
    border-radius: 0;
  }

  .home-cover__background {
    object-position: 54% center;
  }

  .home-cover__content {
    min-height: 100svh;
  }

  .home-cover__copy {
    top: 9svh;
    left: 50%;
    width: calc(100% - 28px);
    text-align: center;
    transform: translateX(-50%);
  }

  .home-cover__copy > span {
    min-height: 28px;
    margin-bottom: 10px;
    padding: 5px 11px;
    font-size: 10px;
  }

  .home-cover__copy h1 {
    font-size: clamp(42px, 13vw, 68px);
  }

  .home-cover__copy strong {
    margin-top: 0.12em;
    font-size: clamp(72px, 23vw, 118px);
  }

  .home-cover__mascot {
    right: 50%;
    bottom: 0;
    width: min(94vw, 570px);
    max-height: 68svh;
    object-position: center bottom;
    transform: translateX(50%);
    animation: home-mascot-float-mobile 5.8s ease-in-out infinite;
  }

  @keyframes home-mascot-float-mobile {
    0%,
    100% {
      transform: translateX(50%) translateY(0) rotate(-0.4deg);
    }
    50% {
      transform: translateX(50%) translateY(-8px) rotate(0.5deg);
    }
  }

  .home-cover__scroll {
    bottom: 12px;
  }

  .home-cover__scroll > span {
    display: none;
  }

  .home-content {
    width: calc(100% - 20px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-cover__mascot {
    animation: none;
  }

  .home-cover__background {
    transition: none;
  }
}

/* Fuller first-screen composition */
.home-cover__copy {
  top: 49%;
  left: clamp(70px, 9vw, 185px);
  width: min(52vw, 1000px);
  text-align: center;
}

.home-cover__copy h1 {
  font-size: clamp(64px, 8vw, 148px);
}

.home-cover__copy strong {
  font-size: clamp(104px, 12.5vw, 232px);
}

.home-cover__summary {
  display: grid;
  width: min(48vw, 840px);
  margin-top: clamp(26px, 3.6vh, 42px);
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  gap: 14px;
}

.home-cover__summary p {
  margin: 0;
  color: #176f65;
  font-size: clamp(15px, 1.2vw, 22px);
  font-weight: 900;
}

.home-cover__services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.home-cover__services span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid rgba(0, 137, 112, 0.17);
  border-radius: 999px;
  color: #086f63;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 10px 24px rgba(0, 122, 106, 0.09);
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.home-cover__summary em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 46px;
  margin-top: 2px;
  padding: 10px 20px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #f3534c, #ff8a43);
  box-shadow: 0 16px 30px rgba(235, 90, 52, 0.24);
  font-size: clamp(13px, 1vw, 17px);
  font-style: normal;
  font-weight: 900;
  gap: 12px;
}

.home-cover__summary em b {
  font-size: 1.35em;
  line-height: 1;
}

.home-cover__mascot {
  right: clamp(90px, 8vw, 165px);
  width: min(47vw, 780px);
}

@media (max-width: 760px) {
  .home-cover__copy {
    top: 7svh;
    left: 50%;
    width: calc(100% - 24px);
    text-align: center;
    transform: translateX(-50%);
  }

  .home-cover__copy h1 {
    font-size: clamp(40px, 12.5vw, 64px);
  }

  .home-cover__copy strong {
    font-size: clamp(68px, 22vw, 112px);
  }

  .home-cover__summary {
    width: 100%;
    margin-top: 14px;
    justify-items: center;
    gap: 9px;
  }

  .home-cover__summary p {
    font-size: 12px;
  }

  .home-cover__services {
    justify-content: center;
    gap: 6px;
  }

  .home-cover__services span {
    min-height: 29px;
    padding: 5px 9px;
    font-size: 10px;
  }

  .home-cover__summary em {
    min-height: 36px;
    padding: 7px 14px;
    font-size: 11px;
  }

  .home-cover__mascot {
    right: 50%;
    bottom: 0;
    width: min(96vw, 590px);
    max-height: 62svh;
    object-position: center bottom;
    transform: translateX(50%);
    animation: home-mascot-float-mobile 5.8s ease-in-out infinite;
  }
}

@media (min-width: 1600px) {
  .home-cover__copy {
    left: clamp(240px, 14vw, 300px);
    width: min(49vw, 1000px);
  }

  .home-cover__mascot {
    right: clamp(180px, 10vw, 230px);
  }
}

/* Art-title treatment and character-only hover effect */
.home-cover__background,
.home-cover:hover .home-cover__background {
  filter: saturate(1.04);
  transform: none;
}

.home-cover__copy h1,
.home-cover__copy strong {
  background-position: 0 50%;
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition:
    filter 420ms ease,
    transform 420ms ease;
}

.home-cover__copy h1 {
  background-image: linear-gradient(
    108deg,
    #006a5e 0%,
    #08a984 30%,
    #8ff7d8 45%,
    #0bb98f 54%,
    #00655c 100%
  );
  -webkit-text-stroke: clamp(1px, 0.14vw, 3px) rgba(0, 84, 72, 0.34);
  filter:
    drop-shadow(0 4px 0 #eafff4)
    drop-shadow(0 8px 0 rgba(86, 181, 151, 0.58))
    drop-shadow(0 18px 18px rgba(0, 102, 84, 0.18));
  text-shadow: none;
}

.home-cover__copy strong {
  background-image: linear-gradient(
    108deg,
    #e93f3c 0%,
    #ff6848 28%,
    #ffc079 45%,
    #ff5b42 54%,
    #d9353e 100%
  );
  -webkit-text-stroke: clamp(1px, 0.17vw, 4px) rgba(178, 50, 37, 0.3);
  filter:
    drop-shadow(0 4px 0 #fff8dc)
    drop-shadow(0 9px 0 rgba(237, 170, 91, 0.72))
    drop-shadow(0 21px 22px rgba(210, 61, 40, 0.2));
  text-shadow: none;
}

.home-cover__copy:hover h1,
.home-cover__copy:hover strong {
  animation: home-title-shine 1.05s ease both;
  filter:
    drop-shadow(0 4px 0 #fff9dd)
    drop-shadow(0 10px 0 rgba(235, 170, 91, 0.68))
    drop-shadow(0 24px 28px rgba(0, 125, 103, 0.24));
}

@keyframes home-title-shine {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.home-cover__mascot-stage {
  position: absolute;
  right: clamp(90px, 8vw, 165px);
  bottom: 0;
  z-index: 2;
  width: min(47vw, 780px);
  max-height: 97svh;
  transform-origin: center bottom;
  pointer-events: none;
  animation: home-mascot-float 5.8s ease-in-out infinite;
  transition:
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 520ms ease;
}

.home-cover__mascot-stage::before,
.home-cover__mascot-stage::after {
  position: absolute;
  content: "";
  pointer-events: none;
  opacity: 0;
}

.home-cover__mascot-stage::before {
  inset: 16% 8% 9%;
  z-index: 0;
  border: 2px solid rgba(108, 255, 222, 0.72);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(127, 255, 225, 0.18), transparent 68%);
  box-shadow:
    0 0 34px rgba(73, 237, 207, 0.32),
    inset 0 0 34px rgba(255, 255, 255, 0.34);
  transform: scale(0.72);
  transition:
    opacity 320ms ease,
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-cover__mascot-stage::after {
  inset: 5% -2% 8%;
  z-index: 3;
  background:
    radial-gradient(circle at 12% 28%, #fff 0 4px, #73f6d1 5px 8px, transparent 9px),
    radial-gradient(circle at 87% 20%, #fff 0 3px, #ffd76d 4px 7px, transparent 8px),
    radial-gradient(circle at 94% 55%, #fff 0 4px, #75e8ff 5px 8px, transparent 9px),
    radial-gradient(circle at 18% 67%, #fff 0 3px, #ff9e76 4px 7px, transparent 8px),
    radial-gradient(circle at 75% 82%, #fff 0 3px, #6ff0cf 4px 7px, transparent 8px);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.9));
  transform: scale(0.82) rotate(-3deg);
  transition:
    opacity 260ms ease,
    transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-cover__mascot-stage .home-cover__mascot {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: none;
  max-height: 97svh;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: auto;
  cursor: pointer;
  filter: drop-shadow(0 28px 38px rgba(0, 100, 94, 0.2));
  animation: none;
  transform: none;
  transition:
    filter 520ms ease,
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .home-cover__mascot-stage:hover {
    animation: none;
    filter: drop-shadow(0 30px 38px rgba(0, 135, 116, 0.24));
    transform: translateY(-12px) scale(1.075) rotate(-0.6deg);
  }

  .home-cover__mascot-stage:hover::before {
    opacity: 1;
    transform: scale(1.02);
  }

  .home-cover__mascot-stage:hover::after {
    opacity: 1;
    transform: scale(1.04) rotate(2deg);
    animation: home-mascot-sparkle 900ms ease-in-out infinite alternate;
  }

  .home-cover__mascot-stage:hover .home-cover__mascot {
    filter:
      brightness(1.06)
      saturate(1.08)
      drop-shadow(0 34px 42px rgba(0, 125, 105, 0.28));
  }
}

@keyframes home-mascot-sparkle {
  from {
    filter: brightness(0.92) drop-shadow(0 0 8px rgba(255, 255, 255, 0.76));
  }
  to {
    filter: brightness(1.3) drop-shadow(0 0 18px rgba(112, 255, 222, 0.95));
  }
}

@media (max-width: 760px) {
  .home-cover__mascot-stage {
    right: 50%;
    bottom: 0;
    width: min(96vw, 590px);
    max-height: 62svh;
    transform: translateX(50%);
    animation: home-mascot-float-mobile 5.8s ease-in-out infinite;
  }

  .home-cover__mascot-stage .home-cover__mascot {
    max-height: 62svh;
    object-position: center bottom;
  }
}

@media (min-width: 1600px) {
  .home-cover__mascot-stage {
    right: clamp(180px, 10vw, 230px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-cover__copy h1,
  .home-cover__copy strong,
  .home-cover__mascot-stage,
  .home-cover__mascot-stage::after {
    animation: none;
  }
}

/* Treat the title and mascot as one hoverable brand composition. */
.home-cover__copy {
  transform-origin: center center;
  transition: transform 480ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-cover__copy:hover h1 {
  animation: none;
  filter:
    drop-shadow(0 4px 0 #eafff4)
    drop-shadow(0 8px 0 rgba(86, 181, 151, 0.58))
    drop-shadow(0 18px 18px rgba(0, 102, 84, 0.18));
}

.home-cover__copy:hover strong {
  animation: none;
  filter:
    drop-shadow(0 4px 0 #fff8dc)
    drop-shadow(0 9px 0 rgba(237, 170, 91, 0.72))
    drop-shadow(0 21px 22px rgba(210, 61, 40, 0.2));
}

.home-cover__mascot-stage {
  animation: none;
}

.home-cover__mascot-stage::before,
.home-cover__mascot-stage::after {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .home-cover.is-hero-hover .home-cover__copy,
  .home-cover:has(.home-cover__copy:hover) .home-cover__copy,
  .home-cover:has(.home-cover__mascot-stage:hover) .home-cover__copy {
    transform: translateY(-50%) scale(1.055);
  }

  .home-cover.is-hero-hover .home-cover__mascot-stage,
  .home-cover:has(.home-cover__copy:hover) .home-cover__mascot-stage,
  .home-cover:has(.home-cover__mascot-stage:hover) .home-cover__mascot-stage {
    animation: none;
    filter: none;
    transform: translateY(-8px) scale(1.055);
  }

  .home-cover.is-hero-hover .home-cover__mascot,
  .home-cover:has(.home-cover__copy:hover) .home-cover__mascot,
  .home-cover:has(.home-cover__mascot-stage:hover) .home-cover__mascot {
    filter: drop-shadow(0 32px 40px rgba(0, 125, 105, 0.25));
  }
}

@media (max-width: 760px) {
  .home-cover__mascot-stage {
    transform: translateX(50%);
  }
}

/* 2026 brand refresh: cream, forest green, tomato red and ink-brown. */
body.is-home-route {
  --brand-forest: #2f7435;
  --brand-forest-deep: #194f28;
  --brand-tomato: #e64731;
  --brand-ink: #2b1d15;
  --brand-cream: #fff8e9;
}

body.is-home-route .brand img {
  border-radius: 50%;
  object-fit: cover;
  box-shadow:
    0 0 0 2px rgba(47, 116, 53, 0.12),
    0 10px 26px rgba(43, 29, 21, 0.13);
}

body.is-home-route .brand span {
  color: var(--brand-tomato);
}

body.is-home-route .brand strong,
body.is-home-route .topnav a {
  color: var(--brand-forest-deep);
}

body.is-home-route .topnav a:hover,
body.is-home-route .topnav a:focus-visible {
  border-color: rgba(47, 116, 53, 0.2);
  color: #fff;
  background: var(--brand-forest);
}

.home-cover::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 248, 233, 0.12), rgba(255, 248, 233, 0.02) 58%),
    rgba(255, 252, 244, 0.03);
  pointer-events: none;
}

.home-cover__copy {
  top: 50%;
  left: clamp(72px, 8vw, 164px);
  width: min(45vw, 820px);
}

.home-cover__copy > span {
  border-color: rgba(47, 116, 53, 0.22);
  color: var(--brand-forest-deep);
  background: rgba(255, 250, 238, 0.84);
  box-shadow: 0 12px 28px rgba(43, 29, 21, 0.1);
}

.home-cover__copy h1,
.home-cover__copy strong {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentcolor;
  -webkit-text-stroke: 0;
  filter: none;
}

.home-cover__copy h1 {
  color: var(--brand-forest-deep);
  font-size: clamp(58px, 6.5vw, 116px);
  line-height: 0.98;
  text-shadow:
    0 4px 0 var(--brand-cream),
    0 9px 0 rgba(47, 116, 53, 0.18),
    0 22px 40px rgba(43, 29, 21, 0.16);
}

.home-cover__copy strong {
  color: var(--brand-tomato);
  font-size: clamp(84px, 10.2vw, 178px);
  line-height: 0.88;
  text-shadow:
    0 4px 0 var(--brand-cream),
    0 10px 0 rgba(166, 66, 42, 0.2),
    0 24px 44px rgba(98, 47, 31, 0.17);
}

.home-cover__summary {
  width: 100%;
  margin-top: clamp(24px, 3vh, 38px);
}

.home-cover__summary p {
  color: var(--brand-ink);
}

.home-cover__services span {
  border-color: rgba(47, 116, 53, 0.18);
  color: var(--brand-forest-deep);
  background: rgba(255, 250, 238, 0.82);
  box-shadow: 0 10px 22px rgba(43, 29, 21, 0.08);
}

.home-cover__summary em {
  background: var(--brand-tomato);
  box-shadow: 0 16px 30px rgba(190, 55, 37, 0.25);
}

.home-cover__mascot-stage {
  top: 50%;
  right: clamp(56px, 6vw, 124px);
  bottom: auto;
  width: min(39vw, 590px);
  max-height: none;
  transform: translateY(-50%);
  transform-origin: center;
}

.home-cover__mascot-stage .home-cover__mascot {
  width: 100%;
  aspect-ratio: 1;
  max-height: min(74svh, 630px);
  border: clamp(7px, 0.65vw, 12px) solid rgba(255, 248, 233, 0.9);
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
  background: #fffdf8;
  box-shadow:
    0 0 0 2px rgba(47, 116, 53, 0.22),
    0 0 0 18px rgba(255, 248, 233, 0.2),
    0 30px 68px rgba(43, 29, 21, 0.2);
  filter:
    saturate(0.98);
}

.home-cover__scroll {
  color: var(--brand-forest-deep);
}

.home-cover__scroll i {
  border-color: rgba(47, 116, 53, 0.24);
  background: rgba(255, 250, 238, 0.86);
}

.home-cover__scroll i::after {
  border-color: var(--brand-forest);
}

@media (hover: hover) and (pointer: fine) {
  .home-cover.is-hero-hover .home-cover__copy,
  .home-cover:has(.home-cover__copy:hover) .home-cover__copy,
  .home-cover:has(.home-cover__mascot-stage:hover) .home-cover__copy {
    transform: translateY(-50%) scale(1.035);
  }

  .home-cover.is-hero-hover .home-cover__mascot-stage,
  .home-cover:has(.home-cover__copy:hover) .home-cover__mascot-stage,
  .home-cover:has(.home-cover__mascot-stage:hover) .home-cover__mascot-stage {
    transform: translateY(-50%) scale(1.035);
  }

  .home-cover.is-hero-hover .home-cover__mascot,
  .home-cover:has(.home-cover__copy:hover) .home-cover__mascot,
  .home-cover:has(.home-cover__mascot-stage:hover) .home-cover__mascot {
    box-shadow:
      0 0 0 2px rgba(47, 116, 53, 0.28),
      0 0 0 22px rgba(255, 248, 233, 0.24),
      0 38px 76px rgba(43, 29, 21, 0.23);
    filter: saturate(1.04);
  }
}

@media (max-width: 760px) {
  .home-cover__background {
    object-position: 50% center;
  }

  .home-cover__copy {
    top: 7svh;
    left: 50%;
    width: calc(100% - 28px);
    transform: translateX(-50%);
  }

  .home-cover__copy h1 {
    font-size: clamp(38px, 11.5vw, 56px);
  }

  .home-cover__copy strong {
    font-size: clamp(62px, 19vw, 94px);
  }

  .home-cover__summary {
    margin-top: 12px;
    gap: 7px;
  }

  .home-cover__summary p {
    font-size: 11px;
  }

  .home-cover__services {
    gap: 5px;
  }

  .home-cover__services span {
    min-height: 28px;
    padding: 5px 9px;
    font-size: 10px;
  }

  .home-cover__summary em {
    min-height: 35px;
    padding: 7px 14px;
    font-size: 11px;
  }

  .home-cover__mascot-stage {
    top: auto;
    right: 50%;
    bottom: 5svh;
    width: min(72vw, 380px);
    max-height: 43svh;
    transform: translateX(50%);
  }

  .home-cover__mascot-stage .home-cover__mascot {
    max-height: 43svh;
    border-width: 6px;
    border-radius: 50%;
    box-shadow:
      0 0 0 2px rgba(47, 116, 53, 0.18),
      0 0 0 10px rgba(255, 248, 233, 0.18),
      0 22px 42px rgba(43, 29, 21, 0.18);
  }

  .home-cover__scroll {
    bottom: 8px;
  }
}

@media (max-width: 390px) and (max-height: 760px) {
  .home-cover__copy > span {
    margin-bottom: 7px;
  }

  .home-cover__copy h1 {
    font-size: 36px;
  }

  .home-cover__copy strong {
    font-size: 58px;
  }

  .home-cover__summary p {
    display: none;
  }

  .home-cover__mascot-stage {
    width: min(58vw, 300px);
    max-height: 36svh;
  }

  .home-cover__mascot-stage .home-cover__mascot {
    max-height: 36svh;
  }
}

/* 2026 girl-brand system: soft editorial pastels with the new character mark. */
body.is-home-route {
  --girl-ink: #3c3036;
  --girl-ink-soft: #79676f;
  --girl-rose: #ee91a5;
  --girl-rose-deep: #d95d73;
  --girl-lilac: #c8c9ee;
  --girl-lilac-deep: #7777ad;
  --girl-peach: #f7c3a7;
  --girl-cream: #fffaf4;
  --girl-paper: #fffefd;
  --girl-green: #397847;
  color: var(--girl-ink);
  background: #f8eee9;
}

body.is-home-route .site-bg {
  background:
    linear-gradient(rgba(255, 250, 247, 0.88), rgba(250, 239, 235, 0.94)),
    var(--site-bg-image, url("./assets/guagua-brand-logo-v3.png")) top center / min(980px, 90vw) auto no-repeat;
  filter: none;
}

body.is-home-route .site-bg::after {
  background:
    repeating-linear-gradient(90deg, transparent 0 84px, rgba(117, 91, 102, 0.028) 85px 86px),
    repeating-linear-gradient(0deg, transparent 0 84px, rgba(117, 91, 102, 0.024) 85px 86px);
}

body.is-home-route .topbar {
  border-color: rgba(105, 77, 91, 0.12);
  background: rgba(255, 252, 249, 0.93);
  box-shadow: 0 16px 44px rgba(111, 78, 91, 0.11);
  backdrop-filter: blur(18px);
}

body.is-home-route .brand img {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px #f6d7dc, 0 8px 20px rgba(92, 59, 72, 0.14);
}

body.is-home-route .brand span {
  color: var(--girl-rose-deep);
}

body.is-home-route .brand strong,
body.is-home-route .topnav a {
  color: var(--girl-ink);
}

body.is-home-route .topnav a:hover,
body.is-home-route .topnav a:focus-visible {
  border-color: rgba(217, 93, 115, 0.2);
  color: #fff;
  background: var(--girl-rose-deep);
}

body.is-home-route .home-cover::before {
  z-index: 0;
  background: linear-gradient(90deg, rgba(255, 247, 239, 0.26), rgba(249, 226, 232, 0.08) 66%);
}

body.is-home-route .home-cover__background {
  filter: saturate(0.82) brightness(1.04);
}

body.is-home-route .home-cover__copy {
  z-index: 3;
}

body.is-home-route .home-cover__copy > span {
  border-color: rgba(122, 101, 112, 0.16);
  color: var(--girl-ink-soft);
  background: rgba(255, 253, 250, 0.92);
  box-shadow: 0 10px 24px rgba(89, 64, 76, 0.1);
}

body.is-home-route .home-cover__copy h1 {
  color: var(--girl-ink);
  text-shadow:
    0 4px 0 #fff9f2,
    0 9px 0 rgba(200, 201, 238, 0.78),
    0 22px 38px rgba(72, 52, 61, 0.14);
}

body.is-home-route .home-cover__copy strong {
  color: var(--girl-rose-deep);
  text-shadow:
    0 4px 0 #fff9f2,
    0 10px 0 rgba(247, 195, 167, 0.76),
    0 24px 42px rgba(135, 63, 78, 0.16);
}

body.is-home-route .home-cover__summary p {
  color: var(--girl-ink);
}

body.is-home-route .home-cover__services span {
  border-color: rgba(121, 103, 111, 0.14);
  color: var(--girl-ink);
  background: rgba(255, 253, 250, 0.9);
  box-shadow: 0 8px 20px rgba(89, 64, 76, 0.08);
}

body.is-home-route .home-cover__summary em {
  color: #fff;
  background: var(--girl-rose-deep);
  box-shadow: 0 16px 30px rgba(190, 81, 101, 0.24);
}

body.is-home-route .home-cover__mascot-stage {
  padding: clamp(12px, 1.1vw, 20px);
  border: 1px solid rgba(121, 103, 111, 0.16);
  border-radius: 48% 48% 36px 36px;
  background: rgba(255, 252, 249, 0.82);
  box-shadow:
    0 0 0 12px rgba(244, 215, 222, 0.18),
    0 30px 70px rgba(80, 57, 68, 0.18);
}

body.is-home-route .home-cover__mascot-stage .home-cover__mascot {
  border: 0;
  border-radius: 48% 48% 30px 30px;
  background: #fffdfb;
  box-shadow: none;
}

body.is-home-route .home-cover__scroll,
body.is-home-route .home-cover__scroll i::after {
  color: var(--girl-ink-soft);
  border-color: var(--girl-rose-deep);
}

body.is-home-route .home-content {
  padding-top: clamp(28px, 4vw, 64px);
  background: linear-gradient(180deg, rgba(252, 240, 237, 0.96), rgba(247, 237, 239, 0.98));
}

body.is-home-route .home-directory {
  gap: 38px;
}

body.is-home-route .home-directory__section,
body.is-home-route .boss-notice {
  border: 1px solid rgba(112, 83, 96, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 251, 0.96);
  box-shadow: 0 20px 48px rgba(91, 66, 78, 0.11);
  backdrop-filter: none;
}

body.is-home-route .home-directory__header,
body.is-home-route .boss-notice__header {
  min-height: 92px;
  color: var(--girl-ink);
  background: #f2c2cc;
}

body.is-home-route .home-directory__section:nth-child(2) .home-directory__header {
  background: #cfd0ef;
}

body.is-home-route .home-directory__section:nth-child(3) .home-directory__header {
  background: #f5c9b4;
}

body.is-home-route .home-directory__section:nth-child(4) .home-directory__header {
  background: #e7c8dd;
}

body.is-home-route .home-directory__header > span,
body.is-home-route .boss-notice__header span {
  color: rgba(60, 48, 54, 0.56);
}

body.is-home-route .home-directory__header h2,
body.is-home-route .boss-notice__header h2 {
  color: var(--girl-ink);
  font-size: clamp(24px, 2vw, 31px);
}

body.is-home-route .home-directory__header p {
  color: rgba(60, 48, 54, 0.7);
}

body.is-home-route .home-directory__header > b {
  margin-left: auto;
  color: rgba(60, 48, 54, 0.62);
  font-size: 13px;
}

body.is-home-route .home-directory__items {
  padding: 40px 38px 44px;
  gap: 32px 20px;
}

body.is-home-route .home-directory__item {
  min-height: 178px;
  padding: 16px 10px 14px;
  border-radius: 8px;
  color: var(--girl-ink);
  background: rgba(255, 255, 255, 0.72);
  transition: transform 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

body.is-home-route .home-directory__media {
  width: 126px;
  height: 126px;
  border: 6px solid #fff;
  background: #f7edf0;
  box-shadow:
    0 0 0 1px rgba(116, 89, 101, 0.12),
    0 14px 28px rgba(91, 66, 78, 0.13);
}

body.is-home-route .home-directory__item strong {
  color: var(--girl-ink);
  font-size: 16px;
}

body.is-home-route .home-directory__item i {
  color: var(--girl-rose-deep);
}

@media (hover: hover) and (pointer: fine) {
  body.is-home-route .home-directory__item:hover,
  body.is-home-route .home-directory__item:focus-visible {
    background: #fff8f8;
    box-shadow: 0 16px 30px rgba(111, 79, 93, 0.12);
    transform: translateY(-5px);
  }

  body.is-home-route .home-directory__item:hover .home-directory__media,
  body.is-home-route .home-directory__item:focus-visible .home-directory__media {
    box-shadow:
      0 0 0 3px rgba(238, 145, 165, 0.22),
      0 18px 34px rgba(130, 76, 96, 0.16);
  }
}

body.is-home-route .boss-notice__header {
  background: #c8c9ee;
}

body.is-home-route .boss-notice__poster {
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(90, 65, 77, 0.14);
}

@media (max-width: 760px) {
  body.is-home-route .topbar {
    border-radius: 8px;
  }

  body.is-home-route .home-cover__copy {
    top: 7.5svh;
  }

  body.is-home-route .home-cover__copy h1 {
    font-size: clamp(36px, 10.7vw, 52px);
  }

  body.is-home-route .home-cover__copy strong {
    font-size: clamp(58px, 17.5vw, 86px);
  }

  body.is-home-route .home-cover__mascot-stage {
    bottom: 6svh;
    width: min(67vw, 350px);
    padding: 8px;
    border-radius: 48% 48% 24px 24px;
    box-shadow:
      0 0 0 8px rgba(244, 215, 222, 0.18),
      0 20px 42px rgba(80, 57, 68, 0.16);
  }

  body.is-home-route .home-cover__mascot-stage .home-cover__mascot {
    border-radius: 48% 48% 20px 20px;
  }

  body.is-home-route .home-content {
    padding-top: 24px;
  }

  body.is-home-route .home-directory {
    gap: 24px;
  }

  body.is-home-route .home-directory__section,
  body.is-home-route .boss-notice {
    border-radius: 8px;
  }

  body.is-home-route .home-directory__header,
  body.is-home-route .boss-notice__header {
    min-height: 76px;
    padding: 14px 16px;
  }

  body.is-home-route .home-directory__header > span {
    margin-right: 10px;
    font-size: 10px;
  }

  body.is-home-route .home-directory__header h2,
  body.is-home-route .boss-notice__header h2 {
    font-size: 22px;
  }

  body.is-home-route .home-directory__header > b {
    font-size: 10px;
  }

  body.is-home-route .home-directory__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px 10px 22px;
    gap: 10px;
  }

  body.is-home-route .home-directory__item {
    min-height: 148px;
    padding: 12px 6px;
  }

  body.is-home-route .home-directory__media {
    width: min(29vw, 108px);
    height: min(29vw, 108px);
    border-width: 4px;
  }

  body.is-home-route .home-directory__item strong {
    font-size: 14px;
  }
}

/* 2026 integrated brand-story hero: characters now belong to the scene. */
body.is-home-route .home-cover {
  min-height: 100svh;
  overflow: hidden;
  background: #dff6ef;
}

body.is-home-route .home-cover::before {
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 250, 232, 0.07), transparent 62%);
  pointer-events: none;
}

body.is-home-route .home-cover__background-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

body.is-home-route .home-cover__background,
body.is-home-route .home-cover:hover .home-cover__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
  transform: none;
  transition: none;
}

body.is-home-route .home-cover__content {
  position: absolute;
  inset: 0;
  z-index: 2;
}

body.is-home-route .home-cover__copy {
  position: absolute;
  top: 50%;
  left: 14%;
  display: flex;
  width: min(45vw, 800px);
  align-items: center;
  flex-direction: column;
  text-align: center;
  transform: translateY(-47%);
  transform-origin: center;
  transition: transform 260ms ease;
}

body.is-home-route .home-cover__copy > span {
  padding: 7px 16px;
  border-color: rgba(31, 88, 66, 0.16);
  color: #245b48;
  background: rgba(255, 251, 234, 0.88);
  box-shadow: 0 10px 24px rgba(34, 87, 65, 0.1);
}

body.is-home-route .home-cover__copy h1 {
  margin-top: clamp(14px, 1.6vh, 22px);
  color: #205d48;
  font-size: clamp(54px, 5.4vw, 102px);
  line-height: 0.94;
  letter-spacing: 0;
  text-shadow:
    0 3px 0 #fff9e8,
    0 8px 0 rgba(103, 183, 145, 0.82),
    0 18px 30px rgba(22, 76, 55, 0.16);
}

body.is-home-route .home-cover__copy strong {
  margin-top: 2px;
  color: #ef6047;
  font-size: clamp(78px, 8.2vw, 154px);
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow:
    0 3px 0 #fff9e8,
    0 9px 0 rgba(245, 157, 124, 0.76),
    0 21px 34px rgba(158, 67, 46, 0.17);
}

body.is-home-route .home-cover__summary {
  width: 100%;
  margin-top: clamp(20px, 2.8vh, 34px);
  gap: 10px;
}

body.is-home-route .home-cover__summary p {
  color: #245b48;
  font-size: clamp(14px, 1vw, 18px);
}

body.is-home-route .home-cover__services {
  gap: 8px;
}

body.is-home-route .home-cover__services span {
  min-height: 34px;
  padding: 7px 14px;
  border-color: rgba(31, 88, 66, 0.14);
  color: #245b48;
  background: rgba(255, 252, 239, 0.9);
  box-shadow: 0 8px 18px rgba(34, 87, 65, 0.08);
  backdrop-filter: blur(8px);
}

body.is-home-route .home-cover__summary em {
  min-height: 43px;
  padding: 9px 20px;
  color: #fff;
  background: #ec6248;
  box-shadow: 0 14px 28px rgba(184, 72, 48, 0.24);
}

body.is-home-route .home-cover__mascot-stage {
  display: none !important;
}

body.is-home-route .home-cover__scroll,
body.is-home-route .home-cover__scroll i::after {
  color: #245b48;
  border-color: #2f8768;
}

@media (hover: hover) and (pointer: fine) {
  body.is-home-route .home-cover__copy:hover,
  body.is-home-route .home-cover__copy:focus-visible {
    transform: translateY(-47%) scale(1.025);
  }
}

@media (min-width: 1600px) {
  body.is-home-route .home-cover__copy {
    left: 16%;
    width: min(42vw, 860px);
  }
}

@media (min-width: 761px) and (max-width: 1200px) {
  body.is-home-route .home-cover__copy {
    left: 9%;
    width: 48vw;
  }
}

@media (max-width: 760px) {
  body.is-home-route .home-cover {
    min-height: 100svh;
  }

  body.is-home-route .home-cover__background,
  body.is-home-route .home-cover:hover .home-cover__background {
    object-position: center;
  }

  body.is-home-route .home-cover__copy {
    top: 7.5svh;
    left: 8%;
    width: 84%;
    transform: none;
  }

  body.is-home-route .home-cover__copy > span {
    padding: 5px 11px;
    font-size: 10px;
  }

  body.is-home-route .home-cover__copy h1 {
    margin-top: 10px;
    font-size: clamp(36px, 10.8vw, 52px);
  }

  body.is-home-route .home-cover__copy strong {
    font-size: clamp(56px, 16.8vw, 82px);
  }

  body.is-home-route .home-cover__summary {
    margin-top: 12px;
    gap: 7px;
  }

  body.is-home-route .home-cover__summary p {
    font-size: 11px;
  }

  body.is-home-route .home-cover__services {
    gap: 5px;
  }

  body.is-home-route .home-cover__services span {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 9px;
  }

  body.is-home-route .home-cover__summary em {
    min-height: 34px;
    padding: 7px 13px;
    font-size: 10px;
  }

  body.is-home-route .home-cover__scroll {
    bottom: 10px;
  }
}

@media (max-width: 380px), (max-height: 700px) and (max-width: 760px) {
  body.is-home-route .home-cover__copy {
    top: 4.5svh;
  }

  body.is-home-route .home-cover__copy h1 {
    font-size: 34px;
  }

  body.is-home-route .home-cover__copy strong {
    font-size: 52px;
  }

  body.is-home-route .home-cover__summary p {
    display: none;
  }
}
