@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;0,6..96,600;0,6..96,700;0,6..96,800;1,6..96,400;1,6..96,500;1,6..96,600&family=Karla:wght@300;400;500;600;700&display=swap');

:root {
  --plum: #831843;
  --plum-deep: #5C0F30;
  --plum-soft: #E8B5CD;
  --blush: #FBCFE8;
  --blush-warm: #FCE4EF;
  --cream: #FEF7F0;
  --cream-warm: #FFFBF5;
  --cream-deep: #F4EAE0;
  --charcoal: #1F1B23;
  --slate: #524E58;
  --slate-light: #8B8590;
  --border: #EBDDD5;
  --border-2: #DBC9BE;
  --gold: #B08B57;
  --white: #FFFFFF;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Karla', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--charcoal); background: var(--cream); line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: 'Bodoni Moda', Didot, serif; font-weight: 500; color: var(--plum-deep); letter-spacing: -0.015em; line-height: 1.2; }

/* ---- TOPBAR ---- */
.topbar { background: var(--plum-deep); color: var(--blush); font-size: 0.78rem; padding: 0.6rem 1.5rem; letter-spacing: 0.4px; }
.topbar-inner { max-width: 1080px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.topbar-l { font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 0.92rem; color: var(--blush); font-weight: 400; letter-spacing: 0.3px; }
.topbar-r { display: flex; gap: 1.6rem; align-items: center; font-size: 0.76rem; }
.topbar a { color: var(--plum-soft); text-decoration: none; font-weight: 500; }
.topbar a:hover { color: var(--white); }

/* ---- NAV ---- */
.nav { background: var(--cream); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1080px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; height: 88px; }
.nav-logo { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; }
.logo-mark { width: 48px; height: 48px; border: 1.5px solid var(--plum); display: flex; align-items: center; justify-content: center; color: var(--plum); font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: 1.15rem; font-style: italic; position: relative; border-radius: 50%; }
.logo-mark::before { content: ''; position: absolute; top: 3px; left: 3px; right: 3px; bottom: 3px; border: 0.5px solid var(--plum); border-radius: 50%; pointer-events: none; }
.logo-text { font-family: 'Bodoni Moda', serif; font-size: 1.55rem; font-weight: 500; color: var(--plum-deep); letter-spacing: 0.5px; line-height: 1; }
.logo-text em { color: var(--plum); font-style: italic; font-weight: 400; }
.logo-sub { display: block; font-family: 'Karla', sans-serif; font-size: 0.64rem; color: var(--slate); text-transform: uppercase; letter-spacing: 3.5px; margin-top: 6px; font-weight: 500; }
.nav-links { display: flex; gap: 2.6rem; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: var(--slate); font-weight: 500; font-size: 0.82rem; transition: color 0.2s; position: relative; padding: 0.45rem 0; letter-spacing: 1.2px; text-transform: uppercase; }
.nav-links a:hover, .nav-links a.active { color: var(--plum); }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -4px; height: 1px; background: var(--plum); }
.nav-right { display: flex; align-items: center; gap: 1.5rem; }
.nav-phone { font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 1rem; font-weight: 500; color: var(--plum-deep); text-decoration: none; display: flex; align-items: center; gap: 0.4rem; }
.nav-phone svg { color: var(--plum); }
.btn-nav { background: var(--plum); color: var(--cream); padding: 0.75rem 1.5rem; text-decoration: none; font-family: 'Karla', sans-serif; font-size: 0.76rem; font-weight: 500; letter-spacing: 1.8px; text-transform: uppercase; transition: all 0.25s; border: 1px solid var(--plum); }
.btn-nav:hover { background: var(--plum-deep); border-color: var(--plum-deep); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.4rem; flex-direction: column; gap: 4px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--plum); display: block; }
.nav-mobile { display: none; background: var(--cream-warm); border-top: 1px solid var(--border); padding: 1rem 1.5rem; }
.nav-mobile.open { display: block; }
.nav-mobile ul { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.nav-mobile a { color: var(--plum-deep); text-decoration: none; font-size: 0.95rem; }

/* ---- HERO ---- */
.hero { background: var(--cream); padding: 6.5rem 1.5rem 6.5rem; position: relative; overflow: hidden; text-align: center; }
.hero::before { content: ''; position: absolute; top: -80px; right: -60px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(232,181,205,0.25), transparent 65%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -60px; left: -60px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(251,207,232,0.2), transparent 65%); pointer-events: none; }
.hero-inner { max-width: 780px; margin: 0 auto; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 1rem; font-family: 'Karla', sans-serif; font-size: 0.7rem; color: var(--plum); letter-spacing: 4px; text-transform: uppercase; font-weight: 600; margin-bottom: 2rem; }
.hero-eyebrow::before, .hero-eyebrow::after { content: ''; width: 32px; height: 1px; background: var(--plum); }
.hero-ornament { font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 2.2rem; color: var(--plum-soft); margin-bottom: 1rem; line-height: 1; }
.hero h1 { font-size: clamp(2.6rem, 5.4vw, 4.6rem); margin-bottom: 1.6rem; color: var(--plum-deep); font-weight: 400; letter-spacing: -0.01em; line-height: 1.1; }
.hero h1 em { font-style: italic; color: var(--plum); font-weight: 500; position: relative; }
.hero h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 6px; height: 1px; background: var(--plum); opacity: 0.5; }
.hero p.lead { font-size: 1.12rem; color: var(--slate); margin: 0 auto 2.6rem; max-width: 620px; line-height: 1.75; font-family: 'Karla', sans-serif; font-weight: 400; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary, .btn-ghost { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.95rem 2.2rem; font-family: 'Karla', sans-serif; font-size: 0.78rem; font-weight: 500; letter-spacing: 1.8px; text-transform: uppercase; text-decoration: none; transition: all 0.25s; cursor: pointer; border: 1px solid var(--plum); }
.btn-primary { background: var(--plum); color: var(--cream); }
.btn-primary:hover { background: var(--plum-deep); border-color: var(--plum-deep); }
.btn-ghost { background: transparent; color: var(--plum); }
.btn-ghost:hover { background: var(--plum); color: var(--cream); }

/* ---- QUOTE STRIP ---- */
.quote-strip { background: var(--blush-warm); padding: 4rem 1.5rem; text-align: center; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.quote-strip blockquote { max-width: 720px; margin: 0 auto; font-family: 'Bodoni Moda', serif; font-style: italic; font-size: clamp(1.3rem, 2.4vw, 1.65rem); color: var(--plum-deep); line-height: 1.55; font-weight: 400; position: relative; }
.quote-strip blockquote::before { content: '\201C'; display: block; font-family: 'Bodoni Moda', serif; font-size: 5rem; color: var(--plum-soft); line-height: 0.3; margin-bottom: 1rem; }
.quote-strip .attrib { display: block; margin-top: 1.4rem; font-family: 'Karla', sans-serif; font-style: normal; font-size: 0.74rem; color: var(--plum); letter-spacing: 2px; text-transform: uppercase; font-weight: 500; }

/* ---- SECTIONS ---- */
.section { padding: 6rem 1.5rem; background: var(--cream); }
.section-alt { background: var(--cream-warm); }
.section-inner { max-width: 1080px; margin: 0 auto; }
.section-header { max-width: 720px; margin: 0 auto 4rem; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.9rem; font-family: 'Karla', sans-serif; font-size: 0.68rem; color: var(--plum); letter-spacing: 4px; text-transform: uppercase; font-weight: 600; margin-bottom: 1.4rem; }
.eyebrow::before, .eyebrow::after { content: ''; width: 24px; height: 1px; background: var(--plum); }
.section-header h2 { font-size: clamp(2rem, 3.8vw, 2.8rem); margin-bottom: 1.2rem; color: var(--plum-deep); font-weight: 400; }
.section-header h2 em { font-style: italic; color: var(--plum); font-weight: 500; position: relative; }
.section-header h2 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: var(--plum); opacity: 0.5; }
.section-header p.lead { color: var(--slate); font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 1.15rem; line-height: 1.7; font-weight: 400; }

/* ---- SERVICES ---- */
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.service-card { background: var(--cream-warm); border: 1px solid var(--border); padding: 2.4rem 2rem; position: relative; transition: all 0.3s; }
.service-card::before { content: ''; position: absolute; top: 20px; left: 20px; right: 20px; height: 1px; background: var(--plum); opacity: 0.3; transition: opacity 0.3s; }
.service-card::after { content: ''; position: absolute; bottom: 20px; left: 20px; right: 20px; height: 1px; background: var(--plum); opacity: 0.3; transition: opacity 0.3s; }
.service-card:hover { background: var(--white); box-shadow: 0 16px 40px rgba(131,24,67,0.08); transform: translateY(-2px); }
.service-card:hover::before, .service-card:hover::after { opacity: 0.8; }
.service-card .roman { font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 0.95rem; color: var(--plum); margin-bottom: 0.6rem; letter-spacing: 1px; font-weight: 500; }
.service-card h4 { font-family: 'Bodoni Moda', serif; font-size: 1.5rem; font-weight: 500; color: var(--plum-deep); margin-bottom: 0.8rem; letter-spacing: -0.3px; }
.service-card p { font-size: 0.94rem; color: var(--slate); line-height: 1.7; font-family: 'Karla', sans-serif; font-weight: 400; }

/* ---- WHY GRID (single column intimate) ---- */
.why-single { max-width: 780px; margin: 0 auto; }
.why-single .eyebrow { display: flex; justify-content: center; margin-bottom: 1.4rem; }
.why-single h2 { text-align: center; font-size: clamp(2rem, 3.6vw, 2.6rem); margin-bottom: 1.4rem; color: var(--plum-deep); font-weight: 400; }
.why-single h2 em { font-style: italic; color: var(--plum); font-weight: 500; }
.why-single p.intro { text-align: center; color: var(--slate); font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 1.25rem; line-height: 1.7; margin-bottom: 3.5rem; font-weight: 400; max-width: 660px; margin-left: auto; margin-right: auto; }
.why-list { list-style: none; display: flex; flex-direction: column; gap: 2.4rem; }
.why-list li { display: grid; grid-template-columns: 60px 1fr; gap: 1.4rem; padding-bottom: 2.4rem; border-bottom: 1px solid var(--border); align-items: start; }
.why-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-list .roman { font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 2.4rem; color: var(--plum); font-weight: 500; line-height: 1; text-align: right; padding-top: 2px; }
.why-list .body strong { color: var(--plum-deep); display: block; margin-bottom: 0.5rem; font-family: 'Bodoni Moda', serif; font-size: 1.35rem; font-weight: 500; letter-spacing: -0.2px; }
.why-list .body span { color: var(--slate); font-size: 0.96rem; line-height: 1.75; font-family: 'Karla', sans-serif; font-weight: 400; }

/* ---- PROCESS ---- */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.process-step { text-align: center; padding: 2rem 1.5rem; position: relative; }
.process-step::before { content: ''; position: absolute; top: 0; left: 40%; right: 40%; height: 1px; background: var(--plum); opacity: 0.4; }
.process-step .step-num { font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 3.5rem; color: var(--plum); line-height: 1; margin-bottom: 1.2rem; font-weight: 400; }
.process-step h4 { font-family: 'Bodoni Moda', serif; font-size: 1.4rem; color: var(--plum-deep); margin-bottom: 0.9rem; font-weight: 500; letter-spacing: -0.3px; }
.process-step p { color: var(--slate); font-size: 0.94rem; line-height: 1.75; font-family: 'Karla', sans-serif; font-weight: 400; }

/* ---- CTA BANNER ---- */
.cta-banner { background: var(--plum-deep); color: var(--cream); padding: 6rem 1.5rem; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(232,181,205,0.15), transparent 60%); pointer-events: none; }
.cta-banner::after { content: ''; position: absolute; top: 0; left: 15%; right: 15%; height: 1px; background: linear-gradient(to right, transparent, var(--plum-soft), transparent); }
.cta-banner-inner { max-width: 780px; margin: 0 auto; position: relative; }
.cta-banner .eyebrow { color: var(--plum-soft); margin-bottom: 1.4rem; }
.cta-banner .eyebrow::before, .cta-banner .eyebrow::after { background: var(--plum-soft); }
.cta-banner h2 { font-size: clamp(2.1rem, 3.8vw, 2.8rem); margin-bottom: 1.4rem; color: var(--cream); font-weight: 400; }
.cta-banner h2 em { font-style: italic; color: var(--blush); font-weight: 500; }
.cta-banner p { color: rgba(254,247,240,0.85); margin: 0 auto 2.4rem; max-width: 560px; font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 1.15rem; line-height: 1.65; font-weight: 400; }
.cta-banner .btn-primary { background: var(--blush); color: var(--plum-deep); border-color: var(--blush); }
.cta-banner .btn-primary:hover { background: var(--white); border-color: var(--white); }

