.riserva-page {
  --rt-espresso: #0d0b0a;
  --rt-ink: #17120f;
  --rt-ivory: #f1e9db;
  --rt-soft: #fbf6ec;
  --rt-brass: #b79a63;
  --rt-muted: #7b7067;
  --rt-theme: #0b4a38;
  --rt-theme-rgb: 11, 74, 56;
  --rt-accent: #b79a63;
  --rt-accent-rgb: 183, 154, 99;
  --rt-radius: 28px;
  --rt-shell: min(90vw, 2000px);
  background: var(--rt-soft);
  color: var(--rt-ink);
  overflow: hidden;
  font-family: "Alata", "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.riserva-torino-page .riserva-site-content {
  overflow: hidden;
}

.riserva-torino-page .riserva-col-full {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}

.riserva-torino-page .riserva-content-area {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.riserva-page * {
  box-sizing: border-box;
}

.riserva-page img {
  display: block;
  max-width: 100%;
}

.riserva-page a,
.riserva-page button {
  -webkit-tap-highlight-color: transparent;
}

.riserva-page button,
.riserva-page a {
  font: inherit;
}

.riserva-page :focus-visible {
  outline: 3px solid rgba(var(--rt-accent-rgb), .72);
  outline-offset: 4px;
}

.rt-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rt-shell {
  width: var(--rt-shell);
  margin: 0 auto;
}

.rt-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(690px, 74vh, 830px);
  padding: clamp(30px, 4vw, 56px) 0 clamp(30px, 3.5vw, 50px);
  background:
    radial-gradient(circle at 76% 24%, rgba(var(--rt-accent-rgb), .22), transparent 32%),
    linear-gradient(135deg, rgba(var(--rt-theme-rgb), .18), transparent 42%),
    var(--rt-ivory);
  transition: background-color .7s ease;
}

.rt-hero[data-rt-theme="nobile"] {
  --rt-theme: #0b4a38;
  --rt-theme-rgb: 11, 74, 56;
  --rt-accent: #b79a63;
  --rt-accent-rgb: 183, 154, 99;
}

.rt-hero[data-rt-theme="arabica"] {
  --rt-theme: #d5a51b;
  --rt-theme-rgb: 213, 165, 27;
  --rt-accent: #b79a63;
  --rt-accent-rgb: 183, 154, 99;
}

.rt-hero[data-rt-theme="cremoso"] {
  --rt-theme: #b84a38;
  --rt-theme-rgb: 184, 74, 56;
  --rt-accent: #b79a63;
  --rt-accent-rgb: 183, 154, 99;
}

.rt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .18;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(13, 11, 10, .05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 11, 10, .04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}

.rt-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .23;
  background-image:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.8) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(13,11,10,.4) 0 1px, transparent 1px);
  background-size: 5px 5px, 7px 7px;
  mix-blend-mode: soft-light;
}

.rt-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
  min-height: clamp(620px, 66vh, 724px);
}

.rt-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: clamp(4px, 1vw, 12px) 0;
}

.rt-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--rt-theme);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rt-kicker::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.rt-hero h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--rt-espresso);
  font-size: clamp(3rem, 5.4vw, 5.18rem);
  line-height: .9;
  letter-spacing: 0;
}

.rt-title-range {
  display: block;
  color: var(--rt-espresso);
}

.rt-title-product {
  display: block;
  margin-top: .08em;
  color: var(--rt-theme);
  transition: color .55s ease, opacity .45s ease, transform .45s ease;
}

.rt-profile {
  margin: 16px 0 0;
  color: var(--rt-espresso);
  font-size: clamp(1.12rem, 1.55vw, 1.36rem);
  line-height: 1.25;
}

.rt-description {
  max-width: 58ch;
  margin: 14px 0 0;
  color: #4f463e;
  font-size: clamp(.98rem, 1vw, 1.06rem);
  line-height: 1.52;
}

.rt-format {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin: 22px 0 0;
  padding: 5px;
  border: 1px solid rgba(13, 11, 10, .11);
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

.rt-format__button {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #362b24;
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

.rt-format__button[aria-pressed="true"] {
  background: var(--rt-espresso);
  color: #fff;
  box-shadow: 0 10px 22px rgba(13, 11, 10, .16);
}

.rt-format__button:hover {
  transform: translateY(-1px);
}

.rt-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px 22px;
  align-items: end;
  margin: 18px 0 0;
}

.rt-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rt-note {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(var(--rt-theme-rgb), .22);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--rt-espresso);
  font-size: .88rem;
  font-weight: 900;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .42s ease, transform .42s ease;
}

.rt-price {
  display: none;
  min-width: 104px;
  text-align: right;
}

