:root {
  --outer-bg: #071013;
  --text-main: #ffffff;
  --text-soft: rgba(255, 255, 255, 0.82);
  --glass-bg: rgba(175, 193, 205, 0.2);
  --glass-border: rgba(255, 255, 255, 0.2);
  --pill-dark: rgba(14, 32, 36, 0.82);
  --yellow: #e7eb00;
  --orange: #f06b2d;
  --red: #e53223;
  --white: #ffffff;
  --content-max: 1400px;
  --page-gutter: clamp(16px, 2.5vw, 32px);
  --section-inline: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2 + var(--page-gutter)));
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  color: var(--text-main);
  background:
    radial-gradient(circle at 16% 20%, rgba(0, 142, 130, 0.28), transparent 36%),
    radial-gradient(circle at 88% 80%, rgba(111, 46, 3, 0.28), transparent 42%),
    var(--outer-bg);
}
a{
  text-decoration: none;
  color: white;
  font-weight: 600;
}

.layout {
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero,
.interior-section,
.results-section,
.story-section,
.room-slider-section {
  width: 100%;
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  padding: 1.8rem var(--section-inline) 1.5rem;
  background:
    linear-gradient(103deg, rgba(0, 0, 0, 0.44) 6%, rgba(0, 0, 0, 0.18) 66%),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=2000&q=80")
      center center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 36%, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.2) 42%, transparent 60%),
    linear-gradient(180deg, transparent 70%, rgba(15, 7, 3, 0.62) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 23%;
  height: 100%;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(22, 12, 8, 0.35) 22%, rgba(16, 9, 7, 0.8) 100%),
    repeating-linear-gradient(
      90deg,
      rgba(48, 27, 17, 0.95) 0 14px,
      rgba(22, 13, 10, 0.95) 14px 22px
    );
}

.topbar,
.hero-main,
.bottom-panels {
  position: relative;
  z-index: 2;
}

.hero-main,
.bottom-panels {
  perspective: 1200px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.brand-pill {
  display: inline-flex;
  align-items: start;
  justify-content: center;
  gap: 0.75rem;
  width: 160px;
  height: 56px;
  padding: 0 0.6rem;
  border-radius: 999px;
  text-decoration: none;
  color: #1f1f1f;
  background: #ffffff;
  
}
.top-logo{
  width: 140px;
  height:56px;
  padding-bottom: 6px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #b31511;
  border: 1px solid rgba(179, 21, 17, 0.28);
}

.brand-text {
  display: grid;
  line-height: 1;
}

.brand-text strong {
  font-size: 0.64rem;
  letter-spacing: 0.08em;
}

.brand-text small {
  margin-top: 0.3rem;
  font-size: 0.48rem;
  letter-spacing: 0.08em;
}

.main-nav {
  flex: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(800px, calc(100% - 420px));
  max-width: 800px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vw, 3rem);
  border-radius: 999px;
  padding: 0 1.2rem;
  background: var(--pill-dark);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.main-nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.97rem;
  font-weight: 500;
  transition: color 240ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.active {
  color: var(--yellow);
}

.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(15, 32, 36, 0.75);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
  transition: transform 240ms ease, opacity 240ms ease;
}

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

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

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

.talk-btn {
  flex-shrink: 0;
  width: 196px;
  height: 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #0d0d0d;
  background: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 2;
  transition:
    background-color 220ms ease,
    color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.talk-btn:hover,
.talk-btn:focus-visible {
  background: var(--yellow);
  color: #111111;
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(17, 17, 17, 0.14);
}

.hero-main {
  margin-top: clamp(5.3rem, 3.4vh, 8.8rem);
  min-height: 0;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
}

.hero-title {
  margin: 0;
  max-width: 760px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5.8vw, 5.7rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.42);
}




.customer-wrap {
  position: relative;
  top: -40px;
  width: clamp(290px, 31vw, 320px);
  height: 280px;
  margin-right: 1.2rem;
  flex-shrink: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.stack-layer {
  position: absolute;
  left: 19px;
 
  width: calc(100% - 14px);
  height: 72px;
  border-radius: 26px 26px 0 0;
}

.stack-layer.yellow {
  top: -31px;
  background: var(--yellow);
  z-index: 1;
}

.stack-layer.red {
  top: -16px;
  background: var(--red);
  z-index: 3;
}

.stack-layer.orange {
  top: -26px;
  background: var(--orange);
  z-index: 2;
}

.stack-layer.white {
  top: -16px;
  background: var(--white);
  z-index: 2;
}

.customer-card {
  position: relative;
  z-index: 4;
  border-radius: 28px;
  padding: 1.6rem 1.35rem 1.5rem;
  background: #ececec;
  color: #111111;
}

.stack-card h2 {
  margin: 20px 0px;
  font-size: clamp(2rem, 2.3vw, 3rem);
  line-height: 0.9;
  font-weight: 700;
}

.customer-label {
  margin: 0.9rem 0 0;
  font-size: clamp(1.38rem, 1.9vw, 1.8rem);
  line-height: 1.14;
}

.avatars {
  margin-top: 1.45rem;
  display: flex;
  justify-content: center;
}

.avatars img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 999px;
  border: 2px solid #101010;
}

.avatars img + img {
  margin-left: -16px;
}

.customer-copy {
  margin: 0.9rem 0 0;
  font-size: clamp(0.9rem, 0.96vw, 0.99rem);
  line-height: 1.4;
} 




.card-stack {
  position: relative;
  width: 100%;
  height: 100%; /* 🔥 IMPORTANT */
}


/* stack cards */
.stack-card {
  position: absolute;
  inset: 0; /* 🔥 instead of top/left/width */

  border-radius: 28px;
  padding: 1.6rem;

  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: all 0.6s ease;
  text-align: center;
}

/* active */
.stack-card.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  z-index: 5;
}
/* colors (same as your layers) */
.stack-card.yellow {
  background: var(--yellow);
}

.stack-card.red {
  background: var(--red);
}

.stack-card.orange {
  background: var(--orange);
}

.stack-card.white {
  background: var(--white);
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.08);
}






.bottom-panels {
  position: relative;
  margin-top: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 0.7fr);
  gap: clamp(1.75rem, 1vw, 2rem);
  width: min(1000px, 86%);
  margin-inline: auto;
  padding: 0;
}

.glass-card {
  position: relative;
  min-height: clamp(158px, 12.2vw, 186px);
  border-radius: 28px;
  display: flex;
  align-items: stretch;
  gap: 0.78rem;
  padding: 0.72rem;
  border: 1px solid var(--glass-border);
  background: linear-gradient(136deg, rgba(158, 183, 199, 0.26), rgba(106, 125, 141, 0.2));
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 46px rgba(1, 8, 10, 0.28);
  transform: translateY(0) scale(1);
  transition:
    transform 920ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 920ms ease,
    filter 920ms ease,
    opacity 920ms ease;
  overflow: visible;
}

.panel-image {
  width: clamp(132px, 11vw, 150px);
  height: clamp(166px, 13.2vw, 192px);
  aspect-ratio: 2 / 3;
  border-radius: 28px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.28);
  flex-shrink: 0;
}

