@font-face {
  font-family: 'Manrope Variable';
  src: url('/seasonal-2026/seasonal-manrope.woff2') format('woff2');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root { color-scheme: light; font-family: 'Manrope Variable', system-ui, sans-serif; color: #172e42; background: #f4f8fc; }
* { box-sizing: border-box; }
body { margin: 0; }
::selection { color: #172e42; background: #d6eafa; }
a { color: inherit; text-underline-offset: .25em; }
a:focus-visible { outline: 3px solid #0867cf; outline-offset: 6px; }
.seasonal-header, main, footer { width: min(100% - 80px, 1240px); margin-inline: auto; }
.seasonal-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.seasonal-header a { display: inline-flex; }
.seasonal-header img { width: 180px; height: auto; }
.seasonal-header > span { font-size: 13px; color: #42536a; }
main { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: clamp(32px, 6vw, 88px); padding-block: 54px 76px; }
h1 { font-size: clamp(2.5rem, 4.7vw, 4.6rem); font-weight: 650; line-height: 1.08; letter-spacing: -.035em; margin: 0; text-wrap: balance; }
.seasonal-return { color: #296785; font-size: clamp(1.7rem, 2.8vw, 2.5rem); line-height: 1.2; letter-spacing: -.025em; font-weight: 600; margin: 23px 0 30px; }
.seasonal-thanks { max-width: 42ch; font-size: 17px; line-height: 1.8; color: #42536a; margin: 0 0 24px; }
.seasonal-booking { font-size: 14px; color: #42536a; margin: 0 0 28px; }
.seasonal-contact { display: inline-flex; align-items: center; gap: 24px; min-height: 48px; padding: 12px 20px; border: 1px solid #9bb7d3; border-radius: 8px; font-size: 14px; font-weight: 700; text-decoration: none; transition: background-color 180ms ease-out; }
.seasonal-contact:hover { background: #e5f1ff; }
figure { margin: 0; }
figure img { display: block; width: 100%; height: clamp(390px, 41vw, 570px); object-fit: cover; object-position: center; border-radius: 14px; }
figcaption { color: #42536a; font-size: 12px; line-height: 1.6; margin-top: 14px; }
footer { display: flex; justify-content: space-between; gap: 16px; padding-block: 25px 32px; border-top: 1px solid #c9d8e8; font-size: 12px; line-height: 1.7; color: #42536a; }
@media (max-width: 800px) {
  .seasonal-header, main, footer { width: calc(100% - 48px); }
  .seasonal-header { min-height: 96px; }
  .seasonal-header > span { max-width: 110px; text-align: right; line-height: 1.6; }
  main { grid-template-columns: 1fr; gap: 40px; padding-block: 35px 44px; }
  h1 { font-size: clamp(2.5rem, 7.5vw, 3.8rem); }
  figure img { height: 400px; object-position: center 44%; }
  footer { flex-direction: column; gap: 5px; }
}
@media (max-width: 420px) {
  .seasonal-header, main, footer { width: calc(100% - 36px); }
  .seasonal-header img { width: 148px; }
  .seasonal-header > span { font-size: 12px; }
  figure img { height: 320px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
