/* ==========================================================================
   CREATIVE FRAMES - LUXURY EDITORIAL PHOTOGRAPHY DESIGN SYSTEM
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Cinzel:wght@400;500;600;700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&family=Lora:ital,wght@0,400..700;1,400..700&family=Playfair+Display:ital,wght@0,400..800;1,400..800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

/* Olive Village Vintage Font Definition */
@font-face {
  font-family: 'Olive Village';
  src: local('Olive Village'), local('OliveVillage'), local('OliveVillage-Regular');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Zefani Stencil Luxury Font Definition */
@font-face {
  font-family: "Zefani Stencil";
  src: url("https://db.onlinewebfonts.com/t/69d83e4c4f28f156ca2e5790d0e271ab.eot");
  src: url("https://db.onlinewebfonts.com/t/69d83e4c4f28f156ca2e5790d0e271ab.eot?#iefix") format("embedded-opentype"),
       url("https://db.onlinewebfonts.com/t/69d83e4c4f28f156ca2e5790d0e271ab.woff2") format("woff2"),
       url("https://db.onlinewebfonts.com/t/69d83e4c4f28f156ca2e5790d0e271ab.woff") format("woff"),
       url("https://db.onlinewebfonts.com/t/69d83e4c4f28f156ca2e5790d0e271ab.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Talkine Bold Vintage Display Font Definition */
@font-face {
  font-family: "Talkine";
  src: url("https://db.onlinewebfonts.com/t/ce61f14cd9d5e217e242bd7ae686be0c.eot");
  src: url("https://db.onlinewebfonts.com/t/ce61f14cd9d5e217e242bd7ae686be0c.eot?#iefix") format("embedded-opentype"),
       url("https://db.onlinewebfonts.com/t/ce61f14cd9d5e217e242bd7ae686be0c.woff2") format("woff2"),
       url("https://db.onlinewebfonts.com/t/ce61f14cd9d5e217e242bd7ae686be0c.woff") format("woff"),
       url("https://db.onlinewebfonts.com/t/ce61f14cd9d5e217e242bd7ae686be0c.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Color Tokens */
  --bg-dark: #0f0e0d;
  --bg-dark-overlay: rgba(14, 13, 12, 0.72);
  --bg-paper: #f4ece2;
  --bg-paper-light: #fbf8f3;
  --bg-paper-warm: #f4ece2;
  --bg-card: #fdfbf8;
  --bg-footer: #f4ece2;
  
  --text-dark: #221c19;
  --text-dark-muted: #5e524b;
  --text-light: #f8f6f0;
  --text-light-muted: rgba(248, 246, 240, 0.75);
  
  --gold-primary: #c5a880;
  --gold-warm: #d5b58d;
  --gold-dark: #9e7f55;
  --gold-script: #d2a46c;
  --gold-glow: rgba(197, 168, 128, 0.25);
  
  --tape-color: rgba(248, 244, 230, 0.62);
  --tape-border: rgba(220, 210, 190, 0.45);
  
  --font-serif: 'Cormorant Garamond', 'Cinzel', serif;
  --font-logo: 'Lora', 'Cinzel', 'Plus Jakarta Sans', serif;
  --font-script: 'Alex Brush', 'Pinyon Script', 'Great Vibes', cursive;
  --font-script-title: 'Alex Brush', cursive;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  --shadow-sm: 0 4px 15px rgba(44, 37, 32, 0.06);
  --shadow-md: 0 10px 30px rgba(44, 37, 32, 0.09);
  --shadow-lg: 0 18px 45px rgba(35, 29, 25, 0.14);
  --shadow-polaroid: 0 12px 35px rgba(28, 22, 18, 0.16), 0 3px 10px rgba(28, 22, 18, 0.08);
  
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-pill: 50px;
  
  --transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-paper);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Allow text selection only on actual descriptive/reading content and inputs */
p, span, h1, h2, h3, h4, h5, h6, li, blockquote, input, textarea, select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* Enforce non-selectability on UI controls and decorative media elements */
.btn-texture-sand,
.btn-outline-dark,
.btn-form-submit,
.btn-brush-beige,
.btn-gallery-nav,
.nav-link,
.mobile-toggle,
.brand-logo,
.social-icon,
.legal-modal-backdrop,
img,
svg {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* Screen Reader Only - Accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Subtle Paper Texture Background Overlay */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(rgba(0, 0, 0, 0.015) 1px, transparent 0),
    radial-gradient(rgba(140, 115, 85, 0.02) 1px, transparent 0);
  background-size: 24px 24px, 48px 48px;
  background-position: 0 0, 12px 12px;
  pointer-events: none;
  z-index: 999;
}

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

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

button, input, select, textarea {
  font-family: inherit;
  outline: none;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f4ece2;
}
::-webkit-scrollbar-thumb {
  background: #c5a880;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #9e7f55;
}

/* Container */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (max-width: 768px) {
  .container {
    padding: 0 1.25rem;
  }
}

/* ==========================================================================
   NAVIGATION & HEADER
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 1.2rem 0;
  background: transparent;
  border-bottom: 1.5px solid transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition: background-color 0.35s ease,
              border-color 0.35s ease,
              box-shadow 0.35s ease,
              padding 0.35s ease;
}

.site-header.menu-open {
  z-index: 205;
}

.site-header.scrolled {
  position: fixed;
  top: 0;
  background-color: rgba(244, 236, 226, 0.94);
  background-image: 
    radial-gradient(rgba(0, 0, 0, 0.015) 1px, transparent 0),
    radial-gradient(rgba(140, 115, 85, 0.02) 1px, transparent 0);
  background-size: 24px 24px, 48px 48px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 1.2rem 0;
  border-bottom-color: rgba(197, 168, 128, 0.45);
  box-shadow: 0 8px 25px rgba(35, 29, 25, 0.08);
}

.site-header.scrolled .brand-logo .logo-main {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: #4a423d;
  text-shadow: none;
}

.site-header.scrolled .nav-link {
  color: #5e524b;
}

.site-header.scrolled .nav-link:hover {
  color: #9e7f55;
  text-shadow: none;
}

.site-header.scrolled .mobile-toggle {
  color: #4a423d;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

/* Logo */
.brand-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.logo-signature-img {
  height: 36px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: filter 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-header.scrolled .logo-signature-img {
  height: 36px;
  filter: brightness(0.25);
}

.footer-brand .logo-signature-img {
  height: 30px;
  filter: brightness(0.25);
}

.brand-logo .logo-main {
  font-family: var(--font-logo);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #f7f4ee;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  transition: color 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              text-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Nav Menu */
.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 2.2rem;
}

.nav-link {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  position: relative;
  padding: 0.4rem 0;
  transition: color 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              text-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-link:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

/* Nav CTA */
.btn-nav-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.6rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(248, 244, 230, 0.45);
  background: rgba(15, 14, 13, 0.45);
  backdrop-filter: blur(8px);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
  cursor: pointer;
  transition: var(--transition);
}

.btn-nav-book:hover {
  background: rgba(197, 168, 128, 0.25);
  border-color: var(--gold-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(197, 168, 128, 0.3);
}

/* Mobile Menu Toggle */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: var(--bg-dark);
  background-image: url('../assets/images/service_1.webp');
  background-size: cover;
  background-position: center;
  padding: 8rem 0 6rem;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  opacity: 0; /* Fade in when ready */
  transition: opacity 0.8s ease;
}

.hero-video.video-ready {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(15, 14, 13, 0.88) 0%,
    rgba(15, 14, 13, 0.65) 45%,
    rgba(15, 14, 13, 0.2) 75%,
    rgba(15, 14, 13, 0.75) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.hero-section .container {
  position: relative;
  z-index: 10;
}

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

.hero-title {
  color: #ffffff;
  margin-bottom: 1.75rem;
}

.hero-title .title-line-1,
.hero-title .title-line-2 {
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 5.5vw, 4.5rem);
  font-weight: 300;
  line-height: 1.1;
  display: block;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.hero-title .title-script {
  font-family: var(--font-script-title);
  font-size: clamp(3.8rem, 7.5vw, 6.2rem);
  font-weight: 400;
  display: block;
  color: var(--gold-script);
  line-height: 0.95;
  margin-top: 0.25rem;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 25px rgba(210, 164, 108, 0.35);
  white-space: nowrap;
}

/* Category Bullets */
.hero-tags {
  margin-bottom: 2.5rem;
}

.hero-tags p {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.9;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* Hero CTA Buttons */
.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

/* Textured Organic Sand Button */
.btn-texture-sand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.2rem;
  border-radius: var(--radius-pill);
  background: #d5b894;
  background-image: 
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.25), transparent 70%),
    linear-gradient(135deg, #dfc6a6 0%, #caa47b 100%);
  color: #2b221a;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 
    0 4px 14px rgba(0, 0, 0, 0.25),
    inset 0 1px 2px rgba(255, 255, 255, 0.6),
    inset 0 -2px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.btn-texture-sand:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 22px rgba(0, 0, 0, 0.38),
    inset 0 1px 2px rgba(255, 255, 255, 0.6);
  filter: brightness(1.05);
}

/* Dark Outline Button */
.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.2rem;
  border-radius: var(--radius-pill);
  background: rgba(18, 17, 16, 0.55);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(210, 164, 108, 0.6);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: var(--transition);
}

.btn-outline-dark:hover {
  background: rgba(210, 164, 108, 0.2);
  border-color: var(--gold-warm);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
}

/* Slide Indicator (Right Side) */
.hero-slider-counter {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  z-index: 10;
}

.counter-num {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: var(--transition);
  padding: 2px 4px;
}

.counter-num.active {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  border-bottom: 1.5px solid var(--gold-primary);
}

.counter-num:hover {
  color: var(--gold-warm);
}

/* ==========================================================================
   HERO SCROLL INDICATOR — Animated Mouse + Bounce Dot
   ========================================================================== */
.hero-scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: none; /* Hidden on PC/Desktop by default */
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.6s ease;
  animation: scrollIndicatorFadeIn 1.5s ease 1.2s both;
}

.hero-scroll-indicator.hidden {
  opacity: 0;
  pointer-events: none;
}

@keyframes scrollIndicatorFadeIn {
  from { opacity: 0; transform: translateX(-50%) translateY(12px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.scroll-label {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  animation: scrollLabelPulse 2.5s ease-in-out infinite;
}

@keyframes scrollLabelPulse {
  0%, 100% { opacity: 0.55; }
  50%       { opacity: 1; }
}

.scroll-mouse {
  width: 26px;
  height: 40px;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  border-radius: 13px;
  display: flex;
  justify-content: center;
  padding-top: 7px;
  position: relative;
  box-shadow: 0 0 12px rgba(197, 168, 128, 0.15);
  transition: border-color 0.3s ease;
}

.hero-scroll-indicator:hover .scroll-mouse {
  border-color: var(--gold-warm);
  box-shadow: 0 0 20px rgba(197, 168, 128, 0.35);
}

.scroll-dot {
  width: 4px;
  height: 8px;
  background: var(--gold-warm);
  border-radius: 2px;
  animation: scrollDotBounce 2s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  box-shadow: 0 0 6px rgba(213, 181, 141, 0.7);
}

@keyframes scrollDotBounce {
  0%   { transform: translateY(0);    opacity: 1; }
  50%  { transform: translateY(12px); opacity: 0.3; }
  100% { transform: translateY(0);    opacity: 1; }
}

@media (max-width: 767px) {
  .hero-scroll-indicator {
    display: flex; /* Visible only on mobile view */
    bottom: 5.5rem;
  }
}

/* ==========================================================================
   TORN PAPER DECKLE EDGE DIVIDER (REALISTIC CONTINUOUS PAPER TEAR)
   ========================================================================== */
.torn-paper-divider {
  position: relative;
  width: 100%;
  height: 75px;
  margin-top: -74px;
  z-index: 30;
  pointer-events: none;
  background-image: url('../assets/images/torn_paper_divider.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
}

/* ==========================================================================
   SHARED EDITORIAL SECTION HEADER STYLES
   ========================================================================== */
.editorial-kicker {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.85rem;
  display: block;
}

.editorial-headline-script {
  font-family: var(--font-serif);
  font-size: clamp(2.0rem, 3.8vw, 2.8rem);
  font-weight: 300;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 1.1rem;
  letter-spacing: 0.02em;
}

.editorial-desc {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  color: var(--text-dark-muted);
  line-height: 1.7;
  max-width: 320px;
  margin-bottom: 1.75rem;
}

/* Brushed Organic Button (Beige) */
.btn-brush-beige {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.6rem;
  border-radius: var(--radius-pill);
  background: #dfd0bc;
  background-image: 
    linear-gradient(135deg, #e7ddce 0%, #cfbeaa 100%);
  color: #382c23;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 
    0 4px 15px rgba(58, 44, 34, 0.12),
    inset 0 1px 2px rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(206, 189, 168, 0.8);
  cursor: pointer;
  transition: var(--transition);
}

.btn-brush-beige:hover {
  background: #d8c7b0;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(58, 44, 34, 0.18);
}

/* ==========================================================================
   PORTFOLIO SCRAPBOOK COLLAGE SECTION
   ========================================================================== */
.portfolio-section {
  padding: 5rem 0 6rem;
  background-color: var(--bg-paper);
  position: relative;
  overflow: hidden;
}

.portfolio-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 3rem;
  align-items: start;
}

.portfolio-left-col {
  position: relative;
  padding-top: 1rem;
}

/* Botanical Accent SVG */
.botanical-accent {
  position: absolute;
  bottom: -40px;
  right: 0px;
  width: 110px;
  opacity: 0.75;
  pointer-events: none;
}

/* Scrapbook Gallery Grid Layout */
.scrapbook-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.1fr;
  gap: 1.25rem;
  align-items: start;
  max-width: 1050px;
}

.scrapbook-col-left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.scrapbook-col-mid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.scrapbook-col-right {
  display: flex;
  flex-direction: column;
}

/* Polaroid & Framed Photo Card Styling */
.polaroid-card {
  position: relative;
  background: #ffffff;
  padding: 10px;
  border-radius: 2px;
  box-shadow: var(--shadow-polaroid);
  transition: transform 0.4s ease, box-shadow 0.4s ease, z-index 0.4s;
  will-change: transform;
  cursor: pointer;
  overflow: visible;
}

.polaroid-card:hover {
  transform: translateY(-8px) scale(1.02) !important;
  box-shadow: 0 22px 50px rgba(35, 29, 25, 0.25);
  z-index: 30 !important;
}

.polaroid-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1px;
}

/* Washi Tape / Scotch Tape Accents */
.tape-strip {
  position: absolute;
  z-index: 10;
  background: var(--tape-color);
  backdrop-filter: blur(2px);
  border: 1px dashed rgba(210, 195, 170, 0.4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

.tape-top-center {
  top: -12px;
  left: 50%;
  transform: translateX(-50%) rotate(-1.5deg);
  width: 90px;
  height: 24px;
}

.tape-corner-left {
  top: -8px;
  left: -12px;
  width: 60px;
  height: 22px;
  transform: rotate(-35deg);
}

.tape-corner-right {
  top: -8px;
  right: -12px;
  width: 60px;
  height: 22px;
  transform: rotate(35deg);
}

/* Deckled Card Edge Overlays */
.deckle-frame {
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.14);
}

/* Specific Card Aspect Ratios & Angles matching the photo */
.card-arch {
  height: 240px;
  transform: rotate(-0.5deg);
}

.card-beach {
  height: 210px;
  transform: rotate(0.8deg);
}

.card-baby {
  height: 190px;
  transform: rotate(1deg);
}

.card-maternity-tall {
  height: 260px;
  transform: rotate(-0.8deg);
}

.card-lift-tall {
  height: 462px;
  transform: rotate(1.2deg);
}

/* ==========================================================================
   OUR SERVICES SECTION
   ========================================================================== */
.services-section {
  padding: 5rem 0 6rem;
  background-color: var(--bg-paper);
  position: relative;
}

.services-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2.5rem;
  align-items: start;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  max-width: 1150px;
}

/* Service Deckled Arched Card */
.service-card {
  background: var(--bg-card);
  border-radius: 4px;
  padding: 0.7rem 0.7rem 1.25rem;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(220, 210, 195, 0.6);
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  position: relative;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-primary);
}

.service-img-wrapper {
  width: 100%;
  height: 185px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0.9rem;
  position: relative;
}

.service-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}



.service-card-title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.25;
  margin-bottom: 0.4rem;
}

.service-card-desc {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: var(--text-dark-muted);
  line-height: 1.55;
  margin-bottom: 0.85rem;
  flex-grow: 1;
}

.service-link {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-dark);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: var(--transition);
  cursor: pointer;
}

.service-link:hover {
  color: var(--text-dark);
  transform: translateX(4px);
}

/* ==========================================================================
   ABOUT US SECTION (EDITORIAL DESIGN MATCHING REFERENCE)
   ========================================================================== */
.about-section {
  padding: 5.5rem 0 6rem;
  background-color: #ede7e1;
  position: relative;
  border-top: 1px solid rgba(190, 175, 158, 0.4);
}

.about-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4.5rem;
  align-items: center;
  max-width: 1150px;
  margin: 0 auto;
}

