/* ==========================================================
   Brassac Motors — Riviera racing
   off-white #F6F3EE · racing red #C8102E · petrol blue #0F3B57
   Breakpoints (mobile-first): 600 · 900 · 1200 · 1440
   ========================================================== */
:root {
  --bsm-cream: #F6F3EE;
  --bsm-sand: #EDE6DA;
  --bsm-red: #C8102E;
  --bsm-red-dark: #A00D25;
  --bsm-blue: #0F3B57;
  --bsm-blue-2: #174E71;
  --bsm-ink: #13202A;
  --bsm-grey: #5B6670;
  --bsm-white: #FFFFFF;
  --bsm-radius: 28px;
  --bsm-display: "Syne", "Archivo", system-ui, sans-serif;
  --bsm-body: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  --bsm-gutter: clamp(16px, 4vw, 48px);
  --bsm-stripes: repeating-linear-gradient(90deg, var(--bsm-red) 0 14px, var(--bsm-cream) 14px 22px, var(--bsm-blue) 22px 36px, var(--bsm-cream) 36px 44px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bsm-cream); color: var(--bsm-ink); font-family: var(--bsm-body); font-size: clamp(15.5px, .93rem + .2vw, 17.5px); line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--bsm-red); text-underline-offset: 3px; }
h1, h2, h3 { font-family: var(--bsm-display); margin: 0; line-height: 1.02; letter-spacing: -.02em; }
h2 { font-size: clamp(2rem, 1.3rem + 3.2vw, 4rem); font-weight: 800; max-width: 20ch; }
h3 { font-weight: 700; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--bsm-red); outline-offset: 3px; border-radius: 6px; }
.bsm-skip { position: absolute; top: -60px; left: 16px; background: var(--bsm-blue); color: #fff; padding: 10px 16px; border-radius: 999px; z-index: 200; }
.bsm-skip:focus { top: 12px; }
.bsm-container { width: min(1280px, 100% - 2 * var(--bsm-gutter)); margin-inline: auto; }

.bsm-label { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--bsm-red); margin-bottom: 18px; }
.bsm-label::before { content: ""; width: 30px; height: 10px; background: linear-gradient(90deg, var(--bsm-red) 0 40%, transparent 40% 60%, var(--bsm-blue) 60%); border-radius: 2px; }
.bsm-label--light { color: #ffd0d7; }
.bsm-label--light::before { background: linear-gradient(90deg, var(--bsm-red) 0 40%, transparent 40% 60%, var(--bsm-cream) 60%); }
.bsm-head { margin-bottom: clamp(32px, 5vw, 64px); }
.bsm-head--split { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 20px; }
.bsm-head--center { text-align: center; }
.bsm-head--center h2 { margin-inline: auto; }

/* Pills */
.bsm-pill { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 15px 26px; font-family: var(--bsm-body); font-weight: 600; font-size: .98rem; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .25s, background .25s, color .25s, box-shadow .25s; line-height: 1.2; }
.bsm-pill:hover { transform: translateY(-2px); }
.bsm-pill--red { background: var(--bsm-red); color: #fff; box-shadow: 0 6px 0 var(--bsm-red-dark); }
.bsm-pill--red:hover { box-shadow: 0 8px 0 var(--bsm-red-dark); }
.bsm-pill--red:active { transform: translateY(3px); box-shadow: 0 2px 0 var(--bsm-red-dark); }
.bsm-pill--blue { background: var(--bsm-blue); color: #fff; }
.bsm-pill--blue:hover { background: var(--bsm-blue-2); }
.bsm-pill--line { background: transparent; color: var(--bsm-blue); border-color: var(--bsm-blue); }
.bsm-pill--line:hover { background: var(--bsm-blue); color: #fff; }
.bsm-pill--full { width: 100%; }
.bsm-pill--sm { padding: 10px 18px; font-size: .88rem; }

/* ---------- Header ---------- */
.bsm-top { position: sticky; top: 0; z-index: 60; padding: 12px var(--bsm-gutter); transition: padding .3s; }
.bsm-top__bar { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: rgba(255, 255, 255, .88); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(15, 59, 87, .1); border-radius: 999px; padding: 8px 8px 8px 12px; box-shadow: 0 8px 30px rgba(15, 59, 87, .08); }
.bsm-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--bsm-ink); }
.bsm-brand__badge { width: 42px; height: 42px; border-radius: 50%; background: var(--bsm-blue); color: #fff; font-family: var(--bsm-display); font-weight: 800; display: grid; place-items: center; font-size: 1.2rem; position: relative; overflow: hidden; }
.bsm-brand__badge i { position: absolute; left: 0; right: 0; bottom: 8px; height: 4px; background: var(--bsm-red); box-shadow: 0 -6px 0 var(--bsm-cream); opacity: .95; }
.bsm-brand__name { font-family: var(--bsm-display); font-weight: 800; font-size: 1.2rem; text-transform: uppercase; letter-spacing: .02em; }
.bsm-brand__name b { color: var(--bsm-red); margin-left: 4px; }
.bsm-menu { display: none; }
.bsm-menu a { color: var(--bsm-ink); text-decoration: none; font-weight: 500; font-size: .95rem; padding: 10px 14px; border-radius: 999px; transition: background .2s, color .2s; }
.bsm-menu a:hover, .bsm-menu a.is-current { background: var(--bsm-sand); }
.bsm-menu .bsm-menu__cta { background: var(--bsm-red); color: #fff; margin-left: 6px; }
.bsm-menu .bsm-menu__cta:hover { background: var(--bsm-red-dark); }
.bsm-toggle { display: inline-flex; align-items: center; gap: 10px; border: 0; background: var(--bsm-blue); color: #fff; font: 600 .9rem var(--bsm-body); padding: 10px 16px 10px 18px; border-radius: 999px; cursor: pointer; }
.bsm-toggle__icon { display: grid; gap: 4px; width: 18px; }
.bsm-toggle__icon i { display: block; height: 2px; background: currentColor; border-radius: 2px; transition: transform .3s, opacity .3s; }
.bsm-toggle[aria-expanded="true"] .bsm-toggle__icon i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.bsm-toggle[aria-expanded="true"] .bsm-toggle__icon i:nth-child(2) { opacity: 0; }
.bsm-toggle[aria-expanded="true"] .bsm-toggle__icon i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.bsm-menu.is-open { display: flex; flex-direction: column; position: absolute; left: var(--bsm-gutter); right: var(--bsm-gutter); top: calc(100% + 4px); background: #fff; border-radius: 24px; padding: 14px; box-shadow: 0 24px 50px rgba(15, 59, 87, .18); border-top: 6px solid var(--bsm-red); }
.bsm-menu.is-open a { padding: 14px 16px; font-size: 1.05rem; }
.bsm-menu.is-open .bsm-menu__cta { margin: 8px 0 0; text-align: center; }

/* ---------- Hero (split) ---------- */
.bsm-hero { display: grid; grid-template-columns: 1fr; gap: 0; padding-top: 12px; }
.bsm-hero__text { padding: clamp(28px, 6vw, 80px) var(--bsm-gutter) clamp(32px, 5vw, 60px); position: relative; z-index: 2; }
.bsm-tag { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid rgba(15, 59, 87, .12); padding: 7px 16px 7px 12px; border-radius: 999px; font-weight: 600; font-size: .85rem; color: var(--bsm-blue); margin-bottom: 26px; }
.bsm-dot { width: 10px; height: 10px; background: var(--bsm-red); border-radius: 50%; box-shadow: 0 0 0 4px rgba(200, 16, 46, .18); }
.bsm-hero h1 { font-size: clamp(2.5rem, 1.2rem + 5.6vw, 5.6rem); font-weight: 800; margin-bottom: 22px; max-width: 14ch; }
.bsm-hl { color: var(--bsm-red); position: relative; white-space: nowrap; }
.bsm-hl::after { content: ""; position: absolute; left: 0; right: 0; bottom: .02em; height: .14em; background: var(--bsm-stripes); opacity: .9; border-radius: 2px; }
.bsm-hero__sub { font-size: clamp(1.02rem, .95rem + .35vw, 1.22rem); color: var(--bsm-grey); max-width: 44ch; margin-bottom: 30px; }
.bsm-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.bsm-hero__chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.bsm-hero__chips li { font-size: .84rem; background: var(--bsm-sand); padding: 7px 14px; border-radius: 999px; color: var(--bsm-blue); }
.bsm-hero__media { position: relative; min-height: 320px; margin: 0 var(--bsm-gutter); border-radius: var(--bsm-radius); overflow: hidden; }
.bsm-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 66% 70%; }
.bsm-hero__stripes { display: none; }
.bsm-hero__stamp { position: absolute; right: 16px; top: 16px; background: var(--bsm-cream); color: var(--bsm-blue); border-radius: 999px; padding: 8px 16px; font-family: var(--bsm-display); font-weight: 800; font-size: 1rem; margin: 0; }
.bsm-hero__stamp span { color: var(--bsm-red); margin-right: 4px; }

/* Ticker */
.bsm-ticker { background: var(--bsm-blue); color: var(--bsm-cream); overflow: hidden; margin-top: clamp(28px, 4vw, 48px); border-block: 6px solid var(--bsm-red); }
.bsm-ticker__track { display: flex; gap: 28px; width: max-content; padding: 16px 0; font-family: var(--bsm-display); font-weight: 700; font-size: clamp(1rem, .9rem + .5vw, 1.4rem); text-transform: uppercase; white-space: nowrap; animation: bsm-ticker 36s linear infinite; }
.bsm-ticker__track span:nth-child(even) { color: var(--bsm-red); }
@keyframes bsm-ticker { to { transform: translateX(-50%); } }

/* ---------- About ---------- */
.bsm-about { padding-block: clamp(72px, 10vw, 140px); }
.bsm-about__grid { display: grid; grid-template-columns: 1fr; gap: clamp(28px, 4vw, 56px); }
.bsm-about__copy p { color: var(--bsm-grey); max-width: 60ch; }
.bsm-about__copy h2 { margin-bottom: 24px; }
.bsm-about__media { margin: 0; border-radius: var(--bsm-radius); overflow: hidden; position: relative; }
.bsm-about__media::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 12px; background: var(--bsm-stripes); }
.bsm-about__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.bsm-stats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.bsm-stat { border-radius: 22px; padding: 22px 20px; background: #fff; border: 2px solid var(--bsm-blue); display: flex; flex-direction: column; gap: 6px; }
.bsm-stat:nth-child(2) { background: var(--bsm-red); border-color: var(--bsm-red); color: #fff; }
.bsm-stat:nth-child(3) { background: var(--bsm-blue); color: #fff; }
.bsm-stat__n { font-family: var(--bsm-display); font-weight: 800; font-size: clamp(2.1rem, 1.6rem + 2vw, 3.4rem); line-height: 1; }
.bsm-stat__l { font-size: .88rem; font-weight: 500; opacity: .85; }

/* ---------- Services — bold numbered blocks ---------- */
.bsm-services { padding-block: clamp(72px, 10vw, 140px); background: var(--bsm-sand); border-radius: clamp(28px, 5vw, 64px) clamp(28px, 5vw, 64px) 0 0; }
.bsm-blocks { display: grid; grid-template-columns: 1fr; gap: 16px; counter-reset: bsm; }
.bsm-block { background: #fff; border-radius: var(--bsm-radius); padding: 28px 26px 30px; display: flex; flex-direction: column; min-height: 280px; transition: transform .3s, box-shadow .3s; }
.bsm-block:hover { transform: translateY(-6px) rotate(-.4deg); box-shadow: 0 18px 40px rgba(15, 59, 87, .14); }
.bsm-block--red { background: var(--bsm-red); color: #fff; }
.bsm-block--blue { background: var(--bsm-blue); color: #fff; }
.bsm-block__top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: auto; padding-bottom: 36px; }
.bsm-block__n { font-family: var(--bsm-display); font-weight: 800; font-size: clamp(3.6rem, 3rem + 3vw, 5.6rem); line-height: .8; letter-spacing: -.05em; color: var(--bsm-red); }
.bsm-block--red .bsm-block__n, .bsm-block--blue .bsm-block__n { color: rgba(255, 255, 255, .95); }
.bsm-block__emoji { width: 58px; height: 58px; border-radius: 50%; background: var(--bsm-cream); display: grid; place-items: center; font-size: 1.6rem; }
.bsm-block h3 { font-size: clamp(1.3rem, 1.15rem + .6vw, 1.65rem); margin-bottom: 10px; }
.bsm-block p { margin: 0; font-size: .96rem; opacity: .88; }

.bsm-stripe-divider { height: 26px; background: var(--bsm-stripes); background-size: 44px 100%; transform: skewY(-1.2deg); margin-block: -8px; position: relative; z-index: 1; }

/* ---------- Why — rounded image cards ---------- */
.bsm-why { padding-block: clamp(80px, 10vw, 150px); }
.bsm-cards { display: grid; grid-template-columns: 1fr; gap: clamp(28px, 3vw, 40px) 24px; }
.bsm-card h3 { font-size: 1.35rem; margin: 18px 0 8px; }
.bsm-card p { color: var(--bsm-grey); margin: 0; font-size: .97rem; }
.bsm-card__img { position: relative; border-radius: var(--bsm-radius); overflow: hidden; }
.bsm-card__img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .6s; }
.bsm-card:hover .bsm-card__img img { transform: scale(1.06); }
.bsm-card__n { position: absolute; left: 14px; top: 14px; width: 48px; height: 48px; border-radius: 50%; background: var(--bsm-cream); color: var(--bsm-red); font-family: var(--bsm-display); font-weight: 800; font-size: 1.4rem; display: grid; place-items: center; box-shadow: 0 0 0 4px rgba(246, 243, 238, .4); }
.bsm-card:nth-child(3n+2) .bsm-card__n { background: var(--bsm-red); color: #fff; }
.bsm-card:nth-child(3n) .bsm-card__n { background: var(--bsm-blue); color: #fff; }

/* ---------- Reviews ---------- */
.bsm-reviews { background: var(--bsm-blue); color: var(--bsm-cream); padding-block: clamp(80px, 10vw, 140px); position: relative; overflow: hidden; }
.bsm-reviews::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: var(--bsm-stripes); }
.bsm-reviews h2 { color: #fff; }
.bsm-quotes { display: grid; grid-template-columns: 1fr; gap: 28px; }
.bsm-quote { margin: 0; background: var(--bsm-cream); color: var(--bsm-ink); border-radius: var(--bsm-radius); padding: 30px 26px 26px; box-shadow: 8px 8px 0 var(--bsm-red); position: relative; }
.bsm-quote:nth-child(2) { box-shadow: 8px 8px 0 #F6F3EE55; }
.bsm-quote img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; margin-top: -58px; border: 4px solid var(--bsm-cream); margin-bottom: 12px; }
.bsm-quote__stars { color: var(--bsm-red); letter-spacing: .15em; margin-bottom: 10px; }
.bsm-off { color: #cdc3b3; }
.bsm-quote blockquote { margin: 0 0 18px; }
.bsm-quote blockquote p { margin: 0; font-size: 1.02rem; line-height: 1.6; }
.bsm-quote figcaption { font-size: .9rem; color: var(--bsm-grey); }
.bsm-quote figcaption b { color: var(--bsm-blue); font-family: var(--bsm-display); }

/* ---------- Contact ---------- */
.bsm-contact { padding-block: clamp(72px, 10vw, 140px); }
.bsm-contact__wrap { display: grid; grid-template-columns: 1fr; gap: 20px; background: var(--bsm-red); border-radius: clamp(28px, 4vw, 48px); padding: clamp(24px, 5vw, 64px); color: #fff; position: relative; overflow: hidden; }
.bsm-contact__wrap::after { content: ""; position: absolute; right: -60px; top: -60px; width: 240px; height: 240px; border-radius: 50%; border: 28px solid rgba(255, 255, 255, .08); pointer-events: none; }
.bsm-contact__info h2 { color: #fff; margin-bottom: 18px; }
.bsm-contact__info > p { color: #ffe3e7; max-width: 48ch; }
.bsm-info { margin: 28px 0 0; display: grid; gap: 10px; }
.bsm-info div { background: rgba(255, 255, 255, .1); border-radius: 18px; padding: 14px 18px; }
.bsm-info dt { font-weight: 700; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: #ffd0d7; margin-bottom: 4px; }
.bsm-info dd { margin: 0; }
.bsm-info address { font-style: normal; }
.bsm-info a { color: #fff; font-weight: 600; word-break: break-word; }

.bsm-formcard { background: var(--bsm-cream); color: var(--bsm-ink); border-radius: var(--bsm-radius); padding: clamp(22px, 3.5vw, 40px); position: relative; z-index: 1; }
.bsm-form__title { font-family: var(--bsm-display); font-weight: 800; font-size: 1.6rem; margin-bottom: 18px; color: var(--bsm-blue); }
.bsm-f { margin-bottom: 14px; }
.bsm-f2 { display: grid; grid-template-columns: 1fr; gap: 0 14px; }
.bsm-f label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; color: var(--bsm-blue); }
.bsm-f input:not([type="checkbox"]), .bsm-f select, .bsm-f textarea { width: 100%; font: inherit; font-size: 1rem; color: var(--bsm-ink); background: #fff; border: 2px solid #dcd3c4; border-radius: 999px; padding: 12px 18px; transition: border-color .2s, box-shadow .2s; }
.bsm-f textarea { border-radius: 22px; resize: vertical; min-height: 110px; }
.bsm-f select { appearance: none; -webkit-appearance: none; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23C8102E' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 18px center; padding-right: 44px; }
.bsm-f input:focus, .bsm-f select:focus, .bsm-f textarea:focus { outline: none; border-color: var(--bsm-blue); box-shadow: 0 0 0 4px rgba(15, 59, 87, .15); }
.bsm-f.has-error input, .bsm-f.has-error select, .bsm-f.has-error textarea { border-color: var(--bsm-red); }
.bsm-f__msg { display: block; color: var(--bsm-red); font-weight: 600; font-size: .82rem; margin-top: 5px; padding-left: 14px; }
.bsm-f__msg:empty { display: none; }
.bsm-check { display: grid !important; grid-template-columns: auto 1fr; gap: 12px; align-items: start; font-weight: 400 !important; color: var(--bsm-ink) !important; font-size: .9rem !important; cursor: pointer; }
.bsm-check input { position: absolute; opacity: 0; width: 24px; height: 24px; margin: 0; }
.bsm-check__box { width: 24px; height: 24px; border-radius: 8px; border: 2px solid var(--bsm-blue); background: #fff; display: grid; place-items: center; transition: background .2s; }
.bsm-check input:checked + .bsm-check__box { background: var(--bsm-red); border-color: var(--bsm-red); }
.bsm-check input:checked + .bsm-check__box::after { content: "✓"; color: #fff; font-weight: 700; font-size: .85rem; }
.bsm-check input:focus-visible + .bsm-check__box { outline: 3px solid var(--bsm-red); outline-offset: 2px; }
.bsm-f--consent.has-error .bsm-check__box { border-color: var(--bsm-red); }
.bsm-form__legal { font-size: .8rem; color: var(--bsm-grey); margin: 12px 0 0; text-align: center; }
.bsm-done { text-align: center; padding: 40px 10px; }
.bsm-done:focus { outline: none; }
.bsm-done__icon { width: 76px; height: 76px; border-radius: 50%; background: var(--bsm-red); color: #fff; display: grid; place-items: center; font-size: 2rem; margin: 0 auto 18px; box-shadow: 0 0 0 10px rgba(200, 16, 46, .12); }
.bsm-done__title { font-family: var(--bsm-display); font-weight: 800; font-size: 1.8rem; color: var(--bsm-blue); margin-bottom: 8px; }
.bsm-done p { color: var(--bsm-grey); }

/* ---------- Footer ---------- */
.bsm-foot { background: var(--bsm-ink); color: #cfd7dd; padding: 0 0 26px; position: relative; }
.bsm-foot::before { content: ""; display: block; height: 14px; background: var(--bsm-stripes); margin-bottom: 56px; }
.bsm-foot__grid { display: grid; gap: 28px; }
.bsm-foot__brand { font-family: var(--bsm-display); font-weight: 800; font-size: 1.8rem; text-transform: uppercase; color: #fff; margin-bottom: 6px; }
.bsm-foot__brand b { color: var(--bsm-red); margin-left: 6px; }
.bsm-foot address { font-style: normal; line-height: 1.8; }
.bsm-foot a { color: #fff; }
.bsm-foot__links { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.bsm-foot__copy { margin-top: 44px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .82rem; color: #8b98a3; }

/* ---------- Cookies ---------- */
.bsm-cookies { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90; background: #fff; border-radius: 24px; padding: 18px 20px; box-shadow: 0 20px 50px rgba(19, 32, 42, .25); border: 2px solid var(--bsm-blue); display: grid; gap: 12px; max-width: 640px; margin-inline: auto; font-size: .92rem; }
.bsm-cookies[hidden] { display: none; }
.bsm-cookies p { margin: 0; }
.bsm-cookies__btns { display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap; }

/* ---------- Reveal ---------- */
.bsm-anim .bsm-rise { opacity: 0; transform: translateY(40px) scale(.98); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .9, .3, 1.2); }
.bsm-anim .bsm-rise.is-up { opacity: 1; transform: none; }

/* ---------- Breakpoints ---------- */
@media (max-width: 419px) {
  .bsm-brand__name { font-size: 1rem; }
  .bsm-brand__badge { width: 38px; height: 38px; }
  .bsm-toggle { padding: 12px 14px; }
  .bsm-toggle__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .bsm-hero__cta .bsm-pill { width: 100%; }
}
@media (min-width: 600px) {
  .bsm-blocks { grid-template-columns: repeat(2, 1fr); }
  .bsm-cards { grid-template-columns: repeat(2, 1fr); }
  .bsm-stats { grid-template-columns: repeat(4, 1fr); }
  .bsm-f2 { grid-template-columns: 1fr 1fr; }
  .bsm-hero__media { min-height: 420px; }
  .bsm-cookies { grid-template-columns: 1fr auto; align-items: center; left: 20px; right: 20px; }
}
@media (min-width: 900px) {
  .bsm-quotes { grid-template-columns: repeat(3, 1fr); padding-top: 30px; }
  .bsm-quote:nth-child(1) { rotate: -1.5deg; }
  .bsm-quote:nth-child(2) { translate: 0 30px; }
  .bsm-quote:nth-child(3) { rotate: 1.5deg; }
  .bsm-about__grid { grid-template-columns: 1fr 1fr; align-items: center; }
  .bsm-stats { grid-column: 1 / -1; }
  .bsm-foot__grid { grid-template-columns: 2fr 1fr 1fr; }
}
@media (min-width: 1100px) {
  .bsm-menu { display: flex; align-items: center; gap: 2px; }
  .bsm-toggle { display: none; }
  .bsm-hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); min-height: calc(100vh - 90px); align-items: stretch; padding-top: 0; }
  .bsm-hero__text { display: flex; flex-direction: column; justify-content: center; padding-left: max(var(--bsm-gutter), calc((100vw - 1280px) / 2)); padding-right: 24px; }
  .bsm-hero__media { margin: 0; border-radius: 0 0 0 clamp(40px, 5vw, 80px); clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%); min-height: 0; margin-top: -90px; }
  .bsm-hero__stripes { display: block; position: absolute; top: 0; bottom: 0; left: 0; width: 22%; background: linear-gradient(to top right, transparent calc(50% - 22px), var(--bsm-red) calc(50% - 22px), var(--bsm-red) calc(50% - 10px), var(--bsm-cream) calc(50% - 10px), var(--bsm-cream) calc(50% - 4px), var(--bsm-blue) calc(50% - 4px), var(--bsm-blue) calc(50% + 8px), transparent calc(50% + 8px)); }
  .bsm-hero h1 { font-size: clamp(3rem, 1rem + 3.4vw, 5rem); }
  .bsm-hero__stamp { top: auto; bottom: 28px; right: 28px; font-size: 1.3rem; padding: 12px 22px; }
  .bsm-contact__wrap { grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
  .bsm-blocks { grid-template-columns: repeat(3, 1fr); }
  .bsm-block:nth-child(3n+2) { translate: 0 28px; }
  .bsm-blocks { padding-bottom: 28px; }
  .bsm-cards { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1440px) {
  .bsm-block { min-height: 320px; padding: 34px 32px; }
  .bsm-hero h1 { max-width: 12ch; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .bsm-anim .bsm-rise { opacity: 1; transform: none; }
}
