:root {
  --auto-dark: #0b0b0b;
  --auto-deep: #1a1a1a;
  --auto-charcoal: #2d2d2d;
  --auto-red: #b31b1b;
  --auto-red-light: #e03030;
  --auto-silver: #c0c0c0;
  --auto-light: #e8e8e8;
  --auto-cream: #f4f2ef;
  --auto-muted: #888;
}

.autoland-page { color: #1e1e1e; background: var(--auto-cream); }

.autoland-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 24px 0;
  color: #fff;
}

.autoland-nav .container,
.autoland-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.autoland-brand { display: flex; align-items: center; gap: 13px; }
.autoland-brand img {
  width: 44px;
  height: 44px;
  padding: 5px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
}
.autoland-brand span { font-size: .95rem; font-weight: 800; line-height: 1.4; }
.autoland-brand small {
  display: block;
  color: rgba(255,255,255,.5);
  font: .56rem/1.6 Georgia, serif;
  letter-spacing: .2em;
}

.autoland-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,.3);
  color: rgba(255,255,255,.75);
  font-size: .78rem;
  transition: .25s;
}
.autoland-back:hover { color: var(--auto-silver); border-color: var(--auto-silver); }
.autoland-back svg { width: 17px; }

.autoland-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--auto-dark);
}
.autoland-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 24.9%, rgba(255,255,255,.025) 25%, transparent 25.1%),
    linear-gradient(90deg, transparent 74.9%, rgba(255,255,255,.025) 75%, transparent 75.1%),
    radial-gradient(circle at 72% 45%, rgba(179,27,27,.18), transparent 32%),
    radial-gradient(circle at 25% 70%, rgba(45,45,45,.4), transparent 30%),
    linear-gradient(130deg, #0b0b0b, #1f1f1f 55%, #0f0f0f);
}
.autoland-hero-bg::after {
  content: "AUTOLAND";
  position: absolute;
  left: -1vw;
  bottom: -5vw;
  color: rgba(255,255,255,.025);
  font: 800 clamp(7rem, 19vw, 18rem)/1 Georgia, serif;
  letter-spacing: .03em;
}
.autoland-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: clamp(55px, 9vw, 130px);
  padding-top: 110px;
  padding-bottom: 55px;
}
.autoland-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--auto-silver);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.autoland-kicker::before { content: ""; width: 38px; height: 1px; background: currentColor; }
.autoland-hero h1 {
  margin: 22px 0 2px;
  color: #fff;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.07em;
}
.autoland-slogan {
  color: transparent;
  font-size: clamp(1.7rem, 3vw, 3.2rem);
  font-weight: 800;
  -webkit-text-stroke: 1px rgba(192,192,192,.82);
}
.autoland-lead {
  max-width: 580px;
  margin-top: 34px;
  padding-right: 22px;
  border-right: 1px solid rgba(192,192,192,.38);
  color: rgba(255,255,255,.65);
  font-size: 1rem;
  line-height: 2.15;
}
.autoland-scroll {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 35px;
  color: var(--auto-silver);
  font-size: .78rem;
  font-weight: 700;
}
.autoland-scroll span {
  position: relative;
  width: 52px;
  height: 1px;
  overflow: hidden;
  background: rgba(192,192,192,.3);
}
.autoland-scroll span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--auto-silver);
  transform: translateX(100%);
  animation: autolandLine 2s infinite;
}
.autoland-hero-image { position: relative; justify-self: end; width: min(100%, 540px); }
.autoland-image-frame {
  position: relative;
  height: min(73vh, 720px);
  min-height: 520px;
  padding: 13px;
  border: 1px solid rgba(192,192,192,.25);
  border-radius: 260px 260px 8px 8px;
}
.autoland-image-frame::before {
  content: "";
  position: absolute;
  inset: -17px 20px 17px -17px;
  z-index: -1;
  border: 1px solid rgba(192,192,192,.1);
  border-radius: inherit;
}
.autoland-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 250px 250px 3px 3px;
  filter: saturate(.95) contrast(1.02);
}
.autoland-seal {
  position: absolute;
  right: -42px;
  bottom: 55px;
  width: 104px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(192,192,192,.55);
  border-radius: 50%;
  color: var(--auto-silver);
  background: rgba(11,11,11,.8);
  backdrop-filter: blur(10px);
  font: 2.6rem/1 Georgia, serif;
  box-shadow: 0 18px 45px rgba(0,0,0,.3);
}
.autoland-seal small { display: block; margin-top: 7px; font-size: .45rem; letter-spacing: .3em; }