.about-left-col {
  position: relative;
}

.about-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(220, 210, 195, 0.6);
}

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

.about-right-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-kicker {
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #b39b82;
  margin-bottom: 1.25rem;
  display: block;
}

.about-headline {
  font-family: 'Lora', 'Cormorant Garamond', 'Cinzel', serif;
  font-size: clamp(2.8rem, 4.5vw, 3.8rem);
  font-weight: 400;
  color: #332c26;
  line-height: 1.15;
  margin-bottom: 2rem;
  letter-spacing: -0.01em;
}

.about-headline-italic {
  font-style: italic;
  font-family: 'Lora', 'Cormorant Garamond', serif;
  color: #b87b64;
  font-weight: 400;
  white-space: nowrap;
}

.about-bio-text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0.3rem;
  max-width: 560px;
}

.about-bio-text p {
  font-family: var(--font-sans);
  font-size: 0.96rem;
  line-height: 1.75;
  color: #706357;
  margin: 0;
}

.about-bio-text strong {
  color: #3d342d;
  font-weight: 600;
}

.about-stats-row {
  display: flex;
  align-items: flex-end;
  gap: 3.8rem;
}

.about-stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-stat-number {
  font-family: 'Lora', 'Cormorant Garamond', serif;
  font-size: clamp(2.0rem, 2.8vw, 2.5rem);
  font-weight: 300;
  color: #b87b64;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.about-stat-text {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #968677;
}

