/* ==========================================================================
   CIS GHANA — shared stylesheet
   Design language: editorial forest/gold, mega-nav, floating wayfinding
   elements borrowed from campus-site conventions (Shady Side Academy),
   adapted to a compact study-abroad consultancy.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&display=swap');

:root{
  --ink:#0A3B2E;
  --ink-deep:#06251C;
  --ink-soft:#124a3a;
  --gold:#D9A227;
  --gold-pale:#F2DFA8;
  --paper:#F7F9F8;
  --paper-2:#EDF3F0;
  --white:#FFFFFF;
  --stone:#5C6B65;
  --line:#DCE6E2;
  --body:#22322C;
  --sky:#3E6E63;      /* secondary accent — muted teal, used sparingly */

  --f-display:"Fraunces",Georgia,serif;
  --f-body:"Archivo",system-ui,-apple-system,sans-serif;

  --shell:1220px;
  --gut:clamp(1.25rem,4vw,3.5rem);
  --header-h:76px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:var(--header-h)}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

body{
  margin:0;background:var(--paper);color:var(--body);
  font-family:var(--f-body);
  font-size:clamp(1rem,.96rem + .18vw,1.0625rem);
  line-height:1.65;-webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

h1,h2,h3,h4{font-family:var(--f-display);font-weight:600;line-height:1.08;margin:0;color:var(--ink)}
h1{font-size:clamp(2.3rem,1.6rem + 3vw,3.9rem);letter-spacing:-.02em}
h2{font-size:clamp(1.9rem,1.4rem + 2.1vw,2.85rem);letter-spacing:-.016em}
h3{font-size:clamp(1.2rem,1.08rem + .6vw,1.5rem);letter-spacing:-.008em}
p{margin:0 0 1.1em}
a{color:inherit}
img{max-width:100%;display:block}
ul{margin:0;padding:0;list-style:none}
button{font-family:inherit}

:focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-radius:2px}