.autoland-intro { padding: clamp(100px, 12vw, 170px) 0; }
.autoland-intro-grid {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: clamp(55px, 10vw, 145px);
  align-items: start;
}
.autoland-heading span,
.autoland-section-head > span,
.autoland-contact-card > div > span { color: var(--auto-red); font-size: .8rem; font-weight: 700; }
.autoland-heading h2,
.autoland-section-head h2,
.autoland-contact-card h2 {
  margin-top: 17px;
  color: #1a1a1a;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1.28;
  letter-spacing: -.05em;
}
.autoland-story { padding-top: 42px; border-top: 1px solid rgba(45,45,45,.2); }
.autoland-story p { color: #666; font-size: 1.02rem; line-height: 2.2; }
.autoland-story p + p { margin-top: 24px; }

.autoland-gallery { padding-bottom: clamp(110px, 13vw, 180px); }
.autoland-gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 26px; align-items: end; }
.autoland-gallery-item { position: relative; overflow: hidden; background: #1a1a1a; }
.autoland-gallery-main { height: 760px; }
.autoland-gallery-side { height: 590px; }
.autoland-gallery-item::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.22);
  pointer-events: none;
}
.autoland-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.autoland-gallery-item:hover img { transform: scale(1.035); }
.autoland-gallery-item figcaption {
  position: absolute;
  right: 36px;
  bottom: 34px;
  z-index: 2;
  padding: 8px 13px;
  color: #fff;
  background: rgba(11,11,11,.66);
  backdrop-filter: blur(8px);
  font-size: .76rem;
}

.autoland-services { padding: clamp(110px, 13vw, 180px) 0; color: #fff; background: var(--auto-deep); }
.autoland-section-head { max-width: 760px; margin-bottom: 70px; }
.autoland-section-head > span { color: var(--auto-red-light); }
.autoland-section-head h2 { color: #fff; }
.autoland-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.1); }
.autoland-service-card { min-height: 350px; padding: 38px 30px; }
.autoland-service-card + .autoland-service-card { border-right: 1px solid rgba(255,255,255,.1); }
.autoland-service-card > span { color: rgba(192,192,192,.5); font: 1rem/1 Georgia, serif; }
.autoland-service-card h3 { margin: 90px 0 17px; color: var(--auto-light); font-size: 1.35rem; }
.autoland-service-card p { color: rgba(255,255,255,.55); font-size: .84rem; line-height: 2; }

.autoland-quote { padding: clamp(100px, 12vw, 170px) 0; }
.autoland-quote-card {
  position: relative;
  overflow: hidden;
  padding: clamp(55px, 8vw, 95px);
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(179,27,27,.22), transparent 23%),
    linear-gradient(120deg, #2a0f0f, #0d0d0d);
}
.autoland-quote-card::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(192,192,192,.18);
}
.autoland-quote-mark { display: block; height: 70px; color: var(--auto-red-light); font: 7rem/1 Georgia, serif; }
.autoland-quote-card > p {
  position: relative;
  z-index: 2;
  max-width: 800px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 1.35;
}
.autoland-quote-meta {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 65px;
  margin-top: 55px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.13);
}
.autoland-quote-meta div { display: grid; gap: 6px; }
.autoland-quote-meta span { color: rgba(255,255,255,.45); font-size: .72rem; }
.autoland-quote-meta strong { color: var(--auto-silver); font-size: 1rem; }