/* About layout stacks below tablet breakpoint - handled in main responsive section */

/* ==========================================================================
   CLIENT LOVE (REVIEWS SECTION)
   ========================================================================== */
.reviews-section {
  padding: 5rem 0 6rem;
  background-color: var(--bg-paper);
  position: relative;
}

.reviews-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2.5rem;
  align-items: start;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  max-width: 1150px;
}

/* Testimonial Embossed Paper Card */
.testimonial-card {
  background: #fbf9f6;
  border-radius: 4px;
  padding: 1.35rem 1.25rem 1.15rem;
  box-shadow: 
    0 10px 28px rgba(45, 37, 30, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(224, 215, 200, 0.7);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: var(--transition);
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-warm);
}

.star-rating {
  color: #c99846;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  margin-bottom: 0.75rem;
}

.testimonial-quote {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--text-dark-muted);
  margin-bottom: 1.1rem;
  flex-grow: 1;
}

.testimonial-client {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid rgba(220, 210, 195, 0.4);
  padding-top: 0.75rem;
}

.client-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid var(--gold-primary);
  flex-shrink: 0;
}

.client-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-meta .client-name {
  font-family: var(--font-serif);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
}

.client-meta .client-service {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  color: var(--gold-dark);
}

/* ==========================================================================
   LET'S CONNECT (BOOKING & CONTACT FORM SECTION)
   ========================================================================== */
.connect-section {
  padding: 5rem 0 6rem;
  background-color: var(--bg-paper);
  position: relative;
}

.connect-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 3.5rem;
  align-items: center;
}

.connect-left-content {
  position: relative;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--font-sans);
  font-size: 0.84rem;
  color: var(--text-dark);
}

.contact-item svg {
  width: 16px;
  height: 16px;
  color: var(--gold-dark);
  flex-shrink: 0;
}

.contact-item a:hover {
  color: var(--gold-dark);
}

/* Studio Location Strip (2-Column Card: Left Text & Right Map) */
.connect-map-section {
  margin-top: 3rem;
  width: 100%;
  scroll-margin-top: 110px;
}

.connect-map-card {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 0;
  background: #fbf9f6;
  border: 1px solid rgba(190, 175, 158, 0.45);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(45, 36, 28, 0.08);
}

.map-text-side {
  padding: 2.2rem 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: #fcfbf8;
}

.map-kicker {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #b39b82;
  margin-bottom: 0.4rem;
}

.map-heading {
  font-family: 'Lora', 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #332c26;
  margin-bottom: 0.85rem;
}

.map-address-text {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  line-height: 1.65;
  color: #6e6258;
  margin-bottom: 1.5rem;
}

.map-address-text strong {
  color: #332c26;
}

