/* ══════════════════════════════════════════════════════
   DEAR MUSÉ — HOME CSS v3 · Luxury Editorial
   Complete rewrite: cinematic, editorial, handcrafted
══════════════════════════════════════════════════════ */

/* ─── HERO ──────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100dvh;
  background: url('/image/anhmoi.webp') center center / cover no-repeat;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 0;
}

.hero-noise {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* ── ANIMATED GALLERY BACKGROUND ──────────────────── */
.hero-gallery-bg {
  position: absolute;
  inset: -20%;
  display: flex;
  gap: 2vw;
  z-index: 1;
  transform: rotate(-10deg) scale(1.1);
  pointer-events: none;
  opacity: 0.55;
  /* Increased from 0.45 to make images clearer */
  filter: saturate(0.8) contrast(1.1);
}

.hero-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.hero-col-track {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  animation: heroVerticalScroll 100s linear infinite;
  will-change: transform;
}

.hero-col-2 .hero-col-track {
  animation-duration: 120s;
  animation-direction: reverse;
}

.hero-col-3 .hero-col-track {
  animation-duration: 150s;
}

.hero-col-4 .hero-col-track {
  animation-duration: 110s;
  animation-direction: reverse;
}

.hero-col-5 .hero-col-track {
  animation-duration: 90s;
}

.hero-img-wrap {
  width: 100%;
  aspect-ratio: 3/4;
  background: rgba(255, 247, 230, 0.05);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes heroVerticalScroll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

/* Frame overlay — soft light vignette for readability on light bg */
.hero-frame-overlay {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(to bottom, rgba(46, 28, 35, 0.6) 0%, rgba(46, 28, 35, 0.15) 20%, rgba(46, 28, 35, 0.3) 100%),
    radial-gradient(ellipse at center, rgba(55, 32, 40, 0.08) 0%, rgba(55, 32, 40, 0.4) 100%);
  pointer-events: none;
}

/* ── HERO CONTENT (centered text) ─────────────────── */
.hero-content-center {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 2.50rem;
  width: 100%;
  transform: translateY(-4vh);
  /* Shifts content upwards to fix the "falling down" feeling */
}

/* Badge */
.hero-badge {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--avocado-cream, #D4DB74);
  opacity: 0;
  animation: heroReveal 0.8s var(--ease-out-expo) 0.6s forwards;
}

.hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blush-petal);
  flex-shrink: 0;
  animation: pulse 2.5s ease-in-out 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.6);
    opacity: 0.5;
  }
}

.hero-eyebrow {
  font-family: var(--font-display);
  font-size: clamp(18px, 4vw, 42px);
  /* Scale down on smaller screens */
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.05em;
  color: var(--logo-mocha);
  margin-bottom: 32px;
  /* Decreased further to move down */
  opacity: 0;
  white-space: nowrap;
  /* Prevent word wrapping */
  animation: heroReveal 0.8s var(--ease-out-expo) 0.9s forwards;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.hero-title-line {
  display: block;
  color: var(--vanilla-cream);
  letter-spacing: -0.025em;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
  opacity: 0;
  animation: heroReveal 1s var(--ease-out-expo) calc(1.1s + var(--i, 0) * 0.12s) forwards;
}

.hero-title-line:nth-child(1) {
  --i: 0;
  font-size: clamp(90px, 13vw, 160px);
}

.hero-title-line:nth-child(2) {
  --i: 1;
  font-size: clamp(130px, 17vw, 240px);
  font-style: italic;
  color: var(--avocado-cream, #D4DB74);
  margin: 15px 0;
}

.hero-title-line:nth-child(3) {
  --i: 2;
  font-size: clamp(90px, 13vw, 160px);
}



.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  opacity: 0;
  animation: heroReveal 0.8s var(--ease-out-expo) 1.55s forwards;
}

/* Primary CTA */
.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 16px;
  /* Increased from 11px */
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--vanilla-cream);
  color: var(--ink);
  padding: 18px 38px;
  /* Increased from 16px 32px */
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s, transform 0.25s var(--ease-silk), gap 0.3s;
  position: relative;
  overflow: hidden;
}

