
:root {
  --ink: #060606;
  --ink-soft: #0b0b0b;
  --gold: #bb8a32;
  --gold-bright: #d6ad58;
  --gold-line: rgba(187, 138, 50, 0.48);
  --paper: #d4d0c8;
  --muted: #aaa7a1;
  --max: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; }
body::selection { background: var(--gold); color: #050505; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 10vw)); margin-inline: auto; }
.section-bordered { border-top: 1px solid var(--gold-line); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: 102px; padding: 0 6vw;
  display: grid; grid-template-columns: 260px 1fr 230px; align-items: center;
  background: linear-gradient(180deg, rgba(3,3,3,.96), rgba(3,3,3,.78) 75%, transparent);
  border-bottom: 1px solid transparent; transition: height .25s ease, background .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { height: 78px; background: rgba(5,5,5,.96); border-color: var(--gold-line); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 12px; width: max-content; }
.brand img { width: 88px; height: 88px; object-fit: contain; transition: width .25s, height .25s; }
.is-scrolled .brand img { width: 64px; height: 64px; }
.brand span { display: none; text-transform: uppercase; color: var(--gold-bright); letter-spacing: .12em; }
.brand strong { display:block; font: 600 16px Georgia, serif; }
.brand small { font-size: 9px; }
nav { justify-self: center; display: flex; align-items: center; gap: clamp(28px, 3.4vw, 58px); }
nav a { position: relative; padding: 30px 0 16px; color: #d2d0ca; text-transform: uppercase; font-size: 12px; letter-spacing: .16em; transition: color .2s; }
nav a::after { content: ""; position: absolute; inset: auto 50% 6px; height: 1px; width: 0; background: var(--gold); transition: .2s; transform: translateX(-50%); }
nav a:hover, nav a.active { color: var(--gold-bright); }
nav a:hover::after, nav a.active::after { width: 100%; }
.menu-toggle { display: none; }

.button { min-height: 46px; padding: 0 27px; border: 1px solid var(--gold); display: inline-flex; align-items: center; justify-content: center; gap: 26px; color: var(--gold-bright); text-transform: uppercase; letter-spacing: .17em; font-size: 12px; background: rgba(2,2,2,.36); transition: background .2s, color .2s, transform .2s; }
.button:hover { background: var(--gold); color: #080604; transform: translateY(-2px); }
.button-small { min-height: 38px; padding-inline: 18px; font-size: 10px; gap: 15px; }
.header-cta { justify-self: end; min-width: 205px; }

.hero { position: relative; min-height: 620px; display: grid; align-items: center; isolation: isolate; overflow: hidden; background: #080808 url('assets/presirent-hero.png') center right / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #050505 0%, rgba(5,5,5,.97) 19%, rgba(5,5,5,.61) 47%, rgba(5,5,5,.08) 73%), linear-gradient(0deg, rgba(0,0,0,.4), transparent 50%); }
.hero-shade { position:absolute; inset:0; z-index:-1; box-shadow: inset 0 -120px 100px -90px #000; }
.hero-content { position: relative; padding-top: 104px; }
.eyebrow { margin: 0 0 17px; color: var(--gold); text-transform: uppercase; letter-spacing: .24em; font-size: 13px; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; color: #c59a4a; font: 400 clamp(45px, 5vw, 76px)/1.05 Georgia, 'Times New Roman', serif; letter-spacing: .02em; text-shadow: 0 3px 20px #000; }
.hero .ornamental-rule { width: 335px; margin: 18px 0 22px; }
.hero-lead { margin: 0 0 29px; color: #d3d0c9; font: 20px/1.5 Georgia, serif; letter-spacing: .03em; }

.ornamental-rule { display: inline-flex; align-items: center; gap: 5px; color: var(--gold); }
.ornamental-rule i { display:block; width:100%; height:1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.ornamental-rule b { font-size: 12px; font-weight: 400; }
.section-heading { height: 55px; display: flex; justify-content: center; align-items: center; gap: 18px; }
.section-heading .ornamental-rule { width: 80px; }
.section-heading h2 { margin: 0; color: var(--gold-bright); font: 400 16px Georgia, serif; text-transform: uppercase; letter-spacing: .13em; }

.services { position: relative; background: radial-gradient(circle at 50% 0%, #12100b 0%, #090909 45%, #050505 100%); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-bottom: 18px; }
.service-card { min-height: 130px; padding: 23px 28px; display: grid; grid-template-columns: 70px 1fr; gap: 19px; border-right: 1px solid var(--gold-line); }
.service-card:last-child { border-right: 0; }
.service-icon { align-self: start; color: var(--gold-bright); filter: drop-shadow(0 3px 8px rgba(187,138,50,.22)); }
.service-icon svg { width: 58px; height: 58px; }
.service-icon svg * { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 2px 0 8px; color: var(--gold-bright); font: 400 15px Georgia, serif; text-transform: uppercase; letter-spacing: .05em; }
.service-card p { margin: 0; color: #b9b6b0; font-size: 13px; line-height: 1.55; }

.about-fleet { display: grid; grid-template-columns: 1fr 1.08fr; min-height: 330px; background: #070707; }
.panel { position: relative; overflow: hidden; }
.about-panel { padding: 34px max(5vw, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: 1fr 260px; align-items: center; gap: 25px; border-right: 1px solid var(--gold-line); }
.section-kicker { margin: 0; color: var(--gold-bright); text-transform: uppercase; font: 400 22px Georgia, serif; letter-spacing: .07em; }
.about-copy .ornamental-rule, .fleet-copy .ornamental-rule { width: 210px; margin: 5px 0 20px; }
.about-copy > p:not(.section-kicker), .fleet-copy > p:not(.section-kicker) { margin: 0 0 8px; color: #aaa7a1; font-size: 13px; line-height: 1.65; }
.about-crest { width: 245px; aspect-ratio: 1; object-fit: contain; opacity: .92; mix-blend-mode: screen; }
.fleet-panel { min-height: 330px; }
.fleet-image { position: absolute; inset: 0; background: #080808 url('assets/presirent-fleet.png') center right / cover no-repeat; }
.fleet-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #080808 0%, rgba(8,8,8,.97) 22%, rgba(8,8,8,.45) 53%, rgba(8,8,8,.05)); }
.fleet-copy { position: relative; z-index: 1; width: min(42%, 440px); margin: 0; padding: 35px 0 35px 5vw; }
.fleet-copy .button { margin-top: 10px; }

.contact { background: radial-gradient(circle at 50% 50%, #131009, #060606 58%); padding: 46px 0; }
.contact-inner { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 50px; align-items: center; }
.contact h2 { max-width: 600px; margin: 8px 0 0; color: #d5c7a7; font: 400 28px/1.25 Georgia, serif; }
.contact-links { display: grid; gap: 14px; }
.contact-links a { display: flex; align-items: center; gap: 13px; color: #b8b4ab; font-size: 13px; }
.contact-links a span { color: var(--gold-bright); font-size: 18px; }

footer { border-top: 1px solid rgba(187,138,50,.18); background: #040404; }
.footer-inner { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 30px; color: #77736b; font-size: 11px; letter-spacing: .05em; }
.footer-inner span:last-child { color: #8b652a; font: 15px Georgia, serif; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 170px 1fr 170px; padding-inline: 4vw; }
  .brand img { width: 76px; height: 76px; }
  nav { gap: 24px; }
  .header-cta { min-width: 165px; padding-inline: 13px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid var(--gold-line); }
  .about-panel { grid-template-columns: 1fr 180px; }
  .about-crest { width: 180px; }
  .contact-inner { grid-template-columns: 1fr 1fr; }
  .contact-inner > .button { grid-column: 2; width: max-content; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 40px, 680px); }
  .site-header, .site-header.is-scrolled { height: 72px; grid-template-columns: 1fr auto; padding-inline: 20px; background: rgba(4,4,4,.96); border-bottom-color: var(--gold-line); }
  .brand img, .is-scrolled .brand img { width: 58px; height: 58px; }
  .brand span { display:block; }
  .menu-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 5px; border: 1px solid var(--gold-line); background: transparent; cursor: pointer; }
  .menu-toggle span { width: 21px; height: 1px; background: var(--gold-bright); }
  nav { position: fixed; inset: 72px 0 auto; padding: 15px 20px 26px; display: grid; gap: 0; background: rgba(4,4,4,.98); border-bottom: 1px solid var(--gold-line); transform: translateY(-140%); opacity: 0; pointer-events: none; transition: .25s; }
  nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  nav a { padding: 15px 0; text-align: center; }
  nav a::after { bottom: 8px; }
  .header-cta { display:none; }
  .hero { min-height: 720px; background-position: 61% center; align-items: end; }
  .hero::before { background: linear-gradient(0deg, #050505 0%, rgba(5,5,5,.96) 29%, rgba(5,5,5,.35) 66%, rgba(5,5,5,.14)); }
  .hero-content { padding: 0 0 70px; }
  .eyebrow { font-size: 10px; }
  h1 { font-size: clamp(39px, 10vw, 58px); }
  .hero-lead { font-size: 17px; }
  .service-grid { grid-template-columns: 1fr; padding-bottom:0; }
  .service-card { border-right: 0; border-bottom: 1px solid var(--gold-line); padding-inline: 20px; }
  .service-card:last-child { border-bottom: 0; }
  .about-fleet { grid-template-columns: 1fr; }
  .about-panel { min-height: 400px; grid-template-columns: 1fr 180px; padding: 45px 20px; border-right:0; border-bottom: 1px solid var(--gold-line); }
  .fleet-panel { min-height: 450px; }
  .fleet-copy { width: 56%; padding-left:20px; }
  .contact-inner { grid-template-columns: 1fr; gap: 28px; }
  .contact-inner > .button { grid-column: auto; }
}

@media (max-width: 560px) {
  .hero { min-height: 680px; background-position: 66% center; }
  .hero .ornamental-rule { width: 250px; }
  .button { padding-inline: 20px; gap: 17px; }
  .section-heading .ornamental-rule { width: 38px; }
  .service-card { grid-template-columns: 58px 1fr; gap: 13px; }
  .service-icon svg { width: 46px; height: 46px; }
  .about-panel { display:block; min-height: 500px; }
  .about-copy { position:relative; z-index:1; }
  .about-crest { position:absolute; width:260px; right:-50px; bottom:-22px; opacity:.42; }
  .fleet-panel { min-height: 520px; }
  .fleet-image { background-position: 64% center; }
  .fleet-image::after { background: linear-gradient(0deg, #080808 0%, rgba(8,8,8,.95) 40%, rgba(8,8,8,.08) 75%); }
  .fleet-copy { position:absolute; inset:auto 0 0; width:100%; padding:35px 20px 42px; }
  .contact h2 { font-size:24px; }
  .footer-inner { flex-direction:column; justify-content:center; text-align:center; padding:22px 0; }
}

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