/* Сайт medlet.pirog.app — вид приложения (ADR-0013, src/ui/tokens.ts): лён и бумага днём, «шкафчик с лампой»
   ночью. Заголовки — Fraunces 500/600 из /fonts (OFL), текст — системный шрифт. Без JavaScript и внешних запросов,
   без style="" (CSP style-src 'self'), плейбук 08. Картинки и шрифты — абсолютными путями: страницы языковых папок
   (/de/, /es/…) берут тот же файл стилей. */

@font-face { font-family: 'Fraunces'; src: url('/fonts/Fraunces-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Fraunces'; src: url('/fonts/Fraunces-SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }

/* Токены: день */
:root {
  color-scheme: light dark;
  --bg: #F5EFE6; --cabinet: #EADFCE; --paper: #FFFBF4; --line: #E6DBC9;
  --text: #1F2A2E; --muted: #5B6468; --accent: #0E6B63; --accent-hover: #0A524C; --on-accent: #FFFFFF;
  --chip: #E8DDCB;
  --shelf-top: #E9D9BF; --shelf-bottom: #CDB48F; --shelf-label: #6E5A3C; --shelf-shadow: rgba(80, 55, 25, 0.32);
  --ok-bg: #DDF0E8; --ok-fg: #145C45; --soon-bg: #FCE8CC; --soon-fg: #7A3E00;
  --expired-bg: #F9DEDC; --expired-fg: #8C1D18; --low-fg: #5A4524; --low-line: #D9CBB6;
  --device: #1F2A2E; --device-edge: #46545A;
  --pack: #FFFDF8; --pack-line: #1F2A2E; --pack-line2: #B9B2A8; --avatar: #FFFBF4;
  --shadow: rgba(60, 40, 20, 0.3);
  --lamp: rgba(242, 166, 90, 0);
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Токены: ночь — «шкафчик с лампой» */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #15181B; --cabinet: #221F1C; --paper: #23262A; --line: #34302B;
    --text: #F3EDE4; --muted: #B9B2A8; --accent: #7FD1C4; --accent-hover: #A8E3D9; --on-accent: #0B2A27;
    --chip: #2B2926;
    --shelf-top: #6A5540; --shelf-bottom: #4A3A2B; --shelf-label: #C9B391; --shelf-shadow: rgba(0, 0, 0, 0.55);
    --ok-bg: #1E3A31; --ok-fg: #9FE0C6; --soon-bg: #4A3314; --soon-fg: #F6C98A;
    --expired-bg: #4A1F1C; --expired-fg: #F4B4AE; --low-fg: #E9E1D5; --low-line: #4A4239;
    --device: #0B0D0F; --device-edge: #3A3F45; --avatar: #15181B;
    --shadow: rgba(0, 0, 0, 0.6);
    --lamp: rgba(242, 201, 139, 0.14);
  }
}

/* Основа */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 16px; }
body { margin: 0; background: var(--bg); color: var(--text); font: 17px/1.55 var(--sans); -webkit-font-smoothing: antialiased; overflow-wrap: break-word; }
img { max-width: 100%; }
main { overflow-x: hidden; overflow-x: clip; }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent-hover); text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; margin: 0; text-wrap: balance; }
p { margin: 0 0 14px; }
.wrap { width: 100%; max-width: 1120px; margin-inline: auto; padding-inline: 24px; }
.nb { white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 12px; z-index: 10; padding: 10px 16px; border-radius: 10px; background: var(--paper); color: var(--text); }
.skip:focus { left: 12px; }

/* Словесный знак на полке — logo.svg / logo-dark.svg из img/brand; в подвале — тем же шрифтом текстом */
.brand { display: inline-flex; align-items: center; padding-block: 6px; }
.brand img { display: block; width: auto; height: 40px; }
.brand-word { font: 600 27px/1 var(--serif); letter-spacing: -0.02em; }

/* Шапка */
.top-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 80px; }
.nav { display: flex; align-items: center; gap: 24px; font-size: 15px; font-weight: 600; }
.nav a { color: var(--muted); text-decoration: none; padding: 12px 2px; }
.nav a:hover, .nav a[aria-current] { color: var(--text); }
.nav a[aria-current] { text-decoration: underline; text-decoration-color: var(--shelf-bottom); text-decoration-thickness: 3px; text-underline-offset: 8px; }