.btn-hero-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--avocado-cream);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s var(--ease-out-expo);
  border-radius: 50px;
}

.btn-hero-primary:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.btn-hero-primary:hover {
  transform: translateY(-2px);
  gap: 16px;
}

.btn-hero-primary span,
.btn-hero-primary svg {
  position: relative;
  z-index: 1;
}

/* Ghost CTA */
.btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: 16px;
  /* Increased from 11px */
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vanilla-cream);
  text-decoration: none;
  padding: 18px 38px;
  /* Increased from 16px 32px */
  border: 1px solid rgba(255, 247, 230, 0.4);
  border-radius: 50px;
  transition: all 0.3s var(--ease-silk);
}

.btn-hero-ghost:hover {
  color: var(--ink);
  background: var(--vanilla-cream);
  border-color: var(--vanilla-cream);
  transform: translateY(-2px);
}



@keyframes heroReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ─── TICKER ─────────────────────────────────────────── */
.ticker {
  background: var(--ink);
  padding: 13px 0;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: tickerScroll 45s linear infinite;
  align-items: center;
  gap: 0;
}

.ticker-item {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #D4DB74;
  padding: 0 28px;
  white-space: nowrap;
}

.ticker-sep {
  color: var(--logo-taupe);
  opacity: 0.9;
  font-size: 10px;
  flex-shrink: 0;
}

@keyframes tickerScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-33.333%);
  }
}

/* ─── SECTION TAGS ───────────────────────────────────── */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--logo-taupe);
  margin-bottom: 20px;
  white-space: nowrap;
}

.section-tag::before,
.section-tag::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 0.5px;
  background: currentColor;
  opacity: 0.6;
}

.section-tag.light {
  color: rgba(255, 247, 230, 0.45);
}

.section-tag.light::before,
.section-tag.light::after {
  background: rgba(255, 247, 230, 0.3);
}

/* ─── LINK ARROW ─────────────────────────────────────── */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--logo-mocha);
  text-decoration: none;
  transition: gap 0.3s var(--ease-silk), color 0.2s;
  white-space: nowrap;
}

.link-arrow:hover {
  gap: 16px;
  color: var(--ink);
}

.link-arrow.light {
  color: rgba(255, 247, 230, 0.55);
}

.link-arrow.light:hover {
  color: var(--vanilla-cream);
}

/* ─── INTRO SECTION ──────────────────────────────────── */
.intro-section {
  background: var(--vanilla-cream);
  padding: var(--section-gap) 0;
  overflow: hidden;
}

.intro-grid {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 3.13rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Collage Image side */
.intro-visual {
  position: relative;
  height: 600px;
  perspective: 1000px;
}

.collage-layer {
  position: absolute;
  width: 75%;
  border: 8px solid var(--vanilla-cream);
  box-shadow: 0 25px 50px rgba(26, 25, 22, 0.15);
  transition: all 0.8s var(--ease-out-expo);
  overflow: visible;
  border-radius: 16px;
}

.collage-layer img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.collage-bg {
  top: 0;
  right: 0;
  transform: rotate(4deg) translateZ(-50px);
  z-index: 1;
  filter: brightness(0.9);
}

.collage-fg {
  bottom: 0;
  left: 0;
  transform: rotate(-3deg) translateZ(0);
  z-index: 2;
}

.intro-visual:hover .collage-bg {
  transform: rotate(8deg) translateZ(-50px) translateX(20px) translateY(-20px);
  filter: brightness(1);
}

.intro-visual:hover .collage-fg {
  transform: rotate(-6deg) translateZ(0) translateX(-20px) translateY(20px);
}

.intro-img-label {
  position: absolute;
  bottom: -15px;
  right: -20px;
  z-index: 3;
  background: var(--logo-mocha);
  color: rgba(255, 247, 230, 0.7);
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transform: rotate(3deg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.intro-img-label span:first-child {
  font-family: var(--font-display);
  font-size: 18px;
  font-style: italic;
  color: var(--vanilla-cream);
}

.intro-img-label .intro-img-num {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.5;
}

/* Text side */
.intro-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.intro-quote {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.2vw, 38px);
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.45;
  margin-bottom: 32px;
  letter-spacing: -0.01em;
}

.intro-quote em {
  font-style: normal;
  color: var(--logo-mocha);
  border-bottom: 2px solid var(--blush-petal);
  padding-bottom: 2px;
}

.intro-rule {
  width: 60px;
  height: 1px;
  background: var(--bone);
  margin-bottom: 28px;
}

.intro-body {
  font-size: 19px;
  font-weight: 300;
  color: #000;
  line-height: 1.85;
  margin-bottom: 32px;
  max-width: 420px;
}

/* ─── GALLERY SECTION ────────────────────────────────── */
.gallery-section {
  /* Watercolor paint-bleed background — layered radial blobs */
  background-color: #F5E8E1;
  background-image:
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(247, 200, 211, 0.85) 0%, transparent 65%),
    radial-gradient(ellipse 55% 45% at 80% 10%, rgba(255, 230, 235, 0.6) 0%, transparent 60%),
    radial-gradient(ellipse 70% 55% at 90% 70%, rgba(242, 218, 228, 0.75) 0%, transparent 60%),
    radial-gradient(ellipse 65% 50% at 10% 85%, rgba(255, 245, 238, 0.7) 0%, transparent 60%),
    radial-gradient(ellipse 45% 40% at 50% 50%, rgba(250, 225, 215, 0.5) 0%, transparent 70%),
    radial-gradient(ellipse 30% 35% at 65% 35%, rgba(253, 236, 208, 0.55) 0%, transparent 55%);
  padding: var(--section-gap) 0;
  position: relative;
}

/* Subtle paper texture noise overlay */
.gallery-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.gallery-section>* {
  position: relative;
  z-index: 1;
}

.gallery-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}

