html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

body {
  background: #ffffff;
  font-family: "Poppins", "Geist", ui-sans-serif, system-ui, -apple-system, sans-serif;
}

.sunair-promo-marquee {
  position: relative;
  z-index: 60;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 231, 155, 0.28);
  background: linear-gradient(90deg, #09265f 0%, #1b4a9b 52%, #09265f 100%);
  color: #ffffff;
}

.sunair-promo-marquee-track {
  display: flex;
  width: max-content;
  animation: sunair-promo-scroll 24s linear infinite;
}

.sunair-promo-marquee-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: clamp(1.4rem, 3vw, 3rem);
  min-width: 100vw;
  padding: 0.62rem clamp(0.7rem, 2vw, 1.6rem);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.sunair-promo-marquee-group i {
  color: #f8b506;
  font-style: normal;
}

.sunair-promo-marquee:hover .sunair-promo-marquee-track {
  animation-play-state: paused;
}

@keyframes sunair-promo-scroll {
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .sunair-promo-marquee-track {
    animation: none;
  }

  .sunair-promo-marquee-group[aria-hidden="true"] {
    display: none;
  }
}

header nav, [data-drawer-panel] nav {
  font-family: "Poppins", "Geist", ui-sans-serif, system-ui, -apple-system, sans-serif;
}

/* WordPress/hosting fallback for Tailwind custom tokens.
   Some optimization layers can reorder the Tailwind CDN config, which leaves
   custom classes like bg-royal and text-softink ungenerated on the live site. */
.font-sans {
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, sans-serif;
}

.font-serif {
  font-family: "Shippori Mincho", serif;
}

.max-w-8xl {
  max-width: 88rem;
}

.tracking-tightest {
  letter-spacing: -0.06em;
}

.text-ink {
  color: #171717;
}

.text-softink {
  color: #4d4d4d;
}

.text-royal {
  color: #1b4a9b;
}

.text-aqua {
  color: #52cbbe;
}

.text-gold {
  color: #f8b506;
}

.text-softlight {
  color: #ffe79b;
}

.bg-ink\/50 {
  background-color: rgba(23, 23, 23, 0.5);
}

.bg-line {
  background-color: #eaeaea;
}

.bg-shell {
  background-color: #fafafa;
}

.bg-shell\/60 {
  background-color: rgba(250, 250, 250, 0.6);
}

.bg-royal {
  background-color: #1b4a9b;
}

.bg-royal\/10 {
  background-color: rgba(27, 74, 155, 0.1);
}

.bg-aqua\/30 {
  background-color: rgba(82, 203, 190, 0.3);
}

.bg-gold {
  background-color: #f8b506;
}

.bg-softlight\/25 {
  background-color: rgba(255, 231, 155, 0.25);
}

.bg-cream {
  background-color: #fffdfa;
}

.bg-mist {
  background-color: #edf9f7;
}

.bg-sky {
  background-color: #eaf1fb;
}

.bg-sky\/60 {
  background-color: rgba(234, 241, 251, 0.6);
}

.border-line {
  border-color: #eaeaea;
}

.border-royal {
  border-color: #1b4a9b;
}

.border-royal\/30 {
  border-color: rgba(27, 74, 155, 0.3);
}

.divide-line > :not([hidden]) ~ :not([hidden]) {
  border-color: #eaeaea;
}

.ring-line {
  --tw-ring-color: #eaeaea;
}

.shadow-soft {
  box-shadow: 0 12px 28px rgba(27, 74, 155, 0.08);
}

.shadow-panel {
  box-shadow: 0 24px 60px rgba(23, 23, 23, 0.08);
}

.from-royal {
  --tw-gradient-from: #1b4a9b var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(27, 74, 155, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-royal {
  --tw-gradient-to: rgba(27, 74, 155, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1b4a9b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-aqua {
  --tw-gradient-to: #52cbbe var(--tw-gradient-to-position);
}

.hover\:bg-shell:hover {
  background-color: #fafafa;
}

.hover\:bg-cream:hover {
  background-color: #fffdfa;
}

.hover\:bg-sky:hover {
  background-color: #eaf1fb;
}

.hover\:bg-\[\#153a7c\]:hover {
  background-color: #153a7c;
}

.hover\:text-royal:hover {
  color: #1b4a9b;
}

.hover\:text-gold:hover {
  color: #f8b506;
}

.selection\:bg-aqua\/30::selection {
  background-color: rgba(82, 203, 190, 0.3);
}

.sunair-footer {
  background: #1b4a9b !important;
  color: #ffffff !important;
}

.sunair-footer * {
  border-color: rgba(255, 255, 255, 0.15);
}

.sunair-footer .text-white,
.sunair-footer a {
  color: #ffffff;
}

.sunair-footer .text-white\/60 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.sunair-footer .text-white\/70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sunair-footer .text-white\/80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.sunair-footer .text-softlight {
  color: #ffe79b !important;
}

.sunair-footer .text-gold,
.sunair-footer .hover\:text-gold:hover {
  color: #f8b506 !important;
}

.sunair-footer .bg-gold {
  background: #f8b506 !important;
}

.sunair-footer .text-royal {
  color: #1b4a9b !important;
}

.sunair-footer .border-white\/15 {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.noise-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(23, 23, 23, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 23, 23, 0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent 80%);
}

.wave-orb {
  filter: blur(2px);
  opacity: 0.8;
}

.glass-card {
  backdrop-filter: blur(18px);
}

.hero-image-mask {
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.88));
}

