:root {
  --ose-green: #1f3c88;
  --ose-cream: #f5efe5;
  --ose-yellow: #d9b15f;
  --ose-coral: #c86a4a;
  --ose-blue: #5c84c3;
  --ose-lilac: #d8e4f5;
  --ose-black: #1E2540;
  --ose-white: #ffffff;
  --ose-gold-soft: #eadcc0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ose-black);
  background: var(--ose-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

.ose-hero-story__title,
.ose-story-card h2,
.ose-number-stack__copy h2,
.ose-partner-pills h2,
.ose-final-cta h2,
.ose-number-card strong {
  font-kerning: normal;
  text-rendering: geometricPrecision;
}

body.ose-canvas-template,
body.ose-canvas-template .ose-canvas-main {
  padding: 0;
  margin: 0;
}

body.elementor-editor-active .ose-floating-header {
  position: sticky;
  top: 8px;
}

.ose-floating-header {
  --ose-accent: var(--ose-green);
  --ose-header-bg: #fff;
  position: fixed;
  z-index: 9999;
  top: clamp(14px, 2vw, 28px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 18px;
  width: min(74vw, 1420px);
  pointer-events: none;
}

.ose-floating-header__bar,
.ose-floating-header__cta {
  pointer-events: auto;
  background: var(--ose-header-bg);
  border-radius: 12px;
  min-height: 64px;
  box-shadow: 0 10px 30px rgba(24, 24, 24, 0.06);
}

.ose-floating-header__bar {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 0 14px 0 22px;
  gap: clamp(18px, 3vw, 46px);
}

.ose-floating-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ose-black);
  text-decoration: none;
  font-size: clamp(20px, 1.4vw, 28px);
  font-weight: 650;
  white-space: nowrap;
  margin-right: auto;
}

.ose-floating-header__logo img {
  width: auto;
  max-width: 210px;
  max-height: 42px;
  display: block;
}

.ose-logo-mark {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  border: 4px solid var(--ose-accent);
  box-sizing: border-box;
}

.ose-logo-mark::before,
.ose-logo-mark::after {
  content: "";
  position: absolute;
  inset: 5px 9px;
  border-left: 4px solid var(--ose-accent);
  border-right: 4px solid var(--ose-accent);
  border-radius: 50%;
}

.ose-logo-mark::after {
  transform: rotate(55deg);
}

.ose-floating-header__nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.2vw, 38px);
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 560;
}

.ose-floating-header__nav a,
.ose-floating-header__cta {
  color: var(--ose-black);
  text-decoration: none;
}

.ose-floating-header__round {
  width: 86px;
  height: 86px;
  border: 0;
  border-radius: 999px;
  background: var(--ose-accent);
  color: var(--ose-white);
  display: inline-grid;
  place-items: center;
  font: inherit;
  cursor: pointer;
  flex: 0 0 auto;
}

.ose-floating-header__cta {
  flex: 0 0 auto;
  min-width: 178px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  font-weight: 650;
  font-size: clamp(14px, 1vw, 17px);
}

.ose-floating-header__badge {
  width: 31px;
  height: 31px;
  border-radius: 999px;
  background: var(--ose-blue);
  color: var(--ose-white);
  display: inline-grid;
  place-items: center;
  font-size: 14px;
}

.ose-pill-button,
.ose-story-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 14px 0 24px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--ose-black);
  font-weight: 700;
  font-size: clamp(14px, 1vw, 18px);
}

.ose-pill-button > .ose-button-icon,
.ose-story-card__button > .ose-button-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ose-green);
  display: inline-grid;
  place-items: center;
  line-height: 1;
  font-size: 28px;
}

/* Allineamento ottico frecce/icona nei bottoni */
.ose-button-icon {
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  padding: 0 !important;
  overflow: hidden;
}

.ose-button-icon i {
  display: block;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: translateY(-0.04em);
}

.ose-floating-header__badge.ose-button-icon i {
  transform: translateY(-0.02em);
}

.ose-pill-button--white {
  background: #fff;
}

.ose-hero-story {
  --ose-section-bg: var(--ose-green);
  --ose-text: var(--ose-white);
  --ose-hero-overlay-color: var(--ose-black);
  --ose-hero-overlay-opacity: 0.24;
  --ose-hero-video-y: 0px;
  --ose-hero-video-scale: 1.06;
  --ose-hero-video-scale-start: 1.06;
  --ose-hero-video-scale-end: 1.16;
  --ose-hero-parallax-strength: 120;
  --ose-hero-copy-y: 0px;
  --ose-hero-copy-opacity: 1;
  --ose-hero-copy-scale: 1;
  --ose-hero-copy-exit-y: 0px;
  --ose-hero-copy-exit-start: 0.62;
  --ose-hero-copy-exit-distance: 76px;
  --ose-hero-copy-enter-y: 38px;
  --ose-hero-copy-enter-scale: 0.98;
  --ose-hero-copy-enter-duration: 900ms;
  --ose-hero-button-bg: #ffffff;
  --ose-hero-button-text: var(--ose-black);
  --ose-hero-button-accent: var(--ose-yellow);
  --ose-hero-button-accent-text: #ffffff;
  --ose-hero-button-radius: 8px;
  --ose-hero-button-border: rgba(255,255,255,0);
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--ose-section-bg);
  color: var(--ose-text);
  display: grid;
  place-items: center;
  padding: 142px clamp(22px, 6vw, 110px) 86px;
  isolation: isolate;
}

.ose-hero-story__background {
  position: absolute;
  z-index: 0;
  inset: -9vh 0;
  transform: translate3d(0, var(--ose-hero-video-y), 0) scale(var(--ose-hero-video-scale));
  transform-origin: center;
  will-change: transform;
  pointer-events: none;
}

.ose-hero-story__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ose-hero-story__video--fallback {
  background:
    radial-gradient(circle at 18% 24%, rgba(217, 177, 95, 0.72) 0 12%, transparent 13%),
    radial-gradient(circle at 78% 58%, rgba(92, 132, 195, 0.62) 0 18%, transparent 19%),
    linear-gradient(135deg, var(--ose-green), #142a68 70%);
}

.ose-hero-story__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: var(--ose-hero-overlay-color);
  opacity: var(--ose-hero-overlay-opacity);
  pointer-events: none;
}

.ose-hero-story__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(30, 37, 64, 0.22) 0%, rgba(30, 37, 64, 0.04) 42%, rgba(30, 37, 64, 0.36) 100%);
}

.ose-hero-story__inner {
  position: relative;
  z-index: 3;
  text-align: center;
  width: min(1180px, 95vw);
  margin-inline: auto;
  opacity: 0;
  transform: translate3d(0, calc(var(--ose-hero-copy-y) + var(--ose-hero-copy-enter-y)), 0) scale(var(--ose-hero-copy-enter-scale));
  transition:
    opacity var(--ose-hero-copy-enter-duration) cubic-bezier(.16, 1, .3, 1),
    transform var(--ose-hero-copy-enter-duration) cubic-bezier(.16, 1, .3, 1),
    filter var(--ose-hero-copy-enter-duration) cubic-bezier(.16, 1, .3, 1);
  filter: blur(8px);
  will-change: transform, opacity, filter;
}

.ose-hero-story.is-copy-visible .ose-hero-story__inner {
  opacity: var(--ose-hero-copy-opacity);
  transform: translate3d(0, calc(var(--ose-hero-copy-y) + var(--ose-hero-copy-exit-y)), 0) scale(var(--ose-hero-copy-scale));
  filter: blur(0);
}

.ose-hero-story--copy-fade {
  --ose-hero-copy-enter-y: 0px;
  --ose-hero-copy-enter-scale: 1;
}

.ose-hero-story--copy-zoom-soft {
  --ose-hero-copy-enter-y: 10px;
  --ose-hero-copy-enter-scale: 0.92;
}

.ose-hero-story__title {
  margin: 0;
  font-size: clamp(74px, 13vw, 238px);
  line-height: 0.94;
  letter-spacing: -0.026em;
  font-weight: 790;
  text-shadow: 0 14px 52px rgba(0, 0, 0, 0.22);
}

.ose-hero-story__subtitle {
  margin: clamp(24px, 2vw, 38px) auto 0;
  max-width: 720px;
  font-size: clamp(18px, 1.55vw, 30px);
  line-height: 1.34;
  letter-spacing: 0;
  font-weight: 560;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.24);
}

.ose-hero-story .ose-pill-button {
  margin-top: 30px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

.ose-hero-story .ose-pill-button--hero {
  background: var(--ose-hero-button-bg);
  color: var(--ose-hero-button-text);
  border-radius: var(--ose-hero-button-radius);
  border: 1px solid var(--ose-hero-button-border);
}

.ose-hero-story .ose-pill-button--hero > .ose-button-icon {
  background: var(--ose-hero-button-accent);
  color: var(--ose-hero-button-accent-text);
}

.ose-hero-story__media,
.ose-hero-story__fallback {
  display: none;
}

.ose-story-canvas {
  --ose-canvas-bg: var(--ose-cream);
  --ose-text: var(--ose-black);
  position: relative;
  background: var(--ose-canvas-bg);
  color: var(--ose-text);
  overflow: hidden;
  border-top-left-radius: clamp(36px, 5vw, 80px);
  border-top-right-radius: clamp(36px, 5vw, 80px);
  margin-top: -48px;
  z-index: 5;
  isolation: isolate;
}

.ose-story-scene {
  --ose-scene-height: 100vh;
  --ose-blob-color: var(--ose-green);
  --ose-button-color: var(--ose-coral);
  --ose-blob-size: 1000px;
  --ose-media-width: 42%;
  --ose-media-scale-start: 0.82;
  --ose-media-scale-end: 1.18;
  --ose-media-scale: var(--ose-media-scale-start);
  --ose-media-inner-scale: 1;
  --ose-scene-bg: transparent;
  position: relative;
  min-height: var(--ose-scene-height);
  background: var(--ose-scene-bg);
  display: grid;
  align-items: center;
  padding: clamp(100px, 13vh, 180px) clamp(20px, 7vw, 132px);
  overflow: hidden;
}

.ose-story-scene__blob {
  position: absolute;
  z-index: 0;
  width: var(--ose-blob-size);
  height: calc(var(--ose-blob-size) * 0.72);
  border-radius: 44% 56% 61% 39% / 51% 45% 55% 49%;
  background: var(--ose-blob-color);
  transform: translate3d(0, var(--ose-blob-y, 0px), 0) rotate(-18deg) scale(var(--ose-blob-scale, 1));
  opacity: 1;
  pointer-events: none;
  will-change: transform;
}

.ose-story-scene:nth-child(odd) .ose-story-scene__blob {
  left: -14%;
  top: -12%;
}

.ose-story-scene:nth-child(even) .ose-story-scene__blob {
  right: -18%;
  top: 4%;
  transform: translate3d(0, var(--ose-blob-y, 0px), 0) rotate(31deg) scale(var(--ose-blob-scale, 1));
}

.ose-story-scene__media {
  position: absolute;
  z-index: 2;
  width: var(--ose-media-width, 42%);
  height: var(--ose-media-height, 54vh);
  max-width: 900px;
  max-height: min(82vh, 900px);
  min-height: 220px;
  aspect-ratio: auto;
  margin: 0;
  display: block;
  overflow: hidden;
  border-radius: var(--ose-media-radius, clamp(18px, 2.7vw, 42px));
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 26px 90px rgba(36, 36, 36, 0.10);
  pointer-events: none;
  transition: opacity 0.35s ease, border-radius 0.35s ease;
  opacity: 0.96;
  line-height: 0;
  isolation: isolate;
  will-change: transform;
}

.ose-story-scene__media-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: var(--ose-media-position-x, 50%) var(--ose-media-position-y, 50%);
  border-radius: inherit;
  display: block;
  transform: scale(var(--ose-media-inner-scale, 1));
  transform-origin: var(--ose-media-position-x, 50%) var(--ose-media-position-y, 50%);
  will-change: transform;
  backface-visibility: hidden;
}

