:root {
  --black: #070708;
  --black-2: #0d0d0f;
  --black-3: #151518;
  --white: #ffffff;
  --warm-white: #f6f4ef;
  --paper: #ece8df;
  --ink: #111113;
  --muted: #69676b;
  --red: #98111d;
  --red-light: #bd1e2c;
  --line: rgba(17, 17, 19, .14);
  --line-dark: rgba(255, 255, 255, .14);
  --max: 1280px;
  --sans: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  --display: "Arial Black", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --shadow: 0 30px 90px rgba(0, 0, 0, .25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--warm-white);
  font-family: var(--sans);
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

::selection { color: #fff; background: var(--red); }

.skip-link {
  position: fixed;
  left: 12px;
  top: -90px;
  z-index: 9999;
  padding: 12px 18px;
  color: #fff;
  background: var(--red);
}
.skip-link:focus { top: 12px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.narrow { max-width: 940px; }
.section-dark { color: #fff; background: var(--black); }
.section-light { background: var(--warm-white); }

/* Breites Schwarz-Weiß-Rot-Band ganz oben */
.heritage-band {
  position: relative;
  z-index: 1100;
  height: 30px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}
.heritage-band span:nth-child(1) { background: #050506; }
.heritage-band span:nth-child(2) { background: #f4f1e9; }
.heritage-band span:nth-child(3) { background: var(--red); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  color: #fff;
  background: rgba(7, 7, 8, .91);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.brand-logo-image {
  width: 240px;
  height: 68px;
  object-fit: contain;
  object-position: left center;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(17px, 2vw, 30px);
  margin-left: auto;
}
.main-nav a {
  position: relative;
  padding: 35px 0 32px;
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .69rem;
  font-weight: 800;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 24px;
  height: 2px;
  background: var(--red-light);
  transition: right .22s ease;
}
.main-nav a:hover,
.main-nav a:focus-visible { color: #fff; }
.main-nav a:hover::after,
.main-nav a:focus-visible::after { right: 0; }
.menu-toggle {
  display: none;
  margin-left: auto;
  padding: 10px;
  color: #fff;
  background: none;
  border: 0;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 29px;
  height: 2px;
  margin: 6px 0;
  background: #fff;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 27px;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .75rem;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
  box-shadow: 0 16px 38px rgba(152, 17, 29, .28);
}
.button-primary:hover { background: var(--red-light); border-color: var(--red-light); }
.button-ghost { color: #fff; border-color: rgba(255, 255, 255, .34); background: rgba(255, 255, 255, .03); }
.button-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }
.button-small { min-height: 46px; padding-inline: 19px; background: var(--red); }
.button-large { min-height: 64px; padding-inline: 34px; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 124px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 70% 28%, rgba(152, 17, 29, .24), transparent 27%),
    linear-gradient(118deg, #070708 0 55%, #101013 55% 100%);
}
.hero::after {
  content: "CONSDAPLE";
  position: absolute;
  left: 2vw;
  bottom: 45px;
  z-index: -2;
  color: rgba(255, 255, 255, .026);
  font-family: var(--display);
  font-size: 14vw;
  letter-spacing: -.06em;
  line-height: .8;
  white-space: nowrap;
}
.hero-noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .13;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
}
.hero-side-band {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 58px;
  width: 22px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.hero-side-band i:nth-child(1) { background: #050506; }
.hero-side-band i:nth-child(2) { background: #f3f0e9; }
.hero-side-band i:nth-child(3) { background: var(--red); }
.hero-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: clamp(52px, 6vw, 96px);
  align-items: center;
  padding-block: 78px 112px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow,
.section-number {
  margin: 0 0 22px;
  color: var(--red-light);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .69rem;
  font-weight: 900;
}
.hero h1,
.section-heading h2,
.brand-statement h2,
.identity-copy h2,
.original-copy h2,
.final-cta h2,
.legal-hero h1 {
  font-family: var(--display);
  text-transform: uppercase;
}
.hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(4.2rem, 7.6vw, 8.7rem);
  line-height: .84;
  letter-spacing: -.055em;
}
.hero h1 span,
.hero h1 em { display: block; }
.hero h1 em {
  color: transparent;
  -webkit-text-stroke: 1.6px #fff;
  font-style: normal;
}
.hero-intro {
  max-width: 700px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 38px;
}
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 30px;
  color: rgba(255, 255, 255, .46);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .65rem;
  font-weight: 800;
}
.hero-facts span { position: relative; }
.hero-facts span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--red-light);
  transform: translateY(-50%);
}
.hero-visual { position: relative; min-height: 660px; }

.image-placeholder {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: rgba(17, 17, 19, .56);
  text-align: center;
  border: 1px dashed rgba(17, 17, 19, .32);
  background:
    linear-gradient(135deg, rgba(0, 0, 0, .035) 25%, transparent 25%) -17px 0/34px 34px,
    linear-gradient(225deg, rgba(0, 0, 0, .035) 25%, transparent 25%) -17px 0/34px 34px,
    linear-gradient(315deg, rgba(0, 0, 0, .035) 25%, transparent 25%) 0 0/34px 34px,
    linear-gradient(45deg, rgba(0, 0, 0, .035) 25%, transparent 25%) 0 0/34px 34px,
    #dcd8cf;
}
.image-placeholder::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(17, 17, 19, .12);
  pointer-events: none;
}
.image-placeholder span {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .7rem;
  font-weight: 900;
}
.image-placeholder small { margin-top: 9px; }
.image-placeholder-hero {
  min-height: 660px;
  color: rgba(255, 255, 255, .62);
  border-color: rgba(255, 255, 255, .28);
  background:
    linear-gradient(180deg, transparent 35%, rgba(152, 17, 29, .18)),
    repeating-linear-gradient(135deg, #161619 0 20px, #111114 20px 40px);
  box-shadow: var(--shadow);
}
.image-placeholder-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: linear-gradient(90deg, #050506 0 33.333%, #f3f0e9 33.333% 66.666%, var(--red) 66.666%);
}
.image-placeholder-hero::after { border-color: rgba(255, 255, 255, .12); }
.image-placeholder-hero strong {
  margin-top: 10px;
  color: #fff;
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  font-weight: 800;
}
.placeholder-kicker { color: #fff; }
.hero-badge {
  position: absolute;
  left: -36px;
  bottom: 34px;
  width: 230px;
  min-height: 166px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 27px;
  color: #111;
  background: #f4f1eb;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .28);
}
.hero-badge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  background: var(--red);
}
.hero-badge small,
.hero-badge span {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .56rem;
  font-weight: 800;
}
.hero-badge strong {
  margin: 2px 0 5px;
  font-family: var(--display);
  font-size: 2.55rem;
  line-height: 1;
  text-transform: uppercase;
}
.statement-bar {
  height: 58px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--red);
  border-top: 1px solid rgba(255, 255, 255, .18);
}
.statement-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
  animation: ticker 28s linear infinite;
}
.statement-track span {
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: .13em;
}
.statement-track i { color: rgba(255, 255, 255, .54); font-style: normal; font-size: .62rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.brand-statement { padding: 132px 0; background: var(--paper); }
.statement-grid {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: clamp(50px, 7vw, 110px);
}
.statement-label { padding-top: 11px; border-top: 2px solid var(--ink); }
.statement-label span {
  display: block;
  margin-bottom: 3px;
  color: var(--red);
  font-family: var(--display);
  font-size: 3.2rem;
  line-height: 1;
}
.statement-label p { margin: 0; text-transform: uppercase; letter-spacing: .15em; font-size: .66rem; font-weight: 900; }
.kicker { margin: 0 0 24px; color: var(--red); text-transform: uppercase; letter-spacing: .18em; font-size: .71rem; font-weight: 900; }
.brand-statement h2 {
  max-width: 1030px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.8rem);
  line-height: .91;
  letter-spacing: -.045em;
}
.lead {
  max-width: 880px;
  margin: 36px 0 0;
  color: #4d4b4f;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.72rem);
}

.collection { padding: 128px 0 142px; }
.section-heading {
  display: grid;
  grid-template-columns: 1fr .58fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 58px;
}
.section-heading h2,
.identity-copy h2,
.original-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(3rem, 5.8vw, 6.4rem);
  line-height: .89;
  letter-spacing: -.045em;
}
.section-heading > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}
.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.collection-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.collection-card:hover { transform: translateY(-7px); box-shadow: 0 22px 55px rgba(17, 17, 19, .13); }
.collection-card > a { display: block; text-decoration: none; }
.collection-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  background: #d8d5cf;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.collection-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.collection-card:nth-child(2n) .collection-image { background-color: #d2d0cb; }
.collection-card:nth-child(3n) .collection-image { background-color: #e0ddd5; }
.card-copy {
  min-height: 150px;
  display: grid;
  grid-template-columns: 34px 1fr 36px;
  gap: 16px;
  align-items: start;
  padding: 26px 24px 28px;
}
.card-index { color: var(--red); font-family: var(--display); font-size: .85rem; }
.card-copy h3 { margin: 0; font-size: 1.45rem; line-height: 1.1; }
.card-copy p { margin: 9px 0 0; color: var(--muted); font-size: .92rem; }
.card-copy b { font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
.collection-card:hover .card-copy b { transform: translate(4px, -4px); }

.values { position: relative; padding: 132px 0 145px; overflow: hidden; }
.values::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 70%, rgba(152, 17, 29, .13) 70% 100%),
    radial-gradient(circle at 10% 85%, rgba(152, 17, 29, .15), transparent 27%);
}
.values-watermark {
  position: absolute;
  right: -2vw;
  bottom: -2.8vw;
  color: rgba(255, 255, 255, .025);
  font-family: var(--display);
  font-size: 13vw;
  letter-spacing: -.06em;
  line-height: .75;
}
.values .container { position: relative; z-index: 1; }
.section-heading-dark > p { color: rgba(255, 255, 255, .58); }
.section-number-light { color: #fff; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}
.value-card {
  min-height: 330px;
  padding: 36px 30px;
  background: rgba(7, 7, 8, .92);
}
.value-card > span { color: var(--red-light); font-family: var(--display); font-size: 1rem; }
.value-card h3 { margin: 72px 0 16px; font-family: var(--display); font-size: 2.3rem; text-transform: uppercase; }
.value-card p { margin: 0; color: rgba(255, 255, 255, .57); }

.identity-section { position: relative; padding: 132px 0; background: var(--paper); overflow: hidden; }
.identity-flag {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.identity-flag span:nth-child(1) { background: #050506; }
.identity-flag span:nth-child(2) { background: #f3f0e9; }
.identity-flag span:nth-child(3) { background: var(--red); }
.identity-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(55px, 8vw, 115px);
  align-items: center;
}
.identity-image { min-height: 610px; box-shadow: var(--shadow); }
.identity-copy h2 { max-width: 760px; }
.identity-copy > p:not(.section-number) { max-width: 690px; margin: 30px 0 0; color: #565359; font-size: 1.08rem; }
.identity-copy blockquote {
  position: relative;
  margin: 45px 0 0;
  padding: 24px 0 24px 32px;
  color: var(--ink);
  border-left: 5px solid var(--red);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.dealer { padding: 132px 0 145px; }
.dealer-card {
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  min-height: 570px;
  color: #fff;
  background: var(--black-2);
  box-shadow: var(--shadow);
}
.dealer-logo {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-right: 1px solid var(--line-dark);
  background:
    linear-gradient(145deg, rgba(152, 17, 29, .35), transparent 55%),
    repeating-linear-gradient(
      45deg,
      #17171a 0 24px,
      #111114 24px 48px
    );
}

.dealer-logo img {
  display: block;
  width: 640px;
  max-width: 100%;
  height: auto;
  flex: 0 0 auto;
  image-rendering: auto;
  -webkit-optimize-contrast: auto;
}
.dealer-logo::after { border-color: rgba(255, 255, 255, .13); }
.dealer-content { padding: clamp(42px, 5vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.official-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, .72);
  border: 1px solid rgba(255, 255, 255, .2);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .61rem;
  font-weight: 900;
}
.official-badge span { width: 8px; height: 8px; border-radius: 50%; background: var(--red-light); box-shadow: 0 0 0 5px rgba(189, 30, 44, .13); }
.dealer-content h3 {
  margin: 27px 0 13px;
  font-family: var(--display);
  font-size: clamp(2.5rem, 4.5vw, 5rem);
  line-height: .9;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.dealer-content > p { max-width: 700px; margin: 0; color: rgba(255, 255, 255, .62); }
.dealer-content dl { margin: 28px 0 34px; border-top: 1px solid var(--line-dark); }
.dealer-content dl div { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line-dark); }
.dealer-content dt { color: rgba(255, 255, 255, .42); }
.dealer-content dd { margin: 0; font-weight: 800; }
.dealer-content .button { align-self: flex-start; }
.exclusive-warning {
  margin: 28px 0 0;
  padding: 19px 23px;
  color: #37353a;
  border-left: 5px solid var(--red);
  background: #fff;
}

.original { padding: 132px 0; background: var(--paper); }
.original-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(60px, 8vw, 115px);
  align-items: center;
}
.original-seal {
  aspect-ratio: 1;
  width: min(100%, 500px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  border: 3px solid var(--red);
  border-radius: 50%;
  outline: 1px solid var(--red);
  outline-offset: -17px;
  text-align: center;
  transform: rotate(-4deg);
}
.original-seal::before,
.original-seal::after {
  content: "◆";
  color: var(--red);
  font-size: .8rem;
}
.original-seal strong { margin: 17px 0 2px; font-family: var(--display); font-size: clamp(3rem, 6vw, 6.4rem); line-height: .8; }
.original-seal b { font-size: clamp(1.1rem, 2vw, 1.8rem); letter-spacing: .2em; }
.original-seal span { color: var(--red); text-transform: uppercase; letter-spacing: .2em; font-size: .61rem; font-weight: 900; }
.seal-bottom { margin-top: 18px; }
.original-copy > p:not(.section-number) { max-width: 760px; margin: 30px 0 0; color: var(--muted); font-size: 1.06rem; }
.check-list { list-style: none; margin: 30px 0 0; padding: 0; }
.check-list li { position: relative; padding: 15px 0 15px 38px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 900; }

.final-cta { position: relative; padding: 140px 0 150px; overflow: hidden; text-align: center; }
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(152, 17, 29, .26), transparent 39%);
}
.final-flag {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 13px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.final-flag span:nth-child(1) { background: #050506; }
.final-flag span:nth-child(2) { background: #f3f0e9; }
.final-flag span:nth-child(3) { background: var(--red); }
.final-cta-inner { position: relative; z-index: 1; }
.final-cta h2 { max-width: 1050px; margin-inline: auto; }
.final-cta p:not(.eyebrow) { margin: 25px auto 38px; color: rgba(255, 255, 255, .58); }

.site-footer { padding: 72px 0 28px; color: rgba(255, 255, 255, .63); background: #040405; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 56px; }
.footer-logo { width: 230px; height: 66px; object-fit: contain; object-position: left center; }
.footer-brand-column p { margin: 18px 0 0; }
.site-footer h2 { margin: 0 0 16px; color: #fff; font-size: .68rem; text-transform: uppercase; letter-spacing: .17em; }
.site-footer a { display: block; margin: 9px 0; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 22px; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .76rem; }
.mobile-order-button { display: none; }

/* Rechtliche Unterseiten */
.legal-page { min-height: 100vh; background: var(--warm-white); }
.legal-page .header-inner { justify-content: flex-start; }
.legal-hero { position: relative; padding: 98px 0 70px; color: #fff; background: var(--black); overflow: hidden; }
.legal-hero::after { content: "RECHTLICHES"; position: absolute; right: -15px; bottom: -20px; color: rgba(255,255,255,.035); font-family: var(--display); font-size: 9vw; }
.legal-hero h1 { margin: 0; font-size: clamp(3.5rem, 8vw, 7.5rem); line-height: .9; }
.legal-hero p { color: rgba(255, 255, 255, .56); }
.legal-content { padding: 78px 0 120px; }
.legal-content article { max-width: 920px; }
.legal-content h2 { margin: 48px 0 12px; font-size: 2rem; }
.legal-content h3 { margin: 34px 0 8px; font-family: var(--serif); font-size: 1.35rem; }
.legal-content p,
.legal-content li { color: #514f54; }
.legal-placeholder { padding: 20px 22px; color: #4d251e; border: 2px solid var(--red); background: #fff9ec; }
.legal-placeholder strong { color: var(--red); }
.legal-back { display: inline-flex; margin-top: 38px; color: var(--red); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }

/* 404 */
.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  background: radial-gradient(circle, rgba(152, 17, 29, .29), transparent 36%), var(--black);
}
.error-page h1 { margin: 0; color: transparent; font-family: var(--display); font-size: clamp(8rem, 25vw, 20rem); line-height: .75; -webkit-text-stroke: 2px #fff; }
.error-page h2 { margin: 28px 0 10px; font-family: var(--display); font-size: clamp(2rem, 5vw, 4rem); text-transform: uppercase; }
.error-page p { color: rgba(255, 255, 255, .62); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1120px) {
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 24px 24px;
    background: rgba(7, 7, 8, .98);
    border-top: 1px solid var(--line-dark);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 16px 3px; border-bottom: 1px solid var(--line-dark); }
  .main-nav a::after { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 920px; }
  .hero-visual { min-height: 560px; }
  .image-placeholder-hero { min-height: 560px; }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .identity-grid,
  .original-grid { gap: 58px; }
}

@media (max-width: 790px) {
  body { padding-bottom: 66px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .heritage-band { height: 21px; }
  .header-inner { min-height: 78px; }
  .brand-logo-image { width: 205px; height: 58px; }
  .hero { min-height: auto; }
  .hero-side-band { width: 12px; bottom: 54px; }
  .hero-grid { gap: 45px; padding: 68px 0 104px; }
  .hero h1 { font-size: clamp(3.55rem, 16.5vw, 6.2rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; gap: 8px; }
  .hero-facts span::after { display: none; }
  .hero-visual,
  .image-placeholder-hero { min-height: 470px; }
  .hero-badge { left: 18px; bottom: 24px; width: 205px; min-height: 145px; }
  .statement-track { animation-duration: 22s; }
  .statement-grid { grid-template-columns: 1fr; gap: 38px; }
  .statement-label { max-width: 180px; }
  .brand-statement,
  .collection,
  .values,
  .identity-section,
  .dealer,
  .original,
  .final-cta { padding-block: 88px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .collection-grid { grid-template-columns: 1fr; }

  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 250px; }
  .value-card h3 { margin-top: 42px; }
  .identity-flag { width: 13px; }
  .identity-grid,
  .original-grid { grid-template-columns: 1fr; }
  .identity-image { min-height: 480px; }
  .dealer-card { grid-template-columns: 1fr; }
  .dealer-logo { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .dealer-content dl div { grid-template-columns: 1fr; gap: 3px; }
  .dealer-content .button { width: 100%; }
  .original-seal { width: min(100%, 420px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mobile-order-button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    display: flex;
    min-height: 66px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: var(--red);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, .3);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .75rem;
    font-weight: 900;
  }
  .dealer-logo {
    min-height: 220px;
    padding: 35px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .dealer-logo img {
    width: min(100%, 280px);
    height: auto;
  }
}

@media (max-width: 520px) {
  .brand-logo-image { width: 176px; height: 52px; }
  .hero h1 { font-size: clamp(3.05rem, 15.8vw, 4.8rem); }
  .hero-badge { display: none; }
  .hero-visual,
  .image-placeholder-hero { min-height: 405px; }
  
  .card-copy { grid-template-columns: 30px 1fr 24px; padding-inline: 19px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .button-large { padding-inline: 20px; }
}
.error-page { position: relative; }
.error-band { position: absolute; top: 0; left: 0; right: 0; }


.hero-visual {
  position: relative;
  width: 100%;
  min-height: 0;
}

.hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 1600 / 1900;
  overflow: hidden;
  background: #111;
  box-shadow: var(--shadow);
}

.hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.telegram-float {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 1150;

  display: flex;
  align-items: center;
  gap: 14px;

  min-width: 285px;
  padding: 13px 16px 13px 13px;

  color: #fff;
  background: rgba(7, 7, 8, .96);
  border: 1px solid rgba(255, 255, 255, .13);
  border-left: 4px solid var(--red);

  box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
  backdrop-filter: blur(12px);

  text-decoration: none;
  transition:
    transform .22s ease,
    border-color .22s ease,
    background .22s ease;
}

.telegram-float:hover {
  transform: translateY(-4px);
  background: #101013;
  border-color: rgba(255, 255, 255, .25);
  border-left-color: var(--red-light);
}

.telegram-icon {
  position: relative;
  flex: 0 0 46px;

  width: 46px;
  height: 46px;

  display: grid;
  place-items: center;

  border-radius: 50%;
  background: #229ed9;
}

.telegram-icon::before {
  content: "";
  position: absolute;
  inset: -5px;

  border: 1px solid rgba(34, 158, 217, .35);
  border-radius: 50%;

  animation: telegramPulse 2.4s ease-out infinite;
}

.telegram-icon svg {
  width: 23px;
  height: 23px;
  fill: #fff;
}

.telegram-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.telegram-text small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .48);

  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .55rem;
  font-weight: 800;
}

.telegram-text strong {
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.telegram-arrow {
  margin-left: auto;
  color: var(--red-light);
  font-size: 1.45rem;
  transition: transform .2s ease;
}

.telegram-float:hover .telegram-arrow {
  transform: translateX(4px);
}

@keyframes telegramPulse {
  0% {
    opacity: .8;
    transform: scale(.9);
  }

  70%,
  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@media (max-width: 790px) {
  .telegram-float {
    right: 14px;
    bottom: 82px;
    min-width: 0;
    max-width: calc(100vw - 28px);
    padding: 10px 13px 10px 10px;
  }

  .telegram-icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  .telegram-text small {
    font-size: .5rem;
  }

  .telegram-text strong {
    font-size: .8rem;
  }
}

@media (max-width: 420px) {
  .telegram-float {
    min-width: auto;
  }

  .telegram-text small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .telegram-icon::before {
    animation: none;
  }
}