/* Francie Hôtels — a warmer welcome, the same independent spirit. */
:root {
  --ink: #172d35;
  --muted: #56676b;
  --paper: #faf7f2;
  --white: #fff;
  --red: #d63447;
  --red-dark: #b62336;
  --coral: #f57b51;
  --line: #e4e3da;
  --soft: #f0eee6;
  --green: #32594d;
  --radius: 18px;
  --shadow: 0 14px 45px rgb(23 45 53 / 7%);
  --sans: Inter, Avenir, "Segoe UI", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
button, input, select, textarea { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
a { color: inherit; text-underline-offset: .2em; }
p, h1, h2, h3, h4, ul, ol { margin-top: 0; }
p { margin-bottom: 1.2em; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.13; text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
h1 { margin-bottom: 24px; font-size: clamp(2.7rem, 4.8vw, 4.6rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.5vw, 3.2rem); }
h3 { margin-bottom: 10px; font-size: 1.16rem; font-weight: 650; letter-spacing: -.02em; }
::selection { color: var(--ink); background: #ffd7c8; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
[hidden] { display: none !important; }
.wrap { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.visually-hidden { 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; z-index: 100; top: 12px; left: 16px; padding: 12px 20px; transform: translateY(-150%); border-radius: 8px; background: var(--ink); color: white; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 30; border-bottom: 1px solid var(--line); background: var(--paper); }
.site-header > .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 96px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; gap: 12px; color: var(--ink); text-decoration: none; line-height: 1.2; }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.brand strong { display: block; font-size: 1.18rem; letter-spacing: -.035em; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: .7rem; letter-spacing: .08em; }
.nav, .nav-links { display: flex; align-items: center; gap: 29px; }
.nav-links { margin: 0; padding: 0; list-style: none; }
.nav-links a { font-size: .87rem; font-weight: 600; text-decoration: none; }
.nav-links a:not(.button):hover, .nav-links a[aria-current="page"] { color: var(--red-dark); }
.nav-toggle { display: none; min-width: 44px; min-height: 44px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 9px; background: white; color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 23px; border: 1px solid transparent; border-radius: 8px; background: var(--red); color: white; font-size: .91rem; font-weight: 700; line-height: 1.3; text-decoration: none; text-align: center; transition: background .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); }
.button-secondary { border-color: #c5ccc7; background: transparent; color: var(--ink); }
.button-secondary:hover { border-color: var(--ink); background: var(--soft); }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: var(--soft); }
.button-small { min-height: 42px; padding: 10px 17px; font-size: .82rem; }
.eyebrow, .section-label, .page-kicker { display: block; margin-bottom: 19px; color: var(--red-dark); font-size: .72rem; font-weight: 750; line-height: 1.4; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 25px; height: 1px; margin: 0 10px 4px 0; background: currentColor; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 62px; padding-block: 64px 42px; }
.hero-copy { padding-block: 8px; }
.hero h1 em { color: var(--red); font-weight: inherit; }
.lead { max-width: 590px; color: var(--muted); font-size: 1.05rem; line-height: 1.8; }
.hero-copy > .button { margin-top: 8px; }
.hero-media { position: relative; min-width: 0; aspect-ratio: 5 / 4.65; overflow: hidden; border-radius: 100px 18px 18px 18px; background: #e2ddd3; }
.hero-media > img, .hero-media > picture, .hero-media > picture > img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgb(6 26 30 / 58%)); pointer-events: none; }
.hero-caption { position: absolute; z-index: 1; right: 27px; bottom: 25px; left: 27px; color: white; font-size: .86rem; }
.hero-caption strong { display: block; margin-bottom: 4px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; line-height: 1.2; }
.hero-caption p { margin: 0; }
.search-panel { position: relative; margin-top: 24px; padding: 23px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: var(--shadow); }
.search-panel > label, .search-panel > h2, .search-form label { display: block; margin-bottom: 8px; font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: 0; }
.search-form { display: flex; align-items: flex-end; gap: 10px; }
.search-form > div { min-width: 0; flex: 1; }

/* Complete partner search: keep these rules separate from catalogue search. */
.partner-search-panel { min-width: 0; }
.partner-search-panel > h2 {
  margin: 0 0 18px;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -.015em;
}
.partner-search-panel > .search-hint,
.partner-search-panel > .notice { margin-top: 15px; }
.search-form.partner-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 16px 12px;
  width: 100%;
  min-width: 0;
}
.partner-form .partner-field {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  margin: 0;
}
.partner-form .partner-field label {
  margin: 0;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.4;
}
.partner-form .partner-field input,
.partner-form .partner-field select {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 11px;
  border: 1px solid #bbc6c5;
  border-radius: 7px;
  background-color: var(--white);
  color: var(--ink);
  font-size: .91rem;
  line-height: 1.4;
  color-scheme: light;
}
.partner-form .partner-field input[type="date"] {
  min-inline-size: 0;
  inline-size: 100%;
  -webkit-min-logical-width: 0;
}
.partner-form input[type="date"]::-webkit-date-and-time-value {
  min-width: 0;
  text-align: left;
}
.partner-form input[type="date"]::-webkit-datetime-edit { padding: 0; }
.partner-form .partner-field input:focus-visible,
.partner-form .partner-field select:focus-visible { outline-offset: 2px; }
.partner-form .partner-submit {
  align-self: end;
  width: 100%;
  min-width: 0;
  margin: 0;
}
.partner-form .partner-submit.button,
.partner-form .partner-submit .button {
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
}
.partner-form > .search-hint,
.partner-form > .notice,
.partner-form > [role="status"],
.partner-form > [role="alert"] { grid-column: 1 / -1; margin: 0; }
.booking-card .search-form.partner-form {
  grid-template-columns: minmax(0, 1fr);
  gap: 15px;
}
.booking-card .partner-form .partner-submit { margin-top: 4px; }
.redirect-panel {
  width: 100%;
  max-width: 680px;
  margin: 32px auto;
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid var(--line);
  border-top: 3px solid var(--coral);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.redirect-panel h2 { margin-bottom: 18px; font-size: clamp(1.8rem, 4vw, 2.4rem); }
.redirect-panel p { color: var(--muted); }
.redirect-panel [role="status"] { font-size: .95rem; line-height: 1.7; }
.redirect-panel .button { margin-block: 5px 12px; }
.redirect-panel .search-hint { margin-bottom: 0; font-size: .8rem; }
@media (max-width: 1050px) {
  .search-form.partner-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .search-form.partner-form { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .partner-form .partner-field input,
  .partner-form .partner-field select { font-size: 16px; }
  .partner-form .partner-field label { font-size: .82rem; }
  .partner-form .partner-submit.button,
  .partner-form .partner-submit .button { width: 100%; }
  .redirect-panel { margin-block: 24px; }
  .redirect-panel .button { width: 100%; }
}
.search-form input, .search-form select { width: 100%; min-width: 0; min-height: 50px; padding: 12px 14px; border: 1px solid #bbc6c5; border-radius: 7px; background: white; color: var(--ink); }
.search-form > input { flex: 1; }
.search-form input::placeholder { color: #6e7a7c; opacity: 1; }
.search-form > .button { flex-shrink: 0; }
.search-hint { margin: 10px 0 0; color: var(--muted); font-size: .73rem; line-height: 1.6; }
.trust-strip { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px 25px; padding-block: 23px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.trust-strip > * { margin: 0; }
.trust-strip strong { color: var(--ink); font-weight: 600; }
.trust-strip svg { display: inline-block; width: 19px; height: 19px; margin-right: 7px; vertical-align: middle; color: var(--green); }
main > section:not(.hero):not(.page-hero):not(.trust-strip), main > .wrap > section:not(.hero):not(.page-hero):not(.trust-strip) { margin-block: 78px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading p { max-width: 460px; margin: 13px 0 0; color: var(--muted); font-size: .94rem; }
.section-heading > a { flex-shrink: 0; margin-bottom: 5px; font-size: .83rem; font-weight: 650; }
.section-heading .section-label { margin-bottom: 12px; }
.destination-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.destination-card { position: relative; display: block; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; color: var(--ink); text-decoration: none; transition: box-shadow .2s ease, transform .2s ease; }
.destination-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.destination-card > img, .destination-card > picture > img { width: 100%; aspect-ratio: 1.55; object-fit: cover; }
.card-copy { padding: 22px 23px 24px; }
.card-copy h3 { font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.card-copy p { margin-bottom: 14px; color: var(--muted); font-size: .83rem; }
.card-copy a, .card-copy > span:last-child { color: var(--red-dark); font-size: .8rem; font-weight: 700; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.category-card { position: relative; display: block; padding: 27px 23px; border: 1px solid var(--line); border-radius: 12px; background: #fffdf9; color: var(--ink); text-decoration: none; transition: border-color .18s ease, background .18s ease; }
.category-card:hover { border-color: #e6a88f; background: white; }
.category-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 24px; border-radius: 11px; background: #fae8df; color: var(--red-dark); font-size: 1.3rem; }
.category-icon svg { width: 23px; height: 23px; }
.category-card h3 { font-size: 1rem; }
.category-card p { margin: 0 0 20px; color: var(--muted); font-size: .81rem; line-height: 1.7; }
.arrow { color: var(--red-dark); font-size: 1.2rem; }
.split { display: grid; grid-template-columns: .95fr 1fr; align-items: center; gap: 70px; }
.editorial-photo { overflow: hidden; border-radius: 16px 80px 16px 16px; }
.editorial-photo img { width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; }
.split > div > p { color: var(--muted); font-size: .94rem; }
.steps { margin: 30px 0 0; padding: 0; list-style: none; counter-reset: step; }
.step { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding-block: 18px; border-top: 1px solid var(--line); }
.step-number { padding-top: 1px; color: var(--red-dark); font-family: var(--serif); font-size: 1.35rem; }
.step h3 { margin: 2px 0 7px; font-size: .98rem; }
.step p { margin: 0; color: var(--muted); font-size: .84rem; }
.faq { max-width: 850px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-of-type { border-top: 1px solid var(--line); }
.faq summary { position: relative; padding: 21px 36px 21px 0; cursor: pointer; list-style: none; font-size: .98rem; font-weight: 600; line-height: 1.5; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 17px; right: 3px; color: var(--red-dark); font-size: 1.6rem; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details > p, .faq details > div { padding: 0 35px 19px 0; margin: 0; color: var(--muted); font-size: .9rem; }
.site-footer { margin-top: 85px; padding: 54px 0 0; background: var(--ink); color: #d0dcdd; font-size: .82rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 38px; padding-bottom: 40px; }
.site-footer .brand { color: white; }
.site-footer .brand small { color: #becdce; }
.site-footer .brand + p { max-width: 290px; margin: 18px 0; font-size: .82rem; }
.site-footer h3 { margin-bottom: 18px; color: white; font-size: .87rem; }
.site-footer ul { display: grid; gap: 9px; padding: 0; list-style: none; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 25px; padding-block: 22px; border-top: 1px solid #3c4e54; font-size: .72rem; }
.footer-bottom p { margin: 0; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; padding-block: 25px 0; color: var(--muted); font-size: .75rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; color: #7b8788; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.page-hero { max-width: 940px; padding-block: 51px 40px; }
.page-hero h1 { max-width: 850px; font-size: clamp(2.6rem, 5.4vw, 4.5rem); }
.page-hero .lead { max-width: 740px; margin-bottom: 0; }
.page-kicker { margin-bottom: 16px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 62px; padding-block: 10px 30px; }
.article-content { min-width: 0; }
.article-content > img { width: 100%; max-height: 520px; object-fit: cover; border-radius: var(--radius); }
.article-content > section, .article-content > .prose { margin-block: 42px; }
.article-content h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.article-content p, .prose p, .prose li { color: var(--muted); }
.article-content li, .prose li { margin-bottom: 9px; }
.article-content .destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.booking-card { position: sticky; top: 24px; padding: 28px; border: 1px solid var(--line); border-top: 3px solid var(--coral); border-radius: 12px; background: white; box-shadow: var(--shadow); }
.booking-card h2 { font-size: 1.8rem; }
.booking-card p { color: var(--muted); font-size: .86rem; }
.booking-card .button { width: 100%; }
.booking-card small { display: block; margin-top: 12px; color: var(--muted); font-size: .71rem; line-height: 1.7; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 26px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.notice { margin-block: 25px; padding: 18px 22px; border-left: 3px solid var(--coral); border-radius: 0 8px 8px 0; background: var(--soft); color: var(--muted); font-size: .82rem; }
.notice p:last-child { margin-bottom: 0; }
.related-links { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.related-links a { display: inline-block; padding: 9px 14px; border: 1px solid var(--line); border-radius: 7px; background: white; font-size: .8rem; text-decoration: none; }
.related-links a:hover { border-color: var(--red); color: var(--red-dark); }
.search-results { margin-top: 15px; }
.result-list { display: grid; gap: 8px; padding: 0; list-style: none; }
.result-list a { display: block; padding: 13px 15px; border: 1px solid var(--line); border-radius: 7px; background: white; font-size: .88rem; text-decoration: none; }
.result-list a:hover { background: var(--soft); }
.result-list a span { display: block; color: var(--muted); font-size: .76rem; }
.map-frame { display: block; width: 100%; height: 340px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }
.map-frame iframe { width: 100%; height: 100%; border: 0; }
.prose { max-width: 790px; }
.prose h2, .prose h3 { margin-top: 36px; }
.prose a { color: var(--red-dark); }
.prose table { width: 100%; border-collapse: collapse; font-size: .84rem; }
.prose th, .prose td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; }
.error-page { max-width: 700px; padding-block: 100px; text-align: center; }
.error-page p { color: var(--muted); }
.mobile-sticky { display: none; }
@media (max-width: 1050px) {
  .nav, .nav-links { gap: 18px; }
  .nav-links a { font-size: .8rem; }
  .hero { gap: 36px; }
  .hero-media { aspect-ratio: 4 / 4.8; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split { gap: 40px; }
  .content-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 32px; }
  .booking-card { padding: 23px; }
}
@media (max-width: 850px) {
  .site-header > .wrap { min-height: 82px; }
  .brand img { width: 53px; height: 53px; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav-links { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 12px 32px 22px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 15px 24px rgb(23 45 53 / 8%); }
  .nav[data-open="true"] .nav-links, .site-header[data-open="true"] .nav-links, .nav-links[data-open="true"] { display: flex; flex-direction: column; }
  .nav-links a { display: block; padding: 12px 0; font-size: .94rem; }
  .nav-links .button { margin-top: 8px; padding: 13px 23px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 28px; padding-block: 42px 32px; }
  .hero h1 { font-size: clamp(2.5rem, 5.6vw, 3.7rem); }
  .hero-media { aspect-ratio: 3 / 4.5; border-top-left-radius: 70px; }
  .search-panel { padding: 16px; }
  .search-form { flex-wrap: wrap; }
  .search-form > .button { width: 100%; }
  .search-form > div, .search-form > input { flex-basis: 100%; }
  .destination-grid { gap: 16px; }
  .card-copy { padding: 19px; }
  .card-copy h3 { font-size: 1.45rem; }
  .split { gap: 30px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; gap: 30px; }
  .content-layout { grid-template-columns: 1fr; gap: 10px; }
  .booking-card { position: static; max-width: 580px; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 36px); }
  .brand { gap: 9px; }
  .brand strong { font-size: 1.05rem; }
  .brand small { font-size: .62rem; }
  .nav-links { padding-inline: 18px; }
  .hero { grid-template-columns: 1fr; gap: 27px; padding-top: 35px; }
  .hero h1 { max-width: 540px; font-size: clamp(2.8rem, 9vw, 4rem); }
  .hero .lead { font-size: .96rem; }
  .eyebrow { margin-bottom: 16px; font-size: .65rem; }
  .hero-media { aspect-ratio: 1.4; border-radius: 65px 14px 14px 14px; }
  .hero-caption { right: 21px; bottom: 21px; left: 21px; }
  .search-panel { margin-top: 23px; }
  .search-form { flex-wrap: nowrap; }
  .search-form > div, .search-form > input { flex-basis: auto; }
  .search-form > .button { width: auto; padding-inline: 17px; }
  .trust-strip { align-items: flex-start; justify-content: flex-start; gap: 12px 20px; font-size: .73rem; }
  main > section:not(.hero):not(.page-hero):not(.trust-strip), main > .wrap > section:not(.hero):not(.page-hero):not(.trust-strip) { margin-block: 52px; }
  .section-heading { display: block; margin-bottom: 23px; }
  .section-heading > a { display: inline-block; margin-top: 16px; }
  .section-heading p { font-size: .88rem; }
  .destination-grid { grid-template-columns: 1fr; gap: 20px; }
  .destination-card > img, .destination-card > picture > img { aspect-ratio: 1.8; }
  .card-copy { padding: 21px; }
  .card-copy h3 { font-size: 1.7rem; }
  .category-grid { gap: 12px; }
  .category-card { padding: 20px 17px; }
  .category-icon { margin-bottom: 19px; }
  .category-card p { font-size: .77rem; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .editorial-photo img { aspect-ratio: 1.3; }
  .faq summary { font-size: .91rem; }
  .faq details > p, .faq details > div { font-size: .85rem; }
  .site-footer { margin-top: 58px; padding-top: 38px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom > * + * { margin-top: 8px; }
  .page-hero { padding-block: 36px 28px; }
  .page-hero h1 { font-size: clamp(2.5rem, 9vw, 3.8rem); }
  .page-hero .lead { font-size: .95rem; }
  .content-layout { padding-top: 0; }
  .article-content .destination-grid { grid-template-columns: 1fr; }
  .mobile-sticky { position: fixed; z-index: 25; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 18px max(12px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgb(250 247 242 / 98%); box-shadow: 0 -5px 20px rgb(23 45 53 / 5%); }
  .mobile-sticky p { margin: 0; font-size: .78rem; line-height: 1.45; }
  .mobile-sticky .button { min-height: 44px; font-size: .81rem; }
  body:has(.mobile-sticky) { padding-bottom: 85px; }
}
@media (max-width: 380px) {
  .search-form { flex-wrap: wrap; }
  .search-form > .button { width: 100%; }
  .search-form > div, .search-form > input { flex-basis: 100%; }
  .category-grid { grid-template-columns: 1fr; }
  .category-icon { margin-bottom: 15px; }
  .brand small { max-width: 180px; letter-spacing: .025em; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .button:hover, .destination-card:hover { transform: none; }
}
@media print {
  body { background: white; color: black; }
  .wrap { width: 100%; }
  .nav, .search-panel, .mobile-sticky, .booking-card, .site-footer { display: none; }
  .content-layout, .hero { display: block; }
  .hero-media { max-width: 500px; }
  a { text-decoration: underline; }
  .destination-card, details { break-inside: avoid; }
}

.section { padding-block: clamp(2.75rem, 6vw, 5.5rem); }
.pagination { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-block: 2rem; }
.hero-caption small { display: block; margin-top: .5rem; opacity: .85; font: .75rem/1.5 system-ui, sans-serif; }
.hero h1 em { color: #b93544; font-weight: inherit; }
.search-form > div { min-width: 0; flex: 1; }

