/* ==========================================================================
   Lapidus Azuri — Thiruthiraj Pather
   Strategic advisory & executive coaching
   ========================================================================== */

:root {
  --navy: #14283b;
  --navy-deep: #0e1d2b;
  --cream: #fbfaf7;
  --cream-card: #f3efe7;
  --cream-line: #e4ddce;
  --terracotta: #b5714f;
  --terracotta-soft: #d8b19d;
  --slate: #4e565d;
  --white: #ffffff;
  --frame-sans: 'Manrope', Arial, sans-serif;
  --frame-mono: 'IBM Plex Mono', 'Courier New', monospace;
  --display: 'Lora', Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--cream); }
body {
  margin: 0 auto;
  max-width: 1160px;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--navy);
  font-family: var(--frame-sans);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

#advisory, #coaching, #about, #how, #testimonials, #insights, #wellthy, #contact {
  scroll-margin-top: 18px;
}

/* -------- icon system -------- */
.icon { width: 20px; height: 20px; display: inline-block; vertical-align: middle; flex-shrink: 0; }
.icon--lg { width: 26px; height: 26px; }

/* -------- interim logo mark -------- */
.logo-mark {
  display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px;
  border: 1px solid var(--terracotta-soft); border-radius: 4px; font-family: var(--display); font-weight: 600;
  font-size: 0.86rem; letter-spacing: 0.02em; color: var(--terracotta-soft); flex-shrink: 0;
}

/* -------- nav -------- */
.site-nav { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding: 1.3rem 2.4rem; background: var(--navy); color: var(--white); }
.site-nav__brand { display: flex; align-items: center; gap: 0.9rem; }
.site-nav__name { font-family: var(--display); font-size: 1.1rem; font-weight: 500; }
.site-nav__tagline { font-family: var(--frame-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--terracotta-soft); margin-top: 0.25rem; }
.site-nav__links { display: flex; flex-wrap: wrap; row-gap: 0.6rem; column-gap: 1.6rem; list-style: none; margin: 0; padding: 0; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.8); }
.site-nav__links a:hover { color: var(--terracotta-soft); }
.site-nav__cta { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.03em; color: var(--navy); background: var(--terracotta-soft); padding: 0.55rem 1.05rem; border-radius: 3px; white-space: nowrap; display: inline-block; }
.site-nav__cta:hover { background: var(--white); }

/* -------- hero -------- */
.hero { display: grid; grid-template-columns: 1.2fr 1fr; background: var(--navy); color: var(--white); position: relative; }
.hero__copy { position: relative; padding: 3.6rem 2.4rem 3.6rem 3rem; }
.hero__copy::before { content: ''; position: absolute; left: 2.4rem; top: 0.2rem; bottom: 0.2rem; width: 1px; background: rgba(216,177,157,0.28); }
.hero__eyebrow { font-family: var(--frame-mono); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--terracotta-soft); margin: 0 0 1.3rem; }
.hero__headline { font-family: var(--display); font-weight: 500; font-size: clamp(1.9rem, 4.6vw, 2.9rem); line-height: 1.12; margin: 0 0 1.3rem; text-wrap: balance; }
.hero__headline em { font-style: italic; color: var(--terracotta-soft); }
.hero__sub { font-size: 0.95rem; line-height: 1.68; color: rgba(255,255,255,0.72); max-width: 42ch; margin: 0 0 2rem; }
.hero__actions { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.btn-solid { display: inline-block; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.03em; color: var(--navy); background: var(--terracotta-soft); padding: 0.85rem 1.5rem; border-radius: 3px; border: none; cursor: pointer; font-family: var(--frame-sans); }
.btn-solid:hover { background: var(--white); }
.btn-ghost { font-size: 0.82rem; color: rgba(255,255,255,0.72); border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 2px; }
.btn-ghost:hover { color: var(--white); border-color: var(--white); }
.hero__photo { position: relative; min-height: 340px; background-size: cover; background-position: center 4%; }
.hero__photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(20,40,59,0.35), rgba(20,40,59,0)); }