.hero-soft-shadow {
  box-shadow: 0 24px 80px rgba(17, 24, 39, 0.16);
}

.hero-panel-shadow {
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.14);
}

.inner-cut {
  position: absolute;
  border-radius: 999px;
  background: #f8faf9;
  pointer-events: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Flyer-style head spa menu on Services */
.sunair-experience-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(251, 243, 223, 0.96)),
    #fbf3df;
}

.sunair-experience-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  border: 1px solid rgba(184, 142, 66, 0.28);
  border-radius: 1.6rem;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(255, 246, 224, 0.86));
  box-shadow: 0 28px 70px rgba(27, 74, 155, 0.12);
  overflow: hidden;
}

.sunair-experience-copy {
  padding: clamp(1.5rem, 5vw, 3rem);
}

.sunair-experience-title {
  font-family: "Shippori Mincho", Georgia, serif;
  color: #071b45;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
}

.sunair-experience-script {
  margin: 0.2rem 0 0.55rem;
  color: #b08331;
  font-family: "Brush Script MT", "Snell Roundhand", "Apple Chancery", cursive;
  font-size: clamp(3.4rem, 9vw, 7rem);
  line-height: 0.76;
  font-weight: 400;
}

.sunair-experience-visual {
  position: relative;
  min-height: 22rem;
  align-self: stretch;
  overflow: hidden;
}

.sunair-experience-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 253, 248, 0.88), rgba(255, 253, 248, 0.08) 34%, rgba(7, 27, 69, 0.08));
  z-index: 1;
}

.sunair-experience-visual img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
}

