/* ==========================================================================
   MELENCCI WEDDING — LUXURY EDITORIAL DESIGN SYSTEM
   High-End Creative Direction & Art Direction Studio
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&family=Italiana&family=Inter:wght@200;300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Cinzel:wght@400;500;600&display=swap');

:root {
  /* Color Palette */
  --color-ivory: #FAF8F5;
  --color-ivory-light: #FFFDFB;
  --color-stone-light: #F4F1EA;
  --color-stone: #E8E2D7;
  --color-stone-dark: #D4CCC0;
  --color-sand: #C9BFB0;
  
  --color-charcoal: #1C1B1A;
  --color-charcoal-pure: #11100F;
  --color-charcoal-light: #2D2B29;
  --color-charcoal-muted: #5C5854;
  --color-charcoal-faded: #8C8680;
  
  --color-olive: #47503F;
  --color-olive-dark: #2F362A;
  --color-caribbean-deep: #0D261E;
  --color-caribbean-teal: #194035;
  --color-gold-accent: #BFA57D;
  --color-gold-muted: #D9CBB4;

  /* Editorial Rules & Hairlines */
  --border-hairline: 1px solid rgba(28, 27, 26, 0.12);
  --border-hairline-dark: 1px solid rgba(28, 27, 26, 0.22);
  --border-hairline-light: 1px solid rgba(250, 248, 245, 0.20);
  --border-hairline-stone: 1px solid rgba(212, 204, 192, 0.5);

  /* Typography */
  --font-serif-hero: 'Italiana', 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-serif-headline: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-serif-display: 'Cinzel', 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-script: 'Cormorant Garamond', cursive, italic;

  /* Spacing Scale */
  --space-xs: clamp(0.5rem, 1vw, 0.75rem);
  --space-sm: clamp(1rem, 1.5vw, 1.5rem);
  --space-md: clamp(2rem, 3vw, 3rem);
  --space-lg: clamp(3.5rem, 5vw, 5rem);
  --space-xl: clamp(5.5rem, 8vw, 8.5rem);
  --space-2xl: clamp(7.5rem, 11vw, 12rem);

  /* Layout */
  --container-max: 1440px;
  --container-wide: 1680px;
  --container-narrow: 1080px;
  --gutter: clamp(1.25rem, 4vw, 4rem);

  /* Transitions */
  --ease-editorial: cubic-bezier(0.25, 1, 0.35, 1);
  --ease-smooth: cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: 0.8s var(--ease-editorial);
  --transition-medium: 0.5s var(--ease-editorial);
  --transition-fast: 0.3s ease;
}

/* ==========================================================================
   RESET & BASE STYLES
   ========================================================================== */

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: var(--color-ivory);
  color: var(--color-charcoal);
}

body {
  font-family: var(--font-sans);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.01em;
  background-color: var(--color-ivory);
  color: var(--color-charcoal);
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}

/* Selection */
::selection {
  background-color: var(--color-olive);
  color: var(--color-ivory);
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0px !important; /* Strict editorial 0px radius */
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity var(--transition-fast), color var(--transition-fast);
}

button {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  color: inherit;
}

ul, ol {
  list-style: none;
}

/* ==========================================================================
   EDITORIAL TYPOGRAPHY
   ========================================================================== */

.font-serif-headline {
  font-family: var(--font-serif-headline);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.font-serif-hero {
  font-family: var(--font-serif-hero);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.font-sans-caption {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-charcoal-muted);
}

.editorial-label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-charcoal-muted);
  margin-bottom: 1.25rem;
}

.editorial-label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: currentColor;
}

.editorial-label.center {
  justify-content: center;
}
.editorial-label.center::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: currentColor;
}

.editorial-headline-large {
  font-family: var(--font-serif-headline);
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--color-charcoal);
}

.editorial-headline-medium {
  font-family: var(--font-serif-headline);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.editorial-headline-small {
  font-family: var(--font-serif-headline);
  font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.editorial-lead {
  font-family: var(--font-serif-headline);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 300;
  line-height: 1.6;
  font-style: italic;
  color: var(--color-charcoal-light);
}

.editorial-body {
  font-family: var(--font-sans);
  font-size: clamp(0.92rem, 1.05vw, 1.02rem);
  font-weight: 300;
  line-height: 1.8;
  color: var(--color-charcoal-muted);
}

/* Vertical text annotation like fashion publications */
.vertical-annotation {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--font-sans);
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-charcoal-faded);
  white-space: nowrap;
}

/* Text links */
.editorial-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-charcoal);
  position: relative;
  padding-bottom: 4px;
  cursor: pointer;
}

.editorial-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-charcoal);
  transform: scaleX(0.3);
  transform-origin: left;
  transition: transform 0.4s var(--ease-editorial);
}

.editorial-link:hover::after {
  transform: scaleX(1);
}

.editorial-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.1rem 2.4rem;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background-color: var(--color-charcoal);
  color: var(--color-ivory);
  border: 1px solid var(--color-charcoal);
  transition: all 0.4s var(--ease-editorial);
  cursor: pointer;
}

.editorial-btn:hover {
  background-color: transparent;
  color: var(--color-charcoal);
}

.editorial-btn.outline {
  background-color: transparent;
  color: var(--color-charcoal);
  border: 1px solid var(--color-charcoal);
}

.editorial-btn.outline:hover {
  background-color: var(--color-charcoal);
  color: var(--color-ivory);
}

.editorial-btn.light {
  background-color: var(--color-ivory);
  color: var(--color-charcoal);
  border-color: var(--color-ivory);
}

.editorial-btn.light:hover {
  background-color: transparent;
  color: var(--color-ivory);
}