.rt-price span {
  display: block;
  color: var(--rt-muted);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rt-price strong {
  display: block;
  color: var(--rt-espresso);
  font-size: clamp(1.75rem, 2.4vw, 2.42rem);
  line-height: 1;
}

.rt-intensity {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(150px, 1fr) auto;
  gap: 12px;
  align-items: center;
  color: #342b25;
  font-size: .9rem;
  font-weight: 900;
}

.rt-intensity__track {
  position: relative;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(13, 11, 10, .12);
}

.rt-intensity__bar {
  display: block;
  width: calc(var(--rt-intensity, 6) * 10%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--rt-theme), var(--rt-accent));
  transition: width .45s ease, background .45s ease;
}

.rt-intensity[data-rt-level="1"] { --rt-intensity: 1; }
.rt-intensity[data-rt-level="2"] { --rt-intensity: 2; }
.rt-intensity[data-rt-level="3"] { --rt-intensity: 3; }
.rt-intensity[data-rt-level="4"] { --rt-intensity: 4; }
.rt-intensity[data-rt-level="5"] { --rt-intensity: 5; }
.rt-intensity[data-rt-level="6"] { --rt-intensity: 6; }
.rt-intensity[data-rt-level="7"] { --rt-intensity: 7; }
.rt-intensity[data-rt-level="8"] { --rt-intensity: 8; }
.rt-intensity[data-rt-level="9"] { --rt-intensity: 9; }
.rt-intensity[data-rt-level="10"] { --rt-intensity: 10; }

.rt-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 22px 0 0;
}

.rt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--rt-espresso);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(13, 11, 10, .16);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.rt-button:hover {
  background: var(--rt-theme);
  color: #fff;
  transform: translateY(-2px);
}

.rt-button--ghost {
  background: rgba(255,255,255,.68);
  color: var(--rt-espresso);
  border-color: rgba(13, 11, 10, .12);
  box-shadow: none;
}

.rt-button--ghost:hover {
  background: #fff;
  color: var(--rt-theme);
}

.rt-stage {
  position: relative;
  min-height: clamp(520px, 58vh, 660px);
}

.rt-stage__word {
  position: absolute;
  top: -3%;
  right: -4%;
  z-index: 0;
  max-width: 760px;
  color: rgba(13, 11, 10, .045);
  font-size: clamp(5.6rem, 11vw, 13rem);
  font-weight: 900;
  line-height: .78;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;
  pointer-events: none;
}

.rt-stage__arch {
  display: none;
  position: absolute;
  right: 10%;
  top: 4%;
  z-index: 1;
  width: min(62%, 480px);
  aspect-ratio: 4 / 5.6;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 48% 48% 22px 22px / 31% 31% 22px 22px;
  background: var(--rt-espresso);
  box-shadow: 0 38px 80px rgba(13, 11, 10, .22);
}

.rt-stage__arch::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 32%, rgba(13,11,10,.56)),
    radial-gradient(circle at 60% 12%, rgba(255,255,255,.22), transparent 34%);
}

.rt-stage__arch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: opacity .6s ease, transform .8s ease;
}

.rt-stage__pack {
  position: absolute;
  display: none;
  right: 3%;
  bottom: 4%;
  z-index: 3;
  width: min(41%, 330px);
  min-width: 238px;
  padding: clamp(14px, 2vw, 24px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 10%, rgba(var(--rt-accent-rgb), .22), transparent 42%),
    #090806;
  box-shadow: 0 34px 82px rgba(13,11,10,.38);
  transform: translateY(0);
  transition: transform .62s cubic-bezier(.2,.8,.2,1), opacity .45s ease;
}

.rt-stage__pack img {
  width: 100%;
  height: min(48vh, 492px);
  min-height: 330px;
  object-fit: contain;
}

.rt-stage__seal {
  position: absolute;
  left: clamp(8px, 2vw, 28px);
  bottom: clamp(78px, 10vh, 118px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.3vw, 18px);
  width: clamp(126px, 14vw, 174px);
  height: clamp(126px, 14vw, 174px);
  border: 1px solid rgba(var(--rt-accent-rgb), .5);
  border-radius: 999px;
  background: rgba(13,11,10,.88);
  color: var(--rt-ivory);
  text-align: center;
  box-shadow: 0 20px 48px rgba(13,11,10,.28);
}

