/* Editorial guides share the landing's light palette and header. */
.guide-page *, .clean-footer *{box-sizing:border-box}
.guide-page{line-height:1.65}
.guide-page h1,.guide-page h2,.guide-page h3,.guide-page p,.guide-page figure{margin:0}
.guide-page h1,.guide-page h2,.guide-page h3{color:var(--ink);text-wrap:balance}
.guide-page h2{font-size:clamp(25px,3vw,38px);line-height:1.2;letter-spacing:-.035em;font-weight:650}
.guide-page h3{font-size:20px;line-height:1.3;letter-spacing:-.02em}
.guide-page img,.guide-page video{display:block;max-width:100%}
.error-page{max-width:850px;min-height:65vh;margin:auto;padding:150px 24px 70px}.error-page h1{font-size:clamp(30px,6vw,52px);margin-bottom:24px}.error-page>p{line-height:1.8}
.guide-hero{max-width:1280px;margin:0 auto;padding:128px 48px 72px;display:grid;grid-template-columns:1.04fr 1fr;align-items:center;gap:56px}
.guide-eyebrow,.section-label{font-size:12px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:#8050b6}
.guide-hero h1{font-size:clamp(32px,3.7vw,52px);line-height:1.08;letter-spacing:-.045em;font-weight:700;margin:20px 0 24px}
.guide-hero h1 span{display:block;font-size:clamp(19px,2.3vw,27px);line-height:1.3;letter-spacing:-.02em;font-weight:450;color:#8a5bb9;margin-top:18px}
.guide-lead{font-size:17px;color:var(--muted);max-width:530px}
.guide-tags{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0 28px}
.guide-tags span{font-size:11px;padding:6px 11px;background:#f5f0fa;border:1px solid #eee5f5;border-radius:99px;color:#75528e}
.guide-action{display:flex;gap:16px;align-items:center}
.guide-action>span{font-size:12px;line-height:1.4;color:#81778c;max-width:145px}
.guide-visual{position:relative;padding:12px;border-radius:28px;border:1px solid #e9dff1;background:#f7f2fb;box-shadow:0 20px 65px #6f329810;min-width:0}
.guide-visual>img,.guide-visual>video{width:100%;height:420px;border-radius:19px;object-fit:cover}
.guide-visual>figcaption{font-size:11px;line-height:1.5;color:#7b7185;padding:12px 6px 2px}
.guide-comparison{display:grid;gap:10px}
.guide-comparison figure{position:relative;overflow:hidden;border-radius:16px}
.guide-comparison img{width:100%;height:205px;object-fit:cover}
.guide-comparison figcaption{position:absolute;top:12px;left:12px;font-size:11px;font-weight:650;background:#fffffff0;color:#372741;padding:4px 10px;border-radius:8px}
.guide-content{max-width:1184px;margin:auto;padding:0 48px 72px}
.guide-intro{border-top:1px solid var(--border);padding:48px 0 12px}
.guide-intro h2{margin:14px 0 26px;max-width:760px}
.guide-columns{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.guide-columns p,.guide-detail p{color:var(--muted);font-size:16px}
.guide-section{padding-top:70px}
.section-label{margin-bottom:14px}
.guide-section>h2{max-width:780px;margin-bottom:28px}
.guide-steps{padding:0;margin:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;counter-reset:steps}
.guide-steps li{padding:28px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(140deg,#fcfaff,#fff);min-width:0}
.step-number{display:block;color:#b297cb;font-size:14px;margin-bottom:20px;font-variant-numeric:tabular-nums}
.guide-steps h3{margin-bottom:14px}
.guide-steps p,.prompt-example p,.guide-fixes p{font-size:15px;line-height:1.7;color:var(--muted)}
.section-intro{max-width:660px;font-size:14px;color:var(--muted);margin-top:-12px!important;margin-bottom:24px!important}
.prompt-examples{display:grid;gap:16px}
.prompt-example{border:1px solid #e5d9ef;border-radius:20px;padding:28px 32px;display:grid;grid-template-columns:185px 1fr;column-gap:30px;background:#fff}
.prompt-example h3{font-size:17px;grid-row:span 2;color:#714695}
.prompt-example blockquote{margin:0;font-size:17px;line-height:1.75;color:#3b2e47}
.prompt-example p{font-size:13px;margin-top:14px}
.guide-detail{display:grid;grid-template-columns:1.5fr 1fr;gap:48px;align-items:start}
.guide-detail h2{margin-bottom:24px}
.guide-note{background:#f5effa;border:1px solid #ebdff4;border-radius:20px;padding:30px;margin-top:34px}
.guide-note span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#83549f;font-weight:700;margin-bottom:16px}
.guide-note p{font-size:17px;color:#6d517e}
.guide-fixes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.guide-fixes>div{border-top:2px solid #d2b6e7;padding-top:22px}
.guide-fixes h3{font-size:18px;margin-bottom:14px}
.guide-faq{max-width:850px}
.guide-faq details{border-bottom:1px solid var(--border);padding:0}
.guide-faq summary{display:flex;justify-content:space-between;align-items:center;gap:20px;cursor:pointer;list-style:none;padding:22px 0;font-weight:600;font-size:17px;line-height:1.45}
.guide-faq summary::-webkit-details-marker{display:none}
.guide-faq summary span{font-size:24px;font-weight:400;flex:none;color:#9464bc;transition:transform .2s}
.guide-faq details[open] summary span{transform:rotate(45deg)}
.guide-faq details>p{padding:0 36px 24px 0;color:var(--muted);font-size:15px}
.guide-end{margin-top:76px;padding:40px;border-radius:24px;background:linear-gradient(120deg,#f7f0ff,#fcfaff);border:1px solid #e6d8f3;display:flex;align-items:center;gap:40px}
.guide-end>div{flex:1}.guide-end h2{font-size:30px;margin:12px 0 16px;max-width:680px}.guide-end p:last-child{font-size:13px;color:#82728e;max-width:650px}.guide-end>.try-button{flex:none}
footer.clean-footer{background:#fcfbfe!important;border-top:1px solid #e8e1ef!important;padding:44px 32px!important;margin:0!important;color:var(--ink)}
.clean-footer .footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:230px 1fr;gap:50px;align-items:start}
.clean-footer .footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:18px}
.clean-footer .brand{color:#6542c4!important;min-height:44px;font-size:16px;gap:8px}
.clean-footer .brand img{width:28px;height:28px;display:block}
.clean-footer .footer-year{font-size:13px;color:#8c8393}
.clean-footer nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 24px}
.clean-footer nav a{display:flex;align-items:center;min-height:44px;font-size:13px;line-height:1.5;color:#706079!important;transition:color .2s}
.clean-footer nav a:hover,.clean-footer nav a[aria-current="page"]{color:#7b36ba!important}
@media(min-width:1600px){.guide-hero{padding-top:140px}.guide-visual>img,.guide-visual>video{height:470px}}
@media(max-width:1000px){.guide-hero{gap:30px;padding:110px 30px 56px}.guide-content{padding:0 30px 60px}.guide-visual>img,.guide-visual>video{height:370px}.clean-footer .footer-inner{grid-template-columns:180px 1fr;gap:25px}.clean-footer nav{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-detail{gap:28px}.prompt-example{grid-template-columns:150px 1fr;gap:22px}}
@media(max-width:700px){.guide-hero{grid-template-columns:1fr;padding:100px 20px 40px;gap:30px}.guide-hero h1{font-size:38px;max-width:550px}.guide-lead{font-size:16px}.guide-visual>img,.guide-visual>video{height:auto;max-height:460px;aspect-ratio:4/3;object-fit:cover}.guide-visual{padding:9px;border-radius:23px}.guide-comparison{grid-template-columns:1fr 1fr;gap:8px}.guide-comparison img{height:210px;object-position:center}.guide-content{padding:0 20px 48px}.guide-intro{padding-top:34px}.guide-columns{grid-template-columns:1fr;gap:18px}.guide-section{padding-top:48px}.guide-steps{gap:12px}.guide-steps li{padding:22px}.guide-steps h3{font-size:18px}.step-number{margin-bottom:14px}.prompt-example{grid-template-columns:1fr;padding:24px;gap:16px}.prompt-example h3{grid-row:auto}.prompt-example blockquote{font-size:16px}.prompt-example p{margin-top:0}.guide-detail{grid-template-columns:1fr;gap:24px}.guide-note{margin-top:0;padding:24px}.guide-fixes{grid-template-columns:1fr;gap:24px}.guide-faq summary{font-size:16px}.guide-end{margin-top:48px;display:block;padding:28px}.guide-end h2{font-size:26px}.guide-end>.try-button{margin-top:24px}.clean-footer .footer-inner{grid-template-columns:1fr;gap:24px}footer.clean-footer{padding:28px 20px!important}.clean-footer .footer-brand{flex-direction:row;align-items:center;justify-content:space-between}.clean-footer nav{gap:8px 24px}.clean-footer nav a{font-size:13px}}
@media(max-width:430px){.guide-hero{padding:94px 16px 32px}.guide-hero h1{font-size:33px}.guide-content{padding-left:16px;padding-right:16px}.guide-steps{grid-template-columns:1fr}.guide-action{gap:12px}.guide-action .try-button{padding-left:22px;padding-right:22px}.guide-tags{gap:6px}.guide-tags span{font-size:10px;padding:5px 9px}.guide-comparison{grid-template-columns:1fr}.guide-comparison img{height:auto;aspect-ratio:1.65}.guide-faq details>p{padding-right:12px}.guide-end{padding:24px}.clean-footer nav{column-gap:16px}.clean-footer nav a{font-size:12px}}
@media(prefers-reduced-motion:reduce){.guide-faq summary span{transition:none}}

/* Image and motion studies alternate with the guide's practical sections. */
.motion-studies .section-intro,.image-studies .section-intro{max-width:820px;line-height:1.8}
.motion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
.media-study{border:1px solid #e8dff0;border-radius:24px;overflow:hidden;background:#fff;min-width:0;box-shadow:0 10px 32px #70409608}
.study-screen{position:relative;background:radial-gradient(ellipse at center,#eee6f5,#f9f6fc);height:340px;padding:12px}
.study-screen video{display:block;width:100%;height:100%;object-fit:contain;border-radius:14px}
.clip-duration{position:absolute;right:22px;bottom:22px;color:#fff;background:#302238b8;backdrop-filter:blur(8px);border-radius:7px;padding:3px 8px;font-size:11px;line-height:1.5;font-variant-numeric:tabular-nums}
.study-copy{padding:26px}
.study-kicker{display:block;font-size:10px;color:#9873b5;letter-spacing:.13em;text-transform:uppercase;margin-bottom:10px;font-weight:700}
.study-copy h3{font-size:23px;margin-bottom:16px}
.study-copy>p{color:var(--muted);font-size:15px;line-height:1.8}
.study-task{margin-top:22px;padding:18px 20px;background:#f8f3fc;border-radius:14px;border-left:2px solid #c6a0e4}
.study-task strong{font-size:12px;color:#8951ac;display:block;margin-bottom:8px;font-weight:600}
.study-task p{font-size:13px;line-height:1.7;color:#796383}
.image-study-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 24px}
.image-study{min-width:0;overflow:hidden}
.image-study-frame{height:370px;background:linear-gradient(130deg,#f6f1fa,#faf8fc);border:1px solid #ede6f3;border-radius:22px;padding:12px;display:flex;align-items:center;justify-content:center}
.image-study-frame img{width:100%;height:100%;object-fit:contain;border-radius:12px}
.image-study figcaption{padding:20px 6px 0}
.image-study h3{font-size:21px;margin-bottom:12px}
.image-study p{font-size:15px;line-height:1.8;color:var(--muted)}
.media-credit{color:#93869e;font-size:11px!important;margin-top:22px!important;line-height:1.6}
.workshop{margin-top:70px;padding:38px;border-radius:26px;background:linear-gradient(130deg,#f7f1fe,#fcfaff);border:1px solid #e9dcf5}
.workshop-heading{max-width:800px}.workshop-heading .section-label{display:block}.workshop-heading h2{margin-bottom:22px}.workshop-heading>p{font-size:16px;line-height:1.85;color:#786780}
.workshop-tasks{display:grid;gap:28px;margin-top:32px}
.workshop-tasks article{display:flex;gap:22px;align-items:flex-start;border-top:1px solid #e5d8ed;padding-top:26px}
.workshop-number{font-size:12px;color:#9b72b4;flex:none;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid #ddcbe9;background:#ffffff9e}
.workshop-tasks h3{font-size:21px;margin:5px 0 14px}
.workshop-tasks p{font-size:15px;line-height:1.85;color:#74637e;max-width:880px}
.quality-check{background:#fff;border:1px solid #e8def0;border-radius:18px;margin-top:32px;padding:26px}
.quality-check h3{font-size:18px;margin-bottom:20px}
.quality-check ul{padding:0;margin:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:14px 28px}
.quality-check li{position:relative;padding-left:20px;font-size:14px;color:#7a6787;line-height:1.65}
.quality-check li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:#b987dc}
@media(min-width:1100px){.image-study-grid:has(>.image-study:nth-child(5)){grid-template-columns:repeat(6,minmax(0,1fr))}.image-study-grid:has(>.image-study:nth-child(5))>.image-study{grid-column:span 2}.image-study-grid:has(>.image-study:nth-child(5))>.image-study:nth-child(n+4){grid-column:span 3}.image-study-grid:has(>.image-study:nth-child(5))>.image-study:nth-child(-n+3) .image-study-frame{height:320px}}
@media(max-width:900px){.study-screen{height:285px}.study-copy{padding:22px}.study-copy h3{font-size:21px}.image-study-frame{height:310px}.workshop{padding:30px}}
@media(max-width:700px){.motion-grid{grid-template-columns:1fr;gap:24px}.study-screen{height:350px}.study-copy h3{font-size:23px}.image-study-grid{gap:26px 18px}.image-study-frame{height:285px;padding:8px}.image-study h3{font-size:19px}.image-study p{font-size:14px}.workshop{margin-top:48px;padding:26px}.workshop-tasks article{gap:16px}.workshop-number{width:30px;height:30px}.workshop-tasks h3{font-size:19px;margin-top:2px}.quality-check ul{grid-template-columns:1fr}.quality-check{padding:22px}}
@media(max-width:480px){.study-screen{height:310px;padding:10px}.study-copy{padding:22px}.study-task{padding:16px}.image-study-grid{grid-template-columns:1fr;gap:30px}.image-study-frame{height:360px;padding:10px}.image-study h3{font-size:22px}.image-study p{font-size:15px}.workshop{padding:22px}.workshop-heading>p{font-size:15px}.workshop-tasks article{gap:12px}.workshop-tasks p{font-size:14px}.quality-check{padding:20px}.quality-check h3{font-size:17px}}
@media(max-width:350px){.study-screen{height:270px}.image-study-frame{height:310px}.workshop{padding:18px}.workshop-tasks article{display:block}.workshop-number{margin-bottom:14px}.study-copy{padding:18px}}