.panel-content {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.left-panel .panel-content {
  padding-right: clamp(3.7rem, 4.3vw, 4.5rem);
  padding-top: 0.3rem;
  padding-bottom: 0.1rem;
}

.left-panel .panel-content h3 {
  max-width: 9ch;
  font-size: 17px;
  line-height: 1.18;
}

.left-panel .panel-content p {
  max-width: 22ch;
  margin-top: 0.48rem;
  font-size: 13px;
  line-height: 1.34;
}

.panel-content h3 {
  margin: 0;
  font-size:18px;
  line-height: 1.2;
  max-width: 24ch;
}

.panel-content p {
  margin: 0.68rem 0 0;
  font-size:14px;
  line-height: 1.42;
  color: var(--text-soft);
  max-width: 45ch;
}

.round-icon {
  position: absolute;
  top: -0.9rem;
  right: 0.3rem;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(33, 48, 58, 0.22);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 28px rgba(1, 8, 10, 0.18);
  z-index: 4;
}

.pill-btn {
  margin-top: auto;
  align-self: flex-start;
  height: 38px;
  min-width: clamp(168px, 15vw, 210px);
  border-radius: 999px;
  text-decoration: none;
  color: #101010;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
}

.left-panel .pill-btn {
  min-width: 156px;
}

.right-panel {
  gap: 1rem;
}

.right-panel .panel-image {
  width: clamp(178px, 17vw, 242px);
  height: clamp(138px, 11.2vw, 160px);
  aspect-ratio: 4 / 3;
}

.action-line {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.mini-icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 0;
  color: #111111;
  background: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 14px 28px rgba(1, 8, 10, 0.16);
}

.right-box {
  animation: rightBoxEntry 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.right-box .customer-card {
  animation: rightBoxFloat 5.6s ease-in-out 900ms infinite;
}

.right-box:hover {
  transform: translate3d(0, -8px, 0);
}

.right-box:hover .customer-card {
  animation-play-state: paused;
}

.arrow-btn {
  position: relative;
  gap: 0;
  overflow: visible;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.arrow-line {
  display: none;
}

.arrow-tip {
  display: none;
}

.arrow-light .arrow-line {
  background: #ffffff;
}

.arrow-dark .arrow-line {
  background: #111111;
}

.arrow-diagonal::before,
.arrow-diagonal::after,
.arrow-chevron::after {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), width 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.arrow-diagonal::before {
  width: 28px;
  height: 2.6px;
  border-radius: 999px;
  background: currentColor;
  top: 50%;
  left: 50%;
  transform: translate(-56%, 8%) rotate(-45deg);
}

.arrow-diagonal::after {
  width: 13px;
  height: 13px;
  border-top: 2.6px solid currentColor;
  border-right: 2.6px solid currentColor;
  top: 50%;
  left: 50%;
  transform: translate(34%, -118%) rotate(45deg);
}

.arrow-chevron::after {
  width: 11px;
  height: 11px;
  border-top: 2.4px solid currentColor;
  border-right: 2.4px solid currentColor;
  top: 50%;
  left: 50%;
  transform: translate(-62%, -50%) rotate(45deg);
}

.glass-card:hover .arrow-diagonal {
  transform: translate(4px, -4px);
}

.glass-card:hover .arrow-diagonal::before {
  width: 32px;
  transform: translate(-50%, 2%) rotate(-45deg);
}

.glass-card:hover .arrow-diagonal::after {
  transform: translate(40%, -122%) rotate(45deg);
}

.glass-card:hover .arrow-chevron {
  transform: translateX(4px);
}

.glass-card:hover .arrow-chevron::after {
  transform: translate(-44%, -50%) rotate(45deg);
}

.bottom-panels .glass-card {
  animation: panelDrift 6s ease-in-out infinite;
}

.bottom-panels .right-panel {
  animation-delay: 0.75s;
}

.left-panel,
.right-panel {
  min-height: 140px;
  padding: 0.66rem 0.78rem;
  border-radius: 30px;
}

.left-panel {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  padding-right: 0.95rem;
}

.left-panel .panel-image {
  width: 136px;
  height: 146px;
}

.left-panel .panel-content {
  justify-content: center;
  gap: 0.16rem;
  padding: 0.12rem 4rem 0.08rem 0;
}

.left-panel .panel-content h3 {
  max-width: 8.8ch;
  font-size: 17px;
  line-height: 1.2;
}

.left-panel .panel-content p {
  max-width: 21ch;
  margin-top: 0.38rem;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.left-panel .panel-content p::before {
  content: "Soft textures and soothing tones\A for the perfect personal retreat.";
  display: block;
  white-space: pre-line;
  font-size: 12.6px;
  line-height: 1.36;
  color: var(--text-soft);
}

.left-panel .pill-btn {
  min-width: 172px;
  height: 46px;
  margin-top: 0.8rem;
}

.left-panel .round-icon {
  top: -1.1rem;
  right: -1rem;
  width: 78px;
  height: 78px;
}

.right-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 228px;
  align-items: center;
  gap: 0.95rem;
  
}

.right-panel .panel-content {
  justify-content: center;
  padding: 0.08rem 0 0.08rem 0.2rem;
}

.right-panel .panel-content h3 {
  max-width: 17ch;
  font-size: 16px;
  line-height: 1.2;
}

.right-panel .panel-content p {
  max-width: 31ch;
  margin-top: 0.52rem;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.right-panel .panel-content p::before {
  
  
  white-space: pre-line;
  font-size: 13px;
  line-height: 1.38;
  color: var(--text-soft);
}

.right-panel .panel-image {
  width: 228px;
  height: 146px;
  justify-self: end;
}

.right-panel .pill-btn {
  min-width: 140px;
  height: 44px;
  font-size: 14px;
}

.action-line {
  margin-top: 0.78rem;
}

.old-bottom-panels {
  display: none;
}

.feature-panels {
  position: relative;
  margin-top: auto;
  width: min(990px, 88%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 1rem;
  z-index: 8;
}

.feature-card {
  position: relative;
  min-height: 196px;
  padding: 0.72rem;
  border-radius: 30px;
  border: 1px solid var(--glass-border);
  background: linear-gradient(136deg, rgba(158, 183, 199, 0.26), rgba(106, 125, 141, 0.18));
  backdrop-filter: blur(12px);
  box-shadow: 0 22px 42px rgba(1, 8, 10, 0.28);
  overflow: visible;
  z-index: 9;
}

.retreat-card {
  display: grid;
  grid-template-columns: 152px minmax(0, 1.9fr);
  align-items: end;
  gap: 0.6rem;
  animation: featureFloat 6.2s ease-in-out infinite;
  padding: 10px;
}

/* .retreat-card::before {
  content: "";
  position: absolute;
  top: -12px;
  right: -8px;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: rgba(218, 225, 228, 0.95);
  z-index: 1;
}  */

.kitchen-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 222px;
  align-items: end;
  gap: 1rem;
  animation: featureFloat 6.2s ease-in-out 0.75s infinite;
  padding: 10px;
}

.feature-thumb {
  object-fit: cover;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 28px rgba(4, 12, 16, 0.18);
}

.feature-thumb-portrait {
  width: 152px;
  height: 182px;
  justify-self: start;
}

.feature-thumb-wide {
  width: 192px;
  height: 168px;
  justify-self: end;
}

.feature-body,
.feature-copy-block {
  min-width: 0;
}

.feature-body {
  display: flex;
  flex-direction: column;
  padding: 0.08rem 3.85rem 0.08rem 0;
}

.feature-copy-block h3 {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.8rem);
  line-height: 1.16;
  max-width: 100%;
  margin-top: 10px;
}

.feature-copy-block p {
  margin: 0.72rem 0 0.7rem;
  font-size: 0.92rem;
  line-height: 1.42;
  color: var(--text-soft);
  max-width:100%;
  
}

.feature-pill {
  margin-top: auto;
  align-self: flex-start;
  min-width: 172px;
  height: 46px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.98rem;
  font-weight: 600;
  box-shadow: 0 14px 26px rgba(8, 15, 18, 0.12);
}

.feature-orb {
  position: absolute;
  top: -0.9rem;
  right: -0.66rem;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(28, 46, 56, 0.28);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 28px rgba(1, 8, 10, 0.2);
  z-index: 3;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-orb-line,
.feature-orb-tip,
.feature-mini-tip {
  position: absolute;
  pointer-events: none;
}

.feature-orb-line {
  width: 24px;
  height: 2.4px;
  border-radius: 999px;
  background: currentColor;
  top: 50%;
  left: 50%;
  transform: translate(-56%, 10%) rotate(-45deg);
  transition: width 420ms cubic-bezier(0.22, 1, 0.36, 1), transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-orb-tip {
  width: 11px;
  height: 11px;
  border-top: 2.4px solid currentColor;
  border-right: 2.4px solid currentColor;
  top: 50%;
  left: 50%;
  transform: translate(30%, -112%) rotate(45deg);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.kitchen-card .feature-copy-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: 0.06rem 0 0.06rem 0.12rem;
}

.kitchen-card .feature-copy-block h3 {
  max-width: 25ch;
}

.kitchen-card .feature-copy-block p {
  max-width: 30ch;
}

.feature-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.62rem;
}

.feature-mini {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 0;
  background: #ffffff;
  color: #111111;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 14px 24px rgba(8, 15, 18, 0.14);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-mini-tip {
  width: 11px;
  height: 11px;
  border-top: 2.2px solid currentColor;
  border-right: 2.2px solid currentColor;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%) rotate(45deg);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .feature-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 28px 44px rgba(1, 8, 10, 0.32);
  }

  .feature-card:hover .feature-orb {
    transform: translate(4px, -4px);
  }

  .feature-card:hover .feature-orb-line {
    width: 28px;
    transform: translate(-51%, 4%) rotate(-45deg);
  }

  .feature-card:hover .feature-orb-tip {
    transform: translate(37%, -116%) rotate(45deg);
  }

  .feature-card:hover .feature-mini {
    transform: translateX(4px);
  }

  .feature-card:hover .feature-mini-tip {
    transform: translate(-46%, -50%) rotate(45deg);
  }
}

@media (max-width: 1200px) {
  .feature-panels {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .feature-card,
  .retreat-card,
  .kitchen-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .feature-body,
  .kitchen-card .feature-copy-block {
    width: 100%;
    padding: 0;
  }

  .kitchen-card .feature-copy-block {
    min-height: 0;
  }

  .feature-thumb-portrait,
  .feature-thumb-wide {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 220px;
    justify-self: stretch;
    align-self: stretch;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 860px) {
  .feature-card,
  .retreat-card,
  .kitchen-card {
    display: flex;
    flex-direction: column;
    min-height: unset;
    gap: 0.9rem;
  }

  .retreat-card::before {
    display: none;
  }

  .feature-body,
  .kitchen-card .feature-copy-block {
    width: 100%;
    padding: 0;
  }

  .feature-thumb-portrait,
  .feature-thumb-wide {
    width: 100%;
    height: 220px;
  }

  .feature-orb {
    position: static;
    width: 62px;
    height: 62px;
    align-self: flex-start;
  }

  .feature-pill {
    width: 100%;
    min-width: 0;
  }
}

@media (min-width: 861px) {
  .bottom-panels {
    width: min(900px, 80%);
    gap: 0.9rem;
    align-items: end;
  }

  .bottom-panels .glass-card {
    min-height: 124px;
    padding: 0.52rem 0.62rem;
    border-radius: 28px;
    animation: panelDrift 5.8s ease-in-out infinite;
  }

  .panel-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
  }

  .bottom-panels .right-panel {
    animation-delay: 0.75s;
  }

  .left-panel {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 0.68rem;
    padding-right: 0.78rem;
  }

  .left-panel::before {
    content: "";
    position: absolute;
    top: -14px;
    right: -10px;
    width: 82px;
    height: 82px;
    border-radius: 999px;
    background: rgba(7, 16, 19, 0.96);
    z-index: 2;
    pointer-events: none;
  }

  .left-panel .panel-image {
    width: 112px;
    height: 126px;
    border-radius: 22px;
  }

  .left-panel .panel-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0 3.25rem 0 0;
  }

  .left-panel .panel-copy {
    flex: 1;
    max-width: 150px;
  }

  .left-panel .panel-content h3 {
    max-width: 8.5ch;
    font-size: 14px;
    line-height: 1.18;
  }

  .left-panel .panel-content p {
    max-width: 20ch;
    margin-top: 0.3rem;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }

  .left-panel .panel-content p::before {
    content: "Soft textures and soothing tones\A for the perfect personal retreat.";
    display: block;
    white-space: pre-line;
    font-size: 11.5px;
    line-height: 1.34;
    color: var(--text-soft);
  }

  .left-panel .pill-btn {
    min-width: 158px;
    height: 40px;
    margin-top: 0;
    flex-shrink: 0;
    font-size: 13px;
  }

  .left-panel .round-icon {
    top: -0.88rem;
    right: -0.68rem;
    width: 64px;
    height: 64px;
    z-index: 3;
  }

  .left-panel .arrow-diagonal::before {
    width: 22px;
    height: 2.1px;
  }

  .left-panel .arrow-diagonal::after {
    width: 10px;
    height: 10px;
    border-top-width: 2.1px;
    border-right-width: 2.1px;
  }

  .right-panel {
    grid-template-columns: minmax(0, 1fr) 196px;
    gap: 0.78rem;
  }

  .right-panel .panel-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    padding: 0 0 0 0.06rem;
  }

  .right-panel .panel-copy {
    flex: 1;
    max-width: 178px;
  }

  .right-panel .panel-content h3 {
    max-width: 15ch;
    font-size: 14px;
    line-height: 1.18;
  }

  .right-panel .panel-content p {
    max-width: 25ch;
    margin-top: 0.34rem;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }

  .right-panel .panel-content p::before {
    content: "Smart layouts and refined design\A for kitchens that inspire every day.";
    display: block;
    white-space: pre-line;
    font-size: 11.7px;
    line-height: 1.34;
    color: var(--text-soft);
  }

  .right-panel .panel-image {
     width: 112px;
    height: 126px;
    border-radius: 22px;
  }

  .right-panel .pill-btn {
    min-width: 124px;
    height: 40px;
    font-size: 13px;
  }

  .right-panel .mini-icon {
    width: 44px;
    height: 44px;
  }

  .action-line {
    margin-top: 0;
    gap: 0.48rem;
    flex-shrink: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .glass-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 52px rgba(1, 8, 10, 0.34);
    filter: saturate(1.06);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 820ms ease,
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.glass-card,
.customer-wrap {
  will-change: transform;
}

@media (max-width: 1200px) {
  .hero {
    padding: 1.4rem 1.2rem 1.2rem;
    overflow-y: auto;
  }

  .topbar {
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-nav {
    position: static;
    transform: none;
    left: auto;
    order: 3;
    width: 100%;
    max-width: none;
    overflow-x: auto;
    justify-content: flex-start;
    padding-inline: 1.4rem;
  }

  .hero-main {
    margin-top: 1.4rem;
  }

  .hero-title {
    max-width: 630px;
    font-size: clamp(2.7rem, 8vw, 5rem);
  }

  .customer-wrap {
    width: 250px;
    margin-right: 0;
  }

  .bottom-panels {
    padding: 0;
    grid-template-columns: 1fr;
    margin-top: 1.7rem;
    width: 100%;
  }

  .glass-card {
    min-height: 230px;
  }
}

@media (max-width: 860px) {
  .topbar {
    position: relative;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 0.65rem);
    left: 0;
    right: 0;
    order: unset;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 0.8rem;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      max-height 280ms ease,
      opacity 220ms ease,
      transform 280ms ease;
  }

  .main-nav a {
    width: 100%;
    padding: 0.7rem 0.8rem;
    border-radius: 10px;
    font-size: 1rem;
  }

  .topbar.menu-open .main-nav {
    max-height: 320px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .talk-btn {
    display: none;
  }

  .hero {
    border-radius: 0;
  }

  .hero::after {
    width: 34%;
  }

  .hero-main {
    margin-top: 2.2rem;
    min-height: auto;
    flex-direction: column;
  }

  .hero-title {
    max-width: 100%;
  }

  .customer-wrap {
    width: min(340px, 100%);
    margin-top: 0.6rem;
  }

  .panel-content h3 {
    font-size: clamp(1.35rem, 5.2vw, 2.2rem);
  }

  .panel-content p {
    font-size: 0.98rem;
  }

  /* .right-panel .panel-image {
    width: min(230px, 44%);
  } */
}

@media (max-width: 620px) {
  .layout {
    width: 100%;
    padding: 0;
  }

  .hero {
    border-radius: 0;
    padding: 1rem 0.9rem 1.25rem;
  }

  .brand-pill {
    width: 144px;
    height: 52px;
  }

  .main-nav {
    padding: 0.7rem;
    gap: 0.12rem;
  }

  .main-nav a {
    font-size: 0.95rem;
    white-space: normal;
  }

  .nav-toggle {
    width: 48px;
    height: 48px;
  }

  .hero-title {
    font-size: clamp(2.3rem, 11vw, 3.2rem);
    line-height: 1.02;
  }

  .customer-card {
    padding: 1.35rem 1.15rem 1.35rem;
  }

  .customer-card h2 {
    font-size: 1.95rem;
  }

  .customer-label {
    font-size: 1.35rem;
  }

  .avatars img {
    width: 48px;
    height: 48px;
  }

  .bottom-panels {
    padding: 0;
  }

  .glass-card,
  .right-panel {
    flex-direction: column;
    min-height: unset;
    gap: 0.9rem;
  }

  .panel-image {
    width: 100%;
    height: 220px;
  }

  .round-icon {
    position: static;
    width: 62px;
    height: 62px;
    margin-bottom: 0.7rem;
  }

  .left-panel .panel-content {
    padding-right: 0;
  }

  .pill-btn {
    width: 100%;
    min-width: 0;
    height: 56px;
  }

  .mini-icon {
    width: 54px;
    height: 54px;
  }

  .glass-card:hover .arrow-diagonal,
  .glass-card:hover .arrow-chevron {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .customer-wrap,
  .right-box .customer-card {
    transition: none;
    animation: none;
  }

  .glass-card {
    transition: none;
    transform: none;
  }

  .bottom-panels .glass-card {
    animation: none;
  }

  .feature-card,
  .feature-orb,
  .feature-mini {
    animation: none;
    transition: none;
    transform: none;
  }

  .arrow-btn::before,
  .arrow-btn::after {
    transition: none;
  }
}

@keyframes rightBoxEntry {
  0% {
    opacity: 0;
    transform: translate3d(34px, 24px, 0) scale(0.94);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes rightBoxFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-7px) scale(1.01);
  }
}

@keyframes panelDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -7px, 0);
  }
}

@keyframes featureFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

.interior-section {
  margin-top: 0;
  border-radius: 0;
  background: #e7e7e7;
  padding: clamp(1.4rem, 3.3vw, 2.4rem) var(--section-inline);
  color: #171717;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.interior-wrap {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
}

.interior-outline-title {
  margin: 0;
  text-align: center;
  font-size: clamp(2.25rem, 8vw, 6.2rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0.15em;
  color: transparent;
  -webkit-text-stroke: 1.5px #d14444;
}

.interior-outline-title .title-letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(28px) scale(0.9);
}

.interior-outline-title.is-visible .title-letter {
  animation: letterRise 620ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: var(--letter-delay, 0ms);
}

.interior-tagline {
  margin: clamp(1rem, 2vw, 1.6rem) auto 0;
  max-width: 34ch;
  text-align: center;
  color: #1a1a1a;
  font-size: clamp(1.1rem, 2.15vw, 3rem);
  line-height: 1.52;
  letter-spacing: 0.12em;
  text-transform: none;
}

.interior-showcase {
  margin-top: clamp(1.5rem, 3.6vw, 2.4rem);
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.2fr);
  gap: clamp(1rem, 2.3vw, 2.2rem);
  align-items: end;
}

