/* ==========================================================================
   ZAZZLE SALON - HOME PAGE STYLESHEET
   - Section 1: Hero Section (Exact Blueprint Layout)
   - Section 2: Services Section (Exact Editorial Blueprint Layout)
   - Exact Color, Sizing & Typography Matching Reference Screenshot
   Palette:
     - Warm Off-White Canvas: #F5F2EA
     - Card Background: #F5F2EA
     - Noir Black: #111111
     - Muted Gold: #C8A96E
   ========================================================================== */

/* --- ROOT VARIABLES --- */
:root {
  --bg-warm: #F8F5EF;
  --bg-card: #F8F5EF;
  --color-black: #111111;
  --color-charcoal: #3D3A35;
  --color-muted: #6B655D;
  --color-gold: #C8A96E;
  --color-white: #FFFFFF;

  /* High-Fashion Luxury Fonts from d:\zazzle\frontend\home\home.html */
  --font-serif-luxury: 'Cormorant Garamond', 'Bodoni Moda', Georgia, serif;
  --font-bodoni: 'Bodoni Moda', 'Italiana', 'Tenor Sans', 'Cormorant Garamond', serif;
  --font-didot: 'Cormorant Garamond', 'Bodoni Moda', Georgia, serif;
  --font-headline-slim: 'Tenor Sans', 'Italiana', 'Cormorant Garamond', serif;
  --font-serif-display: 'Italiana', 'Bodoni Moda', 'Cormorant Garamond', Georgia, serif;
  --font-brand: 'Cinzel', serif;
  --font-ui: 'Manrope', 'Plus Jakarta Sans', 'Montserrat', -apple-system, sans-serif;
  --font-sans: 'Manrope', 'Plus Jakarta Sans', 'Montserrat', -apple-system, sans-serif;

  --ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-card: 0 16px 40px rgba(17, 17, 17, 0.08), 0 3px 12px rgba(17, 17, 17, 0.03);
}

/* --- RESET --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  width: 100%;
  background-color: var(--bg-warm);
  color: var(--color-black);
  font-family: var(--font-ui);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* ==========================================================================
   1. HERO SECTION — EXACT REFERENCE EDITORIAL LUXURY LAYOUT
   ========================================================================== */

/* --- HERO CANVAS --- */
.hero-canvas {
  width: 100%;
  min-height: 100vh;
  background-color: #F8F5EF;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 72px;
  /* offset for fixed navbar */
  box-sizing: border-box;
  transform-origin: center top;
  will-change: transform, opacity, border-radius;
  transition: border-radius 0.4s ease;
}

/* --- HERO STAGE --- */
.hero-stage {
  flex: 1;
  width: 100%;
  position: relative;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: stretch;
}

/* ==========================================================================
   PORTRAIT IMAGE — RIGHT SIDE (EDITORIAL REFINED PROPORTIONS)
   ========================================================================== */
.hero-portrait-wrap {
  position: absolute;
  top: clamp(15px, 2.5vh, 32px);
  right: clamp(-10px, 0.5vw, 15px);
  bottom: clamp(10px, 1.8vh, 24px);
  width: clamp(440px, 48vw, 860px);
  height: calc(100% - clamp(25px, 4.3vh, 56px));
  z-index: 1;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}

.hero-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 88% center;
  display: block;
  /* Blend the white-bg photo into the warm ivory seamlessly */
  mix-blend-mode: multiply;
  transform: translateX(6px);
}

/* ==========================================================================
   LEFT CONTENT COLUMN
   ========================================================================== */
.hero-content-col {
  position: relative;
  z-index: 5;
  width: 46%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(60px, 8vh, 100px) 0 clamp(32px, 5vh, 56px) clamp(50px, 7vw, 105px);
  box-sizing: border-box;
}

.hero-text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

/* --- Category Label --- */
.hero-category-label {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #1A1816;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(16px, 2.4vh, 24px);
}

.category-dot {
  color: #B88E4B;
  font-size: 9px;
  line-height: 1;
}

/* --- Main Headline --- */
.hero-headline {
  font-family: 'Bodoni Moda', 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-optical-sizing: auto;
  font-size: clamp(50px, 5.7vw, 86px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.02em;
  color: #111111;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  flex-direction: column;
  max-width: 560px;
}

.hero-headline span {
  display: block;
}

.hero-headline .headline-italic,
.hero-headline em {
  font-style: italic;
  font-family: 'Bodoni Moda', 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-weight: 300;
  letter-spacing: -0.015em;
}

/* --- Description --- */
.hero-description {
  font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(15.5px, 1.25vw, 18px);
  font-weight: 400;
  line-height: 1.48;
  color: #1A1816;
  max-width: 400px;
  margin: clamp(24px, 3.8vh, 42px) 0 clamp(24px, 3.5vh, 38px) 0;
  letter-spacing: 0.005em;
}

/* --- HERO CTA PILL BUTTONS (EXACT REFERENCE RECREATION) --- */
.hero-cta-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.hero-pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 28px;
  border-radius: 9999px;
  text-decoration: none;
  font-family: var(--font-ui);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  box-sizing: border-box;
}

.hero-pill-btn .btn-arrow {
  font-size: 15px;
  line-height: 1;
  transition: transform 0.3s ease;
}

/* 1. Primary Button: Solid Black with Gold Text */
.hero-pill-primary {
  background-color: #0F0E0D;
  color: #D8B276;
  border: 1px solid #0F0E0D;
}

.hero-pill-primary .btn-arrow {
  color: #D8B276;
}

.hero-pill-primary:hover {
  background-color: #22201E;
  color: #E8CFA6;
  border-color: #22201E;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(15, 14, 13, 0.18);
}

.hero-pill-primary:hover .btn-arrow {
  transform: translateX(4px);
  color: #E8CFA6;
}

/* 2. Secondary Button: Transparent with Gold Border & Black Text */
.hero-pill-secondary {
  background-color: transparent;
  color: #111111;
  border: 1px solid #C8A96E;
}

.hero-pill-secondary .btn-arrow {
  color: #111111;
}

.hero-pill-secondary:hover {
  background-color: rgba(200, 169, 110, 0.1);
  border-color: #B88E4B;
  color: #000000;
  transform: translateY(-1px);
}

.hero-pill-secondary:hover .btn-arrow {
  transform: translateX(4px);
}

/* ==========================================================================
   BOTTOM-LEFT LOCATION DETAIL
   ========================================================================== */
.hero-location-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-top: 20px;
}

.location-vertical-line {
  width: 1.5px;
  height: 32px;
  background-color: rgba(17, 17, 17, 0.4);
  flex-shrink: 0;
  margin-top: 1px;
}

