/* ==========================================================================
   Mayapur Development Seva Trust — mdstrust.co.in
   Static stylesheet. Mobile first; breakpoints at 640 / 900 / 1200.
   ========================================================================== */

:root{
  --ink:#11243A;
  --ink-2:#1B3E63;
  --ink-3:#2B527E;
  --saffron:#D96E1F;
  --saffron-2:#E8873C;
  --saffron-soft:#FBEADB;
  --gold:#B9911F;
  --gold-2:#E9B949;
  --cream:#FBF4E8;
  --cream-2:#F4E9D6;
  --green:#3F6E4E;
  --text:#25303D;
  --muted:#5C6877;
  --line:#E4DCCC;
  --white:#fff;

  --shadow-s:0 1px 2px rgba(17,36,58,.06), 0 2px 8px rgba(17,36,58,.06);
  --shadow-m:0 2px 6px rgba(17,36,58,.07), 0 12px 32px rgba(17,36,58,.09);
  --shadow-l:0 6px 18px rgba(17,36,58,.10), 0 24px 60px rgba(17,36,58,.13);

  --serif:'Marcellus','Iowan Old Style','Palatino Linotype',Palatino,Georgia,'Times New Roman',serif;
  --sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;

  --wrap:1160px;
  --gutter:20px;
  --radius:14px;
  --radius-l:22px;
  --header-h:64px;
}

*,*::before,*::after{box-sizing:border-box}

html{
  -webkit-text-size-adjust:100%;
  scroll-behavior:smooth;
  scroll-padding-top:calc(var(--header-h) + 12px);
}
@media (prefers-reduced-motion:reduce){ html{scroll-behavior:auto} }

body{
  margin:0;
  font-family:var(--sans);
  font-size:17px;
  line-height:1.7;
  color:var(--text);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
body.is-locked{overflow:hidden}

img,svg{max-width:100%;height:auto;display:block}
a{color:var(--ink-2);text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:var(--saffron)}

h1,h2,h3,h4{font-family:var(--serif);font-weight:400;line-height:1.18;color:var(--ink);margin:0 0 .5em}
h1{font-size:clamp(2rem,6.2vw,3.6rem);letter-spacing:-.01em}
h2{font-size:clamp(1.65rem,4.4vw,2.5rem)}
h3{font-size:1.2rem;line-height:1.3}
p{margin:0 0 1.1em}
p:last-child{margin-bottom:0}

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

.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gutter)}

.skip{
  position:absolute;left:-9999px;top:0;z-index:200;
  background:var(--ink);color:#fff;padding:12px 18px;border-radius:0 0 8px 0;
}
.skip:focus{left:0}

