:root {
  --navy-950: #0a1220;
  --navy-900: #101b2d;
  --navy-800: #17263d;
  --gold: #d9a94b;
  --gold-light: #f0cf88;
  --paper: #f5f3ee;
  --white: #ffffff;
  --ink: #172033;
  --muted: #657083;
  --line: #d9d9d4;
  --font-heading: "Manrope", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 1rem; line-height: 1.65; }
body.menu-open { overflow: 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; z-index: 1000; left: 1rem; top: -4rem; background: var(--white); padding: .75rem 1rem; border-radius: .25rem; box-shadow: 0 4px 20px #0002; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 6rem; padding: 0 clamp(1.25rem, 4vw, 5rem); display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid #ffffff26; }
.brand { display: inline-flex; align-items: center; gap: .85rem; }
.brand-mark { width: 2.8rem; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #ffffff6b; font: 800 1.25rem/1 var(--font-heading); letter-spacing: -.08em; transform: rotate(45deg); }
.brand-mark > span, .brand-mark::first-letter { transform: rotate(-45deg); }
.brand-mark > span { display: inline-block; color: var(--gold-light); margin-left: .08rem; }
.brand-copy { display: flex; flex-direction: column; font: 700 .98rem/1.2 var(--font-heading); letter-spacing: .05em; }
.brand-copy small { margin-top: .18rem; font-size: .58rem; font-weight: 600; letter-spacing: .34em; color: #ffffffa8; }
.primary-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.75rem); font-size: .92rem; font-weight: 500; }
.primary-nav a { transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--gold-light); }
.nav-cta { padding: .7rem 1.05rem; border: 1px solid #ffffff7a; }
.menu-button { display: none; border: 0; background: transparent; color: white; width: 2.75rem; height: 2.75rem; padding: .65rem; }
.menu-button span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: min(55rem, 100svh); display: grid; align-items: center; overflow: hidden; background: var(--navy-900); color: var(--white); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("hero-kl-arrival.webp") center center / cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(8,17,30,.95) 0%, rgba(8,17,30,.83) 35%, rgba(8,17,30,.28) 68%, rgba(8,17,30,.08) 100%), linear-gradient(0deg, rgba(8,17,30,.56) 0%, transparent 35%); }
.hero-content { position: relative; z-index: 2; width: min(48rem, 88vw); margin-left: clamp(1.25rem, 7vw, 8rem); padding: 10rem 0 9rem; }
.eyebrow, .section-kicker { margin: 0 0 1.35rem; color: #a67928; font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { color: var(--gold-light); }
.hero h1 { margin: 0; max-width: 14ch; font: 700 clamp(2.8rem, 5.6vw, 5.8rem)/.99 var(--font-heading); letter-spacing: -.055em; }
.hero h1 span { color: var(--gold-light); }
.hero-lead { max-width: 37rem; margin: 2rem 0 0; color: #eef1f6d6; font-size: clamp(1.02rem, 1.5vw, 1.2rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.25rem; }
.button { min-height: 3.25rem; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: .8rem 1.3rem; font-size: .91rem; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #111c2d; }
.button-primary:hover { background: var(--gold-light); }
.button-ghost { border: 1px solid #ffffff75; color: var(--white); }
.button-ghost:hover { background: #ffffff15; }
.hero-trust { position: absolute; z-index: 2; right: clamp(1.25rem, 4vw, 5rem); bottom: 2rem; display: flex; align-items: center; gap: 1rem; color: #ffffffbb; font-size: .78rem; }
.hero-trust strong { color: var(--white); font-weight: 600; }
.trust-label { text-transform: uppercase; font-size: .67rem; letter-spacing: .14em; color: var(--gold-light); }
.trust-separator { width: 1px; height: 1.25rem; background: #ffffff55; }

.section-shell { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; padding-block: clamp(5rem, 10vw, 9rem); }
.intro h2, .section-heading h2, .process h2, .contact h2, .about h2 { margin: 0; font: 700 clamp(2.1rem, 4vw, 4rem)/1.08 var(--font-heading); letter-spacing: -.045em; }
.intro > p { max-width: 36rem; margin: 0 0 .4rem; color: var(--muted); font-size: 1.08rem; }

.services { padding-block: clamp(5rem, 9vw, 8rem); background: #ebeae5; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 3.25rem; }
.section-heading > p { max-width: 31rem; margin: 0 0 .3rem; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c9c9c4; }
.service-card { min-height: 29rem; padding: 2rem clamp(1.4rem, 2.6vw, 2.5rem) 2.5rem; border-right: 1px solid #c9c9c4; position: relative; transition: background .25s ease, transform .25s ease; }
.service-card:first-child { border-left: 1px solid #c9c9c4; }
.service-card:hover { background: var(--white); transform: translateY(-.35rem); }
.service-card-featured { background: var(--navy-900); color: var(--white); }
.service-card-featured:hover { background: var(--navy-800); }
.service-number { color: #9b7b3d; font-size: .75rem; font-weight: 700; letter-spacing: .14em; }
.service-line { width: 2rem; height: 2px; margin: 2.25rem 0; background: var(--gold); }
.service-card h3 { margin: 0 0 1rem; font: 700 clamp(1.45rem, 2.1vw, 2rem)/1.2 var(--font-heading); letter-spacing: -.03em; }
.service-card p { color: var(--muted); }
.service-card-featured p { color: #d7dce5; }
.service-card ul { margin: 2rem 0 0; padding: 0; list-style: none; }
.service-card li { padding: .63rem 0; border-top: 1px solid #1a25331a; color: #4b5566; font-size: .91rem; }
.service-card-featured li { border-color: #ffffff20; color: #eef1f5; }

.process { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); padding-block: clamp(5rem, 10vw, 9rem); }
.process-title-block > p:last-child { max-width: 30rem; margin-top: 1.5rem; color: var(--muted); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1.5rem; padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: #a67b2f; font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
.process-list h3 { margin: -.25rem 0 .35rem; font: 700 1.28rem/1.3 var(--font-heading); }
.process-list p { margin: 0; color: var(--muted); }

.about { background: var(--navy-900); color: var(--white); }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 9rem); padding-block: clamp(5rem, 10vw, 9rem); }
.section-kicker-light { color: var(--gold-light); }
.about-copy > p { margin-top: 0; color: #d8deea; font-size: 1.06rem; }
.business-facts { margin: 3rem 0 0; }
.business-facts div { display: grid; grid-template-columns: 8rem 1fr; padding: .9rem 0; border-top: 1px solid #ffffff20; }
.business-facts dt { color: #ffffff80; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.business-facts dd { margin: 0; font-weight: 500; }
.status-dot { display: inline-block; width: .5rem; height: .5rem; border-radius: 50%; margin-right: .45rem; background: #71c98b; box-shadow: 0 0 0 4px #71c98b1a; }

.contact { padding-block: clamp(4rem, 9vw, 8rem); }
.contact-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(2rem, 6vw, 5rem); background: var(--white); box-shadow: 0 20px 70px #14203712; }
.contact-card h2 { max-width: 14ch; }
.contact-card > div:first-child > p:not(.section-kicker) { color: var(--muted); }
.contact-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.contact-button-primary { background: var(--navy-900); color: var(--white); }
.contact-button-primary:hover { background: var(--navy-800); }
.contact-button-secondary { border: 1px solid #b7b8b8; color: var(--navy-900); }
.contact-button-secondary:hover { border-color: var(--gold); background: #d9a94b10; }
.address-block { align-self: end; padding-left: clamp(0rem, 4vw, 4rem); border-left: 1px solid var(--line); }
.address-label { display: block; margin-bottom: 1rem; color: #9b722a; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.phone-number { font: 700 clamp(1.4rem, 2.4vw, 2rem)/1.2 var(--font-heading); letter-spacing: -.03em; }
.phone-number:hover { color: #8b6728; }
.contact-divider { height: 1px; margin: 1.8rem 0; background: var(--line); }
address { font-style: normal; font-size: 1.08rem; line-height: 1.8; }
.text-link { display: inline-block; margin-top: 1.5rem; padding-bottom: .25rem; border-bottom: 1px solid #b68531; color: #7e5d22; font-weight: 700; }

.site-footer { padding: 2.5rem clamp(1.25rem, 4vw, 5rem); display: flex; justify-content: space-between; align-items: end; gap: 2rem; background: var(--navy-950); color: var(--white); }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.brand-mark-footer { width: 2.4rem; font-size: 1rem; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font: 700 .9rem var(--font-heading); letter-spacing: .04em; }
.footer-brand small { margin-top: .25rem; color: #ffffff6b; }
.footer-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem 2rem; color: #ffffff80; font-size: .8rem; }
.footer-meta a:hover { color: var(--gold-light); }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 820px) {
  .site-header { height: 5rem; }
  .menu-button { display: block; position: relative; z-index: 31; }
  .primary-nav { position: fixed; z-index: 30; inset: 0; padding: 7rem 2rem 3rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.25rem; background: var(--navy-950); font: 700 clamp(1.8rem, 7vw, 3rem)/1.2 var(--font-heading); transform: translateX(100%); transition: transform .3s ease; }
  .primary-nav.open { transform: translateX(0); }
  .nav-cta { margin-top: 1rem; font: 700 1rem var(--font-body); }
  .hero { min-height: 50rem; }
  .hero-image { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,17,30,.95) 0%, rgba(8,17,30,.72) 100%), linear-gradient(0deg, rgba(8,17,30,.75), transparent 55%); }
  .hero-content { width: auto; margin-inline: 1.25rem; padding: 8rem 0 10rem; }
  .hero-trust { left: 1.25rem; right: 1.25rem; flex-wrap: wrap; }
  .trust-label { width: 100%; }
  .intro, .process, .about-inner, .contact-card { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1.25rem; }
  .service-grid { grid-template-columns: 1fr; border-top: 0; }
  .service-card { min-height: auto; border: 1px solid #c9c9c4; border-bottom: 0; }
  .service-card:last-child { border-bottom: 1px solid #c9c9c4; }
  .business-facts div { grid-template-columns: 1fr; gap: .35rem; }
  .address-block { padding: 2rem 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .brand-copy { display: none; }
  .hero h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-trust { gap: .65rem; }
  .process-list li { grid-template-columns: 2.2rem 1fr; gap: .75rem; }
  .contact-card { padding: 1.5rem; }
  .footer-meta { flex-direction: column; align-items: flex-start; gap: .5rem; }
}

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