/* ============================================================
   site.css — product.vision × MANGA SPLASH
   Дизайн-система всего сайта: белая бумага, чёрный гротеск,
   оранжево-красный акцент, speed-lines, халфтон, жёсткие тени.
   ============================================================ */
:root {
  --ink: #0B0B0C;
  --paper: #ffffff;
  --paper-2: #F4F2EC;       /* тёплая бумага */
  --paper-3: #ECE9E1;
  --red: #FF671F;            /* Pantone 165 C */
  --red-deep: #D9530F;
  --muted: #6B6862;
  --faint: #A7A39B;
  --hair: rgba(11,11,12,.12);
  --head: Impact, 'Arial Narrow', 'Oswald', system-ui, sans-serif;
  --body: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --maxw: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper-3); color: var(--ink); font-family: var(--body); }
/* рамка по ширине основного блока контента (артборд) */
.shell { max-width: 1180px; margin: 0 auto; background: #fff; border: 3px solid var(--ink); box-shadow: 0 6px 40px rgba(11,11,12,.07); }
img { max-width: 100%; }
a { color: inherit; }
::selection { background: var(--red); color: #fff; }

/* ---------- ТЕКСТУРЫ ---------- */
.tx-speed {
  background-image: repeating-conic-gradient(from 0deg at 50% 50%, var(--ink) 0 .55deg, transparent .55deg 3.1deg);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent 0 24%, #000 46%);
          mask-image: radial-gradient(circle at 50% 50%, transparent 0 24%, #000 46%);
}
.tx-halftone { background-image: radial-gradient(var(--ink) 1.7px, transparent 2px); background-size: 9px 9px; }
.tx-halftone-w { background-image: radial-gradient(#fff 1.7px, transparent 2px); background-size: 9px 9px; }
.tx-halftone-red { background-image: radial-gradient(var(--red) 1.7px, transparent 2px); background-size: 9px 9px; }
.tx-hatch { background-image: repeating-linear-gradient(-45deg, var(--ink) 0 1.5px, transparent 1.5px 7px); }

/* ---------- РАСКЛАДКА ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
.sec { position: relative; overflow: hidden; }
.sec-line { border-top: 3px solid var(--ink); }
.sec-pad { padding: 84px 0; }
.sec-pad-sm { padding: 60px 0; }
.bg-paper2 { background: var(--paper-2); }
.bg-ink { background: var(--ink); color: #fff; }

/* ---------- ТИПОГРАФИКА ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--head); font-weight: 600; text-transform: uppercase;
  letter-spacing: .12em; font-size: 13px; color: var(--ink);
}
.kicker::before { content: ''; width: 26px; height: 3px; background: var(--red); flex: 0 0 auto; }
.kicker-w { color: #fff; }
.kicker-num {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 26px; height: 26px; padding: 0 7px; background: var(--red); color: #fff;
  font-family: var(--head); font-weight: 700; font-size: 13px; border-radius: 2px;
}
.h-display {
  font-family: var(--head); font-weight: 700; text-transform: uppercase;
  line-height: .92; letter-spacing: -.015em; margin: 0;
  font-size: clamp(40px, 6vw, 72px);
}
.h2 {
  font-family: var(--head); font-weight: 700; text-transform: uppercase;
  line-height: .98; letter-spacing: -.01em; margin: 0;
  font-size: clamp(32px, 4vw, 46px);
}
.h3 { font-family: var(--head); font-weight: 700; text-transform: uppercase; line-height: 1; letter-spacing: -.005em; margin: 0; font-size: 26px; }
.lede { font-family: var(--body); font-size: 19px; line-height: 1.5; color: #1A1917; font-weight: 500; margin: 0; }
.body { font-family: var(--body); font-size: 16px; line-height: 1.6; color: var(--muted); margin: 0; }
.red { color: var(--red); }
.up { text-transform: uppercase; }
.mono-meta { font-family: var(--head); font-weight: 600; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--red); }

/* ---------- КНОПКИ ---------- */
.btn {
  font-family: var(--head); font-weight: 600; font-size: 16px; letter-spacing: .03em; text-transform: uppercase;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; border: 2.5px solid var(--ink); border-radius: 2px;
  cursor: pointer; background: var(--paper); color: var(--ink); text-decoration: none; line-height: 1;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform .12s ease, box-shadow .12s ease, background .15s, color .15s;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }
.btn:active { transform: translate(2px,2px); box-shadow: 1px 1px 0 var(--ink); }
.btn-red { background: var(--red); color: #fff; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-lg { font-size: 18px; padding: 18px 32px; }
.btn-sm { font-size: 14px; padding: 11px 18px; box-shadow: 3px 3px 0 var(--ink); }
.btn-block { width: 100%; }
.btn-ghost { background: transparent; box-shadow: none; }
.btn-ghost:hover { background: var(--ink); color: #fff; transform: none; box-shadow: none; }
.btn-on-ink { box-shadow: 4px 4px 0 #fff; }
.btn-on-ink:hover { box-shadow: 6px 6px 0 #fff; }

/* ---------- ШАПКА ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 3px solid var(--ink); }
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-logo img { height: 38px; display: block; }
.nav-links { display: flex; align-items: stretch; gap: 0; height: 78px; }
.nav-link {
  font-family: var(--head); font-weight: 600; font-size: 14px; letter-spacing: .03em; text-transform: uppercase;
  color: var(--ink); text-decoration: none; padding: 0 14px; line-height: 1; white-space: nowrap;
  display: inline-flex; align-items: center; height: 100%;
  position: relative; transition: color .14s;
}
.nav-link:hover { color: var(--red); }
.nav-link-active { color: var(--red); }
.nav-link-active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 3px; background: var(--red);
}
.nav-right { display: flex; align-items: center; gap: 14px; height: 78px; }
.nav-sep { width: 2px; height: 26px; background: var(--hair); }
.lang {
  font-family: var(--head); font-weight: 600; font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 2px solid var(--ink);
  border-radius: 2px; cursor: pointer; line-height: 1; background: #fff; color: var(--ink);
  transition: background .14s, color .14s;
}
.lang:hover { background: var(--ink); color: #fff; }
.lang-dot { width: 7px; height: 7px; border-radius: 7px; background: var(--red); display: inline-block; }
.nav-burger { display: none; }

/* ---------- HERO ---------- */
.hero { position: relative; overflow: hidden; background: #fff; border-bottom: 3px solid var(--ink); }
.hero-body { position: relative; }
.hero-figwrap { position: absolute; right: 0; top: 0; bottom: 0; width: min(48%, 580px); z-index: 2; pointer-events: none; display: flex; align-items: flex-end; justify-content: center; }
.hero-figwrap-left { right: auto; left: 0; }
.hero-figwrap-scrim { position: absolute; inset: 0; background: radial-gradient(58% 66% at 58% 56%, rgba(255,255,255,.94) 0 44%, rgba(255,255,255,0) 80%); }
.hero-figwrap img { position: relative; max-width: 100%; display: block; }
.hero-speed {
  position: absolute; inset: -25%; z-index: 0; opacity: .82;
  background-image: repeating-conic-gradient(from 0deg at 60% 46%, var(--ink) 0 .5deg, transparent .5deg 2.9deg);
  -webkit-mask-image: radial-gradient(125% 115% at 60% 46%, rgba(0,0,0,.4) 0 20%, #000 58%);
          mask-image: radial-gradient(125% 115% at 60% 46%, rgba(0,0,0,.4) 0 20%, #000 58%);
}
.hero-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(60% 60% at 68% 30%, rgba(255,255,255,.85) 0 42%, rgba(255,255,255,0) 78%);
}
.hero-figure { position: absolute; left: -20px; bottom: 0; z-index: 2; pointer-events: none; }

/* ---------- СТАТЫ ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 26px 28px; border-right: 2.5px solid var(--ink); }
.stat:last-child { border-right: none; }
.stat-num { font-family: var(--head); font-weight: 700; font-size: 46px; line-height: 1; color: var(--red); letter-spacing: -.01em; }
.stat-lbl { font-family: var(--body); font-size: 14px; color: var(--muted); margin-top: 6px; line-height: 1.35; }

/* ---------- ПАНЕЛИ / КАРТОЧКИ ---------- */
.card {
  border: 2.5px solid var(--ink); border-radius: 3px; background: #fff; position: relative; overflow: hidden;
  box-shadow: 6px 6px 0 var(--ink); transition: transform .14s ease, box-shadow .14s ease;
}
.card-hover:hover { transform: translate(-3px,-3px); box-shadow: 9px 9px 0 var(--ink); }
.card-flat { box-shadow: none; }
.tag {
  display: inline-flex; align-items: center; gap: 7px; background: var(--ink); color: #fff;
  font-family: var(--head); font-weight: 600; font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  padding: 7px 11px;
}
.tag-red { background: var(--red); }

/* проблемы (01/02/03) */
.prob { padding: 30px 30px 32px; }
.prob-q { font-family: var(--head); font-weight: 700; font-size: 22px; line-height: 1.12; text-transform: none; margin: 16px 0 14px; letter-spacing: -.01em; min-height: 74px; }

/* услуги */
.svc { display: flex; flex-direction: column; height: 100%; }
.svc-body { padding: 28px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.svc-cta { margin-top: auto; }

/* кейсы */
.case-media { position: relative; height: 150px; border-bottom: 2.5px solid var(--ink); overflow: hidden; }
.case-metric { font-family: var(--head); font-weight: 700; font-size: 40px; line-height: 1; color: var(--red); }

/* команда */
.member { text-align: left; }
.member-photo { width: 100%; aspect-ratio: 1/1; border: 2.5px solid var(--ink); border-radius: 3px; overflow: hidden;
  background: var(--paper-2); position: relative; display: flex; align-items: center; justify-content: center;
  box-shadow: 5px 5px 0 var(--ink); transition: transform .14s ease, box-shadow .14s ease;
}
.member:hover .member-photo { transform: translate(-3px,-3px); box-shadow: 8px 8px 0 var(--ink); }
.member-photo img { width: 100%; height: 100%; object-fit: cover; display: block;
  filter: grayscale(1) brightness(1.04) contrast(1.32) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='m'%3E%3CfeComponentTransfer%3E%3CfeFuncR type='discrete' tableValues='0 0.2 0.44 0.68 0.86 1'/%3E%3CfeFuncG type='discrete' tableValues='0 0.2 0.44 0.68 0.86 1'/%3E%3CfeFuncB type='discrete' tableValues='0 0.2 0.44 0.68 0.86 1'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3C/svg%3E#m");
}
.member-photo::after { content: ''; position: absolute; inset: 0; pointer-events: none; mix-blend-mode: multiply; opacity: .32;
  background-image: radial-gradient(rgba(11,11,12,.6) 1px, transparent 1.6px); background-size: 5px 5px;
}
.member-photo::before { content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none; mix-blend-mode: screen; opacity: .5;
  background: radial-gradient(120% 100% at 28% 14%, rgba(255,255,255,.5) 0 22%, rgba(255,255,255,0) 55%); }
.member-initials { font-family: var(--head); font-weight: 700; font-size: 40px; color: var(--ink); letter-spacing: .02em; }

/* логотипы */
.marquee { overflow: hidden; border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); background: #fff; }
.marquee-row { display: flex; gap: 0; width: max-content; animation: marquee 42s linear infinite; }
.marquee:hover .marquee-row { animation-play-state: paused; }
.marquee-item {
  flex: 0 0 auto; width: 190px; height: 108px; display: flex; align-items: center; justify-content: center;
  border-right: 2px solid var(--hair); padding: 22px;
}
.marquee-item img { max-height: 44px; max-width: 130px; object-fit: contain; filter: grayscale(1) contrast(.9); opacity: .78; transition: filter .2s, opacity .2s; }
.marquee-item:hover img { filter: none; opacity: 1; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* цитаты */
.quote { padding: 34px 32px 30px; position: relative; }
.quote-mark { font-family: var(--head); font-weight: 700; font-size: 80px; line-height: .6; color: var(--red); height: 40px; display: block; }
.quote-text { font-family: var(--body); font-size: 18px; line-height: 1.5; color: var(--ink); font-weight: 500; margin: 14px 0 18px; }
.quote-by { font-family: var(--head); font-weight: 600; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }

/* чеклист */
.ticklist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.ticklist li { display: flex; align-items: flex-start; gap: 12px; font-family: var(--body); font-size: 16px; line-height: 1.45; }
.tick { width: 18px; height: 18px; background: var(--red); flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; border-radius: 1px; margin-top: 2px; }

/* чипы-фреймворки */
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip-static {
  font-family: var(--head); font-weight: 600; font-size: 13px; letter-spacing: .02em; text-transform: uppercase;
  padding: 9px 13px; border: 2px solid var(--ink); border-radius: 2px; background: #fff; line-height: 1;
}

/* шаги процесса */
.step { display: grid; grid-template-columns: 78px 1fr; gap: 26px; padding: 30px 0; border-top: 2px solid var(--hair); }
.step:first-child { border-top: none; }
.step-no { font-family: var(--head); font-weight: 700; font-size: 52px; line-height: .8; color: var(--red); }

/* аккордеон FAQ */
.faq-item { border-top: 2px solid var(--ink); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px;
  font-family: var(--head); font-weight: 600; font-size: 21px; text-transform: none; color: var(--ink); line-height: 1.15;
}
.faq-icon { flex: 0 0 auto; width: 30px; height: 30px; border: 2.5px solid var(--ink); border-radius: 2px; display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s, transform .2s; }
.faq-item-open .faq-icon { background: var(--red); border-color: var(--red); color: #fff; }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .3s ease; }
.faq-item-open .faq-a { max-height: 460px; }
.faq-a-in { padding: 0 4px 26px; font-family: var(--body); font-size: 16px; line-height: 1.6; color: var(--muted); max-width: 760px; }

/* ---------- МОДАЛКА ---------- */
.modal-back {
  position: fixed; inset: 0; z-index: 100; background: rgba(11,11,12,.66);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  animation: fade .18s ease both;
}
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.modal {
  position: relative; width: 100%; max-width: 500px; max-height: 92vh; overflow: auto;
  background: #fff; border: 3px solid var(--ink); border-radius: 4px; box-shadow: 14px 14px 0 var(--red);
  padding: 34px 32px; animation: pop .22s cubic-bezier(.2,.8,.3,1.2) both;
}
@keyframes pop { from { opacity: 0; transform: translateY(14px) scale(.97); } to { opacity: 1; transform: none; } }
.modal-x {
  position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--ink); border-radius: 2px; background: #fff; cursor: pointer; transition: background .14s, color .14s;
}
.modal-x:hover { background: var(--ink); color: #fff; }

/* ---------- ФОРМЫ ---------- */
.form { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-label { font-family: var(--head); font-weight: 600; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.field-err { color: var(--red); font-style: normal; font-weight: 600; }
.input {
  font-family: var(--body); font-size: 16px; color: var(--ink); padding: 13px 14px;
  border: 2px solid var(--ink); border-radius: 2px; background: #fff; width: 100%; outline: none;
  transition: box-shadow .12s, border-color .12s; resize: vertical;
}
.input::placeholder { color: var(--faint); }
.input:focus { box-shadow: 3px 3px 0 var(--red); }
.input-err { border-color: var(--red); }

/* ---------- ТОСТ ---------- */
.toast {
  position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%); z-index: 120;
  display: inline-flex; align-items: center; gap: 10px; background: var(--ink); color: #fff; border-radius: 3px;
  font-family: var(--head); font-weight: 600; font-size: 14px; letter-spacing: .02em; text-transform: uppercase;
  padding: 13px 20px; box-shadow: 4px 4px 0 var(--red); animation: toastin .3s cubic-bezier(.2,.8,.3,1.2) both;
}
.toast-tick { width: 22px; height: 22px; border-radius: 50%; background: var(--red); display: inline-flex; align-items: center; justify-content: center; }
@keyframes toastin { from { opacity: 0; transform: translate(-50%, 14px); } to { opacity: 1; transform: translate(-50%, 0); } }

/* ---------- ФУТЕР ---------- */
.foot { background: #fff; border-top: 3px solid var(--ink); }
.foot-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding: 56px 0 44px; }
.foot-h { font-family: var(--head); font-weight: 600; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 0 0 16px; }
.foot-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.foot-list a, .foot-list span { font-family: var(--body); font-size: 15px; color: var(--ink); text-decoration: none; }
.foot-list a:hover { color: var(--red); }
.foot-bot { border-top: 2px solid var(--hair); padding: 20px 0 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.foot-fine { font-family: var(--body); font-size: 12.5px; color: var(--faint); line-height: 1.5; }

/* ---------- НОВОСТИ ---------- */
.news-slot {
  background-color: var(--ink);
  background-image: radial-gradient(rgba(255,255,255,.14) 1.6px, transparent 2px);
  background-size: 9px 9px;
  color: #fff;
}
.news-row { transition: background .14s, padding-left .14s; }
.news-row:hover { background: var(--paper-2); padding-left: 12px; }
.news-row:hover h4 { color: var(--red); }

/* ---------- АНОНС (главная) ---------- */
.news-featured { position: relative; }
.news-featured-badge {
  position: absolute; top: -14px; left: 26px; z-index: 4;
  display: inline-flex; align-items: center; gap: 8px; background: var(--red); color: #fff;
  font-family: var(--head); font-weight: 700; font-size: 13px; letter-spacing: .06em; text-transform: uppercase;
  padding: 9px 14px; border: 2.5px solid var(--ink); border-radius: 2px; box-shadow: 3px 3px 0 var(--ink);
}
.news-featured-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; animation: blink 1.4s ease-in-out infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: .25; } }

/* ---------- СТАТЬЯ ---------- */
.art-back {
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  font-family: var(--head); font-weight: 600; font-size: 13px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--ink); transition: color .14s, gap .14s;
}
.art-back:hover { color: var(--red); gap: 13px; }
.art-body { }
.art-p { font-family: var(--body); font-size: 18px; line-height: 1.66; color: #1A1917; margin: 0 0 22px; }
.art-h { font-family: var(--head); font-weight: 700; text-transform: uppercase; letter-spacing: -.01em; font-size: 26px; line-height: 1.05; margin: 38px 0 16px; }
.art-quote { margin: 30px 0; padding: 4px 0 4px 26px; border-left: 4px solid var(--red); position: relative;
  font-family: var(--head); font-weight: 600; font-size: 23px; line-height: 1.22; color: var(--ink); letter-spacing: -.005em; text-transform: none; }
.art-quote-mark { color: var(--red); font-weight: 700; margin-right: 4px; }
.art-cta { margin-top: 44px; padding: 26px 30px; border: 2.5px solid var(--ink); border-radius: 3px; box-shadow: 6px 6px 0 var(--ink);
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: var(--paper-2); }

/* ---------- АНИМАЦИИ ВХОДА ---------- */
@media (prefers-reduced-motion: no-preference) {
  .rise { opacity: 0; transform: translateY(18px); animation: rise .6s cubic-bezier(.2,.7,.3,1) forwards; }
  @keyframes rise { to { opacity: 1; transform: none; } }
}

/* ---------- АДАПТИВ ---------- */
@media (max-width: 1180px) {
  .nav-link { padding: 0 11px; font-size: 13px; }
}
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-burger { display: inline-flex; }
  .foot-top { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 2.5px solid var(--ink); }
}
@media (max-width: 720px) {
  .hero-figure, .hero-figwrap { opacity: .12; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 22px; }
  .sec-pad { padding: 56px 0; }
  .stats { grid-template-columns: 1fr 1fr; }
}


/* Production HTML-first additions */
.hero-copy{position:relative;z-index:3;min-height:600px;display:flex;flex-direction:column;justify-content:center;padding-top:70px;padding-bottom:64px;padding-left:40px;padding-right:min(42%,480px)}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.auto-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.auto-card{padding:30px}.svc-link{padding:30px;text-decoration:none;display:flex;flex-direction:column;gap:16px}.booking-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:32px}.cta-card{padding:30px;box-shadow:8px 8px 0 #fff}.team-grid-new{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.team-swap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .18s ease,transform .18s ease}.team-swap .team-old{opacity:0}.member:hover .team-swap .team-old{opacity:1}.member:hover .team-swap .team-new{opacity:0}.team-swap:focus-within .team-old{opacity:1}.tick{color:#fff;font-family:var(--head);font-weight:700}.cookie-consent{font-family:var(--body)}.source-intro{max-width:860px}.source-p{font-size:18px;margin:0 0 16px}.source-grid{margin-top:26px}.source-card .body+.body{margin-top:12px}.source-card-anchor{display:block;color:inherit;text-decoration:none}.source-card-link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-family:var(--head);font-size:15px;text-transform:uppercase;color:var(--red)}.source-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.source-list{margin:16px 0 0;padding:0;list-style:none}.source-list li{margin:10px 0;color:var(--ink);font-family:var(--body);line-height:1.45}
@media(max-width:900px){.auto-grid,.booking-grid,.team-grid-new{grid-template-columns:1fr}.hero-copy{padding-right:22px}.hero-figwrap{opacity:.12}.nav-right .btn{display:none}.nav-in{align-items:flex-start;gap:12px;padding-top:16px;padding-bottom:12px}.nav-right{min-width:0;flex:1;overflow:hidden}.nav-links{display:flex;overflow-x:auto;scrollbar-width:none;height:48px}.nav-links::-webkit-scrollbar{display:none}.nav-link{height:48px;padding:0 12px}.nav-sep{display:none}}
@media(max-width:640px){.foot-top{grid-template-columns:1fr}.nav-in{height:auto;min-height:78px}.nav-right{gap:8px}.hero-copy{min-height:520px;padding-left:22px}.auto-card,.svc-link,.cta-card{padding:22px}.h-display{font-size:clamp(38px,13vw,58px)}}
