/* Tailored flyscreens: real installation imagery and illustrative opening diagrams. */
.screen-hero{position:relative;isolation:isolate;background:var(--ink);color:white;min-height:640px;display:flex;align-items:center}
.screen-hero-photo,.screen-hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.screen-hero-photo img{object-position:65% center}
.screen-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#07182ae8,#07182a95 48%,#07182a15);z-index:0}
.screen-hero-copy{position:relative;z-index:1;padding-block:90px}
.screen-hero h1{font-size:clamp(56px,6.5vw,96px);line-height:1.04;letter-spacing:-.055em;max-width:850px;margin-bottom:28px}
.screen-hero-copy>p:not(.eyebrow){font-size:20px;color:#e5eff7}
.screen-hero .eyebrow{color:#c3e6fb}.screen-hero .button-row{margin-top:30px;flex-wrap:wrap}
.screen-layouts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.screen-layouts article,.screen-finishes article{background:var(--paper);border-radius:24px;padding:30px}
.screen-layouts h3,.screen-finishes h3{font-size:27px}.screen-layouts p{color:var(--muted);margin-bottom:0}
.screen-diagram{height:140px;border:3px solid #7899b4;border-bottom:6px solid var(--ink);border-radius:4px;margin-bottom:32px;position:relative;display:flex;justify-content:space-between;overflow:hidden;background:#dfeaf3}
.screen-diagram>span{width:25%;height:100%;background:repeating-linear-gradient(90deg,#577994 0 2px,#b3c8d9 2px 7px);border-right:3px solid var(--ink)}
.screen-diagram>span:nth-child(2){border-right:0;border-left:3px solid var(--ink)}
.screen-one>span:first-child{width:34%}.screen-one>span:nth-child(2){display:none}
.screen-offset>span:first-child{width:50%}.screen-offset>span:nth-child(2){width:14%}
.screen-diagram i{position:absolute;inset:0;display:grid;place-items:center;font-style:normal;font-size:27px;word-spacing:8px;color:var(--ink)}
.screen-one i{padding-left:30%}.screen-offset i{padding-left:30%}
.screen-track-layout,.screen-questions{display:grid;grid-template-columns:1fr 1.2fr;gap:70px}
.screen-track-layout p:not(.eyebrow){color:#d0deeb}.screen-track-layout .eyebrow{color:#b5d4ec}
.screen-finishes{display:grid;grid-template-columns:1fr 1fr;gap:28px}.screen-finishes article{background:var(--tint)}
.screen-swatches{display:flex;gap:35px;flex-wrap:wrap;list-style:none;margin:25px 0 0;padding:0}
.screen-swatches li{display:grid;gap:12px;text-align:center;font-size:16px}
.screen-swatches li>span{width:65px;height:65px;border-radius:50%;border:1px solid #9eb2c6;display:block}
.screen-white{background:#fafafa}.screen-grey{background:#66737e}.screen-black{background:#202a33}
.screen-mesh{background-image:repeating-linear-gradient(0deg,transparent 0 3px,#8292a366 3px 4px),repeating-linear-gradient(90deg,transparent 0 3px,#8292a366 3px 4px)}
.screen-questions>div{min-width:0}.screen-questions .faq-list details:first-child{border-top:1px solid var(--line)}
@media(max-width:1000px){.screen-layouts{gap:16px}.screen-layouts article{padding:22px}.screen-track-layout,.screen-questions{gap:35px}}
@media(max-width:820px){.screen-hero{min-height:600px}.screen-hero-copy{padding-block:70px}.screen-layouts{grid-template-columns:1fr}.screen-layouts article{display:grid;grid-template-columns:180px 1fr;column-gap:28px}.screen-diagram{grid-row:1/3;margin-bottom:0}.screen-layouts h3{align-self:end}.screen-track-layout,.screen-questions{grid-template-columns:1fr}.screen-finishes{gap:18px}.screen-finishes article{padding:24px}.screen-swatches{gap:22px}}
@media(max-width:540px){.screen-hero{min-height:650px}.screen-hero h1{font-size:clamp(42px,11vw,59px)}.screen-hero-copy>p:not(.eyebrow){font-size:18px}.screen-hero .button-row{align-items:stretch;flex-direction:column;max-width:330px}.screen-hero::after{background:linear-gradient(90deg,#07182ae8,#07182a82)}.screen-layouts article{display:block;padding:25px}.screen-diagram{margin-bottom:25px}.screen-finishes{grid-template-columns:1fr}.screen-swatches{gap:30px}}
