/* ============ TOKENS ============ */
:root {
  --bg: #0e0b0c;
  --bg-soft: #16110f;
  --card: #1a1413;
  --card-2: #211917;
  --line: #33272400;
  --border: rgba(224, 122, 95, 0.22);
  --border-soft: rgba(255, 255, 255, 0.07);
  --text: #ece7e4;
  --muted: #b8afaa;
  --muted-2: #978c86;
  --accent: #e07a5f;
  --accent-strong: #d15a45;
  --accent-dim: rgba(224, 122, 95, 0.10);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Montserrat", system-ui, sans-serif;
  --maxw: 1120px;
  --radius: 14px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  /* 400, not 300: Montserrat Light renders thin and smeary as light-on-dark,
     especially on standard-density (non-Retina) monitors. */
  font-weight: 400;
  line-height: 1.65;
  overflow-x: hidden;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

.accent { color: var(--accent); }

.display {
  font-family: var(--serif);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.01em;
  font-size: clamp(3.2rem, 9vw, 6rem);
}

.lead {
  color: var(--muted);
  font-size: clamp(0.98rem, 1.4vw, 1.12rem);
  max-width: 42ch;
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 26px;
  border-radius: 8px;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
.btn-solid {
  background: var(--accent-strong);
  color: #fff;
  border: 1px solid var(--accent-strong);
  box-shadow: 0 8px 24px rgba(209, 90, 69, 0.28);
}
.btn-solid:hover { background: var(--accent); transform: translateY(-2px); }
.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
}
.btn-outline:hover { background: var(--accent-dim); transform: translateY(-2px); }

/* ============ HEADER ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(14, 11, 12, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-soft);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { text-decoration: none; display: flex; flex-direction: column; line-height: 1; }
.logo-main {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
  color: var(--text);
}
.logo-sub {
  /* was 0.56rem/300 (~9px) — too small and thin to render cleanly */
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  color: var(--accent);
  margin-top: 3px;
  border-top: 1px solid var(--border);
  padding-top: 4px;
}
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--text); }
.nav-cta { padding: 10px 20px; font-size: 0.72rem; color: #fff !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text); transition: 0.3s; }

/* ============ HERO / HOME ============ */
.hero { padding: 0 0 clamp(50px, 8vw, 90px); position: relative; overflow: hidden; }
.hero-inner {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  align-items: center;
  min-height: min(78vh, 720px);
  padding: 40px 22px 44px;
}
.hero-text { max-width: 520px; }
.hero-text .display { font-size: clamp(2.9rem, 7.5vw, 5.2rem); margin: 6px 0 22px; }
.hero-photo { position: relative; align-self: stretch; display: flex; align-items: center; }
.hero-photo img { display: block; width: 100%; height: auto; max-height: 660px; object-fit: contain; margin-left: auto; }

/* nav cards */
.nav-cards { display: grid; gap: 16px; margin-top: 4px; }
.nav-card {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 26px;
  background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 22px 30px;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
.nav-card:hover { border-color: var(--border); background: var(--card-2); transform: translateX(5px); }
.nc-num { font-family: var(--serif); font-size: 1.9rem; font-weight: 700; color: var(--accent); padding-right: 26px; border-right: 1px solid var(--border-soft); }
.nc-ic { width: 66px; height: 66px; border-radius: 50%; background: var(--accent-strong); display: grid; place-items: center; flex: 0 0 auto; }
.nc-ic svg { width: 32px; height: 32px; fill: none; stroke: #fff; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.nc-body strong { display: block; font-family: var(--serif); font-weight: 600; font-size: 1.5rem; color: var(--text); margin-bottom: 5px; }
.nc-body span { color: var(--muted); font-size: 0.92rem; line-height: 1.55; }
.nc-arrow { color: var(--accent); font-size: 1.7rem; line-height: 1; transition: transform 0.22s ease; }
.nav-card:hover .nc-arrow { transform: translateX(5px); }

/* ============ SECTIONS ============ */
.section { padding: clamp(56px, 9vw, 110px) 0; position: relative; }
.services { background: var(--bg-soft); }
.book { background: radial-gradient(120% 80% at 70% 0%, #1c1210 0%, var(--bg) 60%); }

/* ============ ABOUT HERO ============ */
.about-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: center;
  min-height: 40vh;
}
.about-hero-text h1 { margin-bottom: 22px; }
.about-hero-art { position: relative; height: 300px; }
.monogram {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--serif);
  font-weight: 900;
  font-size: 15rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.045);
  letter-spacing: -0.05em;
  user-select: none;
}
.branch { position: absolute; right: 2%; top: 0; height: 100%; width: auto; opacity: 0.9; }

/* credentials */
.credentials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 46px;
}
.cred { display: flex; align-items: center; gap: 16px; }
.cred-ic {
  flex: 0 0 auto;
  width: 56px; height: 56px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: grid; place-items: center;
}
.cred-ic svg { width: 26px; height: 26px; fill: none; stroke: var(--accent); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.cred p { font-size: 0.98rem; color: var(--text); font-weight: 400; }

/* experience band */
.exp-band {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  background: linear-gradient(120deg, var(--card) 0%, var(--card-2) 100%);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 30px 34px;
}
.exp-ic { width: 78px; height: 78px; border: 1px solid var(--border); border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; }
.exp-ic svg { width: 38px; height: 38px; fill: none; stroke: var(--accent); stroke-width: 1.2; stroke-linejoin: round; }
.exp-num { display: flex; flex-direction: column; line-height: 0.9; padding-right: 24px; border-right: 1px solid var(--border-soft); }
.exp-num strong { font-family: var(--serif); font-size: 3.4rem; color: var(--accent); font-weight: 800; }
.exp-num span { font-family: var(--serif); font-size: 1.5rem; color: var(--accent); letter-spacing: 0.1em; }
.exp-copy h3 { font-family: var(--sans); font-weight: 600; letter-spacing: 0.08em; font-size: 1.05rem; margin-bottom: 6px; }
.exp-copy p { color: var(--muted); font-size: 0.95rem; }

/* about grid */
.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.col-card {
  background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 30px 26px;
}
.col-head {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  padding-bottom: 14px;
  position: relative;
}
.col-head::after { content: ""; position: absolute; left: 0; bottom: 0; width: 46px; height: 2px; background: var(--accent); }
.col-card p { color: var(--muted); font-size: 0.92rem; margin-top: 14px; }

.brand-list { list-style: none; margin-top: 8px; }
.brand-list li {
  color: var(--text);
  font-size: 0.92rem;
  padding: 9px 0 9px 20px;
  position: relative;
  border-bottom: 1px dashed var(--border-soft);
}
.brand-list li::before { content: "›"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.flag { margin-left: 4px; }
.brand-more { font-style: italic; color: var(--muted-2) !important; }

.testi-scroll { max-height: 520px; overflow-y: auto; padding-right: 10px; margin-top: 10px; }
.testi-scroll::-webkit-scrollbar { width: 5px; }
.testi-scroll::-webkit-scrollbar-thumb { background: var(--border); border-radius: 4px; }
.testi { position: relative; padding: 6px 0 20px 34px; border-bottom: 1px solid var(--border-soft); margin-bottom: 16px; }
.testi:last-child { border-bottom: 0; }
.testi-n {
  position: absolute; left: 0; top: 2px;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--accent-strong); color: #fff;
  display: grid; place-items: center; font-size: 0.75rem; font-weight: 700;
}
.stars { color: var(--accent); letter-spacing: 2px; font-size: 0.85rem; display: block; margin-bottom: 6px; }
.star-dim { color: var(--muted-2); }
.testi p { color: var(--muted); font-size: 0.85rem; margin-top: 0; line-height: 1.6; }

/* team */
.team { margin-top: 56px; text-align: center; }
.team-head {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  letter-spacing: 0.06em;
  margin-bottom: 34px;
  position: relative;
  display: inline-block;
}
.team-head::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: -12px; width: 70px; height: 2px; background: var(--accent); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.team-card { background: var(--card); border: 1px solid var(--border-soft); border-radius: var(--radius); padding: 28px 22px; }
.team-card h3 { font-family: var(--serif); color: var(--accent); font-size: 1.25rem; font-weight: 600; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.04em; }
.team-card p { color: var(--muted); font-size: 0.9rem; }
.team-edu { margin-top: 12px; color: var(--text) !important; }
.team-edu strong { color: var(--text); letter-spacing: 0.05em; }

/* ============ SERVICES ============ */
.services-hero { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 20px; align-items: center; }
.services-art { position: relative; }
.services-art img { display: block; width: 100%; height: auto; }
.services-intro { max-width: 620px; }
.services-intro h2 { margin-bottom: 18px; }
.services-sub { font-family: var(--serif); font-weight: 500; font-size: clamp(1.4rem, 3.4vw, 2.1rem); margin-bottom: 16px; }
.divider { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 54px 0 38px; }
.divider::before, .divider::after { content: ""; height: 1px; width: min(120px, 20vw); background: linear-gradient(90deg, transparent, var(--accent)); }
.divider::after { background: linear-gradient(90deg, var(--accent), transparent); }
.divider span { font-family: var(--serif); font-size: 1.15rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text); white-space: nowrap; }

.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc-card {
  background: linear-gradient(180deg, var(--card) 0%, rgba(26, 20, 19, 0.4) 100%);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 38px 26px;
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.svc-card:hover { transform: translateY(-5px); border-color: var(--border); box-shadow: 0 16px 40px rgba(0,0,0,0.4); }
.svc-ic { width: 82px; height: 82px; margin: 0 auto 22px; border: 1px solid var(--border); border-radius: 50%; display: grid; place-items: center; }
.svc-ic svg { width: 40px; height: 40px; fill: none; stroke: var(--accent); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.svc-card h4 { font-family: var(--serif); font-weight: 600; font-size: 1.3rem; margin-bottom: 12px; }
.svc-card p { color: var(--accent); font-size: 0.9rem; font-weight: 400; }

.svc-connect { text-align: center; margin-top: 38px; }
.svc-connect-note { color: var(--muted); font-size: 0.88rem; margin-top: 12px; }

.why { margin-top: 40px; background: var(--card); border: 1px solid var(--border-soft); border-radius: var(--radius); padding: 30px 34px; }
.why-head { font-family: var(--serif); font-weight: 500; font-size: 1.3rem; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 10px; }
.why p { color: var(--muted); max-width: 60ch; font-size: 0.95rem; }

.svc-closing { text-align: center; margin-top: 56px; position: relative; }
.threads-accent { position: absolute; left: 0; bottom: -10px; width: 220px; max-width: 26%; height: auto; pointer-events: none; }
.closing-big { font-family: var(--serif); font-size: clamp(1.5rem, 3.6vw, 2.2rem); font-weight: 500; }
.closing-accent { font-family: var(--serif); font-size: clamp(1.2rem, 3vw, 1.7rem); font-style: italic; margin: 6px 0 26px; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 60px; padding-top: 34px; border-top: 1px solid var(--border-soft); }
.stat { text-align: center; }
.stat strong { display: block; font-family: var(--serif); color: var(--accent); font-size: 1.5rem; font-weight: 700; }
.stat span { color: var(--muted); font-size: 0.85rem; }

/* ============ BOOK ============ */
.book-intro { text-align: center; margin-bottom: 10px; }
.eyebrow { display: block; text-transform: uppercase; letter-spacing: 0.28em; font-size: 0.78rem; font-weight: 600; margin-bottom: 20px; }
.book-intro h2 { margin: 0 auto; }
.book-lead { margin: 16px auto 0; }
.plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
.plan {
  position: relative;
  background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 40px 32px 34px;
  text-align: center;
}
.plan-featured { border-color: var(--border); background: linear-gradient(180deg, var(--card-2) 0%, var(--card) 100%); box-shadow: 0 20px 50px rgba(0,0,0,0.35); }
.plan-n {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--accent-strong); color: #fff;
  display: grid; place-items: center; font-weight: 700;
}
.plan-ic { width: 72px; height: 72px; margin: 6px auto 16px; display: grid; place-items: center; }
.plan-ic svg { width: 42px; height: 42px; fill: none; stroke: var(--accent); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.plan h3 { font-family: var(--serif); font-weight: 600; font-size: 1.6rem; letter-spacing: 0.03em; text-transform: uppercase; }
.plan-tag { color: var(--accent); font-style: italic; font-size: 0.92rem; margin: 8px 0 16px; }
.plan-desc { color: var(--muted); font-size: 0.9rem; margin-bottom: 18px; }
.plan-meta { list-style: none; text-align: left; max-width: 260px; margin: 0 auto 8px; }
.plan-meta li { color: var(--muted); font-size: 0.9rem; padding: 7px 0; border-bottom: 1px solid var(--border-soft); }
.plan-meta li span { display: inline-block; width: 24px; color: var(--accent); }
.plan-meta strong { color: var(--text); }
.plan-includes-head { text-align: left; max-width: 260px; margin: 16px auto 8px; color: var(--accent); font-weight: 600; font-size: 0.9rem; }
.plan-includes { list-style: none; text-align: left; max-width: 260px; margin: 0 auto; }
.plan-includes li { color: var(--muted); font-size: 0.88rem; padding: 5px 0 5px 22px; position: relative; }
.plan-includes li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.plan-cta { margin-top: 26px; width: 100%; }

/* ============ FOOTER ============ */
.site-footer { background: #0a0809; border-top: 1px solid var(--border-soft); padding-top: 46px; }
.footer-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; padding-bottom: 40px; }
.footer-brand .logo-main { font-size: 1.7rem; }
.footer-brand .logo-sub { display: inline-block; }
.founder { margin-top: 18px; color: var(--muted); }
.founder strong { color: var(--text); font-family: var(--serif); font-size: 1.05rem; }
.footer-contacts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-content: center; }
.fc { display: flex; align-items: center; gap: 14px; color: var(--muted); text-decoration: none; font-size: 0.92rem; }
.fc small { color: var(--muted-2); font-size: 0.78rem; }
.fc-ic { flex: 0 0 auto; width: 46px; height: 46px; border: 1px solid var(--border); border-radius: 50%; display: grid; place-items: center; }
.fc-ic svg { width: 22px; height: 22px; fill: none; stroke: var(--accent); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
a.fc:hover .fc-ic { background: var(--accent-dim); }
.footer-bar { border-top: 1px solid var(--border-soft); padding: 20px 0; text-align: center; }
.footer-bar p { color: var(--muted-2); font-size: 0.82rem; }

/* ============ REVEAL ANIM ============ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .nav-links {
    position: fixed; inset: 68px 0 auto 0;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--bg-soft); border-bottom: 1px solid var(--border-soft);
    padding: 10px 22px 22px; transform: translateY(-140%); transition: transform 0.35s ease;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { width: 100%; padding: 13px 0; border-bottom: 1px solid var(--border-soft); }
  .nav-cta { margin-top: 12px; text-align: center; border-bottom: 0 !important; }
  .nav-toggle { display: flex; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero-inner { grid-template-columns: 1fr; min-height: 0; gap: 8px; padding-top: 28px; }
  .hero-text { order: -1; max-width: 100%; }
  .hero-photo { justify-content: center; }
  .hero-photo img { max-width: 340px; margin: 0 auto; }
  .about-hero { grid-template-columns: 1fr; }
  .about-hero-art { height: 200px; order: -1; }
  .monogram { font-size: 9rem; right: 50%; transform: translate(50%, -50%); }
  .credentials { grid-template-columns: 1fr; gap: 14px; }
  .about-grid { grid-template-columns: 1fr; }
  .services-hero { grid-template-columns: 1fr; }
  .services-art { max-width: 420px; margin: 0 auto; order: -1; }
  .threads-accent { display: none; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .plans { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 26px; }
  .footer-contacts { grid-template-columns: 1fr; }
  .exp-num { border-right: 0; padding-right: 0; }
}
@media (max-width: 560px) {
  .team-grid { grid-template-columns: 1fr; }
  .nav-card { grid-template-columns: auto auto 1fr; gap: 16px; padding: 18px 18px; }
  .nc-num { font-size: 1.4rem; padding-right: 14px; }
  .nc-ic { width: 52px; height: 52px; }
  .nc-ic svg { width: 26px; height: 26px; }
  .nc-body strong { font-size: 1.2rem; }
  .nc-arrow { display: none; }
  .svc-grid { grid-template-columns: 1fr; }
  .exp-band { padding: 24px; }
  .divider span { font-size: 0.95rem; letter-spacing: 0.08em; }
  .plan { padding: 36px 22px 28px; }
}
