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

:root {
  --charcoal: #1A1A1A;
  --warm-black: #0F0F0F;
  --champagne: #C9A96E;
  --champagne-light: #E8D5B0;
  --ivory: #FAF8F5;
  --warm-white: #F5F0E8;
  --rose-dust: #E8D5D0;
  --slate: #4A4A4A;
  --muted: #8A8279;
  --border: #E0DACC;
  --cream: #F0EBE1;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--charcoal);
  background: var(--ivory);
  overflow-x: hidden;
  max-width: 100vw;
  line-height: 1.8;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.serif-body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8;
}

a { text-decoration: none; color: inherit; transition: color 0.3s; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 100px 0; }

/* ─── HEADER ─── */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(250,248,245,0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s;
}
header.scrolled { box-shadow: 0 2px 30px rgba(0,0,0,0.06); }

.nav-wrapper {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px; max-width: 1300px; margin: 0 auto;
}

.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem; font-weight: 600;
  color: var(--charcoal);
  letter-spacing: 0.5px;
}
.logo span {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.7rem; font-weight: 300;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--champagne); margin-top: -4px;
}

.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a {
  font-size: 0.75rem; font-weight: 500; letter-spacing: 2px;
  text-transform: uppercase; color: var(--slate);
  position: relative; padding-bottom: 4px;
  transition: color 0.3s;
}
.nav-links a:hover { color: var(--charcoal); }
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px;
  background: var(--champagne); transition: width 0.3s;
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

.nav-cta {
  background: var(--charcoal) !important;
  color: var(--ivory) !important;
  padding: 11px 28px !important;
  letter-spacing: 2px !important;
  border-radius: 0 !important;
  font-size: 0.7rem !important;
  transition: background 0.3s !important;
}
.nav-cta:hover { background: var(--champagne) !important; color: var(--charcoal) !important; }
.nav-cta::after { display: none !important; }

.mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.mobile-toggle span { display: block; width: 22px; height: 1px; background: var(--charcoal); margin: 6px 0; transition: 0.3s; }

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.hero-left {
  position: relative;
  overflow: hidden;
}
.hero-left img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
  transition: transform 8s ease;
}
.hero-left:hover img { transform: scale(1.03); }

.hero-right {
  background: var(--charcoal);
  display: flex; flex-direction: column;
  justify-content: center; padding: 80px 60px;
  position: relative;
}
.hero-right::before {
  content: ''; position: absolute;
  top: 40px; left: 40px; right: 40px; bottom: 40px;
  border: 1px solid rgba(201,169,110,0.25);
  pointer-events: none;
}

.hero-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem; font-weight: 400;
  letter-spacing: 5px; text-transform: uppercase;
  color: var(--champagne); margin-bottom: 24px;
}

.hero-right h1 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: var(--ivory);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 28px;
}
.hero-right h1 em { color: var(--champagne); font-style: italic; }

.hero-right p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 300;
  color: rgba(250,248,245,0.7);
  margin-bottom: 40px;
  max-width: 420px;
  line-height: 1.9;
}

.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-badge {
  position: absolute; bottom: 40px; right: 40px;
  width: 90px; height: 90px;
  border-radius: 50%; border: 1px solid rgba(201,169,110,0.4);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  animation: rotateBadge 20s linear infinite;
}
.hero-badge svg {
  width: 90px; height: 90px;
  position: absolute;
}
.hero-badge-text {
  font-size: 0.55rem; letter-spacing: 2px;
  text-transform: uppercase; color: var(--champagne);
  line-height: 1.4; font-weight: 600;
}
@keyframes rotateBadge {
  to { transform: rotate(360deg); }
}

/* ─── BUTTONS ─── */
.btn {
  display: inline-block; font-size: 0.7rem; font-weight: 600;
  letter-spacing: 2.5px; text-transform: uppercase;
  padding: 14px 32px; transition: all 0.3s;
  cursor: pointer; border: none;
}
.btn-primary {
  background: var(--champagne); color: var(--charcoal);
}
.btn-primary:hover { background: var(--champagne-light); }
.btn-outline {
  background: transparent; color: var(--ivory);
  border: 1px solid rgba(250,248,245,0.3);
}
.btn-outline:hover { border-color: var(--champagne); color: var(--champagne); }
.btn-dark {
  background: var(--charcoal); color: var(--ivory);
}
.btn-dark:hover { background: var(--champagne); color: var(--charcoal); }
.btn-ghost {
  background: transparent; color: var(--charcoal);
  border: 1px solid var(--charcoal);
}
.btn-ghost:hover { background: var(--charcoal); color: var(--ivory); }

