:root {
  --warm-bg: #f5ede0;
  --warm-alt: #ede0cc;
  --warm-deep: #e8d8c4;
  --text: #3d2b1f;
  --muted: #6e4e3a;
  --placeholder: #8b6e52;
  --accent: #8b5a2b;
  --amber: #c4853a;
  --gold: #e8c49a;
  --card-bg: rgba(237, 220, 200, 0.88);
  --border: rgba(101, 67, 33, 0.15);
  --shadow: rgba(61, 43, 31, 0.15);
}

* {
  box-sizing: border-box;
}

/* Home page: nav scrolls with page so the 3D tower is never hidden behind it */
.top-nav {
  position: relative !important;
  top: auto !important;
}

body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  background: #f5ede0;
  color: var(--text);
  position: relative;
  overflow-x: hidden;
}

body::before,
body::after {
  content: none;
}

.home-shell::before,
.home-shell::after {
  content: none;
}

.home-shell {
  padding: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  background: #f5ede0;
}

.story-stage {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  background: linear-gradient(140deg, #ede0cc, #e8d8c4);
  min-height: 100vh;
  position: relative;
}

.chrome-left {
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: 40;
}

.back-btn {
  width: 92px;
  height: 118px;
  border-radius: 0 0 32px 0;
  border: 0;
  background: rgba(139, 90, 43, 0.85);
  color: #f5ede0;
  font-size: 4rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.back-btn:hover {
  background: rgba(139, 90, 43, 1);
}

.story-frame {
  background: linear-gradient(180deg, #ede0cc 0%, #e8d8c4 100%);
  border: 0;
  border-radius: 0;
  position: relative;
  /* overflow: clip keeps visual clipping but does NOT create a scroll-container,
     so position:sticky inside .panel-2 can still stick to the window scroll. */
  overflow: clip;
}

/* Subtle warm texture — sits behind panels */
.story-frame::before {
  content: "";
  position: absolute;
  inset: -8% -5%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.25;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 720' preserveAspectRatio='xMidYMid slice'%3E%3Cdefs%3E%3Cfilter id='g' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeGaussianBlur stdDeviation='1.4' result='b'/%3E%3CfeMerge%3E%3CfeMergeNode in='b'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cg fill='none' stroke='%2344030f' stroke-opacity='0.18' stroke-width='1.2' filter='url(%23g)'%3E%3Cpath d='M0 140 Q200 100 400 140 T800 140 T1200 130'/%3E%3Cpath d='M0 260 Q350 300 700 260 T1200 280'/%3E%3Cpath d='M0 400 Q280 360 560 400 T1120 400 T1200 385'/%3E%3Cpath d='M0 540 Q400 500 800 540 T1200 520'/%3E%3C/g%3E%3C/svg%3E");
  background-size: min(1400px, 120vw) auto;
  background-position: 0 0;
  background-repeat: repeat-x;
}

.story-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image: repeating-linear-gradient(
    105deg,
    transparent 0,
    transparent 62px,
    rgba(139, 90, 43, 0.05) 62px,
    rgba(139, 90, 43, 0.08) 64px,
    transparent 65px,
    transparent 118px
  );
}

.buy-btn {
  text-decoration: none;
  font-weight: 700;
  padding: 0.5rem 0.8rem;
  border-radius: 4px;
  background: #44030F;
  color: #f5ede0;
}

.buy-btn.dark {
  background: #44030F;
  color: #f5ede0;
}

.nav-toggle {
  display: none;
}

.panel {
  min-height: 100vh;
  padding: 5rem 2rem 2rem;
  position: relative;
}

.panel-1 {
  overflow: hidden;
}

.panel-1::before,
.panel-1::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
  z-index: 1;
}

.panel-1::before {
  width: 340px;
  height: 340px;
  left: -80px;
  top: 10%;
  background: radial-gradient(circle, rgba(196, 133, 58, 0.12) 0%, rgba(196, 133, 58, 0.02) 55%, transparent 75%);
}

.panel-1::after {
  width: 300px;
  height: 300px;
  right: -70px;
  bottom: 8%;
  background: radial-gradient(circle, rgba(139, 90, 43, 0.1) 0%, rgba(139, 90, 43, 0.02) 60%, transparent 78%);
}

/* Section 1 bottom: full-bleed subtle warm lines */
.panel-1 > .panel-grid::before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: -2%;
  width: min(62vw, 760px);
  max-width: none;
  transform: none;
  height: clamp(220px, 38vh, 440px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.22;
  backface-visibility: hidden;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2400 360' preserveAspectRatio='xMidYMax meet'%3E%3Cg fill='none' stroke='%2344030f' stroke-opacity='0.35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0 300 Q640 220 1280 280 T2400 250'/%3E%3Cpath d='M0 330 Q800 280 1640 320 T2400 300'/%3E%3Cpath d='M0 355 Q560 335 1200 360 T2400 345'/%3E%3C/g%3E%3C/svg%3E");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.45) 42%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.3) 42%,
    transparent 100%
  );
}