/* ---- FOOTER ---- */
.footer { background: var(--charcoal); color: var(--cream); padding: 4.5rem 1.5rem 2rem; }
.footer-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 2.8rem; border-bottom: 1px solid rgba(232,181,205,0.15); }
.footer-brand-mark { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 1.2rem; }
.footer-brand p { color: rgba(254,247,240,0.65); font-size: 0.94rem; line-height: 1.75; max-width: 340px; font-family: 'Bodoni Moda', serif; font-style: italic; font-weight: 400; }
.footer-col h5 { font-family: 'Bodoni Moda', serif; font-size: 1.05rem; color: var(--blush); margin-bottom: 1.2rem; font-weight: 500; font-style: italic; letter-spacing: 0.3px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col a, .footer-col li { color: rgba(254,247,240,0.65); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--blush); }
.footer-bottom { max-width: 1080px; margin: 0 auto; padding-top: 1.8rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; color: rgba(254,247,240,0.4); flex-wrap: wrap; gap: 1rem; letter-spacing: 0.3px; }
.footer-bottom em { color: var(--blush); font-family: 'Bodoni Moda', serif; }

/* ---- PAGE HEADER ---- */
.page-header { background: var(--cream); padding: 5rem 1.5rem 4rem; text-align: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.page-header::before { content: ''; position: absolute; top: -80px; right: -60px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(232,181,205,0.2), transparent 65%); pointer-events: none; }
.page-header::after { content: ''; position: absolute; bottom: 0; left: 25%; right: 25%; height: 1px; background: linear-gradient(to right, transparent, var(--plum), transparent); }
.page-header-inner { max-width: 900px; margin: 0 auto; position: relative; }
.page-header .eyebrow { margin-bottom: 1.4rem; }
.page-header h1 { font-size: clamp(2.2rem, 4.4vw, 3.4rem); margin-bottom: 1.4rem; color: var(--plum-deep); font-weight: 400; }
.page-header h1 em { font-style: italic; color: var(--plum); font-weight: 500; }
.page-header p { color: var(--slate); max-width: 640px; margin: 0 auto; font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 1.2rem; line-height: 1.7; font-weight: 400; }
.crumbs { display: flex; justify-content: center; gap: 0.7rem; font-family: 'Karla', sans-serif; font-size: 0.72rem; color: var(--slate); margin-top: 1.8rem; text-transform: uppercase; letter-spacing: 2.5px; font-weight: 500; }
.crumbs a { color: var(--plum); text-decoration: none; }