.sunair-experience-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid var(--experience-border, #b08331);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 18% 100%, rgba(248, 181, 6, 0.16), transparent 25%),
    radial-gradient(circle at 90% 92%, rgba(82, 203, 190, 0.14), transparent 26%),
    linear-gradient(180deg, #fffdf8, #fff8ec);
  padding: 1.15rem;
  box-shadow: 0 18px 44px rgba(27, 74, 155, 0.12);
}

.sunair-experience-card::after {
  content: "";
  position: absolute;
  inset: 0.45rem;
  border: 1px solid rgba(184, 142, 66, 0.22);
  border-radius: 1rem;
  pointer-events: none;
}

.sunair-experience-card-title {
  position: relative;
  z-index: 1;
  margin: -0.1rem -0.1rem 0;
  border-radius: 1rem;
  background: var(--experience-header, #071b45);
  padding: 0.85rem 1rem;
  color: #fffdf8;
  text-align: center;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 2px rgba(248, 181, 6, 0.25);
}

.sunair-experience-card-mark {
  position: relative;
  z-index: 1;
  margin: -0.55rem auto 0;
  display: flex;
  height: 2.3rem;
  width: 2.3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(184, 142, 66, 0.35);
  background: #fffdf8;
  color: #b08331;
  box-shadow: 0 8px 20px rgba(27, 74, 155, 0.1);
}

.sunair-experience-tagline {
  position: relative;
  z-index: 1;
  min-height: 3rem;
  margin-top: 1.1rem;
  text-align: center;
  color: #071b45;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.35;
}

.sunair-experience-price-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 0.8rem;
}

.sunair-experience-old-price {
  position: relative;
  color: #071b45;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.45rem);
  line-height: 1;
}

.sunair-experience-old-price::after {
  content: "";
  position: absolute;
  left: -0.12em;
  right: -0.12em;
  top: 55%;
  height: 2px;
  transform: rotate(-10deg);
  background: #c11844;
}

.sunair-experience-price {
  color: var(--experience-price, #b08331);
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: clamp(3rem, 6vw, 4.4rem);
  line-height: 0.9;
}

.sunair-experience-meta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin-top: 1rem;
}

.sunair-experience-meta span {
  border-radius: 999px;
  background: var(--experience-header, #071b45);
  padding: 0.45rem 0.65rem;
  color: #fffdf8;
  text-align: center;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
}

.sunair-experience-card h3 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.3rem;
  color: var(--experience-price, #b08331);
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: 1rem;
  text-transform: uppercase;
}

.sunair-experience-card h3::before,
.sunair-experience-card h3::after {
  content: "";
  height: 1px;
  width: 2.2rem;
  background: currentColor;
  opacity: 0.35;
}

.sunair-experience-card ol {
  position: relative;
  z-index: 1;
  margin: 0.85rem 0 0;
  padding-left: 1.2rem;
  color: #071b45;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: 0.9rem;
  line-height: 1.45;
}

.sunair-experience-card li + li {
  margin-top: 0.12rem;
}

.sunair-experience-card-gold {
  --experience-border: #b08331;
  --experience-header: #071b45;
  --experience-price: #b08331;
}

.sunair-experience-card-silver {
  --experience-border: #73808c;
  --experience-header: #4c5967;
  --experience-price: #b08331;
}

.sunair-experience-card-beginner {
  --experience-border: #228b84;
  --experience-header: #16827a;
  --experience-price: #16827a;
}

.sunair-experience-footer {
  margin-top: 1.25rem;
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.26);
  box-shadow: 0 18px 44px rgba(7, 27, 69, 0.16);
}

.sunair-experience-footer div {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #071b45;
  padding: 1.25rem;
  color: #fffdf8;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: 1rem;
  line-height: 1.35;
}

.sunair-experience-footer i {
  display: flex;
  height: 2.4rem;
  width: 2.4rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(248, 181, 6, 0.62);
  border-radius: 999px;
  color: #f8b506;
}

@media (min-width: 1024px) {
  .sunair-experience-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .sunair-experience-footer {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Responsive poster treatment for the flyer-inspired services section */
.sunair-experience-section {
  background:
    linear-gradient(180deg, rgba(255, 249, 235, 0.96), rgba(255, 253, 248, 0.98)),
    #fbf3df;
}

.sunair-experience-orb {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  filter: blur(34px);
  opacity: 0.28;
  pointer-events: none;
}

.sunair-experience-orb-left {
  left: -7rem;
  top: 8rem;
  background: #f8b506;
}

.sunair-experience-orb-right {
  right: -8rem;
  top: 2rem;
  background: #52cbbe;
}

.sunair-experience-poster {
  overflow: hidden;
  border: 1px solid rgba(176, 131, 49, 0.38);
  border-radius: clamp(1rem, 2vw, 1.65rem);
  background:
    radial-gradient(circle at 8% 12%, rgba(248, 181, 6, 0.14), transparent 20rem),
    radial-gradient(circle at 95% 6%, rgba(82, 203, 190, 0.14), transparent 19rem),
    linear-gradient(180deg, #fffaf0 0%, #fffdf8 56%, #fbf0dc 100%);
  box-shadow: 0 28px 80px rgba(7, 27, 69, 0.16);
}

.sunair-experience-poster .sunair-experience-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sunair-experience-poster .sunair-experience-copy {
  position: relative;
  z-index: 2;
  padding: clamp(1.35rem, 5vw, 3.4rem);
}

.sunair-experience-logo {
  width: clamp(9.4rem, 32vw, 17rem);
  height: auto;
  object-fit: contain;
}

.sunair-experience-heading {
  margin-top: clamp(1.25rem, 3vw, 2.25rem);
}

.sunair-experience-poster .sunair-experience-title {
  color: #071b45;
  font-size: clamp(2.35rem, 9vw, 5.9rem);
  line-height: 0.86;
  letter-spacing: -0.045em;
}

.sunair-experience-poster .sunair-experience-script {
  margin: 0.18rem 0 0.48rem;
  color: #b08331;
  font-size: clamp(3.1rem, 12vw, 7.6rem);
  line-height: 0.72;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.sunair-experience-divider {
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 3vw, 1.4rem);
  margin-top: clamp(1.35rem, 3vw, 2rem);
  color: #b08331;
}

.sunair-experience-divider span {
  width: clamp(3.5rem, 15vw, 8rem);
  height: 1px;
  background: currentColor;
  opacity: 0.58;
}

.sunair-experience-divider i {
  font-size: clamp(1.05rem, 2vw, 1.4rem);
}

.sunair-experience-intro {
  max-width: 42rem;
  margin-top: clamp(1.25rem, 3vw, 1.8rem);
  color: #071b45;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: clamp(1rem, 2.2vw, 1.45rem);
  font-style: italic;
  line-height: 1.55;
}

.sunair-experience-poster .sunair-experience-visual {
  min-height: clamp(18rem, 62vw, 34rem);
  background: #f8ead1;
}

.sunair-experience-poster .sunair-experience-visual::before {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.18), rgba(255, 250, 240, 0.12)),
    linear-gradient(90deg, rgba(255, 250, 240, 0.82), rgba(255, 250, 240, 0.05) 42%);
}

.sunair-experience-poster .sunair-experience-visual img {
  min-height: clamp(18rem, 62vw, 34rem);
  object-fit: cover;
  object-position: 54% 38%;
  transform: scale(1.02);
}

.sunair-experience-grid {
  display: grid;
  gap: clamp(0.85rem, 2vw, 1.25rem);
  padding: 0 clamp(0.85rem, 2vw, 1.35rem) clamp(0.9rem, 2vw, 1.35rem);
}

.sunair-experience-poster .sunair-experience-card {
  border-width: 2px;
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 18% 100%, rgba(248, 181, 6, 0.2), transparent 12rem),
    radial-gradient(circle at 88% 100%, rgba(82, 203, 190, 0.14), transparent 11rem),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 247, 232, 0.98));
  padding: clamp(0.82rem, 2vw, 1.15rem);
  box-shadow: 0 16px 34px rgba(7, 27, 69, 0.11);
}

.sunair-experience-poster .sunair-experience-card-title {
  min-height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.82rem;
  padding: 0.74rem 0.82rem;
  font-size: clamp(1rem, 2.3vw, 1.42rem);
}

.sunair-experience-poster .sunair-experience-tagline {
  min-height: 2.65rem;
  margin-top: 0.92rem;
  font-size: clamp(0.95rem, 2vw, 1.22rem);
}

.sunair-experience-poster .sunair-experience-price-row {
  gap: clamp(0.75rem, 2vw, 1.35rem);
  margin-top: 0.55rem;
}

.sunair-experience-poster .sunair-experience-old-price {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
}

.sunair-experience-poster .sunair-experience-price {
  font-size: clamp(2.8rem, 6vw, 4.35rem);
}