.location-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.location-text span {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #4A453E;
  text-transform: uppercase;
  line-height: 1.35;
}

/* ==========================================================================
   BOTTOM SCROLL INDICATOR — CENTERED
   ========================================================================== */
.hero-scroll-indicator {
  position: absolute;
  bottom: clamp(24px, 4vh, 48px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 6;
}

.scroll-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(17, 17, 17, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.scroll-arrow-icon {
  font-size: 14px;
  color: #111111;
  animation: scroll-bounce 2s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  line-height: 1;
}

.scroll-label {
  font-family: var(--font-ui);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.35;
  color: #4A453E;
  text-transform: uppercase;
}

@keyframes scroll-bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}

.scroll-label {
  font-family: var(--font-ui);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #333333;
  text-transform: uppercase;
}

/* ==========================================================================
   HERO RESPONSIVE BREAKPOINTS
   ========================================================================== */

/* --- TABLET (900px and below) --- */
@media (max-width: 1100px) {
  .hero-content-col {
    width: 52%;
  }

  .hero-portrait-wrap {
    width: 55vw;
  }

  .hero-headline {
    font-size: clamp(42px, 4.8vw, 64px);
  }
}

@media (max-width: 900px) {
  .hero-canvas {
    min-height: 100svh;
    padding-top: 72px;
  }

  .hero-stage {
    min-height: calc(100svh - 72px);
  }

  .hero-content-col {
    width: 56%;
    padding-left: clamp(24px, 4vw, 48px);
    padding-right: 12px;
    padding-top: clamp(28px, 4vh, 48px);
    padding-bottom: clamp(28px, 4vh, 48px);
  }

  .hero-portrait-wrap {
    width: 52vw;
  }

  .hero-headline {
    font-size: clamp(38px, 4.4vw, 56px);
  }

  .hero-scroll-indicator {
    right: clamp(20px, 3vw, 40px);
  }

  .scroll-label {
    display: none;
  }
}

/* --- MOBILE (650px and below) --- */
@media (max-width: 650px) {
  .hero-canvas {
    min-height: 100svh;
    overflow-y: auto;
    padding-top: 72px;
  }

  .hero-stage {
    display: flex;
    flex-direction: column;
    min-height: unset;
    position: relative;
  }

  /* Reset bottom padding — location detail flows naturally in the flex column */
  .hero-content-col {
    padding-bottom: 28px;
  }

  /* Portrait becomes full-width below the text */
  .hero-portrait-wrap {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 60vw;
    min-height: 280px;
    max-height: 420px;
    order: 2;
  }

  .hero-portrait-img {
    object-position: center 20%;
  }

  /* Content above the portrait */
  .hero-content-col {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    order: 1;
    padding: 96px 24px 28px 24px;
    justify-content: flex-start;
  }

  .hero-headline {
    font-size: clamp(38px, 9.5vw, 54px);
    line-height: 0.90;
  }

  .hero-category-label {
    font-size: 10px;
    gap: 7px;
  }

  /* Location detail now flows in the flex column — no overrides needed */
  .hero-scroll-indicator {
    display: none;
  }
}

/* 2. SERVICES SECTION (EXACT EDITORIAL RECREATION OF REFERENCE IMAGE)
   - Exact Fonts: 'Cormorant Garamond', 'Bodoni Moda', 'Manrope'
   - Exact Proportions, Card Dimensions, Colors & Arrow Layout
   ========================================================================== */
.services-section {
  width: 100%;
  background-color: var(--bg-warm);
  position: relative;
  padding: clamp(84px, 9.5vh, 115px) 0 80px 0;
  overflow: hidden;
  transform-origin: center top;
  will-change: transform, opacity;
}

/* --- TOP EDITORIAL HEADER INTRO --- */
.services-header-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
  padding: 0 20px;
}

/* 1. Services Top Editorial Quote Strip (Exact Reference Style) */
.services-quote-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 35px;
  text-align: center;
}

.srv-quote-item {
  font-family: 'Tenor Sans', 'Montserrat', 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #111111;
}

.srv-quote-bullet {
  color: #A9823E;
  font-size: 14px;
  line-height: 1;
}

/* 2. Hero Composition (Layer 1 Background, Layer 2 Central Rounded Card, Layer 3 Oversized Title) */
.services-hero-composition {
  position: relative;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 380px;
}

/* Left & Right Side Editorial Columns for Services Section (Exact Reference Screenshot Match) */
.srv-side-column {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  z-index: 5;
  width: clamp(200px, 20vw, 290px);
}

.srv-side-left {
  left: clamp(24px, 4vw, 64px);
  justify-content: flex-start;
}

.srv-side-right {
  right: clamp(24px, 4vw, 64px);
  justify-content: flex-end;
}

.srv-side-num {
  font-family: 'Bodoni Moda', 'Playfair Display', 'Tenor Sans', serif;
  font-size: clamp(38px, 4.0vw, 64px);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111111;
  margin: 0 0 8px 0;
  line-height: 0.95;
}

.srv-side-desc {
  font-family: 'Manrope', 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: #333333;
  margin: 0;
}

/* Central Rounded Model Frame (Exact 38px radius rectangle) */
.services-card-frame {
  width: clamp(480px, 38vw, 580px);
  height: 440px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  transform: translateX(175px);
  z-index: 1;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.08);
  background-color: #E8A86C;
}

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

