:root {
  --ink: #17231f;
  --muted: #5d6864;
  --paper: #fffdf9;
  --surface: #ffffff;
  --line: #e1ded6;
  --pine: #23362f;
  --pine-2: #355849;
  --rose: #b7626f;
  --rose-2: #f3d9df;
  --gold: #c59a46;
  --sky: #dbeaf2;
  --shadow: 0 18px 44px rgba(23, 35, 31, 0.12);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html.is-restoring-scroll body {
  opacity: 0;
}

html.scroll-restored body {
  opacity: 1;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 20;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  top: 12px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 48px);
  background: rgba(255, 253, 249, 0.92);
  border-bottom: 1px solid rgba(225, 222, 214, 0.85);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--pine);
  color: white;
  font-family: Georgia, serif;
  font-weight: 700;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

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

.header-cta,
.cta-link,
.search-row button,
.mobile-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  background: var(--rose);
  color: white;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(183, 98, 111, 0.22);
}

.header-cta {
  padding: 0 16px;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--pine);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 30, 26, 0.88) 0%, rgba(18, 30, 26, 0.64) 42%, rgba(18, 30, 26, 0.14) 100%),
    url("weddingfair_PIC.webp") center/cover;
}

.hero-content {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 14vh, 150px) 0 52px;
  color: white;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero .eyebrow {
  margin-bottom: 14px;
  color: #e0b458;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 900;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(42px, 5.7vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-copy {
  max-width: 900px;
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 22px);
}

.search-panel {
  width: min(900px, 100%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

.search-panel label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.search-row input {
  min-width: 0;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 6px;
  padding: 0 14px;
  color: var(--ink);
  background: white;
}

.search-row button {
  min-width: 108px;
  padding: 0 18px;
}

.quick-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.quick-filters button {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  cursor: pointer;
}

.region-page-hero {
  padding: clamp(56px, 9vw, 100px) 0 clamp(44px, 7vw, 72px);
  background: linear-gradient(180deg, #f4f1e9 0%, #fffdf9 100%);
  border-bottom: 1px solid var(--line);
}

.region-page-hero h1 {
  max-width: 980px;
  margin: 0 0 18px;
  font-size: clamp(38px, 5.2vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
}

.region-page-hero h1 + p,
.region-page-hero .hero-copy {
  margin-top: 0;
  color: var(--muted);
}

.region-page-hero .two-column {
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
}

.search-panel.light {
  background: white;
  border-color: var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: none;
}

.search-panel.light label {
  color: var(--muted);
}

.search-panel.light .search-row input {
  border-color: var(--line);
  background: #fbfaf6;
}

.search-panel.light .quick-filters button {
  color: var(--pine);
  border-color: var(--line);
  background: #fbfaf6;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: white;
}

.trust-band div {
  padding: 22px clamp(16px, 3vw, 32px);
  border-right: 1px solid var(--line);
}

.trust-band div:last-child {
  border-right: 0;
}

.trust-band strong {
  display: block;
  color: var(--pine);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.1;
}

.trust-band span {
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: clamp(64px, 9vw, 110px) 0;
}

body:not([data-region-matches]) #events {
  padding-top: clamp(22px, 2.5vw, 32px);
}

body:not([data-region-matches]) #events > .section-heading {
  row-gap: 8px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 32px;
}

.section-heading.compact {
  display: block;
}

.section-heading h2,
.two-column h2,
.detail-layout h2,
.checklist-layout h2 {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
}

.region-page-event-grid + .empty-state,
body[data-region-matches] .section-heading {
  grid-template-columns: minmax(220px, 0.55fr) minmax(560px, 1.45fr);
}

body[data-region-matches] .section-heading h2 {
  max-width: 980px;
  font-size: clamp(30px, 3vw, 42px);
  white-space: nowrap;
}

body[data-region-matches] .section-heading p:not(.eyebrow) {
  grid-column: 1 / -1;
  margin-top: 14px;
  white-space: nowrap;
}

body:not([data-region-matches]) #events > .section-heading p:not(.eyebrow) {
  grid-column: 1 / -1;
  max-width: none;
  font-size: 14px;
  white-space: nowrap;
}

body:not([data-region-matches]) #events > .section-heading h2 {
  grid-column: 1 / -1;
  margin-top: 0;
  text-align: center;
}

.section-heading p:not(.eyebrow),
.two-column p,
.detail-layout p,
.checklist-layout p {
  margin: 0;
  color: var(--muted);
}

.event-grid {
  display: grid;
  gap: 42px;
}

