.section-content::after {
  content: "";
  display: block;
  clear: both;
}
.story-image { width: min(47%, 420px); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.035); }
.story-image-right { float: right; margin: 8px 0 24px 34px !important; }
.story-image-left { float: left; margin: 8px 34px 24px 0 !important; }
.story-image img { display: block; aspect-ratio: 4 / 3; }
.story-image figcaption { padding: 12px 15px; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.gallery-card { display: block; overflow: visible; border: 0; border-radius: 0; background: transparent; }
.gallery-card-grid { gap: 8px; overflow: visible; background: transparent; }
.gallery-card-grid img { overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: #101716; transition: transform .3s var(--ease), border-color .3s ease, box-shadow .3s ease; }
.gallery-card-grid img:hover { position: relative; z-index: 1; transform: scale(1.035); border-color: rgba(199,245,220,.5); box-shadow: 0 12px 28px rgba(0,0,0,.32); }
.gallery-card-copy { padding: 18px 0 0; }
.gallery-thumb.image-error { display: none; }

/* Pełnoszerokie, edytowalne tła sekcji. */
.content-section { position: relative; isolation: isolate; color: var(--section-text,var(--paper)); }
.content-section::before { content: ""; position: absolute; z-index: -1; inset: 0 auto 0 50%; width: 100vw; transform: translateX(-50%); background-color: var(--section-bg,transparent); background-position: center; background-size: cover; background-repeat: no-repeat; }
.content-section.has-background-image::before { background-image: linear-gradient(rgba(0,0,0,var(--section-overlay,.45)),rgba(0,0,0,var(--section-overlay,.45))),var(--section-image); }
.content-section .section-intro,
.content-section .section-content { position: relative; z-index: 1; }
.content-section.has-background-video::before { z-index: 0; background-color: transparent; background-image: linear-gradient(rgba(0,0,0,var(--section-overlay,.45)),rgba(0,0,0,var(--section-overlay,.45))); }
.section-background-video { position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; height: 100%; transform: translateX(-50%); object-fit: cover; object-position: center; background: var(--section-bg,#050608); pointer-events: none; }
.section-aurora-background { position: absolute; z-index: 0; inset: 0 auto 0 50%; width: 100vw; overflow: hidden; transform: translateX(-50%); pointer-events: none; }
.section-aurora-background::before { content: ""; position: absolute; top: 50%; left: 50%; width: min(82vw,980px); height: min(72vh,760px); border-radius: 50%; background: radial-gradient(ellipse at 50% 50%,rgba(248,255,249,.9) 0 10%,rgba(171,255,222,.62) 23%,transparent 60%),radial-gradient(ellipse at 37% 42%,rgba(91,235,204,.52),transparent 48%),radial-gradient(ellipse at 64% 58%,rgba(109,170,255,.38),transparent 50%); filter: blur(46px); opacity: .18; transform: translate(-50%,-50%) scale(.82) rotate(-5deg); animation: section-aurora-breathe 4s ease-in-out infinite; }
.section-aurora-background::after { content: ""; position: absolute; top: 52%; left: 52%; width: min(66vw,760px); height: min(58vh,620px); border-radius: 50%; background: radial-gradient(ellipse,rgba(255,255,255,.38),rgba(126,255,214,.18) 32%,transparent 68%); filter: blur(62px); opacity: .18; transform: translate(-50%,-50%) scale(.9); animation: section-aurora-drift 8s ease-in-out infinite alternate; }
.content-section.has-section-style h2,
.content-section.has-section-style h3,
.content-section.has-section-style .lead,
.content-section.has-section-style .section-intro p,
.content-section.has-section-style .section-content p,
.content-section.has-section-style .gallery-card-copy strong,
.content-section.has-section-style .gallery-card-copy small,
.content-section.has-section-style .story-image figcaption,
.content-section.has-section-style .outline-button { color: var(--section-text); }
.content-section.has-section-style .section-intro p,
.content-section.has-section-style .gallery-card-copy small,
.content-section.has-section-style .story-image figcaption { opacity: .74; }
.content-section.has-section-style .outline-button { border-color: currentColor; }

/* Rozwijane grupy głównej nawigacji. */
.nav-group { position: relative; height: 100%; display: flex; align-items: center; }
.nav-group-head { display: flex; align-items: center; white-space: nowrap; }
.nav-category-link { color: #111317; text-decoration: none; }
.nav-group-toggle { display: grid; place-items: center; width: 28px; height: 34px; padding: 0; border: 0; background: transparent; color: #111317; font-size: .9rem; cursor: pointer; transition: transform .2s ease; }
.nav-group.is-open .nav-group-toggle { transform: rotate(180deg); }
.nav-submenu { position: absolute; top: 72px; left: 50%; min-width: 220px; padding: 10px; display: grid; gap: 2px; border: 1px solid rgba(0,0,0,.1); border-radius: 12px; background: rgba(246,244,238,.98); box-shadow: 0 18px 45px rgba(0,0,0,.22); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%,-8px); transition: opacity .25s ease,transform .25s ease,visibility 0s linear .25s; }
.nav-submenu a { padding: 11px 12px; border-radius: 8px; font-size: .72rem; }
.nav-submenu a:hover,
.nav-submenu a:focus-visible { background: rgba(0,0,0,.07); text-decoration: none; }
.nav-group.is-open .nav-submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%,0); transition-delay: 0s; }

/* Wspólna belka i motyw podstron galerii oraz modułów iframe. */
.inner-page .nav-shell::before { transform: scaleX(1); }
.inner-page .logo-trigger { top: 10px; left: clamp(18px,4vw,64px); width: 64px; transform: none; }
.inner-page .main-nav { opacity: 1; pointer-events: auto; transform: none; }
.inner-page .logo-trigger::before { animation: none; }
.inner-page .main-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 9px; }
.inner-page .gallery-header { padding-top: 150px; }
.area-page #main-content { opacity: 1; visibility: visible; transform: none; }
.area-hero { position: relative; isolation: isolate; width: 100%; min-height: 100vh; min-height: 100svh; display: grid; align-items: end; overflow: hidden; color: var(--hero-text,var(--paper)); background: var(--hero-bg,#050608); }
.area-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background-color: var(--hero-bg,#050608); background-position: center; background-size: cover; background-repeat: no-repeat; }
.area-hero.has-hero-image::before { background-image: linear-gradient(rgba(0,0,0,var(--hero-overlay,.35)),rgba(0,0,0,var(--hero-overlay,.35))),var(--hero-image); }
.area-hero.has-hero-video::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(0,0,0,var(--hero-overlay,.35)); pointer-events: none; }
.hero-background-video { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.area-hero-content { position: relative; z-index: 1; width: 90%; margin: 0 auto; padding: clamp(130px,18vh,220px) 0 clamp(55px,10vh,120px); }
.area-hero h1 { margin: clamp(10px,2vh,24px) 0; max-width: 100%; font-family: Georgia,serif; font-size: clamp(3.8rem,min(10vw,17vh),10rem); font-weight: 400; line-height: .88; letter-spacing: -.05em; }
.area-hero-content > p:last-child { max-width: min(620px,70vw); margin-bottom: 0; color: inherit; opacity: .76; font-size: clamp(.95rem,min(1.4vw,2.6vh),1.25rem); line-height: 1.65; }
.rich-content .lead > p:first-child { margin-top: 0; }
.rich-content blockquote { margin: 28px 0; padding-left: 24px; border-left: 3px solid currentColor; font: italic 1.25rem/1.65 Georgia,serif; }
.rich-content .rich-image { max-width: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; }
.rich-content .rich-image img { display: block; width: 100%; max-height: 680px; object-fit: cover; }
.rich-content .rich-image figcaption { padding: 12px 16px; opacity: .72; }
.rich-content::after,.rich-block::after,.rich-content .lead::after { content: ""; display: block; clear: both; }
.rich-content .image-wrap-left { float: left; margin: 8px 34px 24px 0; }
.rich-content .image-wrap-right { float: right; margin: 8px 0 24px 34px; }
.content-section.travel-story-section { display: grid; grid-template-columns: 1fr; gap: 0; min-height: 0; padding: clamp(100px,12vw,180px) 0; }
.travel-story-section .section-intro { grid-column: 1 / -1; width: 100%; max-width: 1120px; margin-bottom: clamp(54px,7vw,96px); }
.travel-story-section .section-intro h2 { max-width: 100%; margin: 0 0 22px; font-size: clamp(4.2rem,9vw,9rem); letter-spacing: -.055em; }
.travel-story-section .section-intro p { max-width: 720px; margin: 0; font: 400 clamp(1.15rem,1.8vw,1.65rem)/1.55 Georgia,serif; color: inherit; opacity: .76; }
.travel-story-section .section-content { grid-column: 1 / -1; justify-self: end; width: 66.667vw; max-width: none; margin: 0; padding-top: 0; font-size: clamp(1rem,1.15vw,1.14rem); line-height: 1.85; }
.travel-story-section .section-content .lead { font-size: inherit; color: inherit; }
.travel-story-section .section-content p { margin: 0 0 1.55em; color: inherit; opacity: .88; line-height: 1.85; }
.travel-story-section .section-content .travel-lead { margin-bottom: 1.6em; font: 400 clamp(1.35rem,2.15vw,2.05rem)/1.5 Georgia,serif; opacity: 1; }
.travel-story-section .rich-image { width: min(43%,460px); margin-top: 10px; margin-bottom: 24px; }
.travel-story-section .rich-image img { width: 100%; aspect-ratio: 4/3; max-height: 360px; object-fit: cover; }
.travel-story-section .rich-image figcaption { padding: 10px 2px 0; font-size: .76rem; line-height: 1.5; letter-spacing: .04em; opacity: .62; }
.travel-story-section .travel-clear { clear: both; height: clamp(16px,2vw,30px); }
.offer-main-image { margin: 0 0 32px !important; }
.offer-main-image img { width: 100%; aspect-ratio: 16/9; max-height: 620px; object-fit: cover; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; }
.offer-location { margin-top: 24px; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
.offer-actions { display: flex; flex-wrap: wrap; gap: 22px; margin: 26px 0 36px; }
.offer-actions .outline-button { margin-top: 0; }
.offer-actions .secondary { opacity: .78; }
.offer-gallery-preview { clear: both; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 34px; }
.offer-gallery-preview a { display: block; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; }
.offer-gallery-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.offer-gallery-preview a:hover img { transform: scale(1.055); }
.rich-content .image-block-center { clear: both; margin: 30px auto; }
.rich-content .image-full { clear: both; width: 100% !important; margin: 34px 0; }
.rich-content .image-width-35 { width: 35%; }
.rich-content .image-width-45 { width: 45%; }
.rich-content .image-width-60 { width: 60%; }
.rich-content .image-width-100 { width: 100%; }
.text-align-left { text-align: left; }
.text-align-center { text-align: center; }
.text-align-right { text-align: right; }
.text-align-justify { text-align: justify; }
.embedded-gallery-card { display: block; margin: 34px 0; color: inherit; text-decoration: none; }
.embedded-gallery-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; aspect-ratio: 1.5; }
.embedded-gallery-grid img { width: 100%; height: 100%; min-height: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; object-fit: cover; transition: transform .3s ease; }
.embedded-gallery-card:hover .embedded-gallery-grid img { transform: scale(1.02); }
.embedded-gallery-title { display: block; margin-top: 12px; font: 400 1.45rem Georgia,serif; }
.full-gallery.gallery-grid-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.full-gallery.gallery-grid-8 { grid-template-columns: repeat(8,minmax(0,1fr)); gap: 8px; }
.full-gallery.gallery-grid-16 { grid-template-columns: repeat(16,minmax(0,1fr)); gap: 4px; }
.full-gallery.gallery-grid-8 .gallery-thumb span,.full-gallery.gallery-grid-16 .gallery-thumb span { display: none; }
.inner-page .module-frame { top: 92px; height: calc(100% - 92px); }
.welcome { position: relative; isolation: isolate; overflow: hidden; color: var(--hero-text,var(--paper)); }
.welcome::before { content: ""; position: absolute; z-index: -2; inset: 0; background-color: var(--hero-bg,transparent); background-position: center; background-size: cover; background-repeat: no-repeat; }
.welcome.has-welcome-image::before { background-image: linear-gradient(rgba(0,0,0,var(--hero-overlay,0)),rgba(0,0,0,var(--hero-overlay,0))),var(--hero-image); }
.welcome.has-welcome-video::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(0,0,0,var(--hero-overlay,0)); pointer-events: none; }
.welcome-content { position: relative; z-index: 1; }
.welcome h1 { white-space: normal; }
.welcome .intro-copy,.welcome .eyebrow,.welcome .text-link { color: inherit; }
.welcome .intro-copy { opacity: .74; }
.contact-module { background: var(--ink); color: var(--paper); }
.contact-module .contact-copy a { color: var(--paper); }
.contact-module .contact-form { border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(7,16,15,.9); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.contact-module .contact-form button { border-radius: 999px; }
.contact-module .contact-form select { width: 100%; padding: 14px 12px; border: 1px solid #53635e; border-radius: 8px; background: #0b1713; color: white; font: inherit; }
.booking-offers { width: 90%; margin: 0 auto; padding: 100px 0 120px; scroll-margin-top: 92px; }
.booking-offers-heading { max-width: 780px; margin-bottom: 42px; }
.booking-offers-heading h2 { margin: 14px 0 18px; font: 400 clamp(2.8rem,6vw,6.5rem)/.98 Georgia,serif; }
.booking-offers-heading > p:last-child { color: #aeb9b3; line-height: 1.7; }
.booking-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.booking-service-card { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: #0b110e; transition: transform .35s ease,border-color .35s ease,box-shadow .35s ease; }
.booking-service-card:hover { transform: translateY(-6px); border-color: rgba(113,230,175,.58); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.booking-service-card > img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.booking-service-copy { padding: 26px; }
.booking-service-copy > span { color: #71e6af; font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.booking-service-copy h3 { margin: 10px 0 12px; font: 400 2rem/1.1 Georgia,serif; }
.booking-service-copy p,.booking-service-description { color: #b5c0ba; line-height: 1.65; }
.booking-service-copy small { display: block; margin: 12px 0; color: #7fd7ad; }
.booking-service-copy a { display: inline-flex; margin-top: 20px; padding: 13px 18px; border: 1px solid #71e6af; border-radius: 999px; color: #dffbed; font-size: .76rem; font-weight: 850; text-decoration: none; text-transform: uppercase; }
.reservation-service-image { display: block; width: min(100%,560px); max-height: 300px; margin: 20px 0; border-radius: 16px; object-fit: cover; }
.reservation-location { color: #38775a; font-size: .9rem !important; font-weight: 800; }
.reservation-dates { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.reservation-dates label { min-width: 0; }
.form-hint { margin: 18px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.availability-result { display: grid; gap: 7px; margin: 20px 0; padding: 16px 18px; border-radius: 12px; line-height: 1.5; }
.availability-result.available { border: 1px solid rgba(105,230,166,.45); background: rgba(22,112,67,.24); }
.availability-result.unavailable { border: 1px solid rgba(255,196,94,.5); background: rgba(126,78,10,.28); }
.availability-result span { display: block; }
.reservation-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.reservation-actions button { flex: 1 1 180px; }

/* Intro: spokojny puls, rozbłysk dotykowy i wolniejszy przejazd logo. */
.ambient::before {
  opacity: .18;
  animation: ambient-breathe 4s ease-in-out infinite;
}

.ambient::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(82vw, 980px);
  height: min(72vh, 760px);
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 50%, rgba(248,255,249,.9) 0 10%, rgba(171,255,222,.62) 23%, transparent 60%), radial-gradient(ellipse at 37% 42%, rgba(91,235,204,.52), transparent 48%), radial-gradient(ellipse at 64% 58%, rgba(109,170,255,.38), transparent 50%);
  filter: blur(58px);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.82) rotate(-5deg);
  transition: opacity 1s ease, transform 1s ease, filter 1s ease;
}

body:not(.is-open):has(.logo-trigger:hover) .ambient::after,
body:not(.is-open):has(.logo-trigger:focus-visible) .ambient::after,
body.is-flashing .ambient::after {
  opacity: 1;
  filter: blur(60px);
  transform: translate(-50%, -50%) scale(1.18) rotate(4deg);
}

body:has(.logo-trigger:hover) .ambient::before,
body:has(.logo-trigger:focus-visible) .ambient::before {
  animation: ambient-breathe 4s ease-in-out infinite;
}

.logo-trigger {
  isolation: isolate;
  transition-duration: 2s;
}

body.is-positioning .logo-trigger {
  transition: none !important;
  transform-origin: left top;
}

.logo-trigger::before,
.logo-trigger::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -16%;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255,255,255,.98) 0 18%, rgba(255,255,255,.68) 36%, rgba(255,255,255,0) 72%);
  filter: blur(18px);
  opacity: 0;
  transform: scale(.82);
}

.logo-trigger::after {
  transition: opacity 1s ease, transform 1s ease;
}

.logo-trigger img,
.logo-trigger .enter-hint {
  position: relative;
  z-index: 1;
}

body.is-open .logo-trigger::before {
  animation: logo-travel-glow 2.05s ease-out both;
}

body.is-open .logo-trigger:hover::after,
body.is-open .logo-trigger:focus-visible::after {
  opacity: .5;
  transform: scale(1.08);
}

@keyframes ambient-breathe {
  0%, 100% {
    opacity: .18;
    filter: blur(44px);
    transform: translate(-50%, -50%) scale(.82) rotate(-5deg);
  }
  50% {
    opacity: .4;
    filter: blur(52px);
    transform: translate(-50%, -50%) scale(.98) rotate(1deg);
  }
}

@keyframes section-aurora-breathe {
  0%, 100% { opacity: .18; filter: blur(44px); transform: translate(-50%,-50%) scale(.82) rotate(-5deg); }
  50% { opacity: .4; filter: blur(52px); transform: translate(-50%,-50%) scale(.98) rotate(1deg); }
}

@keyframes section-aurora-drift {
  0% { opacity: .12; transform: translate(-56%,-48%) scale(.88) rotate(-3deg); }
  100% { opacity: .26; transform: translate(-44%,-54%) scale(1.08) rotate(4deg); }
}

@keyframes logo-travel-glow {
  0% { opacity: .96; transform: scale(.9); }
  16% { opacity: 1; transform: scale(1.08); }
  78% { opacity: .82; transform: scale(1); }
  100% { opacity: 0; transform: scale(.86); }
}

@media (max-width: 760px) {
  .story-image,
  .story-image-left,
  .story-image-right { float: none; width: 100%; margin: 28px 0 !important; }
  .inner-page .logo-trigger { top: 8px; left: 10px; width: 56px; }
  .inner-page .gallery-header { padding-top: 112px; }
  .inner-page .module-frame { top: 78px; height: calc(100% - 78px); }
  .reservation-dates { grid-template-columns: 1fr; gap: 0; }
  .area-hero { min-height: 100vh; min-height: 100svh; min-height: 100dvh; }
  .area-hero-content { padding: 125px 0 58px; }
  .area-hero h1 { font-size: clamp(3.2rem,17vw,6rem); }
  .area-hero-content > p:last-child { max-width: 100%; }
  .rich-content .image-wrap-left,.rich-content .image-wrap-right,.rich-content .image-block-center,.rich-content .image-full { float: none; clear: both; width: 100% !important; margin: 26px 0; }
  .travel-story-section { padding: 84px 0; }
  .travel-story-section .section-intro { margin-bottom: 42px; }
  .travel-story-section .section-intro h2 { font-size: clamp(3.4rem,17vw,6rem); }
  .travel-story-section .section-content { width: 100%; max-width: 100%; justify-self: stretch; margin: 0; }
  .travel-story-section .rich-image { width: 100% !important; }
  .offer-gallery-preview { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .full-gallery.gallery-grid-4,.full-gallery.gallery-grid-8,.full-gallery.gallery-grid-16 { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .nav-category-link { font-size: .7rem; }
  .nav-submenu { position: fixed; top: 78px; left: 10px; right: 10px; min-width: 0; grid-template-columns: repeat(2,minmax(0,1fr)); transform: translateY(-8px); }
  .nav-group.is-open .nav-submenu { transform: translateY(0); }
}

/* Telefon w poziomie: osobny, zwarty układ bez wpływu na wersję komputerową. */
@media (orientation: landscape) and (max-height: 600px) and (pointer: coarse) {
  .nav-shell::before,
  body.is-open .site-header,
  .main-nav { height: 64px; }

  body.is-open .logo-trigger,
  .inner-page .logo-trigger { top: 6px; left: 10px; width: 46px; }

  .main-nav { left: 68px; right: 0; gap: clamp(12px,3vw,24px); padding-right: 14px; }
  .main-nav a { font-size: .64rem; letter-spacing: .08em; }
  .nav-category-link { font-size: .64rem; letter-spacing: .08em; }
  .nav-submenu { top: 64px; }

  .welcome { min-height: 100svh; padding: 88px 5vw 34px; }
  .welcome h1 { margin: 10px 0 14px; font-size: clamp(2.25rem,6.5vw,4.6rem); line-height: .95; }
  .welcome .intro-copy { max-width: 70%; font-size: .95rem; line-height: 1.5; }
  .welcome .text-link { margin-top: 15px; }

  .content-section {
    width: 94%;
    min-height: auto;
    padding: 68px 0;
    grid-template-columns: minmax(150px,.85fr) minmax(0,2fr);
    gap: clamp(24px,5vw,54px);
    scroll-margin-top: 64px;
  }
  .content-section.travel-story-section { grid-template-columns: 1fr; gap: 0; }
  .travel-story-section .section-content { width: 100%; max-width: 100%; justify-self: stretch; }
  .section-intro h2 { margin: 0 0 12px; font-size: clamp(2.3rem,5.5vw,4.2rem); }
  .section-intro p { font-size: .9rem; line-height: 1.55; }
  .section-content { padding-top: 0; font-size: .95rem; }
  .section-content .lead { font-size: clamp(1.05rem,2.2vw,1.3rem); line-height: 1.55; }
  .section-content h3 { font-size: clamp(1.8rem,3.8vw,2.7rem); }

  .story-image { width: min(42%,280px); }
  .story-image-right { float: right; margin: 6px 0 18px 24px !important; }
  .story-image-left { float: left; margin: 6px 24px 18px 0 !important; }

  .contact-wrap { width: 94%; min-height: 100svh; grid-template-columns: .9fr 1.1fr; gap: 4vw; padding: 28px 0; }
  .contact-copy h1 { margin: 10px 0 14px; font-size: clamp(2.4rem,6vw,4rem); }
  .contact-copy > p { font-size: 1rem; }
  .contact-details { margin-top: 18px; }
  .social-links { margin-top: 16px; }
  .contact-form { padding: 22px; }
  .contact-form label { margin-bottom: 12px; }
  .contact-form textarea { max-height: 74px; }

  .inner-page .gallery-header { padding-top: 88px; padding-bottom: 34px; }
  .inner-page .module-frame { top: 64px; height: calc(100% - 64px); }
  .full-gallery { grid-template-columns: repeat(3,1fr); gap: 10px; }
}

@media (hover: hover) and (pointer: fine) {
  .nav-group-toggle { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ambient::before { animation: none; opacity: .32; }
  .ambient::after { transition: none; }
  body.is-open .logo-trigger::before { animation: none; opacity: 0; }
  .logo-trigger::after { transition: none; }
  .section-aurora-background::before,.section-aurora-background::after { animation: none; }
  body.is-open .logo-trigger:hover::after,
  body.is-open .logo-trigger:focus-visible::after { opacity: .5; }
  .section-background-video { display: none; }
  .hero-background-video { display: none; }
  .content-section.has-background-video::before { z-index: -1; background-color: var(--section-bg,#050608); }
  .content-section.has-background-video.has-background-image::before { background-image: linear-gradient(rgba(0,0,0,var(--section-overlay,.45)),rgba(0,0,0,var(--section-overlay,.45))),var(--section-image); }
}

.reservation-service-manager { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin: 0 0 24px; }
.reservation-service-tab { display: grid; gap: 6px; padding: 15px; border: 1px solid #32443b; border-radius: 12px; background: #0c1410; color: #dfe9e3; text-decoration: none; }
.reservation-service-tab[aria-current="true"] { border-color: #63d6a3; box-shadow: 0 0 18px rgba(99,214,163,.18); }
.reservation-service-tab strong { font-size: .92rem; }
.reservation-service-tab small { color: #91a199; }
.reservation-service-tab .service-alert { color: #ffe600; font-weight: 900; }
.service-management-tools { margin-bottom: 24px; }
@media (max-width:900px) { .reservation-service-manager { grid-template-columns: 1fr 1fr; } }
@media (max-width:760px) { .booking-service-grid,.reservation-service-manager { grid-template-columns: 1fr; } .booking-offers { padding: 72px 0 90px; } }
