*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:15px}:root{--text:#2c1810;--text-secondary:#5c4030;--text-muted:#967a64;--font-heading:"Shadows Into Light", cursive;--card-bg:#fffaf4b8;--card-shadow:0px 0px 0px 1px #0000000f, 0px 1px 2px -1px #0000000f, 0px 2px 4px 0px #0000000a;--card-shadow-hover:0px 0px 0px 1px #00000014, 0px 1px 2px -1px #00000014, 0px 2px 4px 0px #0000000f;--input-bg:#fcfaf8;--input-border:#e6d5c3;--input-focus:#c17a4a38;--accent:#b8704a;--accent-hover:#a35f3a;--accent-glow:#b8704a4d;--error:#b84233;--section-bg:#fdf8f4;--section-bg-alt:#f7efe6}body{color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f0d4b8;font-family:Figtree,Inter,system-ui,-apple-system,sans-serif}.hero{min-height:100dvh;display:flex;overflow-x:hidden}.hero-left{background:#faf5ef;flex-direction:column;flex:0 0 66.667%;justify-content:center;align-items:center;max-width:66.667%;padding:3rem 2.5rem;display:flex;position:relative}.hero-right{flex:33.333%;min-height:100dvh;position:relative;overflow:hidden}.hero-image{object-fit:cover;object-position:center 40%;outline-offset:-1px;outline:1px solid #0000000f;width:100%;height:100%;display:block}.hero-right:after{content:"";pointer-events:none;background:linear-gradient(90deg,#fdf8f440 0%,#0000 8%);position:absolute;inset:0}.hero-content{width:100%;max-width:420px;padding:2.75rem 2.25rem 2.5rem;animation:.7s cubic-bezier(.22,1,.36,1) both card-in}.hero-title{font-family:var(--font-heading);color:#3a2d23;text-wrap:balance;margin-bottom:.5rem;font-size:34px;font-weight:400;line-height:1.2;animation:.55s cubic-bezier(.22,1,.36,1) .12s both text-in}.hero-subtitle{color:var(--text-secondary);text-wrap:pretty;margin-bottom:1.25rem;font-size:1.0625rem;line-height:1.6;animation:.55s cubic-bezier(.22,1,.36,1) .22s both text-in}.hero-fine-print{color:var(--text-muted);text-align:center;margin-top:1rem;font-size:.75rem;animation:.55s cubic-bezier(.22,1,.36,1) .6s both text-in}.scroll-hint{cursor:pointer;flex-direction:column;align-items:center;gap:.375rem;text-decoration:none;transition:opacity .2s;animation:.6s cubic-bezier(.22,1,.36,1) 1.2s both scroll-hint-in;display:flex;position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%)}.scroll-hint:hover{opacity:.8}.scroll-hint:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.scroll-hint-text{color:var(--text-muted);letter-spacing:.03em;font-family:Figtree,sans-serif;font-size:.8rem;font-weight:600}.scroll-hint-chevron{color:var(--accent);animation:2s ease-in-out 1.8s infinite bounce-down}@keyframes scroll-hint-in{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes bounce-down{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.page{min-height:100dvh;display:flex}.page-left{background:#faf5ef;flex-direction:column;flex:0 0 66.667%;justify-content:center;align-items:center;max-width:66.667%;padding:3rem 2.5rem;display:flex;position:relative}.page-right{flex:33.333%;min-height:100dvh;position:relative;overflow:hidden}.page-right:after{content:"";pointer-events:none;background:linear-gradient(90deg,#faf5ef40 0%,#0000 8%);position:absolute;inset:0}.page-right .hero-image{object-fit:cover;object-position:center 40%;width:100%;height:100%;display:block}.card{width:100%;max-width:420px;padding:2.75rem 2.25rem 2.5rem;animation:.7s cubic-bezier(.22,1,.36,1) both card-in}.card.confirmation{max-width:540px;animation:none}@keyframes card-in{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes text-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes skeleton-pulse{0%,to{opacity:.4}50%{opacity:.15}}.skeleton{background:var(--input-border);border-radius:8px;animation:1.8s ease-in-out infinite skeleton-pulse}.skeleton-headline{width:75%;height:34px;margin-bottom:.75rem}.skeleton-body{width:100%;height:14px;margin-bottom:.5rem}.skeleton-body-short{width:55%;margin-bottom:1.5rem}.skeleton-input{width:100%;height:48px;margin-bottom:.75rem}.skeleton-btn{width:100%;height:48px}@keyframes pac-in{0%{opacity:0;transform:translateY(-4px)}}@keyframes hint-in{0%{opacity:0;filter:blur(4px);transform:translateY(6px)}}@keyframes shake{0%{opacity:0;transform:translate(0)}20%{opacity:1;transform:translate(-6px)}40%{transform:translate(5px)}60%{transform:translate(-3px)}80%{transform:translate(2px)}to{transform:translate(0)}}@keyframes pulse{0%,to{opacity:.35}50%{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pop-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes pin-drop{0%{opacity:0;transform:translateY(-10px)scale(.6)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.headline,h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}.headline{color:#3a2d23;text-wrap:balance;margin-bottom:.5rem;font-size:34px;font-weight:400;line-height:1.2;animation:.55s cubic-bezier(.22,1,.36,1) .12s both text-in}.body{color:var(--text);text-wrap:pretty;margin-bottom:.875rem;font-size:1.0625rem;line-height:1.6}.body strong{font-weight:600}.dim{color:var(--text-secondary);font-size:.875rem}.hero-form{flex-direction:column;gap:1rem;margin-left:-.375rem;margin-right:-.375rem;display:flex}.hero-form>.field:first-child{animation:.55s cubic-bezier(.22,1,.36,1) .3s both text-in}.hero-form>.field:nth-child(2){animation:.55s cubic-bezier(.22,1,.36,1) .38s both text-in}.hero-form>.field:nth-child(3){animation:.55s cubic-bezier(.22,1,.36,1) .46s both text-in}.hero-form>.field-error{animation:.4s cubic-bezier(.36,.07,.19,.97) both shake}.hero-form>.submit-btn{animation:.55s cubic-bezier(.22,1,.36,1) .54s both text-in}.field{flex-direction:column;gap:.3125rem;display:flex}.field-location{gap:.5rem}.input{border:1.5px solid var(--input-border);background:var(--input-bg);color:var(--text);border-radius:10px;outline:none;width:100%;padding:.8125rem 1rem;font-family:Figtree,sans-serif;font-size:.9375rem;transition:border-color .2s,box-shadow .2s,background .2s,transform .2s cubic-bezier(.22,1,.36,1)}.input::placeholder{color:#8d7a70}.input:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--input-focus);background:#fffdfaf2;transform:translateY(-1px)}.input-error{border-color:var(--error)}.input:disabled{opacity:.5}.input-check{pointer-events:none;opacity:0;filter:blur(4px);width:18px;height:18px;transition:opacity .3s cubic-bezier(.2,0,0,1),filter .3s cubic-bezier(.2,0,0,1),transform .3s cubic-bezier(.2,0,0,1);position:absolute;top:50%;right:.875rem;transform:translateY(-50%)scale(.25)}.input-check-visible{opacity:1;filter:blur();transform:translateY(-50%)scale(1)}.field-error{color:var(--error);padding-left:.125rem;font-size:.8125rem;animation:.4s cubic-bezier(.36,.07,.19,.97) both shake}.input-with-icon{position:relative}.input-spinner{border:2px solid #5c403026;border-top-color:var(--accent);border-radius:50%;width:14px;height:14px;animation:.65s linear infinite spin;display:block;position:absolute;top:50%;right:.875rem;transform:translateY(-50%)}.field-location .field-hint,.field-location>.field-error{padding-left:1rem}.field-hint{color:var(--text-muted);margin:0 0 0 -.5rem;padding-left:0;font-size:.8125rem;line-height:1.45}.field-hint-denied>span{animation:.4s cubic-bezier(.2,0,0,1) both hint-in;display:block}.field-hint-denied>span:nth-child(2){animation-delay:.1s}.geo-link{color:var(--accent);cursor:pointer;text-align:left;text-underline-offset:2px;background:0 0;border:none;width:100%;margin:0;padding:.125rem 0 0 .375rem;font-family:Figtree,sans-serif;font-size:.8125rem;font-weight:500;-webkit-text-decoration:underline #b8704a59;text-decoration:underline #b8704a59;transition:color .2s,opacity .2s;display:block;position:relative}.geo-link:before{content:"";position:absolute;inset:-10px -4px}.geo-link:hover:not(:disabled){color:var(--accent-hover);text-decoration-color:#a35f3a73}.geo-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.geo-link:disabled{opacity:.55;cursor:not-allowed}.geo-link-spinner{vertical-align:middle;border:1.5px solid #b8704a40;border-top-color:var(--accent);border-radius:50%;width:12px;height:12px;margin-right:.375rem;animation:.65s linear infinite spin;display:inline-block}.pac-container{background:var(--input-bg);border:1.5px solid var(--input-border);z-index:1050;border-top:none;border-radius:0 0 10px 10px;margin-top:-2px;font-family:Figtree,Inter,system-ui,-apple-system,sans-serif;animation:.2s cubic-bezier(.2,0,0,1) pac-in;box-shadow:0 4px 12px #00000014}.pac-item{color:var(--text);cursor:pointer;border-top:1px solid #e6d5c380;padding:.625rem 1rem;font-size:.9375rem;transition:background .15s}.pac-item:first-child{border-top:none}.pac-item:hover,.pac-item-selected{background:#b8704a14}.pac-item-query{color:var(--text);font-size:.9375rem;font-weight:500}.pac-matched{color:var(--accent);font-weight:600}.pac-icon{display:none}.submit-btn{color:#fffaf5;background:var(--accent);cursor:pointer;letter-spacing:.01em;border:none;border-radius:10px;margin-top:.25rem;padding:.9375rem;font-family:Figtree,sans-serif;font-size:.9375rem;font-weight:600;transition:background .2s,box-shadow .25s,transform .12s}.submit-btn:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 4px 18px var(--accent-glow)}.submit-btn:active:not(:disabled){transform:scale(.96)}.submit-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.submit-btn .spinner{vertical-align:middle;border:2px solid #fffaf559;border-top-color:#fffaf5;border-radius:50%;width:16px;height:16px;margin-right:.5rem;animation:.6s linear infinite spin;display:inline-block}.link-btn{color:var(--text-muted);cursor:pointer;text-underline-offset:3px;text-align:left;background:0 0;border:none;margin-top:.75rem;padding:0;font-family:Figtree,sans-serif;font-size:.9375rem;-webkit-text-decoration:underline #967a6459;text-decoration:underline #967a6459;text-decoration-thickness:1px;transition:color .2s;position:relative}.link-btn:before{content:"";position:absolute;inset:-8px -4px}.link-btn:hover{color:var(--text-secondary)}.link-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.link-btn .copied-check{animation:.35s cubic-bezier(.34,1.56,.64,1) both pop-in;display:inline-block}.confirm-check{margin-bottom:1rem;animation:.55s cubic-bezier(.22,1,.36,1) 50ms both text-in}.confirmation .headline{margin-bottom:.625rem;animation:.55s cubic-bezier(.22,1,.36,1) .12s both text-in}.confirmation .body{animation:.55s cubic-bezier(.22,1,.36,1) .2s both text-in}.confirmation .dim{margin-top:1.125rem;margin-bottom:0;animation:.55s cubic-bezier(.22,1,.36,1) .28s both text-in}.confirmation-links{justify-content:space-between;align-items:baseline;margin-top:2rem;animation:.55s cubic-bezier(.22,1,.36,1) .4s both text-in;display:flex}.unsubscribe-card{flex-direction:column;gap:1rem;display:flex}.unsubscribe-card .headline,.unsubscribe-card .body,.unsubscribe-card .submit-btn,.unsubscribe-card .link-btn{animation:.55s cubic-bezier(.22,1,.36,1) both text-in}.unsubscribe-card .headline,.unsubscribe-card .body{margin-bottom:0}.unsubscribe-card .body.dim{margin-top:.25rem}.change-location-card{flex-direction:column;display:flex}.change-location-card .headline{margin-bottom:.75rem;animation:.55s cubic-bezier(.22,1,.36,1) 50ms both text-in}.change-location-card .body{margin-bottom:0;animation:.55s cubic-bezier(.22,1,.36,1) .12s both text-in}.change-location-card .field{margin-top:1.25rem;animation:.55s cubic-bezier(.22,1,.36,1) .2s both text-in}.change-location-card .submit-btn{margin-top:1.25rem;animation:.55s cubic-bezier(.22,1,.36,1) .28s both text-in}.change-location-card .unsubscribe-home-link{margin-top:1.25rem;animation:.55s cubic-bezier(.22,1,.36,1) .34s both text-in}.unsubscribe-home-link{align-items:center;margin-top:1.25rem;text-decoration:none;animation:.55s cubic-bezier(.22,1,.36,1) .36s both text-in;display:inline-flex}.confirmation .link-btn{align-items:center;gap:.375rem;margin-top:1.25rem;text-decoration:none;display:inline-flex}.link-icon{opacity:.55;flex-shrink:0;transition:opacity .2s}.link-btn:hover .link-icon{opacity:.8}.link-icon.copied-check{opacity:1;animation:.35s cubic-bezier(.34,1.56,.64,1) both pop-in}.section{padding:5rem 1.5rem}#how-it-works{scroll-margin-top:2rem}.section-emails{background:var(--section-bg)}.section-scoring{background:var(--section-bg-alt)}.section-inner{max-width:960px;margin:0 auto}.section-emails .section-inner{max-width:1100px}.section-title{font-family:var(--font-heading);color:#3a2d23;text-wrap:balance;margin-bottom:.75rem;font-size:28px;font-weight:400}.section-desc{color:var(--text-secondary);text-wrap:pretty;max-width:600px;margin-bottom:2.5rem;font-size:1rem;line-height:1.7}.text-link{color:var(--accent);text-underline-offset:2px;-webkit-text-decoration:underline #b8704a59;text-decoration:underline #b8704a59;transition:color .2s}.text-link:hover{color:var(--accent-hover)}.email-samples{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.email-card{background:#fff;border-radius:14px;flex-direction:column;transition:box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 0 0 1px #0000000a}.email-card:hover{box-shadow:0 2px 4px #0000000a,0 4px 12px #00000008,0 0 0 1px #0000000f}.email-header{background:#fdf8f4;border-bottom:1px solid #f0e0d0;padding:1rem 1.25rem}.email-from{font-family:var(--font-heading);color:#8b6244;letter-spacing:.02em;margin-bottom:.25rem;font-size:18px}.email-subject{color:var(--text);font-family:Figtree,sans-serif;font-size:.8125rem;font-weight:500;line-height:1.4}.email-gradient-strip{background:linear-gradient(90deg,#e8a87c 0%,#d4785c 35%,#c4967a 65%,#e8c4a0 100%);height:3px}.email-body{flex:1;padding:1rem 1.25rem 1.25rem}.email-pills{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.email-pill{color:#996b4a;white-space:nowrap;font-variant-numeric:tabular-nums;background:#f0e0d0;border-radius:20px;padding:.3125rem .75rem;font-family:Figtree,sans-serif;font-size:.75rem;font-weight:500;display:inline-block}.email-quote{color:#3d2b1f;text-wrap:pretty;margin:0;font-family:Georgia,Times New Roman,serif;font-size:.875rem;font-style:italic;line-height:1.65}.email-attribution{color:#8b7a6a;letter-spacing:.01em;margin:.625rem 0 0;font-family:Georgia,Times New Roman,serif;font-size:.6875rem;line-height:1.4}.email-divider{background-color:#e6d5c3;height:1px;margin:.875rem 0 .625rem}.email-metadata{color:#a89080;letter-spacing:.02em;margin:0;font-family:Figtree,sans-serif;font-size:.625rem;line-height:1}.scoring-grid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2.5rem;display:grid}.scoring-card{background:#ffffffb3;border-radius:14px;padding:1.5rem;transition:box-shadow .2s;box-shadow:0 0 0 1px #0000000a,0 1px 2px #00000008,0 2px 6px #00000005}.scoring-card:hover{box-shadow:0 0 0 1px #0000000f,0 2px 4px #0000000a,0 4px 12px #00000008}.scoring-icon{color:#8b6244;background:#f0e0d0;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.875rem;display:flex}.scoring-icon-aqi svg{width:26px;height:26px}.scoring-card-title{color:var(--text);margin-bottom:.5rem;font-family:Figtree,sans-serif;font-size:.9375rem;font-weight:600}.scoring-card-desc{color:var(--text-secondary);text-wrap:pretty;font-size:.8125rem;line-height:1.65}.scoring-scale{background:#ffffffb3;border-radius:14px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 0 0 1px #0000000a,0 1px 2px #00000008,0 2px 6px #00000005}.scoring-scale-title{color:var(--text);margin-bottom:1rem;font-family:Figtree,sans-serif;font-size:.9375rem;font-weight:600}.scoring-scale-items{flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem;display:flex}.scoring-scale-item{align-items:center;gap:.5rem;display:flex}.scoring-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.scoring-dot-poor{background:#d4785c}.scoring-dot-fair{background:#e8a87c}.scoring-dot-good{background:#c4b44a}.scoring-dot-great{background:#6aaa5c}.scoring-label{color:var(--text);font-family:Figtree,sans-serif;font-size:.875rem;font-weight:500}.scoring-range{color:var(--text-muted);font-variant-numeric:tabular-nums;font-family:Figtree,sans-serif;font-size:.8125rem}.scoring-threshold{color:var(--text-secondary);text-wrap:pretty;font-size:.8125rem;line-height:1.6}.scoring-threshold strong{color:var(--text);font-weight:600}.scoring-cta{color:var(--text-secondary);text-wrap:pretty;font-size:.9375rem;line-height:1.6}.site-footer{text-align:center;background:var(--section-bg-alt);padding:2rem 1.5rem;box-shadow:0 -1px #0000000a}.site-footer p{color:var(--text-muted);font-size:.8125rem}.footer-link{color:var(--text-muted);text-underline-offset:2px;-webkit-text-decoration:underline #967a6459;text-decoration:underline #967a6459;transition:color .2s}.footer-link:hover{color:var(--text-secondary)}.footer-divider{opacity:.4;margin:0 .5rem}.modal-overlay{z-index:10;-webkit-backdrop-filter:blur(10px);overscroll-behavior:contain;background:#23140a47;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-card{background:#fff8f1f5;border-radius:18px;width:min(100%,360px);padding:1.5rem;animation:.24s ease-out both confirm-in;box-shadow:0 24px 60px #23140a2e,0 0 0 1px #5c403014}.modal-title{color:#3a2d23;text-wrap:balance;font-size:24px;font-weight:500}.modal-body{color:var(--text-secondary);text-wrap:pretty;margin-top:.625rem;font-size:.9375rem;line-height:1.55}.modal-btn{color:#fffaf5;background:var(--accent);cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:1.25rem;padding:.8125rem 1rem;font-family:Figtree,sans-serif;font-size:.9375rem;font-weight:600;transition:background .2s,box-shadow .25s,transform .12s}.modal-btn:hover{background:var(--accent-hover);box-shadow:0 4px 18px var(--accent-glow)}.modal-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.modal-btn:active{transform:scale(.96)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=900px) and (width>=481px){.hero-left,.page-left{flex:0 0 60%;max-width:60%;padding:2.5rem 2rem}.hero-right,.page-right{flex:40%}}@media (width<=480px){.hero{flex-direction:column;min-height:auto}.hero-left{width:100%;max-width:100%;padding:1.5rem 1.25rem 2rem;padding-bottom:max(2rem, env(safe-area-inset-bottom));z-index:1;border-radius:24px 24px 0 0;flex:none;order:2;justify-content:flex-start;margin-top:-2.5rem}.hero-right{flex:none;order:1;height:28vh;min-height:180px;max-height:240px}.hero-right:after{display:none}.hero-content{max-width:100%;padding:0}.hero-title{margin-bottom:.25rem;font-size:26px}.hero-subtitle{margin-bottom:1rem;font-size:.875rem;line-height:1.5}.hero-form{gap:.75rem}.scroll-hint{display:none}.page{flex-direction:column;min-height:100dvh}.page-left{width:100%;max-width:100%;padding:2rem 1.25rem;padding-bottom:max(2.5rem, env(safe-area-inset-bottom));z-index:1;border-radius:20px 20px 0 0;flex:auto;order:2;justify-content:flex-start;margin-top:-2rem}.page-right{flex:none;order:1;height:32vh;min-height:200px;max-height:280px;display:block}.page-right:after{display:none}.card{max-width:100%;padding:0}.card.confirmation{padding:0}.headline{font-size:28px}.body{font-size:1rem}.hero-form{gap:.875rem;margin-left:-.25rem;margin-right:-.25rem}.input{border-radius:12px;padding:.875rem 1rem;font-size:1rem}.submit-btn{-webkit-tap-highlight-color:#b8704a1f;border-radius:12px;margin-top:.375rem;padding:1rem;font-size:1rem}.geo-link{-webkit-tap-highlight-color:#b8704a1f;padding:.25rem .375rem;font-size:.8125rem}.link-btn{-webkit-tap-highlight-color:#b8704a1f}.scroll-hint{bottom:1rem}.scroll-hint-text{font-size:.6875rem}.section{padding:3rem 1.25rem}.section-title{font-size:24px}.section-desc{margin-bottom:2rem;font-size:.9375rem}.email-samples{grid-template-columns:1fr;gap:1rem}.email-quote{font-size:.8125rem}.scoring-grid{grid-template-columns:1fr;gap:1rem}.scoring-scale-items{gap:1rem}.modal-overlay{padding:0;padding-bottom:env(safe-area-inset-bottom);align-items:flex-end}.modal-card{width:100%;max-width:100%;padding:1.75rem 1.5rem calc(1.75rem + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;animation:.3s cubic-bezier(.22,1,.36,1) both slide-up}.modal-title{font-size:22px}.modal-btn{border-radius:12px;padding:.9375rem 1rem}}@media (width<=375px){.hero-left{margin-top:-2rem;padding:1.25rem 1rem 1.75rem}.hero-right{height:24vh;min-height:150px;max-height:200px}.hero-title{font-size:24px}.hero-subtitle{font-size:.8125rem}.page-left{padding:1.75rem 1rem}.page-right{height:26vh;min-height:160px;max-height:220px}.headline{font-size:26px}}