/* Stacked Title Container for Services Section (the Signature SERVICES) - Half Centered Over Left Edge of Image */
.services-stacked-hero-title {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(calc(-50% - 130px), -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  user-select: none;
  will-change: transform, opacity;
  transform-style: preserve-3d;
}

.services-stacked-hero-title .services-giant-title {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

/* Script Intro Line: the Signature */
.srv-script-intro {
  font-family: 'Playfair Display', 'Italiana', Georgia, serif;
  font-style: italic;
  font-size: clamp(38px, 5.5vw, 86px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin-bottom: 0.15em;
  transform: translateX(85px);
  z-index: 11;
  white-space: nowrap;
}

.srv-script-the,
.srv-script-sig-dark {
  color: #111111;
  text-shadow: none;
}

.srv-script-the {
  margin-right: 0.15em;
  font-size: 0.92em;
}

.srv-script-signature {
  color: #FFFFFF;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

/* Oversized SERVICES Overlay Title (Slender High-Fashion Serif: Bodoni Moda 400) */
.services-giant-title {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-family: 'Bodoni Moda', 'Playfair Display', Georgia, serif;
  font-optical-sizing: auto;
  font-size: clamp(44px, 7.2vw, 115px);
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 0.85;
  margin-right: -0.18em;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  color: #111111;
  will-change: transform, opacity;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.services-giant-title .char-dark {
  color: #111111;
}

.services-giant-title .char-light {
  color: #111111;
  text-shadow: none;
}

/* 3. Subtitle Description */
.services-bottom-block {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 60px;
  padding: 0 20px;
}

.services-header-desc {
  font-family: var(--font-ui);
  font-size: 14.5px;
  font-weight: 400;
  color: #555555;
  letter-spacing: 0.01em;
  margin: 0 auto;
  max-width: 680px;
  line-height: 1.5;
}

/* --- EDITORIAL SERVICES CAROUSEL (ABSTRACT STAGGERED WAVE & FLOATING TRANSITIONS) --- */
.services-carousel-wrapper {
  position: relative;
  width: 100%;
  max-width: 1540px;
  margin: clamp(90px, 8vw, 150px) auto 0 auto;
  padding: 0 3.5vw;
}

.services-carousel-track {
  display: flex;
  gap: clamp(20px, 2.4vw, 32px);
  overflow-x: auto;
  scroll-behavior: auto;
  scroll-snap-type: none;
  padding: 55px 16px 75px 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.services-carousel-track::-webkit-scrollbar {
  display: none;
}

.services-carousel-track .service-card {
  flex: 0 0 clamp(270px, 22vw, 315px);
  min-height: 490px;
  scroll-snap-align: none;
  background-color: #F0ECE3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: clamp(28px, 2.4vw, 36px);
  overflow: hidden;
  border: none;
  box-shadow: 0 18px 45px rgba(26, 24, 22, 0.12), 0 4px 14px rgba(26, 24, 22, 0.05);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
  will-change: transform;
}

/* Base Staggered Elevation + Gentle Floating Animations */
.services-carousel-track .service-card:nth-child(odd) {
  --base-y: -28px;
  transform: translateY(calc(var(--base-y) + var(--scroll-float, 0px))) rotate(var(--scroll-tilt, 0deg));
  animation: srvFloatOdd 5.5s ease-in-out infinite alternate;
}

.services-carousel-track .service-card:nth-child(even) {
  --base-y: 32px;
  transform: translateY(calc(var(--base-y) + var(--scroll-float, 0px))) rotate(var(--scroll-tilt, 0deg));
  animation: srvFloatEven 6s ease-in-out infinite alternate;
}

/* Staggered Floating Delays for Natural Organic Rhythm */
.services-carousel-track .service-card:nth-child(1) {
  animation-delay: 0s;
}

.services-carousel-track .service-card:nth-child(2) {
  animation-delay: 0.8s;
}

.services-carousel-track .service-card:nth-child(3) {
  animation-delay: 1.6s;
}

.services-carousel-track .service-card:nth-child(4) {
  animation-delay: 0.4s;
}

.services-carousel-track .service-card:nth-child(5) {
  animation-delay: 1.2s;
}

.services-carousel-track .service-card:nth-child(6) {
  animation-delay: 2.0s;
}

.services-carousel-track .service-card:nth-child(7) {
  animation-delay: 0.6s;
}

.services-carousel-track .service-card:nth-child(8) {
  animation-delay: 1.4s;
}

.services-carousel-track .service-card:nth-child(9) {
  animation-delay: 2.2s;
}

@keyframes srvFloatOdd {
  0% {
    transform: translateY(calc(-28px + var(--scroll-float, 0px))) rotate(var(--scroll-tilt, 0deg));
  }

  50% {
    transform: translateY(calc(-36px + var(--scroll-float, 0px))) rotate(var(--scroll-tilt, 0deg));
  }

  100% {
    transform: translateY(calc(-26px + var(--scroll-float, 0px))) rotate(var(--scroll-tilt, 0deg));
  }
}

@keyframes srvFloatEven {
  0% {
    transform: translateY(calc(32px + var(--scroll-float, 0px))) rotate(var(--scroll-tilt, 0deg));
  }

  50% {
    transform: translateY(calc(40px + var(--scroll-float, 0px))) rotate(var(--scroll-tilt, 0deg));
  }

  100% {
    transform: translateY(calc(30px + var(--scroll-float, 0px))) rotate(var(--scroll-tilt, 0deg));
  }
}

/* Hover Focus Elevation */
.services-carousel-track .service-card:nth-child(odd):hover {
  animation-play-state: paused;
  transform: translateY(calc(-40px + var(--scroll-float, 0px))) scale(1.025);
  box-shadow: 0 30px 65px rgba(26, 24, 22, 0.18), 0 10px 24px rgba(26, 24, 22, 0.08);
  z-index: 10;
}

.services-carousel-track .service-card:nth-child(even):hover {
  animation-play-state: paused;
  transform: translateY(calc(22px + var(--scroll-float, 0px))) scale(1.025);
  box-shadow: 0 30px 65px rgba(26, 24, 22, 0.18), 0 10px 24px rgba(26, 24, 22, 0.08);
  z-index: 10;
}

/* Floating Navigation Buttons (Circular White Button with Soft Shadow) */
.srv-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(17, 17, 17, 0.06);
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 30;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s var(--ease-spring);
}

.srv-nav-btn:hover {
  background: var(--color-black);
  color: #FFFFFF;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.srv-prev-btn {
  left: 1vw;
}

.srv-next-btn {
  right: 1vw;
}

/* Card Header Content matching reference */
.service-card-top {
  padding: 24px 24px 14px 24px;
  display: flex;
  flex-direction: column;
  background-color: #F0ECE3;
}

.service-gold-dash {
  width: 22px;
  height: 1.5px;
  background-color: var(--color-gold);
  margin-bottom: 12px;
}

.service-number {
  font-family: 'Cormorant Garamond', 'Bodoni Moda', Georgia, serif;
  font-size: 16.5px;
  font-weight: 500;
  color: var(--color-gold);
  margin-bottom: 5px;
  display: block;
  line-height: 1;
  font-variant-numeric: oldstyle-nums;
  letter-spacing: 0.04em;
}

.service-title {
  font-family: var(--font-serif-luxury);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-black);
  margin-bottom: 6px;
  text-transform: uppercase;
  line-height: 1.1;
}

.service-desc {
  font-family: var(--font-ui);
  font-size: 11.5px;
  font-weight: 400;
  color: rgba(17, 17, 17, 0.72);
  line-height: 1.44;
  min-height: 32px;
}

/* Card Bottom Image Area matching reference */
.service-card-image-wrap {
  width: 100%;
  height: 370px;
  overflow: hidden;
  margin-top: auto;
  background-color: #E8E4DA;
  border-radius: 0 0 clamp(28px, 2.4vw, 36px) clamp(28px, 2.4vw, 36px);
}

.service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s var(--ease-spring);
  display: block;
}

.service-card:hover .service-card-img {
  transform: scale(1.03);
}

/* --- BOTTOM FOOTER STATEMENT BLOCK --- */
.services-footer-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 760px;
  margin: 24px auto 0 auto;
  padding: 0 24px;
}

.services-footer-heading {
  font-family: var(--font-serif-luxury);
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--color-black);
  margin-bottom: 12px;
  line-height: 1.15;
}

.services-footer-desc {
  font-family: var(--font-ui);
  font-size: clamp(13.5px, 1.1vw, 15px);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.72);
  letter-spacing: 0.01em;
}

