@font-face {
  font-family: "Amsterdam One";
  src: url("assets/fonts/AmsterdamOne.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #fffaf5;
  --ivory: #fffdf9;
  --champagne: #f6ecdc;
  --ink: #2b2628;
  --soft-ink: #665c5e;
  --gold: #d2b376;
  --gold-dark: #9a7431;
  --rose: #b94d4a;
  --rose-soft: #f4d9d4;
  --sage: #b9c9bd;
  --line: rgba(43, 38, 40, .12);
  --shadow: 0 18px 50px rgba(75, 58, 38, .11);
  --script: "Amsterdam One", "Brush Script MT", cursive;
  --classic: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --display: var(--classic);
  --text: "Aptos", "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background:
    radial-gradient(circle at 8% 8%, rgba(244,217,212,.44), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(210,179,118,.18), transparent 30%),
    var(--paper);
  color: var(--ink); font-family: var(--text); font-weight: 400;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
p { color: var(--soft-ink); line-height: 1.7; }
h1, h2 { font-family: var(--display); font-weight: 650; letter-spacing: 0; margin: 0; color: var(--ink); }
h3 { font-family: var(--classic); font-weight: 650; letter-spacing: 0; margin: 0; color: var(--ink); }
h1 { font-size: clamp(40px, 5.4vw, 72px); line-height: 1.03; max-width: 880px; }
h2 { font-size: clamp(32px, 3.8vw, 54px); line-height: 1.04; }
h3 { font-size: 24px; line-height: 1.18; }
.eyebrow { margin: 0 0 10px; color: var(--rose); text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.script-accent {
  font-family: var(--script);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 10px clamp(18px, 4vw, 54px);
  min-height: 68px;
  background: rgba(255, 250, 245, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand img { width: min(168px, 44vw); max-height: 52px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 5px; flex-wrap: wrap; justify-content: flex-end; }
.main-nav a {
  min-height: 34px; display: inline-flex; align-items: center;
  padding: 0 11px; border-radius: 999px; color: #54494b; font-size: 14px; font-weight: 600;
}
.main-nav a:hover, .main-nav a[aria-current="page"] { background: rgba(210, 179, 118, .18); color: var(--ink); }
.nav-toggle { display: none; border: 1px solid var(--line); border-radius: 999px; background: white; min-height: 36px; padding: 0 13px; }

.hero {
  min-height: calc(100vh - 58px);
  display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: end; gap: 30px;
  padding: clamp(62px, 9vw, 118px) clamp(18px, 5vw, 72px) clamp(36px, 5vw, 56px);
  position: relative; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(90deg, rgba(43, 38, 40, .64), rgba(43, 38, 40, .18)),
    linear-gradient(180deg, rgba(255, 250, 245, 0), var(--paper)),
    var(--hero-image, url("https://images.unsplash.com/photo-1520854221256-17451cc331bf?auto=format&fit=crop&w=1600&fm=webp&q=82")) center / cover;
}
.hero::after {
  content: ""; position: absolute; left: clamp(18px, 5vw, 72px); right: clamp(18px, 5vw, 72px); bottom: 18px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.62), transparent);
}
.hero-content { color: white; padding-bottom: 7vh; }
.hero h1, .hero p { color: white; }
.hero p:not(.eyebrow) { max-width: 640px; font-size: clamp(17px, 2vw, 22px); color: rgba(255,255,255,.88); }
.hero .eyebrow { color: #f2d8a1; }
.hero-edition {
  width: fit-content; margin: 8px 0 15px; padding: 0;
  color: white; font-family: var(--script); font-size: clamp(27px, 3.4vw, 42px);
  font-weight: 400; letter-spacing: 0; line-height: .95; text-shadow: 0 8px 22px rgba(0,0,0,.22);
}
.hero-actions, .section-actions, .button-row, .steps, .filters { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.button, .filters button, .filters a, .steps button, .soft-button {
  border: 1px solid var(--line); min-height: 42px; border-radius: 8px; padding: 0 17px;
  background: var(--ivory); color: var(--ink); display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.button.primary, .filters .active, .steps .active { background: var(--gold); border-color: rgba(154,116,49,.22); color: #fffdf9; box-shadow: 0 10px 22px rgba(154,116,49,.18); }
.button.secondary { color: white; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.38); }
.button.ghost { background: transparent; }
.button:not(:disabled):hover, .button:not(:disabled):focus-visible, .soft-button:hover, .soft-button:focus-visible, .filters button:hover, .filters a:hover, .steps button:hover {
  transform: translateY(-1px); box-shadow: 0 14px 30px rgba(75,58,38,.12); border-color: rgba(210,179,118,.55);
}
.button:disabled { opacity: .55; cursor: not-allowed; }
.event-card {
  display: grid; gap: 10px; padding: 22px; background: rgba(255,253,249,.94);
  border: 1px solid rgba(255,255,255,.62); border-radius: 8px; box-shadow: var(--shadow); margin-bottom: 7vh;
}
.event-card strong { font-family: var(--classic); font-size: 25px; font-weight: 650; line-height: 1.16; }
.event-card span { color: var(--soft-ink); }

.section { padding: clamp(64px, 8vw, 108px) clamp(18px, 5vw, 72px); }
.section.alt { background: var(--ivory); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 32px; }
.lead { font-size: 18px; max-width: 760px; }
.quick-grid, .card-grid, .blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.quick-grid article, .soft-card, .blog-card, .form-card, .portal-card {
  position: relative; background: linear-gradient(145deg, rgba(255,253,249,.97), rgba(255,246,241,.9));
  border: 1px solid rgba(210,179,118,.26); border-radius: 8px; padding: clamp(20px, 3vw, 30px); box-shadow: 0 12px 34px rgba(75,58,38,.07);
}
.quick-grid article::before, .soft-card::before, .blog-card::before {
  content: ""; position: absolute; inset: 10px 10px auto auto; width: 34px; height: 18px;
  border-top: 1px solid rgba(210,179,118,.55); border-right: 1px solid rgba(210,179,118,.55); border-radius: 0 8px 0 0; pointer-events: none;
}
.quick-grid h2 { font-family: var(--classic); font-size: clamp(24px, 2.5vw, 34px); line-height: 1.12; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); gap: clamp(28px, 5vw, 70px); align-items: start; }
.info-list { display: grid; gap: 13px; margin-top: 24px; }
.info-list div { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.55); }
.info-list strong { display: block; margin-bottom: 6px; }
.map-preview { min-height: 360px; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); background: var(--champagne); }
.map-preview iframe { width: 100%; height: 360px; border: 0; display: block; filter: saturate(.86); }
.map-consent { min-height: 360px; display: grid; place-items: center; align-content: center; text-align: center; padding: 28px; background: linear-gradient(135deg, rgba(210,179,118,.22), rgba(255,253,249,.86)); }
.map-consent p { max-width: 420px; margin-left: auto; margin-right: auto; }

.exhibitor-layout, .registration-layout, .dashboard-grid { display: grid; grid-template-columns: minmax(330px, 1.08fr) minmax(320px, .92fr); gap: 24px; align-items: start; }
.portal-tabs {
  display: flex; gap: 8px; flex-wrap: wrap; margin: -12px 0 24px; padding: 10px;
  border: 1px solid var(--line); border-radius: 8px; background: rgba(255,253,249,.82);
  box-shadow: 0 12px 34px rgba(75,58,38,.06);
}
.portal-tabs a {
  min-height: 38px; display: inline-flex; align-items: center; padding: 0 14px;
  border-radius: 999px; color: var(--soft-ink); font-weight: 900;
}
.portal-tabs a:hover, .portal-tabs a:focus-visible, .portal-tabs a.active { background: rgba(210,179,118,.2); color: var(--ink); }
.portal-status-banner {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: 18px; align-items: center;
  margin: 0 0 22px; padding: clamp(18px, 3vw, 28px); border: 1px solid rgba(210,179,118,.34);
  border-radius: 8px; background: linear-gradient(135deg, rgba(255,253,249,.96), rgba(246,236,220,.62)); box-shadow: var(--shadow);
}
.portal-status-banner.is-good { border-color: rgba(93,145,92,.24); background: linear-gradient(135deg, rgba(255,253,249,.96), rgba(230,244,229,.58)); }
.portal-status-banner.is-paused { border-color: rgba(185,77,74,.22); }
.portal-status-banner span, .portal-summary-grid span, .portal-card .eyebrow {
  display: block; color: var(--rose); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
}
.portal-status-banner strong { display: block; margin: 4px 0 8px; font-family: var(--classic); font-size: clamp(28px, 3vw, 42px); line-height: 1.05; }
.portal-status-banner p { margin: 0; max-width: 760px; color: var(--soft-ink); }
.portal-review-form { display: grid; gap: 10px; }
.portal-review-form textarea { min-height: 96px; }
.portal-summary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 20px; }
.portal-summary-grid strong { display: block; margin: 6px 0; font-family: var(--classic); font-size: clamp(28px, 3vw, 42px); line-height: 1; }
.portal-section-card { display: grid; gap: 16px; }
.portal-list { display: grid; gap: 10px; }
.portal-list-row {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(150px, .36fr) auto; gap: 16px; align-items: center;
  padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.55);
}
.portal-list-row h3 { margin: 0 0 6px; font-size: 24px; }
.portal-list-row p { margin: 0; color: var(--soft-ink); }
.portal-money { display: grid; gap: 3px; text-align: right; }
.portal-money strong { font-size: 18px; }
.portal-money span { color: var(--soft-ink); font-size: 13px; font-weight: 800; }
.portal-addon-list { list-style: none; display: grid; gap: 9px; padding: 0; margin: 16px 0 0; }
.portal-addon-list li { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.portal-addon-list span { color: var(--soft-ink); font-weight: 800; }
.portal-account-form { display: grid; gap: 18px; }
.portal-invoice-list { display: grid; gap: 8px; margin-top: 12px; }
.portal-invoice-list .soft-button { justify-content: space-between; text-align: left; border-radius: 8px; }
.portal-invoice-list span, .portal-invoice-list small { display: block; }
.portal-invoice-list small { color: var(--soft-ink); font-size: 12px; font-weight: 700; }
.stand-map { position: relative; aspect-ratio: 1080 / 752; background: white; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
.stand-svg-map { width: 100%; height: 100%; display: block; background: linear-gradient(135deg, #fffdf9, #f8efe1); }
.hall-outline { fill: rgba(255,255,255,.58); stroke: rgba(43,38,40,.28); stroke-width: 5; }
.hall-line { fill: none; stroke: rgba(43,38,40,.2); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.hall-wall { fill: none; stroke: rgba(43,38,40,.42); stroke-width: 6; stroke-linecap: square; stroke-linejoin: round; }
.map-room { fill: rgba(43,38,40,.45); font-size: 20px; font-weight: 700; }
.map-room.entrance, .map-room.outdoor { fill: rgba(185,77,74,.8); font-size: 22px; }
.stand-button { cursor: pointer; outline: none; }
.stand-shape {
  fill: rgba(246,236,220,.88); stroke: rgba(154,116,49,.86); stroke-width: 3;
  vector-effect: non-scaling-stroke; transition: fill .2s ease, stroke .2s ease, filter .2s ease, transform .2s ease;
}
.stand-profile-glow {
  fill: rgba(210,179,118,.58); stroke: rgba(210,179,118,.0); opacity: 0; pointer-events: none;
  transform-box: fill-box; transform-origin: center; transition: opacity .2s ease;
}
.stand-label { fill: #8c6522; font-size: 22px; font-weight: 900; pointer-events: none; dominant-baseline: middle; }
.stand-map.is-visitor-map .stand-button.is-empty .stand-shape { fill: rgba(130,124,120,.18); stroke: rgba(130,124,120,.5); }
.stand-map.is-visitor-map .stand-button.is-empty .stand-label { fill: rgba(80,74,72,.55); }
.stand-map.is-visitor-map .stand-button.is-occupied .stand-shape { fill: rgba(210,179,118,.46); stroke: rgba(154,116,49,.82); }
.stand-map.is-visitor-map .stand-button.is-occupied .stand-label { fill: #6f4f17; }
.stand-map.is-booking-map .stand-button.is-empty .stand-shape { fill: rgba(210,179,118,.38); stroke: rgba(154,116,49,.82); }
.stand-map.is-booking-map .stand-button.is-occupied .stand-shape { fill: rgba(185,77,74,.24); stroke: rgba(185,77,74,.95); }
.stand-map.is-booking-map .stand-button.is-occupied .stand-label { fill: #a52220; }
.stand-button:hover .stand-shape, .stand-button.is-focus .stand-shape, .stand-button.is-selected .stand-shape,
.stand-button:focus-visible .stand-shape {
  fill: rgba(154,116,49,.8); stroke: #6f4f17; filter: drop-shadow(0 6px 12px rgba(154,116,49,.28));
}
.stand-button.is-selected .stand-label, .stand-button.is-focus .stand-label, .stand-button:hover .stand-label, .stand-button:focus-visible .stand-label { fill: #fffdf9; }
.stand-button.is-profile-stand .stand-shape {
  fill: rgba(210,179,118,.72);
  stroke: rgba(126,91,29,.96);
  filter: drop-shadow(0 0 11px rgba(210,179,118,.8));
}
.stand-button.is-profile-stand .stand-profile-glow { opacity: .9; animation: profileStandGlow 2.6s ease-in-out infinite; }
.stand-button.is-stand-pulsing .stand-shape { animation: standPulseGlow .82s ease-in-out 5; }
@keyframes profileStandGlow {
  0%, 100% { transform: scale(1.08); filter: drop-shadow(0 0 9px rgba(210,179,118,.42)); opacity: .48; }
  50% { transform: scale(1.22); filter: drop-shadow(0 0 24px rgba(210,179,118,.86)); opacity: .96; }
}
@keyframes standPulseGlow {
  0%, 100% { filter: drop-shadow(0 0 5px rgba(210,179,118,.45)); transform: scale(1); transform-box: fill-box; transform-origin: center; }
  45% { fill: rgba(154,116,49,.9); filter: drop-shadow(0 0 22px rgba(210,179,118,1)); transform: scale(1.045); }
}
.exhibitor-list { display: grid; gap: 13px; max-height: 640px; overflow: auto; padding-right: 4px; }
.exhibitor-card { display: grid; grid-template-columns: 92px 1fr; gap: 15px; padding: 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.exhibitor-logo { min-height: 90px; border-radius: 8px; display: grid; place-items: center; font-weight: 900; background: linear-gradient(135deg, rgba(210,179,118,.62), rgba(255,255,255,.86)); }
.exhibitor-card p { margin: 0 0 4px; color: var(--rose); font-size: 13px; font-weight: 800; }
.exhibitor-card strong { color: var(--gold-dark); }

label { display: grid; gap: 7px; font-weight: 700; }
input, textarea, select {
  width: 100%; min-height: 46px; border: 1px solid var(--line); border-radius: 8px;
  background: white; color: var(--ink); padding: 11px 13px; outline: none;
}
textarea { min-height: 124px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(210,179,118,.18); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-grid .wide { grid-column: 1 / -1; }
.notice { padding: 14px 16px; border: 1px solid rgba(185,77,74,.22); background: rgba(185,77,74,.08); border-radius: 8px; color: #6c3938; }
.summary { display: grid; grid-template-columns: 140px 1fr; gap: 10px; margin: 0; }
.summary dt { color: var(--soft-ink); }
.summary dd { margin: 0; font-weight: 800; }

.cookie-banner {
  position: fixed; right: clamp(14px, 3vw, 30px); bottom: clamp(14px, 3vw, 30px); z-index: 80;
  width: min(360px, calc(100vw - 28px)); padding: 17px;
  background: rgba(255,253,249,.98); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner h2, .cookie-modal h2 {
  font-family: var(--classic);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.16;
}
.cookie-banner p { margin: 0 0 12px; font-size: 14px; }
.cookie-options { display: grid; gap: 14px; }
.cookie-options label { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.58); }
.cookie-options small { display: block; color: var(--soft-ink); margin-top: 3px; }
.cookie-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.cookie-actions.compact { margin-top: 12px; }
.cookie-backdrop { position: fixed; inset: 0; z-index: 88; background: rgba(43,38,40,.28); backdrop-filter: blur(8px); }
.cookie-backdrop[hidden] { display: none; }
.cookie-modal { width: min(650px, calc(100vw - 28px)); border: 1px solid var(--line); border-radius: 8px; padding: 24px; background: var(--ivory); box-shadow: var(--shadow); z-index: 90; }
.cookie-modal::backdrop { background: transparent; }
.modal-open { overflow: hidden; }
.modal-close { position: absolute; right: 14px; top: 12px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }
.site-footer {
  display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 28px;
  padding: 42px clamp(18px, 5vw, 72px); background: #2d292a; color: white;
}
.site-footer img { width: 220px; filter: brightness(2); margin-bottom: 16px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.72); }
.site-footer h2 { color: white; font-family: var(--classic); font-size: 24px; margin-bottom: 12px; }
.site-footer a, .footer-link { display: block; margin: 7px 0; background: none; border: 0; padding: 0; color: rgba(255,255,255,.72); cursor: pointer; text-align: left; }
.retaro-strip { padding: 8px 18px; text-align: center; font-size: 12px; background: #211e1f; color: rgba(255,255,255,.68); }
.retaro-strip a { color: #f1d798; font-weight: 800; }

@media (max-width: 1040px) {
  .hero, .split, .exhibitor-layout, .registration-layout, .dashboard-grid, .planning-hero, .planning-flow, .login-layout, .profile-content, .portal-status-banner, .portal-summary-grid, .portal-list-row { grid-template-columns: 1fr; }
  .portal-money { text-align: left; }
  .quick-grid, .card-grid, .blog-grid, .site-footer { grid-template-columns: 1fr 1fr; }
  .event-card, .hero-content { margin-bottom: 0; padding-bottom: 0; }
  .profile-facts { position: static; }
}
@media (max-width: 760px) {
  .site-header { align-items: start; }
  .nav-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; top: 58px; left: 12px; right: 12px; padding: 12px; background: var(--ivory); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .quick-grid, .card-grid, .blog-grid, .site-footer, .form-grid, .cookie-banner { grid-template-columns: 1fr; }
  .section-head { display: grid; align-items: start; }
  .summary { grid-template-columns: 1fr; }
  h1 { font-size: clamp(39px, 13vw, 58px); }
}

.intro-flow { position: relative; overflow: visible; padding-top: clamp(82px, 9vw, 124px); }
.hero-transition {
  position: relative; z-index: 4; height: 0; pointer-events: none;
}
.hero-transition img {
  position: absolute; right: clamp(42px, 13vw, 220px); top: -104px;
  width: clamp(190px, 19vw, 310px); height: auto; transform: rotate(-8deg);
  filter: drop-shadow(0 22px 30px rgba(75,58,38,.18));
  animation: ring-float 6.5s ease-in-out infinite;
}
.event-highlights {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px;
  margin: 0 0 28px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden;
  background: var(--line); box-shadow: 0 14px 38px rgba(75,58,38,.06);
}
.event-highlights article { padding: 18px 20px; background: rgba(255,253,249,.86); }
.event-highlights span { display: block; margin-bottom: 5px; color: var(--rose); text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.event-highlights strong { display: block; font-family: var(--classic); font-size: clamp(24px, 2.6vw, 34px); font-weight: 650; line-height: 1.08; }
.event-highlights p { margin: 8px 0 0; font-size: 14px; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes ring-float { 0%, 100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-10px) rotate(-8deg); } }

.image-story, .hall-teaser, .arrival-section, .closing-cta { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); gap: clamp(28px, 6vw, 78px); align-items: center; }
.image-story, .planning-hero { position: relative; }
.image-collage { min-height: 520px; position: relative; }
.image-collage img { position: absolute; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.image-collage img:nth-child(1) { width: 68%; height: 62%; right: 0; top: 0; }
.image-collage img:nth-child(2) { width: 42%; height: 50%; left: 0; bottom: 0; }
.image-collage img:nth-child(3) { width: 43%; height: 38%; right: 8%; bottom: 6%; }
.mini-map { transform: rotate(1deg); }
.slider-shell { position: relative; overflow: visible; }
.exhibitor-slider {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 390px); gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 72px 16px; scrollbar-width: thin;
  cursor: grab; touch-action: pan-y;
}
.exhibitor-slider.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.slider-card { scroll-snap-align: start; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 12px 34px rgba(75,58,38,.07); }
.slider-link { display: block; height: 100%; }
.slider-link:hover h3, .slider-link:focus-visible h3 { color: var(--gold-dark); }
.slider-card img, .directory-card img, .blog-card.with-image img { width: 100%; aspect-ratio: 16 / 6.4; max-height: 185px; object-fit: cover; }
.slider-card div, .blog-card.with-image div { padding: 20px; }
.slider-arrow {
  position: absolute; top: 50%; z-index: 6; width: 58px; height: 58px; transform: translateY(-50%);
  border: 2px solid rgba(154,116,49,.3); border-radius: 50%; background: var(--gold); color: #fffdf9;
  box-shadow: 0 18px 40px rgba(75,58,38,.2); cursor: pointer; font-size: 36px; line-height: 1; display: grid; place-items: center;
}
.slider-arrow.prev { left: -8px; }
.slider-arrow.next { right: -8px; }
.slider-arrow:hover, .slider-arrow:focus-visible { border-color: rgba(154,116,49,.72); background: #dfc586; transform: translateY(-50%) scale(1.04); }
.arrival-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 24px 0; }
.arrival-grid article { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--ivory); }
.arrival-icon {
  width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%;
  background: rgba(210,179,118,.24); color: var(--gold-dark); margin-bottom: 12px;
}
.arrival-icon svg { width: 25px; height: 25px; }
.arrival-icon path, .arrival-icon circle { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.arrival-grid .icon-badge, .topic-grid .icon-badge {
  width: fit-content; min-width: 46px; height: 34px; padding: 0 10px; display: inline-grid; place-items: center;
  border-radius: 999px; background: rgba(210,179,118,.24); color: var(--gold-dark);
  margin-bottom: 10px; font-size: 12px; font-weight: 900; letter-spacing: .02em;
}
.arrival-grid strong { display: block; margin-bottom: 6px; }
.closing-cta { position: relative; overflow: hidden; background: #2d292a; color: white; }
.closing-cta img { width: 100%; height: 430px; object-fit: cover; border-radius: 8px; opacity: .82; }
.closing-cta h2, .closing-cta p { color: white; }

.exhibitor-directory { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.directory-card { background: var(--ivory); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 12px 34px rgba(75,58,38,.07); }
.directory-link { display: block; height: 100%; }
.directory-link:hover h3, .directory-link:focus-visible h3 { color: var(--gold-dark); }
.directory-card div { padding: 20px; }
.directory-card strong { color: var(--gold-dark); }
.profile-hero {
  position: relative; min-height: 460px; display: grid; align-items: end; padding: clamp(42px, 7vw, 82px);
  overflow: hidden; background: #2d292a;
}
.profile-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(43,38,40,.08), rgba(43,38,40,.82)); }
.profile-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.profile-hero div { position: relative; z-index: 1; max-width: 850px; }
.profile-hero h1, .profile-hero p { color: white; }
.profile-content { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(26px, 5vw, 64px); align-items: start; }
.profile-facts { position: sticky; top: 92px; }
.profile-facts h2 { font-size: 32px; margin-bottom: 18px; }
.profile-fact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.profile-fact-list li { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 14px; align-items: center; }
.profile-fact-icon { width: 46px; height: 46px; display: inline-grid; place-items: center; border-radius: 999px; background: rgba(210,179,118,.18); color: var(--gold-dark); }
.profile-fact-icon svg { width: 22px; height: 22px; }
.profile-fact-list small { display: block; margin-bottom: 3px; color: var(--soft-ink); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.profile-fact-list strong, .profile-fact-list a, .profile-fact-list button { color: var(--ink); font-size: 18px; font-weight: 900; line-height: 1.25; overflow-wrap: anywhere; }
.profile-fact-list button { padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.profile-fact-list a:hover, .profile-fact-list button:hover { color: var(--gold-dark); }
.profile-map-section { position: relative; }
.profile-extra-blocks { display: block; }
.profile-extra { width: 100%; margin: 0; }
.profile-text-image {
  display: grid; grid-template-columns: minmax(0, .92fr) minmax(280px, .72fr); gap: clamp(22px, 4vw, 52px); align-items: center;
}
.profile-text-image.is-reverse { grid-template-columns: minmax(280px, .72fr) minmax(0, .92fr); }
.profile-text-image.is-reverse div { order: 2; }
.profile-text-image img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-radius: 8px; box-shadow: 0 18px 34px rgba(75,58,38,.13); }
.profile-gallery-block { overflow: hidden; }
.profile-gallery-head { margin-bottom: 18px; }
.profile-gallery-slider-shell { margin-top: 10px; }
.profile-gallery-track { grid-auto-columns: minmax(260px, 410px); padding-top: 8px; }
[data-slider-loop] [data-slider] { scroll-snap-type: none; }
.profile-gallery-slide { scroll-snap-align: start; margin: 0; }
.profile-gallery-track img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; box-shadow: 0 16px 34px rgba(75,58,38,.12); }
.profile-quote-block,
.profile-faq-block,
.profile-feature-block,
.profile-cta-block {
  background: transparent;
}
.profile-quote-block { text-align: center; }
.profile-quote-block blockquote { max-width: 900px; margin: 8px auto 14px; font-family: var(--classic); font-size: clamp(30px, 4vw, 54px); line-height: 1.04; color: var(--ink); }
.profile-quote-block cite { display: block; color: var(--gold-dark); font-style: normal; font-weight: 900; }
.profile-faq-list { display: grid; gap: 10px; margin-top: 18px; }
.profile-faq-list details { border: 1px solid rgba(210,179,118,.32); border-radius: 8px; background: rgba(246,236,220,.24); overflow: hidden; }
.profile-faq-list summary { cursor: pointer; padding: 15px 18px; font-weight: 900; }
.profile-faq-list p { margin: 0; padding: 0 18px 16px; }
.profile-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.profile-feature-grid article { padding: 18px; border: 1px solid rgba(210,179,118,.32); border-radius: 8px; background: rgba(246,236,220,.22); }
.profile-feature-grid span { display: block; width: 34px; height: 34px; border-radius: 999px; background: rgba(210,179,118,.2); margin-bottom: 12px; }
.profile-feature-grid h3 { font-size: 22px; margin-bottom: 6px; }
.profile-feature-grid p { margin: 0; }
.profile-cta-block { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.profile-cta-block h2 { margin-bottom: 8px; }
@keyframes profileGalleryDrift { from { transform: translateX(0); } to { transform: translateX(-18%); } }
.hall-page { position: relative; }
.hall-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 20px; align-items: start; }
.large-map { width: 100%; }
.map-side-list { position: sticky; top: 92px; display: grid; gap: 9px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--ivory); box-shadow: var(--shadow); }
.map-side-list h2 { font-size: 28px; }
.map-side-list button { display: grid; gap: 2px; width: 100%; padding: 10px; border-radius: 8px; border: 1px solid transparent; background: transparent; text-align: left; cursor: pointer; }
.map-side-list button:hover, .map-side-list button:focus-visible { border-color: var(--line); background: rgba(210,179,118,.14); }
.map-side-list span { color: var(--soft-ink); font-size: 14px; }
.stand-tooltip {
  position: fixed; z-index: 120; width: min(330px, calc(100vw - 28px)); pointer-events: auto; cursor: pointer;
  background: rgba(255,253,249,.98); border: 1px solid rgba(210,179,118,.42); border-radius: 8px;
  overflow: hidden; box-shadow: 0 24px 60px rgba(75,58,38,.18);
}
.stand-tooltip[hidden] { display: none; }
.stand-tooltip img { width: 100%; height: 104px; object-fit: cover; }
.stand-tooltip > div { padding: 14px; }
.stand-tooltip > div > span { color: var(--rose); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.stand-tooltip > div > strong { display: block; margin: 4px 0 7px; font-family: var(--classic); font-size: 21px; line-height: 1.1; }
.stand-tooltip p { margin: 0; font-size: 14px; line-height: 1.55; }
.stand-tooltip small { display: inline-block; margin-top: 10px; color: var(--gold-dark); font-weight: 900; }
.stand-tooltip.is-free-stand { cursor: default; background: linear-gradient(145deg, rgba(255,253,249,.99), rgba(246,236,220,.94)); }
.stand-tooltip.is-booked-stand { cursor: default; }
.stand-tooltip-facts {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px;
  list-style: none; padding: 0; margin: 12px 0 0;
}
.stand-tooltip-facts li { padding: 9px; border: 1px solid rgba(210,179,118,.34); border-radius: 8px; background: rgba(255,255,255,.62); }
.stand-tooltip-facts span { display: block; color: var(--soft-ink); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.stand-tooltip-facts strong { display: block; margin-top: 2px; color: var(--ink); font-size: 14px; line-height: 1.15; }

.contact-page .section-head { align-items: start; }
.compact-card { max-width: 360px; }
.contact-step-form { display: grid; gap: 20px; }
.contact-step-form.form-card { padding: clamp(20px, 3vw, 32px); }
.form-step-head { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 4px; }
.form-step-head > span {
  width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center;
  border-radius: 50%; background: var(--gold); color: #fffdf9; font-weight: 900;
}
.form-step-head strong { display: block; font-size: 20px; }
.form-step-head p { margin: 2px 0 0; font-size: 14px; }
.topic-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.topic-grid button {
  min-height: 178px; text-align: left; display: grid; align-content: start; gap: 10px; padding: 20px;
  border: 1px solid var(--line); border-radius: 8px; background: var(--ivory); cursor: pointer; box-shadow: 0 12px 34px rgba(75,58,38,.07);
}
.topic-grid button:hover, .topic-grid button:focus-visible, .topic-grid button[aria-pressed="true"] { border-color: rgba(210,179,118,.82); box-shadow: 0 18px 45px rgba(75,58,38,.11); }
.topic-icon {
  position: relative; width: 48px; height: 48px; display: block; border-radius: 50%;
  background: rgba(210,179,118,.22); color: var(--gold-dark);
}
.topic-icon::before, .topic-icon::after { content: ""; position: absolute; box-sizing: border-box; }
.topic-icon.visit::before { width: 22px; height: 18px; left: 13px; top: 15px; border: 2px solid currentColor; border-radius: 11px 11px 11px 3px; }
.topic-icon.visit::after { width: 6px; height: 6px; left: 20px; top: 21px; border-radius: 50%; background: currentColor; box-shadow: 8px 0 0 currentColor; }
.topic-icon.arrival::before { width: 18px; height: 24px; left: 15px; top: 10px; border: 2px solid currentColor; border-radius: 12px 12px 12px 0; transform: rotate(-45deg); }
.topic-icon.arrival::after { width: 8px; height: 8px; left: 20px; top: 18px; border: 2px solid currentColor; border-radius: 50%; }
.topic-icon.exhibitor::before { width: 26px; height: 20px; left: 11px; top: 17px; border: 2px solid currentColor; border-radius: 3px; }
.topic-icon.exhibitor::after { width: 14px; height: 8px; left: 17px; top: 10px; border: 2px solid currentColor; border-bottom: 0; border-radius: 8px 8px 0 0; }
.topic-icon.other::before { width: 22px; height: 22px; left: 13px; top: 13px; border: 2px solid currentColor; border-radius: 50%; }
.topic-icon.other::after { width: 4px; height: 16px; left: 22px; top: 16px; border-radius: 3px; background: currentColor; transform: rotate(45deg); }
.topic-grid strong { font-family: var(--classic); font-size: 26px; line-height: 1.12; }
.topic-grid small { color: var(--soft-ink); }
.contact-panel { display: grid; gap: 16px; }
.contact-details.contact-panel { border-top: 1px solid var(--line); padding-top: 18px; }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; }
.privacy-check input { width: auto; min-height: auto; margin-top: 6px; }
.privacy-check a { text-decoration: underline; }

.registration-wizard { max-width: 980px; margin: 0 auto; display: grid; gap: 18px; }
.wizard-progress { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; padding: 0; margin: 0; }
.wizard-progress li { padding: 11px 8px; text-align: center; border: 1px solid var(--line); border-radius: 999px; color: var(--soft-ink); background: rgba(255,255,255,.55); cursor: default; }
.wizard-progress li.active { background: var(--gold); color: #fffdf9; font-weight: 800; }
.wizard-progress li.is-done { cursor: pointer; color: var(--ink); border-color: rgba(210,179,118,.55); background: rgba(210,179,118,.13); }
.wizard-progress li.is-locked { opacity: .62; }
.wizard-step h2 { font-family: var(--classic); font-size: clamp(28px, 3.2vw, 42px); margin-bottom: 18px; line-height: 1.08; }
.booking-map { margin: 18px 0; }
.addon-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.addon-card {
  display: grid; grid-template-columns: minmax(0, 1fr) 92px; gap: 14px; align-items: center;
  padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,253,249,.78);
}
.addon-card strong { display: block; font-family: var(--classic); font-size: 22px; line-height: 1.12; }
.addon-card small, .addon-card em { display: block; color: var(--soft-ink); font-style: normal; margin-top: 4px; }
.addon-card em { color: var(--gold-dark); font-weight: 900; }
.addon-card input { text-align: center; font-weight: 900; }
.addon-total { width: fit-content; margin-top: 14px; padding: 10px 14px; border-radius: 999px; background: rgba(210,179,118,.18); color: var(--gold-dark); font-weight: 900; }
.wizard-controls { display: flex; justify-content: space-between; gap: 12px; }
.wizard-controls [data-wizard-prev] { background: #f2f0ed; color: #6d6461; border-color: rgba(43,38,40,.12); }
.wizard-controls [data-wizard-prev]:not(:disabled):hover, .wizard-controls [data-wizard-prev]:not(:disabled):focus-visible { background: #e9e4dc; color: var(--ink); }
.wizard-controls [data-wizard-prev]:disabled { cursor: not-allowed; opacity: .72; }
.success-panel { max-width: 860px; margin: 0 auto 28px; padding: 28px; border: 1px solid rgba(185,77,74,.18); border-radius: 8px; background: rgba(255,255,255,.75); box-shadow: var(--shadow); text-align: center; }
.confetti-piece { position: fixed; top: -16px; z-index: 999; width: 10px; height: 16px; border-radius: 2px; animation: confetti-fall 3.8s linear forwards; }
@keyframes confetti-fall { to { transform: translateY(110vh) rotate(720deg); opacity: 0; } }

.planning-hero, .login-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr); gap: clamp(28px, 5vw, 70px); align-items: center; }
.planning-hero img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.planning-flow { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 70px); }
.timeline-list { position: relative; display: grid; gap: 14px; }
.timeline-list.enhanced::before {
  content: ""; position: absolute; left: 67px; top: 18px; bottom: 18px; width: 2px;
  background: linear-gradient(var(--gold), rgba(210,179,118,.15));
}
.timeline-list article {
  position: relative; display: grid; grid-template-columns: 96px 1fr; gap: 18px; padding: 20px;
  border: 1px solid var(--line); border-radius: 8px; background: rgba(255,253,249,.88);
  box-shadow: 0 12px 34px rgba(75,58,38,.07);
}
.timeline-list article:hover { border-color: rgba(210,179,118,.72); transform: translateX(3px); transition: transform .2s ease, border-color .2s ease; }
.timeline-list span {
  position: relative; z-index: 1; width: 74px; height: 44px; display: grid; place-items: center;
  border-radius: 999px; background: var(--gold); color: #fffdf9; font-weight: 900; box-shadow: 0 10px 20px rgba(154,116,49,.16);
}
.timeline-list strong { display: block; margin-bottom: 4px; }
.timeline-list p { margin: 0; }
.login-card { display: grid; gap: 15px; }
.login-card h2 { font-size: 34px; }
.small-link { color: var(--gold-dark); font-weight: 800; text-decoration: underline; }
.admin-dashboard { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.admin-page { display: grid; gap: 22px; }
.admin-page h1, .admin-page h2 { font-family: var(--classic); font-weight: 650; line-height: 1.05; }
.admin-page h1 { font-size: clamp(34px, 4vw, 54px); }
.admin-page h2 { font-size: clamp(26px, 3vw, 36px); }
.admin-tabs { position: sticky; top: 76px; z-index: 8; display: flex; gap: 8px; flex-wrap: wrap; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,253,249,.94); backdrop-filter: blur(14px); }
.admin-tabs a { min-height: 36px; display: inline-flex; align-items: center; padding: 0 13px; border-radius: 999px; font-weight: 800; color: var(--soft-ink); }
.admin-tabs a:hover, .admin-tabs a:focus-visible, .admin-tabs a.active { background: rgba(210,179,118,.18); color: var(--ink); }
.admin-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.admin-stats article { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--ivory); box-shadow: 0 12px 34px rgba(75,58,38,.07); }
.admin-stats span { display: block; color: var(--soft-ink); font-size: 13px; font-weight: 800; }
.admin-stats strong { font-family: var(--classic); font-size: 42px; font-weight: 650; line-height: 1; }
.admin-section { display: grid; gap: 18px; scroll-margin-top: 150px; }
.admin-section h2 { font-size: 34px; }
.admin-list { display: grid; gap: 14px; }
.admin-item { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.58); }
.admin-list.compact .admin-item, .admin-item.edit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.admin-item .wide { grid-column: 1 / -1; }
.admin-actions { display: grid; gap: 10px; align-content: start; }
.admin-danger-details { border: 1px solid rgba(185,77,74,.22); border-radius: 8px; padding: 10px; background: rgba(185,77,74,.04); }
.admin-danger-details summary { cursor: pointer; font-weight: 900; color: #8f2825; }
.admin-danger-details form { display: grid; gap: 8px; margin-top: 10px; }
.admin-danger-details label { font-size: 13px; color: var(--soft-ink); }
.admin-table { display: grid; gap: 8px; }
.admin-row { display: grid; grid-template-columns: minmax(150px, 1.2fr) minmax(150px, 1fr) minmax(80px, .6fr) auto auto auto; gap: 8px; align-items: center; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.56); }
.admin-row.invoice-row { grid-template-columns: minmax(150px, 1.1fr) minmax(170px, 1fr) minmax(120px, .8fr) minmax(150px, .8fr) repeat(7, auto); }
.invoice-editor-form { align-items: start; }
.invoice-lines { display: grid; gap: 8px; }
.invoice-line { display: grid; grid-template-columns: minmax(170px, 1fr) minmax(210px, 1.2fr) 82px 104px 84px 42px; gap: 8px; align-items: start; }
.invoice-line-head { color: var(--soft-ink); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.invoice-line textarea { min-height: 46px; }
.invoice-line .button { min-width: 0; padding: 0; }
.invoice-editor-summary { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(246,236,220,.32); }
.invoice-stats { margin-bottom: 12px; }
.admin-row.invoice-row {
  grid-template-columns: minmax(210px, 1.25fr) repeat(4, minmax(92px, .54fr)) minmax(220px, auto);
  align-items: center;
  padding: 14px;
}
.invoice-main, .invoice-money { display: grid; gap: 3px; }
.invoice-main strong { font-size: 17px; }
.invoice-main small, .invoice-money span, .invoice-mini-list span, .invoice-note { color: var(--soft-ink); font-size: 13px; line-height: 1.45; }
.invoice-money strong { color: var(--ink); font-size: 16px; }
.invoice-row-actions { display: flex; gap: 8px; justify-content: flex-end; align-items: center; flex-wrap: wrap; }
.invoice-row-actions .button { min-height: 42px; white-space: nowrap; }
.invoice-detail-modal { width: min(1320px, calc(100vw - 28px)); }
.invoice-detail-modal .form-card { max-height: min(86vh, 900px); overflow: auto; }
.invoice-detail-card { padding: clamp(18px, 3vw, 30px); }
.invoice-detail-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .72fr); gap: 18px; align-items: start; }
.invoice-preview-card, .invoice-detail-actions section {
  border: 1px solid var(--line); border-radius: 8px; background: rgba(255,253,249,.72); box-shadow: 0 12px 30px rgba(75,58,38,.06);
}
.invoice-preview-card { padding: clamp(16px, 2vw, 24px); }
.invoice-preview-head { display: flex; justify-content: space-between; gap: 14px; align-items: start; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.invoice-preview-head h3 { margin: 0; font-family: var(--classic); font-size: clamp(26px, 3vw, 38px); line-height: 1.04; }
.invoice-preview-meta { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 14px 0; }
.invoice-preview-meta div, .invoice-preview-parties article { padding: 12px; border-radius: 8px; background: rgba(246,236,220,.34); }
.invoice-preview-meta dt, .invoice-preview-totals dt { color: var(--soft-ink); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.invoice-preview-meta dd, .invoice-preview-totals dd { margin: 3px 0 0; font-weight: 900; }
.invoice-preview-parties { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.invoice-preview-parties p { margin: 8px 0 0; color: var(--soft-ink); line-height: 1.55; }
.invoice-preview-items { display: grid; margin-top: 18px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.invoice-preview-item { display: grid; grid-template-columns: minmax(220px, 1fr) 110px 118px 118px; gap: 10px; align-items: start; padding: 12px; border-top: 1px solid var(--line); background: rgba(255,255,255,.5); }
.invoice-preview-item:first-child { border-top: 0; }
.invoice-preview-item.is-head { background: var(--gold); color: white; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.invoice-preview-item small { display: block; margin-top: 5px; color: var(--soft-ink); line-height: 1.45; }
.invoice-preview-totals { display: grid; gap: 7px; width: min(330px, 100%); margin: 16px 0 0 auto; padding: 14px; border-radius: 8px; background: rgba(246,236,220,.42); }
.invoice-preview-totals div { display: flex; justify-content: space-between; gap: 12px; }
.invoice-preview-totals .is-strong { padding-top: 8px; border-top: 1px solid var(--line); color: var(--gold-dark); }
.invoice-detail-actions { display: grid; gap: 12px; }
.invoice-detail-actions section { padding: 16px; }
.invoice-detail-actions h3 { margin: 0 0 10px; font-size: 22px; }
.invoice-detail-actions p { margin: 0 0 12px; color: var(--soft-ink); }
.invoice-detail-actions .button-row { display: flex; flex-wrap: wrap; gap: 8px; }
.invoice-detail-actions .form-grid { gap: 10px; }
.invoice-admin-tools {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 120px minmax(150px, .8fr) auto minmax(180px, .9fr) auto minmax(180px, .9fr) auto auto auto auto;
  gap: 9px;
  align-items: end;
  padding-top: 12px;
  margin-top: 4px;
  border-top: 1px solid var(--line);
}
.invoice-mini-list { display: grid; gap: 4px; align-self: center; }
.invoice-mini-list strong { color: var(--gold-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.invoice-admin-tools label { font-size: 12px; }
.invoice-admin-tools input { min-height: 38px; }
.invoice-note { grid-column: 1 / -1; padding: 10px 12px; border: 1px solid rgba(185,77,74,.22); border-radius: 8px; background: rgba(185,77,74,.08); }
.admin-card-link { display: grid; gap: 8px; color: var(--ink); }
.admin-card-link span { color: var(--gold-dark); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.admin-card-link strong { font-size: 20px; }
.admin-content-list { display: grid; gap: 12px; }
.admin-content-row { display: grid; grid-template-columns: 170px minmax(0, 1fr) minmax(150px, auto); gap: 16px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.62); }
.request-row { grid-template-columns: 124px minmax(0, 1fr) minmax(150px, auto); }
.admin-status-badge { min-height: 72px; display: grid; place-items: center; border-radius: 8px; background: rgba(210,179,118,.18); color: var(--gold-dark); font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: .06em; text-align: center; }
.admin-status-badge.abgelehnt, .admin-status-badge.gesperrt { background: rgba(185,77,74,.12); color: #8f2825; }
.admin-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 18px; align-items: start; }
.admin-modal { width: min(980px, calc(100vw - 28px)); border: 0; border-radius: 10px; padding: 0; background: transparent; }
.admin-modal::backdrop { background: rgba(43,38,40,.32); backdrop-filter: blur(10px); }
.modal-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 16px; }
.settings-separator {
  margin-top: 12px; padding-top: 18px; border-top: 1px solid var(--line);
}
.settings-separator h2 { font-size: 28px; margin-bottom: 4px; }
.settings-separator p { margin: 0; }
.admin-addon-editor { display: grid; gap: 12px; }
.addon-admin-row {
  display: grid; grid-template-columns: 120px minmax(150px, .8fr) minmax(220px, 1.15fr) minmax(110px, .55fr) minmax(100px, .45fr) minmax(92px, .4fr) minmax(160px, .8fr) 110px;
  gap: 10px; align-items: end; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.58);
}
.addon-admin-row > span { align-self: center; color: var(--gold-dark); font-weight: 900; white-space: nowrap; }
.role-grid .soft-card h3 { margin-bottom: 8px; }
.inline-form { display: grid; gap: 8px; }
.ai-banner-box {
  display: grid; grid-template-columns: minmax(260px, 1fr) auto; gap: 10px; align-items: end;
  padding: 13px; border: 1px dashed rgba(210,179,118,.65); border-radius: 8px; background: rgba(246,236,220,.35);
}
.ai-banner-box span, .media-required-status { color: var(--soft-ink); font-size: 13px; line-height: 1.45; }
.ai-banner-box span { grid-column: 1 / -1; }
.media-required-status { align-self: end; padding-bottom: 10px; }
.media-strip { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,253,249,.72); }
.media-strip .eyebrow { width: 100%; margin-bottom: 2px; }
.media-strip button { width: 78px; height: 52px; padding: 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: white; cursor: pointer; }
.media-strip img { width: 100%; height: 100%; object-fit: cover; }
.media-choice { display: grid; gap: 7px; align-self: end; min-height: 76px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,253,249,.78); }
.media-choice strong { font-size: 14px; }
.media-choice span { color: var(--soft-ink); font-size: 13px; overflow-wrap: anywhere; }
.media-field-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.media-modal { width: min(1120px, calc(100vw - 28px)); }
.media-modal-card { max-height: min(820px, calc(100vh - 44px)); overflow: auto; }
.media-upload-inline {
  display: grid; grid-template-columns: minmax(150px, 200px) minmax(200px, 1fr) minmax(220px, 1fr) auto;
  gap: 12px; align-items: end; padding: 12px; margin-bottom: 16px;
  border: 1px dashed rgba(210,179,118,.6); border-radius: 8px; background: rgba(246,236,220,.34);
}
.media-library-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.media-library-grid article { display: grid; gap: 8px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.64); }
.media-library-grid img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 6px; background: var(--champagne); }
.media-library-grid strong { font-size: 13px; overflow-wrap: anywhere; }
.media-library-grid input { min-height: 36px; font-size: 12px; }
.media-admin-card form { display: grid; gap: 8px; }
.media-admin-form label { font-size: 13px; }
.media-picker-grid { max-height: 520px; overflow: auto; padding-right: 4px; }
.media-picker-item {
  display: grid; gap: 8px; padding: 10px; text-align: left; border: 1px solid var(--line);
  border-radius: 8px; background: rgba(255,255,255,.68); cursor: pointer;
}
.media-picker-item:hover, .media-picker-item:focus-visible { border-color: rgba(210,179,118,.86); box-shadow: 0 12px 28px rgba(75,58,38,.1); }
.media-picker-item img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 6px; background: var(--champagne); }
.media-picker-item span { font-size: 12px; color: var(--soft-ink); overflow-wrap: anywhere; }
.media-picker-item small { color: var(--gold-dark); font-size: 11px; font-weight: 800; overflow-wrap: anywhere; }
.profile-block-admin { display: grid; gap: 18px; }
.profile-block-admin-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.profile-block-admin-head h2 { font-size: 28px; margin: 0 0 5px; }
.profile-block-admin-head p { margin: 0; color: var(--soft-ink); }
.profile-editor-part { display: grid; gap: 14px; padding: 16px; border: 1px solid rgba(210,179,118,.24); border-radius: 8px; background: rgba(255,255,255,.48); }
.profile-editor-part-head { display: flex; gap: 13px; align-items: flex-start; }
.profile-editor-part-head > span { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 999px; background: var(--gold); color: #fffdf9; font-weight: 900; }
.profile-editor-part-head h3 { margin: 0 0 3px; font-size: 22px; }
.profile-editor-part-head p { margin: 0; color: var(--soft-ink); }
.profile-block-list { display: grid; gap: 14px; }
.profile-block-add-panel {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px dashed rgba(210,179,118,.65);
  border-radius: 8px;
  background: rgba(246,236,220,.26);
}
.profile-block-add-panel .eyebrow { margin: 0; }
.profile-block-add-panel .button-row { align-items: stretch; }
.profile-block-add-panel .button { min-height: 40px; }
.profile-block-item { display: grid; gap: 14px; padding: 16px; border: 1px solid rgba(210,179,118,.34); border-radius: 8px; background: rgba(255,253,249,.82); box-shadow: 0 14px 34px rgba(75,58,38,.07); }
.profile-block-item.is-collapsed { gap: 0; background: rgba(255,253,249,.64); box-shadow: none; }
.profile-block-item.is-collapsed .profile-block-preview,
.profile-block-item.is-collapsed .profile-block-fields { display: none; }
.profile-block-item-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.profile-block-item-head small { display: block; color: var(--soft-ink); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.profile-block-item-head strong { font-size: 18px; }
.profile-block-preview {
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid rgba(210,179,118,.28);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,.86), rgba(246,236,220,.38));
}
.profile-block-preview span { color: var(--rose); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.profile-block-preview h3 { margin: 6px 0 7px; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.05; }
.profile-block-preview p { margin: 0; color: var(--soft-ink); }
.preview-text-image { display: grid; grid-template-columns: minmax(0, 1fr) minmax(160px, .55fr); gap: 18px; align-items: center; }
.preview-text-image.is-reverse { grid-template-columns: minmax(160px, .55fr) minmax(0, 1fr); }
.preview-text-image.is-reverse div:first-child { order: 2; }
.profile-block-preview img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 8px; }
.profile-preview-placeholder { min-height: 120px; display: grid; place-items: center; border: 1px dashed rgba(210,179,118,.7); border-radius: 8px; color: var(--gold-dark); background: rgba(210,179,118,.12); font-weight: 900; }
.preview-gallery { display: grid; gap: 14px; }
.preview-gallery-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.preview-gallery-strip .profile-preview-placeholder { grid-column: 1 / -1; }
.preview-quote { text-align: center; }
.preview-quote blockquote { margin: 8px auto; font-family: var(--classic); font-size: clamp(28px, 4vw, 48px); line-height: 1.04; }
.preview-quote cite { color: var(--gold-dark); font-style: normal; font-weight: 900; }
.preview-features > div:last-child { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.preview-features article { padding: 12px; border: 1px solid rgba(210,179,118,.28); border-radius: 8px; background: rgba(255,255,255,.62); }
.preview-faq { display: grid; gap: 8px; }
.preview-faq p { padding: 10px; border: 1px solid rgba(210,179,118,.24); border-radius: 8px; background: rgba(255,255,255,.55); }
.preview-cta { display: flex; gap: 16px; align-items: center; justify-content: space-between; }
.profile-block-fields { padding-top: 4px; }
.profile-repeater { display: grid; gap: 10px; }
.profile-repeater article { display: grid; gap: 9px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.62); }
.profile-repeater-head { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.profile-gallery-editor { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.profile-gallery-editor > div { display: grid; gap: 8px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.62); }
.profile-gallery-editor small { color: var(--soft-ink); font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.profile-gallery-editor span { color: var(--soft-ink); font-size: 12px; overflow-wrap: anywhere; }
.standplan-plan-manager { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: 18px; align-items: start; }
.standplan-plan-manager h2 { margin-bottom: 6px; }
.standplan-plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.plan-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,253,249,.78);
  box-shadow: 0 12px 30px rgba(75,58,38,.06);
}
.plan-card.is-active { border-color: rgba(154,116,49,.5); background: rgba(210,179,118,.15); }
.plan-card.is-open { outline: 2px solid rgba(210,179,118,.34); outline-offset: 3px; }
.plan-card h3 { font-size: 20px; margin: 4px 0; }
.plan-card p { margin: 0; font-size: 14px; color: var(--soft-ink); }
.plan-card .button-row form { display: contents; }
.plan-badge { display: inline-flex; width: fit-content; padding: 4px 9px; border-radius: 999px; background: rgba(210,179,118,.18); color: var(--gold-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.inline-admin-form { display: grid; gap: 10px; margin-top: 14px; }
.micro-note { margin: 0; color: var(--soft-ink); font-size: 13px; line-height: 1.45; }
.standplan-editor-shell { display: block; }
.standplan-editor {
  display: grid;
  grid-template-columns: minmax(250px, 310px) minmax(0, 1fr) minmax(250px, 300px);
  gap: 18px;
  align-items: start;
}
.standplan-toolbar,
.standplan-actions {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 18px;
  max-height: calc(100vh - 110px);
  overflow: auto;
}
.standplan-toolbar h2,
.standplan-actions h2 { font-family: var(--classic); font-size: 22px; margin-bottom: 10px; }
.editor-tool-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.editor-tool-grid .button { min-height: 38px; padding-inline: 10px; }
.editor-tool-grid .active { background: var(--gold); color: #fffdf9; border-color: rgba(154,116,49,.24); }
.editor-tool-grid .button:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.editor-panel { display: grid; gap: 10px; padding-top: 14px; border-top: 1px solid var(--line); }
.compact-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.compact-fields textarea { min-height: 78px; }
.standplan-editor-canvas {
  min-height: 70vh;
  padding: 10px;
  overflow: auto;
  background: linear-gradient(145deg, rgba(255,253,249,.98), rgba(246,236,220,.35));
}
.standplan-builder-map {
  min-width: 980px;
  min-height: 680px;
  border: 1px solid rgba(43,38,40,.12);
  border-radius: 8px;
  background:
    linear-gradient(rgba(154,116,49,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154,116,49,.06) 1px, transparent 1px),
    linear-gradient(135deg, #fffdf9, #f9efe3);
  background-size: 24px 24px, 24px 24px, auto;
  touch-action: none;
}
.editor-background-image { pointer-events: none; }
.editor-hit-target {
  fill: none;
  stroke: transparent;
  stroke-width: 24;
  cursor: grab;
  pointer-events: stroke;
  vector-effect: non-scaling-stroke;
}
.editor-hit-target:hover,
.editor-hit-target.is-selected-hit {
  stroke: rgba(210,179,118,.22);
}
.editor-hit-target.is-selected-hit,
.standplan-editor.is-near-insert-point .editor-hit-target.is-selected-hit {
  cursor: copy;
}
.standplan-builder-map .editor-item { cursor: grab; }
.standplan-builder-map .editor-item:active { cursor: grabbing; }
.standplan-editor.is-space-pan .standplan-builder-map { cursor: grab; }
.standplan-editor[data-editor-tool="view"] .standplan-builder-map { cursor: grab; }
.standplan-editor.is-panning .standplan-builder-map,
.standplan-editor.is-panning .editor-hit-target,
.standplan-editor.is-panning .editor-item { cursor: grabbing; }
.stand-button.is-editor-selected .stand-shape { cursor: copy; }
.standplan-builder-map .is-editor-selected .stand-shape,
.standplan-builder-map .is-editor-selected {
  filter: drop-shadow(0 10px 18px rgba(154,116,49,.28));
}
.standplan-builder-map path.is-editor-selected,
.standplan-builder-map text.is-editor-selected { stroke: var(--gold-dark); stroke-width: 2; paint-order: stroke; }
.editor-edge-handle {
  fill: rgba(255,253,249,.96);
  stroke: var(--gold-dark);
  stroke-width: 2;
  cursor: grab;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 4px 8px rgba(154,116,49,.2));
}
.editor-edge-handle:hover,
.editor-edge-handle.is-active-edge {
  fill: var(--gold);
  stroke: #fffdf9;
}
.standplan-editor.is-panning .editor-edge-handle { cursor: grabbing; }
.editor-handle {
  fill: #fffdf9;
  stroke: var(--rose);
  stroke-width: 2;
  cursor: move;
  vector-effect: non-scaling-stroke;
}
.editor-handle.is-active-point { fill: var(--gold); stroke: var(--gold-dark); }
.editor-insert-preview {
  fill: rgba(210,179,118,.7);
  stroke: #fffdf9;
  stroke-width: 3;
  pointer-events: none;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 5px 10px rgba(154,116,49,.35));
}
.standplan-fullscreen-open,
.standplan-fullscreen-open body { overflow: hidden; }
.standplan-editor.is-fullscreen-editor {
  --standplan-rail: clamp(300px, 20vw, 360px);
  --standplan-gap: 16px;
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: block;
  padding: 0;
  background: radial-gradient(circle at 50% 45%, rgba(255,253,249,.98), #f4ebdd);
}
.standplan-editor.is-fullscreen-editor .standplan-editor-canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--standplan-rail) + (var(--standplan-gap) * 2));
  right: calc(var(--standplan-rail) + (var(--standplan-gap) * 2));
  min-height: 100vh;
  height: 100vh;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.standplan-editor.is-fullscreen-editor .standplan-builder-map {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  border: 0;
  border-radius: 0;
}
.standplan-editor.is-fullscreen-editor .standplan-toolbar,
.standplan-editor.is-fullscreen-editor .standplan-actions {
  position: absolute;
  z-index: 2;
  top: var(--standplan-gap);
  bottom: var(--standplan-gap);
  width: var(--standplan-rail);
  max-height: none;
  background: rgba(255,253,249,.84);
  box-shadow: 0 24px 70px rgba(75,58,38,.18);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(210,179,118,.34);
  opacity: 1;
  transition: box-shadow .22s ease;
}
.standplan-editor.is-fullscreen-editor .standplan-toolbar {
  left: var(--standplan-gap);
  transform: none;
}
.standplan-editor.is-fullscreen-editor .standplan-actions {
  right: var(--standplan-gap);
  transform: none;
}
.standplan-editor.is-fullscreen-editor .standplan-toolbar:hover,
.standplan-editor.is-fullscreen-editor .standplan-toolbar:focus-within,
.standplan-editor.is-fullscreen-editor .standplan-actions:hover,
.standplan-editor.is-fullscreen-editor .standplan-actions:focus-within {
  box-shadow: 0 30px 84px rgba(75,58,38,.22);
}
.shortcut-list { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; color: var(--soft-ink); font-size: 14px; }
.shortcut-list kbd {
  display: inline-flex;
  min-width: 24px;
  min-height: 22px;
  padding: 2px 6px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255,255,255,.78);
  color: var(--ink);
  font: 700 12px/1 var(--sans);
}
.editor-drawing-line {
  fill: none;
  stroke: var(--rose);
  stroke-width: 3;
  stroke-dasharray: 8 8;
  vector-effect: non-scaling-stroke;
}
.editor-drawing-dot,
.editor-drawing-start {
  fill: #fffdf9;
  stroke: var(--rose);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}
.editor-drawing-start { fill: var(--gold); stroke: var(--gold-dark); }
.admin-content-row img { width: 170px; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 8px; background: var(--blush); }
.admin-content-row h3 { margin: 0 0 4px; font-size: 24px; }
.admin-content-row p { margin: 0 0 6px; }
.editor-layout { display: grid; gap: 22px; }
.editor-shell { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 18px; align-items: start; }
.editor-toolbar { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,253,249,.92); }
.editor-toolbar button { min-height: 34px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; background: white; font-weight: 900; cursor: pointer; }
.editor-toolbar button:hover, .editor-toolbar button:focus-visible { border-color: rgba(210,179,118,.75); background: rgba(210,179,118,.16); }
.editor-textarea { min-height: 430px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 14px; line-height: 1.55; }
.editor-preview-wrap { position: sticky; top: 150px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.68); box-shadow: 0 12px 34px rgba(75,58,38,.07); }
.editor-preview.article-body { max-width: none; margin: 0; padding: 0; font-size: 16px; }
.article-body h2, .article-body h3 { font-family: var(--classic); margin: 34px 0 12px; }
.article-body ul, .article-body ol { margin: 0 0 24px 24px; }
.article-body li { margin-bottom: 8px; }
.article-body figure { margin: 30px 0; }
.article-body figure img, .article-body > img { width: 100%; height: auto; border-radius: 8px; }
.article-body figcaption { color: var(--soft-ink); font-size: 14px; margin-top: 8px; }
.button.danger, .danger { color: #8f2825; border-color: rgba(185,77,74,.3); }

.article-hero { position: relative; min-height: 380px; display: grid; align-items: end; padding: clamp(42px, 7vw, 82px); overflow: hidden; }
.article-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(43,38,40,.12), rgba(43,38,40,.78)); }
.article-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.article-hero div { position: relative; z-index: 1; max-width: 850px; }
.article-hero h1, .article-hero p { color: white; }
.article-body { max-width: 820px; margin: 0 auto; padding: clamp(42px, 7vw, 82px) 18px; font-size: 19px; }
.article-body p { margin-bottom: 24px; }

@media (max-width: 1040px) {
  .image-story, .hall-teaser, .arrival-section, .closing-cta, .hall-layout, .planning-hero, .planning-flow, .login-layout { grid-template-columns: 1fr; }
  .profile-text-image, .profile-text-image.is-reverse { grid-template-columns: 1fr; }
  .profile-text-image.is-reverse div { order: 0; }
  .profile-feature-grid, .preview-features > div:last-child { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-cta-block, .preview-cta { display: grid; }
  .exhibitor-directory, .arrival-grid, .topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-library-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-upload-inline { grid-template-columns: 1fr; }
  .admin-dashboard { grid-template-columns: 1fr; }
  .admin-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-item, .admin-list.compact .admin-item, .admin-item.edit-grid, .admin-row, .admin-content-row, .request-row, .admin-detail-layout, .editor-shell, .standplan-editor, .standplan-plan-manager, .invoice-line, .admin-row.invoice-row, .invoice-admin-tools, .invoice-detail-layout, .invoice-preview-meta, .invoice-preview-parties, .addon-admin-row { grid-template-columns: 1fr; }
  .invoice-row-actions { justify-content: start; }
  .invoice-preview-item { grid-template-columns: minmax(180px, 1fr) repeat(3, minmax(82px, auto)); }
  .standplan-plan-grid { grid-template-columns: 1fr; }
  .editor-preview-wrap { position: static; }
  .map-side-list { position: static; }
  .standplan-toolbar, .standplan-actions { position: static; max-height: none; }
}

@media (max-width: 760px) {
  body { overflow-x: hidden; }
  .site-header { min-height: 62px; padding: 8px 14px; }
  .brand img { width: min(142px, 42vw); max-height: 46px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 64px 14px 36px; gap: 20px; }
  .hero-content { padding-bottom: 0; }
  .hero-transition, .hero-transition img { display: none !important; }
  .section { padding: 54px 14px; }
  .section-head { gap: 14px; margin-bottom: 22px; }
  .event-highlights { grid-template-columns: 1fr; }
  .image-collage { min-height: 430px; }
  .exhibitor-directory, .arrival-grid, .topic-grid, .wizard-progress, .addon-grid, .addon-card, .profile-gallery-editor, .profile-feature-grid, .preview-features > div:last-child, .preview-text-image, .preview-text-image.is-reverse, .preview-gallery-strip { grid-template-columns: 1fr; }
  .preview-text-image.is-reverse div:first-child { order: 0; }
  .profile-block-admin-head { display: grid; }
  .profile-extra-blocks { padding-inline: 0; }
  .media-library-grid { grid-template-columns: 1fr; }
  .admin-stats { grid-template-columns: 1fr; }
  .admin-tabs { position: static; }
  .invoice-preview-head { display: grid; }
  .invoice-preview-item, .invoice-preview-item.is-head { grid-template-columns: 1fr; gap: 4px; }
  .invoice-preview-item.is-head { display: none; }
  .invoice-detail-card { padding: 14px; }
  .ai-banner-box { grid-template-columns: 1fr; }
  .exhibitor-slider { padding-left: 0; padding-right: 0; }
  .slider-arrow { display: none; }
  .profile-gallery-slider-shell .slider-arrow { display: grid; width: 46px; height: 46px; font-size: 28px; }
  .profile-gallery-slider-shell .slider-arrow.prev { left: 4px; }
  .profile-gallery-slider-shell .slider-arrow.next { right: 4px; }
  .wizard-controls { display: grid; }
  .cookie-banner { left: 14px; right: 14px; width: auto; }
  .quick-grid article, .soft-card, .blog-card, .form-card, .portal-card { padding: 18px; }
  .stand-map { border-radius: 8px; box-shadow: 0 10px 28px rgba(75,58,38,.09); }
  .standplan-editor-canvas { padding: 6px; }
  .standplan-builder-map { min-width: 820px; min-height: 570px; }
  .map-room { font-size: 17px; }
  .map-room.entrance, .map-room.outdoor { font-size: 18px; }
  .stand-label { font-size: 20px; }
  .stand-tooltip {
    position: fixed; left: 14px !important; right: 14px; top: auto !important; bottom: 14px;
    width: auto; max-width: none; transform: none; box-shadow: 0 18px 50px rgba(75,58,38,.18);
  }
  .stand-tooltip img { height: 118px; }
  .button-row .button, .hero-actions .button, .section-actions .button { flex: 1 1 auto; }
  .site-footer { padding: 34px 14px; }
}