.ose-story-scene--media-left .ose-story-scene__media {
  left: 2vw;
  bottom: 7vh;
  transform: translate3d(var(--ose-media-offset-x, 0vw), calc(var(--ose-media-y, 0px) + var(--ose-media-offset-y, 0vh)), 0) rotate(-6deg) scale(var(--ose-media-scale, 1));
}

.ose-story-scene--media-right .ose-story-scene__media {
  right: 3vw;
  bottom: 8vh;
  transform: translate3d(var(--ose-media-offset-x, 0vw), calc(var(--ose-media-y, 0px) + var(--ose-media-offset-y, 0vh)), 0) rotate(7deg) scale(var(--ose-media-scale, 1));
}

.ose-story-scene--media-center .ose-story-scene__media {
  left: 50%;
  bottom: 2vh;
  transform: translate3d(calc(-50% + var(--ose-media-offset-x, 0vw)), calc(var(--ose-media-y, 0px) + var(--ose-media-offset-y, 0vh)), 0) rotate(-3deg) scale(var(--ose-media-scale, 1));
}

.ose-story-scene--media-top .ose-story-scene__media {
  right: 12vw;
  top: -6vh;
  transform: translate3d(var(--ose-media-offset-x, 0vw), calc(var(--ose-media-y, 0px) + var(--ose-media-offset-y, 0vh)), 0) rotate(10deg) scale(var(--ose-media-scale, 1));
}

.ose-story-scene--media-bottom .ose-story-scene__media {
  left: 14vw;
  bottom: -8vh;
  transform: translate3d(var(--ose-media-offset-x, 0vw), calc(var(--ose-media-y, 0px) + var(--ose-media-offset-y, 0vh)), 0) rotate(-10deg) scale(var(--ose-media-scale, 1));
}

.ose-story-scene__media--placeholder {
  border-radius: var(--ose-media-radius, clamp(18px, 2.7vw, 42px));
  background: linear-gradient(135deg, var(--ose-yellow), var(--ose-coral), var(--ose-blue));
  opacity: 0.46;
}

.ose-story-card {
  --ose-card-bg: #fff;
  position: relative;
  z-index: 4;
  width: min(540px, 92vw);
  background: var(--ose-card-bg);
  border-radius: 12px;
  padding: clamp(40px, 4.4vw, 68px);
  box-shadow: 0 18px 60px rgba(36, 36, 36, 0.06);
  transform: translate3d(0, var(--ose-card-y, 0px), 0) rotate(var(--ose-card-rotate, 0deg)) scale(var(--ose-card-scale, 1));
  opacity: var(--ose-card-opacity, 1);
  transition: opacity 0.25s ease, box-shadow 0.25s ease;
  will-change: transform, opacity;
}

.ose-story-scene:not(.is-active) .ose-story-card {
  --ose-card-opacity: 0.72;
}

.ose-story-scene.is-active .ose-story-card {
  --ose-card-opacity: 1;
}

.ose-story-scene--card-left .ose-story-card {
  justify-self: start;
}

.ose-story-scene--card-right .ose-story-card {
  justify-self: end;
}

.ose-story-scene--card-center .ose-story-card {
  justify-self: center;
}

.ose-story-card h2 {
  margin: 0 0 clamp(22px, 2vw, 34px);
  font-size: clamp(42px, 4vw, 70px);
  line-height: 1.12;
  letter-spacing: -0.014em;
  font-weight: 760;
  text-wrap: balance;
}

.ose-story-card p {
  margin: 0;
  font-size: clamp(17px, 1.15vw, 22px);
  line-height: 1.48;
  letter-spacing: 0;
  font-weight: 520;
  max-width: 48ch;
}

.ose-story-card__button {
  margin-top: clamp(28px, 2.5vw, 40px);
  background: var(--ose-button-color);
}

.ose-story-card__button > .ose-button-icon {
  background: #fff;
}