.services-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 26px;
  padding: 13px 36px;
  border-radius: 999px;
  border: 1.5px solid #C8A96E;
  background-color: transparent;
  text-decoration: none;
  color: #111111;
  font-family: var(--font-ui), 'Manrope', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.services-footer-cta .cta-label {
  border-bottom: none;
  padding-bottom: 0;
}

.services-footer-cta .cta-arrow {
  font-size: 15px;
  line-height: 1;
  color: #111111;
  transition: transform 0.3s ease, color 0.3s ease;
}

.services-footer-cta:hover {
  background-color: #111111;
  border-color: #111111;
  color: #FFFFFF;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.15);
}

.services-footer-cta:hover .cta-arrow {
  color: #FFFFFF;
  transform: translateX(5px);
}

/* ==========================================================================
   3. THE WORK SECTION (EXACT EDITORIAL RECREATION)
   ========================================================================== */
.the-work-section {
  width: 100%;
  background-color: var(--bg-warm);
  position: relative;
  padding: 100px 0 120px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* 1. Top Category Navigation Strip */
.tw-category-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 35px;
  text-align: center;
}

.tw-cat-item {
  font-family: 'Tenor Sans', 'Montserrat', 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #111111;
}

.tw-cat-bullet {
  color: #A9823E;
  font-size: 14px;
  line-height: 1;
}

/* 2. Hero Composition (Layer 1 Background, Layer 2 Portrait, Layer 3 Oversized Title) */
.tw-hero-composition {
  position: relative;
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 380px;
  padding: 0 clamp(24px, 4vw, 64px);
}

/* Left & Right Side Editorial Columns (Exact Reference Screenshot Match) */
.tw-side-column {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  z-index: 5;
  width: clamp(200px, 20vw, 290px);
}

.tw-side-left {
  justify-content: flex-start;
}

.tw-side-right {
  justify-content: flex-end;
}

.tw-divider-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.tw-divider-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #B58A3E;
  display: block;
}

.tw-divider-line {
  width: 1px;
  height: clamp(110px, 12vh, 140px);
  background-color: #B58A3E;
}

.tw-side-text-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tw-side-left .tw-side-text-block {
  text-align: left;
}

.tw-side-right .tw-side-text-block {
  text-align: left;
}

.tw-side-badge,
.tw-side-badge-text,
.srv-side-badge-text {
  font-family: 'Tenor Sans', 'Montserrat', 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #111111;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

.tw-side-badge-num {
  font-family: 'Bodoni Moda', 'Playfair Display', serif;
  font-size: clamp(42px, 4.4vw, 72px);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111111;
  margin: 0 0 4px 0;
  line-height: 0.95;
}

.tw-side-desc {
  font-family: 'Manrope', 'Plus Jakarta Sans', sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.45;
  color: #333333;
  margin: 0;
}

/* Layer 2: Central Rounded Portrait Frame */
.tw-card-frame {
  width: clamp(480px, 38vw, 580px);
  height: 440px;
  border-radius: 44px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.10);
  background-color: #2F6DB5;
  margin: 0 auto;
  transform: translateX(-175px);
}

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

/* Layer 3: Stacked Editorial Typography Overlapping the Portrait (Silver Editorial Specs) */
.tw-stacked-hero-title {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  user-select: none;
  width: 100%;
}

.tw-script-the {
  font-family: 'Playfair Display', 'Cormorant Garamond', 'Pinyon Script', serif;
  font-size: clamp(52px, 6.8vw, 108px);
  font-style: italic;
  font-weight: 400;
  color: #111111;
  text-transform: lowercase;
  line-height: 0.85;
  margin-bottom: clamp(-8px, -0.8vw, 0px);
  transform: translateY(-18px);
  position: relative;
  z-index: 12;
  letter-spacing: 0.02em;
}

.tw-script-the .char-dark-script {
  color: #111111;
  text-shadow: none;
}

.tw-script-the .char-light-script {
  color: #FFFFFF;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.tw-script-beauty {
  font-family: 'Playfair Display', 'Cormorant Garamond', 'Pinyon Script', serif;
  font-style: italic;
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  text-transform: none;
  margin-left: 0.12em;
}

.tw-script-beauty .char-dark-y {
  color: #111111;
  text-shadow: none;
}

.tw-giant-title {
  position: relative;
  top: auto;
  left: auto;
  transform: translateX(125px);
  z-index: 10;
  font-family: 'Bodoni Moda', 'Playfair Display', Georgia, serif;
  font-optical-sizing: auto;
  font-size: clamp(42px, 6.2vw, 105px);
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 0.85;
  margin-right: -0.18em;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  color: #111111;
}

.tw-giant-title .char-dark {
  color: #111111;
}

.tw-giant-title .char-light {
  color: #FFFFFF;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

/* 3. Subtitle Description */
.tw-bottom-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 30px auto 45px auto;
  padding: 0 24px;
  max-width: 820px;
}

.tw-description {
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

/* ==========================================================================
   4. FIVE EDITORIAL POSTER CARDS (EXACT REFERENCE RECREATION)
   ========================================================================== */
.tw-posters-5row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 40px;
  overflow: visible;
}

/* ==========================================================================
   4B. CINEMATIC EDITORIAL PROJECT ROWS (NEW — Horizontal Slide Reveal)
   ========================================================================== */

.tw-editorial-rows {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  gap: 0;
  /* overflow hidden prevents horizontal scrollbar from off-screen elements */
  overflow: hidden;
}

/* Each project row: two-column alternating grid */
.tw-editorial-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(48px, 6vw, 96px);
  padding: clamp(90px, 10vh, 140px) 0;
  position: relative;
  /* Separator line between rows */
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.tw-editorial-row:last-child {
  border-bottom: none;
}

/* ── Image Column ── */
.tw-row-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  will-change: transform;
}