.panel-1 > .panel-grid::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 0;
  width: 100vw;
  max-width: none;
  transform: translateX(-50%);
  height: clamp(100px, 18vh, 200px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.25;
  backface-visibility: hidden;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2400 200' preserveAspectRatio='xMidYMax meet'%3E%3Cg fill='none' stroke='%2344030f' stroke-opacity='0.28' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0 175 Q600 155 1200 175 Q1800 155 2400 175'/%3E%3Cpath d='M0 195 Q800 175 1600 195 Q2000 185 2400 188'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 88%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 88%);
}

.panel-grid {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.panel-4 .panel-grid {
  max-width: 1400px;
}

.panel-4 .cta-copy {
  width: min(760px, 100%);
}

.line-leaf {
  display: none;
}

.panel-1 h1,
.panel-2 h2,
.panel-4 h2 {
  margin: 0;
  font-family: "Golden", serif;
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: #5c3d2e;
  font-size: clamp(3.2rem, 12vw, 11rem);
  max-width: 75%;
  text-shadow: 0 8px 28px rgba(61, 43, 31, 0.12);
}

.panel-2 h2 {
  font-family: "Golden", serif;
  color: #5c3d2e;
  max-width: 100%;
  letter-spacing: 0.02em;
}

.panel-4 h2 {
  font-family: "Golden", serif;
  color: #5c3d2e;
}

.hero-split-line {
  position: relative;
  z-index: 28;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  padding: 0 1rem;
  margin-top: 8vh;
  margin-bottom: 2rem;
}

.split-left,
.split-right {
  margin: 0;
  font-family: "Golden", serif;
  letter-spacing: 0.01em;
  line-height: 0.95;
  color: #5c3d2e;
  text-shadow: 0 8px 28px rgba(61, 43, 31, 0.12);
  font-size: clamp(1.7rem, 5.95vw, 5.27rem);
}

.split-left {
  text-align: left;
  padding-right: 2rem;
}

.split-left-wrap {
  max-width: 640px;
}

.split-subheading {
  margin: 1rem 0 0;
  max-width: 560px;
  color: #6e4e3a;
  font-size: 1.18rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.split-subheading-mobile {
  display: none;
}

.split-mobile-title {
  display: none;
}

.split-right-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  padding-left: 2rem;
  margin-top: 10.5rem;
}

.split-right {
  text-align: right;
}

.landing-cta {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0.82rem 1.4rem;
  margin-top: 20px;
  border-radius: 999px;
  background: #44030F;
  border: 1px solid #44030F;
  color: #f5ede0;
  box-shadow: none;
}

.panel-2 {
  background: transparent;
  overflow: visible;
  isolation: isolate;
  z-index: 28;
  padding: 0;
}

.panel-2::before,
.panel-2::after {
  /* Removed — panel-2 is now structural (transparent, no decorative bg) */
  content: none;
}

/* .panel-2 h2 rule cleared — heading now handled by .services-heading */
.panel-2 .services-heading {
  font-size: clamp(2.4rem, 5vw, 4rem);
}

@media (min-width: 981px) {
  .panel-2 {
    padding: 0;
  }
}

/* ── Services Slider (Panel 2 redesign) ──────────────── */

/* Panel-2 structure: sticky pin + scroll spacer = 400 vh total */
.panel.panel-2 {
  padding: 0 !important;
  overflow: visible !important;
  background: transparent;
  isolation: isolate;
}

.services-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #1a0e07;
  z-index: 30;
}

/* Scroll spacer — 4 transitions = each card has a full 100 vh dwell time,
   including card 4 which activates at 300 vh and the pin releases at 400 vh */
.services-scroll-spacer {
  height: 400vh;
  pointer-events: none;
}

/* ── Heading bar — own strip, NOT overlapping cards ── */
.services-head {
  flex-shrink: 0;
  padding: 2.8rem 5% 2.4rem;
  text-align: center;
  background: linear-gradient(135deg, #ede0cc 0%, #e8d8c4 100%);
  border-bottom: 2px solid rgba(101, 67, 33, 0.18);
  position: relative;
  z-index: 20;
}

.services-heading {
  margin: 0;
  font-family: "Golden", serif;
  font-size: clamp(3.5rem, 8vw, 7rem);
  color: #5c3d2e;
  line-height: 1;
  letter-spacing: 0.02em;
}

/* Card stack area — takes all remaining height below heading */
.services-card-area {
  flex: 1;
  position: relative;
  overflow: hidden;
  min-height: 0; /* allow flex child to shrink properly */
}

/* Each card is full-bleed; JS toggles .sc-active */
.service-card {
  position: absolute;
  inset: 0;
  background: #1a0e07;
  transform: translateY(102%);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

/* First card starts visible */
.service-card--1 {
  transform: translateY(0);
  z-index: 1;
}

.service-card--2 { z-index: 2; }
.service-card--3 { z-index: 3; }
.service-card--4 { z-index: 4; }

/* Active = slide in from below */
.service-card.sc-active {
  transform: translateY(0);
}

/* Past = slightly scaled back for depth feel */
.service-card.sc-past {
  transform: translateY(0) scale(0.97);
  filter: brightness(0.75);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              filter 0.5s ease;
}

/* Full-bleed image */
.sc-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.sc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Luxury Towers card: no scale transform — full-size image */
.service-card--2 .sc-img {
  transform: scale(1);
  transform-origin: center center;
}

/* Dark gradient so text is always readable */
.sc-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 5, 2, 0.80) 0%,
    rgba(10, 5, 2, 0.40) 45%,
    rgba(10, 5, 2, 0.10) 100%
  );
}