.gallery-heading {
  font-family: var(--font-display);
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.1;
}

.gallery-heading em {
  font-style: italic;
  color: var(--logo-taupe);
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255, 255, 255, 0.5);
}

/* Masonry layout for artistic photography gallery */
.gallery-mosaic {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.gallery-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gallery-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  /* natural height for masonry */
  display: block;
  transition: transform 1.2s var(--ease-silk);
}

.gallery-item:hover img {
  transform: scale(1.05);
}/* Remove old modifiers since masonry handles sizes naturally */
.gallery-item--tall,
.gallery-item--wide {
  /* no-op for masonry */
}

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 25, 22, 0.75) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.4s var(--ease-silk);
  pointer-events: none;
  /* Allows clicks to pass through to the image */
}

.gallery-item:hover .gallery-item-overlay {
  opacity: 1;
}

.gallery-item-meta {
  position: absolute;
  bottom: 16px;
  left: 18px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.35s var(--ease-silk);
}

.gallery-item:hover .gallery-item-meta {
  opacity: 1;
  transform: translateY(0);
}

.gallery-cat {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blush-petal);
}

.gallery-num {
  font-family: var(--font-display);
  font-size: 18px;
  font-style: italic;
  color: var(--vanilla-cream);
}

/* ─── EDITORIAL NUMBERS SECTION ──────────────────────── */
.muse-numbers-editorial {
  background: var(--vanilla-cream);
  padding: 120px 0;
  border-top: 1px solid var(--bone);
  border-bottom: 1px solid var(--bone);
}

.muse-numbers-layout {
  display: grid;
  grid-template-columns: 4fr 7fr;
  gap: 80px;
  align-items: start;
}

/* Left Sticky Area */
.muse-numbers-sticky {
  position: sticky;
  top: 120px;
}

.muse-numbers-heading {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.15;
  margin: 16px 0 24px;
}

.muse-numbers-heading em {
  font-style: italic;
  color: var(--logo-taupe);
}

.muse-numbers-sub {
  font-size: 19px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 40px;
  max-width: 320px;
}

.muse-numbers-img {
  width: 100%;
  max-width: 280px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.muse-numbers-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}

/* Right List Area */
.muse-numbers-list {
  display: flex;
  flex-direction: column;
}

.muse-number-row {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 40px;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid var(--bone);
  transition: transform 0.4s ease;
}

.muse-number-row:hover {
  transform: translateX(10px);
}

