:root {
  --navy: #102a43;
  --navy-dark: #0a1d2e;
  --ivory: #f6f1e8;
  --paper: #fbf8f2;
  --brass: #b08a45;
  --brass-light: #d0b278;
  --forest: #355b4a;
  --stone: #b9ae9f;
  --slate: #394750;
  --ink: #1e2a31;
  --font-serif: "Cormorant Garamond";
  --font-sans: "Inter";
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.topbar {
  min-height: 38px; padding: 8px clamp(20px, 4vw, 70px); display: flex; align-items: center;
  justify-content: space-between; gap: 24px; background: var(--ivory); color: #3e474c; font-size: 13px;
  letter-spacing: .01em; border-bottom: 1px solid rgba(176,138,69,.22);
}
.topbar a { transition: color .2s ease; }
.topbar a:hover { color: var(--brass); }
.dot { color: var(--brass); margin: 0 5px; }

.siteHeader {
  height: 92px; padding: 0 clamp(20px, 4vw, 70px); display: flex; align-items: center; gap: 42px;
  background: var(--navy); color: #fff; position: relative; z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 18px; margin-right: auto; color: #fff; }
.brand > span:last-child { font-family: var(--font-serif), Georgia, serif; font-size: clamp(31px, 3vw, 45px); line-height: 1; white-space: nowrap; }
.brand small { font-family: var(--font-sans), Arial, sans-serif; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; margin-left: 8px; color: var(--brass-light); }
.mountainMark { width: 82px; height: 38px; position: relative; display: inline-block; }
.mountainMark i { position: absolute; bottom: 7px; width: 42px; height: 26px; border-left: 2px solid var(--brass-light); border-top: 2px solid var(--brass-light); transform: rotate(32deg) skew(-18deg); }
.mountainMark i:nth-child(1) { left: 4px; }
.mountainMark i:nth-child(2) { left: 29px; width: 31px; height: 20px; bottom: 5px; }
.mountainMark i:nth-child(3) { left: 51px; width: 24px; height: 15px; bottom: 4px; }
.siteHeader nav { display: flex; align-items: center; gap: clamp(22px, 2.7vw, 42px); font-size: 15px; }
.siteHeader nav a, .mobileMenu a { position: relative; color: rgba(255,255,255,.88); }
.siteHeader nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--brass-light); transition: right .24s ease; }
.siteHeader nav a:hover::after { right: 0; }
.navCta { border: 1px solid var(--brass); padding: 14px 20px; color: var(--brass-light); font-weight: 600; transition: .22s ease; white-space: nowrap; }
.navCta:hover { background: var(--brass); color: var(--navy-dark); }
.mobileMenu { display: none; position: relative; }
.mobileMenu summary { list-style: none; border: 1px solid var(--brass); padding: 10px 14px; cursor: pointer; }
.mobileMenu summary::-webkit-details-marker { display: none; }
.mobileMenu div { position: absolute; right: 0; top: 52px; background: var(--navy-dark); padding: 18px; min-width: 200px; box-shadow: 0 16px 35px rgba(0,0,0,.25); }
.mobileMenu a { display: block; padding: 10px 5px; }