/* Первый экран */
.hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); align-items: center; gap: 48px; padding-block: 32px 96px; }
.kicker, .eyebrow { margin: 0 0 14px; font-size: 13px; font-weight: 700; line-height: 1.4; letter-spacing: 0.1em; text-transform: uppercase; color: var(--shelf-label); }
.hero h1 { font-size: clamp(34px, 5.3vw, 62px); line-height: 1.06; letter-spacing: -0.02em; margin-bottom: 22px; }
.lead { font-size: clamp(18px, 1.6vw, 21px); line-height: 1.5; color: var(--muted); margin: 0 0 30px; max-width: 32em; }
/* Бейдж App Store — официальный, без изменений; по правилам Apple не ниже 40 px и с полем в четверть высоты. */
.store { display: flex; margin: 0 0 22px; padding-block: 4px; }
.store-badge { display: inline-block; border-radius: 12px; line-height: 0; }
.store-badge img { display: block; width: auto; height: 60px; }
.meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; }
.device { display: inline-flex; align-items: center; gap: 7px; height: 32px; padding: 0 13px; border-radius: 999px; background: var(--chip); font-size: 15px; font-weight: 600; }
.device svg { width: 12px; height: 16px; flex: none; }
.langs { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; font-size: 15px; line-height: 1.8; color: var(--muted); }
.langs li:not(:last-child)::after { content: ','; margin-right: 6px; }