.muse-num-value {
  font-family: var(--font-display);
  font-size: clamp(60px, 6vw, 100px);
  font-weight: 300;
  font-style: italic;
  color: var(--logo-mocha);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.muse-num-value sup {
  font-size: 0.4em;
  vertical-align: super;
  font-style: normal;
  opacity: 0.6;
}

.muse-num-text strong {
  display: block;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--ink);
  margin-bottom: 12px;
}

.muse-num-text p {
  font-size: 19px;
  line-height: 1.7;
  color: #666;
  font-weight: 300;
}

@media (max-width: 992px) {
  .muse-numbers-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .muse-numbers-sticky {
    position: static;
  }
  .muse-number-row {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 40px 0;
  }
  .muse-numbers-img {
    display: none; /* Hide image on mobile to save space */
  }
}

/* ─── SERVICES LIST ──────────────────────────────────── */
.services-section {
  background-color: #F5E8E1;
  background-image:
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(247, 200, 211, 0.85) 0%, transparent 65%),
    radial-gradient(ellipse 55% 45% at 80% 10%, rgba(255, 230, 235, 0.6) 0%, transparent 60%),
    radial-gradient(ellipse 70% 55% at 90% 70%, rgba(242, 218, 228, 0.75) 0%, transparent 60%),
    radial-gradient(ellipse 65% 50% at 10% 85%, rgba(255, 245, 238, 0.7) 0%, transparent 60%),
    radial-gradient(ellipse 45% 40% at 50% 50%, rgba(250, 225, 215, 0.5) 0%, transparent 70%),
    radial-gradient(ellipse 30% 35% at 65% 35%, rgba(253, 236, 208, 0.55) 0%, transparent 55%);
  padding: var(--section-gap) 0;
}

.services-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 60px;
}

.services-heading {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.15;
}

.services-heading em {
  font-style: italic;
  color: var(--logo-taupe);
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255, 255, 255, 0.5);
}

.services-intro-text p {
  font-size: 19px;
  font-weight: 300;
  color: #000;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Grid-style services cards -> Marquee */
.services-section {
  background-color: #F5E8E1;
  background-image:
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(247, 200, 211, 0.85) 0%, transparent 65%),
    radial-gradient(ellipse 55% 45% at 80% 10%, rgba(255, 230, 235, 0.6) 0%, transparent 60%),
    radial-gradient(ellipse 70% 55% at 90% 70%, rgba(242, 218, 228, 0.75) 0%, transparent 60%),
    radial-gradient(ellipse 65% 50% at 10% 85%, rgba(255, 245, 238, 0.7) 0%, transparent 60%),
    radial-gradient(ellipse 45% 40% at 50% 50%, rgba(250, 225, 215, 0.5) 0%, transparent 70%),
    radial-gradient(ellipse 30% 35% at 65% 35%, rgba(253, 236, 208, 0.55) 0%, transparent 55%);
  padding: var(--section-gap) 0;
  overflow: hidden;
}

.services-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.services-marquee-track {
  display: flex;
  gap: 32px;
  width: max-content;
  animation: servicesMarqueeScroll 25s linear infinite;
}

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

/* Chạy từ trái sang phải */
@keyframes servicesMarqueeScroll {
  from {
    transform: translateX(calc(-50% - 16px));
  }

  to {
    transform: translateX(0);
  }
}

.svc-card {
  width: calc((100vw - 48px - 64px) / 3);
  /* responsive width based on viewport minus padding and gap */
  max-width: 389px;
  /* Max width for 1280px container */
  flex-shrink: 0;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 2/3;
  /* Changed to 2/3 for a more vertical/portrait shape */
  text-decoration: none;
  color: var(--vanilla-cream);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s;
  display: block;
}

@media (max-width: 768px) {
  .svc-card {
    width: 280px;
  }
}

.svc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

.svc-card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--ink);
}

.svc-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease-out-expo);
  filter: saturate(0.85);
}

.svc-card:hover .svc-card-bg img {
  transform: scale(1.08);
  filter: saturate(1.1);
}

.svc-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(26, 25, 22, 0.95) 0%, rgba(26, 25, 22, 0.4) 50%, rgba(26, 25, 22, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
}

