/* Витрина. Цвета, шрифты, кнопки, фильтры и логотип — общие файлы Лаврозы в web/loverosa/ (источник: projects/loverosa/design). */

.wrap { width: min(1240px, 100% - 48px); margin-inline: auto; }

/* шапка */
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 96px; }
.header { position: sticky; top: 0; z-index: 30; background: rgba(251, 250, 248, .9); backdrop-filter: saturate(1.2) blur(18px); -webkit-backdrop-filter: saturate(1.2) blur(18px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 80px; }
.logo { display: grid; justify-items: start; gap: 8px; color: var(--ink); }
.logo .brand { height: 22px; }
.menu { display: flex; gap: 30px; }
.menu a { position: relative; padding: 6px 0; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--soft); transition: color .25s; }
.menu a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.menu a:hover { color: var(--graphite); }
.menu a:hover::after { transform: scaleX(1); }
.header-contacts { display: flex; align-items: center; gap: 20px; }
.header-phone { display: grid; justify-items: end; gap: 3px; }
.header-phone b { font: 500 23px/1 var(--serif); color: var(--ink); font-variant-numeric: lining-nums; white-space: nowrap; }
.header-phone span { font-size: 11px; color: var(--muted); letter-spacing: .04em; }
.round-links { display: flex; gap: 8px; }
.round-call { display: none; }