/* Телефон на полке, наклейки вокруг — фирменный момент: упаковка «садится» на полку */
.hero-art { position: relative; display: flex; flex-direction: column; align-items: center; }
.hero-art::before { content: ''; position: absolute; left: 50%; top: -70px; width: min(640px, 100vw); height: 520px; transform: translateX(-50%); background: radial-gradient(closest-side, var(--lamp), transparent); pointer-events: none; }
.stand { position: relative; display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 440px; }
.stand::after { content: ''; display: block; width: 100%; height: 16px; border-radius: 4px; background: linear-gradient(var(--shelf-top), var(--shelf-bottom)); box-shadow: 0 16px 20px -10px var(--shelf-shadow); }
.stand .phone { --pw: 320px; position: relative; z-index: 1; }
/* Наклейки под полкой — как подписи под упаковками в приложении */
.shelf-tags { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

/* Наклейки статуса — как в приложении: знак и слово, не только цвет */
.sticker { display: inline-flex; align-items: center; gap: 6px; height: 30px; padding: 0 11px; border-radius: 8px; font: 700 14px/1 var(--sans); white-space: nowrap; }
.sticker svg { width: 14px; height: 14px; flex: none; }
.is-ok { background: var(--ok-bg); color: var(--ok-fg); }
.is-soon { background: var(--soon-bg); color: var(--soon-fg); }
.is-expired { background: var(--expired-bg); color: var(--expired-fg); }
.is-low { background: var(--paper); color: var(--low-fg); box-shadow: inset 0 0 0 1px var(--low-line); }

/* Кадр приложения в корпусе iPhone */
.phone { --pw: 280px; width: var(--pw); max-width: 100%; padding: calc(var(--pw) * 0.032); border-radius: calc(var(--pw) * 0.165); background: var(--device); box-shadow: inset 0 0 0 1px var(--device-edge), 0 36px 60px -30px var(--shadow), 0 14px 26px -16px var(--shadow); }
.phone picture, .phone img { display: block; }
.phone img { width: 100%; height: auto; border-radius: calc(var(--pw) * 0.135); }
/* Верх экрана без клавиатуры: низ корпуса уходит в фон */
.phone.is-cut { padding-bottom: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; -webkit-mask-image: linear-gradient(#000 70%, transparent); mask-image: linear-gradient(#000 70%, transparent); }
.phone.is-cut img { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

@media (prefers-reduced-motion: no-preference) {
  .stand .phone { animation: land 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) 0.08s both; }
  .shelf-tags li { animation: stick 0.36s ease-out both; }
  .shelf-tags li:nth-child(1) { animation-delay: 0.7s; } .shelf-tags li:nth-child(2) { animation-delay: 0.8s; } .shelf-tags li:nth-child(3) { animation-delay: 0.9s; }
}
@keyframes land { from { opacity: 0; transform: translateY(-28px); } to { opacity: 1; transform: none; } }
@keyframes stick { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* Разделы */
.section { padding-block: 88px; }
.section-head { max-width: 760px; margin-bottom: 24px; }
.section-title { font-size: clamp(30px, 4.2vw, 46px); line-height: 1.1; letter-spacing: -0.015em; }
.section.features { padding-top: 16px; }

/* Возможности: текст и кадр по очереди */
.feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 64px; padding-block: 56px; }
.feature + .feature { border-top: 1px solid var(--line); }
.feature.is-flip .feature-art { order: -1; }
.feature h3 { font-size: clamp(26px, 3vw, 36px); line-height: 1.14; letter-spacing: -0.01em; margin-bottom: 18px; }
.feature-text { max-width: 520px; }
.feature-text p { margin-bottom: 14px; }
.feature-art { margin: 0; display: flex; justify-content: center; }
.feature-art .phone { --pw: 290px; }

/* «Из кода» и «проверьте» — пометки экрана проверки */
.legend { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 10px 12px; margin: 22px 0 0; font-size: 15px; line-height: 1.4; color: var(--muted); }
.legend dt, .legend dd { margin: 0; }
.tag { display: inline-flex; align-items: center; height: 26px; padding: 0 10px; border-radius: 7px; font-size: 13px; font-weight: 700; white-space: nowrap; }

/* Слова запроса на шести языках */
.words { list-style: none; margin: 20px 0 22px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.words li { padding: 6px 14px; border-radius: 999px; background: var(--chip); font-size: 15px; font-weight: 600; line-height: 1.4; }
.stickers { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }

/* Карточки */
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding-top: 16px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 28px 28px 30px; }
.card h3 { font-size: 25px; line-height: 1.2; margin: 22px 0 10px; }
.card p { margin: 0; }

/* Мини-полка из упаковок (рисунок, как PackArt в приложении) */
.mini-shelf { display: flex; flex-direction: column; max-width: 340px; }
.mini-packs { display: flex; align-items: flex-end; gap: 14px; height: 84px; padding-inline: 14px; }
.pack { position: relative; flex: none; width: 46px; height: 62px; border-radius: 6px; background: var(--pack); box-shadow: inset -6px 0 0 rgba(0, 0, 0, 0.07); overflow: hidden; transform: rotate(var(--r, 0deg)); }
.pack::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 38%; background: var(--tint); }
.pack::after { content: ''; position: absolute; left: 6px; right: 8px; top: calc(38% + 7px); height: 12px; background: linear-gradient(var(--pack-line), var(--pack-line)) 0 0 / 78% 3px no-repeat, linear-gradient(var(--tint), var(--tint)) 0 7px / 46% 3px no-repeat; }
.pack.is-tall { width: 40px; height: 74px; }
.pack.is-wide { width: 64px; height: 44px; }
.pack.is-small { width: 36px; height: 50px; }
.t-orange { --tint: #E08A2E; --r: -3deg; }
.t-green { --tint: #7C9A3A; }
.t-teal { --tint: #1F9E8F; --r: 2deg; }
.t-red { --tint: #D64545; --r: -1deg; }
.t-blue { --tint: #3B5BA9; --r: 3deg; }
.mini-bar { height: 10px; border-radius: 3px; background: linear-gradient(var(--shelf-top), var(--shelf-bottom)); box-shadow: 0 8px 10px -5px var(--shelf-shadow); }
.mini-label { margin: 0 0 10px; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--shelf-label); }

/* Места и люди — чипы как в листах приложения */
.mini-ui { display: grid; gap: 10px; }
.pills { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.pill { display: inline-flex; align-items: center; gap: 7px; height: 36px; padding: 0 14px; border-radius: 999px; background: var(--chip); font-size: 15px; font-weight: 600; }
.pill.is-on { background: var(--accent); color: var(--on-accent); }
.pill svg { width: 15px; height: 15px; flex: none; }
.pill .who { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-left: -8px; border-radius: 50%; background: var(--avatar); color: var(--text); font-size: 13px; font-weight: 700; }
.pill .kind { font-weight: 500; color: var(--muted); }

/* Приватность — шкафчик с лампой */
.panel { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 56px; padding: 56px 64px; border-radius: 32px; background: var(--cabinet); }
.panel::before { content: ''; position: absolute; left: 50%; top: -240px; width: 900px; height: 480px; transform: translateX(-50%); background: radial-gradient(closest-side, var(--lamp), transparent); pointer-events: none; }
.panel > * { position: relative; }
.panel h2 { font-size: clamp(28px, 3.6vw, 40px); line-height: 1.12; letter-spacing: -0.015em; margin-bottom: 8px; }
.strip { margin: 0 0 18px; font-size: 15px; font-weight: 700; letter-spacing: 0.02em; color: var(--shelf-label); }
.ticks { list-style: none; margin: 24px 0 26px; padding: 0; display: grid; gap: 14px; max-width: 560px; }
.ticks li { position: relative; padding-left: 36px; }
.ticks li::before { content: ''; position: absolute; left: 0; top: 2px; width: 24px; height: 24px; border-radius: 50%; background: var(--ok-bg); }
.ticks li::after { content: ''; position: absolute; left: 9px; top: 7px; width: 6px; height: 11px; border: solid var(--ok-fg); border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); }
.panel .phone { --pw: 260px; }

/* Вопросы */
.faq { max-width: 820px; margin-top: 12px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; display: block; list-style: none; cursor: pointer; padding: 20px 48px 20px 0; font: 500 21px/1.3 var(--serif); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ''; position: absolute; right: 10px; top: 50%; width: 11px; height: 11px; margin-top: -9px; border: solid var(--accent); border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); }
.faq details[open] summary::after { margin-top: -3px; transform: rotate(-135deg); }
.faq summary:hover { color: var(--accent); }
.faq .answer { padding-bottom: 22px; max-width: 42em; }
.faq .answer p:last-child { margin-bottom: 0; }

/* Финал */
.outro { text-align: center; padding-block: 24px 16px; }
.outro h2 { font-size: clamp(28px, 4vw, 42px); line-height: 1.12; margin-bottom: 14px; }
.outro p { color: var(--muted); max-width: 36em; margin-inline: auto; }
.outro .store { justify-content: center; margin-top: 26px; }

/* Подвал */
.foot { margin-top: 88px; border-top: 1px solid var(--line); padding-block: 32px 44px; font-size: 15px; color: var(--muted); }
.foot-in { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 12px 32px; }
.foot-brand { display: flex; align-items: baseline; gap: 12px; margin: 0; }
.foot-brand .brand-word { font-size: 22px; color: var(--text); }
.foot-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px 22px; }
.foot-nav a { color: var(--muted); text-decoration: none; padding-block: 10px; }
.foot-nav a:hover { color: var(--text); text-decoration: underline; }
.foot-note { grid-column: 1 / -1; margin: 8px 0 0; font-size: 14px; line-height: 1.5; max-width: 60em; }

/* Документы: Privacy, Terms, Support */
.doc { max-width: 736px; padding-block: 28px 8px; }
.doc h1 { font-size: clamp(34px, 6vw, 50px); line-height: 1.08; letter-spacing: -0.015em; margin-bottom: 12px; }
.doc .updated { margin: 0 0 30px; font-size: 15px; color: var(--muted); }
.doc h2 { font-size: clamp(23px, 3vw, 28px); line-height: 1.25; margin: 48px 0 12px; }
.doc h3 { font: 700 18px/1.4 var(--sans); margin: 28px 0 8px; }
.doc ul, .doc ol { padding-left: 22px; margin: 0 0 16px; }
.doc li { margin: 0 0 8px; }
.doc .muted { color: var(--muted); }
.doc table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 16px 0 20px; font-size: 15px; line-height: 1.5; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.doc th, .doc td { text-align: left; vertical-align: top; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.doc th + th, .doc td + td { border-left: 1px solid var(--line); }
.doc tbody tr:last-child td { border-bottom: 0; }
.doc th { background: var(--cabinet); font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--shelf-label); }
.doc td:first-child { font-weight: 600; }
.callout { margin: 18px 0 24px; padding: 18px 22px; border-radius: 16px; background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--accent); }
.callout p:last-child { margin-bottom: 0; }

/* Поддержка */
.contact { display: grid; gap: 6px; margin: 8px 0 28px; padding: 24px 26px; border-radius: 22px; background: var(--paper); border: 1px solid var(--line); }
.contact-mail { font: 600 clamp(22px, 5vw, 28px)/1.25 var(--serif); }
.contact-mail a { text-decoration: none; }
.contact-mail a:hover { text-decoration: underline; }
.contact p { margin: 0; color: var(--muted); }
.doc .toc { list-style: none; margin: 0 0 12px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.toc a { display: inline-flex; align-items: center; min-height: 36px; padding: 4px 14px; border-radius: 999px; background: var(--chip); color: var(--text); font-size: 15px; font-weight: 600; text-decoration: none; }
.toc a:hover { color: var(--accent); }
.doc .qa { scroll-margin-top: 16px; }
.doc .qa h3 { font: 500 22px/1.3 var(--serif); margin: 36px 0 10px; }

/* 404 — пустая полка */
.empty { max-width: 640px; padding-block: 56px 24px; text-align: center; }
.empty-shelf { display: flex; flex-direction: column; align-items: center; width: min(320px, 100%); margin: 0 auto 36px; }
.slot { width: 58px; height: 76px; margin-bottom: 6px; border-radius: 8px; border: 2px dashed var(--shelf-label); opacity: 0.5; }
.empty-shelf .mini-bar { width: 100%; }
.empty h1 { font-size: clamp(34px, 7vw, 50px); line-height: 1.08; margin-bottom: 14px; }
.empty p { color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 10px 24px; margin-top: 12px; border-radius: 16px; background: var(--accent); color: var(--on-accent); font-weight: 700; text-decoration: none; }
.button:hover { color: var(--on-accent); background: var(--accent-hover); }

/* Планшет и узкий десктоп */
@media (max-width: 900px) {
  .hero { grid-template-columns: minmax(0, 1fr); gap: 44px; padding-block: 16px 48px; }
  .hero-text { max-width: 640px; }
  .feature { grid-template-columns: minmax(0, 1fr); gap: 36px; padding-block: 48px; }
  .feature.is-flip .feature-art { order: 0; }
  .feature-text { max-width: 640px; }
  .panel { grid-template-columns: minmax(0, 1fr); gap: 36px; padding: 44px 36px; }
  .panel .phone-wrap { display: flex; justify-content: center; }
  .section { padding-block: 64px; }
}
@media (max-width: 720px) {
  .cards { grid-template-columns: minmax(0, 1fr); }
  .foot-in { grid-template-columns: minmax(0, 1fr); }
  .foot-nav { justify-content: flex-start; }
}

/* Телефон: поля 18 px, шапка в одну строку, таблицы — карточками */
@media (max-width: 480px) {
  body { font-size: 16.5px; }
  .wrap { padding-inline: 18px; }
  .top-in { min-height: 68px; }
  .brand img { height: 36px; }
  .nav { gap: 18px; }
  .hero h1 { font-size: clamp(31px, 9.2vw, 40px); }
  .lead { font-size: 18px; margin-bottom: 26px; }
  .doc .qa h3 { font-size: 20px; }
  .stand { max-width: 330px; }
  .stand .phone { --pw: min(264px, 70vw); }
  .feature { gap: 32px; padding-block: 40px; }
  .feature-art .phone { --pw: min(270px, 74vw); }
  .panel { margin-inline: -8px; padding: 36px 22px; border-radius: 26px; }
  .panel .phone { --pw: min(250px, 70vw); }
  .card { padding: 22px 20px 24px; border-radius: 22px; }
  .mini-packs { gap: 10px; padding-inline: 8px; }
  .faq summary { font-size: 19px; padding-right: 40px; }
  .contact { padding: 20px; }
  .doc table, .doc tbody, .doc tr, .doc td { display: block; width: 100%; }
  .doc thead { display: none; }
  .doc table { border: 0; background: none; border-radius: 0; overflow: visible; }
  .doc tr { margin-bottom: 12px; padding: 4px 16px 12px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
  .doc td { padding: 8px 0 0; border: 0; }
  .doc td + td { border-left: 0; }
  .doc td:first-child { padding-top: 12px; font-size: 16px; }
  .doc td[data-label]::before { content: attr(data-label); display: block; margin-bottom: 2px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--shelf-label); }
}
@media (max-width: 400px) {
  .nav .nav-opt { display: none; }
}
@media (max-width: 340px) {
  .wrap { padding-inline: 16px; }
  .nav { gap: 14px; font-size: 14px; }
  .brand img { height: 34px; }
  .sticker { font-size: 13px; padding: 0 9px; }
  .pack.is-wide { display: none; }
}