/* ─── INTRO SPLIT ─── */
.intro-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}
.intro-img { position: relative; overflow: hidden; }
.intro-img img { width: 100%; height: 100%; object-fit: cover; }
.intro-content {
  background: var(--cream);
  display: flex; flex-direction: column;
  justify-content: center; padding: 80px 60px;
}
.intro-content .label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem; letter-spacing: 5px;
  text-transform: uppercase; color: var(--champagne);
  margin-bottom: 20px; display: block;
}
.intro-content h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  margin-bottom: 24px;
  color: var(--charcoal);
}
.intro-content p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-weight: 300;
  color: var(--slate); line-height: 2; margin-bottom: 16px;
}
.intro-content a { margin-top: 20px; }

/* ─── STATS BAR ─── */
.stats-bar {
  background: var(--charcoal);
  padding: 60px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1000px; margin: 0 auto; padding: 0 24px;
}
.stat-item {
  text-align: center; padding: 20px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem; color: var(--champagne);
  font-weight: 400; line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 0.7rem; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(250,248,245,0.5);
}

/* ─── SERVICES ─── */
.services-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.service-strip-item {
  position: relative; overflow: hidden;
  aspect-ratio: 4/5;
  cursor: pointer;
}
.service-strip-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease;
  filter: brightness(0.6);
}
.service-strip-item:hover img { transform: scale(1.05); filter: brightness(0.5); }
.service-strip-overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
}
.service-strip-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem; letter-spacing: 3px;
  text-transform: uppercase; color: var(--champagne);
  margin-bottom: 8px;
}
.service-strip-overlay h3 {
  font-size: 1.4rem; color: var(--ivory);
  margin-bottom: 8px;
}
.service-strip-overlay p {
  font-size: 0.85rem; color: rgba(250,248,245,0.7);
  display: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  line-height: 1.6;
}
.service-strip-item:hover .service-strip-overlay p { display: block; }
.service-strip-price {
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 1px; color: var(--champagne);
  margin-top: 10px;
}

/* ─── PORTFOLIO ─── */
.portfolio-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 3px;
}
.portfolio-cell {
  position: relative; overflow: hidden;
  cursor: pointer;
}
.portfolio-cell.tall { grid-row: span 2; }
.portfolio-cell img {
  width: 100%; height: 100%;
  object-fit: cover;
  min-height: 280px;
  transition: transform 0.6s ease;
}
.portfolio-cell:hover img { transform: scale(1.04); }
.portfolio-caption {
  position: absolute; inset: 0;
  background: rgba(15,15,15,0.0);
  display: flex; flex-direction: column;
  justify-content: flex-end; padding: 24px;
  opacity: 0; transition: all 0.4s;
}
.portfolio-cell:hover .portfolio-caption {
  background: rgba(15,15,15,0.65);
  opacity: 1;
}
.portfolio-caption h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; color: var(--ivory);
  font-weight: 400; margin-bottom: 4px;
}
.portfolio-caption span {
  font-size: 0.7rem; letter-spacing: 3px;
  text-transform: uppercase; color: var(--champagne);
}

/* ─── PROCESS ─── */
.process-photogrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 700px;
}
.process-photo-left {
  position: relative; overflow: hidden;
}
.process-photo-left img {
  width: 100%; height: 100%; object-fit: cover;
}
.process-photo-left::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.3), transparent);
}
.process-content-right {
  background: var(--charcoal); padding: 80px 60px;
  display: flex; flex-direction: column; justify-content: center;
}
.process-content-right .label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem; letter-spacing: 5px;
  text-transform: uppercase; color: var(--champagne);
  display: block; margin-bottom: 20px;
}
.process-content-right h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  color: var(--ivory); margin-bottom: 40px;
}
.process-steps-list {
  display: flex; flex-direction: column; gap: 32px;
}
.process-step-row {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px; align-items: start;
}
.step-num-circle {
  width: 40px; height: 40px;
  border-radius: 50%; border: 1px solid var(--champagne);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem; color: var(--champagne); flex-shrink: 0;
}
.step-info h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-weight: 500;
  color: var(--ivory); margin-bottom: 6px;
}
.step-info p { font-size: 0.85rem; color: rgba(250,248,245,0.6); line-height: 1.7; }