.svc-num {
  font-family: var(--font-display);
  font-size: 20px;
  font-style: italic;
  color: var(--avocado-cream);
  margin-bottom: 12px;
  display: block;
}

.svc-info h3 {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 400;
  color: var(--vanilla-cream);
  line-height: 1.1;
  margin-bottom: 12px;
  transition: color 0.3s;
}

.svc-card:hover .svc-info h3 {
  color: var(--avocado-cream);
}

.svc-info p {
  font-size: 19px;
  font-weight: 300;
  color: rgba(255, 247, 230, 0.7);
  margin-bottom: 32px;
  line-height: 1.6;
}

.svc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 247, 230, 0.15);
  padding-top: 24px;
}

.svc-price {
  font-size: 16px;
  color: rgba(255, 247, 230, 0.6);
}

.svc-price strong {
  font-family: var(--font-display);
  font-size: 25px;
  font-style: italic;
  color: var(--vanilla-cream);
  font-weight: 400;
  margin-left: 6px;
}

.svc-arrow {
  color: var(--ink);
  background: var(--vanilla-cream);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s var(--ease-out-expo), transform 0.4s var(--ease-out-expo), color 0.4s;
}

.svc-card:hover .svc-arrow {
  background: var(--avocado-cream);
  transform: translateX(6px);
}

@media (max-width: 1024px) {
  .services-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-list {
    grid-template-columns: 1fr;
  }
}

/* ─── REVIEWS SECTION ────────────────────────────────── */
.reviews-section {
  background: var(--vanilla-cream);
  padding: var(--section-gap) 0;
  border-top: 0.5px solid var(--bone);
}

.reviews-header {
  margin-bottom: 56px;
  max-width: 560px;
}

.reviews-heading {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 16px;
}

.reviews-heading em {
  font-style: italic;
  color: var(--logo-taupe);
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255, 255, 255, 0.5);
}

.reviews-sub {
  font-size: 19px;
  font-weight: 300;
  color: #000;
  line-height: 1.7;
}

/* 2-column grid: first card is featured (tall) */
.reviews-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  margin-bottom: 48px;
}

.review-card {
  background: var(--parchment);
  border: 1px solid var(--bone);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 2px;
  transition: all 0.4s var(--ease-silk);
  position: relative;
}

.review-card:hover {
  border-color: var(--logo-taupe);
  box-shadow: 0 16px 40px rgba(26, 25, 22, 0.05);
  transform: translateY(-4px);
}

.review-card--featured {
  grid-row: span 2;
  background: var(--ink);
  border-color: rgba(255, 247, 230, 0.1);
}

.review-card--featured:hover {
  border-color: rgba(255, 247, 230, 0.25);
  box-shadow: 0 20px 50px rgba(26, 25, 22, 0.3);
}

.review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--blush-petal);
  flex-shrink: 0;
}

.review-card--featured .review-avatar {
  border-color: var(--avocado-cream);
}

.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  /* hiện mặt người, không bị crop ngẫu nhiên */
}

.review-stars {
  font-size: 19px;
  letter-spacing: 0.1em;
  color: var(--avocado-cream);
}

.review-card--featured .review-stars {
  color: var(--blush-petal);
}

.review-text {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.85;
  color: #000;
  flex-grow: 1;
}

.review-card--featured .review-text {
  color: rgba(255, 247, 230, 0.72);
  font-size: 20px;
}

.review-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 0.5px solid var(--bone);
}

.review-card--featured .review-footer {
  border-color: rgba(255, 247, 230, 0.1);
}

.review-name {
  display: block;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 3px;
}

.review-card--featured .review-name {
  color: var(--vanilla-cream);
}

.review-package {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--logo-taupe);
}

.review-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--logo-taupe);
  white-space: nowrap;
  flex-shrink: 0;
  opacity: 0.7;
}

.review-card--featured .review-badge {
  color: rgba(255, 247, 230, 0.45);
}

.review-link {
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0.8;
  position: relative;
  overflow: hidden;
}

.review-link:hover {
  opacity: 1;
  color: var(--logo-taupe);
  text-shadow: 0 0 8px rgba(181, 160, 142, 0.6);
  transform: translateX(2px);
}

.review-link svg {
  transition: transform 0.3s ease;
}