.tw-row-img {
  width: 100%;
  max-height: 440px;
  display: block;
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(26, 24, 22, 0.16), 0 6px 18px rgba(26, 24, 22, 0.08);
  transition: transform 0.65s ease, box-shadow 0.65s ease;
}

.tw-editorial-row:hover .tw-row-img {
  transform: scale(1.025);
  box-shadow: 0 30px 70px rgba(26, 24, 22, 0.22), 0 10px 26px rgba(26, 24, 22, 0.10);
}

/* ── Poster Image Panel (SOFT / image / BLONDE style — UNIFORM FOR ALL 5 CARDS) ── */
.tw-row-poster {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  width: 100%;
  max-width: clamp(395px, 30vw, 445px);
  margin: 0 auto;
  position: relative;
}

/* Foreground Layer: Central Photo sitting ON TOP of the text */
.tw-poster-img-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1.12;
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16), 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.65s ease, box-shadow 0.65s ease;
}

.tw-poster-img-wrap .tw-row-img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  display: block;
  object-fit: cover;
  object-position: center 20%;
  box-shadow: none;
  transition: transform 0.65s ease;
}

/* Custom focal positions for individual work card photos */
#tw-row-01 .tw-row-img {
  object-position: center 25%;
}

#tw-row-02 .tw-row-img {
  object-position: center 22%;
}

#tw-row-03 .tw-row-img {
  object-position: center 15%;
}

#tw-row-04 .tw-row-img {
  object-position: 68% 18%;
}

#tw-row-05 .tw-row-img {
  object-position: center 20%;
}

.tw-editorial-row:hover .tw-poster-img-wrap {
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.28), 0 14px 32px rgba(0, 0, 0, 0.16), 0 4px 10px rgba(0, 0, 0, 0.10);
}

.tw-editorial-row:hover .tw-poster-img-wrap .tw-row-img {
  transform: scale(1.03);
}

/* Background Layer: Giant Typography (Layer 1, behind the image) */
.tw-poster-word {
  font-family: 'Bodoni Moda', 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(50px, 6vw, 92px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111111;
  text-align: center;
  display: block;
  user-select: none;
  pointer-events: none;
  width: 100%;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

/* Proportional font scales for longer word cards so they fit the card width seamlessly */
#tw-row-02 .tw-poster-bottom {
  font-size: clamp(34px, 4.2vw, 68px);
  letter-spacing: 0.03em;
}

#tw-row-04 .tw-poster-bottom {
  font-size: clamp(36px, 4.4vw, 70px);
  letter-spacing: 0.03em;
}

#tw-row-04 .tw-poster-top {
  font-size: clamp(40px, 5.0vw, 78px);
  letter-spacing: 0.04em;
}

#tw-row-05 .tw-poster-top {
  font-size: clamp(36px, 4.4vw, 70px);
  letter-spacing: 0.03em;
}

/* Top word: SOFT / CARAMEL / etc. — positioned neatly above photo */
.tw-poster-top {
  margin-bottom: clamp(-16px, -1.8vw, -10px);
  position: relative;
  z-index: 1;
}

/* Bottom word: BLONDE / DIMENSION / etc. — positioned neatly below photo */
.tw-poster-bottom {
  margin-top: clamp(-16px, -1.8vw, -10px);
  position: relative;
  z-index: 1;
}



/* ── Text Column (Refined Editorial Layout) ── */
.tw-row-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  padding: 0 clamp(16px, 2.5vw, 40px);
  will-change: transform;
}

/* Meta line: 01 / 05 ── BALAYAGE */
.tw-row-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.tw-row-count {
  font-family: var(--font-ui), 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #111111;
}

.tw-row-count em {
  font-style: normal;
  color: #999999;
}

.tw-row-dash {
  flex: none;
  width: 36px;
  height: 1.5px;
  background-color: #C9A96E;
}

.tw-row-category {
  font-family: var(--font-ui), 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C9A96E;
}

/* Project Editorial Name / Title */
.tw-row-sub {
  font-family: 'Bodoni Moda', 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(34px, 3.8vw, 48px);
  font-weight: 400;
  font-style: normal;
  color: #111111;
  letter-spacing: -0.015em;
  line-height: 1.18;
  margin: 0 0 20px 0;
}

/* Description paragraph */
.tw-row-desc {
  font-family: var(--font-ui), 'Manrope', sans-serif;
  font-size: clamp(16.5px, 1.35vw, 19px);
  font-weight: 400;
  line-height: 1.7;
  color: #4A4640;
  margin: 0 0 34px 0;
  max-width: 480px;
}

/* CTA link */
.tw-row-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 13px 36px;
  border-radius: 999px;
  border: 1.5px solid #C8A96E;
  background-color: transparent;
  text-decoration: none;
  color: #111111;
  font-family: var(--font-ui), 'Manrope', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.tw-row-link:hover {
  background-color: #111111;
  border-color: #111111;
  color: #FFFFFF;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.15);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .tw-editorial-rows {
    padding: 0 36px;
  }

  .tw-editorial-row {
    gap: clamp(32px, 4vw, 56px);
  }

  .tw-row-title {
    font-size: clamp(36px, 5vw, 60px);
  }
}

@media (max-width: 768px) {
  .tw-editorial-rows {
    padding: 0 20px;
  }

  .tw-editorial-row {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 48px 0;
  }

  /* On mobile: always image on top, text below */
  .tw-editorial-row[data-layout="text-left"] .tw-row-text {
    order: 2;
  }

  .tw-editorial-row[data-layout="text-left"] .tw-row-image {
    order: 1;
  }

  .tw-row-title {
    font-size: clamp(36px, 8vw, 54px);
  }

  .tw-row-desc {
    max-width: 100%;
  }
}



.tw-5card {
  background-color: #F0ECE3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 16px 8px 14px 8px;
  aspect-ratio: 2 / 3;
  width: 100%;
  border: 1px solid rgba(40, 40, 40, 0.10);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.tw-5card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* Top Mini Header */
.tw-5card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
  margin-bottom: 6px;
  padding: 0 4px;
}

.tw-5line {
  flex: 1;
  height: 1px;
  background-color: #111111;
}

.tw-5label {
  font-family: var(--font-ui);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #111111;
  white-space: nowrap;
}

