:root {
  --navy: #06152a;
  --navy-deep: #030d1b;
  --navy-soft: #0b203d;
  --gold: #c99a42;
  --gold-light: #edcd88;
  --cream: #f6f2e9;
  --white: #ffffff;
  --ink: #172233;
  --muted: #667085;
  --border: rgba(201, 154, 66, 0.30);
  --shadow: 0 28px 70px rgba(3, 12, 26, 0.24);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  overflow-x: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: rgba(4, 17, 34, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
}

.brand-logo {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  object-fit: cover;
  border: 1px solid rgba(237, 205, 136, 0.65);
  border-radius: 50%;
  background: var(--navy-deep);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.brand-copy,
.footer-brand > div {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-copy strong,
.footer-brand strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  letter-spacing: 0.7px;
}

.brand-copy small,
.footer-brand small {
  color: var(--gold-light);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--gold-light);
}

.nav-links .nav-cta {
  padding: 12px 19px;
  color: var(--navy);
  background: var(--gold-light);
  border-radius: 2px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 900px;
  padding: 165px 0 95px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 30%, rgba(201, 154, 66, 0.17), transparent 27%),
    linear-gradient(135deg, #08192f 0%, #041123 52%, #081a32 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.8;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 93%);
}

.road-lines {
  position: absolute;
  right: -10%;
  bottom: -24%;
  width: 80%;
  height: 56%;
  border-top: 2px solid rgba(237, 205, 136, 0.34);
  border-radius: 50%;
  transform: rotate(-7deg);
}

.road-lines::before,
.road-lines::after {
  content: "";
  position: absolute;
  inset: 30px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(237,205,136,0.65), transparent);
}

.road-lines::after {
  top: 58px;
  opacity: 0.45;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 68px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
}

.eyebrow.dark {
  color: #9b7128;
}

.hero h1,
.section-heading h2,
.contact-copy h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.04;
}

.hero h1 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(55px, 6.1vw, 86px);
}

.hero h1 span {
  color: var(--gold-light);
}

.hero-text {
  max-width: 690px;
  margin: 28px 0 35px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn {
  min-height: 54px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-gold {
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
}

.btn-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.32);
}

.btn-outline:hover {
  color: var(--gold-light);
  border-color: var(--gold-light);
}

.hero-points {
  display: flex;
  gap: 36px;
  margin-top: 53px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-points div {
  display: flex;
  flex-direction: column;
}

.hero-points strong {
  color: var(--white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
}

.hero-points span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
}

.logo-panel {
  width: min(100%, 485px);
  margin-left: auto;
  padding: 12px;
  background: linear-gradient(145deg, rgba(237,205,136,0.92), rgba(96,66,17,0.65));
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.4);
}

.logo-panel img {
  width: 100%;
  height: 595px;
  object-fit: contain;
  background: #051323;
}

.route-card {
  position: absolute;
  left: -44px;
  bottom: -35px;
  width: min(390px, 85%);
  padding: 19px 21px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--white);
  background: rgba(7, 26, 50, 0.97);
  border: 1px solid rgba(237,205,136,0.45);
  box-shadow: var(--shadow);
}

.route-card svg {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  fill: none;
  stroke: var(--gold-light);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route-card strong,
.route-card span {
  display: block;
}

.route-card strong {
  font-size: 13px;
}

.route-card span {
  margin-top: 2px;
  color: rgba(255,255,255,0.6);
  font-size: 11px;
}

.intro-strip {
  color: var(--navy);
  background: linear-gradient(90deg, #bc8931, #efd18f, #bc8931);
}

.strip-content {
  min-height: 88px;
  display: grid;
  place-items: center;
  text-align: center;
}

.strip-content p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  letter-spacing: 0.8px;
}

.section {
  padding: 120px 0;
}

.about-section {
  background: var(--cream);
}

.two-column {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 90px;
}

.section-heading h2,
.contact-copy h2 {
  font-size: clamp(44px, 5vw, 64px);
}

.section-copy p {
  margin-bottom: 20px;
  color: #4c5969;
  font-size: 17px;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 14px;
  color: #8d641f;
  font-size: 14px;
  font-weight: 700;
}

.services-section {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 0%, rgba(201,154,66,0.12), transparent 23%),
    var(--navy);
}

.section-heading.centered {
  max-width: 770px;
  margin: 0 auto 58px;
  text-align: center;
}

.heading-description {
  margin-top: 18px;
  color: rgba(255,255,255,0.62);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  position: relative;
  min-height: 420px;
  padding: 41px 33px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.025);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.055);
  border-color: rgba(237,205,136,0.7);
}

