:root {
  --bg: #f8f0d8;
  --bg-soft: #fff9ea;
  --surface: rgba(255, 249, 234, 0.78);
  --surface-strong: #fffdf4;
  --surface-dark: #443d58;
  --text: #3d3750;
  --muted: #746d84;
  --line: rgba(149, 155, 212, 0.22);
  --rose: #a8afe7;
  --rose-deep: #8f97d8;
  --peach: #f8f0d8;
  --sage: #d8ddb8;
  --blue: #9ea6e7;
  --shadow: 0 24px 60px rgba(96, 92, 137, 0.16);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 999px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(248, 240, 216, 0.9), transparent 34%),
    radial-gradient(circle at 85% 10%, rgba(168, 175, 231, 0.28), transparent 24%),
    linear-gradient(180deg, #f8f0d8 0%, #fff9ea 52%, #f5efd9 100%);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

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

button {
  font: inherit;
}

.page-glow {
  position: fixed;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
  pointer-events: none;
  z-index: -1;
}

.page-glow-one {
  top: -8rem;
  left: -8rem;
  background: rgba(248, 240, 216, 0.9);
}

.page-glow-two {
  right: -10rem;
  top: 18rem;
  background: rgba(168, 175, 231, 0.34);
}

.section-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.page-main {
  padding-bottom: 2rem;
}

.category-rail {
  display: flex;
  gap: 0.8rem;
  overflow-x: auto;
  padding-top: 1.2rem;
  padding-bottom: 0.2rem;
  scrollbar-width: none;
}

.category-rail::-webkit-scrollbar {
  display: none;
}

.rail-pill {
  flex: 0 0 auto;
  padding: 0.85rem 1.15rem;
  border: 1px solid rgba(149, 155, 212, 0.18);
  border-radius: var(--radius-sm);
  background: rgba(255, 253, 244, 0.92);
  color: var(--text);
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(96, 92, 137, 0.1);
}

.page-hero {
  padding-top: 3.5rem;
}

.page-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 0.95;
  margin-top: 0.65rem;
}

.customize-page {
  background:
    radial-gradient(circle at top right, rgba(240, 202, 112, 0.18), transparent 28%),
    linear-gradient(180deg, #fffaf0 0%, #f7f0e3 100%);
}

.customize-page .page-main {
  position: relative;
}

.customize-page .page-main::before {
  content: "";
  position: absolute;
  inset: 1rem min(2vw, 1rem) auto;
  height: 420px;
  border-radius: 40px;
  background:
    linear-gradient(135deg, rgba(43, 28, 34, 0.04), transparent 36%),
    repeating-linear-gradient(
      90deg,
      rgba(43, 28, 34, 0.03) 0,
      rgba(43, 28, 34, 0.03) 1px,
      transparent 1px,
      transparent 22px
    );
  pointer-events: none;
  z-index: 0;
}

.customize-page .section-shell {
  position: relative;
  z-index: 1;
}

.customize-page .section-heading {
  max-width: 820px;
}

.customize-page .page-hero {
  padding-top: 2.6rem;
}

.customize-page .page-title {
  max-width: 15ch;
  color: #31253f;
}

.customize-page .section-heading p {
  max-width: 42rem;
  font-size: 1.08rem;
}

.customize-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.customize-hero-meta span {
  padding: 0.68rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(49, 37, 63, 0.12);
  background: rgba(255, 255, 255, 0.68);
  color: #31253f;
  font-size: 0.9rem;
  font-weight: 700;
}

.shipping-banner {
  background: linear-gradient(90deg, #9199da, #aab1e8, #f8f0d8);
  color: #2f2940;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.announcement-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.announcement-item {
  margin: 0;
  line-height: 1.2;
  opacity: 1;
  transform: none;
  transition: none;
}

.announcement-item.is-active {
  opacity: 1;
  transform: none;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 2rem));
  margin: 1rem auto 0;
  padding: 1rem 1.2rem;
  background: rgba(255, 249, 234, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 40px rgba(96, 92, 137, 0.12);
  backdrop-filter: blur(18px);
  border-radius: 999px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  cursor: pointer;
}

.logo-img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(78, 45, 62, 0.18);
}

