:root {
  --black: #050505;
  --ink: #111111;
  --white: #f7f7f2;
  --muted: #b8b8b2;
  --sun: #d8b36a;
  --sun-soft: rgba(216, 179, 106, 0.22);
  --line: rgba(247, 247, 242, 0.2);
  --panel: rgba(255, 255, 255, 0.055);
  --max: 1120px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.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;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 14px 18px;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(5, 5, 5, 0.92);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--white);
}

.brand-mark img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.language-picker select {
  max-width: 116px;
  height: 42px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.32);
  color: var(--white);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-toggle {
  display: grid;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.32);
  color: var(--white);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 1px;
  background: currentColor;
}

.site-nav {
  position: fixed;
  inset: 64px 0 auto 0;
  display: grid;
  gap: 1px;
  padding: 1px 18px 18px;
  background: rgba(5, 5, 5, 0.96);
  border-bottom: 1px solid var(--line);
  transform: translateY(-120%);
  transition: transform 200ms ease;
}

.site-nav.is-open {
  transform: translateY(0);
}

.site-nav a {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -2;
  background-image: url("assets/hero-cali-palms.png");
  background-position: center top;
  background-size: cover;
  filter: contrast(1.03) saturate(0.72);
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.38) 45%, rgba(5, 5, 5, 0.98) 100%),
    radial-gradient(circle at 58% 18%, rgba(216, 179, 106, 0.35), transparent 31%),
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.14), transparent 34%);
}

.hero-content {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 96px 18px 34px;
}

.kicker,
.section-label {
  margin: 0 0 14px;
  color: var(--sun);
  font-size: 0.72rem;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  max-width: 10ch;
  margin-bottom: 18px;
  font-size: clamp(3.15rem, 18vw, 10rem);
  line-height: 0.84;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2.15rem, 9vw, 5rem);
  line-height: 0.96;
}

.hero-copy {
  max-width: 34rem;
  margin-bottom: 24px;
  color: rgba(247, 247, 242, 0.82);
  font-size: 1.05rem;
  line-height: 1.5;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 38rem;
  margin-bottom: 24px;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(247, 247, 242, 0.22);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.28);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 17px;
  border: 1px solid var(--white);
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.button svg,
.inline-social svg,
.team-collab-card svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.button-primary {
  background: var(--sun);
  border-color: var(--sun);
  color: var(--black);
}

.button-secondary {
  background: rgba(0, 0, 0, 0.18);
}

.ticker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  padding: 15px 18px;
  border-block: 1px solid var(--line);
  color: var(--sun);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.ticker span {
  min-width: 0;
}

.section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 66px 18px;
}

.section-copy,
.section > p {
  max-width: 690px;
}

.section p {
  color: var(--muted);
  line-height: 1.6;
}

.culture-proof {
  display: grid;
  gap: 24px;
}

.culture-copy {
  max-width: 760px;
}

.culture-points {
  display: grid;
  gap: 12px;
}

.culture-points article {
  min-height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(216, 179, 106, 0.13), rgba(255, 255, 255, 0.044)),
    #080808;
}

.culture-points span {
  color: var(--sun);
  font-size: 0.72rem;
  font-weight: 900;
}

