:root{--ink:#173e39;--cream:#faf8f1;--sage:#e4ede3;--gold:#b38246;--muted:#526962}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit}header,main,footer{max-width:1280px;margin:auto}header{display:flex;justify-content:space-between;align-items:center;padding:28px 56px;border-bottom:1px solid #d9e1d7}.brand{font-family:Georgia,serif;font-size:25px;text-decoration:none;line-height:1.2}.brand span{font:10px/1.6 Arial,sans-serif;letter-spacing:2px;display:block;margin-top:8px}.nav-link{text-decoration:none;font-size:14px}.nav-link span{padding-left:14px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:76px 56px 90px;align-items:center}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;margin:0 0 24px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;line-height:1.08;letter-spacing:-1.8px}h1{font-size:clamp(48px,5.5vw,76px);margin-bottom:28px}em{font-weight:400;color:#6b795c}h2{font-size:46px;margin-bottom:24px}h3{font-size:19px;font-weight:500;margin-bottom:7px}.lead{font-size:19px;max-width:470px;line-height:1.65}.description{color:var(--muted);max-width:420px;margin-bottom:27px}.button{background:var(--ink);color:white;display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:18px 24px;text-decoration:none;border:0;border-radius:3px;font-size:16px;font-weight:600;line-height:1.5;cursor:pointer;transition:background .2s}.button:hover{background:#2c544a}.micro{font-size:13px;color:var(--muted);margin:15px 0 0}.product-art{height:565px;background:#e7eadd;position:relative;border-radius:48% 48% 4px 4px}.cover{position:absolute;width:62%;height:auto;left:9%;top:85px;transform:rotate(-7deg);box-shadow:12px 20px 35px #173e392b}.calendar-sheet{position:absolute;width:57%;height:auto;right:1%;top:129px;transform:rotate(10deg);box-shadow:7px 15px 24px #173e3925}.art-label,.art-caption{position:absolute;left:0;right:0;text-align:center}.art-label{top:38px;font-size:10px;letter-spacing:2px}.art-caption{bottom:23px;font-family:Georgia,serif;font-size:16px}.included{padding:76px 56px;background:var(--ink);color:var(--cream);display:grid;grid-template-columns:1fr 1fr;gap:85px}.included em{color:#c7c8aa}.section-heading>p:last-child{color:#d3ded4;max-width:360px}.features article{display:flex;gap:24px;padding:20px 0;border-bottom:1px solid #ffffff26}.features article:first-child{padding-top:0}.features article:last-child{border:0}.features article>span{color:#cbb78b;font-family:Georgia,serif;font-size:20px}.features p{font-size:15px;color:#d5dfd5;margin-bottom:0;line-height:1.6}.peek{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center;padding:90px 90px}.preview-image{background:#e4e8dd;padding:34px 50px;transform:rotate(-2deg)}.preview-image img{display:block;width:100%;height:auto;box-shadow:0 6px 20px #173e3920}.peek-copy p{color:var(--muted)}.peek-copy .eyebrow{color:var(--ink)}.caption{font-size:13px;color:var(--muted)}.purchase{margin:0 56px;padding:64px;background:#e4ede3;display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center;border-radius:4px}.purchase>div>p:not(.eyebrow){font-size:17px}.purchase .cost-context{font-size:14px!important;color:var(--muted);max-width:360px}.order{background:var(--cream);padding:32px;border:1px solid #ccd6c8}.price{font-size:55px;font-family:Georgia,serif;line-height:1.2}.price span{font:13px Arial,sans-serif;margin-left:14px;color:var(--muted)}ul{list-style:none;padding:0;margin:24px 0}li{margin-bottom:9px;font-size:15px}li:before{content:'✓';margin-right:11px;color:#507653}.checkout{width:100%;justify-content:center}.checkout:disabled{cursor:not-allowed;background:#526962}.checkout-note{font-size:13px;text-align:center;margin:12px 0;color:var(--muted)}.format{font-size:12px;text-align:center;border-top:1px solid #d9e1d7;padding-top:18px;color:var(--muted);margin-bottom:0}.questions{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;padding:84px 56px}.questions h2{font-size:34px}details{border-bottom:1px solid #d4ddd1;padding:18px 0}details:first-child{padding-top:0}summary{font-size:16px;cursor:pointer;padding-right:12px}details p{font-size:15px;color:var(--muted);margin:16px 0}footer{border-top:1px solid #d9e1d7;padding:32px 56px 40px;display:flex;justify-content:space-between;gap:30px}footer p{font-size:12px;color:var(--muted);max-width:360px;margin:0}footer .brand{font-size:21px}footer .brand span{font-size:9px}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--gold);outline-offset:5px}@media(min-width:1400px){.hero{gap:90px}}@media(max-width:900px){header{padding:24px}.hero{padding:48px 24px;gap:30px}.product-art{height:430px}.cover{top:95px}.calendar-sheet{top:115px}.art-label{font-size:9px}.art-caption{font-size:13px}.included,.peek{padding:50px 30px;gap:35px}h2{font-size:36px}.purchase{margin:0 24px;padding:32px;gap:30px}.order{padding:22px}.questions{padding:55px 24px;gap:30px}footer{padding:28px 24px}}@media(max-width:650px){header .brand{font-size:21px}.nav-link{font-size:13px}.hero{grid-template-columns:1fr;padding-top:40px;gap:38px}h1{font-size:55px}.lead{font-size:18px}.intro .button{width:100%}.micro{font-size:12px;text-align:center}.product-art{max-width:440px;width:100%;height:490px;margin:auto}.cover{width:60%;top:82px}.calendar-sheet{width:56%;top:113px;right:3%}.included,.peek,.purchase,.questions{grid-template-columns:1fr}.included{gap:25px;padding:44px 24px}.peek{padding:48px 24px;gap:40px}.preview-image{max-width:310px;margin:auto;padding:25px 35px}.peek h2{font-size:38px}.purchase{padding:28px 20px;gap:20px;margin:0 16px}.questions{gap:12px}.questions h2{font-size:31px}footer{flex-direction:column}.art-label{font-size:10px}.art-caption{font-size:14px}}@media(max-width:360px){h1{font-size:46px}.product-art{height:400px}.brand span{letter-spacing:1px}.nav-link span{padding-left:3px}.button{font-size:14px}.eyebrow{font-size:11px;letter-spacing:1.4px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Compact, overlapping product glimpse. */
.product-art{width:min(100%,340px);height:350px;margin:auto;border-radius:48% 48% 4px 4px}
.product-art .cover{width:52%;left:21%;top:74px;transform:rotate(-5deg);z-index:3}
.product-art .calendar-sheet,.product-art .toolkit-sheet{position:absolute;width:46%;height:auto;top:89px;box-shadow:5px 8px 18px #173e3920;filter:blur(1px)}
.product-art .calendar-sheet{right:8%;transform:rotate(12deg);z-index:2}
.product-art .toolkit-sheet{left:7%;transform:rotate(-17deg);z-index:1}
.product-art .art-label{top:26px;font-size:10px}.product-art .art-caption{bottom:20px;font-size:14px}
.purchase{margin-top:68px}
@media(max-width:650px){.product-art{width:min(100%,290px);height:310px}.product-art .cover{top:67px}.product-art .calendar-sheet,.product-art .toolkit-sheet{top:80px}.purchase{margin-top:40px}}

/* A hopeful opening and the everyday life beyond it. */
header nav{display:flex;gap:28px;align-items:center}
.hero{gap:46px;padding-bottom:64px}
.hero h1{font-size:clamp(46px,5vw,68px)}
.change-photo{margin:0;align-self:center}
.change-photo img{display:block;width:100%;height:480px;object-fit:cover;object-position:50% center;border-radius:46% 46% 4px 4px}
.change-photo figcaption{text-align:center;font:italic 19px Georgia,serif;margin-top:20px;color:var(--muted)}
.life{padding:26px 56px 76px}
.life-heading{max-width:650px;margin:0 auto 34px;text-align:center}
.life-heading p:last-child{max-width:570px;margin:0 auto;color:var(--muted);font-size:18px}
.life-scenes{margin:0}
.life-scenes img{display:block;width:100%;height:auto;border-radius:4px}
.life-scenes figcaption{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;text-align:center;font:19px/1.4 Georgia,serif;padding-top:20px}
.community{padding:76px 56px 4px;display:grid;grid-template-columns:1fr 1fr;gap:85px}
.community>div>p:not(.eyebrow){color:var(--muted);max-width:475px}
.coming-soon{display:inline-block;background:var(--sage);border:1px solid #c9d6c8;padding:9px 15px;border-radius:30px;font-size:14px;font-weight:600;margin:6px 0 12px}
.community-note{font-size:14px;color:var(--muted)}
.community-plans{border-left:1px solid #c9d6c8;padding-left:34px}
.community-plans article{margin-bottom:22px}
.community-plans article p{font-size:16px;color:var(--muted);margin-bottom:0}
@media(max-width:900px){.change-photo img{height:420px}.life{padding:24px 24px 50px}.community{padding:50px 30px 4px;gap:35px}.life-scenes figcaption{font-size:17px}}
@media(max-width:650px){header nav{gap:14px}.nav-link span{display:none}header .brand{font-size:20px}.brand span{font-size:9px;letter-spacing:1.2px}.hero{gap:30px}.hero h1{font-size:51px}.change-photo{width:100%;max-width:440px;margin:auto}.change-photo img{height:auto;aspect-ratio:1.15;object-fit:cover}.life-heading{text-align:left}.life-heading h2{font-size:36px}.life-scenes img{min-height:175px;object-fit:cover}.life-scenes figcaption{font-size:15px;gap:10px}.community{grid-template-columns:1fr;padding:44px 24px 4px;gap:26px}.community-plans{padding-left:0;border-left:0;border-top:1px solid #c9d6c8;padding-top:26px}}
@media(max-width:380px){header{padding:22px 16px}header nav{gap:10px}.nav-link{font-size:12px}header .brand{font-size:18px}.hero h1{font-size:44px}}