.rt-stage__seal span {
  display: block;
  color: var(--rt-brass);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.rt-stage__seal strong {
  display: block;
  margin-top: 0;
  font-size: clamp(1.7rem, 2.9vw, 2.7rem);
  line-height: 1;
}

.rt-stage-product {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(170px, .55fr) minmax(0, 1fr);
  gap: clamp(16px, 2.3vw, 28px);
  width: min(620px, 94%);
  min-height: clamp(330px, 39vh, 440px);
  padding: clamp(18px, 2.4vw, 30px);
  border: 1px solid rgba(13, 11, 10, .12);
  border-radius: 34px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 34px 86px rgba(13, 11, 10, .18);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  transition: opacity .42s ease, transform .42s ease;
}

.rt-stage-product__media {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  min-height: clamp(250px, 34vh, 360px);
  overflow: hidden;
  border: 1px solid rgba(13, 11, 10, .07);
  border-radius: 24px;
  background: #fff;
}

.rt-stage-product__media img {
  width: 100%;
  height: clamp(230px, 32vh, 340px);
  object-fit: contain;
  transform: scale(.98);
}

.rt-stage-product__body {
  min-width: 0;
  align-self: end;
}

.rt-stage-product__eyebrow {
  margin: 0 0 8px;
  color: var(--rt-theme);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1.1;
  text-transform: uppercase;
}

.rt-stage-product__body > strong {
  display: block;
  margin: 0;
  color: var(--rt-espresso);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 950;
  line-height: .98;
  letter-spacing: 0;
}

.rt-stage-product__price {
  margin: 14px 0 0;
  color: rgba(13, 11, 10, .72);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.rt-stage-product__price strong {
  color: var(--rt-espresso);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 950;
}

.rt-stage-product__actions {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-self: start;
}

.rt-stage-product__button,
.rt-stage-product__button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(13, 11, 10, .12);
  border-radius: 999px;
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.rt-stage-product__button--primary,
.rt-stage-product__button--primary.button {
  border-color: var(--rt-espresso);
  background: var(--rt-espresso);
  color: #fff;
}

.rt-stage-product__button--ghost {
  background: #fff;
  color: var(--rt-espresso);
}

.rt-stage-product__button--reserve {
  grid-column: 1 / -1;
  border-color: var(--rt-theme);
  background: #fff;
  color: var(--rt-theme);
}

.rt-stage-product__button:hover,
.rt-stage-product__button.button:hover {
  transform: translateY(-2px);
}

.rt-stage-product__button--primary:hover,
.rt-stage-product__button--primary.button:hover {
  background: var(--rt-theme);
  border-color: var(--rt-theme);
  color: #fff;
}

.rt-stage-product__button--ghost:hover {
  border-color: var(--rt-theme);
  color: var(--rt-theme);
}

.rt-stage-product__button--reserve:hover {
  background: var(--rt-theme);
  color: #fff;
}

.rt-controls {
  position: absolute;
  left: clamp(10px, 1.4vw, 18px);
  bottom: clamp(10px, 1.4vw, 18px);
  z-index: 5;
  display: grid;
  grid-template-columns: 46px 46px max-content 88px;
  gap: 10px;
  align-items: center;
  width: max-content;
  max-width: calc(100% - 32px);
  padding: 9px 10px;
  border: 1px solid rgba(13, 11, 10, .1);
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 38px rgba(13, 11, 10, .11);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.rt-arrow {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(13, 11, 10, .12);
  border-radius: 999px;
  background: #fff;
  color: var(--rt-espresso);
  cursor: pointer;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.rt-arrow svg {
  display: block;
  width: 24px;
  height: 24px;
}

.rt-arrow:hover {
  background: var(--rt-espresso);
  color: #fff;
  transform: translateY(-2px);
}

.rt-counter {
  color: var(--rt-espresso);
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .1em;
  white-space: nowrap;
}

.rt-progress {
  position: relative;
  width: 88px;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(13, 11, 10, .13);
}

.rt-progress span {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: var(--rt-theme);
  transition: width .45s ease, background .45s ease;
}

.rt-hero[data-rt-index="0"] .rt-progress span { width: 33.333%; }
.rt-hero[data-rt-index="1"] .rt-progress span { width: 66.666%; }
.rt-hero[data-rt-index="2"] .rt-progress span { width: 100%; }

.rt-hero.is-changing .rt-title-product,
.rt-hero.is-changing .rt-description,
.rt-hero.is-changing .rt-profile,
.rt-hero.is-changing .rt-note {
  opacity: 0;
  transform: translateY(12px);
}

.rt-hero.is-changing .rt-stage__pack {
  opacity: .2;
  transform: translateY(28px) scale(.985);
}

.rt-hero.is-changing .rt-stage-product {
  opacity: .26;
  transform: translate(-50%, calc(-50% + 18px)) scale(.985);
}

.rt-hero.is-changing .rt-stage__arch img {
  opacity: .28;
  transform: scale(1.11);
}

.rt-section {
  position: relative;
  padding: clamp(58px, 7vw, 112px) 0;
}

.rt-intro {
  background: var(--rt-espresso);
  color: var(--rt-ivory);
}

.rt-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
}

.rt-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--rt-brass);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rt-section-label::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.rt-intro h2,
.rt-story h2,
.rt-range h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(2.2rem, 5vw, 5.4rem);
  line-height: .96;
  letter-spacing: 0;
}

.rt-intro p,
.rt-story p {
  max-width: 58ch;
  margin: 24px 0 0;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.7;
}

.rt-intro__visual {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 0 90px 0 90px;
  background: #120e0b;
  box-shadow: 0 34px 90px rgba(0,0,0,.38);
}

.rt-intro__visual img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.rt-intro__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13,11,10,.18), transparent 45%, rgba(13,11,10,.42));
}

