/* Marriage Bliss Centre — Standalone Styles */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --radius: 0.5rem;
  --background: #faf8f5;
  --foreground: #1c1917;
  --card: #ffffff;
  --card-foreground: #1c1917;
  --primary: #9a2a2a;
  --primary-foreground: #fffafa;
  --secondary: #f5f3ee;
  --secondary-foreground: #1c1917;
  --muted: #f5f3ee;
  --muted-foreground: #57534e;
  --accent: #9a2a2a;
  --accent-foreground: #fffafa;
  --gold: #b8423a;
  --blush: #fdf2f2;
  --border: #e7e5e4;
  --ring: #9a2a2a;
  --shadow-elegant: 0 30px 80px -30px rgba(154,42,42,0.35);
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Inter", system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6 { font-family: var(--font-serif); letter-spacing: -0.01em; }

a { text-decoration: none; color: inherit; }

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

address { font-style: normal; }

/* Layout helpers */
.mx-auto { margin-left: auto; margin-right: auto; }
.max-w-3xl { max-width: 768px; }
.max-w-4xl { max-width: 896px; }
.max-w-5xl { max-width: 1024px; }
.max-w-6xl { max-width: 1152px; }
.max-w-7xl { max-width: 1280px; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-28 { padding-top: 7rem; padding-bottom: 7rem; }
.pt-32 { padding-top: 8rem; }
.pt-40 { padding-top: 10rem; }
.pb-24 { padding-bottom: 6rem; }
.pb-16 { padding-bottom: 4rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
.gap-20 { gap: 5rem; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-end { justify-content: flex-end; }
.shrink-0 { flex-shrink: 0; }
.grid { display: grid; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.inset-0 { top:0; right:0; bottom:0; left:0; }
.top-0 { top:0; }
.right-0 { right:0; }
.left-0 { left:0; }
.z-10 { z-index: 10; }
.z-30 { z-index: 30; }
.z-50 { z-index: 50; }
.hidden { display: none; }
.text-center { text-align: center; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1.1; }
.text-6xl { font-size: 3.75rem; line-height: 1.1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }
.font-serif { font-family: var(--font-serif); }
.font-sans { font-family: var(--font-sans); }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }
.tracking-\[0\.35em\] { letter-spacing: 0.35em; }
.leading-\[1\.05\] { line-height: 1.05; }
.leading-\[1\.8\] { line-height: 1.8; }
.leading-relaxed { line-height: 1.625; }
.leading-snug { line-height: 1.375; }
.leading-tight { line-height: 1.25; }
.leading-none { line-height: 1; }
.font-semibold { font-weight: 600; }
.text-white { color: #ffffff; }
.text-white\/90 { color: rgba(255,255,255,0.9); }
.text-primary { color: var(--primary); }
.text-primary-foreground { color: var(--primary-foreground); }
.text-foreground { color: var(--foreground); }
.text-foreground\/80 { color: rgba(28,25,23,0.8); }
.text-foreground\/85 { color: rgba(28,25,23,0.85); }
.text-muted-foreground { color: var(--muted-foreground); }
.text-gold { color: var(--gold); }
.bg-white { background-color: #ffffff; }
.bg-white\/95 { background-color: rgba(255,255,255,0.95); }
.bg-white\/10 { background-color: rgba(255,255,255,0.1); }
.bg-primary { background-color: var(--primary); }
.bg-blush { background-color: var(--blush); }
.bg-background { background-color: var(--background); }
.bg-card { background-color: var(--card); }
.bg-secondary { background-color: var(--secondary); }
.bg-secondary\/40 { background-color: rgba(245,243,238,0.4); }
.bg-black\/30 { background-color: rgba(0,0,0,0.3); }
.bg-black\/50 { background-color: rgba(0,0,0,0.5); }
.bg-black\/60 { background-color: rgba(0,0,0,0.6); }
.bg-black\/75 { background-color: rgba(0,0,0,0.75); }
.bg-black\/80 { background-color: rgba(0,0,0,0.8); }
.bg-primary\/10 { background-color: rgba(154,42,42,0.1); }
.bg-primary\/40 { background-color: rgba(154,42,42,0.4); }
.border { border: 1px solid var(--border); }
.border-b { border-bottom: 1px solid var(--border); }
.border-white\/30 { border-color: rgba(255,255,255,0.3); }
.border-white\/40 { border-color: rgba(255,255,255,0.4); }
.border-border { border-color: var(--border); }
.border-border\/60 { border-color: rgba(231,229,228,0.6); }
.border-gold { border-color: var(--gold); }
.rounded-sm { border-radius: 0.125rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-full { border-radius: 9999px; }
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.object-top { object-top: top; }
.overflow-hidden { overflow: hidden; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-11 { width: 2.75rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-32 { width: 8rem; }
.w-40 { width: 10rem; }
.w-px { width: 1px; }
.w-full { width: 100%; }
.w-\[85\%\] { width: 85%; }
.max-w-sm { max-width: 24rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-11 { height: 2.75rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-32 { height: 8rem; }
.h-40 { height: 10rem; }
.h-px { height: 1px; }
.h-full { height: 100%; }
.h-\[55vh\] { height: 55vh; }
.min-h-\[420px\] { min-height: 420px; }
.min-h-\[80vh\] { min-height: 80vh; }
.min-h-\[92vh\] { min-height: 92vh; }
.aspect-\[4\/5\] { aspect-ratio: 4/5; }
.w-auto { width: auto; }
.blur-2xl { filter: blur(40px); }
.drop-shadow-2xl { filter: drop-shadow(0 25px 25px rgba(0,0,0,0.15)); }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.backdrop-blur { backdrop-filter: blur(12px); }
.transition { transition: all 0.2s ease; }
.hover\:bg-white:hover { background-color: #ffffff; }
.hover\:bg-white\/90:hover { background-color: rgba(255,255,255,0.9); }
.hover\:bg-primary:hover { background-color: var(--primary); }
.hover\:bg-primary\/90:hover { background-color: rgba(154,42,42,0.9); }
.hover\:text-white:hover { color: #ffffff; }
.hover\:text-primary:hover { color: var(--primary); }
.hover\:text-primary-foreground:hover { color: var(--primary-foreground); }
.hover\:text-foreground:hover { color: var(--foreground); }
.hover\:bg-white\/10:hover { background-color: rgba(255,255,255,0.1); }
.hover\:bg-black\/50:hover { background-color: rgba(0,0,0,0.5); }
.hover\:border-primary\/40:hover { border-color: rgba(154,42,42,0.4); }
.underline { text-decoration: underline; }
.underline-offset-2 { text-underline-offset: 2px; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-16 { margin-top: 4rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mr-3 { margin-right: 0.75rem; }
.pt-10 { padding-top: 2.5rem; }
.pb-16 { padding-bottom: 4rem; }
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-y-5 > * + * { margin-top: 1.25rem; }
.space-y-8 > * + * { margin-top: 2rem; }
.first-letter\:float-left::first-letter { float: left; }
.first-letter\:font-serif::first-letter { font-family: var(--font-serif); }
.first-letter\:text-5xl::first-letter { font-size: 3rem; }
.first-letter\:mr-3::first-letter { margin-right: 0.75rem; }
.first-letter\:mt-1::first-letter { margin-top: 0.25rem; }
.first-letter\:text-primary::first-letter { color: var(--primary); }
.block { display: block; }
.inline-flex { display: inline-flex; }
.flex-wrap { flex-wrap: wrap; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.p-1 { padding: 0.25rem; }
.p-5 { padding: 1.25rem; }
.p-7 { padding: 1.75rem; }
.p-8 { padding: 2rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-7 { padding-left: 1.75rem; padding-right: 1.75rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.mb-5 { margin-bottom: 1.25rem; }
.-inset-4 { inset: -1rem; }
.-right-6 { right: -1.5rem; }
.-left-6 { left: -1.5rem; }
.-top-6 { top: -1.5rem; }
.-bottom-6 { bottom: -1.5rem; }
.-z-10 { z-index: -10; }
.bg-gold { background-color: var(--gold); }
.bg-white\/80 { background-color: rgba(255,255,255,0.8); }
.hover\:bg-secondary\/70:hover { background-color: rgba(245,243,238,0.7); }
.border-t { border-top: 1px solid var(--border); }
.not-italic { font-style: normal; }
.text-primary-foreground\/60 { color: rgba(255,250,250,0.6); }
.text-primary-foreground\/70 { color: rgba(255,250,250,0.7); }
.text-\[1\.02rem\] { font-size: 1.02rem; }
.text-\[1\.05rem\] { font-size: 1.05rem; }
.shadow-\[var\(--shadow-elegant\)\] { box-shadow: var(--shadow-elegant); }
.first-letter\:float-left::first-letter { float: left; }
.first-letter\:font-serif::first-letter { font-family: var(--font-serif); }
.first-letter\:text-5xl::first-letter { font-size: 3rem; }
.first-letter\:mr-3::first-letter { margin-right: 0.75rem; }
.first-letter\:mt-1::first-letter { margin-top: 0.25rem; }
.first-letter\:text-primary::first-letter { color: var(--primary); }

/* Gradients */
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-black\/75 { --tw-gradient-from: rgba(0,0,0,0.75); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-black\/70 { --tw-gradient-from: rgba(0,0,0,0.7); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-blush { --tw-gradient-from: var(--blush); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.via-black\/55 { --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.55), var(--tw-gradient-to); }
.via-black\/30 { --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.3), var(--tw-gradient-to); }
.via-background { --tw-gradient-stops: var(--tw-gradient-from), var(--background), var(--tw-gradient-to); }
.to-black\/80 { --tw-gradient-to: rgba(0,0,0,0.8); }
.to-transparent { --tw-gradient-to: transparent; }
.to-background { --tw-gradient-to: var(--background); }

/* Grid columns */
@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
  .sm\:text-4xl { font-size: 2.25rem; }
  .sm\:text-5xl { font-size: 3rem; }
  .sm\:text-6xl { font-size: 3.75rem; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (min-width: 768px) {
  .md\:hidden { display: none; }
  .md\:flex { display: flex; }
  .md\:inline-flex { display: inline-flex; }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .md\:px-12 { padding-left: 3rem; padding-right: 3rem; }
}

@media (min-width: 1024px) {
  .lg\:px-12 { padding-left: 3rem; padding-right: 3rem; }
  .lg\:py-28 { padding-top: 7rem; padding-bottom: 7rem; }
  .lg\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
  .lg\:py-36 { padding-top: 9rem; padding-bottom: 9rem; }
  .lg\:text-6xl { font-size: 3.75rem; }
  .lg\:text-7xl { font-size: 4.5rem; }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0,1fr)); }
  .lg\:col-span-5 { grid-column: span 5 / span 5; }
  .lg\:col-span-7 { grid-column: span 7 / span 7; }
  .lg\:gap-16 { gap: 4rem; }
  .lg\:gap-20 { gap: 5rem; }
  .lg\:order-2 { order: 2; }
}

/* Mobile drawer */
.mobile-drawer { display: none; }
.mobile-drawer.open { display: block; }

/* Nav */
.nav-overlay { position: absolute; top: 0; left: 0; right: 0; z-index: 30; }
.nav-solid { position: sticky; top: 0; z-index: 30; background: rgba(250,248,245,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav-solid a { color: rgba(28,25,23,0.8); }
.nav-solid a:hover { color: var(--foreground); }

/* Hero text shadow utility */
.text-shadow-hero { text-shadow: 0 2px 18px rgba(0,0,0,0.65), 0 1px 3px rgba(0,0,0,0.8); }

/* Book section */
.book-shadow { box-shadow: 0 30px 80px -30px rgba(154,42,42,0.35), 0 0 0 1px rgba(28,25,23,0.1); }

/* Services hover */
.service-card:hover { border-color: rgba(154,42,42,0.4); box-shadow: 0 30px 80px -30px rgba(154,42,42,0.35); }

/* Em accent */
.text-accent-light { color: #f87171; }
