:root {
  --petrol: #1d3b3a;
  --petrol-2: #285654;
  --cream: #f6f0e6;
  --paper: #fffdf8;
  --apricot: #ffc099;
  --apricot-2: #f4a978;
  --ink: #18302f;
  --muted: #6d7772;
  --line: rgba(29, 59, 58, 0.15);
  --shadow: 0 24px 70px rgba(21, 45, 43, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--petrol);
  color: white;
  padding: .8rem 1rem;
  z-index: 20;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem clamp(1rem, 4vw, 3.5rem);
  background: #1d3b3a;
  border-bottom: 1px solid rgba(246, 240, 230, .16);
  backdrop-filter: blur(18px);
}
.brand {
  display: grid;
  place-items: center;
  width: clamp(142px, 13vw, 190px);
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.brand img { width: 100%; height: auto; }
.nav { display: flex; align-items: center; gap: clamp(.75rem, 1.7vw, 1.45rem); font-size: .95rem; }
.nav a { color: rgba(246, 240, 230, .78); }
.nav a:hover, .nav a:focus-visible { color: var(--apricot); }
.nav-cta {
  border: 1px solid rgba(246, 240, 230, .72);
  padding: .65rem 1rem;
  border-radius: 999px;
  color: var(--cream) !important;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(246, 240, 230, .08);
}
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--cream); }

.hero {
  min-height: 88vh;
  position: relative;
  display: grid;
  align-items: center;
  padding: 8rem clamp(1.25rem, 5vw, 5rem) 4rem;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255,253,248,.98) 0%, rgba(255,253,248,.94) 42%, rgba(255,253,248,.58) 72%, rgba(29,59,58,.18) 100%);
}
.hero-content {
  max-width: 780px;
  text-align: center;
  margin-inline: auto;
  padding-top: 2rem;
}
.eyebrow {
  margin: 0 0 .9rem;
  color: var(--apricot-2);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .08em;
  font-size: .78rem;
}
h1, h2, h3 { line-height: 1.05; margin: 0; color: var(--petrol); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: 0; }
h1 { font-size: clamp(3.1rem, 5.6vw, 6.2rem); max-width: 760px; }
h2 { font-size: clamp(2.2rem, 4vw, 4.7rem); max-width: 980px; }
h3 { font-size: clamp(1.45rem, 2vw, 2.05rem); }
.hero p:not(.eyebrow), .section-head p, .copy-block p, .contact-copy p {
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  color: rgba(24, 48, 47, .76);
}
.hero-actions, .locked-modules {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}
.hero-actions { justify-content: center; margin-top: 1.7rem; }
.hero-content.reveal { opacity: 1; transform: none; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  border-radius: 999px;
  padding: .85rem 1.25rem;
  border: 1px solid var(--petrol);
  font-weight: 800;
  cursor: pointer;
}
.button.primary { background: var(--petrol); color: var(--cream); box-shadow: var(--shadow); }
.button.secondary { background: rgba(255,255,255,.76); color: var(--petrol); }
.locked-modules span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .72);
  border-radius: 999px;
  padding: .5rem .82rem;
  color: var(--petrol);
}

section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem); }
.phase-strip {
  padding-block: 1.25rem;
  background: var(--petrol);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}