/* ==========================================================================
   LAYOUT CONTAINERS & UTILITIES
   ========================================================================== */

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.container-wide {
  width: 100%;
  max-width: var(--container-wide);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.container-narrow {
  width: 100%;
  max-width: var(--container-narrow);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.section-padding {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}

.section-padding-lg {
  padding-top: var(--space-2xl);
  padding-bottom: var(--space-2xl);
}

.section-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(28, 27, 26, 0.1);
  margin: 0;
}

/* ==========================================================================
   01 — HEADER & NAVIGATION
   ========================================================================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 2rem var(--gutter);
  transition: background-color 0.6s var(--ease-editorial), padding 0.5s var(--ease-editorial), border-color 0.5s ease;
  color: var(--color-ivory);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header.scrolled {
  background-color: rgba(250, 248, 245, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 1.25rem var(--gutter);
  color: var(--color-charcoal);
  border-bottom: 1px solid rgba(28, 27, 26, 0.08);
}

.header-brand {
  display: flex;
  flex-direction: column;
}

.header-logo {
  font-family: var(--font-serif-hero);
  font-size: clamp(0.805rem, 1.26vw, 0.98rem);
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: currentColor;
}

.header-tagline {
  font-family: var(--font-sans);
  font-size: 0.406rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 1px;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.4vw, 2.5rem);
}

.nav-link {
  font-family: var(--font-sans);
  font-size: 0.518rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: currentColor;
  position: relative;
  padding: 4px 0;
  opacity: 0.88;
  transition: opacity 0.3s ease;
}

.nav-link:hover, .nav-link.active {
  opacity: 1;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s var(--ease-editorial);
}

.nav-link:hover::after, .nav-link.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.header-cta {
  font-family: var(--font-sans);
  font-size: 0.49rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.65rem 1.4rem;
  border: 1px solid currentColor;
  transition: all 0.3s var(--ease-editorial);
}

.header-cta:hover {
  background-color: currentColor;
}
.site-header:not(.scrolled) .header-cta:hover {
  color: var(--color-charcoal);
}
.site-header.scrolled .header-cta:hover {
  color: var(--color-ivory);
}

.hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1010;
  color: currentColor;
}

.hamburger-line {
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.4s var(--ease-editorial);
}

/* Hamburger active */
.hamburger-btn.active .hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background-color: var(--color-ivory);
}
.hamburger-btn.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.hamburger-btn.active .hamburger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: var(--color-ivory);
}

/* Fullscreen Mobile Menu Overlay */
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--color-charcoal-pure);
  color: var(--color-ivory);
  z-index: 1005;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6rem var(--gutter) 3rem var(--gutter);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s var(--ease-editorial), visibility 0.6s ease;
}

.mobile-nav-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.mobile-menu-link {
  font-family: var(--font-serif-headline);
  font-size: clamp(2.2rem, 8vw, 3.8rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-ivory);
  opacity: 0.85;
  transition: opacity 0.3s ease, transform 0.4s var(--ease-editorial);
}

.mobile-menu-link:hover {
  opacity: 1;
  transform: translateX(12px);
}

.mobile-nav-footer {
  border-top: 1px solid rgba(250, 248, 245, 0.15);
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-sand);
}

/* ==========================================================================
   02 — HERO SECTION
   ========================================================================== */

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--color-charcoal);
  color: var(--color-ivory);
}

.hero-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115%; /* for parallax */
  z-index: 1;
  will-change: transform;
}

.hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.04);
  transition: transform 12s cubic-bezier(0.1, 1, 0.1, 1);
  filter: brightness(0.72) contrast(1.05);
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(13, 38, 30, 0.25) 0%, rgba(17, 16, 15, 0.65) 100%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 960px;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-badge {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-gold-muted);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.hero-badge::before, .hero-badge::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: currentColor;
  opacity: 0.6;
}

.hero-wordmark {
  font-family: var(--font-serif-hero);
  font-size: clamp(2.8rem, 8.5vw, 6.5rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-ivory);
  margin-bottom: 1.75rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.hero-subheadline {
  font-family: var(--font-sans);
  font-size: clamp(0.75rem, 1.2vw, 0.95rem);
  font-weight: 400;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(250, 248, 245, 0.92);
  margin-bottom: 1.25rem;
  max-width: 720px;
}

.hero-tagline {
  font-family: var(--font-serif-headline);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.02em;
  color: rgba(250, 248, 245, 0.8);
  max-width: 650px;
  line-height: 1.5;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 2.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(250, 248, 245, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.4s ease;
}

.hero-scroll-indicator:hover {
  opacity: 1;
  transform: translateX(-50%) translateY(4px);
}

.scroll-arrow {
  animation: bounceSlow 2.6s infinite ease-in-out;
}

@keyframes bounceSlow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ==========================================================================
   03 — INTRODUCTION SECTION
   ========================================================================== */

.intro-section {
  background-color: var(--color-ivory);
  text-align: center;
}

.intro-container {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro-headline {
  font-family: var(--font-serif-headline);
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--color-charcoal);
  margin-bottom: 2.2rem;
}

.intro-copy {
  font-family: var(--font-serif-headline);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 300;
  line-height: 1.7;
  font-style: normal;
  color: var(--color-charcoal-light);
  margin-bottom: 2.8rem;
}

/* ==========================================================================
   04 — FEATURED PROJECT / ELENA & MAURIZIO
   ========================================================================== */

.featured-project-section {
  background-color: var(--color-ivory);
  position: relative;
}

.featured-project-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 2.02 / 1;
  overflow: hidden;
  background: var(--color-stone);
  margin-bottom: clamp(1rem, 1.8vw, 1.75rem);
}

.featured-project-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-editorial);
}

