:root {
  --black: #0a0c0a;
  --gold: #c7a35b;
  --gold2: #e1c47e;
  --cream: #f1eee6;
  --green: #173b2a;
  --silver: #d5d7d2;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: #171916;
  font-family: Arial, sans-serif;
}
svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.icon-defs{position:absolute;width:0;height:0;overflow:hidden}
.btn svg,.navCta svg{width:16px;height:16px}
a {
  text-decoration: none;
  color: inherit;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 12px 16px;
  background: #fff;
  color: var(--green);
  font-weight: 700;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
:focus-visible {
  outline: 3px solid var(--gold2);
  outline-offset: 3px;
}
.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}
.heroArt .mono{user-select:none}
.choose{display:flex;align-items:center;justify-content:center;gap:7px}
.points a:hover{color:var(--green)}
.toast[hidden]{display:none}
.consent{display:grid!important;grid-template-columns:18px 1fr;align-items:start;text-transform:none!important;letter-spacing:0!important;font-size:12px!important;line-height:1.5;color:#4e554e!important}
.consent input{width:16px!important;height:16px;margin:1px 0 0}
.consent a{color:var(--green);text-decoration:underline}
.hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.formStatus{font-size:12px;line-height:1.5;margin:12px 0 0;color:var(--green)}
.formStatus.error{color:#9b2c2c}
.formStatus.success{padding:12px;background:#e1efe5;color:#205a31}
button:disabled{cursor:wait;opacity:.65}
button,
input,
select,
textarea {
  font: inherit;
}
header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6vw;
  background: #0a0c0af5;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #ffffff17;
}
.brand {
  width: 200px;
  height: 96px;
  overflow: visible;
  display: flex;
  align-items: center;
}
.brand picture {
  display: block;
  width: 100%;
  height: 100%;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: none;
  mix-blend-mode: normal;
}

footer picture {
  display: block;
}
footer img {
  width: 175px;
  height: auto;
  object-fit: contain;
  filter: none;
  mix-blend-mode: normal;
}
nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
nav > a:hover {
  color: var(--gold2);
}
.navCta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 21px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: 0.25s;
}
.navCta,
.gold {
  background: var(--gold);
  color: #10110f;
}
.btn:hover,
.navCta:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}
.menu {
  display: none;
  background: none;
  border: 0;
  color: white;
}
.hero {
  min-height: 710px;
  background: radial-gradient(
    circle at 78% 45%,
    #28503a,
    #11281c 23%,
    #0b100c 53%,
    #070907 75%
  );
  color: white;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  padding: 90px 7vw 75px;
  overflow: hidden;
  position: relative;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#ffffff05 1px, transparent 1px),
    linear-gradient(90deg, #ffffff05 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to right, transparent, black);
}
.heroCopy,
.heroArt {
  z-index: 1;
}
.eyebrow,
.tag {
  color: var(--gold2);
  font-size: 10px;
  letter-spacing: 0.22em;
}
.hero h1 {
  font:
    400 clamp(56px, 6.7vw, 98px)/0.88 Georgia,
    serif;
  margin: 38px 0;
}
.hero h1 em,
.calcSec h2 em {
  color: var(--gold2);
  font-weight: 400;
}
.heroCopy > p {
  color: #c0c7c2;
  max-width: 570px;
  line-height: 1.8;
  font-size: 17px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 35px 0;
}
.estimateLink {
  font-size: 12px;
  border-bottom: 1px solid #777;
  padding-bottom: 8px;
}
.trust {
  display: flex;
  gap: 24px;
  border-top: 1px solid #ffffff1c;
  padding-top: 25px;
  color: #abb4ae;
  font-size: 11px;
}
.trust span,
.points span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.trust svg {
  width: 16px;
  color: var(--gold);
}
.heroArt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mono {
  font: 400 260px Georgia;
  color: #ffffff08;
  letter-spacing: -0.25em;
  text-shadow: 0 0 60px #bde8c623;
}
.mono span {
  color: #c7a35b1a;
}
.float {
  position: absolute;
  bottom: 50px;
  right: 0;
  background: #ebebe6;
  color: #171916;
  padding: 19px 24px;
  display: flex;
  gap: 15px;
  box-shadow: 0 20px 50px #0008;
}
.float > svg {
  color: var(--gold);
  background: var(--green);
  padding: 10px;
  width: 45px;
  height: 45px;
}
.float small,
.float span,
.float strong {
  display: block;
}
.float small,
.float span {
  font-size: 8px;
  color: #777;
  letter-spacing: 0.13em;
}
.float strong {
  font: 18px Georgia;
  margin: 5px 0;
}
.section {
  padding: 105px 7vw;
}
.section h2 {
  font: 400 clamp(42px, 5vw, 70px)/1.04 Georgia;
  margin: 20px 0;
}
.intro,
.calcSec,
.formSec,
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}
.copy {
  padding-top: 30px;
}
.copy > p,
.formSec > div > p,
.contact > div > p,
.calcSec > div > p {
  font-size: 16px;
  line-height: 1.75;
  color: #646961;
}
.stats {
  display: flex;
  gap: 45px;
  margin-top: 42px;
  padding-top: 27px;
  border-top: 1px solid #cbc9c1;
}
.stats strong,
.stats span {
  display: block;
}
.stats strong {
  font: 34px Georgia;
  color: var(--green);
}
.stats span {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #777;
  margin-top: 7px;
}
.dark {
  background: #101210;
  color: white;
}
.title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 55px;
}
.title > p {
  color: #5f655f;
  line-height: 1.7;
  max-width: 340px;
}
.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid #ffffff20;
  border-top: 1px solid #ffffff20;
}
.services article {
  padding: 29px;
  min-height: 380px;
  border-right: 1px solid #ffffff20;
  border-bottom: 1px solid #ffffff20;
  position: relative;
  transition: 0.3s;
}
.services article:hover {
  background: var(--green);
  transform: translateY(-5px);
}
.services article > span {
  font-size: 10px;
  color: #9ba29c;
}
.services article > i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #c7a35b55;
  color: var(--gold);
  margin: 52px 0 32px;
}
.services h3,
.fleet h3 {
  font: 25px Georgia;
  margin: 0;
}
.services p {
  color: #a7ada8;
  line-height: 1.7;
  font-size: 13px;
}
.services a {
  position: absolute;
  bottom: 28px;
  display: flex;
  gap: 8px;
  color: var(--gold2);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.services a svg {
  width: 14px;
}
.pricing {
  background: #e6e5df;
}
.rateCards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.rateCard {
  background: #f8f8f5;
  border: 1px solid #c9cbc5;
  overflow: hidden;
  box-shadow: 0 18px 45px #1a211817;
}
.rateCard.green {
  --card-accent: #08702e;
}
.rateCard.blue {
  --card-accent: #0d346e;
}
.rateCard.golden {
  --card-accent: #c58b08;
}
.rateTop {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--card-accent);
  color: white;
  padding: 25px;
}
.rateTop > svg {
  width: 36px;
  height: 36px;
}
.rateTop h3 {
  font: 30px Georgia;
  margin: 0;
}
.rateTop span {
  display: block;
  margin-top: 4px;
  color: #ffffffbf;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 10px;
}
.pax {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 19px 25px 0;
  text-transform: uppercase;
  font-size: 12px;
}
.pax svg {
  color: var(--card-accent);
}
.rateCard > p {
  min-height: 70px;
  margin: 18px 25px;
  color: #60645f;
  font-size: 13px;
  line-height: 1.6;
}
.cardRate {
  display: flex;
  align-items: end;
  gap: 5px;
  background: var(--card-accent);
  color: white;
  padding: 20px 25px;
}
.cardRate small,
.minimum small {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.cardRate strong {
  font: 52px Georgia;
  line-height: 0.9;
}
.cardRate span {
  margin-bottom: 4px;
}
.distance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #101210;
  color: white;
  padding: 16px 22px;
  gap: 16px;
}
.distance span {
  font-size: 8px;
  color: #aeb2ae;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.distance strong {
  display: block;
  color: white;
  margin-top: 6px;
  font-size: 11px;
}
.minimum {
  padding: 22px 25px;
  text-align: center;
  color: var(--card-accent);
}
.minimum small,
.minimum span,
.minimum strong {
  display: block;
}
.minimum strong {
  font: 42px Georgia;
  margin: 4px 0;
}
.minimum span {
  color: #5d625c;
  font-size: 10px;
}
.choose {
  width: 100%;
  border: 0;
  border-top: 1px solid #d5d7d1;
  padding: 16px;
  background: transparent;
  color: var(--card-accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 9px;
  font-weight: bold;
  cursor: pointer;
}
.choose svg {
  width: 14px;
  vertical-align: middle;
}
.rules {
  margin-top: 34px;
  background: #0c0e0c;
  color: white;
  padding: 28px;
  border-top: 3px solid var(--gold);
}
.rules h3 {
  margin: 0 0 22px;
  color: var(--gold2);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.ruleGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.ruleGrid span {
  display: grid;
  grid-template-columns: 42px 1fr;
  padding: 5px 20px;
  border-right: 1px solid #c7a35b4f;
}
.ruleGrid span:last-child {
  border: 0;
}
.ruleGrid svg {
  grid-row: 1/3;
  color: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 50%;
  padding: 8px;
  width: 34px;
  height: 34px;
}
.ruleGrid b {
  color: var(--gold2);
  font-size: 10px;
  text-transform: uppercase;
}
.ruleGrid small {
  color: #b8bdb9;
  line-height: 1.45;
}
.priceGrid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
}
.priceCard {
  background: var(--green);
  color: white;
  padding: 48px;
}
.priceCard small {
  color: var(--gold2);
  letter-spacing: 0.15em;
}
.rate {
  display: flex;
  align-items: flex-end;
  margin: 22px 0;
}
.rate sup {
  font-size: 24px;
  color: var(--gold2);
  margin-bottom: 35px;
}
.rate strong {
  font: 88px Georgia;
}
.rate span {
  color: #aeb7b0;
  margin-bottom: 17px;
}
.priceCard ul {
  list-style: none;
  padding: 22px 0;
  border-top: 1px solid #ffffff28;
}
.priceCard li {
  display: flex;
  gap: 11px;
  margin: 16px 0;
  color: #d7ddd8;
}
.priceCard li svg {
  width: 16px;
  color: var(--gold);
}
.black {
  background: var(--black);
  color: white;
}
.fleet {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fleetRow {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  border-bottom: 1px solid #c4c4be;
  padding: 28px;
}
.fleetRow > i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid #bca567;
  color: var(--green);
}
.fleetRow p,
.fleetRow span {
  color: #777;
  font-size: 11px;
}
.fleetRow > div:last-child {
  text-align: right;
}
.fleetRow strong,
.fleetRow span {
  display: block;
}
.fleetRow strong {
  font: 22px Georgia;
  color: var(--green);
}
.calcSec {
  background: #0e110f;
  color: white;
}
.calcSec > div > p {
  color: #99a19b;
}
.calcFacts {
  display: flex;
  gap: 40px;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #ffffff20;
}
.calcFacts span,
.calcFacts b {
  display: block;
}
.calcFacts span {
  color: #909991;
  font-size: 11px;
}
.calcFacts b {
  color: var(--gold2);
  font: 20px Georgia;
  margin-bottom: 6px;
}
.calculator {
  background: var(--cream);
  color: #171916;
  padding: 38px;
}
.calculator label,
form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-weight: bold;
  color: #5f665f;
}
.calculator label {
  margin-bottom: 8px;
}
form label {
  margin-bottom: 19px;
}
.calculator select,
.calculator input,
form input,
form select,
form textarea {
  width: 100%;
  border: 1px solid #c6c7c1;
  background: #faf9f5;
  padding: 15px;
  font-size: 15px;
  line-height: 1.3;
}
.calculator select:focus-visible,
.calculator input:focus-visible,
form input:focus-visible,
form select:focus-visible,
form textarea:focus-visible {
  border-color: var(--green);
  box-shadow: 0 0 0 3px #173b2a24;
}
.select,
.km {
  position: relative;
  margin-bottom: 19px;
}
.select svg {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 18px;
}
.select > span{position:absolute;right:16px;top:13px;font-size:20px;color:#777;pointer-events:none}
.select select {
  appearance: none;
}
.km > svg {
  position: absolute;
  left: 14px;
  top: 15px;
  width: 18px;
  color: #777;
}
.km input {
  padding-left: 45px;
  font-size: 20px;
}
.km span {
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 10px;
  color: #777;
}
.toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 22px;
}
.toggle button {
  padding: 12px;
  border: 1px solid #aaa;
  background: none;
  cursor: pointer;
}
.toggle .active {
  background: var(--green);
  color: white;
}
.result {
  background: var(--green);
  color: white;
  padding: 24px;
  margin-bottom: 17px;
}
.result span,
.result small,
.result strong {
  display: block;
}
.result span {
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.result strong {
  font: 45px Georgia;
  color: var(--gold2);
  margin: 7px 0;
}
.result small {
  color: #aeb7b0;
  line-height: 1.55;
}
.warn {
  background: #ead8b2;
  color: #594112;
  padding: 11px;
  font-size: 11px;
}
.info {
  background: #dce7df;
  color: #19462d;
  padding: 11px;
  font-size: 11px;
}
.calcNote {
  display: block;
  color: #747972;
  line-height: 1.5;
  margin-top: 13px;
}
.full {
  width: 100%;
}
form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
form textarea {
  min-height: 100px;
  resize: vertical;
}
.formSec aside {
  display: flex;
  gap: 13px;
  background: #e3dfd3;
  padding: 22px;
  margin-top: 35px;
}
.formSec aside svg {
  color: var(--green);
}
.formSec aside strong,
.formSec aside span {
  display: block;
  font-size: 11px;
}
.formSec aside strong {
  margin-bottom: 5px;
}
.partner {
  background: var(--silver);
}
.partnerCard {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 35px;
  align-items: center;
  background: var(--green);
  color: white;
  padding: 55px;
}
.partnerCard > i {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid #c7a35b66;
  color: var(--gold2);
}
.partnerCard p {
  color: #bac4bd;
  line-height: 1.7;
}
.outline {
  border: 1px solid #bca567;
  color: white;
}
.points {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 30px;
}
.points span,
.points a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
}
.points svg {
  width: 18px;
  color: var(--green);
}
footer {
  background: #080a08;
  color: #a6aca7;
  padding: 55px 7vw 28px;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 30px;
  align-items: center;
}
footer p {
  font-family: Georgia;
}
footer div {
  display: flex;
  gap: 24px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
}
footer small {
  grid-column: 1/-1;
  border-top: 1px solid #ffffff17;
  padding-top: 23px;
}
.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: var(--green);
  color: white;
  padding: 17px 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 100;
  box-shadow: 0 12px 40px #0006;
}
.toast svg {
  color: var(--gold);
}
@media (max-width: 900px) {
  nav {
    display: none;
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
  }
  .menu span {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
  }
  nav.open {
    display: flex;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: #090b09;
    padding: 30px;
    flex-direction: column;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: 760px;
  }
  .heroArt {
    position: absolute;
    right: -10%;
    bottom: 5%;
    opacity: 0.65;
  }
  .float {
    display: none;
  }
  .intro,
  .calcSec,
  .formSec,
  .contact,
  .priceGrid {
    grid-template-columns: 1fr;
  }
  .services {
    grid-template-columns: 1fr 1fr;
  }
  .rateCards {
    grid-template-columns: 1fr;
  }
  .rateCard > p {
    min-height: auto;
  }
  .ruleGrid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 0;
  }
  .partnerCard {
    grid-template-columns: 80px 1fr;
  }
  .partnerCard .btn {
    grid-column: 2;
  }
  .section {
    padding: 78px 6vw;
  }
  footer {
    grid-template-columns: 1fr;
  }
  footer small {
    grid-column: auto;
  }
}
@media (max-width: 580px) {
  header {
    height: 85px;
  }
  .brand {
      width: 185px;
      height:74px;
  }
  .hero {
    padding: 65px 6vw;
    min-height: 690px;
  }
  .hero h1 {
    font-size: clamp(46px, 14vw, 54px);
  }
  .actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .trust {
    flex-wrap: wrap;
  }
  .section {
    padding: 62px 6vw;
  }
  .stats {
    gap: 20px;
  }
  .stats strong {
    font-size: 27px;
  }
  .services {
    grid-template-columns: 1fr;
  }
  .ruleGrid {
    grid-template-columns: 1fr;
  }
  .ruleGrid span {
    border-right: 0;
    border-bottom: 1px solid #c7a35b35;
    padding: 14px 5px;
  }
  .calcFacts {
    gap: 20px;
  }
  .services article {
    min-height: 320px;
  }
  .title {
    display: block;
  }
  .priceCard,
  .calculator {
    padding: 27px;
  }
  .rate strong {
    font-size: 67px;
  }
  .fleetRow {
    grid-template-columns: 55px 1fr;
  }
  .fleetRow > div:last-child {
    grid-column: 2;
    text-align: left;
  }
  .two {
    grid-template-columns: 1fr;
  }
  .calculator select,
  .calculator input,
  form input,
  form select,
  form textarea {
    font-size: 16px;
  }
  .partnerCard {
    display: block;
    padding: 32px;
  }
  .partnerCard > i {
    margin-bottom: 25px;
  }
  .partnerCard .btn {
    margin-top: 18px;
  }
  footer div {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