/* Card Composition Stage */
.tw-5card-stage {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

/* Giant Words (CARAMEL / DIMENSION, etc.) - Sleek, Tall & High Condensed Font */
.tw-5word {
  font-family: 'Antonio', 'Bebas Neue', 'Oswald', -apple-system, sans-serif;
  font-size: clamp(26px, 2.7vw, 42px);
  font-weight: 500;
  /* Sleek, crisp weight */
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 0.82;
  color: #FFFFFF;
  /* Pure White */
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45), 0 1px 3px rgba(0, 0, 0, 0.35);
  text-align: center;
  width: 100%;
  white-space: nowrap;
  user-select: none;
  z-index: 6;
  /* Placed ON TOP of the image */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scaleY(1.12);
  /* Sleek vertical height elongation */
}

.tw-5top {
  margin-bottom: -8px;
  /* Exactly ~20% overlaps onto the top edge of the photo, 80% peeks above */
  padding: 2px 0 0 0;
}

.tw-5bottom {
  margin-top: -8px;
  /* Exactly ~20% overlaps onto the bottom edge of the photo, 80% peeks below */
  padding: 0 0 2px 0;
}

/* Individual letter-spacing and sizing tuned to fit perfectly within marked card areas */
#tw-5card-01 .tw-5top {
  font-size: clamp(28px, 2.9vw, 44px);
  letter-spacing: 0.16em;
}

#tw-5card-01 .tw-5bottom {
  font-size: clamp(26px, 2.7vw, 42px);
  letter-spacing: 0.08em;
}

#tw-5card-02 .tw-5top {
  font-size: clamp(24px, 2.4vw, 36px);
  letter-spacing: 0.05em;
}

#tw-5card-02 .tw-5bottom {
  font-size: clamp(22px, 2.2vw, 34px);
  letter-spacing: 0.02em;
}

#tw-5card-03 .tw-5top {
  font-size: clamp(26px, 2.6vw, 40px);
  letter-spacing: 0.08em;
}

#tw-5card-03 .tw-5bottom {
  font-size: clamp(28px, 2.9vw, 44px);
  letter-spacing: 0.16em;
}

#tw-5card-04 .tw-5top {
  font-size: clamp(23px, 2.3vw, 35px);
  letter-spacing: 0.05em;
}

#tw-5card-04 .tw-5bottom {
  font-size: clamp(23px, 2.3vw, 35px);
  letter-spacing: 0.03em;
}

#tw-5card-05 .tw-5top {
  font-size: clamp(23px, 2.3vw, 35px);
  letter-spacing: 0.03em;
}

#tw-5card-05 .tw-5bottom {
  font-size: clamp(28px, 2.9vw, 44px);
  letter-spacing: 0.16em;
}

/* Center Photo Frame (Layered Beneath the White Text) */
.tw-5photo-wrap {
  position: relative;
  z-index: 2;
  /* Sits beneath the white text */
  width: 72%;
  aspect-ratio: 1 / 1.14;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  background-color: #DED9CE;
}

.tw-5clip {
  position: absolute;
  top: -11px;
  left: 6px;
  width: 12px;
  height: 32px;
  z-index: 10;
  pointer-events: none;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.35));
}

.tw-5img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.tw-5card:hover .tw-5img {
  transform: scale(1.02);
}

.tw-5card-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  padding: 4px 6px 0 6px;
  border-top: 1px solid rgba(17, 17, 17, 0.06);
}

.tw-5url,
.tw-5inst {
  font-family: var(--font-ui);
  font-size: 7.5px;
  font-weight: 500;
  color: #777777;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  user-select: none;
  white-space: nowrap;
}

/* ==========================================================================
   6. SIXTH EDITORIAL FEATURE CARD (ISSUE 04 MONOCHROME)
   ========================================================================== */
.tw-issue-showcase {
  width: 100%;
  max-width: 1680px;
  margin: 54px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tw-issue-card {
  width: 100%;
  max-width: 330px;
  aspect-ratio: 2 / 3;
  background-color: #FFFFFF;
  border: 1px solid rgba(40, 40, 40, 0.12);
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 24px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.tw-issue-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.tw-issue-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.tw-issue-tag {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #666666;
  text-transform: uppercase;
}

.tw-issue-title {
  font-family: var(--font-ui);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #111111;
  text-transform: uppercase;
  margin-top: 3px;
  line-height: 1.1;
}

.tw-issue-photo-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.18;
  margin: 12px 0;
  background-color: #E8E5DF;
  overflow: hidden;
}

.tw-issue-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.tw-issue-card:hover .tw-issue-img {
  transform: scale(1.03);
}

.tw-issue-footer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
}

.tw-issue-caption {
  font-family: var(--font-ui);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #666666;
  text-transform: uppercase;
  user-select: none;
}

/* ==========================================================================
   4. THE BEAUTY EDIT SECTION (EXACT REFERENCE RECREATION)
   ========================================================================== */
.beauty-edit-section {
  position: relative;
  width: 100%;
  background-color: #F8F5EF;
  overflow: hidden;
  box-sizing: border-box;
}

.beauty-edit-stage {
  position: relative;
  width: 100%;
  min-height: clamp(480px, 45vw, 640px);
  display: flex;
  align-items: center;
}

.beauty-edit-hero-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  z-index: 1;
  pointer-events: none;
  display: block;
}

