:root {
  --pink: #f64272;
  --pink-dark: #d92f5d;
  --orange: #ff9e27;
  --teal: #219e9b;
  --teal-dark: #0c7776;
  --ink: #2c2625;
  --muted: #746b68;
  --cream: #fff9f0;
  --paper: #ffffff;
  --line: #e8e2da;
  --soft-shadow: 0 16px 40px rgba(29, 56, 62, .09);
  --shell: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body.is-menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
button, select, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 12px;
  transform: translateY(-180%);
  padding: 10px 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--teal-dark);
  font-weight: 800;
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(226, 220, 212, .9);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(calc(100% - 36px), var(--shell));
  min-height: 74px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand { flex: 0 0 auto; display: block; }
.brand-lockup { display: block; width: 270px; }
.desktop-nav {
  min-width: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
}
.desktop-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  text-decoration: none;
  white-space: nowrap;
}
.desktop-nav img { width: 28px; height: 28px; object-fit: contain; }
.desktop-nav span { display: grid; line-height: 1.1; }
.desktop-nav b { font-size: .78rem; }
.desktop-nav small { margin-top: 4px; color: #8c8582; font-size: .55rem; text-align: center; letter-spacing: .06em; }
.desktop-nav a:hover b, .desktop-nav a:focus-visible b { color: var(--pink); }
.partner-button {
  min-height: 50px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(90deg, var(--pink), #f84f7a);
  font-weight: 850;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(246,66,114,.18);
}
.partner-button img { width: 24px; height: 24px; object-fit: contain; }
.partner-button:hover { transform: translateY(-1px); }
.menu-button { display: none; margin-left: auto; width: 48px; height: 48px; border: 0; background: transparent; cursor: pointer; }
.menu-lines { display: grid; gap: 6px; }
.menu-lines i { display: block; width: 30px; height: 2px; margin: auto; background: #171717; transition: .25s ease; }
.mobile-menu { position: fixed; inset: 74px 0 auto; z-index: 99; padding: 14px 18px 24px; background: #fff; box-shadow: 0 18px 36px rgba(0,0,0,.12); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a, .mobile-menu button { display: block; width: 100%; padding: 14px 4px; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-decoration: none; text-align: left; font-weight: 800; }

/* Hero */
.hero-v6 {
  background: linear-gradient(180deg, #e9fbff 0%, #fff 100%);
  overflow: hidden;
}
.hero-v6-inner {
  width: min(100%, 1536px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.64fr) minmax(360px, .86fr);
  min-height: 0;
  align-items: stretch;
}
.hero-art {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto;
  background: #fff;
  overflow: hidden;
}
.hero-picture {
  display: block;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1815 / 866;
  overflow: hidden;
  background: #86dcf1;
}
.hero-picture > img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}
.hero-pc-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  padding: 16px clamp(18px, 2.2vw, 30px) 18px;
  background: #fff;
}
.hero-cta {
  appearance: none;
  min-width: 0;
  min-height: 104px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 13px;
  padding: 12px clamp(15px, 1.8vw, 22px);
  border: 2px solid transparent;
  border-radius: 18px;
  color: #fff;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 13px 26px rgba(52, 43, 38, .13);
}
.hero-cta-detail {
  border-color: #ff6c91;
  background: linear-gradient(120deg, #ed1762, #ff4b72);
}
.hero-cta-request {
  border-color: #ffb12c;
  background: linear-gradient(120deg, #f48b12, #ffb21c);
}
.hero-cta-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff8e9;
  box-shadow: inset 0 0 0 1px rgba(91, 58, 34, .08);
}
.hero-cta-icon img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.hero-cta-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.hero-cta-copy strong {
  font-size: clamp(1rem, 1.55vw, 1.38rem);
  line-height: 1.15;
}
.hero-cta-copy small {
  overflow: hidden;
  color: rgba(255,255,255,.9);
  font-size: .7rem;
  font-weight: 800;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hero-cta-arrow {
  justify-self: end;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.hero-cta:focus-visible {
  z-index: 1;
  outline: 3px solid var(--teal-dark);
  outline-offset: 3px;
}
.hero-hotspot { position: absolute; z-index: 2; display: none; border: 0; border-radius: 14px; background: transparent; cursor: pointer; }
.hero-hotspot:hover, .hero-hotspot:focus-visible { box-shadow: inset 0 0 0 4px rgba(255,255,255,.9), 0 0 0 2px rgba(246,66,114,.35); outline: none; }
.hero-detail { left: 5.7%; top: 75.5%; width: 42.5%; height: 16.5%; }
.hero-request { left: 51.2%; top: 75.5%; width: 42.2%; height: 16.5%; }
.tour-peek {
  position: relative;
  min-width: 0;
  padding: 28px 26px 20px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(41,183,176,.22), transparent 34%),
    linear-gradient(145deg, #102725, #071918 72%);
  box-shadow: inset 1px 0 rgba(255,255,255,.12);
}
.tour-peek::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 80% 12%, rgba(180,187,52,.16), transparent 34%); pointer-events:none; }
.tour-peek > * { position: relative; }
.tour-peek-head { display: grid; grid-template-columns: 46px 1fr auto; gap: 12px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.22); }
.tour-peek-head img { width: 42px; height: 42px; object-fit: contain; }
.tour-peek-head p { margin: 0; color: #7ee1d8; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.tour-peek-head h2 { margin: 0; font-size: clamp(1.5rem, 2.3vw, 2.2rem); line-height: 1.12; font-weight: 900; }
.tour-peek-head > span { color: #d8d1cb; font-size: .68rem; line-height: 1.2; text-align: right; }
.tour-peek-head > span b { color: #fff; font-size: 1.15rem; }
.tour-peek-body { display: block; padding-top: 18px; }
.tour-flyer-mini img { display: block; width: 128px; aspect-ratio: 4/5; object-fit: cover; border: 1px solid rgba(255,255,255,.35); box-shadow: 0 16px 28px rgba(0,0,0,.32); }
.tour-peek-list { min-width: 0; display: grid; align-content: start; }
.tour-peek-list button {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: #fff;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.tour-peek-list time { display: grid; text-align: center; line-height: 1; }
.tour-peek-list time strong { font-size: 1.25rem; }
.tour-peek-list time small { margin-top: 5px; color: #d5dd5a; font-size: .62rem; font-weight: 900; }
.tour-peek-list span { min-width: 0; display: grid; }
.tour-peek-list b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .82rem; }
.tour-peek-list span small { margin-top: 3px; color: rgba(255,255,255,.7); font-size: .62rem; line-height: 1.35; }
.tour-peek-list em { padding: 4px 8px; border-radius: 999px; color: #fff; background: var(--pink); font-size: .6rem; font-style: normal; }
.tour-peek-more { display: flex; justify-content: flex-end; gap: 14px; margin-top: 16px; color: #fff; text-decoration: none; font-weight: 800; }
.tour-peek-more span { color: #d5dd5a; }

/* Quick search */
.quick-search { position: relative; z-index: 5; margin-top: 0; padding: 18px 18px 0; }
.quick-search-inner {
  width: min(100%, 1390px);
  min-height: 96px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 238px 1fr;
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e9e3dc;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(24,54,61,.12);
}
.search-guide {
  position: relative;
  min-width: 0;
  min-height: 96px;
  display: grid;
  grid-template-columns: 70px minmax(0,1fr);
  align-items: center;
  gap: 10px;
  overflow: hidden;
  padding: 6px 18px 6px 14px;
  border-right: 1px solid var(--line);
  background: linear-gradient(135deg, #fffaf0, #fff 72%);
}
.search-guide::before, .search-guide::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: .9;
}
.search-guide::before { width: 18px; height: 18px; right: 12px; top: 10px; background: #ffbd22; }
.search-guide::after { width: 13px; height: 13px; right: 32px; bottom: 10px; background: #23b8ad; }
.search-guide-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 70px;
  height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 5px 7px rgba(89,59,40,.12));
}
.search-guide-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  gap: 3px;
}
.search-guide-copy small {
  color: var(--teal-dark);
  font-size: .5rem;
  font-weight: 900;
  letter-spacing: .12em;
  white-space: nowrap;
}
.search-guide-copy strong {
  color: var(--pink);
  font-size: 1rem;
  line-height: 1.15;
  white-space: nowrap;
}
.search-form { min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(170px, .78fr); align-items: stretch; }
.search-field { min-width: 0; min-height: 96px; display: grid; grid-template-columns: 38px minmax(0,1fr) 18px; align-items: center; gap: 8px; padding: 0 14px; border-right: 1px solid var(--line); cursor: pointer; }
.search-icon { display: grid; place-items: center; }
.search-icon img { width: 32px; height: 32px; object-fit: contain; }
.search-field-copy { min-width: 0; display: grid; }
.search-field-copy b { margin-bottom: 3px; font-size: .72rem; }
.search-field select { width: 100%; min-width: 0; padding: 0 18px 0 0; border: 0; color: #3c3532; background: transparent; appearance: none; outline: none; font-weight: 700; text-overflow: ellipsis; }
.select-arrow { color: #615955; }
.search-submit { align-self: center; min-height: 64px; margin: 16px 12px; display: inline-flex; justify-content: center; align-items: center; gap: 9px; padding: 0 16px; border: 0; border-radius: 12px; color: #fff; background: linear-gradient(90deg, var(--pink), #ff557e); font-weight: 900; cursor: pointer; box-shadow: 0 9px 22px rgba(246,66,114,.18); }
.search-submit img { width: 27px; height: 27px; object-fit: contain; }
.search-submit:hover { filter: brightness(.97); }

/* Discovery */
.discovery { padding: 18px 22px 0; background: linear-gradient(180deg, #fff 0%, #fffdf9 100%); }
.discovery-grid { width: min(100%, var(--shell)); margin-inline: auto; display: grid; grid-template-columns: 210px minmax(0,1fr) 280px; gap: 14px; align-items: start; }
.panel { background: #fff; border: 1px solid #ece7e1; box-shadow: 0 10px 28px rgba(35,58,63,.06); }
.panel-heading, .category-heading { min-height: 52px; display: flex; align-items: center; gap: 8px; padding: 0 16px; }
.panel-heading img, .category-heading img { width: 27px; height: 27px; object-fit: contain; }
.panel-heading h2, .category-heading h2 { margin: 0; color: var(--teal-dark); font-size: 1rem; line-height: 1.15; }
.panel-heading small, .category-heading small { margin-left: 4px; color: var(--teal-dark); font-size: .48rem; font-weight: 900; letter-spacing: .14em; }
.panel-heading > a { margin-left: auto; color: var(--pink); font-size: .65rem; font-weight: 800; text-decoration: none; }
.region-panel { overflow: hidden; padding-bottom: 0; }
.region-list { padding: 0 15px; }
.region-list button { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 10px 2px; border: 0; border-bottom: 1px solid var(--line); background: transparent; font-weight: 800; cursor: pointer; text-align: left; }
.region-list button b { color: var(--pink); font-size: .72rem; }
.region-list button:hover span { color: var(--teal-dark); }
.outline-link { display: flex; justify-content: center; gap: 12px; margin: 14px; padding: 8px 10px; border: 1px solid #d9d4cd; border-radius: 8px; color: var(--teal-dark); font-size: .72rem; font-weight: 850; text-decoration: none; }
.region-flower-wrap {
  display: grid;
  place-items: center;
  padding: 6px 14px 14px;
  background: linear-gradient(180deg, transparent, #fff9f3);
}
.region-flower {
  display: block;
  width: min(162px, 100%);
  height: 126px;
  object-fit: contain;
  pointer-events: none;
}
.center-column { min-width: 0; display: grid; gap: 14px; }
.right-column { min-width: 0; display: grid; gap: 14px; }
.pr-heading { color: var(--pink); background: linear-gradient(90deg, #fff, #fff5f8); }
.pr-heading h2, .pr-heading small { color: var(--pink); }
.pickup-controls { margin-left: auto; display: flex; gap: 6px; }
.pickup-controls button { width: 30px; height: 30px; border: 1px solid #f3c7d3; border-radius: 50%; color: var(--pink); background: #fff; font-size: 1.2rem; cursor: pointer; }
.pickup-events { overflow: hidden; }
.pickup-showcase { min-width: 0; display: grid; grid-template-columns: minmax(0, 1.9fr) minmax(230px, .82fr); gap: 10px; padding: 0 12px 12px; }
.pickup-feature { position: relative; display: block; min-width: 0; overflow: hidden; background: #090c0e; text-decoration: none; aspect-ratio: 16/9; }
.pickup-feature img { display: block; width: 100%; height: 100%; object-fit: cover; transition: opacity .18s ease, transform .55s ease; }
.pickup-feature:hover img { transform: scale(1.015); }
.pickup-feature.is-changing img { opacity: .25; }
.pickup-feature-caption { position: absolute; inset: auto 0 0; display: grid; gap: 2px; padding: 18px 20px 16px; color: #fff; background: linear-gradient(180deg, transparent, rgba(0,0,0,.78)); }
.pickup-feature-caption small { color: #f8cbda; font-weight: 900; }
.pickup-feature-caption strong { font-size: 1.25rem; }
.pickup-feature-caption span { font-size: .75rem; }
.pickup-rail { height: 100%; max-height: 448px; overflow: auto; scrollbar-width: none; scroll-behavior: smooth; }
.pickup-rail::-webkit-scrollbar { display: none; }
.pickup-thumb-list { display: grid; gap: 8px; }
.pickup-thumb { min-width: 0; min-height: 118px; display: grid; grid-template-columns: 116px minmax(0,1fr); gap: 10px; align-items: center; padding: 7px; border: 1px solid #ece5de; background: #fff; text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.pickup-thumb:hover { transform: translateX(-2px); }
.pickup-thumb.is-active { border-color: var(--pink); background: #fff5f8; box-shadow: inset 4px 0 var(--pink); }
.pickup-thumb img { width: 116px; aspect-ratio: 16/9; object-fit: cover; }
.pickup-thumb span { min-width: 0; display: grid; }
.pickup-thumb small { color: var(--pink); font-size: .68rem; font-weight: 900; }
.pickup-thumb b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .82rem; }
.pickup-thumb em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted); font-size: .65rem; font-style: normal; }
.pickup-progress { height: 3px; margin: 0 12px 12px; overflow: hidden; background: #f2ece8; }
.pickup-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--pink), var(--orange)); }
.category-panel { border: 1px solid #ece7e1; background: #fff; }
.category-grid { display: grid; grid-template-columns: repeat(8, minmax(0,1fr)); gap: 7px; padding: 0 12px 14px; }
.category-grid button { min-width: 0; min-height: 105px; display: grid; place-items: center; align-content: center; gap: 4px; padding: 9px 4px; border: 1px solid #f0e8de; background: #fffaf3; cursor: pointer; }
.category-grid button:hover { background: #fff1e1; transform: translateY(-2px); }
.category-grid img { width: 46px; height: 46px; object-fit: contain; }
.category-grid span { min-height: 26px; display: grid; place-items: center; font-size: .58rem; font-weight: 850; line-height: 1.15; text-align: center; }
.category-grid b { color: var(--pink); font-size: .6rem; }
.sponsor-heading h2, .sponsor-heading small { color: var(--pink); }
.sponsor-panel { padding-bottom: 12px; background: #fffaf2; }
.sponsor-card {
  min-height: 148px;
  margin: 0 12px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 84px;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  padding: 14px 8px 14px 16px;
  border: 1px solid #efdcca;
  border-radius: 12px;
  color: var(--ink);
  background: linear-gradient(135deg, #fff, #fff8ec);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(92,64,43,.07);
}
.sponsor-card-copy { min-width: 0; display: grid; justify-items: start; gap: 5px; }
.sponsor-badge { padding: 3px 7px; border-radius: 999px; color: #fff; background: var(--pink); font-size: .52rem; font-weight: 900; letter-spacing: .08em; }
.sponsor-card-copy > strong { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; line-height: 1.12; }
.sponsor-card-copy > small { color: var(--muted); font-size: .62rem; line-height: 1.35; }
.sponsor-card-link { margin-top: 4px; color: var(--pink); font-size: .7rem; font-weight: 900; }
.sponsor-card-link span { margin-left: 5px; }
.sponsor-botanical { display: block; width: 84px; height: 116px; object-fit: contain; }
.sponsor-card:hover { border-color: #e8b8c5; }
.arrival-list { display: grid; }
.arrival-list button { width: 100%; min-width: 0; display: grid; grid-template-columns: 52px minmax(0,1fr) auto; gap: 9px; align-items: center; padding: 12px 14px; border: 0; border-top: 1px solid var(--line); background: #fff; text-align: left; cursor: pointer; }
.arrival-list time { display: grid; text-align: center; line-height: 1; }
.arrival-list time strong { font-size: 1.08rem; }
.arrival-list time small { margin-top: 5px; font-size: .6rem; }
.arrival-list span { min-width: 0; display: grid; }
.arrival-list b { font-size: .7rem; line-height: 1.25; }
.arrival-list span small { margin-top: 3px; color: var(--muted); font-size: .58rem; line-height: 1.25; }
.arrival-list em { padding: 4px 6px; color: #fff; background: var(--pink); font-size: .52rem; font-style: normal; }

/* Event rows */
.event-results { padding: 72px 22px 74px; background: #f7fbfc; scroll-margin-top: 92px; }
.section-shell { width: min(100%, 1160px); margin-inline: auto; }
.results-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 20px; }
.section-kicker { margin: 0 0 7px; color: var(--teal); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.results-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", "Yu Mincho", serif; font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.15; }
.results-heading p:last-child { margin: 8px 0 0; color: var(--muted); }
.reset-button { min-height: 42px; padding: 0 16px; border: 1px solid #d9d4ce; border-radius: 8px; background: #fff; font-weight: 800; cursor: pointer; }
.event-list { display: grid; gap: 8px; }
.event-list-more { display: flex; justify-content: center; margin-top: 24px; }
.event-list-more[hidden] { display: none; }
.event-list-more button { min-height: 50px; min-width: min(100%, 280px); padding: 0 24px; border: 1px solid var(--teal); border-radius: 999px; color: var(--teal-dark); background: #fff; font: inherit; font-size: .88rem; font-weight: 900; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.event-list-more button:hover, .event-list-more button:focus-visible { color: #fff; background: var(--teal-dark); transform: translateY(-1px); }
.event-list-more button:focus-visible { outline: 3px solid rgba(31,160,155,.28); outline-offset: 3px; }
.event-list-more span { margin-left: 5px; font-size: .75rem; }
.event-row { display: block; background: #fff; border: 1px solid #e5e1dc; box-shadow: 0 8px 22px rgba(30,55,60,.04); }
.event-row-main { appearance: none; width: 100%; min-width: 0; display: grid; grid-template-columns: 105px minmax(0,1fr) 36px; align-items: center; gap: 18px; padding: 16px 20px; border: 0; color: inherit; background: #fff; font: inherit; text-align: left; cursor: pointer; }
.event-row time { display: grid; text-align: center; border-right: 1px solid var(--line); line-height: 1; }
.event-row time strong { font-size: 1.65rem; }
.event-row time small { margin-top: 7px; color: var(--pink); font-weight: 900; }
.event-row-copy { min-width: 0; display: grid; }
.event-row-copy > small { color: var(--pink); font-size: .67rem; font-weight: 850; }
.event-row-copy > strong { margin: 2px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 1rem; }
.event-row-copy > span { color: var(--muted); font-size: .74rem; }
.event-row-arrow { color: var(--teal); font-size: 1.3rem; }
.event-row-main:focus-visible { position: relative; z-index: 1; outline: 3px solid rgba(31,160,155,.35); outline-offset: 2px; }
.event-row:hover { border-color: #d8cfc6; }
.event-source-attribution { margin: 14px 2px 0; padding: 12px 14px; border-left: 3px solid rgba(31,160,155,.4); color: #657475; background: rgba(239,248,246,.62); font-size: .72rem; line-height: 1.65; }
.event-source-attribution[hidden] { display: none; }
.event-source-attribution p { margin: 0; }
.event-source-attribution p + p { margin-top: 2px; }
.event-source-attribution a { color: var(--teal-dark); text-underline-offset: 2px; }
.event-source-attribution a:hover, .event-source-attribution a:focus-visible { color: var(--pink); }
.no-results { margin: 20px 0 0; padding: 28px; border: 1px dashed #cfc7bf; background: #fff; text-align: center; }

/* Guide */
.guide-section {
  position: relative;
  overflow: hidden;
  padding: 86px 22px;
  color: #fff;
  background: linear-gradient(115deg, #167e7d, #22aaa6 56%, #51c4bb);
  scroll-margin-top: 92px;
}
.guide-section::after { content:""; position:absolute; right:-120px; bottom:-210px; width:410px; height:410px; border:58px solid rgba(255,255,255,.08); border-radius:50%; }
.guide-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); gap: 76px; align-items: center; }
.guide-copy .section-kicker { margin: 0 0 12px; color: #cafffa; line-height: 1; }
.guide-copy h2 { margin: 0; padding: 0; font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.35; letter-spacing: -.04em; }
.guide-nowrap { white-space: nowrap; }
.guide-copy p:last-child { max-width: 720px; margin: 18px 0 0; color: rgba(255,255,255,.9); }
.guide-actions { display: grid; gap: 10px; }
.guide-actions > * { min-height: 82px; display: grid; grid-template-columns: 1fr auto; align-content: center; padding: 0 22px; border: 1px solid rgba(255,255,255,.33); color: #fff; background: rgba(255,255,255,.1); text-decoration: none; text-align: left; cursor: pointer; }
.guide-actions strong, .guide-actions small { grid-column: 1; }
.guide-actions strong { font-size: 1rem; }
.guide-actions small { color: rgba(255,255,255,.8); }
.guide-actions span { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 1.25rem; }

/* Footer */
.site-footer { padding: 46px 22px 36px; background: #152223; color: #fff; }
.footer-inner { width: min(100%, 1120px); margin-inline: auto; text-align: center; }
.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: #fffaf0;
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
}
.footer-brand img { display: block; width: 230px; height: auto; }
.footer-inner p { color: rgba(255,255,255,.72); }
.footer-inner nav { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin: 22px 0; }
.footer-inner nav a, .footer-inner nav button { border: 0; color: #fff; background: transparent; text-decoration: none; cursor: pointer; }
.footer-inner small { color: rgba(255,255,255,.48); }

/* Dialogs */
dialog { width: min(calc(100% - 32px), 650px); padding: 0; border: 0; border-radius: 22px; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
dialog::backdrop { background: rgba(10,18,20,.66); backdrop-filter: blur(4px); }
.dialog-shell { position: relative; padding: 30px; background: #fff; }
.dialog-close { position: absolute; right: 12px; top: 12px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #f4efeb; cursor: pointer; font-size: 1.2rem; }
.dialog-type { margin: 0 0 8px; color: var(--pink); font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.dialog-shell h2 { margin: 0 44px 18px 0; font-size: 1.65rem; line-height: 1.25; }
.dialog-shell dl { margin: 0; border-top: 1px solid var(--line); }
.dialog-shell dl div { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.dialog-shell dt { font-weight: 850; color: var(--muted); }
.dialog-shell dd { margin: 0; }
.dialog-primary { display: flex; justify-content: center; align-items: center; min-height: 50px; margin-top: 20px; border: 0; border-radius: 10px; color: #fff; background: var(--teal); font-weight: 900; text-decoration: none; cursor: pointer; }
.dialog-shell > small { display: block; margin-top: 12px; color: var(--muted); }
.event-source-attribution-dialog { margin: 18px 0 0; }
.request-panel { display: grid; }
.request-lead { margin: 0; color: var(--muted); line-height: 1.75; }
.request-options { display: grid; gap: 10px; margin-top: 20px; }
.request-option {
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 14px 17px;
  border: 1px solid #d9e4e2;
  border-radius: 12px;
  color: var(--teal-dark);
  background: #f7fcfb;
  text-decoration: none;
}
.request-option > span:first-child { min-width: 0; display: grid; gap: 3px; }
.request-option strong { font-size: .94rem; }
.request-option small { color: var(--muted); font-size: .7rem; line-height: 1.4; }
.request-option > span:last-child { font-size: 1.25rem; }
.request-option-primary { border-color: var(--teal); color: #fff; background: var(--teal); }
.request-option-primary small { color: rgba(255,255,255,.78); }
.request-note { margin: 14px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.6; }

/* Motion */
@media (prefers-reduced-motion: no-preference) {
  .hero-v6-inner { animation: heroEnter .65s ease both; }
  .hero-cta { transition: transform .2s ease, box-shadow .2s ease; }
  .hero-cta:hover, .hero-cta:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(52,43,38,.18); }
  @keyframes heroEnter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
}

/* Responsive */
@media (max-width: 1260px) {
  .header-inner { gap: 16px; }
  .brand-lockup { width: 230px; }
  .desktop-nav { gap: 16px; }
  .desktop-nav span { display: none; }
  .partner-button { padding: 0 15px; font-size: .8rem; }
  .hero-v6-inner { grid-template-columns: minmax(0,1.5fr) minmax(330px,.9fr); }
  .discovery-grid { grid-template-columns: 190px minmax(0,1fr) 255px; }
  .pickup-showcase { grid-template-columns: minmax(0,1.65fr) minmax(205px,.8fr); }
  .pickup-thumb { grid-template-columns: 98px minmax(0,1fr); min-height: 102px; }
  .pickup-thumb img { width: 98px; }
}

@media (max-width: 1060px) {
  .hero-v6-inner { grid-template-columns: 1fr .78fr; min-height: 0; }
  .hero-cta { grid-template-columns: 46px minmax(0,1fr) 18px; gap: 9px; padding-inline: 12px; }
  .hero-cta-icon { width: 44px; height: 44px; }
  .hero-cta-icon img { width: 31px; height: 31px; }
  .hero-cta-copy strong { font-size: .98rem; }
  .tour-peek { padding: 22px 18px 16px; }
  .tour-peek-body { grid-template-columns: 105px 1fr; }
  .tour-flyer-mini img { width: 105px; }
  .quick-search-inner { grid-template-columns: 200px 1fr; }
  .search-guide { grid-template-columns: 62px minmax(0,1fr); padding-inline: 10px; }
  .search-guide-icon { width: 62px; height: 76px; }
  .search-form { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .search-field { min-height: 78px; }
  .search-submit { min-height: 62px; margin: 8px; }
  .discovery-grid { grid-template-columns: 190px minmax(0,1fr); }
  .right-column { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .arrival-list { grid-template-columns: repeat(2,1fr); }
  .arrival-list button:nth-child(n+3) { border-top: 1px solid var(--line); }
  .category-grid { grid-template-columns: repeat(4,1fr); }
}

@media (max-width: 820px) {
  .site-header { position: sticky; }
  .header-inner { min-height: 64px; width: calc(100% - 26px); }
  .brand-lockup { width: 205px; }
  .desktop-nav, .partner-button { display: none; }
  .menu-button { display: block; }
  .mobile-menu { inset: 64px 0 auto; }
  .hero-v6-inner { display: block; }
  .hero-art { display: block; }
  .hero-picture { aspect-ratio: 1815 / 866; }
  .hero-picture > img { min-height: 0; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; }
  .hero-pc-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding: 10px 12px 14px; }
  .hero-cta { min-height: 76px; grid-template-columns: 38px minmax(0,1fr) 16px; gap: 8px; padding: 8px 10px; border-radius: 13px; }
  .hero-cta-icon { width: 38px; height: 38px; }
  .hero-cta-icon img { width: 27px; height: 27px; }
  .hero-cta-copy { gap: 2px; }
  .hero-cta-copy strong { font-size: clamp(.76rem,3vw,.98rem); }
  .hero-cta-copy small { font-size: .57rem; }
  .hero-cta-arrow { font-size: 1.35rem; }
  .hero-hotspot { display: none; }
  .tour-peek { padding: 22px 18px 18px; }
  .tour-peek-body { grid-template-columns: 118px 1fr; }
  .tour-flyer-mini img { width: 118px; }
  .quick-search { margin-top: 0; padding: 0; }
  .quick-search-inner { width: 100%; grid-template-columns: 1fr; border-inline: 0; box-shadow: 0 10px 28px rgba(24,54,61,.1); }
  .search-guide { min-height: 96px; grid-template-columns: 72px minmax(0,1fr); padding-inline: 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .search-guide-icon { width: 72px; height: 82px; }
  .search-form { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .search-field { border-bottom: 1px solid var(--line); }
  .search-submit { min-height: 62px; }
  .discovery { padding: 14px 14px 0; }
  .discovery-grid { grid-template-columns: 1fr; }
  .region-panel { min-height: 0; padding-bottom: 0; }
  .region-flower-wrap { display: none; }
  .region-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 14px; }
  .center-column { grid-row: 1; }
  .region-panel { grid-row: 2; }
  .right-column { grid-column: auto; grid-template-columns: 1fr; }
  .pickup-showcase { grid-template-columns: 1fr; }
  .pickup-rail { max-height: none; overflow-x: auto; overflow-y: hidden; }
  .pickup-thumb-list { width: max-content; display: flex; gap: 8px; }
  .pickup-thumb { width: min(78vw, 330px); min-height: 98px; grid-template-columns: 112px minmax(0,1fr); scroll-snap-align: start; }
  .pickup-thumb img { width: 112px; }
  .arrival-list { grid-template-columns: 1fr; }
  .event-results { padding: 58px 14px 62px; }
  .event-row-main { grid-template-columns: 80px minmax(0,1fr) 24px; gap: 12px; padding: 14px; }
  .guide-section { padding: 64px 16px; }
  .guide-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 560px) {
  .brand-lockup { width: 188px; }
  .hero-detail { left: 5.5%; top: 75%; width: 43%; height: 17%; }
  .hero-request { left: 51%; top: 75%; width: 43%; height: 17%; }
  .tour-peek-head { grid-template-columns: 38px 1fr auto; }
  .tour-peek-head img { width: 36px; height: 36px; }
  .tour-peek-head h2 { font-size: 1.7rem; }
  .tour-peek-body { grid-template-columns: 94px minmax(0,1fr); gap: 12px; }
  .tour-flyer-mini img { width: 94px; }
  .tour-peek-list button { grid-template-columns: 48px minmax(0,1fr); }
  .tour-peek-list em { display: none; }
  .search-guide { min-height: 88px; grid-template-columns: 64px minmax(0,1fr); padding-inline: 12px; }
  .search-guide-icon { width: 64px; height: 76px; }
  .search-form { grid-template-columns: 1fr; }
  .search-field { min-height: 68px; border-right: 0; }
  .search-submit { min-height: 56px; margin: 10px 14px 14px; }
  .region-list { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .panel-heading h2, .category-heading h2 { font-size: .92rem; }
  .pickup-feature-caption { padding: 28px 14px 12px; }
  .pickup-feature-caption strong { font-size: 1rem; }
  .pickup-thumb { width: 82vw; grid-template-columns: 100px minmax(0,1fr); }
  .pickup-thumb img { width: 100px; }
  .results-heading { align-items: start; flex-direction: column; }
  .event-row-main { grid-template-columns: 70px minmax(0,1fr) 22px; }
  .event-row time strong { font-size: 1.3rem; }
  .event-row-copy > strong { white-space: normal; font-size: .88rem; line-height: 1.35; }
  .event-row-copy > span { font-size: .66rem; }
  .guide-copy h2 { font-size: 1.55rem; line-height: 1.42; }
  .event-source-attribution { margin-inline: 0; padding: 10px 11px; font-size: .67rem; }
  .dialog-shell { padding: 24px 20px; }
  .dialog-shell dl div { grid-template-columns: 1fr; gap: 2px; }
}