/* ---------- utility ---------- */
.eyebrow{
  font-family:var(--sans);font-size:.75rem;font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;color:var(--saffron);margin:0 0 .75rem;display:block;
}
.lede{font-size:1.08rem;color:var(--muted)}
.section{padding:58px 0}
@media (min-width:768px){.section{padding:84px 0}}
@media (min-width:1100px){.section{padding:104px 0}}
.section--cream{background:var(--cream)}
.section--ink{background:var(--ink);color:#D6DEE8}
.section--ink h2,.section--ink h3{color:#fff}
.section--ink .eyebrow{color:var(--gold-2)}
.section-head{max-width:660px;margin-bottom:38px}
.section-head--center{margin-inline:auto;text-align:center}

.rule{
  width:64px;height:3px;border-radius:3px;margin:0 0 20px;
  background:linear-gradient(90deg,var(--saffron),var(--gold-2));
}
.section-head--center .rule{margin-inline:auto}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5em;
  font-family:var(--sans);font-size:.95rem;font-weight:600;line-height:1;
  padding:14px 24px;border-radius:999px;border:1.5px solid transparent;
  text-decoration:none;cursor:pointer;transition:transform .18s,box-shadow .18s,background .18s,color .18s;
}
.btn:hover{transform:translateY(-2px)}
.btn--primary{background:var(--saffron);color:#fff;box-shadow:var(--shadow-s)}
.btn--primary:hover{background:#C25F14;color:#fff;box-shadow:var(--shadow-m)}
.btn--ghost{border-color:rgba(17,36,58,.25);color:var(--ink);background:transparent}
.btn--ghost:hover{border-color:var(--ink);color:var(--ink);background:rgba(17,36,58,.04)}
.btn--light{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.35);color:#fff}
.btn--light:hover{background:rgba(255,255,255,.18);color:#fff}
.btn-row{display:flex;flex-wrap:wrap;gap:12px}

/* ==========================================================================
   Header
   ========================================================================== */
.header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(1.6) blur(12px);
  -webkit-backdrop-filter:saturate(1.6) blur(12px);
  border-bottom:1px solid transparent;
  transition:border-color .25s,box-shadow .25s;
}
.header.is-stuck{border-bottom-color:var(--line);box-shadow:0 2px 14px rgba(17,36,58,.06)}
.header__inner{
  height:var(--header-h);
  display:flex;align-items:center;justify-content:space-between;gap:16px;
}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none;flex-shrink:0}
.brand img{width:40px;height:40px;flex-shrink:0}
.brand__text{display:flex;flex-direction:column;line-height:1.1}
.brand__name{font-family:var(--serif);font-size:1.02rem;color:var(--ink);letter-spacing:.01em}
.brand__sub{
  font-size:.6rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase;color:var(--saffron);
}

.nav-toggle{
  width:44px;height:44px;border:1px solid var(--line);border-radius:11px;
  background:var(--white);display:grid;place-items:center;cursor:pointer;flex-shrink:0;
}
.nav-toggle span{display:block;width:19px;height:2px;background:var(--ink);border-radius:2px;position:relative;transition:background .2s}
.nav-toggle span::before,.nav-toggle span::after{
  content:"";position:absolute;left:0;width:19px;height:2px;background:var(--ink);border-radius:2px;
  transition:transform .25s,top .2s;
}
.nav-toggle span::before{top:-6px}
.nav-toggle span::after{top:6px}
.nav-toggle[aria-expanded="true"] span{background:transparent}
.nav-toggle[aria-expanded="true"] span::before{top:0;transform:rotate(45deg)}
.nav-toggle[aria-expanded="true"] span::after{top:0;transform:rotate(-45deg)}

.nav{
  position:fixed;inset:var(--header-h) 0 auto 0;
  background:var(--white);border-bottom:1px solid var(--line);
  box-shadow:var(--shadow-m);
  padding:10px var(--gutter) 22px;
  display:none;
  max-height:calc(100dvh - var(--header-h));overflow-y:auto;
}
.nav.is-open{display:block;animation:navDrop .22s ease both}
@keyframes navDrop{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
.nav ul{list-style:none;margin:0;padding:0}
.nav a{
  display:block;padding:13px 4px;font-weight:500;color:var(--ink);text-decoration:none;
  border-bottom:1px solid var(--cream-2);
}
.nav a:hover,.nav a.is-active{color:var(--saffron)}
.nav .btn{display:flex;width:100%;margin-top:18px;padding:14px 24px;border-bottom:0}

@media (min-width:900px){
  :root{--header-h:76px}
  .nav-toggle{display:none}
  .nav{
    position:static;display:flex;align-items:center;gap:6px;
    background:none;border:0;box-shadow:none;padding:0;max-height:none;overflow:visible;animation:none;
  }
  .nav ul{display:flex;align-items:center;gap:2px}
  .nav a{
    border:0;padding:9px 13px;border-radius:9px;font-size:.93rem;position:relative;
  }
  .nav a::after{
    content:"";position:absolute;left:13px;right:13px;bottom:4px;height:2px;border-radius:2px;
    background:var(--saffron);transform:scaleX(0);transform-origin:left;transition:transform .22s;
  }
  .nav a:hover::after,.nav a.is-active::after{transform:scaleX(1)}
  .nav .btn{display:inline-flex;margin:0 0 0 12px;width:auto;padding:12px 22px}
  .brand img{width:46px;height:46px}
  .brand__name{font-size:1.16rem}
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero{
  position:relative;isolation:isolate;overflow:hidden;
  background:#0C1D31;
  color:#fff;
  padding:56px 0 0;
  min-height:min(88vh,720px);
  display:flex;flex-direction:column;justify-content:flex-end;
}
/* The photograph, and the scrim that keeps the headline readable over it. */
.hero__bg{position:absolute;inset:0;z-index:-2;display:block}
.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:50% 46%}
.hero__scrim{
  position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:
    linear-gradient(180deg,
      rgba(8,18,31,.70) 0%,
      rgba(8,18,31,.34) 26%,
      rgba(8,18,31,.42) 54%,
      rgba(8,18,31,.86) 88%,
      rgba(8,18,31,.94) 100%);
}
.hero__inner{position:relative;z-index:1;padding-bottom:64px}
.hero__eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  font-size:.7rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase;
  color:#F2D8A6;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);
  padding:7px 15px;border-radius:999px;margin-bottom:22px;
}
.hero__eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold-2)}
.hero h1{color:#fff;max-width:15ch;text-shadow:0 2px 24px rgba(8,18,31,.35)}
.hero h1 em{font-style:normal;color:#F5C97A}
.hero__sub{
  max-width:56ch;font-size:1.06rem;color:#D8E1EC;margin:0 0 30px;
  text-shadow:0 1px 14px rgba(8,18,31,.4);
}
.hero__cta{margin-bottom:26px}
.hero__note{
  display:flex;align-items:center;gap:9px;font-size:.86rem;color:#C6D3E1;
}
.hero__note svg{width:17px;height:17px;flex-shrink:0;opacity:.85}

@media (min-width:900px){
  .hero{padding-top:70px;min-height:min(92vh,820px)}
  .hero__inner{padding-bottom:110px}
  /* On wide screens the text sits left, so darken that side further. */
  .hero__scrim{
    background:
      linear-gradient(90deg, rgba(8,18,31,.86) 0%, rgba(8,18,31,.55) 46%, rgba(8,18,31,.10) 78%),
      linear-gradient(180deg, rgba(8,18,31,.60) 0%, rgba(8,18,31,.18) 34%, rgba(8,18,31,.40) 70%, rgba(8,18,31,.88) 100%);
  }
  .hero__sub{font-size:1.15rem}
}

/* ==========================================================================
   Marquee strip under the hero
   ========================================================================== */
.strip{background:var(--ink);color:#C7D3E0;border-top:1px solid rgba(255,255,255,.08)}
.strip__inner{
  display:grid;grid-template-columns:1fr;gap:0;
}
.strip__item{
  padding:20px var(--gutter);display:flex;align-items:center;gap:13px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.strip__item:last-child{border-bottom:0}
.strip__item svg{width:26px;height:26px;flex-shrink:0;color:var(--gold-2)}
.strip__item b{display:block;color:#fff;font-weight:600;font-size:.97rem}
.strip__item span{font-size:.85rem;color:#93A4B8}
@media (min-width:760px){
  .strip__inner{grid-template-columns:repeat(3,1fr);max-width:var(--wrap);margin-inline:auto}
  .strip__item{border-bottom:0;border-right:1px solid rgba(255,255,255,.08)}
  .strip__item:last-child{border-right:0}
}

/* ==========================================================================
   About
   ========================================================================== */
.about{display:grid;gap:36px}
.about__figure{position:relative}
.about__figure img{
  width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;
  border-radius:var(--radius-l);box-shadow:var(--shadow-m);
  border:1px solid var(--line);
}
.about__badge{
  position:absolute;right:-6px;bottom:-16px;
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow-m);padding:14px 18px;display:flex;align-items:center;gap:12px;
  max-width:250px;
}
.about__badge img{width:44px;height:44px;border:0;border-radius:0;box-shadow:none}
.about__badge b{display:block;font-family:var(--serif);color:var(--ink);font-size:1rem;line-height:1.2}
.about__badge span{font-size:.76rem;color:var(--muted)}

.pillars{list-style:none;margin:26px 0 0;padding:0;display:grid;gap:14px}
.pillars li{display:flex;gap:13px;align-items:flex-start;font-size:.97rem}
.pillars svg{width:22px;height:22px;flex-shrink:0;color:var(--saffron);margin-top:3px}
.pillars b{color:var(--ink)}

@media (min-width:900px){
  .about{grid-template-columns:1fr 1fr;gap:60px;align-items:center}
}

/* ==========================================================================
   Work cards
   ========================================================================== */
.grid{display:grid;gap:22px;grid-template-columns:1fr}
@media (min-width:600px){.grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1080px){.grid{grid-template-columns:repeat(4,1fr)}}
@media (min-width:980px){.grid--3{grid-template-columns:repeat(3,1fr)}}

.card{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius-l);
  overflow:hidden;display:flex;flex-direction:column;
  box-shadow:var(--shadow-s);transition:transform .28s,box-shadow .28s,border-color .28s;
}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-l);border-color:#D9CDB4}
.card__media{background:var(--cream-2);overflow:hidden}
.card__media img{width:100%;height:auto;aspect-ratio:400/260;object-fit:cover;transition:transform .5s}
.card:hover .card__media img{transform:scale(1.05)}
.card__body{padding:20px 22px 24px;flex:1;display:flex;flex-direction:column}
.card__body h3{margin-bottom:.4em}
.card__body p{font-size:.93rem;color:var(--muted);margin:0}
.card__tag{
  align-self:flex-start;font-size:.68rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;
  color:var(--green);background:#EAF2EC;border-radius:999px;padding:5px 11px;margin-bottom:11px;
}
.card__tag--build{color:var(--saffron);background:var(--saffron-soft)}
.card__tag--care{color:var(--ink-2);background:#E7EEF6}


/* ==========================================================================
   Photo gallery
   ========================================================================== */
.gallery{display:grid;gap:20px;grid-template-columns:1fr}
@media (min-width:640px){.gallery{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.gallery{grid-template-columns:repeat(3,1fr)}}

.gallery__item{
  margin:0;background:var(--white);border:1px solid var(--line);
  border-radius:var(--radius-l);overflow:hidden;
  box-shadow:var(--shadow-s);transition:transform .28s,box-shadow .28s;
}
.gallery__item:hover{transform:translateY(-4px);box-shadow:var(--shadow-l)}
.gallery__item img{
  width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;
  background:var(--cream-2);transition:transform .5s;
}
.gallery__item:hover img{transform:scale(1.04)}
.gallery__item figcaption{padding:16px 20px 20px}
.gallery__item b{
  display:block;font-family:var(--serif);font-weight:400;font-size:1.08rem;
  color:var(--ink);line-height:1.3;margin-bottom:5px;
}
.gallery__item span{display:block;font-size:.88rem;color:var(--muted);line-height:1.55}

@media (prefers-reduced-motion:reduce){
  .gallery__item:hover{transform:none}
  .gallery__item img,.gallery__item:hover img{transition:none;transform:none}
}

/* ==========================================================================
   Focus / current projects
   ========================================================================== */
.focus{display:grid;gap:18px;grid-template-columns:1fr}
@media (min-width:900px){.focus{grid-template-columns:repeat(3,1fr)}}
.focus__item{
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius-l);padding:26px 24px;
  display:flex;flex-direction:column;transition:background .25s,border-color .25s,transform .25s;
}
.focus__item:hover{background:rgba(255,255,255,.08);border-color:rgba(233,185,73,.4);transform:translateY(-4px)}
.focus__status{
  align-self:flex-start;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  padding:5px 12px;border-radius:999px;margin-bottom:16px;
}
.status--live{color:#0E1F33;background:var(--gold-2)}
.status--build{color:#fff;background:var(--saffron)}
.status--plan{color:#D6DEE8;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2)}
.focus__item h3{font-size:1.24rem;margin-bottom:.45em}
.focus__item p{font-size:.93rem;color:#A9B8C9;margin:0 0 18px}
.focus__meta{
  margin-top:auto;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);
  display:flex;flex-wrap:wrap;gap:6px 18px;font-size:.82rem;color:#8FA1B5;
}
.focus__meta b{color:#E6EDF4;font-weight:600}

/* ==========================================================================
   Support
   ========================================================================== */
.ways{display:grid;gap:18px;grid-template-columns:1fr}
@media (min-width:640px){.ways{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1040px){.ways{grid-template-columns:repeat(4,1fr)}}
.way{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius-l);
  padding:26px 24px;box-shadow:var(--shadow-s);transition:transform .25s,box-shadow .25s;
}
.way:hover{transform:translateY(-4px);box-shadow:var(--shadow-m)}
.way__icon{
  width:50px;height:50px;border-radius:14px;display:grid;place-items:center;margin-bottom:16px;
  background:linear-gradient(150deg,var(--saffron-soft),#FDF6EC);border:1px solid #F0DCC4;
}
.way__icon svg{width:25px;height:25px;color:var(--saffron)}
.way h3{font-size:1.1rem;margin-bottom:.4em}
.way p{font-size:.9rem;color:var(--muted);margin:0}

.cta-band{
  margin-top:40px;background:linear-gradient(135deg,var(--ink) 0%,var(--ink-2) 62%,#2B527E 100%);
  border-radius:var(--radius-l);padding:38px 26px;text-align:center;color:#D6DEE8;
  position:relative;overflow:hidden;
}
.cta-band::after{
  content:"";position:absolute;right:-70px;top:-70px;width:250px;height:250px;border-radius:50%;
  background:radial-gradient(circle,rgba(233,185,73,.22),rgba(233,185,73,0) 70%);
}
.cta-band h3{font-size:clamp(1.4rem,3.6vw,2rem);color:#fff;margin-bottom:.5em}
.cta-band p{max-width:52ch;margin:0 auto 24px;font-size:.98rem}
.cta-band .btn-row{justify-content:center;position:relative}
@media (min-width:768px){.cta-band{padding:50px 44px}}

/* ==========================================================================
   Trust information
   ========================================================================== */
.info{display:grid;gap:14px;grid-template-columns:1fr}
@media (min-width:700px){.info{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1040px){.info{grid-template-columns:repeat(3,1fr)}}
.info__item{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px;
}
.info__item dt{
  font-size:.7rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);
  margin-bottom:6px;
}
.info__item dd{margin:0;font-size:.98rem;color:var(--ink);font-weight:500;word-break:break-word}
.info__item dd a{color:var(--saffron);font-weight:600}

/* ==========================================================================
   Contact
   ========================================================================== */
.contact{display:grid;gap:36px}
@media (min-width:920px){.contact{grid-template-columns:.85fr 1.15fr;gap:54px;align-items:start}}

.contact__list{list-style:none;margin:26px 0 0;padding:0;display:grid;gap:18px}
.contact__list li{display:flex;gap:15px;align-items:flex-start}
.contact__list svg{width:21px;height:21px;color:var(--saffron);flex-shrink:0;margin-top:4px}
.contact__list b{display:block;font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}
.contact__list a{font-weight:600;color:var(--ink);text-decoration:none;word-break:break-word}
.contact__list a:hover{color:var(--saffron);text-decoration:underline}
.contact__list span{font-size:.95rem}

.form{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius-l);
  padding:26px 22px;box-shadow:var(--shadow-m);
}
@media (min-width:640px){.form{padding:32px 30px}}
.field{margin-bottom:18px}
.field label{
  display:block;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  color:var(--muted);margin-bottom:7px;
}
.field input,.field select,.field textarea{
  width:100%;font:inherit;font-size:.97rem;color:var(--text);
  padding:13px 15px;border:1.5px solid var(--line);border-radius:11px;background:#FDFBF7;
  transition:border-color .2s,box-shadow .2s,background .2s;
}
.field textarea{min-height:130px;resize:vertical}
.field select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%235C6877' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:12px;padding-right:40px}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:0;border-color:var(--saffron);background:#fff;box-shadow:0 0 0 4px rgba(217,110,31,.12);
}
.field-row{display:grid;gap:0}
@media (min-width:560px){.field-row{grid-template-columns:1fr 1fr;gap:18px}.field-row .field{margin-bottom:18px}}
.form .btn{width:100%}
@media (min-width:560px){.form .btn{width:auto}}
.form__note{font-size:.82rem;color:var(--muted);margin:14px 0 0;line-height:1.55}
.form__status{
  margin-top:14px;font-size:.9rem;padding:12px 15px;border-radius:11px;display:none;
  background:#EAF2EC;color:#2F5A3E;border:1px solid #CADCD0;
}
.form__status.is-shown{display:block}
.form__status.is-error{background:#FCECEA;color:#8E2B1C;border-color:#F0CCC6}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer{background:#0C1D31;color:#8FA1B5;padding:52px 0 26px;font-size:.92rem}
.footer a{color:#C3D0DE;text-decoration:none}
.footer a:hover{color:var(--gold-2)}
.footer__top{display:grid;gap:32px;margin-bottom:34px}
@media (min-width:860px){.footer__top{grid-template-columns:1.6fr 1fr 1fr;gap:48px}}
.footer__brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.footer__brand img{width:50px;height:50px}
.footer__brand b{font-family:var(--serif);font-weight:400;font-size:1.14rem;color:#fff;display:block;line-height:1.2}
.footer__brand span{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-2)}
.footer p{max-width:44ch;line-height:1.65}
.footer h4{
  font-family:var(--sans);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:#fff;margin:0 0 14px;
}
.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.footer__bottom{
  border-top:1px solid rgba(255,255,255,.1);padding-top:22px;
  display:flex;flex-direction:column;gap:10px;font-size:.84rem;
}
@media (min-width:700px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}
.footer__bottom p{margin:0;max-width:none}

/* ---------- back to top ---------- */
.totop{
  position:fixed;right:16px;bottom:16px;z-index:90;
  width:46px;height:46px;border-radius:50%;border:1px solid var(--line);
  background:var(--white);color:var(--ink);box-shadow:var(--shadow-m);
  display:grid;place-items:center;cursor:pointer;
  opacity:0;visibility:hidden;transform:translateY(10px);
  transition:opacity .25s,transform .25s,visibility .25s;
}
.totop.is-shown{opacity:1;visibility:visible;transform:none}
.totop:hover{background:var(--saffron);color:#fff;border-color:var(--saffron)}
.totop svg{width:19px;height:19px}

/* ---------- reveal on scroll ---------- */
.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.js .reveal.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .js .reveal{opacity:1;transform:none;transition:none}
  .card:hover,.way:hover,.focus__item:hover,.btn:hover{transform:none}
  .card__media img{transition:none}
}

/* ---------- print ---------- */
@media print{
  .header,.nav,.totop,.hero__bg,.hero__scrim,.form,.cta-band{display:none!important}
  body{font-size:12pt;color:#000}
  .section{padding:12pt 0;page-break-inside:avoid}
}