.ose-story-scene__doodle {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.ose-story-scene__doodle--one {
  width: 62px;
  height: 26px;
  border-radius: 60% 40% 55% 45%;
  background: var(--ose-yellow);
  left: 42%;
  top: 36%;
  transform: rotate(-20deg);
}

.ose-story-scene__doodle--two {
  width: 18px;
  height: 18px;
  background: var(--ose-black);
  border-radius: 50%;
  left: 28%;
  top: 24%;
}

.ose-number-stack {
  --ose-card-count: 3;
  min-height: calc(100vh + (var(--ose-card-count) * 54vh));
  position: relative;
  overflow: clip;
  background: var(--ose-cream);
  padding: 0 clamp(24px, 7vw, 140px);
}

.ose-number-stack__sticky {
  position: sticky;
  top: clamp(92px, 13vh, 150px);
  min-height: calc(100vh - clamp(92px, 13vh, 150px));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: center;
  padding: clamp(70px, 9vh, 110px) 0;
}

.ose-number-stack__copy h2 {
  margin: 0 0 clamp(84px, 14vh, 150px);
  font-size: clamp(54px, 6.5vw, 112px);
  line-height: 1.02;
  letter-spacing: -0.032em;
  font-weight: 760;
}

.ose-number-stack__copy p {
  max-width: 460px;
  margin: 0;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1.34;
  letter-spacing: 0;
  font-weight: 560;
}

.ose-number-stack__cards {
  position: relative;
  min-height: 620px;
  perspective: 1200px;
}

.ose-number-card {
  --ose-number-bg: var(--ose-blue);
  --ose-stack-y: 0px;
  --ose-stack-scale: 1;
  --ose-stack-opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: min(620px, 80vw);
  min-height: 330px;
  border-radius: 36px;
  background: var(--ose-number-bg);
  color: #fff;
  padding: clamp(34px, 4vw, 58px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 22px 60px rgba(36, 36, 36, 0.12);
  transform: translate3d(0, var(--ose-stack-y), 0) scale(var(--ose-stack-scale));
  opacity: var(--ose-stack-opacity);
  transform-origin: 50% 0%;
  will-change: transform, opacity;
}

.ose-number-card strong {
  display: block;
  font-size: clamp(108px, 11vw, 210px);
  line-height: 0.88;
  letter-spacing: -0.035em;
  font-weight: 520;
  margin-bottom: 58px;
}

.ose-number-card span {
  display: block;
  max-width: 500px;
  font-size: clamp(17px, 1.3vw, 24px);
  line-height: 1.24;
  letter-spacing: 0;
  font-weight: 560;
}

.ose-number-card--0 { z-index: 1; }
.ose-number-card--1 { z-index: 2; }
.ose-number-card--2 { z-index: 3; }
.ose-number-card--3 { z-index: 4; }
.ose-number-card--4 { z-index: 5; }
.ose-number-card--5 { z-index: 6; }

.ose-editorial {
  background: #ded9cd;
  padding: clamp(110px, 13vh, 170px) clamp(20px, 7vw, 140px);
}

.ose-partner-pills h2 {
  margin: 0 0 64px;
  text-align: center;
  font-size: clamp(44px, 5vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 760;
}

.ose-editorial__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ose-editorial-card__image {
  position: relative;
  aspect-ratio: 1.05;
  border-radius: 14px;
  overflow: hidden;
  background: var(--ose-green);
}

.ose-editorial-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ose-editorial-card__tags {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ose-editorial-card__tags span {
  background: #fff;
  color: var(--ose-black);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 650;
}

.ose-editorial-card h3 {
  margin: 16px 0 0;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.012em;
  font-weight: 670;
}

.ose-partner-pills {
  background: #ded9cd;
  min-height: 72vh;
  overflow: hidden;
  padding: clamp(100px, 12vh, 150px) 0;
}

.ose-partner-pills__rows {
  display: grid;
  gap: 18px;
}

.ose-partner-pills {
  --ose-pill-duration: 35.5s;
}

.ose-partner-pills__track {
  --ose-pill-base: 0px;
  display: flex;
  width: max-content;
  gap: 18px;
  transform: translate3d(var(--ose-pill-base), 0, 0);
  will-change: transform;
  backface-visibility: hidden;
  contain: layout paint;
}

.ose-partner-pills__track--0 {
  --ose-pill-base: -160px;
}

.ose-partner-pills__track--1 {
  --ose-pill-base: -40px;
}

.ose-partner-pills__track--2 {
  --ose-pill-base: -260px;
}

.ose-partner-pills.is-marquee-ready .ose-partner-pills__track {
  animation: none !important;
}

.ose-partner-pill {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 190px;
  min-height: 78px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  padding: 0 28px;
  font-size: clamp(16px, 1.2vw, 21px);
  font-weight: 560;
  white-space: nowrap;
}

.ose-partner-pill i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  display: inline-grid;
  place-items: center;
  font-style: normal;
  color: var(--ose-coral);
  font-weight: 760;
}

@media (prefers-reduced-motion: reduce) {
  .ose-partner-pills__track {
    animation: none !important;
    transform: translate3d(var(--ose-pill-base), 0, 0) !important;
  }
}

.ose-final-cta {
  --ose-final-bg: var(--ose-green);
  --ose-final-title: var(--ose-white);
  --ose-final-text: var(--ose-cream);
  --ose-final-button-bg: var(--ose-white);
  --ose-final-button-text: var(--ose-black);
  --ose-final-button-accent: var(--ose-yellow);
  --ose-final-decor-one: var(--ose-yellow);
  --ose-final-decor-two: var(--ose-coral);
  min-height: 88vh;
  background:
    radial-gradient(circle at 16% 18%, color-mix(in srgb, var(--ose-final-decor-one) 82%, transparent) 0 9vw, transparent 9.2vw),
    radial-gradient(circle at 86% 82%, color-mix(in srgb, var(--ose-final-decor-two) 72%, transparent) 0 13vw, transparent 13.2vw),
    var(--ose-final-bg);
  color: var(--ose-final-text);
  position: relative;
  overflow: hidden;
  padding: clamp(120px, 14vh, 180px) clamp(24px, 7vw, 140px);
  display: grid;
  place-items: center;
  text-align: center;
  isolation: isolate;
}

.ose-final-cta::before,
.ose-final-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  opacity: 0.9;
}

.ose-final-cta::before {
  width: min(54vw, 820px);
  height: min(54vw, 820px);
  left: -20vw;
  bottom: -34vw;
  border-radius: 44% 56% 48% 52%;
  background: var(--ose-final-decor-one);
  transform: rotate(-16deg);
}

.ose-final-cta::after {
  width: min(36vw, 540px);
  height: min(36vw, 540px);
  right: -12vw;
  top: -18vw;
  border-radius: 56% 44% 52% 48%;
  background: var(--ose-final-decor-two);
  transform: rotate(14deg);
}

.ose-final-cta--compact {
  min-height: 88vh;
}

.ose-final-cta__content {
  width: min(100%, 1040px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 42px);
}

.ose-final-cta h2 {
  margin: 0;
  color: var(--ose-final-title);
  font-size: clamp(78px, 12vw, 210px);
  line-height: 0.94;
  letter-spacing: -0.025em;
  font-weight: 760;
  text-align: center;
  text-wrap: balance;
  max-width: 980px;
}

.ose-final-cta__intro {
  width: min(100%, 720px);
  margin-inline: auto;
}

.ose-final-cta__intro p {
  margin: 0;
  color: var(--ose-final-text);
  font-size: clamp(18px, 1.35vw, 25px);
  line-height: 1.38;
  letter-spacing: 0;
  font-weight: 620;
  text-align: center;
  text-wrap: balance;
}

.ose-pill-button--final {
  background: var(--ose-final-button-bg);
  color: var(--ose-final-button-text);
  box-shadow: 0 18px 55px rgba(30, 37, 64, 0.18);
}

.ose-pill-button--final > .ose-button-icon {
  background: var(--ose-final-button-accent);
  color: var(--ose-final-button-text);
}

.ose-final-cta__contact,
.ose-final-cta__decor {
  display: none;
}




.ose-final-cta--with-footer {
  min-height: 100vh;
  padding: clamp(116px, 13vh, 170px) clamp(22px, 6vw, 120px) clamp(24px, 4vw, 54px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: clamp(34px, 5vw, 72px);
}

.ose-final-cta--with-footer .ose-final-cta__content {
  min-height: clamp(420px, 55vh, 680px);
  justify-content: center;
}

.ose-final-footer {
  width: min(100%, 1360px);
  margin-inline: auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) minmax(160px, 0.8fr) minmax(220px, 1fr) minmax(140px, 0.7fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: start;
  padding: clamp(26px, 3.2vw, 48px);
  border-radius: clamp(24px, 2.5vw, 38px);
  background:
    radial-gradient(circle at 8% 14%, color-mix(in srgb, var(--ose-footer-panel-accent, var(--ose-yellow)) 32%, transparent) 0 5.5rem, transparent 5.7rem),
    var(--ose-footer-panel-bg, var(--ose-black));
  color: var(--ose-footer-panel-text, var(--ose-cream));
  box-shadow: 0 28px 80px rgba(30, 37, 64, 0.20);
  text-align: left;
  overflow: hidden;
}

.ose-final-footer::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -42%;
  width: min(32vw, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: color-mix(in srgb, var(--ose-footer-panel-accent, var(--ose-yellow)) 55%, transparent);
  pointer-events: none;
}

.ose-final-footer strong {
  display: block;
  color: var(--ose-footer-panel-accent, var(--ose-yellow));
  font-size: clamp(18px, 1.25vw, 23px);
  line-height: 1.1;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.ose-final-footer p,
.ose-final-footer div,
.ose-final-footer a {
  color: var(--ose-footer-panel-text, var(--ose-cream));
  font-size: clamp(14px, 0.95vw, 17px);
  line-height: 1.45;
}

.ose-final-footer p {
  margin: 0;
  max-width: 360px;
}

.ose-final-footer__nav,
.ose-final-footer__social {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ose-final-footer__nav a,
.ose-final-footer__social a {
  text-decoration: none;
  font-weight: 700;
  opacity: 0.92;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.ose-final-footer__nav a:hover,
.ose-final-footer__social a:hover {
  opacity: 1;
  transform: translateX(4px);
}

.ose-final-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.ose-final-footer__bottom {
  grid-column: 1 / -1;
  margin-top: clamp(8px, 2vw, 26px);
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  opacity: 0.72;
}

@media (max-width: 980px) {
  .ose-final-cta--with-footer {
    min-height: auto;
    padding-top: 120px;
  }

  .ose-final-cta--with-footer .ose-final-cta__content {
    min-height: auto;
    padding-block: 68px 28px;
  }

  .ose-final-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .ose-final-footer {
    grid-template-columns: 1fr;
    border-radius: 26px;
  }
}

.ose-story-canvas__traveller {
  position: absolute;
  z-index: 1;
  top: clamp(110px, 18vh, 260px);
  width: var(--ose-traveller-width, 34%);
  max-width: 760px;
  min-width: 240px;
  height: auto;
  pointer-events: none;
  opacity: 0.98;
  transform: translate3d(var(--ose-traveller-x-offset, 0vw), var(--ose-traveller-y, 0px), 0) rotate(var(--ose-traveller-rotation, -8deg));
  will-change: transform;
}

.ose-story-canvas--traveller-left .ose-story-canvas__traveller {
  left: 4vw;
}

.ose-story-canvas--traveller-center .ose-story-canvas__traveller {
  left: 50%;
  transform: translate3d(calc(-50% + var(--ose-traveller-x-offset, 0vw)), var(--ose-traveller-y, 0px), 0) rotate(var(--ose-traveller-rotation, -8deg));
}

.ose-story-canvas--traveller-right .ose-story-canvas__traveller {
  right: 4vw;
}

.ose-story-scene.is-active .ose-story-card {
  box-shadow: 0 26px 80px rgba(36, 36, 36, 0.08);
}

.ose-story-scene.is-active .ose-story-scene__media {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .ose-story-card,
  .ose-story-scene__media,
  .ose-story-scene__media-img,
  .ose-story-scene__blob,
  .ose-story-canvas__traveller,
  .ose-number-card {
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  .ose-floating-header {
    width: calc(100vw - 28px);
    gap: 10px;
  }
  .ose-floating-header__nav {
    display: none;
  }
  .ose-floating-header__bar {
    min-width: 0;
  }
  .ose-number-stack {
    min-height: auto;
    padding: clamp(90px, 10vh, 140px) 22px;
  }
  .ose-number-stack__sticky {
    position: relative;
    top: auto;
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 0;
  }
  .ose-number-stack__copy h2 {
    margin-bottom: 36px;
  }
  .ose-number-stack__cards {
    min-height: auto;
  }
  .ose-number-card {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-bottom: -115px;
    transform: none !important;
    opacity: 1 !important;
  }
  .ose-editorial__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .ose-floating-header__cta {
    display: none;
  }
  .ose-floating-header__bar {
    min-height: 58px;
  }
  .ose-floating-header__logo {
    font-size: 18px;
  }
  .ose-hero-story {
    padding-top: 120px;
  }
  .ose-hero-story__title {
    font-size: clamp(64px, 20vw, 110px);
  }
  .ose-hero-story__media {
    width: 92%;
    bottom: -3vh;
  }
  .ose-story-scene {
    min-height: auto;
    padding: 110px 18px 90px;
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  .ose-story-scene__blob {
    width: 720px;
    height: 520px;
    left: -260px !important;
    right: auto !important;
    top: 20px !important;
  }
  .ose-story-scene__media {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 92% !important;
    height: min(var(--ose-media-height, 54vh), 560px);
    transform: rotate(-4deg) !important;
    order: 1;
  }
  .ose-story-card {
    order: 2;
    width: 100%;
    box-sizing: border-box;
    padding: 32px 26px;
  }
  .ose-story-card h2 {
    font-size: 44px;
  }
  .ose-number-card {
    min-height: 270px;
  }
  .ose-number-card strong {
    font-size: 112px;
    margin-bottom: 36px;
  }
  .ose-final-cta h2 {
    font-size: clamp(62px, 21vw, 118px);
  }
}


@media (max-width: 720px) {
  .ose-story-canvas__traveller {
    display: none;
  }
  .ose-story-card {
    transform: none !important;
  }
  .ose-story-card p,
  .ose-final-cta__intro p,
  .ose-number-stack__copy p,
  .ose-editorial-card h3 {
    line-height: 1.38;
    letter-spacing: 0;
  }
  .ose-story-card h2 {
    line-height: 1.14;
    letter-spacing: -0.01em;
  }
}

/* Banner video parallax -------------------------------------------------- */
.ose-video-parallax {
  --ose-video-height: 78vh;
  --ose-video-bg: var(--ose-cream);
  --ose-video-text: var(--ose-black);
  --ose-video-accent: var(--ose-yellow);
  --ose-video-button: var(--ose-coral);
  --ose-video-overlay: var(--ose-black);
  --ose-video-overlay-opacity: 0.22;
  --ose-video-scale: var(--ose-video-scale-start, 1.06);
  --ose-video-y: 0px;
  --ose-video-copy-y: 0px;
  --ose-video-band-x: 0px;
  --ose-video-blob-y: 0px;
  position: relative;
  min-height: var(--ose-video-height);
  padding: clamp(74px, 10vh, 126px) clamp(20px, 7vw, 132px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--ose-video-bg);
  color: var(--ose-video-text);
}

.ose-video-parallax__frame {
  position: absolute;
  z-index: 1;
  inset: clamp(44px, 6vw, 86px) clamp(18px, 5vw, 92px);
  border-radius: clamp(28px, 4vw, 68px);
  overflow: hidden;
  background: var(--ose-black);
  box-shadow: 0 30px 100px rgba(36, 36, 36, 0.16);
  transform: translate3d(0, var(--ose-video-y), 0) scale(var(--ose-video-scale));
  transform-origin: center center;
  will-change: transform;
}

.ose-video-parallax__media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ose-video-parallax__media--placeholder {
  background:
    radial-gradient(circle at 22% 22%, rgba(255, 229, 0, 0.92), transparent 29%),
    radial-gradient(circle at 78% 34%, rgba(139, 216, 92, 0.82), transparent 31%),
    linear-gradient(135deg, #c86a4a 0%, #5c84c3 55%, #1E2540 100%);
}

.ose-video-parallax__overlay {
  position: absolute;
  inset: 0;
  background: var(--ose-video-overlay);
  opacity: var(--ose-video-overlay-opacity);
  pointer-events: none;
}

.ose-video-parallax__copy {
  position: relative;
  z-index: 4;
  width: min(600px, 92vw);
  background: #fff;
  border-radius: 12px;
  padding: clamp(36px, 4vw, 68px);
  box-shadow: 0 22px 80px rgba(36, 36, 36, 0.14);
  transform: translate3d(0, var(--ose-video-copy-y), 0) rotate(-1.25deg);
  will-change: transform;
}

.ose-video-parallax--align-left .ose-video-parallax__copy { justify-self: start; }
.ose-video-parallax--align-center .ose-video-parallax__copy { justify-self: center; text-align: center; }
.ose-video-parallax--align-right .ose-video-parallax__copy { justify-self: end; }

.ose-video-parallax__reveal {
  position: relative;
}

.ose-video-parallax__toggle {
  display: none;
  width: 100%;
  min-height: 52px;
  margin: 18px 0 0;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--ose-video-text);
  color: #fff;
  font: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 760;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(30, 37, 64, 0.18);
  -webkit-tap-highlight-color: transparent;
}

.ose-video-parallax__toggle:focus-visible {
  outline: 3px solid var(--ose-video-accent);
  outline-offset: 3px;
}

.ose-video-parallax__toggle-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  transition: transform 0.35s ease;
}

.ose-video-parallax__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--ose-video-accent);
  color: var(--ose-black);
  font-size: 13px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: clamp(20px, 2vw, 30px);
}

.ose-video-parallax__copy h2 {
  margin: 0 0 clamp(22px, 2vw, 32px);
  font-size: clamp(48px, 5.6vw, 112px);
  line-height: 1.02;
  letter-spacing: -0.018em;
  font-weight: 780;
  color: var(--ose-video-text);
  text-wrap: balance;
}

.ose-video-parallax__copy p {
  margin: 0;
  max-width: 48ch;
  font-size: clamp(17px, 1.15vw, 22px);
  line-height: 1.48;
  font-weight: 520;
  letter-spacing: 0;
  color: var(--ose-video-text);
}

.ose-video-parallax--align-center .ose-video-parallax__copy p { margin-inline: auto; }

.ose-video-parallax .ose-story-card__button {
  margin-top: clamp(28px, 2.5vw, 40px);
  background: var(--ose-video-button);
}

.ose-video-parallax .ose-story-card__button > .ose-button-icon { background: #fff; }

.ose-video-parallax__blob {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 48% 52% 61% 39% / 47% 57% 43% 53%;
  background: var(--ose-video-accent);
  transform: translate3d(0, var(--ose-video-blob-y), 0) rotate(-16deg);
  will-change: transform;
}

.ose-video-parallax__blob--one {
  width: min(56vw, 760px);
  height: min(34vw, 480px);
  left: -14vw;
  top: 4vh;
}

.ose-video-parallax__blob--two {
  width: min(40vw, 540px);
  height: min(28vw, 380px);
  right: -12vw;
  bottom: 1vh;
  opacity: 0.52;
  transform: translate3d(0, calc(var(--ose-video-blob-y) * -0.8), 0) rotate(22deg);
}

.ose-video-parallax__band {
  position: absolute;
  z-index: 3;
  left: -10vw;
  right: -10vw;
  bottom: clamp(20px, 4vh, 52px);
  height: clamp(66px, 8vw, 128px);
  display: flex;
  gap: 42px;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  background: var(--ose-video-accent);
  border-radius: 999px;
  transform: translate3d(var(--ose-video-band-x), 0, 0) rotate(-4.5deg);
  box-shadow: 0 18px 60px rgba(36, 36, 36, 0.10);
  will-change: transform;
  color: var(--ose-coral);
  font-size: clamp(32px, 5vw, 84px);
  line-height: 1;
  font-weight: 780;
  letter-spacing: -0.018em;
  pointer-events: none;
}

.ose-video-parallax__band span {
  display: inline-block;
  padding-left: 42px;
}

@media (max-width: 1100px) {
  .ose-video-parallax {
    min-height: 720px;
    padding: 92px 20px;
  }
  .ose-video-parallax__frame {
    inset: 34px 16px;
    border-radius: 34px;
  }
  .ose-video-parallax__copy {
    width: 100%;
    max-width: 560px;
    box-sizing: border-box;
    justify-self: center !important;
    transform: translate3d(0, var(--ose-video-copy-y), 0) rotate(-0.8deg);
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready .ose-video-parallax__reveal {
    max-height: var(--ose-video-mobile-preview-height, 220px);
    overflow: hidden;
    transition: max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready .ose-video-parallax__reveal::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    height: 82px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 88%);
    transition: opacity 0.25s ease;
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready .ose-video-parallax__toggle {
    display: flex;
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready.is-mobile-expanded .ose-video-parallax__reveal {
    max-height: var(--ose-video-reveal-height, 1600px);
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready.is-mobile-expanded .ose-video-parallax__reveal::after {
    opacity: 0;
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready.is-mobile-expanded .ose-video-parallax__toggle-icon {
    transform: rotate(180deg);
  }
}

@media (max-width: 720px) {
  .ose-video-parallax {
    min-height: 640px;
    padding: 86px 16px;
  }
  .ose-video-parallax__copy {
    padding: 30px 24px;
  }
  .ose-video-parallax--mobile-disclosure.is-disclosure-ready .ose-video-parallax__toggle {
    min-height: 50px;
    padding-inline: 15px;
    font-size: 14px;
  }
  .ose-video-parallax__copy h2 {
    font-size: clamp(44px, 15vw, 72px);
    letter-spacing: -0.012em;
  }
  .ose-video-parallax__copy p {
    line-height: 1.4;
  }
  .ose-video-parallax__band {
    height: 66px;
    font-size: 34px;
    bottom: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ose-video-parallax__frame,
  .ose-video-parallax__copy,
  .ose-video-parallax__band,
  .ose-video-parallax__blob {
    transform: none !important;
  }
}


/* 3.3.0 — modalità flat: niente decorazioni di fondo, solo campiture piene */
.ose-story-scene__blob,
.ose-story-scene__doodle,
.ose-video-parallax__blob,
.ose-video-parallax__band,
.ose-final-cta__decor,
.ose-final-cta::before,
.ose-final-cta::after,
.ose-final-footer::after {
  display: none !important;
}

.ose-hero-story__overlay::after {
  display: none !important;
}

.ose-hero-story__video--fallback {
  background: var(--ose-section-bg, var(--ose-green)) !important;
}

.ose-story-canvas,
.ose-story-scene,
.ose-number-stack,
.ose-editorial,
.ose-partner-pills,
.ose-video-parallax,
.ose-final-cta {
  background-image: none !important;
}

.ose-story-scene {
  background-color: var(--ose-scene-bg, var(--ose-canvas-bg)) !important;
}

.ose-story-scene__media--placeholder {
  background: var(--ose-coral) !important;
}

.ose-video-parallax__media--placeholder {
  background: var(--ose-video-accent) !important;
}

.ose-final-cta {
  background: var(--ose-final-bg) !important;
}

.ose-final-footer {
  background: var(--ose-footer-panel-bg, var(--ose-black)) !important;
}

.ose-editorial-card__link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.ose-editorial-card--link .ose-editorial-card__image img {
  transition: transform 650ms cubic-bezier(.18,.72,.18,1);
}

.ose-editorial-card--link:hover .ose-editorial-card__image img {
  transform: scale(1.045);
}

/* Storytelling image cover hardening */
.ose-story-scene__media picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.ose-story-scene__media picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--ose-media-position-x, 50%) var(--ose-media-position-y, 50%);
}

/* 4.4.0 — Header logo, desktop burger panel and cleaner CTA icon */
.ose-floating-header__logo img {
  max-width: 138px;
  max-height: 54px;
  border-radius: 8px;
  object-fit: contain;
}

.ose-floating-header__round {
  position: relative;
  transition: background-color .22s ease, transform .22s ease;
}

.ose-floating-header__round:hover,
.ose-floating-header.is-menu-open .ose-floating-header__round {
  transform: translateY(-1px);
}

.ose-burger-lines {
  width: 18px;
  height: 14px;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

.ose-burger-lines span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform .22s ease, opacity .18s ease;
}

.ose-floating-header.is-menu-open .ose-burger-lines span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.ose-floating-header.is-menu-open .ose-burger-lines span:nth-child(2) {
  opacity: 0;
}

.ose-floating-header.is-menu-open .ose-burger-lines span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.ose-floating-header__panel {
  position: absolute;
  top: calc(100% + 12px);
  right: min(196px, 19vw);
  width: min(520px, calc(100% - 212px));
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(.985);
  transform-origin: top right;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  z-index: -1;
}

.ose-floating-header.is-menu-open .ose-floating-header__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  z-index: 1;
}

.ose-floating-header__panel-inner {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 18px;
  background: var(--ose-header-bg);
  box-shadow: 0 24px 70px rgba(30, 37, 64, .16);
}

.ose-floating-header__panel-inner a,
.ose-floating-header__panel-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 12px;
  color: var(--ose-black);
  text-decoration: none;
  font-weight: 700;
  transition: background-color .18s ease, transform .18s ease;
}

.ose-floating-header__panel-inner a:hover {
  background: rgba(31, 60, 136, .08);
  transform: translateX(2px);
}

.ose-floating-header__panel-cta {
  margin-top: 8px;
  background: var(--ose-accent);
  color: var(--ose-white) !important;
}

.ose-floating-header__panel-cta span {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  line-height: 1;
}

.ose-floating-header__badge.ose-button-icon,
.ose-floating-header__badge.ose-button-icon i {
  display: inline-grid;
  place-items: center;
  text-align: center;
}

.ose-floating-header__badge.ose-button-icon i {
  transform: none !important;
  line-height: 1 !important;
  width: 1em;
  height: 1em;
  font-size: 16px;
}

@media (max-width: 900px) {
  .ose-floating-header__panel {
    right: 0;
    left: 0;
    width: 100%;
  }

  .ose-floating-header__logo img {
    max-width: 108px;
    max-height: 46px;
  }
}


/* 4.4.0 — inline logo + desktop hides burger */
.ose-floating-header__logo img {
  max-width: 176px;
  max-height: 60px;
  width: auto;
  height: auto;
  border-radius: 0;
  object-fit: contain;
}

@media (min-width: 1101px) {
  .ose-floating-header__round,
  .ose-floating-header__panel {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .ose-floating-header__round {
    display: inline-grid;
  }
}


/* 4.4.0 — header right breathing room + WYSIWYG video text */
.ose-floating-header__bar {
  padding-right: clamp(32px, 2.8vw, 58px);
}

.ose-video-parallax__text {
  max-width: 48ch;
  font-size: clamp(17px, 1.15vw, 22px);
  line-height: 1.5;
  font-weight: 520;
  letter-spacing: 0;
  color: var(--ose-video-text);
}

.ose-video-parallax__text p {
  margin: 0 0 1em;
}

.ose-video-parallax__text p:last-child {
  margin-bottom: 0;
}

.ose-video-parallax__text a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.ose-video-parallax__text strong,
.ose-video-parallax__text b {
  font-weight: 760;
}

.ose-video-parallax__text ul,
.ose-video-parallax__text ol {
  margin: 0 0 1em 1.25em;
  padding: 0;
}

.ose-video-parallax--align-center .ose-video-parallax__text {
  margin-inline: auto;
}

@media (max-width: 1100px) {
  .ose-floating-header__bar {
    padding-right: 14px;
  }
}


/* 4.4.0 — Storytelling responsive horizontal media boxes + image slider */
.ose-story-scene__media--slider {
  pointer-events: auto;
}

.ose-story-scene__media-track {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}

.ose-story-scene__media--slider .ose-story-scene__media-img,
.ose-story-scene__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: var(--ose-media-position-x, 50%) var(--ose-media-position-y, 50%);
  border-radius: inherit;
  display: block;
  opacity: 0;
  transform: scale(var(--ose-media-inner-scale, 1));
  transform-origin: var(--ose-media-position-x, 50%) var(--ose-media-position-y, 50%);
  transition: opacity 420ms ease;
  will-change: opacity, transform;
}

.ose-story-scene__slide.is-active {
  opacity: 1;
}

.ose-story-slider__arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(38px, 3.2vw, 52px);
  height: clamp(38px, 3.2vw, 52px);
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ose-black);
  box-shadow: 0 14px 36px rgba(30, 37, 64, 0.18);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
  padding: 0;
  line-height: 1;
}

.ose-story-slider__arrow:hover {
  transform: translateY(-50%) scale(1.04);
  background: #fff;
}

.ose-story-slider__arrow span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  font-size: clamp(26px, 2.2vw, 38px);
  font-weight: 700;
  transform: translateY(-1px);
}

.ose-story-slider__arrow--prev {
  left: clamp(10px, 1.2vw, 18px);
}

.ose-story-slider__arrow--next {
  right: clamp(10px, 1.2vw, 18px);
}

@media (max-width: 1100px) {
  .ose-story-scene {
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: clamp(24px, 5vw, 42px) !important;
    padding: clamp(86px, 10vh, 124px) clamp(18px, 5vw, 46px) clamp(70px, 8vh, 108px) !important;
    overflow: visible !important;
  }

  .ose-story-scene__media {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    justify-self: center !important;
    order: 1 !important;
    width: min(92vw, 760px) !important;
    height: clamp(220px, 42vw, 430px) !important;
    max-width: 760px !important;
    max-height: 430px !important;
    min-height: 220px !important;
    margin: 0 auto !important;
    transform: translate3d(0, calc(var(--ose-media-y, 0px) * 0.28), 0) scale(1) !important;
    border-radius: min(var(--ose-media-radius, 34px), 34px);
  }

  .ose-story-card {
    order: 2 !important;
    justify-self: center !important;
    width: min(100%, 760px) !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    transform: translate3d(0, calc(var(--ose-card-y, 0px) * 0.18), 0) !important;
  }

  .ose-story-scene--card-left .ose-story-card,
  .ose-story-scene--card-right .ose-story-card,
  .ose-story-scene--card-center .ose-story-card {
    justify-self: center !important;
  }
}

@media (max-width: 720px) {
  .ose-story-scene {
    padding-inline: 18px !important;
    gap: 22px !important;
  }

  .ose-story-scene__media {
    width: 100% !important;
    height: clamp(205px, 58vw, 290px) !important;
    min-height: 205px !important;
    max-height: 290px !important;
  }

  .ose-story-card {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ose-story-slider__arrow {
    width: 38px;
    height: 38px;
  }

  .ose-story-slider__arrow span {
    font-size: 28px;
  }
}


/* 4.5.0 — Numeri sovrapposti animati anche su tablet e smartphone */
@media (max-width: 1100px) {
  .ose-number-stack {
    min-height: calc(100vh + (var(--ose-card-count) * 44vh));
    padding: clamp(76px, 9vh, 120px) 22px clamp(90px, 10vh, 140px);
    overflow: clip;
  }

  .ose-number-stack__sticky {
    position: sticky;
    top: clamp(72px, 10vh, 110px);
    min-height: calc(100vh - clamp(72px, 10vh, 110px));
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(26px, 5vh, 46px);
    align-content: start;
    padding: 0;
  }

  .ose-number-stack__copy h2 {
    margin-bottom: clamp(18px, 4vh, 32px);
    font-size: clamp(46px, 10vw, 82px);
  }

  .ose-number-stack__copy p {
    max-width: 640px;
  }

  .ose-number-stack__cards {
    position: relative;
    min-height: clamp(390px, 54vh, 560px);
    width: 100%;
    perspective: 900px;
  }

  .ose-number-card {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    width: min(100%, 680px);
    min-height: clamp(250px, 36vh, 350px);
    margin-bottom: 0;
    padding: clamp(28px, 6vw, 46px);
    border-radius: clamp(26px, 7vw, 36px);
    transform: translate3d(0, var(--ose-stack-y), 0) scale(var(--ose-stack-scale)) !important;
    opacity: var(--ose-stack-opacity) !important;
  }

  .ose-number-card strong {
    font-size: clamp(92px, 22vw, 160px);
    margin-bottom: clamp(30px, 7vw, 46px);
  }

  .ose-number-card span {
    font-size: clamp(16px, 3.8vw, 21px);
    line-height: 1.25;
  }
}

@media (max-width: 720px) {
  .ose-number-stack {
    min-height: calc(100vh + (var(--ose-card-count) * 42vh));
    padding-inline: 18px;
  }

  .ose-number-stack__sticky {
    top: 74px;
    min-height: calc(100vh - 74px);
    gap: 24px;
  }

  .ose-number-stack__cards {
    min-height: clamp(340px, 52vh, 500px);
  }

  .ose-number-card {
    width: 100%;
    min-height: clamp(232px, 34vh, 320px);
  }
}

@media (prefers-reduced-motion: reduce) {
  @media (max-width: 1100px) {
    .ose-number-card {
      transform: none !important;
      opacity: 1 !important;
    }
  }
}


/* 4.6.0 — Portrait-first responsive adaptation for tablet and landscape */
@media (max-width: 1100px) {
  .ose-hero-story {
    min-height: 100svh;
    padding-top: clamp(118px, 15svh, 150px);
    padding-inline: clamp(18px, 5vw, 42px);
  }

  .ose-hero-story__inner {
    width: min(92vw, 760px);
    max-width: 760px;
  }

  .ose-hero-story__title {
    font-size: clamp(58px, 13vw, 112px);
    line-height: .91;
  }

  .ose-story-scene {
    min-height: auto !important;
    grid-template-columns: 1fr !important;
    gap: clamp(22px, 4.2vw, 34px) !important;
    padding-top: clamp(76px, 9svh, 108px) !important;
    padding-bottom: clamp(62px, 8svh, 92px) !important;
  }

  .ose-story-scene__media {
    width: min(100%, 760px) !important;
    height: clamp(210px, 42vw, 330px) !important;
    min-height: 0 !important;
    max-height: 330px !important;
    aspect-ratio: 16 / 9;
    transform: translate3d(0, calc(var(--ose-media-y, 0px) * 0.22), 0) scale(1) !important;
  }

  .ose-story-card {
    width: min(100%, 760px) !important;
    padding: clamp(30px, 5vw, 46px) !important;
    transform: translate3d(0, calc(var(--ose-card-y, 0px) * 0.12), 0) !important;
  }

  .ose-story-card h2 {
    font-size: clamp(42px, 8.8vw, 74px);
    line-height: .96;
  }

  .ose-video-parallax {
    min-height: min(760px, 100svh);
    padding-block: clamp(76px, 10svh, 100px);
  }

  .ose-video-parallax__frame {
    inset: clamp(18px, 3vw, 30px);
  }

  .ose-video-parallax__copy {
    max-width: min(100%, 620px);
    padding: clamp(30px, 5vw, 44px);
  }

  .ose-number-stack {
    min-height: calc(100svh + (var(--ose-card-count) * 38svh));
    padding-top: clamp(66px, 9svh, 96px);
    padding-bottom: clamp(72px, 9svh, 110px);
  }

  .ose-number-stack__sticky {
    top: clamp(64px, 9svh, 92px);
    min-height: calc(100svh - clamp(64px, 9svh, 92px));
    gap: clamp(20px, 3.6svh, 34px);
  }

  .ose-number-stack__copy h2 {
    font-size: clamp(42px, 9.5vw, 74px);
    line-height: .96;
    margin-bottom: clamp(14px, 2.6svh, 24px);
  }

  .ose-number-stack__cards {
    min-height: clamp(300px, 48svh, 460px);
  }

  .ose-number-card {
    width: min(100%, 620px);
    min-height: clamp(220px, 32svh, 310px);
    padding: clamp(26px, 5vw, 40px);
  }

  .ose-number-card strong {
    font-size: clamp(82px, 18vw, 138px);
    margin-bottom: clamp(22px, 5vw, 38px);
  }

  .ose-partner-pills {
    padding-block: clamp(78px, 10svh, 118px);
  }

  .ose-final-cta__content {
    min-height: auto;
    padding-block: clamp(80px, 12svh, 132px);
  }
}

@media (max-width: 1100px) and (orientation: landscape) {
  .ose-hero-story {
    min-height: 100svh;
    padding-top: clamp(94px, 16svh, 118px);
  }

  .ose-hero-story__title {
    font-size: clamp(54px, 10vw, 88px);
  }

  .ose-story-scene {
    padding-top: clamp(56px, 8svh, 82px) !important;
    padding-bottom: clamp(52px, 8svh, 76px) !important;
    gap: clamp(18px, 4svh, 28px) !important;
  }

  .ose-story-scene__media {
    width: min(82vw, 620px) !important;
    height: clamp(175px, 34vw, 260px) !important;
    max-height: 260px !important;
  }

  .ose-story-card {
    width: min(82vw, 620px) !important;
    padding: clamp(24px, 4vw, 34px) !important;
  }

  .ose-story-card h2 {
    font-size: clamp(34px, 6.8vw, 54px);
  }

  .ose-number-stack {
    min-height: calc(100svh + (var(--ose-card-count) * 32svh));
    padding-top: 58px;
    padding-bottom: 72px;
  }

  .ose-number-stack__sticky {
    top: 58px;
    min-height: calc(100svh - 58px);
    gap: 16px;
  }

  .ose-number-stack__copy h2 {
    font-size: clamp(34px, 7vw, 56px);
  }

  .ose-number-stack__copy p {
    font-size: 15px;
    line-height: 1.32;
  }

  .ose-number-stack__cards {
    min-height: clamp(230px, 44svh, 330px);
  }

  .ose-number-card {
    min-height: clamp(190px, 36svh, 260px);
    padding: clamp(22px, 4vw, 32px);
  }

  .ose-number-card strong {
    font-size: clamp(70px, 13vw, 110px);
    margin-bottom: 18px;
  }

  .ose-video-parallax {
    min-height: 100svh;
    padding-block: 60px;
  }
}


/* 4.7.0 — Tablet landscape storytelling anti-overlap */
@media (min-width: 721px) and (max-width: 1366px) and (orientation: landscape) {
  .ose-story-canvas {
    overflow: hidden;
  }

  .ose-story-scene {
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
    justify-items: center !important;
    gap: clamp(28px, 4.5vw, 46px) !important;
    padding: clamp(72px, 8svh, 112px) clamp(34px, 5vw, 76px) clamp(76px, 8svh, 118px) !important;
    overflow: visible !important;
  }

  .ose-story-scene__media {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    order: 1 !important;
    justify-self: center !important;
    width: min(92vw, 860px) !important;
    height: clamp(230px, 30vw, 400px) !important;
    max-width: 860px !important;
    max-height: 400px !important;
    min-height: 220px !important;
    margin: 0 auto !important;
    transform: translate3d(0, calc(var(--ose-media-y, 0px) * 0.20), 0) scale(1) !important;
  }

  .ose-story-card {
    order: 2 !important;
    position: relative !important;
    z-index: 5 !important;
    justify-self: center !important;
    width: min(92vw, 760px) !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: clamp(30px, 4vw, 48px) !important;
    transform: translate3d(0, calc(var(--ose-card-y, 0px) * 0.10), 0) !important;
  }

  .ose-story-scene--card-left .ose-story-card,
  .ose-story-scene--card-right .ose-story-card,
  .ose-story-scene--card-center .ose-story-card {
    justify-self: center !important;
  }

  .ose-story-card h2 {
    font-size: clamp(42px, 5.4vw, 64px) !important;
    line-height: 1.02 !important;
  }
}

/* Wider landscape previews, including Elementor tablet landscape emulation */
@media (min-width: 1101px) and (max-width: 1440px) and (orientation: landscape) and (max-height: 1050px) {
  .ose-story-scene {
    grid-template-columns: 1fr !important;
  }

  .ose-story-scene__media {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    order: 1 !important;
    justify-self: center !important;
    width: min(88vw, 900px) !important;
    height: clamp(260px, 28vw, 420px) !important;
    max-height: 420px !important;
    margin: 0 auto !important;
    transform: translate3d(0, calc(var(--ose-media-y, 0px) * 0.18), 0) scale(1) !important;
  }

  .ose-story-card {
    order: 2 !important;
    justify-self: center !important;
    width: min(88vw, 780px) !important;
    margin: 0 auto !important;
    transform: translate3d(0, calc(var(--ose-card-y, 0px) * 0.10), 0) !important;
  }
}


/* 4.8.0 — Number stack WordPress editor text */
.ose-number-stack__copy-text,
.ose-number-stack__copy-text p {
  max-width: 460px;
  margin: 0;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1.42;
  letter-spacing: 0;
  font-weight: 560;
}

.ose-number-stack__copy-text p + p,
.ose-number-card__label p + p {
  margin-top: .75em;
}

.ose-number-stack__copy-text a,
.ose-number-card__label a {
  color: inherit;
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

.ose-number-card__label,
.ose-number-card__label p {
  display: block;
  max-width: 500px;
  margin: 0;
  font-size: clamp(17px, 1.3vw, 24px);
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 560;
}

@media (max-width: 1100px) {
  .ose-number-stack__copy-text,
  .ose-number-stack__copy-text p {
    max-width: 640px;
  }
  .ose-number-card__label,
  .ose-number-card__label p {
    font-size: clamp(16px, 3.8vw, 21px);
    line-height: 1.3;
  }
}

@media (max-width: 1100px) and (orientation: landscape) {
  .ose-number-stack__copy-text,
  .ose-number-stack__copy-text p {
    font-size: 15px;
    line-height: 1.34;
  }
}

/* 4.9.0 — Reservation popup */
.ose-reservation-lock {
  overflow: hidden;
}

.ose-reservation-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 52px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}

.ose-reservation-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ose-reservation-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 37, 64, .64);
  backdrop-filter: blur(12px);
}

.ose-reservation-modal__dialog {
  position: relative;
  width: min(860px, 100%);
  max-height: min(92vh, 920px);
  overflow: auto;
  border-radius: clamp(24px, 3vw, 40px);
  background: var(--ose-cream);
  color: var(--ose-black);
  box-shadow: 0 34px 110px rgba(10, 16, 35, .38);
  padding: clamp(24px, 4vw, 52px);
  transform: translateY(18px) scale(.985);
  transition: transform .24s ease;
}

.ose-reservation-modal.is-open .ose-reservation-modal__dialog {
  transform: translateY(0) scale(1);
}

.ose-reservation-modal__close {
  position: absolute;
  top: clamp(14px, 2vw, 24px);
  right: clamp(14px, 2vw, 24px);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--ose-black);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(30, 37, 64, .12);
}

.ose-reservation-modal__intro {
  max-width: 620px;
  margin: 0 auto clamp(24px, 3vw, 36px);
  text-align: center;
}

.ose-reservation-modal__intro p {
  margin: 0 0 10px;
  color: var(--ose-blue);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
}

.ose-reservation-modal__intro h2 {
  margin: 0;
  font-size: clamp(42px, 7vw, 82px);
  line-height: .92;
  letter-spacing: -.045em;
}

.ose-reservation-modal__intro span {
  display: block;
  margin-top: 18px;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.45;
  font-weight: 650;
}

.ose-reservation-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ose-reservation-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
  color: var(--ose-black);
}

.ose-reservation-form label span {
  font-size: 14px;
}

.ose-reservation-form input {
  width: 100%;
  min-height: 56px;
  border: 2px solid rgba(30, 37, 64, .13);
  border-radius: 16px;
  padding: 0 16px;
  background: #fff;
  color: var(--ose-black);
  font: inherit;
  font-weight: 650;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.ose-reservation-form input:focus {
  border-color: var(--ose-blue);
  box-shadow: 0 0 0 4px rgba(92, 132, 195, .16);
}

.ose-reservation-form input.is-invalid {
  border-color: var(--ose-coral);
  background: rgba(200, 106, 74, .07);
}

.ose-reservation-form__status {
  min-height: 28px;
  margin: 18px 0 14px;
  text-align: center;
  font-weight: 800;
  line-height: 1.35;
}

.ose-reservation-form__status.is-success {
  color: #1f6d45;
}

.ose-reservation-form__status.is-error {
  color: var(--ose-coral);
}

.ose-reservation-form__submit,
.ose-reservation-open-button {
  border: 0;
  border-radius: 16px;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 18px 0 28px;
  background: var(--ose-coral);
  color: var(--ose-black);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
}

.ose-reservation-form__submit {
  width: 100%;
}

.ose-reservation-form__submit:disabled {
  opacity: .65;
  cursor: wait;
}

.ose-reservation-form__submit span:last-child,
.ose-reservation-open-button span:last-child {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--ose-black);
  line-height: 1;
}

@media (max-width: 720px) {
  .ose-reservation-modal {
    padding: 12px;
  }
  .ose-reservation-modal__dialog {
    border-radius: 26px;
    padding: 58px 18px 22px;
  }
  .ose-reservation-form__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ose-reservation-modal__intro h2 {
    font-size: clamp(38px, 13vw, 58px);
  }
}


/* 4.10.0 — Reservation modal theme alignment and conflict isolation */
.ose-reservation-modal,
.ose-reservation-modal *,
.ose-reservation-modal *::before,
.ose-reservation-modal *::after {
  box-sizing: border-box;
}

.ose-reservation-modal {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ose-black);
}