.culture-points strong {
  display: block;
  margin-top: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.culture-points p {
  margin: 10px 0 0;
  font-size: 0.9rem;
}

.product-grid,
.garage-list,
.language-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.profile-preview {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.profile-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-preview figcaption {
  padding: 12px 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.series-showcase {
  border-top: 1px solid var(--line);
}

.series-showcase h2 {
  max-width: 11ch;
  font-size: clamp(2rem, 12vw, 4.2rem);
}

.series-browser {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.featured-products {
  display: grid;
  gap: 12px;
}

.featured-card {
  position: relative;
  padding: 12px;
  background:
    linear-gradient(180deg, rgba(216, 179, 106, 0.14), rgba(255, 255, 255, 0.046)),
    #090909;
}

.featured-card img {
  aspect-ratio: 9 / 11;
  object-fit: contain;
}

.featured-card h3 {
  font-size: 1.12rem;
}

.featured-card p {
  min-height: 0;
  font-size: 0.82rem;
}

.feature-tag {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(216, 179, 106, 0.58);
  border-radius: 4px;
  background: rgba(5, 5, 5, 0.72);
  color: var(--sun);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.series-filters {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.series-filters::-webkit-scrollbar {
  display: none;
}

.series-filters button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--white);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.series-filters button {
  padding: 0 12px;
}

.series-filters button.is-active {
  background: var(--sun);
  border-color: var(--sun);
  color: var(--black);
}

.product-select-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.select-card {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.068), rgba(216, 179, 106, 0.035)),
    #090909;
}

.select-card[hidden] {
  display: none;
}

.select-card img {
  width: 100%;
  aspect-ratio: 9 / 11;
  object-fit: cover;
  border-radius: 6px;
  background: #050505;
}

.select-card.featured-card img {
  object-fit: contain;
}

.select-card h3 {
  margin: 4px 0 0;
  font-size: 0.9rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.select-card p {
  min-height: 2.7em;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.product-card,
.garage-list article,
.custom-card,
.field-card,
.language-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.064), rgba(216, 179, 106, 0.035));
}

.product-card {
  display: grid;
  gap: 16px;
  padding: 14px;
}

.product-visual {
  display: grid;
  place-items: center;
  min-height: 176px;
  border: 1px solid rgba(247, 247, 242, 0.16);
  border-radius: 6px;
  background:
    linear-gradient(135deg, transparent 0 49%, rgba(216, 179, 106, 0.26) 49% 51%, transparent 51%),
    repeating-linear-gradient(90deg, #0b0b0b 0 8px, #171717 8px 16px);
}

.product-visual span {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
}

.route-visual span {
  display: grid;
  place-items: center;
  width: 96px;
  height: 88px;
  border: 3px double var(--sun);
  border-radius: 18px 18px 28px 28px;
  font-size: 2.25rem;
}

.product-card h3,
.garage-list h3 {
  margin-bottom: 6px;
  font-size: 1rem;
  text-transform: uppercase;
}

.product-card a {
  justify-self: start;
  border-bottom: 1px solid currentColor;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-grid {
  display: grid;
  gap: 12px;
}

.custom-card,
.field-card {
  padding: 18px;
}

.field-card {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.field-card span,
.language-grid span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.field-card strong,
.language-grid strong {
  display: block;
  margin-top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.12;
}

.inline-social {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.collab-proof {
  display: grid;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(216, 179, 106, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(216, 179, 106, 0.11), transparent 42%),
    rgba(255, 255, 255, 0.035);
}

.collab-proof h3 {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 7vw, 3.4rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.collab-proof-copy p:last-child {
  max-width: 540px;
  margin: 12px 0 0;
  color: var(--muted);
}

.team-collab-grid {
  display: grid;
  gap: 12px;
}

.team-collab-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
}

.team-collab-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.team-collab-card div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.team-collab-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--sun);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.split {
  display: grid;
  gap: 18px;
}

.garage-panel {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(216, 179, 106, 0.14), rgba(0, 0, 0, 0.88)),
    url("assets/hero-cali-palms.png") center bottom / cover;
}

.garage-panel h2 {
  max-width: 8ch;
}

.garage-list article {
  padding: 18px;
}

.garage-list span {
  display: inline-block;
  margin-bottom: 46px;
  color: var(--muted);
  font-size: 0.75rem;
}

.language-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(216, 179, 106, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.language-section::after {
  content: "CALI";
  position: absolute;
  right: -10px;
  bottom: -30px;
  color: rgba(255, 255, 255, 0.035);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.language-copy {
  position: relative;
  z-index: 1;
}

.language-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.language-badges span {
  padding: 9px 11px;
  border: 1px solid rgba(216, 179, 106, 0.48);
  border-radius: 999px;
  background: rgba(216, 179, 106, 0.1);
  color: var(--sun);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.instagram-section {
  border-top: 1px solid var(--line);
}

.language-grid article {
  position: relative;
  z-index: 1;
  min-height: 118px;
  padding: 16px;
}

.contact {
  padding-bottom: 92px;
}

.contact h2 {
  max-width: 820px;
}

.company-badge {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
  max-width: 760px;
  margin-top: 24px;
  padding: 14px;
  border: 1px solid rgba(216, 179, 106, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.company-badge img {
  width: 100%;
  max-width: 150px;
  max-height: 54px;
  object-fit: contain;
  border-radius: 4px;
}

.company-badge span {
  display: block;
  margin-bottom: 5px;
  color: var(--sun);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-badge strong {
  display: block;
  color: var(--white);
  font-size: 0.95rem;
}

.company-badge p {
  max-width: 560px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 18px 82px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
}

[dir="rtl"] .hero-content,
[dir="rtl"] .section,
[dir="rtl"] .site-footer {
  text-align: right;
}

[dir="rtl"] .hero-actions,
[dir="rtl"] .contact-actions {
  justify-content: flex-start;
}

.mobile-dock {
  position: fixed;
  z-index: 25;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.88);
  backdrop-filter: blur(16px);
}

.mobile-dock a {
  display: grid;
  place-items: center;
  min-height: 48px;
  border-right: 1px solid var(--line);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-dock a:last-child {
  border-right: 0;
}

@media (min-width: 760px) {
  .site-header {
    padding-inline: 28px;
  }

  .menu-toggle,
  .mobile-dock {
    display: none;
  }

  .site-header {
    gap: 24px;
  }

  .header-actions {
    order: 3;
  }

  .site-nav {
    position: static;
    display: flex;
    gap: 24px;
    padding: 0;
    background: transparent;
    border: 0;
    transform: none;
    margin-left: auto;
  }

  .site-nav a {
    padding: 0;
    border: 0;
  }

  .ticker {
    display: flex;
    gap: 26px;
    overflow: hidden;
    white-space: nowrap;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-media {
    background-position: center 35%;
  }

  .hero-content,
  .section {
    padding-inline: 28px;
  }

  .intro {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 34px;
  }

  .product-grid {
    grid-column: 2;
    grid-template-columns: repeat(3, 1fr);
  }

  .culture-proof {
    grid-template-columns: 0.82fr 1.18fr;
    align-items: end;
  }

  .culture-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .series-showcase {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 34px;
    align-items: start;
  }

  .series-browser {
    margin-top: 0;
  }

  .featured-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-select-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .custom-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .main-custom {
    grid-column: span 2;
    grid-row: span 2;
  }

  .collab-proof {
    grid-column: span 4;
    grid-template-columns: 0.86fr 1.14fr;
    align-items: end;
  }

  .team-collab-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split {
    grid-template-columns: minmax(330px, 0.9fr) 1.1fr;
  }

  .language-section {
    display: grid;
    grid-template-columns: 0.76fr 1.24fr;
    gap: 34px;
  }


  .language-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
  }

  .site-footer {
    padding: 28px;
  }

  .company-badge {
    grid-template-columns: minmax(96px, 150px) 1fr;
  }
}

@media (min-width: 1100px) {
  h1 {
    font-size: 9.5rem;
  }

  .hero-content {
    padding-bottom: 54px;
  }
}
