/* All Suite Cruise Ships — shared, self-hosted presentation. */
:root {
  color-scheme: light;
  --ink: #202020;
  --ink-soft: #474747;
  --black: #000000;
  --black-deep: #000000;
  --ivory: #f8f5ee;
  --paper: #fffdf8;
  --gold: #c8ac74;
  --gold-light: #e5d3ad;
  --muted: #64615b;
  --line: #ded9cf;
  --soft: #eeebe5;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, Helvetica, sans-serif;
  --content-width: 1240px;
  --shadow: 0 18px 52px rgb(0 0 0 / 7%);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 1.5rem; }
body.modern-site { margin: 0; min-width: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
a { color: #323232; text-underline-offset: .2em; text-decoration-thickness: 1px; }
a:hover { color: #000000; text-decoration-thickness: 2px; }
a, button, input, summary { -webkit-tap-highlight-color: rgb(200 172 116 / 30%); }
:focus-visible { outline: 3px solid #936622; outline-offset: 4px; border-radius: 2px; }
::selection { background: #e4d4af; color: #202020; }
[hidden] { display: none !important; }
img, video, svg, canvas { max-width: 100%; }
img { height: auto; vertical-align: middle; }
iframe, object, embed { max-width: 100%; }
figure { margin: 1.6rem 0; }
figcaption { margin-top: .65rem; color: var(--muted); font-size: .875rem; }
p { margin: 0 0 1.1rem; }
ul, ol { padding-inline-start: 1.4rem; }
li + li { margin-top: .35rem; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.2; color: var(--ink); }
h1 { font-size: clamp(2.35rem, 4.8vw, 4.6rem); letter-spacing: -.035em; }
h2 { margin: 0 0 1rem; font-size: clamp(1.8rem, 3vw, 2.65rem); letter-spacing: -.025em; }
h3 { margin: 1.5rem 0 .7rem; font-size: 1.45rem; }
h4 { margin: 1.3rem 0 .6rem; font-size: 1.15rem; font-weight: 700; }
:where(p, li, dd, dt, h1, h2, h3, h4, a, address) { overflow-wrap: anywhere; }
address { font-style: normal; }
.shell, .section-inner { width: min(var(--content-width), calc(100% - 72px)); margin-inline: auto; min-width: 0; }
.skip-link { position: absolute; left: 1rem; top: -6rem; padding: .7rem 1.2rem; background: var(--paper); color: var(--black); z-index: 100; font-weight: 700; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }
.masthead { background: var(--black-deep); color: var(--ivory); border-top: 3px solid var(--gold); }
.masthead a, .site-footer a { color: var(--ivory); }
.masthead a:hover, .site-footer a:hover { color: var(--gold-light); }
.masthead :focus-visible, .site-footer :focus-visible, .page-hero :focus-visible { outline-color: #efd193; }
.contact-strip { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: .35rem 1.5rem; padding-block: .55rem; color: #e7e3db; font-size: .78rem; border-bottom: 1px solid rgb(229 211 173 / 18%); }
.contact-strip a { text-decoration: none; }
.contact-strip a:hover { text-decoration: underline; }
.contact-strip .contact-note { margin-right: auto; color: #c9c3b6; }
.contact-strip > .shell { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: .35rem 1.5rem; }
.contact-strip > .shell > span:first-child { margin-right: auto; color: #c9c3b6; }
.header-main, .masthead-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-block: 1.55rem; }
.brand { display: inline-flex; align-items: center; gap: .95rem; text-decoration: none; line-height: 1.2; min-width: 0; font-family: var(--serif); font-size: 1.35rem; }
.brand > span:not(.brand-mark) { font-family: var(--serif); font-size: 1.35rem; letter-spacing: .025em; }
.brand-mark { display: inline-grid; place-items: center; flex: 0 0 49px; width: 49px; height: 49px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 1.25rem; }
.brand-name, .brand-text { display: block; font-family: var(--serif); font-size: 1.35rem; letter-spacing: .025em; }
.brand-subtitle, .brand small { display: block; margin-top: .3rem; color: #c9c3b6; font-family: var(--sans); font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; }
.primary-nav, .nav-links { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: .35rem 1.4rem; min-width: 0; }
.primary-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .85rem; text-decoration: none; }
.primary-nav a:hover { text-decoration: underline; }
.primary-nav .button { min-height: 43px; font-size: .82rem; padding: .55rem 1.1rem; }
.nav-disclosure { width: 100%; }
.nav-disclosure > summary { padding: .7rem; font-size: .9rem; color: var(--gold-light); }
.nav-disclosure .nav-links { padding-block: .7rem; }
.breadcrumbs { padding-block: 1rem; color: var(--muted); font-size: .75rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: baseline; gap: .35rem .65rem; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li { margin: 0; min-width: 0; }
.breadcrumbs li + li::before { content: "/"; display: inline-block; margin-right: .65rem; color: #928b7f; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--black); text-decoration: underline; }
.page-hero { position: relative; background: var(--black); color: var(--ivory); border-bottom: 1px solid #8b8659; padding-block: clamp(2.8rem, 5vw, 5.3rem); }
.page-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: none; }
.page-hero > * { position: relative; }
.page-hero .shell { padding-right: min(9vw, 120px); }
.eyebrow { margin: 0 0 1.15rem; color: #75613e; font-size: .68rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.page-hero .eyebrow, .enquiry-panel .eyebrow { color: var(--gold-light); }
.page-hero h1 { margin: 0 0 1.2rem; max-width: 1040px; color: var(--ivory); text-wrap: balance; }
.page-hero .lead { max-width: 790px; color: #e3ded3; font-size: clamp(1.02rem, 1.4vw, 1.18rem); line-height: 1.75; }
.page-hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; margin-top: 1.8rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .5rem; min-height: 48px; max-width: 100%; padding: .8rem 1.4rem; border: 1px solid var(--black); border-radius: 2px; background: var(--black); color: #fffdf4; font-size: .88rem; font-weight: 600; line-height: 1.4; text-align: center; text-decoration: none; transition: background-color 160ms ease, border-color 160ms ease; }
.button:hover { background: #292929; border-color: #292929; color: #fffdf4; text-decoration: none; }
.page-hero .button, .masthead .button, .enquiry-panel .button { background: var(--gold-light); border-color: var(--gold-light); color: #202020; }
.page-hero .button:hover, .masthead .button:hover, .enquiry-panel .button:hover { background: #f4e3bf; border-color: #f4e3bf; color: #202020; }
.button.secondary { color: var(--black); background: transparent; border-color: #999183; }
.button.secondary:hover { background: #e9e5dc; }
.page-hero .button.secondary, .enquiry-panel .button.secondary { color: var(--ivory); background: transparent; border-color: #a49a88; }
.page-hero .button.secondary:hover, .enquiry-panel .button.secondary:hover { background: rgb(255 255 255 / 8%); }
.page-hero .button-secondary { color: var(--ivory); background: transparent; border-color: #a49a88; }
.page-hero .button-secondary:hover { background: rgb(255 255 255 / 8%); color: var(--ivory); }
.hero-notes { display: flex; flex-wrap: wrap; gap: .5rem 2rem; margin-top: 2.5rem; padding-top: 1.3rem; border-top: 1px solid rgb(229 211 173 / 23%); color: #dfd9cd; font-size: .73rem; letter-spacing: .06em; }
.hero-notes span::before { content: "◇"; color: var(--gold-light); margin-right: .5rem; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 2.8rem; align-items: start; padding-block: 3.5rem; }
.content-grid > *, .page-content, .legacy-content, .legacy-layout { min-width: 0; max-width: 100%; }
.content-grid:has(> .page-content:only-child) { grid-template-columns: minmax(0, 1fr); }
.page-content > section, .page-intro { margin-bottom: 2.6rem; }
.page-intro { padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.page-intro p { max-width: 80ch; }
.planning-panel { padding: 1.7rem; border: 1px solid #d8d1c4; background: #eeebe4; border-top: 3px solid #b6a06f; font-size: .9rem; }
.planning-panel h2, .planning-panel h3 { font-size: 1.55rem; margin: 0 0 1rem; }
.planning-panel p, .planning-panel li { color: #55514a; }
.planning-panel .button { width: 100%; margin: .6rem 0 1.1rem; }
.planning-panel a { overflow-wrap: anywhere; }
.planning-panel > a:not(.button) { display: block; padding-block: .25rem; }
.planning-panel .contact-label { display: block; margin-top: 1rem; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.planning-panel .contact-number { font-size: 1.14rem; }
.reference-notice, .date-notice, .archive-notice { padding: 1.1rem 1.3rem; margin: 1.5rem 0; border: 1px solid #ddcfac; border-left: 3px solid #ac8d49; background: #f5edd9; color: #554b32; font-size: .9rem; }
.reference-note { padding: 1.1rem 1.3rem; margin: 0 0 1.8rem; border: 1px solid #d8d1c4; border-left: 3px solid #ac8d49; background: #efebe3; color: #514b40; font-size: .9rem; }
.reference-notice p:last-child, .date-notice p:last-child, .archive-notice p:last-child { margin-bottom: 0; }
.reference-notice strong, .date-notice strong, .archive-notice strong { color: #49402b; }
.legacy-content { color: #343434; line-height: 1.75; }
.legacy-content > :first-child { margin-top: 0; }
.legacy-content :where(div, section, p, span, font, center) { max-width: 100%; }
.legacy-content :where(p, div, li, span, font, td, th) { overflow-wrap: anywhere; white-space: normal; }
.legacy-content font { font-family: inherit; font-size: inherit; color: inherit; }
.legacy-content center { text-align: left; }
.legacy-content h2 { padding-top: 1.5rem; }
.legacy-content h3 { font-size: 1.5rem; }
.legacy-content img { max-width: 100%; height: auto; margin-block: .45rem; border-radius: 2px; }
.legacy-content :where(pre, code) { white-space: pre-wrap; overflow-wrap: anywhere; }
.legacy-content hr { border: 0; border-top: 1px solid var(--line); margin-block: 2rem; }
.legacy-layout { display: block; width: 100%; border: 0; background: transparent; }
table.legacy-layout > :where(tbody, thead, tfoot), table.legacy-layout > :where(tbody, thead, tfoot) > tr, table.legacy-layout > tr { display: block; width: 100%; }
table.legacy-layout > :where(tbody, thead, tfoot) > tr > :where(td, th), table.legacy-layout > tr > :where(td, th) { display: block; width: 100%; min-width: 0; padding: .5rem 0; border: 0; text-align: start; }
.legacy-cell { min-width: 0; margin-bottom: 1rem; }
.legacy-row { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-items: start; margin-bottom: 1rem; }
.legacy-row > * { flex: 1 1 210px; min-width: 0; max-width: 100%; }
.media-row { align-items: center; }
.media-row img { max-height: 440px; object-fit: contain; }
.table-scroll { display: block; width: 100%; max-width: 100%; min-width: 0; overflow-x: auto; overscroll-behavior-inline: contain; margin: 1.5rem 0 2rem; border: 1px solid #d6d0c4; border-radius: 3px; background: var(--paper); scrollbar-color: #8f887d #ece7dc; scrollbar-width: thin; }
.table-scroll:focus-visible { outline-offset: 3px; }
.table-scroll table { width: 100%; min-width: 36rem; border-collapse: collapse; border-spacing: 0; font-size: .89rem; line-height: 1.55; text-align: left; color: var(--ink); }
.table-scroll table table { min-width: 0; }
.table-scroll caption { padding: 1rem; color: var(--ink); background: #eeeae2; font-weight: 600; text-align: left; }
.table-scroll :where(td, th) { padding: .85rem 1rem; vertical-align: top; border: 1px solid #e3ddd2; background: transparent; overflow-wrap: normal; word-break: normal; }
.table-scroll th, .table-scroll thead td { background: #e8e3d8; color: #303030; font-weight: 600; }
.table-scroll th { min-width: 4.5rem; }
.table-scroll th :where(span, b, strong, font) { overflow-wrap: normal; }
.table-scroll tbody tr:nth-child(even) { background: #f3f0e9; }
.table-scroll :where(td, th) > :last-child { margin-bottom: 0; }
.table-scroll img { max-width: 100%; height: auto; }
.scroll-hint { margin: -.7rem 0 1.4rem; color: var(--muted); font-size: .75rem; }
.related-links { padding: 2rem; margin-block: 2.5rem; border: 1px solid var(--line); background: #f0ece4; }
.related-links h2 { font-size: 1.65rem; }
.related-links ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem 1.4rem; list-style: none; padding: 0; margin: 0; }
.related-links li { margin: 0; }
.related-links a { display: block; padding: .55rem 0; font-size: .9rem; }
.related-links a::after { content: " ↗"; color: #887347; }
.faq { padding-block: 2rem; }
.faq details { border-top: 1px solid #d5cec1; }
.faq details:last-child { border-bottom: 1px solid #d5cec1; }
.faq summary { padding: 1.2rem 2.2rem 1.2rem 0; font-family: var(--serif); font-size: 1.25rem; line-height: 1.45; }
.faq summary::marker { color: #8c7444; font-size: .75em; }
.faq details p, .faq details > div { padding: 0 0 .8rem 1.15rem; color: #55514a; max-width: 84ch; }
.enquiry-panel { padding: clamp(2.2rem, 5vw, 4.5rem); margin-block: 2.5rem; border-top: 2px solid var(--gold); background: var(--black); color: #ded8cd; }
.enquiry-panel:has(> .shell) { padding-inline: 0; }
.enquiry-panel h2 { color: var(--ivory); max-width: 750px; }
.enquiry-panel p { max-width: 760px; }
.enquiry-panel a { color: #f0ddba; }
.enquiry-panel .contact-links { display: flex; flex-wrap: wrap; gap: .55rem 1.7rem; margin-block: 1.5rem 0; }
.site-footer { padding-block: 3.2rem 1.5rem; border-top: 1px solid #b29f6b; background: var(--black-deep); color: #cbc5b9; font-size: .86rem; }
.footer-inner, .footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2.5rem; }
.site-footer .brand { margin-bottom: 1.2rem; }
.site-footer > .shell > .brand { display: block; }
.site-footer h2, .site-footer h3 { margin: 0 0 1rem; color: #e8e2cd; font-family: var(--sans); font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-block: .4rem; }
.site-footer p { max-width: 42ch; }
.footer-links { display: flex; flex-wrap: wrap; align-content: start; gap: .5rem 1.5rem; }
.site-footer .footer-links a { min-height: 40px; display: inline-flex; align-items: center; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem 2rem; margin-top: 2rem; padding-top: 1.3rem; border-top: 1px solid rgb(229 211 173 / 20%); color: #bab2a5; font-size: .72rem; }
.footer-bottom p { margin: 0; max-width: none; }
.site-footer .fine-print { max-width: 95ch; margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid rgb(229 211 173 / 20%); color: #bab2a5; font-size: .75rem; }
/* Editorial landing-page modules also work as compact ship directories. */
.home-content { min-width: 0; }
.home-content > section { padding-block: 3.2rem; border-bottom: 1px solid var(--line); }
.home-content > section:first-of-type { padding-top: .2rem; }
.home-content > section:last-child { border-bottom: 0; }
.home-content > section > p { max-width: 74ch; }
.home-content :where(.line-grid, .feature-grid) { margin-top: 2rem; }
.home-content .faq .section-head { grid-template-columns: minmax(0, 1fr); gap: 1rem; }
.home-content .line-card::after { content: "Explore this cruise line →"; margin-top: auto; padding-top: .6rem; color: #323232; font-size: .75rem; }
.home-hero { padding-block: clamp(4rem, 8vw, 7rem); }
.home-hero h1 { max-width: 920px; font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: 1.06; }
.home-hero .lead { max-width: 690px; }
.home-section { padding-block: clamp(3rem, 5vw, 5rem); }
.home-section + .home-section { border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; margin-bottom: 2.4rem; }
.section-head > :last-child { color: var(--muted); margin-bottom: .2rem; }
.section-head h2 { margin-bottom: 0; }
.line-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.line-card { display: flex; flex-direction: column; position: relative; min-width: 0; min-height: 250px; padding: 2rem; background: var(--paper); border: 1px solid #d8d1c4; text-decoration: none; color: var(--ink); transition: border-color 160ms ease, box-shadow 160ms ease; }
.line-card:hover { border-color: #b3a382; color: var(--ink); box-shadow: 0 12px 30px rgb(0 0 0 / 7%); }
.line-card small { display: block; color: #806a42; font-size: .63rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.line-card h3 { font-size: 1.9rem; margin: 1.5rem 0 .7rem; }
.line-card p { margin-bottom: 1.8rem; color: #5c564b; font-size: .91rem; }
.line-card .card-link { margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .78rem; font-weight: 600; }
.line-card .card-link::after { content: " →"; }
.line-card.featured { background: #ece7dc; border-color: #c7bcaa; }
.line-card img { align-self: start; max-height: 190px; object-fit: contain; margin-bottom: .8rem; }
.feature-grid, .intro-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.feature-card, .intro-card { padding: 1.8rem 1.8rem 1.8rem 0; border-top: 1px solid #c0b6a2; }
.feature-card .number, .intro-card .number { font-family: var(--serif); font-size: 1.45rem; color: #8b7347; }
.feature-card h3, .intro-card h3 { margin-top: 1rem; font-size: 1.7rem; }
.feature-card p, .intro-card p { color: var(--muted); font-size: .95rem; }
.page-filter { padding: 1.25rem; margin-block: 1.5rem; border: 1px solid var(--line); background: var(--soft); }
.page-filter label { display: block; font-size: .83rem; font-weight: 600; }
.page-filter input { display: block; width: 100%; margin-top: .5rem; padding: .8rem; border: 1px solid #aa9d88; border-radius: 2px; background: var(--paper); color: var(--ink); }
.page-filter [role="status"] { display: block; padding-top: .5rem; color: var(--muted); font-size: .8rem; }
@media (min-width: 1100px) {
  .planning-panel { position: sticky; top: 1.5rem; }
}
@media (max-width: 1050px) {
  .header-main, .masthead-inner { gap: 1rem; flex-wrap: wrap; }
  .primary-nav { justify-content: flex-start; }
  .content-grid { grid-template-columns: minmax(0, 1fr) 250px; gap: 1.6rem; }
  .planning-panel { padding: 1.3rem; }
  .line-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .line-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .footer-inner, .footer-grid { gap: 1.6rem; grid-template-columns: 1fr 1fr; }
  .footer-inner > :first-child, .footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 800px) {
  .shell, .section-inner { width: calc(100% - 40px); }
  .content-grid { grid-template-columns: minmax(0, 1fr); gap: 1.6rem; padding-block: 2.2rem; }
  .planning-panel { max-width: none; padding: 1.6rem; }
  .page-hero .shell { padding-right: 0; }
  .primary-nav, .nav-links { gap: .2rem 1.2rem; justify-content: flex-start; }
  .primary-nav { width: 100%; }
  .contact-strip { justify-content: flex-start; gap: .3rem 1rem; }
  .contact-strip > .shell { justify-content: flex-start; gap: .3rem 1rem; }
  .contact-strip > .shell > span:first-child { width: 100%; }
  .contact-strip .contact-note { width: 100%; }
  .section-head { grid-template-columns: 1fr; gap: 1.2rem; }
  .feature-grid, .intro-grid { gap: 1.3rem; }
  .feature-card, .intro-card { padding-right: 0; }
}
@media (max-width: 540px) {
  body.modern-site { font-size: 16px; }
  .shell, .section-inner { width: calc(100% - 32px); }
  .header-main, .masthead-inner { padding-block: 1.15rem .85rem; }
  .contact-strip { font-size: .7rem; }
  .brand { gap: .75rem; }
  .brand-mark { flex-basis: 41px; width: 41px; height: 41px; font-size: 1.1rem; }
  .brand-name, .brand-text { font-size: 1.12rem; }
  .brand, .brand > span:not(.brand-mark) { font-size: 1.12rem; }
  .brand-subtitle, .brand small { font-size: .55rem; letter-spacing: .14em; }
  .primary-nav { gap: .15rem 1rem; }
  .primary-nav a { font-size: .76rem; min-height: 40px; }
  .primary-nav .button { padding: .5rem .8rem; font-size: .75rem; }
  .breadcrumbs { padding-block: .8rem; font-size: .7rem; }
  .page-hero { padding-block: 2.5rem; }
  .page-hero h1 { font-size: clamp(2.15rem, 8.5vw, 2.8rem); }
  .home-hero h1 { font-size: clamp(2.7rem, 10vw, 3.3rem); }
  .eyebrow { font-size: .6rem; letter-spacing: .16em; }
  .hero-actions { gap: .65rem; }
  .hero-actions .button { flex: 1 1 100%; }
  .hero-notes { display: grid; gap: .65rem; margin-top: 1.6rem; }
  .line-grid, .feature-grid, .intro-grid { grid-template-columns: minmax(0, 1fr); }
  .line-card, .line-card.featured { grid-column: auto; min-height: 0; padding: 1.5rem; }
  .line-card h3 { margin-top: 1rem; }
  .feature-card, .intro-card { padding-block: 1.3rem; }
  .related-links { padding: 1.35rem; }
  .home-content > section { padding-block: 2.2rem; }
  .related-links ul { grid-template-columns: minmax(0, 1fr); gap: .25rem; }
  .table-scroll :where(td, th) { padding: .65rem .8rem; }
  .faq summary { font-size: 1.16rem; padding-block: 1rem; }
  .enquiry-panel { padding: 1.7rem 1.35rem; }
  .footer-inner, .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .site-footer { padding-block: 2.3rem 1.3rem; }
  .site-footer .brand-name, .site-footer .brand-text { font-size: 1.1rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0s !important; }
}
@media print {
  body.modern-site { color: #000; background: #fff; font-size: 11pt; }
  .skip-link, .primary-nav, .hero-actions, .page-filter, .planning-panel { display: none; }
  .shell, .section-inner { width: 100%; }
  .masthead, .page-hero, .enquiry-panel, .site-footer { background: #fff; color: #000; padding: 1rem 0; }
  .masthead a, .page-hero h1, .page-hero .lead, .page-hero .eyebrow, .enquiry-panel h2, .enquiry-panel a, .site-footer a { color: #000; }
  .content-grid { display: block; padding-block: 1rem; }
  .table-scroll { overflow: visible; border-color: #bbb; }
  .table-scroll table { min-width: 0; font-size: 9pt; }
  .table-scroll :where(td, th) { padding: .4rem; }
  a { color: #000; }
  .faq details > * { display: block; }
}