/* Text overlay — bottom-left */
.sc-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3.5rem 5%;
  gap: 0.75rem;
}

.sc-num {
  display: block;
  font-family: "Golden", serif;
  font-size: clamp(4rem, 8vw, 7rem);
  color: rgba(255, 255, 255, 0.12);
  line-height: 1;
  margin-bottom: -0.6rem;
}

.sc-title {
  margin: 0;
  font-family: "Golden", serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  color: #f5ede0;
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

.sc-desc {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: clamp(0.92rem, 1.2vw, 1.1rem);
  color: rgba(245, 237, 224, 0.82);
  line-height: 1.65;
  max-width: 52ch;
}

.sc-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-family: "Raleway", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #f5c98a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 201, 138, 0.5);
  padding-bottom: 2px;
  transition: border-color 0.2s, color 0.2s;
  width: fit-content;
}

.sc-link:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}

/* Progress dots */
.sc-dots {
  position: absolute;
  bottom: 1.8rem;
  right: 2.5rem;
  display: flex;
  gap: 0.5rem;
  z-index: 20;
}

.sc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition: background 0.35s, transform 0.35s;
}

.sc-dot--active {
  background: rgba(255, 255, 255, 0.9);
  transform: scale(1.3);
}

/* ── Mobile overrides ── */
@media (max-width: 680px) {
  .services-heading {
    font-size: clamp(2.6rem, 10vw, 4rem);
  }

  .services-head {
    padding: 1.6rem 5% 1.4rem;
  }

  .sc-overlay {
    padding: 1.8rem 5%;
    gap: 0.5rem;
  }

  .sc-num {
    font-size: clamp(2rem, 10vw, 3.5rem);
    margin-bottom: -0.3rem;
  }

  .sc-title {
    font-size: clamp(1.8rem, 7vw, 2.8rem);
  }

  .sc-desc {
    font-size: 0.88rem;
    max-width: none;
  }
}

.splash-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 3rem;
}

.splash-grid article {
  padding: 1.2rem;
  border-radius: 999px 999px 999px 24px;
  color: #3d2b1f;
  min-height: 240px;
}

.splash-grid article:nth-child(1),
.splash-grid article:nth-child(2) {
  background: linear-gradient(140deg, rgba(232, 216, 196, 0.95), rgba(220, 200, 175, 0.9));
}

.splash-grid article:nth-child(3) {
  background: linear-gradient(140deg, rgba(225, 208, 183, 0.92), rgba(215, 195, 168, 0.88));
}

