@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&family=Ibarra+Real+Nova:ital,wght@0,400..700;1,400..700&display=swap");

:root {
  --page-bg: #ffffff;
  --card-bg: #f5f5f5;
  --text: #171717;
  --muted: #4e4e4e;
  --line: #171717;
  --accent: #d7b062;
  --white: #ffffff;
  --topbar-height: 64px;
  --topbar-safe-top: env(safe-area-inset-top, 0px);
  --topbar-total-height: calc(var(--topbar-height) + var(--topbar-safe-top));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--text);
  font-family: "Fustat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.topbar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}

.page {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  overflow-x: clip;
}

.topbar {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-top: var(--topbar-safe-top);
  isolation: isolate;
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: color-mix(in srgb, var(--page-bg) 58%, transparent);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid rgba(23, 23, 23, 0.06);
  pointer-events: none;
}

.topbar__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 var(--topbar-height);
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  height: var(--topbar-height);
  min-height: var(--topbar-height);
  max-height: var(--topbar-height);
  padding: 0 30px;
  overflow: hidden;
}

.logo {
  width: 110px;
  height: auto;
  max-height: 36px;
  flex-shrink: 0;
  object-fit: contain;
}

.topbar-waitlist-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
  height: 40px;
  padding: 0 22px;
  border-radius: 999px;
  border: none;
  background: #050505;
  color: #ffffff;
  font-family: "Fustat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.topbar-waitlist-btn:hover {
  background: #1a1a1a;
  color: #ffffff;
}

.topbar-waitlist-btn:focus-visible {
  outline: 2px solid #171717;
  outline-offset: 2px;
}

.hero-section {
  margin-top: 24px;
  padding: 0 20px;
  overflow: hidden;
}

.hero-stack {
  position: relative;
  overflow: visible;
  padding-bottom: 0;
}

.hero-image-wrap {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
  position: relative;
  z-index: 0;
  object-fit: cover;
  vertical-align: middle;
}

.hero-image__video {
  background-color: #0a0a0a;
}

/* Overlay on hero photo */
.hero-mobile-tagline {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin-top: 0;
  padding: 32px 16px 30px;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.18) 42%,
    transparent 72%
  );
}

.hero-mobile-tagline__line1,
.hero-mobile-tagline__line2 {
  margin: 0;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}

.hero-mobile-tagline__line1 {
  font-family: "Fustat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.hero-mobile-tagline__line2 {
  margin-top: 0.35rem;
  font-size: 29px;
  line-height: 1.25;
}

.hero-mobile-tagline__fustat {
  font-family: "Fustat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 300;
  color: #ffffff;
}

.hero-mobile-tagline__clever {
  font-family: "Fustat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  /* background: linear-gradient(95deg, #4f8cff 0%, #7c5cff 45%, #b56cff 100%); */
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff;
  /* -webkit-text-fill-color: transparent; */
}

.hero-mobile-tagline__ibarra {
  font-family: "Ibarra Real Nova", Georgia, "Times New Roman", serif;
  font-weight: 200;
  font-style: normal;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.08em;
  font-size: 32px;
}

.hero-smart-copy {
  position: relative;
  z-index: 4;
  margin: 58px auto 8px;
  padding: 0 20px;
  max-width: 400px;
  text-align: center;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 500;
  color: var(--text);
}

.hero-smart-copy__ul {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.hero-smart-copy__ibarra {
  font-family: "Ibarra Real Nova", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 200;
  font-size: 25px;
  line-height: 1.08;
  color: var(--text);
}

.hero-smart-copy__more {
  font-family: "Ibarra Real Nova", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
}

.hero-phones-desktop {
  display: none;
}

.hero-phone-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.hero-phone {
  width: clamp(220px, 26vw, 340px);
  height: auto;
  flex-shrink: 0;
  display: block;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.28));
}

.hero-phone-caption {
  margin: 0;
  color: #171717;
  text-align: center;
  font-size: 19px;
  line-height: 1.12;
  font-weight: 700;
}

.hero-phone--left {
  transform: translateX(16%);
  z-index: 1;
}

.hero-phone--center {
  transform: scale(1.05) translateY(-2px);
  z-index: 3;
}