.event-region-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: -4px 0 30px;
  padding: 16px;
  border: 1px solid rgba(183, 98, 111, 0.2);
  border-radius: 8px;
  background: linear-gradient(135deg, #fffdf9 0%, #f8f4ec 100%);
  box-shadow: 0 16px 36px rgba(23, 35, 31, 0.07);
}

.event-region-nav[hidden] {
  display: none;
}

.event-region-nav a {
  --chip-bg: #ffffff;
  --chip-border: var(--line);
  --chip-text: var(--pine);
  --chip-hover: var(--rose);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  width: 100%;
  padding: 0 16px;
  border: 1px solid var(--chip-border);
  border-radius: 999px;
  color: var(--chip-text);
  background: var(--chip-bg);
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(23, 35, 31, 0.06);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.event-region-nav a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--chip-hover);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.68);
}

.event-region-nav a[data-region-key="seoul"] {
  --chip-bg: #fff0f3;
  --chip-border: #e7a9b5;
  --chip-text: #8f3448;
  --chip-hover: #b7626f;
}

.event-region-nav a[data-region-key="gyeonggi-incheon"] {
  --chip-bg: #eef6ff;
  --chip-border: #9ac2e3;
  --chip-text: #245a7a;
  --chip-hover: #327aa4;
}

.event-region-nav a[data-region-key="metro"] {
  --chip-bg: #fff6de;
  --chip-border: #ddb76a;
  --chip-text: #7a5416;
  --chip-hover: #b9851f;
}

.event-region-nav a[data-region-key="chungcheong"] {
  --chip-bg: #eef8ed;
  --chip-border: #9bc995;
  --chip-text: #2f6837;
  --chip-hover: #4f9658;
}

.event-region-nav a[data-region-key="jeolla"] {
  --chip-bg: #f7f0ff;
  --chip-border: #c4a5de;
  --chip-text: #664086;
  --chip-hover: #8c65aa;
}

.event-region-nav a[data-region-key="gangwon"] {
  --chip-bg: #eaf8f6;
  --chip-border: #8fc7bd;
  --chip-text: #28675e;
  --chip-hover: #408f82;
}

.event-region-nav a[data-region-key="gyeongsang"] {
  --chip-bg: #fff3e7;
  --chip-border: #dfa86f;
  --chip-text: #794a20;
  --chip-hover: #b56d2d;
}

.event-region-nav a[data-region-key="jeju"] {
  --chip-bg: #ecf8ff;
  --chip-border: #91c8de;
  --chip-text: #236578;
  --chip-hover: #3b93aa;
}

.event-region-nav a[data-region-key="etc"] {
  --chip-bg: #f1f3ef;
  --chip-border: #aeb8ad;
  --chip-text: #314239;
  --chip-hover: #53675c;
}

.event-region-nav a:hover,
.event-region-nav a:focus-visible {
  transform: translateY(-1px);
  border-color: var(--chip-hover);
  color: white;
  background: var(--chip-hover);
  box-shadow: 0 12px 24px rgba(23, 35, 31, 0.13);
  outline: 0;
}

.event-grid.is-loading {
  gap: 0;
}

.event-grid.is-loading > .event-card {
  display: none;
}

.event-loading {
  display: grid;
  grid-column: 1 / -1;
  place-items: center;
  min-height: 160px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fbfaf6;
  font-weight: 800;
}

.event-grid.is-error {
  display: block;
}

.event-region-group {
  scroll-margin-top: 104px;
}

.event-region-group[hidden] {
  display: none;
}

.event-region-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--pine);
}

.event-region-heading > div {
  min-width: 0;
  flex: 1 1 auto;
}

.event-region-heading h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.16;
}

.event-region-heading p:not(.eyebrow) {
  max-width: none;
  margin: 8px 0 0;
  color: var(--muted);
  white-space: nowrap;
}

.event-region-heading strong {
  flex: 0 0 auto;
  color: var(--rose);
  font-size: 22px;
}

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

.event-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 24px rgba(23, 35, 31, 0.06);
}

.event-card[hidden] {
  display: none;
}

.event-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f1f5f0;
}

.event-body {
  padding: 20px;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--rose);
  font-size: 13px;
  font-weight: 850;
}

.event-card h3 {
  margin: 12px 0 10px;
  font-size: 22px;
  line-height: 1.24;
}

.event-card p {
  margin: 0 0 16px;
  min-height: 76px;
  color: var(--muted);
}

.event-info {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
}

.event-info div,
.info-panel dl div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 10px;
}

dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

dd {
  margin: 0;
}

.card-actions {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 10px;
}

.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--pine);
  font-weight: 800;
}

.cta-link {
  padding: 0 14px;
  text-align: center;
}

.cta-link.full {
  width: 100%;
  margin-top: 18px;
}

.empty-state {
  margin: 20px 0 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--muted);
}

.event-detail-hero {
  padding: clamp(54px, 8vw, 92px) 0 clamp(38px, 6vw, 68px);
  background: #f1f5f0;
  border-bottom: 1px solid var(--line);
}

.event-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.event-detail-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
}

.event-detail-hero .hero-copy {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-detail-media {
  margin: 0;
}

.event-detail-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #f1f5f0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.event-detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
}

.event-detail-content article h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.18;
}

.event-detail-content article h2:not(:first-of-type) {
  margin-top: 34px;
}

.detail-info {
  margin-top: 22px;
}

.region-section {
  background: var(--pine);
  color: white;
}

.region-section .eyebrow {
  color: var(--rose-2);
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.region-grid a,
.category-list a {
  display: grid;
  align-content: center;
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 850;
}

.region-grid span,
.category-list span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 500;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 44px;
  align-items: start;
}

.two-column p + p {
  margin-top: 14px;
}

#categories h2 {
  margin-bottom: 24px;
  font-size: clamp(30px, 3vw, 42px);
  white-space: nowrap;
}

#detail-title,
#checklist-title {
  margin-bottom: 24px;
}

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

.category-list a {
  min-height: 88px;
  border-color: var(--line);
  background: white;
}

.category-list span {
  color: var(--muted);
}

.detail-band,
.checklist-section {
  background: #eef5f0;
}

.detail-layout,
.checklist-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 34px;
  align-items: start;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.check-grid span,
.checklist li {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  background: white;
  font-weight: 750;
}

.info-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: white;
  box-shadow: var(--shadow);
}

.info-panel h3 {
  margin: 0 0 16px;
  font-size: 22px;
}

.info-panel dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.guide-grid .section-heading {
  grid-column: 1 / -1;
  margin-bottom: 12px;
}

.guide-grid article {
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.guide-grid article span {
  color: var(--gold);
  font-weight: 900;
}

.guide-grid h3 {
  margin: 22px 0 10px;
  font-size: 22px;
}

.guide-grid p {
  margin: 0;
  color: var(--muted);
}

.checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 850;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.site-footer {
  padding: 32px 0 72px;
  background: var(--ink);
  color: white;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.footer-layout p {
  max-width: 560px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-layout nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.76);
}

.mobile-cta {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 12;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(23, 35, 31, 0.94);
  color: white;
  box-shadow: var(--shadow);
}

.mobile-cta span {
  padding-left: 8px;
  font-weight: 800;
}

.mobile-cta a {
  min-height: 42px;
  padding: 0 14px;
}

@media (max-width: 980px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .trust-band,
  .event-region-grid,
  .region-grid,
  .guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .section-heading,
  .two-column,
  .region-page-hero .two-column,
  .detail-layout,
  .event-detail-layout,
  .event-detail-content,
  .checklist-layout {
    grid-template-columns: 1fr;
  }

  .region-page-hero h1,
  .hero h1,
  #categories h2,
  body[data-region-matches] .section-heading h2 {
    white-space: normal;
  }

  .hero {
    max-width: 100%;
    overflow: hidden;
  }

  .hero-content {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    min-width: 0;
    overflow: hidden;
  }

  .hero-content > * {
    max-width: 100%;
    min-width: 0;
  }

  .hero h1 {
    font-size: clamp(34px, 8.8vw, 56px);
    overflow-wrap: break-word;
    word-break: keep-all;
  }

  .hero-copy {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: keep-all;
  }

  .search-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .search-row,
  .search-row input,
  .search-row button {
    min-width: 0;
  }

  .quick-filters {
    max-width: 100%;
  }

  body[data-region-matches] .section-heading,
  body[data-region-matches] .guide-grid {
    grid-template-columns: 1fr;
  }

  body[data-region-matches] .section-heading p:not(.eyebrow) {
    white-space: normal;
  }

  body:not([data-region-matches]) #events > .section-heading {
    row-gap: 6px;
  }

  body:not([data-region-matches]) #events > .section-heading p:not(.eyebrow) {
    white-space: normal;
  }

  .event-region-heading p:not(.eyebrow) {
    white-space: normal;
  }
}

