/* Homepage typography refinement — desktop only.
   Uses the existing Jost webfont to create a clean Swiss/geometric hierarchy
   without changing Britannia's established colours, layout, or mobile type. */
@media (min-width: 1025px) {
  body.page-home {
    --home-display-font: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --home-readable-text: #c5bfb5;
    --home-readable-muted: #b8b1a6;
  }

  /* Balanced eyebrow system: equal rules frame each label without extra markup. */
  body.page-home #hero .hero-eyebrow,
  body.page-home .section-eyebrow {
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  body.page-home #hero .hero-eyebrow {
    display: inline-flex;
    width: fit-content;
  }

  body.page-home .section-eyebrow {
    display: flex;
    width: max-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  body.page-home #hero .hero-eyebrow-line,
  body.page-home .section-eyebrow-line,
  body.page-home #hero .hero-eyebrow::after,
  body.page-home .section-eyebrow::after {
    width: 36px;
    height: 1px;
    flex: 0 0 36px;
  }

  body.page-home #hero .hero-eyebrow-line,
  body.page-home .section-eyebrow-line {
    background: linear-gradient(90deg, rgba(201, 168, 76, 0.24), var(--gold));
  }

  body.page-home #hero .hero-eyebrow::after,
  body.page-home .section-eyebrow::after {
    background: linear-gradient(90deg, var(--gold), rgba(201, 168, 76, 0.24));
    content: "";
  }

  body.page-home #hero .hero-eyebrow {
    margin-right: 0;
    margin-left: 0;
  }

  body.page-home #hero .hero-title,
  body.page-home .section-title,
  body.page-home #services .service-name,
  body.page-home #booking .form-title,
  body.page-home #fleet .fleet-model,
  body.page-home #fleet .fleet-spec-val,
  body.page-home #about .about-image-badge-num,
  body.page-home #about .why-item-title,
  body.page-home #testimonials .testimonial-quote-mark,
  body.page-home #testimonials .testimonial-text,
  body.page-home #testimonials .testimonial-avatar,
  body.page-home #cta-banner .cta-title,
  body.page-home #cta-banner::before {
    font-family: var(--home-display-font);
    font-synthesis: none;
  }

  /* Thin display type plus a stronger gold phrase follows the supplied references. */
  body.page-home #hero .hero-title {
    max-width: 680px;
    font-size: clamp(58px, 5.2vw, 78px);
    font-weight: 300;
    line-height: 1.03;
    letter-spacing: -0.036em;
  }

  body.page-home #hero .hero-title em,
  body.page-home .section-title em {
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.04em;
  }

  body.page-home .section-title {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(40px, 3.6vw, 56px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -0.032em;
    text-align: center;
    text-wrap: balance;
  }

  /* Remove only intentional mobile breaks; desktop then wraps naturally. */
  body.page-home .desktop-auto-break {
    display: none;
  }

  /* Let the reservation heading span the full grid while preserving mobile markup. */
  body.page-home #booking .booking-inner {
    grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.55fr);
    column-gap: 64px;
    row-gap: 0;
  }

  body.page-home #booking .booking-info {
    display: contents;
    padding-top: 0;
  }

  body.page-home #booking .booking-info > .section-eyebrow,
  body.page-home #booking .booking-info > .section-title,
  body.page-home #booking .booking-info > .section-body {
    grid-column: 1 / -1;
  }

  body.page-home #booking .booking-info > .section-eyebrow {
    grid-row: 1;
  }

  body.page-home #booking .booking-info > .section-title {
    grid-row: 2;
  }

  body.page-home #booking .booking-info > .section-body {
    grid-row: 3;
    max-width: 76ch;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    text-align: center;
  }

  body.page-home #booking .booking-contact-items {
    grid-column: 1;
    grid-row: 4;
    margin-top: 0;
  }

  body.page-home #booking .booking-form {
    grid-column: 2;
    grid-row: 4;
  }

  body.page-home #services .services-header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    text-align: center;
  }

  body.page-home #services .services-header > div:first-child {
    width: 100%;
  }

  body.page-home #fleet .fleet-header .section-body {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  body.page-home #hero .hero-eyebrow span,
  body.page-home .section-eyebrow span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
  }

  body.page-home #hero .hero-subtitle {
    max-width: 60ch;
    color: #e0dbd3;
    font-size: clamp(16px, 1.15vw, 17px);
    font-weight: 400;
    line-height: 1.68;
    letter-spacing: 0.004em;
  }

  body.page-home .section-body {
    max-width: 66ch;
    color: var(--home-readable-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.003em;
    text-wrap: pretty;
  }

  body.page-home #services .service-name {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.018em;
  }

  body.page-home #booking .form-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.018em;
  }

  body.page-home #fleet .fleet-model {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.012em;
  }

  body.page-home #fleet .fleet-spec-val,
  body.page-home #about .about-image-badge-num {
    font-weight: 500;
    letter-spacing: -0.025em;
  }

  body.page-home #about .why-item-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.006em;
  }

  body.page-home #services .service-desc,
  body.page-home #fleet .fleet-desc,
  body.page-home #about .why-item-text {
    color: var(--home-readable-muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.72;
    text-wrap: pretty;
  }

  body.page-home #fleet .fleet-card {
    display: flex;
    flex-direction: column;
  }

  body.page-home #fleet .fleet-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
  }

  body.page-home #fleet .fleet-desc {
    flex: 1 1 auto;
  }

  body.page-home #booking .booking-contact-text,
  body.page-home #booking .form-subtitle,
  body.page-home #booking .form-check,
  body.page-home #booking .form-note {
    color: var(--home-readable-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
  }

  body.page-home #booking .booking-contact-text strong {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
  }

  body.page-home #booking .form-group label,
  body.page-home #booking .form-row-label {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
  }

  body.page-home #booking .form-group input,
  body.page-home #booking .form-group select,
  body.page-home #booking .form-group textarea {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
  }

  body.page-home #booking .form-group input::placeholder,
  body.page-home #booking .form-group textarea::placeholder {
    color: #aaa59b;
    opacity: 1;
  }

  body.page-home #booking .form-group input:focus-visible,
  body.page-home #booking .form-group select:focus-visible,
  body.page-home #booking .form-group textarea:focus-visible,
  body.page-home #booking .btn-submit:focus-visible {
    outline: 2px solid var(--gold-light);
    outline-offset: 2px;
  }

  body.page-home #hero .hero-stat-number {
    font-size: 15px;
    font-weight: 500;
  }

  body.page-home #hero .hero-stat-label,
  body.page-home #fleet .fleet-spec-key {
    color: var(--home-readable-muted);
    font-size: 11px;
    font-weight: 500;
  }

  body.page-home #fleet .fleet-class {
    font-size: 11px;
    font-weight: 600;
  }

  body.page-home #coverage .airport-item {
    font-size: 14px;
    font-weight: 400;
  }

  body.page-home #coverage .local-tag {
    color: var(--home-readable-muted);
    font-size: 13px;
    font-weight: 500;
  }

  body.page-home #testimonials .testimonial-quote-mark {
    font-weight: 300;
    letter-spacing: -0.05em;
  }

  body.page-home #testimonials .testimonial-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.002em;
  }

  body.page-home #testimonials .testimonial-name {
    font-size: 14px;
    font-weight: 500;
  }

  body.page-home #testimonials .testimonial-role {
    color: var(--home-readable-muted);
    font-size: 12px;
    font-weight: 400;
  }

  body.page-home #testimonials .testimonial-avatar {
    font-weight: 500;
  }

  body.page-home #cta-banner .cta-title {
    font-size: clamp(40px, 3.5vw, 52px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -0.032em;
  }

  body.page-home #cta-banner .cta-sub {
    color: rgba(10, 10, 10, 0.84);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }

  body.page-home #cta-banner::before {
    font-weight: 300;
    letter-spacing: -0.055em;
  }

  body.page-home nav .nav-links a {
    font-size: 11px;
    font-weight: 600;
  }

  body.page-home footer .footer-tagline,
  body.page-home footer .footer-email,
  body.page-home footer .footer-links a {
    color: var(--home-readable-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
  }

  body.page-home footer .footer-col-title {
    font-size: 11px;
  }

  body.page-home footer .footer-copy {
    color: #aaa59b;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
  }

  /* Content stays available even if scroll animation support or JS fails. */
  body.page-home .reveal,
  body.page-home .reveal.visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