.rt-story {
  background: var(--rt-ivory);
}

.rt-story__grid {
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 82px);
  align-items: center;
}

.rt-story__media {
  position: relative;
}

.rt-story__media::before,
.rt-story__media::after {
  content: "";
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(183,154,99,.56);
  pointer-events: none;
}

.rt-story__media::before {
  inset: -18px 24px 24px -18px;
}

.rt-story__media::after {
  right: -14px;
  bottom: -14px;
  width: 34%;
  height: 42%;
  background: rgba(183,154,99,.08);
}

.rt-story__media img {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 26px 60px rgba(13,11,10,.14);
}

.rt-story__stamp {
  position: absolute;
  right: -20px;
  top: 28px;
  z-index: 3;
  padding: 10px 14px;
  border: 1px solid rgba(183,154,99,.6);
  background: var(--rt-ivory);
  color: var(--rt-theme);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  transform: rotate(4deg);
}

.rt-range {
  background: #fbf6ec;
}

.rt-range__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 28px;
}

.rt-range__head p {
  max-width: 46ch;
  margin: 0;
  color: #5f554d;
  font-size: 1rem;
  line-height: 1.55;
}

.rt-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rt-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 22px;
  border: 1px solid rgba(13,11,10,.1);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(var(--card-rgb), .1), transparent 42%),
    #fffaf3;
  box-shadow: 0 22px 48px rgba(13,11,10,.08);
}

.rt-card--nobile { --card-rgb: 11, 74, 56; }
.rt-card--arabica { --card-rgb: 213, 165, 27; }
.rt-card--cremoso { --card-rgb: 184, 74, 56; }

.rt-card::before {
  content: "";
  position: absolute;
  inset: auto -22% -28% -22%;
  height: 54%;
  border-radius: 999px 999px 0 0;
  background: rgba(var(--card-rgb), .14);
}

.rt-card__image {
  position: relative;
  display: grid;
  place-items: center;
  height: 270px;
  margin: -2px -2px 22px;
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 8%, rgba(255,255,255,.14), transparent 34%),
    #0b0908;
}

.rt-card__image img {
  width: auto;
  max-width: 76%;
  height: 250px;
  object-fit: contain;
}

.rt-card h3 {
  position: relative;
  margin: 0 0 8px;
  color: var(--rt-espresso);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.05;
}

.rt-card p {
  position: relative;
  margin: 0;
  color: #5f554d;
  line-height: 1.5;
}

.rt-card__stats {
  position: relative;
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.rt-card__stats span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(13,11,10,.08);
  color: #3c342e;
  font-weight: 900;
}

.rt-card__notes {
  position: relative;
  color: #6a5d53;
  font-size: .94rem;
  line-height: 1.5;
}

