:root {
  --ink: #0a1018;
  --cream: #f3efe7;
  --paper: #fbf9f5;
  --sand: #d18a52;
  --sand-bright: #e5ad75;
  --rust: #b9532f;
  --white: #fff;
  --line: rgba(10, 16, 24, .14);
  --shell: min(1240px, calc(100% - 48px));
  --serif: Iowan Old Style, Baskerville, "Times New Roman", "Songti SC", STSong, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--sand-bright); outline-offset: 4px; }
.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; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; background: white; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin: 0 auto; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 104px;
  padding: 0 max(28px, calc((100vw - 1320px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .24);
}
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: -.04em;
}
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-family: var(--serif); font-size: 18px; letter-spacing: .2em; }
.brand-copy small { margin-top: 5px; font-size: 9px; letter-spacing: .18em; opacity: .72; }
.main-nav { display: flex; align-items: center; gap: 42px; }
.main-nav a { display: grid; text-align: center; font-size: 14px; font-weight: 600; }
.main-nav small { margin-top: 2px; font-size: 9px; letter-spacing: .19em; opacity: .6; }
.main-nav a::after { content: ""; width: 0; height: 1px; margin: 5px auto -6px; background: currentColor; transition: width .25s ease; }
.main-nav a:hover::after { width: 100%; }
.header-cta { justify-self: end; display: inline-flex; gap: 10px; align-items: center; padding: 12px 0; font-size: 14px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.65); }
.menu-toggle { display: none; }

.hero { min-height: 760px; height: min(94vh, 980px); position: relative; color: white; background: var(--ink); overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; animation: hero-in 1.4s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,9,14,.86) 0%, rgba(5,9,14,.58) 43%, rgba(5,9,14,.16) 78%), linear-gradient(0deg, rgba(5,9,14,.72) 0%, transparent 42%); }
.hero-content { position: absolute; left: max(32px, calc((100vw - 1240px) / 2)); top: 50%; transform: translateY(-46%); width: min(780px, calc(100% - 64px)); }
.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 24px; color: var(--sand-bright); font-size: 12px; font-weight: 700; letter-spacing: .21em; }
.eyebrow span { width: 42px; height: 1px; background: currentColor; }
.hero h1 { max-width: 830px; margin: 0; font-family: var(--serif); font-size: clamp(50px, 6.2vw, 92px); font-weight: 500; line-height: 1.04; letter-spacing: -.045em; text-wrap: balance; }
.hero-lead { margin: 27px 0 31px; font-size: 19px; letter-spacing: .05em; }
.hero-lead span { font-size: 13px; letter-spacing: .12em; color: rgba(255,255,255,.68); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid transparent; font-weight: 700; font-size: 15px; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--rust); }
.button-primary:hover { background: #a94525; }
.button-ghost { color: white; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.12); }
.hero-facts { position: absolute; right: max(32px, calc((100vw - 1240px) / 2)); bottom: 46px; display: flex; gap: 34px; }
.hero-facts div { padding-left: 17px; border-left: 1px solid rgba(255,255,255,.35); display: grid; }
.hero-facts strong { font-size: 14px; }
.hero-facts span { font-size: 9px; letter-spacing: .14em; color: rgba(255,255,255,.55); }
.scroll-cue { position: absolute; bottom: 46px; left: max(32px, calc((100vw - 1240px) / 2)); display: flex; align-items: center; gap: 10px; font-size: 9px; letter-spacing: .18em; color: rgba(255,255,255,.65); transform: rotate(-90deg) translateX(100%); transform-origin: left bottom; }
.scroll-cue i { width: 38px; height: 1px; background: currentColor; }