.btn-directions {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.35rem;
  background: #ede7e1;
  border: 1px solid rgba(190, 175, 158, 0.5);
  border-radius: var(--radius-pill);
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4a3e35;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-directions svg {
  color: #b0997e;
  transition: transform 0.3s ease;
}

.btn-directions:hover {
  background: #332c26;
  color: #ffffff;
  border-color: #332c26;
}

.btn-directions:hover svg {
  color: #ffffff;
  transform: translateX(3px);
}

.map-iframe-side {
  width: 100%;
  min-height: 230px;
  position: relative;
}

.map-iframe-side iframe {
  width: 100%;
  height: 100%;
  min-height: 230px;
  border: none;
  filter: contrast(0.95) saturate(0.9);
  transition: filter 0.3s ease;
}

.map-iframe-side:hover iframe {
  filter: contrast(1) saturate(1);
}

@media (max-width: 850px) {
  .connect-map-card {
    grid-template-columns: 1fr;
  }
}

/* Transparent Form Container */
.deckle-form-card {
  background: transparent;
  border-radius: 0;
  padding: 1rem 0;
  box-shadow: none;
  border: none;
  position: relative;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem 1.5rem;
}

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

.form-field {
  position: relative;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(130, 115, 95, 0.45);
  padding: 0.65rem 0.2rem;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  color: var(--text-dark);
  transition: var(--transition);
}

.form-input::placeholder, .form-textarea::placeholder {
  color: #8c7d72;
  font-size: 0.85rem;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-bottom-color: var(--text-dark);
}

.form-select {
  appearance: none;
  cursor: pointer;
  color: #8c7d72;
}

/* Date Field Calendar Icon Styling */
.date-field-container {
  position: relative;
}

.date-field-container .form-input {
  padding-right: 2.2rem;
}

.input-calendar-icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #8c7d72;
  pointer-events: none;
  opacity: 0.85;
  transition: var(--transition);
}

.date-field-container .form-input:focus ~ .input-calendar-icon {
  color: var(--gold-primary);
  opacity: 1;
}

/* Custom Select Dropdown Styling */
.custom-select-container {
  position: relative;
  width: 100%;
}

.custom-select-trigger {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(130, 115, 95, 0.45);
  padding: 0.65rem 0.2rem;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  color: #8c7d72; /* placeholder color */
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
}

.custom-select-trigger.selected {
  color: var(--text-dark);
}

.custom-select-trigger:focus,
.custom-select-container.active .custom-select-trigger {
  border-bottom-color: var(--text-dark);
}

.custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fbf9f5;
  border: 1px solid rgba(220, 208, 190, 0.95);
  border-radius: 4px;
  margin-top: 5px;
  box-shadow: 0 12px 30px rgba(45, 36, 28, 0.12);
  z-index: 100;
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}

.custom-select-container.active .custom-select-options {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.custom-select-option {
  padding: 0.75rem 1.25rem;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: var(--text-dark-muted);
  cursor: pointer;
  transition: var(--transition);
  text-align: left;
}

.custom-select-option:hover {
  background: rgba(197, 168, 128, 0.15);
  color: var(--text-dark);
}

.custom-select-option.active {
  background: rgba(197, 168, 128, 0.25);
  color: var(--gold-dark);
  font-weight: 600;
}

.select-arrow {
  color: #8c7d72;
  font-size: 0.75rem;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.custom-select-container.active .select-arrow {
  transform: rotate(180deg);
}

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

/* Dark Organic Brush Button for Form */
.btn-form-submit {
  width: 100%;
  padding: 0.95rem 2rem;
  margin-top: 1.75rem;
  border-radius: var(--radius-pill);
  background: #25211e;
  background-image: 
    radial-gradient(circle at 50% 50%, rgba(210, 164, 108, 0.15), transparent 80%),
    linear-gradient(135deg, #322b27 0%, #1e1a17 100%);
  color: #f7f3eb;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(210, 164, 108, 0.35);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-form-submit:hover {
  background: #1a1614;
  border-color: var(--gold-warm);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
}

/* ==========================================================================
   VALUE PROPOSITION & STATS BAR
   ========================================================================== */
.stats-bar-section {
  padding: 2.8rem 0;
  background-color: var(--bg-paper-warm);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  align-items: center;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.stat-icon {
  width: 32px;
  height: 32px;
  color: var(--gold-dark);
  flex-shrink: 0;
}

.stat-text {
  font-family: var(--font-sans);
  line-height: 1.25;
}

.stat-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-dark);
  display: block;
}

.stat-subtitle {
  font-size: 0.75rem;
  color: var(--text-dark-muted);
  display: block;
}

/* ==========================================================================
   FOOTER SECTION (BESPOKE EDITORIAL DESIGN)
   ========================================================================== */
.site-footer {
  background-color: #ede7e1;
  padding: 4rem 0 3rem;
  position: relative;
  border-top: 1px solid rgba(190, 175, 158, 0.45);
}

.footer-minimal-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.footer-brand-signature {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.footer-brand-signature:hover {
  transform: translateY(-2px);
}

.footer-signature-img {
  height: 28px;
  width: auto;
  object-fit: contain;
  filter: brightness(0.25);
}

.footer-brand-title {
  font-family: var(--font-logo);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #38312b;
}

.footer-social-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 2.8rem;
  margin: 0.2rem 0;
}

.footer-minimal-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #7a6d62;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-minimal-link svg {
  color: #b0997e;
  transition: color 0.3s ease;
}

.footer-minimal-link:hover,
.footer-minimal-link:hover svg {
  color: #1e1916;
}

.footer-minimal-link.location-tag {
  color: #928477;
  cursor: default;
}

.footer-minimal-link.location-tag svg {
  color: #b0997e;
}

.footer-gold-divider {
  width: 50px;
  height: 1.5px;
  background: rgba(186, 159, 128, 0.5);
  border-radius: 2px;
  margin: 0.2rem 0;
}

.footer-copyright-line {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  color: #9c8e82;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: center;
}

/* ==========================================================================
   FLOATING WHATSAPP BUTTON & CHAT POPUP
   ========================================================================== */
.floating-whatsapp {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-whatsapp svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.05);
  background-color: #20ba5a;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.floating-whatsapp:active {
  transform: translateY(-1px) scale(0.98);
}



/* ==========================================================================
   INTERACTIVE LIGHTBOX MODAL
   ========================================================================== */
.lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 9, 8, 0.95);
  backdrop-filter: blur(12px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightbox-modal.active {
  display: flex;
  opacity: 1;
}

.lightbox-content {
  max-width: 90vw;
  max-height: 85vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border: none;
  box-shadow: 0 20px 60px rgba(0,0,0,0.8);
  border-radius: 0;
}


.lightbox-close {
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  line-height: 1;
  transition: var(--transition);
}

.lightbox-close:hover {
  color: var(--gold-primary);
  transform: scale(1.15);
}

/* Lightbox Navigation Buttons */
.lightbox-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 4.5rem; /* Slightly larger for easier click target without background */
  font-weight: 200;
  cursor: pointer;
  z-index: 2010;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: var(--transition);
  user-select: none;
}

.lightbox-nav-btn.prev-btn {
  left: 2.5rem;
}

.lightbox-nav-btn.next-btn {
  right: 2.5rem;
}

.lightbox-nav-btn:hover {
  color: var(--gold-primary);
  transform: translateY(-50%) scale(1.2);
}

@media (max-width: 768px) {
  .lightbox-nav-btn {
    font-size: 3.5rem;
    width: 50px;
    height: 50px;
    background: transparent;
    top: auto;
    bottom: 2rem;
    transform: none;
  }
  
  .lightbox-nav-btn.prev-btn {
    left: 22%;
  }

  .lightbox-nav-btn.next-btn {
    right: 22%;
  }

  .lightbox-nav-btn:hover {
    transform: scale(1.2);
  }

  .lightbox-close {
    top: 1.25rem;
    right: 1.5rem;
    font-size: 2.2rem;
  }
}

/* ==========================================================================
   FULL GALLERY MODAL (FILTERABLE)
   ========================================================================== */
