/* ===================== TOKENS ===================== */
:root {
  --ink: #0c0d10;
  --ink-soft: #1a1c22;
  --paper: #faf7f1;
  --paper-2: #f3eee4;
  --white: #ffffff;
  --gold: #c2a24c;
  --gold-bright: #d8bd6a;
  --gold-glow: rgba(194, 162, 76, 0.18);
  --muted: #5d5f66;
  --line: #e7e2d6;
  --line-dark: #2a2c33;
  --radius: 16px;
  --radius-lg: 26px;
  --maxw: 1160px;
  --shadow: 0 18px 50px -24px rgba(12, 13, 16, 0.28);
  --shadow-soft: 0 10px 30px -20px rgba(12, 13, 16, 0.25);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
}

/* ===================== BASE ===================== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
em { font-style: italic; color: var(--gold); }
.bulb { color: var(--gold); font-style: normal; }

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-weight: 600; font-size: 0.95rem;
  padding: 0.7rem 1.3rem; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: var(--ink); box-shadow: 0 10px 24px -12px var(--gold); }
.btn-gold:hover { background: var(--gold-bright); }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { color: var(--gold); }
.btn-outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--white); }
.btn-lg { padding: 0.95rem 1.7rem; font-size: 1.02rem; }
.btn-block { width: 100%; }

/* ===================== HEADER ===================== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 247, 241, 0.82);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 28px; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 40px; height: 40px; object-fit: contain; }
.brand-text { font-family: var(--serif); font-weight: 600; font-size: 1.12rem; letter-spacing: -0.01em; }
.main-nav { display: flex; gap: 28px; margin-left: 12px; }
.main-nav a { font-size: 0.95rem; font-weight: 500; color: var(--muted); transition: color .15s; }
.main-nav a:hover { color: var(--ink); }
.header-cta { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; }

/* ===================== HERO ===================== */
.hero { position: relative; overflow: hidden; padding: 96px 0 84px; }
.hero-glow {
  position: absolute; top: -180px; right: -120px; width: 620px; height: 620px;
  background: radial-gradient(circle, var(--gold-glow), transparent 62%);
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 880px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); padding: 7px 14px; border: 1px solid var(--line);
  border-radius: 999px; background: var(--white);
}
.hero-title {
  font-family: var(--serif); font-weight: 600; letter-spacing: -0.02em;
  font-size: clamp(2.8rem, 6.2vw, 5rem); line-height: 1.02; margin: 22px 0 0;
}
.hero-sub { font-size: 1.18rem; color: var(--muted); max-width: 620px; margin-top: 24px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-trust { margin-top: 56px; }
.hero-trust > span { font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.logo-strip { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 38px; margin-top: 18px; }
.logo-strip li { display: flex; align-items: center; }
.logo-strip img { height: 42px; width: auto; max-width: 150px; object-fit: contain; opacity: 0.78; transition: opacity .2s ease; }
.logo-strip img:hover { opacity: 1; }

/* ===================== LOGOS BAND ===================== */
.logos-band { padding: 46px 0; background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.logos-band-label { text-align: center; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 30px; font-weight: 600; }
.logo-strip-band { justify-content: center; align-items: center; gap: 38px 50px; }
.logo-strip-band img { height: 44px; max-width: 160px; }
.logo-strip-band img.logo-chip { height: 52px; border-radius: 8px; }

/* ===================== WHO WE SERVE ===================== */
.serve-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.serve-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease; }
.serve-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.serve-card h3 { font-family: var(--serif); font-size: 1.22rem; font-weight: 600; margin-bottom: 10px; padding-left: 16px; position: relative; }
.serve-card h3::before { content: ""; position: absolute; left: 0; top: 0.45em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.serve-card p { color: var(--muted); font-size: 0.95rem; line-height: 1.55; }
@media (max-width: 920px) { .serve-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .serve-grid { grid-template-columns: 1fr; } }

/* ===================== SECTION SHELL ===================== */
.section { padding: 92px 0; }
.section-muted { background: var(--paper-2); }
.section-dark { background: var(--ink); color: var(--paper); }
#schedule {
  position: relative;
  background-image: linear-gradient(rgba(12,13,16,0.88), rgba(12,13,16,0.94)), url('../img/ny-skyline.jpg');
  background-size: cover; background-position: center bottom;
}
.section-dark .section-lead { color: #a9abb4; }
.section-head { max-width: 640px; margin-bottom: 52px; }
.section-kicker { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.section-kicker.gold { color: var(--gold-bright); }
.section-title { font-family: var(--serif); font-weight: 600; letter-spacing: -0.02em; font-size: clamp(2rem, 3.6vw, 2.9rem); line-height: 1.08; margin-top: 14px; }
.section-lead { font-size: 1.12rem; color: var(--muted); margin-top: 16px; }

/* ===================== SERVICES ===================== */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 34px 30px; box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.svc-num { font-family: var(--serif); font-size: 1.1rem; color: var(--gold); font-weight: 600; }
.svc-card h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; margin: 10px 0 8px; }
.svc-card > p { color: var(--muted); margin-bottom: 18px; }
.svc-card ul { list-style: none; }
.svc-card li { padding: 8px 0; border-top: 1px solid var(--line); font-size: 0.96rem; position: relative; padding-left: 20px; }
.svc-card li::before { content: ""; position: absolute; left: 0; top: 0.95em; width: 11px; height: 2px; background: var(--gold); }

/* ===================== STEPS ===================== */
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { background: var(--ink-soft); border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 28px 24px; }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--gold);
  color: var(--gold); font-family: var(--serif); font-size: 1.2rem; font-weight: 600; margin-bottom: 16px;
}
.step h3 { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; margin-bottom: 8px; }
.step p { color: #a9abb4; font-size: 0.96rem; }

/* ===================== ASSESSMENT ===================== */
.assessment { background: var(--paper); }
.assessment-card {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 0; overflow: hidden;
  border-radius: var(--radius-lg); border: 1px solid var(--line); box-shadow: var(--shadow); background: var(--white);
}
.assessment-copy { padding: 52px 48px; }
.assessment-copy .section-title { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.check-list { list-style: none; margin-top: 24px; }
.check-list li { position: relative; padding: 9px 0 9px 34px; font-size: 1.02rem; }
.check-list li::before {
  content: "\2713"; position: absolute; left: 0; top: 8px;
  width: 22px; height: 22px; border-radius: 50%; background: var(--gold-glow); color: var(--gold);
  display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 700;
}
.assessment-action {
  background: var(--ink); color: var(--paper); padding: 52px 40px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 16px;
}
.assessment-badge {
  width: 76px; height: 76px; border-radius: 50%; border: 1px solid var(--gold);
  display: flex; align-items: center; justify-content: center; font-size: 2rem;
  background: radial-gradient(circle, var(--gold-glow), transparent 70%);
}
.assessment-soon { color: #a9abb4; font-size: 0.95rem; }
.assessment-fineprint { font-size: 0.82rem; color: #80828b; }

/* ===================== ABOUT ===================== */
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }
.about-media { position: relative; }
.about-photo-frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.about-photo-placeholder {
  aspect-ratio: 4 / 5; background: linear-gradient(160deg, var(--paper-2), var(--white));
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  color: var(--muted); font-family: var(--serif); font-size: 1.2rem;
}
.about-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 20%; display: block; }
.bulb.big { font-size: 3rem; }
.about-badge-est {
  position: absolute; bottom: -18px; right: -18px; background: var(--gold); color: var(--ink);
  border-radius: 50%; width: 92px; height: 92px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; font-size: 0.72rem; letter-spacing: 0.1em;
  font-weight: 700; text-align: center; line-height: 1.2; box-shadow: var(--shadow);
}
.about-badge-est strong { font-family: var(--serif); font-size: 1.3rem; }
.about-copy .section-title { margin-bottom: 18px; }
.about-copy p { color: var(--muted); margin-bottom: 16px; font-size: 1.05rem; }
.about-stats { display: flex; gap: 32px; margin-top: 28px; flex-wrap: wrap; }
.about-stats div { display: flex; flex-direction: column; }
.about-stats strong { font-family: var(--serif); font-size: 1.5rem; color: var(--ink); }
.about-stats span { font-size: 0.9rem; color: var(--muted); }
.about-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 56px; }
.about-gallery figure { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-soft); position: relative; }
.about-gallery img { width: 100%; height: 320px; object-fit: cover; display: block; }
.about-gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 18px 14px;
  background: linear-gradient(transparent, rgba(12,13,16,0.82)); color: var(--paper);
  font-size: 0.88rem; font-weight: 500;
}

