/* ============================================================
   DESIGN TOKENS
   Change colors/fonts here and they cascade through the whole site.
============================================================ */
:root{
  --bg:            #0b0c0f;
  --bg-alt:        #121419;
  --panel:         #171a20;
  --panel-line:    #2a2e37;
  /* Colors below are pulled directly from the McCray crest (logo file)
     rather than approximated, so the site matches the real branding. */
  --gold:          #c9903f;
  --gold-bright:   #e3ac5c;
  --red:           #8b1b1b;
  --text:          #ede9e1;
  --text-dim:      #9a9ea8;
  --text-faint:    #6b6f79;

  --display: 'Fraunces', serif;
  --body:    'Manrope', sans-serif;
  --mono:    'JetBrains Mono', monospace;

  --max: 1180px;
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  background:var(--bg);
  color:var(--text);
  font-family:var(--body);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; }
section{ position:relative; }

.wrap{ max-width:var(--max); margin:0 auto; padding:0 24px; }

/* ============================================================
   SHIMMER ANIMATION — gold text sweep
============================================================ */
@keyframes goldShimmer{
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}
@keyframes eyebrowLineShimmer{
  0%,100% { opacity:.55; }
  50%      { opacity:1;   }
}

/* Shimmer gradient: deep gold → bright champagne highlight → deep gold */
.eyebrow,
.hero h1 em,
.page-hero h1 em,
h1 em,
h2 em,
.gold-shimmer {
  font-style: italic;
  background: linear-gradient(
    105deg,
    var(--gold)       0%,
    var(--gold)       30%,
    #f5d98b           48%,   /* bright champagne highlight */
    #fff8e7           50%,   /* peak gleam */
    #f5d98b           52%,
    var(--gold)       70%,
    var(--gold)       100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold-bright);
  animation: goldShimmer 4s linear infinite;
  display: inline-block;
}

.eyebrow {
  font-style: normal;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.eyebrow::before{
  content:"";
  width:22px; height:1px;
  flex-shrink:0;
  /* Keep the line gold; sync a subtle pulse with the text sweep */
  background: linear-gradient(90deg, var(--gold), var(--gold-bright), var(--gold));
  background-size: 200% auto;
  animation: goldShimmer 4s linear infinite, eyebrowLineShimmer 4s ease-in-out infinite;
  /* line can't use bg-clip:text so we don't clip it */
  -webkit-background-clip: unset;
  background-clip: unset;
  display:inline-block;
}

h1,h2,h3{ font-family:var(--display); font-weight:500; letter-spacing:-.01em; }
h2{ font-size:clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom:14px; }
.lede{ color:var(--text-dim); font-size:1.05rem; max-width:52ch; }

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

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}

/* ============================================================
   HEADER / NAV
============================================================ */
header{
  position:sticky; top:0; z-index:50;
  background:rgba(11,12,15,.86);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--panel-line);
  overflow:visible;
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 24px;
}
.wordmark{
  font-family:var(--display);
  font-size:1.15rem;
  letter-spacing:.02em;
}
.wordmark b{ color:var(--gold-bright); font-weight:500; }
.logo-img{ height:56px; width:auto; display:block; margin:0; flex-shrink:0; }
.footer-brand .logo-img{ height:56px; margin-bottom:14px; margin-top:0; }

@media (max-width:860px){
  .logo-img{ height:48px; margin:0; }
}
.navlinks{ display:flex; align-items:center; gap:34px; }

/* FIX: this used to be ".navlinks a" which is MORE specific than
   ".nav-cta" alone, so it was silently overriding the button's text
   color and making "Request a Quote" nearly invisible on its gold
   background. Scoping it to ":not(.nav-cta)" fixes that without
   relying on !important. */
.navlinks a:not(.nav-cta){
  font-size:.86rem; color:var(--text-dim);
  transition:color .2s;
}
.navlinks a:not(.nav-cta):hover{ color:var(--gold-bright); }