.brand-tag,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rose-deep);
}

.logo h2,
.section-heading h2,
.customize-copy h2,
.cta-card h2 {
  font-family: "Cormorant Garamond", serif;
}

.logo h2 {
  font-size: 1.7rem;
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-actions {
  display: none;
  align-items: center;
  gap: 0.3rem;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  box-shadow: none;
  position: relative;
}

.icon-button svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-count {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--rose-deep);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  position: absolute;
  top: 3px;
  right: 0;
}

.mobile-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(149, 155, 212, 0.18);
  border-radius: 16px;
  background: rgba(255, 253, 244, 0.84);
  cursor: pointer;
  position: relative;
}

.mobile-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform: translateX(-50%);
}

.mobile-menu-toggle span:nth-child(1) {
  top: 15px;
}

.mobile-menu-toggle span:nth-child(2) {
  top: 22px;
}

.mobile-menu-toggle span:nth-child(3) {
  top: 29px;
}

.nav-button,
.shop-now-btn,
.hero-link,
.scroll-card button,
.custom-chip {
  border: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.nav-button,
.shop-now-btn,
.hero-link {
  border-radius: var(--radius-sm);
  padding: 0.95rem 1.35rem;
  cursor: pointer;
  font-weight: 700;
}

.nav-button {
  background: linear-gradient(135deg, var(--rose-deep), var(--rose));
  color: #fff;
  box-shadow: 0 14px 30px rgba(143, 151, 216, 0.3);
}

.nav-button.ghost,
.hero-link {
  background: rgba(255, 253, 244, 0.84);
  color: var(--text);
  border: 1px solid rgba(149, 155, 212, 0.18);
  box-shadow: none;
}

.nav-button:hover,
.shop-now-btn:hover,
.hero-link:hover,
.scroll-card button:hover,
.custom-chip:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 90vh;
  display: grid;
  align-items: center;
  margin-top: 1rem;
  padding: 2.5rem 0 1rem;
}

.store-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.54fr);
  gap: 1.25rem;
  padding-top: 1.5rem;
  align-items: stretch;
}

.hero-slider-shell {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-xl) + 8px);
  box-shadow: var(--shadow);
  min-height: 560px;
}

.hero-slider {
  position: relative;
  min-height: 560px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.65s ease, visibility 0.65s ease;
  background-size: cover;
  background-position: center;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero-slide:nth-child(1) {
  background-image: url("img/hero/hero-photo-1.jpg");
}

.hero-slide:nth-child(2) {
  background-image: url("img/hero/hero-photo-2.jpg");
}

.hero-slide:nth-child(3) {
  background-image: url("img/hero/hero-photo-3.jpg");
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(36, 23, 29, 0.72) 0%, rgba(36, 23, 29, 0.18) 58%, rgba(36, 23, 29, 0.62) 100%);
}

.hero-slide-copy {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 1;
  max-width: 540px;
  color: #fff;
}

.hero-slide-copy h1,
.hero-slide-copy h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.9rem, 6vw, 5rem);
  line-height: 0.95;
  margin-top: 0.65rem;
}

.hero-slide-copy p {
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.86);
}

.hero-slider-dots {
  position: absolute;
  left: 2rem;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  gap: 0.55rem;
}

.hero-slider-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
}

.hero-slider-dot.is-active {
  background: #fff;
  transform: scale(1.12);
}

.hero-side-stack {
  display: grid;
  gap: 1rem;
}