.featured-project-hero:hover .featured-project-hero-img {
  transform: scale(1.012);
}

.featured-project-support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 1.8vw, 1.75rem);
  margin-bottom: clamp(2.75rem, 5vw, 4.5rem);
}

.featured-support-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.02 / 1;
  background: var(--color-stone);
}

.featured-support-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-editorial);
}

.featured-support-frame:hover img {
  transform: scale(1.018);
}

.featured-project-details {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-meta-header {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-charcoal-muted);
  margin-bottom: 1rem;
}

.project-headline {
  font-family: var(--font-serif-headline);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--color-charcoal);
  margin-bottom: 1.5rem;
}

.project-copy {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--color-charcoal-muted);
  margin-bottom: 2.2rem;
}

@media (max-width: 720px) {
  .featured-project-support-grid {
    grid-template-columns: 1fr;
  }
  .featured-project-hero,
  .featured-support-frame {
    aspect-ratio: 1.35 / 1;
  }
}

/* ==========================================================================
   PRESS & EDITORIAL MARQUEE / BADGES
   ========================================================================== */

.press-strip {
  border-top: var(--border-hairline);
  border-bottom: var(--border-hairline);
  padding: 2.5rem 0;
  background-color: var(--color-ivory);
}

.press-logos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
  opacity: 0.75;
}

.press-logo {
  font-family: var(--font-serif-display);
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  letter-spacing: 0.18em;
  color: var(--color-charcoal);
  text-transform: uppercase;
  font-weight: 400;
}

.press-logo.vogue {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.press-logo.elle {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  letter-spacing: 0.25em;
}

.press-logo.bazaar {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  letter-spacing: 0.08em;
}

.press-logo.brides {
  font-family: 'Italiana', serif;
  letter-spacing: 0.2em;
}

.press-logo.architectural {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.2em;
}

/* ==========================================================================
   05 — SERVICES INTRODUCTION (ASYMMETRIC)
   ========================================================================== */

.services-intro-section {
  background-color: var(--color-ivory);
}

.asymmetric-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.asymmetric-media {
  position: relative;
}

.asymmetric-img-wrapper {
  aspect-ratio: 4/5.4;
  overflow: hidden;
  background-color: var(--color-stone);
  position: relative;
}

.asymmetric-stamp {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 110px;
  height: 110px;
  background-color: var(--color-ivory);
  border: 1px solid var(--color-stone-dark);
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.stamp-inner {
  font-family: var(--font-serif-headline);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-align: center;
  color: var(--color-olive);
  text-transform: uppercase;
}

.asymmetric-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ==========================================================================
   06, 07, 08, 09 — SERVICE DETAILS
   ========================================================================== */

.service-block {
  padding: var(--space-xl) 0;
  border-top: var(--border-hairline);
}

.service-block-header {
  display: grid;
  grid-template-columns: 80px 1.5fr 1fr;
  gap: 2rem;
  margin-bottom: var(--space-md);
  align-items: start;
}

.service-number {
  font-family: var(--font-serif-headline);
  font-size: 1.8rem;
  color: var(--color-charcoal-muted);
}

.service-title-area .service-title {
  font-family: var(--font-serif-headline);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 400;
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--color-charcoal);
  margin-bottom: 0.75rem;
}

.service-title-area .service-tagline {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-olive);
}

.service-desc-area p {
  font-family: var(--font-sans);
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--color-charcoal-muted);
  margin-bottom: 1.5rem;
}

.service-item-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.6rem 1.5rem;
}

.service-item-list li {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--color-charcoal-light);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.service-item-list li::before {
  content: "—";
  color: var(--color-charcoal-faded);
  font-size: 0.75rem;
}

/* Service 01 Media (Main + Crops) */
.service-01-media-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.5rem;
  margin-top: var(--space-md);
}

.service-crop-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.service-crop-item {
  aspect-ratio: 16/10;
  overflow: hidden;
  background-color: var(--color-stone);
}

/* Service 02 Horizontal Gallery */
.service-horizontal-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: var(--space-md);
}

.service-gallery-item {
  aspect-ratio: 3/4;
  overflow: hidden;
  background-color: var(--color-stone);
}

/* Service 03 Immersive Full */
.service-immersive-media {
  width: 100%;
  aspect-ratio: 21/9;
  overflow: hidden;
  margin-top: var(--space-md);
}

/* ==========================================================================
   10 — HOW WE WORK (FOUR STEP EDITORIAL)
   ========================================================================== */

.how-we-work-section {
  background-color: var(--color-stone-light);
}

.process-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--space-lg) auto;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: var(--border-hairline-dark);
}

.process-step-col {
  padding: 3rem 2rem 3rem 0;
  border-right: var(--border-hairline-dark);
  display: flex;
  flex-direction: column;
  position: relative;
}

.process-step-col:last-child {
  border-right: none;
  padding-right: 0;
}

.process-step-col:first-child {
  padding-left: 0;
}

.process-num {
  font-family: var(--font-serif-headline);
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  color: var(--color-charcoal-muted);
  margin-bottom: 2rem;
  opacity: 0.7;
}

.process-step-title {
  font-family: var(--font-serif-headline);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--color-charcoal);
  margin-bottom: 0.5rem;
}

.process-step-subtitle {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-olive);
  margin-bottom: 1.25rem;
}

.process-step-desc {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--color-charcoal-muted);
}

/* ==========================================================================
   11 — FULL WIDTH PROJECT SEPARATOR (ELENA & MAURIZIO)
   ========================================================================== */