.autoland-contact { padding: 0 0 clamp(100px, 12vw, 160px); }
.autoland-contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(35px, 6vw, 70px);
  border-top: 1px solid rgba(45,45,45,.2);
  border-bottom: 1px solid rgba(45,45,45,.2);
}
.autoland-contact-card h2 { max-width: 700px; font-size: clamp(2rem, 4vw, 4rem); }
.autoland-contact-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.autoland-instagram-btn {
  flex: 0 0 auto;
  min-width: 175px;
  min-height: 58px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #fff;
  background: var(--auto-charcoal);
  transition: .3s var(--ease);
}
.autoland-instagram-btn:hover { color: #fff; background: var(--auto-red); transform: translateY(-4px); }
.autoland-instagram-btn svg { width: 21px; }
.autoland-website-btn {
  color: var(--auto-charcoal);
  border: 1px solid rgba(45,45,45,.3);
  background: transparent;
}

.autoland-card-section { padding: clamp(100px, 12vw, 160px) 0; }
.autoland-feature-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(45px, 8vw, 100px);
  align-items: center;
  padding: clamp(40px, 6vw, 70px);
  border: 1px solid rgba(45,45,45,.15);
  background: #fffdf9;
  box-shadow: 0 26px 70px rgba(45,45,45,.07);
}
.autoland-card-visual {
  position: relative;
  height: min(60vh, 520px);
  min-height: 380px;
  overflow: hidden;
}
.autoland-card-visual::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.22);
  pointer-events: none;
}
.autoland-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}
.autoland-feature-card:hover .autoland-card-visual img { transform: scale(1.035); }
.autoland-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}
.autoland-card-kicker {
  color: var(--auto-red);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.autoland-card-body h2 {
  margin-top: 17px;
  color: #1a1a1a;
  font-size: clamp(2.2rem, 4.5vw, 4.5rem);
  line-height: 1.28;
  letter-spacing: -.05em;
}
.autoland-card-body p {
  max-width: 520px;
  margin-top: 24px;
  color: #666;
  font-size: 1.02rem;
  line-height: 2.2;
}
.autoland-card-actions { margin-top: 35px; }
.autoland-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 14px 32px;
  color: #fff;
  background: var(--auto-charcoal);
  font-size: .95rem;
  font-weight: 700;
  transition: .3s var(--ease);
}
.autoland-card-btn:hover { color: #fff; background: var(--auto-red); transform: translateY(-4px); }
.autoland-card-btn svg { width: 21px; }
.autoland-card-btn-ig {
  color: var(--auto-charcoal);
  border: 1px solid rgba(45,45,45,.3);
  background: transparent;
}
.autoland-card-btn-ig:hover { color: #fff; background: var(--auto-red); border-color: var(--auto-red); }

.autoland-footer { padding: 45px 0; color: rgba(255,255,255,.48); background: #0b0b0b; }
.autoland-footer-brand { display: flex; align-items: center; gap: 13px; }
.autoland-footer-brand img { width: 44px; height: 44px; padding: 5px; object-fit: contain; border-radius: 14px; background: #fff; }
.autoland-footer-brand div { display: grid; }
.autoland-footer-brand strong { color: #fff; font-size: .9rem; }
.autoland-footer-brand span, .autoland-footer p { font-size: .7rem; }

@keyframes autolandLine {
  0% { transform: translateX(100%); }
  50%, 100% { transform: translateX(-100%); }
}

@media (max-width: 1000px) {
  .autoland-hero-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .autoland-seal { right: -20px; }
  .autoland-services-grid { grid-template-columns: repeat(2, 1fr); }
  .autoland-service-card:nth-child(3),
  .autoland-service-card:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); }
}

@media (max-width: 760px) {
  .autoland-nav { padding: 15px 0; }
  .autoland-brand img { width: 42px; height: 42px; }
  .autoland-back { font-size: .68rem; }
  .autoland-hero { min-height: auto; }
  .autoland-hero-grid {
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 85px;
  }
  .autoland-hero-copy { order: 2; }
  .autoland-hero-image { order: 1; justify-self: center; width: min(85%, 430px); }
  .autoland-image-frame { height: 58vh; min-height: 440px; }
  .autoland-seal { right: -28px; bottom: 35px; width: 84px; font-size: 2rem; }
  .autoland-hero h1 { margin-top: 17px; font-size: clamp(3.6rem, 18vw, 6rem); }
  .autoland-intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .autoland-story { padding-top: 30px; }
  .autoland-gallery-grid { grid-template-columns: 1fr; }
  .autoland-gallery-main, .autoland-gallery-side { height: min(115vw, 650px); }
  .autoland-gallery-side { width: 86%; margin-right: auto; }
  .autoland-services-grid { grid-template-columns: 1fr; }
  .autoland-service-card { min-height: 260px; }
  .autoland-service-card + .autoland-service-card { border-top: 1px solid rgba(255,255,255,.1); border-right: 0; }
  .autoland-service-card h3 { margin-top: 55px; }
  .autoland-quote-meta { gap: 35px; }
  .autoland-contact-card { align-items: flex-start; flex-direction: column; }
  .autoland-contact-actions { width: 100%; }
  .autoland-instagram-btn { width: 100%; min-width: 0; }
}

@media (max-width: 520px) {
  .autoland-brand span { font-size: .8rem; }
  .autoland-back { gap: 5px; }
  .autoland-back svg { width: 14px; }
  .autoland-hero-image { width: 90%; }
  .autoland-image-frame { min-height: 390px; border-radius: 200px 200px 6px 6px; }
  .autoland-image-frame img { border-radius: 190px 190px 2px 2px; }
  .autoland-lead { font-size: .9rem; }
  .autoland-gallery-side { width: 92%; }
  .autoland-quote-meta { flex-direction: column; gap: 18px; }
  .autoland-contact-actions { flex-direction: column; }
  .autoland-footer .container { align-items: flex-start; flex-direction: column; }
}