.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 11, 10, 0.96);
  backdrop-filter: blur(14px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-modal.active {
  display: flex;
  opacity: 1;
}

.gallery-modal-content {
  background: var(--bg-paper);
  border-radius: 6px;
  width: 100%;
  max-width: 1100px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 3rem 2.5rem;
  position: relative;
  box-shadow: 0 25px 60px rgba(0,0,0,0.5);
  border: 1px solid var(--gold-primary);
}

.gallery-filter-bar {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.filter-btn {
  background: transparent;
  border: 1px solid rgba(130, 115, 95, 0.4);
  padding: 0.45rem 1.25rem;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dark);
  cursor: pointer;
  transition: var(--transition);
}

.filter-btn.active, .filter-btn:hover {
  background: var(--text-dark);
  color: #fff;
  border-color: var(--text-dark);
}

.full-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.gallery-item {
  background: transparent;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: var(--transition);
}

.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.gallery-item-title {
  display: none !important;
}

/* ==========================================================================
   SUCCESS MODAL POPUP
   ========================================================================== */
.form-success-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 9, 8, 0.85);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.form-success-modal.active {
  display: flex;
}

.success-card {
  background: #fbf9f5;
  border-radius: 8px;
  padding: 3rem 2.5rem;
  max-width: 460px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0,0,0,0.4);
  border: 1px solid var(--gold-primary);
  animation: scaleIn 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

@keyframes scaleIn {
  from { transform: scale(0.85); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.success-icon {
  font-size: 3rem;
  color: #25d366;
  margin-bottom: 1rem;
}

.success-title {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--text-dark);
  margin-bottom: 0.75rem;
}

.success-msg {
  font-size: 0.9rem;
  color: var(--text-dark-muted);
  margin-bottom: 2rem;
}



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

/* ------------------------------------------------------------------
   BIG SCREENS  ≥ 1400px  — Same laptop layout, wider breathing room
   ------------------------------------------------------------------ */
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }

  .nav-container {
    max-width: 92%;
    padding: 0 3rem;
  }

  .portfolio-layout {
    grid-template-columns: 460px 1fr;
    gap: 4rem;
    max-width: 1480px;
    margin: 0 auto;
    align-items: center;
  }

  .services-layout {
    grid-template-columns: 320px 1fr;
    max-width: 1480px;
    margin: 0 auto;
    align-items: center;
  }

  .reviews-layout {
    grid-template-columns: 320px 1fr;
    max-width: 1480px;
    margin: 0 auto;
    align-items: center;
  }

  .connect-layout {
    gap: 5rem;
  }

  .about-layout {
    gap: 6rem;
    max-width: 1200px;
    margin: 0 auto;
  }

  .about-img-wrapper {
    max-width: 560px;
  }

  .about-bio-text {
    max-width: 680px;
  }

  .card-arch { height: 310px; }
  .card-beach { height: 270px; }
  .card-baby { height: 240px; }
  .card-maternity-tall { height: 330px; }
  .card-lift-tall { height: 550px; }

  .hero-title .title-line-1,
  .hero-title .title-line-2 {
    font-size: clamp(3rem, 4.5vw, 5rem);
  }

  .hero-title .title-script {
    font-size: clamp(4.2rem, 6.5vw, 7rem);
  }

  .faq-main-title {
    font-size: 3.8rem;
  }

  .faq-title {
    font-size: 1.75rem;
  }

  .stats-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* ------------------------------------------------------------------
   FLUID LARGE DISPLAY SCALING (1600px, 2000px, 2560px+)
   ------------------------------------------------------------------ */
@media (min-width: 1600px) {
  html {
    font-size: 17px;
  }
  .container {
    max-width: 1500px;
  }
}

@media (min-width: 2000px) {
  html {
    font-size: 19px;
  }
  .container {
    max-width: 1800px;
  }
  .about-layout {
    max-width: 1350px;
  }
  .about-img-wrapper {
    max-width: 630px;
  }
  .about-bio-text {
    max-width: 760px;
  }
}

@media (min-width: 2560px) {
  html {
    font-size: 22px;
  }
  .container {
    max-width: 2200px;
  }
  .about-layout {
    max-width: 1500px;
  }
  .about-img-wrapper {
    max-width: 700px;
  }
  .about-bio-text {
    max-width: 850px;
  }
}

/* ------------------------------------------------------------------
   TABLET  1024px – 1199px  — Keep laptop layout, proportional tweak
   ------------------------------------------------------------------ */
@media (max-width: 1199px) and (min-width: 1025px) {
  .portfolio-layout {
    grid-template-columns: 300px 1fr;
    gap: 2.5rem;
  }

  .services-layout {
    grid-template-columns: 250px 1fr;
    gap: 2rem;
  }

  .reviews-layout {
    grid-template-columns: 250px 1fr;
    gap: 2rem;
  }

  .about-layout {
    gap: 3.5rem;
  }

  .scrapbook-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 1rem;
  }

  .services-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  .service-img-wrapper {
    height: 160px;
  }

  .card-lift-tall {
    height: 420px;
  }

  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1.75rem;
  }

  .nav-menu {
    gap: 1.6rem;
  }

  .nav-link {
    font-size: 0.74rem;
    letter-spacing: 0.13em;
  }
}

/* ------------------------------------------------------------------
   TABLET  768px – 1024px  — Still keep two-col editorial layout
   ------------------------------------------------------------------ */
@media (max-width: 1024px) and (min-width: 768px) {
  .container {
    padding: 0 1.75rem;
  }

  .nav-container {
    padding: 0 1.75rem;
  }

  .nav-menu {
    gap: 1.4rem;
  }

  .nav-link {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  /* Portfolio — stack text and scrapbook grid */
  .portfolio-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .portfolio-left-col {
    max-width: 650px;
    text-align: left;
  }

  .scrapbook-grid {
    grid-template-columns: 1.4fr 1fr 1.1fr;
    gap: 1.5rem;
  }

  .scrapbook-col-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 4rem;
  }

  .card-lift-tall {
    height: 400px;
    width: 100%;
  }

  .card-arch           { height: 260px; }
  .card-beach          { height: 210px; }
  .card-baby           { height: 200px; }
  .card-maternity-tall { height: 280px; }

  /* Services — 2×2 grid stacked on tablet */
  .services-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .service-img-wrapper {
    height: 220px;
  }

  /* About — keep two col */
  .about-layout {
    grid-template-columns: 1fr 1.1fr;
    gap: 3rem;
  }

  .about-headline {
    font-size: clamp(2.2rem, 4vw, 3rem);
  }

  /* Reviews — stack and display 2-col on tablet */
  .reviews-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  /* Connect */
  .connect-layout {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

  /* Stats bar — 3-col */
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2rem;
  }

  /* FAQ */
  .faq-main-title {
    font-size: 2.6rem;
  }

  .faq-title {
    font-size: 1.35rem;
  }

  /* Gallery modal */
  .full-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .editorial-desc {
    max-width: 100%;
  }

  .hero-slider-counter {
    display: none;
  }

  .masonry-grid {
    column-count: 3;
  }
}

/* ------------------------------------------------------------------
   MOBILE  < 768px  — Creative asymmetric scrapbook layout
   ------------------------------------------------------------------ */
