@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,600&display=swap');

:root {
  --ink: #151b1d;
  --ink-soft: #263033;
  --paper: #f5f1e8;
  --paper-deep: #ebe4d5;
  --white: #fffdf8;
  --accent: #ca4d32;
  --accent-dark: #a63824;
  --sage: #9eb5aa;
  --line: rgba(21, 27, 29, 0.14);
  --muted: #667074;
  --sans: 'Manrope', 'Helvetica Neue', sans-serif;
  --body: 'DM Sans', 'Helvetica Neue', sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
  --shadow: 0 24px 70px rgba(21, 27, 29, 0.13);
}

html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  overflow-x: hidden;
}
body::before {
  background-image: radial-gradient(rgba(21, 27, 29, 0.055) 0.7px, transparent 0.7px);
  background-size: 7px 7px;
  content: '';
  inset: 0;
  opacity: .34;
  pointer-events: none;
  position: fixed;
  z-index: 10;
}
*, *::before, *::after { box-sizing: border-box; }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
h1, h2, h3 { font-family: var(--sans); letter-spacing: -.045em; line-height: 1.08; margin: 0; }
p { margin: 0 0 1.35em; }
.site-shell { margin-inline: auto; max-width: 1240px; padding-inline: 28px; width: 100%; }
.site-shell--narrow { margin-inline: auto; max-width: 800px; padding-inline: 28px; width: 100%; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.screen-reader-text:focus { background: var(--white); clip: auto; clip-path: none; height: auto; left: 10px; padding: 12px 18px; top: 10px; width: auto; z-index: 9999; }

.eyebrow { color: var(--accent); font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .2em; margin-bottom: 18px; text-transform: uppercase; }
.section { padding-block: 118px; }
.section-heading { align-items: end; display: grid; gap: 50px; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .65fr); margin-bottom: 58px; }
.section-heading h2 { font-size: clamp(40px, 5vw, 68px); max-width: 820px; }
.section-heading > p { color: var(--muted); margin: 0; max-width: 460px; }
.section--ink { background: var(--ink); color: var(--white); }
.section--ink .eyebrow { color: #f08b71; }

.site-header { background: rgba(245, 241, 232, .88); border-bottom: 1px solid transparent; position: sticky; top: 0; transition: border-color .2s, backdrop-filter .2s; width: 100%; z-index: 100; }
.site-header.is-scrolled { backdrop-filter: blur(16px); border-color: var(--line); }
.site-header__inner { align-items: center; display: flex; height: 48px; justify-content: space-between; transition: height .2s ease; }
.site-header.is-scrolled .site-header__inner { height: 44px; }
.wordmark { display: flex; flex-direction: column; text-decoration: none; }
.wordmark__name { font-family: var(--sans); font-size: 16px; font-weight: 700; letter-spacing: -.025em; }
.site-nav__list { align-items: center; display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.site-nav__list { gap: 22px; }
.site-nav a { align-items: center; display: flex; font-family: var(--sans); font-size: 12px; font-weight: 600; min-height: 44px; text-decoration: none; }
.site-nav a:hover { color: var(--accent); }
.nav-toggle { align-items: center; background: transparent; border: 0; display: none; height: 44px; justify-content: center; padding: 8px; width: 44px; }
.nav-toggle > span:not(.screen-reader-text) { background: var(--ink); display: block; height: 2px; margin: 5px 0; width: 24px; }

.hero { min-height: calc(100svh - 48px); overflow: hidden; padding: 86px 0 72px; position: relative; }
.hero::after { background: var(--accent); border-radius: 50%; content: ''; filter: blur(1px); height: 380px; opacity: .08; position: absolute; right: -120px; top: 8%; width: 380px; }
.hero__grid { align-items: center; display: grid; gap: 72px; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .72fr); }
.hero h1 { font-size: clamp(54px, 7.2vw, 96px); max-width: 890px; }
.hero h1 em { color: var(--accent); font-family: var(--serif); font-weight: 600; }
.hero__lede { color: #475154; font-size: clamp(18px, 2vw, 22px); margin: 34px 0; max-width: 690px; }
.button-row { align-items: center; display: flex; flex-wrap: wrap; gap: 13px; }
.button { align-items: center; border: 1px solid var(--ink); border-radius: 999px; display: inline-flex; font-family: var(--sans); font-size: 13px; font-weight: 700; justify-content: center; letter-spacing: .02em; min-height: 50px; padding: 0 23px; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--accent); border-color: var(--accent); color: white; }
.button--primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.button--quiet { border-color: var(--line); }
.button--light { background: var(--white); border-color: var(--white); color: var(--ink); }
.hero__credentials { color: var(--muted); display: flex; flex-wrap: wrap; font-size: 11px; font-weight: 600; gap: 20px; letter-spacing: .08em; margin-top: 47px; text-transform: uppercase; }
.hero__credentials span { align-items: center; display: inline-flex; gap: 9px; }
.hero__credentials span::before { background: var(--accent); border-radius: 50%; content: ''; height: 5px; width: 5px; }
.hero__visual { justify-self: end; max-width: 440px; position: relative; }
.portrait-frame { background: var(--paper-deep); border-radius: 220px 220px 18px 18px; box-shadow: var(--shadow); overflow: hidden; }
.portrait-frame img { aspect-ratio: 1 / 1.08; object-fit: cover; object-position: center 15%; width: 100%; }
.hero__note { align-items: center; background: var(--white); bottom: 30px; box-shadow: 0 16px 45px rgba(21,27,29,.18); display: flex; gap: 14px; left: -50px; max-width: 240px; padding: 17px 20px; position: absolute; }
.hero__note strong { color: var(--accent); font-family: var(--sans); font-size: 30px; line-height: 1; }
.hero__note span { font-size: 12px; font-weight: 600; line-height: 1.35; text-transform: uppercase; }

.proof-strip { background: var(--ink); color: white; }
.proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-strip__grid > div { align-items: baseline; border-right: 1px solid rgba(255,255,255,.13); display: flex; gap: 13px; padding: 26px 28px; }
.proof-strip__grid > div:last-child { border-right: 0; }
.proof-strip strong { color: #f08b71; font-family: var(--sans); font-size: 31px; letter-spacing: -.04em; }
.proof-strip span { color: rgba(255,255,255,.68); font-size: 11px; font-weight: 600; line-height: 1.35; text-transform: uppercase; }

.press { padding-block: 72px; }
.press .eyebrow { color: var(--muted); text-align: center; }
.press-grid { align-items: stretch; display: grid; grid-template-columns: repeat(4, 1fr); }
.press-grid a { align-items: center; background: rgba(255,255,255,.36); border: 1px solid var(--line); display: flex; height: 142px; justify-content: center; overflow: hidden; padding: 0; transition: background .2s; }
.press-grid a:hover { background: var(--white); }
.press-grid img { filter: grayscale(1) contrast(1.06); height: 100%; max-height: none; mix-blend-mode: multiply; object-fit: cover; transition: filter .2s, transform .2s; width: 100%; }
.press-grid a:hover img { filter: none; transform: scale(1.025); }

.book-grid { display: grid; gap: 26px; grid-template-columns: 1fr 1fr; }
.book-card { background: var(--ink-soft); border: 1px solid rgba(255,255,255,.1); display: grid; grid-template-rows: auto 1fr; overflow: hidden; }
.book-card > img { aspect-ratio: 2.35 / 1; object-fit: cover; width: 100%; }
.book-card__body { padding: 37px; }
.book-card h3 { font-size: clamp(29px, 3vw, 43px); margin-bottom: 18px; }
.book-card p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.book-card a { color: #f08b71; font-family: var(--sans); font-size: 13px; font-weight: 700; }

.perspective { background: var(--paper-deep); }
.perspective__grid { display: grid; gap: 100px; grid-template-columns: 1fr 1fr; }
.perspective h2 { font-size: clamp(42px, 5vw, 70px); }
.perspective__copy { color: #465052; font-size: 20px; padding-top: 38px; }
.text-link { color: var(--accent); font-family: var(--sans); font-size: 14px; font-weight: 700; }

.media-section { background: var(--white); }
.media-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); }
.media-card { background: var(--paper); border: 1px solid var(--line); margin: 0 -1px -1px 0; padding: 16px 16px 26px; text-decoration: none; transition: background .2s, transform .2s; }
.media-card:hover { background: white; transform: translateY(-4px); z-index: 1; }
.media-card__image { margin-bottom: 20px; overflow: hidden; position: relative; }
.media-card__image img { aspect-ratio: 1 / 1; object-fit: cover; transition: transform .35s; width: 100%; }
.media-card:hover img { transform: scale(1.035); }
.media-card__image span { align-items: center; background: var(--accent); border-radius: 50%; bottom: 12px; color: white; display: flex; height: 40px; justify-content: center; position: absolute; right: 12px; width: 40px; }
.media-card > p { color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .14em; margin: 0 0 7px; text-transform: uppercase; }
.media-card h3 { font-size: 19px; line-height: 1.25; }

.endorsements { background: var(--paper); }
.quote-grid { display: grid; gap: 18px; grid-template-columns: repeat(6, 1fr); }
.quote-card { background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; grid-column: span 2; justify-content: space-between; margin: 0; min-height: 340px; padding: 30px; }
.quote-card:nth-child(4) { grid-column: 2 / span 2; }
.quote-card blockquote { border: 0; font-family: Georgia, serif; font-size: 18px; font-style: italic; line-height: 1.55; margin: 0 0 28px; padding: 0; }
.quote-card figcaption { align-items: center; display: flex; gap: 16px; }
.quote-card figcaption img { border-radius: 50%; height: 58px; object-fit: cover; width: 58px; }
.quote-card figcaption span { display: flex; flex-direction: column; }
.quote-card strong { font-family: var(--sans); font-size: 17px; letter-spacing: -.02em; line-height: 1.25; }
.quote-card small { color: var(--muted); font-size: 13px; line-height: 1.4; margin-top: 3px; }

.latest { background: var(--paper-deep); }
.post-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, 1fr); }
.post-card { background: var(--white); border: 1px solid var(--line); overflow: hidden; }
.post-card__image { background: #ddd7ca; display: block; min-height: 220px; }
.post-card__image img { aspect-ratio: 1.45 / 1; object-fit: cover; width: 100%; }
.post-card > div { padding: 28px; }
.post-card time { color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.post-card h2, .post-card h3 { font-size: 24px; margin: 10px 0 15px; }
.post-card h2 a, .post-card h3 a { text-decoration: none; }
.post-card p { color: var(--muted); font-size: 14px; margin: 0; }
.empty-state { border: 1px dashed var(--line); color: var(--muted); grid-column: 1 / -1; padding: 36px; }

.venture { background: radial-gradient(circle at 15% 20%, #243638 0, var(--ink) 48%); color: white; padding-block: 78px; }
.venture__inner { align-items: center; display: grid; gap: 38px; grid-template-columns: 150px minmax(0, 1fr) auto; }
.venture__brand { align-items: center; background: #070a0b; border: 1px solid rgba(255,255,255,.13); display: flex; height: 150px; justify-content: center; padding: 25px; width: 150px; }
.venture__brand img { max-height: 100%; object-fit: contain; width: 100%; }
.venture__copy { max-width: 680px; }
.venture h2 { font-size: clamp(42px, 5vw, 64px); }
.venture .eyebrow { color: rgba(255,255,255,.66); }
.venture p:not(.eyebrow) { margin: 16px 0 0; max-width: 640px; }

.site-footer { background: var(--ink); color: var(--white); left: 50%; margin: 0 !important; max-width: none !important; padding: 92px 0 28px; position: relative; transform: translateX(-50%); width: 100vw !important; }
.site-footer > .site-shell { margin-left: auto !important; margin-right: auto !important; max-width: 1240px !important; width: 100% !important; }
.site-footer__grid { display: grid; gap: 80px; grid-template-columns: 1.4fr .6fr; }
.site-footer h2 { font-size: clamp(35px, 4vw, 54px); max-width: 800px; }
.site-footer__contact { align-items: flex-start; display: flex; flex-direction: column; gap: 14px; padding-top: 40px; }
.site-footer__contact > a { color: #f08b71; overflow-wrap: anywhere; }
.site-footer__contact > span { color: rgba(255,255,255,.55); }
.social-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; }
.social-links a { font-size: 12px; font-weight: 600; }
.site-footer__base { border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.45); display: flex; font-size: 11px; justify-content: space-between; margin-top: 80px; padding-top: 24px; }

.page-hero { padding-block: 110px 74px; }
.page-hero h1 { font-size: clamp(52px, 7vw, 88px); max-width: 900px; }
.page-hero > p:last-child { color: var(--muted); font-size: 20px; margin-top: 24px; max-width: 660px; }
.archive-page { padding-bottom: 120px; }
.post-grid--archive { grid-template-columns: repeat(2, 1fr); }
.pagination { margin-top: 50px; }
.article-page { padding: 105px 0 120px; }
.article-header h1 { font-size: clamp(45px, 6vw, 75px); }
.article-meta { color: var(--muted); font-size: 13px; margin-top: 24px; }
.article-feature { margin-bottom: 65px; margin-top: 55px; }
.article-feature img { max-height: 680px; object-fit: cover; width: 100%; }
.article-content { font-family: Georgia, serif; font-size: 19px; line-height: 1.82; }
.article-content h2, .article-content h3 { font-family: var(--sans); margin: 2em 0 .7em; }
.article-content h2 { font-size: 38px; }
.article-content h3 { font-size: 28px; }
.article-content a { color: var(--accent-dark); }
.article-content blockquote { border-left: 3px solid var(--accent); color: var(--ink-soft); font-size: 24px; font-style: italic; margin: 2em 0; padding-left: 30px; }
.article-content img { margin: 2em auto; }
.article-footer { border-top: 1px solid var(--line); margin-top: 70px; padding-top: 30px; }

.survey-page { padding-bottom: 120px; }
.survey-frame iframe { background: white; border: 1px solid var(--line); display: block; max-width: 100%; width: 100%; }
.survey-frame p { margin-top: 22px; }

.published-work-page .page-hero { padding-bottom: 94px; }
.published-work { background: var(--white); padding-top: 100px; }
.published-work__grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.published-work__card { background: var(--paper); border: 1px solid var(--line); display: grid; grid-template-columns: 155px minmax(0, 1fr); min-height: 240px; text-decoration: none; transition: background .2s, transform .2s; }
.published-work__card:hover { background: white; transform: translateY(-4px); }
.published-work__outlet { align-items: center; background: var(--ink); color: white; display: flex; justify-content: center; padding: 24px; text-align: center; }
.published-work__outlet span { font-family: var(--sans); font-size: 15px; font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
.published-work__body { display: flex; flex-direction: column; padding: 28px; position: relative; }
.published-work__body > p { color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .14em; margin-bottom: 15px; text-transform: uppercase; }
.published-work__body h2 { font-size: 22px; line-height: 1.28; padding-right: 25px; }
.published-work__arrow { bottom: 22px; color: var(--accent); font-size: 21px; position: absolute; right: 24px; }

.contact-page { padding: 110px 0 130px; }
.contact-grid { display: grid; gap: 100px; grid-template-columns: .72fr 1.28fr; }
.contact-grid h1 { font-size: clamp(48px, 6vw, 78px); }
.contact-grid > div > p:not(.eyebrow) { color: var(--muted); font-size: 20px; margin-top: 26px; }
.contact-direct { display: flex; flex-direction: column; gap: 10px; margin-top: 42px; }
.contact-direct a { color: var(--accent); font-weight: 600; overflow-wrap: anywhere; }
.contact-direct span { color: var(--muted); }
.contact-form { background: var(--white); border: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: 1fr 1fr; padding: 42px; }
.contact-form label { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.contact-form label span { color: var(--accent); }
.contact-form label small { color: var(--muted); font-size: 9px; font-weight: 500; }
.contact-form input, .contact-form textarea { background: var(--paper); border: 1px solid var(--line); border-radius: 0; color: var(--ink); display: block; font: 16px var(--body); margin-top: 9px; padding: 14px; width: 100%; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); outline: 2px solid rgba(202,77,50,.12); }
.contact-form__wide, .form-status { grid-column: 1 / -1; }
.contact-form__trap { left: -10000px; position: absolute; }
.form-status { margin: 0; padding: 12px 15px; }
.form-status--success { background: #e2f3e8; color: #155b34; }
.form-status--error { background: #f9e4de; color: #8a2b1a; }
.form-note { color: var(--muted); display: inline; font-size: 11px; margin-left: 15px; }

.has-reveal .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.has-reveal .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero__grid { gap: 40px; grid-template-columns: 1fr .7fr; }
  .hero h1 { font-size: clamp(48px, 8vw, 72px); }
  .proof-strip__grid { grid-template-columns: 1fr 1fr; }
  .proof-strip__grid > div:nth-child(2) { border-right: 0; }
  .press-grid, .media-grid { grid-template-columns: repeat(3, 1fr); }
  .quote-grid { grid-template-columns: 1fr 1fr; }
  .quote-card, .quote-card:nth-child(4) { grid-column: auto; }
  .quote-card:last-child { grid-column: 1 / -1; }
  .contact-grid { gap: 55px; grid-template-columns: 1fr; }
	.venture__inner { grid-template-columns: 120px minmax(0, 1fr); }
	.venture__brand { height: 120px; width: 120px; }
	.venture .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  .site-shell, .site-shell--narrow { padding-inline: 20px; }
  .section { padding-block: 82px; }
	.site-header__inner { height: 48px; }
	.site-header.is-scrolled .site-header__inner { height: 44px; }
  .nav-toggle { display: block; }
	.site-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; left: 0; padding: 12px 20px; position: absolute; top: 47px; width: 100%; }
	.site-header.is-scrolled .site-nav { top: 43px; }
  .site-nav.is-open { display: block; }
  .site-nav__list { align-items: stretch; flex-direction: column; gap: 0; }
  .site-nav a { display: block; font-size: 17px; padding: 10px 0; }
  .hero { min-height: auto; padding: 58px 0 72px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { justify-self: center; margin-top: 18px; max-width: 380px; }
  .hero__note { bottom: 20px; left: -10px; }
  .hero__credentials { gap: 12px; }
  .proof-strip__grid > div { flex-direction: column; gap: 0; padding: 22px 20px; }
  .section-heading { align-items: start; gap: 24px; grid-template-columns: 1fr; }
  .press-grid { grid-template-columns: 1fr 1fr; }
	.press-grid a { height: 170px; }
  .book-grid, .perspective__grid, .post-grid, .post-grid--archive, .site-footer__grid { grid-template-columns: 1fr; }
  .perspective__grid { gap: 28px; }
  .perspective__copy { padding-top: 0; }
  .media-grid { grid-template-columns: 1fr 1fr; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-card:last-child { grid-column: auto; }
	.venture__inner { align-items: flex-start; display: flex; flex-direction: column; }
	.venture .button { align-self: flex-start; }
	.published-work__grid { grid-template-columns: 1fr; }
  .site-footer__contact { padding-top: 0; }
  .contact-form { grid-template-columns: 1fr; padding: 28px 20px; }
  .contact-form label { grid-column: 1; }
  .form-note { display: block; margin: 12px 0 0; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 46px; }
  .button-row .button { width: 100%; }
  .press-grid, .media-grid { grid-template-columns: 1fr; }
  .proof-strip strong { font-size: 27px; }
  .book-card__body { padding: 26px; }
	.published-work__card { grid-template-columns: 110px minmax(0, 1fr); }
	.published-work__outlet { padding: 15px; }
	.published-work__body { padding: 23px; }
	.published-work__body h2 { font-size: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
