:root{--bg:#fffdf7;--fg:#241d0e;--accent:#d97706;--muted:#77705f}
*{box-sizing:border-box}
body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Inter,sans-serif;color:var(--fg);background:var(--bg);line-height:1.62}
a{color:var(--accent);text-decoration:none}
.ort-nav{display:flex;gap:18px;flex-wrap:wrap;align-items:center;max-width:1000px;margin:0 auto;padding:16px 24px}
.ort-nav .ort-brand{font-weight:700}
.ort-site-header{border-bottom:1px solid #eee}
.ort-site-main{max-width:960px;margin:0 auto;padding:64px 24px}
h1{font-family:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,ui-serif,serif;font-size:clamp(28px,3.4vw,42px);line-height:1.2}
h2{font-size:23px;margin-top:34px}
.ort-article h3,.ort-faq-q{font-size:17px;margin-top:20px}
p{max-width:64ch}
.ort-hero{display:flex;gap:24px;align-items:center;padding:24px 0 8px;flex-wrap:wrap}
.ort-hero-img{max-width:340px;width:100%;border-radius:14px}
.ort-hero .ort-lead{font-size:20px;color:var(--muted)}
.ort-hero--center{flex-direction:column;text-align:center;align-items:center}
.ort-hero-banner{width:100%;max-width:100%;border-radius:14px;margin-top:16px;aspect-ratio:16/6;object-fit:cover}
.ort-article-toc{border:1px solid #e5e7eb;border-radius:12px;padding:14px 18px;margin:0 0 24px;background:#f8fafc}
.ort-article-toc ol{margin:0;padding-left:20px}
.ort-article-toc a{color:var(--accent)}
.ort-article-image img{max-width:100%;border-radius:12px;margin:8px 0 20px}
.ort-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;margin-top:24px}
.ort-card{display:block;border:1px solid #eee;border-radius:22px;padding:18px;color:inherit;transition:box-shadow .15s}
.ort-card img{max-width:100%;border-radius:8px;margin-bottom:10px}
.ort-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.08)}
.ort-card h3{margin:0 0 8px}
.ort-contact-email{font-size:18px}
.ort-note{color:var(--muted);font-size:14px}
table{border-collapse:collapse;width:100%;margin:16px 0}
th,td{border:1px solid #e5e7eb;padding:8px 12px;text-align:left}
th{background:#f8fafc}
blockquote{border-left:4px solid var(--accent);margin:24px 0;padding:12px 18px;background:#f6f9ff;font-weight:600}
blockquote p{margin:0}
ul{padding-left:20px}
.ort-site-footer{border-top:1px solid #eee;text-align:center;color:var(--muted);padding:28px;font-size:13px}
.ort-footer-nav{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:10px}
.ort-cookie-notice{position:fixed;left:0;right:0;bottom:0;z-index:900;display:flex;gap:14px;align-items:center;justify-content:center;flex-wrap:wrap;padding:12px 20px;background:var(--fg);color:var(--bg);font-size:13px}
.ort-cookie-notice[hidden]{display:none}
.ort-cookie-notice .ort-cookie-text{margin:0;max-width:70ch}
.ort-cookie-notice a{color:var(--bg);text-decoration:underline}
.ort-cookie-ok{border:0;cursor:pointer;background:var(--accent);color:#fff;padding:8px 16px;border-radius:8px;font-weight:600}
:root{--surface:#ffffff;--border:#dbe7dd;--grad:linear-gradient(135deg,#15803d,#4ade80);--invert-bg:#0f2417;--invert-fg:#e7f5ea}
body{font-size:16px}
h1,h2,h3,h4{font-weight:700;letter-spacing:-0.005em}
h1{line-height:1.15}
.ort-site-main p{margin:0 0 0.9em}
.ort-site-main ul,.ort-site-main ol{margin:0 0 0.9em}
.ort-site-main li{margin:.4em 0}
.ort-site-main h2{margin-top:1.7em}
.ort-site-main h3{margin-top:1.25em}
.ort-page-section{margin:64px 0}
.ort-page-section--hero,.ort-hero{margin-top:8px}
blockquote{margin:1.6em 0;padding:.25em 0 .25em 1.1em;border-left:3px solid var(--accent);font-size:1.08em;line-height:1.5}
.ort-rhythm-band{background:var(--surface);padding:64px clamp(20px,4vw,40px);border-radius:24px;margin:64px 0}
.ort-rhythm-band > .ort-page-section:first-child,.ort-rhythm-band > .ort-grid:first-child{margin-top:0}
.ort-rhythm-band > :last-child{margin-bottom:0}
.ort-faq-item{border-bottom:1px solid var(--border);padding:14px 0}
.ort-faq-q{font-weight:700;margin:0 0 4px}
.ort-faq--accordion .ort-faq-row{border-bottom:1px solid var(--border);padding:4px 0}
.ort-faq--accordion summary{cursor:pointer;font-weight:700;padding:12px 0;list-style:none}
.ort-faq--accordion summary::-webkit-details-marker{display:none}
.ort-faq--accordion summary::after{content:"+";float:right;color:var(--accent);font-weight:400}
.ort-faq--accordion details[open] summary::after{content:"\2013"}
.ort-faq--accordion details p{padding-bottom:12px;margin:0;color:var(--muted)}
.ort-faq--numbered .ort-faq-item{display:flex;gap:16px;align-items:flex-start}
.ort-faq--numbered .ort-faq-n{font-weight:800;color:var(--accent);opacity:.5;font-size:22px;line-height:1.2}
.ort-faq--split .ort-faq-item{display:grid;grid-template-columns:1fr 1.5fr;gap:22px}
.ort-faq--split .ort-faq-q,.ort-faq--split .ort-faq-a{margin:0}
@media(max-width:640px){.ort-faq--split .ort-faq-item{grid-template-columns:1fr;gap:6px}}
.ort-related-guides h2,.ort-newsletter h2{margin-top:0}
.ort-newsletter .ort-newsletter-inner{max-width:640px}
.ort-newsletter .ort-newsletter-inner p{margin:0 0 16px;color:var(--muted)}
.ort-card-media{margin:0;overflow:hidden;background:var(--surface)}
.ort-card-media img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}
.ort-card .ort-card-body{padding:16px 18px}
.ort-card .ort-card-body h3{margin:0 0 6px}
.ort-card .ort-card-body p{margin:0;color:var(--muted);font-size:14px}
.ort-card-arrow,.ort-card-more{display:inline-block;margin-top:10px;color:var(--accent);font-weight:700}
.ort-card--editorial{background:var(--surface);border:1px solid var(--border)}
.ort-card--magazine{background:var(--surface);border:1px solid var(--border);overflow:hidden;transition:box-shadow .15s,transform .15s}
.ort-card--magazine:hover{box-shadow:0 16px 40px rgba(0,0,0,.12);transform:translateY(-2px)}
.ort-card--image{position:relative;min-height:210px;overflow:hidden;display:flex;align-items:flex-end;color:#fff;border:0}
.ort-card--image .ort-card-media{position:absolute;inset:0}.ort-card--image .ort-card-media img{height:100%;aspect-ratio:auto}
.ort-card--image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.75))}
.ort-card--image .ort-card-overlay{position:relative;z-index:1;padding:18px}.ort-card--image .ort-card-overlay h3{color:#fff;margin:0}
.ort-card--feature{display:flex;gap:16px;background:var(--surface);border:1px solid var(--border);padding:18px;align-items:flex-start}
.ort-card--feature .ort-card-num{font-size:32px;font-weight:800;color:var(--accent);line-height:1;opacity:.55;flex:0 0 auto}
.ort-grid--list{grid-template-columns:1fr;gap:14px}
.ort-card--horizontal{display:grid;grid-template-columns:160px 1fr;gap:16px;align-items:center;border:1px solid var(--border);overflow:hidden;background:var(--surface)}
.ort-card--horizontal .ort-card-thumb{margin:0;height:100%}.ort-card--horizontal .ort-card-thumb img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover}
.ort-card--minimal{background:transparent;border:0;border-top:2px solid var(--fg);border-radius:0}.ort-card--minimal .ort-card-body{padding:14px 0}
.ort-card--outline{background:transparent;border:1.5px solid var(--border)}
.ort-card--premium{background:var(--surface);border:1px solid var(--border);box-shadow:0 8px 26px rgba(0,0,0,.07)}
.ort-card--story{position:relative;background:var(--surface);border:1px solid var(--border);overflow:hidden}
.ort-card--story .ort-card-bar{position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--grad)}.ort-card--story .ort-card-body{padding-left:22px}
.ort-card--icon{background:var(--surface);border:1px solid var(--border);padding:18px}
.ort-card--icon .ort-card-ico{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:11px;background:var(--accent);color:#fff;margin-bottom:12px;font-size:18px}
.ort-section-block--invert{background:var(--invert-bg);color:var(--invert-fg);border-radius:22px;padding:38px 30px;margin:24px 0}
.ort-section-block--invert h1,.ort-section-block--invert h2,.ort-section-block--invert h3{color:var(--invert-fg)}
.ort-section-block--invert p{color:var(--invert-fg);opacity:.86}
.ort-section-block--tint{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:34px 30px;margin:24px 0}
.ort-section-block--accent{background:var(--grad);color:#fff;border-radius:22px;padding:38px 30px;margin:24px 0}
.ort-section-block--accent h1,.ort-section-block--accent h2,.ort-section-block--accent p{color:#fff}
.ort-section-block--accent .ort-cta-link{background:#fff;color:var(--fg)}
/* PR-090 premium renderer-only sections */
.ort-featured-guide .ort-featured-inner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:28px;align-items:center}
.ort-featured-guide .ort-featured-media img{width:100%;height:100%;max-height:340px;object-fit:cover;border-radius:18px}
.ort-featured-guide .ort-featured-kicker{display:inline-block;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}
.ort-featured-guide .ort-featured-copy h2{margin:0 0 .4em;font-size:1.7rem;line-height:1.15}
.ort-featured-guide .ort-featured-copy h2 a{color:inherit;text-decoration:none}
.ort-featured-guide .ort-featured-copy h2 a:hover{text-decoration:underline}
@media (max-width:720px){.ort-featured-guide .ort-featured-inner{grid-template-columns:1fr}}
.ort-key-takeaways .ort-takeaways-list{list-style:none;margin:.6em 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px 26px}
.ort-key-takeaways .ort-takeaways-list li{position:relative;padding-left:26px;line-height:1.5}
.ort-key-takeaways .ort-takeaways-list li::before{content:"";position:absolute;left:0;top:.45em;width:12px;height:12px;border-radius:50%;background:var(--grad)}
.ort-pull-quote .ort-editorial-quote{margin:0;border:0}
.ort-pull-quote .ort-editorial-quote p{margin:0;font-size:1.5rem;line-height:1.4;font-weight:600;font-style:italic;letter-spacing:-.01em}
@media(max-width:640px){.ort-card--horizontal{grid-template-columns:100px 1fr}}
html{scroll-behavior:smooth}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
img{max-width:100%;height:auto}
:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}
::selection{background:var(--accent);color:#fff}
.ort-skip-link{position:absolute;left:8px;top:-56px;z-index:1000;background:var(--accent);color:#fff;padding:10px 16px;border-radius:0 0 8px 8px;transition:top .15s}
.ort-skip-link:focus{top:0}
.ort-nav a{padding:4px 2px;border-bottom:2px solid transparent}
.ort-nav a:hover{color:var(--accent)}
.ort-nav a[aria-current=page],.ort-nav a.ort-is-active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}
.ort-cta-link{display:inline-block;background:var(--accent);color:#fff;padding:10px 18px;border-radius:8px;font-weight:600}
.ort-cta-link:hover{opacity:.92}
.ort-lead-form{display:grid;gap:14px;max-width:520px;margin:28px 0;padding:22px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}
.ort-lead-form .ort-field{display:grid;gap:6px}
.ort-lead-form label{font-size:14px;font-weight:600}
.ort-lead-form input,.ort-lead-form textarea{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;font:inherit;background:#fff}
.ort-lead-form input:focus,.ort-lead-form textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}
.ort-lead-form button{justify-self:start;border:0;cursor:pointer}
.ort-lead-form .ort-form-note{font-size:12px;color:var(--muted);margin:0}
.ort-lead-form .ort-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
.ort-article-links{display:flex;gap:16px;flex-wrap:wrap;margin-top:32px;padding-top:20px;border-top:1px solid #eee}
.ort-article-links a{padding:6px 14px;border:1px solid #e5e7eb;border-radius:999px;font-size:14px}
.ort-article-links a:hover{border-color:var(--accent)}
figure.ort-page-cover,figure.ort-trust-media,figure.ort-process-media,figure.ort-hub-cover,figure.ort-resources-cover{margin:0 0 20px}
figure.ort-page-cover img,figure.ort-trust-media img,figure.ort-process-media img,figure.ort-hub-cover img,figure.ort-resources-cover img{max-width:100%;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:14px;display:block}
pre{overflow-x:auto;background:#0f172a;color:#e2e8f0;padding:16px;border-radius:10px;font-size:14px;line-height:1.6}
pre code{background:none;padding:0;color:inherit}
code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em;background:#f1f5f9;padding:.12em .38em;border-radius:5px}
.ort-notfound{text-align:center;padding:64px 24px}
.ort-notfound h1{font-size:72px;margin:0 0 8px}
.ort-page-section{margin:28px 0}
.ort-continue-cta{margin-top:28px}
.ort-breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0 0 18px;font-size:13px;color:var(--muted)}
.ort-breadcrumb li{display:flex;align-items:center;gap:8px}
.ort-breadcrumb li:not(:last-child)::after{content:"/";color:var(--muted)}
.ort-breadcrumb a{color:var(--muted)}
.ort-breadcrumb a:hover{color:var(--accent)}
body{-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;overflow-wrap:break-word}
h1,h2,h3,h4{overflow-wrap:break-word;text-wrap:balance}
.ort-site-main{overflow-wrap:break-word;hyphens:auto;padding-left:max(24px,env(safe-area-inset-left));padding-right:max(24px,env(safe-area-inset-right))}
.ort-nav{padding-left:max(24px,env(safe-area-inset-left));padding-right:max(24px,env(safe-area-inset-right))}
.ort-site-header{position:sticky;top:0;z-index:50;background:var(--bg)}
.ort-nav a,.ort-footer-nav a{min-height:40px;display:inline-flex;align-items:center}
ul,ol{padding-left:22px}
li+li{margin-top:6px}
pre,table{tab-size:2}
*{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}
::-webkit-scrollbar{height:10px;width:10px}
::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}
@media(max-width:640px){.ort-site-main{padding-top:24px}h1{font-size:28px}.ort-nav{gap:12px}table{display:block;overflow-x:auto}}
.ort-hero{align-items:center}
.ort-hero .ort-hero-kicker{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--accent);margin-bottom:12px}
.ort-hero .ort-hero-copy{max-width:560px}
.ort-hero .ort-hero-copy h1{font-size:clamp(30px,4vw,52px);line-height:1.08;margin:0 0 14px;letter-spacing:-.01em}
.ort-hero .ort-hero-copy .ort-lead{font-size:19px;line-height:1.55;color:var(--muted);margin:0;max-width:56ch}
.ort-hero .ort-hero-media{margin:0;border-radius:18px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.14)}
.ort-hero .ort-hero-media img{display:block;width:100%;height:100%;aspect-ratio:16/10;object-fit:cover}
.ort-hero--split-left,.ort-hero--split-right{display:grid;grid-template-columns:1.05fr 1fr;gap:44px;align-items:center;padding:34px 0}
.ort-hero--center{display:flex;flex-direction:column;align-items:center;text-align:center;gap:26px;padding:38px 0}
.ort-hero--center .ort-hero-copy{max-width:720px}.ort-hero--center .ort-hero-copy .ort-lead{margin-inline:auto}
.ort-hero--center .ort-hero-media{width:100%}.ort-hero--center .ort-hero-media img{aspect-ratio:16/6}
.ort-hero--magazine{position:relative;padding:0;border-radius:20px;overflow:hidden;margin:8px 0 14px}
.ort-hero--magazine .ort-hero-media{border-radius:0;box-shadow:none}.ort-hero--magazine .ort-hero-media img{aspect-ratio:16/8}
.ort-hero--magazine .ort-hero-copy--float{position:absolute;left:28px;right:28px;bottom:24px;max-width:660px;background:rgba(15,23,42,.62);backdrop-filter:blur(6px);color:#fff;padding:22px 26px;border-radius:14px}
.ort-hero--magazine .ort-hero-copy--float h1,.ort-hero--magazine .ort-hero-copy--float .ort-lead,.ort-hero--magazine .ort-hero-copy--float .ort-hero-kicker{color:#fff}
.ort-hero--featured{display:grid;grid-template-columns:1.25fr .85fr;gap:42px;align-items:center;padding:30px 0}
.ort-hero--featured .ort-hero-copy--lg h1{font-size:clamp(34px,5.2vw,64px)}.ort-hero--featured .ort-hero-media img{aspect-ratio:4/5}
.ort-hero--overlay{position:relative;border-radius:20px;overflow:hidden;padding:0;min-height:420px;display:flex;align-items:flex-end;margin:8px 0 14px}
.ort-hero--overlay .ort-hero-media{position:absolute;inset:0;border-radius:0;box-shadow:none}
.ort-hero--overlay .ort-hero-media img{width:100%;height:100%;aspect-ratio:auto}
.ort-hero--overlay::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.74))}
.ort-hero--overlay .ort-hero-overlay-text{position:relative;z-index:1;color:#fff;padding:34px;max-width:700px}
.ort-hero--overlay .ort-hero-overlay-text h1,.ort-hero--overlay .ort-hero-overlay-text .ort-lead{color:#fff}
.ort-hero--card{position:relative;padding:0 0 40px}.ort-hero--card .ort-hero-media img{aspect-ratio:16/7}
.ort-hero--card .ort-hero-float-card{position:relative;margin:-64px 24px 0;max-width:660px;background:var(--bg);border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 46px rgba(0,0,0,.14);border-radius:16px;padding:26px 30px}
@media(max-width:720px){.ort-hero--split-left,.ort-hero--split-right,.ort-hero--featured{grid-template-columns:1fr;gap:22px}.ort-hero--overlay{min-height:320px}.ort-hero--card .ort-hero-float-card{margin:-40px 12px 0}.ort-hero--magazine .ort-hero-copy--float{position:static;background:var(--fg);border-radius:0 0 14px 14px}}
@media print{.ort-nav,.ort-site-footer,.ort-skip-link,.ort-article-links,.ort-breadcrumb,.ort-cta-link,.ort-continue-cta{display:none!important}.ort-site-header{position:static;border:0}body{color:#000;background:#fff}a{color:#000;text-decoration:underline}.ort-site-main{max-width:none}}