.splash-grid h3 {
  margin: 0 0 0.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.shape-card {
  position: relative;
  padding: 1.6rem;
  overflow: hidden;
  border: 1px solid rgba(101, 67, 33, 0.15);
  background:
    radial-gradient(circle at 18% 18%, rgba(196, 133, 58, 0.1), transparent 48%),
    linear-gradient(145deg, rgba(237, 220, 200, 0.88), rgba(232, 216, 196, 0.82));
  box-shadow:
    0 0 0 1px rgba(101, 67, 33, 0.08) inset,
    0 14px 34px rgba(61, 43, 31, 0.1);
}

.shape-card::before,
.shape-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.shape-card::before {
  width: 110px;
  height: 110px;
  right: -20px;
  top: -20px;
  background: radial-gradient(circle, rgba(196, 133, 58, 0.16), rgba(196, 133, 58, 0) 72%);
}

.shape-card::after {
  width: 84px;
  height: 84px;
  left: -14px;
  bottom: -18px;
  background: radial-gradient(circle, rgba(139, 90, 43, 0.14), rgba(139, 90, 43, 0) 72%);
}

.panel-3 .panel-grid {
  max-width: 100%;
  width: 100%;
  padding: 0 0.1rem;
}

.panel-3 {
  overflow: hidden;
  isolation: isolate;
  margin-top: calc(6rem + 100px); /* breathing room after services slider */
}

.panel-3::before {
  content: "";
  position: absolute;
  inset: -6% -10%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.20;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 720' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%2344030f' stroke-opacity='0.35' stroke-width='1.15'%3E%3Cpath d='M0 160 C320 60 520 280 880 160 S1200 80 1200 200'/%3E%3Cpath d='M0 360 C400 240 680 460 1200 340'/%3E%3Cpath d='M0 520 C280 600 640 420 960 520 S1200 640 1200 480'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 130% 100%;
  background-position: 50% 42%;
  background-repeat: no-repeat;
}

.panel-3::after {
  content: "";
  position: absolute;
  inset: -4% -12%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.1;
  background-image: linear-gradient(
    165deg,
    transparent 0%,
    rgba(139, 90, 43, 0.06) 40%,
    transparent 68%
  );
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.section-three-flow {
  display: grid;
  gap: calc(1.4rem + 50px);
  margin-top: 1.8rem;
}

.flow-row {
  display: flex;
  align-items: stretch;
}

.flow-row-top {
  justify-content: flex-start;
  position: relative;
}

.flow-row-top::before,
.flow-row-top::after {
  content: "";
  position: absolute;
  right: clamp(10px, 3vw, 46px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.flow-row-top::before {
  top: clamp(-10px, 1vh, 14px);
  width: clamp(120px, 15vw, 220px);
  height: clamp(120px, 15vw, 220px);
  border: 1px solid rgba(196, 133, 58, 0.22);
  box-shadow:
    0 0 18px rgba(196, 133, 58, 0.12),
    0 0 42px rgba(196, 133, 58, 0.06) inset;
}

.flow-row-top::after {
  top: clamp(34px, 6vh, 82px);
  right: clamp(-4px, 1vw, 20px);
  width: clamp(96px, 12vw, 170px);
  height: clamp(96px, 12vw, 170px);
  border: 1px solid rgba(139, 90, 43, 0.18);
  box-shadow:
    0 0 14px rgba(196, 133, 58, 0.1),
    0 0 28px rgba(196, 133, 58, 0.05) inset;
}

.flow-row-bottom {
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  position: relative;
}

.flow-row-bottom::before {
  content: "";
  position: absolute;
  left: clamp(70px, 12vw, 180px);
  bottom: clamp(10px, 2vh, 26px);
  width: clamp(150px, 22vw, 280px);
  height: clamp(34px, 5.5vw, 56px);
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(196, 133, 58, 0.22) 0%,
    rgba(196, 133, 58, 0.1) 38%,
    rgba(196, 133, 58, 0.02) 68%,
    transparent 100%
  );
  filter: blur(3px);
}

.flow-leaf-img {
  display: none;
}

.flow-text-card {
  border-radius: 28px;
  padding: 1.5rem 1.7rem;
  min-height: 220px;
  width: min(66%, 780px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(101, 67, 33, 0.15);
  background:
    radial-gradient(circle at 18% 18%, rgba(196, 133, 58, 0.1), transparent 48%),
    linear-gradient(145deg, rgba(237, 220, 200, 0.92), rgba(232, 216, 196, 0.88));
  box-shadow:
    0 0 0 1px rgba(101, 67, 33, 0.08) inset,
    0 14px 34px rgba(61, 43, 31, 0.12);
  position: relative;
  overflow: hidden;
}

.flow-text-card::before,
.flow-text-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.flow-text-card::before {
  width: 110px;
  height: 110px;
  right: -20px;
  top: -20px;
  background: radial-gradient(circle, rgba(196, 133, 58, 0.16), rgba(196, 133, 58, 0) 72%);
}

.flow-text-card::after {
  width: 84px;
  height: 84px;
  left: -14px;
  bottom: -18px;
  background: radial-gradient(circle, rgba(139, 90, 43, 0.12), rgba(139, 90, 43, 0) 72%);
}

.flow-text-card h3 {
  margin: 0;
  font-family: "Golden", serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 0.96;
  letter-spacing: 0.02em;
  color: #3d2b1f;
  font-weight: 700;
  position: relative;
  z-index: 2;
  max-width: 72%;
}

.flow-text-card p {
  margin: 0.75rem 0 0;
  color: #6e4e3a;
  line-height: 1.6;
  font-size: 1.03rem;
  max-width: 72%;
  position: relative;
  z-index: 2;
}

.flow-text-right {
  text-align: left;
}

.flow-text-left {
  text-align: right;
}

.flow-text-right h3,
.flow-text-right p {
  margin-right: auto;
}

.flow-text-left h3,
.flow-text-left p {
  margin-left: auto;
}

.flow-text-left h3,
.flow-text-left p {
  max-width: 54%;
}

.flow-row-bottom .flow-text-card {
  width: min(50%, 600px);
  margin-left: auto;
}

.healthy-home-line {
  margin: calc(2.2rem + 30px) 0 0;
  text-align: center;
  font-family: "Golden", serif;
  font-size: clamp(2.5rem, 7vw, 6.2rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: #5c3d2e;
  white-space: nowrap;
  text-shadow: 0 12px 30px rgba(61, 43, 31, 0.12);
  position: relative;
  isolation: isolate;
}

.healthy-home-line::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 54%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(
    90deg,
    rgba(139, 90, 43, 0),
    rgba(196, 133, 58, 0.7) 18%,
    rgba(232, 196, 154, 0.85) 50%,
    rgba(196, 133, 58, 0.7) 82%,
    rgba(139, 90, 43, 0)
  );
  box-shadow:
    0 0 10px rgba(196, 133, 58, 0.3),
    0 0 20px rgba(139, 90, 43, 0.2);
  z-index: -1;
}

.panel-4 .panel-grid {
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
}

.panel-4 {
  margin-top: -150px;
  overflow: visible;
  isolation: isolate;
}

.panel-4-seal {
  position: absolute;
  right: calc(-6% - 120px);
  top: 50%;
  transform: translate(0, -50%);
  width: min(980px, 86vw);
  height: auto;
  pointer-events: none;
  z-index: 0;
  object-fit: contain;
  opacity: 0.15;
  filter: sepia(1) saturate(0.55) hue-rotate(340deg) brightness(0.75);
}

.panel-4::before {
  content: "";
  position: absolute;
  inset: -12% -8%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.25;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 800' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%2344030f' stroke-opacity='0.32' stroke-width='1.25'%3E%3Cpath d='M-80 620 C200 380 500 320 980 400'/%3E%3Cpath d='M0 520 Q600 360 1200 480'/%3E%3Cpath d='M0 680 C360 560 840 720 1220 600'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 125% 100%;
  background-position: 48% 55%;
  background-repeat: no-repeat;
}

.panel-4::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 800' preserveAspectRatio='xMidYMid slice'%3E%3Cg fill='none' stroke='%2344030f' stroke-opacity='0.25' stroke-width='1'%3E%3Cpath d='M1200 0 A 380 380 0 0 0 1200 800'/%3E%3Cpath d='M1120 40 A 300 300 0 0 0 1120 760'/%3E%3Cpath d='M1040 120 A 220 220 0 0 0 1040 680'/%3E%3C/g%3E%3C/svg%3E");
  background-size: min(920px, 88vw) auto;
  background-position: 108% 42%;
  background-repeat: no-repeat;
}

.panel-5 {
  min-height: auto;
  margin-top: -95px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.cta-copy {
  width: min(560px, 100%);
  position: relative;
  z-index: 2;
}

.luxury-small {
  margin: 0 0 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  color: var(--muted);
}

.luxury-big {
  font-family: "Golden", serif;
  color: #5c3d2e;
  font-size: clamp(3.09rem, 6.17vw, 6.17rem);
}

.panel-4 .luxury-big {
  margin: 0 0 1rem;
  max-width: 9ch;
  font-size: clamp(2.8rem, 5.5vw, 5.5rem);
  line-height: calc(1em + 8px);
  text-wrap: pretty;
}

.panel-4 .buy-btn.dark {
  display: inline-block;
  margin-top: 40px;
  padding: 1.12rem 2.05rem;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  border-radius: 999px;
  background: #44030F;
  border: 1px solid #44030F;
  color: #f5ede0;
  box-shadow: none;
}

.kicker {
  text-transform: uppercase;
  margin: 0 0 0.7rem;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.cta-copy p {
  max-width: 420px;
  color: var(--muted);
}

.hero-float {
  position: absolute;
  left: calc(50% + 200px); /* must match HERO_BASE_LEFT_OFFSET = 200 */
  top: calc(18vh + 15px);
  width: auto;
  max-width: min(400px, 40vw);
  max-height: calc(92vh - 90px); /* cap CSS height so vpYAtLock formula keeps tower in viewport */
  transform: translate3d(-50%, 0, 0) rotate(-8deg);
  transform-origin: center;
  /* Below .services-pin (z-index: 30) — tower hides naturally behind the slider
     and re-emerges once the pin unsticks and scrolls away */
  z-index: 20;
  pointer-events: none;
  filter: drop-shadow(0 34px 36px rgba(61, 43, 31, 0.2));
  will-change: transform, opacity;
}

.star-title {
  margin: 0 0 1rem;
  font-family: "Golden", serif;
  letter-spacing: 0.02em;
  font-size: clamp(3rem, 7.5vw, 4.5rem);
  color: #5c3d2e;
}

.star-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem;
  align-items: end;
  justify-items: center;
}

.star-product {
  text-decoration: none;
  color: inherit;
  padding: 0.3rem;
  transition: transform 0.25s ease;
  text-align: center;
}

.star-product:hover {
  transform: translateY(-7.5px);
}


.star-product img {
  width: 100%;
  height: 264px;
  object-fit: contain;
  filter: drop-shadow(0 15px 30px rgba(61, 43, 31, 0.15));
}

.star-product h3 {
  margin: 0.975rem 0 0.525rem;
  font-size: 1.5rem;
  color: #3d2b1f;
}

.star-product p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 980px) {
  .panel-1::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(5% + 80px);
    transform: translateX(-50%);
    width: 130vw;
    height: clamp(170px, 24vh, 280px);
    z-index: 0;
    pointer-events: none;
    opacity: 0.25;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 260' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%2344030f' stroke-opacity='0.6' stroke-width='1.35' stroke-linecap='round'%3E%3Cpath d='M0 180 Q300 130 600 180 T1200 165'/%3E%3Cpath d='M0 215 Q320 175 640 215 T1200 205'/%3E%3Cpath d='M0 245 Q360 220 720 245 T1200 238'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
  }

  .top-nav {
    position: relative !important;
    top: auto !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    row-gap: 0;
  }

  .nav-toggle {
    margin-left: 0;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(139, 90, 43, 0.35);
    background: rgba(245, 237, 224, 0.92);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0 10px;
    cursor: pointer;
  }

  .nav-toggle span {
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: #8b5a2b;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .top-nav.menu-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .top-nav.menu-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .top-nav.menu-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* ── Sidebar nav (home page, wider 980 px breakpoint) ── */
  .top-nav nav {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    position: fixed;
    top: 0;
    right: 0;
    /* explicit height beats top/bottom anchoring in browsers with sticky ancestors */
    height: 100vh;
    height: 100dvh; /* iOS safe-area aware */
    width: min(82vw, 300px);
    margin-left: 0;
    padding: 5rem 2rem 2.5rem;
    background: #f5ede0;
    border: none;
    border-left: 2px solid rgba(101, 67, 33, 0.1);
    border-radius: 0;
    box-shadow: -8px 0 40px rgba(61, 43, 31, 0.22);
    z-index: 50;
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(0.32, 0, 0.67, 0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .top-nav.menu-open nav {
    transform: translateX(0);
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }

  .top-nav nav a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1rem 0;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #5c3d2e;
    border-radius: 0;
    border-bottom: 1px solid rgba(101, 67, 33, 0.12);
    white-space: normal;
    justify-content: flex-start;
  }

  .top-nav nav a:last-child { border-bottom: none; }
  .top-nav nav a:hover { color: #3d2b1f; }

  .chrome-left {
    left: 0;
    top: 0;
  }

  .back-btn {
    width: 64px;
    height: 76px;
    border-radius: 0 0 22px 0;
    font-size: 2.5rem;
  }

  .panel-1 h1,
  .panel-2 h2,
  .panel-4 h2 {
    max-width: 100%;
    font-size: clamp(2.4rem, 14vw, 7.6rem);
  }

  .concept-layout {
    grid-template-columns: 1fr 1fr;
    gap: 0.72rem 0.85rem;
    margin-top: 1.4rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .benefits-left,
  .benefits-right {
    justify-items: stretch;
    width: 100%;
  }

  .benefits-left .benefit-item:nth-child(1),
  .benefits-right .benefit-item:nth-child(1),
  .benefits-left .benefit-item:nth-child(2),
  .benefits-right .benefit-item:nth-child(2),
  .benefits-left .benefit-item:nth-child(3),
  .benefits-right .benefit-item:nth-child(3),
  .benefits-left .benefit-item:nth-child(4),
  .benefits-right .benefit-item:nth-child(4) {
    transform: none;
  }

  .benefit-item {
    width: 100%;
    padding: 0.75rem 0.8rem;
    border-radius: 16px;
  }

  .benefit-item h3 {
    font-size: 0.92rem;
  }

  .benefit-item p {
    font-size: 0.82rem;
    line-height: 1.38;
  }

  .hero-split-line {
    position: relative;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 3vh;
    padding-right: min(250px, 40vw);
  }

  .hero-split-line::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -92px;
    transform: translateX(-50%);
    width: 122%;
    height: clamp(84px, 12vh, 130px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.28;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 220' preserveAspectRatio='none'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 70 Q280 30 560 70 T1200 62' stroke='%2344030f' stroke-opacity='0.65' stroke-width='1.45'/%3E%3Cpath d='M0 112 Q320 84 640 112 T1200 104' stroke='%2344030f' stroke-opacity='0.52' stroke-width='1.2'/%3E%3Cpath d='M0 154 Q300 132 600 154 T1200 148' stroke='%2344030f' stroke-opacity='0.42' stroke-width='1.05'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .hero-split-line > * {
    position: relative;
    z-index: 1;
  }

  .split-left {
    text-align: left;
    padding-right: 0;
    display: block;
    margin-right: auto;
    width: min(240px, 38vw);
    margin-left: 0;
  }

  .split-mobile-title {
    display: none;
  }

  .split-left-wrap > .split-subheading {
    display: none;
  }

  .split-right-wrap {
    align-items: flex-end;
    padding-left: 0;
    margin-top: clamp(14rem, 32vw, 18rem);
    width: 100%;
  }

  .split-right {
    text-align: right;
    display: block;
    width: min(240px, 38vw);
    transform: translate(110px, -150px);
    order: 1;
    font-size: clamp(1.8rem, 8vw, 4rem);
  }

  .split-right-wrap .landing-cta {
    order: 2;
    margin-top: 0.5rem;
    margin-right: 0;
    transform: translate(90px, -150px);
    font-size: 1rem;
    padding: 0.6rem 1.1rem;
  }

  .split-subheading-mobile {
    display: block;
    width: min(260px, 56vw);
    max-width: 100%;
    margin: 0 0 0.35rem;
    text-align: left;
    transform: translate(110px, -170px);
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    font-size: 1.05rem;
    line-height: 1.45;
    order: 0;
  }

  .panel-1 {
    padding-top: 3.5rem;
    padding-left: 6%;
    padding-right: 6%;
    min-height: auto;
    padding-bottom: 0;
  }

  .panel-2 {
    z-index: 35;
    background: rgba(237, 220, 200, 0.94);
  }

  .panel-2 h2 {
    white-space: normal;
    margin-top: 0;
  }

  .modernity-line {
    margin-top: 2rem;
  }

  .splash-grid {
    grid-template-columns: 1fr;
  }

  .flow-row-top,
  .flow-row-bottom {
    justify-content: stretch;
  }

  .flow-leaf-img {
    display: none;
  }

  .flow-text-card {
    width: 100%;
    min-height: auto;
    border-radius: 24px;
  }

  .flow-text-left {
    text-align: left;
  }

  .flow-text-right {
    text-align: right;
  }

  .flow-text-right h3,
  .flow-text-right p {
    margin-left: auto;
    margin-right: 0;
    max-width: calc(62% - 30px);
  }

  .flow-text-left h3,
  .flow-text-left p {
    margin-left: 0;
    margin-right: auto;
    max-width: calc(62% - 30px);
  }

  .flow-row-bottom .flow-text-card {
    width: 100%;
    margin-left: auto;
  }

  .flow-text-card h3,
  .flow-text-card p {
    max-width: 100%;
  }

  .flow-text-right h3,
  .flow-text-right p,
  .flow-text-left h3,
  .flow-text-left p {
    max-width: calc(62% + 10px);
  }

  .flow-text-card h3 {
    font-size: clamp(1.7rem, 2.7vw, 2.55rem);
  }

  .flow-text-card p {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .panel-4 {
    margin-top: 0;
    padding-bottom: 4rem;
  }

  .panel-4 .panel-grid {
    justify-content: center;
    padding-top: 50px;
  }

  .panel-4 .luxury-big {
    font-size: clamp(2.5rem, 8vw, 4.2rem);
    line-height: 1.06;
  }

  .panel-4 .buy-btn.dark {
    font-size: 1rem;
    padding: 0.75rem 1.6rem;
    margin-top: 24px;
  }

  .panel-4-seal {
    top: auto;
    right: calc(50% - 110px);
    bottom: calc(0.75rem + 100px);
    width: min(280px, 66vw);
    transform: translate(50%, 0);
    z-index: 0;
    opacity: 0.35;
  }

  .panel-3 {
    min-height: auto;
    margin-top: 6rem; /* 100px less than desktop */
  }

  .panel-5 {
    margin-top: 0;
    padding-top: 11rem;
    min-height: auto;
  }

  .site-footer {
    margin-top: 0;
  }

  .healthy-home-line {
    white-space: normal;
  }

  .star-row {
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 0.9rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    align-items: start;
  }

  .star-product {
    min-width: 140px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .star-title {
    font-size: clamp(2rem, 5.5vw, 2.8rem);
  }

  .hero-float {
    width: min(272px, 43vw);
    left: calc(max(0.2rem, env(safe-area-inset-left)) + 110px);
    right: auto;
    top: calc(5.4rem + 170px);
    transform: rotate(-4deg);
    z-index: 32;
    opacity: 1;
  }

  .panel-1 > .panel-grid::before {
    display: block;
    opacity: 0.24;
    height: clamp(160px, 24vh, 260px);
    bottom: calc(-1% + 80px);
  }

  .panel-1 > .panel-grid::after {
    display: block;
    opacity: 0.18;
    height: clamp(105px, 15vh, 170px);
    bottom: calc(1% + 80px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2400 240' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%2344030f' stroke-opacity='0.35' stroke-width='1.05' stroke-linecap='round'%3E%3Cpath d='M0 168 Q600 150 1200 168 Q1800 150 2400 168'/%3E%3Cpath d='M0 186 Q780 168 1560 186 Q1980 180 2400 182'/%3E%3Cpath d='M0 204 Q700 190 1400 204 Q1900 198 2400 202'/%3E%3Cpath d='M0 224 Q820 212 1640 224 Q2040 220 2400 222'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 600px) {
  .site-footer {
    margin-top: 0;
  }

  .panel-1::before {
    bottom: calc(8% + 80px);
    width: 145vw;
    height: clamp(150px, 22vh, 230px);
    opacity: 0.22;
  }

  .panel-1 > .panel-grid::before {
    opacity: 0.18;
    height: clamp(130px, 20vh, 220px);
    bottom: 80px;
  }

  .panel-1 > .panel-grid::after {
    opacity: 0.14;
    height: clamp(92px, 14vh, 150px);
    bottom: calc(2% + 80px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2400 220' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%2344030f' stroke-opacity='0.38' stroke-width='1' stroke-linecap='round'%3E%3Cpath d='M0 150 Q600 136 1200 150 Q1800 136 2400 150'/%3E%3Cpath d='M0 172 Q760 156 1520 172 Q1960 166 2400 168'/%3E%3Cpath d='M0 194 Q700 182 1400 194 Q1900 188 2400 190'/%3E%3Cpath d='M0 214 Q840 204 1680 214 Q2060 210 2400 211'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .panel {
    min-height: 88vh;
    padding: 3rem 1rem 1.2rem;
  }

  .panel-2,
  .panel-3,
  .panel-4,
  .panel-5 {
    min-height: auto;
  }

  .panel-5 {
    margin-top: 0;
    padding-top: 0.5rem;
  }

  .hero-float {
    width: min(208px, 50vw);
    left: calc(max(0.15rem, env(safe-area-inset-left)) + 110px);
    right: auto;
    top: calc(5.6rem + 170px);
    opacity: 1;
  }

  .concept-layout {
    gap: 0.5rem 0.6rem;
    margin-top: 1.2rem;
  }

  .benefit-item {
    width: 100%;
    padding: 0.6rem 0.65rem;
  }

  .benefit-item h3 {
    font-size: 0.84rem;
  }

  .benefit-item p {
    font-size: 0.74rem;
    line-height: 1.32;
  }

  .split-subheading {
    font-size: 1rem;
    line-height: 1.4;
  }

  .split-left,
  .split-right {
    width: min(208px, 50vw);
  }

  .split-right {
    transform: translate(110px, -150px);
  }

  .split-right-wrap .landing-cta {
    margin-top: 0.45rem;
    transform: translate(90px, -150px);
    font-size: 0.9rem;
    padding: 0.55rem 1rem;
  }

  .split-subheading-mobile {
    margin: 0 0 0.3rem;
  }

  .split-right-wrap {
    margin-top: clamp(12rem, 38vw, 15.5rem);
  }

  .split-subheading-mobile {
    width: min(160px, 58vw);
    max-width: 100%;
    text-align: left;
    transform: translate(110px, -170px);
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .split-left,
  .split-right {
    font-size: clamp(1.5rem, 10vw, 3rem);
  }

  .modernity-line {
    font-size: clamp(1.6rem, 6.5vw, 4.2rem);
  }

  .hero-split-line {
    padding-right: min(180px, 46vw);
  }

  .hero-split-line::before {
    top: -78px;
    width: 128%;
    height: clamp(70px, 11vh, 110px);
    opacity: 0.32;
  }

  .star-row {
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    gap: 0.75rem;
    align-items: start;
  }

  .star-product {
    min-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .star-product img {
    height: 190px;
    width: 100%;
    object-fit: contain;
  }

  .star-title {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }

  .panel-4 .luxury-big {
    font-size: clamp(2rem, 9vw, 3.2rem);
    line-height: 1.04;
  }

  .panel-4 {
    padding-bottom: 3.5rem;
    min-height: auto;
  }

  .panel-4-seal {
    width: min(220px, 62vw);
    right: calc(50% - 110px);
    bottom: calc(0.5rem + 200px);
    z-index: 0;
    opacity: 0.15;
  }
}

@media (min-width: 681px) and (max-width: 980px) {
  .hero-float {
    width: min(158px, 22vw);
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .hero-float {
    width: min(268px, 28.9vw);
  }

  .panel {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }

  .panel-grid {
    max-width: min(1120px, calc(100vw - 96px));
  }

  .flow-text-card {
    width: min(70%, 760px);
  }

  .flow-row-bottom .flow-text-card {
    width: min(56%, 660px);
    margin-left: auto;
  }
}

@media (min-width: 1367px) {
  .panel {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .panel-grid {
    max-width: min(1280px, calc(100vw - 120px));
  }

  .hero-split-line {
    gap: clamp(2.8rem, 6vw, 6rem);
  }

  .flow-text-card {
    width: min(64%, 860px);
  }

  .flow-row-bottom .flow-text-card {
    width: min(54%, 760px);
    margin-left: auto;
  }

  .flow-text-left h3,
  .flow-text-left p {
    max-width: 66%;
  }
}

@media (min-width: 981px) {
  .story-frame::before {
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
  }

  section#star-products.panel-5 {
    margin-top: -50px;
  }

  .flow-row-bottom .flow-text-left h3,
  .flow-row-bottom .flow-text-left p {
    transform: none;
    margin-right: 0;
    max-width: 72%;
  }
}

/* ── Hero background icon watermarks ─────────────────── */
.hero-bg-icon {
  position: absolute;
  width: clamp(300px, 42vw, 580px);
  opacity: 0.09;
  pointer-events: none;
  z-index: 0;
  user-select: none;
}

.hero-bg-icon-tr {
  top: -28%;
  right: -14%;
}

.hero-bg-icon-bl {
  bottom: -28%;
  left: -12%;
}

/* Service swipe arrow: hidden on desktop (JS only injects on mobile anyway) */
.sc-swipe-arrow { display: none; }

@media (max-width: 980px) {
  .hero-bg-icon {
    width: clamp(200px, 55vw, 360px);
  }
  .hero-bg-icon-tr {
    top: -18%;
    right: -16%;
  }
  .hero-bg-icon-bl {
    bottom: -18%;
    left: -14%;
  }

  /* ── Services: convert stacking cards → simple horizontal swipe slider ── */
  .services-scroll-spacer { display: none; }

  .services-pin {
    position: relative;
    top: auto;
    height: 88vh;
    overflow: visible;
  }

  .services-card-area {
    position: relative;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .services-card-area::-webkit-scrollbar { display: none; }

  /* Each card is a full-width slide */
  .service-card {
    position: relative;
    min-width: 100%;
    flex-shrink: 0;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    scroll-snap-align: start;
  }

  /* Restore absolute media fill inside each slide */
  .sc-media {
    position: absolute;
    inset: 0;
  }

  /* Luxury Towers slide: show right side of image on mobile */
  .service-card--2 .sc-img {
    object-position: right center;
    transform: none; /* remove desktop zoom-out scale */
  }

  /* Hide JS-driven progress dots (replaced by native scroll) */
  .sc-dots { display: none; }

  /* ── Services swipe arrow (right-edge) ── */
  .sc-swipe-arrow {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(101, 67, 33, 0.28);
    background: rgba(245, 237, 224, 0.92);
    color: #6e4e3a;
    font-size: 1.5rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 2px 8px rgba(61, 43, 31, 0.14);
    transition: background 0.18s ease;
  }

  .sc-swipe-arrow:active {
    background: rgba(101, 67, 33, 0.15);
  }
}
