:root {
  --ink: #173c44;
  --ink-deep: #102f36;
  --terracotta: #d86f52;
  --terracotta-dark: #bd563c;
  --peach: #f4b69d;
  --cream: #f8f3eb;
  --sand: #e9dfd2;
  --white: #fffdf9;
  --text: #40585d;
  --line: rgba(23, 60, 68, .14);
  --shadow: 0 24px 60px rgba(30, 58, 61, .12);
  --radius-lg: 34px;
  --radius-md: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { color: var(--ink); font-weight: 600; letter-spacing: -.035em; }
h1, h2 { font-family: "Newsreader", serif; }
h1 em, h2 em { color: var(--terracotta); font-weight: 500; }
.section-padding { padding: 110px 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 2000; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.navbar { padding: 17px 0; background: rgba(248, 243, 235, .88); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .3s ease; }
.navbar.scrolled { padding: 11px 0; border-color: var(--line); box-shadow: 0 6px 30px rgba(23, 60, 68, .06); }
.navbar-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); }
.navbar-brand:hover { color: var(--ink); }
.navbar-brand > span:last-child { display: flex; flex-direction: column; line-height: 1.1; }
.navbar-brand strong { font-family: "Newsreader", serif; font-size: 1.18rem; }
.navbar-brand small { margin-top: 3px; color: var(--terracotta); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; color: white; background: var(--terracotta); border-radius: 50% 50% 50% 12px; font-size: 1.2rem; }
.nav-link { color: var(--ink); font-size: .91rem; font-weight: 600; padding: 9px 12px !important; }
.nav-link:hover, .nav-link:focus { color: var(--terracotta); }
.btn-nav { padding: 10px 18px; color: white; background: var(--ink); border-radius: 50px; font-size: .88rem; font-weight: 700; }
.btn-nav:hover { color: white; background: var(--terracotta); }
.navbar-toggler { border: 0; box-shadow: none !important; }