.sunair-experience-poster .sunair-experience-meta {
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.sunair-experience-poster .sunair-experience-meta span {
  padding: 0.42rem 0.55rem;
  font-size: clamp(0.72rem, 1.6vw, 0.92rem);
  white-space: nowrap;
}

.sunair-experience-poster .sunair-experience-card h3 {
  margin-top: 1.05rem;
  font-size: clamp(0.86rem, 1.7vw, 1rem);
}

.sunair-experience-poster .sunair-experience-card ol {
  font-size: clamp(0.78rem, 1.45vw, 0.92rem);
  line-height: 1.45;
}

.sunair-experience-poster .sunair-experience-footer {
  margin-top: 0;
  border-radius: 0;
  box-shadow: none;
}

.sunair-experience-poster .sunair-experience-footer div {
  background: #071b45;
  padding: clamp(0.9rem, 2vw, 1.35rem);
  font-size: clamp(0.9rem, 1.8vw, 1.15rem);
}

@media (min-width: 760px) {
  .sunair-experience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sunair-experience-poster .sunair-experience-card {
    padding-bottom: 1.35rem;
  }
}

@media (min-width: 1024px) {
  .sunair-experience-poster .sunair-experience-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .sunair-experience-poster .sunair-experience-copy {
    padding-right: 1.25rem;
  }

  .sunair-experience-poster .sunair-experience-visual {
    min-height: 31rem;
  }

  .sunair-experience-poster .sunair-experience-visual::before {
    background:
      linear-gradient(90deg, rgba(255, 250, 240, 0.86), rgba(255, 250, 240, 0.06) 38%),
      linear-gradient(180deg, rgba(255, 250, 240, 0.06), rgba(255, 250, 240, 0.14));
  }

  .sunair-experience-poster .sunair-experience-visual img {
    min-height: 31rem;
    object-position: 50% 38%;
  }
}

@media (max-width: 759px) {
  .sunair-experience-grid {
    padding-inline: 0.65rem;
  }

  .sunair-experience-poster .sunair-experience-card {
    max-width: 25rem;
    margin-inline: auto;
  }
}

/* Production refinements: keep the flyer-inspired section compact below the main package cards. */
.sunair-experience-section {
  margin-top: 0;
}

.sunair-experience-section > .relative {
  padding-top: clamp(3rem, 6vw, 4.5rem);
  padding-bottom: clamp(3rem, 6vw, 4.75rem);
}

.sunair-experience-poster {
  max-width: 62rem;
  margin-inline: auto;
}

.sunair-experience-poster .sunair-experience-hero {
  min-height: 0;
}

.sunair-experience-poster .sunair-experience-copy {
  padding: clamp(1.5rem, 3.5vw, 2.65rem);
}

.sunair-experience-poster .sunair-experience-heading {
  margin-top: clamp(0.9rem, 2vw, 1.45rem);
}

.sunair-experience-poster .sunair-experience-title {
  font-size: clamp(2.2rem, 6vw, 4.35rem);
  line-height: 0.92;
}

.sunair-experience-poster .sunair-experience-script {
  font-size: clamp(3rem, 7.4vw, 5.55rem);
  line-height: 0.76;
}

.sunair-experience-poster .sunair-experience-visual {
  min-height: clamp(14rem, 28vw, 19rem);
  max-height: 19rem;
}

.sunair-experience-poster .sunair-experience-visual img {
  min-height: 0;
  height: 100%;
  object-fit: cover;
  object-position: 58% 28%;
  transform: none;
}

.sunair-experience-poster .sunair-experience-grid {
  align-items: stretch;
  padding-top: clamp(0.85rem, 2vw, 1.1rem);
}

.sunair-experience-poster .sunair-experience-card {
  padding: clamp(0.7rem, 1.5vw, 0.95rem);
}

.sunair-experience-poster .sunair-experience-card-title {
  min-height: 3.6rem;
  font-size: clamp(0.9rem, 1.55vw, 1.12rem);
}

.sunair-experience-poster .sunair-experience-tagline {
  min-height: 2.2rem;
  font-size: clamp(0.86rem, 1.35vw, 1rem);
}

.sunair-experience-poster .sunair-experience-price {
  font-size: clamp(2.35rem, 4.8vw, 3.35rem);
}

.sunair-experience-poster .sunair-experience-old-price {
  font-size: clamp(1.35rem, 2.7vw, 1.9rem);
}

.sunair-experience-poster .sunair-experience-card ol {
  font-size: clamp(0.72rem, 1.1vw, 0.82rem);
  line-height: 1.34;
}

@media (min-width: 1024px) {
  .sunair-experience-poster .sunair-experience-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .sunair-experience-poster .sunair-experience-visual {
    min-height: 19rem;
  }
}

@media (max-width: 759px) {
  .sunair-experience-poster .sunair-experience-visual {
    max-height: none;
  }
}

.sunair-experience-poster .sunair-experience-copy {
  padding: clamp(1.15rem, 2.4vw, 1.85rem);
}

.sunair-experience-poster .sunair-experience-logo {
  width: clamp(8rem, 17vw, 11.5rem);
}

.sunair-experience-poster .sunair-experience-title {
  font-size: clamp(2rem, 4.8vw, 3.35rem);
  line-height: 0.96;
}

.sunair-experience-poster .sunair-experience-script {
  font-size: clamp(2.85rem, 5.8vw, 4.3rem);
  line-height: 0.8;
}

.sunair-experience-poster .sunair-experience-divider {
  margin-top: 1rem;
}

.sunair-experience-poster .sunair-experience-intro {
  max-width: 30rem;
  margin-top: 1rem;
  font-size: clamp(0.92rem, 1.45vw, 1.05rem);
  line-height: 1.45;
}

@media (min-width: 1024px) {
  .sunair-experience-poster .sunair-experience-hero {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }
}

@media (min-width: 760px) {
  .sunair-experience-poster .sunair-experience-card {
    justify-content: space-between;
  }

  .sunair-experience-poster .sunair-experience-tagline {
    min-height: 2rem;
    margin-top: 0.75rem;
  }
}

/* ---- Sun Air treatment menu (PDF replica) ---- */
.menu-display {
  font-family: "Playfair Display", "Shippori Mincho", Georgia, serif;
}

.menu-body {
  font-family: "Alegreya", Georgia, "Times New Roman", serif;
}

.menu-rose-tl {
  -webkit-mask-image: radial-gradient(135% 135% at 0% 0%, #000 50%, transparent 75%);
  mask-image: radial-gradient(135% 135% at 0% 0%, #000 50%, transparent 75%);
}

.menu-rose-tr {
  -webkit-mask-image: radial-gradient(135% 135% at 100% 0%, #000 50%, transparent 75%);
  mask-image: radial-gradient(135% 135% at 100% 0%, #000 50%, transparent 75%);
}

.menu-orn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1;
}

.menu-orn::before,
.menu-orn::after {
  content: "";
  height: 1px;
  width: 2.6rem;
  background: currentColor;
  opacity: 0.55;
}

/* Collapsible "see more" block in the treatment menu: smooth slide, no flash */
.menu-more-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-more-wrap.open {
  grid-template-rows: 1fr;
}

.menu-more-wrap > div {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.menu-more-wrap.open > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.15s;
}

/* Hero image blends softly into the hero background on its left edge */
.hero-img-blend {
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 26%);
  mask-image: linear-gradient(to right, transparent 0, #000 26%);
}

/* Package detail modal: soft fade + rise, no flash */
.pkg-modal {
  transition: opacity 0.3s ease;
}

.pkg-modal .pkg-modal-panel {
  opacity: 0;
  transform: translateY(16px) scale(0.97);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.pkg-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.pkg-modal.open .pkg-modal-panel {
  opacity: 1;
  transform: none;
}

/* Brand gradient chip: sun gold -> aqua breeze */
.icon-grad {
  background: linear-gradient(135deg, #52cbbe 0%, #1b4a9b 100%);
  color: #ffffff;
}

/* Soft wash version of the brand gradient for card backgrounds */
.card-grad-soft {
  background-image: linear-gradient(135deg, rgba(82, 203, 190, 0.16) 0%, rgba(27, 74, 155, 0.12) 100%);
}

a[href*="wa.me"] {
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
}

a[href*="wa.me"]:hover {
  background: #1ebe5d !important;
  border-color: #1ebe5d !important;
  color: #ffffff !important;
}

a[href*="wa.me"] i {
  color: currentColor !important;
}

.sunair-scroll-top {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 80;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(7, 27, 69, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.75rem);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease;
}

.sunair-scroll-top:hover {
  background: #1ebe5d;
}

.sunair-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sunair-article-content {
  max-width: 48rem;
  color: #344052;
  font-size: 1.04rem;
  line-height: 1.95;
}

.sunair-article-content > * + * {
  margin-top: 1.35rem;
}

.sunair-article-content > p:first-child {
  color: #071b45;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  line-height: 1.55;
  letter-spacing: -0.01em;
}

.sunair-article-content h2,
.sunair-article-content h3 {
  color: #071b45;
  font-family: "Shippori Mincho", Georgia, serif;
  line-height: 1.2;
}

.sunair-article-content h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.sunair-article-content h3 {
  font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.sunair-article-content a {
  color: #1b4a9b;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.sunair-article-content ul,
.sunair-article-content ol {
  padding-left: 1.25rem;
}

.sunair-article-content li + li {
  margin-top: 0.45rem;
}

.sunair-post-page {
  background:
    radial-gradient(circle at 8% 10%, rgba(248, 181, 6, 0.18), transparent 26rem),
    radial-gradient(circle at 95% 12%, rgba(82, 203, 190, 0.16), transparent 28rem),
    linear-gradient(180deg, #fffdf8 0%, #f7faf7 48%, #fffdf8 100%);
}

.sunair-post-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(27, 74, 155, 0.1);
}

.sunair-post-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(27, 74, 155, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 74, 155, 0.035) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(180deg, #000, transparent 82%);
  pointer-events: none;
}

.sunair-post-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 1.08fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: end;
  max-width: 88rem;
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6rem) 2rem clamp(3rem, 6vw, 5.5rem);
}

.sunair-post-copy {
  padding-bottom: clamp(0rem, 5vw, 2.5rem);
}

.sunair-post-back {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #1b4a9b;
  font-size: 0.92rem;
  font-weight: 700;
  transition: transform 0.22s ease, color 0.22s ease;
}

.sunair-post-back:hover {
  color: #0f2f68;
  transform: translateX(-0.18rem);
}

.sunair-post-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-top: clamp(2.25rem, 5vw, 4.6rem);
  color: #b08331;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.6;
  text-transform: uppercase;
}

.sunair-post-title {
  max-width: 10ch;
  margin-top: 1.2rem;
  color: #071b45;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: clamp(3.4rem, 8.2vw, 7.4rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.sunair-post-deck {
  max-width: 42rem;
  margin-top: 1.6rem;
  color: #465569;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.9;
  text-wrap: pretty;
}

.sunair-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
  color: #465569;
  font-size: 0.92rem;
}

.sunair-post-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(27, 74, 155, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.6rem 0.9rem;
  box-shadow: 0 12px 34px rgba(27, 74, 155, 0.08);
}

.sunair-post-meta i {
  color: #1b4a9b;
}

.sunair-post-cover-wrap {
  position: relative;
}

.sunair-post-cover {
  position: relative;
  overflow: hidden;
  min-height: clamp(23rem, 48vw, 42rem);
  border-radius: 2rem;
  background: #dfe8e3;
  box-shadow: 0 34px 90px rgba(27, 74, 155, 0.18);
}

.sunair-post-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(7, 27, 69, 0.36));
  pointer-events: none;
}

.sunair-post-cover img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: scale(1.012);
}

.sunair-post-cover-note {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1;
  max-width: min(18rem, calc(100% - 2.4rem));
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 1.1rem;
  background: rgba(255, 253, 248, 0.82);
  padding: 1rem 1.15rem;
  color: #071b45;
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.sunair-post-cover-note span {
  display: block;
  color: #b08331;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sunair-post-cover-note strong {
  display: block;
  margin-top: 0.25rem;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.25;
}

.sunair-post-body {
  display: grid;
  grid-template-columns: minmax(15rem, 18rem) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  max-width: 82rem;
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6rem) 2rem;
}

.sunair-post-aside {
  order: 1;
}

.sunair-post-aside-inner {
  position: sticky;
  top: 7rem;
  display: grid;
  gap: 1rem;
}

.sunair-post-article-wrap {
  order: 2;
}

.sunair-post-note-card,
.sunair-post-share-card,
.sunair-post-cta-card {
  border-radius: 1.35rem;
  box-shadow: 0 20px 52px rgba(27, 74, 155, 0.1);
}

.sunair-post-note-card,
.sunair-post-share-card {
  background: rgba(255, 255, 255, 0.72);
  padding: 1.2rem;
}

.sunair-post-note-label {
  color: #52a99f;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sunair-post-note-card dl {
  margin-top: 1rem;
}

.sunair-post-note-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(27, 74, 155, 0.1);
  padding: 0.8rem 0;
}