@media (max-width: 767px) {

  html {
    font-size: 16.5px;
  }

  .container {
    padding: 0 1.1rem;
  }

  /* --- NAV --- */
  .site-header {
    padding: 1rem 0;
  }

  .nav-container {
    padding: 0 1.1rem;
  }

  /* Scale down logo in mobile view for cleaner alignment */
  .logo-signature-img {
    height: 28px;
  }

  .site-header.scrolled .logo-signature-img {
    height: 28px;
  }

  .brand-logo .logo-main {
    font-size: 1.1rem;
  }

  .site-header.scrolled .brand-logo .logo-main {
    font-size: 1.1rem;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 82%;
    max-width: 320px;
    height: 100vh;
    background: #141210;
    flex-direction: column;
    padding: 5.5rem 2rem 3rem;
    gap: 1.6rem;
    transition: right 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: -12px 0 40px rgba(0,0,0,0.65);
    z-index: 200;
    list-style: none;
    align-items: flex-start;
  }

  .nav-menu.active {
    right: 0;
  }

  .nav-link {
    font-size: 0.9rem;
    letter-spacing: 0.18em;
    color: #ffffff;
  }

  /* Keep nav links white in mobile drawer even after scrolling */
  .site-header.scrolled .nav-link {
    color: #ffffff;
    text-shadow: none;
  }

  .site-header.scrolled .nav-link:hover {
    color: var(--gold-warm);
    text-shadow: none;
  }

  .mobile-toggle {
    display: block;
    z-index: 210;
    position: relative;
  }

  /* Hide close icon by default */
  .mobile-toggle .icon-close {
    display: none;
  }

  /* Show close icon and hide hamburger when open */
  .mobile-toggle.active {
    color: #ffffff !important;
  }

  .mobile-toggle.active .icon-hamburger {
    display: none;
  }

  .mobile-toggle.active .icon-close {
    display: block;
  }

  /* Nav overlay is handled by #navOverlay div injected via JS */

  /* --- HERO --- */
  .hero-section {
    padding: 7rem 0 4rem;
    min-height: 100svh;
  }

  .hero-content {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .hero-title .title-line-1,
  .hero-title .title-line-2 {
    font-size: clamp(2rem, 8.5vw, 3rem);
  }

  .hero-title .title-script {
    font-size: clamp(2.8rem, 12vw, 4.5rem);
    white-space: normal;
  }

  .hero-tags p {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    line-height: 2;
  }

  .hero-cta-group {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
  }

  .btn-texture-sand,
  .btn-outline-dark {
    flex: 1;
    min-width: 130px;
    justify-content: center;
    padding: 0.8rem 1rem;
    font-size: 0.82rem;
  }

  .hero-slider-counter {
    display: none;
  }

  /* --- TORN PAPER DIVIDER --- */
  .torn-paper-divider {
    height: 50px;
    margin-top: -49px;
  }

  /* ============================================================
     PORTFOLIO — Asymmetric Scrapbook Two-Col Stagger
     ============================================================ */
  .portfolio-section {
    padding: 3rem 0 3.5rem;
  }

  .portfolio-layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .portfolio-left-col {
    padding-top: 0;
    text-align: left;
  }

  .botanical-accent {
    display: none;
  }

  .scrapbook-grid {
    display: grid;
    grid-template-columns: 55% 43%;
    gap: 0 0.9rem;
    align-items: start;
  }

  .scrapbook-col-left {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding-top: 0;
  }

  .scrapbook-col-mid {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding-top: 2rem;
  }

  .scrapbook-col-right {
    display: none;
  }

  .card-arch         { height: 260px; transform: rotate(-1.2deg); }
  .card-beach        { height: 200px; transform: rotate(0.6deg); }
  .card-baby         { height: 210px; transform: rotate(1.5deg); }
  .card-maternity-tall { height: 290px; transform: rotate(-0.8deg); }
  .card-lift-tall    { height: 240px; width: 100%; transform: rotate(1deg); }

  .btn-brush-beige {
    display: inline-flex;
    width: auto;
  }

  /* ============================================================
     SERVICES — Mixed asymmetric grid
     ============================================================ */
  .services-section {
    padding: 3rem 0 3.5rem;
  }

  .services-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  /* 2x2 symmetric layout for 4 cards */
  .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem;
  }

  .service-img-wrapper {
    height: 210px; /* Increased image height for mobile view */
  }

  .service-card-title {
    font-size: 0.95rem;
  }

  .service-card-desc {
    font-size: 0.72rem;
  }

  /* ============================================================
     ABOUT — Image with offset float
     ============================================================ */
  .about-section {
    padding: 3rem 0 3.5rem;
  }

  .about-layout {
    display: flow-root;
    gap: 0;
  }

  .about-left-col {
    float: right;
    width: 48%;
    margin: 0 0 1rem 1.25rem;
    clear: none;
  }

  .about-img-wrapper {
    max-height: 420px;
    border-radius: 4px;
    overflow: hidden;
  }

  .about-right-col {
    overflow: hidden;
  }

  .about-headline {
    font-size: clamp(2rem, 7.5vw, 2.8rem);
    margin-bottom: 1rem;
    line-height: 1.1;
  }

  .about-bio-text {
    max-width: 100%;
  }

  .about-bio-text p {
    font-size: 0.84rem;
    line-height: 1.7;
  }

  .about-stats-row {
    display: flex;
    gap: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 1.5rem;
    clear: both;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(190, 175, 158, 0.4);
  }

  .about-stat-item {
    flex: 1;
    align-items: center;
    text-align: center;
    border-right: 1px solid rgba(190, 175, 158, 0.3);
    padding: 0 0.5rem;
  }

  .about-stat-item:last-child {
    border-right: none;
  }

  .about-stat-number {
    font-size: clamp(1.6rem, 6vw, 2rem);
  }

  .about-stat-text {
    font-size: 0.62rem;
    letter-spacing: 0.18em;
  }

  /* ============================================================
     REVIEWS — Horizontal scrollable strip
     ============================================================ */
  .reviews-section {
    padding: 3rem 0 3.5rem;
  }

  .reviews-layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .reviews-grid {
    display: flex;
    flex-direction: row;
    gap: 0.9rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .reviews-grid::-webkit-scrollbar {
    display: none;
  }

  .testimonial-card {
    flex: 0 0 78vw;
    max-width: 300px;
    scroll-snap-align: start;
  }

  .reviews-grid::after {
    content: "";
    flex: 0 0 1rem;
  }

  /* ============================================================
     FAQ
     ============================================================ */
  .faq-section {
    padding: 3.5rem 0 4rem;
  }

  .faq-header {
    margin-bottom: 2rem;
  }

  .faq-main-title {
    font-size: clamp(1.9rem, 7.5vw, 2.6rem);
  }

  .faq-title {
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .faq-question {
    padding: 1.1rem 0;
  }

  .faq-answer p {
    font-size: 0.86rem;
  }

  /* ============================================================
     CONNECT / CONTACT
     ============================================================ */
  .connect-section {
    padding: 3rem 0 3.5rem;
  }

  .connect-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.25rem;
  }

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

  .btn-form-submit {
    margin-top: 1.25rem;
    padding: 1rem;
    font-size: 0.88rem;
  }

  .connect-map-card {
    grid-template-columns: 1fr;
  }

  .map-iframe-side {
    min-height: 210px;
  }

  .map-iframe-side iframe {
    min-height: 210px;
  }

  .map-text-side {
    padding: 1.5rem 1.25rem;
  }

  .map-heading {
    font-size: 1.35rem;
  }

  /* ============================================================
     STATS BAR — 3-col compact
     ============================================================ */
  .stats-bar-section {
    padding: 1.75rem 0;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 0.75rem;
  }

  .stat-item {
    flex-direction: row;
    gap: 0.65rem;
    align-items: center;
  }

  .stat-icon {
    width: 22px;
    height: 22px;
  }

  .stat-title {
    font-size: 0.78rem;
  }

  .stat-subtitle {
    font-size: 0.65rem;
  }

  /* ============================================================
     FOOTER
     ============================================================ */
  .site-footer {
    padding: 2.5rem 0 1.75rem;
  }

  .footer-social-row {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    gap: 0.65rem 1.5rem;
  }

  /* SIRSA (4th link) drops to its own centered row */
  .footer-social-row .footer-minimal-link:nth-child(4) {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .footer-minimal-link {
    font-size: 0.71rem;
    letter-spacing: 0.12em;
  }

  .footer-legal-container {
    gap: 0.4rem;
  }

  .floating-whatsapp {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 48px;
    height: 48px;
  }

  .floating-whatsapp svg {
    width: 26px;
    height: 26px;
  }

  /* --- GALLERY MODAL --- */
  .gallery-modal {
    padding: 0.75rem;
  }

  .gallery-modal-content {
    padding: 1.75rem 1.1rem;
  }

  .full-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
  }

  .gallery-item img {
    height: 145px;
  }

  /* --- EDITORIAL TYPOGRAPHY --- */
  .editorial-headline-script {
    font-size: clamp(1.65rem, 6.5vw, 2.3rem);
  }

  .editorial-desc {
    max-width: 100%;
    font-size: 0.84rem;
  }

  .editorial-kicker {
    font-size: 0.68rem;
  }

  /* Center Flatpickr calendar on mobile screens to prevent right overflow clipping */
  .flatpickr-calendar {
    left: calc((100vw - 307.5px) / 2) !important;
    right: auto !important;
  }
}

/* ------------------------------------------------------------------
   MOBILE SMALL  < 480px  — Extra tightening for tiny screens
   ------------------------------------------------------------------ */
@media (max-width: 480px) {
  /* Hero buttons: full-width stacked on tiny screens */
  .hero-cta-group {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }

  .btn-texture-sand,
  .btn-outline-dark {
    width: 100%;
    min-width: unset;
  }

  /* Scrapbook: keep 2-col but tighten sizing */
  .scrapbook-grid {
    grid-template-columns: 56% 42%;
    gap: 0 0.6rem;
  }

  .card-arch           { height: 230px; }
  .card-beach          { height: 180px; }
  .card-baby           { height: 185px; }
  .card-maternity-tall { height: 260px; }

  /* Services: keep 2 in a row on tiny screens */
  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
  }

  .service-img-wrapper {
    height: 145px; /* Increased height for premium ratio */
  }

  /* About: float collapses on tiny — go vertical */
  .about-left-col {
    float: none;
    width: 100%;
    margin: 0 0 1.25rem 0;
  }

  .about-img-wrapper {
    max-height: 380px;
  }

  .about-stat-text {
    font-size: 0.58rem;
  }

  /* Reviews: narrower snap cards */
  .testimonial-card {
    flex: 0 0 85vw;
  }

  /* Form: single col on tiny screens */
  .form-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .form-field.full-width {
    grid-column: span 1;
  }

  /* Stats: 2-col on tiny */
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .stat-item {
    flex-direction: row;
    gap: 0.55rem;
    align-items: center;
  }

  /* Gallery modal: single col */
  .full-gallery-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .gallery-item img {
    height: 190px;
  }

  /* Footer: flex wrap on tiny screens to prevent cutoffs */
  .footer-social-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1rem;
  }

  .faq-main-title {
    font-size: clamp(1.75rem, 7vw, 2.2rem);
  }

  .faq-title {
    font-size: 0.98rem;
  }

  .connect-map-section {
    margin-top: 1.75rem;
  }
}


