:root{--cream:#fbf6ee;--cream2:#fffaf3;--hunter:#143d2c;--hunter2:#0e3326;--blush:#e8b8b2;--rose:#b76e79;--gold:#c6a15b;--ink:#27201b;--muted:#746861;--card:#fffdf8;--line:rgba(20,61,44,.16);--shadow:0 24px 70px rgba(39,32,27,.14)}
*{box-sizing:border-box}body{margin:0;font-family:Manrope,system-ui,sans-serif;color:var(--ink);background:linear-gradient(180deg,var(--cream) 0%,#fff 48%,var(--cream2) 100%);line-height:1.65}a{color:inherit}img{max-width:100%;display:block}.container{width:min(1160px,calc(100% - 40px));margin:0 auto}.nav{position:sticky;top:0;z-index:20;background:rgba(251,246,238,.86);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:700;text-decoration:none;color:var(--hunter)}.nav-links{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:700}.nav-links a{text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 20px;font-weight:800;text-decoration:none;letter-spacing:.01em;border:1px solid var(--hunter);background:var(--hunter);color:#fff;transition:.25s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 18px 35px rgba(20,61,44,.16)}.btn.secondary{background:transparent;color:var(--hunter)}.btn.gold{background:var(--gold);border-color:var(--gold);color:#22180f}.hero{position:relative;overflow:hidden;padding:74px 0 66px}.hero:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(232,184,178,.42),transparent 28%),radial-gradient(circle at 88% 20%,rgba(198,161,91,.28),transparent 34%);pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900;color:var(--rose);margin-bottom:14px}.hero h1,.page-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(54px,7vw,94px);line-height:.88;margin:0;color:var(--hunter2);letter-spacing:-.04em}.hero p.lede,.page-hero p{font-size:19px;color:var(--muted);max-width:650px}.script{font-family:Allura,cursive;color:var(--rose);font-size:48px;line-height:1;margin:20px 0 8px}.word-reveal span{display:inline-block;opacity:0;transform:translateY(16px);animation:rise .75s ease forwards}.word-reveal span:nth-child(2){animation-delay:.12s}.word-reveal span:nth-child(3){animation-delay:.24s}.word-reveal span:nth-child(4){animation-delay:.36s}@keyframes rise{to{opacity:1;transform:translateY(0)}}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.portrait-frame{position:relative;border-radius:38px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(198,161,91,.35);background:var(--card)}.portrait-frame:after{content:'';position:absolute;inset:18px;border:1px solid rgba(255,255,255,.58);border-radius:28px;pointer-events:none}.portrait-frame img{width:100%;aspect-ratio:4/5;object-fit:cover}.section{padding:78px 0}.section.alt{background:rgba(20,61,44,.045)}.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(36px,4vw,58px);line-height:1;margin:0 0 16px;color:var(--hunter2);letter-spacing:-.025em}.section-copy{font-size:18px;color:var(--muted);max-width:760px}.grid{display:grid;gap:22px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:rgba(255,253,248,.86);border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 14px 34px rgba(39,32,27,.07)}.card h3{font-family:'Cormorant Garamond',serif;font-size:31px;color:var(--hunter);margin:0 0 8px}.card p{color:var(--muted)}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}.editorial-img{border-radius:34px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(198,161,91,.32)}.editorial-img img{aspect-ratio:4/5;object-fit:cover;width:100%}.quote-band{padding:70px 0;background:var(--hunter);color:#fff;text-align:center}.quote-band .script{color:var(--blush);font-size:60px}.quote-band p{font-family:'Cormorant Garamond',serif;font-size:clamp(30px,4vw,56px);line-height:1.05;margin:0 auto;max-width:900px}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:28px}.resource-card{display:flex;flex-direction:column;min-height:320px}.tag{display:inline-flex;width:max-content;border:1px solid rgba(183,110,121,.35);background:rgba(232,184,178,.18);color:var(--rose);border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.article{padding:72px 0}.article-inner{max-width:850px;margin:0 auto}.article h1{font-family:'Cormorant Garamond',serif;color:var(--hunter2);font-size:clamp(42px,6vw,76px);line-height:.95;margin:0 0 18px}.article h2{font-family:'Cormorant Garamond',serif;color:var(--hunter);font-size:38px;line-height:1.1;margin-top:42px}.article p{font-size:18px;color:#4d443e}.disclaimer{border-left:4px solid var(--gold);background:rgba(198,161,91,.10);padding:18px 22px;border-radius:18px;color:#56483b}.footer{background:#1f1a16;color:#f9efe4;padding:46px 0}.footer a{color:#f9efe4}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:30px}.admin-shell{min-height:100vh;background:var(--cream);padding:40px}.admin-login,.admin-panel{max-width:1180px;margin:0 auto}.admin-login{margin-top:9vh;background:#fffdf8;padding:34px;border-radius:28px;border:1px solid var(--line);box-shadow:var(--shadow)}input{width:100%;padding:14px 16px;border-radius:14px;border:1px solid var(--line);font:inherit}table{width:100%;border-collapse:collapse;background:#fffdf8;border-radius:22px;overflow:hidden}td,th{padding:14px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}th{background:rgba(20,61,44,.08);color:var(--hunter);font-weight:900}.status{font-weight:900;color:var(--hunter)}.mobile-only{display:none}@media(max-width:860px){.nav-inner{height:auto;padding:18px 0;align-items:flex-start}.nav-links{display:none}.mobile-only{display:inline-flex}.hero-grid,.split,.grid.two,.grid.three,.resource-grid,.footer-grid{grid-template-columns:1fr}.hero{padding-top:42px}.hero-actions{flex-direction:column}.btn{width:100%}.container{width:min(100% - 28px,1160px)}}
.menu-toggle{display:none;border:1px solid var(--hunter);background:transparent;color:var(--hunter);border-radius:999px;padding:10px 15px;font-weight:900;font:inherit}.admin-tools{margin:18px 0}.editorial-checklist{margin-top:28px}.hero-portrait img{object-position:center top}.grid.four{grid-template-columns:repeat(4,1fr)}
@media(max-width:860px){.menu-toggle{display:inline-flex}.nav-inner{position:relative;align-items:center}.nav-links{display:none;position:absolute;left:0;right:0;top:100%;background:rgba(251,246,238,.98);border:1px solid var(--line);border-radius:0 0 24px 24px;padding:18px;box-shadow:0 18px 35px rgba(39,32,27,.12)}.nav-links.open{display:grid;gap:14px}.nav-links .btn{width:100%}.grid.four{grid-template-columns:1fr}.resource-grid{grid-template-columns:1fr}.admin-shell{padding:18px}table{display:block;overflow-x:auto;white-space:nowrap}}
.quick-answer,.useful-takeaway{border-left:4px solid var(--gold);background:#fffaf4;padding:22px 24px;margin:26px 0;border-radius:18px;box-shadow:0 14px 35px rgba(31,74,55,.08)}
.quick-answer h2{margin-top:0}.faq-block{margin-top:42px}.faq-block details{border:1px solid rgba(31,74,55,.18);border-radius:16px;padding:16px 18px;margin:12px 0;background:#fff}.faq-block summary{cursor:pointer;font-weight:800;color:var(--hunter)}.source-note{font-size:.92rem;color:#66564d}.admin-section{margin-top:32px}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.pill{display:inline-block;border-radius:999px;background:#f5e2df;color:var(--hunter);padding:6px 10px;font-size:.82rem;font-weight:800;margin:4px 4px 0 0}


/* Hostile mobile polish pass */
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{overflow-x:hidden}.nav-links a:focus-visible,.btn:focus-visible,.menu-toggle:focus-visible,summary:focus-visible{outline:3px solid rgba(198,161,91,.75);outline-offset:4px}.menu-toggle{min-height:44px}.hero-portrait picture,.editorial-img picture,.portrait-frame picture{display:block}.hero-portrait img{content-visibility:auto}.article-inner{overflow-wrap:anywhere}.admin-panel table a{font-weight:800}.admin-panel select{min-height:44px;border-radius:12px;border:1px solid var(--line);padding:8px 12px;background:#fffdf8}.footer p,.footer h3,.footer h4{margin-top:0}
@media(max-width:640px){.brand{font-size:22px;line-height:1.1;max-width:210px}.nav-inner{gap:10px}.hero{padding:34px 0 48px}.hero-grid{gap:28px}.hero h1,.page-hero h1{font-size:clamp(48px,16vw,64px);line-height:.92}.hero p.lede,.page-hero p,.section-copy,.article p{font-size:16px}.script{font-size:40px}.quote-band{padding:50px 0}.quote-band .script{font-size:50px}.section{padding:54px 0}.card{padding:22px;border-radius:22px}.card h3{font-size:27px}.hero-actions{gap:10px}.portrait-frame{border-radius:28px}.portrait-frame:after{inset:12px;border-radius:20px}.article{padding:50px 0}.article h2{font-size:31px}.quick-answer,.useful-takeaway{padding:18px}.footer{padding:34px 0}td,th{font-size:13px;padding:12px}.admin-login{margin-top:4vh;padding:24px}.admin-panel .grid.four{gap:12px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition:none!important}.word-reveal span{opacity:1;transform:none}}

/* Refinement pass: full image presentation, editorial resources layout, expanded footer */
.full-portrait{background:linear-gradient(180deg,#fffdf8,#fbf6ee)}
.full-portrait img{aspect-ratio:auto;object-fit:contain;width:100%;height:auto;background:#fffdf8}
.hero-portrait.full-portrait{justify-self:end;max-width:580px;padding:0}
.hero-portrait.full-portrait picture{display:block}
.hero-portrait.full-portrait img{max-height:min(72vh,720px)}
.editorial-img.full-portrait{padding:0;background:#fffdf8}
.editorial-img.full-portrait img{max-height:760px}
.office-img{background:#fffdf8;border-radius:34px}
.office-img img{aspect-ratio:4/3;object-fit:contain;width:100%;height:auto;background:#fffdf8}
.meet-section .section-copy{margin-bottom:14px}
.about-bio .section-copy{max-width:820px}
.expanded-footer{grid-template-columns:1.2fr 1fr 1fr .82fr;align-items:start}.footer .fine-print{font-size:13px;line-height:1.55;opacity:.82}.footer strong{color:#fff}.footer h4{color:#f7d7cf;margin-bottom:10px}.footer p{color:#f9efe4cc}
.featured-resource{padding-bottom:50px}.resource-feature-card{background:linear-gradient(135deg,#fffdf8,#fbf1ef);min-height:auto}.resource-type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.resource-type-card{text-decoration:none;min-height:260px;transition:.25s ease}.resource-type-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(39,32,27,.10)}.resource-subhead{font-family:'Cormorant Garamond',serif;font-size:34px;color:var(--hunter);margin:44px 0 14px}
@media(max-width:980px){.resource-type-grid,.expanded-footer{grid-template-columns:repeat(2,1fr)}.hero-portrait.full-portrait{justify-self:center;max-width:620px}.hero-portrait.full-portrait img{max-height:none}}
@media(max-width:640px){.resource-type-grid,.expanded-footer{grid-template-columns:1fr}.hero-portrait.full-portrait{border-radius:24px}.full-portrait img{width:100%}.office-img img{aspect-ratio:4/3}.resource-type-card{min-height:auto}.footer .fine-print{font-size:12px}}
