*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.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}.skip-link{position:absolute;left:0;top:0;transform:translateY(-200%);z-index:2000;background:var(--burgundy);color:var(--cream);padding:.75rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:0 0 6px;transition:transform .2s ease}.skip-link:focus{transform:translateY(0);outline:2px solid var(--gold);outline-offset:2px}:root{--burgundy: #5C1A1B;--burgundy-deep: #3D1012;--gold: #C9A84C;--gold-light: #D4BA6A;--cream: #F5EFE0;--cream-light: #FAF7F0;--charcoal: #2C2420;--sage: #7A8B6F;--chapel-blue: #4A6B8A;--soft-white: #FAFAF7;--text-dark: #2C2420;--text-light: #F5EFE0;--overlay-dark: rgba(30, 15, 12, .55);--overlay-medium: rgba(30, 15, 12, .4);--overlay-light: rgba(30, 15, 12, .25)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-dark);background:var(--soft-white);line-height:1.7;font-weight:400;font-size:16px;overflow-x:hidden}h1,h2{font-family:Cinzel Decorative,Cinzel,Cormorant Garamond,Georgia,serif;font-weight:600;line-height:1.15}h3,h4{font-family:Cinzel,Cormorant Garamond,Georgia,serif;font-weight:600;line-height:1.15}.credential-text{font-family:Cormorant Garamond,serif;font-weight:600;letter-spacing:.04em}.section-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.painted-section .section-label{color:var(--gold-light)}nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 3rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:.25rem;transition:background .4s ease,backdrop-filter .4s ease}nav.scrolled{background:#2c2420eb;backdrop-filter:blur(12px)}.nav-logo{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;color:var(--cream);text-decoration:none;letter-spacing:.02em;text-shadow:0 1px 3px rgba(20,10,8,.55),0 0 12px rgba(20,10,8,.35)}.nav-links{display:flex;list-style:none;gap:2.25rem;align-items:center}.nav-links a{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#f5efe0d9;text-decoration:none;letter-spacing:.04em;transition:color .3s ease;text-shadow:0 1px 3px rgba(20,10,8,.55),0 0 12px rgba(20,10,8,.35)}nav.scrolled .nav-logo,nav.scrolled .nav-links a{text-shadow:none}.nav-cta{text-shadow:none!important}.nav-links a:hover{color:var(--gold-light)}.nav-cta{background:var(--gold)!important;color:var(--charcoal)!important;padding:.6rem 1.5rem;border-radius:4px;font-weight:600!important;white-space:nowrap;transition:background .3s ease!important}.nav-cta:hover{background:var(--gold-light)!important}.painted-section{position:relative;background-size:cover;background-position:center;background-attachment:fixed;color:var(--text-light);overflow:hidden;padding:6rem 3rem}.painted-section:before{content:"";position:absolute;inset:0;background:var(--overlay-dark);z-index:1}.painted-section .section-content{position:relative;z-index:2}.clean-section{background:var(--soft-white);padding:6rem 3rem}.clean-section.cream{background:var(--cream-light)}.section-content{max-width:1200px;margin:0 auto}.section-headline{font-size:clamp(2rem,4vw,3rem);color:var(--burgundy);max-width:600px}.section-headline--narrow{max-width:600px}.section-headline--large{font-size:clamp(2rem,4.5vw,3.5rem);max-width:800px}.painted-section .section-headline{color:var(--cream)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 3rem 6rem;background-image:url(/images/hero-mountain-cross.webp)}.hero .section-content{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.hero:before{background:#1e0f0c99}.hero h1{font-size:clamp(2.75rem,6vw,4rem);color:#fff;margin:0 auto 1.5rem;max-width:22ch;width:100%;text-align:center;text-wrap:balance;text-shadow:0 2px 20px rgba(0,0,0,.5),0 4px 60px rgba(0,0,0,.3)}.hero .subtitle{font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:400;font-style:italic;color:#f5efe0e6;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-cta{display:inline-flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn{display:inline-block;padding:.9rem 2.25rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:4px;transition:all .3s ease;letter-spacing:.03em}.btn-primary{background:var(--gold);color:var(--charcoal)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px)}.btn-outline{border:1.5px solid rgba(245,239,224,.6);color:var(--cream);background:transparent}.btn-outline:hover{border-color:var(--gold-light);color:var(--gold-light)}.btn-outline-light{border:1.5px solid var(--burgundy);color:var(--burgundy);background:transparent}.btn-outline-light:hover{background:var(--burgundy);color:var(--cream)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#fff;border-radius:8px;padding:2.5rem;border:1px solid rgba(44,36,32,.08);transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #2c24201a}.service-card h3{font-size:1.75rem;color:var(--burgundy);margin-bottom:.75rem}.service-card p{color:#5a5048;font-size:.95rem;line-height:1.7;margin-bottom:1.25rem}.service-card .card-link{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:var(--gold);text-decoration:none;letter-spacing:.05em;text-transform:uppercase;transition:color .3s ease}.service-card .card-link:hover{color:var(--burgundy)}.services-hub-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-hub-card{display:flex;flex-direction:column;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 2px 16px #0000000f;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.service-hub-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.service-hub-image{height:260px;background-size:cover;background-position:center}.service-hub-body{padding:2rem;display:flex;flex-direction:column;flex:1}.service-hub-body h2{font-family:Cormorant Garamond,serif;font-size:1.6rem;color:var(--burgundy);margin-bottom:.75rem}.service-hub-body p{color:#5a5048;font-size:.95rem;line-height:1.7;margin-bottom:1rem}@media(max-width:768px){.services-hub-grid{grid-template-columns:1fr}}.service-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.25rem}.icon-individual{background:#5c1a1b1a;color:var(--burgundy)}.icon-couples{background:#c9a84c26;color:var(--gold)}.icon-premarital{background:#7a8b6f26;color:var(--sage)}.mission{padding:8rem 3rem;background-image:url(/images/section-light-meadow.webp);text-align:center}.mission h2{font-size:clamp(2rem,4.5vw,3.5rem);margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.mission p{font-size:1.1rem;max-width:700px;margin:0 auto 1.5rem;line-height:1.8;color:#f5efe0eb}.scripture-quote{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-style:italic;color:var(--gold-light);max-width:600px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(201,168,76,.3);text-align:center}.scripture-quote.scripture-quote--burgundy{color:var(--burgundy);border-top-color:#c9a84c66}.scripture-quote.scripture-quote--burgundy .scripture-ref{color:var(--sage)}.scripture-quote.scripture-quote--no-rule{border-top:0;padding-top:0;margin-top:0}.about-scripture-section{padding:5rem 3rem;text-align:center}.scripture-ref{display:block;font-style:normal;font-size:.85rem;color:#f5efe0c7;margin-top:.75rem;font-family:Inter,sans-serif;letter-spacing:.1em}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem}.team-card{text-align:center;overflow:hidden}.team-photo{width:180px;height:180px;border-radius:50%;background:linear-gradient(135deg,var(--cream),rgba(201,168,76,.2));margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-size:2.5rem;color:var(--burgundy);font-weight:600}.team-photo-img,.team-card img:not(.bio-card-photo){width:180px!important;height:180px!important;max-width:180px;max-height:180px;border-radius:50%;object-fit:cover;object-position:center top;margin:0 auto 1.5rem;display:block;border:3px solid rgba(201,168,76,.3)}.team-card h3{font-size:1.5rem;color:var(--burgundy);margin-bottom:.25rem}.team-card .credentials{font-size:.85rem;font-weight:600;color:var(--gold);letter-spacing:.08em;margin-bottom:.75rem}.team-card p{color:#5a5048;font-size:.9rem;line-height:1.7;max-width:380px;margin:0 auto}.bio-cards{display:flex;flex-direction:column;gap:2.5rem;margin-top:3rem}.bio-card{display:flex;gap:2.5rem;align-items:flex-start;background:#fff;border-radius:8px;padding:2.5rem;box-shadow:0 2px 12px #0000000f}.bio-card-photo{width:160px!important;height:160px!important;min-width:160px;max-width:160px;max-height:160px;border-radius:50%;object-fit:cover;object-position:center top;border:3px solid rgba(201,168,76,.3);margin:0}.bio-card-body{flex:1;text-align:left}.bio-card-body h3{font-size:1.5rem;color:var(--burgundy);margin-bottom:.25rem}.bio-card-body .credentials{font-size:.85rem;font-weight:600;color:var(--gold);letter-spacing:.05em;margin-bottom:1rem}.bio-card-body p{color:#5a5048;font-size:1rem;line-height:1.8;margin:0}.bio-card-specialties{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.bio-card-specialties span{font-size:.8rem;font-family:Inter,sans-serif;padding:.3rem .75rem;background:#c9a84c1a;color:var(--burgundy);border-radius:3px;letter-spacing:.02em}@media(max-width:768px){.bio-card{flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem}.bio-card-body{text-align:center}.bio-card-specialties{justify-content:center}.bio-card-photo{width:140px;height:140px;min-width:140px}}.couples{padding:8rem 3rem;background-image:url(/images/section-couples-church.webp)}.couples-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.couples h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem}.couples p{font-size:1.05rem;line-height:1.8;color:#f5efe0e6;margin-bottom:1.25rem}.couples-features{list-style:none;display:flex;flex-direction:column;gap:1rem}.couples-features li{font-size:1rem;color:#f5efe0d9;padding-left:1.5rem;position:relative}.couples-features li:before{content:"❦";position:absolute;left:0;color:var(--gold-light);font-weight:400;transform:translateY(-1px)}.approach-section,.testimonials{padding:8rem 3rem;background-image:url(/images/section-chapel-prayer.webp);text-align:center}.approach-card,.testimonial-card{max-width:700px;margin:3rem auto 0;padding:2.5rem;background:#ffffff14;backdrop-filter:blur(8px);border-radius:8px;border:1px solid rgba(201,168,76,.15)}.approach-title{font-size:clamp(2rem,4.5vw,3.5rem)}.approach-lead{font-size:1.1rem;max-width:700px;margin:0 auto 3rem;line-height:1.8;color:#f5efe0eb}.approach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:960px;margin:0 auto}.approach-pillar{text-align:left;margin:0;max-width:none}.approach-pillar-glyph{font-size:1.5rem;margin-bottom:.75rem;color:var(--gold-light)}.approach-pillar-title{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;color:var(--cream);margin-bottom:.5rem}.approach-pillar-body{font-size:.9rem;color:#f5efe0d9;line-height:1.7}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.resource-card{border-radius:8px;overflow:hidden;background:#fff;text-decoration:none;color:inherit;display:block;cursor:pointer;border:1px solid rgba(44,36,32,.08);transition:transform .3s ease,box-shadow .3s ease}.resource-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #2c24201a}.resource-card-image{height:180px;background-size:cover;background-position:center}.resource-card-body{padding:1.75rem}.resource-card h3{font-size:1.35rem;color:var(--burgundy);margin-bottom:.5rem}.resource-card p{font-size:.9rem;color:#5a5048;line-height:1.7}.contact{padding:8rem 3rem;background-image:url(/images/section-doorway-welcome.webp)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem}.contact p{font-size:1.05rem;color:#f5efe0e6;line-height:1.8;margin-bottom:2rem}.contact-info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.contact-info-item .icon-circle{width:44px;height:44px;min-width:44px;border-radius:50%;background:#5c1a1b14;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;color:var(--burgundy)}.contact-info-item .info-text{color:#5a5048;font-size:.95rem}.contact-info-item a.info-link{color:#5a5048;text-decoration:none;transition:color .2s ease;display:block}.contact-info-item a.info-link:hover{color:var(--burgundy)}.contact-info-item .info-label{font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:.2rem}.contact-form{display:flex;flex-direction:column;gap:1.1rem}.contact-form .form-field{display:flex;flex-direction:column;gap:.4rem}.contact-form .form-field label{font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--burgundy)}.contact-form .form-required{color:var(--gold);margin-left:.15rem}.contact-form .form-optional{font-weight:500;text-transform:none;letter-spacing:0;color:#8a7f75;margin-left:.25rem}.contact-form input,.contact-form textarea,.contact-form select{padding:.9rem 1.25rem;background:#fff;border:1px solid rgba(92,26,27,.2);border-radius:4px;color:#3a3028;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .3s ease,box-shadow .3s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#9a8e82}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c26}.contact-form textarea{min-height:140px;resize:vertical}.contact-form select option{background:#fff;color:#3a3028}.contact-form .btn-primary{border:none;cursor:pointer;width:100%;text-align:center}footer{position:relative;background-image:url(/images/footer-candlelit-chapel.webp);background-size:cover;background-position:center;color:var(--cream);overflow:hidden}footer:before{content:"";position:absolute;inset:0;background:#140a08d1;z-index:1}.crisis-callout{background:var(--cream-light);border-top:3px solid var(--burgundy);border-bottom:1px solid rgba(92,26,27,.12);padding:1rem 1.5rem;color:var(--charcoal);font-family:Inter,sans-serif;font-size:.95rem;line-height:1.5}.crisis-callout-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:.5rem 1rem;align-items:baseline;justify-content:center;text-align:center}.crisis-callout strong{color:var(--burgundy)}.crisis-callout a{color:var(--burgundy);text-decoration:none;border-bottom:1px dashed var(--burgundy)}.crisis-callout a:hover{color:var(--burgundy-deep);border-bottom-style:solid}.crisis-callout a strong{font-size:1.05em;letter-spacing:.02em}@media(max-width:600px){.crisis-callout-inner{flex-direction:column;gap:.25rem}}.footer-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:4rem 3rem 2rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(201,168,76,.15)}.footer-brand h3{font-size:1.75rem;color:var(--cream);margin-bottom:.75rem}.footer-brand p{color:#f5efe0c7;font-size:.9rem;line-height:1.7;max-width:320px}.footer-col h4{font-size:1rem;color:var(--gold-light);margin-bottom:1rem;font-family:Inter,sans-serif;font-weight:600;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{color:#f5efe0c7;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-col a:hover{color:var(--gold-light)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.8rem;color:#f5efe0b3}.footer-bottom a{color:inherit;text-decoration:none;transition:color .3s ease}.footer-bottom a:hover{color:var(--gold-light)}.divider{height:8px;background-image:url(/images/accent-stained-glass.webp);background-size:cover;background-position:center;opacity:.6}.fade-up{opacity:1;transform:translateY(0)}.js-loaded .fade-up{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.js-loaded .fade-up.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.js-loaded .fade-up,.js-loaded .fade-up.visible{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}.nav-links,.service-card,.resource-card,.blog-card,.specialty-card,.blog-featured,.upcoming-card,.service-hub-card{transition:none!important}.service-card:hover,.resource-card:hover,.blog-card:hover,.specialty-card:hover,.blog-featured:hover,.service-hub-card:hover{transform:none!important}}@media(max-width:900px){nav{padding:1rem 1.5rem}.nav-links{gap:1.25rem}.nav-links a{font-size:.8rem}.clean-section,.painted-section{padding:4rem 1.5rem}.hero{padding:6rem 1.5rem}.couples-content,.contact-grid{grid-template-columns:1fr;gap:2.5rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.painted-section{background-attachment:scroll}}.nav-hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001;flex-direction:column;gap:5px}.nav-hamburger span{display:block;width:24px;height:2px;background:var(--cream);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.nav-hamburger{display:flex}.nav-links{display:flex;flex-direction:column;position:fixed;top:0;right:0;width:280px;height:100dvh;background:#2c2420f7;backdrop-filter:blur(16px);padding:5rem 2rem 2rem;gap:0;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #0000004d}.nav-links.open{transform:translate(0)}.nav-links li{border-bottom:1px solid rgba(245,239,224,.08)}.nav-links a{display:block;padding:1rem 0;font-size:1rem!important;color:#f5efe0e6!important}.nav-links .nav-cta{margin-top:1rem;text-align:center;border-radius:4px}.footer-top{grid-template-columns:1fr}}.hero-sub{min-height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 3rem 4rem}.hero-sub:before{background:var(--overlay-medium)}.hero-sub.hero-sub--strong-overlay:before{background:var(--overlay-dark)}.hero-sub h1{font-size:clamp(2.25rem,5vw,3.25rem);color:var(--cream);margin-bottom:1rem;max-width:24ch;text-wrap:balance;text-shadow:0 2px 40px rgba(0,0,0,.3)}.hero-sub .subtitle{font-family:Cormorant Garamond,serif;font-size:clamp(1rem,1.8vw,1.35rem);font-weight:400;font-style:italic;color:#f5efe0e6;max-width:550px;margin:0 auto}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:960px;margin:3rem auto 0}.info-card{padding:2rem;background:#ffffff14;backdrop-filter:blur(8px);border-radius:8px;border:1px solid rgba(201,168,76,.15);text-align:left}.info-card .info-card-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.5rem}.info-card .info-card-value{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;color:var(--cream);margin-bottom:.4rem}.info-card .info-card-note{font-size:.85rem;color:#f5efe0a6;line-height:1.6}.services-two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media(max-width:768px){.services-two-col{grid-template-columns:1fr;gap:2rem}}.specialties-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}@media(max-width:1024px){.specialties-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.specialties-grid{grid-template-columns:1fr}}.modality-tag{display:inline-block;padding:.4rem 1rem;background:#5c1a1b0f;border:1px solid rgba(92,26,27,.15);border-radius:20px;font-size:.9rem;color:#5a5048;font-family:Inter,sans-serif}.specialty-card{background:#fff;border-radius:8px;padding:2rem;border:1px solid rgba(44,36,32,.08);transition:transform .3s ease,box-shadow .3s ease}.specialty-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #2c242014}.specialty-card h3{font-size:1.3rem;color:var(--burgundy);margin-bottom:.5rem}.specialty-card p{font-size:.9rem;color:#5a5048;line-height:1.7}.cta-banner{padding:6rem 3rem;text-align:center}.cta-banner h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.cta-banner p{font-size:1.05rem;color:#f5efe0e6;max-width:550px;margin:0 auto 2rem;line-height:1.8}.cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1rem;margin-bottom:1.25rem}.cta-note{font-size:.85rem;color:#f5efe0b3;max-width:520px;margin:0 auto;line-height:1.6;font-style:italic}@media(max-width:600px){.cta-actions{flex-direction:column;align-items:stretch}.cta-actions .btn{text-align:center}}.resource-card a.card-link{display:inline-block;margin-top:.75rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:var(--gold);text-decoration:none;letter-spacing:.05em;text-transform:uppercase;transition:color .3s ease}.resource-card a.card-link:hover{color:var(--burgundy)}.coming-soon{text-align:center;margin-top:3rem;color:#8a7f75;font-style:italic;font-size:.95rem}.blog-filters{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:3rem}.filter-tag{font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.03em;padding:.5rem 1.25rem;border-radius:100px;border:1.5px solid rgba(44,36,32,.15);background:transparent;color:var(--text-dark);cursor:pointer;transition:all .3s ease;white-space:nowrap}.filter-tag:hover{border-color:var(--burgundy);color:var(--burgundy)}.filter-tag.active{background:var(--burgundy);border-color:var(--burgundy);color:var(--cream)}.blog-featured{display:grid;grid-template-columns:1.2fr 1fr;gap:0;border-radius:12px;overflow:hidden;background:#fff;border:1px solid rgba(44,36,32,.08);margin-bottom:3rem;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit}.blog-featured:hover{transform:translateY(-4px);box-shadow:0 16px 48px #2c24201f}.blog-featured-image{min-height:360px;background-size:cover;background-position:center}.blog-featured-body{padding:3rem;display:flex;flex-direction:column;justify-content:center}.blog-featured-body .blog-card-tag{margin-bottom:1rem}.blog-featured-body h2{font-size:clamp(1.5rem,2.5vw,2rem);color:var(--burgundy);margin-bottom:1rem;line-height:1.3}.blog-featured-body p{font-size:1rem;color:#5a5048;line-height:1.8;margin-bottom:1.5rem}.blog-featured-body .blog-read-more{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:var(--gold);text-decoration:none;letter-spacing:.05em;text-transform:uppercase;transition:color .3s ease}.blog-featured-body .blog-read-more:hover{color:var(--burgundy)}.blog-grid,.upcoming-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.upcoming-card{background:#fff;border-radius:10px;padding:2rem;border:1px solid rgba(201,168,76,.15);transition:box-shadow .3s ease}.upcoming-card:hover{box-shadow:0 4px 20px #0000000f}@media(max-width:900px){.upcoming-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.upcoming-grid{grid-template-columns:1fr}}.blog-card{border-radius:10px;overflow:hidden;background:#fff;border:1px solid rgba(44,36,32,.08);transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #2c24201a}.blog-card-image{height:200px;background-size:cover;background-position:center;position:relative}.blog-card-tag{display:inline-block;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .75rem;border-radius:100px;background:#5c1a1b14;color:var(--burgundy)}.blog-card-body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.blog-card-body .blog-card-tag{margin-bottom:.75rem;align-self:flex-start}.blog-card-body h3{font-size:1.2rem;color:var(--burgundy);margin-bottom:.5rem;line-height:1.35}.blog-card-body p{font-size:.88rem;color:#5a5048;line-height:1.7;flex:1}.blog-card-meta{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(44,36,32,.06);font-family:Inter,sans-serif;font-size:.75rem;color:#8a7f75}.blog-card-meta .read-time{font-weight:500}.blog-post-content{max-width:740px;margin:0 auto;padding:4rem 2rem 3rem}.blog-post-content .blog-card-tag{margin-bottom:1.5rem}.blog-post-content h1{font-size:clamp(2rem,4vw,3rem);color:var(--burgundy);margin-bottom:1rem;line-height:1.2}.blog-post-byline{font-family:Inter,sans-serif;font-size:.85rem;color:#8a7f75;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(44,36,32,.1)}.blog-post-byline-updated{color:var(--sage)}.blog-post-content h2{font-size:1.6rem;color:var(--burgundy);margin:2.5rem 0 1rem}.blog-post-content h3{font-size:1.25rem;color:var(--charcoal);margin:2rem 0 .75rem}.blog-post-content p{font-size:1.05rem;line-height:1.85;color:#3d3530;margin-bottom:1.5rem}.blog-post-content ul,.blog-post-content ol{margin:1rem 0 1.5rem 1.5rem;font-size:1.05rem;line-height:1.85;color:#3d3530}.blog-post-content li{margin-bottom:.5rem}.blog-post-content blockquote{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-style:italic;color:var(--burgundy);border-left:3px solid var(--gold);padding:1rem 0 1rem 1.5rem;margin:2rem 0;line-height:1.7}.blog-post-content blockquote cite{display:block;font-family:Inter,sans-serif;font-style:normal;font-size:.8rem;color:#8a7f75;margin-top:.75rem;letter-spacing:.05em}.related-articles{max-width:1200px;margin:0 auto;padding:0 2rem 4rem}.related-articles h2{font-size:1.75rem;color:var(--burgundy);margin-bottom:2rem;text-align:center}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:900px){.blog-featured{grid-template-columns:1fr}.blog-featured-image{min-height:240px}.blog-featured-body{padding:2rem}.blog-grid,.related-grid{grid-template-columns:repeat(2,1fr)}.blog-post-content{padding:3rem 1.5rem 2rem}}@media(max-width:600px){.blog-grid,.related-grid{grid-template-columns:1fr}.blog-filters{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}}@media(max-width:900px){.hero-sub{padding:6rem 1.5rem 3rem}.info-grid{gap:1rem}}.author-profile{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:start}.author-photo{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:8px}@media(max-width:768px){.author-profile{grid-template-columns:1fr;text-align:center}.author-photo{max-width:280px;margin:0 auto}.author-specialties{display:flex;flex-direction:column;align-items:center}.author-specialties>div{justify-content:center}}body.lp-body{background:var(--soft-white);color:var(--text-dark)}.lp-header{position:sticky;top:0;z-index:1000;background:#2c2420f7;backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,.18)}.lp-header-inner{max-width:1200px;margin:0 auto;padding:.85rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.lp-logo{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:700;color:var(--cream);text-decoration:none;letter-spacing:.02em}@media(min-width:700px){.lp-logo{font-size:1.4rem}}.lp-header-cta{background:var(--gold);color:var(--charcoal);padding:.55rem 1.1rem;border-radius:4px;font-family:Inter,sans-serif;font-weight:600;font-size:.85rem;text-decoration:none;white-space:nowrap;transition:background .3s ease}.lp-header-cta:hover{background:var(--gold-light)}.lp-hero{position:relative;min-height:600px;padding:4.5rem 1.5rem 4rem;background-size:cover;background-position:center;overflow:hidden}.lp-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,#140a08b8,#140a088c 35%,#140a0852 65%,#140a0838);z-index:1}@media(max-width:980px){.lp-hero:before{background:#140a088c}}.lp-hero-grid{position:relative;z-index:2;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media(min-width:980px){.lp-hero{padding:5.5rem 1.5rem 5rem}.lp-hero-grid{grid-template-columns:1.15fr 1fr;gap:3.5rem}}.lp-hero-text{color:var(--cream)}.lp-hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#c9a84c2e;border:1px solid rgba(201,168,76,.45);color:var(--gold-light);padding:.35rem .85rem;border-radius:100px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.25rem}.lp-hero-text h1{font-family:Cinzel Decorative,Cinzel,Cormorant Garamond,serif;font-size:clamp(2.25rem,4.5vw,3.5rem);line-height:1.15;color:#fff;margin:0 0 1rem;max-width:22ch;text-wrap:balance;text-shadow:0 2px 18px rgba(0,0,0,.45)}.lp-hero-tagline{font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,1.8vw,1.4rem);font-style:italic;color:#f5efe0f2;margin-bottom:1.25rem;max-width:32ch}.lp-hero-sub{font-size:1rem;line-height:1.7;color:#f5efe0e0;max-width:50ch;margin-bottom:1.75rem}.lp-hero-badges{display:flex;flex-direction:column;gap:.6rem;max-width:460px}.lp-badge{display:flex;align-items:flex-start;gap:.6rem;padding:.65rem .85rem;background:#ffffff0f;border:1px solid rgba(201,168,76,.2);border-radius:6px;font-size:.88rem;line-height:1.5;color:#f5efe0eb}.lp-badge-glyph{color:var(--gold-light);font-size:1rem;flex-shrink:0;line-height:1.4}.lp-form-card{background:#fff;border-radius:10px;padding:2rem 1.75rem 1.75rem;box-shadow:0 24px 60px #140a0873,0 8px 24px #140a0840;border-top:4px solid var(--gold)}.lp-form-eyebrow{display:inline-block;font-family:Inter,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.lp-form-title{font-family:Cormorant Garamond,serif;font-size:1.65rem;font-weight:600;color:var(--burgundy);margin:0 0 .5rem;line-height:1.2}.lp-form-sub{font-size:.95rem;line-height:1.55;color:#5a5048;margin-bottom:1.25rem}.lp-form-features{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.5rem;padding:.85rem 1rem;background:var(--cream-light);border-radius:6px}.lp-form-feature{display:flex;align-items:flex-start;gap:.55rem;font-size:.88rem;color:var(--charcoal);line-height:1.45}.lp-form-feature-glyph{color:var(--burgundy);font-weight:700;flex-shrink:0}.lp-form{display:flex;flex-direction:column;gap:.85rem}.lp-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}@media(max-width:600px){.lp-form-row{grid-template-columns:1fr}}.lp-field{display:flex;flex-direction:column;gap:.3rem}.lp-field label{font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--burgundy)}.lp-field .optional{font-weight:500;letter-spacing:0;text-transform:none;color:#8a7f75;margin-left:.25rem}.lp-field input,.lp-field textarea{padding:.7rem .95rem;background:#fff;border:1px solid rgba(92,26,27,.2);border-radius:4px;color:#2c2420;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .25s ease,box-shadow .25s ease}.lp-field input:focus,.lp-field textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c2e}.lp-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.95rem 1.25rem;background:var(--gold);color:var(--charcoal);border:none;border-radius:4px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;letter-spacing:.02em;text-decoration:none;cursor:pointer;transition:background .3s ease,transform .15s ease}.lp-submit:hover{background:var(--gold-light);transform:translateY(-1px)}.lp-submit[disabled]{opacity:.65;cursor:not-allowed;transform:none}.lp-submit-secondary{background:var(--burgundy);color:var(--cream)}.lp-submit-secondary:hover{background:var(--burgundy-deep);color:#fff}.lp-form-note{font-size:.78rem;color:#8a7f75;line-height:1.5;text-align:center;margin:.85rem 0 0}.lp-error{display:none;margin:.5rem 0 0;color:#c0392b;font-size:.85rem}.lp-alt-contact{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(92,26,27,.1);text-align:center}.lp-alt-prompt{font-size:.85rem;color:#8a7f75;margin:0 0 .4rem}.lp-alt-btn{display:inline-flex;align-items:center;gap:.4rem;color:var(--burgundy);font-family:Inter,sans-serif;font-weight:600;font-size:.88rem;text-decoration:underline;text-decoration-color:var(--gold);text-underline-offset:3px}.lp-section{padding:4.5rem 1.5rem}.lp-section.bg-cream{background:var(--cream-light)}.lp-section.bg-white{background:#fff}.lp-section .container{max-width:1100px;margin:0 auto}.lp-section-head{text-align:center;max-width:720px;margin:0 auto 2.5rem}.lp-section-head h2{font-size:clamp(1.8rem,3.5vw,2.6rem);color:var(--burgundy);margin:0 0 .75rem;line-height:1.2}.lp-section-sub{font-size:1.05rem;line-height:1.75;color:#5a5048}.lp-trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.lp-trust-card{background:#fff;border:1px solid rgba(92,26,27,.1);border-radius:8px;padding:1.75rem 1.5rem;text-align:center}.lp-trust-glyph{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#c9a84c26;color:var(--burgundy);font-size:1.4rem;margin-bottom:1rem}.lp-trust-card h3{font-family:Cormorant Garamond,serif;font-size:1.25rem;color:var(--burgundy);margin:0 0 .5rem}.lp-trust-card p{color:#5a5048;font-size:.9rem;line-height:1.6;margin:0}.lp-concerns-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.lp-concern-card{background:var(--cream-light);border:1px solid rgba(201,168,76,.18);border-radius:8px;padding:1.25rem 1.25rem 1rem}.lp-concern-card h4{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600;color:var(--burgundy);margin:0 0 .4rem}.lp-concern-card p{color:#5a5048;font-size:.88rem;line-height:1.6;margin:0}.lp-approach-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:800px){.lp-approach-grid{grid-template-columns:1fr 1fr;gap:2rem}}.lp-approach-card{background:#fff;border:1px solid rgba(92,26,27,.08);border-left:4px solid var(--gold);border-radius:6px;padding:1.5rem 1.5rem 1.25rem}.lp-approach-card h3{font-family:Cormorant Garamond,serif;font-size:1.35rem;color:var(--burgundy);margin:0 0 .5rem}.lp-approach-card p{color:#3d3530;font-size:.95rem;line-height:1.7;margin:0}.lp-faq{max-width:780px;margin:0 auto}.lp-faq details{border-bottom:1px solid rgba(92,26,27,.12);padding:1rem 0}.lp-faq details:first-child{border-top:1px solid rgba(92,26,27,.12)}.lp-faq summary{cursor:pointer;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;color:var(--burgundy);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.lp-faq summary::-webkit-details-marker{display:none}.lp-faq summary:after{content:"+";color:var(--gold);font-size:1.5rem;font-weight:400;flex-shrink:0;transition:transform .2s ease}.lp-faq details[open] summary:after{content:"−"}.lp-faq details p{margin:.85rem 0 0;color:#3d3530;font-size:.98rem;line-height:1.7}.lp-bottom-cta{padding:4.5rem 1.5rem;background:var(--burgundy);color:var(--cream);text-align:center;background-image:linear-gradient(#3c1214d1,#3c1214eb),url(/images/section-doorway-welcome.webp);background-size:cover;background-position:center}.lp-bottom-cta h2{font-family:Cinzel Decorative,Cinzel,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);color:#fff;margin:0 0 1rem;max-width:22ch;margin-left:auto;margin-right:auto;line-height:1.2}.lp-bottom-cta p{font-size:1.05rem;color:#f5efe0eb;max-width:600px;margin:0 auto 2rem;line-height:1.7}.lp-bottom-cta .lp-bottom-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1rem}.lp-question-form-card{max-width:600px;margin:2rem auto 0;background:var(--cream-light);border:1px solid rgba(201,168,76,.25);border-radius:10px;padding:2rem 1.75rem 1.75rem}.lp-honey{position:absolute;left:-9999px;top:-9999px}.lp-mobile-bar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:999;padding:.75rem 1rem;background:#2c2420f7;backdrop-filter:blur(12px);border-top:1px solid rgba(201,168,76,.25)}@media(max-width:760px){.lp-mobile-bar{display:block}body.lp-body main{padding-bottom:4.5rem}}.lp-mobile-form{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem 1rem;background:var(--gold);color:var(--charcoal);border-radius:4px;font-family:Inter,sans-serif;font-weight:700;font-size:.92rem;text-decoration:none}.lp-footer{padding:2rem 1.5rem 2.5rem;background:var(--charcoal);color:#f5efe0c7;font-size:.85rem;line-height:1.7}.lp-footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem;text-align:center}.lp-footer-inner p{margin:0}.lp-footer-crisis{padding:.75rem 1rem;background:#c9a84c14;border-left:3px solid var(--gold);border-radius:4px;text-align:left;max-width:720px;margin:.5rem auto}.lp-footer-crisis a{color:var(--gold-light)}.lp-footer-legal{font-size:.78rem;color:#f5efe08c}.lp-footer-links{display:flex;justify-content:center;gap:1rem;font-size:.8rem}.lp-footer-links a{color:#f5efe0b3;text-decoration:none}.lp-footer-links a:hover{color:var(--gold-light)}.thankyou-main{min-height:70vh;display:flex;flex-direction:column}.thankyou-hero{flex:1;min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:7rem 1.5rem 5rem}.thankyou-content{max-width:720px}.thankyou-content h1{font-size:clamp(2rem,4vw,3rem);color:#fff;margin:0 0 1rem}.thankyou-lead{font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,1.8vw,1.35rem);font-style:italic;color:#f5efe0eb;margin:0 0 1.25rem}.thankyou-sub{color:#f5efe0d9;font-size:1rem;margin:0 0 1.5rem}.thankyou-actions{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem}.thankyou-note{color:#f5efe0a6;font-size:.85rem;max-width:540px;margin:0 auto;line-height:1.6}.thankyou-crisis{padding:3rem 1.5rem}