@media (max-width: 680px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
  }

  body {
    padding-bottom: 78px;
  }

  .shell,
  .hero-content {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    min-width: 0;
  }

  .site-header {
    min-height: 64px;
    padding: 10px 10px;
  }

  .brand {
    font-size: 15px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .main-nav {
    display: flex;
    gap: 0;
    font-size: 13px;
    font-weight: 700;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: center;
    padding-right: 0;
    scrollbar-width: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    padding: 0 8px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }

  .main-nav a + a {
    border-left: 1px solid rgba(23, 35, 31, 0.16);
  }

  .main-nav::-webkit-scrollbar,
  .quick-filters::-webkit-scrollbar {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: calc(100svh - 64px);
    align-items: center;
    max-width: 100%;
    overflow: hidden;
  }

  .hero-content {
    padding: 44px 0 34px;
    overflow: hidden;
  }

  .hero .eyebrow {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.4vw, 44px);
    line-height: 1.08;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: keep-all;
  }

  .hero-copy {
    max-width: 100%;
    margin: 16px 0 18px;
    font-size: 16px;
    line-height: 1.62;
    overflow-wrap: break-word;
    word-break: keep-all;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(18, 30, 26, 0.9) 0%, rgba(18, 30, 26, 0.55) 56%, rgba(18, 30, 26, 0.2) 100%),
      url("weddingfair_PIC.webp") center/cover;
  }

  .search-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 14px;
    overflow: hidden;
  }

  .search-panel label {
    font-size: 13px;
  }

  .search-row input,
  .search-row button {
    width: 100%;
    min-width: 0;
    height: 46px;
  }

  .search-row button {
    width: 100%;
  }

  .quick-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: 100%;
    margin: 10px -2px 0;
    padding: 0 2px 2px;
  }

  .event-region-nav {
    grid-template-columns: 1fr;
    overflow: visible;
    margin-bottom: 22px;
    padding: 12px;
  }

  .event-region-nav::-webkit-scrollbar {
    display: none;
  }

  .quick-filters button {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 0 10px;
    font-size: 13px;
  }

  .event-region-nav a {
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  .search-row,
  .event-region-grid,
  .region-grid,
  .guide-grid,
  .event-detail-layout,
  .event-detail-content,
  .check-grid,
  .card-actions {
    grid-template-columns: 1fr;
  }

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

  .trust-band div {
    padding: 16px 14px;
  }

  .trust-band strong {
    font-size: 24px;
  }

  .trust-band span {
    font-size: 12px;
  }

  .event-region-heading {
    display: grid;
    align-items: start;
  }

  .trust-band div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 58px 0;
  }

  body:not([data-region-matches]) #events {
    padding-top: 18px;
  }

  body:not([data-region-matches]) #events > .section-heading {
    row-gap: 4px;
  }

  .section-heading h2,
  .two-column h2,
  .detail-layout h2,
  .checklist-layout h2,
  body[data-region-matches] .section-heading h2 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.16;
    white-space: normal;
  }

  .region-page-hero {
    padding: 46px 0 48px;
  }

  .region-page-hero h1,
  .event-detail-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.8vw, 46px);
    line-height: 1.1;
    white-space: normal;
  }

  .region-page-hero .two-column {
    gap: 24px;
  }

  .event-body {
    padding: 16px;
  }

  .event-card h3 {
    font-size: 20px;
  }

  .event-card p {
    min-height: 0;
  }

  .event-info {
    padding: 12px;
  }

  .event-info div,
  .info-panel dl div {
    grid-template-columns: 58px 1fr;
  }

  .footer-layout {
    display: grid;
    gap: 12px;
  }

  .footer-layout nav {
    order: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    justify-content: stretch;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 12px;
    white-space: nowrap;
  }

  .footer-layout nav a {
    min-width: 0;
    padding: 0 8px;
    text-align: center;
    font-size: 12px;
  }

  .footer-layout nav a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
  }

  .footer-layout > div {
    order: 2;
  }

  .site-footer {
    padding: 18px 0 28px;
  }

  .mobile-cta {
    display: flex;
    bottom: max(10px, env(safe-area-inset-bottom));
    padding: 8px;
  }

  .mobile-cta span {
    min-width: 0;
    font-size: 14px;
  }

  .mobile-cta a {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }
}

.event-ended-notice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 18px auto 0;
  padding: 14px 20px;
  max-width: 1120px;
  width: calc(100% - 40px);
  border: 1px solid var(--line);
  border-left: 4px solid var(--rose);
  border-radius: 12px;
  background: var(--rose-2);
  color: var(--ink);
  font-size: 15px;
}