.rt-card__variants {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.rt-card__variant {
  padding: 12px;
  border: 1px solid rgba(13,11,10,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 26px rgba(13,11,10,.05);
}

.rt-card__variant strong,
.rt-card__variant span,
.rt-card__variant a,
.rt-card__variant button {
  display: block;
}

.rt-card__variant strong {
  color: var(--rt-espresso);
  font-size: .9rem;
  line-height: 1.2;
}

.rt-card__variant span {
  margin-top: 5px;
  color: #5f554d;
  font-weight: 900;
}

.rt-card__variant a,
.rt-card__variant button {
  margin-top: 10px;
  color: rgb(var(--card-rgb));
  font-size: .82rem;
  font-weight: 900;
  text-decoration: none;
}

.rt-card__variant button {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.rt-card .rt-button {
  position: relative;
  margin-top: 20px;
  min-height: 46px;
  width: 100%;
  border: 0;
  cursor: pointer;
}

.rt-products {
  background: #fff;
}

.rt-product-loop,
.rt-product-loop__list,
.rt-products ul.products,
.rt-products li.product.lb-loop-card {
  background: #fff;
}

.riserva-page .rt-products ul.products::before,
.riserva-page .rt-products ul.products::after {
  content: none !important;
  display: none !important;
}

.riserva-page .rt-products ul.products li.product.lb-loop-card {
  padding-bottom: 24px !important;
}

.riserva-page .rt-products ul.products li.product.lb-loop-card > .compatibility-loop {
  margin-bottom: 16px !important;
}

.rt-interest-card-button {
  order: 7 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin: auto 0 0 !important;
  padding: 0 18px;
  border: 1px solid rgba(13, 11, 10, .12);
  border-radius: 999px;
  background: var(--rt-espresso);
  color: #fff;
  font: inherit;
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(13, 11, 10, .08);
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.rt-interest-card-button:hover {
  border-color: var(--rt-espresso);
  background: var(--rt-theme);
  color: #fff;
  transform: translateY(-2px);
}

.rt-pdp-reserve-status,
.rt-pdp-reserve-note,
.rt-pdp-reserve-box {
  border: 1px solid rgba(13, 11, 10, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(13, 11, 10, .06);
}

.rt-pdp-reserve-status {
  padding: 14px 16px;
  color: var(--rt-theme, #0b4a38);
  font-weight: 900;
}

.rt-pdp-reserve-stock {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 14px 16px !important;
  border: 1px solid rgba(184, 74, 56, .18);
  border-radius: 18px;
  background: #fff;
  color: #625851 !important;
  font-weight: 850;
  box-shadow: 0 10px 26px rgba(13, 11, 10, .06);
}

.rt-pdp-reserve-stock::before {
  content: "!";
  font-family: inherit !important;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(184, 74, 56, .2);
  border-radius: 9px;
  background: rgba(184, 74, 56, .08);
  color: #b84a38;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

body .rt-pdp-reserve-stock.stock.out-of-stock::before {
  content: "!" !important;
  font-family: inherit !important;
  speak: none;
}

.rt-pdp-reserve-note {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  color: #4f4741;
  font-weight: 820;
  line-height: 1.45;
}

.rt-pdp-reserve-note .deliveryinfo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rt-pdp-reserve-status .stocknumb {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rt-reserve-icon {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(11, 74, 56, .18);
  border-radius: 9px;
  background: rgba(11, 74, 56, .08);
  color: var(--rt-theme, #0b4a38);
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
}

.rt-reserve-icon::before {
  display: block;
}

.rt-reserve-icon--bell::before {
  content: "i";
}

.rt-reserve-icon--check::before {
  content: "\2713";
}

.rt-reserve-icon--mail::before {
  content: "@";
}

.rt-reserve-icon--pay::before {
  content: "CHF";
  font-size: 10px;
  letter-spacing: .02em;
}

.rt-reserve-icon--ship::before {
  content: "\2713";
}

.rt-reserve-icon--support::before {
  content: "?";
}

.rt-pdp-reserve-usp .wj-pdp-usp-icon {
  background: rgba(11, 74, 56, .08);
  color: var(--rt-theme, #0b4a38);
}

.rt-pdp-reserve-product .wj-pdp-usp-icon .rt-reserve-icon {
  border: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  flex-basis: auto;
}

.rt-pdp-reserve-usp .rt-reserve-icon {
  border: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  flex-basis: auto;
}

.rt-pdp-reserve-box {
  display: grid;
  gap: 14px;
  padding: 20px;
  margin-top: 16px;
}

.rt-pdp-reserve-box__eyebrow {
  margin: 0;
  color: var(--rt-theme, #0b4a38);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rt-pdp-reserve-box h2 {
  margin: 0;
  color: var(--rt-espresso);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1;
  letter-spacing: 0;
}

.rt-pdp-reserve-box p {
  margin: 0;
  color: #625851;
  font-weight: 780;
  line-height: 1.5;
}

.rt-pdp-reserve-button,
.rt-pdp-reserve-button.button,
.rt-pdp-sticky-reserve .rt-pdp-reserve-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 0 22px !important;
  border: 1px solid var(--rt-theme, #0b4a38) !important;
  border-radius: 999px !important;
  background: var(--rt-espresso) !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  text-align: center;
  box-shadow: 0 14px 30px rgba(13, 11, 10, .14) !important;
  cursor: pointer;
}

.rt-pdp-reserve-button:hover,
.rt-pdp-reserve-button.button:hover,
.rt-pdp-sticky-reserve .rt-pdp-reserve-button:hover {
  background: var(--rt-theme, #0b4a38) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.rt-pdp-sticky-reserve .sticky-addtocart,
.rt-pdp-sticky-reserve__action {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.rt-pdp-sticky-reserve .rt-pdp-reserve-button {
  width: auto;
  min-width: 240px;
}

html.rt-interest-is-open {
  overflow: hidden;
}

.rt-interest-modal[hidden] {
  display: none !important;
}

.rt-interest-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483600 !important;
  display: grid;
  place-items: center;
  padding: 22px;
}

.rt-interest-modal,
.rt-interest-modal * {
  box-sizing: border-box;
}

.rt-interest-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 11, 10, .52);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.rt-interest-modal__panel {
  position: relative;
  z-index: 1;
  width: min(930px, 100%);
  max-height: calc(100vh - 44px);
  overflow: auto;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(13, 11, 10, .12);
  border-radius: 28px;
  background: #fffaf4;
  box-shadow: 0 34px 84px rgba(13, 11, 10, .28);
}

.rt-interest-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border: 1px solid rgba(13, 11, 10, .12);
  border-radius: 999px;
  background: #fff;
  color: var(--rt-espresso);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.rt-interest-modal h2 {
  margin: 8px 0 12px;
  color: var(--rt-espresso);
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: .98;
  letter-spacing: 0;
}

.rt-interest-modal__intro {
  max-width: 50ch;
  margin: 0 0 24px;
  color: #625851;
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.55;
}

.rt-interest-form {
  display: grid;
  gap: 16px;
}

.rt-interest-form label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--rt-espresso);
  font-size: .88rem;
  font-weight: 900;
  line-height: 1.2;
}

.rt-interest-form input,
.rt-interest-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(13, 11, 10, .12);
  border-radius: 16px;
  background: #fff;
  color: var(--rt-espresso);
  font: inherit;
  font-size: 1rem;
  font-weight: 780;
  box-shadow: inset 0 2px 7px rgba(13, 11, 10, .04);
}

.rt-interest-form textarea {
  min-height: 96px;
  padding-top: 14px;
  resize: vertical;
}

.rt-interest-form input:focus,
.rt-interest-form textarea:focus {
  outline: 2px solid rgba(11, 74, 56, .22);
  outline-offset: 2px;
  border-color: var(--rt-theme);
}

.rt-interest-form__trap {
  position: absolute;
  left: -9999px;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
}

.rt-interest-form__product {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(13, 11, 10, .1);
  border-radius: 18px;
  background: #fff;
  color: var(--rt-espresso);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
}

.rt-interest-form__product strong {
  white-space: nowrap;
}

.rt-interest-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rt-interest-form__consent {
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(13, 11, 10, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .74);
  color: #5f554d;
  font-size: .9rem;
  font-weight: 780;
  line-height: 1.45;
}

.rt-interest-form__consent input {
  width: 22px;
  min-height: 22px;
  height: 22px;
  margin-top: 1px;
  padding: 0;
}

.rt-interest-form__status {
  min-height: 0;
  color: #5f554d;
  font-size: .92rem;
  font-weight: 850;
  line-height: 1.4;
}

.rt-interest-form__status[data-state="success"] {
  padding: 12px 14px;
  border: 1px solid rgba(18, 132, 79, .18);
  border-radius: 16px;
  background: rgba(18, 132, 79, .08);
  color: #0b6b3d;
}

.rt-interest-form__status[data-state="error"] {
  padding: 12px 14px;
  border: 1px solid rgba(184, 74, 56, .2);
  border-radius: 16px;
  background: rgba(184, 74, 56, .08);
  color: #9d2d20;
}

.rt-interest-form__submit {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--rt-espresso);
  color: #fff;
  font: inherit;
  font-size: 1rem;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(47, 28, 20, .18);
  transition: transform .18s ease, background .18s ease;
}

.rt-interest-form__submit:hover {
  background: var(--rt-theme);
  transform: translateY(-2px);
}

.rt-interest-form__submit:disabled {
  opacity: .62;
  cursor: wait;
  transform: none;
}

.rt-products__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 28px;
}

.rt-products__head h2 {
  margin: 0;
  color: var(--rt-espresso);
  font-size: clamp(2.2rem, 5vw, 5.3rem);
  line-height: .96;
  letter-spacing: 0;
}

.rt-products__head p {
  max-width: 50ch;
  margin: 0;
  color: #5f554d;
  font-size: 1rem;
  line-height: 1.55;
}

.rt-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rt-product-card {
  --product-rgb: 11, 74, 56;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-height: 620px;
  border: 1px solid rgba(13,11,10,.1);
  border-radius: 28px;
  background: #fffaf3;
  box-shadow: 0 24px 54px rgba(13,11,10,.08);
}

.rt-product-card--nobile { --product-rgb: 11, 74, 56; }
.rt-product-card--arabica { --product-rgb: 213, 165, 27; }
.rt-product-card--cremoso { --product-rgb: 184, 74, 56; }

.rt-product-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 6px;
  background: rgb(var(--product-rgb));
}

.rt-product-card__image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 330px;
  padding: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.96), rgba(255,255,255,.6) 45%, transparent 68%),
    linear-gradient(180deg, rgba(var(--product-rgb), .12), rgba(var(--product-rgb), .04)),
    #f7efe2;
}

.rt-product-card__image picture {
  display: grid;
  place-items: center;
  width: 100%;
}

.rt-product-card__image img {
  width: auto;
  max-width: 86%;
  height: 284px;
  object-fit: contain;
  filter: drop-shadow(0 22px 32px rgba(34,23,16,.18));
  transition: transform .24s ease;
}

.rt-product-card:hover .rt-product-card__image img {
  transform: translateY(-4px) scale(1.02);
}

.rt-product-card__body {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 24px;
}

.rt-product-card__eyebrow {
  margin: 0 0 10px;
  color: rgb(var(--product-rgb));
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.rt-product-card h3 {
  margin: 0;
  color: var(--rt-espresso);
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.rt-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.rt-product-card__profile {
  margin: 12px 0 0;
  color: #5f554d;
  font-size: 1rem;
  font-weight: 900;
}

.rt-product-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.rt-product-card__facts li {
  padding: 8px 11px;
  border: 1px solid rgba(13,11,10,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  color: #4b4038;
  font-size: .84rem;
  font-weight: 900;
}

.rt-product-card__price {
  margin: auto 0 16px;
  padding-top: 24px;
  color: var(--rt-espresso);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1;
}

.rt-product-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.rt-product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--rt-espresso);
  color: #fff;
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(13,11,10,.12);
}

.rt-product-card__button:hover {
  background: rgb(var(--product-rgb));
  color: #fff;
}

.rt-product-card__button--ghost {
  border-color: rgba(13,11,10,.1);
  background: #fff;
  color: var(--rt-espresso);
  box-shadow: none;
}

.rt-product-card__button--ghost:hover {
  background: #fff;
  color: rgb(var(--product-rgb));
}

.rt-shop-feature {
  background:
    radial-gradient(circle at 10% 15%, rgba(213, 165, 27, .14), transparent 32%),
    linear-gradient(135deg, #fffaf3 0%, #f0e7d7 100%);
}

.rt-shop-feature__grid {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}

.rt-shop-feature__image {
  display: grid;
  place-items: center;
  min-height: 430px;
  padding: clamp(24px, 4vw, 54px);
  border: 1px solid rgba(183, 154, 99, .3);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .96), rgba(255, 255, 255, .58) 48%, transparent 70%),
    #f7efe2;
  box-shadow: 0 28px 70px rgba(48, 34, 25, .12);
}

.rt-shop-feature__image img {
  width: min(100%, 520px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 38px rgba(34, 23, 16, .18));
}

.rt-shop-feature__content h2 {
  max-width: 13ch;
  margin: 0;
  color: var(--rt-espresso);
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  line-height: .94;
  letter-spacing: 0;
}

.rt-shop-feature__content p {
  max-width: 58ch;
  margin: 22px 0 0;
  color: #5f554d;
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.65;
}

.rt-shop-feature__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.rt-shop-feature__facts li {
  padding: 10px 14px;
  border: 1px solid rgba(36, 24, 18, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: var(--rt-espresso);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(36, 24, 18, .06);
}

.rt-shop-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.rt-shop-feature__actions .rt-button {
  min-height: 52px;
}

.rt-final {
  padding: 0;
  background: var(--rt-espresso);
}

.rt-final picture {
  display: block;
}

.rt-final img {
  width: 100%;
  height: clamp(320px, 48vw, 680px);
  object-fit: cover;
  opacity: .88;
}

@media (hover: hover) and (pointer: fine) {
  .rt-stage:hover .rt-stage__arch img {
    transform: scale(1.08) translateY(-8px);
  }

  .rt-stage:hover .rt-stage__pack {
    transform: translateY(-10px);
  }

  .rt-stage:hover .rt-stage-product {
    transform: translate(-50%, calc(-50% - 6px));
  }
}

@media (max-width: 1100px) {
  .riserva-page {
    --rt-shell: min(90vw, 980px);
  }

  .rt-hero {
    min-height: auto;
  }

  .rt-hero__grid,
  .rt-intro__grid,
  .rt-story__grid {
    grid-template-columns: 1fr;
  }

  .rt-stage {
    min-height: 620px;
    order: -1;
  }

  .rt-stage-product {
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    width: min(620px, 92%);
    transform: translate(-50%, -50%);
  }

  .rt-hero__copy {
    max-width: 760px;
  }

  .rt-card-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 14px;
    scrollbar-width: none;
  }

  .rt-card-grid::-webkit-scrollbar {
    display: none;
  }

  .rt-card {
    flex: 0 0 min(360px, 86vw);
    scroll-snap-align: start;
  }

  .rt-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rt-shop-feature__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .riserva-page {
    --rt-shell: min(90vw, 560px);
  }

  .rt-hero {
    padding-top: 22px;
  }

  .rt-hero__grid {
    gap: 18px;
  }

  .rt-stage {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 116px 0 50px;
  }

  .rt-stage__word {
    top: 4%;
    right: -20%;
    font-size: clamp(4rem, 22vw, 7rem);
  }

  .rt-stage__arch {
    left: 0;
    right: auto;
    top: 0;
    width: 78%;
    max-height: 410px;
  }

  .rt-stage__pack {
    right: 0;
    bottom: 64px;
    width: 48%;
    min-width: 176px;
    padding: 10px;
    border-radius: 18px;
  }

  .rt-stage__pack img {
    height: 270px;
    min-height: 270px;
  }

  .rt-stage__seal {
    left: auto;
    right: 18px;
    top: 22px;
    bottom: auto;
    width: 92px;
    height: 92px;
  }

  .rt-stage__seal span {
    font-size: .68rem;
  }

  .rt-stage__seal strong {
    font-size: 1.58rem;
  }

  .rt-controls {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 8;
    width: min(100%, 318px);
    max-width: calc(100% - 32px);
    margin: 16px auto 0;
    grid-template-columns: 40px 40px max-content;
    gap: 7px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
  }

  .rt-stage-product {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: min(92vw, 430px);
    min-height: auto;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
    border-radius: 26px;
    transform: none;
  }

  .rt-hero.is-changing .rt-stage-product {
    transform: translateY(10px) scale(.985);
  }

  .rt-stage-product__media {
    grid-row: auto;
    min-height: 210px;
    border-radius: 20px;
  }

  .rt-stage-product__media img {
    height: 205px;
  }

  .rt-stage-product__body > strong {
    font-size: clamp(1.55rem, 7.4vw, 2.08rem);
  }

  .rt-stage-product__price {
    margin-top: 8px;
  }

  .rt-stage-product__price strong {
    font-size: clamp(1.8rem, 7.6vw, 2.18rem);
  }

  .rt-stage-product__actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .rt-stage-product__button,
  .rt-stage-product__button.button {
    min-height: 42px;
    padding: 0 10px;
    font-size: .84rem;
  }

  .rt-stage-product__button--reserve {
    min-height: 46px;
  }

  .rt-arrow {
    width: 40px;
    height: 40px;
  }

  .rt-arrow svg {
    width: 22px;
    height: 22px;
  }

  .rt-counter {
    padding: 0 2px;
    font-size: .78rem;
    text-align: left;
  }

  .rt-progress {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 118px;
  }

  .rt-hero h1 {
    max-width: 9.8ch;
    font-size: clamp(2.65rem, 15vw, 4.3rem);
  }

  .rt-profile {
    font-size: 1.2rem;
  }

  .rt-format {
    width: 100%;
  }

  .rt-format__button {
    padding: 0 10px;
  }

  .rt-meta {
    grid-template-columns: 1fr;
  }

  .rt-price {
    text-align: left;
  }

  .rt-intensity {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rt-cta-row {
    align-items: stretch;
  }

  .rt-button {
    width: 100%;
  }

  .rt-section {
    padding: 56px 0;
  }

  .rt-intro h2,
  .rt-story h2,
  .rt-range h2 {
    font-size: clamp(2rem, 12vw, 3.4rem);
  }

  .rt-intro__visual,
  .rt-intro__visual img {
    min-height: 300px;
  }

  .rt-intro__visual {
    border-radius: 0 54px 0 54px;
  }

  .rt-story__stamp {
    right: 8px;
    top: 12px;
  }

  .rt-range__head {
    display: block;
  }

  .rt-range__head p {
    margin-top: 16px;
  }

  .rt-card {
    min-height: 540px;
  }

  .rt-card__variants {
    grid-template-columns: 1fr;
  }

  .rt-products__head {
    display: block;
  }

  .rt-products__head h2 {
    font-size: clamp(2rem, 12vw, 3.4rem);
  }

  .rt-products__head p {
    margin-top: 16px;
  }

  .rt-interest-card-button {
    width: 100%;
    margin: auto 0 0 !important;
    min-height: 46px;
    font-size: .84rem;
  }

  .rt-interest-modal {
    padding: 12px;
  }

  .rt-interest-modal__panel {
    max-height: calc(100vh - 24px);
    padding: 26px 18px 20px;
    border-radius: 22px;
  }

  .rt-interest-form__grid {
    grid-template-columns: 1fr;
  }

  .rt-interest-form__product {
    display: grid;
    gap: 8px;
  }

  .rt-product-grid {
    grid-template-columns: 1fr;
  }

  .rt-product-card {
    min-height: auto;
  }

  .rt-product-card__image {
    min-height: 290px;
  }

  .rt-product-card__image img {
    height: 245px;
  }

  .rt-product-card__actions {
    grid-template-columns: 1fr;
  }

  .rt-shop-feature__image {
    min-height: 320px;
    border-radius: 22px;
  }

  .rt-shop-feature__content h2 {
    max-width: 100%;
    font-size: clamp(2rem, 11vw, 3.1rem);
  }

  .rt-shop-feature__actions {
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .rt-stage__pack {
    width: 50%;
    min-width: 158px;
  }

  .rt-stage__pack img {
    height: 244px;
    min-height: 244px;
  }

  .rt-stage__arch {
    width: 80%;
  }

  .rt-stage-product {
    width: calc(100vw - 28px);
  }

  .rt-stage-product__actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .riserva-page *,
  .riserva-page *::before,
  .riserva-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
