:root {
  --primary: #bd4f72;
  --primary-dark: #87354f;
  --primary-soft: #fbe8ee;
  --secondary: #f3b562;
  --cream: #fffaf0;
  --soft: #fff5f8;
  --text: #2d2730;
  --muted: #6c6370;
  --white: #fff;
  --border: rgba(135, 53, 79, .14);
  --shadow: 0 18px 50px rgba(78, 44, 57, .10);
  --shadow-soft: 0 10px 30px rgba(78, 44, 57, .08);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: #fff; color: var(--text); font-family: system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.7; }
a { color: var(--primary-dark); }
a:hover { color: var(--primary); }
img { max-width: 100%; }

.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 9999; transform: translateY(-180%); padding: .8rem 1rem; background: #000; color: #fff; font-weight: 800; border-radius: .5rem; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 4px solid #075fbd !important; outline-offset: 4px !important; }

.navbar { min-height: 76px; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(135,53,79,.08); box-shadow: 0 4px 24px rgba(42,26,35,.05); }
.navbar-brand { display: inline-flex; align-items: center; gap: .55rem; color: var(--primary-dark); font-weight: 850; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--primary-soft); color: var(--primary); }
.nav-link { color: var(--text); font-weight: 700; padding-inline: .65rem !important; }
.nav-link:hover, .nav-link.active { color: var(--primary); }
.accessibility-toggle { display: inline-flex; align-items: center; gap: .45rem; min-height: 42px; padding: .5rem .8rem; border: 2px solid var(--primary); border-radius: 999px; background: #fff; color: var(--primary-dark); font-weight: 800; }
.accessibility-toggle:hover { background: var(--primary-soft); }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; padding: 145px 0 90px; background: radial-gradient(circle at 12% 18%, #fff 0, #fff 22%, transparent 23%), linear-gradient(135deg, #fff9f1 0%, #fbe8ee 55%, #f5cad8 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 90px; background: linear-gradient(to top, #fff, transparent); }
.hero-shape { position: absolute; border-radius: 50%; opacity: .45; filter: blur(1px); }
.hero-shape-one { width: 360px; height: 360px; right: -80px; top: 120px; background: #fff; }
.hero-shape-two { width: 230px; height: 230px; left: -60px; bottom: 60px; background: #f9d88b; }
.eyebrow { display: inline-block; margin-bottom: .9rem; color: var(--primary-dark); font-weight: 850; text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; }
.hero h1 { max-width: 760px; margin: 0 0 1.2rem; font-size: clamp(3rem, 7vw, 6.4rem); line-height: .98; letter-spacing: -.055em; font-weight: 900; color: var(--primary-dark); }
.hero-lead { max-width: 680px; font-size: clamp(1.15rem, 2.1vw, 1.5rem); color: #5a4650; margin-bottom: 2rem; }
.btn-primary-custom, .btn-light-custom { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .8rem 1.35rem; border-radius: 999px; font-weight: 800; text-decoration: none; }
.btn-primary-custom { background: var(--primary-dark); color: #fff; border: 2px solid var(--primary-dark); }
.btn-primary-custom:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.btn-light-custom { background: #fff; color: var(--primary-dark); border: 2px solid #fff; box-shadow: var(--shadow-soft); }
.btn-light-custom:hover { color: var(--primary); }
.hero-card { position: relative; z-index: 1; max-width: 380px; margin-inline: auto; padding: 2.2rem; border: 1px solid rgba(255,255,255,.7); border-radius: 36px; background: rgba(255,255,255,.78); backdrop-filter: blur(16px); box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-card-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 24px; background: #fff2c7; font-size: 2rem; }
.hero-card-kicker { margin: 1.5rem 0 .25rem; color: var(--muted); font-weight: 700; }
.hero-card-value { font-size: 2.25rem; line-height: 1; font-weight: 900; color: var(--primary-dark); }

.section { padding: 100px 0; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading h2 { margin: 0 0 1rem; font-size: clamp(2.2rem, 4.5vw, 3.8rem); line-height: 1.08; letter-spacing: -.04em; font-weight: 900; color: var(--primary-dark); }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.15rem; }
.content-card { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.prose p { margin-bottom: 1.25rem; }
.prose h3 { margin: 2rem 0 .8rem; color: var(--primary-dark); font-weight: 850; }
.feature-grid { display: grid; gap: 1rem; position: sticky; top: 105px; }
.feature-card { padding: 1.5rem; border-radius: 20px; background: var(--cream); border: 1px solid rgba(243,181,98,.25); }
.feature-card span { font-size: 1.7rem; }
.feature-card h3 { margin: .7rem 0 .35rem; font-size: 1.15rem; color: var(--primary-dark); font-weight: 850; }
.feature-card p { margin: 0; color: var(--muted); }

.motto-section { background: linear-gradient(135deg, var(--primary-dark), #a53f61 60%, #c95f81); color: #fff; }
.motto-card { position: relative; max-width: 950px; margin: 0 auto; text-align: center; }
.quote-mark { display: block; height: 70px; font-family: Georgia, serif; font-size: 8rem; line-height: 1; opacity: .25; }
.motto-card blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(1.45rem, 3vw, 2.4rem); line-height: 1.55; }
.motto-card figcaption { margin-top: 2rem; color: #ffe2eb; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.poem-card { position: relative; max-width: 840px; margin: 0 auto; padding: clamp(2rem, 6vw, 4.5rem); overflow: hidden; border: 1px solid #f2d4dd; border-radius: 34px; background: linear-gradient(180deg, #fffef8, #fff8f2); box-shadow: var(--shadow); }
.poem-card::before, .poem-card::after { content: "♥"; position: absolute; color: var(--primary); opacity: .08; font-size: 12rem; line-height: 1; }
.poem-card::before { left: -2rem; top: -2rem; transform: rotate(-18deg); }
.poem-card::after { right: -2rem; bottom: -3rem; transform: rotate(18deg); }
.poem-decoration { position: relative; z-index: 1; margin-bottom: 1.5rem; text-align: center; color: var(--primary); letter-spacing: 1rem; }
.poem-text { position: relative; z-index: 1; max-width: 470px; margin: 0 auto; font-size: clamp(1.18rem, 2.3vw, 1.55rem); line-height: 1.8; font-weight: 650; }
.poem-text p { margin-bottom: 1.35rem; }

.timeline { position: relative; max-width: 1000px; margin: 0 auto; }
.timeline::before { content: ""; position: absolute; left: 137px; top: 12px; bottom: 12px; width: 3px; background: linear-gradient(var(--primary), #edb8c9); }
.timeline-item { position: relative; display: grid; grid-template-columns: 110px 1fr; gap: 55px; align-items: start; margin-bottom: 1.4rem; }
.timeline-item::before { content: ""; position: absolute; left: 128px; top: 28px; width: 20px; height: 20px; border: 5px solid var(--soft); border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 2px var(--primary); }
.timeline-time { padding-top: 22px; text-align: right; color: var(--primary-dark); font-weight: 900; }
.timeline-card { padding: 1.7rem 1.9rem; border: 1px solid var(--border); border-radius: 22px; background: #fff; box-shadow: var(--shadow-soft); }
.timeline-card h3 { margin: 0 0 .65rem; color: var(--primary-dark); font-size: 1.35rem; font-weight: 850; }
.timeline-card p { margin-bottom: .7rem; color: #554d58; }
.timeline-card p:last-child { margin-bottom: 0; }

.staff-card { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(260px, .8fr); overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.staff-card img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; object-position: center; }
.staff-card-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.5rem, 4vw, 3rem); }
.staff-card-content h3 { margin: 0 0 .8rem; color: var(--primary-dark); font-weight: 850; }
.staff-card-content p { color: var(--muted); }
.gallery-carousel { overflow: hidden; border: 1px solid var(--border); border-radius: 32px; background: #2f2630; box-shadow: var(--shadow); }
.gallery-carousel .carousel-item { height: min(72vh, 720px); }
.gallery-carousel .carousel-item img { height: 100%; object-fit: contain; }
.gallery-carousel .carousel-control-prev, .gallery-carousel .carousel-control-next { width: 12%; }
.gallery-carousel .carousel-control-prev-icon, .gallery-carousel .carousel-control-next-icon { width: 3rem; height: 3rem; padding: 1.8rem; border-radius: 50%; background-color: rgba(0,0,0,.58); background-size: 45%; }
.gallery-carousel .carousel-indicators [data-bs-target] { width: 12px; height: 12px; border-radius: 50%; }
.social-card { display: flex; align-items: center; gap: clamp(1.5rem, 4vw, 3rem); padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.social-card-icon { flex: 0 0 auto; display: grid; place-items: center; width: 92px; height: 92px; border-radius: 24px; background: #1877f2; color: #fff; font-family: Arial, sans-serif; font-size: 4rem; font-weight: 900; line-height: 1; }
.social-card-content h3 { margin: 0 0 .65rem; color: var(--primary-dark); font-size: 1.5rem; font-weight: 850; }
.social-card-content p { margin: 0 0 1.25rem; color: var(--muted); }

.contact-section { background: #2f2630; color: #fff; }
.light-heading h2, .light-heading .eyebrow { color: #fff; }
.contact-card { height: 100%; padding: 2rem; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.contact-card span { font-size: 2rem; }
.contact-card h3 { margin: 1rem 0 .55rem; color: #fff; font-size: 1.25rem; font-weight: 850; }
.contact-card p { margin: 0; color: #f5eaf0; }
.contact-card a { color: #fff1a8; overflow-wrap: anywhere; }
footer { padding: 1.4rem 0; background: #211a22; color: #e9dfe5; }
footer a { color: #fff1a8; }

body.accessible-mode { background: #000; color: #fff; font-size: 1.22rem; line-height: 1.85; letter-spacing: .02em; }
body.accessible-mode .navbar { background: #000; border-bottom: 3px solid #fff; box-shadow: none; backdrop-filter: none; }
body.accessible-mode .navbar-brand, body.accessible-mode .nav-link, body.accessible-mode a:not(.btn-primary-custom) { color: #ff0; }
body.accessible-mode .accessibility-toggle { background: #ff0; color: #000; border-color: #ff0; }
body.accessible-mode .hero, body.accessible-mode .section, body.accessible-mode .section-soft, body.accessible-mode .motto-section, body.accessible-mode .contact-section, body.accessible-mode footer { background: #000; color: #fff; }
body.accessible-mode .hero-shape, body.accessible-mode .hero::after, body.accessible-mode .poem-card::before, body.accessible-mode .poem-card::after { display: none; }
body.accessible-mode .hero h1, body.accessible-mode .section-heading h2, body.accessible-mode .eyebrow, body.accessible-mode .prose h3, body.accessible-mode .feature-card h3, body.accessible-mode .timeline-card h3, body.accessible-mode .timeline-time, body.accessible-mode .social-card h3, body.accessible-mode .contact-card h3 { color: #ff0; }
body.accessible-mode .hero-lead, body.accessible-mode .section-heading > p, body.accessible-mode .feature-card p, body.accessible-mode .timeline-card p, body.accessible-mode .social-card p, body.accessible-mode .contact-card p { color: #fff; }
body.accessible-mode .hero-card, body.accessible-mode .content-card, body.accessible-mode .feature-card, body.accessible-mode .poem-card, body.accessible-mode .timeline-card, body.accessible-mode .social-card, body.accessible-mode .contact-card { background: #000; color: #fff; border: 3px solid #fff; box-shadow: none; }
body.accessible-mode .btn-primary-custom { background: #ff0; color: #000; border-color: #ff0; }
body.accessible-mode .btn-light-custom { background: #fff; color: #000; border-color: #fff; box-shadow: none; }
body.accessible-mode .timeline::before { background: #fff; }
body.accessible-mode .timeline-item::before { background: #ff0; border-color: #000; box-shadow: 0 0 0 2px #ff0; }
body.accessible-mode .motto-card blockquote { color: #fff; }
body.accessible-mode .staff-card, body.accessible-mode .gallery-carousel { background: #000; color: #fff; border: 3px solid #fff; box-shadow: none; }
body.accessible-mode .staff-card-content h3 { color: #ff0; }
body.accessible-mode .staff-card-content p { color: #fff; }
body.accessible-mode .navbar-toggler { border: 2px solid #fff; }
body.accessible-mode .navbar-toggler-icon { filter: invert(1) grayscale(1) brightness(2); }

@media (max-width: 1199px) {
  .navbar-collapse { padding: 1rem 0 .5rem; }
  .nav-link { padding-block: .65rem !important; }
}
@media (max-width: 767px) {
  html { scroll-padding-top: 82px; }
  .hero { min-height: auto; padding: 125px 0 75px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .section { padding: 76px 0; }
  .feature-grid { position: static; }
  .timeline::before { left: 10px; }
  .timeline-item { display: block; padding-left: 34px; }
  .timeline-item::before { left: 1px; top: 12px; }
  .timeline-time { padding-top: 0; margin-bottom: .45rem; text-align: left; }
  .timeline-card { padding: 1.35rem; }
  .staff-card { grid-template-columns: 1fr; }
  .staff-card img { min-height: 0; aspect-ratio: 4 / 3; }
  .gallery-carousel .carousel-item { height: 70vh; max-height: 620px; }
  .social-card { flex-direction: column; align-items: flex-start; }
  .social-card-icon { width: 64px; height: 64px; border-radius: 18px; font-size: 2.8rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


.map-wrapper {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.map-wrapper iframe {
    display: block;
    width: 100%;
    height: 220px;
    border: 0;
}