.card-number {
  position: absolute;
  top: 22px;
  right: 27px;
  color: rgba(255,255,255,0.2);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
}

.service-icon {
  width: 49px;
  height: 49px;
}

.service-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--gold-light);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin: 61px 0 17px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.1;
}

.service-card p {
  color: rgba(255,255,255,0.63);
  font-size: 14px;
}

.service-card > a {
  position: absolute;
  left: 33px;
  bottom: 33px;
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 700;
}

.service-note {
  margin-top: 25px;
  padding: 30px 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 25px;
  border: 1px solid rgba(237,205,136,0.35);
  background: rgba(255,255,255,0.035);
}

.service-note strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--gold-light);
  font-size: 25px;
}

.service-note p {
  color: rgba(255,255,255,0.63);
  font-size: 13px;
}

.why-section {
  background: #fbf9f4;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #d7cfbf;
  border-bottom: 1px solid #d7cfbf;
}

.value-item {
  padding: 41px 27px;
  border-right: 1px solid #d7cfbf;
}

.value-item:last-child {
  border-right: 0;
}

.value-item span {
  color: #a4772a;
  font-size: 11px;
  letter-spacing: 2px;
}

.value-item h3 {
  margin: 28px 0 12px;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1.1;
}

.value-item p {
  color: var(--muted);
  font-size: 14px;
}

.quote-section {
  padding: 112px 0;
  color: var(--white);
  background:
    linear-gradient(rgba(5,18,35,0.91), rgba(5,18,35,0.95)),
    url("assets/aulakh-logo.png") center 43% / cover no-repeat;
}

.quote-inner {
  max-width: 910px;
  text-align: center;
}

.quote-mark {
  display: block;
  height: 58px;
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 90px;
  line-height: 1;
}

blockquote {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 5vw, 59px);
  line-height: 1.12;
}

.quote-inner p {
  margin-top: 25px;
  color: var(--gold-light);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.contact-section {
  color: var(--white);
  background: #08182e;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 78px;
  align-items: start;
}

.contact-copy > p:not(.eyebrow) {
  margin: 25px 0 37px;
  color: rgba(255,255,255,0.64);
}

.contact-details {
  display: grid;
  gap: 20px;
}

.contact-details div {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.contact-details span {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-light);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-details a,
.contact-details p {
  color: rgba(255,255,255,0.85);
}

.contact-form {
  padding: 37px;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form label {
  display: block;
  margin-bottom: 19px;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  border: 1px solid #d7dae0;
  border-radius: 0;
  outline: none;
  background: #fcfcfb;
  font-size: 14px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,154,66,0.12);
}

.form-button {
  border: 0;
}

.form-note {
  margin-top: 13px;
  color: #707987;
  font-size: 11px;
}

.hidden-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

footer {
  padding: 30px 0;
  color: rgba(255,255,255,0.65);
  background: #030b16;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 25px;
  font-size: 11px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--white);
}

.footer-grid > a {
  justify-self: end;
  color: var(--gold-light);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1020px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 88px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: #0a1b34;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 14px;
  }

  .nav-links .nav-cta {
    margin-top: 8px;
    text-align: center;
  }

  .hero {
    padding-top: 145px;
  }

  .hero-grid,
  .two-column,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 68px;
  }

  .hero-visual {
    width: min(100%, 600px);
    margin-inline: auto;
  }

  .logo-panel {
    margin-inline: auto;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 340px;
  }

  .service-note {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .service-note .btn {
    justify-self: center;
  }

  .values-grid {
    grid-template-columns: 1fr 1fr;
  }

  .value-item:nth-child(2) {
    border-right: 0;
  }

  .value-item:nth-child(-n+2) {
    border-bottom: 1px solid #d7cfbf;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-grid > a {
    justify-self: center;
  }
}

@media (max-width: 650px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .nav-wrap {
    min-height: 78px;
  }

  .brand-logo {
    width: 45px;
    height: 45px;
    flex-basis: 45px;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .nav-links {
    top: 78px;
  }

  .hero {
    min-height: auto;
    padding: 127px 0 86px;
  }

  .hero h1 {
    font-size: 49px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .logo-panel img {
    height: auto;
    max-height: 570px;
  }

  .route-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 15px;
  }

  .section {
    padding: 84px 0;
  }

  .two-column {
    gap: 35px;
  }

  .section-heading h2,
  .contact-copy h2 {
    font-size: 42px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .value-item,
  .value-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #d7cfbf;
  }

  .value-item:last-child {
    border-bottom: 0;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-form {
    padding: 26px 20px;
  }
}