.hero-phone--right {
  transform: translateX(-16%);
  z-index: 2;
}

/* Full-bleed above phone carousel */
.sub-hero-visual {
  display: block;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 28px;
}

.sub-hero-visual__image {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.hero-carousel-intro {
  display: block;
  margin-top: 36px;
  padding: 0 8px;
}

.hero-carousel-intro__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.1em;
}

.hero-carousel-intro__line1 {
  font-family: "Fustat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--text);
}

.hero-carousel-intro__line2 {
  font-family: "Ibarra Real Nova", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 200;
  font-size: 32px;
  line-height: 1.08;
  color: var(--text);
}

.hero-carousel-intro__ul {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
}

.hero-carousel-intro__subtitle {
  margin: 1.35rem 0 0;
  padding: 0;
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Fustat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--text);
}

.hero-carousel-intro__sub-line {
  display: block;
}

/* Full-bleed in-situ photo carousel */
.insitu-swiper.swiper {
  display: block;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-top: 28px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.insitu-swiper .swiper-wrapper {
  padding: 0;
  margin-top: 0;
}

.insitu-swiper .swiper-slide {
  width: 100% !important;
  margin: 0;
}

.insitu-slide-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background-color: #0a0a0a;
}

.insitu-swiper__poster {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  position: relative;
  z-index: 2;
  transition: opacity 0.2s ease;
}

.insitu-swiper__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  background: transparent;
}

.insitu-slide-media.is-playing .insitu-swiper__poster {
  opacity: 0;
  pointer-events: none;
}

.insitu-slide-media.is-playing .insitu-swiper__video {
  z-index: 3;
}

.insitu-swiper__pagination {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  z-index: 2;
  line-height: 0;
}

.insitu-swiper__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  background: #ffffff;
  opacity: 0.45;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.insitu-swiper__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.15);
}

/* Tree species cards (data from trees.json) */
.tree-swiper {
  position: relative;
  margin-top: 28px;
  overflow: visible;
  padding-bottom: 32px;
}

.tree-swiper .swiper-wrapper {
  padding: 0;
  margin-top: 0;
  align-items: stretch;
}

.tree-swiper .swiper-slide {
  width: min(360px, 88vw);
  height: auto;
}

.tree-card {
  margin: 0;
  padding: 28px 22px 22px;
  text-align: center;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
}

.tree-card__title {
  margin: 0 0 16px;
  font-family: "Fustat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.5rem, 5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text);
}

.tree-card__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.tree-card__tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: #171717;
  color: #ffffff;
  font-family: "Fustat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.tree-card__media {
  overflow: hidden;
  border-radius: 40px;
  background: #f5f5f5;
  aspect-ratio: 880 / 1214;
  line-height: 0;
}

.tree-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.tree-swiper__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  line-height: 0;
}

.tree-swiper__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  background: #171717;
  opacity: 0.25;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.tree-swiper__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.15);
}

.hero-phones-swiper {
  display: block;
  margin-top: 32px;
  padding-bottom: 8px;
  overflow: visible;
}

.hero-phones-swiper .swiper-wrapper {
  padding: 0 0 30px;
  margin-top: 0;
  align-items: flex-end;
}

.hero-phones-swiper .swiper-slide {
  width: min(340px, 88vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.hero-phones-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 14px rgba(0, 0, 0, 0.25));
}

.hero-phones-swiper .hero-phone-caption {
  font-size: 19px;
  max-width: 20ch;
}

.intro {
  margin: 34px auto 80px;
  width: min(550px, 100%);
  max-width: 510px;
  text-align: left;
  font-size: 24px;
  line-height: 1.35;
  padding: 50px 40px 40px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  margin: 440px auto 100px !important;
}

.intro p {
  margin: 0;
}

.section-title {
  margin: 38px 0 16px;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  font-family: Fustat;
}

.page .section.tools .section-title--tools {
  margin: 18px auto 34px;
  padding: 0 40px;
  max-width: 600px;
}

.page .section.tools .section-title--tools strong {
  font-weight: 700;
}

.page .section.tools .tools-experience-emphasis {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
}

.page .section.tools .tools-shot {
  margin: 0;
}

