/* =========================================================
   ALMA — Nguyễn Thị Tuyết Mai · Chuyên gia đồng phục
   Design system: Navy + Ivory + Gold accent, Sage cho bền vững
   ========================================================= */

:root {
  --navy-900: #0B1E38;
  --navy-800: #0E2340;
  --navy-700: #14315C;
  --navy-600: #1D4478;
  --gold-600: #B8893D;
  --gold-500: #C6A15B;
  --gold-400: #D9BC82;
  --gold-100: #F3E7CE;
  --ivory:    #FBF8F2;
  --cream:    #F4EDE1;
  --cream-2:  #EFE6D6;
  --sage-700: #55613F;
  --sage-500: #7E8C5C;
  --sage-100: #E8ECDD;
  --ink:      #16202F;
  --ink-2:    #384456;
  --muted:    #6B7686;
  --line:     #E7DECE;
  --white:    #FFFFFF;

  --serif: "Playfair Display", "Times New Roman", Georgia, serif;
  --sans: "Inter", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --shadow-sm: 0 2px 10px rgba(14, 35, 64, .06);
  --shadow-md: 0 12px 34px rgba(14, 35, 64, .10);
  --shadow-lg: 0 28px 70px rgba(11, 30, 56, .18);

  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;

  --wrap: 1200px;
  --gap: clamp(1.1rem, 3vw, 2rem);
}