.event-ended-notice a {
  font-weight: 700;
  color: var(--rose);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.event-ended .event-detail-media {
  filter: grayscale(0.55);
  opacity: 0.82;
}

.footer-layout p.footer-disclosure {
  max-width: none;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.event-card {
  position: relative;
}

.event-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 5px 12px;
  border-radius: 14px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.3;
  text-align: center;
  white-space: pre-line;
  color: #fff;
  box-shadow: 0 4px 12px rgba(23, 35, 31, 0.22);
}

.event-badge.urgent {
  background: #e0455a;
}

.event-badge.stacked {
  padding: 3px 7px;
  border-radius: 10px;
}

.event-badge.live {
  background: #2f9e77;
}

.event-badge.soon {
  background: #e8801c;
}

.date-filters {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px dashed rgba(255, 255, 255, 0.28);
}

.search-panel.light .date-filters {
  border-top-color: var(--line);
}

.quick-filters button.is-active,
.search-panel.light .quick-filters button.is-active {
  background: var(--rose);
  border-color: var(--rose);
  color: #fff;
}

.map-link {
  margin-left: 6px;
  color: var(--rose);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.share-button {
  padding: 0 16px;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.goodgift-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
}

.goodgift-card h2 {
  margin: 6px 0 8px;
  font-size: 21px;
}

.goodgift-card p:last-child {
  margin: 0;
  color: var(--muted);
}

.goodgift-link {
  flex: 0 0 auto;
  padding: 0 18px;
}

.gift-note {
  margin-top: 14px;
  font-size: 14.5px;
  color: var(--muted);
}

.gift-note a {
  color: var(--rose);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 680px) {
  .goodgift-card {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 20px;
  }

  .goodgift-link {
    justify-content: center;
  }
}

.goodgift-g {
  color: #e0455a;
  font-weight: 900;
}

.goodgift-brand {
  color: #1d6fd8;
  font-weight: 900;
}

.site-footer .goodgift-brand {
  color: #6ab0ff;
}

.guide-article {
  max-width: 860px;
  padding-top: clamp(48px, 7vw, 80px);
  padding-bottom: clamp(56px, 8vw, 96px);
}

.guide-article h1 {
  margin: 0 0 28px;
  padding-bottom: 20px;
  border-bottom: 4px solid var(--gold);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.18;
}

.guide-article h2 {
  margin: 36px 0 12px;
  font-size: clamp(21px, 2.4vw, 26px);
}

.guide-article > h2 {
  margin-top: 44px;
  padding: 6px 0 6px 14px;
  border-left: 4px solid var(--rose);
  background: linear-gradient(90deg, #faf6ef 0%, rgba(250, 246, 239, 0) 78%);
}

.guide-article p,
.guide-article li {
  color: #3d4844;
  line-height: 1.8;
}

.guide-article ul {
  padding-left: 22px;
}

.guide-article li + li {
  margin-top: 6px;
}

.guide-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 44px 0 0;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f4f1e9;
}

.guide-cta strong {
  display: block;
  font-size: 19px;
}

.guide-cta p {
  margin: 6px 0 0;
  color: var(--muted);
}

.guide-cta .cta-link {
  flex: 0 0 auto;
  padding: 0 20px;
}

.guide-related {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.guide-related h2 {
  margin: 0 0 14px;
  font-size: 19px;
}

.guide-related nav {
  display: grid;
  gap: 8px;
}

.guide-related nav a {
  color: var(--rose);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.guide-index-title {
  margin: 0 0 12px;
  font-size: clamp(34px, 4.6vw, 52px);
}

.guide-index-copy {
  margin: 0 0 36px;
  color: var(--muted);
  font-size: 17px;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
}

.guide-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: 0 10px 24px rgba(23, 35, 31, 0.05);
}

.guide-card h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
}

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

.guide-card {
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.guide-card:hover {
  transform: translateY(-3px);
  border-color: var(--rose);
  box-shadow: 0 16px 32px rgba(23, 35, 31, 0.1);
}

.guide-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--rose);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.guide-card-more {
  margin-top: auto;
  color: var(--rose);
  font-weight: 800;
  font-size: 14px;
}

@media (max-width: 680px) {
  .guide-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}

@media (max-width: 680px) {
  .footer-contact {
    font-size: 13px;
    white-space: nowrap;
  }
}
@media (max-width: 680px) {
  .footer-copyright {
    font-size: 12.5px;
    white-space: nowrap;
  }
}