.review-link:hover svg {
  transform: translateX(3px);
}

/* Kỹ xảo (shimmer effect on the link text) */
.review-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-20deg);
  transition: all 0.5s;
}

.review-link:hover::after {
  left: 150%;
  transition: all 0.6s ease-in-out;
}

/* Summary bar */
.reviews-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 36px;
  background: var(--parchment);
  border: 1px solid var(--bone);
  gap: 32px;
  flex-wrap: wrap;
}

.reviews-rating {
  display: flex;
  align-items: center;
  gap: 20px;
}

.reviews-score {
  font-family: var(--font-display);
  font-size: 65px;
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
  line-height: 1;
}

.reviews-stars-big {
  font-size: 25px;
  letter-spacing: 0.1em;
  color: var(--avocado-cream);
  margin-bottom: 6px;
}

.reviews-rating p {
  font-size: 15px;
  color: var(--smoke);
  font-weight: 300;
}

.reviews-platforms {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 15px;
  color: var(--smoke);
}

.platform-tag {
  padding: 6px 14px;
  border: 0.5px solid var(--bone);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--ink);
  transition: all 0.25s;
}

.platform-tag:hover {
  border-color: var(--logo-taupe);
  background: var(--vanilla-cream);
}

/* --- FEEDBACK ACTION --- */

/* ─── ABOUT SNAP ─────────────────────────────────────── */
.about-snap {
  background-color: #F5E8E1;
  background-image:
    radial-gradient(ellipse 80% 60% at 85% 20%, rgba(247, 200, 211, 0.75) 0%, transparent 65%),
    radial-gradient(ellipse 55% 45% at 20% 10%, rgba(255, 230, 235, 0.5) 0%, transparent 60%),
    radial-gradient(ellipse 70% 55% at 10% 70%, rgba(242, 218, 228, 0.65) 0%, transparent 60%),
    radial-gradient(ellipse 45% 40% at 50% 50%, rgba(250, 225, 215, 0.4) 0%, transparent 70%);
  padding: var(--section-gap) 0;
  border-top: 0.5px solid rgba(242, 218, 228, 0.5);
}

.about-snap-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: center;
}

.about-snap-frame {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 16px;
}

.about-snap-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease-silk);
}

.about-snap-img:hover img {
  transform: scale(1.04);
}

/* Decorative corner lines */
.about-snap-img::before {
  content: '';
  position: absolute;
  top: -12px;
  right: -12px;
  width: 55%;
  height: 55%;
  border-top: 1px solid var(--bone);
  border-right: 1px solid var(--bone);
  z-index: 2;
  pointer-events: none;
}

.about-snap-img::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: -12px;
  width: 55%;
  height: 55%;
  border-bottom: 1px solid var(--bone);
  border-left: 1px solid var(--bone);
  z-index: 2;
  pointer-events: none;
}

.about-snap-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--logo-mocha);
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 3;
}

.about-snap-tag span:first-child {
  font-family: var(--font-display);
  font-size: 18px;
  font-style: italic;
  color: var(--vanilla-cream);
}

.about-snap-tag span:last-child {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 247, 230, 0.4);
}

.about-snap-heading {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 12px;
}

.about-snap-heading em {
  font-style: italic;
  color: var(--logo-taupe);
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255, 255, 255, 0.5);
}

.about-snap-text p {
  font-size: 19px;
  font-weight: 300;
  color: #000;
  line-height: 1.85;
  margin-bottom: 16px;
}

.about-snap-stats {
  display: flex;
  gap: 32px;
  padding: 28px 0;
  border-top: 0.5px solid var(--bone);
  border-bottom: 0.5px solid var(--bone);
  margin: 32px 0;
}

.snap-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.snap-stat span {
  font-family: var(--font-display);
  font-size: 43px;
  font-style: italic;
  color: var(--ink);
  line-height: 1;
}

.snap-stat label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--smoke);
}

/* ─── CTA SECTION ────────────────────────────────────── */
.cta-section {
  position: relative;
  background: var(--vanilla-cream);
  padding: 100px 0;
  overflow: hidden;
}

/* Section tag trên nền hồng */
.cta-section .section-tag {
  color: var(--logo-mocha);
}

