/* Anthony: a green campaign-style opening, video-first story, direct choice cards. */
header{background:#006400;color:white;height:95px}.brand-card{background:#fff;border-radius:12px;padding:7px 14px;box-shadow:0 7px 24px #003e001f}.brand-lockup{display:block;width:auto;height:62px;object-fit:contain}.footer-brand .brand-lockup{height:88px}.footer-brand{min-width:128px}header .btn{background:white;color:#006400;border-color:white}header nav>a:hover{color:#dcf3cb}.hero{background:#006400;color:white;border-radius:0;padding:65px 7% 75px;min-height:650px;gap:3%;grid-template-columns:1.45fr .8fr;overflow:hidden}.hero h1{font-size:clamp(60px,6.2vw,98px);letter-spacing:-4.8px;line-height:1.04;position:relative;z-index:2}.hero h1 span{color:#dcf3cb}.hero .intro{color:#e0eddc;max-width:420px}.hero .eyebrow i{background:#dcf3cb}.hero .btn{background:#dcf3cb;color:#006400;border-color:#dcf3cb}.hero-foot{border-color:#ffffff40;font-size:8px;max-width:470px}.hero-image{max-width:390px;transform:rotate(4deg);animation:none;padding-bottom:0}.hero-image>img{height:475px;border-radius:14px;border:7px solid white;object-position:center top}.image-label{left:-40px;bottom:25px;transform:rotate(-9deg);background:#dcf3cb;color:#006400;border-radius:5px;padding:15px 22px}.image-number{display:none}.location-strip{background:#dcf3cb;color:#006400;padding-block:20px}.location-strip>span{color:#006400}.about{padding-top:80px;padding-bottom:80px;grid-template-columns:.75fr 1.2fr;background:#f6f8f3;gap:10%}.about h2{font-size:60px;font-weight:600}.about .eyebrow{color:#006400}.story-video{max-width:320px;position:relative}.story-video video{border-radius:15px;box-shadow:14px 14px 0 #dcf3cb}.story-video>span{margin-top:28px}.legacy-choices h2{font-size:59px}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}.choice-grid>button{padding:32px;text-align:left;background:#eff7ec;border:0;border-radius:16px;transition:transform .25s,background .25s}.choice-grid>button:nth-child(2){background:#006400;color:white}.choice-grid>button:nth-child(3){background:#111;color:white}.choice-num{font-size:9px;letter-spacing:1.3px}.choice-grid h3{font-size:39px;line-height:1.1;margin:35px 0 20px;letter-spacing:-1.6px}.choice-grid p{font-size:13px;opacity:.8;min-height:65px}.choice-grid b{display:block;border-top:1px solid #81917c66;padding-top:22px;font-size:12px;font-weight:500}.choice-grid>button:hover{transform:translateY(-7px)}.homes{margin:0;border-radius:0;height:430px}.homes h2{font-size:48px}.process{padding-block:70px}.process .steps{gap:0}.steps article{border-radius:0;background:white;border-top:2px solid #006400;margin-right:30px;padding:25px 0}.steps article:last-child{margin-right:0}.contact{margin:0;border-radius:0;background:#dcf3cb;color:#006400;padding:60px 8%}.contact h2{font-size:80px}.contact .round{background:#006400;color:white}.contact>a{border-color:#00640050}.social-section{background:#006400;color:white;padding-block:45px}.social-section h2{font-size:32px}.social-section a{border-color:#ffffff50}.social-section a:hover{background:#ffffff15}.social-section .eyebrow{margin-bottom:15px}footer{background:#fff}
@media(max-width:1000px){.hero h1{font-size:69px}.hero{grid-template-columns:1.2fr .8fr;gap:4%}.hero-image>img{height:450px}.about h2{font-size:44px}.choice-grid>button{padding:25px}.choice-grid h3{font-size:31px}}
@media(max-width:700px){header{height:85px}.brand-card{padding:5px 10px;border-radius:9px}.brand-lockup{height:56px}.footer-brand .brand-lockup{height:76px}header nav{background:#006400}.hero{display:flex;padding:35px 6% 45px;min-height:0;gap:40px}.hero h1{font-size:clamp(48px,12vw,72px);letter-spacing:-2.7px}.hero h1 br:last-child{display:block}.hero-image{max-width:305px;align-self:center;transform:rotate(3deg)}.hero-image>img{height:365px;border-radius:10px}.image-label{left:-14px;bottom:22px;padding:12px 16px}.hero-foot{font-size:7px;gap:15px}.about{padding:55px 7%;gap:40px}.about h2{font-size:39px}.story-video{max-width:285px}.story-video video{box-shadow:9px 9px 0 #dcf3cb}.legacy-choices h2{font-size:38px}.choice-grid{grid-template-columns:1fr;gap:13px}.choice-grid>button{padding:27px}.choice-grid h3{font-size:36px;margin:24px 0 16px}.choice-grid h3 br{display:none}.choice-grid p{min-height:0}.choice-grid b{padding-top:15px}.steps article{margin-right:0}.contact h2{font-size:48px}.homes h2{font-size:38px}.social-section h2{font-size:30px}}
@media(prefers-reduced-motion:reduce){.choice-grid>button:hover{transform:none}}
@media(max-width:700px){.hero{flex-direction:column}}

/* iPhone-style frame for Anthony's story. */
.story-video .iphone-frame{position:relative;padding:11px 10px 17px;background:#101113;border:2px solid #777b80;border-radius:46px;box-shadow:inset 0 0 0 3px #25272a,0 22px 40px -16px #0005,12px 14px 0 #dcf3cb;isolation:isolate}
.story-video .iphone-frame:before,.story-video .iphone-frame:after{content:"";position:absolute;width:4px;border-radius:3px;background:linear-gradient(90deg,#55585c,#151618);pointer-events:none}
.story-video .iphone-frame:before{left:-5px;top:106px;height:48px;box-shadow:0 61px 0 #37393c}
.story-video .iphone-frame:after{right:-5px;top:144px;height:72px}
.story-video .iphone-frame video{width:100%;height:auto;aspect-ratio:9/16;object-fit:contain;border-radius:34px;box-shadow:none;background:#000}
.iphone-island{position:absolute;z-index:2;top:20px;left:50%;transform:translateX(-50%);width:88px;height:24px;background:#08090a;border-radius:20px;pointer-events:none;box-shadow:0 1px 2px #ffffff12}
.iphone-island:after{content:"";position:absolute;right:9px;top:8px;width:8px;height:8px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#243755,#101723 50%,#020305 70%)}
.story-video>span{margin-top:28px}
@media(max-width:700px){.story-video{width:calc(100% - 14px)}.story-video .iphone-frame{box-shadow:inset 0 0 0 3px #25272a,0 18px 30px -15px #0005,8px 10px 0 #dcf3cb}}