.full-width-separator {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--color-charcoal-pure);
  color: var(--color-ivory);
}

.separator-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: 1;
}

.separator-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: brightness(0.65) contrast(1.05);
}

.separator-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 1.5rem;
  max-width: 900px;
}

.separator-script-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(3.2rem, 9vw, 7.5rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.04em;
  color: #FFFDF8;
  margin-bottom: 1rem;
  text-shadow: 0 6px 30px rgba(0,0,0,0.5);
}

.separator-ampersand {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 0.6em;
  display: block;
  margin: -0.1em 0;
  opacity: 0.85;
}

.separator-meta {
  font-family: var(--font-sans);
  font-size: 0.74rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-gold-muted);
  margin-top: 1.5rem;
}

/* ==========================================================================
   12 — SELECTED WORK / PROJECT GALLERY (MASONRY & EDITORIAL GRID)
   ========================================================================== */

.selected-work-section {
  background-color: var(--color-ivory);
}

.gallery-filter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  margin-bottom: var(--space-lg);
  border-bottom: var(--border-hairline);
  padding-bottom: 1.5rem;
}

.filter-btn {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-charcoal-muted);
  position: relative;
  padding-bottom: 6px;
  transition: color 0.3s ease;
}

.filter-btn.active, .filter-btn:hover {
  color: var(--color-charcoal);
  font-weight: 500;
}

.filter-btn.active::after {
  content: "";
  position: absolute;
  bottom: -1.5rem; /* align with border-bottom */
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-charcoal);
}

/* Editorial Project Grid */
.editorial-project-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1.5rem, 3vw, 3.5rem);
  margin-bottom: var(--space-lg);
}

.project-card {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Card Column Spans for Asymmetry */
.project-card.span-7 { grid-column: span 7; }
.project-card.span-5 { grid-column: span 5; }
.project-card.span-6 { grid-column: span 6; }
.project-card.span-4 { grid-column: span 4; }
.project-card.span-8 { grid-column: span 8; }
.project-card.span-12 { grid-column: span 12; }

.project-card-media {
  position: relative;
  overflow: hidden;
  background-color: var(--color-stone);
  width: 100%;
  margin-bottom: 1.25rem;
}

.aspect-portrait { aspect-ratio: 3/4; }
.aspect-landscape { aspect-ratio: 16/10; }
.aspect-tall { aspect-ratio: 3/4.6; }
.aspect-wide { aspect-ratio: 21/9; }

.project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-editorial);
}

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

.project-hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 16, 15, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s var(--ease-editorial);
}

.project-card:hover .project-hover-overlay {
  opacity: 1;
}

.project-hover-btn {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-ivory);
  padding: 0.8rem 1.6rem;
  border: 1px solid var(--color-ivory);
  background-color: rgba(17, 16, 15, 0.4);
  backdrop-filter: blur(4px);
  transform: translateY(10px);
  transition: transform 0.4s var(--ease-editorial);
}

.project-card:hover .project-hover-btn {
  transform: translateY(0);
}

.project-card-info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid rgba(28, 27, 26, 0.1);
  padding-bottom: 0.85rem;
}

.project-title-meta {
  display: flex;
  flex-direction: column;
}

.project-card-title {
  font-family: var(--font-serif-headline);
  font-size: 1.35rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-charcoal);
  letter-spacing: 0.02em;
}

.project-card-category {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-charcoal-muted);
  margin-top: 3px;
}

.project-card-loc-year {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-charcoal-muted);
  text-align: right;
}

/* ==========================================================================
   13 — COLLABORATION SECTION (FOR PLANNERS, VENUES, COUPLES)
   ========================================================================== */

.collaboration-section {
  background-color: var(--color-caribbean-deep);
  color: var(--color-ivory);
}

.collaboration-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
}

.collaboration-content .editorial-label {
  color: var(--color-gold-muted);
}
.collaboration-content .editorial-label::before {
  background-color: var(--color-gold-muted);
}

.collaboration-content .editorial-headline-large {
  color: var(--color-ivory);
  margin-bottom: 2rem;
}

.collaboration-content .editorial-body {
  color: rgba(250, 248, 245, 0.8);
  margin-bottom: 2.5rem;
}

.collaboration-actions {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.collaboration-media {
  position: relative;
}

.collaboration-media-frame {
  aspect-ratio: 4/5;
  background-color: var(--color-charcoal-light);
  overflow: hidden;
  border: 1px solid rgba(250, 248, 245, 0.15);
}

/* ==========================================================================
   14 — DESTINATIONS SECTION
   ========================================================================== */

.destinations-section {
  background-color: var(--color-ivory);
}

.destinations-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto var(--space-lg) auto;
}

.destinations-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: var(--space-lg);
}

.destination-card {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background-color: var(--color-stone);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem 1.5rem;
  color: var(--color-ivory);
}

.destination-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  transition: transform 1.2s var(--ease-editorial);
  z-index: 1;
}

.destination-card:hover .destination-bg {
  transform: scale(1.04);
}

.destination-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(17,16,15,0.85) 0%, rgba(17,16,15,0.1) 60%);
  z-index: 2;
}

.destination-info {
  position: relative;
  z-index: 3;
}

.destination-region {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-gold-muted);
  margin-bottom: 0.35rem;
}

.destination-name {
  font-family: var(--font-serif-headline);
  font-size: 1.65rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-ivory);
  margin-bottom: 0.25rem;
}

.destination-country {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: rgba(250, 248, 245, 0.7);
}

/* ==========================================================================
   15 — TESTIMONIAL / EDITORIAL QUOTE
   ========================================================================== */