.mini-promo-card {
  padding: 1.35rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 252, 248, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.mini-promo-card.soft {
  background: linear-gradient(180deg, rgba(255, 247, 244, 0.9), rgba(252, 233, 239, 0.9));
}

.mini-promo-card h3 {
  margin-top: 0.65rem;
  font-size: 1.4rem;
}

.mini-promo-card p {
  margin-top: 0.55rem;
  color: var(--muted);
}

.text-link {
  margin-top: 1rem;
  padding: 0;
  background: transparent;
  color: var(--rose-deep);
  font-weight: 800;
  cursor: pointer;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  padding-top: 2rem;
}

.feature-panel {
  padding: 1.4rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 252, 248, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.feature-panel.wide {
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.feature-panel h2,
.feature-panel h3 {
  margin-top: 0.55rem;
}

.feature-panel p {
  margin-top: 0.55rem;
  color: var(--muted);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  border-radius: calc(var(--radius-xl) + 8px);
  overflow: hidden;
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(36, 23, 29, 0.74) 0%, rgba(36, 23, 29, 0.2) 58%, rgba(36, 23, 29, 0.56) 100%);
}

.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.72fr);
  gap: 2rem;
  align-items: end;
  padding: 3rem;
}

.hero-copy {
  color: #fff;
  max-width: 680px;
}

.hero-copy h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.2rem, 7vw, 5.8rem);
  line-height: 0.95;
  margin: 1rem 0;
}

.hero-copy p {
  max-width: 580px;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.84);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.shop-now-btn {
  background: linear-gradient(135deg, #f8f0d8, #a8afe7);
  color: #322c46;
  box-shadow: 0 18px 36px rgba(168, 175, 231, 0.28);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.stat-card,
.hero-panel,
.trust-strip,
.scroll-card,
.category-card,
.preview-card,
.carousel-container,
.process-card,
.cta-card,
.footer {
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 1rem 1rem 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
}

.stat-card strong {
  display: block;
  font-size: 1.35rem;
}

.stat-card span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.hero-panel {
  align-self: center;
  padding: 1.4rem;
  background: rgba(255, 249, 234, 0.18);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(18px);
}

.panel-badge,
.preview-pill {
  display: inline-block;
  padding: 0.45rem 0.8rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.16);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-panel h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  margin: 1rem 0 0.45rem;
}

.hero-panel p {
  color: rgba(255, 255, 255, 0.84);
}

.vibe-tags,
.preview-tags,
.carousel-dots,
.footer-links,
.customize-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.vibe-tags {
  margin-top: 1rem;
}

.vibe-tags span,
.preview-tags span {
  padding: 0.55rem 0.9rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.84rem;
}

.mini-room-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 1rem;
  margin-top: 1.35rem;
  padding: 0.9rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
}

.mini-room-card img {
  width: 92px;
  height: 92px;
  border-radius: 18px;
  object-fit: cover;
}

.mini-room-card h4 {
  margin-bottom: 0.3rem;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 252, 241, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(14px);
}

.trust-strip div {
  text-align: center;
  font-weight: 700;
  color: var(--muted);
}

.favorites-section,
.product-strip-section,
.video-strip-section,
.categories-section,
.customize-section,
.custom-request-section,
.real-rooms-section,
.process-section,
.story-section,
.cta-section {
  padding: 6rem 0 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}

.section-heading.compact {
  margin-bottom: 1.2rem;
}

.section-heading h2,
.customize-copy h2,
.cta-card h2 {
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 0.95;
  margin-top: 0.65rem;
}

.section-heading p,
.customize-copy p,
.cta-card p {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 1.02rem;
}

.horizontal-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 290px);
  gap: 1.25rem;
  overflow-x: auto;
  padding: 0.35rem 0.15rem 1rem;
  scrollbar-width: none;
}

.horizontal-scroll::-webkit-scrollbar {
  display: none;
}

.scroll-card {
  min-height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 253, 244, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
  transform-style: preserve-3d;
}

.scroll-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.card-copy {
  padding: 1.2rem;
}

.card-label {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: var(--rose-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scroll-card h3,
.category-card h3,
.process-card h3,
.footer h3 {
  font-size: 1.2rem;
}

.scroll-card p,
.category-card p,
.process-card p,
.footer p {
  color: var(--muted);
}

.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.card-meta span {
  font-weight: 800;
  color: var(--text);
}

.scroll-card button {
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  background: rgba(168, 175, 231, 0.16);
  color: var(--rose-deep);
  font-weight: 700;
  cursor: pointer;
}

.product-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, 230px);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}