.next-frame {
  border: 0;
  background: #cccccc;
  border-radius: 30px;
  padding: 1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.08);
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms ease;
}

.next-frame-image {
  width: 100%;
  aspect-ratio: 4 / 3.7;
  border-radius: 24px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition:
    opacity 340ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.next-pill {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 74px;
  height: calc(100% - 2.8rem);
  border-radius: 24px;
  background: rgba(239, 239, 239, 0.58);
  color: #111111;
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: grid;
  place-items: center;
  transition:
    opacity 320ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.next-frame.is-switching .next-frame-image {
  opacity: 0.45;
  transform: scale(0.94);
}

.next-frame.is-switching .next-pill {
  opacity: 0;
  transform: translate(12px, -50%);
}

.content-card {
  display: grid;
  grid-template-columns: minmax(230px, 290px) minmax(0, 1fr);
  gap: clamp(0.9rem, 2vw, 1.35rem);
  align-items: center;
}

.feature-photo {
  width: 100%;
  aspect-ratio: 5 / 5;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
  transition:
    opacity 360ms ease,
    transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.content-copy {
  transition:
    opacity 360ms ease,
    transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.content-card.is-switching .feature-photo,
.content-card.is-switching .content-copy {
  opacity: 0;
  transform: translateY(10px);
}

.established {
  margin: 0;
  font-size: clamp(0.95rem, 1.3vw, 1.9rem);
  letter-spacing: 0.03em;
  color: #161616;
   text-align: center;
}

.content-copy h3 {
  margin: 0.55rem 0 0;
  font-size: clamp(1.3rem, 3.3vw, 2.3rem);
  line-height: 1.12;
  color: #090909;
  text-align: center;
}

.content-copy p {
  margin: 0.65rem 0 0;
  color: #2a2a2a;
  font-size: clamp(0.93rem, 1.2vw, 1.08rem);
  text-align: justify;
  line-height: 1.6;
}

.know-more-btn {

  margin-top: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 52px;
  border-radius: 999px;
  text-decoration: none;
  background: #ef1313;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
  padding: 10px 20px;
  
}

.know-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(229, 13, 13, 0.32);
}

@media (hover: hover) and (pointer: fine) {
  .next-frame:hover {
    transform: translateY(-6px) scale(1.015);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.16);
  }
}

@media (max-width: 1200px) {
  .interior-showcase {
    grid-template-columns: 1fr;
  }

  .next-frame {
    width: min(560px, 100%);
    justify-self: center;
  }

  .content-card {
    grid-template-columns: minmax(220px, 310px) minmax(0, 1fr);
  }
}

@media (max-width: 860px) {
  .interior-outline-title {
    letter-spacing: 0.11em;
  }

  .interior-tagline {
    max-width: 26ch;
    letter-spacing: 0.08em;
  }

  .content-card {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
  }

  .feature-photo {
    max-width: 360px;
  }
}

@media (max-width: 620px) {
  .interior-section {
    border-radius: 0;
    margin-top: 0;
    padding: 1.1rem 0.9rem 1.3rem;
  }

  .interior-outline-title {
    letter-spacing: 0.07em;
    -webkit-text-stroke: 1.1px #d14444;
    padding-top: 40px;
  }

  .interior-tagline {
    font-size: 1.03rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    max-width: 30ch;
  }

  .next-frame {
    width: 100%;
    border-radius: 24px;
    padding: 0.8rem;
  }

  .next-frame-image {
    border-radius: 20px;
    aspect-ratio: 4 / 3.4;
  }

  .next-pill {
    width: 60px;
    border-radius: 18px;
    right: 0.95rem;
  }

  .feature-photo {
    max-width: none;
    border-radius: 22px;
  }

  .content-copy h3 {
    font-size: clamp(1.5rem, 8.5vw, 2rem);
  }

  .know-more-btn {
    min-width: 132px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .interior-outline-title .title-letter,
  .content-copy,
  .feature-photo,
  .next-frame-image,
  .next-pill {
    animation: none;
    transition: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes letterRise {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.results-section {
  margin-top: 0;
  border-radius: 0;
  background: #e4e4e4;
  padding: clamp(1.2rem, 3vw, 2.2rem) var(--section-inline);
  color: #121212;
  min-height: 100vh;
  display: flex;
  align-items: center;
 
}

.results-wrap {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  gap: clamp(1rem, 2.2vw, 2rem);
  align-items: stretch;
}

.results-content {
  padding: clamp(0.2rem, 0.8vw, 0.8rem) 0.3rem 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.results-content h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.1;
  color: #0f0f0f;
}

.results-intro {
  margin: 1rem 0 0;
  max-width: 42ch;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  line-height: 1.5;
  color: #1f1f1f;
}

.results-grid {
  margin-top: clamp(1.2rem, 2.4vw, 2rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.95rem, 1.8vw, 1.45rem) clamp(0.7rem, 1.2vw, 1rem);
  padding-bottom: 20px;
}

.result-item {
  min-width: 0;
}

.result-number {
  margin: 0;
  line-height: 1;
  text-align: center;
}

.count-up {
  display: inline-block;
  min-width: 3.1ch;
  font-size: clamp(2rem, 3.6vw, 3.8rem);
  font-weight: 700;
  color: #0d0d0d;
  text-align: center;
}

.result-label {
  margin: 0.72rem 0 0;
  max-width: 17ch;
  color: #191919;
  font-size: clamp(0.9rem, 1.1vw, 1.12rem);
  line-height: 1.35;
  text-align: center;
}

.results-btn {

  margin-top: clamp(1.35rem, 2.6vw, 2.1rem);
  width: min(235px, 100%);
  height: 58px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #ef1010;
  color: #ffffff;
  font-size: 1.04rem;
  font-weight: 700;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
  
}
.results-content a {
  margin: auto;
}
.results-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(239, 16, 16, 0.3);
}

.results-gallery {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
  gap: clamp(0.68rem, 1.2vw, 0.92rem);
  height: min(78vh, 760px);
}

.gallery-main-image,
.gallery-top-image,
.gallery-small-image {
  width: 100%;
  height: 90%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.gallery-main-image {
  height: 90%;
  border-radius: 30px;
  object-position: center;
}

.gallery-side-stack {
  display: grid;
  grid-template-rows: minmax(190px, 0.96fr) minmax(0, 1fr);
  gap: clamp(0.68rem, 1.2vw, 0.92rem);
}

.gallery-top-image {
  height: 90%;
  border-radius: 28px;
  object-position: center;
}

.gallery-bottom-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.65rem, 1vw, 0.9rem);
}

.gallery-small-image {
  height: 80%;
  border-radius: 28px;
  object-position: center;
}

.results-seal {
  position: absolute;
  left: -68px;
  bottom: -14px;
  width: clamp(132px, 14vw, 188px);
  aspect-ratio: 1;
  pointer-events: none;
}

.results-seal svg {
  width: 100%;
  height: 100%;
  animation: spinSeal 14s linear infinite;
}

.results-seal text {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.07em;
  fill: #111111;
}

.results-seal::after {
  content: none;
}

@keyframes spinSeal {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1200px) {
  .interior-section,
  .results-section {
    min-height: 100vh;
    align-items: flex-start;
  }

  .results-wrap {
    grid-template-columns: 1fr;
  }

  .results-intro {
    max-width: none;
  }

  .results-gallery {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .results-seal {
    left: -18px;
    bottom: -22px;
  }
}

@media (max-width: 860px) {
  .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .results-gallery {
    grid-template-columns: 1fr;
  }

  .gallery-main-image {
    min-height: 350px;
  }

  .gallery-side-stack {
    grid-template-rows: auto auto;
  }

  .gallery-top-image {
    min-height: 220px;
  }

  .gallery-bottom-stack {
    grid-template-columns: 1fr;
  }

  .gallery-small-image {
    min-height: 220px;
  }

  .results-seal {
    left: auto;
    right: -8px;
    bottom: -16px;
    width: 132px;
    display: none;
  }
}

@media (max-width: 620px) {
  .results-section {
    border-radius: 0;
    margin-top: 0;
    padding: 1.1rem 0.9rem 1.25rem;
    min-height: 100vh;
  }

  .results-grid {
    gap: 1rem 0.85rem;
  }

  .results-btn {
    width: min(220px, 100%);
    height: 52px;
    font-size: 0.95rem;
  }

  .gallery-main-image {
    border-radius: 22px;
  }

  .gallery-top-image,
  .gallery-small-image {
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .results-seal svg,
  .results-btn,
  .results-gallery img {
    animation: none;
    transition: none;
    transform: none;
  }
}

.story-section {
  margin-top: 0;
  background: #e5e5e5;
  border-radius: 0;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  padding: clamp(1.2rem, 3vw, 2.1rem) var(--section-inline);
  color: #141414;
}

.story-wrap {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.2vw, 2.1rem);
  align-items: stretch;
}

.story-media {
  position: relative;
  min-height: 0;
}

.story-main-image {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.story-seal {
  position: absolute;
  right: -44px;
  bottom: -48px;
  width: clamp(122px, 13vw, 186px);
  aspect-ratio: 1;
  pointer-events: none;
}

.story-seal svg {
  width: 100%;
  height: 100%;
  animation: spinSeal 15s linear infinite;
}

.story-seal text {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.06em;
  fill: #111111;
}

.story-content {
  display: grid;
  grid-template-rows: auto minmax(0, 1.5fr) auto;
  gap: clamp(0.9rem, 1.8vw, 1.3rem);
  min-height: 0;
}

.story-content h2 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.18;
  color: #0f0f0f;
}

.story-scrollbox {
  margin-top: 0;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
  height: 100%;
  min-height: 0;
}

.story-line {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}

.story-line-track {
  width: 2px;
  height: 100%;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
}

.story-line-progress {
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  border-radius: 999px;
  background: #111111;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 120ms linear;
}

.story-items {
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  padding-right: 0.45rem;
  display: grid;
  gap: 1.15rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.story-items::-webkit-scrollbar {
  display: none;
}

.story-item {
  padding: 0.2rem 0;
  opacity: 1;
  transform: none;
}

.story-item h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2.1vw, 1.9rem);
  line-height: 1.2;
  color: #121212;
}

.story-item p {
  margin: 0.55rem 0 0;
  max-width: 28ch;
  font-size: clamp(0.95rem, 1.2vw, 1.12rem);
  line-height: 1.5;
  color: #1d1d1d;
}

.story-item.is-active {
  opacity: 1;
}

.story-contact-btn {
  margin-top: 0.2rem;
  align-self: flex-start;
  width: min(190px, 100%);
  height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #ef1010;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.03rem;
  transition: none;
}

.story-contact-btn:hover {
  transform: none;
  box-shadow: none;
}

@media (max-width: 1200px) {
  .story-section {
    height: 100vh;
    min-height: 100vh;
    align-items: flex-start;
  }

  .story-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: 42% minmax(0, 1fr);
    height: 100%;
  }

  .story-main-image {
    height: 100%;
    max-height: none;
  }

  .story-content h2 {
    max-width: 18ch;
  }
}

@media (max-width: 860px) {
  .story-wrap {
    grid-template-rows: 38% minmax(0, 1fr);
  }

  .story-main-image {
    border-radius: 24px;
  }

  .story-seal {
    right: -8px;
    bottom: -12px;
    width: 130px;
  }
}

@media (max-width: 767px) {
  .story-contact-btn {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 620px) {
  .story-section {
    border-radius: 0;
    height: 100vh;
    min-height: 100vh;
    padding: 1.1rem 0.9rem 1.3rem;
  }
  .story-content h2 {
    text-align:center;
  }

  .story-main-image {
    border-radius: 20px;
  }

  .story-scrollbox {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 0.75rem;
  }

  .story-item h3 {
    font-size: 1.4rem;
  }

  .story-item p {
    max-width: none;
    font-size: 1rem;
  }

  .story-contact-btn {
    width: min(172px, 100%);
    height: 48px;
    font-size: 0.98rem;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .story-wrap {
    grid-template-rows: 34% minmax(0, 1fr);
    gap: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-line-progress {
    transition: none;
  }

  .story-seal svg {
    animation: none;
  }
}




.dots {
  margin-top: 15px;
}

.dot {
  width: 60px;
  height: 3px;
  background: #555;
  display: inline-block;
  margin: 0 5px;
}

.dot.active {
  background: red;
}


/* ---------------------------------- */
/* ROOM SHOWCASE SLIDER */
.room-slider-section {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 6.5vw, 86px) var(--section-inline) clamp(60px, 8vw, 10px);
  background: #000;
  color: #fff;
  overflow: hidden;
}

.room-slider-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 36px);
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0;
  scroll-behavior: smooth;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 10%, #000 90%, transparent 100%);
}

.room-slider-tabs::-webkit-scrollbar {
  display: none;
}

.room-slider-tab {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  padding: 0;
  flex: 0 0 auto;
  opacity: 0.62;
  cursor: pointer;
  transition: color 0.35s ease, opacity 0.35s ease, transform 0.45s ease;
}

.room-slider-tab:hover,
.room-slider-tab:focus-visible {
  color: rgba(255, 255, 255, 0.76);
}

.room-slider-tab.is-active {
  color: #fff;
  opacity: 1;
  transform: scale(1.12);
}

.room-slider-stage {
  position: relative;
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
  height: clamp(320px, 47vw, 550px);
  margin-top: clamp(28px, 4.2vw, 58px);
  overflow: hidden;
}

.room-slide {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(480px, 38vw);
  min-height: clamp(260px, 30vw, 450px);
  padding: clamp(16px, 1.7vw, 24px);
  border-radius: 30px;
  background: #3a3532;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  transform: translate3d(-50%, 42px, 0) scale(0.85);
  filter: blur(1px);
  transition:
    transform 0.78s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.55s ease,
    filter 0.55s ease,
    box-shadow 0.55s ease;
}

.room-slide h3 {
  color: #fff;
  font-size: clamp(1.7rem, 2.3vw, 2.1rem);
  line-height: 1.1;
  margin-bottom: 12px;
}

.room-slide ul {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 32px);
  margin-bottom: 22px;
}

.room-slide li {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.25rem, 1.6vw, 2rem);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
}

.room-slide img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  display: block;
}