.phase-card {
  padding: clamp(1.35rem, 2.3vw, 2.4rem);
  background: rgba(246, 240, 230, .08);
  color: var(--cream);
  border: 1px solid rgba(246, 240, 230, .18);
}
.phase-card.active { background: rgba(255, 192, 153, .16); }
.phase-card span {
  display: block;
  color: var(--apricot);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .75rem;
  margin-bottom: .4rem;
}
.phase-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  line-height: 1.05;
}
.phase-card p { margin-bottom: 0; color: rgba(246, 240, 230, .78); }
.band { background: var(--cream); }
.section-head { max-width: 980px; margin: 0 auto clamp(2rem, 4vw, 4rem); text-align: center; }
.feature-grid, .blog-grid, .booking-grid, .concern-grid {
  display: grid;
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto;
}
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.feature-card, .concern-card, .blog-card, .booking-card, .future-card, .test-card, .contact-form {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(1.25rem, 2vw, 2rem);
  box-shadow: 0 12px 42px rgba(21, 45, 43, .06);
}
.feature-card {
  display: grid;
  justify-items: center;
  text-align: center;
  align-content: start;
}
.feature-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(29, 59, 58, .08);
  color: var(--apricot-2);
  font-weight: 900;
}
.split, .vehicle, .contact {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  max-width: 1260px;
  margin: 0 auto;
}
.portrait-panel {
  min-height: 520px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,192,153,.38), transparent 33%),
    linear-gradient(145deg, var(--petrol), #102827);
  display: grid;
  position: relative;
  align-content: center;
  place-items: center;
  gap: 1.5rem;
  color: var(--cream);
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 3rem);
}
.portrait-watermark {
  position: absolute;
  width: min(72%, 430px);
  opacity: .18;
  filter: saturate(.75);
}
.portrait-emblem {
  position: relative;
  color: var(--apricot);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  padding: .7rem 1rem;
  border-top: 1px solid rgba(246, 240, 230, .28);
  border-bottom: 1px solid rgba(246, 240, 230, .28);
}
.portrait-note {
  position: relative;
  max-width: 360px;
  text-align: center;
  color: rgba(246, 240, 230, .82);
  font-size: 1.08rem;
}
.concern-grid { grid-template-columns: repeat(4, 1fr); }
.concern-grid.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1040px;
  gap: .75rem;
}
.concern-card {
  min-height: 132px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--petrol);
  padding: 1rem;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.concern-card::before {
  content: "";
  position: absolute;
  inset: .5rem;
  border: 1px solid rgba(246, 240, 230, .18);
  border-radius: 6px;
  pointer-events: none;
}
.concern-card span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.26rem;
  line-height: 1.05;
  color: var(--cream);
}
.concern-card p {
  position: absolute;
  inset: .7rem;
  display: grid;
  place-items: center;
  max-height: 0;
  opacity: 0;
  margin: 0;
  color: rgba(246, 240, 230, .88);
  font-size: .86rem;
  line-height: 1.28;
  text-align: center;
  transition: max-height .25s ease, opacity .25s ease;
}
.concern-card:hover,
.concern-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  background: var(--petrol-2);
}
.concern-card:hover span,
.concern-card:focus-visible span { opacity: .12; }
.concern-card:hover p,
.concern-card:focus-visible p {
  max-height: 130px;
  opacity: 1;
}
.service-cta {
  max-width: 760px;
  margin: 2.2rem auto 0;
  text-align: center;
}
.service-cta p { color: rgba(24, 48, 47, .76); font-size: 1.08rem; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 1120px; margin: 0 auto; }
.step { border-top: 1px solid var(--line); padding-top: 1.25rem; }
.step span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--apricot);
  color: var(--petrol);
  font-weight: 900;
  margin-bottom: 1rem;
}
.vehicle-specs { display: grid; gap: .8rem; margin-top: 1.3rem; }
.vehicle-photo {
  min-height: 420px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  align-content: stretch;
}
.vehicle-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.vehicle-photo figcaption {
  padding: .95rem 1.1rem;
  color: rgba(24, 48, 47, .72);
  font-size: .95rem;
  background: var(--paper);
}
.vehicle-specs div, .dashboard div {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.25rem;
}
.vehicle-specs strong, .dashboard strong { display: block; color: var(--petrol); font-size: 1.25rem; }
.vehicle-specs span, .dashboard span { color: var(--muted); }