.product-strip::-webkit-scrollbar {
  display: none;
}

.product-strip-card {
  background: transparent;
}

.product-strip-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
}

.product-strip-card h3 {
  margin-top: 0.9rem;
  font-size: 1rem;
  font-weight: 500;
}

.product-strip-card p {
  margin-top: 0.45rem;
  font-size: 1.05rem;
  color: var(--text);
}

.product-strip-card button {
  width: 100%;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border: 1.6px solid rgba(61, 55, 80, 0.72);
  border-radius: 999px;
  background: #fffdf4;
  color: var(--text);
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
}

.product-strip-card button:hover {
  background: #f5efff;
}

.category-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.category-grid {
  align-items: stretch;
}

.featured-product-showcase {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.featured-product-main {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  padding: 1.25rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 252, 241, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.featured-product-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.featured-product-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

.featured-product-copy h3 {
  margin-top: 0.45rem;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
}

.featured-product-copy p {
  margin-top: 0.65rem;
  color: var(--muted);
  max-width: 34rem;
}

.mini-product-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(145px, 165px);
  gap: 0.9rem;
  overflow-x: auto;
  padding-bottom: 0.3rem;
  scrollbar-width: none;
}

.mini-product-slider::-webkit-scrollbar {
  display: none;
}

.mini-product-card {
  padding: 0.7rem;
  border-radius: 24px;
  background: rgba(255, 252, 241, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.mini-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
}

.mini-product-card h4 {
  margin-top: 0.7rem;
  font-size: 0.95rem;
}

.mini-product-card p {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.category-card,
.process-card,
.preview-card,
.cta-card {
  border-radius: var(--radius-xl);
  background: rgba(255, 252, 241, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.category-card img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 50%;
  width: min(250px, 100%);
  aspect-ratio: 1 / 1;
  margin: 1rem auto 0;
}

.category-copy {
  padding: 1.3rem;
}

.category-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 100%;
}

.category-card:hover {
  transform: translateY(-8px);
}

.category-card-compact {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  cursor: pointer;
}

.category-card-compact img {
  height: 270px;
  border-radius: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
}

.category-card-compact .category-copy {
  padding: 0.65rem 0 0;
}

.category-card-compact .category-copy h3 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-size: 1.45rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.category-card-compact .category-copy h3 span {
  font-size: 1.15em;
}

.product-price {
  margin-top: 0.45rem;
  font-size: 1.05rem;
  color: var(--text);
  font-weight: 500;
}

.product-cart-btn {
  width: 100%;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border: 1.6px solid rgba(61, 55, 80, 0.72);
  border-radius: 999px;
  background: #fffdf4;
  color: var(--text);
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

.product-cart-btn:hover {
  background: rgba(168, 175, 231, 0.14);
  transform: translateY(-2px);
}

.customize-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 1.4rem;
  align-items: start;
}

.customize-copy {
  display: grid;
  gap: 1rem;
}

.customize-intro-card {
  padding: 1.2rem 1.2rem 1.1rem;
  border-radius: 26px;
  background: rgba(255, 252, 241, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.92);
}

.customize-intro-card h3 {
  margin-top: 0.5rem;
  font-size: 1.9rem;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
}

.customize-intro-card p {
  margin-top: 0.7rem;
  color: var(--muted);
}

.customize-controls {
  margin-top: 1.5rem;
}

.custom-chip {
  padding: 0.9rem 1.1rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 252, 241, 0.88);
  border: 1px solid var(--line);
  color: var(--text);
  cursor: pointer;
  font-weight: 700;
}

.custom-chip.is-active {
  background: linear-gradient(135deg, var(--rose-deep), var(--rose));
  color: #fff;
  box-shadow: 0 14px 30px rgba(143, 151, 216, 0.26);
}

.customize-features {
  display: grid;
  gap: 0.9rem;
}

.feature-line {
  padding: 0.95rem 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(49, 37, 63, 0.08);
}

.feature-line strong {
  display: block;
  margin-bottom: 0.25rem;
}

.feature-line span {
  color: var(--muted);
}

.preview-card {
  position: relative;
  padding: 1.35rem;
  min-height: 540px;
  transition: background 0.4s ease, transform 0.4s ease;
  border: 1px solid rgba(49, 37, 63, 0.08);
  box-shadow: 0 24px 48px rgba(73, 58, 78, 0.12);
}

.customize-product-card {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 1.35rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 252, 241, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.customize-slider {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.55);
  min-height: 360px;
}

.customize-slider-track {
  position: relative;
  min-height: 360px;
}

.customize-slide {
  display: none;
}

.customize-slide.is-active {
  display: block;
}

.customize-slide img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 28px;
}

.customize-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 253, 244, 0.9);
  color: var(--text);
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(43, 28, 34, 0.12);
}

