/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --ink: #070706;
  --panel: #0e0e0c;
  --panel-soft: #151512;
  --line: #ffffff1f;
  --muted: #aaa99f;
  --cream: #f2f0e8;
  --yellow: #d0a54b;
  --yellow-bright: #d0a54b;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--ink);
  color: var(--cream);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
label {
  font: inherit;
}
::selection {
  background: var(--yellow);
  color: var(--ink);
}
.cinematic-intro {
  z-index: 1000;
  background: radial-gradient(circle at 50% 46%, #e2bf591a, #0000 23%), #050504;
  place-items: center;
  animation: 5s cubic-bezier(0.77, 0, 0.18, 1) forwards intro-exit;
  display: grid;
  position: fixed;
  inset: 0;
  overflow: hidden;
}
.cinematic-intro:before,
.cinematic-intro:after {
  content: "";
  transform-origin: 0;
  background: #090908;
  animation: 5s cubic-bezier(0.77, 0, 0.18, 1) forwards intro-panel-left;
  position: absolute;
  inset: 0;
}
.cinematic-intro:after {
  transform-origin: 100%;
  background: #11110e;
  animation-name: intro-panel-right;
}
.intro-grain {
  z-index: 3;
  opacity: 0.2;
  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='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  animation:
    0.18s steps(2, end) infinite grain-shift,
    5s forwards intro-grain-out;
  position: absolute;
  inset: -35%;
}
.intro-scan {
  z-index: 4;
  opacity: 0;
  filter: blur(20px);
  background: linear-gradient(90deg, #0000, #e2bf594d, #ffffff61, #0000);
  width: 16%;
  animation: 5s cubic-bezier(0.25, 0.7, 0.2, 1) forwards intro-scan;
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -18%;
  transform: skew(-17deg);
}
.intro-mark {
  z-index: 5;
  text-align: center;
  width: min(82vw, 920px);
  position: relative;
}
.intro-mark strong {
  color: #f3f1e8;
  letter-spacing: -0.055em;
  opacity: 0;
  font-size: clamp(2.5rem, 7.8vw, 7.4rem);
  line-height: 0.9;
  animation: 5s cubic-bezier(0.2, 0.75, 0.2, 1) forwards intro-logo;
  display: block;
  transform: scale(0.92);
}
.intro-mark strong span {
  color: var(--yellow);
}
.intro-kicker,
.intro-mark small,
.intro-counter {
  color: #88877e;
  letter-spacing: 0.32em;
  font-size: 0.56rem;
  font-weight: 800;
}
.intro-kicker {
  opacity: 0;
  margin-bottom: 22px;
  animation: 5s forwards intro-detail;
  display: block;
}
.intro-mark small {
  opacity: 0;
  margin-top: 15px;
  animation: 5s 0.18s forwards intro-detail;
  display: block;
}
.intro-rule {
  background: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-top: 28px;
  overflow: hidden;
}
.intro-rule i {
  background: var(--yellow-bright);
  width: 100%;
  height: 100%;
  animation: 5s cubic-bezier(0.65, 0, 0.2, 1) forwards intro-rule;
  display: block;
  transform: translate(-101%);
}
.intro-counter {
  z-index: 5;
  animation: 5s forwards intro-detail;
  position: absolute;
  bottom: 34px;
  right: clamp(24px, 5vw, 76px);
}
.site-header {
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 7, 6, 0.88);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  width: 100%;
  min-height: 94px;
  padding: 22px clamp(22px, 5vw, 76px);
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
}
.brand {
  flex-direction: column;
  gap: 5px;
  width: max-content;
  display: inline-flex;
}
.brand > span {
  color: var(--yellow);
  letter-spacing: 0.075em;
  font-size: 1.02rem;
  font-weight: 900;
}
.brand small {
  color: #fff;
  letter-spacing: 0.25em;
  font-size: 0.48rem;
}
.site-header nav {
  gap: clamp(22px, 3vw, 46px);
  display: flex;
}
.site-header nav a {
  color: #cac8bf;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  transition: color 0.25s;
}
.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--yellow);
}
.header-cta {
  color: var(--yellow);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  justify-self: end;
  font-size: 0.72rem;
  font-weight: 700;
}
.header-cta span {
  margin-left: 10px;
}
.hero {
  background:
    radial-gradient(circle at 74% 48%, #e2bf591f, #0000 26%),
    linear-gradient(135deg, #070706 18%, #10100d 70%, #080806);
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: center;
  height: 100svh;
  min-height: 850px;
  padding: 150px clamp(24px, 8vw, 130px) 70px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero:after {
  content: "";
  filter: blur(18px);
  background: linear-gradient(110deg, #0000 36%, #e2bf5921 50%, #0000 62%);
  border-radius: 50%;
  height: 63%;
  position: absolute;
  inset: auto -10% -46% 28%;
  transform: rotate(-8deg);
}
.hero-grid {
  opacity: 0.22;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 10vw 10vw;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #000, #0000 76%);
  mask-image: linear-gradient(90deg, #000, #0000 76%);
}
.hero-content {
  z-index: 2;
  max-width: 790px;
  position: relative;
}
.kicker,
.section-label {
  color: var(--yellow);
  letter-spacing: 0.24em;
  font-size: 0.68rem;
  font-weight: 800;
}
.kicker {
  align-items: center;
  gap: 13px;
  margin: 0 0 28px;
  display: flex;
}
.kicker span {
  background: var(--yellow);
  width: 38px;
  height: 1px;
}
.hero h1,
.section-intro h2,
.comparison h2,
.closing-section h2 {
  letter-spacing: -0.067em;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(4rem, 8.3vw, 8.1rem);
  font-weight: 800;
  line-height: 0.88;
}
.hero h1 em,
.section-intro h2 em,
.closing-section h2 em {
  color: var(--yellow);
  font-style: normal;
}
.hero-copy {
  color: #b6b4aa;
  max-width: 570px;
  margin: 34px 0 0;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.75;
}
.hero-actions {
  align-items: center;
  gap: 34px;
  margin-top: 42px;
  display: flex;
}
.primary-button {
  background: var(--yellow);
  color: #090908;
  border: 1px solid var(--yellow);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 25px;
  font-size: 0.72rem;
  font-weight: 900;
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.25s;
  display: inline-flex;
}
.primary-button:hover,
.primary-button:focus-visible {
  color: var(--yellow);
  background: 0 0;
  transform: translateY(-2px);
}
.text-link {
  color: #e8e5da;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 700;
}
.text-link span {
  color: var(--yellow);
  margin-left: 9px;
}
.hero-art {
  z-index: 1;
  place-items: center;
  height: min(48vw, 610px);
  min-height: 420px;
  display: grid;
  position: relative;
}
.hero-orbit {
  border: 1px solid #e2bf5959;
  border-radius: 50%;
  position: absolute;
}
.orbit-one {
  aspect-ratio: 1;
  width: 74%;
  animation: 22s linear infinite orbit;
}
.orbit-two {
  aspect-ratio: 1;
  border-style: dashed;
  width: 48%;
  animation: 15s linear infinite reverse orbit;
}
.hero-monogram {
  color: #e2bf5914;
  letter-spacing: -0.12em;
  font-size: clamp(9rem, 24vw, 22rem);
  font-weight: 900;
}
.hero-art p {
  color: #fff;
  letter-spacing: 0.28em;
  font-size: 0.64rem;
  line-height: 1.8;
  position: absolute;
  bottom: 14%;
  right: 9%;
}
.hero-index {
  z-index: 2;
  color: #706f68;
  letter-spacing: 0.18em;
  font-size: 0.66rem;
  position: absolute;
  bottom: 28px;
  left: clamp(24px, 5vw, 76px);
}
.service-strip {
  color: #11110f;
  background: #ededdf;
  padding: 88px clamp(24px, 8vw, 130px) 110px;
}
.compact-intro {
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 38px;
  display: flex;
}
.compact-intro .section-label {
  color: #d0a54b;
  margin: 0;
}
.compact-intro h2 {
  text-align: right;
  max-width: 650px;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 0.98;
}
.service-grid {
  border-top: 1px solid #0000002e;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.service-card {
  border-right: 1px solid #0000002e;
  flex-direction: column;
  justify-content: space-between;
  min-height: 245px;
  padding: 28px 34px 28px 0;
  display: flex;
}
.service-card + .service-card {
  padding-left: 34px;
}
.service-card:last-child {
  border-right: 0;
}
.service-number {
  color: #94891f;
  letter-spacing: 0.18em;
  font-size: 0.65rem;
  font-weight: 800;
}
.service-card h3 {
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
  font-size: 1.65rem;
}
.service-card p {
  color: #57564e;
  max-width: 310px;
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.65;
}
.wrap-section {
  background: var(--ink);
  padding: 130px clamp(24px, 7vw, 112px) 145px;
}
.section-intro {
  grid-template-columns: 1.15fr 0.65fr;
  align-items: end;
  gap: 8vw;
  max-width: 1370px;
  margin: 0 auto 70px;
  display: grid;
}
.section-intro .section-label {
  margin: 0 0 20px;
}
.section-intro h2 {
  font-size: clamp(3.1rem, 6.2vw, 6.8rem);
}
.section-intro > p {
  color: var(--muted);
  margin: 0 0 7px;
  font-size: 1.02rem;
  line-height: 1.85;
}
.guide-tabs {
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
}
.guide-radio {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.guide-tablist {
  border: 1px solid var(--line);
  border-bottom: 0;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.guide-tablist label {
  color: #807f77;
  border-right: 1px solid var(--line);
  cursor: pointer;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  align-items: center;
  gap: 15px;
  padding: 23px 28px;
  font-size: 0.9rem;
  font-weight: 800;
  transition:
    color 0.25s,
    background 0.25s;
  display: flex;
  position: relative;
}
.guide-tablist label:last-child {
  border-right: 0;
}
.guide-tablist label span {
  letter-spacing: 0.16em;
  font-size: 0.58rem;
}
.guide-tablist label:after {
  content: "";
  background: var(--yellow);
  height: 3px;
  transition: right 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
}
#guide-ppf:checked ~ .guide-tablist label[for="guide-ppf"],
#guide-color-ppf:checked ~ .guide-tablist label[for="guide-color-ppf"],
#guide-wrap:checked ~ .guide-tablist label[for="guide-wrap"] {
  color: var(--yellow);
  background: #e2bf590f;
}
#guide-ppf:checked ~ .guide-tablist label[for="guide-ppf"]:after,
#guide-color-ppf:checked ~ .guide-tablist label[for="guide-color-ppf"]:after,
#guide-wrap:checked ~ .guide-tablist label[for="guide-wrap"]:after {
  right: 0;
}
.guide-radio:focus-visible ~ .guide-tablist {
  outline: 2px solid var(--yellow);
  outline-offset: 3px;
}
.guide-panels {
  border: 1px solid var(--line);
  min-height: 610px;
}
.guide-panel {
  grid-template-columns: 1.25fr 0.75fr;
  min-height: 610px;
  display: none;
}
#guide-ppf:checked ~ .guide-panels .panel-ppf,
#guide-color-ppf:checked ~ .guide-panels .panel-color-ppf,
#guide-wrap:checked ~ .guide-panels .panel-wrap {
  display: grid;
}
.film-visual {
  border-right: 1px solid var(--line);
  background: #11110f;
  min-height: 610px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.film-visual:before {
  content: "";
  background-image:
    linear-gradient(#ffffff09 1px, #0000 1px),
    linear-gradient(90deg, #ffffff09 1px, #0000 1px);
  background-size: 46px 46px;
  position: absolute;
  inset: 0;
}
.visual-topline {
  z-index: 5;
  color: #77766f;
  letter-spacing: 0.15em;
  justify-content: space-between;
  font-size: 0.58rem;
  font-weight: 700;
  display: flex;
  position: relative;
}
.live-dot {
  color: var(--yellow);
}
.live-dot:before {
  content: "";
  background: var(--yellow);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  animation: 1.1s ease-in-out infinite blink;
  display: inline-block;
}
.sound-label {
  color: var(--yellow);
}
.sound-label:before {
  content: "◖";
  margin-right: 7px;
  animation: 1.4s ease-in-out infinite sound-pulse;
  display: inline-block;
}
.video-frame {
  z-index: 3;
  background: #050505;
  border: 1px solid #ffffff17;
  place-items: center;
  height: 455px;
  margin-top: 18px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.video-frame:before {
  content: "";
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 70px #0000007a;
}
.video-frame video {
  z-index: 2;
  object-fit: contain;
  background: #050505;
  width: 100%;
  height: 100%;
  position: relative;
}
.video-note {
  z-index: 4;
  color: #d9d6c9;
  letter-spacing: 0.12em;
  pointer-events: none;
  background: #050504bd;
  border: 1px solid #ffffff21;
  padding: 7px 9px;
  font-size: 0.48rem;
  font-weight: 800;
  position: absolute;
  top: 14px;
  right: 14px;
}
.video-caption {
  z-index: 3;
  color: #77766f;
  letter-spacing: 0.14em;
  justify-content: space-between;
  gap: 20px;
  margin: 12px 0 0;
  font-size: 0.5rem;
  font-weight: 800;
  display: flex;
  position: relative;
}
.video-caption span:last-child {
  color: #aaa99f;
  text-align: right;
}
.video-visual {
  padding-bottom: 20px;
}
.video-visual:after {
  content: "";
  z-index: 1;
  aspect-ratio: 1;
  border: 1px solid #e2bf5930;
  border-radius: 50%;
  width: 35%;
  position: absolute;
  bottom: -25%;
  right: -10%;
}
.video-timeline {
  margin-top: 19px;
}
.car-stage {
  perspective: 1100px;
  place-items: center;
  height: 420px;
  margin-top: 28px;
  display: grid;
  position: relative;
}
.studio-beam {
  background: linear-gradient(90deg, #0000, #ffffff12, #0000);
  width: 64%;
  height: 120%;
  animation: 5.5s ease-in-out infinite beam;
  position: absolute;
  top: -26%;
  left: 18%;
  transform: skew(-14deg);
}
.car-body {
  z-index: 2;
  background: linear-gradient(135deg, #4a4945, #1f1f1c 72%);
  border-radius: 58% 24% 23% 21%/52% 50% 34% 28%;
  width: min(88%, 660px);
  height: 155px;
  position: relative;
  transform: rotateX(2deg);
  box-shadow:
    0 38px 60px #0000008c,
    inset 0 1px #fff3;
}
.car-roof {
  clip-path: polygon(20% 0, 73% 0, 100% 100%, 0 100%);
  background: linear-gradient(155deg, #43423f, #242421);
  border-radius: 35% 43% 0 0;
  width: 48%;
  height: 99px;
  position: absolute;
  top: -77px;
  left: 24%;
}
.car-window {
  z-index: 2;
  background: linear-gradient(145deg, #222827, #090b0b);
  border: 1px solid #ffffff21;
  height: 75px;
  position: absolute;
  top: -65px;
}
.window-left {
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  width: 20%;
  left: 28%;
}
.window-right {
  clip-path: polygon(0 0, 71% 0, 100% 100%, 0 100%);
  width: 18%;
  left: 49%;
}
.car-line {
  background: #ffffff29;
  height: 1px;
  position: absolute;
  top: 70%;
  left: 12%;
  right: 9%;
}
.wheel {
  z-index: 6;
  background: radial-gradient(
    circle,
    #7d7c74 0 16%,
    #242421 17% 44%,
    #888780 45% 48%,
    #181816 49%
  );
  border: 13px solid #090909;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  position: absolute;
  bottom: -36px;
  box-shadow: 0 7px 18px #000000b3;
}
.wheel-left {
  left: 14%;
}
.wheel-right {
  right: 12%;
}
.film-sheet {
  z-index: 4;
  border-radius: inherit;
  transform-origin: 0;
  animation: 8s cubic-bezier(0.6, 0, 0.25, 1) infinite apply-film;
  position: absolute;
  inset: 0;
}
.finish-sheen {
  z-index: 5;
  border-radius: inherit;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.finish-sheen:after {
  content: "";
  background: linear-gradient(90deg, #0000, #ffffff59, #0000);
  width: 90px;
  animation: 8s ease-in-out infinite sheen;
  position: absolute;
  top: -80%;
  bottom: -80%;
  left: -30%;
  transform: rotate(18deg);
}
.effect-ppf .film-sheet {
  background: linear-gradient(105deg, #7fd7df2e, #eeffff12);
  box-shadow: inset 0 0 0 2px #92e8eb66;
}
.effect-color-ppf .film-sheet {
  background: linear-gradient(135deg, #e4cf2f, #948714 70%, #5e5610);
  box-shadow: inset 0 0 0 1px #ffffff42;
}
.effect-wrap .film-sheet {
  background: linear-gradient(118deg, #4b183f, #8d2b66 42%, #1a5a59 100%);
  animation-name: apply-wrap;
  box-shadow: inset 0 0 0 1px #ffffff2e;
}
.effect-color-ppf .car-roof {
  animation: 8s cubic-bezier(0.6, 0, 0.25, 1) infinite roof-color;
}
.effect-wrap .car-roof {
  animation: 8s cubic-bezier(0.6, 0, 0.25, 1) infinite roof-wrap;
}
.impact {
  z-index: 7;
  opacity: 0;
  background: #f4f0d2;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  box-shadow: 0 0 0 5px #ffffff1a;
}
.impact-one {
  animation: 8s 4.7s infinite impact;
  top: 46%;
  left: 30%;
}
.impact-two {
  animation: 8s 5.15s infinite impact;
  top: 54%;
  right: 29%;
}
.effect-wrap .impact {
  display: none;
}
.layer-tag {
  z-index: 8;
  border: 1px solid var(--line);
  color: #95948c;
  letter-spacing: 0.12em;
  background: #050504cc;
  padding: 7px 10px;
  font-size: 0.52rem;
  position: absolute;
}
.tag-paint {
  bottom: 22%;
  left: 7%;
}
.tag-film {
  color: var(--yellow);
  opacity: 0;
  animation: 8s infinite tag-in;
  top: 14%;
  right: 6%;
}
.tag-film:after {
  content: "";
  background: #e2bf598c;
  width: 65px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 100%;
}
.stage-timeline {
  z-index: 4;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  display: grid;
  position: relative;
}
.timeline-step {
  color: #807f77;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-top: 1px solid #ffffff1f;
  gap: 9px;
  padding-top: 14px;
  font-size: 0.55rem;
  display: flex;
}
.timeline-step span {
  color: var(--yellow);
}
.timeline-step strong {
  font-weight: 700;
}
.play-progress {
  z-index: 5;
  background: #ffffff1a;
  height: 2px;
  position: absolute;
  bottom: 17px;
  left: 30px;
  right: 30px;
}
.play-progress span {
  background: var(--yellow);
  width: 0;
  height: 100%;
  animation: 8s linear infinite progress;
  display: block;
}
.guide-copy {
  background: #0a0a09;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 72px);
  display: flex;
}
.guide-eyebrow {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--yellow) !important;
  margin: 0 0 25px !important;
  font-size: 0.64rem !important;
}
.guide-copy h3 {
  letter-spacing: -0.045em;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.8rem);
  line-height: 1.05;
}
.guide-copy > p {
  color: var(--muted);
  margin: 29px 0 0;
  font-size: 0.96rem;
  line-height: 1.8;
}
.best-for {
  border-top: 1px solid var(--line);
  flex-direction: column;
  gap: 9px;
  margin-top: 40px;
  padding-top: 24px;
  display: flex;
}
.best-for span {
  color: #66655f;
  letter-spacing: 0.18em;
  font-size: 0.55rem;
  font-weight: 800;
}
.best-for strong {
  color: #e1dfd4;
  font-size: 0.86rem;
  line-height: 1.5;
}
.comparison {
  background: var(--cream);
  color: #10100e;
  padding: 120px clamp(24px, 8vw, 130px);
}
.comparison-heading {
  justify-content: space-between;
  align-items: end;
  gap: 35px;
  margin-bottom: 55px;
  display: flex;
}
.comparison-heading .section-label {
  color: #d0a54b;
}
.comparison h2 {
  text-align: right;
  max-width: 760px;
  font-size: clamp(3rem, 5vw, 5.5rem);
}
.comparison-table {
  border-top: 2px solid #11110e;
}
.comparison-row {
  border-bottom: 1px solid #00000030;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 78px;
  display: grid;
}
.comparison-row span {
  color: #67665d;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.74rem;
}
.comparison-row strong {
  font-size: 0.9rem;
}
.comparison-head {
  min-height: 54px;
}
.comparison-head strong {
  color: #d0a54b;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.67rem;
}
.comparison-row .positive:before {
  content: "●";
  color: #d0a54b;
  margin-right: 9px;
  font-size: 0.52rem;
}
.material-note {
  color: #6b6a61;
  text-align: right;
  max-width: 850px;
  margin: 28px 0 0 auto;
  font-size: 0.72rem;
  line-height: 1.7;
}
.closing-section {
  text-align: center;
  background: radial-gradient(circle, #1b1a14, #070706 62%);
  padding: 145px 24px;
}
.closing-section > p {
  color: var(--yellow);
  letter-spacing: 0.24em;
  margin: 0 0 30px;
  font-size: 0.64rem;
  font-weight: 800;
}
.closing-section h2 {
  font-size: clamp(3.2rem, 6.8vw, 7.1rem);
}
.closing-section .primary-button {
  margin-top: 43px;
}
footer {
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  min-height: 170px;
  padding: 44px clamp(24px, 5vw, 76px);
  display: grid;
}
footer > p {
  color: #77766f;
  text-align: center;
  font-size: 0.72rem;
}
footer > a:last-child {
  color: var(--yellow);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  justify-self: end;
  font-size: 0.68rem;
}
@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}
@keyframes intro-logo {
  0%,
  15% {
    opacity: 0;
    filter: blur(14px);
    transform: scale(0.92);
  }
  32%,
  76% {
    opacity: 1;
    filter: blur();
    transform: scale(1);
  }
  88%,
  to {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.025);
  }
}
@keyframes intro-detail {
  0%,
  22% {
    opacity: 0;
    transform: translateY(10px);
  }
  38%,
  76% {
    opacity: 1;
    transform: none;
  }
  88%,
  to {
    opacity: 0;
    transform: translateY(-7px);
  }
}
@keyframes intro-rule {
  0%,
  18% {
    transform: translate(-101%);
  }
  68% {
    transform: translate(0);
  }
  86%,
  to {
    transform: translate(101%);
  }
}
@keyframes intro-scan {
  0%,
  20% {
    opacity: 0;
    left: -18%;
  }
  36% {
    opacity: 1;
  }
  72% {
    opacity: 0.65;
    left: 104%;
  }
  to {
    opacity: 0;
    left: 120%;
  }
}
@keyframes intro-panel-left {
  0%,
  82% {
    transform: scaleX(0.5);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes intro-panel-right {
  0%,
  82% {
    transform: scaleX(0.5);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes intro-grain-out {
  0%,
  82% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes grain-shift {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(2%, -1%);
  }
  50% {
    transform: translate(-1%, 2%);
  }
  75% {
    transform: translate(1%, 1%);
  }
}
@keyframes intro-exit {
  0%,
  96% {
    visibility: visible;
    pointer-events: auto;
  }
  to {
    visibility: hidden;
    pointer-events: none;
  }
}
@keyframes blink {
  50% {
    opacity: 0.22;
  }
}
@keyframes sound-pulse {
  50% {
    opacity: 0.28;
    transform: scale(0.8);
  }
}
@keyframes beam {
  0%,
  to {
    opacity: 0.25;
    transform: translate(-20%) skew(-14deg);
  }
  50% {
    opacity: 1;
    transform: translate(25%) skew(-14deg);
  }
}
@keyframes apply-film {
  0%,
  12% {
    opacity: 0.15;
    transform: scaleX(0);
  }
  45%,
  84% {
    opacity: 1;
    transform: scaleX(1);
  }
  to {
    opacity: 0.15;
    transform: scaleX(0);
  }
}
@keyframes apply-wrap {
  0%,
  12% {
    opacity: 0.1;
    filter: hue-rotate();
    transform: scaleX(0);
  }
  45% {
    opacity: 1;
    filter: hue-rotate();
    transform: scaleX(1);
  }
  68% {
    opacity: 1;
    filter: hue-rotate(62deg);
    transform: scaleX(1);
  }
  84% {
    opacity: 1;
    filter: hue-rotate();
    transform: scaleX(1);
  }
  to {
    opacity: 0.1;
    transform: scaleX(0);
  }
}
@keyframes roof-color {
  0%,
  12%,
  to {
    background: linear-gradient(155deg, #43423f, #242421);
  }
  45%,
  84% {
    background: linear-gradient(155deg, #e4cf2f, #7f7412);
  }
}
@keyframes roof-wrap {
  0%,
  12%,
  to {
    background: linear-gradient(155deg, #43423f, #242421);
  }
  45% {
    background: linear-gradient(155deg, #8d2b66, #401434);
  }
  68% {
    background: linear-gradient(155deg, #226f6d, #143c3b);
  }
  84% {
    background: linear-gradient(155deg, #8d2b66, #401434);
  }
}
@keyframes sheen {
  0%,
  35% {
    opacity: 0;
    left: -30%;
  }
  49% {
    opacity: 1;
  }
  67%,
  to {
    opacity: 0;
    left: 120%;
  }
}
@keyframes impact {
  0%,
  12% {
    opacity: 0;
    transform: scale(4);
  }
  17% {
    opacity: 1;
    transform: scale(0.7);
  }
  25% {
    opacity: 0;
    transform: scale(1.8);
  }
  to {
    opacity: 0;
  }
}
@keyframes tag-in {
  0%,
  27%,
  to {
    opacity: 0;
    transform: translate(15px);
  }
  43%,
  82% {
    opacity: 1;
    transform: none;
  }
}
@keyframes progress {
  to {
    width: 100%;
  }
}
@media (width<=980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .site-header nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: 820px;
  }
  .hero-content {
    padding-top: 65px;
  }
  .hero-art {
    opacity: 0.55;
    width: 48%;
    position: absolute;
    right: -7%;
  }
  .section-intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .section-intro > p {
    max-width: 720px;
  }
  .guide-panel {
    grid-template-columns: 1fr;
  }
  .film-visual {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .comparison-heading {
    display: block;
  }
  .comparison h2 {
    text-align: left;
    margin-top: 25px;
  }
}
@media (width<=700px) {
  .site-header {
    min-height: 78px;
    padding: 17px 20px;
  }
  .header-cta {
    font-size: 0;
  }
  .header-cta span {
    font-size: 1.1rem;
  }
  .brand > span {
    font-size: 0.85rem;
  }
  .hero {
    height: auto;
    min-height: 760px;
    padding: 140px 22px 80px;
  }
  .hero h1 {
    font-size: clamp(3.6rem, 17vw, 5.2rem);
  }
  .hero-copy {
    max-width: 90%;
  }
  .hero-art {
    width: 82%;
    right: -35%;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .compact-intro {
    display: block;
  }
  .compact-intro h2 {
    text-align: left;
    margin-top: 20px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card,
  .service-card + .service-card {
    border-bottom: 1px solid #0000002e;
    border-right: 0;
    min-height: 185px;
    padding: 24px 0;
  }
  .service-card:last-child {
    border-bottom: 0;
  }
  .wrap-section {
    padding-top: 95px;
  }
  .guide-tablist label {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    min-height: 68px;
    padding: 15px 8px;
    font-size: 0.72rem;
  }
  .guide-panels,
  .guide-panel,
  .film-visual {
    min-height: 0;
  }
  .film-visual {
    padding: 20px 14px 28px;
  }
  .video-frame {
    height: 520px;
  }
  .video-visual {
    padding-bottom: 22px;
  }
  .video-caption {
    line-height: 1.5;
  }
  .car-stage {
    height: 325px;
    margin-inline: -20px;
    transform: scale(0.9);
  }
  .car-body {
    height: 120px;
  }
  .car-roof {
    height: 75px;
    top: -58px;
  }
  .car-window {
    height: 56px;
    top: -49px;
  }
  .wheel {
    border-width: 10px;
    width: 59px;
    height: 59px;
    bottom: -27px;
  }
  .layer-tag {
    font-size: 0.43rem;
  }
  .tag-film:after {
    width: 25px;
  }
  .timeline-step {
    flex-direction: column;
  }
  .guide-copy {
    padding: 42px 25px 50px;
  }
  .comparison {
    padding-inline: 20px;
    overflow: hidden;
  }
  .comparison-table {
    overflow-x: auto;
  }
  .comparison-row {
    min-width: 680px;
  }
  .material-note {
    text-align: left;
  }
  footer {
    grid-template-columns: 1fr auto;
  }
  footer > p {
    display: none;
  }
}
@media (width<=460px) {
  .video-frame {
    height: 445px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cinematic-intro {
    display: none;
  }
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Fordonsstudion brand system */
.brand {
  width: clamp(178px, 16vw, 244px);
  overflow: hidden;
}
.brand img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 14px #e2bf591f);
}
.intro-logo {
  width: min(80vw, 980px);
  height: auto;
  opacity: 0;
  animation: 3s cubic-bezier(0.2, 0.75, 0.2, 1) forwards intro-logo-hd;
  filter: drop-shadow(0 0 34px #e4cf2f33);
  transform: scale(0.84);
}
.hero-monogram {
  width: min(48vw, 680px);
  height: auto;
  opacity: 0.12;
  mix-blend-mode: screen;
  filter: saturate(1.25) drop-shadow(0 0 28px #e2bf594a);
}

/* Three-second ignition intro */
.cinematic-intro {
  background:
    radial-gradient(circle at 50% 50%, #e2bf5929, transparent 31%),
    linear-gradient(115deg, #030303, #0b0b08 54%, #030303);
  animation: 3s cubic-bezier(0.77, 0, 0.18, 1) forwards intro-exit-3s;
}
.cinematic-intro:before,
.cinematic-intro:after {
  animation-duration: 3s;
}
.intro-grain {
  animation:
    0.12s steps(2, end) infinite grain-shift,
    3s forwards intro-grain-out;
}
.intro-scan {
  width: 22%;
  animation: 3s cubic-bezier(0.17, 0.78, 0.25, 1) forwards intro-scan-fast;
}
.intro-mark {
  width: min(88vw, 1080px);
}
.intro-kicker {
  margin-bottom: 8px;
  animation: 3s forwards intro-detail-fast;
}
.intro-mark small {
  margin-top: 12px;
  animation: 3s 0.08s forwards intro-detail-fast;
}
.intro-rule {
  width: 82%;
  margin: 10px auto 0;
}
.intro-rule i {
  animation: 3s cubic-bezier(0.65, 0, 0.2, 1) forwards intro-rule-fast;
}
.intro-counter {
  animation: 3s forwards intro-detail-fast;
}
.intro-flare {
  z-index: 4;
  pointer-events: none;
  width: 120vw;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #e2bf59,
    #fff,
    #e2bf59,
    transparent
  );
  box-shadow:
    0 0 18px #e4cf2f,
    0 0 60px #e2bf5970;
  position: absolute;
  left: -10vw;
  opacity: 0;
}
.flare-one {
  top: 35%;
  animation: 3s ease-out forwards flare-one;
}
.flare-two {
  bottom: 33%;
  animation: 3s 0.08s ease-out forwards flare-two;
}
.intro-rings {
  z-index: 2;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.intro-rings i {
  position: absolute;
  width: min(42vw, 560px);
  aspect-ratio: 1;
  border: 1px solid #e2bf5936;
  border-radius: 50%;
  opacity: 0;
  animation: 3s cubic-bezier(0.12, 0.72, 0.22, 1) forwards ignition-ring;
}
.intro-rings i:nth-child(2) {
  animation-delay: 0.12s;
}
.intro-rings i:nth-child(3) {
  animation-delay: 0.24s;
}

/* Contact route */
.contact-page {
  min-height: 100vh;
  background: var(--ink);
}
.contact-header {
  position: absolute;
}
.contact-header nav a[aria-current="page"] {
  color: var(--yellow);
}
.contact-hero {
  min-height: 100svh;
  padding: 160px clamp(24px, 8vw, 130px) 85px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 7vw;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 42%, #e2bf5920, transparent 27%),
    linear-gradient(135deg, #070706 15%, #11110d 70%, #080806);
}
.contact-grid {
  opacity: 0.2;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 10vw 10vw;
  position: absolute;
  inset: 0;
  mask-image: linear-gradient(90deg, #000, transparent 90%);
}
.contact-copy,
.contact-emblem {
  z-index: 2;
  position: relative;
}
.contact-copy h1 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.067em;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 800;
  line-height: 0.88;
}
.contact-copy h1 em {
  color: var(--yellow);
  font-style: normal;
}
.contact-copy > p:not(.kicker) {
  color: var(--muted);
  max-width: 590px;
  margin-top: 34px;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.75;
}
.contact-actions {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.contact-emblem {
  min-height: 520px;
  display: grid;
  place-items: center;
}
.contact-emblem img {
  width: min(46vw, 650px);
  opacity: 0.9;
  filter: drop-shadow(0 0 35px #e2bf5931);
}
.emblem-ring {
  position: absolute;
  width: min(39vw, 520px);
  aspect-ratio: 1;
  border: 1px solid #e2bf594a;
  border-radius: 50%;
  animation: 18s linear infinite orbit;
}
.emblem-ring:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 16%;
  right: 16%;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 22px var(--yellow);
}
.contact-emblem span {
  position: absolute;
  right: 8%;
  bottom: 9%;
  color: #77766f;
  letter-spacing: 0.24em;
  font-size: 0.58rem;
  font-weight: 800;
}
.destination-section {
  color: #11110f;
  background: var(--cream);
  padding: 120px clamp(24px, 8vw, 130px) 135px;
}
.destination-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 55px;
}
.destination-heading .section-label {
  color: #d0a54b;
}
.destination-heading h2 {
  max-width: 720px;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: -0.055em;
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 800;
  line-height: 0.95;
}
.destination-grid {
  border-top: 2px solid #11110e;
}
.destination-card {
  min-height: 154px;
  border-bottom: 1px solid #00000030;
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 30px;
  transition:
    padding 0.3s,
    background 0.3s;
}
.destination-card:hover,
.destination-card:focus-visible {
  padding-inline: 22px;
  background: #e2bf5918;
}
.destination-card > span {
  color: #d0a54b;
  letter-spacing: 0.18em;
  font-size: 0.65rem;
  font-weight: 800;
}
.destination-card h3 {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-size: clamp(1.5rem, 2.4vw, 2.5rem);
}
.destination-card p {
  color: #5e5d55;
  max-width: 690px;
  margin: 0;
  line-height: 1.6;
}
.destination-card i {
  color: #d0a54b;
  font-size: 1.4rem;
  font-style: normal;
}

@keyframes intro-logo-hd {
  0%,
  10% {
    opacity: 0;
    filter: blur(18px) brightness(1.8);
    transform: scale(0.84);
  }
  27% {
    opacity: 1;
    filter: blur(0) brightness(1.4) drop-shadow(0 0 42px #e4cf2f6b);
    transform: scale(1.035);
  }
  43%,
  72% {
    opacity: 1;
    filter: brightness(1.08) drop-shadow(0 0 28px #e2bf5940);
    transform: scale(1);
  }
  88%,
  100% {
    opacity: 0;
    filter: blur(4px) brightness(1.3);
    transform: scale(1.06);
  }
}
@keyframes intro-detail-fast {
  0%,
  16% {
    opacity: 0;
    transform: translateY(12px);
  }
  31%,
  72% {
    opacity: 1;
    transform: none;
  }
  88%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}
@keyframes intro-rule-fast {
  0%,
  12% {
    transform: translateX(-101%);
  }
  54%,
  76% {
    transform: translateX(0);
  }
  92%,
  100% {
    transform: translateX(101%);
  }
}
@keyframes intro-scan-fast {
  0%,
  8% {
    opacity: 0;
    left: -24%;
  }
  25% {
    opacity: 1;
  }
  66% {
    opacity: 0.75;
    left: 104%;
  }
  100% {
    opacity: 0;
    left: 124%;
  }
}
@keyframes ignition-ring {
  0%,
  12% {
    opacity: 0;
    transform: scale(0.12);
  }
  35% {
    opacity: 0.65;
  }
  76%,
  100% {
    opacity: 0;
    transform: scale(2.15);
  }
}
@keyframes flare-one {
  0%,
  14% {
    opacity: 0;
    transform: scaleX(0);
  }
  28% {
    opacity: 0.95;
    transform: scaleX(1);
  }
  38%,
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}
@keyframes flare-two {
  0%,
  24% {
    opacity: 0;
    transform: scaleX(0);
  }
  38% {
    opacity: 0.65;
    transform: scaleX(1);
  }
  48%,
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}
@keyframes intro-exit-3s {
  0%,
  92% {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}

@media (width <= 980px) {
  .contact-hero {
    grid-template-columns: 1fr;
  }
  .contact-emblem {
    opacity: 0.42;
    width: 50%;
    position: absolute;
    right: -8%;
  }
  .destination-heading {
    display: block;
  }
  .destination-heading h2 {
    margin-top: 24px;
    text-align: left;
  }
}
@media (width <= 700px) {
  .brand {
    width: 158px;
  }
  .intro-kicker {
    max-width: 84vw;
    font-size: 0.46rem;
    line-height: 1.7;
  }
  .intro-counter {
    bottom: 22px;
  }
  .hero-monogram {
    width: 78vw;
  }
  .contact-hero {
    min-height: 820px;
    padding: 145px 22px 80px;
  }
  .contact-copy h1 {
    font-size: clamp(3.5rem, 17vw, 5.2rem);
  }
  .contact-copy > p:not(.kicker) {
    max-width: 90%;
  }
  .contact-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .contact-emblem {
    width: 82%;
    right: -36%;
  }
  .destination-section {
    padding-inline: 20px;
  }
  .destination-card {
    grid-template-columns: 52px 1fr auto;
    gap: 14px;
    padding-block: 22px;
  }
  .destination-card p {
    font-size: 0.84rem;
  }
}