/* ===================== ABOUT PAGE ===================== */
.about-intro { padding-bottom: 40px; }
.about-intro-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 56px; align-items: center; }
.about-lead { font-size: 1.25rem; color: var(--muted); margin: 18px 0 28px; max-width: 520px; }
.about-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.about-intro-media { position: relative; max-width: 360px; justify-self: end; }
.about-article { padding-top: 24px; }
.about-article .container { max-width: 760px; }
.about-article .lead-para { font-family: var(--serif); font-size: 1.4rem; line-height: 1.45; color: var(--ink); margin-bottom: 40px; }
.about-article h2 { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; margin: 38px 0 14px; }
.about-article p { font-size: 1.08rem; color: var(--ink-soft); margin-bottom: 16px; line-height: 1.7; }
.about-article-photo { margin: 40px 0; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); position: relative; }
.about-article-photo img { width: 100%; height: 380px; object-fit: cover; object-position: center 30%; display: block; }
.about-article-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 20px 16px; background: linear-gradient(transparent, rgba(12,13,16,0.82)); color: var(--paper); font-size: 0.9rem; }
.about-article-photo.portrait { max-width: 440px; margin-left: auto; margin-right: auto; }
.about-article-photo.portrait img { height: auto; aspect-ratio: 3 / 4; object-fit: cover; object-position: center 30%; }
.pull-quote { font-family: var(--serif); font-size: 1.7rem; line-height: 1.35; color: var(--ink); border-left: 3px solid var(--gold); padding: 6px 0 6px 26px; margin: 40px 0; font-weight: 500; }
.about-cta { text-align: center; }
.about-cta .section-lead { margin: 16px auto 28px; max-width: 560px; }
.about-cta .about-actions { justify-content: center; }
.about-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 22px; font-weight: 600; color: var(--ink); border-bottom: 2px solid var(--gold); padding-bottom: 2px; transition: gap .15s ease; }
.about-more:hover { gap: 10px; }
@media (max-width: 820px) {
  .about-intro-grid { grid-template-columns: 1fr; }
  .about-intro-media { justify-self: start; margin-top: 10px; }
}

