:root{
  --maroon:#7b1620;
  --gold:#c68b34;
  --bg:#ffffff;
  --muted:#555;
  --container:1100px;
}
*{box-sizing:border-box}
body{font-family:Inter, system-ui, -apple-system, 'Helvetica Neue', Arial;line-height:1.45;color:var(--muted);margin:0
  /* page background image applied to all pages */
  ;background-image: url('../assets/home.PNG');background-size:cover;background-position:center top;background-repeat:no-repeat;background-color:var(--bg)}

/* helper classes to tweak the shared background focal point per-page */
.bg-top{background-position:center top !important}
.bg-center{background-position:center center !important}
.bg-bottom{background-position:center bottom !important}
.container{max-width:var(--container);margin:0 auto;padding:1rem}
.site-header{border-bottom:1px solid #eee;background:linear-gradient(0deg, rgba(255,255,255,0.95), rgba(255,255,255,0.95));position:sticky;top:0;z-index:40}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:0.75rem 0}
.logo{height:64px}
.logo-link{display:inline-block;line-height:0}
.logo-link:focus{outline:3px solid rgba(198,139,52,0.18);border-radius:6px}
.nav a{margin-left:1rem;color:var(--maroon);text-decoration:none;font-weight:600}
.nav .btn{background:var(--gold);color:#fff;padding:0.45rem 0.75rem;border-radius:6px}

/* active nav link */
.nav a.active{position:relative;color:#fff;background:var(--maroon);padding:0.4rem 0.65rem;border-radius:6px;transform-origin:center;animation:nav-pulse .6s ease forwards}
.nav a.active::after{content:'';position:absolute;left:0;right:0;bottom:-6px;height:3px;background:linear-gradient(90deg,var(--gold),var(--maroon));border-radius:2px;opacity:0.95}
@keyframes nav-pulse{0%{transform:translateY(4px) scale(0.98);opacity:0.8}50%{transform:translateY(-2px) scale(1.02)}100%{transform:none;opacity:1}}
.hero{padding:3rem 0}
.hero-inner{display:flex;gap:2rem;align-items:center}
.hero-copy h1{font-size:2.25rem;margin:0 0 0.5rem;color:var(--maroon)}
.hero-copy p{margin:0 0 1rem}
.cta{display:inline-block;background:var(--maroon);color:#fff;padding:0.8rem 1.1rem;border-radius:8px;text-decoration:none}
.hero-image img{width:220px;max-width:35vw}
.hero-spotlight{position:relative;padding:4rem 0 5rem;overflow:hidden;
  /* gradient overlay so the page-level background is visible behind the hero */
  background-image: linear-gradient(rgba(11,11,11,0.55), rgba(11,11,11,0.28));
  background-size: auto;
  /* keep focal alignment similar to previous design */
  background-position: center right;
  background-repeat: no-repeat;
}

/* High-DPI/background swap for retina devices */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* use higher-res page-level background on retina */
  body.home{background-image: url('../assets/home.PNG');}
  .hero-spotlight{background-image: linear-gradient(rgba(11,11,11,0.55), rgba(11,11,11,0.28));}
}
.hero-overlay{position:absolute;right:-10%;top:-10%;width:60%;height:120%;background:radial-gradient(circle at 10% 20%, rgba(198,139,52,0.12), transparent 30%), radial-gradient(circle at 90% 80%, rgba(123,22,32,0.06), transparent 20%);pointer-events:none}
.hero-copy .lead{color:rgba(255,255,255,0.9);font-size:1.05rem;margin-bottom:1rem}
.hero-copy h1{color:#fff}
.hero-ctas .alt{background:#fff;color:var(--maroon);border:1px solid rgba(0,0,0,0.06);margin-left:0.75rem}
.hero-highlights{display:flex;gap:1rem;margin-top:1rem;list-style:none;padding:0}
.hero-highlights li{background:#fff;padding:0.5rem 0.75rem;border-radius:999px;border:1px solid #f0f0f0;font-weight:600;color:var(--maroon)}

.features{padding:2.5rem 0}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.feature h3{color:var(--maroon);margin-top:0}

/* single service layout */
.single-service{margin-top:1rem}
.service-hero{display:flex;align-items:center;gap:1.5rem;padding:1.5rem}
.service-copy h2{color:var(--maroon);font-size:1.8rem;margin:0}
.service-copy .lead{color:#333}
.service-list{margin:0.75rem 0 1rem;padding-left:1.1rem}
.service-art img{width:220px;border-radius:8px}

@media (max-width:900px){
  .service-hero{flex-direction:column;text-align:center}
  .service-art img{width:160px}
}

.testimonials{display:block;margin-top:1rem}
.testimonial{background:#fff;border:1px solid #eee;padding:1rem}
.testimonial footer{font-size:0.9rem;color:var(--maroon);margin-top:0.6rem}

/* carousel */
.testimonial-carousel{position:relative;min-height:110px;overflow:hidden}
.testimonial-carousel{position:relative;min-height:140px}
.testimonial-carousel .slide{position:absolute;left:0;right:0;top:0;transition:opacity .6s ease;opacity:0;padding:1rem}
.testimonial-carousel .slide:first-child{position:relative}
.testimonial-carousel .slide p{margin:0;font-style:italic}
.testimonial-carousel .slide footer{margin-top:0.6rem}

/* animations */
.animate-fade-up{opacity:0;transform:translateY(10px);transition:all .6s ease-out}
.animate-slide-left{opacity:0;transform:translateX(20px);transition:all .6s ease-out}
.in-view{opacity:1;transform:none}
.section{padding:2.25rem 0}
.section h2{color:var(--maroon);margin:0 0 1rem}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.card{background:#fff;border:1px solid #eee;padding:1rem;border-radius:8px}
.contact-form{max-width:540px;display:grid;gap:0.5rem}
.contact-form label{display:block;font-size:0.9rem}
.contact-form input,.contact-form textarea{width:100%;padding:0.6rem;border:1px solid #ddd;border-radius:6px}
.contact-form button{background:var(--maroon);color:#fff;padding:0.7rem 1rem;border:none;border-radius:6px}
.form-status{margin-top:0.5rem;font-size:0.9rem}
.site-footer{border-top:1px solid #eee;padding:1rem 0;margin-top:2rem;text-align:center}

/* calendar slots */
#calendar-area h2{margin:0 0 0.25rem;color:var(--maroon)}
.muted{color:#666;font-size:0.95rem}
.slot{border-radius:8px;padding:0.5rem 0.75rem;background:#fff;border:1px solid #e6e6e6;cursor:pointer}
.slot.selected{background:var(--maroon);color:#fff;border-color:var(--maroon)}
.slot:focus{outline:2px solid rgba(123,22,32,0.14)}

/* About page styles */
.about-hero{padding:2.5rem 0}
.about-profile{display:flex;gap:1rem;align-items:center;padding:1rem}
.about-profile.two-col{display:grid;grid-template-columns:240px 1fr;align-items:start;gap:1.25rem}
.profile-photo{width:160px;height:160px;object-fit:cover;border-radius:8px}
.profile-photo.small{width:140px;height:140px}
.profile-photo.circular{border-radius:50%;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,0.12);border:4px solid rgba(255,255,255,0.9)}
.profile-col{display:flex;align-items:flex-start}
.bio-col{display:block}

.profile-copy{padding-left:0.5rem}
.profile-copy h1{font-size:1.6rem;margin-bottom:0.25rem}
.profile-copy .muted{color:#666;margin-bottom:0.75rem}
.about-profile.card{padding:1.25rem}

/* ring wrapper for circular portrait */
.portrait-ring{display:inline-block;padding:6px;border-radius:999px;background:linear-gradient(180deg,var(--maroon),var(--gold));}
.portrait-inner{display:inline-block;border-radius:999px;background:#fff;padding:4px}
.portrait-inner img{display:block;border-radius:50%;width:100%;height:auto}

/* hover animation */
.portrait-ring, .portrait-inner, .profile-photo.circular{transition:transform .28s cubic-bezier(.2,.9,.2,1),box-shadow .28s}
.portrait-ring:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 12px 30px rgba(0,0,0,0.14)}

/* layout: place full-bio to the right on larger screens */
.about-profile.two-col{grid-template-columns:260px 1fr}
.full-bio{margin-top:0.75rem;color:#444;line-height:1.6}

@media (max-width:900px){
  .about-profile.two-col{grid-template-columns:1fr}
  .full-bio{margin-top:0.5rem}
}

@media (max-width:900px){
  .testimonial-carousel{min-height:180px}
  .testimonial-carousel .slide{padding:0.9rem}
}

/* focus styles for keyboard users */
.portrait-ring:focus{outline:3px solid rgba(198,139,52,0.18);box-shadow:0 8px 22px rgba(0,0,0,0.12);transform:translateY(-4px) scale(1.02)}

/* modal overrides */
.modal[aria-hidden="true"]{display:none}
.modal{display:none;position:fixed;inset:0;z-index:120;align-items:center;justify-content:center}
.modal-panel{max-width:880px;width:94%;padding:1rem}
.modal-body{padding:0.5rem}
.modal-close{font-size:1.5rem;background:transparent;border:none;position:absolute;right:12px;top:8px}

/* calendar embed */
#calendar-area iframe{width:100%;border:0;border-radius:8px}
.profile-col{display:flex;align-items:flex-start}
.bio-col{display:block}
.profile-copy h1{margin:0;font-size:1.6rem;color:var(--maroon)}
.profile-copy .muted{margin-top:0.25rem}
.about-bio{padding:2rem 0}
.highlights{list-style:disc;margin-left:1.2rem}

@media (max-width:900px){
  .about-profile.two-col{grid-template-columns:1fr;grid-auto-rows:auto}
  .about-profile{flex-direction:column;text-align:center}
  .profile-photo{width:140px;height:140px}
  .profile-photo.small{width:120px;height:120px}
}

@media (max-width:900px){
  .hero-inner{flex-direction:column;text-align:center}
  .grid{grid-template-columns:repeat(1,1fr)}
  .logo{height:52px}
  .feature-grid{grid-template-columns:1fr}
  .testimonials{flex-direction:column}
}

/* packages */
.packages{margin-top:1rem;grid-template-columns:repeat(3,1fr)}
.package .price{font-size:1.25rem;font-weight:700;color:var(--maroon)}
.package .note{font-size:0.9rem;color:#666;margin-left:0.4rem}
.package .duration{color:#444;font-weight:600}

/* details/summary steps expander */
.steps-expander summary{cursor:pointer;padding:0.45rem 0.6rem;border-radius:6px;background:#fafafa;border:1px solid #eee;display:inline-block;font-weight:600;color:var(--maroon)}
.steps-expander[open] summary{background:linear-gradient(90deg,var(--gold),var(--maroon));color:#fff}
.steps-expander ol{margin:0.6rem 0 0;padding-left:1.1rem;color:#333}

@media (max-width:900px){
  .packages{grid-template-columns:1fr}
}

/* Modal: simple accessible modal for "What's included" */
.modal{display:none;position:fixed;inset:0;z-index:80;align-items:center;justify-content:center}
.modal[aria-hidden="false"]{display:flex}
.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.35)}
.modal-panel{position:relative;background:#fff;border-radius:10px;max-width:720px;width:94%;padding:1.25rem;box-shadow:0 10px 30px rgba(0,0,0,0.12);border:1px solid #f0f0f0;z-index:81}
.modal-close{position:absolute;right:10px;top:8px;border:none;background:transparent;font-size:1.6rem;line-height:1;color:var(--muted);cursor:pointer}
.modal-body{padding:0.5rem 0}
.modal-body ul{margin:0;padding-left:1.1rem}
.modal-body li{margin:0.45rem 0}
.modal-footer{margin-top:0.75rem;text-align:right}

/* Slight typography polish */
body{font-family:Inter, system-ui, -apple-system, 'Helvetica Neue', Arial, 'Segoe UI';font-size:16px}
h1,h2,h3{color:var(--maroon);margin-bottom:0.5rem}
.lead{color:#333}
.btn{display:inline-block;padding:0.6rem 0.9rem;border-radius:8px;background:var(--maroon);color:#fff;text-decoration:none}
.btn:hover{opacity:0.95}

/* Fallback: hide any lingering Schedule link if an older HTML is cached */
.nav a[href$="/schedule.html"], .nav a[href="schedule.html"]{ display:none !important; }