.page .section.tools .tools-shot img {
  width: 100%;
  height: auto;
  display: block;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); */
  max-width: 700px;
  margin: 0 auto;
  border-radius: 20px;
}

.edition-tabs {
  display: none;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  margin: 30px 0;
}

.tab {
  border: 1px solid #2a2a2a;
  border-radius: 999px;
  padding: 9px 22px;
  background: transparent;
  font-size: 16px;
  touch-action: manipulation;
}

.tab.active {
  background: #050505;
  color: var(--white);
}

.cards-shell {
  margin-top: 24px;
  overflow: hidden;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 0 10px 20px 10px;
}

/* Desktop: center row when only two editions */
.cards-grid:has(> .edition-card:nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
  margin-inline: auto;
}

.cards-shell .cards-swiper {
  display: none;
}

.swiper-wrapper {
  padding: 16px 0 26px 10px;
  margin-top: -20px;
}

.edition-card {
  background: var(--card-bg);
  border-radius: 18px;
  padding: 14px 14px 18px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.edition-thumb {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.edition-card h3 {
  margin: 24px 0 20px;
  text-align: center;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
  font-family: "Ibarra Real Nova", Georgia, "Times New Roman", serif;
}

.edition-card ul {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.45;
}

.price-block {
  margin-top: auto;
}

.price-label {
  margin: 16px 0 6px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.price {
  margin: 0;
  text-align: center;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
}

.discounted {
  margin: 6px 0 0;
  text-align: center;
  font-size: 20px;
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.availability {
  margin: 8px 0 0;
  text-align: center;
  color: var(--accent);
  font-size: 16px;
  font-weight: 600;
}

.availability.blank {
  color: transparent;
}

.reserve-now-btn {
  box-sizing: border-box;
  margin-top: 14px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #2a2a2a;
  border-radius: 999px;
  background: #050505;
  color: var(--white);
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.reserve-now-btn:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.selection-note {
  margin: 20px auto 54px;
  max-width: 410px;
  text-align: center;
  font-size: 18px;
  padding: 0 20px;
  display: none;
}

.notification-video-container{
  padding: 10px;
  margin-top: -70px !important;
}

/* Notification block (matches lander index-a section.notification) */
.page .section.notification {
  margin: 450px auto 54px;
  padding: 18px 0 48px;
  border-radius: 18px;
  background: transparent;
  border: none;
  text-align: center;
  max-width: 600px;
}

.page .section.notification .notification-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  overflow-x: hidden;
  width: 100%;
}

.page .section.notification .notification-camera {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
  margin-left: 0;
  margin-right: 0;
  transform: translateY(-8px);
}

.page .section.notification .notification-topdown {
  width: 100%;
  display: block;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

.page .section.notification .shot {
  margin: 10px;
}

.page .section.notification .shot img {
  width: 97%;
  height: auto;
  display: block;
  border-radius: 26px;
  margin: -80px auto 0;
}

@media (min-width: 520px) {
  .page .section.notification .notification-camera {
    transform: translateY(-10px);
  }

  .page .section.notification .notification-visual {
    margin-bottom: 18px;
  }
}

/* CTA signup (from index-a) */
.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;
}

.page .cta-launching {
  margin: 40px auto 36px;
  max-width: min(520px, calc(100% - 48px));
  padding: 0 24px;
  text-align: center;
  line-height: 0;
}

.page .cta-launching__image {
  display: block;
  width: 65%;
  height: auto;
  margin: 55px auto;
}

.page .cta {
  margin: 0 auto 32px;
  max-width: 700px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 30px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
  scroll-margin-top: calc(var(--topbar-total-height) + 12px);
}

.page .cta-title {
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  color: var(--text);
}

.page .cta-form {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.page .cta-form input[type="email"] {
  width: 100%;
  border-radius: 12px;
  padding: 16px 14px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  outline: none;
  font-size: 16px;
  font-family: inherit;
  background: #fff;
}

.page .cta-form input[type="email"]:focus {
  border-color: rgba(0, 0, 0, 0.28);
}

.page .cta-form button[type="submit"] {
  height: 55px;
  border-radius: 12px;
  border: 0;
  background: #0b0b0b;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
}

.page .cta-foot {
  margin: 24px 0 0;
  color: var(--muted);
  font-weight: 600;
  font-size: 16px;
}

.page .cta-foot__highlight {
  text-decoration: underline;
}

.page .signup-status {
  margin-top: 10px;
  min-height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  text-align: center;
}

.page .signup-status:empty {
  display: none;
}

.page .signup-status.is-success {
  color: rgba(23, 23, 23, 0.95);
}

.page .signup-status.is-error {
  color: #b00020;
}

.page .signup-status .cta-typeform-fallback {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page .signup-status .cta-typeform-fallback:hover {
  opacity: 0.85;
}

@media (min-width: 820px) {
  .page .cta-form {
    grid-template-columns: 1fr 140px;
    align-items: center;
  }
}

/* Desktop */
@media (min-width: 801px) {
  .hero-image-wrap {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-hero-visual {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-hero-visual__image {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .insitu-swiper.swiper {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .page .cta {
    display: block;
    position: relative;
    z-index: 10;
    margin-top: clamp(32px, 4vw, 64px);
    margin-bottom: 56px;
  }

  .page .cta-subtitle {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 16px;
    font-weight: 500;
  }
}

.secret-offer-expiry {
  margin: 64px auto 0;
  width: min(760px, calc(100% - 40px));
  text-align: center;
}

.secret-offer-expiry-label {
  margin: 0;
  font-size: 30px;
  line-height: 1.14;
  font-weight: 400;
}

.secret-offer-expiry-value {
  margin: 10px 0 0;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 48px;
  padding: 22px 30px;
  background: #ffffff;
  color: #171717;
  font-family: "Fustat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.site-footer__left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
}

.site-footer__privacy {
  color: inherit;
  text-decoration: none;
}

.site-footer__privacy:hover {
  text-decoration: underline;
}

.site-footer__email {
  color: inherit;
  text-decoration: none;
}

.site-footer__email:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {

  .page .section.tools .tools-shot img {
    border-radius: 0px;
  }

  .page .section.tools {
    margin-top:-30px !important;
  }

  .page .cta-launching {
    margin: 32px auto 28px;
    max-width: min(420px, calc(100% - 40px));
    padding: 0 20px;
  }

  .page .cta {
    margin: 0 15px 32px;
  }

  .intro {
    max-width: none;
    margin: 30px 20px 50px !important;
  }

  .page .section.notification {
    margin-top: -18px !important;
    display: block !important;
  }

  .page .section.notification .notification-camera{
    display: block !important;
  }

  .page {
    width: 100%;
  }

  .topbar__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-shell {
    overflow: visible;
  }

  .topbar-waitlist-btn {
    height: 40px;
    padding: 0 16px;
    font-size: 15px;
  }

  .intro {
    width: auto;
    margin-top: 22px;
    font-size: 20px;
    padding: 40px 30px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin:20px;
    margin-bottom: 50px;
    border-radius: 20px;
  }

  .section-title {
    font-size: 20px;
  }

  .selection-note {
    margin: -30px auto 54px;
  }

  .secret-offer-expiry {
    margin-top: 72px;
  }

  .secret-offer-expiry-label {
    font-size: 25px;
  }

  .secret-offer-expiry-value {
    margin-top: 8px;
    font-size: 25px;
  }

  .tab {
    font-size: 14px;
    padding: 8px 14px;
  }

  .edition-tabs {
    display: flex;
  }

  .cards-grid {
    display: none;
  }

  .cards-shell .cards-swiper {
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
  }

  .cards-swiper .swiper-wrapper {
    padding: 16px 0 26px;
    margin-top: -20px;
  }

  .cards-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    width: min(560px, 92vw);
    max-width: 500px;
  }

  .cards-swiper .edition-card {
    width: 100%;
  }

  .edition-card h3 {
    font-size: 28px;
  }

  .edition-card ul {
    min-height: 0;
    font-size: 16px;
  }

  .price-label {
    font-size: 18px
  }

  .price {
    font-size: 40px;
  }

  .discounted {
    font-size: 18px
  }

  .availability {
    font-size: 18px
  }

  .reserve-now-btn {
    font-size: 14px;
    padding: 14px 14px;
  }

  .site-footer {
    flex-wrap: wrap;
    padding: 18px 20px;
    font-size: 13px;
  }
}