.nav-cta{
  font-family:var(--mono);
  font-size:.78rem;
  letter-spacing:.04em;
  color:var(--bg);
  background:var(--gold);
  padding:10px 18px;
  border-radius:2px;
  transition:background .2s;
}
.nav-cta:hover{ background:var(--gold-bright); }
.nav-toggle{ display:none; background:none; border:0; color:var(--text); font-size:1.6rem; cursor:pointer; flex-shrink:0; padding:6px 4px; margin-left:12px; }

@media (max-width:860px){
  .navlinks{
    position:absolute; top:100%; left:0; right:0;
    flex-direction:column; align-items:flex-start; gap:0;
    background:var(--bg-alt); border-bottom:1px solid var(--panel-line);
    max-height:0; overflow:hidden; transition:max-height .3s ease;
  }
  .navlinks.open{ max-height:340px; }
  .navlinks a, .navlinks .nav-cta{ width:100%; padding:16px 24px; border-bottom:1px solid var(--panel-line); border-radius:0; }
  .nav-toggle{ display:block; }
}

/* ============================================================
   HERO — signature element: a departures-board style route line
   connecting Sky Harbor (PHX) to Mesa Gateway (AZA) over a
   minimal skyline. No stock photos, no vehicle photos.
============================================================ */
.hero{
  position:relative;
  padding:76px 0 60px;
  background:
    radial-gradient(ellipse 900px 500px at 50% -10%, rgba(198,161,91,.12), transparent 60%),
    var(--bg);
  overflow:hidden;
}
.hero::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 52%;
  transform: translateY(-50%) rotate(-6deg);
  width: 520px;
  height: 520px;
  background: url('/images/logo.png') no-repeat center / contain;
  opacity: 0.05;
  filter: grayscale(30%) brightness(0.9) contrast(115%);
  pointer-events: none;
  z-index: 1;
}
.hero-grid{
  position:relative;
  z-index:2;
  display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center;
}
@media (max-width:960px){
  .hero-grid{ grid-template-columns:1fr; }
  .hero::after { width: 340px; height: 340px; right: -60px; opacity: 0.035; }
}

.hero h1{
  font-size:clamp(2.3rem, 5vw, 3.6rem);
  line-height:1.06;
  margin:18px 0 20px;
}
.hero h1 em{ font-style:italic; color:var(--gold-bright); }
.hero p.lede{ font-size:1.08rem; margin-bottom:30px; }

.hero-ctas{ display:flex; flex-wrap:wrap; gap:14px; margin-bottom:34px; }
.btn{
  font-family:var(--mono); font-size:.82rem; letter-spacing:.03em;
  padding:15px 26px; border-radius:2px; display:inline-flex; align-items:center; gap:10px;
  transition:transform .2s ease, background .2s, border-color .2s;
}
.btn-primary{ background:var(--gold); color:var(--bg); }
.btn-primary:hover{ background:var(--gold-bright); transform:translateY(-1px); }
.btn-ghost{ border:1px solid var(--panel-line); color:var(--text); }
.btn-ghost:hover{ border-color:var(--gold); color:var(--gold-bright); }

.hero-stats{ display:flex; gap:34px; flex-wrap:wrap; }
.stat b{ font-family:var(--display); font-size:1.5rem; color:var(--gold-bright); display:block; }
.stat span{ font-family:var(--mono); font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; color:var(--text-faint); }

/* route board */
.route-card{
  background:var(--panel);
  border:1px solid var(--panel-line);
  border-radius:6px;
  padding:26px 24px 22px;
}
.route-board-label{
  font-family:var(--mono); font-size:.68rem; letter-spacing:.14em; text-transform:uppercase;
  color:var(--text-faint); margin-bottom:18px; display:flex; justify-content:space-between;
}
.route-board-label .live{ color:var(--gold-bright); }
.route-board-label .live::before{
  content:""; display:inline-block; width:6px; height:6px; border-radius:50%;
  background:var(--gold-bright); margin-right:6px; animation:pulse 1.8s infinite;
}
@keyframes pulse{ 0%,100%{opacity:1;} 50%{opacity:.25;} }

.skyline-wrap{ width:100%; }