.sunair-post-note-card dl div:first-child {
  border-top: 0;
}

.sunair-post-note-card dt {
  color: #667085;
  font-size: 0.88rem;
}

.sunair-post-note-card dd {
  margin: 0;
  color: #071b45;
  font-size: 0.88rem;
  font-weight: 800;
  text-align: right;
}

.sunair-post-share-links {
  display: flex;
  gap: 0.65rem;
  margin-top: 1rem;
}

.sunair-post-share-links a {
  display: inline-flex;
  width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fffdf8;
  color: #1b4a9b;
  transition: transform 0.22s ease, background 0.22s ease;
}

.sunair-post-share-links a:hover {
  background: #eef8f6;
  transform: translateY(-0.12rem);
}

.sunair-post-cta-card {
  overflow: hidden;
  background:
    radial-gradient(circle at 95% 0%, rgba(82, 203, 190, 0.35), transparent 11rem),
    #071b45;
  padding: 1.35rem;
  color: #ffffff;
}

.sunair-post-cta-card h2 {
  margin-top: 0.65rem;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.15;
}

.sunair-post-cta-card p {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.7;
}

.sunair-post-cta-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.1rem;
  border-radius: 999px;
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.sunair-related-section {
  border-top: 1px solid rgba(27, 74, 155, 0.1);
  background: #fffdf8;
}

