:root {
  --dark: #090b10;
  --dark-2: #141923;
  --paper: #f4f1eb;
  --white: #ffffff;
  --red: #ef3f32;
  --red-dark: #c8281e;
  --muted: #6b7079;
  --line: rgba(9, 11, 16, .13);
  --container: min(1160px, calc(100% - 40px));
  --shadow: 0 24px 65px rgba(0, 0, 0, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--dark);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open,
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(78px, 9vw, 124px) 0; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--red);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  padding: 17px 0;
  color: var(--white);
  transition: padding .2s ease, background .2s ease, box-shadow .2s ease;
}
.header.scrolled {
  padding: 9px 0;
  background: rgba(9, 11, 16, .96);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .22);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { position: relative; z-index: 3; display: inline-flex; align-items: center; gap: 12px; }
.brand__symbol {
  width: 52px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--red);
  font-size: 1rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.04em;
  transform: skewX(-8deg);
}
.brand__text { display: grid; line-height: 1.05; }
.brand__text strong { font-size: 1.04rem; letter-spacing: .05em; text-transform: uppercase; }
.brand__text small { margin-top: 5px; color: rgba(255,255,255,.62); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.navigation { display: flex; align-items: center; gap: 27px; color: rgba(255,255,255,.78); font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.navigation a { transition: color .2s ease; }
.navigation a:hover,
.navigation a:focus-visible { color: var(--white); }
.navigation__call { padding: 12px 18px; color: var(--white) !important; background: var(--red); }
.navigation__call:hover { background: var(--red-dark); }
.menu-button {
  position: relative;
  z-index: 3;
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 7px;
  color: var(--white);
  background: rgba(255,255,255,.06);
  cursor: pointer;
}
.menu-button span { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background: radial-gradient(circle at 77% 34%, rgba(239,63,50,.2), transparent 26%), linear-gradient(120deg, #07090d 0%, #151a24 56%, #080a0f 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 54px 54px;
}
.hero__decor {
  position: absolute;
  width: 430px;
  height: 980px;
  top: -210px;
  right: 7%;
  background: linear-gradient(180deg, transparent, rgba(239,63,50,.2), transparent);
  transform: rotate(28deg);
}
.hero__grid {
  position: relative;
  z-index: 2;
  min-height: 720px;
  padding-top: 130px;
  padding-bottom: 92px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 45px;
}
.kicker { margin: 0 0 19px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.68); font-size: .74rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.kicker span { width: 39px; height: 3px; background: var(--red); transform: skewX(-25deg); }
.kicker--dark { color: var(--muted); }
.hero h1 { margin: 0; font-size: clamp(4.4rem, 10vw, 8.2rem); line-height: .82; letter-spacing: -.08em; text-transform: uppercase; font-style: italic; }
.hero h1 em { display: block; color: transparent; -webkit-text-stroke: 2px var(--red); font-style: inherit; }
.hero__lead { max-width: 520px; margin: 34px 0 0; color: rgba(255,255,255,.72); font-size: clamp(1.12rem, 2.2vw, 1.48rem); }
.hero__lead strong { color: var(--white); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-size: .82rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button--primary { color: var(--white); background: var(--red); }
.button--primary:hover { background: var(--red-dark); }
.button--outline { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.hero__facts { max-width: 650px; margin: 44px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); }
.hero__facts div { padding: 19px 15px 0 0; }
.hero__facts dt { color: rgba(255,255,255,.42); font-size: .67rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero__facts dd { margin: 5px 0 0; color: var(--white); font-size: .86rem; font-weight: 800; }
.hero__visual { position: relative; min-height: 530px; }
.hero__ring { position: absolute; width: 410px; height: 410px; top: 50%; left: 50%; border: 48px solid rgba(255,255,255,.035); border-radius: 50%; transform: translate(-50%, -50%); }
.hero__monogram { position: absolute; top: 50%; left: 50%; color: rgba(255,255,255,.055); font-size: clamp(8rem, 18vw, 14rem); font-style: italic; font-weight: 1000; letter-spacing: -.12em; transform: translate(-52%, -56%); }
.hero__motorcycle { position: absolute; z-index: 2; width: 106%; right: -8%; bottom: -12px; fill: none; stroke: rgba(255,255,255,.58); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.hero__label { position: absolute; z-index: 3; top: 15%; right: 1%; padding: 9px 13px; border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.6); font-size: .66rem; font-weight: 900; letter-spacing: .16em; }
.hero__bar { position: absolute; z-index: 3; inset: auto 0 0; min-height: 64px; padding: 15px 20px; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 4vw, 48px); overflow: hidden; color: var(--white); background: var(--red); }
.hero__bar span { font-size: .75rem; font-weight: 900; letter-spacing: .16em; white-space: nowrap; }
.hero__bar i { width: 8px; height: 8px; background: var(--dark); transform: rotate(45deg); }

.section-heading { max-width: 680px; }
.section-heading h2 { margin: 0; font-size: clamp(2.55rem, 6vw, 4.7rem); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.section-heading > p:last-child { margin: 21px 0 0; color: var(--muted); font-size: 1.04rem; }
.section-heading--light { color: var(--white); }
.section-heading--light > p:last-child { color: rgba(255,255,255,.6); }
.motorcycles { position: relative; overflow: hidden; }
.motorcycles::before { content: "JJL"; position: absolute; top: 30px; right: -25px; color: rgba(9,11,16,.035); font-size: clamp(14rem, 31vw, 31rem); font-weight: 1000; line-height: .8; letter-spacing: -.12em; }
.cards { position: relative; margin-top: 57px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.card { position: relative; min-height: 365px; padding: clamp(30px, 5vw, 50px); overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 34px rgba(9,11,16,.06); }
.card--dark { color: var(--white); background: var(--dark-2); border-color: transparent; }
.card__number { position: absolute; top: 20px; right: 26px; color: rgba(9,11,16,.08); font-size: 5.4rem; font-weight: 1000; line-height: 1; font-style: italic; }
.card--dark .card__number { color: rgba(255,255,255,.07); }
.card__icon { width: 75px; height: 75px; display: grid; place-items: center; color: var(--red); background: rgba(239,63,50,.1); font-size: 2.3rem; font-style: italic; font-weight: 1000; }
.card h3 { margin: 34px 0 10px; font-size: 2.35rem; line-height: 1; text-transform: uppercase; font-style: italic; }
.card p { margin: 0; color: var(--muted); }
.card--dark p { color: rgba(255,255,255,.56); }
.card a { position: absolute; left: clamp(30px, 5vw, 50px); bottom: 39px; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.card a span { display: inline-block; margin-left: 6px; }

.gallery { position: relative; color: var(--white); background: var(--dark); overflow: hidden; }
.gallery::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 95% 0%, rgba(239,63,50,.16), transparent 32%); }
.gallery .container { position: relative; }
.gallery__grid { margin-top: 55px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; align-items: start; }
.gallery__item { margin: 0; padding: 12px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); }
.gallery__item:nth-child(2) { margin-top: 62px; }
.gallery__button { position: relative; width: 100%; display: block; padding: 0; overflow: hidden; border: 0; background: #030406; cursor: zoom-in; }
.gallery__button img { width: 100%; height: min(72vw, 720px); object-fit: contain; }
.gallery__button span { position: absolute; right: 15px; bottom: 15px; padding: 11px 14px; color: var(--white); background: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.location { position: relative; overflow: hidden; }
.location::before { content: ""; position: absolute; width: 480px; height: 480px; left: -150px; bottom: -235px; border: 65px solid rgba(239,63,50,.05); border-radius: 50%; }
.location__panel { position: relative; padding: clamp(34px, 6vw, 70px); display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 60px; background: var(--white); box-shadow: var(--shadow); }
.location__panel::before { content: ""; position: absolute; top: 0; left: 0; width: 130px; height: 7px; background: var(--red); }
.location h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.3rem); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.location p { margin: 21px 0 0; color: var(--muted); }
.contact-block { min-height: 150px; padding: 27px; display: grid; align-content: center; border: 1px solid var(--line); background: #faf9f6; transition: border-color .2s ease, transform .2s ease; }
.contact-block:hover { border-color: rgba(239,63,50,.55); transform: translateX(4px); }
.contact-block small { color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-block strong { margin-top: 3px; font-size: clamp(1.45rem, 3vw, 2.15rem); }
.contact-block span { margin-top: 12px; color: var(--red); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.footer { padding: 62px 0 24px; color: var(--white); background: #06070a; }
.footer__inner > div:first-child strong { font-size: 1.3rem; letter-spacing: .05em; text-transform: uppercase; }
.footer__inner > div:first-child p { margin: 8px 0 0; color: rgba(255,255,255,.5); }
.footer__details { margin-top: 32px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.72); font-weight: 800; }
.footer__copy { margin: 32px 0 0; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.42); font-size: .78rem; }

.floating-call { position: fixed; z-index: 90; right: 20px; bottom: 20px; min-height: 54px; padding: 0 18px; display: flex; align-items: center; gap: 9px; color: var(--white); background: var(--red); box-shadow: 0 14px 32px rgba(239,63,50,.35); font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }
.floating-call span { font-size: 1.25rem; }
.lightbox { position: fixed; z-index: 300; inset: 0; padding: 24px; display: grid; place-items: center; opacity: 0; visibility: hidden; background: rgba(0,0,0,.95); transition: opacity .2s ease, visibility .2s ease; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img { width: auto; height: auto; max-width: min(94vw, 950px); max-height: 92vh; object-fit: contain; box-shadow: 0 24px 70px rgba(0,0,0,.55); }
.lightbox__close { position: fixed; top: 17px; right: 20px; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.08); font-size: 2rem; line-height: 1; cursor: pointer; }

@media (max-width: 900px) {
  :root { --container: min(100% - 32px, 760px); }
  .header { background: rgba(9,11,16,.76); }
  .menu-button { display: block; }
  .navigation { position: fixed; z-index: 2; inset: 0; padding: 112px 30px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 0; color: var(--white); background: rgba(9,11,16,.99); transform: translateX(100%); transition: transform .25s ease; }
  .navigation.is-open { transform: none; }
  .navigation a { padding: 17px 3px; border-bottom: 1px solid rgba(255,255,255,.11); }
  .navigation__call { margin-top: 18px; text-align: center; border-bottom: 0 !important; }
  .hero { min-height: 0; }
  .hero__grid { min-height: 0; grid-template-columns: 1fr; padding-top: 135px; padding-bottom: 115px; }
  .hero__content { text-align: center; }
  .hero .kicker { justify-content: center; }
  .hero__lead { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero__facts { margin-inline: auto; text-align: left; }
  .hero__visual { min-height: 430px; margin-top: -10px; }
  .cards,
  .location__panel { grid-template-columns: 1fr; }
  .location__panel { gap: 42px; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 24px, 560px); }
  .section { padding: 74px 0; }
  .header,
  .header.scrolled { padding: 8px 0; }
  .brand__symbol { width: 47px; height: 44px; }
  .brand__text small { display: none; }
  .hero__grid { padding-top: 118px; padding-bottom: 100px; }
  .hero h1 { font-size: clamp(4rem, 23vw, 6.4rem); }
  .hero__actions { flex-direction: column; }
  .button { width: 100%; }
  .hero__facts { grid-template-columns: 1fr; }
  .hero__facts div { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero__facts div:last-child { border-bottom: 0; }
  .hero__visual { min-height: 320px; }
  .hero__ring { width: 260px; height: 260px; border-width: 34px; }
  .hero__label { top: 2%; right: 0; }
  .hero__bar { justify-content: flex-start; }
  .hero__bar span:nth-of-type(n+3),
  .hero__bar i:nth-of-type(n+3) { display: none; }
  .section-heading h2 { font-size: clamp(2.35rem, 13vw, 3.5rem); }
  .cards { grid-template-columns: 1fr; margin-top: 42px; }
  .card { min-height: 340px; }
  .gallery__grid { grid-template-columns: 1fr; gap: 20px; margin-top: 42px; }
  .gallery__item:nth-child(2) { margin-top: 0; }
  .gallery__button img { height: auto; object-fit: contain; }
  .location__panel { padding: 34px 20px; }
  .footer__details { flex-direction: column; }
  .floating-call { right: 13px; bottom: 13px; width: 54px; padding: 0; justify-content: center; border-radius: 50%; }
  .floating-call strong { display: none; }
}

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