.route-legend{ display:flex; justify-content:space-between; margin-top:16px; font-family:var(--mono); font-size:.72rem; color:var(--text-dim); }
.route-legend b{ color:var(--gold-bright); display:block; font-size:.95rem; margin-bottom:2px; font-family:var(--display); font-weight:500; }

/* ============================================================
   TRUST STRIP
============================================================ */
.trust{
  border-top:1px solid var(--panel-line);
  border-bottom:1px solid var(--panel-line);
  background:var(--bg-alt);
  padding:22px 0;
}
.trust .wrap{
  display:flex; flex-wrap:wrap; gap:22px 40px; justify-content:center; text-align:center;
}
.trust-item{ font-family:var(--mono); font-size:.8rem; color:var(--text-dim); letter-spacing:.02em; }
.trust-item b{ color:var(--gold-bright); font-family:var(--body); font-weight:700; }

/* ============================================================
   ABOUT
============================================================ */
.about{ padding:100px 0; }
.about-grid{ display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; align-items:start; }
@media (max-width:860px){ .about-grid{ grid-template-columns:1fr; gap:30px; } }
.about p{ color:var(--text-dim); margin-top:16px; }
.about-points{ margin-top:26px; display:flex; flex-direction:column; gap:16px; }
.about-point{ display:flex; gap:14px; align-items:flex-start; }
.about-point svg{ flex-shrink:0; margin-top:3px; }
.about-point b{ display:block; font-size:.98rem; }
.about-point span{ color:var(--text-dim); font-size:.92rem; }

/* ============================================================
   SERVICES
============================================================ */
.services{ padding:100px 0; background:var(--bg-alt); border-top:1px solid var(--panel-line); border-bottom:1px solid var(--panel-line); }
.services-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:20px; flex-wrap:wrap; margin-bottom:50px; }
.service-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--panel-line); border:1px solid var(--panel-line); }
@media (max-width:900px){ .service-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:520px){ .service-grid{ grid-template-columns:1fr; } }
.service-card{
  background:var(--bg-alt);
  padding:34px 26px;
  transition:background .25s;
}
.service-card:hover{ background:var(--panel); }
.service-card svg{ color:var(--gold); margin-bottom:18px; }
.service-card h3{ font-size:1.02rem; font-weight:600; font-family:var(--body); margin-bottom:8px; }
.service-card p{ color:var(--text-dim); font-size:.88rem; }

/* ============================================================
   HOW IT WORKS
============================================================ */
.how{ padding:100px 0; }
.how-steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:32px; margin-top:50px; }
@media (max-width:1000px){ .how-steps{ grid-template-columns:repeat(2,1fr); gap:36px; } }
@media (max-width:560px){ .how-steps{ grid-template-columns:1fr; } }
.how-step{ position:relative; padding-left:0; }
.how-num{
  font-family:var(--mono); color:var(--gold); font-size:.82rem;
  border:1px solid var(--panel-line); width:38px; height:38px;
  border-radius:50%; display:flex; align-items:center; justify-content:center;
  margin-bottom:18px;
}
.how-step h3{ font-family:var(--body); font-size:1.05rem; font-weight:700; margin-bottom:8px; }
.how-step p{ color:var(--text-dim); font-size:.92rem; }
.how-connector{ display:none; }
@media (min-width:1001px){
  .how-step:not(:last-child)::after{
    content:"";
    position:absolute; top:19px; left:calc(100% - 4px);
    width:calc(32px - 0px); height:1px;
    background:var(--panel-line);
  }
}

/* ============================================================
   QUOTE FORM
============================================================ */
.quote{ padding:100px 0; background:var(--bg-alt); border-top:1px solid var(--panel-line); border-bottom:1px solid var(--panel-line); }
.quote-grid{ display:grid; grid-template-columns:.85fr 1.15fr; gap:60px; }
@media (max-width:900px){ .quote-grid{ grid-template-columns:1fr; gap:36px; } }
.quote-side p{ color:var(--text-dim); margin-top:14px; }
.quote-side .phone-cta{
  margin-top:30px; display:flex; align-items:center; gap:14px;
  padding:18px 20px; border:1px solid var(--panel-line); border-radius:6px;
}
.quote-side .phone-cta svg{ color:var(--gold); flex-shrink:0; }
.quote-side .phone-cta a{ font-family:var(--display); font-size:1.15rem; color:var(--gold-bright); }
.quote-side .phone-cta span{ display:block; font-family:var(--mono); font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; color:var(--text-faint); margin-bottom:4px; }