/* -------- stat row -------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--cream-card); border-bottom: 1px solid var(--cream-line); }
.stats > div { padding: 1.7rem 2rem; border-right: 1px solid var(--cream-line); }
.stats > div:last-child { border-right: none; }
.stats .stat-icon { color: var(--terracotta); margin-bottom: 0.8rem; display: block; }
.stats h3 { font-family: var(--display); font-weight: 500; font-size: 1.15rem; margin: 0 0 0.3rem; color: var(--navy); }
.stats p { font-size: 0.8rem; color: var(--slate); margin: 0; line-height: 1.5; }

/* -------- Integrated Lens strip -------- */
.thesis { background: var(--cream-card); padding: 3.4rem 2.4rem; border-bottom: 1px solid var(--cream-line); display: grid; grid-template-columns: 1.2fr 1fr; gap: 2.5rem; align-items: center; }
.thesis__inner { max-width: 560px; padding-left: 1.4rem; border-left: 2px solid var(--terracotta); }
.thesis__diagram { display: flex; justify-content: center; }
.thesis__label { font-family: var(--frame-mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--terracotta); margin: 0 0 1.2rem; }
.thesis__lead { font-family: var(--display); font-weight: 500; font-size: clamp(1.5rem, 3.4vw, 2rem); line-height: 1.32; color: var(--navy); margin: 0 0 1.1rem; text-wrap: balance; }
.thesis__sub { font-family: var(--display); font-style: italic; font-size: clamp(0.92rem, 2vw, 1rem); line-height: 1.62; color: var(--slate); margin: 0; text-wrap: balance; }

/* -------- Integrated Lens diagram -------- */
.lens-diagram { width: 100%; max-width: 300px; height: auto; }
.lens-diagram .halo { fill: none; stroke: var(--terracotta-soft); stroke-width: 1; opacity: 0.55; }
.lens-diagram .line { stroke: var(--cream-line); stroke-width: 1.1; }
.lens-diagram .node-dot { fill: var(--terracotta); }
.lens-diagram .node-label { font-family: var(--frame-mono); font-size: 7.4px; letter-spacing: 0.07em; text-transform: uppercase; fill: var(--navy); text-anchor: middle; }
.lens-diagram .hub-ring { fill: none; stroke: var(--terracotta-soft); stroke-width: 1; }
.lens-diagram .hub-circle { fill: var(--navy); stroke: var(--terracotta); stroke-width: 1.4; }
.lens-diagram .hub-label { font-family: var(--frame-mono); font-size: 7.2px; letter-spacing: 0.06em; text-transform: uppercase; fill: var(--white); text-anchor: middle; }

/* -------- section shell -------- */
.section { padding: 3.2rem 2.4rem; border-bottom: 1px solid var(--cream-line); }
.section__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 2rem; }
.about .section__head { margin-bottom: 1.1rem; }
.section__eyebrow { font-family: var(--frame-mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--terracotta); margin: 0 0 0.5rem; }
.section__title { display: flex; align-items: center; gap: 0.65rem; font-family: var(--display); font-weight: 500; font-size: clamp(1.5rem, 3vw, 2rem); margin: 0; color: var(--navy); }
.section__icon { color: var(--terracotta); }
.how .section__icon { color: var(--terracotta-soft); }
.section__desc { font-size: 0.92rem; line-height: 1.6; color: var(--slate); max-width: 40ch; margin: 0; }

.about, .insights { background: var(--cream); }

