:root {
  --ink: #070809;
  --ink-soft: #0d0f11;
  --paper: #f1eee7;
  --muted: #9a9a96;
  --line: rgba(255, 255, 255, 0.13);
  --gold: #d0a332;
  --gold-light: #f0cc6b;
  --page: min(90vw, 1240px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.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; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 999; padding: .7rem 1rem; background: var(--gold); color: var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 84px;
  padding: 0 5vw;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, min-height .3s ease;
}
.site-header.scrolled { min-height: 70px; background: rgba(7,8,9,.92); border-color: var(--line); backdrop-filter: blur(14px); }
.wordmark { display: inline-flex; align-items: center; gap: .8rem; width: max-content; }
.wordmark-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--gold); color: var(--gold); font-family: "Playfair Display", serif; font-size: 1.2rem; }
.wordmark-text { font-family: "Manrope", sans-serif; font-weight: 600; line-height: 1; letter-spacing: -.02em; text-transform: uppercase; }
.wordmark-text span { display: block; margin-top: .35rem; color: var(--muted); font-family: "DM Sans", sans-serif; font-size: .55rem; font-weight: 500; letter-spacing: .22em; }
.site-nav { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3rem); }
.site-nav a { position: relative; padding: .5rem 0; color: #d8d7d3; font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-call { justify-self: end; padding: .65rem 1rem; border: 1px solid var(--line); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; transition: border-color .25s, color .25s; }
.header-call:hover { border-color: var(--gold); color: var(--gold-light); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: 58% 42%; align-items: center; padding: 132px 5vw 80px; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(7,8,9,.98) 0%, rgba(7,8,9,.92) 28%, rgba(7,8,9,.68) 54%, rgba(7,8,9,.18) 100%), linear-gradient(0deg, rgba(7,8,9,.7) 0%, transparent 42%), url("lematt-limousine-hero.png") center center / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; z-index: -2; height: 180px; background: linear-gradient(transparent, #070809); }
.hero-orbit { position: absolute; z-index: -1; width: 58vw; height: 58vw; right: -27vw; top: -13vw; border: 1px solid rgba(208,163,50,.25); border-radius: 50%; box-shadow: 0 0 100px rgba(208,163,50,.05); }
.hero-copy { position: relative; z-index: 2; min-width: 0; max-width: 690px; padding-right: 4vw; text-shadow: 0 2px 24px rgba(0,0,0,.28); }
.eyebrow { margin: 0 0 1.5rem; color: var(--gold-light); font-size: .72rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Playfair Display", serif; font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(3.7rem, 6.4vw, 7rem); }
h1 em { color: var(--gold-light); font-weight: 500; }
.hero-intro { max-width: 610px; margin: 2rem 0; color: #bbbdbd; font-size: clamp(1rem, 1.25vw, 1.14rem); }
.hero-actions { display: flex; align-items: center; gap: 2.2rem; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 1.5rem; font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.button-primary { background: var(--gold); color: var(--ink); transition: background .25s, transform .25s; }
.button-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.text-link { font-size: .82rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { display: inline-block; margin-left: .4rem; color: var(--gold); transition: transform .25s; }
.text-link:hover span { transform: translate(3px, 3px); }
.hero-proof { display: flex; align-items: center; gap: .9rem; margin-top: 3.5rem; color: #767a7e; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.hero-proof i { width: 4px; height: 4px; background: var(--gold); transform: rotate(45deg); }

.hero-visual { position: relative; z-index: 2; display: flex; align-items: center; justify-content: flex-end; min-width: 0; align-self: end; margin-bottom: 1.25rem; }
.brand-panel { width: min(100%, 280px); margin-left: auto; padding: .8rem; border: 1px solid rgba(208,163,50,.42); background: rgba(0,0,0,.68); box-shadow: 0 24px 60px rgba(0,0,0,.45); backdrop-filter: blur(12px); }
.panel-label { display: none; }
.brand-panel img { width: 100%; aspect-ratio: 2 / 1; object-fit: contain; mix-blend-mode: screen; }
.panel-footer, .vertical-note { display: none; }
.scroll-cue { position: absolute; bottom: 2rem; left: 5vw; display: flex; align-items: center; gap: .8rem; color: #707376; font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue i { width: 72px; height: 1px; background: linear-gradient(90deg, var(--gold) 35%, var(--line) 35%); }

.section { width: var(--page); margin: 0 auto; padding: clamp(6rem, 10vw, 10rem) 0; }
.section-heading { display: grid; grid-template-columns: .55fr 1fr .85fr; align-items: end; gap: 3rem; margin-bottom: 4rem; }
.section-heading .eyebrow { align-self: start; }
h2 { font-size: clamp(3rem, 5.4vw, 6rem); }
.section-heading > p:last-child { color: var(--muted); }
.services { border-top: 1px solid var(--line); }
.service-list { border-top: 1px solid var(--line); }
.service-card { position: relative; display: grid; grid-template-columns: 100px 1fr auto; gap: 2rem; align-items: center; min-height: 160px; padding: 2rem 1rem; border-bottom: 1px solid var(--line); transition: background .3s, padding .3s; }
.service-card:hover { padding-right: 2rem; padding-left: 2rem; background: #0c0e10; }
.service-number { align-self: start; color: var(--gold); font-size: .68rem; letter-spacing: .14em; }
.service-card h3 { margin: 0 0 .5rem; font-family: "Playfair Display", serif; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 500; }
.service-card p { max-width: 560px; margin: 0; color: var(--muted); }
.card-arrow { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); transition: border-color .25s, transform .25s; }
.service-card:hover .card-arrow { border-color: var(--gold); transform: rotate(45deg); }

.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 8vw, 9rem); align-items: center; }
.about-card { position: relative; min-height: 530px; display: flex; align-items: flex-end; padding: 2.5rem; overflow: hidden; border: 1px solid rgba(208,163,50,.35); background: radial-gradient(circle at 90% 5%, rgba(208,163,50,.18), transparent 24%), linear-gradient(145deg, #111418, #050607 70%); }
.about-card::before, .about-card::after { content: ""; position: absolute; border: 1px solid rgba(208,163,50,.3); border-radius: 50%; }
.about-card::before { width: 430px; height: 430px; top: -220px; right: -130px; }
.about-card::after { width: 250px; height: 250px; top: -132px; right: -43px; }
.about-monogram { position: absolute; top: 48%; left: 50%; color: rgba(208,163,50,.82); font-family: "Playfair Display", serif; font-size: clamp(7rem, 14vw, 13rem); line-height: 1; transform: translate(-50%, -50%); }
.about-card p { position: relative; z-index: 1; max-width: 270px; margin: 0; color: #d5d0c4; font-family: "Playfair Display", serif; font-size: 1.25rem; }
.about-copy .lead { margin-top: 2.3rem; color: #d7d7d3; font-size: 1.15rem; }
.about-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.owner-row { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.owner-row strong, .owner-row span { display: block; }
.owner-row strong { font-family: "Playfair Display", serif; font-size: 1.25rem; font-weight: 500; }
.owner-row span { color: var(--muted); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; }
.owner-row a { color: var(--gold-light); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }

.contact { border-top: 1px solid var(--line); }
.contact-top { position: relative; min-height: 430px; }
.contact-top h2 { font-size: clamp(4rem, 9vw, 10rem); }
.circle-cta { position: absolute; right: 5%; bottom: 1rem; display: flex; flex-direction: column; justify-content: space-between; width: clamp(130px, 15vw, 190px); aspect-ratio: 1; padding: 2rem; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: .82rem; font-weight: 600; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; transition: transform .3s, background .3s; }
.circle-cta:hover { background: var(--gold-light); transform: scale(1.04); }
.circle-cta i { align-self: end; font-size: 1.25rem; font-style: normal; }
.contact-details { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 1px solid var(--line); }
.contact-details > div { padding: 2rem 2rem 1rem 0; }
.contact-details > div + div { padding-left: 2rem; border-left: 1px solid var(--line); }
.contact-details span { display: block; margin-bottom: .8rem; color: var(--gold); font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; }
.contact-details a, .contact-details p { margin: 0; color: #d1d1cd; font-size: 1rem; }
.contact-details a:hover { color: var(--gold-light); }

footer { width: var(--page); min-height: 130px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; margin: 0 auto; border-top: 1px solid var(--line); color: #747678; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
footer > a:last-child { justify-self: end; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { position: fixed; inset: 70px 0 auto; display: flex; flex-direction: column; align-items: flex-start; padding: 1.2rem 5vw 2rem; background: rgba(7,8,9,.98); border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: transform .3s ease; }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { width: 100%; padding: .9rem 0; }
  .menu-toggle { display: grid; gap: 7px; justify-self: end; width: 42px; height: 42px; place-content: center; border: 1px solid var(--line); background: transparent; color: white; }
  .menu-toggle span:not(.sr-only) { width: 19px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .header-call { display: none; }
  .hero { grid-template-columns: 1fr; gap: 4rem; padding-top: 150px; }
  .hero-copy { padding-right: 0; }
  .hero-visual { width: 280px; margin: 2rem 0 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .section-heading .eyebrow { margin-bottom: .3rem; }
  .section-heading > p:last-child { max-width: 560px; }
  .about { grid-template-columns: 1fr; }
  .about-card { min-height: 430px; }
}

@media (max-width: 680px) {
  :root { --page: 90vw; }
  .site-header { min-height: 70px; }
  .hero { min-height: auto; padding: 122px 5vw 7rem; }
  .hero::before { background: linear-gradient(180deg, rgba(7,8,9,.68) 0%, rgba(7,8,9,.74) 54%, rgba(7,8,9,.94) 100%), url("lematt-limousine-hero.png") 64% center / cover no-repeat; }
  h1 { font-size: clamp(2rem, 11.5vw, 4.2rem); }
  .hero-copy { width: 100%; }
  .hero-actions { min-width: 0; align-items: stretch; flex-direction: column; gap: 1.2rem; }
  .hero-actions .button { width: 100%; max-width: 100%; }
  .text-link { padding: .4rem 0; }
  .hero-proof { flex-wrap: wrap; gap: .7rem; margin-top: 2.5rem; }
  .hero-visual { display: none; }
  .brand-panel { padding: .8rem; }
  .panel-label, .vertical-note { display: none; }
  .panel-footer { display: grid; grid-template-columns: 1fr 1fr; }
  .scroll-cue { display: none; }
  .section { padding: 6rem 0; }
  .service-card { grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.6rem 0; }
  .service-card:hover { padding-right: 0; padding-left: 0; background: transparent; }
  .service-number { padding-top: .45rem; }
  .card-arrow { display: none; }
  .about-card { min-height: 350px; padding: 1.5rem; }
  .owner-row { align-items: flex-start; flex-direction: column; }
  .contact-top { min-height: 430px; }
  .contact-top h2 { font-size: clamp(4rem, 20vw, 7rem); }
  .circle-cta { right: 0; bottom: 0; padding: 1.5rem; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details > div, .contact-details > div + div { padding: 1.5rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  footer { grid-template-columns: 1fr; gap: 1.2rem; padding: 2.5rem 0; }
  footer > a:last-child { justify-self: start; }
}

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