.sunair-related-inner {
  max-width: 88rem;
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 5.5rem) 2rem;
}

.sunair-related-inner h2 {
  margin-top: 0.9rem;
  color: #071b45;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.sunair-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2.4rem;
}

.sunair-related-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 1.6rem;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(27, 74, 155, 0.11);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.sunair-related-card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 28px 70px rgba(27, 74, 155, 0.16);
}

.sunair-related-image {
  min-height: 13.5rem;
  background-position: center;
  background-size: cover;
}

.sunair-related-card > div {
  padding: 1.35rem;
}

.sunair-related-card span {
  color: #b08331;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sunair-related-card h3 {
  margin-top: 0.8rem;
  color: #071b45;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.12;
}

.sunair-related-card a:not(.sunair-related-image) {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.2rem;
  color: #1b4a9b;
  font-size: 0.92rem;
  font-weight: 800;
}

.sunair-post-bottom-cta {
  padding: clamp(3rem, 7vw, 5rem) 2rem;
}

.sunair-post-bottom-cta > div {
  max-width: 88rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 92% 12%, rgba(82, 203, 190, 0.36), transparent 16rem),
    linear-gradient(135deg, #071b45, #133a7c);
  padding: clamp(2.3rem, 5vw, 4.5rem);
  color: #ffffff;
  box-shadow: 0 30px 80px rgba(27, 74, 155, 0.18);
}