/* -------- For Organisations / For Leaders split -------- */
.split { display: grid; grid-template-columns: 1fr 1fr; }
.split > div { padding: 2.6rem 2.4rem; }
.split .for-orgs { background: var(--navy); color: var(--white); }
.split .for-leaders { background: var(--cream-card); color: var(--navy); }
.split__tag { font-family: var(--frame-mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; display: flex; justify-content: space-between; padding-bottom: 0.6rem; margin-bottom: 1.1rem; border-bottom: 1px solid rgba(180,113,79,0.4); }
.for-orgs .split__tag { color: rgba(255,255,255,0.6); }
.for-leaders .split__tag { color: var(--slate); }
.split h4 { display: flex; align-items: center; gap: 0.65rem; font-family: var(--display); font-weight: 500; font-size: 1.6rem; line-height: 1.15; margin: 0 0 0.9rem; }
.split__icon { color: var(--terracotta); }
.for-orgs .split__icon { color: var(--terracotta-soft); }
.split p.desc { font-size: 0.86rem; line-height: 1.58; margin: 0 0 1.3rem; }
.for-orgs p.desc { color: rgba(255,255,255,0.72); }
.for-leaders p.desc { color: var(--slate); }
.split ul { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: 0.55rem; }
.split li { font-size: 0.82rem; padding-left: 1rem; position: relative; }
.split li::before { content: '\2014'; position: absolute; left: 0; top: 0; color: var(--terracotta); font-size: 0.75rem; }
.split__cta { font-size: 0.82rem; font-weight: 600; background: none; border: none; cursor: pointer; font-family: var(--frame-sans); padding: 0; display: inline-block; }
.for-orgs .split__cta { color: var(--white); border-bottom: 1px solid rgba(255,255,255,0.35); padding-bottom: 2px; }
.for-leaders .split__cta { color: var(--navy); border-bottom: 1px solid rgba(20,40,59,0.35); padding-bottom: 2px; }

/* -------- How I Work / AIM Framework -------- */
.how { background: var(--navy); color: var(--white); }
.how .section__eyebrow { color: var(--terracotta-soft); }
.how .section__title { color: var(--white); }
.how__sub { font-family: var(--display); font-style: italic; font-size: 1rem; color: var(--terracotta-soft); margin: 0.6rem 0 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2rem; }
.step { border-top: 1px solid rgba(216,177,157,0.3); padding-top: 1.1rem; }
.step__letter { font-family: var(--display); font-weight: 600; font-size: 1.8rem; color: var(--terracotta-soft); line-height: 1; }
.step h4 { font-family: var(--display); font-weight: 500; font-size: 1.05rem; margin: 0.7rem 0 0.6rem; }
.step p { font-size: 0.85rem; line-height: 1.6; color: rgba(255,255,255,0.68); margin: 0; }

/* -------- Profile -------- */
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 2.5rem; }
.about-aside { display: flex; flex-direction: column; }
.about-photo { width: 100%; max-width: 360px; height: auto; display: block; margin: 0 0 1.4rem; }
.about-pull { font-family: var(--display); font-style: italic; font-size: clamp(1.3rem, 3vw, 1.7rem); line-height: 1.3; color: var(--slate); margin: 0; }
.about-body p { font-size: 0.92rem; line-height: 1.65; color: var(--slate); margin: 0 0 1.1rem; }
.cred-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--cream-line); border: 1px solid var(--cream-line); margin-top: 1.4rem; }
.cred-card { background: var(--cream); padding: 1.3rem 1.4rem; }
.cred-card__tag { font-family: var(--frame-mono); font-size: 0.64rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--terracotta); margin: 0 0 0.8rem; }
.cred-card__item { margin-bottom: 0.85rem; }
.cred-card__item:last-child { margin-bottom: 0; }
.cred-card__item h5 { font-family: var(--display); font-weight: 500; font-size: 0.95rem; margin: 0 0 0.15rem; color: var(--navy); }
.cred-card__item span { font-size: 0.76rem; color: var(--slate); }

/* -------- Testimonials -------- */
.testimonials { background: var(--cream-card); }
.t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--cream-line); border-top: 1px solid var(--cream-line); }
.t-card { background: var(--cream-card); padding: 1.7rem 1.6rem; display: flex; flex-direction: column; gap: 1rem; }
.t-card p.quote { font-family: var(--display); font-style: italic; font-size: 0.98rem; line-height: 1.55; color: var(--navy); margin: 0; }
.t-card__by { font-family: var(--frame-mono); font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--terracotta); margin-top: auto; }

/* -------- Insights -------- */
.i-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--cream-line); border: 1px solid var(--cream-line); margin-top: 0.5rem; }
.i-card { background: var(--cream); padding: 1.6rem 1.5rem; display: flex; flex-direction: column; gap: 0.8rem; min-height: 190px; }
.i-card__tag { font-family: var(--frame-mono); font-size: 0.64rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--terracotta); }
.i-card h4 { font-family: var(--display); font-weight: 500; font-size: 1.02rem; line-height: 1.35; margin: 0; color: var(--navy); }
.i-card p { font-size: 0.78rem; color: var(--slate); margin: 0; line-height: 1.5; }
.i-card__go { margin-top: auto; font-size: 0.9rem; color: var(--terracotta); }
.i-card__go:hover { text-decoration: underline; }
.i-note { font-size: 0.85rem; color: var(--slate); margin: 1.6rem 0 0; line-height: 1.6; }
.i-note a { color: var(--terracotta); font-weight: 600; }
.i-note a:hover { text-decoration: underline; }

/* -------- Podcast (Déclic — video podcast) -------- */
.podcast { margin-top: 1.8rem; border: 1px solid var(--cream-line); border-radius: 4px; padding: 1.2rem 1.6rem; display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; background: var(--cream-card); }
.podcast__thumb { width: 60px; height: 60px; border-radius: 4px; background: linear-gradient(135deg, var(--navy), var(--navy-deep)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.podcast__play { width: 26px; height: 26px; color: var(--terracotta-soft); }
.podcast__info { flex: 1; min-width: 140px; }
.podcast__tag { font-family: var(--frame-mono); font-size: 0.64rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--slate); margin: 0 0 0.15rem; }
.podcast__name { font-family: var(--display); font-weight: 500; font-style: italic; font-size: 1.2rem; color: var(--navy); margin: 0; }
.podcast__ep { display: flex; align-items: center; gap: 0.9rem; margin-left: auto; }
.podcast__ep-no { font-family: var(--frame-mono); font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--terracotta); border: 1px solid var(--terracotta-soft); border-radius: 999px; padding: 0.3rem 0.8rem; white-space: nowrap; }
.podcast__ep-title { font-size: 0.85rem; color: var(--slate); white-space: nowrap; }
.podcast__ep-title:hover { color: var(--terracotta); }