/* ==========================================================================
   FREQUENTLY ASKED QUESTIONS (Q&A SECTION) - MINIMALIST EDITORIAL
   ========================================================================== */
.faq-section {
  padding: 6.5rem 0 7rem;
  background-color: #ede7e1;
  position: relative;
}

.faq-header {
  text-align: center;
  margin-bottom: 4rem;
}

.faq-main-title {
  font-family: 'Lora', 'Cormorant Garamond', 'Instrument Serif', serif;
  font-size: 3.4rem;
  font-weight: 400;
  color: #38312b;
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 1.1;
}

.faq-container {
  max-width: 820px;
  margin: 0 auto;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(190, 175, 158, 0.45);
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  transition: border-color 0.3s ease;
  padding: 0.2rem 0;
}

.faq-item:first-child {
  border-top: 1px solid rgba(190, 175, 158, 0.45);
}

.faq-item:hover {
  border-color: rgba(160, 140, 118, 0.7);
  box-shadow: none;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 0;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.faq-title {
  font-family: 'Lora', 'Cormorant Garamond', 'Instrument Serif', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #38312b;
  letter-spacing: 0.01em;
  transition: color 0.3s ease;
}

.faq-question:hover .faq-title {
  color: #1a1614;
}

.faq-icon {
  font-family: var(--font-sans);
  font-size: 1.4rem;
  font-weight: 300;
  color: #ba9f80;
  transition: transform 0.35s ease, color 0.35s ease;
  line-height: 1;
  margin-left: 1.5rem;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: #aa8c68;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.25, 1, 0.5, 1), padding 0.35s ease;
  padding: 0;
}

.faq-item.active .faq-answer {
  max-height: 250px;
  padding: 0 0 1.6rem 0;
}

.faq-answer p {
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  color: #7a6d62;
  margin: 0;
  max-width: 760px;
}

/* Footer Legal Links */
.footer-legal-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-sans);
  font-size: 0.75rem;
}

.footer-legal-links a {
  color: #8c7e72;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-legal-links a:hover {
  color: #1e1916;
  text-decoration: underline;
}

.footer-attribution-line {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  color: #9c8e82;
  letter-spacing: 0.04em;
  margin-top: 0.15rem;
  text-align: center;
}

.footer-attribution-line a {
  color: #8c7e72;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-attribution-line a:hover {
  color: #1e1916;
  text-decoration: underline;
}

.legal-dot {
  color: #b0997e;
}

/* Legal Modals (Privacy & Terms) */
.legal-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s ease;
}

.legal-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.legal-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 24, 21, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.legal-modal-card {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 680px;
  max-height: 82vh;
  background: #f7f3ee;
  border: 1px solid rgba(190, 175, 158, 0.5);
  border-radius: 6px;
  padding: 2.5rem 2.2rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  transform: translateY(20px) scale(0.97);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.legal-modal.active .legal-modal-card {
  transform: translateY(0) scale(1);
}

.legal-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: Arial, Helvetica, sans-serif;
  color: #6e6258;
  cursor: pointer;
  line-height: 1;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.25s ease, opacity 0.25s ease;
  opacity: 0.75;
}

.legal-modal-close:hover {
  color: #1e1916;
  opacity: 1;
}

.legal-title {
  font-family: var(--font-sans);
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d2621;
  letter-spacing: -0.01em;
  margin-bottom: 0.3rem;
}