.test-card, .booking-card, .future-card { max-width: 720px; }
.test-card { margin: 0 auto; display: grid; gap: 1rem; }
label { display: grid; gap: .45rem; font-weight: 800; color: var(--petrol); }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: .92rem 1rem;
  background: white;
  color: var(--ink);
  font: inherit;
}
.form-check {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: .7rem;
  font-weight: 600;
  color: rgba(24, 48, 47, .76);
}
.form-check input {
  width: 18px;
  height: 18px;
  margin-top: .22rem;
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.price-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .55rem 1rem;
  padding: 1rem;
  border-radius: 8px;
  background: rgba(29, 59, 58, .06);
  border: 1px solid var(--line);
}
.price-summary span { color: var(--muted); }
.price-summary strong { color: var(--petrol); text-align: right; }
.test-result {
  display: block;
  border-left: 4px solid var(--apricot);
  padding: 1rem;
  background: rgba(255, 192, 153, .16);
  color: var(--petrol);
}
.booking-grid { grid-template-columns: 1fr 1fr; align-items: stretch; }
.booking-card { display: grid; gap: 1rem; max-width: none; }
.future-card { background: var(--petrol); color: var(--cream); max-width: none; }
.future-card h3 { color: var(--cream); }
.future-card p { color: rgba(246, 240, 230, .8); }
.status { color: var(--apricot); font-weight: 900; text-transform: uppercase; font-size: .78rem; letter-spacing: .08em; }
.portal-shell {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .38fr 1fr;
  gap: 1rem;
  align-items: stretch;
}
.portal-login {
  background: var(--petrol);
  color: var(--cream);
  border-radius: 8px;
  padding: clamp(1.25rem, 2.2vw, 2rem);
  display: grid;
  align-content: center;
  gap: 1rem;
}
.portal-login h3 { color: var(--cream); }
.portal-login p { margin: 0; color: rgba(246, 240, 230, .8); }
.login-form {
  display: grid;
  gap: .85rem;
}
.login-form label { color: var(--cream); }
.login-form input {
  border-color: rgba(246, 240, 230, .22);
  background: rgba(246, 240, 230, .96);
}
.login-message {
  min-height: 1.35rem;
  font-size: .9rem;
}
.portal-login .button:disabled { opacity: .72; cursor: default; }
.dashboard { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.dashboard.is-locked {
  filter: grayscale(.25);
  opacity: .55;
}
.blog-grid { grid-template-columns: repeat(3, 1fr); }
.accordion { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }
.accordion button {
  width: 100%;
  padding: 1.2rem 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: left;
  color: var(--petrol);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.accordion div { display: none; padding: 0 0 1.25rem; color: var(--muted); }
.accordion button[aria-expanded="true"] + div { display: block; }
.blog-card {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
}
.blog-card img {
  width: 118px;
  padding: .25rem .35rem;
  margin: 0 auto 1rem;
  border-radius: 6px;
  background: var(--petrol);
}
.blog-card span { color: var(--apricot-2); font-weight: 900; }
.blog-card a {
  display: inline-flex;
  margin-top: .85rem;
  color: var(--petrol);
  font-weight: 900;
  border-bottom: 2px solid var(--apricot);
}
.article-body {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 8rem;
}
.article-body h1 { font-size: clamp(3rem, 6vw, 6rem); }
.article-body h2 { font-size: clamp(2rem, 3vw, 3.4rem); margin-top: 3rem; }
.article-body p, .article-body li {
  color: rgba(24, 48, 47, .78);
  font-size: 1.1rem;
}
.article-body ul { padding-left: 1.2rem; }
.article-back {
  display: inline-flex;
  margin-bottom: 2rem;
  color: var(--petrol);
  font-weight: 900;
  border-bottom: 2px solid var(--apricot);
}
.article-cta {
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 8px;
  background: var(--cream);
  border: 1px solid var(--line);
}
.legal-page {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 9rem;
}
.legal-page h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  margin-bottom: 2rem;
}
.legal-section {
  padding: 2rem 0;
  border-top: 1px solid var(--line);
}
.legal-section h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.8rem);
  margin-bottom: 1rem;
}
.legal-section p,
.legal-intro {
  color: rgba(24, 48, 47, .78);
  font-size: 1.08rem;
}
.legal-section a { color: var(--petrol); font-weight: 900; border-bottom: 1px solid var(--apricot); }
.legal-nav { justify-content: flex-end; }
address { display: grid; gap: .5rem; font-style: normal; color: var(--petrol); font-weight: 800; }
.contact-form { display: grid; gap: 1rem; }
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem clamp(1.25rem, 5vw, 5rem);
  background: var(--petrol);
  color: var(--cream);
}
.site-footer img { width: 120px; }
.site-footer nav { display: flex; gap: 1rem; flex-wrap: wrap; }
.cookie-banner {
  position: fixed;
  left: clamp(1rem, 3vw, 2rem);
  right: clamp(1rem, 3vw, 2rem);
  bottom: 1rem;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { color: var(--petrol); }
.cookie-banner p { margin: .2rem 0 0; color: var(--muted); }
.cookie-actions { display: flex; gap: .75rem; flex-wrap: wrap; justify-content: flex-end; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 940px) {
  .nav-toggle { display: block; }
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: var(--petrol);
    border-bottom: 1px solid var(--line);
  }
  .nav.is-open { display: flex; }
  .feature-grid, .concern-grid, .timeline, .booking-grid, .blog-grid, .dashboard, .portal-shell, .split, .vehicle, .contact, .phase-strip {
    grid-template-columns: 1fr;
  }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { justify-content: flex-start; }
  .hero { min-height: 86vh; }
  .hero::after { background: linear-gradient(90deg, rgba(255,253,248,.96), rgba(255,253,248,.82)); }
  .portrait-panel { min-height: 320px; }
}

@media (max-width: 560px) {
  .brand { width: 128px; }
  h1 { font-size: 3.25rem; }
  section { padding-left: 1rem; padding-right: 1rem; }
  .hero { padding-left: 1rem; padding-right: 1rem; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
