:root {
  --ink: #0b0d0f; --coal: #141719; --paper: #f0ede5; --stone: #d4ccbe;
  --copper: #9b542e; --steel: #42505a; --line: rgba(11,13,15,.22);
  --page: min(1320px, calc(100vw - 96px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.skip-link { position:fixed; left:18px; top:14px; z-index:1000; padding:12px 18px; background:var(--paper); color:var(--ink); border:2px solid var(--copper); text-decoration:none; font-weight:800; transform:translateY(-180%); }
.skip-link:focus { transform:translateY(0); }
.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.site-header { width:min(1480px,calc(100vw - 48px)); height:92px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:28px; position:relative; z-index:10; }
.wordmark { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.wordmark span { width: 42px; height: 42px; display: grid; place-items: center; background: var(--ink); color: var(--paper); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.wordmark strong { font-size: 15px; text-transform: uppercase; letter-spacing: .14em; }
.wordmark small { padding-left:14px; border-left:1px solid var(--line); color:#727778; font-size:9px; line-height:1; font-weight:800; letter-spacing:.18em; white-space:nowrap; }
nav { display:flex; align-items:center; gap:clamp(14px,1.45vw,24px); }
nav a { position:relative; text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .14em; }
nav a:hover { color: var(--copper); }
.nav-cta { padding: 8px 0; }
.desktop-nav a[aria-current="page"]::after { content:""; position:absolute; left:0; right:0; bottom:-9px; height:2px; background:var(--copper); }
.hero { min-height: calc(100svh - 92px); display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.92fr); background: var(--ink); color: var(--paper); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 10px; background: var(--copper); z-index: 2; }
.hero-copy { padding: clamp(72px,10vh,130px) max(48px,calc((100vw - 1320px)/2)) 88px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 26px; font-size: 11px; line-height: 1.4; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.copper { color: var(--copper); }
.hero .copper,.ventures-home .copper,.media-home .copper,.contact-band .copper,.belief-panel .copper,.instagram-panel .copper,.article-hero .copper,.next-essay .copper,.speaking-proof .copper { color:#d38a5e; }
.media-download .copper { color:#f0b98f; }
h1,h2,.display-quote { font-family: Georgia,"Times New Roman",serif; font-weight: 400; letter-spacing: -.045em; line-height: .98; }
h1 { font-size: clamp(56px,6.3vw,104px); margin: 0; max-width: 900px; }
h2 { font-size: clamp(46px,5vw,78px); margin: 0 0 34px; max-width: 1050px; }
.hero-intro { max-width: 590px; margin: 42px 0 0; color: #c8c8c3; font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 42px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 13px 25px; border: 1px solid currentColor; text-decoration: none; text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 800; transition: .2s ease; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--copper); color: white; border-color: var(--copper); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover,.button-copper:hover { background: var(--steel); }
.button-copper { background: var(--copper); color: white; border-color: var(--copper); }
.text-link { font-weight: 750; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.text-link.light { border-color: rgba(255,255,255,.45); }
.text-link span { color: var(--copper); padding-left: 5px; }
.hero-image { background:var(--stone); min-height:680px; position:relative; overflow:hidden; }
.hero-image::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,var(--ink) 0%,transparent 22%); pointer-events:none; }
.hero-image img { width:100%; height:100%; min-height:680px; display:block; object-fit:cover; object-position:50% 34%; filter:saturate(.84) contrast(1.03); }
.hero-index { position: absolute; right: 28px; bottom: 22px; font-size: 10px; letter-spacing: .2em; color: rgba(255,255,255,.6); }
.metrics { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metrics article { padding: 50px 34px; border-right: 1px solid var(--line); display: grid; gap: 5px; }
.metrics strong { font-family: Georgia,serif; font-size: clamp(36px,4vw,58px); font-weight: 400; line-height: 1; }
.metrics span { text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.section-grid { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 7vw; }
.section-label { text-transform: uppercase; letter-spacing: .17em; font-size: 10px; font-weight: 800; padding-top: 11px; }
.section-label span { color: var(--copper); margin-right: 18px; }
.section-label.light { color: var(--paper); }
.section-label.light span,.page-hero-dark .page-index { color:#d38a5e; }
.statement,.ideas { padding: clamp(110px,12vw,190px) 0; }
.statement-copy { max-width: 950px; }
.display-quote { font-size: clamp(52px,6.7vw,108px); margin: 0 0 55px; }
.statement-copy>p:not(.display-quote),.ideas p { max-width: 680px; color: #404448; }
.ventures-home { background: var(--coal); color: var(--paper); padding: clamp(105px,11vw,165px) 0; }
.venture-list { width: var(--page); margin: 70px auto 48px; border-top: 1px solid rgba(255,255,255,.2); }
.venture-list a { display: grid; grid-template-columns: 70px 1.2fr 1fr 30px; align-items: center; gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.2); text-decoration: none; }
.venture-list a:hover { color: #d38a5e; }
.venture-number { color: #d38a5e; font-size: 10px; letter-spacing: .16em; }
.venture-list strong { font-family: Georgia,serif; font-size: clamp(24px,2.2vw,34px); font-weight: 400; }
.venture-list a>span:nth-child(3) { color: #aaa; }
.venture-list i { font-style: normal; font-size: 25px; }
.ventures-home>.button { margin-left: max(48px,calc((100vw - 1320px)/2)); }
.ideas h2 { max-width: 900px; }
.ideas .button { margin-top: 28px; }
.contact-band { background: var(--steel); color: var(--paper); text-align: center; padding: clamp(100px,12vw,180px) 30px; }
.contact-band h2 { margin-left: auto; margin-right: auto; }
.contact-band .copper { color:var(--paper); }
.belief-panel .copper,.family-hero .page-index { color:var(--paper); }
.family-privacy .copper,.contact-layout .gfield_required { color:var(--ink); }
footer { background: var(--ink); color: var(--paper); width: 100%; padding: 52px max(48px,calc((100vw - 1320px)/2)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; }
.footer-mark span { background: var(--paper); color: var(--ink); }
.footer-mark small { color:#9da2a2; }
.footer-links { display: flex; gap: 25px; }
.footer-links a { text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-decoration: none; }
footer p { grid-column: 1/-1; color: #8f9292; font-size: 11px; margin: 10px 0 0; }
@media (max-width:1100px) {
  :root { --page: calc(100vw - 48px); }
  .site-header { height: 76px; }
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 40px 24px 55px; }
  .hero-image { order:-1; min-height:0; height:clamp(260px,34svh,380px); }
  .hero-image::after { background:linear-gradient(0deg,var(--ink) 0%,transparent 24%); }
  .hero-image img { min-height:0; height:100%; object-position:50% 26%; }
  .metrics { grid-template-columns: minmax(0,1fr); }
  .section-grid { grid-template-columns: 1fr; gap: 45px; }
  .ventures-home>.button { margin-left: 24px; }
  .venture-list a { grid-template-columns: 42px 1fr 25px; }
  .venture-list a>span:nth-child(3) { display: none; }
}
@media (max-width:620px) {
  :root { --page: calc(100vw - 32px); }
  body { font-size: 16px; }
  .site-header { gap:16px; }
  .site-header .wordmark { gap:10px; }
  .site-header .wordmark strong { display:block; max-width:145px; font-size:11px; line-height:1.25; letter-spacing:.1em; }
  .site-header .wordmark small { display:none; }
  .footer-mark small { display:block; padding-left:10px; font-size:8px; }
  .hero::before { width: 5px; }
  .hero-image { height:clamp(240px,30svh,320px); }
  .hero-image img { object-position:50% 24%; }
  h1 { font-size: clamp(47px,13vw,66px); }
  h2 { font-size: 44px; }
  .hero-actions { flex-wrap:wrap; align-items:center; gap:16px; margin-top:24px; }
  .hero-intro { margin-top:24px; font-size:17px; line-height:1.6; }
  .metrics article { padding: 34px 18px; }
  .metrics strong { font-size: 36px; }
  .statement,.ideas { padding: 95px 0; }
  .display-quote { font-size: 49px; }
  .venture-list { margin-top: 50px; }
  .venture-list a { padding: 23px 0; }
  .venture-list strong { font-size: 23px; }
  footer { padding: 45px 24px; grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion:reduce) { * { scroll-behavior: auto!important; transition: none!important; } }

/* WordPress integration */
.screen-reader-text { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.site-header { inset-block-start:0; }
.header-search { position:relative; }
.header-search>summary { list-style:none; cursor:pointer; text-transform:uppercase; font-size:11px; font-weight:800; letter-spacing:.14em; }
.header-search>summary::-webkit-details-marker { display:none; }
.header-search[open] .search-form { position:absolute; right:0; top:38px; z-index:30; width:min(360px,calc(100vw - 32px)); padding:16px; background:var(--paper); border:1px solid var(--line); box-shadow:0 16px 38px rgba(11,13,15,.18); }
.search-form { display:flex; align-items:stretch; gap:8px; }
.search-form label { flex:1; }
.search-field { width:100%; height:46px; border:1px solid var(--line); background:#faf8f2; color:var(--ink); padding:0 13px; font:inherit; font-size:14px; }
.search-submit { min-width:52px; border:0; background:var(--copper); color:#fff; text-transform:uppercase; font-size:10px; font-weight:800; letter-spacing:.12em; cursor:pointer; }
.mobile-menu .search-form { margin-top:20px; }
.mobile-menu .search-field { background:#fff; }
.admin-bar .site-header { top:0; }
.gform_wrapper { width:100%; }
.gform_wrapper .gform_fields { display:grid; gap:20px; margin:0; padding:0; list-style:none; }
.gform_wrapper .gform_fields>.gfield { margin:0; padding:0; list-style:none; }
.gform_wrapper label,.gform_wrapper legend { display:block; margin-bottom:9px; text-transform:uppercase; letter-spacing:.11em; font-size:10px; font-weight:800; }
.gform_wrapper input:not([type="checkbox"]):not([type="radio"]),.gform_wrapper select,.gform_wrapper textarea { width:100%; max-width:100%; border:0; border-bottom:1px solid var(--ink); border-radius:0; background:transparent; color:var(--ink); padding:14px 0; font:inherit; }
.gform_wrapper textarea { min-height:150px; resize:vertical; }
.gform_wrapper .gfield_checkbox,.gform_wrapper .gfield_radio { display:grid; gap:10px; }
.gform_wrapper .gfield_checkbox label,.gform_wrapper .gfield_radio label { display:inline; margin:0; text-transform:none; letter-spacing:0; font-size:15px; font-weight:500; }
/* The submit control is a <button> in current Gravity Forms, so it no longer
   inherits the shared input rule above. Declared in full here to keep the
   established full-width, transparent, underlined treatment. */
.gform_wrapper .gform_button { display:inline-flex; justify-content:center; align-items:center; width:100%; max-width:100%; min-height:54px; margin-top:8px; padding:14px 0; border:0; border-bottom:1px solid var(--ink); border-radius:0; background:transparent; color:var(--ink); font:inherit; text-transform:uppercase; letter-spacing:.15em; cursor:pointer; transition:.2s ease; }
.gform_wrapper .validation_message,.gform_wrapper .gform_validation_errors { color:#8b2c1f; }
.gform_confirmation_wrapper { width:100%; }
.mh-form-confirmation { padding:clamp(36px,6vw,64px); border:1px solid var(--line); background:rgba(240,237,229,.72); }
.mh-form-confirmation h2 { margin-bottom:24px; font-size:clamp(44px,5vw,68px); }
.mh-form-confirmation>p:not(.eyebrow) { max-width:590px; margin:0 0 30px; color:#414649; }
.wp-caption,.wp-caption img,.entry-content img,.entry-content iframe { max-width:100%; height:auto; }
.wp-block-embed { margin-inline:0; }
.current-menu-item>a::after { content:""; position:absolute; left:0; right:0; bottom:-9px; height:2px; background:var(--copper); }

@media (max-width:1380px) {
  .site-header { gap:22px; }
  .site-header>.wordmark small { display:none; }
  .desktop-nav { gap:clamp(12px,1.25vw,18px); }
  .desktop-nav a { font-size:11px; letter-spacing:.11em; }
  .header-search>summary { font-size:10px; letter-spacing:.1em; }
}

/* Shared architecture */
.mobile-menu { display: none; }
.desktop-nav { display: flex; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
.page-hero { width:100%; min-height:560px; padding:clamp(80px,9vw,130px) max(48px,calc((100vw - 1320px)/2)); display:grid; grid-template-columns:230px minmax(0,1fr); gap:7vw; align-items:start; border-top:1px solid var(--line); position:relative; overflow:hidden; }
.page-hero::after { content:""; position:absolute; right:-9vw; bottom:-18vw; width:42vw; height:42vw; border:1px solid var(--line); transform:rotate(22deg); pointer-events:none; }
.page-hero-dark { background: var(--ink); color: var(--paper); border-color: rgba(255,255,255,.18); }
.page-hero-dark::after { border-color: rgba(255,255,255,.12); }
.page-index { margin: 8px 0 0; color: var(--copper); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.page-hero h1 { max-width: 1080px; font-size: clamp(65px,8vw,126px); }
.page-intro { max-width: 770px; margin: 48px 0 0; font-size: clamp(19px,2vw,25px); line-height: 1.55; color: #52575a; }
.page-hero-dark .page-intro { color:#b9bcb9; }
.dual-actions { display:flex; gap:30px; align-items:center; flex-wrap:wrap; }

/* Story */
.story-archive { width:var(--page); max-width:1120px; margin:0 auto; padding:clamp(56px,7vw,100px) 0 0; display:grid; grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr); gap:clamp(28px,5vw,72px); align-items:center; }
.story-archive>img { display:block; width:100%; height:auto; }
.story-archive figcaption { min-width:0; }
.story-archive h2 { font-size:clamp(38px,4vw,58px); }
.story-archive figcaption>p:not(.eyebrow) { color:#414649; font-size:18px; line-height:1.7; }
.story-archive figcaption>p.story-archive-credit { font-size:14px; margin:24px 0; }
@media (max-width:760px) {
  .story-archive { grid-template-columns:minmax(0,1fr); gap:28px; }
  .story-archive figcaption>p:not(.eyebrow) { font-size:16px; }
  .story-archive figcaption>p.story-archive-credit { font-size:14px; }
}
.chapter-list { width: var(--page); margin: 0 auto; padding: 60px 0 140px; }
.chapter-list article { display:grid; grid-template-columns:70px minmax(250px,.85fr) minmax(300px,1fr); gap:5vw; padding:70px 0; border-bottom:1px solid var(--line); align-items:start; }
.chapter-list article>span,.topic-list article>span { color:var(--copper); font-size:11px; font-weight:800; letter-spacing:.18em; }
.chapter-list h2 { font-size:clamp(38px,4vw,62px); margin:0; }
.chapter-list p { margin:0; max-width:620px; color:#414649; font-size:18px; }
.belief-panel { background:var(--steel); color:var(--paper); padding:clamp(90px,12vw,170px) max(48px,calc((100vw - 1080px)/2)); }
.belief-panel blockquote,.belief-panel .belief-statement { font-family:Georgia,serif; font-size:clamp(46px,6vw,83px); letter-spacing:-.04em; line-height:1.04; margin:25px 0 55px; }

/* Venture directory */
.directory { width:var(--page); margin:0 auto; padding:80px 0 140px; }
.directory-group { display:grid; grid-template-columns:230px 1fr; gap:7vw; padding:65px 0; border-top:1px solid var(--line); }
.company-card { display:grid; grid-template-columns:.85fr 1fr; gap:5vw; padding:44px 0; border-bottom:1px solid var(--line); }
.company-card:first-child { padding-top:0; }
.company-card h2 { font-size:clamp(34px,3.5vw,54px); margin:0; }
.company-card p { color:#454a4d; margin:0 0 26px; }

/* Writing */
.filters { width:var(--page); margin:0 auto; padding:30px 0; display:flex; flex-wrap:wrap; gap:10px; border-bottom:1px solid var(--line); }
.filters span { padding:9px 16px; border:1px solid var(--line); text-transform:uppercase; letter-spacing:.13em; font-size:10px; font-weight:800; }
.filters span:first-child { background:var(--ink); color:var(--paper); }
.essay-list { width:var(--page); margin:0 auto; padding:30px 0 130px; }
.essay-list article { display:grid; grid-template-columns:70px minmax(0,1fr) 90px; gap:4vw; padding:55px 0; border-bottom:1px solid var(--line); align-items:start; }
.essay-number,.reading-time { font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.essay-number { color:var(--copper); }
.reading-time { text-align:right; color:#636769; }
.essay-list h2 { font-size:clamp(36px,4vw,62px); margin:0 0 20px; max-width:900px; }
.essay-list article p:last-child { max-width:700px; color:#484d50; }
.editorial-note { background:var(--stone); padding:clamp(90px,10vw,140px) max(48px,calc((100vw - 960px)/2)); }
.editorial-note h2 { margin-bottom:25px; }

/* Media */
.media-feature,.speaking-brief,.bio-block,.faq { width:var(--page); margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:8vw; padding:110px 0; }
.media-feature h2,.speaking-brief h2 { font-size:clamp(43px,5vw,72px); }
.media-feature p,.speaking-brief>p { max-width:620px; font-size:19px; }
.media-feature .button { margin-top:25px; }
.media-list { width:var(--page); margin:0 auto 140px; border-top:1px solid var(--line); }
.media-list article { display:grid; grid-template-columns:90px 180px minmax(0,1fr) 90px; gap:30px; align-items:center; padding:36px 0; border-bottom:1px solid var(--line); }
.media-list h2 { font-size:clamp(28px,3vw,43px); margin:0; }
.media-list em { font-style:normal; text-transform:uppercase; letter-spacing:.15em; font-size:10px; font-weight:800; color:var(--copper); }

/* Speaking */
.formats { width:var(--page); margin:0 auto; display:grid; grid-template-columns:230px 1fr; gap:7vw; padding:45px 0; border-bottom:1px solid var(--line); }
.formats p:last-child { margin:0; font-family:Georgia,serif; font-size:clamp(28px,3vw,42px); }
.topic-list { width:var(--page); margin:0 auto; padding:50px 0 110px; }
.topic-list article { display:grid; grid-template-columns:70px 1fr 1fr; gap:5vw; padding:55px 0; border-bottom:1px solid var(--line); }
.topic-list h2 { font-size:clamp(32px,3.5vw,52px); margin:0; }
.topic-list p { margin:0; max-width:590px; color:#454a4d; }

/* Contact */
.contact-layout { width:var(--page); margin:0 auto; display:grid; grid-template-columns:.9fr 1.1fr; gap:8vw; padding:110px 0 150px; }
.contact-direct h2 { font-size:clamp(44px,5vw,72px); }
.contact-direct>a { display:block; font-size:clamp(18px,2vw,25px); margin:18px 0; text-decoration-thickness:1px; text-underline-offset:6px; overflow-wrap:anywhere; }
.contact-direct>p:last-child { margin-top:45px; color:#5b6062; }
.contact-form { padding:50px; background:#e1dbcf; }
.contact-form label { display:block; font-size:11px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; margin-bottom:8px; }
.contact-form input,.contact-form select,.contact-form textarea { width:100%; border:0; border-bottom:1px solid var(--ink); background:transparent; border-radius:0; padding:13px 0; margin-top:8px; font:inherit; font-size:17px; color:var(--ink); }
.contact-form textarea { border:1px solid var(--line); padding:14px; resize:vertical; }
.form-note { font-size:13px; color:#53585a; }
.contact-form button { cursor:pointer; }

/* Gallery */
.gallery-grid { width:var(--page); margin:0 auto; padding:80px 0 140px; display:grid; grid-template-columns:repeat(2,1fr); gap:60px 28px; }
.gallery-grid figure { margin:0; }
.gallery-grid figure>a { display:block; color:inherit; text-decoration:none; }
.gallery-feature { grid-column:1/-1; }
.gallery-grid img { width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; display:block; filter:saturate(.78) contrast(1.04); background:var(--stone); }
.gallery-feature img { aspect-ratio:16/7; }
.gallery-grid figcaption { display:grid; grid-template-columns:1fr auto; gap:15px; padding:17px 0; border-bottom:1px solid var(--line); }
.gallery-grid figcaption h2 { margin:0; font-family:inherit; font-size:17px; font-weight:700; letter-spacing:0; line-height:1.4; }
.gallery-grid figcaption span { color:#5b6062; font-size:14px; text-align:right; }
@media (max-width:1100px) {
  .gallery-grid figcaption { grid-template-columns:1fr; gap:8px; }
  .gallery-grid figcaption span { text-align:left; }
}
.instagram-panel { background:var(--coal); color:var(--paper); padding:clamp(90px,10vw,140px) max(48px,calc((100vw - 1320px)/2)); display:grid; grid-template-columns:1fr 1fr; gap:8vw; }
.instagram-panel h2 { font-size:clamp(45px,5vw,75px); }
.instagram-panel p { max-width:580px; color:#b8bbb9; }
.instagram-panel .button { margin-top:30px; }

/* Facts, legal, utility */
.fact-grid { width:var(--page); margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); border-left:1px solid var(--line); border-top:1px solid var(--line); }
.fact-grid article { min-height:180px; padding:35px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); display:flex; flex-direction:column; justify-content:space-between; }
.fact-grid span { text-transform:uppercase; font-size:10px; letter-spacing:.15em; font-weight:800; color:var(--copper); }
.fact-grid strong { font-family:Georgia,serif; font-size:clamp(24px,2.5vw,38px); font-weight:400; line-height:1.15; }
.bio-block,.faq { grid-template-columns:230px 1fr; }
.bio-block>div,.faq>div { max-width:840px; }
.bio-block h2 { font-size:clamp(42px,5vw,70px); }
.bio-block p { font-size:21px; line-height:1.75; }
.faq details { border-top:1px solid var(--line); padding:27px 0; }
.faq details:last-child { border-bottom:1px solid var(--line); }
.faq summary { cursor:pointer; font-family:Georgia,serif; font-size:clamp(24px,3vw,36px); }
.faq details p { max-width:700px; color:#454a4d; }
.media-download { background:var(--steel); color:var(--paper); display:grid; grid-template-columns:1fr 1fr; align-items:center; }
.portrait-card { min-height:680px; background:var(--stone); overflow:hidden; }
.portrait-card img { width:100%; height:100%; min-height:680px; object-fit:cover; object-position:center 30%; display:block; filter:saturate(.86) contrast(1.03); }
.media-download>div:last-child { padding:80px max(30px,8vw); }
.media-download p { color:#c3c6c3; }
.legal-copy { max-width:780px; margin:0 auto; padding:95px 24px 150px; }
.legal-copy h2 { font-size:clamp(34px,4vw,50px); margin:70px 0 20px; }
.legal-copy h2:first-child { margin-top:0; }
.legal-copy p { font-size:18px; color:#3f4447; }
.thank-you { min-height:72vh; width:var(--page); margin:0 auto; padding:clamp(100px,14vw,190px) 0; }
.thank-you h1 { font-size:clamp(80px,13vw,180px); }
.thank-you>p:not(.eyebrow) { max-width:680px; font-size:22px; margin:40px 0; }
.not-found { min-height:75vh; width:var(--page); margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:5vw; align-items:center; overflow:hidden; }
.not-found h1 { font-size:clamp(68px,9vw,135px); }
.not-found div>p:not(.eyebrow) { max-width:580px; font-size:20px; margin:35px 0; }
.not-found>strong { font-family:Georgia,serif; font-size:clamp(190px,31vw,500px); font-weight:400; color:rgba(11,13,15,.06); letter-spacing:-.09em; line-height:.7; }
.recovery-links { display:flex; flex-wrap:wrap; gap:20px; margin-top:42px; }
.recovery-links a { font-size:13px; font-weight:800; text-underline-offset:5px; }

/* Family */
.family-hero { min-height:calc(100svh - 92px); display:grid; grid-template-columns:1fr 1fr; background:var(--ink); color:var(--paper); }
.family-hero-copy { padding:clamp(75px,9vw,130px) max(48px,calc((100vw - 1320px)/2)); display:flex; flex-direction:column; justify-content:center; }
.family-hero-copy .eyebrow { margin-top:70px; }
.family-hero h1 { font-size:clamp(62px,7.2vw,112px); margin:0; max-width:780px; }
.family-hero-copy>p:last-child { max-width:620px; margin:44px 0 0; color:#bec1be; font-size:20px; }
.family-hero>img { width:100%; height:100%; min-height:720px; object-fit:cover; object-position:center 42%; filter:saturate(.86) contrast(1.03); }
.family-stories { width:var(--page); margin:0 auto; padding:70px 0 130px; }
.family-stories article { display:grid; grid-template-columns:230px 1fr; gap:7vw; padding:70px 0; border-bottom:1px solid var(--line); }
.family-stories article>div { max-width:850px; }
.family-stories h2 { font-size:clamp(43px,5vw,74px); }
.family-stories article>div p { max-width:650px; color:#454a4d; font-size:19px; }
.family-gallery { width:var(--page); margin:0 auto; display:grid; grid-template-columns:1.1fr .9fr; gap:28px; padding-bottom:140px; }
.family-gallery figure { margin:0; }
.family-gallery img { width:100%; height:640px; object-fit:cover; display:block; filter:saturate(.84) contrast(1.03); }
.family-gallery .family-tall { grid-row:span 2; }
.family-gallery .family-tall img { height:calc(1280px + 72px); }
.family-gallery figcaption { border-bottom:1px solid var(--line); padding:14px 0; font-size:12px; text-transform:uppercase; letter-spacing:.12em; font-weight:800; }
.family-privacy { background:var(--stone); padding:clamp(90px,11vw,150px) max(24px,calc((100vw - 900px)/2)); }
.family-privacy h2 { font-size:clamp(48px,6vw,82px); }
.family-privacy>p:not(.eyebrow) { max-width:720px; font-size:20px; margin-bottom:35px; }

/* Footer */
footer { grid-template-columns:2fr repeat(3,1fr); align-items:start; gap:6vw; padding-top:75px; padding-bottom:45px; }
.footer-intro p { color:#969a99; font-size:13px; line-height:1.7; margin-top:30px; }
.footer-group { display:flex; flex-direction:column; gap:10px; }
.footer-group strong { color:#d38a5e; text-transform:uppercase; letter-spacing:.16em; font-size:10px; margin-bottom:10px; }
.footer-group a { text-decoration:none; font-size:13px; }
.footer-group a:hover { color:#d38a5e; }
.footer-base { grid-column:1/-1; border-top:1px solid rgba(255,255,255,.14); padding-top:28px; margin-top:30px; }

@media (max-width:1100px) {
  .desktop-nav { display:none; }
  .mobile-menu { display:block; position:relative; }
  .mobile-menu summary { list-style:none; cursor:pointer; text-transform:uppercase; font-size:11px; font-weight:800; letter-spacing:.15em; padding:14px 0; }
  .mobile-menu summary::-webkit-details-marker { display:none; }
  .mobile-menu[open] nav { position:absolute; right:0; top:50px; width:min(330px,calc(100vw - 48px)); max-height:calc(100vh - 92px); max-height:calc(100dvh - 92px); overflow-y:auto; overscroll-behavior:contain; padding:24px; background:var(--ink); color:var(--paper); display:grid; gap:0; box-shadow:0 20px 45px rgba(0,0,0,.25); }
  .site-header .mobile-menu[open] nav a { display:block; padding:13px 0; border-bottom:1px solid rgba(255,255,255,.15); }
  .site-header .mobile-menu[open] nav a[aria-current="page"] { color:#d38a5e; }
  .page-hero { grid-template-columns:1fr; gap:35px; min-height:570px; padding-left:24px; padding-right:24px; }
  .chapter-list article,.topic-list article { grid-template-columns:50px 1fr; }
  .chapter-list article p,.topic-list article p { grid-column:2; }
  .directory-group { grid-template-columns:1fr; }
  .media-list article { grid-template-columns:70px 150px 1fr; }
  .media-list em { grid-column:2; }
  .contact-layout { grid-template-columns:1fr; }
  .legacy-writing { grid-template-columns:1fr; gap:40px; }
  .family-hero { grid-template-columns:1fr; min-height:0; }
  .family-hero>img { order:-1; min-height:0; height:clamp(340px,42svh,460px); max-height:none; }
  .family-hero-copy { padding:36px 24px 60px; }
  .family-hero-copy .eyebrow { margin-top:24px; }
  .family-stories article { grid-template-columns:1fr; gap:30px; }
  .family-gallery img { height:520px; }
  .family-gallery .family-tall img { height:calc(1040px + 72px); }
  .fact-grid { grid-template-columns:repeat(2,1fr); }
  footer { grid-template-columns:repeat(3,minmax(0,1fr)); gap:30px; }
  .footer-intro { grid-column:1/-1; }
  .footer-group a { min-height:44px; display:flex; align-items:center; }
}

@media (max-width:620px) {
  .page-hero { min-height:520px; padding-top:75px; padding-bottom:75px; }
  .page-hero h1 { font-size:clamp(54px,16vw,78px); }
  .page-intro { font-size:18px; margin-top:34px; }
  .chapter-list { padding-bottom:85px; }
  .chapter-list article,.topic-list article { grid-template-columns:38px 1fr; gap:16px; padding:42px 0; }
  .chapter-list h2,.topic-list h2 { font-size:35px; }
  .chapter-list p,.topic-list p { font-size:16px; }
  .belief-panel { padding:80px 24px; }
  .directory { padding-top:45px; }
  .directory-group { padding:45px 0; }
  .company-card { grid-template-columns:1fr; gap:20px; padding:37px 0; }
  .essay-list article { grid-template-columns:34px 1fr; gap:14px; padding:40px 0; }
  .essay-list h2 { font-size:35px; }
  .reading-time { grid-column:2; text-align:left; }
  .media-feature,.speaking-brief,.bio-block,.faq { grid-template-columns:1fr; padding:75px 0; gap:35px; }
  .media-list article { grid-template-columns:60px 1fr; gap:12px; padding:32px 0; }
  .media-list h2 { grid-column:1/-1; margin-top:15px; }
  .media-list em { grid-column:2; }
  .formats { grid-template-columns:1fr; gap:20px; }
  .contact-layout { padding:75px 0 90px; }
  .family-hero { min-height:auto; }
  .family-hero>img { min-height:0; height:clamp(320px,40svh,380px); }
  .family-hero h1 { font-size:clamp(50px,14vw,68px); overflow-wrap:anywhere; }
  .family-hero-copy>p:last-child { font-size:17px; }
  .family-stories { padding:40px 0 80px; }
  .family-stories article { padding:50px 0; }
  .family-gallery { grid-template-columns:1fr; gap:45px; padding-bottom:90px; }
  .family-gallery img,.family-gallery .family-tall img { height:auto; aspect-ratio:4/5; object-fit:cover; }
  .contact-form { padding:30px 20px; }
  .gallery-grid { grid-template-columns:1fr; gap:42px; padding-top:45px; }
  .gallery-feature { grid-column:auto; }
  .gallery-feature img,.gallery-grid img { aspect-ratio:4/3; }
  .gallery-grid figcaption { grid-template-columns:1fr; }
  .gallery-grid figcaption span { text-align:left; }
  .instagram-panel,.media-download { grid-template-columns:1fr; }
  .instagram-panel { padding:75px 24px; }
  .fact-grid { grid-template-columns:1fr; }
  .portrait-card { min-height:500px; }
  .not-found { grid-template-columns:1fr; padding:80px 0; }
  .not-found>strong { display:none; }
  footer { grid-template-columns:repeat(2,1fr); padding:55px 24px 35px; }
  .footer-intro { grid-column:1/-1; }
}

/* Production completion */
.centred { justify-content:center; }

.media-home { background:var(--coal); color:var(--paper); padding:clamp(100px,11vw,165px) 0; }
.media-home-list { width:var(--page); margin:65px auto 45px; border-top:1px solid rgba(255,255,255,.2); }
.media-home-list a { display:grid; grid-template-columns:150px minmax(0,1fr) 150px 24px; gap:28px; align-items:center; padding:30px 0; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; }
.media-home-list a>span,.media-home-list em { font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; font-style:normal; }
.media-home-list a>span { color:#d38a5e; }
.media-home-list strong { font-family:Georgia,serif; font-size:clamp(24px,2.4vw,37px); font-weight:400; line-height:1.18; }
.media-home-list em { color:#aeb2b0; text-align:right; }
.media-home-list i { font-style:normal; font-size:24px; }
.media-home>.button { margin-left:max(48px,calc((100vw - 1320px)/2)); }

.context-panel,.directory-intro,.writing-intro,.appearance-section,.gallery-source { width:var(--page); margin:0 auto; }
.context-panel { display:grid; grid-template-columns:230px minmax(0,1fr); gap:7vw; padding:0 0 130px; }
.context-panel>div { max-width:850px; }
.context-panel h2 { font-size:clamp(42px,5vw,72px); }
.context-panel p { max-width:720px; color:#454a4d; font-size:18px; }

.directory-intro { display:flex; justify-content:space-between; align-items:flex-start; gap:40px; padding:48px 0 0; border-top:1px solid var(--line); }
.directory-intro p { max-width:760px; margin:0; color:#454a4d; }

.writing-intro { display:grid; grid-template-columns:230px minmax(0,1fr); gap:7vw; padding:70px 0 20px; }
.writing-intro>div { max-width:760px; }
.writing-intro>div>p:first-child { margin:0; font-size:19px; color:#454a4d; }
.writing-standard { margin:22px 0 0; padding-top:18px; border-top:1px solid var(--line); color:#666b6d; font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.essay-list .standfirst { color:var(--ink); font-size:19px; max-width:760px; margin:0 0 22px; }
.essay-list .essay-argument { max-width:800px; color:#454a4d; margin:0; }
.longform-list h2 a { text-decoration:none; }
.longform-list .reading-time { line-height:1.8; }
.longform-list .text-link { display:inline-block; margin-top:10px; }
.legacy-writing { width:var(--page); margin:0 auto; padding:100px 0 140px; display:grid; grid-template-columns:280px minmax(0,1fr); gap:8vw; border-top:1px solid var(--line); }
.legacy-writing-head>p:last-child { color:#5b6062; }
.legacy-writing-list { border-top:1px solid var(--line); }
.legacy-writing-list article { display:grid; grid-template-columns:72px minmax(0,1fr); gap:24px; align-items:baseline; padding:24px 0; border-bottom:1px solid var(--line); }
.legacy-writing-list time { color:var(--copper); font-size:11px; font-weight:800; letter-spacing:.12em; }
.legacy-writing-list h2 { margin:0; font-family:inherit; font-size:clamp(18px,2vw,26px); line-height:1.25; }
.legacy-writing-list a { text-decoration:none; }

.article-page { background:var(--paper); }
.article-hero { min-height:720px; padding:90px max(48px,calc((100vw - 1320px)/2)) 110px; background:var(--ink); color:var(--paper); display:grid; grid-template-columns:230px minmax(0,1fr); gap:7vw; align-items:start; }
.article-back { color:#d4d6d2; text-decoration:none; text-transform:uppercase; letter-spacing:.15em; font-size:10px; font-weight:800; padding-top:9px; }
.article-hero h1 { max-width:1100px; font-size:clamp(64px,7.7vw,122px); }
.article-deck { max-width:820px; margin:45px 0 0; color:#c3c6c3; font-size:clamp(20px,2vw,27px); line-height:1.55; }
.article-meta { display:flex; flex-wrap:wrap; gap:12px 30px; margin-top:48px; padding-top:24px; border-top:1px solid rgba(255,255,255,.18); color:#aeb2af; text-transform:uppercase; letter-spacing:.13em; font-size:10px; font-weight:800; }
.article-layout { width:var(--page); margin:0 auto; display:grid; grid-template-columns:250px minmax(0,780px); justify-content:center; gap:8vw; padding:110px 0 150px; }
.article-contents { position:sticky; top:35px; align-self:start; max-height:calc(100vh - 70px); overflow:auto; padding-right:18px; }
.article-contents>strong { display:block; margin-bottom:20px; color:var(--copper); text-transform:uppercase; letter-spacing:.15em; font-size:10px; }
.article-contents ol { margin:0; padding:0; list-style:none; counter-reset:contents; }
.article-contents li { counter-increment:contents; display:grid; grid-template-columns:26px 1fr; gap:8px; margin:0 0 11px; font-size:12px; line-height:1.45; }
.article-contents li::before { content:counter(contents,decimal-leading-zero); color:#8a8e8f; font-size:9px; letter-spacing:.08em; padding-top:2px; }
.article-contents a { text-decoration:none; color:#484d50; }
.essay-section-nav,.article-contents-mobile nav { display:block; }
.essay-section-nav { margin-top:28px; }
.essay-section-nav>strong { display:block; margin-bottom:16px; color:var(--copper); font-size:11px; letter-spacing:.12em; text-transform:uppercase; }
.essay-section-nav a,.article-contents-mobile nav a { text-transform:none; letter-spacing:normal; font-weight:500; }
.essay-section-nav a { display:flex; align-items:center; min-height:32px; font-size:14px; }
.article-body h2[id] { scroll-margin-top:32px; }
.article-body h2[id]:focus-visible { outline:2px solid var(--copper); outline-offset:8px; }
.article-contents-mobile { display:none; }
.article-body { min-width:0; }
.article-body>section { scroll-margin-top:30px; padding:0 0 78px; margin:0 0 78px; border-bottom:1px solid var(--line); }
.article-body h2 { font-size:clamp(42px,5vw,70px); line-height:1.02; margin:0 0 38px; }
.article-body p { font-family:Georgia,"Times New Roman",serif; font-size:21px; line-height:1.82; margin:0 0 27px; color:#292d30; }
.article-body>section:first-child p:first-of-type::first-letter { float:left; margin:9px 10px 0 0; color:var(--copper); font-family:Georgia,serif; font-size:76px; line-height:.68; }
.article-body blockquote { margin:58px 0 8px; padding:45px 0 45px 38px; border-left:5px solid var(--copper); font-family:Georgia,serif; font-size:clamp(34px,4.3vw,55px); line-height:1.13; letter-spacing:-.035em; }
.article-body ul { margin:0 0 35px; padding-left:24px; }
.article-body li { margin:0 0 12px; font-family:Georgia,"Times New Roman",serif; font-size:19px; line-height:1.65; }
.article-body ul.article-sources { margin-top:30px; padding:0; list-style:none; border-top:1px solid var(--line); }
.article-body ul.article-sources li { margin:0; font-family:inherit; font-size:14px; line-height:1.45; }
.article-body ul.article-sources a { display:block; padding:18px 0; border-bottom:1px solid var(--line); font-weight:750; text-decoration:none; }
.article-sources p:first-of-type::first-letter { float:none; margin:0; color:inherit; font-size:inherit; line-height:inherit; }
.article-sources ol { margin:35px 0 0; padding:0; list-style:none; border-top:1px solid var(--line); }
.article-sources li a { display:flex; justify-content:space-between; gap:25px; padding:19px 0; border-bottom:1px solid var(--line); text-decoration:none; font-weight:750; }
.article-sources li span { color:var(--copper); }
.next-essay { background:var(--steel); color:var(--paper); padding:clamp(90px,11vw,150px) max(48px,calc((100vw - 1100px)/2)); }
.next-essay h2 { max-width:950px; }
.next-essay .more-essays { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:32px; margin:48px 0; padding:0; list-style:none; }
.more-essays>li { min-width:0; padding:24px 0 0; border-top:1px solid rgba(255,255,255,.3); }
.more-essays .more-essay-meta { display:flex; flex-wrap:wrap; gap:8px 18px; margin:0 0 18px; color:#e1e3df; font-size:11px; letter-spacing:.06em; }
.more-essays h3 { margin:0 0 18px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(26px,2.6vw,36px); line-height:1.16; letter-spacing:-.02em; }
.more-essays h3 a { display:block; min-height:48px; color:var(--paper); text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:5px; overflow-wrap:anywhere; }
.more-essays h3 a:focus-visible { outline:2px solid var(--paper); outline-offset:6px; }
.more-essays .more-essay-description { margin:0; color:#e1e3df; font-size:16px; line-height:1.65; }
@media (max-width:900px) {
  .next-essay .more-essays { grid-template-columns:1fr; gap:28px; margin:36px 0; }
  .more-essays h3 { font-size:30px; }
}

@media (hover:hover) {
  .article-contents a:hover,.article-sources a:hover,.longform-list h2 a:hover,.legacy-writing-list a:hover { color:var(--copper); }
}

.media-archive { width:var(--page); margin:0 auto; padding:0 0 140px; }
.media-year { display:grid; grid-template-columns:160px minmax(0,1fr); gap:5vw; padding:55px 0; border-top:1px solid var(--line); }
.media-year>h2 { font-size:clamp(42px,5vw,70px); margin:0; color:var(--copper); }
.media-year .media-list { width:auto; margin:0; border-top:0; }
.media-row { display:grid; grid-template-columns:135px 150px minmax(0,1fr) 90px 20px; gap:22px; align-items:center; padding:30px 0; border-bottom:1px solid var(--line); text-decoration:none; }
.media-row time,.media-row span,.media-row em { font-size:10px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; font-style:normal; }
.media-row span { color:var(--copper); }
.media-row strong { font-family:Georgia,serif; font-size:clamp(22px,2.3vw,34px); font-weight:400; line-height:1.18; }
.media-row em { color:#626769; text-align:right; }
.media-row i { font-style:normal; font-size:22px; }
.archive-note { max-width:780px; margin:35px 0 0 210px; color:#5a5f61; font-size:14px; }

.speaking-proof { display:grid; grid-template-columns:1.15fr .85fr; align-items:stretch; background:var(--coal); color:var(--paper); }
.speaking-proof img { width:100%; height:100%; min-height:650px; object-fit:cover; object-position:center; display:block; filter:saturate(.8) contrast(1.05); }
.speaking-proof>div { padding:clamp(70px,8vw,125px); display:flex; flex-direction:column; justify-content:center; }
.speaking-proof h2 { font-size:clamp(46px,5.2vw,78px); }
.speaking-proof p:last-child { color:#b9bdbb; max-width:540px; }
.appearance-section { display:grid; grid-template-columns:230px minmax(0,1fr); gap:7vw; padding:70px 0 130px; }
.appearance-list a { display:grid; grid-template-columns:1fr 24px; gap:30px; align-items:center; padding:30px 0; border-bottom:1px solid var(--line); text-decoration:none; }
.appearance-list a:first-child { border-top:1px solid var(--line); }
.appearance-list h2 { font-size:clamp(28px,3vw,42px); margin:0 0 9px; }
.appearance-list p { margin:0; color:#555a5c; max-width:690px; }
.appearance-list>a>span { font-size:24px; color:var(--copper); }

.gallery-source { display:flex; align-items:center; justify-content:space-between; gap:35px; padding:0 0 110px; }
.gallery-source p { max-width:700px; margin:0; color:#555a5c; }

.bio-versions { display:grid; gap:60px; }
.bio-version { padding-bottom:55px; border-bottom:1px solid var(--line); }
.bio-version:last-child { padding-bottom:0; border-bottom:0; }
.bio-version h2 { margin-bottom:25px; }
.bio-version p { margin:0; }

.contact-form fieldset { border:0; padding:0; margin:0 0 25px; min-inline-size:0; }
.contact-form legend { width:100%; padding:0 0 12px; margin:0 0 28px; border-bottom:1px solid var(--line); font-family:Georgia,serif; font-size:28px; }
.contact-form label span { color:#626769; text-transform:none; letter-spacing:0; font-weight:400; }
/* Gravity Forms wraps the primary label text in its own span. Mute only the
   secondary label content; the field name keeps the micro-label treatment. */
.contact-form label .gform-field-label__text { color:inherit; text-transform:inherit; letter-spacing:inherit; font-weight:inherit; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.form-honeypot { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.contact-socials { margin-top:45px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); max-width:420px; border-top:1px solid var(--line); }
.contact-socials a { display:flex; justify-content:space-between; gap:20px; padding:11px 0; margin-right:24px; border-bottom:1px solid var(--line); font-size:12px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; text-decoration:none; }
.contact-socials a span { color:var(--copper); }

@media (hover:hover) {
  .media-home-list a:hover,.media-row:hover,.appearance-list a:hover { color:var(--copper); }
  .company-card:hover h2 { color:var(--copper); }
  .gallery-grid figure:hover img { filter:saturate(.96) contrast(1.02); }
}

/* Architectural sketch system */
:is(.page-hero,.statement,.ideas,.chapter-list,.directory,.essay-list,.editorial-note,.media-archive,.topic-list,.contact-layout,.gallery-grid,.fact-grid,.family-stories,.family-privacy,.legal-copy,.thank-you,.not-found,.article-layout,.family-hero-copy,.ventures-home,.media-home,.contact-band,.belief-panel,.instagram-panel,.article-hero,.next-essay) {
  position:relative;
  isolation:isolate;
  --sketch-opacity:.065;
  --sketch-position:center top;
  --sketch-size:min(1540px,115vw) auto;
  --sketch-blend:multiply;
  --sketch-filter:none;
}
:is(.page-hero,.statement,.ideas,.chapter-list,.directory,.essay-list,.editorial-note,.media-archive,.topic-list,.contact-layout,.gallery-grid,.fact-grid,.family-stories,.family-privacy,.legal-copy,.thank-you,.not-found,.article-layout,.family-hero-copy,.ventures-home,.media-home,.contact-band,.belief-panel,.instagram-panel,.article-hero,.next-essay)::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background-image:url('../images/architectural-tower-sketch.webp');
  background-repeat:no-repeat;
  background-position:var(--sketch-position);
  background-size:var(--sketch-size);
  opacity:var(--sketch-opacity);
  mix-blend-mode:var(--sketch-blend);
  filter:var(--sketch-filter);
}
:is(.page-hero,.statement,.ideas,.chapter-list,.directory,.essay-list,.editorial-note,.media-archive,.topic-list,.contact-layout,.gallery-grid,.fact-grid,.family-stories,.family-privacy,.legal-copy,.thank-you,.not-found,.family-hero-copy,.ventures-home,.media-home,.contact-band,.belief-panel,.instagram-panel,.article-hero,.next-essay)>* { position:relative; z-index:1; }
.page-hero { --sketch-opacity:.16; --sketch-position:72% 44%; --sketch-size:cover; }
.page-hero::after { z-index:1; }
.page-hero>* { z-index:2; }
:is(.page-hero-dark,.family-hero-copy,.ventures-home,.media-home,.contact-band,.belief-panel,.instagram-panel,.article-hero,.next-essay) {
  --sketch-opacity:.075;
  --sketch-position:70% 38%;
  --sketch-size:cover;
  --sketch-blend:screen;
  --sketch-filter:invert(1) grayscale(1) contrast(.78);
}
.family-hero-copy { --sketch-opacity:.09; --sketch-position:76% center; }
.article-layout>.article-contents,.article-layout>.article-body { z-index:1; }

@media (max-width:1100px) {
  .page-hero { min-height:500px; }
  .media-home>.button { margin-left:24px; }
  .media-home-list a { grid-template-columns:115px 1fr 24px; }
  .media-home-list em { display:none; }
  .context-panel,.writing-intro,.appearance-section { grid-template-columns:1fr; gap:30px; }
  .legacy-writing { grid-template-columns:1fr; gap:40px; }
  .directory-intro { flex-direction:column; }
  .media-year { grid-template-columns:1fr; gap:15px; }
  .media-year>h2 { font-size:42px; }
  .archive-note { margin-left:0; }
  .media-row { grid-template-columns:120px 135px 1fr 20px; }
  .media-row em { display:none; }
  .speaking-proof { grid-template-columns:1fr; }
  .speaking-proof img { min-height:520px; max-height:680px; }
  .article-hero { min-height:620px; grid-template-columns:1fr; gap:35px; padding-left:24px; padding-right:24px; }
  .article-layout { grid-template-columns:1fr; max-width:820px; }
  .article-contents { position:static; max-height:none; padding:0 0 45px; border-bottom:1px solid var(--line); }
  .article-contents ol { columns:2; column-gap:35px; }
  .article-contents li { break-inside:avoid; margin:0; }
  .article-contents a { min-height:44px; display:flex; align-items:center; padding:7px 0; }
  .article-back { min-height:44px; display:inline-flex; align-items:center; }
  .page-hero { --sketch-position:78% 40%; }
  .family-hero-copy { --sketch-position:82% center; }
}

@media (max-width:370px) {
  .site-header .wordmark strong { display:none; }
}

@media (max-width:620px) {
  .page-hero { min-height:440px; padding-top:68px; padding-bottom:68px; }
  .hero-copy { padding-top:32px; }
  .media-home-list a { grid-template-columns:1fr 24px; gap:15px; }
  .media-home-list a>span { grid-column:1; }
  .media-home-list strong { grid-column:1; }
  .media-home-list i { grid-column:2; grid-row:1/3; }
  .context-panel { padding-bottom:90px; }
  .writing-intro { padding-top:60px; }
  .essay-list article { grid-template-columns:28px 1fr; }
  .essay-list .standfirst { font-size:17px; }
  .essay-list .essay-argument { font-size:15px; }
  .legacy-writing { grid-template-columns:1fr; padding:70px 0 90px; }
  .legacy-writing-list article { grid-template-columns:52px minmax(0,1fr); gap:14px; padding:21px 0; }
  .legacy-writing { padding:70px 0 90px; }
  .legacy-writing-list article { grid-template-columns:52px minmax(0,1fr); gap:14px; padding:21px 0; }
  .media-archive { padding-bottom:90px; }
  .media-year { padding:40px 0; }
  .media-row { grid-template-columns:1fr 24px; gap:10px; padding:26px 0; }
  .media-row time,.media-row span { grid-column:1; }
  .media-row strong { grid-column:1; margin-top:7px; }
  .media-row i { grid-column:2; grid-row:1/4; align-self:center; }
  .speaking-proof img { min-height:390px; }
  .speaking-proof>div { padding:70px 24px; }
  .appearance-section { padding:70px 0 90px; }
  .appearance-list h2 { font-size:30px; }
  .gallery-source { flex-direction:column; align-items:flex-start; padding-bottom:80px; }
  .gallery-feature img,.gallery-grid img { aspect-ratio:4/3; }
  .gallery-grid figure:nth-child(2) img { aspect-ratio:16/7; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .contact-socials { grid-template-columns:1fr; }
  .media-download .portrait-card,.portrait-card img { min-height:470px; }
  .bio-block p { font-size:17px; line-height:1.7; }
  .family-hero>img { object-position:center 38%; }
  .contact-band .dual-actions { justify-content:center; }
  .article-hero { min-height:560px; padding:65px 16px 78px; }
  .article-hero h1 { font-size:clamp(51px,14.5vw,72px); overflow-wrap:anywhere; }
  .article-deck { font-size:18px; margin-top:32px; }
  .article-meta { display:grid; gap:8px; margin-top:35px; }
  .article-layout { padding:70px 0 100px; }
  .article-contents { display:none; }
  .article-contents-mobile { display:block; margin:0 0 15px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
  .article-contents-mobile summary { min-height:56px; display:flex; align-items:center; justify-content:space-between; gap:20px; cursor:pointer; list-style:none; color:var(--copper); text-transform:uppercase; letter-spacing:.14em; font-size:10px; font-weight:800; }
  .article-contents-mobile summary::-webkit-details-marker { display:none; }
  .article-contents-mobile summary::after { content:"+"; color:var(--ink); font-size:22px; line-height:1; }
  .article-contents-mobile[open] summary::after { content:"−"; }
  .article-contents-mobile summary span { margin-left:auto; color:#777b7c; letter-spacing:.08em; }
  .article-contents-mobile ol { margin:0; padding:0 0 22px; list-style:none; counter-reset:mobile-contents; }
  .article-contents-mobile li { counter-increment:mobile-contents; display:grid; grid-template-columns:28px 1fr; gap:8px; border-top:1px solid var(--line); }
  .article-contents-mobile li::before { content:counter(mobile-contents,decimal-leading-zero); padding-top:14px; color:#888c8d; font-size:9px; letter-spacing:.08em; }
  .article-contents-mobile a { min-height:48px; display:flex; align-items:center; padding:10px 0; text-decoration:none; font-size:13px; line-height:1.35; }
  .article-body>section { padding-bottom:55px; margin-bottom:55px; }
  .article-body h2 { font-size:42px; margin-bottom:30px; }
  .article-body p { font-size:18px; line-height:1.75; }
  .article-body>section:first-child p:first-of-type::first-letter { font-size:62px; }
  .article-body blockquote { margin-top:40px; padding:30px 0 30px 24px; font-size:34px; }
  .next-essay { padding:75px 24px; }
  .mobile-menu summary,.article-back { min-height:44px; display:inline-flex; align-items:center; }
  .footer-group a,.recovery-links a { min-height:44px; display:flex; align-items:center; }
  .hero-actions .text-link,.dual-actions .text-link,.gallery-source .text-link { min-height:44px; display:inline-flex; align-items:center; }
  .page-hero { --sketch-opacity:.11; --sketch-position:84% 32%; }
  :is(.statement,.ideas,.chapter-list,.directory,.essay-list,.editorial-note,.media-archive,.topic-list,.contact-layout,.gallery-grid,.fact-grid,.family-stories,.family-privacy,.legal-copy,.thank-you,.not-found,.article-layout) { --sketch-opacity:.04; --sketch-position:88% top; --sketch-size:auto 620px; }
  :is(.family-hero-copy,.ventures-home,.media-home,.contact-band,.belief-panel,.instagram-panel,.article-hero,.next-essay) { --sketch-opacity:.055; --sketch-position:84% 24%; }
}

/* Hide the anti-spam trap while retaining its server-side validation. */
.gform_wrapper .gform_validation_container { display:none !important; }

.analytics-panel[hidden], .analytics-choices[hidden] { display:none !important; }
.analytics-panel { position:fixed; z-index:100000; left:16px; right:16px; bottom:16px; margin:0 auto; max-width:1040px; max-height:75vh; overflow:auto; padding:24px; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:24px; background:#14181a; color:#f5f2eb; border:1px solid #898d89; box-shadow:0 8px 32px #0005; }
.analytics-panel h2 { font-family:inherit; font-size:1.125rem; line-height:1.4; letter-spacing:0; margin:0 0 8px; color:inherit; }
.analytics-panel p { font-size:1rem; line-height:1.5; margin:0; }
.analytics-panel a { color:inherit; text-decoration:underline; text-underline-offset:3px; }
.analytics-panel #mh-analytics-status { font-size:.875rem; margin-top:8px; color:#c9cdc9; }
.analytics-actions { display:flex; flex-direction:column; gap:8px; min-width:164px; }
.analytics-actions button { min-height:44px; padding:10px 16px; border:1px solid #aaa; background:transparent; color:#f5f2eb; font:inherit; font-size:.9375rem; line-height:1.4; cursor:pointer; }
.analytics-actions button:hover { background:#303638; }
.analytics-choices { width:fit-content; border:0; padding:8px 0; background:transparent; color:inherit; font:inherit; text-align:left; text-decoration:underline; text-underline-offset:3px; cursor:pointer; min-height:44px; }
.analytics-panel button:focus-visible, .analytics-choices:focus-visible { outline:3px solid #dfaa73; outline-offset:3px; }
@media (max-width:600px) { .analytics-panel { left:12px; right:12px; bottom:12px; padding:20px; grid-template-columns:1fr; gap:16px; } .analytics-actions { display:grid; grid-template-columns:1fr 1fr; min-width:0; } .analytics-actions [data-analytics-close] { grid-column:1/-1; } }

/* Missing-page recovery: useful controls and space above the footer. */
.not-found { padding:clamp(64px,7vw,100px) 0; grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr); }
.not-found h1 { font-size:clamp(64px,6.6vw,104px); }
.not-found-search { max-width:560px; margin:32px 0; }
.not-found-search .eyebrow { margin-bottom:12px; font-size:11px; }
.not-found-search .search-form label { min-width:0; }
.not-found-search .search-field { font-size:16px; height:50px; }
.not-found-search .search-submit { min-width:64px; }
.not-found .recovery-links { margin-top:28px; gap:12px 24px; }
.not-found .recovery-links a { display:inline-flex; align-items:center; min-height:44px; }
@media (max-width:620px) { .not-found { grid-template-columns:1fr; padding:56px 0 64px; } .not-found h1 { font-size:clamp(56px,15vw,76px); } .not-found div>p:not(.eyebrow) { font-size:18px; margin:28px 0; } }

.not-found>strong { font-size:clamp(140px,23vw,360px); justify-self:center; }

/* Writing pagination: crawlable links and comfortable touch targets. */
.longform-list { padding-bottom:32px; }
.writing-pagination { display:block; width:var(--page); margin:0 auto; padding:24px 0 48px; border-top:1px solid rgba(18,21,21,.2); }
.writing-pagination>p { margin:0 0 16px; font-size:14px; }
.writing-page-links { display:flex; flex-wrap:wrap; align-items:center; gap:8px; }
.writing-page-links a,.writing-page-links .current { display:inline-flex; min-width:44px; min-height:44px; padding:8px 12px; align-items:center; justify-content:center; border:1px solid currentColor; font-size:16px; line-height:1.4; letter-spacing:.04em; text-transform:none; text-decoration:none; }
.writing-page-links a:hover,.writing-page-links .current { background:#111515; color:#f1eee6; border-color:#111515; }
.writing-page-links a:focus-visible { outline:3px solid #9a5228; outline-offset:3px; }
.writing-page-links .page-gap { padding:0 4px; }

/* Long-form project photographs: full reading-column width on every screen. */
.article-body figure { margin:36px 0; max-width:100%; }
.article-body figure img { display:block; width:100%; max-width:100%; height:auto; }
.article-body figcaption { margin-top:12px; color:#545b5e; font-family:Arial,Helvetica,sans-serif; font-size:14px; line-height:1.55; }

/* Fresh, crawlable essay links on the homepage, without extra image weight. */
.latest-writing { margin:42px 0 34px; }
.latest-writing>p.eyebrow { margin-bottom:12px; }
.latest-writing article { padding:24px 0; border-top:1px solid var(--line); }
.latest-writing article:last-child { border-bottom:1px solid var(--line); }
.latest-writing .latest-writing-meta { display:flex; flex-wrap:wrap; gap:8px 20px; margin:0 0 12px; font-size:12px; line-height:1.5; color:#545b5e; }
.latest-writing h3 { margin:0 0 14px; font-size:clamp(28px,3.2vw,40px); line-height:1.15; letter-spacing:-.025em; }
.latest-writing h3 a { display:inline-block; min-height:44px; padding:4px 0; color:inherit; text-decoration:none; }
.latest-writing h3 a:hover { text-decoration:underline; text-underline-offset:5px; }
.latest-writing h3 a:focus-visible { outline:3px solid #9a5228; outline-offset:5px; }
.latest-writing .latest-writing-excerpt { margin:0; font-size:16px; line-height:1.7; }

/* Keep current development work separate from completed-project photographs. */
.current-project { padding:clamp(64px,7vw,100px) 0; }
.current-project h2 { font-size:clamp(40px,4.8vw,68px); line-height:1.08; }
.current-project>div>p { max-width:760px; }
.current-project a { display:inline-block; min-height:44px; padding:8px 0; }

/* Validation is guidance, not a display heading. Keep errors readable on phones. */
.contact-form .gform_validation_errors { margin-bottom:24px; }
.contact-form .gform_validation_errors .gform_submission_error { font-family:inherit; font-size:18px; font-weight:600; line-height:1.5; letter-spacing:normal; margin:0; }

.media-row .media-access { display:block; margin-top:8px; font-size:10px; line-height:1.5; font-weight:600; letter-spacing:.06em; color:var(--steel); }

/* Keep hero copy inside narrow screens, including long media titles. */
.page-hero > * { min-width:0; }
.page-hero h1 { overflow-wrap:anywhere; }
@media (max-width:360px) { .page-hero h1 { font-size:44px; } }

/* Archive and search cards must shrink around long words on small phones. */
.essay-list article > * { min-width:0; }
.essay-list h2 { overflow-wrap:anywhere; }
@media (max-width:360px) { .essay-list h2 { font-size:30px; } }
