@charset "UTF-8";
:root{color-scheme:light;--ink:#113e49;--muted:#4a6873;--cyan:#00b9cb;--paper:#f8fbfc;--line:#cbdce3;font-family:"Avenir Next",Avenir,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:100%;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0}a{color:inherit}img{display:block;max-width:100%;height:auto}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid #008399;outline-offset:6px}h1,h2,h3,p,figure{margin:0}h1,h2,h3{overflow-wrap:normal}p{line-height:1.7}em{font-family:Georgia,"Times New Roman",serif;font-weight:400}a,summary{touch-action:manipulation}section{scroll-margin-top:32px}.skip-link{position:fixed;top:12px;left:12px;z-index:20;background:#fff;padding:15px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}
.site-header{position:absolute;inset:24px 3% auto;z-index:5;width:94%;min-height:82px;padding:10px 30px;display:flex;align-items:center;justify-content:space-between;gap:25px;border:1px solid #fff9;border-radius:100px;background:#ffffffe0;box-shadow:0 8px 48px #1c638011;backdrop-filter:blur(16px)}
.brand{display:block;width:208px;flex-shrink:0}.brand img{width:100%}.site-header nav{display:flex;gap:30px;align-items:center}.site-header a{text-decoration:none;font-size:.875rem;font-weight:500}.site-header nav a{position:relative;white-space:nowrap}.site-header nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:var(--ink);transition:right .2s}.site-header nav a:hover:after{right:0}.header-link{display:flex;align-items:center;gap:16px}.header-link span{font-size:1.15rem}
.hero{position:relative;min-height:890px;overflow:hidden;padding:170px 6% 108px;background:#d6edf9;color:#103f4c;isolation:isolate}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2;animation:sky-arrive 4.5s ease-out both}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#e3f3fbc4,transparent 74%);z-index:-1}.hero-inner{position:relative;max-width:730px}.eyebrow{font-size:.75rem;letter-spacing:.15em;font-weight:600;line-height:1.5;display:flex;align-items:center;gap:12px}.tiny-line{display:inline-block;width:24px;height:1px;background:currentColor}.hero .eyebrow{color:#315f6e;margin:0 0 28px}.hero h1{font-size:clamp(3.7rem,6.5vw,6.2rem);line-height:1.02;letter-spacing:-.065em;font-weight:550;margin:0 0 28px}.hero h1 em{letter-spacing:-.055em;color:#246477}.hero-copy{color:#345966;max-width:440px;font-size:1.0625rem;line-height:1.65;margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:56px;padding:16px 24px;border-radius:100px;text-decoration:none;font-size:.9375rem;font-weight:550;transition:background .2s,transform .2s}.button:hover{transform:translateY(-3px)}.button-cyan{background:#103f4c;color:#fff}.button-cyan:hover{background:#226477}.button span{font-size:1.25rem}.hero-bottom{position:absolute;bottom:27px;left:6%;right:6%;display:flex;justify-content:space-between;gap:20px;align-items:center;color:#335f6e;font-size:.75rem;letter-spacing:.1em}.hero-bottom a{display:grid;place-items:center;width:42px;height:42px;flex-shrink:0;border:1px solid #608a9980;border-radius:50%;font-size:24px;text-decoration:none}
.forecast-card{position:absolute;right:7%;bottom:140px;width:284px;background:#ffffffbd;backdrop-filter:blur(16px);border:1px solid white;border-radius:24px;padding:28px;box-shadow:0 18px 80px #22648012}.forecast-label{font-size:.75rem;letter-spacing:.08em;color:#4c6b78;line-height:1.6;display:block}.forecast-number{font-size:5.8rem;line-height:1.2;font-weight:500;letter-spacing:-.06em;margin:12px 0}.forecast-number span{font-size:1rem;letter-spacing:0}.forecast-card p{font-size:1rem;line-height:1.5}.forecast-scale{display:flex;gap:9px;align-items:end;height:37px;margin:18px 0 12px}.forecast-scale i{height:18px;width:4px;border-radius:4px;background:#b9d7e4}.forecast-scale i:nth-child(n+6){height:25px;background:#7bc2d5}.forecast-scale i:nth-child(n+9){height:35px;background:#00b9c9}.forecast-foot{font-size:.8125rem;color:#3d6472}
.context-strip{display:flex;align-items:center;justify-content:center;gap:0;padding:26px 5%;background:#e9f5f9;border-bottom:1px solid #d9eaf0}.context-strip span{font-size:.8125rem;letter-spacing:.01em;padding:0 36px;text-align:center}.context-strip span+span{border-left:1px solid #bdd4de}
.section{padding:110px 6%}.section-label{display:flex;align-items:center;gap:14px;font-size:.75rem;letter-spacing:.14em;font-weight:600;margin-bottom:34px;line-height:1.6;color:#4b6c7a}.section-label>span{color:#277a91;letter-spacing:0;border:1px solid #c6dbe4;display:inline-flex;align-items:center;justify-content:center;min-width:30px;min-height:30px;border-radius:50%;font-size:.75rem}
h2{font-size:clamp(2.5rem,4vw,4rem);line-height:1.1;letter-spacing:-.05em;font-weight:550}h2 em{color:#3c7789;letter-spacing:-.035em}.section-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:end;margin-bottom:56px}.section-heading>p{max-width:400px;font-size:1.0625rem;color:var(--muted);justify-self:end;padding-bottom:4px}.section-heading>*{min-width:0}
.garden-story{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:stretch}.garden-photo{position:relative;overflow:hidden;border-radius:24px;min-height:550px;isolation:isolate}.garden-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:56% center;z-index:-2}.garden-photo:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,#051f31cc);z-index:-1}.garden-photo figcaption{position:absolute;bottom:28px;left:28px;right:28px;color:#fff;font-family:Georgia,serif;font-style:italic;font-size:1.375rem;line-height:1.5}.steps{padding:4px 0}.steps article{padding:27px 0 30px}.steps article+article{border-top:1px solid var(--line)}.steps article:first-child{padding-top:8px}.steps article:last-child{padding-bottom:8px}.step-number{display:block;font-size:.75rem;letter-spacing:.1em;color:#2d7b91;margin-bottom:14px}h3{font-size:1.55rem;line-height:1.25;letter-spacing:-.035em;font-weight:550;margin-bottom:12px}.steps p{font-size:1rem;color:var(--muted);max-width:420px}
.setup-section{background:#e1f0f7;display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.setup-copy{min-width:0}.setup-copy h2{margin-bottom:28px}.setup-copy>p{font-size:1.0625rem;color:#456875;max-width:420px;margin-bottom:30px}.text-link{display:inline-flex;align-items:center;gap:28px;font-size:.9375rem;font-weight:550;line-height:1.5;text-decoration:none;border-bottom:1px solid #91b2c0;padding:0 0 7px}.text-link:hover{color:#007f96}.connection{background:#ffffffad;border:1px solid #fff;border-radius:28px;padding:30px;min-width:0;box-shadow:0 25px 55px #3065820a}.connection-top{font-size:.75rem;letter-spacing:.1em;color:#557581;margin-bottom:24px;line-height:1.6}.connection ol{margin:0;padding:0;list-style:none;position:relative}.connection ol:before{content:"";position:absolute;left:22px;top:40px;bottom:40px;border-left:1px dashed #9fbdcb}.connection li{position:relative;display:flex;align-items:center;gap:18px;padding:18px 0;min-width:0}.connection-index{display:grid;place-items:center;flex-shrink:0;width:45px;height:45px;border:1px solid #c8dfe9;border-radius:50%;background:#f6fbfd;color:#3a758a;font-size:.75rem}.connection li>div{min-width:0}.connection strong{display:block;font-size:1.1875rem;font-weight:550;line-height:1.3;margin-bottom:4px;letter-spacing:-.02em}.connection li div>span{display:block;color:#4c707f;font-size:.875rem;line-height:1.5}.connection .connection-brand{border:1px solid #acd9e7;border-radius:18px;background:#e2f5fa;padding:20px 15px;margin:5px -15px}.connection-brand .connection-index{border-color:#8bccdb;background:#f0fbfd}.connection-brand img{width:45px;height:45px;object-fit:contain;margin-left:auto}.connection-foot{border-top:1px solid #c9dfe9;margin-top:20px;padding-top:20px;font-size:.8125rem;line-height:1.6;color:#55727e}
.requirements-list{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin:0 0 32px}.requirements-list>div{border-top:1px solid #9fc1d0;padding-top:24px;min-width:0}.requirements-list dt{font-size:1.1875rem;line-height:1.4;font-weight:550;margin-bottom:10px;letter-spacing:-.02em}.requirements-list dd{font-size:1rem;line-height:1.65;color:var(--muted);margin:0}.quiet-note{font-size:.8125rem;color:#607985;line-height:1.7;max-width:840px}
.launch-section{position:relative;isolation:isolate;overflow:hidden;margin:0 3%;border-radius:30px;background:#093e43;color:#fff;padding:80px 6.4%;min-height:620px}.rain-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;object-position:center}.launch-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#052f38db,transparent 90%);z-index:-1}.launch-content{max-width:580px}.launch-content .eyebrow{color:#b1e0e6;margin-bottom:30px}.launch-content h2{font-size:clamp(3rem,5.1vw,5rem);line-height:1.05;letter-spacing:-.05em;margin-bottom:30px}.launch-content h2 em{color:#b5e5ea}.launch-content>p:not(.eyebrow){font-size:1.0625rem;color:#e0eef0;max-width:380px;margin-bottom:30px}.button-light{color:#154d56;background:#f3fafb}.button-light:hover{background:#c9f4f7}
.faq-section{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;padding-top:120px;padding-bottom:120px}.faq-section>div{min-width:0}.faq-list{padding-top:7px}.faq-list details{border-top:1px solid #c1d5df}.faq-list details:last-child{border-bottom:1px solid #c1d5df}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:1.0625rem;font-weight:500;line-height:1.5;padding:24px 0;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{display:grid;place-items:center;width:26px;height:26px;flex-shrink:0;font-size:1.5rem;font-weight:300;transition:transform .2s;color:#3a7387}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list details p{font-size:1rem;line-height:1.7;color:var(--muted);padding:0 35px 24px 0}
.site-footer{padding:60px 6% 28px;background:#e6f1f7}.footer-main{display:flex;justify-content:space-between;align-items:center;gap:40px;margin-bottom:50px}.footer-main .brand{width:235px}.footer-main p{font-size:1.125rem;line-height:1.5;letter-spacing:-.02em}.footer-main p em{color:#3e7487}.back-top{display:inline-flex;align-items:center;gap:20px;text-decoration:none;font-size:.8125rem}.back-top span{display:grid;place-items:center;width:38px;height:38px;border:1px solid #a9c7d5;border-radius:50%;font-size:1.25rem}.footer-bottom{border-top:1px solid #c8dbe5;padding-top:22px;display:flex;justify-content:space-between;gap:18px;font-size:.75rem;color:#526f7d;line-height:1.6}.trademark-note{margin-top:12px;font-size:.75rem;color:#526f7d}
@keyframes sky-arrive{from{transform:scale(1.035)}to{transform:scale(1)}}
@media(min-width:1650px){.section{padding-left:max(6%,calc((100vw - 1440px)/2));padding-right:max(6%,calc((100vw - 1440px)/2))}.hero{padding-left:max(6%,calc((100vw - 1440px)/2))}.forecast-card{right:max(7%,calc((100vw - 1390px)/2))}}
@media(max-width:1100px){.site-header nav{gap:20px}.site-header{padding:10px 24px}.brand{width:185px}.section-heading{gap:50px}.garden-story{gap:40px;grid-template-columns:1fr 1fr}.setup-section{gap:40px}.connection{padding:25px}.requirements-list{gap:22px}.faq-section{gap:40px}.hero{min-height:890px}.forecast-card{right:5%;width:255px;padding:24px}.hero-copy{max-width:375px}}
@media(max-width:850px){.site-header nav{display:none}.hero{padding-top:160px;min-height:850px}.hero h1{font-size:4.7rem}.forecast-card{width:235px;right:4%;bottom:110px;padding:22px}.forecast-number{font-size:4.6rem}.forecast-label{font-size:.75rem;letter-spacing:.025em}.forecast-card p{font-size:.875rem}.hero-copy{max-width:330px;font-size:1rem}.context-strip span{padding:0 18px;font-size:.75rem}.section{padding:80px 6%}.section-heading{gap:30px;grid-template-columns:1fr 1fr}.section-heading>p{font-size:1rem}.garden-story{gap:30px;grid-template-columns:1fr 1fr}.garden-photo{min-height:520px}.garden-photo figcaption{font-size:1.2rem;left:22px;right:22px;bottom:22px}.setup-section{grid-template-columns:1fr;gap:40px}.setup-copy{display:grid;grid-template-columns:1fr 1fr;column-gap:35px}.setup-copy .section-label{grid-column:1/-1}.setup-copy h2{grid-row:2/4;margin:0}.setup-copy>p{font-size:1rem;margin-bottom:20px}.setup-copy .text-link{justify-self:start}.connection{width:100%;padding:30px;max-width:620px;justify-self:center}.requirements-list{grid-template-columns:1fr 1fr;gap:32px}.launch-section{min-height:560px;padding:65px 6.4%}.launch-content h2{font-size:3.8rem}.faq-section{grid-template-columns:1fr;gap:40px}.footer-main{gap:20px}.footer-main .brand{width:190px}.footer-main p{font-size:1rem}}
@media(max-width:600px){html{scroll-padding-top:20px}.site-header{inset:16px 5% auto;width:90%;min-height:64px;padding:9px 17px;gap:12px}.site-header .brand{width:145px}.site-header .header-link{font-size:.75rem;gap:7px;line-height:1.35}.header-link span{font-size:1rem}.hero{padding:129px 6% 90px;min-height:0}.hero h1{font-size:clamp(3rem,12vw,4.5rem);line-height:1.04;letter-spacing:-.06em}.hero .eyebrow{font-size:.75rem;letter-spacing:.055em;gap:9px;margin-bottom:24px}.tiny-line{width:16px;flex-shrink:0}.hero-copy{font-size:1rem;max-width:350px}.hero-photo{object-position:62% center}.hero:before{background:linear-gradient(90deg,#e3f3fbdb,#e3f3fb3d)}.button{font-size:.9375rem;min-height:54px;padding:15px 22px}.forecast-card{position:relative;inset:auto;width:100%;max-width:370px;margin-top:40px;padding:22px}.forecast-number{font-size:3.5rem;margin:9px 0}.forecast-number span{font-size:1rem}.forecast-card p{font-size:.9375rem;max-width:240px}.forecast-label{font-size:.75rem;letter-spacing:.06em}.forecast-scale{position:absolute;right:25px;top:61px;width:85px;gap:5px;margin:0}.forecast-foot{display:block;margin-top:15px;font-size:.8125rem}.hero-bottom{font-size:.75rem;letter-spacing:.04em;bottom:22px}.hero-bottom>span{max-width:220px;line-height:1.5}.hero-bottom a{width:36px;height:36px}.context-strip{flex-wrap:wrap;gap:11px 18px;padding:23px 6%}.context-strip span{font-size:.75rem;padding:0}.context-strip span+span{border:0}.section{padding:65px 6%}.section-label{margin-bottom:25px;letter-spacing:.12em}.section-label>span{font-size:.75rem}h2{font-size:2.6rem;line-height:1.12;letter-spacing:-.05em}.section-heading{grid-template-columns:1fr;gap:25px;margin-bottom:35px}.section-heading>p{justify-self:start;font-size:1rem}.garden-story{grid-template-columns:1fr;gap:28px}.garden-photo{min-height:380px}.garden-photo img{object-position:58% center}.garden-photo figcaption{font-size:1.25rem;max-width:250px}.steps{padding:0}.steps article{padding:24px 0}.steps article:first-child{padding-top:5px}.steps article:last-child{padding-bottom:0}.step-number{font-size:.75rem;margin-bottom:10px}h3{font-size:1.45rem}.setup-copy{display:block}.setup-copy h2{margin-bottom:25px}.setup-copy>p{margin-bottom:25px}.setup-section{gap:35px}.connection{padding:22px;border-radius:23px}.connection-top{font-size:.75rem;letter-spacing:.06em;margin-bottom:15px}.connection li{gap:13px;padding:18px 0}.connection strong{font-size:1.0625rem}.connection li div>span{font-size:.8125rem}.connection-index{width:36px;height:36px}.connection ol:before{left:18px}.connection .connection-brand{padding:20px 10px;margin:3px -10px}.connection-brand img{width:32px;height:32px}.connection-foot{font-size:.8125rem}.requirements-list{grid-template-columns:1fr 1fr;gap:26px 24px;margin-bottom:25px}.requirements-list>div{padding-top:19px}.requirements-list dt{font-size:1.0625rem}.requirements-list dd{font-size:1rem}.quiet-note{font-size:.8125rem}.launch-section{margin:0 4%;padding:50px 7%;min-height:570px;border-radius:24px}.launch-content .eyebrow{font-size:.75rem;letter-spacing:.075em;margin-bottom:26px}.launch-content h2{font-size:3.2rem;margin-bottom:25px}.launch-content>p:not(.eyebrow){font-size:1rem;max-width:290px}.launch-section:before{background:linear-gradient(90deg,#052f38ed,#052f3866)}.rain-photo{object-position:60% center}.faq-section{gap:32px}.faq-list summary{font-size:1rem;gap:17px;padding:22px 0}.faq-list details p{padding-right:0}.site-footer{padding:42px 6% 25px}.footer-main{display:grid;grid-template-columns:1fr auto;gap:22px;margin-bottom:30px}.footer-main .brand{width:190px;grid-column:1/-1}.footer-main p{font-size:1rem}.back-top{font-size:.75rem;gap:10px}.back-top span{width:30px;height:30px}.footer-bottom{flex-direction:column;gap:8px;padding-top:19px;font-size:.75rem}.trademark-note{font-size:.75rem;margin-top:15px}}
@media(max-width:359px){.site-header .brand{width:124px}.site-header{padding:9px 13px}.hero h1{font-size:2.85rem}.hero .eyebrow{font-size:.75rem;letter-spacing:0}.forecast-card{padding:20px}.forecast-scale{right:20px;width:62px;gap:4px}.requirements-list{grid-template-columns:1fr}.launch-content h2{font-size:2.8rem}.connection-brand img{display:none}.back-top{gap:7px}.footer-main{column-gap:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Preserve the original pergola photograph as a generous landscape. */
.garden-story{display:block}.garden-photo{min-height:0;aspect-ratio:1.94}.garden-photo img{object-position:center}.garden-photo figcaption{font-size:1.75rem;bottom:32px;left:35px}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;padding:36px 0 0}.steps article,.steps article:first-child,.steps article:last-child{padding:0}.steps article+article{border:0;border-left:1px solid var(--line);padding-left:35px}.steps h3{font-size:1.45rem}.steps p{font-size:1rem}
@media(max-width:850px){.steps{gap:25px}.steps article+article{padding-left:25px}.steps h3{font-size:1.3rem}.garden-photo{aspect-ratio:1.7}.garden-photo figcaption{font-size:1.4rem;left:25px;bottom:25px}}
@media(max-width:600px){.garden-photo{aspect-ratio:1.36;min-height:0;border-radius:20px}.garden-photo img{object-position:63% center}.garden-photo figcaption{font-size:1.25rem;left:21px;right:21px;bottom:21px;max-width:260px}.steps{display:block;padding-top:28px}.steps article,.steps article:first-child,.steps article:last-child{padding:23px 0}.steps article:first-child{padding-top:0}.steps article:last-child{padding-bottom:0}.steps article+article{border:0;border-top:1px solid var(--line);padding-left:0}.steps h3{font-size:1.45rem}}

/* Text enlargement retains readable wrapping within every section. */
h1,h2,h3,.connection strong{overflow-wrap:anywhere;hyphens:auto}.header-link{min-width:0}.site-header>a{min-width:0}.hero-inner,.steps article,.launch-content{min-width:0}.button{max-width:100%;overflow-wrap:anywhere}.forecast-number{overflow-wrap:anywhere}.forecast-number span{display:inline-block}
@media(max-width:600px){.site-header .brand{max-width:47%;flex-shrink:1}.site-header .header-link{max-width:45%;overflow-wrap:anywhere}.site-header .header-link span{flex-shrink:0}.forecast-scale{display:none}.forecast-number{margin:12px 0}.hero h1{hyphens:auto}.connection-brand img{flex-shrink:0}.footer-main{grid-template-columns:minmax(0,1fr) auto}.back-top{max-width:100%;min-width:0;flex-wrap:wrap}}

p,dd,dt,figcaption,summary,.connection li div>span{overflow-wrap:anywhere;hyphens:auto}.faq-list summary>span{width:1.65rem;height:1.65rem}.back-top span{min-width:1.7rem;min-height:1.7rem}
@media(max-width:600px){.site-header{position:relative;inset:auto;margin:16px 5% -84px}.requirements-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,9rem),1fr))}}

.hero-copy{hyphens:manual}