form{ background:var(--panel); border:1px solid var(--panel-line); border-radius:8px; padding:34px; }
/* Netlify spam honeypot field — visually hidden (not display:none,
   since some bots skip those) but still out of the way for real
   visitors and screen readers. */
.hp-field{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-bottom:18px; }
@media (max-width:560px){ .form-row{ grid-template-columns:1fr; } }
.field{ display:flex; flex-direction:column; gap:7px; }
.field label{ font-family:var(--mono); font-size:.7rem; letter-spacing:.08em; text-transform:uppercase; color:var(--text-dim); }
.field .hint{ font-family:var(--body); font-size:.76rem; text-transform:none; letter-spacing:0; color:var(--text-faint); }
.field input, .field select, .field textarea{
  background:var(--bg);
  border:1px solid var(--panel-line);
  color:var(--text);
  padding:12px 14px;
  border-radius:4px;
  font-family:var(--body);
  font-size:.94rem;
}
.field input::placeholder, .field textarea::placeholder{ color:var(--text-faint); }
.field input:focus, .field select:focus, .field textarea:focus{ border-color:var(--gold); }
.field textarea{ resize:vertical; min-height:88px; }
form .btn-primary{ width:100%; justify-content:center; margin-top:6px; border:0; cursor:pointer; }
form .btn-primary:disabled{ opacity:.6; cursor:not-allowed; }
.form-note{ font-size:.78rem; color:var(--text-faint); margin-top:14px; text-align:center; }
.form-status-msg{ margin-top:14px; font-size:.86rem; text-align:center; min-height:1.2em; }
.form-status-msg.ok{ color:var(--gold-bright); }
.form-status-msg.err{ color:#d98a8a; }
.book .form-status-msg.ok{ color:#e39a9a; }

/* Dynamic Round-Trip Container */
.round-trip-fields {
  margin: 6px 0 18px 0;
  padding: 18px;
  background: var(--bg-alt);
  border: 1px dashed var(--panel-line);
  border-radius: 6px;
  animation: fadeInDown 0.3s ease-out;
}
.round-trip-title {
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.round-trip-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-bright);
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   BOOK NOW — deliberately distinct from the Quote section above.
   Quote = "help me figure out my trip". Book = "I already know what
   I want, reserve it directly." The red accent (from the crest)
   marks this as the more decisive, confirmed-reservation path.
============================================================ */
.book{ padding:100px 0; }
.book-grid{ display:grid; grid-template-columns:.85fr 1.15fr; gap:60px; }
@media (max-width:900px){ .book-grid{ grid-template-columns:1fr; gap:36px; } }
.book .eyebrow{ color:var(--red); }
.book .eyebrow::before{ background:var(--red); }
.book-side p{ color:var(--text-dim); margin-top:14px; }
.book-badge{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--mono); font-size:.68rem; letter-spacing:.1em; text-transform:uppercase;
  color:var(--red); background:rgba(139,27,27,.1); border:1px solid rgba(139,27,27,.35);
  padding:6px 12px; border-radius:20px; margin-top:18px;
}
.book-badge::before{ content:""; width:6px; height:6px; border-radius:50%; background:var(--red); }

.book form{ border-color:rgba(139,27,27,.3); }
.book .field input:focus, .book .field select:focus, .book .field textarea:focus{ border-color:var(--red); }
.book .btn-book{ width:100%; justify-content:center; margin-top:6px; border:0; cursor:pointer;
  background:var(--red); color:var(--text); font-family:var(--mono); font-size:.82rem; letter-spacing:.03em;
  padding:15px 26px; border-radius:2px; transition:background .2s, transform .2s;
}
.book .btn-book:hover{ background:#a52323; transform:translateY(-1px); }
.book .btn-book:disabled{ opacity:.6; cursor:not-allowed; }

/* ============================================================
   DRIVER APPLICATION — deliberately lower-key than Quote/Book,
   since it's for prospective drivers, not customers. Same form
   styling, muted call-to-action (ghost button, not gold/red).
============================================================ */
.drive{ padding:80px 0; background:var(--bg-alt); border-top:1px solid var(--panel-line); }
.drive-grid{ display:grid; grid-template-columns:.85fr 1.15fr; gap:60px; }
@media (max-width:900px){ .drive-grid{ grid-template-columns:1fr; gap:32px; } }
.drive-side p{ color:var(--text-dim); margin-top:14px; }
.drive-submit{ width:100%; justify-content:center; margin-top:6px; border:0; cursor:pointer; font-weight:600; }

/* ============================================================
   FAQ
============================================================ */
.faq{ padding:100px 0; }
.faq-list{ margin-top:40px; max-width:820px; }
.faq-item{ border-bottom:1px solid var(--panel-line); }
.faq-item summary{
  cursor:pointer; list-style:none; padding:22px 0;
  display:flex; justify-content:space-between; align-items:center; gap:20px;
  font-family:var(--body); font-weight:600; font-size:1rem;
}
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary::after{
  content:"+"; font-family:var(--display); font-size:1.4rem; color:var(--gold); flex-shrink:0;
  transition:transform .25s;
}
.faq-item[open] summary::after{ transform:rotate(45deg); }
.faq-item p{ color:var(--text-dim); padding-bottom:22px; max-width:65ch; font-size:.94rem; }

/* ============================================================
   FOOTER
============================================================ */
footer{ padding:60px 0 34px; background:var(--bg-alt); border-top:1px solid var(--panel-line); }
.footer-grid{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:34px; margin-bottom:40px; }
.footer-brand .wordmark{ font-size:1.3rem; margin-bottom:10px; display:block; }
.footer-brand p{ color:var(--text-dim); font-size:.88rem; max-width:34ch; }
.footer-cols{ display:flex; gap:60px; flex-wrap:wrap; }
.footer-col h4{ font-family:var(--mono); font-size:.7rem; letter-spacing:.1em; text-transform:uppercase; color:var(--text-faint); margin-bottom:16px; }
.footer-col a, .footer-col span{ display:block; color:var(--text-dim); font-size:.88rem; margin-bottom:10px; }
.footer-col a:hover{ color:var(--gold-bright); }
.footer-bottom{ border-top:1px solid var(--panel-line); padding-top:24px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:.78rem; color:var(--text-faint); font-family:var(--mono); }

/* skip link for a11y */
.skip{ position:absolute; left:-999px; top:0; background:var(--gold); color:var(--bg); padding:10px 16px; z-index:100; }
.skip:focus{ left:10px; top:10px; }

/* ============================================================
   BREADCRUMB
============================================================ */
.breadcrumb{
  font-family:var(--mono); font-size:.72rem; letter-spacing:.08em;
  color:var(--text-faint); margin-bottom:18px; display:flex; align-items:center; gap:8px; flex-wrap:wrap;
}
.breadcrumb a{ color:var(--text-dim); transition:color .2s; }
.breadcrumb a:hover{ color:var(--gold-bright); }
.breadcrumb .sep{ color:var(--panel-line); }

/* ============================================================
   PAGE HERO — shorter variant for inner pages
============================================================ */
.page-hero{
  position:relative;
  padding:56px 0 50px;
  background:
    radial-gradient(ellipse 800px 400px at 50% -10%, rgba(198,161,91,.08), transparent 60%),
    var(--bg);
  border-bottom:1px solid var(--panel-line);
  overflow:hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-6deg);
  width: 360px;
  height: 360px;
  background: url('/images/logo.png') no-repeat center / contain;
  opacity: 0.04;
  filter: grayscale(30%) brightness(0.9) contrast(115%);
  pointer-events: none;
  z-index: 1;
}
.page-hero .wrap{
  position:relative;
  z-index:2;
}
.page-hero h1{
  font-size:clamp(1.9rem, 4vw, 2.8rem);
  line-height:1.1;
  margin:12px 0 16px;
}
.page-hero h1 em{ font-style:italic; color:var(--gold-bright); }
.page-hero .lede{ color:var(--text-dim); font-size:1.02rem; max-width:58ch; }

/* ============================================================
   CTA BANNER — reusable call-to-action strip for inner pages
============================================================ */
.cta-banner{
  padding:80px 0;
  background:
    radial-gradient(ellipse 700px 350px at 50% 50%, rgba(198,161,91,.07), transparent 60%),
    var(--bg);
  text-align:center;
  border-top:1px solid var(--panel-line);
}
.cta-banner h2{ margin-bottom:14px; }
.cta-banner p{ color:var(--text-dim); max-width:50ch; margin:0 auto 28px; font-size:1.02rem; }
.cta-banner .cta-actions{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* ============================================================
   TESTIMONIAL CARDS
============================================================ */
.testimonials-grid{
  display:grid; grid-template-columns:repeat(auto-fill, minmax(340px, 1fr));
  gap:24px; margin-top:40px;
}
.testimonial-card{
  background:var(--panel); border:1px solid var(--panel-line); border-radius:8px;
  padding:30px 28px; position:relative;
}
.testimonial-card::before{
  content:"""; font-family:var(--display); font-size:3rem;
  color:var(--gold); opacity:.3; position:absolute; top:16px; left:22px; line-height:1;
}
.testimonial-card blockquote{
  color:var(--text-dim); font-size:.94rem; line-height:1.65;
  margin-bottom:18px; padding-top:20px;
}
.testimonial-card cite{
  font-style:normal; font-family:var(--mono); font-size:.74rem;
  letter-spacing:.06em; text-transform:uppercase; color:var(--gold-bright);
  display:block;
}
.testimonial-card .cite-detail{
  font-family:var(--body); font-size:.8rem; text-transform:none;
  letter-spacing:0; color:var(--text-faint); margin-top:4px; display:block;
}
.testimonial-placeholder{
  border:1px dashed var(--panel-line); border-radius:8px;
  padding:40px 28px; text-align:center; color:var(--text-faint);
  font-family:var(--mono); font-size:.82rem;
}

/* ============================================================
   SERVICE DETAIL — individual service page layout
============================================================ */
.service-detail{ padding:80px 0; }
.service-detail-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:50px; align-items:start; }
@media (max-width:860px){ .service-detail-grid{ grid-template-columns:1fr; } }
.service-detail h2{ margin-bottom:14px; }
.service-detail p{ color:var(--text-dim); margin-top:12px; font-size:.96rem; }
.service-detail ul{ margin:16px 0; padding-left:0; list-style:none; }
.service-detail ul li{
  position:relative; padding-left:22px; margin-bottom:10px;
  color:var(--text-dim); font-size:.94rem;
}
.service-detail ul li::before{
  content:""; position:absolute; left:0; top:9px;
  width:8px; height:1px; background:var(--gold);
}

/* related services sidebar */
.related-services{ margin-top:40px; }
.related-services h3{ font-family:var(--mono); font-size:.72rem; letter-spacing:.12em; text-transform:uppercase; color:var(--text-faint); margin-bottom:18px; }
.related-link{
  display:block; padding:16px 18px; margin-bottom:8px;
  background:var(--panel); border:1px solid var(--panel-line); border-radius:6px;
  color:var(--text-dim); font-size:.9rem; transition:border-color .2s, color .2s;
}
.related-link:hover{ border-color:var(--gold); color:var(--gold-bright); }

/* ============================================================
   ACTIVE NAV STATE
============================================================ */
.navlinks a.nav-active:not(.nav-cta){ color:var(--gold-bright); }

/* ============================================================
   CONTENT SECTIONS — generic inner page content blocks
============================================================ */
.content-section{ padding:80px 0; }
.content-section.alt{ background:var(--bg-alt); border-top:1px solid var(--panel-line); border-bottom:1px solid var(--panel-line); }
.content-section h2{ margin-bottom:14px; }
.content-section p{ color:var(--text-dim); margin-top:12px; font-size:.96rem; max-width:68ch; }
.content-section p + p{ margin-top:16px; }

/* two-column content layout */
.content-two-col{ display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:start; }
@media (max-width:860px){ .content-two-col{ grid-template-columns:1fr; gap:30px; } }

/* ============================================================
   FAQ CATEGORIES — for expanded FAQ page
============================================================ */
.faq-category{ margin-top:50px; }
.faq-category:first-of-type{ margin-top:30px; }
.faq-category h3{
  font-family:var(--mono); font-size:.72rem; letter-spacing:.14em;
  text-transform:uppercase; color:var(--gold); margin-bottom:8px;
  padding-bottom:12px; border-bottom:1px solid var(--panel-line);
}

/* ============================================================
   CONTACT INFO CARD
============================================================ */
.contact-info-card{
  background:var(--panel); border:1px solid var(--panel-line); border-radius:8px;
  padding:30px 26px;
}
.contact-info-card h3{
  font-family:var(--mono); font-size:.72rem; letter-spacing:.12em;
  text-transform:uppercase; color:var(--text-faint); margin-bottom:18px;
}
.contact-info-item{
  display:flex; align-items:flex-start; gap:14px; margin-bottom:16px;
}
.contact-info-item svg{ color:var(--gold); flex-shrink:0; margin-top:2px; }
.contact-info-item a{ color:var(--gold-bright); transition:color .2s; }
.contact-info-item a:hover{ color:var(--gold); }
.contact-info-item span{ color:var(--text-dim); font-size:.9rem; display:block; }
.contact-info-item b{ color:var(--text); font-size:.94rem; display:block; margin-bottom:2px; }

/* ============================================================
   404 PAGE
============================================================ */
.page-404{
  padding:120px 0 100px; text-align:center;
  background:
    radial-gradient(ellipse 600px 300px at 50% 30%, rgba(198,161,91,.06), transparent 60%),
    var(--bg);
  min-height:60vh; display:flex; align-items:center; justify-content:center;
}
.page-404 .code-404{
  font-family:var(--display); font-size:clamp(5rem, 12vw, 9rem);
  color:var(--panel-line); line-height:1; margin-bottom:16px; font-weight:500;
}
.page-404 h1{ font-size:clamp(1.5rem, 3vw, 2.2rem); margin-bottom:12px; }
.page-404 p{ color:var(--text-dim); margin-bottom:30px; max-width:42ch; margin-left:auto; margin-right:auto; }
.page-404 .cta-actions{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* ============================================================
   HOMEPAGE SECTION PREVIEWS — compact teasers linking to full pages
============================================================ */
.section-preview{ padding:80px 0; }
.section-preview.alt{ background:var(--bg-alt); border-top:1px solid var(--panel-line); border-bottom:1px solid var(--panel-line); }
.section-preview-header{
  display:flex; justify-content:space-between; align-items:flex-end; gap:20px; flex-wrap:wrap; margin-bottom:40px;
}
.section-preview-header .view-all{
  font-family:var(--mono); font-size:.78rem; letter-spacing:.04em;
  color:var(--gold); transition:color .2s;
}
.section-preview-header .view-all:hover{ color:var(--gold-bright); }

/* inline link within paragraphs */
.text-link{ color:var(--gold-bright); border-bottom:1px solid rgba(227,172,92,.3); transition:border-color .2s; }
.text-link:hover{ border-color:var(--gold-bright); }

/* ============================================================
   CINEMATIC EMBLEM SHOWCASE — About Page (Why McCray Section)
============================================================ */
.why-logo-showcase {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}

.why-logo-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
  opacity: 0.25;
  filter: grayscale(45%) brightness(0.65) contrast(110%);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              filter 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(0.96);
  cursor: pointer;
}

/* Cinematic Hover State — Direct Logo Glow & Color Fill */
.why-logo-img:hover {
  opacity: 1;
  filter: grayscale(0%) brightness(1.15) contrast(115%) drop-shadow(0 0 35px rgba(227, 172, 92, 0.65));
  transform: translateY(-8px) scale(1.04);
}