.room-slide.is-active {
  opacity: 1;
  z-index: 4;
  filter: none;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0) scale(1);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.52);
}

.room-slide.is-prev {
  opacity: 0.92;
  z-index: 3;
  filter: none;
  transform: translate3d(-147%, 38px, 0) scale(0.86);
}

.room-slide.is-next {
  opacity: 0.92;
  z-index: 3;
  filter: none;
  transform: translate3d(47%, 38px, 0) scale(0.86);
}

.room-slide.is-far-left {
  z-index: 1;
  transform: translate3d(-250%, 70px, 0) scale(0.72);
}

.room-slide.is-far-right {
  z-index: 1;
  transform: translate3d(150%, 70px, 0) scale(0.72);
}

.room-slider-dots {
  margin-top: clamp(0px, 0vw, 0px);
  width: min(1380px, 100%);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.room-slider-dot {
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  background: rgba(229, 229, 229, 0.9);
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.room-slider-dot.is-active {
  background: #d7df00;
  transform: scale(1.05);
}

@media (max-width: 1180px) {
  .room-slide {
    width: min(500px, 47vw);
  }

  .room-slide.is-prev {
    transform: translate3d(-138%, 34px, 0) scale(0.85);
  }

  .room-slide.is-next {
    transform: translate3d(38%, 34px, 0) scale(0.85);
  }
}

@media (max-width: 992px) {
  .room-slider-tabs {
    gap: 18px;
  }

  .room-slider-tab {
    font-size: clamp(1.2rem, 3.3vw, 2.1rem);
  }

  .room-slider-stage {
    height: clamp(350px, 58vw, 600px);
  }

  .room-slide {
    width: min(470px, 60vw);
    min-height: clamp(320px, 53vw, 540px);
  }

  .room-slide.is-prev {
    transform: translate3d(-124%, 30px, 0) scale(0.82);
  }

  .room-slide.is-next {
    transform: translate3d(24%, 30px, 0) scale(0.82);
  }
}

@media (max-width: 767px) {
  .room-slider-section {
    padding-top: 36px;
    padding-bottom: 56px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .room-slider-tabs {
    width: 100%;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .room-slider-tab {
    font-size: 1.1rem;
    opacity: 0.65;
  }

  .room-slider-tab.is-active {
    transform: scale(1);
    opacity: 1;
  }

  .room-slider-stage {
    height: clamp(375px, 114vw, 520px);
    margin-top: 24px;
  }

  .room-slide {
    width: min(420px, 90vw);
    min-height: clamp(360px, 106vw, 500px);
    border-radius: 24px;
    padding: 14px;
  }

  .room-slide h3 {
    font-size: clamp(1.4rem, 7vw, 1.85rem);
    margin-bottom: 10px;
  }

  .room-slide li {
    font-size: clamp(1rem, 4.5vw, 1.2rem);
  }

  .room-slide ul {
    margin-bottom: 14px;
    gap: 16px;
  }

  .room-slide.is-prev,
  .room-slide.is-next,
  .room-slide.is-far-left,
  .room-slide.is-far-right {
    opacity: 0;
    transform: translate3d(-50%, 24px, 0) scale(0.9);
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .room-slider-tabs {
    scroll-behavior: auto;
  }

  .room-slide,
  .room-slider-tab,
  .room-slider-dot {
    transition: none;
  }
}








.best-seller-section {
  padding: 30px var(--section-inline);
  text-align: center;
  background: radial-gradient(circle at center, #f8f8f8, #eaeaea);
  overflow: hidden;
}

.best-seller-section h1 {
  font-size: 44px;
  margin-bottom: 40px;
  font-weight: 700;
  color: #000;
}

/* 3D STAGE */
.ultra-carousel {
  position: relative;
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
  height: 500px;
  perspective: 1400px;
}

/* CARD */
.ultra-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 430px;
  border-radius: 30px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translate(-50%, -50%);
}

/* IMAGE */
.ultra-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* GLOW + GRADIENT */
.ultra-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

/* ACTIVE CENTER */
.ultra-active {
  transform: translate(-50%, -50%) scale(1.15) rotateY(0deg);
  z-index: 10;
  filter: blur(0);
}

/* SIDE CARDS */
.ultra-left {
  transform: translate(-460px, -50%) rotateY(25deg) scale(0.9);
  filter: blur(2px) brightness(0.7);
  z-index: 5;
}

.ultra-right {
  transform: translate(180px, -50%) rotateY(-25deg) scale(0.9);
  filter: blur(2px) brightness(0.7);
  z-index: 5;
}

/* FAR CARDS */
.ultra-far-left {
  transform: translate(-620px, -50%) rotateY(40deg) scale(0.75);
  filter: blur(4px) brightness(0.5);
}

.ultra-far-right {
  transform: translate(320px, -50%) rotateY(-40deg) scale(0.75);
  filter: blur(4px) brightness(0.5);
}

/* CONTENT */
.ultra-info {
  position: absolute;
  bottom: 25px;
  left: 20px;
  color: white;
  z-index: 2;
}

.ultra-info h3 {
  font-size: 22px;
  margin-bottom: 6px;
}

.ultra-info span {
  text-decoration: line-through;
  opacity: 0.7;
}

/* SIDE TEXT */
.ultra-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  z-index: 2;
}

/* ICON */
.ultra-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255,255,255,0.9);
  padding: 12px;
  border-radius: 50%;
  z-index: 2;
  transition: 0.3s;
}

.ultra-icon:hover {
  transform: scale(1.2) rotate(10deg);
}

/* MOBILE */
@media (max-width: 768px) {
  .ultra-left { transform: translate(-160px, -50%) scale(0.8); }
  .ultra-right { transform: translate(80px, -50%) scale(0.8); }
  .ultra-far-left,
  .ultra-far-right { display: none; }

  .ultra-card { width: 160px; height: 280px; }
}

/* =========================
   WHY SECTION PREMIUM UI
========================= */
.why-section {
  background: #0a0a0a;
  padding: 100px 60px;
  color: #fff;
}

.why-container {
  width: min(var(--content-max), calc(100% - (var(--page-gutter) * 2)));
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
  padding: 60px 40px;
}

/* =========================
   LEFT SIDE (TEXT + 2500)
========================= */
.why-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.why-left h1 {
  font-size: 84px;
  font-weight: 600;
  margin: 0;
  line-height: 0.85;
  letter-spacing: 1px;
}

.outline {
  -webkit-text-stroke: 2px #fff;
  color: transparent;
}

/* arrow circle */
.why-us {
  display: flex;
  align-items: center;
  gap: 18px;
}

.circle {
  width: 75px;
  height: 75px;
  background: #e7eb00;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: 0.4s ease;
}

.circle:hover {
  transform: rotate(20deg) scale(1.1);
}

/* LEFT BIG CARD (2500+) */
.large {
  margin-top: 10px;
  padding: 120px 20px;
  border-radius: 30px;
  background: linear-gradient(145deg, #f2f2f2, #dcdcdc);
  color: #000;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  text-align: center;
}



.large p {
  font-size: 18px;
  margin-top: 10px;
}

/* =========================
   RIGHT SIDE GRID
========================= */
.why-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

/* COMMON CARD */
.card {
  padding: 50px;
  border-radius: 28px;
  background: linear-gradient(145deg, #f1f1f1, #dadada);
  color: #000;
  transition: all 0.4s ease;
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.card h2 {
  font-size: 42px;
  margin: 0;
  font-weight: 700;
}

.card p {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

/* 550+ */
.yellow {
  grid-column: span 2;
  background: linear-gradient(145deg, #f7ff00, #d6db00);
}

/* 5+ */
.wide {
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 15px;
}

/* bottom cards */
.small {
  text-align: center;
  padding:10px 20px;
}

/* =========================
   HOVER PREMIUM EFFECT
========================= */
.card:hover,
.large:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
}

/* =========================
   ANIMATION (FADE UP)
========================= */
.card,
.large {
  opacity: 0;
  transform: translateY(40px);
}

.card.show,
.large.show {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   RESPONSIVE TABLET
========================= */
@media (max-width: 1000px) {
  .why-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .why-left {
    text-align: center;
    align-items: center;
  }

  .why-left h1 {
    font-size: 60px;
  }

  .why-us {
    justify-content: center;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 600px) {
  .why-section {
    padding: 60px 20px;
  }

  .why-left h1 {
    font-size: 42px;
  }

  .circle {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }

  .why-right {
    grid-template-columns: 1fr;
  }

  .card h2 {
    font-size: 32px;
  }

  .large h2 {
    font-size: 40px;
  }
}






/* TESTIMONIAL */
.testimonial-section {
  background: #f2f2f2;
  padding: 60px var(--section-inline);
}

.testimonial-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
}

.testimonial-top h2 {
  font-size: 34px;
  color: #000;
  font-weight: 700;
}

.testimonial-top p {
 
  color: #333;
  line-height: 1.6;
}

.testimonial-top button {

  padding: 14px 35px;
  border-radius: 30px;
  background: black;
  color: white;
  border: none;
}

.dots {
  display: flex;
  gap: 6px;
}

.dots span {
  width: 20px;
  height: 3px;
  background: #ccc;
}

.dots .active {
  background: red;
}

/* CARDS */
.testimonial-cards {
  margin-top: 60px;
  display: flex;
  gap: 30px;
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
}

.t-card {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  gap: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.t-card > div {
  min-width: 0;
}

.t-card img {
  width: 90px;
  border-radius: 10px;
}

.t-card h3 {
  color: red;
}

.bold {
  font-weight: 600;
  color: #000;
}

.small {
  font-size: 13px;
  color: #666;
}

/* CONTACT */
.contact-section {
  background: #000;
  color: #fff;
  padding: 100px var(--section-inline);
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
}

.contact-left h2 {
  margin-bottom: 30px;
}

.info {
  margin-bottom: 20px;
}

.info h4 {
  margin-bottom: 1px;
  color: red;
  font-size: 22px;
}

.social span {
  margin-right: 10px;
  font-size: 20px;
}

/* FORM */
.contact-right {
  display: flex;
}

.contact-section .form-panel {
  display: flex;
}

.contact-section .form-shell {
  width: 100%;
  padding: 2rem;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.contact-section .form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.contact-section .form-header h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  color: #151515;
}

.contact-section .online-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  height: 42px;
  border-radius: 999px;
  background: #bb0000;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
}

.contact-section .consult-form {
  display: grid;
  gap: 1rem;
}

.contact-section .consult-form label {
  display: grid;
  gap: 0.45rem;
}

.contact-section .consult-form label > span {
  color: #222222;
  font-size: 0.95rem;
  font-weight: 600;
}

.contact-section .consult-form input,
.contact-section .consult-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #ffffff;
  color: #111111;
  font: inherit;
  padding: 0.85rem 0.95rem;
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease;
}

.contact-section .consult-form textarea {
  min-height: 128px;
  resize: vertical;
}

.contact-section .consult-form input:focus,
.contact-section .consult-form textarea:focus {
  outline: none;
  border-color: #bb0000;
  box-shadow: 0 0 0 3px rgba(187, 0, 0, 0.16);
}

.contact-section .consult-form button {
  width: 152px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: #171717;
  color: #ffffff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    background-color 200ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .contact-section .form-shell:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 48px rgba(0, 0, 0, 0.32);
  }

  .contact-section .consult-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(23, 23, 23, 0.32);
    background: #0f0f0f;
  }
}

/* FOOTER */
.footer {
  background: #1f1f1f;
  padding: 80px var(--section-inline);
  color: #ffffff;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 40px;
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
}

.footer .f-col img {
  width: 160px;
  margin-bottom: 0.9rem;
  filter: brightness(0) invert(1);
}

.footer .f-col h3 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
}

.footer h4 {
  margin-bottom: 10px;
  font-size: 22px;
}

.footer p {
  font-size: 16px;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
}

.footer p:hover{
  color: #ffffff;
}

.copyright {
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1100px) {
  .best-seller-section {
    padding: 80px 40px;
  }

  .best-seller-section h1 {
    font-size: clamp(2rem, 4.6vw, 2.6rem);
    margin-bottom: 56px;
  }

  .ultra-carousel {
    height: 440px;
  }

  .ultra-card {
    width: 240px;
    height: 360px;
  }

  .ultra-left {
    transform: translate(-340px, -50%) rotateY(20deg) scale(0.88);
  }

  .ultra-right {
    transform: translate(95px, -50%) rotateY(-20deg) scale(0.88);
  }

  .ultra-far-left {
    transform: translate(-500px, -50%) rotateY(34deg) scale(0.72);
  }

  .ultra-far-right {
    transform: translate(250px, -50%) rotateY(-34deg) scale(0.72);
  }

  .why-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 24px;
  }

  .why-left {
    text-align: center;
    align-items: center;
  }

  .why-us {
    justify-content: center;
  }

  .why-right {
    width: 100%;
  }

  .testimonial-section,
  .contact-section,
  .footer {
    padding-inline: 40px;
  }

  .testimonial-top {
    align-items: flex-start;
    gap: 24px;
  }

  .testimonial-cards {
    gap: 18px;
  }

  .contact-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 860px) {
  .best-seller-section {
    padding: 68px 24px;
  }

  .best-seller-section h1 {
    font-size: clamp(1.8rem, 6.8vw, 2.25rem);
    margin-bottom: 42px;
  }

  .ultra-carousel {
    height: 360px;
  }

  .ultra-card {
    width: 190px;
    height: 300px;
    border-radius: 24px;
  }

  .ultra-left {
    transform: translate(-210px, -50%) scale(0.82);
  }

  .ultra-right {
    transform: translate(40px, -50%) scale(0.82);
  }

  .ultra-far-left,
  .ultra-far-right {
    display: none;
  }

  .ultra-info h3 {
    font-size: 1rem;
  }

  .why-container {
    padding: 36px 18px;
    gap: 28px;
  }

  .why-left h1 {
    font-size: clamp(2.6rem, 9vw, 4rem);
  }

  .large {
    width: 100%;
    padding: 48px 24px;
  }

  .why-right {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .yellow,
  .wide {
    grid-column: auto;
  }

  .wide {
    flex-direction: column;
    align-items: flex-start;
  }

  .card {
    padding: 28px 24px;
  }

  .card p,
  .large p {
    font-size: 1rem;
  }

  .testimonial-section {
    padding: 72px 24px;
  }

  .testimonial-top {
    flex-direction: column;
  }

  .testimonial-top .left {
    width: 100%;
  }

  .dots {
    align-self: flex-start;
  }

  .testimonial-cards {
    margin-top: 28px;
    flex-direction: column;
  }

  .t-card {
    padding: 18px;
  }

  .contact-section {
    padding: 72px 24px;
  }

  .contact-container {
    gap: 28px;
  }

  .contact-section .form-shell {
    padding: 1.45rem;
  }

  .contact-section .consult-form button {
    width: 100%;
  }

  .footer {
    padding: 56px 24px 32px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 620px) {
  .best-seller-section {
    padding: 52px 16px;
  }

  .best-seller-section h1 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .ultra-carousel {
    height: 300px;
    perspective: 1100px;
  }

  .ultra-card {
    width: 155px;
    height: 238px;
    border-radius: 18px;
  }

  .ultra-active {
    transform: translate(-50%, -50%) scale(1.1) rotateY(0deg);
  }

  .ultra-left {
    transform: translate(-150px, -50%) scale(0.78);
  }

  .ultra-right {
    transform: translate(45px, -50%) scale(0.78);
  }

  .ultra-info {
    left: 12px;
    bottom: 14px;
  }

  .ultra-info h3 {
    font-size: 0.95rem;
    margin-bottom: 0;
  }

  .ultra-label {
    left: 12px;
    bottom: 14px;
    font-size: 0.8rem;
  }

  .ultra-icon {
    right: 12px;
    bottom: 12px;
    padding: 8px;
  }

  .why-container {
    padding: 24px 0;
  }

  .why-left {
    gap: 18px;
  }

  .why-left h1 {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .circle {
    width: 56px;
    height: 56px;
    font-size: 22px;
  }

  .large,
  .card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .large h2 {
    font-size: 2.3rem;
  }

  .card h2 {
    font-size: 2rem;
  }

  .testimonial-section {
    padding: 56px 16px;
  }

  .testimonial-top h2 {
    font-size: 1.8rem;
  }

  .testimonial-top button {
    width: 100%;
    padding-inline: 20px;
  }

  .t-card {
    padding: 16px;
    border-radius: 16px;
  }

  .contact-section {
    padding: 56px 16px;
  }

  .contact-left h2 {
    font-size: 1.9rem;
  }

  .info h4 {
    font-size: 1.05rem;
  }

  .contact-section .form-shell {
    padding: 1.1rem;
  }

  .contact-section .form-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-section .online-pill {
    width: 100%;
  }

  .contact-section .consult-form input,
  .contact-section .consult-form textarea {
    padding: 14px 16px;
    border-radius: 14px;
  }

  .contact-section .consult-form textarea {
    min-height: 120px;
  }

  .contact-section .consult-form button {
    width: 100%;
    padding: 14px 18px;
  }

  .footer {
    padding: 44px 16px 24px;
  }

  .footer h4 {
    font-size: 1.1rem;
  }

  .footer p,
  .copyright {
    font-size: 0.9rem;
  }
}

@media (max-width: 860px) {
  .hero {
    height: auto;
    min-height: auto;
    overflow: visible;
    padding-bottom: 1.4rem;
  }

  .hero::after {
    width: 0;
    opacity: 0;
  }

  .topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    padding: 0.25rem 0;
  }

  .topbar.menu-open {
    z-index: 60;
  }

  .nav-toggle {
    z-index: 61;
  }

  .main-nav {
    background: rgba(8, 18, 21, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
    z-index: 60;
  }

  .main-nav a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
  }

  .main-nav a.active {
    color: #101010;
    background: var(--yellow);
  }

  .hero-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1.4rem;
    text-align: center;
    margin: auto;
    
  }

  .hero-title {
    max-width: 100%;
    margin: 0 0 20px 0 !important;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 700;
 
  
  }

  .customer-wrap {
    width: min(330px, 100%);
    align-self: flex-start;
    margin-top: 0;
  }

  .feature-panels {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.15rem;
  }

  .feature-card,
  .retreat-card,
  .kitchen-card {
    display: flex;
    flex-direction: column;
    min-height: unset;
    gap: 0.8rem;
    padding: 0.78rem;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }

  .retreat-card::before {
    display: none;
  }

  .feature-card > * {
    max-width: 100%;
  }

  .feature-thumb-portrait,
  .feature-thumb-wide {
    display: block;
    max-width: 100%;
    align-self: stretch;
    width: 100%;
    height: 200px;
    border-radius: 22px;
    object-position: center;
    flex-shrink: 0;
  }

  .feature-body,
  .kitchen-card .feature-copy-block {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .kitchen-card .feature-copy-block {
    min-height: 0;
  }

  .feature-copy-block h3 {
    max-width: none;
    font-size: clamp(1.1rem, 4.8vw, 1.45rem);
  }

  .feature-copy-block p {
    max-width: none;
    margin-top: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .feature-pill {
    width: 100%;
    min-width: 0;
    height: 48px;
    font-size: 0.95rem;
  }

  .feature-actions {
    width: 100%;
    margin-top: 0.8rem;
    gap: 0.65rem;
  }

  .feature-actions .feature-pill {
    flex: 1;
  }

  .feature-mini {
    width: 50px;
    height: 50px;
  }

  .feature-orb {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    width: 56px;
    height: 56px;
  }

  .feature-orb-line {
    width: 20px;
    height: 2.1px;
  }

  .feature-orb-tip {
    width: 10px;
    height: 10px;
    border-top-width: 2.1px;
    border-right-width: 2.1px;
  }
}

@media (max-width: 620px) {
  .hero {
    padding: 0.95rem 0.85rem 1.25rem;
  }

  .brand-pill {
    width: 132px;
    height: 48px;
    padding: 0 0.45rem;
  }

  .top-logo {
    width: 118px;
    height: 42px;
  }

  .main-nav {
    top: calc(100% + 0.5rem);
    padding: 0.6rem;
    border-radius: 14px;
  }

  .main-nav a {
    padding: 0.78rem 0.75rem;
    font-size: 0.95rem;
  }

  .hero-title {
    font-size: clamp(2.15rem, 11vw, 3rem);
    line-height: 1.03;
    margin: 0 0 20px 0 !important;
    padding-bottom: 20px;
  }

  .customer-wrap {
    width: 100%;
    max-width: 100%;
  }

  .feature-panels {
    gap: 0.85rem;
  }

  .feature-card {
    padding: 0.72rem;
    border-radius: 24px;
  }

  .feature-thumb-portrait,
  .feature-thumb-wide {
    display: block;
    width: 100%;
    height: 184px;
    border-radius: 18px;
  }

  .kitchen-card .feature-copy-block {
    min-height: 0;
  }

  .feature-copy-block h3 {
    font-size: 1.08rem;
  }

  .feature-copy-block p {
    font-size: 0.9rem;
  }

  .feature-pill {
    height: 46px;
    font-size: 0.92rem;
  }

  .feature-mini {
    width: 46px;
    height: 46px;
  }
}
