@import url('/caprock/style.css');
[hidden]{display:none!important}
.guide-header{position:relative;min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}
.guide-header nav{display:flex;gap:26px;align-items:center;font-size:14px;color:#bdc7d4}
.guide-header nav a:hover{color:var(--orange)}
.guide-intro{padding:64px 0 38px;display:grid;grid-template-columns:1.5fr 1fr;gap:60px;align-items:end}
.guide-intro h1{font-size:clamp(42px,5.6vw,76px);line-height:1.06;letter-spacing:-.05em;margin-top:18px;max-width:800px}
.guide-intro>p{font-size:18px;color:var(--muted);max-width:370px;padding-bottom:5px}
.guide-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:32px}
.guide-nav a{border:1px solid #2b3745;border-radius:8px;background:linear-gradient(140deg,#162030,#0b131f 70%);padding:18px 20px;min-height:106px;display:flex;flex-direction:column;justify-content:space-between;transition:border-color .2s,background .2s}
.guide-nav a span{font-size:12px;letter-spacing:.08em;color:#9fadc0}
.guide-nav a strong{font-size:17px;font-weight:550;line-height:1.25;margin-top:8px}
.guide-nav a:hover,.guide-nav a[aria-selected=true]{border-color:var(--orange);background:linear-gradient(135deg,#32281f,#121923)}
.guide-nav a[aria-selected=true] span{color:#ffb07f}
.service-story{scroll-margin-top:25px;margin:0 0 60px}
.service-story[hidden]{display:none}
.story-top{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);border:1px solid #2b3745;border-radius:10px;overflow:hidden;background:linear-gradient(140deg,#162030,#0b131f 70%)}
.film-column{padding:25px;min-width:0}
.film-meta{display:flex;justify-content:space-between;align-items:center;color:#a6b5c7;font-size:12px;letter-spacing:.1em;margin-bottom:17px;gap:15px}
.film-meta span:first-child{color:#ffb07f}
.film-frame{position:relative;aspect-ratio:16/9;width:100%;background:#0b131f;isolation:isolate;border:1px solid #334153;border-radius:6px;overflow:hidden}
.film-frame video,.film-frame iframe{display:block;width:100%;height:100%;border:0;object-fit:contain}
.film-frame:has(video){overflow:visible}
.film-launch{display:flex;position:absolute;inset:0;align-items:center;justify-content:center;gap:14px;flex-direction:column;padding:24px;background:radial-gradient(ellipse at 80% 20%,#25374a,transparent 70%),#0b131f;width:100%;text-align:center}
.film-launch .play-circle{border-radius:50%;width:66px;height:66px;border:1px solid #ffad7a;display:grid;place-items:center;color:#111a26;background:var(--orange);font-size:23px;padding-left:4px;box-shadow:0 0 36px #ff792f20;transition:transform .2s}
.film-launch:hover .play-circle{transform:scale(1.07)}
.film-launch strong{font:500 clamp(24px,2.6vw,36px)/1.15 var(--display);letter-spacing:-.04em;max-width:440px}
.film-launch small{color:#a8b6c8;font-size:14px}
.film-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:16px 0 0;font-size:14px;color:#b7c4d4;flex-wrap:wrap}
.film-toolbar a,.film-toolbar button{color:#edc09f;background:none;padding:0;border-bottom:1px solid #7a5942}
.film-note{font-size:13px;color:#98a7ba;margin:17px 0 0;line-height:1.6}
.story-copy{padding:28px 28px 30px;border-left:1px solid #2b3745;display:flex;flex-direction:column;align-items:flex-start}
.story-copy h2{font-size:clamp(32px,3vw,43px);letter-spacing:-.045em;line-height:1.1;margin:13px 0 15px}
.story-copy .story-tagline{font-size:19px;color:#e3e9f1;line-height:1.4;margin-bottom:13px}
.story-copy>p:not(.eyebrow):not(.story-tagline){font-size:16px;color:#a9b7c8;line-height:1.6}
.scope{width:100%;display:flex;gap:24px;border-top:1px solid #334153;padding:19px 0 20px;margin-top:22px}
.scope div{flex:1}
.scope dt{font-size:12px;letter-spacing:.08em;color:#99a8bb;margin-bottom:5px;text-transform:uppercase}
.scope dd{font-size:16px;margin:0;color:#f4f5f7}
.story-copy .text-link{margin-top:auto;font-size:14px}
.story-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;padding:32px 1px 36px}
.story-details>div{padding-right:18px;border-right:1px solid var(--line)}
.story-details>div:last-child{border:0;padding-right:0}
.story-details h3{font-size:18px;letter-spacing:-.02em;margin-bottom:11px}
.story-details p,.story-details li{color:#aab8c9;font-size:16px;line-height:1.65}
.story-details ul{margin:0;padding-left:18px}
.story-details li+li{margin-top:5px}
.key-points{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.key-points summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px;padding:22px 0;font-size:16px}
.key-points summary::after{content:'+';color:var(--orange);font-size:22px}
.key-points[open] summary::after{content:'−'}
.key-points .reading{columns:2;column-gap:44px;padding-bottom:25px;color:#b2bfd0;font-size:16px;max-width:1050px}
.reading p{margin:0 0 15px;break-inside:avoid}
.resources{margin-top:32px;display:grid;grid-template-columns:1fr 1fr;gap:18px}
.resource-card{display:grid;grid-template-columns:108px 1fr;gap:22px;align-items:center;border:1px solid #2b3745;border-radius:8px;padding:22px;background:#111b28;min-width:0}
.resource-card img{width:108px;max-height:148px;object-fit:contain;background:white;border-radius:3px}
.resource-card .doc-type{display:grid;place-items:center;width:108px;height:110px;border:1px solid #3a4a60;background:linear-gradient(130deg,#223245,#0c1522);border-radius:5px;font-size:22px;font-family:var(--display);color:#e3ab86;letter-spacing:-.03em}
.resource-card h3{font-size:19px;line-height:1.3;margin:5px 0 8px}
.resource-card p{font-size:14px;color:#aab8c9;line-height:1.5}
.resource-card .resource-actions{display:flex;gap:20px;flex-wrap:wrap;margin-top:13px;font-size:14px}
.resource-actions a{color:#edc09f;border-bottom:1px solid #65503e}
.resource-card small{font-size:12px;color:#99a8bb;letter-spacing:.08em}
.resource-card.full{grid-column:1/-1}
.guide-close{padding:36px 0 56px;border-top:1px solid #2b3745;display:flex;align-items:center;justify-content:space-between;gap:30px}
.guide-close h2{font-size:34px;letter-spacing:-.035em;margin-bottom:8px}
.guide-close p{font-size:16px;color:var(--muted);max-width:610px}
.guide-foot{font-size:13px;color:#8f9eb1;padding:24px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:25px}
.guide-foot p{max-width:810px}
.film-status{font-size:14px;color:#ffc09a;padding:12px 0}
@media(min-width:1500px){.film-column{padding:30px}.story-copy{padding:35px}}
@media(max-width:1000px){.guide-intro{gap:25px}.story-top{grid-template-columns:1fr}.story-copy{border-left:0;border-top:1px solid #2b3745;padding:28px}.story-copy h2{font-size:36px}.story-copy .text-link{margin-top:0}.scope{max-width:600px}.guide-nav a{padding:15px}.guide-nav a strong{font-size:15px}.resources{grid-template-columns:1fr}.guide-close{align-items:flex-start;flex-direction:column}}
@media(max-width:680px){.guide-header{min-height:82px}.guide-header .brand{font-size:19px}.guide-header .brand img{width:36px;height:36px}.guide-header nav{gap:0}.guide-header nav a:first-child{display:none}.guide-header nav a{font-size:13px}.guide-intro{padding:40px 0 25px;display:block}.guide-intro h1{font-size:45px}.guide-intro>p{margin-top:22px;font-size:16px}.guide-nav{display:flex;overflow:auto;gap:8px;margin-right:-20px;padding-right:20px;padding-bottom:8px;scrollbar-width:thin}.guide-nav a{flex:0 0 155px;min-height:96px}.film-column{padding:15px}.film-meta{font-size:11px;margin-bottom:12px;letter-spacing:.05em}.story-copy{padding:24px}.story-details{grid-template-columns:1fr;gap:22px;padding:26px 0}.story-details>div{border-right:0;padding-right:0}.story-details h3{font-size:19px}.story-details p,.story-details li{font-size:16px}.key-points .reading{columns:1}.resources{margin-top:25px}.resource-card{grid-template-columns:76px 1fr;gap:17px;padding:18px}.resource-card img{width:76px;max-height:106px}.resource-card .doc-type{width:76px;height:88px;font-size:17px}.resource-card h3{font-size:17px}.resource-card small{font-size:11px}.guide-close h2{font-size:31px}.guide-foot{display:block}.guide-foot a{display:inline-block;margin-top:15px}.film-launch strong{font-size:22px}.film-launch .play-circle{height:45px;width:45px;font-size:19px}.film-launch{gap:9px}.film-launch small{font-size:12px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.film-launch .play-circle,.guide-nav a{transition:none}}