/* ---------- Reset / base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 700; line-height: 1.14; color: var(--navy-800); margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { margin: 0 0 1.1rem; }
::selection { background: var(--gold-400); color: var(--navy-900); }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.4rem); }
.section { padding: clamp(3.6rem, 8vw, 6.5rem) 0; }
.section--tight { padding: clamp(2.6rem, 5vw, 4rem) 0; }
.center { text-align: center; }
.maxw-720 { max-width: 720px; }
.mx-auto { margin-inline: auto; }

/* ---------- Eyebrow / labels ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--sans); font-weight: 600; font-size: .78rem;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold-600); margin: 0 0 1rem;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold-500); }
.eyebrow.center-line { justify-content: center; }
.eyebrow.on-dark { color: var(--gold-400); }
.eyebrow.on-dark::before { background: var(--gold-400); }

.lede { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--ink-2); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: var(--sans); font-weight: 600; font-size: 1rem;
  padding: .95rem 1.7rem; border-radius: 100px; cursor: pointer;
  border: 1.5px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  line-height: 1; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--gold {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
  color: var(--navy-900); box-shadow: 0 10px 26px rgba(184, 137, 61, .34);
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(184, 137, 61, .44); }
.btn--navy { background: var(--navy-800); color: var(--white); }
.btn--navy:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--ghost { background: transparent; border-color: var(--navy-800); color: var(--navy-800); }
.btn--ghost:hover { background: var(--navy-800); color: var(--white); }
.btn--ghost-light { background: transparent; border-color: rgba(255,255,255,.5); color: var(--white); }
.btn--ghost-light:hover { background: var(--white); color: var(--navy-900); border-color: var(--white); }
.btn--lg { padding: 1.1rem 2.1rem; font-size: 1.05rem; }
.btn--block { width: 100%; }

.link-arrow { display: inline-flex; align-items: center; gap: .45rem; font-weight: 600; color: var(--gold-600); }
.link-arrow svg { width: 16px; height: 16px; transition: transform .2s ease; }
.link-arrow:hover svg { transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251, 248, 242, .82);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: .7rem; }
.brand__mark {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  color: var(--gold-400); display: grid; place-items: center;
  font-family: var(--serif); font-weight: 700; font-size: 1.1rem; letter-spacing: .02em;
  box-shadow: inset 0 0 0 1px rgba(214,188,130,.5);
}
.brand__name { font-family: var(--serif); font-weight: 700; font-size: 1.16rem; color: var(--navy-900); line-height: 1.05; }
.brand__name small { display: block; font-family: var(--sans); font-weight: 500; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-600); }
.nav__links { display: flex; align-items: center; gap: 2rem; }
.nav__links a { font-weight: 500; font-size: .96rem; color: var(--ink-2); position: relative; }
.nav__links a:hover { color: var(--navy-800); }
.nav__links a::after { content:""; position:absolute; left:0; bottom:-6px; height:2px; width:0; background: var(--gold-500); transition: width .22s ease; }
.nav__links a:hover::after, .nav__links a.active::after { width: 100%; }
.nav__cta { display: flex; align-items: center; gap: .8rem; }
.nav__toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav__toggle span { display: block; width: 24px; height: 2px; background: var(--navy-800); margin: 5px 0; transition: .25s; }

@media (max-width: 900px) {
  .nav__links { position: fixed; inset: 74px 0 auto 0; flex-direction: column; gap: 0;
    background: var(--ivory); border-bottom: 1px solid var(--line); padding: .5rem 0 1.2rem;
    transform: translateY(-120%); transition: transform .3s ease; box-shadow: var(--shadow-md); }
  .nav__links.open { transform: translateY(0); }
  .nav__links a { width: 100%; padding: .9rem clamp(1.1rem,4vw,2.4rem); font-size: 1.05rem; }
  .nav__links a::after { display: none; }
  .nav__cta .btn:not(.nav__toggle) { display: none; }
  .nav__toggle { display: block; }
}

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--ivory); overflow: hidden; }
.hero::before {
  content:""; position:absolute; top:-18%; right:-12%; width:52vw; height:52vw; max-width:720px; max-height:720px;
  background: radial-gradient(circle at center, rgba(198,161,91,.16), rgba(198,161,91,0) 68%);
  border-radius:50%; pointer-events:none;
}
.hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center;
  padding: clamp(2.4rem, 6vw, 5rem) 0 clamp(3rem, 7vw, 5.5rem); }
.hero__title { margin-bottom: .6rem; }
.hero__title .accent { color: var(--gold-600); font-style: italic; }
.hero__role { font-family: var(--sans); font-weight: 600; font-size: 1rem; letter-spacing: .02em; color: var(--navy-700); margin-bottom: 1.1rem; }
.hero__role b { color: var(--gold-600); }
.hero__pos { font-size: clamp(1.08rem, 1.7vw, 1.28rem); color: var(--ink-2); max-width: 40ch; margin-bottom: 1.7rem; }
.hero__cta { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.hero__micro { display: flex; align-items: center; gap: .5rem; margin-top: 1.3rem; font-size: .9rem; color: var(--muted); }
.hero__micro svg { width: 17px; height: 17px; color: var(--sage-500); flex: none; }

.hero__media { position: relative; }
.hero__photo {
  position: relative; border-radius: 260px 260px var(--r-lg) var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 3/4;
  background: var(--cream);
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.hero__frame { position: absolute; inset: -14px -14px auto auto; width: 60%; height: 60%;
  border: 1.5px solid var(--gold-400); border-radius: 260px 260px 0 0; z-index: -1; }
.hero__badge {
  position: absolute; left: -18px; bottom: 34px; background: var(--white);
  border-radius: var(--r-md); box-shadow: var(--shadow-md); padding: .85rem 1.1rem;
  display: flex; align-items: center; gap: .7rem; border: 1px solid var(--line);
}
.hero__badge .num { font-family: var(--serif); font-weight: 700; font-size: 1.7rem; color: var(--navy-800); line-height: 1; }
.hero__badge .lbl { font-size: .78rem; color: var(--muted); line-height: 1.25; }
.hero__badge .icon { width: 40px; height: 40px; border-radius: 10px; background: var(--gold-100); color: var(--gold-600); display: grid; place-items: center; }
.hero__badge .icon svg { width: 22px; height: 22px; }

@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; text-align: center; }
  .hero__pos, .hero__title { margin-inline: auto; }
  .hero__cta, .hero__micro { justify-content: center; }
  .hero__media { max-width: 380px; margin: .5rem auto 0; }
  .hero__badge { left: 0; }
}

/* ---------- Proof bar ---------- */
.proof { background: var(--navy-800); color: #E9EEF6; position: relative; }
.proof::after { content:""; position:absolute; inset:0; background: radial-gradient(120% 100% at 100% 0, rgba(198,161,91,.14), transparent 55%); pointer-events:none; }
.proof__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: clamp(2rem,4vw,2.8rem) 0;
  border-bottom: 1px solid rgba(255,255,255,.1); }
