/* VIP Araç.Rent — shared, local-first visual system. */
:root {
  color-scheme: light;
  --ink: #10252b;
  --ink-deep: #0a191e;
  --paper: #f7f5ef;
  --surface: #fffefa;
  --surface-soft: #eeebe3;
  --text: #193037;
  --muted: #59696c;
  --line: #d9ded8;
  --gold: #d6b57b;
  --gold-dark: #7d602c;
  --white: #fffefa;
  --radius: 5px;
  --shadow: 0 16px 48px rgb(16 37 43 / 9%);
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body, button, input, select, textarea { font-synthesis: none; }
main { min-height: 60vh; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button { color: inherit; }
a { color: inherit; text-underline-offset: .23em; }
a, button, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button, a, input, select, textarea, summary { scroll-margin-top: 110px; }
:focus-visible { outline: 3px solid #a97828; outline-offset: 5px; }
::selection { background: #dec494; color: var(--ink-deep); }
h1, h2, h3, h4, p, ul, ol { margin-top: 0; }
h1, h2, h3, h4 { color: inherit; line-height: 1.15; }
h1, h2, .cta-panel h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(2.6rem, 4.8vw, 4.5rem); }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.3vw, 3rem); }
h3 { margin-bottom: 14px; font-size: 1.3rem; font-weight: 600; letter-spacing: -.025em; }
h4 { font-size: 1rem; font-weight: 650; }
p { margin-bottom: 1.2em; }
ul, ol { padding-left: 1.35em; }
hr { margin: 32px 0; border: 0; border-top: 1px solid var(--line); }
small { font-size: .83rem; }
strong { font-weight: 650; }
[hidden] { display: none !important; }
.container { width: min(var(--container), calc(100% - 80px)); margin-inline: auto; }
.skip-link {
  position: fixed; z-index: 100; top: 12px; left: 16px;
  padding: 12px 20px; background: var(--gold); color: var(--ink-deep);
  transform: translateY(-180%); border-radius: var(--radius); font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--ink-deep); color: var(--white); border-bottom: 1px solid #2d3c3e; }
.site-header > .container { display: flex; align-items: center; gap: 30px; min-height: 86px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px;
  border: 1px solid #9b865d; color: var(--gold); font-family: Georgia, serif; font-size: 17px; letter-spacing: -.06em;
}
.brand-mark svg { width: 25px; height: 25px; }
.brand-name { display: block; color: var(--white); font-size: 1.08rem; line-height: 1.2; font-weight: 650; letter-spacing: .045em; }
.brand-name > span { color: var(--gold); font-weight: 400; }
.brand-name small { display: block; margin-top: 6px; color: #b7c2c1; font-size: .57rem; font-weight: 500; letter-spacing: .21em; text-transform: uppercase; }
.brand img { width: auto; height: 45px; max-width: 185px; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: center; flex: 1; gap: 25px; }
.site-nav ul { display: contents; list-style: none; }
.site-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .88rem; color: #dce2df; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--gold); }
.header-contact { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 16px; border: 1px solid #6e705d; color: var(--gold); font-size: .81rem; font-weight: 600; white-space: nowrap; text-decoration: none; }
.header-contact:hover { background: var(--gold); color: var(--ink-deep); }
.menu-toggle { display: none; align-items: center; justify-content: center; gap: 9px; min-width: 46px; min-height: 44px; padding: 9px 13px; border: 1px solid #516160; border-radius: 3px; background: transparent; color: var(--white); font-size: .82rem; }
.menu-toggle svg { width: 20px; height: 20px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 51px; padding: 13px 23px; border: 1px solid transparent; border-radius: 3px;
  font-size: .9rem; font-weight: 650; line-height: 1.4; text-align: center; text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.button svg { width: 18px; height: 18px; }
.button-primary { background: var(--gold); color: var(--ink-deep); }
.button-primary:hover { background: #e6c794; }
.button-secondary { background: transparent; border-color: #718181; color: var(--ink); }
.button-secondary:hover { background: var(--surface-soft); border-color: var(--ink); }
.button-text { min-height: 44px; padding-inline: 2px; color: var(--gold-dark); text-decoration: underline; }
.eyebrow { display: block; margin-bottom: 20px; color: var(--gold-dark); font-size: .72rem; line-height: 1.6; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero { position: relative; isolation: isolate; min-height: 650px; overflow: hidden; background: var(--ink-deep); color: var(--white); }
.hero-media { position: absolute; z-index: -2; inset: 0; margin: 0; width: 100%; height: 100%; }
.hero-media img, img.hero-media { width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgb(6 22 28 / 96%) 0%, rgb(6 22 28 / 85%) 30%, rgb(6 22 28 / 39%) 64%, rgb(6 22 28 / 8%) 100%), linear-gradient(0deg, rgb(6 22 28 / 62%), transparent 35%); }
.hero-inner { display: flex; align-items: center; min-height: 650px; padding-block: 82px 70px; }
.hero-content { max-width: 640px; }
.hero h1 { max-width: 630px; font-size: clamp(2.9rem, 5.2vw, 4.8rem); line-height: 1.08; }
.hero .eyebrow { color: var(--gold); }
.hero-content > p { max-width: 515px; color: #d4dddb; font-size: 1.03rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 30px; }
.hero .button-secondary, .cta-panel .button-secondary, .page-hero .button-secondary { border-color: #8a9794; color: var(--white); background: rgb(10 25 30 / 25%); }
.hero .button-secondary:hover, .cta-panel .button-secondary:hover, .page-hero .button-secondary:hover { background: #263e43; border-color: var(--gold); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 16px 27px; margin-top: 48px; padding-top: 22px; border-top: 1px solid #526160; color: #d4dddb; font-size: .77rem; }
.hero-meta > * { margin: 0; }
.hero-meta strong { display: block; margin-bottom: 3px; color: var(--white); font-size: .89rem; font-weight: 600; }
.section { padding-block: 88px; }
.section + .section { padding-top: 20px; }
.section-soft { background: #eeeee6; }
.section.section-soft, .section-soft + .section { padding-block: 88px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 36px; }
.section-head h2 { max-width: 650px; margin-bottom: 0; }
.section-head .eyebrow { margin-bottom: 12px; }
.section-head > p, .section-copy { max-width: 475px; margin-bottom: 0; color: var(--muted); font-size: .96rem; }
.section-head .text-link { flex-shrink: 0; }
.section-copy { margin-bottom: 30px; }
.grid-3, .grid-2 { display: grid; align-items: stretch; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 > *, .grid-2 > *, .page-layout > *, .footer-grid > *, .form-grid > * { min-width: 0; }
.card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
a.card { text-decoration: none; }
.card-image { display: block; overflow: hidden; width: 100%; aspect-ratio: 16 / 10; margin: 0; background: #d8dfdc; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
img.card-image { width: 100%; height: auto; object-fit: cover; transition: transform .35s ease; }
.card:has(a:hover) .card-image img, a.card:hover .card-image img { transform: scale(1.025); }
.card-body { display: flex; flex-direction: column; flex: 1; padding: 28px; }
.card-kicker { display: block; margin-bottom: 11px; color: var(--gold-dark); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.card h3, .card-body > h2 { margin-bottom: 14px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.2; }
.card h3 a, .card-body > h2 a { text-decoration: none; }
.card p { color: var(--muted); font-size: .9rem; line-height: 1.75; }
.card .text-link { align-self: start; margin-top: auto; padding-top: 6px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; min-height: 40px; color: var(--gold-dark); font-size: .88rem; font-weight: 650; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.feature-band { padding-block: 31px; border-bottom: 1px solid var(--line); background: #eeeae0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.feature { padding: 4px 24px; border-left: 1px solid #c7cbbb; }
.feature:has(> span) { display: flex; align-items: start; gap: 16px; }
.feature > span { margin-top: 1px; color: var(--gold-dark); font-family: Georgia, serif; font-size: 1.22rem; line-height: 1.4; }
.feature:first-child { padding-left: 0; border-left: 0; }
.feature h3, .feature strong { display: block; margin-bottom: 7px; font-size: .99rem; font-weight: 650; }
.feature p { margin-bottom: 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.feature > svg { width: 23px; height: 23px; margin-bottom: 12px; color: var(--gold-dark); }
.booking-panel { display: grid; grid-template-columns: .9fr 1.3fr; align-items: start; gap: 64px; padding: 50px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.booking-panel h2 { font-size: clamp(2rem, 3vw, 2.65rem); }
.booking-panel > .section-head { display: block; margin: 0; }
.booking-panel > .section-head h2 { margin-bottom: 20px; }
.booking-panel > div > p { color: var(--muted); font-size: .95rem; }
.booking-panel .check-list { margin-top: 27px; }
.booking-form { min-width: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; font-size: .8rem; font-weight: 650; }
.booking-form > .field { margin-top: 18px; }
.field.full, .field-wide, .field:has(textarea) { grid-column: 1 / -1; }
.field label { font-size: .8rem; font-weight: 650; }
.field input, .field select, .field textarea {
  width: 100%; min-width: 0; min-height: 48px; margin: 0; padding: 10px 12px;
  border: 1px solid #aebbb5; border-radius: 3px; background: #fffefa; color: var(--ink);
  font-size: 1rem; line-height: 1.5; font-weight: 400;
}
.field textarea { min-height: 90px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #687472; opacity: 1; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #6d8279; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-dark); }
.booking-form > .button, .booking-form .form-grid + .button { width: 100%; margin-top: 22px; }
.booking-form button:disabled { cursor: not-allowed; opacity: .65; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.65; }
.form-status { margin-top: 15px; color: #28573b; font-size: .84rem; line-height: 1.65; }
.form-status:empty { display: none; }
.form-status a { display: inline-block; margin-top: 7px; font-weight: 650; }
.form-status[data-error="true"] { color: #9d2828; }
.page-hero { position: relative; isolation: isolate; padding: 52px 0 67px; background: var(--ink); color: var(--white); }
.page-hero .hero-media { opacity: .2; }
.page-hero .container { position: relative; }
.page-hero h1 { max-width: 850px; font-size: clamp(2.3rem, 4.2vw, 3.6rem); }
.page-hero p { max-width: 755px; margin-bottom: 0; color: #d0dbd7; font-size: 1.02rem; line-height: 1.75; }
.page-hero .eyebrow { color: var(--gold); }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-bottom: 27px; color: #bdcbc5; font-size: .76rem; line-height: 1.7; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.breadcrumb li { display: inline; }
.breadcrumb li + li::before { content: "/"; margin-inline: 3px 10px; color: #8ba199; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; color: var(--white); }
.article-meta { display: flex; flex-wrap: wrap; gap: 7px 18px; margin-top: 23px; color: var(--muted); font-size: .77rem; }
.page-hero .article-meta { color: #bccbc6; }
.page-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 66px; padding-block: 65px 80px; }
.section > .page-layout { padding-block: 0; }
.prose { max-width: 800px; font-size: 1.02rem; line-height: 1.85; }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin-top: 48px; margin-bottom: 20px; font-size: clamp(1.85rem, 2.6vw, 2.35rem); line-height: 1.25; }
.prose h3 { margin-top: 31px; margin-bottom: 13px; line-height: 1.4; font-size: 1.2rem; }
.prose p, .prose li { color: #425959; }
.prose p:last-child { margin-bottom: 0; }
.prose a:not(.button):not(.text-link) { color: var(--gold-dark); text-decoration-thickness: 1px; }
.prose li { padding-left: 3px; margin-bottom: 9px; }
.prose strong { color: var(--ink); }
.prose > img, .prose figure { width: 100%; margin: 28px 0; border-radius: var(--radius); }
.prose figure img { width: 100%; border-radius: var(--radius); }
.prose figcaption { margin-top: 9px; font-size: .78rem; color: var(--muted); }
.prose blockquote { margin: 28px 0; padding: 24px 28px; border-left: 3px solid var(--gold); background: #ecefe8; }
.prose blockquote p:last-child { margin-bottom: 0; }
.prose .grid-2, .prose .grid-3 { margin-block: 25px; }
.prose .card h3, .prose .card-body > h2 { margin-top: 0; font-size: 1.35rem; }
.prose .card-body { padding: 23px; }
.prose .card p { font-size: .85rem; }
.sidebar { position: sticky; top: 114px; }
.sidebar > * { margin-bottom: 24px; }
.sidebar .card h2 { font-size: 1.9rem; }
.sidebar .card p { margin-top: 14px; }
.sidebar .cta-panel { display: block; padding: 28px; }
.sidebar .cta-panel h2, .sidebar .cta-panel h3 { font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.sidebar .cta-panel p { font-size: .88rem; }
.sidebar .button { width: 100%; padding-inline: 14px; }
.toc { padding: 25px 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.toc h2, .toc h3 { margin: 0 0 13px; font-family: inherit; font-size: .86rem; font-weight: 650; letter-spacing: 0; }
.toc ul, .toc ol { margin: 0; padding: 0; list-style: none; }
.toc li { margin: 0; }
.toc a { display: block; padding: 9px 0; border-bottom: 1px solid #e8ebe3; font-size: .81rem; line-height: 1.55; text-decoration: none; color: #4c615d; }
.toc li:last-child a { border-bottom: 0; }
.toc a:hover { color: var(--gold-dark); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; padding: 22px 36px 22px 0; cursor: pointer; list-style: none; color: var(--ink); font-size: 1rem; line-height: 1.55; font-weight: 600; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; top: 20px; right: 3px; color: var(--gold-dark); font-size: 1.35rem; font-weight: 400; }
.faq-item[open] summary::after { content: "−"; }
.faq-item > p, .faq-item > div { max-width: 930px; margin: 0; padding: 0 25px 24px 0; color: #4d6260; font-size: .94rem; line-height: 1.85; }
.faq-item > div > :last-child { margin-bottom: 0; }
.faq-item h3 { display: inline; font: inherit; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 47px 50px; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.cta-panel h2 { max-width: 660px; margin-bottom: 15px; font-size: clamp(2rem, 3vw, 2.65rem); }
.cta-panel p { max-width: 640px; margin-bottom: 0; color: #c7d3cd; font-size: .95rem; }
.cta-panel .eyebrow { color: var(--gold); margin-bottom: 12px; }
.cta-panel .button { flex-shrink: 0; }
.cta-panel .hero-actions { margin-top: 24px; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin-bottom: 11px; padding-left: 25px; color: #4b605d; font-size: .91rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold-dark); font-weight: 700; }
.table-wrap { width: 100%; margin-block: 26px; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
table { width: 100%; border-collapse: collapse; font-size: .9rem; line-height: 1.65; text-align: left; }
caption { padding: 15px; text-align: left; color: var(--muted); font-size: .85rem; }
th, td { padding: 15px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: #e9ece4; font-weight: 650; color: var(--ink); }
td { color: #435a55; }
tr:last-child td { border-bottom: 0; }
.site-footer { padding: 63px 0 22px; background: var(--ink-deep); color: #b6c5be; font-size: .84rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 60px; padding-bottom: 43px; }
.site-footer .brand { margin-bottom: 21px; }
.site-footer p { max-width: 295px; color: #b6c5be; line-height: 1.8; }
.site-footer h2, .site-footer h3, .footer-title { margin-bottom: 16px; color: #ecf0e8; font-family: inherit; font-size: .82rem; font-weight: 650; letter-spacing: .025em; }
.footer-links { display: flex; flex-direction: column; gap: 7px; margin: 0; padding: 0; list-style: none; }
.footer-links a, .site-footer p a { display: inline-block; padding-block: 3px; text-decoration: none; }
.footer-links a:hover, .site-footer p a:hover { color: var(--gold); text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding-top: 22px; border-top: 1px solid #31403d; color: #a3b5ac; font-size: .72rem; }
.footer-bottom p { margin: 0; max-width: none; }
.footer-bottom a { color: #b7c7be; }
.mobile-contact { display: none; }
.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; }

@media (min-width: 1550px) {
  .hero, .hero-inner { min-height: 715px; }
}
@media (max-width: 1150px) {
  .container { width: min(var(--container), calc(100% - 56px)); }
  .site-header > .container { gap: 20px; }
  .site-nav { gap: 17px; }
  .site-nav a { font-size: .79rem; }
  .header-contact { font-size: .74rem; padding-inline: 11px; }
  .brand-name { font-size: .96rem; }
  .brand-mark { width: 37px; height: 37px; }
  .booking-panel { gap: 38px; padding: 36px; }
  .page-layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 40px; }
  .footer-grid { gap: 28px; }
}
@media (max-width: 960px) {
  html { scroll-padding-top: 92px; }
  .site-header > .container { min-height: 76px; flex-wrap: wrap; justify-content: space-between; gap: 0 18px; }
  .site-nav { order: 4; flex-basis: 100%; flex-wrap: wrap; justify-content: start; gap: 3px 25px; padding-bottom: 14px; }
  .site-nav a { font-size: .88rem; }
  html.js .menu-toggle { display: inline-flex; order: 3; }
  html.js .site-nav { display: none; }
  html.js .site-nav[data-open="true"] { display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 0 20px; }
  html.js .site-nav[data-open="true"] a { display: block; padding: 10px 1px; border-top: 1px solid #334541; }
  .header-contact { margin-left: auto; margin-right: 15px; font-size: .79rem; }
  .hero, .hero-inner { min-height: 610px; }
  .hero::after { background: linear-gradient(90deg, rgb(6 22 28 / 91%), rgb(6 22 28 / 66%) 54%, rgb(6 22 28 / 22%)); }
  .hero-content { max-width: 590px; }
  .hero h1 { max-width: 590px; }
  .section { padding-block: 68px; }
  .section.section-soft, .section-soft + .section { padding-block: 68px; }
  .section-head { align-items: start; gap: 25px; }
  .section-head > p { max-width: 335px; }
  .grid-3 { gap: 18px; }
  .card-body { padding: 22px; }
  .card h3, .card-body > h2 { font-size: 1.35rem; }
  .booking-panel { grid-template-columns: 1fr; gap: 29px; }
  .booking-panel > div > p { max-width: 620px; }
  .booking-panel .check-list { display: flex; flex-wrap: wrap; gap: 5px 22px; margin-bottom: 0; }
  .page-layout { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .prose { max-width: none; }
  .sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .sidebar > * { margin-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-grid > :first-child p { max-width: 560px; }
  .cta-panel { padding: 36px; }
}
@media (max-width: 720px) {
  .container { width: calc(100% - 40px); }
  h1 { font-size: 2.7rem; }
  h2 { font-size: 2.2rem; }
  .site-header > .container { min-height: 72px; gap: 0 12px; }
  .header-contact { display: none; }
  .brand-name { font-size: 1rem; }
  .brand-name small { font-size: .52rem; }
  .brand-mark { width: 37px; height: 37px; }
  .menu-toggle { font-size: .76rem; padding: 8px 10px; }
  .hero, .hero-inner { min-height: 670px; }
  .hero-inner { align-items: end; padding-block: 75px 40px; }
  .hero-media img, img.hero-media { object-position: 60% center; }
  .hero::after { background: linear-gradient(0deg, rgb(6 22 28 / 98%) 0%, rgb(6 22 28 / 88%) 30%, rgb(6 22 28 / 48%) 64%, rgb(6 22 28 / 20%) 100%); }
  .hero-content { max-width: 570px; }
  .hero h1 { max-width: 520px; font-size: clamp(2.6rem, 7.7vw, 3.3rem); }
  .hero-content > p { max-width: 510px; font-size: .98rem; }
  .hero .eyebrow { margin-bottom: 19px; font-size: .67rem; }
  .hero-actions { gap: 10px; margin-top: 25px; }
  .hero-actions .button { padding-inline: 18px; font-size: .83rem; }
  .hero-meta { margin-top: 34px; gap: 13px 20px; font-size: .7rem; }
  .hero-meta strong { font-size: .8rem; }
  .feature-band { padding-block: 26px; }
  .feature-grid { grid-template-columns: 1fr; gap: 18px; }
  .feature { padding: 0 0 0 17px; border-left: 2px solid #c3ac7b; }
  .feature:first-child { padding-left: 17px; border-left: 2px solid #c3ac7b; }
  .feature h3, .feature strong { margin-bottom: 3px; font-size: .91rem; }
  .feature p { font-size: .8rem; }
  .feature > svg { float: left; margin-right: 13px; }
  .section { padding-block: 57px; }
  .section + .section { padding-top: 5px; }
  .section.section-soft, .section-soft + .section { padding-block: 57px; }
  .section-head { display: block; margin-bottom: 27px; }
  .section-head h2 { margin-bottom: 17px; }
  .section-head > p { max-width: 590px; }
  .section-head .text-link { margin-top: 14px; }
  .section-copy { font-size: .92rem; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; gap: 22px; }
  .card-image { aspect-ratio: 16 / 9; }
  .card-body { padding: 25px; }
  .card h3, .card-body > h2 { font-size: 1.55rem; }
  .card p { font-size: .94rem; }
  .booking-panel { padding: 27px 23px; gap: 26px; }
  .booking-panel h2 { font-size: 2rem; }
  .booking-panel .check-list { display: block; margin-top: 21px; }
  .form-grid { gap: 16px 12px; }
  .field label { font-size: .76rem; }
  .field input, .field select, .field textarea { padding-inline: 10px; }
  .page-hero { padding: 30px 0 43px; }
  .page-hero h1 { font-size: clamp(2.1rem, 7.2vw, 3rem); }
  .page-hero p { font-size: .94rem; }
  .page-hero .eyebrow { margin-bottom: 16px; font-size: .66rem; }
  .breadcrumb { margin-bottom: 24px; font-size: .68rem; }
  .page-layout { padding-block: 40px 54px; gap: 35px; }
  .prose { font-size: .99rem; line-height: 1.85; }
  .prose h2 { margin-top: 37px; font-size: 1.86rem; }
  .prose h3 { font-size: 1.16rem; }
  .prose blockquote { padding: 20px; }
  .sidebar { grid-template-columns: 1fr; }
  .faq-item summary { padding-block: 20px; font-size: .95rem; }
  .faq-item > p, .faq-item > div { padding-right: 10px; font-size: .9rem; }
  .cta-panel { display: block; padding: 30px 25px; }
  .cta-panel h2 { font-size: 2rem; }
  .cta-panel > .button { margin-top: 25px; }
  .cta-panel p { font-size: .9rem; }
  .table-wrap { margin-block: 23px; }
  table { font-size: .81rem; }
  th, td { padding: 12px 13px; }
  .site-footer { padding: 47px 0 94px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 33px 22px; padding-bottom: 32px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .site-footer p { max-width: 100%; }
  .footer-bottom { display: block; font-size: .69rem; }
  .footer-bottom > * + * { margin-top: 11px; }
  .mobile-contact {
    display: grid; grid-template-columns: .8fr 1.2fr; position: fixed; z-index: 45;
    bottom: 0; left: 0; right: 0; gap: 10px; padding: 10px 15px;
    padding-bottom: max(10px, env(safe-area-inset-bottom)); border-top: 1px solid #314c48;
    background: #10252b; box-shadow: 0 -5px 25px rgb(0 0 0 / 10%);
  }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; min-height: 45px; border: 1px solid #74847d; border-radius: 3px; color: var(--white); font-size: .85rem; font-weight: 650; text-decoration: none; }
  .mobile-contact a:last-child { border-color: var(--gold); background: var(--gold); color: var(--ink-deep); }
  :target { scroll-margin-bottom: 95px; }
  a, button, input, textarea, select, summary { scroll-margin-bottom: 100px; }
}
@media (max-width: 390px) {
  .container { width: calc(100% - 32px); }
  .brand { gap: 9px; }
  .brand-name { font-size: .86rem; }
  .brand-name small { font-size: .48rem; letter-spacing: .13em; }
  .brand-mark { width: 33px; height: 33px; }
  .menu-toggle { min-width: 43px; padding-inline: 8px; }
  .hero h1 { font-size: 2.45rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1; padding-inline: 11px; font-size: .78rem; }
  .hero-meta { gap: 13px 18px; }
  .hero-meta > * { max-width: calc(50% - 10px); }
  .form-grid { grid-template-columns: 1fr; }
  .booking-panel { padding: 25px 19px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > * { grid-column: auto !important; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media (forced-colors: active) {
  .button, .menu-toggle, .header-contact, .brand-mark, .mobile-contact a { border: 1px solid ButtonText; }
  .hero::after { background: Canvas; opacity: .9; }
}
@media print {
  .site-header, .site-footer, .mobile-contact, .hero-actions, .booking-panel, .sidebar, .skip-link, .cta-panel { display: none; }
  body { background: white; color: black; font-size: 11pt; }
  .container { width: 100%; }
  .hero, .page-hero { min-height: auto; padding: 15px 0; background: none; color: black; }
  .hero-media, .hero::after { display: none; }
  .hero-inner { min-height: auto; padding: 0; }
  .hero p, .page-hero p, .prose p, .prose li { color: black; }
  .page-layout { display: block; padding-block: 25px; }
  .section { padding-block: 25px; }
  h1, h2, h3, img, .card { break-after: avoid; }
  p, li { orphans: 3; widows: 3; }
  .faq-item > p, .faq-item > div { display: block !important; }
}