.sunair-post-bottom-cta span {
  color: #ffe79b;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sunair-post-bottom-cta h2 {
  max-width: 13ch;
  margin-top: 0.9rem;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.sunair-post-bottom-cta p {
  max-width: 34rem;
  margin-top: 1.1rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.sunair-post-bottom-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.8rem;
  border-radius: 999px;
  padding: 0.95rem 1.25rem;
  font-weight: 900;
}

@media (max-width: 1023px) {
  .sunair-post-hero-inner,
  .sunair-post-body,
  .sunair-related-grid {
    grid-template-columns: 1fr;
  }

  .sunair-post-title {
    max-width: 12ch;
  }

  .sunair-post-aside {
    order: 2;
  }

  .sunair-post-article-wrap {
    order: 1;
  }

  .sunair-post-aside-inner {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sunair-post-cta-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .sunair-post-hero-inner,
  .sunair-post-body,
  .sunair-related-inner,
  .sunair-post-bottom-cta {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sunair-post-title {
    font-size: clamp(2.8rem, 18vw, 4rem);
  }

  .sunair-post-cover {
    min-height: 18rem;
    border-radius: 1.35rem;
  }

  .sunair-post-aside-inner {
    grid-template-columns: 1fr;
  }

  .sunair-article-content {
    font-size: 0.98rem;
  }
}

.sunair-story-page {
  background:
    radial-gradient(circle at 10% 6%, rgba(248, 181, 6, 0.16), transparent 24rem),
    radial-gradient(circle at 92% 18%, rgba(82, 203, 190, 0.18), transparent 30rem),
    linear-gradient(180deg, #fffaf0 0%, #f8faf9 44%, #fffdf8 100%);
  color: #071b45;
}

.sunair-story-cover {
  position: relative;
  min-height: clamp(640px, calc(100dvh - 78px), 860px);
  overflow: hidden;
  background-image: var(--story-cover-image);
  background-position: center;
  background-size: cover;
}

.sunair-story-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 27, 69, 0.92) 0%, rgba(7, 27, 69, 0.64) 42%, rgba(7, 27, 69, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 27, 69, 0.15), rgba(7, 27, 69, 0.7));
}

.sunair-story-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
  background-size: 5rem 5rem;
  pointer-events: none;
}

.sunair-story-cover-shade {
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(180deg, transparent, rgba(7, 27, 69, 0.78));
}

.sunair-story-cover-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr) minmax(12rem, 18rem);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  max-width: 92rem;
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem);
}

