/* nathdanaik.tech — shared design system (compiled from claude_design 2) */

/* ---------- prose / legal pages (phase 5) ---------- */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-size: 20px; margin: 36px 0 10px; }
.prose p, .prose li { font-size: 15px; line-height: 1.7; color: #2a2a28; }
.prose p { margin: 0 0 18px; }          /* paragraph rhythm (the * reset zeroes it) */
.prose p:last-child { margin-bottom: 0; }
.prose hr { border: 0; border-top: 1px solid var(--line, #e6e4de); margin: 28px 0; }
/* Brand text-colour palette applied in the editor as <span class="c-…"> */
.prose .c-accent { color: #E8590C; }
.prose .c-plum   { color: #5C2D5E; }
.prose .c-green  { color: #3D6B4F; }
.prose .c-navy   { color: #1A3A5C; }
.prose .c-muted  { color: #6B6B66; }
.prose ul { margin: 0 0 4px; padding-left: 20px; }
.prose li { margin-bottom: 8px; }
.prose a { color: var(--accent, #E8590C); }
.prose-lead { font-size: 17px; line-height: 1.6; color: var(--muted, #6B6B66); margin-bottom: 8px; }
.prose-updated { margin-top: 32px; font-size: 13px; color: var(--muted, #6B6B66); }
footer.site a { color: rgba(252, 252, 250, 0.8); text-decoration: none; }
footer.site a:hover { color: var(--paper, #FCFCFA); }

/* ---------- lead magnet (phase 5) ---------- */
.magnet { max-width: 720px; margin: 0 auto; text-align: center; }
.magnet .lf-title { margin-bottom: 8px; }
.magnet-form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; max-width: 460px; margin: 24px auto 0; }
.magnet-form input { flex: 1 1 240px; border: 1.5px solid var(--line, #DAD8D0); border-radius: 999px; padding: 14px 22px; font-size: 15px; font-family: inherit; background: var(--paper, #FCFCFA); outline: none; }
.magnet-form input:focus { border-color: var(--ink, #111111); }
.magnet-form .form-status { flex: 1 1 100%; margin-top: 4px; text-align: center; }

/* ---------- lead / contact forms (phase 2) ---------- */
.lead-form { max-width: 720px; margin: 0 auto; text-align: left; padding: 32px; }
.lf-title { font-family: Anton, 'Space Grotesk', sans-serif; font-weight: 400; text-transform: uppercase; font-size: clamp(26px, 3vw, 40px); line-height: 1; margin-bottom: 8px; }
.lf-sub { font-size: 14px; color: var(--muted, #6B6B66); margin-bottom: 24px; }
.lf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.lead-form .field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.lead-form .field span { font-size: 13px; font-weight: 700; }
.lead-form .field em { font-style: normal; font-weight: 400; color: var(--muted, #6B6B66); }
.lead-form input, .lead-form textarea, .lead-form select {
  border: 1.5px solid var(--line, #DAD8D0); border-radius: 10px; padding: 12px 16px;
  font-size: 14px; font-family: inherit; background: var(--paper, #FCFCFA); color: var(--ink, #111111);
  outline: none; width: 100%; transition: border-color 0.2s;
}
.lead-form input:focus, .lead-form textarea:focus, .lead-form select:focus { border-color: var(--ink, #111111); }
.lead-form textarea { resize: vertical; min-height: 96px; }
.lead-form .consent { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 20px; font-size: 13px; color: var(--muted, #6B6B66); line-height: 1.5; cursor: pointer; }
.lead-form .consent input { width: auto; margin-top: 2px; accent-color: var(--accent, #E8590C); }
.lead-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.lf-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-status { font-size: 13px; font-weight: 600; min-height: 1.2em; }
.lead-form button[disabled] { opacity: 0.6; cursor: default; }
@media (max-width: 640px) { .lf-grid { grid-template-columns: 1fr; } .lead-form { padding: 24px 20px; } }

:root {
  --accent: #E8590C;
  --ink: #111111;
  --paper: #FCFCFA;
  --tone: #F3F2EC;
  --tone-2: #EFEEE9;
  --muted: #6B6B66;
  --line: #DAD8D0;
  --green: #3D6B4F;
  --navy: #1A3A5C;
  --plum: #5C2D5E;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
body.accent-plum { --accent: #5C2D5E; }
body.accent-green { --accent: #3D6B4F; }
body.accent-navy { --accent: #1A3A5C; }

* { margin: 0; padding: 0; box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Space Grotesk', 'Noto Sans Thai', sans-serif;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--ink); color: var(--paper); }
img { display: block; }

.display { font-family: Anton, 'Space Grotesk', sans-serif; font-weight: 400; text-transform: uppercase; }
.accent { color: var(--accent); }
.thai { font-family: 'Noto Sans Thai', 'Space Grotesk', sans-serif; }

/* ---------- reveal animations ---------- */
.word, .card {
  opacity: 0;
  transform: translateY(var(--rise, 26px));
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.word.in, .card.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .word, .card { opacity: 1 !important; transform: none !important; transition: none !important; }
  .marquee-strip { animation: none !important; }
  .kenburns { transform: none !important; transition: none !important; }
}

/* ---------- nav ---------- */
nav.site {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 28px;
  background: rgba(252, 252, 250, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.nav-logo { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.nav-logo span { font-weight: 700; font-size: 19px; letter-spacing: -0.02em; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  font-size: 13px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink); text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--accent); }
.nav-right { display: flex; align-items: center; gap: 20px; }
.nav-loc { font-size: 13px; font-weight: 500; color: var(--muted); }
.nav-cta {
  background: var(--ink); color: var(--paper); border-radius: 999px; padding: 10px 22px;
  font-size: 14px; font-weight: 600; text-decoration: none; transition: background 0.2s;
}
.nav-cta:hover, .nav-cta.active { background: var(--accent); }

/* mobile nav toggle (injected by site.js; visible only ≤760px) */
.nav-toggle {
  display: none;
  position: relative;
  width: 44px; height: 44px;
  border: none; background: transparent; cursor: pointer;
  padding: 0; flex-shrink: 0;
}
.nav-toggle span {
  position: absolute; left: 10px; right: 10px; height: 2px;
  background: var(--ink); border-radius: 2px;
  transition: transform 0.25s var(--ease), top 0.25s var(--ease);
}
.nav-toggle span:first-child { top: 17px; }
.nav-toggle span:last-child { top: 25px; }
nav.site.open .nav-toggle span:first-child { top: 21px; transform: rotate(45deg); }
nav.site.open .nav-toggle span:last-child { top: 21px; transform: rotate(-45deg); }

/* mobile dropdown menu (injected by site.js) */
.mobile-menu {
  display: none;
  position: absolute; top: 100%; left: 0; right: 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 8px 28px 20px 28px;
  flex-direction: column;
}
@media (max-width: 900px) {
  nav.site.open { background: var(--paper); }
  nav.site.open .mobile-menu { display: flex; }
}
.mobile-menu a {
  font-size: 13px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  padding: 15px 2px; border-bottom: 1px solid var(--line);
  transition: color 0.2s;
}
.mobile-menu a:hover, .mobile-menu a.active { color: var(--accent); }
.mobile-menu .mobile-loc {
  padding-top: 14px;
  font-size: 12px; font-weight: 500; color: var(--muted);
}

/* ---------- sections ---------- */
section.block { padding: 104px 28px; }
section.block.flush-bottom { padding-bottom: 0; }
.eyebrow {
  margin-bottom: 14px; text-align: center;
  font-size: 12px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted);
}
.eyebrow.left { text-align: left; }
.eyebrow a { color: var(--muted); text-decoration: none; }
.head {
  margin: 0 auto 64px auto; text-align: center;
  font-size: clamp(40px, 4.6vw, 76px); line-height: 1;
}
.head.tight { margin-bottom: 20px; }
.head .words { display: inline-flex; flex-wrap: wrap; justify-content: center; column-gap: 0.28em; }
.sub {
  margin: 0 auto 56px auto; text-align: center; max-width: 560px;
  font-size: 15px; line-height: 1.6; color: var(--muted);
}

/* ---------- page hero (split) ---------- */
.page-hero { padding: 88px 28px 96px 28px; }
.page-hero .split {
  display: grid; grid-template-columns: 7fr 5fr; gap: 48px;
  max-width: 1280px; margin: 0 auto; align-items: center;
}
.page-hero .split.even { grid-template-columns: 6fr 6fr; }
.page-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(48px, 6.4vw, 108px); line-height: 0.95;
}
.page-hero h1 .word { display: block; --rise: 28px; }
.page-hero .lede { max-width: 480px; font-size: 16px; line-height: 1.6; }
.page-hero .centered { max-width: 1080px; margin: 0 auto; }
.page-hero .centered.center-text { text-align: center; }
.page-hero .centered.center-text .lede { margin: 0 auto; }

/* image slots (placeholder until real photos are dropped in) */
.img-slot {
  position: relative; overflow: hidden; border-radius: 14px;
  background: linear-gradient(135deg, #EFEEE9, #E4E1D8);
  display: flex; align-items: center; justify-content: center;
  min-height: 300px;
}
/* Empty slots read as an intentional, branded placeholder (faint stepping-stones
   mark) rather than raw instructional text. The .ph hint is kept for reference
   but hidden from public view; media.js adds .filled once a photo is applied. */
.img-slot .ph { display: none; }
.img-slot::after {
  content: "";
  position: absolute; inset: 0; margin: auto;
  width: 60px; height: 60px; opacity: 0.22; pointer-events: none;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cellipse cx='24' cy='80' rx='11' ry='5.5' fill='%23111111' opacity='0.45'/%3E%3Cellipse cx='43' cy='65' rx='11' ry='5.5' fill='%23111111' opacity='0.7'/%3E%3Cellipse cx='61' cy='50' rx='11' ry='5.5' fill='%23111111'/%3E%3Ccircle cx='79' cy='27' r='10' fill='%23E8590C'/%3E%3C/svg%3E");
}
.img-slot.filled::after { display: none; }
.img-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.img-slot .caption {
  position: absolute; bottom: 16px; left: 20px; z-index: 2;
  font-size: 14px; font-weight: 600; color: var(--paper);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); pointer-events: none;
}

/* Optional photo-credit overlay, bottom-left of the photo (set via the Back
   Office's Hero & Media tab). Plain text if no link was given, otherwise an
   anchor — text-shadow keeps it legible over any photo. */
.photo-credit {
  position: absolute; left: 12px; bottom: 10px; z-index: 4;
  font-size: 11px; font-weight: 500; letter-spacing: 0.02em;
  color: rgba(252, 252, 250, 0.88); text-decoration: none;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.65);
}
a.photo-credit:hover { color: var(--paper); text-decoration: underline; }
/* The home hero's giant headline fills the entire bottom band, so its credit
   (the one full-bleed photo on the site) sits near the top-right instead,
   below the "Executive · Coach · Entrepreneur" line, clear of any text. */
.hero > .photo-credit { left: auto; right: 36px; bottom: auto; top: 62px; text-align: right; }
@media (max-width: 640px) { .hero > .photo-credit { right: 24px; top: 92px; } }

/* ---------- blog: Journal list + article page (v1.2.0) ---------- */
a.entry { text-decoration: none; color: inherit; }
.feed-empty { text-align: center; color: var(--muted); font-size: 15px; padding: 56px 20px; max-width: 520px; margin: 0 auto; }

/* the article is <article class="post block"> — but the block padding rule is
   scoped to section.block, so give the article its own vertical rhythm,
   especially a bottom gap so .post-foot never collides with the site footer */
.post { padding: 56px 28px 104px; }
.post > * { max-width: 760px; margin-left: auto; margin-right: auto; }
.post .back { margin-bottom: 18px; font-size: 13px; }
.post .back a { color: var(--muted); text-decoration: none; }
.post .back a:hover { color: var(--accent); }
.post-head { text-align: center; margin-bottom: 36px; }
.post-meta { display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.post-meta .dot-sep { color: var(--line); }
.post-meta .pillar { display: inline; }
.post-title { font-size: clamp(34px, 5.2vw, 68px); line-height: 1.03; margin-bottom: 18px; }
.post-excerpt { font-size: clamp(16px, 2vw, 19px); line-height: 1.55; color: var(--muted); max-width: 620px; margin: 0 auto; }
.post-hero { max-width: 980px; min-height: 0; height: auto; aspect-ratio: 16 / 9; border-radius: 20px; margin: 40px auto; }
.post-body { margin: 0 auto; }
.post-body h2 { font-size: clamp(22px, 3vw, 30px); }
.post-body img { max-width: 100%; height: auto; border-radius: 12px; margin: 10px 0; }
.post-body blockquote { margin: 24px 0; padding: 6px 20px; border-left: 3px solid var(--accent); color: var(--muted); font-style: italic; }
.post-body pre { background: var(--tone); border-radius: 10px; padding: 16px; overflow: auto; font-size: 14px; margin-bottom: 18px; }
.post-body :not(pre) > code { background: var(--tone); border-radius: 5px; padding: 1px 6px; font-size: 0.92em; }
.post-foot { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); }

/* ---------- generic cards & grids ---------- */
.grid { display: grid; gap: 12px; max-width: 1180px; margin: 0 auto; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-5 { grid-template-columns: repeat(5, 1fr); max-width: 1320px; }
.grid-wide { max-width: 1280px; }

.tile { border-radius: 14px; padding: 28px 24px; background: var(--paper); }
.tile.on-paper { background: var(--tone); }
.tile .num-sm { margin-bottom: 18px; font-size: 13px; font-weight: 600; color: var(--accent); }
.tile .num-lg { font-family: Anton, 'Space Grotesk', sans-serif; font-size: 34px; color: var(--accent); }
.tile h3.t-md { margin-bottom: 14px; font-size: 24px; line-height: 1.05; white-space: pre-line; }
.tile h3.t-lg { margin-bottom: 12px; font-size: 26px; }
.tile .line { font-size: 13px; line-height: 1.55; color: var(--muted); }
.tile .tag {
  margin-top: 18px; font-size: 11px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ink);
}
.tile.linked { text-decoration: none; color: var(--ink); display: flex; flex-direction: column; justify-content: space-between; transition: opacity 0.7s var(--ease), transform 0.7s var(--ease), background 0.25s, box-shadow 0.25s; }
.tile.linked:hover { background: #FFFFFF; box-shadow: 6px 6px 0 var(--accent); }
.tile.hover-white { transition: opacity 0.7s var(--ease), transform 0.7s var(--ease), background 0.25s; }
.tile.hover-white:hover { background: #FFFFFF; }
.tile.hover-shadow { transition: opacity 0.7s var(--ease), transform 0.7s var(--ease), box-shadow 0.25s; }
.tile.hover-shadow:hover { box-shadow: 6px 6px 0 var(--accent); }

/* GRIT cards */
.grit-card { border-radius: 14px; padding: 30px 26px; display: flex; flex-direction: column; gap: 16px; background: var(--tone); }
.grit-card .letter { font-family: Anton, 'Space Grotesk', sans-serif; font-size: 88px; line-height: 0.9; color: var(--accent); }
.grit-card .w { margin-bottom: 6px; font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.grit-card .line { font-size: 13px; line-height: 1.5; color: var(--muted); }

/* row lists (timeline / agreements / calendar / journal) */
.rows { max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; gap: 2px; }
.rows.w-980 { max-width: 980px; }
.row {
  display: grid; gap: 24px; align-items: center;
  background: var(--paper); border-radius: 12px; padding: 22px 28px;
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease), background 0.25s;
}
.row.on-paper { background: var(--tone); }
.row.on-paper:hover { background: #EDEBE4; }
.row:hover { background: #FFFFFF; }
.row .big { font-family: Anton, 'Space Grotesk', sans-serif; font-size: 28px; color: var(--accent); }
.row .t { margin-bottom: 2px; font-size: 17px; font-weight: 700; }
.row .n { font-size: 13px; color: var(--muted); }
.row .r-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }

/* two-column editorial split */
.duo {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  max-width: 1180px; margin: 0 auto; align-items: start;
}
.duo h2.side, .duo h3.side { font-size: clamp(30px, 3vw, 48px); line-height: 1.05; }
.duo .body p { margin-bottom: 20px; font-size: 15px; line-height: 1.7; }
.duo .body p:last-child { margin-bottom: 0; }

/* ---------- buttons ---------- */
.btn-dark {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink); color: var(--paper); border-radius: 999px; padding: 12px 24px;
  font-size: 14px; font-weight: 600; text-decoration: none; border: none; cursor: pointer;
  font-family: inherit; transition: background 0.2s;
}
.btn-dark:hover { background: var(--accent); }
.btn-dark.lg { padding: 14px 28px; font-size: 15px; }
.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1.5px solid var(--line); border-radius: 999px; padding: 10px 20px;
  font-size: 14px; font-weight: 600; color: var(--ink); text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.btn-outline:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn-outline .up-right { transform: rotate(-45deg); }
.btn-underline {
  font-size: 14px; font-weight: 600; color: var(--ink); text-decoration: none;
  border-bottom: 2px solid var(--accent); padding-bottom: 2px;
}
.btn-underline.muted { color: var(--muted); }
.btn-underline.muted:hover { color: var(--ink); }
.cta-arrow {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--ink); color: var(--paper); border-radius: 999px;
  padding: 10px 10px 10px 28px; font-size: 16px; font-weight: 600; text-decoration: none;
  transition: background 0.2s;
}
.cta-arrow:hover { background: var(--accent); }
.cta-arrow .circle {
  background: var(--paper); border-radius: 999px; width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
}

/* ---------- footer ---------- */
footer.site {
  padding: 28px;
  display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap;
  background: var(--ink);
}
footer.site p { font-size: 13px; color: rgba(252, 252, 250, 0.55); }
footer.site p:first-child {
  font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--paper);
}
section.block .site { margin: 0 -28px; }

/* ---------- home hero ---------- */
.hero-wrap { padding: 16px 16px 0 16px; }
.hero {
  position: relative; width: 100%; height: calc(100vh - 90px); min-height: 560px;
  overflow: hidden; background: #0B0B0B;
}
.kenburns { position: absolute; inset: 0; transform: scale(1.08); transition: transform 12s ease-out; will-change: transform; }
.kenburns.settle { transform: scale(1); }
.kenburns img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 50%; }
/* Until a photo (uploaded or the bundled default) has loaded, show a
   branded placeholder — the same "not a competing photo" treatment as an
   empty .img-slot — instead of any real image, so there's no flash between
   two different real photos on reload. The light mark matches the hero's
   dark background (#0B0B0B on .hero); media.js adds .filled once real
   photo content is showing. */
.kenburns::after {
  content: "";
  position: absolute; left: 50%; top: 32%; transform: translate(-50%, -50%);
  width: 90px; height: 90px; opacity: 0.16; pointer-events: none; z-index: 1;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cellipse cx='24' cy='80' rx='11' ry='5.5' fill='%23FCFCFA' opacity='0.45'/%3E%3Cellipse cx='43' cy='65' rx='11' ry='5.5' fill='%23FCFCFA' opacity='0.7'/%3E%3Cellipse cx='61' cy='50' rx='11' ry='5.5' fill='%23FCFCFA'/%3E%3Ccircle cx='79' cy='27' r='10' fill='%23E8590C'/%3E%3C/svg%3E");
}
.kenburns.filled::after { display: none; }
.hero-grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.35; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to bottom, rgba(11,11,11,0.55) 0%, rgba(11,11,11,0) 34%, rgba(11,11,11,0.15) 60%, rgba(11,11,11,0.88) 100%);
}
.hero-top {
  position: absolute; top: 0; left: 0; right: 0; z-index: 2;
  display: flex; justify-content: space-between; align-items: flex-start;
  padding: 32px 36px;
}
.hero-top p { font-size: 13px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--paper); --rise: 20px; }
.hero-top p:last-child { text-align: right; color: rgba(252, 252, 250, 0.7); }
.hero-bottom { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 0 36px 40px 36px; }
.hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.hero h1 { font-size: clamp(56px, 9vw, 156px); line-height: 0.9; letter-spacing: 0.005em; color: var(--paper); }
.hero h1 .word { display: block; --rise: 34px; }
.hero-side { max-width: 340px; padding-bottom: 8px; }
.hero-side > p { margin-bottom: 20px; font-size: 15px; line-height: 1.5; color: rgba(252, 252, 250, 0.82); --rise: 20px; }
.hero-ctas { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; --rise: 20px; }
.hero-cta {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--paper); color: var(--ink); border-radius: 999px;
  padding: 8px 8px 8px 24px; font-size: 15px; font-weight: 600; text-decoration: none;
  transition: gap 0.25s;
}
.hero-cta:hover { gap: 18px; }
.hero-cta .circle {
  background: var(--accent); border-radius: 999px; width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
}
.hero-ghost {
  display: inline-flex; align-items: center;
  border: 1.5px solid rgba(252, 252, 250, 0.6); color: var(--paper); border-radius: 999px;
  padding: 12px 24px; font-size: 15px; font-weight: 600; text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.hero-ghost:hover { background: rgba(252, 252, 250, 0.15); border-color: var(--paper); }

/* marquee */
.marquee { overflow: hidden; margin: 0 -16px; }
.marquee-strip { display: flex; width: max-content; animation: nk-marquee 26s linear infinite; }
@keyframes nk-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-strip .item {
  display: inline-flex; align-items: center; gap: 28px;
  padding: 16px 14px 16px 42px;
  font-size: 15px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap;
}
.marquee-strip .dot { width: 9px; height: 9px; border-radius: 999px; display: inline-block; }
.dot-a { background: var(--accent); }
.dot-b { background: var(--ink); }

/* ---------- journal ---------- */
.filters { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin: 0 auto 48px auto; }
.chip {
  border: 1.5px solid var(--line); background: var(--paper); color: var(--ink);
  border-radius: 999px; padding: 9px 20px; font-size: 13px; font-weight: 600;
  font-family: inherit; cursor: pointer; transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.chip.active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.entry { grid-template-columns: 150px 1fr auto; align-items: start; padding: 26px 28px; }
.entry .pillar { margin-bottom: 4px; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.entry .slot { font-size: 12px; color: var(--muted); }
.entry h3 { margin-bottom: 6px; font-size: 18px; font-weight: 700; line-height: 1.35; }
.entry .ex { font-size: 14px; line-height: 1.55; color: var(--muted); }
.entry .when { font-size: 12px; color: var(--muted); white-space: nowrap; }
.p-exec, .p-coach { color: #E8590C; }
.p-create { color: #5C2D5E; }
.p-restaurant { color: #3D6B4F; }
.p-realestate { color: #1A3A5C; }

/* ---------- connect page ---------- */
.connect-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 980px; margin: 0 auto; }
.connect-card { border-radius: 14px; background: var(--tone); padding: 36px 32px; }
.connect-card .k { margin-bottom: 10px; font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); }
.connect-card .d { margin-bottom: 20px; font-size: 15px; line-height: 1.6; color: var(--muted); }
.connect-card.dark { background: var(--ink); color: var(--paper); }
.connect-card.dark .d { color: rgba(252, 252, 250, 0.7); }
.social-list { display: flex; flex-direction: column; gap: 10px; }
.social-list a {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 15px; font-weight: 600; color: var(--ink); text-decoration: none;
  padding: 8px 0; border-bottom: 1px solid var(--line); transition: color 0.2s;
}
.social-list a:hover { color: var(--accent); }
.social-list a span { font-size: 12px; color: var(--muted); }
.email-link {
  font-size: 16px; font-weight: 700; color: var(--ink); text-decoration: none;
  border-bottom: 2px solid var(--accent); padding-bottom: 2px;
}

/* newsletter forms */
.nl-row { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.nl-input {
  border: 1.5px solid var(--line); border-radius: 999px; padding: 14px 24px;
  font-size: 15px; font-family: inherit; background: var(--paper); color: var(--ink);
  outline: none; width: 280px;
}
.nl-input:focus { border-color: var(--accent); }
.nl-note { min-height: 1.2em; text-align: center; font-size: 13px; color: var(--accent); margin-bottom: 12px; }
.connect-card.dark .nl-inline { display: flex; gap: 8px; }
.connect-card.dark .nl-inline input {
  flex: 1; border: 1.5px solid rgba(252, 252, 250, 0.3); border-radius: 999px;
  padding: 12px 20px; font-size: 14px; font-family: inherit; background: transparent;
  color: var(--paper); outline: none; min-width: 0;
}
.connect-card.dark .nl-inline button {
  background: var(--paper); color: var(--ink); border: none; border-radius: 999px;
  padding: 12px 22px; font-size: 14px; font-weight: 600; font-family: inherit; cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.connect-card.dark .nl-inline button:hover { background: var(--accent); color: var(--paper); }

/* ---------- responsive ---------- */
@media (max-width: 1150px) {
  /* full nav row needs ~1000px with the location label; drop it and tighten gaps first */
  .nav-loc { display: none; }
  .nav-links { gap: 20px; }
}
@media (max-width: 1100px) {
  .grid-5 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-side { max-width: none; }
  .page-hero .split, .page-hero .split.even { grid-template-columns: 1fr; gap: 32px; }
  .duo { grid-template-columns: 1fr; gap: 32px; }
  .grid-3 { grid-template-columns: 1fr; }
  .connect-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .entry { grid-template-columns: 1fr; gap: 10px; }
  .row { grid-template-columns: 1fr !important; gap: 10px; }
}
@media (max-width: 640px) {
  .grid-4, .grid-5, .grid-2 { grid-template-columns: 1fr; }
  section.block { padding: 72px 20px; }
  .post { padding: 40px 20px 72px; }
  section.block .site { margin: 0 -20px; }
  .hero-top, .hero-bottom { padding-left: 24px; padding-right: 24px; }
  .page-hero { padding: 56px 20px 64px 20px; }
}
@media (max-width: 560px) {
  .nav-loc { display: none; }
  footer.site { flex-direction: column; text-align: center; }
}