.cta-section .section-tag::before,
.cta-section .section-tag::after {
  background: var(--logo-mocha);
}

/* Subtle grain over CTA */
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}

.cta-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.cta-heading {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 16px;
}

.cta-heading em {
  font-style: italic;
  color: var(--logo-taupe);
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255, 255, 255, 0.5);
}

.cta-text p {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  margin-bottom: 36px;
  letter-spacing: 0.02em;
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Primary button — nền hồng → nút màu đen sang trọng */
.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--logo-mocha);
  color: var(--vanilla-cream);
  padding: 16px 36px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 50px !important;
  transition: transform 0.25s var(--ease-silk);
}

.btn-cta-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--ink);
  opacity: 1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s var(--ease-out-expo);
}

.btn-cta-primary:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.btn-cta-primary:hover {
  transform: translateY(-2px);
}

.btn-cta-primary span {
  position: relative;
  z-index: 1;
}

.btn-cta-ghost {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(26, 25, 22, 0.55);
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 0.5px solid rgba(26, 25, 22, 0.3);
  transition: color 0.25s, border-color 0.25s;
}

.btn-cta-ghost:hover {
  color: var(--ink);
  border-color: var(--ink);
}

.cta-visual {
  position: relative;
}

.cta-img-frame {
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0 20px 60px rgba(26, 25, 22, 0.15);
  border-radius: 16px;
}

.cta-img-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.9s var(--ease-silk);
}

.cta-visual:hover .cta-img-frame img {
  transform: scale(1.04);
}

.cta-img-accent {
  position: absolute;
  bottom: -16px;
  left: -16px;
  width: 55%;
  height: 55%;
  border: 1px solid rgba(26, 25, 22, 0.15);
  z-index: 0;
  pointer-events: none;
}

/* ─── RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 1100px) {
  .gallery-mosaic {
    grid-template-columns: repeat(2, 1fr);
  }

  /* reset wide to normal on tablet */
  .gallery-item--wide {
    grid-column: span 1;
    aspect-ratio: 3/4;
  }

  .gallery-item--tall {
    grid-row: span 2;
  }

  .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .review-card--featured {
    grid-row: span 1;
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .intro-img-outer {
    max-width: 480px;
  }

  .intro-text {
    max-width: 580px;
  }

  .services-intro {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cta-inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .cta-visual {
    max-width: 420px;
  }

  .about-snap-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 767px) {
  .hero-content {
    padding: 0 1.88rem;
  }

  .hero-bottom {
    padding: 0 1.88rem 2.50rem;
    grid-template-columns: 1fr auto;
  }

  .hero-dots {
    display: none;
  }

  .hero-title-line:nth-child(1),
  .hero-title-line:nth-child(3) {
    font-size: clamp(55px, 11vw, 85px) !important;
  }

  .hero-title-line:nth-child(2) {
    font-size: clamp(85px, 16vw, 135px) !important;
  }

  .hero-badge {
    left: 1.88rem;
  }

  /* Gallery: 2 columns on mobile, uniform aspect-ratio */
  .gallery-mosaic {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .gallery-item {
    aspect-ratio: 3/4;
  }

  .gallery-item--tall,
  .gallery-item--wide {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 3/4;
  }

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

  .svc-row {
    grid-template-columns: 48px 1fr auto 32px;
    gap: 16px;
  }

  .svc-thumb {
    display: none;
  }

  .svc-price {
    display: none;
  }

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

  .review-card--featured {
    grid-column: span 1;
  }

  .reviews-summary {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .hero-scroll {
    display: none;
  }

  .about-snap-img::before,
  .about-snap-img::after {
    display: none;
  }

  .snap-stat span {
    font-size: 33px;
  }

  .about-snap-stats {
    gap: 20px;
  }
}

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

  .number-item {
    padding: 36px 24px;
  }
}

/* Mobile responsive styles for Hero Section */
@media (max-width: 768px) {
  .hero-actions {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 320px;
  }

  .btn-hero-primary,
  .btn-hero-ghost {
    width: 100%;
    justify-content: center;
    font-size: 13px;
    padding: 14px 24px;
  }

  .gallery-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }
}