.beauty-edit-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: clamp(40px, 5vw, 80px) clamp(30px, 6vw, 100px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.beauty-edit-content {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

/* Eyebrow */
.beauty-edit-eyebrow {
  display: block;
  font-family: var(--font-ui), 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #1A1816;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* Main Editorial Heading */
.beauty-edit-title {
  font-family: 'Playfair Display', 'Bodoni Moda', 'Italiana', Georgia, serif;
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #111111;
  margin: 0 0 24px 0;
  display: block;
}

.beauty-edit-title em {
  font-style: italic;
  font-family: 'Playfair Display', 'Bodoni Moda', Georgia, serif;
}

/* Editorial Body Description */
.beauty-edit-desc {
  font-family: var(--font-ui), 'Manrope', sans-serif;
  font-size: clamp(13px, 1.0vw, 14.5px);
  font-weight: 400;
  line-height: 1.6;
  color: #3A3632;
  margin: 0 0 32px 0;
  max-width: 420px;
  letter-spacing: 0.01em;
}

/* Shop All Products Button/Link */
/* Shop All Products Pill Button (Matching Reference Image) */
.beauty-edit-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 13px 36px;
  border-radius: 999px;
  border: 1.5px solid #C8A96E;
  background-color: transparent;
  text-decoration: none;
  color: #111111;
  font-family: var(--font-ui), 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.beauty-edit-cta .cta-label {
  border-bottom: none !important;
  text-decoration: none !important;
  padding-bottom: 0;
}

.beauty-edit-cta .cta-arrow {
  font-size: 14px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.beauty-edit-cta:hover {
  background-color: #111111;
  border-color: #111111;
  color: #FFFFFF;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.beauty-edit-cta:hover .cta-arrow {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 900px) {
  .beauty-edit-stage {
    min-height: auto;
    padding: 60px 0;
  }

  .beauty-edit-hero-img {
    object-position: 80% center;
    opacity: 0.75;
  }

  .beauty-edit-content {
    max-width: 100%;
    background: rgba(248, 245, 239, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 32px 24px;
    border-radius: 8px;
  }
}

/* ==========================================================================
   5. PRODUCT CATALOG CARDS SECTION (EXACT REFERENCE RECREATION)
   ========================================================================== */
.products-catalog-section {
  position: relative;
  width: 100%;
  background-color: #F8F5EF;
  padding: 0 0 clamp(180px, 18vw, 280px) 0;
  box-sizing: border-box;
}

.products-catalog-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 60px);
  box-sizing: border-box;
}

/* --- Top 6-Category Navigation Bar --- */
.products-cat-nav-bar {
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  margin-bottom: clamp(40px, 5vw, 70px);
  box-sizing: border-box;
}

.cat-tab-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 12px 14px 12px;
  background: transparent;
  border: none;
  border-right: 1px solid rgba(17, 17, 17, 0.12);
  cursor: pointer;
  position: relative;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.cat-tab-item:last-child {
  border-right: none;
}

.cat-tab-item .cat-num {
  font-family: 'Bodoni Moda', 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  color: #111111;
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}

.cat-tab-item .cat-label {
  font-family: var(--font-ui), 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #555555;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1.5px solid transparent;
  transition: all 0.25s ease;
}

.cat-tab-item:hover .cat-label {
  color: #111111;
}

.cat-tab-item.active .cat-label {
  color: #111111;
  border-bottom-color: #111111;
}

/* --- Main Section Layout --- */
.products-main-layout {
  display: grid;
  grid-template-columns: minmax(280px, 340px) 1fr;
  gap: clamp(30px, 4vw, 60px);
  align-items: center;
}

/* Left Editorial Feature Block */
.products-left-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.products-left-block.switching {
  opacity: 0.1;
  transform: translateY(4px);
}

.products-left-eyebrow {
  font-family: var(--font-ui), 'Manrope', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 18px;
  display: block;
}

.products-main-title {
  font-family: 'Playfair Display', 'Bodoni Moda', Georgia, serif;
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #111111;
  margin: 0 0 20px 0;
  display: block;
}

.products-main-title em {
  font-style: italic;
  font-family: 'Playfair Display', 'Bodoni Moda', Georgia, serif;
}

.products-main-desc {
  font-family: var(--font-ui), 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.6;
  color: #3A3632;
  margin: 0 0 28px 0;
  max-width: 320px;
}

/* View All Category Pill Button (Matching Reference Image) */
.products-view-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 13px 32px;
  border-radius: 999px;
  border: 1.5px solid #C8A96E;
  background-color: transparent;
  text-decoration: none;
  color: #111111;
  font-family: var(--font-ui), 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.products-view-all-link .link-text {
  border-bottom: none !important;
  text-decoration: none !important;
  padding-bottom: 0;
}

.products-view-all-link .link-arrow {
  font-size: 14px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.products-view-all-link:hover {
  background-color: #111111;
  border-color: #111111;
  color: #FFFFFF;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.products-view-all-link:hover .link-arrow {
  transform: translateX(5px);
}

/* Right Product Track & Wrapper */
.products-cards-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.products-cards-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 1.4vw, 22px);
  width: 100%;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.products-cards-track.switching {
  opacity: 0.1;
  transform: translateY(4px);
}

/* Editorial Empty State Card */
.products-empty-card {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 280px;
  background-color: #F3EFE6;
  border: 1px dashed rgba(17, 17, 17, 0.15);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  box-sizing: border-box;
}

.empty-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.empty-tag {
  font-family: var(--font-ui), 'Manrope', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.empty-title {
  font-family: 'Playfair Display', 'Bodoni Moda', Georgia, serif;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 400;
  font-style: italic;
  color: #111111;
  margin: 0 0 14px 0;
}

.empty-dash {
  width: 32px;
  height: 1.5px;
  background-color: #B88E4B;
}

/* Individual Product Card */
.product-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
}

.product-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.12;
  background-color: #EFECE6;
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 2px;
}

.product-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover .product-card-img {
  transform: scale(1.04);
}

.product-quick-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(17, 17, 17, 0.25);
  background-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 2;
}

.product-quick-btn:hover {
  background-color: #111111;
  color: #FFFFFF;
  border-color: #111111;
}

.product-card-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.product-card-title {
  font-family: var(--font-ui), 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #111111;
  text-transform: uppercase;
  margin: 0;
}

.product-card-price {
  font-family: var(--font-ui), 'Manrope', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #111111;
}

/* Floating Scroll Arrow Buttons (Prev & Next) */
.prod-track-nav-btn {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(17, 17, 17, 0.2);
  background-color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  cursor: pointer;
  z-index: 5;
  transition: all 0.25s ease;
}

.prod-track-prev-btn {
  left: -18px;
}

.prod-track-next-btn {
  right: -18px;
}

.prod-track-nav-btn.disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}

.prod-track-nav-btn:not(.disabled):hover {
  background-color: #111111;
  color: #FFFFFF;
  border-color: #111111;
  transform: translateY(-50%) scale(1.05);
}