.stat { text-align: center; position: relative; }
.stat + .stat::before { content:""; position:absolute; left:0; top:14%; height:72%; width:1px; background: rgba(255,255,255,.12); }
.stat .num { font-family: var(--serif); font-weight: 700; font-size: clamp(1.9rem, 3.4vw, 2.8rem); color: var(--gold-400); line-height: 1; }
.stat .lbl { font-size: .86rem; color: #B9C4D4; margin-top: .5rem; letter-spacing:.01em; }
.proof__logos-wrap { padding: 1.6rem 0 2rem; }
.proof__caption { text-align: center; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: #94A2B8; margin-bottom: 1.1rem; }
.logos { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem .7rem; }
.logo-chip {
  font-weight: 600; font-size: .92rem; letter-spacing: .02em; color: #DDE4EE;
  padding: .5rem 1rem; border: 1px solid rgba(255,255,255,.16); border-radius: 100px;
  background: rgba(255,255,255,.03);
}
.logo-chip.award { color: var(--navy-900); background: var(--gold-400); border-color: var(--gold-400); }
@media (max-width: 620px){ .proof__stats { grid-template-columns: repeat(2,1fr); gap: 1.6rem 1rem; } .stat + .stat::before{ display:none; } }

/* ---------- Section head ---------- */
.section-head { max-width: 660px; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head.center { margin-inline: auto; }

/* ---------- Cards / Best of ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.card {
  display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--gold-400); }
.card__tag { align-self: flex-start; margin: 1.3rem 1.3rem 0; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold-600); background: var(--gold-100); padding: .3rem .7rem; border-radius: 100px; }
.card__tag.sage { color: var(--sage-700); background: var(--sage-100); }
.card__body { padding: .9rem 1.3rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.card__title { font-size: 1.22rem; margin-bottom: .6rem; }
.card a.card__title:hover { color: var(--gold-600); }
.card__excerpt { color: var(--muted); font-size: .96rem; margin-bottom: 1.1rem; flex: 1; }
.card__meta { display: flex; align-items: center; gap: .8rem; font-size: .82rem; color: var(--muted); margin-top: auto; }
.card__meta .link-arrow { margin-left: auto; font-size: .88rem; }
.card--feature { grid-column: span 2; flex-direction: row; }
.card--feature .card__media { flex: 0 0 44%; }
.card--feature .card__media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px){ .cards { grid-template-columns: repeat(2,1fr);} .card--feature{ grid-column: span 2; flex-direction: column;} .card--feature .card__media{ flex: none; aspect-ratio: 16/9; } }
@media (max-width: 620px){ .cards { grid-template-columns: 1fr;} .card--feature{ grid-column: auto; } }

/* ---------- Audience / who ---------- */
.who { background: var(--cream); }
.who__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); align-items: start; }
.fit { background: var(--white); border-radius: var(--r-lg); padding: clamp(1.4rem,3vw,2rem); border: 1px solid var(--line); box-shadow: var(--shadow-sm); height: 100%; }
.fit h3 { display: flex; align-items: center; gap: .6rem; }
.fit__icon { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; flex: none; }
.fit--yes .fit__icon { background: var(--sage-100); color: var(--sage-700); }
.fit--no .fit__icon { background: #F6E7E3; color: #B4573F; }
.fit ul { list-style: none; padding: 0; margin: .4rem 0 0; }
.fit li { display: flex; gap: .65rem; padding: .55rem 0; border-bottom: 1px dashed var(--line); font-size: .98rem; color: var(--ink-2); }
.fit li:last-child { border-bottom: 0; }
.fit li svg { width: 19px; height: 19px; flex: none; margin-top: .18rem; }
.fit--yes li svg { color: var(--sage-500); }
.fit--no li svg { color: #C77B63; }
@media (max-width: 760px){ .who__grid { grid-template-columns: 1fr; } }

/* ---------- Journey (CX) ---------- */
.journey { background: var(--navy-900); color: #E7ECF4; position: relative; overflow: hidden; }
.journey::before { content:""; position:absolute; top:-20%; left:-10%; width:40vw; height:40vw; background: radial-gradient(circle, rgba(198,161,91,.12), transparent 65%); }
.journey h2, .journey h3 { color: var(--white); }
.journey__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; margin-top: 2.4rem; position: relative; z-index: 1; }
.jstep { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-md); padding: 1.4rem 1.2rem; }
.jstep__n { font-family: var(--serif); font-size: 1rem; color: var(--gold-400); font-weight: 700; }
.jstep h3 { font-size: 1.12rem; margin: .5rem 0 .5rem; }
.jstep p { font-size: .9rem; color: #AEBBCD; margin: 0; }
.jstep .feel { display:inline-block; margin-top:.9rem; font-size:.76rem; letter-spacing:.06em; text-transform:uppercase; color: var(--gold-400); border-top: 1px solid rgba(255,255,255,.12); padding-top:.7rem; }
@media (max-width: 900px){ .journey__steps { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 500px){ .journey__steps { grid-template-columns: 1fr;} }

/* ---------- Lead magnet ---------- */
.lead { background: linear-gradient(135deg, var(--gold-100), var(--cream-2)); }
.lead__box { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); align-items: center;
  background: var(--white); border-radius: var(--r-lg); box-shadow: var(--shadow-md); overflow: hidden; border: 1px solid var(--gold-400); }
.lead__text { padding: clamp(1.8rem, 4vw, 3rem); }
.lead__text h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.lead__form { display: flex; flex-direction: column; gap: .8rem; margin-top: 1.4rem; }
.lead__aside { background: var(--navy-800); color: #DDE4EE; padding: clamp(1.8rem,4vw,3rem); height: 100%; display: flex; flex-direction: column; justify-content: center; }
.lead__aside ul { list-style: none; padding: 0; margin: 1rem 0 0; }
.lead__aside li { display: flex; gap: .7rem; padding: .5rem 0; font-size: .96rem; }
.lead__aside li svg { width: 20px; height: 20px; color: var(--gold-400); flex: none; }
.lead__cover { display:flex; align-items:center; gap:.8rem; padding:.8rem 1rem; background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.14); border-radius: var(--r-md); margin-bottom:1.2rem; }
.lead__cover .doc { width:42px; height:52px; border-radius:6px; background: var(--gold-400); color: var(--navy-900); display:grid; place-items:center; flex:none; font-weight:700; box-shadow: var(--shadow-sm); }
@media (max-width: 760px){ .lead__box { grid-template-columns: 1fr; } .lead__aside { order: -1; } }

/* Inputs */
.field { display: flex; flex-direction: column; gap: .35rem; }
.field label { font-size: .82rem; font-weight: 600; color: var(--ink-2); }
input, select, textarea {
  font-family: var(--sans); font-size: .98rem; color: var(--ink);
  padding: .85rem 1rem; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: var(--white); width: 100%; transition: border-color .18s ease, box-shadow .18s ease;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(198,161,91,.18); }
.form-note { font-size: .8rem; color: var(--muted); }

/* ---------- About teaser ---------- */
.about { background: var(--ivory); }
.about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(1.6rem,4vw,3.4rem); align-items: center; }
.about__media { position: relative; }
.about__media img { border-radius: var(--r-lg); box-shadow: var(--shadow-lg); width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: top; }
.about__quote { position:absolute; right:-14px; bottom:-18px; max-width: 260px; background: var(--navy-800); color:#fff; padding:1.1rem 1.3rem; border-radius: var(--r-md); box-shadow: var(--shadow-md); font-family: var(--serif); font-style: italic; font-size:1.02rem; }
.about__quote span { color: var(--gold-400); }
.sig { font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--navy-700); margin-top: .4rem; }
@media (max-width: 820px){ .about__grid { grid-template-columns: 1fr; } .about__media{ max-width:420px; } .about__quote{ right: 10px; } }

/* ---------- Testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--gap); margin-top: 2.4rem; }
.quote { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.7rem; box-shadow: var(--shadow-sm); }
.quote .mark { font-family: var(--serif); font-size: 3rem; line-height: .6; color: var(--gold-400); }
.quote p { font-size: 1rem; color: var(--ink-2); font-style: italic; margin: .4rem 0 1.2rem; }
.quote .who-q { font-weight: 700; color: var(--navy-800); font-size: .95rem; }
.quote .who-q small { display:block; font-weight: 500; color: var(--muted); font-style: normal; }
@media (max-width: 860px){ .quotes { grid-template-columns: 1fr; } }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(140deg, var(--navy-800), var(--navy-900)); color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content:""; position:absolute; right:-8%; top:-40%; width:44vw; height:44vw; background: radial-gradient(circle, rgba(198,161,91,.18), transparent 62%); }
.cta-band .wrap { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; }
.cta-band .lede { color: #C4CFDE; }
.cta-band__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.6rem; }
.cta-band__contact { display:flex; gap:1.6rem; flex-wrap:wrap; margin-top:1.8rem; font-size:.95rem; color:#C4CFDE; }
.cta-band__contact a { color:#fff; font-weight:600; }
.cta-band__contact .lbl { display:block; font-size:.76rem; letter-spacing:.12em; text-transform:uppercase; color: var(--gold-400); }

/* ---------- Booking form section ---------- */
.booking__grid { display:grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem,4vw,3.4rem); align-items:start; }
.booking__form { background: var(--white); border:1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.6rem,3.5vw,2.4rem); box-shadow: var(--shadow-md); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap: 1rem; }
.form-grid { display:flex; flex-direction:column; gap:1rem; }
.trust-list { list-style:none; padding:0; margin: 1.4rem 0 0; }
.trust-list li { display:flex; gap:.8rem; padding:.7rem 0; border-bottom:1px solid var(--line); }
.trust-list li:last-child{ border-bottom:0; }
.trust-list svg { width:22px; height:22px; color: var(--sage-500); flex:none; margin-top:.15rem; }
.trust-list b { color: var(--navy-800); }
@media (max-width: 820px){ .booking__grid{ grid-template-columns:1fr; } .form-row{ grid-template-columns:1fr; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #AEBBCD; padding: clamp(2.6rem,5vw,4rem) 0 2rem; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: var(--gap); }
.footer__brand .brand__name { color: #fff; }
.footer__grid h4 { color:#fff; font-family: var(--sans); font-size:.82rem; letter-spacing:.14em; text-transform:uppercase; margin-bottom:1rem; }
.footer__grid a { display:block; padding:.3rem 0; color:#AEBBCD; font-size:.95rem; }
.footer__grid a:hover { color: var(--gold-400); }
.footer__socials { display:flex; gap:.6rem; margin-top:1.1rem; }
.footer__socials a { width:38px; height:38px; border-radius:50%; border:1px solid rgba(255,255,255,.18); display:grid; place-items:center; color:#CDD6E3; }
.footer__socials a:hover { background: var(--gold-400); color: var(--navy-900); border-color: var(--gold-400); }
.footer__socials svg { width:18px; height:18px; }
.footer__bottom { margin-top: 2.4rem; padding-top:1.4rem; border-top:1px solid rgba(255,255,255,.1); display:flex; justify-content:space-between; gap:1rem; flex-wrap:wrap; font-size:.85rem; color:#8595AB; }
@media (max-width: 760px){ .footer__grid { grid-template-columns: 1fr 1fr; } .footer__brand{ grid-column: 1 / -1; } }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta { position: fixed; left:0; right:0; bottom:0; z-index:55; display:none; padding:.7rem clamp(1rem,4vw,1.4rem);
  background: rgba(251,248,242,.92); backdrop-filter: blur(12px); border-top:1px solid var(--line); box-shadow: 0 -6px 24px rgba(14,35,64,.1); }
.sticky-cta .btn { width:100%; }
@media (max-width: 860px){ .sticky-cta { display:block; } body{ padding-bottom: 72px; } }

/* ---------- Lead popup modal ---------- */
.modal-overlay { position: fixed; inset:0; z-index:100; background: rgba(11,30,56,.55); backdrop-filter: blur(3px);
  display:flex; align-items:center; justify-content:center; padding:1.2rem; opacity:0; visibility:hidden; transition: opacity .3s ease, visibility .3s; }
.modal-overlay.open { opacity:1; visibility:visible; }
.modal { background: var(--white); border-radius: var(--r-lg); max-width: 860px; width:100%; overflow:hidden;
  display:grid; grid-template-columns: .85fr 1.15fr; box-shadow: var(--shadow-lg); transform: translateY(16px) scale(.98); transition: transform .3s ease; max-height: 92vh; }
.modal-overlay.open .modal { transform: none; }
.modal__media { background: var(--navy-800) url('../img/portrait-2.jpg') center/cover; position: relative; }
.modal__media::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(11,30,56,.1), rgba(11,30,56,.7)); }
.modal__body { padding: clamp(1.6rem,3.5vw,2.6rem); overflow:auto; }
.modal__close { position:absolute; top:12px; right:14px; z-index:2; background: rgba(255,255,255,.9); border:0; width:36px; height:36px; border-radius:50%; cursor:pointer; font-size:1.2rem; color: var(--navy-800); box-shadow: var(--shadow-sm); }
.modal__eyebrow { color: var(--gold-600); font-weight:700; letter-spacing:.14em; text-transform:uppercase; font-size:.76rem; }
@media (max-width: 640px){ .modal { grid-template-columns: 1fr; } .modal__media{ display:none; } }

/* success msg */
.form-success { background: var(--sage-100); border:1px solid var(--sage-500); color: var(--sage-700); padding:1rem 1.2rem; border-radius: var(--r-md); font-weight:500; }
.hidden { display:none !important; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity:1; transform:none; transition:none; } html{ scroll-behavior:auto; } }

/* ---------- Article page ---------- */
.article-hero { background: var(--cream); padding: clamp(2.4rem,5vw,4rem) 0 clamp(1.6rem,3vw,2.4rem); }
.breadcrumb { font-size:.85rem; color: var(--muted); margin-bottom:1.2rem; }
.breadcrumb a:hover { color: var(--gold-600); }
.article-hero h1 { max-width: 20ch; }
.article-meta { display:flex; align-items:center; gap:1rem; flex-wrap:wrap; margin-top:1rem; font-size:.9rem; color: var(--muted); }
.article-meta .tag { color: var(--gold-600); background: var(--gold-100); padding:.3rem .8rem; border-radius:100px; font-weight:700; font-size:.74rem; letter-spacing:.08em; text-transform:uppercase; }
.article-cover { max-width: var(--wrap); margin: -1px auto 0; padding-inline: clamp(1.1rem,4vw,2.4rem); }
.article-cover img { border-radius: var(--r-lg); box-shadow: var(--shadow-md); width:100%; aspect-ratio: 16/8; object-fit: cover; margin-top: clamp(1rem,3vw,2rem); }

.article-body { max-width: 760px; margin-inline:auto; padding: clamp(2.4rem,5vw,3.6rem) clamp(1.1rem,4vw,2.4rem); font-size: 1.09rem; }
.article-body > p:first-of-type::first-letter { font-family: var(--serif); font-size: 3.4rem; float:left; line-height:.8; padding: .1rem .6rem .2rem 0; color: var(--navy-700); }
.article-body h2 { margin: 2.2rem 0 .9rem; }
.article-body h3 { margin: 1.8rem 0 .7rem; color: var(--navy-700); }
.article-body p { margin-bottom: 1.3rem; color: var(--ink-2); }
.article-body ul, .article-body ol { margin: 0 0 1.4rem; padding-left: 1.2rem; color: var(--ink-2); }
.article-body li { margin-bottom: .6rem; }
.article-body strong { color: var(--navy-800); }
.article-body blockquote { margin: 1.8rem 0; padding: 1.2rem 1.6rem; border-left: 4px solid var(--gold-500); background: var(--cream); border-radius: 0 var(--r-md) var(--r-md) 0; font-family: var(--serif); font-style: italic; font-size: 1.24rem; color: var(--navy-800); }
.callout { background: var(--sage-100); border: 1px solid var(--sage-500); border-radius: var(--r-md); padding: 1.2rem 1.4rem; margin: 1.8rem 0; }
.callout h4 { font-family: var(--sans); font-size:.8rem; letter-spacing:.12em; text-transform:uppercase; color: var(--sage-700); margin-bottom:.5rem; }
.callout p:last-child { margin-bottom:0; }
.article-table { width:100%; border-collapse: collapse; margin: 1.6rem 0; font-size:.98rem; }
.article-table th, .article-table td { text-align:left; padding:.8rem 1rem; border-bottom:1px solid var(--line); }
.article-table th { background: var(--navy-800); color:#fff; font-family: var(--sans); }
.article-table tr:nth-child(even) td { background: var(--cream); }
.table-scroll { overflow-x:auto; }

.soft-cta { margin: 2.6rem 0 1rem; background: var(--navy-800); color:#fff; border-radius: var(--r-lg); padding: clamp(1.6rem,3.5vw,2.4rem); position:relative; overflow:hidden; }
.soft-cta::before { content:""; position:absolute; right:-10%; top:-40%; width:40%; height:180%; background: radial-gradient(circle, rgba(198,161,91,.2), transparent 60%); }
.soft-cta h3 { color:#fff; position:relative; }
.soft-cta p { color:#C4CFDE; position:relative; }
.soft-cta .btn { position:relative; }

.article-author { display:flex; gap:1.1rem; align-items:center; margin: 2.4rem 0; padding: 1.4rem; background: var(--cream); border-radius: var(--r-lg); }
.article-author img { width:66px; height:66px; border-radius:50%; object-fit:cover; object-position: top; flex:none; }
.article-author .n { font-weight:700; color: var(--navy-800); }
.article-author .r { font-size:.9rem; color: var(--muted); }

.related { border-top:1px solid var(--line); }