.skip{position:absolute;left:-9999px;top:0;z-index:400;background:var(--ink);color:#fff;padding:.85rem 1.2rem;font-weight:600}
.skip:focus{left:.6rem;top:.6rem}

.shell{max-width:var(--shell);margin-inline:auto;padding-inline:var(--gut)}
.measure{max-width:60ch}
.lede{font-size:clamp(1.05rem,1rem + .4vw,1.24rem);line-height:1.6;color:var(--stone)}

.band{padding-block:clamp(4rem,3rem + 5.5vw,7rem);position:relative}
.band--dark{background:var(--ink);color:#D6E3DD}
.band--dark h2,.band--dark h3{color:var(--white)}
.band--tint{background:var(--paper-2)}
.band--edge{border-bottom:1px solid var(--line)}
.band__head{margin-bottom:clamp(2.2rem,1.5rem + 2.6vw,3.5rem);max-width:56ch}
.band__head p{margin-top:.9rem}
.band--dark .band__head p{color:#A9C3B9}
.band__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;color:var(--gold);margin-bottom:.7rem}
.band__eyebrow::before{content:"";width:22px;height:2px;background:var(--gold);border-radius:2px}

.cta{
  display:inline-flex;align-items:center;justify-content:center;gap:.4rem;
  font:inherit;font-weight:600;font-size:.94rem;
  padding:.75rem 1.4rem;border-radius:100px;text-decoration:none;
  background:var(--gold);color:var(--ink-deep);border:1px solid var(--gold);
  transition:background .15s ease,transform .15s ease;cursor:pointer;
}
.cta:hover{background:var(--gold-pale);transform:translateY(-1px)}
.cta--ghost{background:transparent;color:inherit;border-color:currentColor}
.cta--ghost:hover{background:rgba(255,255,255,.12)}
.cta--ink{background:var(--ink);border-color:var(--ink);color:#fff}
.cta--ink:hover{background:var(--ink-soft)}
.cta--outline-ink{background:transparent;border-color:var(--ink);color:var(--ink)}
.cta--outline-ink:hover{background:var(--ink);color:#fff}
@media (prefers-reduced-motion:reduce){.cta{transition:none}}

/* ==========================================================================
   SCROLL PROGRESS
   ========================================================================== */
.progress{position:fixed;top:0;left:0;height:3px;background:var(--gold);z-index:401;width:0%}

/* ==========================================================================
   HEADER + MEGA NAV
   ========================================================================== */
.masthead{position:sticky;top:0;z-index:200;background:rgba(6,37,28,.9);backdrop-filter:saturate(1.3) blur(10px);color:#fff;transition:background .25s ease}
.masthead[data-solid="true"]{background:rgba(6,37,28,.98);box-shadow:0 8px 30px -14px rgba(0,0,0,.5)}
.masthead__inner{max-width:var(--shell);margin-inline:auto;padding:0 var(--gut);display:flex;align-items:center;gap:1.4rem;min-height:var(--header-h)}

.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:#fff;margin-right:auto}
.brand__seal{width:38px;height:38px;flex:none}
.brand__text{display:flex;flex-direction:column;line-height:1.1}
.brand__mark{font-family:var(--f-display);font-weight:700;font-size:1.28rem;letter-spacing:-.01em}
.brand__mark em{font-style:normal;color:var(--gold)}
.brand__sub{font-size:.68rem;color:#9DBBAF;letter-spacing:.02em;display:none}
@media (min-width:1080px){.brand__sub{display:inline}}

.nav{display:none}
@media (min-width:960px){.nav{display:block}}
.nav__list{display:flex;align-items:center;gap:.2rem}
.nav__link,.nav__toggle{
  font:inherit;font-size:.93rem;font-weight:500;color:#DCEAE4;
  background:none;border:0;cursor:pointer;
  padding:.6rem .75rem;border-radius:5px;text-decoration:none;
  display:inline-flex;align-items:center;gap:.4rem;position:relative;
}
.nav__link:hover,.nav__toggle:hover,.nav__toggle[aria-expanded="true"]{color:#fff;background:rgba(255,255,255,.09)}
.nav__chev{width:8px;height:8px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .18s ease}
.nav__toggle[aria-expanded="true"] .nav__chev{transform:rotate(-135deg) translateY(1px)}

.mega{position:relative}
.mega__panel{
  position:absolute;top:calc(100% + .6rem);left:50%;transform:translate(-50%,-6px);
  width:min(560px,88vw);background:var(--white);color:var(--body);
  border-radius:12px;box-shadow:0 26px 60px -22px rgba(6,37,28,.5);
  padding:1.5rem;opacity:0;visibility:hidden;transition:opacity .16s ease,transform .16s ease,visibility .16s;
  display:grid;grid-template-columns:1fr 1fr;gap:.3rem 1.5rem;
}
.mega[data-open="true"] .mega__panel{opacity:1;visibility:visible;transform:translate(-50%,0)}
@media (prefers-reduced-motion:reduce){.mega__panel{transition:none}}
.mega__col{display:flex;flex-direction:column;gap:.15rem}
.mega__parent{display:block;padding:.55rem .6rem;text-decoration:none;font-weight:600;font-size:.95rem;color:var(--ink);border-radius:6px}
.mega__parent:hover{background:var(--paper-2)}
.mega__desc{font-size:.82rem;color:var(--stone);padding:0 .6rem;margin:-.15rem 0 .5rem}
.mega__feature{grid-column:1 / -1;margin-top:.4rem;padding-top:1rem;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:1rem}
.mega__feature strong{display:block;font-family:var(--f-display);font-size:1.05rem;color:var(--ink)}
.mega__feature span{font-size:.85rem;color:var(--stone)}

.header__cta{display:none;align-items:center;gap:.6rem}
@media (min-width:960px){.header__cta{display:flex}}
.header__phone{display:none;font-size:.85rem;color:#B9D0C7;text-decoration:none;white-space:nowrap}
@media (min-width:1180px){.header__phone{display:inline}}

.burger{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0 10px;margin-left:auto;background:none;border:1px solid rgba(255,255,255,.3);border-radius:6px;cursor:pointer;flex:none}
@media (min-width:960px){.burger{display:none}}
.burger span{display:block;height:1.8px;background:#fff;border-radius:2px;transition:transform .2s ease,opacity .2s ease}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* mobile full-screen nav */
.drawer{position:fixed;inset:0;z-index:190;background:var(--ink-deep);color:#DCEAE4;
  transform:translateX(100%);transition:transform .3s cubic-bezier(.22,.61,.36,1);
  overflow-y:auto;padding-top:var(--header-h)}
.drawer[data-open="true"]{transform:none}
@media (min-width:960px){.drawer{display:none !important}}
@media (prefers-reduced-motion:reduce){.drawer{transition:none}}
.drawer__list{padding:1.2rem var(--gut) 2.5rem}
.drawer__item + .drawer__item{border-top:1px solid rgba(255,255,255,.1)}
.drawer__row{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;text-decoration:none;color:#fff;font-weight:600;font-size:1.08rem}
.drawer__row button{background:none;border:0;color:inherit;width:36px;height:36px;display:grid;place-items:center;cursor:pointer}
.drawer__row button svg{width:11px;height:11px;transition:transform .2s ease}
.drawer__item[data-open="true"] .drawer__row button svg{transform:rotate(180deg)}
.drawer__sub{max-height:0;overflow:hidden;transition:max-height .25s ease}
.drawer__item[data-open="true"] .drawer__sub{max-height:400px}
.drawer__sub a{display:block;padding:.6rem 0 .6rem 1rem;color:#9DBBAF;text-decoration:none;font-size:.92rem;border-left:2px solid rgba(255,255,255,.14)}
.drawer .cta{margin-top:1.3rem;width:100%}
.drawer__phone{display:block;margin-top:1rem;color:var(--gold-pale);text-decoration:none;font-weight:600}

/* ==========================================================================
   FLOATING DECORATIVE ELEMENTS
   ========================================================================== */
@media (prefers-reduced-motion:no-preference){
  .float{animation:bob 7s ease-in-out infinite}
  .float--slow{animation-duration:11s}
  .float--rev{animation-direction:reverse}
  @keyframes bob{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-16px) rotate(4deg)}}
  .spin{animation:spin 26s linear infinite}
  @keyframes spin{to{transform:rotate(360deg)}}
}
.deco{position:absolute;pointer-events:none;z-index:0}
.deco--ring{border:1.5px solid rgba(217,162,39,.35);border-radius:50%}
.deco--dot{border-radius:50%;background:var(--gold);opacity:.55}

/* floating quick-contact + back-to-top stack */
.fab-stack{position:fixed;right:clamp(1rem,3vw,2rem);bottom:clamp(1rem,3vw,2rem);z-index:150;display:flex;flex-direction:column;align-items:flex-end;gap:.7rem}
.fab{
  width:52px;height:52px;border-radius:50%;background:var(--ink);color:#fff;border:1px solid rgba(255,255,255,.15);
  display:grid;place-items:center;cursor:pointer;box-shadow:0 14px 30px -12px rgba(6,37,28,.55);
  transition:transform .18s ease,opacity .18s ease,visibility .18s;
}
.fab:hover{transform:translateY(-2px) scale(1.04)}
.fab svg{width:20px;height:20px}
.fab--top{background:var(--white);color:var(--ink);opacity:0;visibility:hidden;transform:translateY(8px)}
.fab--top[data-show="true"]{opacity:1;visibility:visible;transform:none}
.fab--main{background:var(--gold);color:var(--ink-deep);width:58px;height:58px}

.quickpanel{
  position:absolute;bottom:calc(100% + .7rem);right:0;width:230px;background:var(--white);
  border-radius:12px;box-shadow:0 20px 50px -18px rgba(6,37,28,.5);padding:.6rem;
  opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .16s ease,transform .16s ease,visibility .16s;
}
.quickpanel[data-open="true"]{opacity:1;visibility:visible;transform:none}
.quickpanel a{display:flex;align-items:center;gap:.6rem;padding:.6rem .65rem;border-radius:8px;text-decoration:none;color:var(--body);font-size:.88rem;font-weight:500}
.quickpanel a:hover{background:var(--paper-2)}
.quickpanel span.ic{width:30px;height:30px;border-radius:50%;background:var(--paper-2);display:grid;place-items:center;flex:none}
.quickpanel span.ic svg{width:15px;height:15px;stroke:var(--ink)}

/* ==========================================================================
   PAGE HERO (inner pages)
   ========================================================================== */
.pagehero{background:var(--ink);color:#D6E3DD;position:relative;overflow:hidden}
.pagehero__inner{max-width:var(--shell);margin-inline:auto;padding:clamp(3.2rem,2.2rem + 4.5vw,5.5rem) var(--gut) clamp(2.6rem,2rem + 3vw,4rem);position:relative;z-index:1}
.crumb{display:flex;gap:.5rem;align-items:center;font-size:.83rem;color:#9DBBAF;margin-bottom:1.2rem}
.crumb a{color:#9DBBAF;text-decoration:none}
.crumb a:hover{color:var(--gold)}
.pagehero h1{color:#fff;max-width:18ch}
.pagehero__lede{max-width:52ch;color:#B9D0C7;font-size:clamp(1.02rem,.98rem + .3vw,1.14rem);margin-top:1rem}

/* ==========================================================================
   HOME HERO
   ========================================================================== */
.hero{background:var(--ink);color:#D6E3DD;overflow:hidden;position:relative}
.hero__inner{max-width:var(--shell);margin-inline:auto;padding:clamp(3rem,2rem + 5vw,5.5rem) var(--gut) clamp(3rem,2rem + 4vw,5rem);display:grid;gap:clamp(2.5rem,2rem + 4vw,4.5rem);position:relative;z-index:1}
@media (min-width:1000px){.hero__inner{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:start}}
.hero h1{color:var(--white)}
.hero h1 .rule{display:block;width:78px;height:5px;background:var(--gold);margin-bottom:1.6rem;border-radius:3px}
.hero__lede{color:#B9D0C7;font-size:clamp(1.05rem,1rem + .45vw,1.22rem);max-width:44ch;margin-top:1.35rem}
.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}
.hero__meta{margin-top:2.2rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.16);display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.hero__stat b{display:block;font-family:var(--f-display);font-weight:600;font-size:1.65rem;color:var(--gold);line-height:1.1}
.hero__stat span{display:block;font-size:.83rem;color:#9DBBAF;line-height:1.35;margin-top:.2rem}

.ladder{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:clamp(1.3rem,1rem + 1.4vw,2rem);position:relative}
.ladder__top{display:flex;flex-wrap:wrap;align-items:baseline;gap:.8rem;margin-bottom:.35rem}
.ladder__title{font-family:var(--f-display);font-size:1.2rem;font-weight:600;color:#fff}
.ladder__note{font-size:.84rem;color:#9DBBAF;margin:0 0 1.3rem}
.switch{display:inline-flex;background:rgba(0,0,0,.28);border-radius:100px;padding:3px;margin-left:auto}
.switch button{font:inherit;font-size:.83rem;font-weight:600;color:#A9C3B9;background:none;border:0;cursor:pointer;padding:.4rem 1rem;border-radius:100px;transition:background .15s ease,color .15s ease}
.switch button[aria-selected="true"]{background:var(--gold);color:var(--ink-deep)}
.rung{display:grid;grid-template-columns:4.1rem 1fr;gap:.9rem;align-items:center;padding:.6rem 0}
.rung + .rung{border-top:1px solid rgba(255,255,255,.09)}
.rung__score{font-family:var(--f-display);font-weight:600;font-size:1.4rem;color:#fff;text-align:right;font-variant-numeric:tabular-nums}
.rung__bar{display:block;height:7px;background:rgba(255,255,255,.13);border-radius:100px;overflow:hidden;margin-bottom:.4rem}
.rung__fill{display:block;height:100%;background:var(--gold);border-radius:100px;transform-origin:left}
.rung__label{display:block;font-size:.87rem;color:#B9D0C7;line-height:1.4}
.rung:last-child .rung__fill{background:var(--gold-pale)}

/* floating stat badge over hero art (used on inner heroes with an image) */
.floatcard{position:absolute;background:var(--white);color:var(--body);border-radius:12px;padding:.9rem 1.1rem;box-shadow:0 22px 50px -18px rgba(6,37,28,.45);z-index:2;display:flex;align-items:center;gap:.7rem;max-width:200px}
.floatcard b{display:block;font-family:var(--f-display);font-size:1.25rem;color:var(--ink);line-height:1}
.floatcard span{display:block;font-size:.76rem;color:var(--stone);margin-top:.15rem;line-height:1.3}
.floatcard__ic{width:38px;height:38px;border-radius:50%;background:var(--gold-pale);display:grid;place-items:center;flex:none}
.floatcard__ic svg{width:18px;height:18px;stroke:var(--ink)}

/* ==========================================================================
   IMAGE PLACEHOLDERS
   Swap these for real photography — each shows the recommended crop,
   subject and file dimensions so they're easy to find and replace.
   ========================================================================== */
.img-ph{
  position:relative;border-radius:14px;overflow:hidden;
  background:
    repeating-linear-gradient(135deg, rgba(10,59,46,.05) 0 12px, transparent 12px 24px),
    var(--paper-2);
  border:1.5px dashed var(--line);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;gap:.5rem;padding:1.2rem;color:var(--stone);
}
.img-ph__ic{width:38px;height:38px;border-radius:50%;background:var(--white);border:1px solid var(--line);display:grid;place-items:center;flex:none}
.img-ph__ic svg{width:18px;height:18px;stroke:var(--stone)}
.img-ph__label{font-size:.86rem;font-weight:600;color:var(--ink);max-width:26ch;line-height:1.35}
.img-ph__dims{font-size:.74rem;color:var(--stone);font-variant-numeric:tabular-nums}
.band--dark .img-ph,.hero .img-ph,.pagehero .img-ph{
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.06) 0 12px, transparent 12px 24px),
    rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.25);
}
.band--dark .img-ph__ic,.hero .img-ph__ic,.pagehero .img-ph__ic{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}
.band--dark .img-ph__ic svg,.hero .img-ph__ic svg,.pagehero .img-ph__ic svg{stroke:#D6E3DD}
.band--dark .img-ph__label,.hero .img-ph__label,.pagehero .img-ph__label{color:#fff}
.band--dark .img-ph__dims,.hero .img-ph__dims,.pagehero .img-ph__dims{color:#9DBBAF}

.img-ph--hero{aspect-ratio:4/5;min-height:280px}
.img-ph--wide{aspect-ratio:16/9}
.img-ph--square{aspect-ratio:1/1}
.img-ph--portrait{aspect-ratio:3/4}
.img-ph--card{aspect-ratio:5/4}
.img-ph--avatar{aspect-ratio:1/1;border-radius:50%;width:56px;height:56px;padding:0;flex:none}
.img-ph--avatar .img-ph__ic{width:22px;height:22px}
.img-ph--avatar .img-ph__ic svg{width:11px;height:11px}
.img-ph--logo{aspect-ratio:2.4/1;border-radius:8px;padding:.6rem}
.img-ph--logo .img-ph__label{font-size:.72rem}

/* pagehero visual column */
.pagehero__inner.has-art{display:grid;gap:clamp(2rem,1.5rem + 3vw,4rem)}
@media (min-width:1000px){.pagehero__inner.has-art{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center}}
.pagehero__art{position:relative}
.pagehero__art .floatcard{left:-1rem;bottom:-1rem}
@media (max-width:420px){.pagehero__art .floatcard{left:.5rem;bottom:-.8rem;padding:.7rem .9rem}}


/* ==========================================================================
   JOURNEY / STEP CARDS  (Prepare -> Register -> Apply -> Fly)
   ========================================================================== */
.journey{display:grid;gap:1.1rem;position:relative}
@media (min-width:760px){.journey{grid-template-columns:repeat(4,1fr)}}
.journey__card{
  background:var(--white);border:1px solid var(--line);border-radius:14px;
  padding:1.6rem 1.4rem;position:relative;overflow:hidden;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.journey__card:hover{transform:translateY(-6px);box-shadow:0 26px 50px -22px rgba(6,37,28,.3);border-color:transparent}
.journey__num{font-family:var(--f-display);font-size:.85rem;font-weight:600;color:var(--gold);display:block;margin-bottom:.9rem}
.journey__card h3{font-size:1.18rem;margin-bottom:.5rem}
.journey__card p{font-size:.9rem;color:var(--stone);margin-bottom:0}
.journey__glyph{position:absolute;right:-14px;bottom:-18px;width:78px;height:78px;opacity:.08}

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about__grid{display:grid;gap:clamp(2rem,1.5rem + 3vw,4rem)}
@media (min-width:900px){.about__grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:start}}
.about__facts{border-top:2px solid var(--ink)}
.about__fact{display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:1.1rem 0;border-bottom:1px solid var(--line)}
.about__fact dt{font-family:var(--f-display);font-size:1.5rem;font-weight:600;color:var(--ink);line-height:1.1;min-width:4.4rem}
.about__fact dd{margin:0;font-size:.94rem;color:var(--stone)}

.people{display:grid;gap:1.3rem}
@media (min-width:700px){.people{grid-template-columns:repeat(3,1fr)}}
.person{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:1.5rem;text-align:left}
.person__photo{width:100%;aspect-ratio:1/1;border-radius:10px;background:linear-gradient(155deg,var(--ink),var(--sky));margin-bottom:1rem;display:grid;place-items:center;color:rgba(255,255,255,.5);font-family:var(--f-display);font-size:2rem}
.person h3{font-size:1.05rem;margin-bottom:.15rem}
.person__role{font-size:.83rem;color:var(--gold);font-weight:600;display:block;margin-bottom:.7rem}
.person p{font-size:.88rem;color:var(--stone);margin-bottom:0}

/* timeline (Our Story) */
.timeline{position:relative;padding-left:1.8rem;border-left:2px solid var(--line)}
.timeline__item{position:relative;padding-bottom:2.2rem}
.timeline__item:last-child{padding-bottom:0}
.timeline__item::before{content:"";position:absolute;left:-2.46rem;top:.2rem;width:14px;height:14px;border-radius:50%;background:var(--gold);border:3px solid var(--paper)}
.timeline__year{font-family:var(--f-display);font-weight:600;color:var(--ink);font-size:1.1rem;display:block;margin-bottom:.3rem}
.timeline__item p{font-size:.92rem;color:var(--stone);margin-bottom:0;max-width:52ch}

/* ==========================================================================
   SERVICES
   ========================================================================== */
.svc{border-top:2px solid var(--ink)}
.svc__item{padding-block:clamp(2rem,1.5rem + 2vw,3rem);border-bottom:1px solid var(--line);scroll-margin-top:calc(var(--header-h) + 12px)}
.svc__row{display:grid;gap:1.4rem}
@media (min-width:880px){.svc__row{grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);gap:clamp(2rem,4vw,4rem)}}
.svc__title{display:flex;align-items:baseline;gap:.8rem;flex-wrap:wrap}
.svc__title h3{margin:0}
.svc__tag{font-size:.72rem;font-weight:600;color:var(--ink);background:var(--gold-pale);border-radius:100px;padding:.22rem .7rem;white-space:nowrap}
.svc__body p{margin-bottom:.9rem}
.svc__body p:last-child{margin-bottom:0}

.subs{display:grid;gap:1rem;margin-top:1.6rem}
@media (min-width:620px){.subs{grid-template-columns:1fr 1fr}}
.sub{background:var(--white);border:1px solid var(--line);border-left:3px solid var(--gold);border-radius:0 8px 8px 0;padding:1.25rem 1.35rem}
.sub h4{font-size:1.1rem;margin-bottom:.5rem}
.sub p{font-size:.92rem;color:var(--stone);margin-bottom:.75rem}
.sub ul{display:grid;gap:.4rem}
.sub li{font-size:.88rem;color:var(--stone);padding-left:1.1rem;position:relative}
.sub li::before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--gold)}

.steps{counter-reset:s;list-style:none;margin:1.4rem 0 0;padding:0;display:grid;gap:.85rem}
.steps li{counter-increment:s;position:relative;padding-left:2.5rem;font-size:.94rem;color:var(--stone)}
.steps li::before{content:counter(s);position:absolute;left:0;top:-1px;width:1.7rem;height:1.7rem;border-radius:50%;background:var(--ink);color:#fff;font-family:var(--f-display);font-size:.85rem;font-weight:600;display:grid;place-items:center}

/* comparison / pricing style panels on services page */
.pricing{display:grid;gap:1.2rem}
@media (min-width:760px){.pricing{grid-template-columns:repeat(3,1fr)}}
.price{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:1.7rem 1.5rem;display:flex;flex-direction:column}
.price--feature{border-color:var(--ink);box-shadow:0 24px 50px -24px rgba(6,37,28,.35);position:relative}
.price--feature::before{content:"Most booked";position:absolute;top:-.7rem;left:1.5rem;background:var(--gold);color:var(--ink-deep);font-size:.72rem;font-weight:700;padding:.25rem .7rem;border-radius:100px}
.price h3{font-size:1.15rem;margin-bottom:.3rem}
.price__note{font-size:.85rem;color:var(--stone);margin-bottom:1rem}
.price ul{display:grid;gap:.55rem;margin-bottom:1.3rem}
.price li{font-size:.88rem;color:var(--stone);padding-left:1.3rem;position:relative}
.price li::before{content:"";position:absolute;left:0;top:.4em;width:8px;height:8px;border-radius:2px;background:var(--gold);transform:rotate(45deg)}
.price .cta{margin-top:auto}

/* FAQ accordion */
.faq{border-top:1px solid var(--line);max-width:78ch}
.faq__item{border-bottom:1px solid var(--line)}
.faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:none;border:0;text-align:left;padding:1.25rem .2rem;cursor:pointer;font-family:var(--f-display);font-size:1.05rem;font-weight:600;color:var(--ink)}
.faq__q .plus{width:22px;height:22px;border-radius:50%;border:1.5px solid var(--ink);flex:none;position:relative}
.faq__q .plus::before,.faq__q .plus::after{content:"";position:absolute;background:var(--ink);top:50%;left:50%;transform:translate(-50%,-50%)}
.faq__q .plus::before{width:9px;height:1.6px}
.faq__q .plus::after{width:1.6px;height:9px;transition:transform .2s ease}
.faq__item[data-open="true"] .plus::after{transform:translate(-50%,-50%) scaleY(0)}
.faq__a{max-height:0;overflow:hidden;transition:max-height .25s ease}
.faq__item[data-open="true"] .faq__a{max-height:600px}
.faq__a p{padding:0 .2rem 1.3rem;font-size:.94rem;color:var(--stone);max-width:66ch;margin:0}

/* ==========================================================================
   PARTNERS
   ========================================================================== */
.partner{display:grid;gap:clamp(2rem,1.5rem + 3vw,3.5rem)}
@media (min-width:920px){.partner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center}}
.partner__panel{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:clamp(1.6rem,1.2rem + 2vw,2.6rem)}
.partner__panel h3{font-size:1.3rem;margin-bottom:1.2rem}
.partner__list li{padding:.85rem 0;border-bottom:1px solid rgba(255,255,255,.11);font-size:.95rem;color:#B9D0C7;display:grid;grid-template-columns:auto 1fr;gap:.85rem}
.partner__list li:last-child{border-bottom:0;padding-bottom:0}
.tick{width:1.35rem;height:1.35rem;border-radius:50%;background:var(--gold);display:grid;place-items:center;margin-top:.12rem}
.tick svg{width:.7rem;height:.7rem;stroke:var(--ink-deep);stroke-width:3.2;fill:none}

/* infinite logo marquee */
.marquee{overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.marquee__track{display:flex;gap:3.5rem;width:max-content;animation:scroll 26s linear infinite}
@media (prefers-reduced-motion:reduce){.marquee__track{animation:none;overflow-x:auto}}
@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.marquee__item{font-family:var(--f-display);font-size:1.3rem;font-weight:600;color:var(--stone);opacity:.55;white-space:nowrap;display:flex;align-items:center;gap:.6rem}
.marquee .img-ph--logo{width:170px;flex:none}

/* campus/location cards */
.locations{display:grid;gap:1.2rem}
@media (min-width:700px){.locations{grid-template-columns:repeat(2,1fr)}}
.location{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:1.6rem;display:grid;grid-template-columns:auto 1fr;gap:1rem}
.location__ic{width:44px;height:44px;border-radius:10px;background:var(--paper-2);display:grid;place-items:center;flex:none}
.location__ic svg{width:20px;height:20px;stroke:var(--ink)}
.location h3{font-size:1.05rem;margin-bottom:.35rem}
.location p{font-size:.88rem;color:var(--stone);margin-bottom:0}

/* ==========================================================================
   REVIEWS / TESTIMONIAL SLIDER
   ========================================================================== */
.slider{position:relative}
.slider__track{display:flex;transition:transform .4s cubic-bezier(.22,.61,.36,1)}
@media (prefers-reduced-motion:reduce){.slider__track{transition:none}}
.slider__slide{flex:0 0 100%;padding:0 .3rem}
@media (min-width:760px){.slider__slide{flex:0 0 50%}}
@media (min-width:1080px){.slider__slide{flex:0 0 33.3333%}}
.review{background:var(--white);border:1px solid var(--line);border-radius:10px;padding:1.6rem 1.5rem;display:flex;flex-direction:column;height:100%}
.review blockquote{margin:0 0 1.3rem;font-size:.97rem;line-height:1.6;color:var(--body)}
.review blockquote::before{content:"";display:block;width:30px;height:3px;background:var(--gold);border-radius:2px;margin-bottom:1rem}
.review figcaption{margin-top:auto;font-size:.86rem;color:var(--stone);display:flex;flex-direction:column;align-items:flex-start;gap:.12rem}
.review figcaption b{display:block;color:var(--ink);font-size:.94rem;font-weight:600}
.score-chip{display:inline-block;margin-top:.65rem;white-space:nowrap;font-size:.78rem;font-weight:600;color:var(--ink);background:var(--paper-2);border-radius:100px;padding:.2rem .7rem}
.slider__nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.6rem}
.slider__arrow{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:var(--white);display:grid;place-items:center;cursor:pointer}
.slider__arrow:hover{border-color:var(--ink)}
.slider__arrow svg{width:15px;height:15px}
.slider__dots{display:flex;gap:.45rem}
.slider__dot{width:8px;height:8px;border-radius:50%;background:var(--line);border:0;padding:0;cursor:pointer}
.slider__dot[aria-current="true"]{background:var(--ink);width:22px;border-radius:5px;transition:width .2s ease}

/* ==========================================================================
   BLOG
   ========================================================================== */
.blogfilter{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2.2rem}
.blogfilter button{font:inherit;font-size:.85rem;font-weight:600;color:var(--stone);background:var(--white);border:1px solid var(--line);border-radius:100px;padding:.5rem 1.1rem;cursor:pointer;transition:all .15s ease}
.blogfilter button:hover{border-color:var(--ink);color:var(--ink)}
.blogfilter button[aria-pressed="true"]{background:var(--ink);border-color:var(--ink);color:#fff}
.posts{display:grid;gap:1.25rem}
@media (min-width:760px){.posts{grid-template-columns:repeat(3,1fr)}}
.post{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:var(--white);border:1px solid var(--line);border-radius:10px;padding:1.5rem;transition:border-color .15s ease,transform .15s ease}
.post:hover{border-color:var(--ink);transform:translateY(-4px)}
@media (prefers-reduced-motion:reduce){.post{transition:none}}
.post__meta{font-size:.79rem;color:var(--stone);margin-bottom:.7rem}
.post h3{font-size:1.14rem;margin-bottom:.6rem}
.post p{font-size:.92rem;color:var(--stone);margin-bottom:1.1rem}
.post__more{margin-top:auto;font-size:.87rem;font-weight:600;color:var(--ink)}
.post:hover .post__more{color:var(--gold)}
.post--feature{grid-column:1/-1;display:grid;grid-template-columns:1.1fr 1fr;gap:0;padding:0;overflow:hidden}
@media (max-width:759px){.post--feature{grid-template-columns:1fr}}
.post--feature .post__art{min-height:220px}
.post--feature .post__copy{padding:1.8rem}

.newsletter{background:var(--ink);border-radius:16px;padding:clamp(1.8rem,1.4rem + 2vw,3rem);color:#D6E3DD;display:grid;gap:1.5rem;margin-top:3rem}
@media (min-width:820px){.newsletter{grid-template-columns:1fr auto;align-items:center}}
.newsletter h3{color:#fff;font-size:1.4rem;margin-bottom:.5rem}
.newsletter p{color:#B9D0C7;margin-bottom:0}
.newsletter form{display:flex;gap:.6rem;flex-wrap:wrap}
.newsletter input{font:inherit;font-size:.94rem;padding:.75rem 1rem;border-radius:100px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.07);color:#fff;min-width:220px}
.newsletter input::placeholder{color:#9DBBAF}

/* ==========================================================================
   CONTACT + FOOTER
   ========================================================================== */
.contact{display:grid;gap:2.5rem}
@media (min-width:900px){.contact{grid-template-columns:minmax(0,1fr) minmax(0,.9fr);align-items:start}}
.contact__lines{display:grid;gap:1.25rem;margin-top:2rem}
.contact__line{display:grid;grid-template-columns:5.5rem 1fr;gap:1rem;align-items:baseline;padding-bottom:1.1rem;border-bottom:1px solid rgba(255,255,255,.14)}
.contact__line dt{font-size:.82rem;color:#9DBBAF}
.contact__line dd{margin:0;font-size:1.02rem;color:#fff}
.contact__line a{text-decoration:none;border-bottom:1px solid rgba(217,162,39,.5)}
.contact__line a:hover{border-bottom-color:var(--gold);color:var(--gold)}

.form{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:clamp(1.5rem,1.2rem + 1.6vw,2.2rem);display:grid;gap:1rem}
.form label{display:block;font-size:.85rem;color:#B9D0C7;margin-bottom:.4rem}
.form input,.form select,.form textarea{width:100%;font:inherit;font-size:.95rem;color:#fff;background:rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.22);border-radius:7px;padding:.7rem .85rem}
.form textarea{resize:vertical;min-height:96px}
.form input::placeholder,.form textarea::placeholder{color:#7C9B90}
.form select option{background:var(--ink-deep);color:#fff}
.form .cta{margin-top:.3rem}
.form__status{font-size:.87rem;color:var(--gold-pale);min-height:1.3em;margin:0}
.form__status[data-error="true"]{color:#F3A9A0}

.mapcard{border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.15);margin-top:1.6rem;aspect-ratio:16/9}
.mapcard iframe{width:100%;height:100%;border:0;display:block}

.footer{background:var(--ink-deep);color:#8FB0A4;padding-block:3.5rem 2rem;font-size:.9rem}
.footer__grid{display:grid;gap:2.4rem;margin-bottom:2.5rem}
@media (min-width:760px){.footer__grid{grid-template-columns:1.3fr 1fr 1fr 1fr}}
.footer__brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:#fff;margin-bottom:1rem}
.footer__brand .brand__mark{font-size:1.3rem}
.footer p{color:#8FB0A4;font-size:.88rem;max-width:34ch}
.footer h4{color:#fff;font-size:.85rem;letter-spacing:.02em;margin-bottom:1rem}
.footer__links{display:grid;gap:.65rem}
.footer a{color:#B9D0C7;text-decoration:none}
.footer a:hover{color:var(--gold)}
.footer__social{display:flex;gap:.6rem;margin-top:1.2rem}
.footer__social a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:grid;place-items:center}
.footer__social a:hover{border-color:var(--gold);color:var(--gold)}
.footer__social svg{width:15px;height:15px}
.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.6rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}

/* ==========================================================================
   PAGE-LOAD REVEAL (kept to one orchestrated moment per hero)
   ========================================================================== */
@media (prefers-reduced-motion:no-preference){
  .reveal{opacity:0;transform:translateY(14px);animation:rise .7s cubic-bezier(.22,.61,.36,1) forwards}
  .reveal:nth-child(1){animation-delay:.05s}
  .hero__lede,.pagehero__lede{animation-delay:.16s}
  .hero__actions{animation-delay:.24s}
  .hero__meta{animation-delay:.32s}
  .ladder{animation-delay:.3s}
  @keyframes rise{to{opacity:1;transform:none}}
  .rung__fill{animation:grow .8s cubic-bezier(.22,.61,.36,1) both;animation-delay:.5s}
  @keyframes grow{from{transform:scaleX(0)}to{transform:scaleX(1)}}

  [data-observe]{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
  [data-observe].is-visible{opacity:1;transform:none}
}

/* count-up numbers */
.countup{font-variant-numeric:tabular-nums}