.product-view-all-cta .view-all-arrow {
  font-size: 13px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.product-view-all-cta:hover {
  color: #B88E4B;
  border-bottom-color: #111111;
}

.product-view-all-cta:hover .view-all-arrow {
  transform: translateX(4px);
}

@media (max-width: 1280px) {
  .products-catalog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .products-catalog-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

@media (max-width: 680px) {
  .products-catalog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ==========================================================================
   6. THE JOURNAL HERO SECTION (EXACT REFERENCE RECREATION)
   ========================================================================== */
.journal-hero-section {
  position: relative;
  width: 100%;
  background-color: #F8F5EF;
  overflow: hidden;
  box-sizing: border-box;
}

.journal-hero-stage {
  position: relative;
  width: 100%;
  min-height: clamp(360px, 32vw, 500px);
  display: flex;
  align-items: center;
}

.journal-hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% top;
  z-index: 1;
  pointer-events: none;
  display: block;
}

.journal-hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: clamp(24px, 3vw, 42px) clamp(30px, 6vw, 90px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.journal-hero-left {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.journal-hero-eyebrow-wrap {
  margin-bottom: 14px;
}

.journal-hero-eyebrow {
  display: block;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.20em;
  color: #1A1816;
  text-transform: uppercase;
}

.journal-hero-line {
  display: block;
  width: 28px;
  height: 1.5px;
  background-color: #B88E4B;
  margin-top: 8px;
}

.journal-hero-title {
  font-family: 'Playfair Display', 'Bodoni Moda', 'Italiana', Georgia, serif;
  font-size: clamp(42px, 4.4vw, 68px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
}

.journal-hero-title .title-dark {
  color: #111111;
  display: block;
  font-weight: 400;
}

.journal-hero-title .title-gold {
  color: #B88E4B;
  display: block;
  font-weight: 400;
}

.journal-hero-desc {
  font-family: var(--font-ui);
  font-size: clamp(13px, 1.0vw, 14.5px);
  font-weight: 400;
  line-height: 1.6;
  color: #4A453E;
  margin: 0 0 22px 0;
  letter-spacing: 0.01em;
}

.journal-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #111111;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.journal-hero-cta .cta-label {
  border-bottom: 1px solid #111111;
  padding-bottom: 3px;
  transition: border-color 0.3s ease;
}

.journal-hero-cta .cta-arrow {
  font-size: 14px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.journal-hero-cta:hover {
  color: #B88E4B;
}

.journal-hero-cta:hover .cta-label {
  border-bottom-color: #B88E4B;
}

.journal-hero-cta:hover .cta-arrow {
  transform: translateX(4px);
}

.journal-hero-right {
  position: relative;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-right: clamp(10px, 3vw, 40px);
}

.journal-quote-box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.journal-quote-mark {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 34px;
  line-height: 0.8;
  color: #B88E4B;
  margin-bottom: 10px;
  display: block;
}

.journal-quote-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(14.5px, 1.1vw, 16.5px);
  font-weight: 400;
  line-height: 1.45;
  color: #2E2B27;
  margin: 0 0 14px 0;
  letter-spacing: 0.01em;
}

.journal-quote-dash {
  display: block;
  width: 24px;
  height: 1.5px;
  background-color: #B88E4B;
}

.journal-watermark-z {
  position: absolute;
  right: -20px;
  bottom: -40px;
  font-family: 'Playfair Display', 'Bodoni Moda', Georgia, serif;
  font-size: clamp(140px, 13vw, 210px);
  font-weight: 300;
  color: rgba(184, 142, 75, 0.15);
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 960px) {
  .journal-hero-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .journal-hero-stage {
    min-height: auto;
    padding: 60px 0;
  }

  .journal-hero-bg-img {
    object-position: 70% center;
  }

  .journal-hero-left,
  .journal-hero-right {
    max-width: 100%;
    background: rgba(248, 245, 239, 0.90);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 32px 24px;
    border-radius: 4px;
  }
}

/* ==========================================================================
   7. JOURNAL ARTICLES GRID SECTION (EXACT REFERENCE RECREATION)
   ========================================================================== */
.journal-articles-section {
  width: 100%;
  background-color: #F8F5EF;
  padding: 10px 0 90px 0;
  box-sizing: border-box;
}

.journal-articles-container {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 clamp(20px, 3.5vw, 60px);
  box-sizing: border-box;
}

.journal-articles-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(16px, 1.8vw, 28px);
  width: 100%;
}

.journal-article-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  box-sizing: border-box;
}

.journal-article-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  overflow: hidden;
  background-color: #ECE7DF;
  margin-bottom: 20px;
}

.journal-article-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.journal-article-card:hover .journal-article-img {
  transform: scale(1.04);
}

.journal-article-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex-grow: 1;
}

.journal-article-tag {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #B88E4B;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.journal-article-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(15.5px, 1.2vw, 18.5px);
  font-weight: 400;
  line-height: 1.32;
  color: #111111;
  margin: 0 0 12px 0;
  letter-spacing: -0.01em;
}

.journal-article-desc {
  font-family: var(--font-ui);
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.55;
  color: #5A554E;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

.journal-article-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #111111;
  font-family: var(--font-ui);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: auto;
  transition: all 0.3s ease;
}

.journal-article-cta .cta-text {
  border-bottom: 1px solid #111111;
  padding-bottom: 2px;
  transition: border-color 0.3s ease;
}

.journal-article-cta .cta-arrow {
  font-size: 13px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.journal-article-cta:hover {
  color: #B88E4B;
}

.journal-article-cta:hover .cta-text {
  border-bottom-color: #B88E4B;
}

.journal-article-cta:hover .cta-arrow {
  transform: translateX(4px);
}

@media (max-width: 1200px) {
  .journal-articles-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .journal-articles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 480px) {
  .journal-articles-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1200px) {
  .services-carousel-track .service-card {
    flex: 0 0 clamp(240px, 30vw, 290px);
  }

  .tw-posters-5row {
    gap: 10px;
  }
}

@media (max-width: 900px) {
  .hero-canvas {
    height: auto;
    min-height: 100vh;
    padding-bottom: 40px;
  }

  .hero-stage {
    min-height: 640px;
    display: flex;
    flex-direction: column;
  }

  .giant-word-container {
    top: 20px;
  }

  .giant-word {
    font-size: 19vw;
  }

  .model-figure-wrap {
    position: relative;
    left: auto;
    transform: none;
    height: 48vh;
    max-width: 85vw;
    margin: 40px auto 0 auto;
  }

  .hero-left-mid-block {
    position: relative;
    top: auto;
    left: auto;
    padding: 20px 20px 0 20px;
  }

  .hero-left-bottom-block {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 16px 20px;
    max-width: 100%;
  }

  .hero-right-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 10px 20px 20px 20px;
    width: calc(100% - 40px);
    max-width: 240px;
  }

  .hero-bottom-right-info {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0 20px;
    text-align: center;
  }

  .services-section {
    padding: 70px 0 90px 0;
  }

  .services-carousel-track .service-card {
    flex: 0 0 260px;
  }
}

@media (max-width: 600px) {
  .services-arch-frame {
    width: 280px;
    height: 380px;
  }

  .services-giant-title {
    font-size: 54px;
    letter-spacing: 0.14em;
  }
}

/* Footer Brand Logo Image */
.footer-brand-logo-link {
  display: inline-block;
  margin-bottom: 6px;
  transition: opacity 0.3s ease;
}

.footer-brand-logo-link:hover {
  opacity: 0.85;
}

.footer-brand-logo-img {
  height: clamp(34px, 3.6vw, 48px);
  width: auto;
  display: block;
  filter: invert(1) hue-rotate(185deg) brightness(1.35) contrast(1.05);
}