/* ─── QUOTE BAND ─── */
.quote-band {
  background: var(--cream);
  padding: 100px 24px; text-align: center;
  position: relative; overflow: hidden;
}
.quote-band::before {
  content: '"';
  position: absolute; top: -40px; left: 50%; transform: translateX(-50%);
  font-family: 'Playfair Display', serif;
  font-size: 20rem; color: rgba(201,169,110,0.08);
  line-height: 1; pointer-events: none;
}
.quote-band blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-style: italic; font-weight: 300;
  color: var(--charcoal); max-width: 800px; margin: 0 auto 24px;
  line-height: 1.7; position: relative; z-index: 1;
}
.quote-band cite {
  font-size: 0.75rem; letter-spacing: 3px; text-transform: uppercase;
  color: var(--muted); font-style: normal;
}

/* ─── TESTIMONIALS ─── */
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
}
.testi-card {
  background: var(--warm-white);
  padding: 48px 36px;
  position: relative;
}
.testi-card::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 5rem; color: var(--champagne); opacity: 0.3;
  line-height: 1; display: block; margin-bottom: 16px;
}
.testi-card p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem; font-style: italic; font-weight: 300;
  color: var(--slate); line-height: 1.8; margin-bottom: 24px;
}
.testi-meta { border-top: 1px solid var(--border); padding-top: 20px; }
.testi-name {
  font-weight: 600; font-size: 0.85rem;
  color: var(--charcoal); letter-spacing: 0.5px;
}
.testi-occasion {
  font-size: 0.75rem; color: var(--champagne);
  letter-spacing: 1px; text-transform: uppercase;
  margin-top: 4px;
}

/* ─── ABOUT PREVIEW ─── */
.about-editorial {
  display: grid; grid-template-columns: 3fr 2fr;
}
.about-photo { position: relative; min-height: 600px; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-photo-badge {
  position: absolute; bottom: -20px; right: -20px;
  width: 120px; height: 120px; background: var(--champagne);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 16px;
}
.about-photo-badge span:first-child {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; color: var(--charcoal); line-height: 1;
}
.about-photo-badge span:last-child {
  font-size: 0.6rem; letter-spacing: 2px; text-transform: uppercase;
  color: var(--charcoal); margin-top: 4px;
}
.about-text {
  background: var(--charcoal); padding: 80px 60px;
  display: flex; flex-direction: column; justify-content: center;
}
.about-text .label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem; letter-spacing: 5px; text-transform: uppercase;
  color: var(--champagne); display: block; margin-bottom: 20px;
}
.about-text h2 { font-size: clamp(1.8rem, 2.5vw, 2.4rem); color: var(--ivory); margin-bottom: 28px; }
.about-text p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 300;
  color: rgba(250,248,245,0.7); line-height: 2; margin-bottom: 16px;
}
.about-text a { margin-top: 24px; }

/* ─── CTA FULL WIDTH ─── */
.cta-fullwidth {
  position: relative; min-height: 500px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.cta-fullwidth img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.4);
}
.cta-fullwidth-content {
  position: relative; z-index: 1;
  text-align: center; padding: 60px 24px;
}
.cta-fullwidth-content .label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem; letter-spacing: 5px; text-transform: uppercase;
  color: var(--champagne); display: block; margin-bottom: 20px;
}
.cta-fullwidth-content h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: var(--ivory); margin-bottom: 20px;
}
.cta-fullwidth-content p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; color: rgba(250,248,245,0.75);
  max-width: 600px; margin: 0 auto 40px; line-height: 1.9;
}