/* ---- PROSE ---- */
.prose { max-width: 720px; margin: 0 auto; }
.prose h2 { font-family: 'Bodoni Moda', serif; font-size: 1.8rem; margin: 2.8rem 0 1.2rem; color: var(--plum-deep); font-weight: 500; font-style: italic; text-align: center; }
.prose h2::after { content: ''; display: block; width: 40px; height: 1px; background: var(--plum); margin: 1rem auto 0; }
.prose h3 { font-family: 'Bodoni Moda', serif; font-size: 1.35rem; margin: 2rem 0 0.9rem; color: var(--plum); font-style: italic; font-weight: 500; }
.prose p { font-size: 1rem; margin-bottom: 1.2rem; color: var(--charcoal); line-height: 1.85; font-family: 'Karla', sans-serif; font-weight: 400; }
.prose p:first-of-type { font-size: 1.15rem; color: var(--plum-deep); font-family: 'Bodoni Moda', serif; font-style: italic; line-height: 1.7; font-weight: 400; text-align: center; }
.prose ul { padding-left: 0; margin-bottom: 1.2rem; color: var(--charcoal); list-style: none; }
.prose ul li { padding-left: 2rem; position: relative; margin-bottom: 0.7rem; line-height: 1.75; font-family: 'Karla', sans-serif; }
.prose ul li::before { content: ''; position: absolute; left: 0.5rem; top: 0.85rem; width: 12px; height: 1px; background: var(--plum); }
.prose strong { color: var(--plum-deep); font-weight: 600; }
.prose a { color: var(--plum); text-decoration: underline; text-decoration-color: var(--plum-soft); text-underline-offset: 4px; text-decoration-thickness: 1px; }
.prose a:hover { color: var(--plum-deep); }

