:root{--cream:#f9f7f1;--cream-deep:#eef1f3;--ink:#2e3944;--ink-soft:#5f6b76;--sky:#a9c3d9;--sea:#5f83a3;--sea-deep:#3d5a77;--card:#fdfdfb;--line:#dee3e6}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}body{background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Avenir Next,Avenir,Seravek,Segoe UI,system-ui,sans-serif;line-height:1.6}.serif{font-family:Iowan Old Style,Palatino,Palatino Linotype,Book Antiqua,Georgia,serif}.label{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:600}.announce{background:var(--sea-deep);color:#f2f6f9;text-align:center;letter-spacing:.1em;text-transform:uppercase;padding:.55rem 1rem;font-size:.78rem}.announce b{color:#c7dcee;font-weight:700}nav{border-bottom:1px solid var(--line);background:var(--cream);z-index:50;justify-content:space-between;align-items:center;padding:1.1rem clamp(1.2rem,4vw,3rem);display:flex;position:sticky;top:0}.brand{letter-spacing:.01em;color:var(--ink);font-size:1.45rem;font-weight:400;text-decoration:none}.brand em{color:var(--sea-deep)}.nav-links{gap:1.8rem;list-style:none;display:flex}.nav-links a{color:var(--ink-soft);font-size:.86rem;font-weight:500;text-decoration:none}.nav-links a:hover,.nav-links a:focus-visible{color:var(--sea-deep)}@media (max-width:720px){.nav-links{display:none}}.btn{background:var(--ink);color:var(--cream);letter-spacing:.03em;cursor:pointer;border:none;border-radius:999px;padding:.75rem 1.7rem;font-family:inherit;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-block}.btn:hover{background:var(--sea-deep)}.btn.small{padding:.45rem 1.1rem;font-size:.8rem}.hero{position:relative}.hero img{object-fit:cover;object-position:50% 55%;width:100%;height:min(78vh,640px);display:block}.hero-card{background:#f9f7f1f0;border-radius:4px;max-width:460px;padding:clamp(1.4rem,3vw,2.4rem) clamp(1.6rem,3.5vw,2.8rem);position:absolute;bottom:clamp(1.2rem,6vh,3.4rem);left:clamp(1.2rem,5vw,4rem)}.hero-card .label{color:var(--sea)}.hero-card h1{text-wrap:balance;margin:.5rem 0 .7rem;font-size:clamp(1.9rem,4.5vw,2.9rem);font-weight:500;line-height:1.12}.hero-card h1 em{color:var(--sea-deep)}.hero-card p{color:var(--ink-soft);max-width:38ch;font-size:.95rem}.hero-card .btn{margin-top:1.2rem}section{padding:clamp(2.6rem,6vw,4.6rem) clamp(1.2rem,4vw,3rem)}.section-head{margin-bottom:2rem;justify-content:space-between;align-items:baseline;gap:1rem;max-width:1200px;margin-inline:auto;display:flex}.section-head h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:500}.section-head .label{color:var(--sea-deep)}.grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.6rem;max-width:1200px;margin-inline:auto;display:grid}.card{background:var(--card);border:1px solid var(--line);border-radius:6px;flex-direction:column;display:flex;overflow:hidden}.card .ph{position:relative;overflow:hidden}.card .ph img{aspect-ratio:1;object-fit:cover;width:100%;height:auto;transition:transform .35s;display:block}.card:hover .ph img{transform:scale(1.035)}.badge{background:var(--cream);letter-spacing:.1em;text-transform:uppercase;color:var(--ink);z-index:1;border-radius:999px;padding:.22rem .7rem;font-size:.66rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.badge.best{background:var(--sea);color:#fff}.badge.new{background:var(--sky);color:#fff}.badge.ship{border:1px solid var(--sky);color:var(--sea-deep);background:#eef4f9;left:auto;right:.75rem}.card-body{flex-direction:column;flex:1;gap:.3rem;padding:1rem 1.1rem 1.2rem;display:flex}.card-body h3{font-size:.98rem;font-weight:600;line-height:1.35}.card-body .blank{color:var(--ink-soft);font-size:.76rem}.price-row{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.6rem;display:flex}.price{font-size:1.02rem;font-weight:700}.swatches{gap:.35rem;margin-top:.35rem;display:flex}.sw{border:1px solid #0000001f;border-radius:50%;width:.85rem;height:.85rem}.feature{background:var(--sea-deep);color:#f2f6f9}.feature-inner{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(1.6rem,4vw,3.5rem);max-width:1100px;margin-inline:auto;display:grid}.feature-inner img{border-radius:6px;width:100%;height:auto;display:block}.feature .label{color:#c7dcee}.feature h2{text-wrap:balance;margin:.6rem 0 .9rem;font-size:clamp(1.6rem,3.2vw,2.3rem);font-weight:500;line-height:1.2}.feature p{color:#ccdbe8;max-width:48ch;font-size:.95rem}.feature .btn{color:var(--sea-deep);background:#f2f6f9;margin-top:1.2rem}.feature .btn:hover{background:#c7dcee}@media (max-width:760px){.feature-inner{grid-template-columns:1fr}}.props{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.4rem;max-width:1100px;margin-inline:auto;display:grid}.prop{background:var(--card);border:1px solid var(--line);border-radius:6px;padding:1.5rem 1.4rem}.prop .glyph{color:var(--sea);font-size:1.5rem}.prop h3{margin:.55rem 0 .3rem;font-size:1rem;font-weight:600}.prop p{color:var(--ink-soft);font-size:.86rem}.reviews{background:var(--cream-deep)}.review-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.4rem;max-width:1100px;margin-inline:auto;display:grid}.review{background:var(--card);border:1px solid var(--line);border-radius:6px;padding:1.4rem}.stars{color:var(--sea);letter-spacing:.15em;font-size:.85rem}.review p{margin:.6rem 0 .8rem;font-size:.92rem}.review cite{color:var(--ink-soft);font-size:.78rem;font-style:normal}.signup-wrap{background:var(--cream-deep)}.signup{text-align:center;max-width:560px;margin-inline:auto}.signup h2{text-wrap:balance;margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:500}.signup>p{color:var(--ink-soft);font-size:.94rem}.signup form{gap:.6rem;margin-top:1.3rem;display:flex}.signup input{border:1.5px solid var(--line);font:inherit;background:var(--card);color:var(--ink);border-radius:999px;flex:1;padding:.75rem 1.1rem;font-size:.9rem}.signup input:focus-visible{outline:2px solid var(--sea);outline-offset:1px}.signup .msg{color:var(--sea-deep);min-height:1.4em;margin-top:.9rem;font-size:.88rem;font-weight:600}.signup .msg.error{color:#b0565c}@media (max-width:520px){.signup form{flex-direction:column}}.meet{background:var(--cream-deep);border-top:1px solid var(--line)}.meet-inner{grid-template-columns:minmax(220px,4fr) 7fr;align-items:center;gap:clamp(1.6rem,4vw,3rem);max-width:1000px;margin-inline:auto;display:grid}.meet-photo img{aspect-ratio:4/5;object-fit:cover;border-radius:6px;width:100%;height:auto;display:block}.meet-copy .label{color:var(--sea-deep)}.meet-copy h2{text-wrap:balance;margin:.5rem 0 .9rem;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:500;line-height:1.2}.meet-copy p{color:var(--ink-soft);max-width:56ch;margin-bottom:.9rem;font-size:.95rem}.meet-copy .btn{margin-top:.4rem}@media (max-width:760px){.meet-inner{grid-template-columns:1fr}.meet-photo{max-width:360px}}.stripe-band{background:repeating-linear-gradient(135deg, #fff 0 12px, var(--sky) 12px 24px);border-block:1px solid var(--line);height:10px}footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2.2rem clamp(1.2rem,4vw,3rem);display:flex}footer .fine{color:var(--ink-soft);font-size:.78rem}footer .fine a{color:inherit}footer .brand{font-size:1.1rem}.about{max-width:1100px;margin-inline:auto}.about-grid{grid-template-columns:minmax(280px,5fr) 7fr;align-items:start;gap:clamp(1.8rem,4vw,3.5rem);display:grid}.about-photo{position:sticky;top:5.5rem}.about-photo img,.about-wide img{border-radius:6px;width:100%;height:auto;display:block}.about-copy h1{text-wrap:balance;margin:.5rem 0 1.1rem;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:500;line-height:1.15}.about-copy p{max-width:62ch;color:var(--ink);margin-bottom:1rem;font-size:.98rem}.about-signoff{color:var(--ink-soft);border-top:1px solid var(--line);margin-top:1.4rem;padding-top:1.1rem}.about-signoff .serif{color:var(--ink);font-size:1.05rem}@media (max-width:760px){.about-grid{grid-template-columns:1fr}.about-photo{max-width:420px;position:static}}.pullquote{background:var(--cream-deep);border-block:1px solid var(--line);text-align:center;padding:clamp(1.8rem,4vw,2.8rem) 1.2rem}.pullquote p{color:var(--sea-deep);text-wrap:balance;max-width:34ch;margin-inline:auto;font-size:clamp(1.15rem,2.4vw,1.55rem);font-style:italic}.about-wide{max-width:1100px;margin-inline:auto}.about-wide figcaption{text-align:center;color:var(--ink-soft);margin-top:.7rem;font-size:.82rem;font-style:italic}.about-cta .about-cta-buttons{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1.3rem;display:flex}.meet-link{color:var(--sea-deep);white-space:nowrap;font-size:.86rem;font-weight:600;text-decoration:none}.meet-link:hover{text-decoration:underline}.nav-actions{align-items:center;gap:.7rem;display:flex}.hamburger{cursor:pointer;background:0 0;border:none;margin:-.45rem;padding:.45rem;display:none}.hamburger-box{flex-direction:column;justify-content:center;gap:5px;width:22px;height:22px;display:flex}.hamburger-box span{background:var(--ink);border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .2s;display:block}.hamburger-box.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger-box.open span:nth-child(2){opacity:0}.hamburger-box.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{display:none}@media (max-width:720px){.hamburger{display:block}.mobile-menu{z-index:40;background:var(--cream);border-bottom:1px solid var(--line);opacity:0;visibility:hidden;pointer-events:none;max-height:calc(100dvh - 5rem);padding:.4rem 1.3rem 1.5rem;transition:transform .2s,opacity .2s,visibility .2s;display:block;position:absolute;top:100%;left:0;right:0;overflow-y:auto;transform:translateY(-8px);box-shadow:0 18px 30px -18px #2e394459}.mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mobile-menu ul{list-style:none}.mobile-menu li{border-bottom:1px solid var(--line)}.mobile-menu li a{color:var(--ink);padding:1rem .2rem;font-size:1.15rem;font-weight:500;text-decoration:none;display:block}.mobile-menu li a:active{color:var(--sea-deep)}.mobile-menu-etsy{text-align:center;margin-top:1.4rem;display:block}}@media (max-width:480px){.nav-etsy{display:none}}@media (max-width:640px){.hero{flex-direction:column;justify-content:flex-end;min-height:76vh;display:flex;overflow:hidden}.hero picture{display:block;position:absolute;inset:0}.hero img{object-position:50% 15%;height:100%}.hero-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#f9f7f1ed;border-radius:12px;max-width:none;margin:0 .9rem 1rem;padding:1.35rem 1.25rem 1.5rem;position:relative;bottom:auto;left:auto;box-shadow:0 10px 30px #2e39442e}.hero-card h1{margin:.35rem 0 .55rem}.hero-card p{font-size:.92rem}.hero-card .btn{margin-top:1rem}}@media (max-width:720px){#story{display:none}.section-head{flex-wrap:wrap}.announce{letter-spacing:.06em;font-size:.68rem}}