/* ─── FOOTER ─── */
footer {
  background: var(--warm-black);
  padding: 80px 0 32px;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px; max-width: 1200px; margin: 0 auto 60px; padding: 0 32px;
}
.footer-brand .logo-f {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem; color: var(--ivory); font-weight: 400;
  margin-bottom: 8px;
}
.footer-brand .logo-f span { color: var(--champagne); }
.footer-brand .logo-tagline {
  font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase;
  color: var(--champagne); margin-bottom: 20px; display: block;
}
.footer-brand p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; color: rgba(250,248,245,0.5); line-height: 1.9;
  font-weight: 300;
}
.footer-col h5 {
  font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(250,248,245,0.4); margin-bottom: 20px; font-weight: 600;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a {
  font-size: 0.875rem; color: rgba(250,248,245,0.65);
  transition: color 0.3s;
}
.footer-col ul li a:hover { color: var(--champagne); }
.footer-bottom {
  max-width: 1200px; margin: 0 auto; padding: 24px 32px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex; justify-content: space-between; align-items: center;
}
.footer-bottom p { font-size: 0.75rem; color: rgba(250,248,245,0.3); }

/* ─── INNER PAGE HERO ─── */
.page-hero {
  height: 400px; display: flex; align-items: flex-end;
  position: relative; overflow: hidden; margin-top: 72px;
}
.page-hero img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.5);
}
.page-hero-content {
  position: relative; z-index: 1;
  padding: 60px 32px;
  max-width: 1200px; margin: 0 auto; width: 100%;
}
.page-hero-content .label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem; letter-spacing: 5px; text-transform: uppercase;
  color: var(--champagne); display: block; margin-bottom: 12px;
}
.page-hero-content h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  color: var(--ivory); font-weight: 400;
}

/* ─── SERVICES PAGE ─── */
.services-detail-grid {
  display: grid; gap: 2px;
}
.service-detail-row {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 480px;
}
.service-detail-row:nth-child(even) { direction: rtl; }
.service-detail-row:nth-child(even) > * { direction: ltr; }
.service-photo { position: relative; overflow: hidden; }
.service-photo img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s;
}
.service-photo:hover img { transform: scale(1.04); }
.service-info {
  background: var(--cream); padding: 60px 60px;
  display: flex; flex-direction: column; justify-content: center;
}
.service-info .service-tag {
  font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase;
  color: var(--champagne); margin-bottom: 16px; display: block;
}
.service-info h2 { font-size: clamp(1.6rem, 2.5vw, 2.2rem); margin-bottom: 20px; }
.service-info p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem; font-weight: 300; color: var(--slate);
  line-height: 1.9; margin-bottom: 12px;
}
.service-includes { margin: 24px 0; }
.service-includes li {
  font-size: 0.85rem; color: var(--slate);
  padding: 8px 0; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 10px;
}
.service-includes li::before {
  content: '—'; color: var(--champagne); flex-shrink: 0;
}
.service-price-tag {
  display: inline-block;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: var(--charcoal);
  background: var(--champagne); padding: 8px 20px;
  margin-top: 20px;
}

/* ─── PORTFOLIO PAGE ─── */
.portfolio-filters {
  display: flex; gap: 0; margin-bottom: 3px;
}
.filter-btn {
  background: var(--cream);
  border: none; cursor: pointer;
  padding: 14px 28px;
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--muted); transition: all 0.3s;
}
.filter-btn.active, .filter-btn:hover {
  background: var(--charcoal); color: var(--champagne);
}

.portfolio-full-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}
.port-item {
  position: relative; overflow: hidden;
  aspect-ratio: 3/4; cursor: pointer;
}
.port-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s;
}
.port-item:hover img { transform: scale(1.06); }
.port-item-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
  opacity: 0; transition: opacity 0.4s;
  display: flex; flex-direction: column;
  justify-content: flex-end; padding: 24px;
}
.port-item:hover .port-item-overlay { opacity: 1; }
.port-item-overlay h4 { font-size: 1.1rem; color: var(--ivory); margin-bottom: 4px; }
.port-item-overlay span { font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; color: var(--champagne); }

