@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Mono&family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500&display=swap");
:root{--black:#10100f;--charcoal:#1d1d1a;--bone:#f3efe5;--paper:#ded6c7;--orange:#fd6a2d;--orange-soft:#ffaf7c;--ink:#1d1b18;--muted:#716b62;--line:rgba(243,239,229,.22)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--bone);font:16px/1.65 'DM Sans',Arial,sans-serif}header{max-width:1240px;height:70px;margin:auto;display:flex;align-items:center;gap:28px;border-bottom:1px solid var(--line)}.brand{font:14px 'DM Mono';color:var(--bone);letter-spacing:-.09em;text-decoration:none}.brand span{color:var(--orange)}nav{display:flex;gap:8px;margin-left:auto}nav a{font-size:13px;font-weight:700;color:#d4cec3;text-decoration:none;padding:8px}.top{padding:10px 15px;background:var(--orange);color:var(--black);font-size:13px;font-weight:800;text-decoration:none}.hero{max-width:1240px;margin:0 auto 100px;min-height:650px;display:grid;grid-template-rows:auto 1fr;position:relative}.hero>div:first-child{padding:80px 0 34px;max-width:920px;position:relative;z-index:1}.eyebrow{font:12px 'DM Mono';letter-spacing:.1em;text-transform:uppercase;color:var(--orange-soft)}h1{font:400 clamp(62px,10vw,148px)/.83 'Archivo Black',Impact,sans-serif;letter-spacing:-.075em;margin:16px 0 26px;text-transform:uppercase}h2{font:500 clamp(38px,5vw,70px)/.98 Newsreader,Georgia,serif;letter-spacing:-.045em;margin:14px 0 22px}.hero p{max-width:620px;color:#d7d0c6;font-size:19px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 19px;background:var(--orange);color:var(--black);font-weight:800;text-decoration:none}.button.outline{background:transparent;border:1px solid rgba(243,239,229,.43);color:var(--bone)}.hero small{color:#aaa39a}.hero ul{display:flex;flex-wrap:wrap;gap:9px 18px;padding:0;list-style:none;font-size:12px;font-weight:700;color:#d7d0c6}.hero li:before{content:'/';color:var(--orange);margin-right:7px}.hero-img{position:absolute;right:0;bottom:0;width:48%;height:70%;overflow:hidden;border-left:1px solid var(--line);border-top:1px solid var(--line);background:var(--orange)}.hero-img:before{content:'THE SKY AT YOUR ARRIVAL';position:absolute;z-index:2;left:16px;bottom:14px;font:10px 'DM Mono';color:var(--black);letter-spacing:.08em}.hero-img img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;filter:contrast(1.28) sepia(.25) saturate(1.45)}
.tool{max-width:1240px;margin:0 auto 115px;padding:0;display:grid;grid-template-columns:.82fr 1.18fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.tool>div{padding:42px 40px 42px 0}.tool h2{font-size:48px}.tool p{color:#c5bfb5}.tool form{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:42px 0 42px 40px;border-left:1px solid var(--line);align-items:end}label{font:11px 'DM Mono';color:var(--orange-soft)}input{display:block;width:100%;margin-top:7px;padding:12px 9px;border:1px solid #51504b;background:transparent;color:#fff;font:14px 'DM Sans'}button{border:0;padding:13px;background:var(--bone);color:var(--black);font-weight:800}.story{max-width:1240px;margin:0 auto 105px;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.story.reverse figure{order:2}.story figure{min-height:470px;margin:0;overflow:hidden;background:#282724}.story figure img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.18) sepia(.2)}.copy{padding:54px 58px;background:var(--bone);color:var(--ink);display:flex;flex-direction:column;justify-content:center}.copy .n{font:11px 'DM Mono';color:var(--orange);letter-spacing:.08em}.copy p{font-size:17px;color:#5d574f}.story:not(:has(figure)){display:block;max-width:1060px;background:var(--charcoal);border-left:7px solid var(--orange)}.story:not(:has(figure)) .copy{max-width:760px;background:transparent;color:var(--bone);padding:46px 52px}.story:not(:has(figure)) .copy h2{color:var(--bone)}.story:not(:has(figure)) .copy p{color:#c8c1b7}.story:not(:has(figure)):nth-child(even) .copy{margin-left:auto}.faq{max-width:1060px;margin:0 auto 105px;padding:52px;background:var(--paper);color:var(--ink)}.faq .eyebrow{color:var(--orange)}.faq details{padding:19px 0;border-top:1px solid #bbb3a6}.faq details:last-child{border-bottom:1px solid #bbb3a6}summary{font-weight:800;cursor:pointer}.faq p{color:#5c554c;margin:10px 0}.disclaimer{max-width:1240px;margin:0 auto 70px;padding:60px;background:var(--orange);color:var(--black)}.disclaimer h2{font-size:74px;max-width:690px}.disclaimer p{max-width:790px;font-size:17px;color:#3c2420}.disclaimer:after{content:'!';position:absolute;display:none}footer{max-width:1240px;margin:auto;padding:35px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:12px;color:#ada69d}footer div{display:flex;justify-content:flex-end;gap:18px}footer a{font-size:13px;color:#d8d0c5;text-decoration:none}footer small{grid-column:1/-1}@media(max-width:850px){header{margin:0 20px}nav{display:none}.top{margin-left:auto}.hero{margin:0 20px 80px;display:block;min-height:0}.hero>div:first-child{padding:62px 0 38px}.hero-img{position:relative;width:100%;height:360px}.tool,.story{grid-template-columns:1fr;margin-left:20px;margin-right:20px}.tool>div{padding:34px 0}.tool form{padding:0 0 34px;border-left:0;grid-template-columns:1fr}.story.reverse figure{order:0}.story figure{min-height:320px}.copy{padding:38px 30px}.story:not(:has(figure)){margin-left:20px;margin-right:20px}.story:not(:has(figure)) .copy,.story:not(:has(figure)):nth-child(even) .copy{margin:0;padding:35px 28px}.faq,.disclaimer{margin-left:20px;margin-right:20px}.disclaimer{padding:38px 30px}footer{margin:0 20px}}@media(max-width:500px){h1{font-size:61px}.hero-img{height:270px}.story figure{min-height:260px}.faq{padding:32px 24px}.disclaimer h2{font-size:53px}footer{grid-template-columns:1fr}footer div{justify-content:flex-start;flex-wrap:wrap}}