.testimonial-section {
  background-color: var(--color-stone-light);
  padding: var(--space-2xl) 0;
}

.testimonial-layout {
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.testimonial-side-img {
  aspect-ratio: 3/4.8;
  background-color: var(--color-stone);
  overflow: hidden;
}

.testimonial-side-img.offset-down {
  transform: translateY(30px);
}

.testimonial-content {
  text-align: center;
  padding: 0 1rem;
}

.testimonial-quote {
  font-family: var(--font-serif-headline);
  font-size: clamp(1.8rem, 3.6vw, 3.1rem);
  font-weight: 400;
  line-height: 1.22;
  text-transform: uppercase;
  color: var(--color-charcoal);
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}

.testimonial-client {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-charcoal);
  margin-bottom: 0.35rem;
}

.testimonial-meta {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-charcoal-muted);
}

/* ==========================================================================
   16 — PHILOSOPHY SECTION
   ========================================================================== */

.philosophy-section {
  background-color: var(--color-ivory);
}

.philosophy-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
}

.philosophy-media {
  aspect-ratio: 4/5.2;
  background-color: var(--color-stone);
  overflow: hidden;
}

/* ==========================================================================
   17 — CONTACT CTA & FULL INQUIRY FORM
   ========================================================================== */

.contact-section {
  background-color: var(--color-charcoal-pure);
  color: var(--color-ivory);
  padding: var(--space-2xl) 0;
}

.contact-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto var(--space-xl) auto;
}

.contact-header .editorial-headline-large {
  color: var(--color-ivory);
  margin-bottom: 1.5rem;
}

.contact-header .editorial-body {
  color: rgba(250, 248, 245, 0.8);
  margin-bottom: 2.5rem;
}

.contact-quick-actions {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: var(--space-lg);
}

/* Luxury Inquiry Form */
.inquiry-form-container {
  max-width: 860px;
  margin: 0 auto;
  background-color: rgba(28, 27, 26, 0.6);
  border: 1px solid rgba(250, 248, 245, 0.15);
  padding: clamp(2rem, 5vw, 4.5rem);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.5rem;
}

.form-group.full-width {
  grid-column: span 2;
}

.form-label {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-sand);
  margin-bottom: 0.75rem;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(250, 248, 245, 0.25);
  padding: 0.85rem 0;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--color-ivory);
  border-radius: 0;
  transition: border-color 0.3s ease;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-bottom-color: var(--color-gold-muted);
}

.form-select option {
  background-color: var(--color-charcoal);
  color: var(--color-ivory);
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

.services-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
  margin-top: 0.5rem;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 300;
  color: rgba(250, 248, 245, 0.85);
  cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(250, 248, 245, 0.4);
  background: transparent;
  cursor: pointer;
  position: relative;
}

.checkbox-label input[type="checkbox"]:checked {
  background-color: var(--color-gold-muted);
  border-color: var(--color-gold-muted);
}

.checkbox-label input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
  color: var(--color-charcoal-pure);
}

.form-status-msg {
  padding: 1.25rem;
  margin-top: 1.5rem;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  display: none;
}

.form-status-msg.success {
  display: block;
  background-color: rgba(25, 64, 53, 0.6);
  border: 1px solid var(--color-caribbean-teal);
  color: #BEE3D6;
}

.form-status-msg.error {
  display: block;
  background-color: rgba(100, 30, 30, 0.6);
  border: 1px solid #8C3333;
  color: #F8D7D7;
}

/* ==========================================================================
   18 — INSTAGRAM STRIP
   ========================================================================== */

.instagram-section {
  background-color: var(--color-ivory);
  padding: var(--space-lg) 0;
  border-top: var(--border-hairline);
  border-bottom: var(--border-hairline);
}

.instagram-header {
  text-align: center;
  margin-bottom: 2rem;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.85rem;
  padding: 0 var(--gutter);
}

.instagram-card {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: var(--color-stone);
}

.instagram-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-editorial);
}

.instagram-card:hover .instagram-img {
  transform: scale(1.05);
}

.instagram-hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 16, 15, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: var(--color-ivory);
  font-size: 1.5rem;
}

.instagram-card:hover .instagram-hover-icon {
  opacity: 1;
}

/* ==========================================================================
   19 — NEWSLETTER SECTION
   ========================================================================== */

.newsletter-section {
  background-color: var(--color-stone-light);
  padding: var(--space-xl) 0;
  text-align: center;
}

.newsletter-container {
  max-width: 620px;
  margin: 0 auto;
}

.newsletter-form {
  display: flex;
  margin-top: 2rem;
  border-bottom: 1px solid var(--color-charcoal);
}

.newsletter-input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 0.85rem 0;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-charcoal);
}

.newsletter-input:focus {
  outline: none;
}

.newsletter-btn {
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-charcoal);
  padding: 0.85rem 1rem;
  cursor: pointer;
}

/* ==========================================================================
   20 — FOOTER
   ========================================================================== */

.site-footer {
  background-color: var(--color-charcoal-pure);
  color: var(--color-ivory);
  padding: var(--space-xl) var(--gutter) 3rem var(--gutter);
  border-top: 1px solid rgba(250, 248, 245, 0.1);
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: clamp(2rem, 4vw, 5rem);
  margin-bottom: var(--space-lg);
  border-bottom: 1px solid rgba(250, 248, 245, 0.12);
  padding-bottom: var(--space-lg);
}

.footer-brand-col .footer-wordmark {
  font-family: var(--font-serif-hero);
  font-size: 1.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-ivory);
  margin-bottom: 0.75rem;
}

