/* =============================================================
   Park & Cruise — shared design system
   Used by every page (common header, footer + components).
   Colours and type mirror the original Home design.
   ============================================================= */

/* ---- Design tokens ---- */
:root {
  --bg:            #0A1622;
  --ink-900:       #050D15;
  --ink-800:       #081420;
  --ink-750:       #0A1826;
  --ink-700:       #0D1F2D;
  --panel:         #0E1D2B;
  --panel-2:       #122B3E;

  --gold:          #C9913D;
  --gold-2:        #D9A44E;
  --gold-3:        #E3C989;
  --gold-4:        #EFD9A0;
  --gold-5:        #F0DCA6;
  --gold-muted:    #A98F5F;
  --gold-dark:     #8A6A2F;

  --cream:         #F3EEE3;
  --cream-2:       #F3EAD3;
  --sand:          #D8C9A5;
  --sand-2:        #E4D5B3;

  --text:          #DCE4E9;
  --text-2:        #C4CFD6;
  --text-muted:    #9FB0BC;
  --text-faint:    #8B9BA8;
  --text-strip:    #7E93A3;

  --ink-on-light:  #22303B;
  --body-on-light: #3A4954;
  --brown:         #5C431A;

  --line-gold:     rgba(201,145,61,0.25);
  --line-gold-2:   rgba(201,145,61,0.45);
  --line-gold-3:   rgba(201,145,61,0.6);

  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans:  'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --mono:  'IBM Plex Mono', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;

  --maxw: 1240px;
}

/* ---- Reset / base ---- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; background: var(--bg); }
body {
  font-family: var(--sans);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  text-wrap: pretty;
  overflow-x: hidden;
}
img { max-width: 100%; }
a { color: var(--sand); text-decoration: none; }
a:hover { color: var(--gold); }
h1, h2, h3, h4 { margin: 0; }
p { margin: 0; }
select, input { accent-color: var(--gold); }
form select, form input { color-scheme: dark; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

.container { max-width: var(--maxw); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--gold); color: var(--ink-800); padding: 10px 18px;
  border-radius: 3px; font-weight: 700; transition: top .18s ease;
}
.skip-link:focus { top: 12px; color: var(--ink-800); }

/* Kicker / eyebrow labels */
.kicker {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.26em;
  color: var(--gold-2); margin: 0 0 12px;
}
.eyebrow-sep { color: var(--gold); font-size: 13px; letter-spacing: 0.3em; margin: 0 0 22px; }

.h2 {
  font-family: var(--serif); font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.03em; color: var(--gold-3);
  font-size: clamp(28px, 3.4vw, 42px); line-height: 1.1;
}
.lede { font-size: 17px; line-height: 1.7; color: var(--text-muted); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 54px; padding: 16px 30px; border-radius: 4px;
  font-family: var(--sans); font-size: 16.5px; font-weight: 700;
  letter-spacing: 0.04em; cursor: pointer; border: none; text-align: center;
}
.btn-gold {
  background: linear-gradient(180deg, var(--gold-4), var(--gold));
  color: var(--ink-800); box-shadow: 0 6px 18px rgba(201,145,61,0.35);
}
.btn-gold:hover { background: var(--gold); color: var(--ink-700); }
.btn-ghost {
  font-family: var(--serif); font-size: 19px; color: var(--gold-3);
  border: 1px solid var(--line-gold-3); background: transparent;
}
.btn-ghost:hover { background: rgba(201,145,61,0.12); color: var(--gold-5); }

/* =============================================================
   TOP BAR
   ============================================================= */