.customize-slider-prev {
  left: 0.9rem;
}

.customize-slider-next {
  right: 0.9rem;
}

.customize-mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.95rem;
}

.customize-mini-gallery img {
  width: 100%;
  height: 82px;
  object-fit: cover;
  border-radius: 18px;
}

.customize-card-link-row {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  padding: 0.95rem 0 0.1rem;
}

.customize-inline-link {
  border: none;
  background: transparent;
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  cursor: pointer;
}

.custom-request-card {
  padding: 1.35rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(49, 37, 63, 0.08);
  box-shadow: 0 24px 48px rgba(73, 58, 78, 0.1);
}

.custom-request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.custom-field {
  display: grid;
  gap: 0.45rem;
}

.custom-field span {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--muted);
}

.custom-field input,
.custom-field select,
.custom-field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(61, 55, 80, 0.18);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  font: inherit;
}

.custom-field textarea {
  resize: vertical;
  min-height: 120px;
}

.custom-field-full {
  grid-column: 1 / -1;
}

.custom-request-note {
  margin-top: 1.1rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.55);
}

.custom-request-note p {
  margin-top: 0.35rem;
  color: var(--muted);
}

.custom-request-actions {
  margin-top: 1.1rem;
}

.custom-request-actions .nav-button {
  width: 100%;
  justify-content: center;
}

.preview-card.theme-soft {
  background: linear-gradient(180deg, rgba(255, 249, 234, 0.96), rgba(232, 235, 255, 0.92));
}

.preview-card.theme-cozy {
  background: linear-gradient(180deg, rgba(255, 247, 229, 0.96), rgba(248, 240, 216, 0.92));
}

.preview-card.theme-fresh {
  background: linear-gradient(180deg, rgba(255, 250, 238, 0.96), rgba(226, 231, 255, 0.9));
}

.preview-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.preview-stage {
  position: relative;
  margin-top: 1.2rem;
  border-radius: 26px;
  overflow: hidden;
  min-height: 330px;
  background: rgba(255, 255, 255, 0.6);
}

.preview-stage img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.preview-orb {
  position: absolute;
  inset: auto auto -3rem -2rem;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: rgba(168, 175, 231, 0.32);
  filter: blur(10px);
  z-index: 0;
  animation: floatOrb 5.5s ease-in-out infinite;
}

@keyframes floatOrb {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(1.2rem, -1rem, 0) scale(1.08);
  }
}

.preview-notes {
  margin-top: 1.1rem;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-xl) + 6px);
  background: var(--surface-strong);
}

.carousel {
  display: flex;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.carousel-slide {
  min-width: 100%;
  height: 560px;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-overlay {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(43, 28, 34, 0.12), rgba(43, 28, 34, 0.7));
  color: #fff;
}

.carousel-overlay h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
}

.carousel-dot.is-active {
  background: #fff;
  transform: scale(1.1);
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 253, 244, 0.88);
  color: var(--text);
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(96, 92, 137, 0.16);
}

.carousel-prev {
  left: 1.2rem;
}