.hero { min-height: 820px; position: relative; overflow: hidden; background: var(--cream); }
.hero .row { min-height: 800px !important; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-tag { display: inline-flex; align-items: center; gap: 8px; color: var(--terracotta-dark); font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { padding: 9px 13px; border: 1px solid rgba(216, 111, 82, .28); border-radius: 50px; background: rgba(255,255,255,.42); }
.hero h1 { max-width: 650px; margin: 25px 0 20px; font-size: clamp(3.7rem, 7vw, 6.6rem); line-height: .91; }
.hero h1 em { display: block; }
.hero-lead { max-width: 570px; font-size: 1.16rem; line-height: 1.75; }
.btn-primary-custom, .btn-ghost { padding: 15px 23px; border-radius: 50px; font-size: .94rem; font-weight: 700; }
.btn-primary-custom { color: white; background: var(--terracotta); border: 1px solid var(--terracotta); box-shadow: 0 10px 24px rgba(216,111,82,.25); }
.btn-primary-custom:hover { color: white; background: var(--terracotta-dark); transform: translateY(-2px); }
.btn-primary-custom i { margin-left: 8px; }
.btn-ghost { color: var(--ink); border: 1px solid rgba(23,60,68,.25); }
.btn-ghost:hover { color: var(--ink); border-color: var(--ink); background: rgba(255,255,255,.55); }
.hero-meta { display: flex; gap: 34px; margin-top: 50px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-meta div { display: flex; align-items: center; gap: 11px; }
.hero-meta i { color: var(--terracotta); font-size: 1.25rem; }
.hero-meta span { display: flex; flex-direction: column; font-size: .82rem; }
.hero-meta strong { color: var(--ink); font-size: .91rem; }
.hero-visual { min-height: 650px; position: relative; }
.image-main { width: 83%; height: 570px; margin: 20px 0 0 auto; overflow: hidden; border-radius: 47% 47% 18px 18px; box-shadow: var(--shadow); }
.image-main img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) sepia(.05); }
.image-float { position: absolute; left: -2%; bottom: 25px; width: 220px; padding: 10px; background: var(--white); box-shadow: var(--shadow); transform: rotate(-4deg); }
.image-float img { width: 100%; height: 200px; object-fit: cover; filter: grayscale(1); }
.image-float span { display: block; padding: 12px 5px 6px; color: var(--ink); font-family: "Newsreader", serif; font-size: 1rem; text-align: center; }
.trust-note { position: absolute; right: -15px; bottom: 35px; display: flex; align-items: center; gap: 12px; padding: 15px 19px; color: var(--ink); background: rgba(255,253,249,.94); border-radius: 16px; box-shadow: var(--shadow); font-size: .78rem; }
.trust-note i { display: grid; place-items: center; width: 38px; height: 38px; color: white; background: var(--ink); border-radius: 50%; font-size: 1.1rem; }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.orb-one { width: 420px; height: 420px; top: 12%; right: 2%; border: 1px solid rgba(216,111,82,.22); }
.orb-two { width: 190px; height: 190px; bottom: 8%; left: -80px; background: var(--peach); opacity: .2; }
.scroll-cue { position: absolute; bottom: 30px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 5px; color: var(--ink); text-decoration: none; font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue i { animation: bounce 1.7s infinite; }

.intro { background: var(--white); }
.portrait-card { max-width: 430px; margin: 0 auto; position: relative; }
.portrait-monogram { height: 510px; display: grid; place-items: center; position: relative; overflow: hidden; background: linear-gradient(145deg, #dfe7e3, #aabfba); border-radius: 230px 230px 26px 26px; }
.portrait-monogram::before, .portrait-monogram::after { content: ""; position: absolute; border-radius: 50%; }
.portrait-monogram::before { width: 340px; height: 340px; right: -130px; top: -100px; background: rgba(255,255,255,.34); }
.portrait-monogram::after { width: 220px; height: 220px; left: -80px; bottom: -30px; border: 1px solid rgba(255,255,255,.7); }
.portrait-monogram img { width: 100%; height: 100%; position: relative; z-index: 1; object-fit: cover; object-position: center top; }
.portrait-caption { width: 80%; margin: -35px auto 0; padding: 21px 23px; position: relative; z-index: 3; background: var(--white); box-shadow: var(--shadow); }
.portrait-caption p { margin: 0; color: var(--ink); font-family: "Newsreader", serif; font-size: 1.22rem; }
.portrait-caption small { color: var(--terracotta); text-transform: uppercase; font-weight: 700; letter-spacing: .1em; font-size: .66rem; }
.caption-line { position: absolute; width: 3px; inset: 15px auto 15px 0; background: var(--terracotta); }
.intro h2, .section-heading h2, .faq h2 { margin: 15px 0 20px; font-size: clamp(2.7rem, 5vw, 4.4rem); line-height: 1; }
.lead-copy { max-width: 660px; font-size: 1.05rem; line-height: 1.8; }
.value-list { display: grid; gap: 18px; margin-top: 30px; }
.value-list > div { display: flex; gap: 15px; }
.value-list > div > span { flex: 0 0 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--terracotta); border-radius: 50%; }
.value-list p { display: flex; flex-direction: column; margin: 0; font-size: .9rem; }
.value-list strong { color: var(--ink); margin-bottom: 2px; font-size: 1rem; }
.pending-note { margin: 28px 0 0; color: #798b8f; font-size: .76rem; }

.exams { background: var(--cream); }
.section-heading { max-width: 790px; margin: 0 auto; }
.section-heading > p { max-width: 650px; margin: 0 auto; line-height: 1.7; }
.exam-card { display: flex; flex-direction: column; padding: 29px 25px; background: var(--white); border: 1px solid rgba(23,60,68,.08); border-radius: var(--radius-md); transition: transform .3s, box-shadow .3s; }
.exam-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.featured-card { background: var(--ink); border-color: var(--ink); }
.exam-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; color: #93a6a8; }
.exam-top span { font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.exam-top i { width: 44px; height: 44px; display: grid; place-items: center; color: var(--terracotta); background: rgba(216,111,82,.1); border-radius: 50%; font-size: 1.25rem; }
.featured-card .exam-top i { color: white; background: var(--terracotta); }
.weeks { align-self: flex-start; margin-bottom: 15px; padding: 6px 10px; color: var(--terracotta-dark); background: rgba(216,111,82,.1); border-radius: 50px; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.exam-card h3 { margin-bottom: 14px; font-family: "Newsreader", serif; font-size: 1.65rem; }
.exam-card > p:not(.weeks) { flex-grow: 1; font-size: .88rem; line-height: 1.7; }
.why { display: flex; align-items: center; gap: 9px; margin-top: 20px; color: var(--ink); font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.featured-card h3, .featured-card > p, .featured-card .why { color: white; }
.featured-card .weeks { color: white; background: rgba(255,255,255,.12); }
.medical-note { max-width: 850px; display: flex; align-items: flex-start; gap: 14px; margin: 42px auto 0; padding: 18px 22px; background: rgba(255,255,255,.6); border: 1px solid rgba(23,60,68,.08); border-radius: 14px; font-size: .82rem; line-height: 1.6; }
.medical-note i { color: var(--terracotta); }
.medical-note p { margin: 0; }

.growth { color: #dce7e5; background: var(--ink-deep); overflow: hidden; }
.growth h2 { max-width: 650px; margin: 12px 0 0; color: white; font-size: clamp(3rem, 6vw, 5rem); line-height: .95; }
.light-tag { color: var(--peach); }
.growth-intro { margin: 0; color: #b7c8c8; line-height: 1.75; }
.timeline-shell { position: relative; }
.timeline-nav { display: grid; grid-template-columns: repeat(6, 1fr); position: relative; }
.timeline-nav::before { content: ""; position: absolute; top: 32px; left: 8%; right: 8%; height: 1px; background: rgba(255,255,255,.2); }
.timeline-step { position: relative; z-index: 2; padding: 0 5px 25px; color: #8da6a5; background: none; border: 0; text-align: center; cursor: pointer; }
.timeline-step > span { width: 65px; height: 65px; display: grid; place-items: center; margin: 0 auto 13px; color: #9bb1b0; background: var(--ink-deep); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-size: .76rem; font-weight: 700; transition: .3s; }
.timeline-step strong, .timeline-step small { display: block; }
.timeline-step strong { color: #d4e0df; font-family: "Newsreader", serif; font-size: 1.28rem; }
.timeline-step small { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.timeline-step:hover > span, .timeline-step:focus-visible > span, .timeline-step.active > span { color: white; background: var(--terracotta); border-color: var(--terracotta); transform: scale(1.08); }
.timeline-step.active strong { color: var(--peach); }
.stage-panel { min-height: 400px; display: grid; grid-template-columns: .75fr 1.35fr .8fr; align-items: center; margin-top: 12px; overflow: hidden; background: #173f47; border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-lg); }
.stage-art { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; background: var(--terracotta); }
.stage-number { position: relative; z-index: 2; color: white; font-family: "Newsreader", serif; font-size: 7rem; line-height: .8; }
.stage-art small { position: relative; z-index: 2; margin-top: 15px; color: rgba(255,255,255,.8); letter-spacing: .15em; text-transform: uppercase; }
.stage-ring { position: absolute; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.ring-one { width: 280px; height: 280px; }
.ring-two { width: 190px; height: 190px; }
.stage-copy { padding: 45px; }
.stage-kicker { margin-bottom: 9px; color: var(--peach); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.stage-copy h3 { color: white; font-family: "Newsreader", serif; font-size: 2.15rem; }
.stage-copy > p:not(.stage-kicker) { color: #bdd0ce; line-height: 1.75; }
.stage-fact { display: flex; gap: 12px; margin-top: 22px; padding: 15px; color: #e6efed; background: rgba(255,255,255,.06); border-radius: 12px; font-size: .8rem; line-height: 1.6; }
.stage-fact i { color: var(--peach); }
.stage-image { height: 100%; padding: 18px 18px 18px 0; }
.stage-image img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; border-radius: 19px; filter: grayscale(.75) sepia(.12); transition: opacity .2s; }
.timeline-disclaimer { margin: 22px 0 0; color: #8fa8a6; font-size: .76rem; text-align: center; }
.timeline-disclaimer i { color: var(--terracotta); margin-right: 7px; }

.experience { background: var(--white); }
.experience-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 510px; overflow: hidden; background: var(--cream); border-radius: var(--radius-lg); }
.experience-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.experience-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(35px, 6vw, 80px); }
.quote-icon { color: var(--terracotta); font-size: 2.5rem; }
.experience-copy h2 { margin: 15px 0 22px; font-size: clamp(2.4rem, 4.2vw, 3.9rem); line-height: 1; }
.experience-copy p { line-height: 1.75; }
.experience-copy a { margin-top: 15px; color: var(--terracotta-dark); font-size: .82rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.experience-copy a i { margin-left: 8px; }

.locations { background: #f0e9df; }
.location-card { height: 100%; position: relative; overflow: hidden; padding: 40px; background: var(--white); border-radius: var(--radius-md); box-shadow: 0 14px 40px rgba(30,58,61,.06); }
.location-number { position: absolute; top: 15px; right: 25px; color: rgba(23,60,68,.06); font-family: "Newsreader", serif; font-size: 6rem; line-height: 1; }
.location-icon { width: 52px; height: 52px; display: grid; place-items: center; position: relative; color: white; background: var(--terracotta); border-radius: 50%; font-size: 1.35rem; }
.location-label { margin: 28px 0 5px; color: var(--terracotta); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.location-card h3 { font-family: "Newsreader", serif; font-size: 2.3rem; }
.location-detail { display: flex; gap: 13px; margin: 22px 0; font-size: .85rem; }
.location-detail i { color: var(--terracotta); }
.location-detail span { display: flex; flex-direction: column; }
.location-detail strong { color: var(--ink); }
.location-card > a { display: inline-block; margin-top: 15px; color: var(--ink); font-size: .78rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }
.dark-location { color: #b9c9c8; background: var(--ink); }
.dark-location h3, .dark-location .location-detail strong, .dark-location > a { color: white; }
.dark-location .location-number { color: rgba(255,255,255,.05); }

.faq { background: var(--white); }
.faq-image { width: 75%; height: 210px; margin-top: 36px; overflow: hidden; border-radius: 110px 110px 18px 18px; }
.faq-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.6) sepia(.12); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-button { padding: 23px 0; color: var(--ink); background: transparent !important; box-shadow: none !important; font-weight: 700; }
.accordion-button:not(.collapsed) { color: var(--terracotta-dark); }
.accordion-button::after { padding: 13px; background-position: center; background-size: 13px; border: 1px solid var(--line); border-radius: 50%; }
.accordion-body { padding: 0 40px 24px 0; font-size: .9rem; line-height: 1.75; }

.contact { padding-top: 40px; background: var(--white); }
.contact-card { display: grid; grid-template-columns: 1.4fr .6fr; align-items: center; padding: clamp(38px, 6vw, 75px); color: #c5d4d3; background: var(--terracotta); border-radius: var(--radius-lg); }
.contact-card h2 { max-width: 700px; margin: 15px 0 18px; color: white; font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: .95; }
.contact-card h2 em { color: var(--ink); }
.contact-card .light-tag { color: white; }
.contact-copy > p { color: rgba(255,255,255,.78); }
.contact-data { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 30px; }
.contact-data > div { display: flex; align-items: center; gap: 11px; }
.contact-data i { width: 38px; height: 38px; display: grid; place-items: center; color: var(--terracotta); background: white; border-radius: 50%; }
.contact-data span { display: flex; flex-direction: column; }
.contact-data small { color: rgba(255,255,255,.66); }
.contact-data strong { color: white; }
.contact-data a { color: inherit; text-decoration: none; }
.contact-data a:hover { text-decoration: underline; }
.contact-actions { padding: 30px; background: rgba(129,48,28,.18); border-radius: 20px; text-align: center; }
.contact-actions p { color: white; font-size: .84rem; }
.contact-actions p i { margin-right: 7px; }
.btn-light-contact { width: 100%; padding: 15px 20px; color: var(--ink); background: white; border-radius: 50px; font-weight: 700; }
.btn-light-contact:hover { color: white; background: var(--ink); }
.platform-bar { display: flex; align-items: center; gap: 20px; margin: 24px 0 0; padding: 28px 34px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-md); }
.platform-icon { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 16px; font-size: 1.5rem; }
.platform-bar small { color: var(--terracotta); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.platform-bar h3 { margin: 2px 0; font-family: "Newsreader", serif; font-size: 1.45rem; }
.platform-bar p { margin: 0; font-size: .8rem; }
.btn-platform { padding: 13px 19px; white-space: nowrap; color: white; background: var(--ink); border-radius: 50px; font-size: .83rem; font-weight: 700; }
.btn-platform:hover { color: white; background: var(--terracotta); }

footer { padding: 55px 0 25px; color: #9db0b0; background: var(--ink-deep); }
.footer-top { display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 30px; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { color: white; }
.footer-brand:hover { color: white; }
.footer-top p { max-width: 430px; margin: 0; font-size: .86rem; }
.back-top { width: 44px; height: 44px; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; text-decoration: none; }
.back-top:hover { background: var(--terracotta); border-color: var(--terracotta); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--peach); }
.toast { border: 0; box-shadow: var(--shadow); }
.toast-header i { color: var(--terracotta); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .15s; }

@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

@media (max-width: 991.98px) {
  .section-padding { padding: 82px 0; }
  .navbar-collapse { margin-top: 13px; padding: 17px; background: var(--white); border-radius: 16px; box-shadow: var(--shadow); }
  .navbar-nav { align-items: stretch !important; }
  .btn-nav { margin-top: 5px; }
  .hero { padding-top: 80px; }
  .hero .row { min-height: auto !important; }
  .hero h1 { font-size: clamp(3.8rem, 11vw, 6rem); }
  .hero-visual { min-height: 590px; }
  .image-main { height: 520px; }
  .trust-note { right: 0; }
  .scroll-cue { display: none; }
  .stage-panel { grid-template-columns: .65fr 1.35fr; }
  .stage-image { display: none; }
  .experience-card { grid-template-columns: 1fr; }
  .experience-image { height: 400px; }
  .contact-card { grid-template-columns: 1fr; gap: 35px; }
  .contact-actions { max-width: 420px; }
}

@media (max-width: 767.98px) {
  .section-padding { padding: 68px 0; }
  .hero { min-height: auto; }
  .hero h1 { font-size: 3.75rem; }
  .hero-lead { font-size: 1rem; }
  .hero-meta { flex-direction: column; gap: 15px; margin-top: 35px; }
  .hero-visual { min-height: 490px; }
  .image-main { width: 92%; height: 440px; }
  .image-float { width: 155px; left: 0; }
  .image-float img { height: 140px; }
  .image-float span { font-size: .8rem; }
  .trust-note { bottom: 15px; padding: 10px; }
  .portrait-monogram { height: 400px; }
  .intro h2, .section-heading h2, .faq h2 { font-size: 2.8rem; }
  .timeline-nav { grid-template-columns: repeat(3, 1fr); row-gap: 15px; }
  .timeline-nav::before { display: none; }
  .timeline-step { padding-bottom: 6px; }
  .timeline-step > span { width: 50px; height: 50px; }
  .stage-panel { grid-template-columns: 1fr; margin-top: 25px; }
  .stage-art { min-height: 210px; }
  .stage-number { font-size: 5.8rem; }
  .stage-copy { padding: 30px 24px; }
  .experience-image { height: 310px; }
  .location-card { padding: 30px 25px; }
  .faq-image { width: 100%; }
  .contact-card { padding: 38px 24px; border-radius: 25px; }
  .contact-data { flex-direction: column; }
  .contact-actions { padding: 23px 16px; }
  .platform-bar { align-items: flex-start; flex-wrap: wrap; padding: 24px; }
  .btn-platform { width: 100%; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