.footer-brand-col .footer-sub {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-sand);
  margin-bottom: 1.5rem;
}

.footer-location-tag {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250, 248, 245, 0.65);
}

.footer-nav-col h4 {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-sand);
  margin-bottom: 1.5rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-link {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250, 248, 245, 0.75);
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: var(--color-ivory);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250, 248, 245, 0.5);
}

.footer-legal-links {
  display: flex;
  gap: 2rem;
}

/* ==========================================================================
   SECONDARY PAGES STYLING (/services, /work, /about, /destinations, etc.)
   ========================================================================== */

.page-header-editorial {
  padding: 12rem var(--gutter) 5rem var(--gutter);
  background-color: var(--color-stone-light);
  border-bottom: var(--border-hairline);
  text-align: center;
}

.page-header-editorial.dark {
  background-color: var(--color-charcoal-pure);
  color: var(--color-ivory);
  border-bottom: 1px solid rgba(250, 248, 245, 0.15);
}

.page-header-editorial .editorial-headline-large {
  max-width: 900px;
  margin: 0 auto 1.5rem auto;
}

.page-header-editorial .page-header-sub {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  max-width: 680px;
  margin: 0 auto;
  opacity: 0.8;
}

/* Case Study Template Specifics */
.case-study-hero {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 600px;
  overflow: hidden;
  background-color: var(--color-charcoal);
  color: var(--color-ivory);
  display: flex;
  align-items: flex-end;
  padding: 4rem var(--gutter);
}

.case-study-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.65);
  z-index: 1;
}

.case-study-hero-content {
  position: relative;
  z-index: 10;
  max-width: 1000px;
}

.case-study-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 3rem 0;
  border-bottom: var(--border-hairline);
  margin-bottom: var(--space-lg);
}

.case-study-meta-item h5 {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-charcoal-muted);
  margin-bottom: 0.4rem;
}

.case-study-meta-item p {
  font-family: var(--font-serif-headline);
  font-size: 1.15rem;
  text-transform: uppercase;
  color: var(--color-charcoal);
}

.case-study-gallery-masonry {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  margin: var(--space-lg) 0;
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(17, 16, 15, 0.95);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.lightbox-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  box-shadow: 0 10px 40px rgba(0,0,0,0.8);
}

.lightbox-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2rem;
  color: var(--color-ivory);
  cursor: pointer;
}

/* ==========================================================================
   INTERACTIVE CMS STUDIO DRAWER / MODAL
   ========================================================================== */

.cms-toggle-badge {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 999;
  background-color: var(--color-charcoal-pure);
  color: var(--color-gold-muted);
  border: 1px solid var(--color-gold-accent);
  padding: 0.6rem 1.1rem;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.cms-toggle-badge:hover {
  transform: translateY(-2px);
  background-color: var(--color-olive-dark);
}

.cms-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(520px, 92vw);
  height: 100vh;
  background-color: #161514;
  color: var(--color-ivory);
  z-index: 1500;
  box-shadow: -10px 0 40px rgba(0,0,0,0.6);
  transform: translateX(100%);
  transition: transform 0.5s var(--ease-editorial);
  display: flex;
  flex-direction: column;
}

.cms-drawer.open {
  transform: translateX(0);
}

.cms-drawer-header {
  padding: 1.75rem 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cms-drawer-header h3 {
  font-family: var(--font-serif-headline);
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-gold-muted);
}

.cms-drawer-body {
  padding: 2rem;
  overflow-y: auto;
  flex: 1;
}

.cms-group {
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 1.5rem;
}

.cms-group h4 {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-sand);
  margin-bottom: 1rem;
}

.cms-field {
  margin-bottom: 1.25rem;
}

.cms-field label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0.4rem;
}

.cms-field input, .cms-field textarea {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--color-ivory);
  padding: 0.6rem 0.8rem;
  font-family: var(--font-sans);
  font-size: 0.85rem;
}

.cms-drawer-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  gap: 1rem;
  background-color: #11100F;
}

/* Calendly Booking Modal */
.booking-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(17, 16, 15, 0.88);
  backdrop-filter: blur(8px);
  z-index: 1800;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.booking-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.booking-dialog {
  background-color: var(--color-ivory);
  width: min(680px, 95vw);
  max-height: 90vh;
  overflow-y: auto;
  border: 1px solid var(--color-stone-dark);
  padding: clamp(2rem, 4vw, 3.5rem);
  position: relative;
}

/* ==========================================================================
   ANIMATIONS & SCROLL OBSERVER REVEALS
   ========================================================================== */

.fade-in-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.9s var(--ease-editorial), transform 0.9s var(--ease-editorial);
  will-change: opacity, transform;
}

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

.image-mask-reveal {
  position: relative;
  overflow: hidden;
}

.image-mask-reveal img {
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.2s var(--ease-editorial), transform 1.4s var(--ease-editorial);
}

.image-mask-reveal.in-view img {
  opacity: 1;
  transform: scale(1);
}

/* Stagger delay helpers */
.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }
.delay-4 { transition-delay: 0.6s; }

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ==========================================================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================================================== */