.carousel-next {
  right: 1.2rem;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-card {
  padding: 1.5rem;
}

.process-card span {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(168, 175, 231, 0.18);
  color: var(--rose-deep);
  font-weight: 800;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1.5rem;
  align-items: center;
}

.story-copy h2 {
  margin-top: 0.65rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 0.98;
}

.story-copy p {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1rem;
}

.story-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: rgba(255, 252, 241, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.story-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.story-card-copy {
  padding: 1.35rem;
}

.story-card-copy strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.08rem;
}

.story-card-copy p {
  color: var(--muted);
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  background:
    radial-gradient(circle at top right, rgba(168, 175, 231, 0.32), transparent 28%),
    linear-gradient(135deg, rgba(255, 249, 234, 0.96), rgba(232, 235, 255, 0.92));
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 6rem auto 2rem;
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  background: rgba(143, 151, 216, 0.96);
  color: rgba(255, 255, 255, 0.88);
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

[data-animate] {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    animation: none !important;
    transition: none !important;
  }

  [data-animate] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .store-hero,
  .store-grid {
    grid-template-columns: 1fr;
  }

  .feature-panel.wide {
    grid-column: span 1;
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar,
  .footer,
  .cta-card {
    border-radius: 28px;
  }

  .navbar,
  .footer {
    width: min(1180px, calc(100% - 1rem));
  }

  .hero-grid,
  .customize-grid,
  .featured-product-main,
  .cart-grid,
  .category-grid,
  .story-grid,
  .trust-strip,
  .footer,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding: 2rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

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

  .carousel-slide {
    height: 440px;
  }

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

.video-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 260px);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.4rem;
  scrollbar-width: none;
}

.video-strip::-webkit-scrollbar {
  display: none;
}

.video-card,
.video-gallery-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: rgba(255, 252, 241, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  cursor: pointer;
}

.video-card video,
.video-card img,
.video-gallery-card video {
  width: 100%;
  height: 360px;
  object-fit: cover;
  background: #000;
  display: block;
}

.video-card-copy,
.video-gallery-card h3 {
  padding: 0.95rem 1rem 1.05rem;
}

.video-card-copy strong {
  display: block;
  font-size: 1rem;
}

.video-card-copy span {
  display: block;
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.video-popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  z-index: 80;
}

.video-popup.is-open {
  display: flex;
}

.video-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 18, 32, 0.76);
  backdrop-filter: blur(8px);
}

.video-popup-panel {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  padding: 1rem;
  border-radius: 28px;
  background: rgba(255, 252, 241, 0.96);
  box-shadow: 0 30px 60px rgba(23, 18, 32, 0.28);
}

#video-popup-player {
  width: 100%;
  max-height: min(78vh, 720px);
  border-radius: 20px;
  background: #000;
}

.video-popup-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 252, 241, 0.96);
  color: var(--text);
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(23, 18, 32, 0.16);
}