.topbar {
  background: var(--ink-900); border-bottom: 1px solid rgba(201,145,61,0.18);
  color: var(--gold-muted); font-family: var(--mono);
  font-size: 11.5px; letter-spacing: 0.14em;
}
.topbar .container {
  padding-top: 9px; padding-bottom: 9px; display: flex;
  justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.topbar a { color: var(--gold); }

/* =============================================================
   HEADER + NAV
   ============================================================= */
.site-header {
  background: linear-gradient(180deg, var(--ink-800), var(--ink-750));
  border-bottom: 1px solid rgba(201,145,61,0.5);
  position: sticky; top: 0; z-index: 100;
}
.site-header .container {
  padding-top: 18px; padding-bottom: 18px; display: flex;
  align-items: center; gap: 28px; flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: 16px; }
.brand img { display: block; }
.main-nav { display: flex; gap: 30px; margin-left: auto; align-items: center; flex-wrap: wrap; }
.main-nav > a, .pcdrop > a {
  color: var(--sand); font-size: 13.5px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.main-nav > a:hover, .pcdrop > a:hover { color: var(--gold-5); }
.nav-cta {
  font-family: var(--mono); font-size: 13.5px; color: var(--ink-800) !important;
  background: linear-gradient(180deg, var(--gold-4), var(--gold));
  padding: 12px 20px; border-radius: 3px; font-weight: 600;
  letter-spacing: 0.08em; box-shadow: 0 4px 14px rgba(201,145,61,0.35);
}
.nav-cta:hover { background: var(--gold); color: var(--ink-700) !important; }

/* Dropdowns */
.pcdrop { position: relative; }
.pcdrop > a { display: inline-flex; align-items: center; gap: 6px; }
.pcmenu {
  display: none; position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%); padding-top: 14px; z-index: 60;
}
.pcdrop:hover .pcmenu, .pcdrop:focus-within .pcmenu { display: block; }
.pcmenu-inner {
  background: linear-gradient(180deg, var(--ink-750), var(--ink-800));
  border: 1px solid var(--line-gold-2); border-radius: 5px;
  box-shadow: 0 24px 50px rgba(2,10,18,0.65); min-width: 300px; padding: 10px;
}
.pcmenu-inner a { display: block; padding: 12px 14px; border-radius: 4px; }
.pcmenu-inner a:hover { background: rgba(201,145,61,0.1); }
.pcmenu-inner a .t { display: block; font-size: 15px; font-weight: 600; color: var(--cream-2); }
.pcmenu-inner a:hover .t { color: var(--gold-5); }
.pcmenu-inner a .s { display: block; font-family: var(--mono); font-size: 12px; color: var(--text-faint); margin-top: 3px; letter-spacing: 0.04em; }

/* Mobile menu toggle (hidden on desktop) */
.nav-toggle {
  display: none; margin-left: auto; background: transparent;
  border: 1px solid var(--line-gold-2); border-radius: 4px; padding: 10px 12px;
  color: var(--gold-3); cursor: pointer; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em;
}
.nav-toggle svg { display: block; }

/* =============================================================
   HERO + BOOKING
   ============================================================= */
.hero {
  position: relative;
  isolation: isolate;
  color: var(--cream);
  padding: 72px 24px 96px;
  /* Fallback shown until/if a slide photo is present */
  background:
    radial-gradient(1200px 620px at 78% 8%, rgba(37,74,104,0.55), transparent 60%),
    radial-gradient(900px 700px at 12% 100%, rgba(201,145,61,0.16), transparent 55%),
    linear-gradient(160deg, #0b1d2e 0%, #081420 55%, #050d15 100%);
  background-size: cover;
}
/* Background slider (one or more photos) */
.hero-slider { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center center;
  opacity: 0; transition: opacity 1.2s ease;
}
.hero-slide.is-active { opacity: 1; }
/* Dark wash so headline + widget stay readable over any photo */
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(100deg, rgba(5,12,20,0.90) 0%, rgba(5,12,20,0.45) 50%, rgba(5,12,20,0.78) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: var(--maxw); margin: 0 auto; display: flex;
  flex-wrap: wrap; gap: 48px; align-items: flex-start;
}
.hero-copy { flex: 1 1 460px; min-width: 0; }
.hero-coords { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.24em; color: var(--gold); margin: 0 0 22px; }
.hero h1 {
  font-family: var(--serif); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.015em; font-size: clamp(54px, 7.2vw, 108px); line-height: 0.92;
  margin: 0 0 24px; max-width: 11ch;
  background: linear-gradient(180deg, #F0DCA6 0%, #D9A44E 48%, #A87A2E 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: #D9A44E;
}
.hero-tag { font-family: var(--mono); font-size: 15px; letter-spacing: 0.3em; color: var(--sand-2); margin: 0 0 18px; }
.hero-desc { font-size: 18px; line-height: 1.75; color: var(--text-2); max-width: 44ch; margin: 0 0 42px; }
.hero-trust { list-style: none; margin: 0; padding: 0; display: flex; gap: 20px 38px; flex-wrap: wrap; }
.hero-trust li { display: flex; align-items: center; gap: 14px; }
.hero-trust .ico {
  width: 46px; height: 46px; border: 1px solid var(--line-gold-3); border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--gold-2); font-size: 19px; flex-shrink: 0;
}
.hero-trust .lbl { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.14em; color: var(--sand); line-height: 1.55; }

/* Booking widget */
.booking {
  flex: 1 1 360px; max-width: 470px; min-width: 0;
  background: rgba(9,20,32,0.82);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--line-gold-2); border-radius: 6px; padding: 28px;
  color: var(--cream); box-shadow: 0 30px 60px rgba(2,10,18,0.6);
}
.booking-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.booking-head h2 { font-family: var(--serif); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; font-size: 27px; color: var(--gold-3); }
.booking-head .pay { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.16em; color: var(--gold-muted); }
.booking form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: end; }
.field { display: grid; gap: 7px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--sand); }
.field label .opt { font-weight: 400; text-transform: none; letter-spacing: 0; }
.field .stack { display: grid; gap: 8px; min-width: 0; }
.booking select, .booking input {
  font-family: var(--mono); font-size: 15px; padding: 12px;
  border: 1px solid var(--line-gold-2); border-radius: 3px;
  background: var(--panel); color: var(--cream); min-height: 48px;
  width: 100%; min-width: 0;
}
.booking input[type="date"] { padding: 11px; }
.booking select:focus, .booking input:focus { border-color: var(--gold); outline: 2px solid var(--gold); outline-offset: 1px; }
.booking input#pc-promo { text-transform: uppercase; }
.booking .btn-submit {
  grid-column: 1 / -1; background: linear-gradient(180deg, var(--gold-2), #BB8332);
  color: var(--ink-700); border: none; border-radius: 3px; padding: 16px 24px;
  font-family: var(--sans); font-size: 17px; font-weight: 700; letter-spacing: 0.04em;
  cursor: pointer; min-height: 54px; box-shadow: 0 6px 16px rgba(187,131,50,0.35);
}
.booking .btn-submit:hover { background: var(--gold); }
.booking .btn-submit:focus { outline: 3px solid var(--ink-700); outline-offset: 2px; }
.form-error { margin: 14px 0 0; font-size: 16px; color: #E4694E; font-weight: 600; }

/* =============================================================
   CRUISE LINES MARQUEE
   ============================================================= */
.strip {
  background: var(--ink-800);
  border-top: 1px solid rgba(169,183,192,0.12);
  border-bottom: 1px solid rgba(169,183,192,0.12);
  overflow: hidden; padding: 16px 0;
}
.strip-track { display: inline-flex; white-space: nowrap; animation: marquee 55s linear infinite; will-change: transform; }
.strip-track span { font-family: var(--mono); font-size: 13px; letter-spacing: 0.22em; color: var(--text-strip); padding-right: 60px; }

/* =============================================================
   DESTINATIONS
   ============================================================= */
.section { padding: 96px 24px 88px; }
.section .container { padding-left: 0; padding-right: 0; }
.sec-head { display: flex; align-items: baseline; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.sec-head .lede { max-width: 44ch; margin-left: auto; }

.dest-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.dest-card {
  display: block; background: rgba(255,255,255,0.035);
  border: 1px solid var(--line-gold); border-radius: 4px; padding: 26px 22px;
  color: #E8E3D7; min-height: 44px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.dest-card:hover { border-color: var(--gold); color: #E8E3D7; transform: translateY(-3px); box-shadow: 0 14px 28px rgba(34,48,59,0.10); }
.dest-card .top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 22px; }
.dest-card .idx { font-family: var(--mono); font-size: 24px; color: var(--sand); }
.dest-card .tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; color: var(--gold-2); }
.dest-card .name { display: block; font-family: var(--serif); font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: var(--gold-3); font-size: 21px; margin-bottom: 10px; line-height: 1.25; }
.dest-card .blurb { display: block; font-size: 15.5px; line-height: 1.6; color: var(--text-muted); }
.dest-card .more { display: inline-block; margin-top: 18px; font-family: var(--mono); font-size: 13px; color: var(--gold); border-bottom: 1px solid var(--line-gold-2); padding-bottom: 2px; }

.terminal-row { margin-top: 22px; display: flex; gap: 10px 12px; flex-wrap: wrap; align-items: center; }
.terminal-row .label { font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; color: var(--gold-2); margin-right: 6px; }
.pill {
  display: inline-flex; align-items: center; border: 1px solid var(--line-gold);
  border-radius: 999px; padding: 10px 18px; font-size: 15px; font-weight: 600;
  color: var(--text-2); min-height: 44px; background: rgba(255,255,255,0.035);
}
.pill:hover { border-color: var(--gold); color: var(--gold-2); }

/* =============================================================
   HOW IT WORKS
   ============================================================= */
.how {
  color: var(--cream); padding: 96px 24px 104px; text-align: center;
  background:
    linear-gradient(180deg, rgba(5,11,18,0.86), rgba(5,11,18,0.68) 45%, rgba(5,11,18,0.9)),
    radial-gradient(1000px 520px at 50% -10%, rgba(37,74,104,0.5), transparent 60%),
    linear-gradient(180deg, #0a1a29, #050B12 70%);
}
.how .kicker-lg { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.42em; color: var(--gold-2); margin: 0 0 10px; }
.how h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(40px, 5.5vw, 72px); line-height: 1.05; margin: 0 0 14px; color: var(--cream-2); }
.how .intro { font-size: 18px; line-height: 1.7; color: var(--text-2); margin: 0 auto 84px; max-width: 46ch; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 56px 28px; }
.step {
  position: relative; text-align: center;
  background: linear-gradient(180deg, rgba(16,30,45,0.72), rgba(9,18,28,0.72));
  border: 1px solid rgba(201,145,61,0.35); border-radius: 10px; padding: 76px 24px 30px;
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.step .medallion {
  position: absolute; top: -46px; left: 50%; transform: translateX(-50%);
  width: 92px; height: 92px; border-radius: 999px;
  background: radial-gradient(circle at 50% 30%, #14273A, #0A1622);
  border: 1px solid var(--line-gold-3);
  display: inline-flex; align-items: center; justify-content: center; color: var(--gold-3);
  box-shadow: inset 0 0 0 5px rgba(5,12,20,0.95), inset 0 0 0 6px rgba(201,145,61,0.4), 0 10px 26px rgba(2,10,18,0.6);
}
.step h3 { font-family: var(--serif); font-weight: 600; font-size: 27px; margin: 0 0 12px; color: var(--cream-2); }
.step p { font-size: 16px; line-height: 1.7; color: #BECAD3; }
.how-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 56px; }

/* =============================================================
   HOW TO FIND US (flag)
   ============================================================= */
.findus {
  color: var(--cream); padding: 110px 24px 120px;
  background:
    linear-gradient(90deg, rgba(5,12,20,0.94) 0%, rgba(5,12,20,0.72) 38%, rgba(5,12,20,0.30) 72%, rgba(5,12,20,0.12) 100%),
    url('../img/flag-bg.jpg') center right / cover no-repeat,
    #081420;
}
.findus-inner { max-width: var(--maxw); margin: 0 auto; }
.findus-copy { max-width: 560px; }
.findus .kicker-lg { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.42em; color: var(--gold-2); margin: 0 0 10px; }
.findus h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(36px, 4.6vw, 60px); line-height: 1.05; margin: 0 0 20px; color: var(--cream-2); }
.findus p.body { font-size: 18px; line-height: 1.75; color: var(--text-2); margin: 0 0 16px; }
.findus p.quote { font-family: var(--serif); font-size: 23px; font-style: italic; color: var(--gold-3); margin: 0 0 36px; }

/* =============================================================
   SERVICES (light)
   ============================================================= */
.services { background: var(--cream); padding: 88px 24px; }
.services .kicker { color: var(--gold-2); }
.services h2 { color: var(--brown); }
.services .intro { font-size: 17px; line-height: 1.7; max-width: 62ch; margin: 14px 0 36px; color: var(--body-on-light); }
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 18px; }
.svc {
  background: #FFFFFF; border: 1px solid #E2D8C3; border-radius: 4px; padding: 28px 24px;
  display: flex; flex-direction: column; box-shadow: 0 10px 30px rgba(34,48,59,0.06);
}
.svc .tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; color: var(--gold-dark); }
.svc h3 { font-family: var(--serif); font-weight: 800; text-transform: uppercase; letter-spacing: 0.03em; font-size: 23px; margin: 14px 0 10px; color: var(--ink-on-light); }
.svc p { font-size: 16.5px; line-height: 1.65; color: var(--body-on-light); margin: 0 0 16px; }
.svc ul { margin: 0 0 22px; padding: 0; list-style: none; display: grid; gap: 8px; color: var(--body-on-light); font-size: 15.5px; }
.svc ul .m { color: var(--gold); }
.svc .more { margin-top: auto; font-family: var(--mono); font-size: 13.5px; color: var(--gold-dark); border-bottom: 1px solid rgba(138,106,47,0.5); align-self: flex-start; padding-bottom: 2px; }
.svc .more:hover { color: var(--gold); }

/* =============================================================
   WHY US
   ============================================================= */
.why { padding: 96px 24px; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 56px; align-items: start; }
.why h2 { max-width: 16ch; margin-bottom: 20px; }
.why p.body { font-size: 17.5px; line-height: 1.7; margin: 0 0 18px; color: var(--text-2); }
.why a.strong { font-weight: 600; color: var(--gold-2); }
.why-list { list-style: none; margin: 0; padding: 0; display: grid; }
.why-list li { display: flex; gap: 22px; align-items: baseline; border-top: 1px solid var(--line-gold); padding: 20px 0; }
.why-list li:last-child { border-bottom: 1px solid var(--line-gold); }
.why-list .k { font-family: var(--mono); color: var(--gold); font-size: 17px; width: 76px; flex-shrink: 0; }
.why-list .v { font-size: 17px; line-height: 1.65; }

/* =============================================================
   TESTIMONIALS (light)
   ============================================================= */
.testi { background: var(--cream); padding: 88px 24px; border-top: 1px solid #E2D8C3; }
.testi .kicker { color: var(--gold); }
.testi .head { display: flex; align-items: baseline; gap: 24px; flex-wrap: wrap; margin-bottom: 36px; }
.testi h2 { color: var(--brown); }
.testi .note { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.12em; color: var(--gold-dark); margin-left: auto; }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 18px; }
.quote-card {
  margin: 0; background: #FFFFFF; border: 1px solid #E2D8C3; border-radius: 4px;
  padding: 30px 26px; box-shadow: 0 10px 30px rgba(34,48,59,0.06);
  display: flex; flex-direction: column;
}
.quote-card .mark { font-family: var(--serif); font-size: 56px; line-height: 0.6; color: var(--gold-2); display: block; margin: 8px 0 18px; }
.quote-card p { font-size: 16.5px; line-height: 1.7; color: #9AA5AD; font-style: italic; margin: 0 0 22px; }
.quote-card footer { margin-top: auto; display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.quote-card .who { font-family: var(--mono); font-size: 13px; letter-spacing: 0.08em; color: #55636E; }
.quote-card .stars { color: var(--gold); font-size: 14px; letter-spacing: 0.15em; }

/* =============================================================
   FAQ
   ============================================================= */
.faq { padding: 88px 24px; max-width: 920px; margin: 0 auto; }
.faq .kicker, .faq h2 { text-align: center; }
.faq h2 { margin-bottom: 36px; }
.faq-list { display: grid; gap: 0; border-top: 1px solid var(--line-gold); }
details.pcfaq { border-bottom: 1px solid var(--line-gold); padding: 0 4px; }
details.pcfaq > summary { list-style: none; cursor: pointer; font-size: 18px; font-weight: 600; padding: 20px 4px; min-height: 44px; }
details.pcfaq > summary::-webkit-details-marker { display: none; }
details.pcfaq > summary::after { content: '+'; font-family: var(--mono); font-size: 22px; color: var(--gold); float: right; }
details.pcfaq[open] > summary::after { content: '\2013'; }
details.pcfaq p { font-size: 17px; line-height: 1.7; margin: 0; padding: 0 4px 22px; max-width: 65ch; color: var(--text-2); }
.faq .all { margin: 28px 0 0; text-align: center; }
.faq .all a { font-size: 16px; font-weight: 600; color: var(--gold-2); }

/* =============================================================
   FINAL CTA
   ============================================================= */
.final-cta {
  color: var(--cream); padding: 96px 24px; text-align: center;
  background: radial-gradient(900px 500px at 50% 120%, rgba(201,145,61,0.18), transparent 60%), var(--ink-700);
}
.final-cta .kicker { color: var(--gold); }
.final-cta h2 { font-family: var(--serif); font-weight: 800; text-transform: uppercase; letter-spacing: 0.03em; color: var(--gold-3); font-size: clamp(28px, 4vw, 46px); margin: 0 0 14px; }
.final-cta p { font-size: 18px; line-height: 1.7; color: var(--text-2); margin: 0 auto 32px; max-width: 50ch; }
.final-cta .row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.final-cta .btn-tel {
  font-family: var(--mono); font-size: 16px; color: var(--gold);
  border: 1px solid var(--line-gold-2); padding: 16px 26px; border-radius: 3px;
  min-height: 54px; display: inline-flex; align-items: center;
}
.final-cta .btn-tel:hover { background: rgba(201,145,61,0.12); color: var(--gold-2); }

/* =============================================================
   FOOTER
   ============================================================= */
.site-footer { background: var(--ink-800); color: #A9B7C0; padding: 64px 24px 0; overflow: hidden; }
.footer-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 40px; }
.footer-grid address { font-style: normal; font-family: var(--mono); font-size: 14px; line-height: 1.9; }
.footer-grid address a { color: var(--gold); overflow-wrap: anywhere; }
.footer-col { display: grid; gap: 12px; align-content: start; }
.footer-col .h { font-family: var(--mono); font-size: 11px; letter-spacing: 0.24em; color: var(--gold); }
.footer-col a { color: var(--text); font-size: 15px; }
.footer-col a:hover { color: var(--gold); }
.footer-fine { max-width: var(--maxw); margin: 44px auto 0; font-size: 13px; color: var(--text-faint); border-top: 1px solid rgba(169,183,192,0.15); padding-top: 22px; }
.footer-wm { max-width: var(--maxw); margin: 30px auto 0; opacity: 0.14; pointer-events: none; }
.footer-wm img { display: block; width: 100%; max-width: 1100px; height: auto; transform: translateY(18%); }

/* =============================================================
   ANIMATIONS
   ============================================================= */
@keyframes flapIn { 0% { transform: rotateX(90deg); opacity: 0.2; } 100% { transform: rotateX(0deg); opacity: 1; } }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* =============================================================
   INNER PAGES — hero, breadcrumb, prose, pricing, contact
   ============================================================= */
.page-hero {
  position: relative; color: var(--cream); padding: 56px 24px 60px;
  background:
    radial-gradient(1100px 560px at 82% 0%, rgba(37,74,104,0.5), transparent 60%),
    radial-gradient(800px 620px at 6% 100%, rgba(201,145,61,0.14), transparent 55%),
    linear-gradient(160deg, #0b1d2e 0%, #081420 55%, #050d15 100%);
}
.page-hero.has-photo::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(100deg, rgba(5,12,20,0.90) 0%, rgba(5,12,20,0.55) 60%, rgba(5,12,20,0.35) 100%);
}
.page-hero > .container { position: relative; z-index: 1; }
.page-hero .kicker { color: var(--gold-2); }
.page-hero h1 {
  font-family: var(--serif); font-weight: 600; text-transform: uppercase; letter-spacing: 0.015em;
  font-size: clamp(36px, 5vw, 66px); line-height: 1.0; margin: 6px 0 16px;
  color: var(--gold-3);
}
.page-hero .sub { font-size: 18px; line-height: 1.7; color: var(--text-2); max-width: 62ch; }
.page-hero .hero-actions { margin-top: 26px; display: flex; gap: 14px; flex-wrap: wrap; }

.breadcrumb { font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; color: var(--text-faint); }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.breadcrumb li { display: flex; gap: 8px; align-items: center; }
.breadcrumb li:not(:last-child)::after { content: "/"; color: var(--gold); }
.breadcrumb a { color: var(--sand); }
.breadcrumb [aria-current="page"] { color: var(--text-faint); }

/* Generic content block */
.block { padding: 72px 24px; }
.block.tint { background: var(--ink-800); }
.block .container { padding-left: 0; padding-right: 0; }
.prose { max-width: 760px; }
.prose h2 { font-family: var(--serif); font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: var(--gold-3); font-size: clamp(24px, 3vw, 34px); margin: 40px 0 14px; }
.prose h3 { font-family: var(--serif); font-weight: 600; color: var(--cream-2); font-size: 22px; margin: 28px 0 10px; }
.prose p, .prose li { font-size: 17px; line-height: 1.75; color: var(--text-2); }
.prose ul, .prose ol { padding-left: 22px; display: grid; gap: 8px; margin: 0 0 18px; }
.prose a { color: var(--gold-2); font-weight: 600; }
.prose .muted { color: var(--text-faint); font-size: 14px; }
.prose > *:first-child { margin-top: 0; }

/* Feature / info grid */
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.info-card { background: rgba(255,255,255,0.035); border: 1px solid var(--line-gold); border-radius: 6px; padding: 26px 22px; }
.info-card h3 { font-family: var(--serif); font-weight: 600; color: var(--gold-3); font-size: 21px; margin: 0 0 10px; }
.info-card p { font-size: 15.5px; line-height: 1.65; color: var(--text-muted); margin: 0; }
.info-card .k { font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; color: var(--gold-2); display: block; margin-bottom: 12px; }

/* Pricing table */
.price-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line-gold); border-radius: 8px; background: rgba(255,255,255,0.02); }
table.price { width: 100%; border-collapse: collapse; min-width: 560px; }
table.price caption { text-align: left; padding: 16px 18px 0; font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; color: var(--gold-2); }
table.price th, table.price td { padding: 14px 16px; text-align: left; border-bottom: 1px solid rgba(201,145,61,0.14); font-size: 15px; }
table.price thead th { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sand); background: rgba(201,145,61,0.06); position: sticky; top: 0; }
table.price tbody th { font-weight: 600; color: var(--cream-2); white-space: nowrap; }
table.price td { font-family: var(--mono); color: var(--text); }
table.price tr.example td, table.price tr.example th { background: rgba(201,145,61,0.10); color: var(--gold-5); }
table.price td.na { color: var(--text-faint); }
.price-note { font-size: 13.5px; color: var(--text-faint); margin: 12px 2px 0; line-height: 1.6; }

/* From-price chips on service cards */
.from-price { font-family: var(--mono); color: var(--gold-3); font-size: 14px; letter-spacing: 0.06em; }
.from-price b { font-size: 20px; color: var(--gold-5); }

/* Two-column split */
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 48px; align-items: start; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.contact-card { background: rgba(255,255,255,0.035); border: 1px solid var(--line-gold); border-radius: 8px; padding: 26px; }
.contact-card .k { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; color: var(--gold-2); }
.contact-card .v { font-size: 19px; margin: 10px 0 0; }
.contact-card .v a { color: var(--gold-3); }

/* Mini CTA band */
.cta-band { background: radial-gradient(900px 460px at 50% 120%, rgba(201,145,61,0.16), transparent 60%), var(--ink-700); color: var(--cream); padding: 64px 24px; text-align: center; }
.cta-band h2 { font-family: var(--serif); font-weight: 800; text-transform: uppercase; letter-spacing: 0.03em; color: var(--gold-3); font-size: clamp(26px, 3.4vw, 40px); margin: 0 0 14px; }
.cta-band p { font-size: 17px; color: var(--text-2); margin: 0 auto 26px; max-width: 52ch; }
.cta-band .row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* =============================================================
   RESPONSIVE
   ============================================================= */
@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .main-nav {
    display: none; margin-left: 0; width: 100%; flex-direction: column;
    align-items: stretch; gap: 4px; padding-top: 14px;
  }
  .main-nav.open { display: flex; }
  .main-nav > a, .pcdrop > a { padding: 12px 4px; }
  .pcdrop { width: 100%; }
  .pcmenu { position: static; transform: none; padding-top: 6px; display: block; }
  .pcmenu-inner { min-width: 0; background: rgba(255,255,255,0.03); box-shadow: none; }
  .nav-cta { align-self: flex-start; }
  .sec-head .lede { margin-left: 0; }
}
@media (max-width: 560px) {
  .section, .services, .why, .testi, .final-cta { padding-left: 20px; padding-right: 20px; }
  .container { padding-left: 20px; padding-right: 20px; }
  .booking form { grid-template-columns: 1fr; }
  .booking .field.half { grid-column: 1 / -1; }
  .hero { padding: 48px 20px 64px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