@media (max-width: 1100px) {
  .header-nav { display: none; }
  .hamburger-btn { display: flex; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step-col { border-right: none; border-bottom: var(--border-hairline-dark); }
  .process-step-col:nth-child(odd) { border-right: var(--border-hairline-dark); padding-right: 2rem; }
  .service-block-header { grid-template-columns: 60px 1fr; }
  .service-desc-area { grid-column: span 2; margin-top: 1rem; }
  .service-horizontal-gallery { grid-template-columns: 1fr 1fr; }
  .testimonial-layout { grid-template-columns: 1fr; }
  .testimonial-side-img { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .instagram-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .asymmetric-grid { grid-template-columns: 1fr; }
  .dual-portrait-grid { grid-template-columns: 1fr 1fr; }
  .dual-portrait-grid .vertical-annotation { display: none; }
  .portrait-frame-2 { margin-top: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step-col { border-right: none !important; padding-right: 0; }
  .collaboration-container { grid-template-columns: 1fr; }
  .philosophy-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full-width { grid-column: span 1; }
  .service-01-media-grid { grid-template-columns: 1fr; }
  .project-card.span-7, .project-card.span-5, .project-card.span-6, 
  .project-card.span-4, .project-card.span-8, .project-card.span-12 {
    grid-column: span 12;
  }
  .footer-top { grid-template-columns: 1fr; }
  .instagram-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ==========================================================================
   2026-08-22 — LANDING REFINEMENTS / WEDDING ATELIER LOCKUP
   ========================================================================== */

/* Header: compact brand at left, navigation intentionally grouped with CTA */
.header-brand {
  position: relative;
  flex: 0 0 auto;
  width: clamp(116px, 10.2vw, 154px);
  height: clamp(34px, 3vw, 45px);
  justify-content: center;
}

.header-logo-picture {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.header-logo-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
}

.header-logo-dark { opacity: 0; visibility: hidden; }
.header-logo-full { opacity: 1; visibility: visible; }
.site-header.scrolled .header-logo-dark { opacity: 1; visibility: visible; }
.site-header.scrolled .header-logo-full { opacity: 0; visibility: hidden; }

.header-right-cluster {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1.5rem, 2.7vw, 3.2rem);
}

.header-nav {
  margin-left: auto;
  justify-content: flex-end;
  gap: clamp(1rem, 1.7vw, 1.85rem);
}

.header-actions { gap: 1rem; }

/* Move the first case study materially higher in the landing rhythm */
.intro-section {
  padding-top: clamp(4.5rem, 7vw, 7rem) !important;
  padding-bottom: clamp(2.25rem, 3.2vw, 3.75rem) !important;
}

.featured-project-section {
  padding-top: clamp(1.5rem, 2.8vw, 3rem) !important;
}

/* Landing service edit: exactly one visual per category */
.service-single-media {
  width: 100%;
  aspect-ratio: 16 / 8.2;
  overflow: hidden;
  margin-top: var(--space-md);
  background: var(--color-stone);
}

.service-single-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* How we work: separators sit in the gutters, never on top of copy */
@media (min-width: 1101px) {
  .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .process-step-col,
  .process-step-col:first-child,
  .process-step-col:last-child {
    padding: 3rem clamp(1.8rem, 2.4vw, 2.7rem);
  }

  .process-step-col:first-child { padding-left: clamp(1.2rem, 1.8vw, 2rem); }
  .process-step-col:last-child { padding-right: clamp(1.2rem, 1.8vw, 2rem); }

  .process-step-title,
  .process-step-subtitle,
  .process-step-desc {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

/* Parallax full-bleed imagery. Extra vertical image area prevents exposed edges. */
.parallax-media {
  overflow: hidden;
  position: relative;
}

.parallax-media-img {
  will-change: transform;
  transform: translate3d(0, 0, 0) scale(1.09);
  transition: transform 0.08s linear;
}

.case-study-hero .case-study-hero-bg.parallax-media-img {
  width: 100%;
  height: 112%;
  top: -6%;
}

@media (max-width: 1100px) {
  .header-right-cluster { gap: 1rem; }
}

@media (max-width: 640px) {
  .header-brand {
    width: 30px;
    height: 38px;
  }

  .header-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .header-cta { display: none; }
  .header-right-cluster { margin-left: auto; }

  .service-single-media { aspect-ratio: 4 / 3; }
}

@media (prefers-reduced-motion: reduce) {
  .parallax-media-img { transform: none !important; transition: none !important; }
}

/* ========================================================================== */
/* COMPACT HOME — 2026-08-22                                                  */
/* ========================================================================== */
.home-positioning {
  padding: clamp(4rem, 7vw, 7rem) 0 clamp(3.5rem, 6vw, 6rem);
  text-align: center;
}
.home-positioning h2 {
  max-width: 980px;
  margin: 0 auto 1.25rem;
  font-family: var(--font-serif-headline);
  font-size: clamp(2rem, 4.1vw, 4rem);
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
}
.home-positioning p {
  max-width: 720px;
  margin: 0 auto;
  font-size: clamp(.9rem, 1vw, 1rem);
  line-height: 1.75;
  color: var(--color-charcoal-muted);
}
.home-featured { padding: 0 0 clamp(5rem, 8vw, 8rem); }
.home-featured-image { height: clamp(460px, 72vw, 860px); overflow: hidden; }
.home-featured-image img, .home-featured-pair img { width:100%; height:100%; object-fit:cover; }
.home-featured-copy {
  display:grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(2rem,5vw,6rem);
  padding: clamp(2rem,4vw,4rem) 0 clamp(2rem,4vw,3.5rem);
  border-bottom: var(--border-hairline);
}
.home-kicker { display:block; font: 500 .66rem/1 var(--font-sans); letter-spacing:.2em; margin-bottom:.9rem; }
.home-featured-copy h3 { font-family:var(--font-serif-headline); font-weight:400; font-size:clamp(2rem,4vw,3.7rem); line-height:1.04; text-transform:uppercase; margin-bottom:1rem; }
.home-featured-copy p { max-width:680px; margin-bottom:1.5rem; color:var(--color-charcoal-muted); line-height:1.75; }
.home-featured-pair { display:grid; grid-template-columns:1fr 1fr; gap:var(--gutter); margin-top:var(--gutter); }
.home-featured-pair > div { aspect-ratio:16/9; overflow:hidden; }
.home-services { padding: clamp(5rem,8vw,8rem) 0; background:var(--color-stone-light); }
.home-section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:2rem; padding-bottom:2.25rem; border-bottom:var(--border-hairline-dark); }
.home-section-heading h2 { font-family:var(--font-serif-headline); font-weight:400; font-size:clamp(2.2rem,4.5vw,4.2rem); line-height:1.02; text-transform:uppercase; }
.home-services-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.home-service-card { padding:clamp(2rem,3.4vw,3.5rem); border-right:var(--border-hairline-dark); }
.home-service-card:first-child { padding-left:0; }
.home-service-card:last-child { border-right:0; padding-right:0; }
.home-service-num { display:block; font-size:.68rem; letter-spacing:.2em; margin-bottom:2rem; }
.home-service-card h3 { font-family:var(--font-serif-headline); font-size:clamp(1.5rem,2.2vw,2.1rem); line-height:1.08; font-weight:400; text-transform:uppercase; margin-bottom:1rem; }
.home-service-card p { color:var(--color-charcoal-muted); line-height:1.7; margin-bottom:1.5rem; font-size:.92rem; }
.home-service-card li { padding:.55rem 0; border-top:var(--border-hairline); font-size:.74rem; letter-spacing:.07em; text-transform:uppercase; }
.home-parallax-break { height:clamp(360px,58vw,720px); overflow:hidden; position:relative; background:var(--color-charcoal); }
.home-parallax-break .parallax-img { position:absolute; inset:-12% 0; width:100%; height:124%; object-fit:cover; will-change:transform; }
.home-process { padding:clamp(5rem,8vw,8rem) 0; }
.home-process .home-section-heading { align-items:center; }
.home-process-grid { display:grid; grid-template-columns:repeat(4,1fr); border-bottom:var(--border-hairline-dark); }
.home-process-step { position:relative; padding:2.75rem clamp(1.25rem,2.5vw,2.5rem) 3rem; border-right:var(--border-hairline-dark); }
.home-process-step:first-child { padding-left:0; }
.home-process-step:last-child { border-right:0; padding-right:0; }
.home-process-step > span { display:block; font-size:.68rem; letter-spacing:.2em; margin-bottom:2rem; }
.home-process-step h3 { font-family:var(--font-serif-headline); font-size:clamp(1.35rem,1.8vw,1.8rem); font-weight:400; text-transform:uppercase; margin-bottom:.8rem; }
.home-process-step p { font-size:.88rem; line-height:1.7; color:var(--color-charcoal-muted); }
.home-final-cta { padding:clamp(6rem,10vw,10rem) 0; background:var(--color-charcoal-pure); color:var(--color-ivory); text-align:center; }
.home-final-cta h2 { font-family:var(--font-serif-headline); font-size:clamp(2.7rem,6vw,5.5rem); font-weight:400; line-height:1; text-transform:uppercase; margin-bottom:1.5rem; }
.home-final-cta p { max-width:680px; margin:0 auto 2rem; color:var(--color-stone); }
.home-final-actions { display:flex; align-items:center; justify-content:center; gap:2rem; flex-wrap:wrap; }
.home-email-link { color:var(--color-ivory); }
.home-email-link::after { background:var(--color-ivory); }
@media (max-width: 900px) {
  .home-featured-copy { grid-template-columns:1fr; gap:1.25rem; }
  .home-services-grid { grid-template-columns:1fr; }
  .home-service-card, .home-service-card:first-child, .home-service-card:last-child { padding:2rem 0; border-right:0; border-bottom:var(--border-hairline-dark); }
  .home-service-card:last-child { border-bottom:0; }
  .home-process-grid { grid-template-columns:1fr 1fr; }
  .home-process-step, .home-process-step:first-child, .home-process-step:last-child { padding:2rem; border:0; border-bottom:var(--border-hairline-dark); }
  .home-process-step:nth-child(odd) { border-right:var(--border-hairline-dark); padding-left:0; }
  .home-process-step:nth-child(even) { padding-right:0; }
}
@media (max-width: 620px) {
  .home-positioning { padding:3.5rem 0 3rem; }
  .home-featured-image { height:62vh; min-height:420px; }
  .home-featured-pair { grid-template-columns:1fr; gap:1rem; }
  .home-featured-pair > div { aspect-ratio:4/3; }
  .home-section-heading { align-items:flex-start; flex-direction:column; }
  .home-process-grid { grid-template-columns:1fr; }
  .home-process-step, .home-process-step:first-child, .home-process-step:last-child, .home-process-step:nth-child(odd), .home-process-step:nth-child(even) { padding:1.8rem 0; border-right:0; border-bottom:var(--border-hairline-dark); }
  .home-parallax-break { height:56vh; min-height:360px; }
}

/* CMS-editable layout scaling */
:root {
  --cms-spacing-scale: 1;
  --cms-gutter-scale: 1;
}
.section,
.editorial-section,
.page-section {
  --section-scale: var(--cms-spacing-scale);
}
.container,
.container-wide,
.container-narrow {
  padding-left: calc(var(--gutter) * var(--cms-gutter-scale));
  padding-right: calc(var(--gutter) * var(--cms-gutter-scale));
}
/* Legacy local editor disabled; publishing now happens via /admin */
.cms-trigger,
.cms-drawer,
.cms-overlay {
  display: none !important;
}