.hero { min-height: 620px; display: grid; grid-template-columns: minmax(500px, 46%) 1fr; background: var(--ivory); }
.heroCopy { padding: clamp(72px, 7vw, 112px) clamp(36px, 5vw, 84px); display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 20% 20%, #fffaf1 0, var(--ivory) 55%, #ece4d6 100%); }
.eyebrow { margin: 0 0 22px; color: var(--brass); font-size: 12px; font-weight: 700; line-height: 1.6; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--font-serif), Georgia, serif; color: var(--navy); font-weight: 500; }
h1 { max-width: 700px; margin: 0; font-size: clamp(50px, 4.4vw, 66px); line-height: 1; letter-spacing: -.035em; }
.heroText { max-width: 620px; margin: 28px 0 0; color: #4d5558; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; }
.heroActions { display: flex; flex-wrap: wrap; align-items: center; gap: 34px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 14px 24px; font-weight: 600; border: 1px solid transparent; transition: transform .22s ease, background .22s ease, color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--navy); color: #fff; }
.button.primary:hover { background: #173d5c; }
.textLink { display: inline-flex; gap: 12px; align-items: center; color: var(--navy); font-weight: 600; border-bottom: 1px solid var(--brass); padding-bottom: 6px; }
.textLink span { transition: transform .2s ease; }
.textLink:hover span { transform: translateX(4px); }
.heroImage { min-height: 620px; background-color: var(--forest); background-image: linear-gradient(90deg, rgba(16,42,67,.08), transparent 24%), url('/assets/bluecard-hero.png'); background-size: cover; background-position: center; }

.propertyBand { padding: 28px clamp(24px, 5vw, 80px); display: grid; grid-template-columns: repeat(3, 1fr); background: #fffaf2; border-top: 1px solid rgba(176,138,69,.2); border-bottom: 1px solid rgba(176,138,69,.35); }
.propertyBand a { display: flex; align-items: center; justify-content: center; gap: 20px; min-height: 82px; padding: 10px 28px; border-right: 1px solid rgba(176,138,69,.55); transition: transform .2s ease; }
.propertyBand a:last-child { border: 0; }
.propertyBand a:hover { transform: translateY(-3px); }
.bandIcon { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--brass); border-radius: 50%; color: var(--brass); font-size: 24px; }
.propertyBand b { display: block; color: var(--navy); font-family: var(--font-serif), Georgia, serif; font-size: 27px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.propertyBand em { display: block; margin-top: 3px; font-family: var(--font-serif), Georgia, serif; font-size: 18px; color: #5b5b58; }

.section { padding: clamp(80px, 9vw, 140px) clamp(24px, 7vw, 112px); }
.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 150px); background: var(--paper); }
h2 { font-size: clamp(43px, 4.5vw, 68px); line-height: 1.04; letter-spacing: -.025em; margin: 0; }
.introCopy { padding-top: 28px; border-top: 1px solid var(--brass); }
.introCopy p { margin: 0 0 18px; font-size: 18px; line-height: 1.75; color: #4b5559; }

.services { background: var(--navy); color: #fff; }
.services .eyebrow { color: var(--brass-light); }
.services h2 { color: #fff; max-width: 900px; }
.sectionHeading { margin-bottom: 58px; }
.serviceGrid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(208,178,120,.45); }
.serviceGrid article { position: relative; padding: 46px 42px 30px 0; border-right: 1px solid rgba(208,178,120,.35); min-height: 430px; }
.serviceGrid article + article { padding-left: 42px; }
.serviceGrid article:last-child { border-right: 0; }
.serviceNumber { color: var(--brass-light); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.serviceGrid h3 { color: #fff; font-size: 43px; margin: 26px 0 14px; }
.serviceGrid p { max-width: 390px; color: rgba(255,255,255,.7); line-height: 1.65; }
.serviceGrid ul { list-style: none; padding: 20px 0 0; margin: 0; }
.serviceGrid li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.92); }
.serviceGrid li::before { content: "—"; margin-right: 10px; color: var(--brass-light); }

.reach { min-height: 590px; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--forest); color: #fff; overflow: hidden; }
.reachVisual { position: relative; min-height: 590px; background: linear-gradient(155deg, #9eb6ad 0, #577b6c 42%, #264737 100%); }
.reachVisual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 60% 22%, rgba(255,241,201,.45), transparent 25%), linear-gradient(15deg, rgba(10,29,46,.25), transparent 40%); }
.ridge { position: absolute; left: -10%; width: 120%; height: 220px; bottom: 55px; border-top: 3px solid rgba(246,241,232,.6); border-radius: 50% 40% 0 0; transform: skewY(-8deg); }
.ridgeTwo { bottom: -15px; left: 4%; border-color: rgba(11,38,30,.45); transform: skewY(6deg); }
.reachCities { position: absolute; inset: auto 8% 38px; display: flex; justify-content: space-between; color: rgba(255,255,255,.88); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.reachCities span::before { content: ""; display: block; width: 8px; height: 8px; margin: 0 auto 10px; border-radius: 50%; background: var(--brass-light); box-shadow: 0 0 0 5px rgba(208,178,120,.18); }
.reachCopy { padding: clamp(80px, 8vw, 130px) clamp(36px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.reachCopy .eyebrow { color: var(--brass-light); }
.reachCopy h2 { color: #fff; }
.reachCopy p:not(.eyebrow) { margin: 28px 0; max-width: 610px; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.76); }
.textLink.light { color: #fff; align-self: flex-start; }

.capabilities { background: var(--ivory); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 130px); }
.sectionHeading.compact { margin: 0; }
.capabilityList { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; }
.capabilityList li { padding: 18px 0; border-bottom: 1px solid rgba(57,71,80,.22); font-size: 16px; font-weight: 600; }
.capabilityList span { display: inline-block; width: 40px; color: var(--brass); font-size: 11px; letter-spacing: .08em; }

.contact { padding: clamp(75px, 8vw, 120px) clamp(24px, 7vw, 112px); display: grid; grid-template-columns: 1fr .78fr; gap: clamp(50px, 9vw, 150px); background: var(--navy-dark); color: #fff; }
.contact .eyebrow { color: var(--brass-light); }
.contact h2 { color: #fff; }
.contact > div > p:not(.eyebrow) { max-width: 630px; margin-top: 25px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.65; }
.contactCard { padding: 40px; border: 1px solid rgba(208,178,120,.48); background: rgba(255,255,255,.035); }
.contactLabel { display: block; margin-bottom: 24px; color: var(--brass-light); font-family: var(--font-serif), Georgia, serif; font-size: 28px; }
.contactCard address { font-style: normal; font-size: 18px; line-height: 1.6; }
.contactActions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin: 30px 0; }
.button.brass { background: var(--brass); color: var(--navy-dark); }
.button.brass:hover { background: var(--brass-light); }
.contactCard small { color: rgba(255,255,255,.55); letter-spacing: .06em; }

footer { padding: 36px clamp(24px, 7vw, 112px); display: grid; grid-template-columns: auto 1fr auto; gap: 35px; align-items: center; background: #06141f; color: rgba(255,255,255,.52); font-size: 12px; }
.footerBrand > span:last-child { font-size: 24px; }

a:focus-visible, summary:focus-visible { outline: 3px solid var(--brass-light); outline-offset: 4px; }

@media (max-width: 1120px) {
  .siteHeader nav, .navCta { display: none; }
  .mobileMenu { display: block; }
  .hero { grid-template-columns: 1fr 1fr; }
  .propertyBand { padding-inline: 18px; }
  .propertyBand a { padding-inline: 14px; }
  .propertyBand b { font-size: 21px; }
  .propertyBand em { font-size: 15px; }
}

@media (max-width: 820px) {
  .topbar { justify-content: center; text-align: center; }
  .topbar > span { display: none; }
  .siteHeader { height: 78px; }
  .mountainMark { width: 58px; transform: scale(.8); transform-origin: left center; margin-right: -10px; }
  .brand > span:last-child { font-size: 29px; }
  .brand small { display: block; margin: 5px 0 0; font-size: 7px; }
  .hero { display: flex; flex-direction: column; }
  .heroCopy { padding: 70px 24px; }
  h1 { font-size: clamp(46px, 12vw, 62px); }
  .heroImage { min-height: 420px; order: -1; background-position: 56% center; }
  .propertyBand { grid-template-columns: 1fr; padding: 0 24px; }
  .propertyBand a { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(176,138,69,.35); }
  .intro, .capabilities, .contact { grid-template-columns: 1fr; }
  .serviceGrid { grid-template-columns: 1fr; }
  .serviceGrid article, .serviceGrid article + article { min-height: 0; padding: 42px 0; border-right: 0; border-bottom: 1px solid rgba(208,178,120,.35); }
  .reach { grid-template-columns: 1fr; }
  .reachVisual { min-height: 390px; }
  .reachCopy { padding: 70px 24px; }
  .capabilityList { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footerBrand { justify-content: center; }
}

@media (max-width: 480px) {
  .topbar { font-size: 11px; }
  .siteHeader { padding-inline: 16px; }
  .brand { gap: 8px; }
  .brand > span:last-child { font-size: 24px; }
  .mountainMark { display: none; }
  .heroImage { min-height: 300px; }
  .heroActions { align-items: stretch; flex-direction: column; }
  .textLink { align-self: flex-start; }
  .propertyBand b { font-size: 19px; }
  .propertyBand em { font-size: 14px; }
  .section { padding: 72px 24px; }
  h2 { font-size: 40px; }
  .contactCard { padding: 28px 22px; }
}

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