/* первый экран */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 56px; padding: 48px 0 8px; }
.hero h1 { margin: 16px 0 0; font: 500 clamp(48px, 5.6vw, 76px)/.96 var(--serif); letter-spacing: -.015em; }
.hero h1 em { font-weight: 400; color: var(--accent-deep); }
.hero-lead { margin: 22px 0 0; max-width: 470px; font-size: 17px; line-height: 1.55; color: var(--soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-actions .btn svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.hero-actions .btn:hover svg { transform: translateX(3px); }
.hero-points { display: grid; grid-template-columns: repeat(2, max-content); gap: 14px 36px; margin: 36px 0 0; padding: 26px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-points li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; color: var(--graphite); }
.hero-points svg { color: var(--accent-deep); }
.hero-media { display: grid; grid-template-columns: 1.2fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; height: 500px; }
.hero-media:empty { background: var(--surface); border-radius: var(--r-panel); }
.hero-photo { position: relative; padding: 0; border: 0; overflow: hidden; border-radius: var(--r-img); background: var(--surface); cursor: pointer; }
.hero-photo:first-child { grid-row: 1 / 3; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.hero-photo:hover img { transform: scale(1.035); }
.hero-tag { position: absolute; left: 12px; bottom: 12px; padding: 6px 12px; border-radius: 999px; background: rgba(251, 250, 248, .94); color: var(--graphite); font-size: 12px; font-weight: 600; letter-spacing: .02em; white-space: nowrap; }

/* акции */
.promos-wrap { position: relative; padding: 88px 0 0; }
.promos { display: grid; grid-auto-flow: column; grid-auto-columns: calc((min(1240px, 100vw - 48px) - 16px) / 2); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: max(24px, (100vw - 1240px) / 2); padding-inline: max(24px, (100vw - 1240px) / 2); scrollbar-width: none; }
.promos::-webkit-scrollbar { display: none; }
.promo { scroll-snap-align: start; position: relative; display: grid; grid-template-columns: 1fr 38%; min-height: 210px; overflow: hidden; border-radius: var(--r-panel); background: var(--graphite); color: #fff; }
.promo:nth-child(3n + 2) { background: var(--accent); color: var(--ink); }
.promo:nth-child(3n + 3) { background: var(--surface); color: var(--ink); }
.promo-body { display: flex; flex-direction: column; justify-content: space-between; gap: 14px; padding: 26px 8px 24px 28px; }
.promo .eyebrow { color: rgba(255, 255, 255, .55); }
.promo:nth-child(3n + 2) .eyebrow, .promo:nth-child(3n + 3) .eyebrow { color: var(--soft); }
.promo h2 { margin: 8px 0 0; font: 500 30px/1.05 var(--serif); letter-spacing: -.005em; }
.promo p.promo-text { margin: 8px 0 0; font-size: 13px; line-height: 1.5; opacity: .75; }
.promo-link { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.promo-link svg { width: 14px; height: 14px; transition: transform .3s var(--ease); }
.promo:hover .promo-link svg { transform: translateX(4px); }
.promo-media { position: relative; margin: 12px 12px 12px 0; overflow: hidden; border-radius: 10px; background: rgba(255, 255, 255, .08); }
.promo-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.promo-dots { display: none; justify-content: center; gap: 6px; padding-top: 12px; }
.promo-dots span { width: 6px; height: 6px; border-radius: 50%; background: var(--line); transition: background .3s, width .3s; }
.promo-dots span.on { width: 18px; border-radius: 3px; background: var(--graphite); }

.notice { margin: 16px 0 0; padding: 10px 16px; border-radius: 12px; background: #f7efd9; color: #6b5313; font-size: 13px; }

/* каталог */
.catalog-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin: 72px 0 18px; }
.catalog-head h2 { margin: 6px 0 0; font: 500 44px/1 var(--serif); letter-spacing: -.01em; }
#catalog-count { font: 500 14px var(--sans); color: var(--muted); letter-spacing: .04em; vertical-align: super; }
.sort select { appearance: none; -webkit-appearance: none; height: 40px; padding: 0 30px 0 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%232a2a2d' stroke-width='1.3'/%3E%3C/svg%3E") no-repeat right 4px center; font-size: 13px; font-weight: 500; color: var(--graphite); cursor: pointer; }

.filters { position: sticky; top: 81px; z-index: 20; margin: 0 -24px 28px; padding: 12px 24px; background: rgba(251, 250, 248, .92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.pills { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.pills::-webkit-scrollbar { display: none; }
.pills + .pills { margin-top: 8px; }

.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 44px 22px; }
.card { display: flex; flex-direction: column; padding: 0; border: 0; background: none; text-align: left; cursor: pointer; animation: fade .6s var(--ease) both; animation-delay: calc(var(--i, 0) * 35ms); }
@keyframes fade { from { opacity: 0; transform: translateY(12px); } }
.card-img { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--r-img); background: var(--surface); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.badge { position: absolute; top: 12px; left: 12px; padding: 5px 10px; border-radius: 999px; background: rgba(255, 255, 255, .92); color: var(--graphite); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.card-row { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-top: 14px; }
.card-name { font: 500 24px/1 var(--serif); color: var(--ink); }
.card-price { font-size: 14px; font-weight: 600; color: var(--graphite); white-space: nowrap; font-variant-numeric: tabular-nums; }
.card-price small { margin-right: 3px; font-size: 11px; font-weight: 500; color: var(--muted); }
.card-cta { display: flex; align-items: center; justify-content: center; gap: 8px; height: 42px; margin-top: 12px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line); color: var(--graphite); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: background .3s var(--ease), color .3s, box-shadow .3s; }
.card-cta svg { width: 14px; height: 14px; transition: transform .3s var(--ease); }
@media (hover: hover) {
  .card:hover .card-img img { transform: scale(1.035); }
  .card:hover .card-cta { background: var(--graphite); color: #fff; box-shadow: none; }
  .card:hover .card-cta svg { transform: translateX(3px); }
}
.skeleton { aspect-ratio: 4 / 6.1; border-radius: var(--r-img); background: linear-gradient(100deg, var(--surface) 30%, #f8f7f4 50%, var(--surface) 70%) 0 0 / 300% 100%; animation: shimmer 1.4s linear infinite; }
@keyframes shimmer { to { background-position: -150% 0; } }
.state { margin: 0; padding: 40px 0; text-align: center; font: italic 400 22px var(--serif); color: var(--muted); }
.state:empty { display: none; }
.more-wrap { display: flex; justify-content: center; padding-top: 48px; }
.more-wrap .btn { min-width: 240px; }

/* свой букет */
.custom { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 28px 48px; margin-top: 56px; padding: 52px 56px; border-radius: var(--r-panel); background: var(--graphite); color: #fff; }
.custom h2 { margin: 12px 0 0; max-width: 620px; font: 500 44px/1.02 var(--serif); letter-spacing: -.01em; }
.custom h2 em { font-weight: 400; color: var(--accent); }
.custom p:not(.eyebrow) { margin: 16px 0 0; max-width: 460px; color: rgba(255, 255, 255, .6); }
.custom-links { display: flex; gap: 10px; }

/* о магазине — текст для покупателей и поисковиков */
.about { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 20px 64px; margin-top: 88px; }
.about h2 { margin: 0; font: 500 44px/1.02 var(--serif); letter-spacing: -.01em; }
.about-text p { margin: 0 0 14px; color: var(--soft); }
.about-text a { color: var(--graphite); border-bottom: 1px solid var(--line); white-space: nowrap; }

/* полезное */
.faq { margin-top: 56px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; padding: 22px 2px; font: 500 26px/1.1 var(--serif); cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: ""; width: 14px; height: 14px; background: linear-gradient(var(--graphite), var(--graphite)) center / 14px 1px no-repeat, linear-gradient(var(--graphite), var(--graphite)) center / 1px 14px no-repeat; transition: transform .35s var(--ease); }
details[open] summary::after { transform: rotate(45deg); }
.faq-body { max-width: 760px; padding: 0 2px 24px; color: var(--soft); font-size: 14px; }
.faq-body p { margin: 0 0 10px; }
.faq-body ul, .faq-body ol { margin: 0; padding-left: 20px; display: grid; gap: 8px; }

/* подвал */
.footer { margin-top: 88px; background: var(--ink); color: rgba(255, 255, 255, .8); }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px 48px; padding: 64px 0 36px; }
.footer .brand { height: 92px; color: var(--brand-cream); }
.footer .muted { margin: 8px 0 0; color: rgba(255, 255, 255, .45); font-size: 13px; }
.footer .eyebrow { margin-bottom: 14px; color: rgba(255, 255, 255, .4); }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; font-size: 14px; }
.footer-col a:hover { color: var(--accent); }
.footer-phone { font: 500 26px/1.1 var(--serif); color: #fff; white-space: nowrap; }
.footer-address { margin: 0; color: #fff; line-height: 1.5; }
.footer-legal { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 24px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 12px; color: rgba(255, 255, 255, .4); }
.footer-legal p { margin: 0; }
.footer-legal a { text-decoration: underline; }


/* карточка позиции */
dialog { width: min(1080px, 100% - 48px); max-height: calc(100dvh - 48px); padding: 0; border: 0; border-radius: var(--r-panel); background: var(--bg); color: var(--ink); overflow: hidden; box-shadow: 0 40px 100px -30px rgba(0, 0, 0, .45); }
dialog[open] { animation: sheet .4s var(--ease); }
dialog::backdrop { background: rgba(29, 29, 31, .5); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
@keyframes sheet { from { opacity: 0; transform: translateY(18px); } }
.d-bar { position: absolute; top: 16px; right: 16px; z-index: 5; }
.d-bar .round { background: rgba(251, 250, 248, .92); box-shadow: none; }
.d-bar .round:hover { background: var(--graphite); }
.d-layout { display: grid; grid-template-columns: 1fr 1fr; max-height: calc(100dvh - 48px); }
.d-media { min-height: 0; background: var(--surface); }
.d-media img { width: 100%; height: 100%; max-height: calc(100dvh - 48px); object-fit: cover; }
.d-body { overflow-y: auto; padding: 44px 44px 36px; }
.d-body h2 { margin: 8px 0 0; padding-right: 48px; font: 500 52px/1 var(--serif); letter-spacing: -.01em; }
.d-price { margin: 12px 0 0; font-size: 22px; font-weight: 500; letter-spacing: .01em; font-variant-numeric: tabular-nums; }
.d-price small { margin-right: 6px; font-size: 14px; color: var(--muted); }
.d-desc { margin: 14px 0 0; color: var(--soft); }
.d-desc:empty { display: none; }
.d-line { display: flex; align-items: center; gap: 10px; margin: 18px 0 0; padding: 14px 0; border-block: 1px solid var(--line); font-size: 14px; color: var(--soft); }
.d-note { display: flex; gap: 12px; margin: 18px 0 0; padding: 18px 20px; border-radius: 14px; background: var(--accent); color: var(--graphite); }
.d-note svg { margin-top: 2px; color: var(--accent-deep); }
.d-note p { margin: 0; font: italic 400 18px/1.4 var(--serif); }

form, .done { display: grid; gap: 14px; margin-top: 28px; padding: 26px; border-radius: 16px; background: var(--paper); box-shadow: inset 0 0 0 1px var(--line); }
form h3, .done h3 { margin: 0 0 4px; font: 500 30px/1 var(--serif); }
input, textarea { width: 100%; height: 48px; padding: 0 14px; border: 0; border-radius: 12px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); font-size: 16px; color: var(--ink); transition: box-shadow .2s; }
textarea { height: auto; padding: 12px 14px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #bcb7b1; }
input:focus, textarea:focus { outline: none; box-shadow: inset 0 0 0 1.5px var(--graphite); }
input[aria-invalid="true"] { box-shadow: inset 0 0 0 1.5px #b3412e; }
.date-row { display: grid; grid-template-columns: auto auto 1fr; gap: 8px; }
.chip { height: 48px; padding: 0 18px; border: 0; border-radius: 12px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); font-size: 14px; font-weight: 500; cursor: pointer; transition: all .2s; }
.chip:hover { box-shadow: inset 0 0 0 1px var(--graphite); }
.chip[aria-pressed="true"] { background: var(--graphite); color: #fff; box-shadow: none; }
.date-row input { min-width: 0; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; border-radius: 14px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); }
.segmented-3 { grid-template-columns: repeat(3, 1fr); }
.segmented label { position: relative; }
.segmented input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.segmented span { display: grid; place-items: center; height: 40px; border-radius: 10px; font-size: 14px; font-weight: 500; color: var(--soft); transition: all .2s; }
.segmented input:checked + span { background: var(--graphite); color: #fff; }
.segmented input:focus-visible + span { outline: 1.5px solid var(--graphite); outline-offset: 2px; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; line-height: 1.5; color: var(--soft); cursor: pointer; }
.consent input { flex: none; width: 18px; height: 18px; margin: 1px 0 0; padding: 0; box-shadow: none; accent-color: var(--graphite); }
.consent input[aria-invalid="true"] { outline: 1.5px solid #b3412e; outline-offset: 2px; }
.consent a { text-decoration: underline; }
.trap { position: absolute; left: -9999px; }
.form-error { margin: 0; color: #b3412e; font-size: 13px; }
.form-error:empty { display: none; }
form .btn-wide { margin-top: 6px; }
.pickup-note { display: none; margin: 8px 0 0; font-size: 13px; line-height: 1.45; color: var(--soft); }
.field:has(input[value="pickup"]:checked) .pickup-note { display: block; }
.fine { margin: -4px 0 0; text-align: center; font-size: 12px; color: var(--muted); }
.done { justify-items: center; text-align: center; }
.done-icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--accent); color: var(--accent-deep); }
.done-icon svg { width: 24px; height: 24px; }
.done p { margin: 0; color: var(--soft); }
.faq-inline { margin-top: 24px; border-top: 0; }
.faq-inline summary { font-size: 22px; padding: 18px 2px; }

/* адаптив */
@media (max-width: 1100px) {
  .menu { display: none; }
  .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .custom { grid-template-columns: 1fr; }
  .hero { gap: 36px; }
  .hero-media { height: 440px; }
}
@media (max-width: 860px) {
  .header-phone { display: none; }
  .round-call { display: grid; }
  .hero { grid-template-columns: 1fr; padding-top: 32px; }
  .hero-media { order: -1; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: 1fr; height: 260px; }
  .hero-photo:first-child { grid-row: auto; }
  .about { grid-template-columns: 1fr; }
  .promos { grid-auto-columns: 78%; }
  .promo-dots { display: flex; }
  dialog { width: 100%; max-width: 100%; height: 100dvh; max-height: 100dvh; margin: 0; border-radius: 0; }
  .d-bar { position: fixed; top: calc(12px + env(safe-area-inset-top)); right: 12px; }
  .d-layout { grid-template-columns: 1fr; grid-template-rows: auto auto; height: 100dvh; max-height: 100dvh; overflow-y: auto; align-content: start; }
  .d-media { min-height: auto; }
  .d-media img { height: auto; aspect-ratio: 4 / 5; max-height: 72dvh; }
  .d-body { overflow: visible; padding: 24px 20px calc(32px + env(safe-area-inset-bottom)); }
  .d-body h2 { padding-right: 0; font-size: 44px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .wrap { width: calc(100% - 32px); }
  /* на телефоне шапка уезжает при прокрутке — связь остаётся в шапке, блоке «Соберём букет» и подвале */
  .header { position: static; }
  [id] { scroll-margin-top: 12px; }
  .header-inner { height: 62px; gap: 10px; }
  .logo-tag { display: none; }
  /* на телефоне название в две строки: в одну строку не помещается рядом с кнопками связи */
  .logo .brand { height: 38px; aspect-ratio: 497.19 / 197.83; -webkit-mask-image: url("/loverosa/logo-name-stacked.svg"); mask-image: url("/loverosa/logo-name-stacked.svg"); }
  .round-links { gap: 6px; }
  .round { width: 36px; height: 36px; }
  .round svg { width: 16px; height: 16px; }
  .hero { gap: 22px; padding-top: 12px; }
  .hero-media { height: 150px; gap: 8px; }
  .hero-tag { left: 6px; bottom: 6px; padding: 3px 7px; font-size: 10px; }
  .hero h1 { margin-top: 10px; font-size: 44px; }
  .hero-lead { margin-top: 14px; font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 20px; }
  .hero-actions .btn { min-height: 46px; padding: 0 10px; font-size: 11px; letter-spacing: .06em; }
  .hero-points { gap: 10px 14px; margin-top: 22px; padding-top: 18px; }
  .hero-points li { gap: 7px; font-size: 12px; }
  .hero-points svg { width: 16px; height: 16px; }
  .promos-wrap { padding-top: 56px; }
  .promos { grid-auto-columns: 86%; gap: 10px; padding-inline: 16px; scroll-padding-inline: 16px; }
  .promo { min-height: 168px; grid-template-columns: 1fr 34%; border-radius: 16px; }
  .promo-body { padding: 18px 4px 16px 18px; gap: 10px; }
  .promo h2 { font-size: 24px; margin-top: 6px; }
  .promo p.promo-text { font-size: 12px; margin-top: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .promo-link { font-size: 11px; }
  .promo-media { margin: 8px 8px 8px 0; }
  .catalog-head { flex-wrap: wrap; margin: 48px 0 10px; }
  .catalog-head h2 { font-size: 34px; }
  #catalog-count { font-size: 12px; }
  .sort select { font-size: 12px; padding-right: 20px; }
  .filters { top: 0; margin: 0 -16px 20px; padding: 10px 16px; }
  .pill { height: 34px; padding: 0 14px; font-size: 12px; }
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 12px; }
  .card-row { flex-direction: column; gap: 4px; margin-top: 10px; }
  .card-name { font-size: 21px; }
  .card-price { font-size: 13px; }
  .card-cta { height: 38px; margin-top: 10px; font-size: 11px; letter-spacing: .08em; }
  .badge { top: 8px; left: 8px; font-size: 9px; padding: 4px 8px; }
  .custom { margin-top: 64px; padding: 32px 22px 24px; }
  .custom { margin-top: 40px; }
  .custom h2 { font-size: 32px; }
  .custom-links { display: grid; grid-template-columns: 1fr 1fr; }
  .custom-links .btn { padding: 0 12px; }
  .custom-links .btn:first-child { grid-column: 1 / -1; }
  .about { margin-top: 64px; }
  .about h2 { font-size: 32px; }
  summary { font-size: 22px; padding: 18px 2px; }
  .footer { margin-top: 64px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; padding: 44px 0 28px; }
  .footer-legal { flex-direction: column; }
  .d-body h2 { font-size: 40px; }
  .d-price { font-size: 20px; }
  .d-note p { font-size: 17px; }
  form, .done { padding: 20px 16px; }
  .date-row { grid-template-columns: 1fr 1fr; }
  .date-row input { grid-column: 1 / -1; }
}
@media (max-width: 370px) {
  .logo .brand { height: 34px; }
  .round { width: 33px; height: 33px; }
  .catalog-head h2 { font-size: 30px; }
  .hero h1 { font-size: 38px; }
}

/* Cormorant по умолчанию рисует «прыгающие» цифры; шорткат font сбрасывает это свойство, поэтому правило в конце. */
h1, h2, h3, summary, .card-name, .footer-phone { font-variant-numeric: lining-nums !important; }