.sunair-story-rail {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: space-between;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.sunair-story-back {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 800;
  transition: color 0.45s cubic-bezier(0.32, 0.72, 0, 1), transform 0.45s cubic-bezier(0.32, 0.72, 0, 1);
}

.sunair-story-back:hover {
  color: #ffe79b;
  transform: translateX(-0.22rem);
}

.sunair-story-label {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: clamp(2rem, 5vw, 4rem);
}

.sunair-story-label span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.55rem 0.8rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sunair-story-hero-copy h1 {
  max-width: 11ch;
  margin-top: 1.2rem;
  color: #fffdf8;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: clamp(3.5rem, 9vw, 8.6rem);
  line-height: 0.86;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.sunair-story-hero-copy p {
  max-width: 40rem;
  margin-top: 1.6rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.55vw, 1.25rem);
  line-height: 1.8;
}

.sunair-story-stamp {
  justify-self: end;
  width: min(100%, 17rem);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 1.3rem;
  background: rgba(255, 253, 248, 0.12);
  padding: 1.25rem;
  color: #fffdf8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.sunair-story-stamp span {
  display: block;
  color: rgba(255, 231, 155, 0.92);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sunair-story-stamp strong {
  display: block;
  margin-top: 0.5rem;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.1;
}

.sunair-story-intro {
  position: relative;
  z-index: 2;
  margin-top: -4.5rem;
  padding: 0 2rem;
}

.sunair-story-intro-inner {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr) 13rem;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  max-width: 82rem;
  margin: 0 auto;
  border-radius: 2rem;
  background: #fffdf8;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 28px 80px rgba(7, 27, 69, 0.16);
}

.sunair-story-date-block {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 1.45rem;
  background: #071b45;
  color: #fffdf8;
}

.sunair-story-date-block span,
.sunair-story-date-block em {
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sunair-story-date-block strong {
  margin: -0.55rem 0;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: 3.8rem;
  line-height: 1;
}

.sunair-story-intro p {
  color: #071b45;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.48;
  letter-spacing: -0.025em;
}

.sunair-story-author {
  color: #667085;
  font-size: 0.82rem;
  line-height: 1.5;
}

.sunair-story-author span,
.sunair-story-author strong {
  display: block;
}

.sunair-story-author strong {
  margin-top: 0.2rem;
  color: #1b4a9b;
  font-size: 1rem;
}

.sunair-story-body {
  padding: clamp(4rem, 8vw, 7rem) 2rem;
}

.sunair-story-body-inner {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 48rem) minmax(17rem, 22rem);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  max-width: 92rem;
  margin: 0 auto;
}

.sunair-story-share {
  position: sticky;
  top: 7rem;
  display: grid;
  gap: 0.7rem;
  justify-items: center;
}

.sunair-story-share span {
  writing-mode: vertical-rl;
  color: #b08331;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sunair-story-share a {
  display: inline-flex;
  width: 2.8rem;
  height: 2.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fffdf8;
  color: #1b4a9b;
  box-shadow: 0 14px 34px rgba(27, 74, 155, 0.1);
  transition: transform 0.45s cubic-bezier(0.32, 0.72, 0, 1), background 0.45s cubic-bezier(0.32, 0.72, 0, 1);
}

.sunair-story-share a:hover {
  background: #eef8f6;
  transform: translateY(-0.16rem);
}

.sunair-story-paper {
  position: relative;
  border-radius: 0.4rem;
  background:
    linear-gradient(90deg, rgba(176, 131, 49, 0.1) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    #fffdf8;
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: 0 28px 80px rgba(27, 74, 155, 0.1);
}

.sunair-story-paper-mark {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  color: rgba(176, 131, 49, 0.24);
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: 3rem;
  line-height: 1;
  pointer-events: none;
}

.sunair-story-paper .sunair-article-content {
  max-width: none;
}

.sunair-story-appointment {
  position: sticky;
  top: 7rem;
  overflow: hidden;
  border-radius: 1.8rem;
  background: #071b45;
  color: #fffdf8;
  box-shadow: 0 30px 72px rgba(7, 27, 69, 0.18);
}

.sunair-story-appointment-image {
  min-height: 13rem;
  background-position: center;
  background-size: cover;
}

.sunair-story-appointment > div:last-child {
  padding: 1.5rem;
}

.sunair-story-appointment span,
.sunair-story-related-head span,
.sunair-story-final span {
  color: #ffe79b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sunair-story-appointment h2 {
  margin-top: 0.65rem;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: 1.75rem;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.sunair-story-appointment p {
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
  line-height: 1.75;
}

.sunair-story-appointment a,
.sunair-story-final a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  border-radius: 999px;
  padding: 0.85rem 1.1rem;
  font-size: 0.92rem;
  font-weight: 900;
}

.sunair-story-related {
  overflow: hidden;
  background: #fffdf8;
  padding: clamp(4rem, 8vw, 7rem) 2rem;
}

.sunair-story-related-head {
  max-width: 82rem;
  margin: 0 auto;
}

.sunair-story-related-head h2 {
  max-width: 12ch;
  margin-top: 0.9rem;
  color: #071b45;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: clamp(2.8rem, 6.8vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.sunair-story-related-track {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr 0.95fr;
  gap: 1.1rem;
  max-width: 82rem;
  margin: 2.5rem auto 0;
}

.sunair-story-related-card {
  display: grid;
  grid-template-rows: minmax(18rem, 1fr) auto;
  overflow: hidden;
  border-radius: 1.8rem;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(27, 74, 155, 0.11);
  transition: transform 0.45s cubic-bezier(0.32, 0.72, 0, 1), box-shadow 0.45s cubic-bezier(0.32, 0.72, 0, 1);
}

.sunair-story-related-card:hover {
  transform: translateY(-0.35rem);
  box-shadow: 0 34px 82px rgba(27, 74, 155, 0.16);
}

.sunair-story-related-card:first-child {
  transform: translateY(-2rem);
}

.sunair-story-related-card:first-child:hover {
  transform: translateY(-2.35rem);
}

.sunair-story-related-image {
  background-position: center;
  background-size: cover;
}

.sunair-story-related-card > div {
  padding: 1.4rem;
}

.sunair-story-related-card span {
  color: #b08331;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.sunair-story-related-card h3 {
  margin-top: 0.75rem;
  color: #071b45;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.sunair-story-related-card a:not(.sunair-story-related-image) {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.1rem;
  color: #1b4a9b;
  font-size: 0.9rem;
  font-weight: 900;
}

.sunair-story-final {
  padding: clamp(3.5rem, 7vw, 6rem) 2rem;
}

.sunair-story-final > div {
  max-width: 82rem;
  margin: 0 auto;
  border-radius: 2.2rem;
  background:
    radial-gradient(circle at 84% 22%, rgba(82, 203, 190, 0.34), transparent 20rem),
    linear-gradient(135deg, #071b45 0%, #133a7c 100%);
  padding: clamp(2.5rem, 6vw, 5.2rem);
  color: #fffdf8;
  box-shadow: 0 34px 90px rgba(7, 27, 69, 0.18);
}

.sunair-story-final h2 {
  max-width: 11ch;
  margin-top: 0.85rem;
  font-family: "Shippori Mincho", Georgia, serif;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.sunair-story-final p {
  max-width: 34rem;
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.02rem;
  line-height: 1.85;
}

@media (max-width: 1100px) {
  .sunair-story-cover-inner {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .sunair-story-rail,
  .sunair-story-stamp {
    display: none;
  }

  .sunair-story-intro-inner {
    grid-template-columns: 7rem 1fr;
  }

  .sunair-story-author {
    grid-column: 2;
  }

  .sunair-story-body-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .sunair-story-share,
  .sunair-story-appointment {
    position: static;
  }

  .sunair-story-share {
    display: flex;
    justify-content: flex-start;
  }

  .sunair-story-share span {
    writing-mode: initial;
  }

  .sunair-story-appointment {
    display: grid;
    grid-template-columns: minmax(12rem, 0.8fr) 1fr;
  }
}

@media (max-width: 760px) {
  .sunair-story-cover {
    min-height: 620px;
  }

  .sunair-story-cover-inner,
  .sunair-story-intro,
  .sunair-story-body,
  .sunair-story-related,
  .sunair-story-final {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sunair-story-hero-copy h1 {
    font-size: clamp(3.15rem, 19vw, 5.2rem);
  }

  .sunair-story-intro {
    margin-top: -2.5rem;
  }

  .sunair-story-intro-inner,
  .sunair-story-appointment,
  .sunair-story-related-track {
    grid-template-columns: 1fr;
  }

  .sunair-story-date-block {
    width: 7rem;
  }

  .sunair-story-author {
    grid-column: auto;
  }

  .sunair-story-paper {
    padding: 1.4rem;
  }

  .sunair-story-related-card:first-child,
  .sunair-story-related-card:first-child:hover {
    transform: none;
  }
}