.intro { padding: 120px 0 130px; }
.section-kicker { display: flex; align-items: center; gap: 18px; margin-bottom: 48px; font-size: 11px; font-weight: 800; letter-spacing: .17em; color: #7e654f; }
.section-kicker span { color: var(--rust); font-family: var(--serif); font-size: 25px; font-weight: 400; letter-spacing: 0; }
.intro-heading, .experience-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .75fr); align-items: end; gap: 90px; margin-bottom: 78px; }
.intro-heading h2, .experience-heading h2, .contact h2, .cinema h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 6vw, 78px); font-weight: 500; line-height: 1.03; letter-spacing: -.045em; }
.intro-heading p, .experience-heading > p { max-width: 500px; margin: 0 0 8px; color: #555d64; font-size: 17px; }
.route-feature { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr); gap: clamp(42px, 7vw, 100px); align-items: center; }
.route-collage { display: grid; grid-template-columns: 1fr .75fr; grid-template-rows: 1fr auto; gap: 18px; min-height: 650px; }
.route-photo { position: relative; margin: 0; overflow: hidden; background: #ddd; }
.route-photo-main { grid-row: 1 / 3; }
.route-photo-small { grid-column: 2; grid-row: 2; aspect-ratio: 1.08; margin-left: -72px; border: 12px solid var(--paper); }
.route-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.route-photo:hover img, .route-card:hover img { transform: scale(1.035); }
.route-photo figcaption { position: absolute; inset: auto 0 0; padding: 13px 16px; color: white; background: linear-gradient(0deg, rgba(0,0,0,.7), transparent); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.route-label { margin: 0 0 18px; color: var(--rust); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.route-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4.5vw, 64px); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.route-copy h3 span { font-size: .55em; color: #705b49; }
.route-summary { margin: 25px 0 30px; color: #5e6265; }
.route-days { margin: 0 0 30px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.route-days li { display: grid; grid-template-columns: 72px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.route-days > li > span { padding-top: 2px; color: var(--rust); font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.route-days strong { font-size: 14px; }
.route-days p { margin: 2px 0 0; color: #777; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding: 6px 0 8px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 800; }
.route-grid { margin-top: 105px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.route-card { background: white; border: 1px solid rgba(10,16,24,.08); }
.route-card-image { position: relative; aspect-ratio: 1.6; overflow: hidden; }
.route-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.route-card-image > span { position: absolute; left: 0; bottom: 0; padding: 10px 14px; color: white; background: rgba(10,16,24,.8); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.route-card-copy { padding: 32px 34px 36px; }
.route-card-copy > p:first-child { margin: 0 0 8px; color: var(--rust); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.route-card-copy h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 35px; font-weight: 500; line-height: 1.15; }
.route-card-copy h3 span { margin-left: 8px; font-family: var(--sans); font-size: 15px; color: #776957; }
.route-card-copy > p { color: #62666a; }

.cinema { position: relative; min-height: 660px; padding: 88px max(24px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr); gap: 70px; align-items: center; color: white; background: var(--ink); overflow: hidden; }
.cinema::before { content: "WEST"; position: absolute; left: -40px; bottom: -80px; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 300px; line-height: 1; pointer-events: none; }
.cinema-copy { position: relative; z-index: 2; }
.cinema-copy p:last-child { max-width: 420px; margin: 28px 0 0; color: rgba(255,255,255,.63); }
.cinema-frame { position: relative; z-index: 2; margin: 0; aspect-ratio: 1.7; overflow: hidden; }
.cinema-frame img { width: 100%; height: 100%; object-fit: cover; }
.cinema-frame figcaption { position: absolute; inset: auto 0 0; padding: 44px 30px 24px; display: flex; justify-content: space-between; align-items: end; background: linear-gradient(0deg, rgba(0,0,0,.72), transparent); }
.cinema-frame figcaption span { font-size: 10px; letter-spacing: .14em; }
.cinema-frame figcaption strong { font-family: var(--serif); font-size: 28px; font-weight: 500; }

.experience { padding: 125px 0 130px; }
.section-kicker-dark { color: #69717a; }
.experience-heading { margin-bottom: 60px; }
.experience-heading > p { font-family: var(--serif); font-size: 21px; font-style: italic; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid article { min-height: 285px; padding: 28px 25px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.service-grid article:last-child { border-right: 0; }
.service-grid article > span { color: var(--rust); font-family: var(--serif); font-size: 24px; }
.service-grid h3 { margin: auto 0 2px; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.service-grid p { margin: 0 0 14px; color: #8b6f59; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.service-grid small { color: #697076; font-size: 13px; line-height: 1.65; }
.vehicle-rates { margin-top: 105px; display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); border: 1px solid var(--line); background: white; }
.vehicle-panel { padding: clamp(38px, 5vw, 66px); color: white; background: #101a25; }
.vehicle-panel h3, .rate-panel h3 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.2vw, 58px); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }
.vehicle-panel > p:not(.route-label) { margin: 26px 0 30px; color: rgba(255,255,255,.66); }
.vehicle-panel ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.17); }
.vehicle-panel li { padding: 15px 0; display: flex; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.17); font-size: 14px; }
.vehicle-panel li span { color: var(--sand-bright); font-family: var(--serif); }
.rate-panel { padding: clamp(38px, 5vw, 66px); }
.rate-panel h3 { margin-bottom: 33px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pricing-grid article { min-height: 170px; padding: 23px 19px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.pricing-grid article:last-child { border-right: 0; }
.pricing-grid span { color: #696f74; font-size: 13px; }
.pricing-grid strong { margin: auto 0 2px; color: var(--rust); font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1; }
.pricing-grid small { color: #84898d; font-size: 11px; }
.rate-note { margin: 24px 0 0; color: #6b7074; font-size: 13px; }
.video-story { margin-top: 105px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: center; }
.video-copy h3 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(38px, 4vw, 56px); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.video-copy > p:last-child { color: #696f74; }
.video-wrap { aspect-ratio: 16/9; background: var(--ink); box-shadow: 0 28px 65px rgba(10,16,24,.18); }
.video-wrap iframe { width: 100%; height: 100%; border: 0; }
.booking-steps { margin-top: 105px; padding: 35px 0; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-steps div { display: flex; align-items: center; gap: 20px; }
.booking-steps b { width: 47px; height: 47px; display: grid; place-items: center; flex: 0 0 auto; color: white; background: var(--rust); border-radius: 50%; font-family: var(--serif); font-size: 19px; font-weight: 500; }
.booking-steps span { color: #777e83; font-size: 13px; }
.booking-steps strong { display: block; color: var(--ink); font-size: 16px; }
.booking-steps i { color: #9ea3a6; font-style: normal; }

.contact { padding: 120px 24px; color: white; background: #101a25; }
.contact-inner { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 115px); }
.contact h2 { font-size: clamp(46px, 5.2vw, 70px); }
.contact-copy > p { max-width: 470px; margin: 28px 0 40px; color: rgba(255,255,255,.65); }
.direct-contact { display: grid; gap: 1px; }
.direct-contact a { padding: 15px 0; display: grid; border-bottom: 1px solid rgba(255,255,255,.16); }
.direct-contact small { color: var(--sand-bright); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.direct-contact strong { font-size: 16px; overflow-wrap: anywhere; }
.inquiry-form { padding: 42px; color: var(--ink); background: var(--paper); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-form label { display: grid; gap: 7px; margin-bottom: 18px; color: #535b62; font-size: 13px; font-weight: 700; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 50px; padding: 11px 13px; color: var(--ink); background: white; border: 1px solid #d8d7d3; border-radius: 0; }
.inquiry-form textarea { resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { outline: 2px solid var(--sand); outline-offset: 0; border-color: var(--sand); }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 15px 0 0; color: #777e83; font-size: 12px; line-height: 1.55; }

.site-footer { padding: 65px max(24px, calc((100vw - 1240px) / 2)) 38px; color: white; background: #070c12; }
.footer-main { padding-bottom: 45px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 35px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand-footer { color: white; }
.footer-main > p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }
.footer-links { display: flex; gap: 24px; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.footer-links a:hover { color: var(--sand-bright); }
.footer-legal { padding-top: 28px; color: rgba(255,255,255,.38); font-size: 11px; }
.footer-legal > p { max-width: 880px; margin: 0 0 10px; }
.footer-legal summary { width: max-content; cursor: pointer; color: rgba(255,255,255,.55); }
.footer-legal details p { max-width: 1050px; }
.footer-legal details a { text-decoration: underline; text-underline-offset: 2px; }
.mobile-actions { display: none; }

@keyframes hero-in { from { opacity: .25; transform: scale(1.05); } to { opacity: 1; transform: scale(1); } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .site-header { height: 84px; padding: 0 22px; grid-template-columns: 1fr auto; }
  .brand-copy strong { font-size: 16px; }
  .main-nav { position: fixed; inset: 84px 0 0; padding: 45px 28px; display: flex; flex-direction: column; align-items: stretch; gap: 0; color: white; background: rgba(7,12,18,.98); transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { padding: 20px 0; display: flex; justify-content: space-between; text-align: left; font-family: var(--serif); font-size: 28px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .main-nav small { font-family: var(--sans); align-self: center; }
  .header-cta { display: none; }
  .menu-toggle { width: 48px; height: 48px; padding: 13px 10px; display: grid; align-content: center; gap: 5px; color: white; background: transparent; border: 0; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 26px; height: 1px; display: block; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { height: min(92vh, 860px); min-height: 700px; }
  .hero-content { top: 46%; left: 24px; width: calc(100% - 48px); }
  .hero h1 { font-size: clamp(46px, 11vw, 68px); }
  .hero-facts { left: 24px; right: 24px; bottom: 32px; gap: 18px; justify-content: space-between; }
  .scroll-cue { display: none; }
  .intro-heading, .experience-heading { grid-template-columns: 1fr; gap: 25px; }
  .route-feature { grid-template-columns: 1fr; }
  .route-collage { min-height: 580px; }
  .route-copy { max-width: 600px; }
  .route-grid { margin-top: 80px; }
  .cinema { padding: 90px 24px; grid-template-columns: 1fr; gap: 45px; }
  .cinema-copy { width: min(100%, 760px); margin: 0 auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-grid article:nth-child(2) { border-right: 0; }
  .service-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .vehicle-rates { grid-template-columns: 1fr; }
  .video-story { grid-template-columns: 1fr; gap: 35px; }
  .booking-steps { grid-template-columns: 1fr; }
  .booking-steps i { display: none; }
  .contact-inner { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 32px); }
  body { padding-bottom: 58px; }
  .site-header { height: 76px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy small { display: none; }
  .main-nav { inset: 76px 0 0; }
  .hero { min-height: 720px; height: 92svh; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,9,14,.82), rgba(5,9,14,.26)), linear-gradient(0deg, rgba(5,9,14,.85), transparent 55%); }
  .hero-content { top: 44%; transform: translateY(-44%); }
  .eyebrow { font-size: 10px; letter-spacing: .14em; }
  .hero h1 { font-size: clamp(43px, 13vw, 61px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-facts { bottom: 20px; }
  .hero-facts div { padding-left: 10px; }
  .hero-facts strong { font-size: 12px; }
  .hero-facts span { display: none; }
  .intro, .experience { padding: 85px 0 90px; }
  .section-kicker { margin-bottom: 30px; font-size: 9px; }
  .intro-heading, .experience-heading { margin-bottom: 48px; }
  .intro-heading h2, .experience-heading h2, .contact h2, .cinema h2 { font-size: 47px; }
  .route-collage { min-height: 465px; gap: 10px; }
  .route-photo-small { margin-left: -42px; border-width: 7px; }
  .route-copy h3 { font-size: 44px; }
  .route-grid { grid-template-columns: 1fr; gap: 24px; }
  .route-card-copy { padding: 26px 24px 30px; }
  .cinema { min-height: 620px; padding: 80px 16px; }
  .cinema-frame { aspect-ratio: .98; }
  .cinema-frame figcaption { padding: 50px 18px 18px; display: grid; gap: 2px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid article:last-child { border-bottom: 0; }
  .vehicle-rates { margin-top: 75px; }
  .vehicle-panel, .rate-panel { padding: 34px 24px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-grid article { min-height: 124px; border-right: 0; border-bottom: 1px solid var(--line); }
  .pricing-grid article:last-child { border-bottom: 0; }
  .video-story { margin-top: 75px; }
  .video-copy h3 { font-size: 40px; }
  .booking-steps { margin-top: 75px; }
  .contact { padding: 85px 16px; }
  .inquiry-form { padding: 27px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { padding: 55px 20px 30px; }
  .mobile-actions { position: fixed; inset: auto 0 0; z-index: 50; height: 58px; display: grid; grid-template-columns: repeat(3, 1fr); color: white; background: #0b121b; box-shadow: 0 -8px 25px rgba(0,0,0,.18); }
  .mobile-actions a { display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.15); font-size: 14px; font-weight: 700; }
  .mobile-actions a:last-child { color: white; background: var(--rust); border-right: 0; }
}

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