.ose-reservation-modal__backdrop {
  background:
    radial-gradient(circle at 20% 0%, rgba(217, 177, 95, .22), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(92, 132, 195, .28), transparent 32%),
    rgba(18, 24, 48, .74);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ose-reservation-modal__dialog {
  width: min(980px, calc(100vw - 36px));
  max-height: min(91vh, 900px);
  border-radius: clamp(28px, 4vw, 54px);
  background: var(--ose-cream);
  color: var(--ose-black);
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow: 0 42px 120px rgba(7, 13, 33, .42);
  padding: clamp(30px, 4.2vw, 62px);
  scrollbar-width: thin;
  scrollbar-color: rgba(31, 60, 136, .34) transparent;
}

.ose-reservation-modal__close {
  top: clamp(16px, 2vw, 28px);
  right: clamp(16px, 2vw, 28px);
  width: 52px;
  height: 52px;
  background: #fff;
  color: var(--ose-black);
  font-size: 0;
  box-shadow: 0 16px 42px rgba(30, 37, 64, .16);
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.ose-reservation-modal__close::before,
.ose-reservation-modal__close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  left: 50%;
  top: 50%;
}

.ose-reservation-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ose-reservation-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ose-reservation-modal__close:hover {
  transform: translateY(-1px) scale(1.02);
  background: var(--ose-black);
  color: #fff;
}

.ose-reservation-modal__intro {
  max-width: 720px;
  margin: 0 auto clamp(28px, 3.3vw, 44px);
  text-align: center;
}

.ose-reservation-modal__brand {
  display: flex;
  justify-content: center;
  margin: 0 auto 14px;
}

.ose-reservation-modal__brand img {
  display: block;
  width: min(210px, 44vw);
  height: auto;
}

.ose-reservation-modal__intro p {
  margin: 0 0 12px;
  color: var(--ose-blue);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: clamp(11px, .95vw, 13px);
}

.ose-reservation-modal__intro h2 {
  margin: 0;
  color: var(--ose-black);
  font-size: clamp(46px, 6vw, 86px);
  line-height: .93;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.ose-reservation-modal__intro span {
  display: block;
  max-width: 680px;
  margin: clamp(16px, 2vw, 22px) auto 0;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.42;
  font-weight: 750;
  color: rgba(30, 37, 64, .88);
  text-wrap: balance;
}

.ose-reservation-form {
  width: 100%;
  margin: 0;
}

.ose-reservation-form__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(18px, 2.4vw, 28px);
  row-gap: 18px;
  align-items: start;
}

.ose-reservation-form label {
  min-width: 0;
  display: flex !important;
  flex-direction: column;
  gap: 9px;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 850;
  color: var(--ose-black);
  line-height: 1.12;
}

.ose-reservation-form label > span {
  display: block;
  margin: 0;
  padding: 0;
  color: var(--ose-black);
  font-size: 14px;
  line-height: 1.18;
  letter-spacing: -.01em;
}

.ose-reservation-form input[type="text"],
.ose-reservation-form input[type="email"],
.ose-reservation-form input[type="tel"],
.ose-reservation-form input[type="date"],
.ose-reservation-form input[type="time"],
.ose-reservation-form input[type="number"] {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 58px !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 2px solid rgba(30, 37, 64, .14) !important;
  border-radius: 17px !important;
  background: rgba(255, 255, 255, .94) !important;
  color: var(--ose-black) !important;
  font: inherit !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  box-shadow: 0 8px 24px rgba(30, 37, 64, .035) !important;
  outline: none !important;
  appearance: auto;
  -webkit-appearance: auto;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease, transform .18s ease;
}

.ose-reservation-form input[type="text"]:focus,
.ose-reservation-form input[type="email"]:focus,
.ose-reservation-form input[type="tel"]:focus,
.ose-reservation-form input[type="date"]:focus,
.ose-reservation-form input[type="time"]:focus,
.ose-reservation-form input[type="number"]:focus {
  border-color: var(--ose-blue) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(92, 132, 195, .17), 0 12px 30px rgba(30, 37, 64, .07) !important;
  transform: translateY(-1px);
}

.ose-reservation-form input.is-invalid {
  border-color: var(--ose-coral) !important;
  background: rgba(200, 106, 74, .08) !important;
  box-shadow: 0 0 0 4px rgba(200, 106, 74, .12) !important;
}

.ose-reservation-form__status {
  min-height: 26px;
  margin: 20px 0 16px;
  text-align: center;
  font-weight: 850;
  line-height: 1.35;
}

.ose-reservation-form__submit,
.ose-reservation-open-button {
  box-sizing: border-box;
  border: 0;
  border-radius: 18px;
  min-height: 66px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 18px 0 30px;
  background: var(--ose-coral);
  color: var(--ose-black);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 18px 46px rgba(200, 106, 74, .22);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.ose-reservation-form__submit {
  width: 100%;
  margin: 0 !important;
}

.ose-reservation-form__submit:hover,
.ose-reservation-open-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 54px rgba(200, 106, 74, .28);
}

.ose-reservation-form__submit span:last-child,
.ose-reservation-open-button span:last-child {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: #fff;
  color: var(--ose-black);
  line-height: 1;
  font-size: 20px;
  font-weight: 950;
}

@media (max-width: 900px) {
  .ose-reservation-modal {
    padding: 14px;
  }

  .ose-reservation-modal__dialog {
    width: min(760px, calc(100vw - 24px));
    padding: 70px 22px 24px;
    border-radius: 30px;
  }

  .ose-reservation-form__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ose-reservation-modal__intro h2 {
    font-size: clamp(42px, 11vw, 64px);
  }

  .ose-reservation-modal__brand img {
    width: min(190px, 52vw);
  }
}

@media (max-width: 480px) {
  .ose-reservation-modal__dialog {
    width: calc(100vw - 18px);
    padding: 64px 16px 18px;
    border-radius: 26px;
  }

  .ose-reservation-modal__close {
    width: 46px;
    height: 46px;
  }

  .ose-reservation-form input[type="text"],
  .ose-reservation-form input[type="email"],
  .ose-reservation-form input[type="tel"],
  .ose-reservation-form input[type="date"],
  .ose-reservation-form input[type="time"],
  .ose-reservation-form input[type="number"] {
    height: 54px !important;
    min-height: 54px !important;
    border-radius: 15px !important;
  }

  .ose-reservation-form__submit {
    min-height: 60px;
  }
}


/* 4.11.0 — Reservation modal cleanup: no logo, working close, normalized tracking */
.ose-reservation-modal,
.ose-reservation-modal * {
  letter-spacing: 0 !important;
}

.ose-reservation-modal__brand {
  display: none !important;
}

.ose-reservation-modal__intro {
  margin-top: 0 !important;
}

.ose-reservation-modal__intro p {
  letter-spacing: 0 !important;
  text-transform: none;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 850;
  margin-bottom: 10px;
}

.ose-reservation-modal__intro h2 {
  letter-spacing: 0 !important;
  line-height: 1.02;
}

.ose-reservation-form label > span,
.ose-reservation-form input,
.ose-reservation-form__submit {
  letter-spacing: 0 !important;
}

.ose-reservation-modal__close {
  z-index: 5;
  pointer-events: auto;
}


/* 4.20.0 — larger room preference icons */
.ose-reservation-form__full {
  grid-column: 1 / -1;
}
.ose-room-preference {
  display: grid;
  gap: 12px;
}
.ose-room-preference__label {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0;
  font-weight: 800;
  color: #1E2540;
}
.ose-room-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.ose-room-option {
  display: block;
}
.ose-room-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.ose-room-option__card {
  min-height: 156px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 14px;
  text-align: center;
  border-radius: 22px;
  border: 1px solid #d9dfe9;
  background: #ffffff;
  color: #1E2540;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.ose-room-option__icon {
  display: inline-grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 999px;
  background: #F5EFE5;
  font-size: 0;
  line-height: 1;
  color: #1F3C88;
}
.ose-room-option__card strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0;
}
.ose-room-option:hover .ose-room-option__card {
  transform: translateY(-2px);
  border-color: #1F3C88;
}
.ose-room-option input:checked + .ose-room-option__card {
  border-color: #1F3C88;
  background: #eef3fb;
  box-shadow: 0 16px 32px rgba(31,60,136,.12);
}
.ose-room-option input:focus-visible + .ose-room-option__card {
  outline: 2px solid #1F3C88;
  outline-offset: 2px;
}
@media (max-width: 640px) {
  .ose-room-options {
    grid-template-columns: 1fr;
  }
  .ose-room-option__card {
    min-height: 96px;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
}

.ose-room-option__icon svg {
  width: 56px;
  height: 56px;
  display: block;
}
.ose-room-option__card strong {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
  max-width: 13ch;
}
@media (max-width: 640px) {
  .ose-room-option__icon {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
  }
  .ose-room-option__icon svg {
    width: 44px;
    height: 44px;
  }
}


/* 4.20.0 — room preference text-only cards */
.ose-room-option__icon {
  display: none !important;
}
.ose-room-option__card {
  min-height: 92px;
  padding: 22px 18px;
  justify-content: center;
}
.ose-room-option__card strong {
  max-width: none;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 640px) {
  .ose-room-option__card {
    min-height: 72px;
    flex-direction: row;
    justify-content: center;
    text-align: center;
  }
  .ose-room-option__card strong {
    font-size: 15px;
  }
}


/* 4.20.1 — better alignment for room preference cards */
.ose-room-options {
  align-items: stretch;
}
.ose-room-option {
  display: flex;
}
.ose-room-option__card {
  width: 100%;
  min-height: 96px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 20px 18px;
  box-sizing: border-box;
}
.ose-room-option__card strong {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
  line-height: 1.25;
}
@media (max-width: 640px) {
  .ose-room-option__card {
    min-height: 74px;
    padding: 16px 14px;
  }
}


/* 4.21.0 — Turnstile reservation protection */
.ose-reservation-turnstile {
  display: flex;
  justify-content: center;
  margin: 18px 0 4px;
  min-height: 65px;
}
.ose-reservation-turnstile--warning {
  min-height: auto;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff3cd;
  color: #1E2540;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}


/* 4.21.2 — mobile burger icon without oversized circular badge */
@media (max-width: 1100px) {
  .ose-floating-header__round {
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent !important;
    color: var(--ose-blue);
    box-shadow: none;
    border: 0;
  }

  .ose-floating-header__round:hover,
  .ose-floating-header.is-menu-open .ose-floating-header__round {
    background: transparent !important;
    transform: none;
  }

  .ose-burger-lines {
    width: 22px;
    height: 16px;
  }

  .ose-burger-lines span {
    height: 2.5px;
  }
}

/* 4.21.2 — more breathing room before stacked number cards overlap on tablet and smartphone */
@media (max-width: 1366px) {
  .ose-number-stack__cards {
    min-height: clamp(420px, 58vh, 620px);
  }
}

@media (max-width: 1100px) {
  .ose-number-stack__cards {
    min-height: clamp(430px, 60vh, 620px);
  }
}

@media (max-width: 720px) {
  .ose-number-stack__cards {
    min-height: clamp(400px, 58vh, 560px);
  }
}


/* 4.21.3 — reservation popup stability on tablet and smartphone */
.ose-reservation-modal {
  overflow: hidden;
  overscroll-behavior: contain;
}

.ose-reservation-modal__dialog {
  max-width: calc(100dvw - 24px);
  max-height: calc(100dvh - 24px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ose-reservation-modal__dialog,
.ose-reservation-form,
.ose-reservation-form__grid,
.ose-reservation-form label,
.ose-reservation-form__full,
.ose-room-preference,
.ose-room-options,
.ose-room-option,
.ose-room-option__card {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 900px) {
  .ose-reservation-modal {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 12px;
  }

  .ose-reservation-modal__dialog {
    width: min(760px, calc(100dvw - 24px));
    max-width: calc(100dvw - 24px);
    max-height: calc(100dvh - 24px);
    margin: 0;
    border-radius: 28px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .ose-room-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .ose-reservation-modal {
    padding: 9px;
  }

  .ose-reservation-modal__dialog {
    width: calc(100dvw - 18px);
    max-width: calc(100dvw - 18px);
    max-height: calc(100dvh - 18px);
    border-radius: 24px;
  }
}

/* 4.21.6 — compact opening-hours card anchored to the lower video edge */
@media (max-width: 1100px) {
  .ose-video-parallax--mobile-disclosure.is-disclosure-ready {
    --ose-video-mobile-frame-bottom: clamp(18px, 3vw, 30px);
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready .ose-video-parallax__copy {
    position: absolute;
    z-index: 5;
    left: 50%;
    right: auto;
    bottom: calc(var(--ose-video-mobile-frame-bottom) - var(--ose-video-mobile-card-overlap, 18px));
    width: min(680px, calc(100% - 64px));
    max-width: none;
    max-height: calc(100% - 72px);
    box-sizing: border-box;
    justify-self: auto !important;
    padding: clamp(24px, 3.5vw, 34px);
    border-radius: clamp(22px, 3vw, 30px);
    text-align: left;
    transform: translate3d(-50%, 0, 0) !important;
    transition:
      padding 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      border-radius 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.42s ease;
    will-change: auto;
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready .ose-video-parallax__eyebrow {
    display: none;
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready .ose-video-parallax__copy h2 {
    margin: 0;
    font-size: clamp(38px, 7vw, 62px);
    line-height: 0.98;
    letter-spacing: -0.025em;
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready .ose-video-parallax__reveal {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition:
      max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      margin-top 0.42s ease,
      opacity 0.24s ease,
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0.55s;
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready .ose-video-parallax__reveal::after {
    display: none;
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready .ose-video-parallax__toggle {
    display: flex;
    width: 100%;
    min-height: 50px;
    margin-top: clamp(16px, 2.2vw, 22px);
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready.is-mobile-expanded .ose-video-parallax__copy {
    padding: clamp(28px, 4.5vw, 46px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 26px 90px rgba(36, 36, 36, 0.22);
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready.is-mobile-expanded .ose-video-parallax__copy h2 {
    margin-bottom: 0;
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready.is-mobile-expanded .ose-video-parallax__reveal {
    max-height: var(--ose-video-reveal-height, 1600px);
    margin-top: clamp(22px, 3vw, 32px);
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition:
      max-height 0.62s cubic-bezier(0.22, 1, 0.36, 1),
      margin-top 0.42s ease,
      opacity 0.3s ease 0.08s,
      transform 0.46s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0s;
  }
}

@media (max-width: 720px) {
  .ose-video-parallax--mobile-disclosure.is-disclosure-ready {
    --ose-video-mobile-frame-bottom: 18px;
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready .ose-video-parallax__copy {
    width: calc(100% - 40px);
    max-height: calc(100% - 44px);
    padding: 22px 20px;
    border-radius: 24px;
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready .ose-video-parallax__copy h2 {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready .ose-video-parallax__toggle {
    min-height: 48px;
    margin-top: 15px;
    padding-inline: 13px;
    font-size: 13px;
  }

  .ose-video-parallax--mobile-disclosure.is-disclosure-ready.is-mobile-expanded .ose-video-parallax__copy {
    padding: 26px 22px;
  }
}



/* 4.22.3 — booking choice content perfectly centered */
/* 4.22.0 — booking modes, restaurant turns and live availability */
.ose-reservation-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.ose-reservation-form legend {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  color: #1E2540;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}
.ose-booking-mode-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.ose-booking-mode-option {
  display: flex !important;
  align-items: stretch;
}
.ose-booking-mode-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.ose-booking-mode-option__card {
  width: 100%;
  min-height: 118px;
  display: grid;
  place-content: center;
  justify-items: center;
  align-content: center;
  text-align: center;
  gap: 8px;
  padding: 20px;
  border: 1px solid #d9dfe9;
  border-radius: 22px;
  background: #fff;
  color: #1E2540;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.ose-booking-mode-option__card strong {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}
.ose-booking-mode-option__card small {
  display: block;
  width: 100%;
  max-width: 30ch;
  margin: 0 auto;
  text-align: center;
  color: #62687a;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 650;
}
.ose-booking-mode-option:hover .ose-booking-mode-option__card {
  transform: translateY(-2px);
  border-color: #1F3C88;
}
.ose-booking-mode-option input:checked + .ose-booking-mode-option__card {
  border-color: #1F3C88;
  background: #eef3fb;
  box-shadow: 0 16px 32px rgba(31,60,136,.12);
}
.ose-booking-mode-option input:focus-visible + .ose-booking-mode-option__card {
  outline: 2px solid #1F3C88;
  outline-offset: 2px;
}
.ose-reservation-conditional {
  min-width: 0;
}
.ose-reservation-conditional[hidden] {
  display: none !important;
}
.ose-reservation-form select {
  width: 100%;
  min-height: 56px;
  border: 2px solid rgba(30, 37, 64, .13);
  border-radius: 16px;
  padding: 0 44px 0 16px;
  background-color: #fff;
  color: var(--ose-black);
  font: inherit;
  font-weight: 650;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.ose-reservation-form select:focus {
  border-color: var(--ose-blue);
  box-shadow: 0 0 0 4px rgba(92, 132, 195, .16);
}
.ose-reservation-form select.is-invalid,
.ose-booking-mode-option input.is-invalid + .ose-booking-mode-option__card,
.ose-room-option input.is-invalid + .ose-room-option__card {
  border-color: var(--ose-coral);
  background: rgba(200, 106, 74, .07);
}
.ose-room-options--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ose-room-preference__note {
  display: block;
  margin-top: 10px;
  color: #62687a;
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 650;
}
.ose-reservation-availability {
  min-height: 24px;
  margin: 16px 0 0;
  padding: 0 4px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
}
.ose-reservation-availability.is-success { color: #1f6d45; }
.ose-reservation-availability.is-error { color: var(--ose-coral); }
.ose-reservation-availability.is-loading { color: #646970; }
.ose-reservation-form__submit:disabled {
  opacity: .55;
}
@media (max-width: 640px) {
  .ose-booking-mode-options,
  .ose-room-options--two {
    grid-template-columns: 1fr;
  }
  .ose-booking-mode-option__card {
    min-height: 92px;
    padding: 16px;
  }
}

/* 4.22.8 — flusso progressivo e controlli data/ora coerenti su Safari iOS */
.ose-reservation-details[hidden] {
  display: none !important;
}

.ose-reservation-details {
  min-width: 0;
  margin-top: 16px;
  animation: ose-reservation-details-in .28s ease both;
}

@keyframes ose-reservation-details-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ose-reservation-form input[type="date"],
.ose-reservation-form input[type="time"],
.ose-reservation-form select {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 2px solid rgba(30, 37, 64, .14) !important;
  border-radius: 17px !important;
  background-color: rgba(255, 255, 255, .94) !important;
  color: var(--ose-black) !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  box-shadow: 0 8px 24px rgba(30, 37, 64, .035) !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  color-scheme: light;
}

.ose-reservation-form input[type="date"],
.ose-reservation-form input[type="time"] {
  position: relative;
  padding-left: 18px !important;
  padding-right: 54px !important;
  background-repeat: no-repeat !important;
  background-position: right 17px center !important;
  background-size: 21px 21px !important;
  font-variant-numeric: tabular-nums;
}

.ose-reservation-form input[type="date"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%231E2540' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 11h18'/%3E%3C/svg%3E") !important;
}

.ose-reservation-form input[type="time"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%231E2540' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") !important;
}

.ose-reservation-form select {
  padding-left: 18px !important;
  padding-right: 54px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231E2540' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 20px 20px !important;
}

/* Centra realmente il valore nei controlli nativi WebKit di iPhone. */
.ose-reservation-form input[type="date"]::-webkit-date-and-time-value,
.ose-reservation-form input[type="time"]::-webkit-date-and-time-value {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.2 !important;
}

.ose-reservation-form input[type="date"]::-webkit-datetime-edit,
.ose-reservation-form input[type="time"]::-webkit-datetime-edit,
.ose-reservation-form input[type="date"]::-webkit-datetime-edit-fields-wrapper,
.ose-reservation-form input[type="time"]::-webkit-datetime-edit-fields-wrapper {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

.ose-reservation-form input[type="date"]::-webkit-calendar-picker-indicator,
.ose-reservation-form input[type="time"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

.ose-reservation-form input[type="date"]:focus,
.ose-reservation-form input[type="time"]:focus,
.ose-reservation-form select:focus {
  border-color: var(--ose-blue) !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 4px rgba(92, 132, 195, .17), 0 12px 30px rgba(30, 37, 64, .07) !important;
  transform: translateY(-1px);
}

.ose-reservation-form input[type="date"].is-invalid,
.ose-reservation-form input[type="time"].is-invalid,
.ose-reservation-form select.is-invalid {
  border-color: var(--ose-coral) !important;
  background-color: rgba(200, 106, 74, .08) !important;
  box-shadow: 0 0 0 4px rgba(200, 106, 74, .12) !important;
}

@media (max-width: 480px) {
  .ose-reservation-details {
    margin-top: 12px;
  }

  .ose-reservation-form input[type="date"],
  .ose-reservation-form input[type="time"],
  .ose-reservation-form select {
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    border-radius: 15px !important;
  }

  .ose-reservation-form input[type="date"],
  .ose-reservation-form input[type="time"] {
    padding-left: 16px !important;
    padding-right: 50px !important;
    background-position: right 15px center !important;
  }

  .ose-reservation-form select {
    padding-left: 16px !important;
    padding-right: 50px !important;
    background-position: right 16px center !important;
  }

  .ose-reservation-form input[type="date"]::-webkit-calendar-picker-indicator,
  .ose-reservation-form input[type="time"]::-webkit-calendar-picker-indicator {
    width: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ose-reservation-details {
    animation: none;
  }
}


/* =========================================================
   Pagine interne: header/footer coerenti con la home
   ========================================================= */
.ose-internal-page-main {
  min-height: 58vh;
  box-sizing: border-box;
  background: var(--ose-cream);
  padding-top: clamp(126px, 11vw, 170px);
}

.ose-internal-page-main--elementor {
  width: 100%;
}

.ose-internal-page-main--standard {
  padding-right: clamp(18px, 5vw, 76px);
  padding-bottom: clamp(70px, 8vw, 130px);
  padding-left: clamp(18px, 5vw, 76px);
}

.ose-standard-page {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 72px);
  box-sizing: border-box;
  border-radius: clamp(22px, 3vw, 42px);
  background: #fff;
  box-shadow: 0 24px 70px rgba(30, 37, 64, .10);
}

.ose-standard-page__header h1 {
  margin: 0 0 clamp(28px, 4vw, 52px);
  color: var(--ose-green);
  font-size: clamp(42px, 6vw, 88px);
  line-height: .98;
  letter-spacing: -.04em;
}

.ose-standard-page__content {
  color: var(--ose-black);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.72;
}

.ose-standard-page__content h2,
.ose-standard-page__content h3 {
  color: var(--ose-green);
  line-height: 1.12;
  margin-top: 1.7em;
}

.ose-standard-page__content a {
  color: var(--ose-green);
  font-weight: 750;
}

/* 4.22.11 — presa visione privacy compatta e realmente orizzontale */
.ose-reservation-form .ose-reservation-privacy {
  box-sizing: border-box;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 22px 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
}

.ose-reservation-form .ose-reservation-privacy input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  appearance: auto !important;
  position: static !important;
  display: block !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  max-width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 3px !important;
  background: transparent !important;
  box-shadow: none !important;
  accent-color: var(--ose-blue);
  cursor: pointer;
}

.ose-reservation-form .ose-reservation-privacy__label {
  display: inline !important;
  flex: 0 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--ose-black) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  cursor: pointer;
  white-space: nowrap;
}

.ose-reservation-form .ose-reservation-privacy__label a {
  display: inline !important;
  color: var(--ose-blue) !important;
  font: inherit !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.ose-reservation-form .ose-reservation-privacy input.is-invalid + .ose-reservation-privacy__label {
  color: var(--ose-coral) !important;
}

@media (max-width: 720px) {
  .ose-reservation-form .ose-reservation-privacy {
    align-items: flex-start !important;
    margin-top: 18px !important;
  }

  .ose-reservation-form .ose-reservation-privacy input[type="checkbox"] {
    margin-top: 1px !important;
  }

  .ose-reservation-form .ose-reservation-privacy__label {
    white-space: normal;
    font-size: 13px !important;
  }
}

@media (max-width: 767px) {
  .ose-internal-page-main {
    padding-top: 112px;
  }

  .ose-internal-page-main--standard {
    padding-right: 14px;
    padding-bottom: 72px;
    padding-left: 14px;
  }

  .ose-standard-page {
    padding: 26px 20px 36px;
    border-radius: 24px;
  }
}


/* Conferma visibile dopo l'invio della prenotazione */
.ose-reservation-success[hidden] {
  display: none !important;
}

.ose-reservation-success {
  max-width: 760px;
  margin: 24px auto 8px;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(30, 37, 64, .12);
  border-radius: 30px;
  background: #fff;
  text-align: center;
  box-shadow: 0 22px 70px rgba(30, 37, 64, .12);
}

.ose-reservation-success__icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #1f6d45;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.ose-reservation-success__eyebrow {
  margin: 0 0 10px;
  color: var(--ose-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ose-reservation-success h3 {
  max-width: 620px;
  margin: 0 auto;
  color: var(--ose-black);
  font-size: clamp(30px, 4.6vw, 52px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.ose-reservation-success__message {
  max-width: 620px;
  margin: 20px auto 0;
  color: var(--ose-black);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.5;
  font-weight: 650;
}

.ose-reservation-success__email {
  display: inline-block;
  margin: 18px auto 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(31, 109, 69, .1);
  color: #1f6d45;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 850;
}

.ose-reservation-success__email:empty {
  display: none;
}

.ose-reservation-success__email.is-warning {
  background: rgba(200, 106, 74, .12);
  color: var(--ose-coral);
}

.ose-reservation-success__note {
  max-width: 600px;
  margin: 16px auto 0;
  color: rgba(30, 37, 64, .72);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

.ose-reservation-success__close {
  min-width: 180px;
  min-height: 56px;
  margin-top: 28px;
  border: 0;
  border-radius: 999px;
  padding: 0 28px;
  background: var(--ose-coral);
  color: var(--ose-black);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 600px) {
  .ose-reservation-success {
    margin-top: 8px;
    padding: 28px 20px;
    border-radius: 22px;
  }
}