/* ===================== QUOTES ===================== */
.quote-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 30px; box-shadow: var(--shadow-soft); }
.quote-card blockquote { font-family: var(--serif); font-size: 1.25rem; line-height: 1.45; color: var(--ink); margin-bottom: 22px; }
.quote-card figcaption { display: flex; flex-direction: column; border-top: 1px solid var(--line); padding-top: 16px; }
.quote-card strong { font-weight: 600; }
.quote-card span { font-size: 0.9rem; color: var(--muted); }
.results-note { margin-top: 22px; font-size: 0.9rem; color: var(--muted); font-style: italic; }

/* Testimonials masonry */
.testimonials { column-count: 3; column-gap: 22px; }
.testimonials .quote-card { break-inside: avoid; margin: 0 0 22px; }
.testimonials blockquote { font-size: 1.04rem; line-height: 1.55; font-weight: 400; position: relative; }
.testimonials blockquote::before {
  content: "\201C"; font-family: var(--serif); color: var(--gold);
  font-size: 2.2rem; line-height: 0; position: relative; top: 0.4rem; margin-right: 2px;
}
@media (max-width: 920px) { .testimonials { column-count: 2; } }
@media (max-width: 600px) { .testimonials { column-count: 1; } }

/* ===================== SCHEDULE ===================== */
.schedule-preview { max-width: 560px; margin: 0 auto; text-align: center; }
.schedule-days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 14px; }
.sched-day { background: var(--ink-soft); border: 1px solid var(--line-dark); border-radius: 12px; padding: 16px 0; }
.sched-dow { font-weight: 600; color: var(--paper); }
.schedule-slots { display: flex; gap: 12px; justify-content: center; }
.slot {
  flex: 1; max-width: 180px; background: transparent; border: 1px solid var(--gold);
  color: var(--gold-bright); border-radius: 12px; padding: 16px; font-weight: 600; font-family: var(--sans); font-size: 1rem;
}
.slot:disabled { opacity: 0.55; }
.schedule-soon { margin-top: 22px; color: #a9abb4; font-size: 0.95rem; }

/* ===================== FOOTER ===================== */
.site-footer { background: var(--ink); color: var(--paper); padding: 64px 0 28px; }
.footer-inner { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 1px solid var(--line-dark); }
.footer-mark { width: 54px; height: 54px; object-fit: contain; background: var(--white); border-radius: 12px; padding: 6px; }
.footer-brand p { font-family: var(--serif); font-size: 1.2rem; margin-top: 14px; }
.footer-contact { display: flex; flex-direction: column; gap: 8px; text-align: right; }
.footer-contact a { color: var(--paper); transition: color .15s; }
.footer-contact a:hover { color: var(--gold-bright); }
.footer-social { display: flex; gap: 16px; justify-content: flex-end; margin-top: 8px; }
.footer-social a { font-size: 0.9rem; color: #a9abb4; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; font-size: 0.88rem; color: #80828b; flex-wrap: wrap; gap: 10px; }
.footer-bottom a { color: #a9abb4; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 920px) {
  .cards-3 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .assessment-card { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-media { max-width: 380px; }
  .main-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
}
@media (max-width: 560px) {
  .steps { grid-template-columns: 1fr; }
  .assessment-copy, .assessment-action { padding: 36px 28px; }
  .footer-inner { flex-direction: column; }
  .footer-contact { text-align: left; align-items: flex-start; }
  .footer-social { justify-content: flex-start; }
}