/* ─── ABOUT PAGE ─── */
.about-story {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: center;
}
.about-story-img { position: relative; }
.about-story-img img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.about-story-img-accent {
  position: absolute; top: 24px; left: 24px; right: -24px; bottom: -24px;
  border: 1px solid var(--champagne); z-index: -1;
}
.about-values-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
}
.about-value {
  background: var(--cream); padding: 48px 36px;
}
.about-value .value-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem; color: var(--champagne); opacity: 0.3;
  line-height: 1; margin-bottom: 16px;
}
.about-value h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; font-weight: 500;
  margin-bottom: 12px;
}
.about-value p { font-size: 0.875rem; color: var(--slate); line-height: 1.8; }

/* ─── CONTACT PAGE ─── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; }
.contact-form-side {
  background: var(--charcoal); padding: 80px 60px;
}
.contact-form-side .label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem; letter-spacing: 5px; text-transform: uppercase;
  color: var(--champagne); display: block; margin-bottom: 16px;
}
.contact-form-side h2 { font-size: 2.2rem; color: var(--ivory); margin-bottom: 40px; }
.form-group { margin-bottom: 24px; }
.form-group label {
  display: block; font-size: 0.7rem; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: rgba(250,248,245,0.5); margin-bottom: 10px;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--ivory); padding: 14px 18px;
  font-family: inherit; font-size: 0.9rem;
  transition: border-color 0.3s; outline: none;
  border-radius: 0;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.25); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--champagne);
}
.form-group select option { background: var(--charcoal); }
.contact-info-side { background: var(--cream); padding: 80px 60px; }
.contact-info-side .label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem; letter-spacing: 5px; text-transform: uppercase;
  color: var(--champagne); display: block; margin-bottom: 16px;
}
.contact-info-side h2 { font-size: 2.2rem; margin-bottom: 40px; }
.contact-detail { display: flex; gap: 20px; margin-bottom: 32px; }
.contact-icon {
  width: 48px; height: 48px;
  border: 1px solid var(--border); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.contact-icon svg { width: 20px; height: 20px; stroke: var(--champagne); }
.contact-detail-text h5 { font-weight: 600; font-size: 0.85rem; margin-bottom: 4px; }
.contact-detail-text p, .contact-detail-text a {
  font-size: 0.9rem; color: var(--slate);
}
.map-embed { margin-top: 40px; }
.map-embed iframe { width: 100%; height: 240px; border: none; }

/* ─── ANIMATIONS ─── */
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.7s, transform 0.7s; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { height: 60vw; max-height: 600px; }
  .hero-right { padding: 60px 40px; }
  .hero-right::before { top: 20px; left: 20px; right: 20px; bottom: 20px; }
  .intro-split { grid-template-columns: 1fr; }
  .intro-img { height: 400px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .services-strip { grid-template-columns: 1fr; }
  .service-strip-item { aspect-ratio: 16/9; }
  .portfolio-masonry { grid-template-columns: 1fr 1fr; }
  .process-photogrid { grid-template-columns: 1fr; }
  .process-photo-left { height: 400px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .about-editorial { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .service-detail-row { grid-template-columns: 1fr; direction: ltr !important; }
  .service-detail-row:nth-child(even) { direction: ltr !important; }
  .service-photo { height: 360px; }
  .portfolio-full-grid { grid-template-columns: 1fr 1fr; }
  .about-story { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-editorial { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .mobile-toggle { display: flex; flex-direction: column; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--ivory); flex-direction: column; gap: 0;
    border-bottom: 1px solid var(--border); padding: 8px 0;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 14px 24px; border-bottom: 1px solid var(--border); }
  .nav-links a::after { display: none; }
  .nav-cta { border-radius: 0 !important; padding: 14px 24px !important; }
  
  .hero-right { padding: 48px 24px; }
  .intro-content { padding: 60px 24px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .portfolio-masonry, .portfolio-full-grid { grid-template-columns: 1fr; }
  .portfolio-cell.tall { grid-row: auto; }
  .process-content-right { padding: 60px 24px; }
  .about-text { padding: 60px 24px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .contact-form-side, .contact-info-side { padding: 60px 24px; }
  .service-info { padding: 40px 24px; }
  .page-hero { height: 280px; }
}

/* Lightbox */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.95); z-index: 9000; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 24px; right: 32px; background: none; border: none; color: rgba(255,255,255,0.7); font-size: 2rem; cursor: pointer; }