.legal-subtitle {
  font-family: var(--font-sans);
  font-size: 0.76rem;
  color: #928477;
  margin-bottom: 1.4rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal-content-scroll {
  overflow-y: auto;
  padding-right: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.legal-content-scroll h4 {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  color: #38312b;
  margin: 0.5rem 0 0.2rem;
}

.legal-content-scroll p {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  line-height: 1.65;
  color: #5c5249;
  margin: 0;
}

.legal-content-scroll a {
  color: #aa8c68;
  text-decoration: underline;
}

/* ==========================================================================
   FLATPICKR CUSTOM THEME OVERRIDES — Matches Luxury Beige & Gold System
   ========================================================================== */
.flatpickr-calendar {
  background-color: #fbf8f3 !important;
  background-image: 
    radial-gradient(rgba(0, 0, 0, 0.01) 1px, transparent 0),
    radial-gradient(rgba(140, 115, 85, 0.015) 1px, transparent 0) !important;
  background-size: 24px 24px, 48px 48px !important;
  border: 1px solid rgba(197, 168, 128, 0.45) !important;
  box-shadow: 0 15px 40px rgba(35, 29, 25, 0.12) !important;
  font-family: var(--font-sans) !important;
  border-radius: 8px !important;
  padding: 8px 4px 4px !important;
}

/* Header Month & Year */
.flatpickr-current-month {
  font-family: var(--font-serif) !important;
  font-size: 1.05rem !important;
  color: #382c23 !important;
}

.flatpickr-current-month .numInputWrapper span.arrowUp::after {
  border-bottom-color: #c5a880 !important;
}

.flatpickr-current-month .numInputWrapper span.arrowDown::after {
  border-top-color: #c5a880 !important;
}

/* Navigation Arrows */
.flatpickr-prev-month, 
.flatpickr-next-month {
  color: #c5a880 !important;
  fill: #c5a880 !important;
  padding: 6px 10px !important;
}

.flatpickr-prev-month:hover svg, 
.flatpickr-next-month:hover svg {
  fill: #9e7f55 !important;
}

/* Weekday Labels */
span.flatpickr-weekday {
  color: #928477 !important;
  font-family: var(--font-sans) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
}

/* Day Cells */
.flatpickr-day {
  color: #382c23 !important;
  border-radius: 4px !important;
  font-size: 0.84rem !important;
  font-weight: 500 !important;
  margin: 2px 0 !important;
  border-color: transparent !important;
  transition: all 0.2s ease !important;
}

/* Hover Day Cell */
.flatpickr-day:hover, 
.flatpickr-day.prevMonthDay:hover, 
.flatpickr-day.nextMonthDay:hover, 
.flatpickr-day.today:hover {
  background-color: #dfd0bc !important;
  border-color: #dfd0bc !important;
  color: #221c19 !important;
}

/* Today Cell */
.flatpickr-day.today {
  border-color: #c5a880 !important;
  background-color: rgba(197, 168, 128, 0.08) !important;
  color: #9e7f55 !important;
}

/* Selected/Active Day Cell */
.flatpickr-day.selected, 
.flatpickr-day.selected:hover, 
.flatpickr-day.selected:focus {
  background-color: #c5a880 !important;
  background-image: linear-gradient(135deg, #dfc6a6 0%, #c5a880 100%) !important;
  border-color: #c5a880 !important;
  color: #fbf8f3 !important;
  box-shadow: 0 4px 10px rgba(197, 168, 128, 0.35) !important;
}

/* Disabled Days (Past Dates) */
.flatpickr-day.flatpickr-disabled, 
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(146, 132, 119, 0.28) !important;
  background-color: transparent !important;
  border-color: transparent !important;
  cursor: not-allowed !important;
}

/* Dropdown Arrow/Triangle top */
.flatpickr-calendar.arrowUp::after {
  border-bottom-color: #fbf8f3 !important;
}

.flatpickr-calendar.arrowUp::before {
  border-bottom-color: rgba(197, 168, 128, 0.45) !important;
}

.flatpickr-calendar.arrowDown::after {
  border-top-color: #fbf8f3 !important;
}

.flatpickr-calendar.arrowDown::before {
  border-top-color: rgba(197, 168, 128, 0.45) !important;
}

/* ==========================================================================
   ENTRANCE PRELOADER SCREEN
   ========================================================================== */
body.preloader-active {
  overflow: hidden !important;
}

.entrance-preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: all;
  visibility: visible;
  transition: visibility 0s linear 1.2s; /* Hides preloader from click tree after animation ends */
}

.preloader-panel {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50.5%; /* 50.5% avoids subpixel gap in the center */
  background-color: var(--bg-paper);
  background-image: 
    radial-gradient(rgba(0, 0, 0, 0.015) 1px, transparent 0),
    radial-gradient(rgba(140, 115, 85, 0.02) 1px, transparent 0);
  background-size: 24px 24px, 48px 48px;
  transition: transform 1.2s cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 1;
}

.top-panel {
  top: 0;
  transform: translateY(0);
}

.bottom-panel {
  bottom: 0;
  transform: translateY(0);
}

.preloader-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--text-dark);
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.preloader-logo-img {
  height: 55px;
  width: auto;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(15px);
  animation: preloaderFadeUp 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.15s forwards;
  filter: brightness(0.25);
}

.preloader-logo-text {
  font-family: var(--font-logo);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--text-dark);
  margin-bottom: 1.2rem;
  opacity: 0;
  transform: translateY(15px);
  animation: preloaderFadeUp 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}

.preloader-line {
  width: 0;
  height: 1.5px;
  background: var(--gold-primary);
  box-shadow: 0 0 8px var(--gold-primary);
  animation: preloaderLineWidth 1s cubic-bezier(0.85, 0, 0.15, 1) 0.45s forwards;
}

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

@keyframes preloaderLineWidth {
  to {
    width: 150px;
  }
}

/* Open/Loaded state trigger */
.entrance-preloader.loaded {
  visibility: hidden;
  pointer-events: none;
}

.entrance-preloader.loaded .top-panel {
  transform: translateY(-100%);
}

.entrance-preloader.loaded .bottom-panel {
  transform: translateY(100%);
}

.entrance-preloader.loaded .preloader-content {
  opacity: 0;
  transform: scale(0.93);
}

/* ==========================================================================
   CURATED MOMENTS MASONRY GRID SECTION
   ========================================================================== */
.masonry-section {
  padding: 8rem 0 3rem 0;
  background-color: var(--bg-paper-light);
  border-top: 1px solid rgba(197, 168, 128, 0.12);
  border-bottom: 1px solid rgba(197, 168, 128, 0.12);
}

.masonry-grid {
  column-count: 4;
  column-gap: 1.5rem;
  margin-top: 3.5rem;
  display: block; /* Native columns require block display */
}

.masonry-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  background-color: var(--bg-paper);
  display: inline-block; /* Essential for columns layout */
  width: 100%;
  break-inside: avoid; /* Prevents item from cutting off across columns */
  margin-bottom: 1.5rem; /* Gap between items inside the same column */
  
  /* Scroll Animation States */
  opacity: 0;
  transform: translateY(45px);
  will-change: transform, opacity;
  transition: opacity 1.1s cubic-bezier(0.25, 1, 0.5, 1), transform 1.1s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
}

.masonry-item::after {
  display: none !important;
}

.masonry-item:hover::after {
  opacity: 1;
}

.masonry-item.reveal {
  opacity: 1;
  transform: translateY(0);
}

.masonry-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.masonry-item:hover img {
  transform: scale(1.035);
}

.masonry-item:hover {
  box-shadow: var(--shadow-md);
}

@media (max-width: 768px) {
  .masonry-section {
    padding: 5rem 0 2rem 0;
  }
  
  .masonry-grid {
    column-count: 2;
    column-gap: 0.9rem;
    margin-top: 2.2rem;
    display: block;
  }
  
  .masonry-item {
    margin-bottom: 0.9rem;
    transform: translateY(35px);
  }
}

/* ==========================================================================
   ACCESSIBILITY: REDUCED MOTION
   ========================================================================== */
@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;
  }
}