/* -------- Wellthy Hub strip -------- */
.wellthy { background: var(--cream-card); padding: 1.8rem 2.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; border-bottom: 1px solid var(--cream-line); }
.wellthy__tag { font-family: var(--frame-mono); font-size: 0.64rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--slate); margin: 0 0 0.2rem; }
.wellthy__name { display: flex; align-items: center; gap: 0.6rem; font-family: var(--display); font-weight: 500; font-size: 1.25rem; color: var(--navy); margin: 0; }
.wellthy__icon { color: var(--terracotta); }
.wellthy__desc { font-size: 0.85rem; color: var(--slate); max-width: 40ch; margin: 0; }
.wellthy__link { font-size: 0.82rem; font-weight: 600; color: var(--navy); white-space: nowrap; }
.wellthy__link:hover { color: var(--terracotta); }

/* -------- Final CTA -------- */
.cta { background: var(--navy-deep); color: var(--white); text-align: center; padding: 4rem 2.4rem; }
.cta__eyebrow { font-family: var(--frame-mono); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--terracotta-soft); margin: 0 0 1rem; }
.cta h3 { font-family: var(--display); font-weight: 500; font-size: clamp(1.6rem, 4vw, 2.3rem); line-height: 1.2; max-width: 22ch; margin: 0 auto 1rem; text-wrap: balance; }
.cta p { font-size: 0.92rem; color: rgba(255,255,255,0.68); max-width: 48ch; margin: 0 auto 1.8rem; line-height: 1.6; }

/* -------- Contact form (Formspree — no email/phone ever in source) -------- */
.contact-form { max-width: 46ch; }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: block; font-family: var(--frame-mono); font-size: 0.64rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--slate); margin-bottom: 1rem; }
.contact-form input, .contact-form textarea {
  display: block; width: 100%; margin-top: 0.4rem; font-family: var(--frame-sans); font-size: 0.88rem; color: var(--navy);
  background: var(--white); border: 1px solid var(--cream-line); border-radius: 3px; padding: 0.65rem 0.75rem; resize: vertical;
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--terracotta); }
.contact-form__submit { border: none; cursor: pointer; }
.contact-form__note { font-size: 0.78rem; color: var(--slate); margin: 0.9rem 0 0; }

/* -------- Footer -------- */
.footer { background: var(--navy); color: rgba(255,255,255,0.8); padding: 1.6rem 2.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; font-size: 0.78rem; }
.footer__brand { color: var(--white); font-family: var(--display); font-size: 1rem; }
.footer__tagline { font-family: var(--frame-mono); font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--terracotta-soft); margin-top: 0.2rem; }
.footer__nav { display: flex; flex-wrap: wrap; gap: 0.8rem 1.2rem; list-style: none; margin: 0; padding: 0; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.68rem; }
.footer__nav a:hover { color: var(--terracotta-soft); }
.footer__social { display: flex; align-items: center; gap: 1.1rem; }
.footer__social a { color: rgba(255,255,255,0.7); display: inline-flex; line-height: 0; }
.footer__social a:hover { color: var(--terracotta-soft); }
.footer__social .icon { width: 17px; height: 17px; }
.footer__bottom { background: var(--navy-deep); color: rgba(255,255,255,0.45); text-align: center; padding: 0.9rem 2.4rem; font-size: 0.68rem; letter-spacing: 0.02em; }

/* -------- responsive -------- */
@media (max-width: 1000px) {
  .stats, .steps, .t-grid, .i-grid, .cred-cards { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; }
  .hero__photo { min-height: 220px; order: -1; }
  .stats, .steps, .t-grid, .i-grid, .cred-cards, .split, .thesis { grid-template-columns: 1fr; }
  .thesis__inner { max-width: none; }
  .thesis__diagram { margin-top: 1rem; }
  .contact-form__row { grid-template-columns: 1fr; }
  .footer { flex-direction: column; align-items: flex-start; }
  .podcast__ep { margin-left: 0; }
}

/* -------- responsive logo lockup: full -> compact (tagline dropped) -------- */
@media (max-width: 560px) {
  .site-nav__tagline { display: none; }
  .logo-mark { width: 32px; height: 32px; font-size: 0.78rem; }
}
