@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root {
  --ink: #10251f;
  --muted: #62706a;
  --paper: #f1efe8;
  --card: #fffefa;
  --brick: #087a4c;
  --brick-dark: #004634;
  --night: #003b2f;
  --gold: #35d36f;
  --line: #d8d9d2;
  --shadow: 0 12px 35px rgb(0 49 37 / 10%);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: linear-gradient(180deg, #f8f8f5 0%, var(--paper) 48%, #e8e9e3 100%); color: var(--ink); font-family: "DM Sans", sans-serif; }
button, input { font: inherit; }
a { color: inherit; }

.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { z-index: 20; top: 12px; left: 12px; padding: 10px 14px; background: white; color: var(--night); }

.brand-header { display: grid; justify-items: center; gap: 7px; padding: 22px 18px 18px; background: #fff; }
.brand-header__wordmark { display: block; width: min(100%, 650px); height: auto; }
.brand-header__fb { display: block; width: 46px; height: auto; }
.hero { position: relative; overflow: hidden; min-height: 480px; padding: 60px 22px 82px; color: #fff; background: radial-gradient(circle at 85% 10%, rgb(53 211 111 / 19%), transparent 28%), linear-gradient(135deg, #002f26 0%, #005340 100%); }
.hero::after { content: ""; position: absolute; inset: auto -10% -125px; height: 180px; background: var(--paper); transform: rotate(-3deg); }
.hero__inner { position: relative; z-index: 1; max-width: 1080px; margin: auto; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
h1 { max-width: 750px; margin: 0; font: 700 clamp(2.6rem, 11vw, 5.8rem)/.92 "Playfair Display", serif; letter-spacing: -.045em; }
h1 span { color: var(--gold); font-style: normal; font-weight: 600; }
.hero__intro { max-width: 590px; margin: 26px 0 24px; color: #e4eee5; font-size: 1rem; line-height: 1.65; }
.hero__actions { display: grid; justify-items: start; gap: 8px; }
.hero__link { display: inline-flex; align-items: center; min-height: 34px; padding: 5px 0 5px 11px; border-left: 2px solid currentColor; color: var(--gold); font-size: .84rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.hero__link--secondary { color: #fff; }
.hero__link:hover { text-decoration: underline; text-underline-offset: 5px; }

main { max-width: 1120px; margin: -34px auto 0; padding: 0 16px 70px; position: relative; z-index: 2; }
.controls { position: sticky; z-index: 10; top: 0; margin-bottom: 30px; padding: 16px 0 10px; background: linear-gradient(#f5f5f0 80%, transparent); transition: box-shadow .2s, background .2s; }
.controls.is-stuck { background: #f5f5f0; box-shadow: 0 10px 20px rgb(0 49 37 / 10%); }
.search { display: flex; align-items: center; gap: 11px; max-width: 700px; margin: auto; padding: 0 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--card); box-shadow: var(--shadow); }
.search svg { width: 20px; fill: none; stroke: var(--muted); stroke-linecap: round; stroke-width: 1.8; }
.search input { width: 100%; padding: 16px 0; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgb(239 216 92 / 24%); }
.filters { display: flex; gap: 8px; margin: 13px -16px 0; padding: 0 16px 5px; overflow-x: auto; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filter { flex: none; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgb(255 250 240 / 92%); color: var(--muted); cursor: pointer; font-size: .8rem; font-weight: 600; }
.filter:hover { border-color: var(--gold); }
.filter.is-active { border-color: var(--night); background: var(--night); color: #fff; }
.filter--favorites span:first-child { color: #b9473b; }
.filter__count { display: inline-grid; min-width: 19px; height: 19px; margin-left: 3px; place-items: center; border-radius: 50%; background: rgb(255 255 255 / 14%); font-size: .7rem; }
.result-summary { max-height: 24px; margin: 7px 2px 0; overflow: hidden; color: var(--muted); font-size: .77rem; opacity: 1; transition: max-height .18s, margin .18s, opacity .12s; }
.result-summary.is-hidden { max-height: 0; margin-top: 0; opacity: 0; }
.product-availability { display: flex; gap: 11px; max-width: 820px; margin: 0 auto 24px; padding: 13px 15px; border: 1px solid #c9dfd0; border-radius: 12px; background: #f2f8f1; color: var(--muted); }
.product-availability__icon { flex: none; width: 19px; height: 19px; margin-top: 1px; fill: none; stroke: var(--brick); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.product-availability h2 { margin: 0 0 3px; color: var(--ink); font: 700 .8rem/1.3 system-ui, sans-serif; }
.product-availability p { margin: 0; font-size: .74rem; line-height: 1.5; }

.exhibitors { display: grid; gap: 12px; max-width: 820px; margin: auto; }
.room-group { display: grid; gap: 12px; }
.room-group + .room-group { margin-top: 26px; }
.room-group__header { padding: 1px 4px 1px 12px; border-left: 3px solid var(--gold); }
.room-group__header p { display: flex; align-items: center; gap: 6px; margin: 0 0 3px; color: var(--brick); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.room-group__icon { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.room-group__header h2 { margin: 0; font: 700 1.55rem/1.1 "Playfair Display", serif; }
.room-group__exhibitors { display: grid; gap: 12px; }
.exhibitor { overflow: hidden; scroll-margin-top: 155px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); }
.exhibitor__header { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px; border-bottom: 0 solid var(--line); }
.exhibitor.is-open .exhibitor__header { border-bottom-width: 1px; }
.exhibitor__info { min-width: 0; }
.exhibitor__kicker { display: block; margin: 0 0 5px; color: var(--brick); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.exhibitor__title { display: block; max-width: 100%; padding: 0; border: 0; background: transparent; color: var(--ink); font: 700 1.35rem/1.15 "Playfair Display", serif; text-align: left; cursor: pointer; }
.exhibitor__title:hover { color: var(--brick); }
.exhibitor__website { display: inline-block; margin-top: 8px; color: var(--brick); font-size: .73rem; font-weight: 700; text-underline-offset: 3px; }
.exhibitor__toggle { flex: none; padding: 9px 12px; border: 1px solid var(--brick); border-radius: 999px; background: transparent; color: var(--brick); cursor: pointer; font-size: .72rem; font-weight: 700; }
.exhibitor__toggle:hover, .exhibitor__toggle[aria-expanded="true"] { background: var(--brick); color: white; }
.products { display: grid; }
.products[hidden] { display: none; }
.product { display: grid; grid-template-columns: 82px 1fr auto; gap: 13px; align-items: center; min-width: 0; padding: 13px 12px; }
.product + .product { border-top: 1px solid #e9ddca; }
.product__image-wrap { display: grid; width: 82px; height: 96px; place-items: center; overflow: hidden; border-radius: 10px; background: #f3f5f1; }
.product__image { display: block; width: auto; height: 88px; max-width: 74px; object-fit: contain; mix-blend-mode: multiply; }
.product__placeholder { width: 26px; color: #bbae9f; }
.product__content { min-width: 0; }
.product__name { display: block; font-size: .92rem; font-weight: 700; line-height: 1.35; }
.product__link { display: inline-block; margin-top: 9px; padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--brick); font-size: .66rem; font-weight: 700; line-height: 1.2; text-decoration: none; }
.product__link:hover { border-color: var(--brick); background: #f1f5e7; }
.favorite { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: #aa9d94; cursor: pointer; font-size: 1.25rem; transition: transform .15s, color .15s, background .15s; }
.favorite:hover { transform: scale(1.08); color: var(--brick); }
.favorite.is-favorite { border-color: #e8c7c2; background: #fae9e6; color: #b83f34; }
.product__actions { display: flex; flex-direction: column; gap: 7px; }
.tasted { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: #aa9d94; cursor: pointer; transition: transform .15s, color .15s, background .15s; }
.tasted svg { width: 20px; fill: currentColor; }
.tasted:hover { transform: scale(1.08); color: var(--brick); }
.tasted.is-tasted { border-color: #d8bd86; background: #f8edd5; color: #8a682d; }
.rating { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 8px 0 2px; }
.rating__label { width: 100%; color: var(--muted); font-size: .7rem; font-weight: 600; }
.rating__choices { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 6px; width: 100%; max-width: 280px; }
.rating__button { width: 100%; min-width: 0; height: 34px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--muted); cursor: pointer; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1; }
.rating__button:hover { border-color: var(--gold); color: var(--ink); }
.rating__button.is-selected { border-color: var(--brick); background: var(--brick); color: white; }
.favorite:focus-visible, .tasted:focus-visible, .rating__button:focus-visible, .exhibitor__title:focus-visible, .exhibitor__toggle:focus-visible, .filter:focus-visible, .to-top:focus-visible { outline: 3px solid rgb(239 216 92 / 50%); outline-offset: 2px; }
.content-card { display: grid; gap: 18px; padding: 22px 18px; background: linear-gradient(135deg, #fffaf0, #f5eddb); }
.content-card__image { display: grid; min-height: 105px; place-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.content-card__logo { display: block; width: min(100%, 260px); height: auto; mix-blend-mode: multiply; }
.content-card__label { margin: 0 0 5px; color: var(--brick); font-size: .67rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.content-card h3 { margin: 0; font: 700 1.25rem/1.2 "Playfair Display", serif; }
.content-card__body > p:not(.content-card__label) { margin: 9px 0 15px; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.content-card a { display: inline-block; padding: 9px 13px; border-radius: 999px; background: var(--night); color: #fffef3; font-size: .72rem; font-weight: 700; text-decoration: none; }
.content-card a:hover { background: var(--brick); }
.status { padding: 55px 20px; text-align: center; color: var(--muted); }
.status h2 { color: var(--ink); font-family: "Playfair Display", serif; }
.status--error { border: 1px solid #dfb3ac; border-radius: var(--radius); background: #fff5f2; }
.rating-privacy { max-width: 820px; margin: 24px auto 0; padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: #fffdf6; color: var(--muted); }
.rating-privacy h2 { margin: 0 0 5px; color: var(--ink); font: 700 .82rem/1.3 system-ui, sans-serif; }
.rating-privacy p { margin: 0; font-size: .72rem; line-height: 1.55; }
.loader { display: inline-block; width: 25px; height: 25px; border: 2px solid var(--line); border-top-color: var(--brick); border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.masterclass { max-width: 820px; margin: 54px auto 0; scroll-margin-top: 145px; }
.masterclass__header { max-width: 590px; margin-bottom: 22px; }
.masterclass__header .eyebrow { margin-bottom: 7px; color: var(--brick); }
.masterclass__header h2 { margin: 0; font: 700 2rem/1.1 "Playfair Display", serif; }
.masterclass__header > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.masterclass__days { display: grid; gap: 24px; }
.masterclass__days--single { grid-template-columns: minmax(0, 1fr); }
.masterclass-day > h3 { margin: 0 0 10px; color: var(--brick); font: 700 1.25rem/1.2 "Playfair Display", serif; }
.masterclass-card { overflow: hidden; scroll-margin-top: 155px; border: 1px solid var(--line); border-radius: 15px; background: var(--card); box-shadow: 0 8px 24px rgb(50 57 39 / 7%); }
.masterclass-card + .masterclass-card { margin-top: 10px; }
.masterclass-card summary { display: grid; grid-template-columns: 54px minmax(0, 1fr) 20px; gap: 12px; align-items: center; padding: 17px; cursor: pointer; list-style: none; }
.masterclass-card summary::-webkit-details-marker { display: none; }
.masterclass-card summary::after { content: "+"; color: var(--brick); font-size: 1.4rem; font-weight: 400; text-align: center; }
.masterclass-card[open] summary::after { content: "−"; }
.masterclass-card__time { color: var(--brick); font-weight: 700; }
.masterclass-card__summary { display: grid; gap: 3px; min-width: 0; }
.masterclass-card__summary strong { font-size: .95rem; line-height: 1.3; }
.masterclass-card__summary span { color: var(--muted); font-size: .78rem; line-height: 1.35; }
.masterclass-card__content { padding: 0 17px 18px 83px; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.masterclass-card__content p { margin: 0 0 15px; }
.masterclass-card__content p a { color: var(--brick); font-weight: 700; text-underline-offset: 3px; }
.ticket-link { display: inline-block; padding: 10px 13px; border-radius: 999px; background: var(--night); color: #fffef3; font-size: .76rem; font-weight: 700; text-decoration: none; }
.ticket-link:hover { background: var(--brick); }
.masterclass-card summary:focus-visible, .ticket-link:focus-visible { outline: 3px solid rgb(239 216 92 / 50%); outline-offset: -2px; }

.practical { max-width: 820px; margin: 54px auto 0; scroll-margin-top: 145px; }
.practical__header { max-width: 590px; margin-bottom: 22px; }
.practical__header .eyebrow { margin-bottom: 7px; color: var(--brick); }
.practical__header h2 { margin: 0; font: 700 2rem/1.1 "Playfair Display", serif; }
.practical__header > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.practical__grid { display: grid; gap: 12px; }
.info-card { padding: 20px 18px; border: 1px solid var(--line); border-radius: 15px; background: var(--card); box-shadow: 0 8px 24px rgb(50 57 39 / 7%); }
.info-card__label { margin: 0 0 6px; color: var(--brick); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.info-card h3 { margin: 0; font: 700 1.18rem/1.2 "Playfair Display", serif; }
.info-card > p:not(.info-card__label) { margin: 9px 0 0; color: var(--muted); font-size: .79rem; line-height: 1.55; }
.info-card ul { margin: 11px 0 0; padding-left: 18px; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.info-card li + li { margin-top: 6px; }
.info-card strong { color: var(--ink); }
.map-link { display: flex; align-items: center; gap: 12px; margin-top: 15px; padding: 8px; border: 1px solid var(--line); border-radius: 11px; background: #f5ecdd; color: var(--brick); font-size: .73rem; font-weight: 700; text-decoration: none; }
.map-link:hover { border-color: var(--brick); background: #f1e5d2; }
.map-link img { width: 76px; height: 62px; flex: none; border-radius: 7px; background: white; object-fit: contain; }
.hours { margin: 13px 0 0; }
.hours div { display: flex; justify-content: space-between; gap: 15px; padding: 9px 0; border-top: 1px solid var(--line); }
.hours dt { color: var(--muted); font-size: .78rem; }
.hours dd { margin: 0; color: var(--ink); font-size: .8rem; font-weight: 700; }
.info-card--notice { border-color: #dfc96a; background: #fff8d9; }
.info-card--notice .info-card__label { color: #806614; }
.coming-soon { display: inline-block; margin-top: 13px; padding: 7px 10px; border: 1px dashed #b9a568; border-radius: 999px; color: var(--muted); font-size: .68rem; font-weight: 700; }
.info-card a { color: var(--brick); font-weight: 700; text-underline-offset: 3px; }
.info-card__link { display: inline-block; margin-top: 12px; font-size: .75rem; }
.info-card address { margin-top: 16px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: .73rem; font-style: normal; line-height: 1.5; }

.send-list { max-width: 820px; margin: 44px auto 0; padding: 24px 20px; border-radius: var(--radius); background: var(--night); color: #fffaf1; box-shadow: var(--shadow); }
.send-list .eyebrow { margin-bottom: 8px; }
.send-list h2 { margin: 0; font: 700 1.75rem/1.15 "Playfair Display", serif; }
.send-list__intro > p:last-child { margin: 11px 0 22px; color: #cbdccf; font-size: .86rem; line-height: 1.55; }
.send-list__form { display: grid; gap: 15px; }
.email-field { display: grid; gap: 7px; color: #e5eee7; font-size: .75rem; font-weight: 700; }
.email-field input { width: 100%; padding: 13px 14px; border: 1px solid #527164; border-radius: 10px; outline: none; background: #fffef7; color: var(--ink); }
.email-field input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgb(239 216 92 / 25%); }
.share-consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: #dce8de; cursor: pointer; font-size: .78rem; line-height: 1.45; }
.share-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--gold); }
.share-consent strong { color: var(--gold); }
.send-list__actions { display: grid; gap: 9px; }
.send-list__actions button { padding: 12px 14px; border: 1px solid var(--gold); border-radius: 999px; background: var(--gold); color: var(--night); cursor: pointer; font-size: .78rem; font-weight: 700; }
.send-list__actions button:last-child { background: transparent; color: var(--gold); }
.send-list__actions button:hover { filter: brightness(1.08); }
.send-list__actions button span { font-size: .68rem; font-weight: 500; }
.send-list__message { min-height: 1em; margin: 0; color: #f4dc83; font-size: .75rem; }
.send-list__note { margin: -4px 0 0; color: #9fb3a6; font-size: .68rem; line-height: 1.4; }
.send-list__actions button:focus-visible { outline: 3px solid rgb(239 216 92 / 42%); outline-offset: 3px; }

footer { padding: 34px 20px; background: var(--night); color: #dae8de; text-align: center; }
footer p { margin: 0 0 8px; font: 600 1.12rem "Playfair Display", serif; }
footer a { color: var(--gold); font-size: .78rem; }
.to-top { position: fixed; z-index: 12; right: 18px; bottom: 18px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgb(255 255 255 / 22%); border-radius: 50%; opacity: 0; pointer-events: none; background: var(--night); color: white; box-shadow: 0 8px 25px rgb(0 0 0 / 22%); cursor: pointer; transform: translateY(10px); transition: opacity .2s, transform .2s; }
.to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

@media (min-width: 700px) {
  .brand-header { padding-block: 28px 22px; }
  .brand-header__fb { width: 58px; }
  .hero { min-height: 500px; padding: 82px 40px 92px; }
  .hero__intro { font-size: 1.08rem; }
  main { padding-inline: 28px; }
  .filters { justify-content: center; margin-inline: 0; }
  .result-summary { text-align: center; }
  .exhibitor__header { padding: 22px; }
  .product { grid-template-columns: 90px 1fr auto; padding: 14px 16px; }
  .product__image-wrap { width: 90px; height: 104px; }
  .product__image { height: 96px; max-width: 82px; }
  .product__actions { flex-direction: row; }
  .rating { grid-column: 2 / -1; }
  .content-card { grid-template-columns: minmax(220px, .8fr) 1.2fr; align-items: center; padding: 26px; }
  .masterclass__days { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
  .practical__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .info-card { padding: 23px; }
  .send-list { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; padding: 34px; }
  .send-list__intro > p:last-child { margin-bottom: 0; }
  .send-list__actions { grid-template-columns: 1fr 1fr; }
}

.stats-page { min-height: 100vh; background: var(--cream); }
.stats-main { max-width: 900px; margin: 0 auto; padding: 38px 16px 70px; }
.stats-header { margin-bottom: 30px; padding: 26px 22px; border-radius: var(--radius); background: var(--night); color: #fffef3; }
.stats-header .eyebrow { color: var(--gold); }
.stats-header h1 { margin: 5px 0 8px; font: 700 clamp(2rem, 7vw, 3.5rem)/1 "Playfair Display", Georgia, serif; }
.stats-header > p:last-child { max-width: 620px; margin: 0; color: #e8e0d2; line-height: 1.55; }
.stats-devices { display: grid; gap: 5px; margin-bottom: 14px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 14px; background: #fffdf8; }
.stats-devices:empty { display: none; }
.stats-devices strong { font: 700 1.1rem/1.25 "Playfair Display", Georgia, serif; }
.stats-devices span { color: var(--muted); font-size: .78rem; }
.stats-filters { display: flex; gap: 8px; margin-bottom: 22px; overflow-x: auto; scrollbar-width: none; }
.stats-filters::-webkit-scrollbar { display: none; }
.stats-note { margin: -2px 0 18px; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.stats-sort { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: -10px 0 22px; }
.stats-sort > span { width: 100%; color: var(--muted); font-size: .74rem; font-weight: 700; }
.stats-group-toggle { display: inline-flex; align-items: center; gap: 8px; margin: -8px 0 22px; color: var(--ink); font-size: .8rem; font-weight: 700; cursor: pointer; }
.stats-group-toggle input { width: 17px; height: 17px; margin: 0; accent-color: var(--night); cursor: pointer; }
.stats-group-toggle:focus-within { outline: 3px solid rgb(239 216 92 / 50%); outline-offset: 3px; border-radius: 3px; }
.stats-summary { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.stats-summary h2 { margin: 0; font: 700 1.4rem/1.2 "Playfair Display", Georgia, serif; }
.stats-summary p { margin: 0; color: var(--muted); font-size: .72rem; }
.stats-list { display: grid; gap: 10px; }
.stats-exhibitor { padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fffdf8; box-shadow: 0 8px 25px rgb(41 31 24 / 6%); }
.stats-exhibitor > h3 { margin: 0 0 11px; color: var(--brick); font: 700 1.2rem/1.2 "Playfair Display", Georgia, serif; }
.stats-exhibitor__products { display: grid; gap: 8px; }
.stats-exhibitor--flat { display: grid; gap: 8px; }
.stats-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.stats-card__info h3 { margin: 0; font: 700 1rem/1.25 "Playfair Display", Georgia, serif; }
.stats-card__info p { margin: 4px 0 0; color: var(--muted); font-size: .7rem; }
.stats-card__exhibitor { display: block; margin-top: 3px; color: var(--brick); font-weight: 700; }
.stats-card__score { grid-column: 2; display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; }
.stats-card__score strong { color: var(--brick); font: 700 1.8rem/1 Georgia, serif; }
.stats-card__score span { color: var(--muted); font-size: .72rem; }

@media (min-width: 620px) {
  .stats-main { padding-top: 55px; }
  .stats-card { padding: 14px 16px; }
  .stats-card__score { grid-column: auto; display: grid; justify-items: end; gap: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