/* ---- CONTACT ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.5rem; align-items: start; }
.contact-info { background: var(--cream-warm); border: 1px solid var(--border); padding: 2.4rem; position: relative; }
.contact-info::before { content: ''; position: absolute; top: 24px; left: 24px; right: 24px; height: 1px; background: var(--plum); }
.contact-info h3 { font-family: 'Bodoni Moda', serif; font-size: 1.5rem; margin-bottom: 1.7rem; color: var(--plum-deep); font-weight: 500; font-style: italic; padding-top: 0.4rem; }
.contact-row { display: flex; gap: 1.2rem; padding: 1.15rem 0; border-bottom: 1px dashed var(--border-2); align-items: flex-start; }
.contact-row:last-of-type { border-bottom: 0; }
.contact-row .ci { width: 42px; height: 42px; background: var(--plum); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--blush); flex-shrink: 0; }
.contact-row .ci svg { width: 17px; height: 17px; }
.contact-row .lbl { font-family: 'Karla', sans-serif; font-size: 0.66rem; color: var(--plum); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 0.3rem; font-weight: 600; }
.contact-row .val { color: var(--plum-deep); font-size: 0.95rem; font-weight: 400; line-height: 1.55; font-family: 'Karla', sans-serif; }
.form-frame { background: var(--cream-warm); border: 1px solid var(--border); padding: 0.5rem; box-shadow: 0 20px 50px rgba(131,24,67,0.08); }
.form-frame iframe { width: 100%; height: 800px; border: 0; display: block; }

/* ---- RESPONSIVE ---- */
@media (max-width: 980px) {
  .service-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.2rem; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav-links, .nav-phone, .logo-sub { display: none; }
  .nav-toggle { display: flex; }
  .nav-inner { height: 72px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .section { padding: 4rem 1.5rem; }
  .hero { padding: 4.5rem 1.5rem 4.5rem; }
  .why-list li { grid-template-columns: 1fr; gap: 0.5rem; }
  .why-list .roman { text-align: center; }
}