.video-gallery {
  padding-top: 1rem;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.video-gallery-card h3 {
  font-size: 1rem;
  font-weight: 600;
}

.cart-feedback {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: rgba(61, 55, 80, 0.92);
  color: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.cart-feedback.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cart-section {
  padding-top: 1rem;
}

.cart-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 1.25rem;
}

.cart-list-card,
.checkout-card {
  padding: 1.3rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 252, 241, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.cart-header-row,
.cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.cart-items {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(149, 155, 212, 0.16);
}

.cart-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cart-item-image {
  width: 94px;
  height: 94px;
  object-fit: cover;
  border-radius: 18px;
}

.cart-item-copy h3 {
  font-size: 1rem;
}

.cart-item-copy p {
  margin-top: 0.3rem;
  color: var(--muted);
}

.cart-item-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.cart-item-controls button {
  min-width: 34px;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(61, 55, 80, 0.16);
  border-radius: 999px;
  background: #fffdf4;
  color: var(--text);
  cursor: pointer;
}

.remove-link {
  padding-inline: 0.9rem !important;
}

.cart-total-row {
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(149, 155, 212, 0.16);
  font-size: 1.05rem;
}

.cart-empty,
.checkout-help {
  color: var(--muted);
}

.checkout-form {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.checkout-form label {
  display: grid;
  gap: 0.45rem;
}

.checkout-inline-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.checkout-form span {
  font-weight: 700;
}

.checkout-form input,
.checkout-form select,
.checkout-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(149, 155, 212, 0.24);
  border-radius: 18px;
  background: #fffdf4;
  color: var(--text);
  font: inherit;
}

.checkout-submit {
  width: 100%;
  margin-top: 0.35rem;
}

@media (max-width: 980px) {
  .cart-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cart-list-card,
  .checkout-card {
    padding: 1rem;
  }

  .cart-item {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cart-item-image {
    width: 100%;
    height: 180px;
  }

  .cart-item-controls {
    gap: 0.45rem;
  }

  .checkout-inline-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .cart-total-row {
    font-size: 1rem;
  }
}

@media (max-width: 640px) {
  .store-hero {
    gap: 1rem;
  }

  .hero-slider-shell,
  .hero-slider {
    min-height: 330px;
  }

  .hero-slide > img {
    display: none;
  }

  .hero-slide-copy {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    width: calc(100% - 2rem);
    max-width: 18rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    text-align: center;
    transform: translate(-50%, -50%);
  }

  .hero-slide-copy h1,
  .hero-slide-copy h2 {
    font-size: 1.95rem;
    line-height: 1.02;
    margin-top: 0;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  }

  .hero-slider-dots {
    left: 50%;
    bottom: 0.7rem;
    transform: translateX(-50%);
  }

  .hero-slide-copy .eyebrow {
    display: none;
  }

  .hero-slide-copy p {
    display: none;
  }

  .hero-actions {
    margin-top: 1rem;
    gap: 0;
    justify-content: center;
  }

  .hero-actions .shop-now-btn,
  .hero-actions .hero-link {
    padding: 0.82rem 1.4rem;
    min-width: 12rem;
    margin: 0 auto;
  }

  .hero-actions .hero-link {
    display: none;
  }

  .mini-promo-card {
    padding: 0.95rem;
  }

  .section-shell {
    width: min(1180px, calc(100% - 1rem));
  }

  .shipping-banner {
    font-size: 0.72rem;
    padding: 0.45rem 0.75rem;
    margin: 0.35rem auto 0;
    width: min(1180px, calc(100% - 1rem));
    border-radius: 14px;
    letter-spacing: 0.05em;
  }

  .announcement-slider {
    min-height: 0;
  }

  .navbar {
    margin-top: 0.35rem;
    padding: 0.8rem 0.9rem;
    gap: 0.65rem;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    position: sticky;
    width: 100%;
    background: #fffdf9;
    border: none;
    box-shadow: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    left: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
  }

  .nav-links,
  .hero-actions,
  .preview-top,
  .cta-card {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links {
    display: none;
    gap: 0.7rem;
    margin-top: 0.35rem;
  }

  .navbar.menu-open .nav-links {
    display: flex;
    padding-top: 0.85rem;
  }

  .navbar.menu-open {
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar.menu-open .nav-actions {
    display: none;
  }

  .navbar.menu-open .logo {
    justify-content: center;
    width: 100%;
    padding-top: 0.25rem;
  }

  .navbar.menu-open .mobile-menu-toggle {
    top: 1rem;
    transform: none;
  }

  .navbar.menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateX(-50%) translateY(7px) rotate(45deg);
  }

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

  .navbar.menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateX(-50%) translateY(-7px) rotate(-45deg);
  }

  .nav-actions {
    display: flex;
    position: absolute;
    right: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-links .nav-button,
  .navbar.menu-open .nav-links .nav-button {
    width: 100%;
    justify-content: center;
  }

  .category-rail {
    gap: 0.55rem;
    padding-top: 0.6rem;
  }

  .rail-pill {
    padding: 0.72rem 0.92rem;
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    margin-top: 0.75rem;
    padding-top: 0.5rem;
  }

  .logo {
    gap: 0.7rem;
    min-width: 0;
    flex: 0 1 auto;
    justify-content: center;
    text-align: center;
  }

  .logo-img {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    box-shadow: none;
  }

  .brand-tag {
    display: none;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
  }

  .logo h2 {
    font-size: 1.15rem;
    line-height: 1.05;
    letter-spacing: 0.06em;
  }

  .customize-page .page-main::before {
    inset: 0.5rem 0.25rem auto;
    height: 260px;
    border-radius: 28px;
  }

  .customize-page .page-hero {
    padding-top: 1.3rem;
  }

  .customize-hero-meta {
    gap: 0.55rem;
  }

  .customize-hero-meta span {
    padding: 0.58rem 0.82rem;
    font-size: 0.82rem;
  }

  .hero-grid {
    padding: 0.9rem;
    gap: 0.85rem;
    align-items: start;
  }

  .hero-copy h1 {
    font-size: 2.65rem;
    line-height: 0.95;
  }

  .hero-copy p {
    font-size: 0.96rem;
  }

  .hero-backdrop,
  .hero-panel {
    border-radius: 28px;
  }

  .hero-backdrop {
    position: relative;
    min-height: 250px;
  }

  .hero-backdrop::after {
    background:
      linear-gradient(180deg, rgba(36, 23, 29, 0.12) 0%, rgba(36, 23, 29, 0.62) 100%);
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }

  .hero-copy,
  .hero-panel {
    width: 100%;
  }

  .hero-panel {
    padding: 1.05rem;
  }

  .section-heading h2,
  .customize-copy h2,
  .cta-card h2,
  .story-copy h2 {
    font-size: 2.5rem;
  }

  .page-title {
    font-size: 2.8rem;
  }

  .category-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .categories-section .section-heading {
    margin-bottom: 1rem;
  }

  .featured-product-showcase {
    margin-bottom: 1.35rem;
  }

  .featured-product-main {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    padding: 0.9rem;
  }

  .featured-product-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .featured-product-gallery img {
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .featured-product-copy h3 {
    font-size: 1.65rem;
  }

  .featured-product-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .mini-product-slider {
    grid-auto-columns: 44%;
  }

  .mini-product-card {
    padding: 0.6rem;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .category-card {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    transform: none !important;
  }

  .category-card img {
    height: 185px;
    border-radius: 0;
    width: 100%;
    aspect-ratio: auto;
    margin: 0;
  }

  .category-copy {
    padding: 0.55rem 0 0;
  }

  .category-copy h3 {
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.25;
  }

  .category-card-compact .category-copy h3 {
    gap: 0.3rem;
    font-size: 0.98rem;
    line-height: 1.25;
  }

  .product-price {
    font-size: 0.95rem;
    margin-top: 0.28rem;
  }

  .product-cart-btn {
    margin-top: 0.65rem;
    padding: 0.72rem 0.9rem;
    font-size: 0.9rem;
  }

  .horizontal-scroll {
    grid-auto-columns: 82%;
  }

  .product-strip {
    grid-auto-columns: 72%;
  }

  .video-strip {
    grid-auto-columns: 74%;
  }

  .video-card video,
  .video-card img {
    height: 300px;
  }

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

  .video-gallery-card video {
    height: 260px;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-item-image {
    width: 100%;
    height: 180px;
  }

  .scroll-card img {
    height: 230px;
  }

  .product-strip-card img {
    height: 190px;
  }

  .preview-card {
    min-height: auto;
  }

  .preview-stage img,
  .carousel-slide {
    height: 280px;
  }

  .customize-product-card {
    padding: 1rem;
  }

  .customize-slide img {
    height: 300px;
  }

  .customize-mini-gallery img {
    height: 68px;
  }

  .customize-grid {
    display: flex;
    flex-direction: column;
  }

  .custom-request-grid {
    grid-template-columns: 1fr;
  }

  .customize-product-card {
    order: -1;
  }

  .customize-intro-card {
    padding: 1rem;
  }

  .customize-intro-card h3 {
    font-size: 1.55rem;
  }

  .customize-slider-btn {
    width: 42px;
    height: 42px;
  }

  .story-card img {
    height: 260px;
  }

  .carousel-prev,
  .carousel-next {
    width: 42px;
    height: 42px;
  }

  .footer {
    margin-top: 4rem;
  }
}
