:root{--blue:#2c46ce;--ink:#202b31;--muted:#52616b;--line:#dce0e5;--paper:#fff;--soft:#f2f4fa;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65;color:var(--ink)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid #d96925;outline-offset:6px}a:hover{color:var(--blue)}.skip{position:absolute;top:-100px;background:#fff;padding:12px;z-index:10}.skip:focus{top:0}.announcement{background:var(--blue);color:white;text-align:center;padding:8px 20px;font-size:.875rem;letter-spacing:.015em}header{border-bottom:1px solid var(--line)}.nav-wrap{max-width:1440px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:23px 5.5%}.wordmark{font-family:var(--serif);font-size:2.65rem;letter-spacing:-.075em;font-weight:bold;line-height:1}.wordmark span{display:none}nav{display:flex;gap:30px;font-size:.9rem}.nav-free{font-size:.9rem;font-weight:600;border-bottom:1px solid var(--ink);padding-bottom:4px}.nav-free span{margin-left:10px}.hero{max-width:1440px;margin:auto;display:grid;grid-template-columns:1fr 1fr;min-height:590px}.hero-copy{padding:66px 9% 60px 11%}.eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.15em;margin-bottom:20px}.hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(3.2rem,5.7vw,5.5rem);letter-spacing:-.055em;line-height:1.04;margin:0 0 28px}.hero h1 em{font-weight:400;color:var(--blue)}.hero p{color:var(--muted);line-height:1.8;margin:0 0 28px}.hero-actions{display:flex;align-items:flex-start;gap:18px;flex-direction:column}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;padding:15px 25px;min-height:51px;background:var(--blue);color:white;font-size:.94rem;font-weight:600;transition:background .2s,transform .2s;border:1px solid transparent}.button:hover{background:#1c32a1;color:#fff;transform:translateY(-2px)}.quiet-link{font-size:.88rem;text-decoration:underline;text-underline-offset:5px}.hero-note{font-size:.78rem;margin-top:38px;color:var(--muted)}.hero-note span{padding:0 6px}.hero-photo{position:relative;background:#dce4f4;min-height:580px;overflow:hidden}.hero-photo>img{height:100%;width:100%;object-fit:cover}.photo-caption{position:absolute;bottom:24px;left:30px;right:30px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:20px 25px;font-family:var(--serif);font-style:italic;font-size:1.2rem}.caption-mark{font-size:2.4rem;font-weight:bold;font-style:normal;line-height:1;color:var(--blue)}.section{max-width:1440px;margin:auto;padding:76px 5.5%}.section-heading{display:flex;justify-content:space-between;gap:35px;align-items:flex-end;margin-bottom:35px}.section-heading h2,h2{font-family:var(--serif);font-size:clamp(2.1rem,3.2vw,3.25rem);font-weight:400;line-height:1.15;letter-spacing:-.045em;margin:0 0 20px}.section-heading .eyebrow{margin-bottom:15px}.section-heading h2{margin-bottom:0}.section-heading p{font-size:.94rem;color:var(--muted);margin:0 0 5px}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.product-image{height:355px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.blue{background:#e3eafd}.rose{background:#f3e6e5}.green{background:#e3eeeb}.product-image img{height:280px;width:auto;box-shadow:0 16px 26px #17203325;transform:rotate(-5deg);transition:transform .3s}.product-card:nth-child(2) .product-image img{transform:rotate(5deg)}.product-image:hover img{transform:rotate(0) translateY(-6px)}.product-format{position:absolute;bottom:14px;left:16px;background:white;padding:4px 10px;font-size:.75rem;font-weight:600}.product-meta{display:flex;justify-content:space-between;gap:12px;font-size:.79rem;margin:19px 0 7px;color:var(--muted)}.product-card h3{font-family:var(--serif);font-size:1.7rem;letter-spacing:-.035em;line-height:1.2;margin:0 0 8px;font-weight:400}.product-card p{font-size:.9rem;color:var(--muted);margin:0 0 15px}.text-link{font-size:.9rem;border-bottom:1px solid currentColor;padding-bottom:4px;display:inline-block}.sample-band{background:var(--blue);color:white;padding:65px max(5.5%,calc((100vw - 1280px)/2));display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:center;overflow:hidden}.sample-band .eyebrow{color:#d7dfff}.sample-band h2{font-size:clamp(2.1rem,3.4vw,3.3rem)}.sample-band p{color:#e0e5ff}.button.light{background:#fff;color:var(--blue)}.button.light:hover{background:#e7ecff}.small{font-size:.82rem;color:var(--muted)}.sample-band .small{margin-bottom:0}.sample-preview{width:240px;justify-self:center;transform:rotate(8deg);box-shadow:0 20px 30px #00135560}.sample-preview img{width:100%}.approach{display:grid;grid-template-columns:1fr 1fr;gap:90px}.approach p{color:var(--muted);font-size:.94rem}.principles>div{display:flex;gap:24px;border-top:1px solid var(--line);padding:23px 0}.principles>div>span{font-family:var(--serif);font-size:1.4rem;color:var(--blue)}.principles h3{font-size:1.05rem;margin:0 0 7px}.principles p{margin:0}footer{background:#f2f4f8;padding:48px 5.5% 22px}footer>div{max-width:1280px;margin:auto}.footer-top{display:flex;justify-content:space-between;gap:40px}.footer-top .wordmark{font-size:2.6rem}.footer-top p{font-size:.9rem;color:var(--muted)}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 60px;font-size:.88rem}.footer-bottom{border-top:1px solid #d7dce4;display:flex;justify-content:space-between;gap:20px;margin-top:40px;padding-top:20px;font-size:.77rem;color:var(--muted)}.breadcrumbs{max-width:1280px;margin:24px auto;padding:0 20px;font-size:.85rem;color:var(--muted)}.product-detail{max-width:1280px;margin:auto;padding:16px 20px 50px;display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}.detail-visual{display:flex;flex-direction:column;align-items:center;gap:30px;padding:50px 35px}.detail-visual img{max-height:570px;box-shadow:0 16px 28px #17203328;width:auto}.detail-visual>span{font-size:.8rem;text-align:center}.detail-copy h1{font-family:var(--serif);font-size:clamp(2.6rem,3.8vw,4rem);font-weight:400;letter-spacing:-.045em;line-height:1.08;margin:0 0 20px}.lead{font-size:1.15rem;line-height:1.7;color:var(--muted)}.detail-copy .lead{font-size:1.02rem}.price{font-size:1.8rem;margin:22px 0 13px}.price span{font-size:.85rem;color:var(--muted);margin-left:12px}.file-tags{display:flex;gap:8px;flex-wrap:wrap}.file-tags span{background:#f1f3f7;font-size:.78rem;padding:6px 11px}.launch-notice{background:#f4f5fb;border-left:3px solid var(--blue);padding:20px;margin:22px 0}.launch-notice p{font-size:.9rem;margin:7px 0 15px;color:var(--muted)}.launch-notice .button{font-size:.85rem;padding:12px 18px}.small-heading{font-family:Arial,sans-serif;font-size:1.07rem;letter-spacing:0;font-weight:600;margin:26px 0 15px}.check-list{list-style:none;padding:0;margin:18px 0 28px}.check-list li{position:relative;padding-left:24px;margin:11px 0;font-size:.94rem}.check-list li::before{content:'✓';position:absolute;left:0;color:var(--blue)}.product-info{display:grid;grid-template-columns:1fr 1fr;gap:90px;border-top:1px solid var(--line)}.product-info ol{padding-left:24px}.product-info li{padding:7px 0 7px 8px}.product-info p,.product-info li{color:var(--muted)}.specs h3{margin:0 0 20px}.specs dl{margin:0}.specs dt{font-size:.86rem;font-weight:700;border-top:1px solid var(--line);padding-top:15px}.specs dd{font-size:.89rem;margin:4px 0 18px;color:var(--muted);overflow-wrap:anywhere}.inside{background:#f7f8fb}.page-previews{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.page-previews img{box-shadow:0 7px 15px #10203015;border:1px solid var(--line)}.page-previews span{display:block;font-size:.83rem;margin-top:13px}.editorial{max-width:1100px;min-height:55vh}.editorial>h1{font-family:var(--serif);font-size:clamp(2.7rem,4.6vw,4.5rem);font-weight:400;line-height:1.07;letter-spacing:-.055em;max-width:800px;margin:0 0 40px}.editorial>p{max-width:780px;color:var(--muted)}.editorial>h2{font-size:2rem;margin-top:42px}.editorial .button{margin-top:15px}.free-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:70px}.free-sheet{border:1px solid var(--line);box-shadow:0 12px 30px #16213317}.free-grid h2{font-size:2rem;margin-top:35px}.free-grid li{margin-bottom:10px}.free-grid p{color:var(--muted)}.faq details{border-top:1px solid var(--line);padding:22px 0}.faq summary{cursor:pointer;font-size:1.05rem;display:flex;justify-content:space-between;gap:20px;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary span{font-size:1.5rem;color:var(--blue);line-height:1}.faq details[open] summary span{transform:rotate(45deg)}.faq p{color:var(--muted);max-width:820px;margin-bottom:0}
@media(min-width:1600px){.sample-band{padding-left:calc((100vw - 1250px)/2);padding-right:calc((100vw - 1250px)/2)}}
@media(max-width:1000px){.nav-wrap{padding:20px 4%;gap:20px}nav{gap:18px}.hero-copy{padding:50px 8%}.hero{min-height:530px}.hero-photo{min-height:530px}.hero h1{font-size:4.2rem}.hero-note{font-size:.75rem}.product-image{height:285px}.product-image img{height:230px}.product-meta{flex-direction:column;gap:1px}.product-card h3{font-size:1.5rem}.approach{gap:45px}.section{padding:58px 5%}.product-detail,.product-info{gap:35px}.free-grid{gap:35px}.footer-links{gap:10px 25px}}
@media(max-width:720px){.announcement{font-size:.76rem;padding:8px 12px}.nav-wrap{padding:18px 5%;flex-wrap:wrap;gap:17px}.wordmark{font-size:2.35rem}nav{order:3;width:100%;justify-content:space-between;gap:12px;font-size:.83rem}.nav-free{font-size:.8rem}.hero{grid-template-columns:1fr}.hero-copy{padding:45px 6% 38px}.hero h1{font-size:clamp(3.5rem,13vw,5rem)}.hero p{font-size:.95rem}.hero-note{font-size:.76rem;margin-top:27px}.hero-photo{min-height:350px;height:350px}.hero-photo>img{object-position:center 55%}.photo-caption{left:22px;right:22px;bottom:22px;padding:15px 18px;font-size:1.05rem}.caption-mark{font-size:2rem}.section{padding:48px 6%}.section-heading{display:block}.section-heading p{margin-top:20px}.products{grid-template-columns:1fr;gap:38px}.product-image{height:360px}.product-image img{height:292px}.product-meta{flex-direction:row;margin-top:16px}.product-card h3{font-size:1.85rem}.sample-band{grid-template-columns:1fr;padding:45px 6%;gap:30px}.sample-band p br{display:none}.sample-preview{width:210px;margin-top:15px}.approach{grid-template-columns:1fr;gap:32px}.footer-top{display:block}.footer-links{margin-top:30px}.footer-bottom{flex-direction:column;gap:6px}.product-detail,.product-info,.free-grid{grid-template-columns:1fr}.product-detail{padding:12px 6% 35px;gap:35px}.detail-visual{padding:32px 30px}.detail-visual img{max-height:410px}.detail-copy h1{font-size:3rem}.detail-copy .eyebrow{margin-bottom:12px}.file-tags{gap:6px}.page-previews{grid-template-columns:1fr;gap:30px}.page-previews>a{max-width:380px;margin:auto}.editorial>h1{margin-bottom:30px}.free-sheet{max-width:320px;margin:auto}.eyebrow{font-size:.75rem}.breadcrumbs{font-size:.78rem;padding:0 6%}.price span{font-size:.8rem}.photo-caption,.button{max-width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
/* Expanded collection and editorial resources, using the existing Storelea palette. */
.sand{background:#f3ecdf}.lavender{background:#eee8f4}.products{row-gap:48px}.topic-links{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 34px}.topic-links a{border:1px solid var(--line);padding:8px 16px;border-radius:24px;font-size:.88rem;background:#fff}.topic-links a:hover{border-color:var(--blue);background:#f4f6ff}.catalog-heading{max-width:850px;margin-bottom:40px}.catalog-heading h1,.article-layout h1{font:400 clamp(2.6rem,4.6vw,4.5rem)/1.08 var(--serif);letter-spacing:-.05em;margin:0 0 26px}.guide-teaser{border-top:1px solid var(--line)}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.guide-card{border-top:2px solid var(--blue);padding:25px 0 10px}.guide-card .eyebrow{display:block;margin-bottom:16px}.guide-card h2,.guide-card h3{font:400 1.8rem/1.2 var(--serif);letter-spacing:-.025em;margin:0 0 18px}.guide-card p{font-size:.95rem;color:var(--muted)}.article-layout{max-width:980px}.article-layout .breadcrumbs{padding:0;margin:0 0 38px}.article-layout article{max-width:780px;margin:auto}.article-layout h1{font-size:clamp(2.4rem,4vw,3.65rem)}.article-body section{margin-top:38px}.article-body h2{font-size:1.9rem;line-height:1.2;letter-spacing:-.025em;margin-bottom:16px}.article-body p{font-size:1.05rem;line-height:1.85;color:var(--muted)}.related-resource{background:#f2f4fa;padding:34px;margin-top:48px;border-left:3px solid var(--blue)}.related-resource h2{font-size:2rem}.related-resource p{color:var(--muted)}.resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 36px}.resource-card{display:grid;grid-template-columns:140px 1fr;gap:26px;align-items:start}.resource-image{padding:12px;background:#edf0f7}.resource-image img{border:1px solid var(--line);box-shadow:0 6px 12px #17203315}.resource-card h2{font-size:1.8rem;margin-bottom:12px}.resource-card p{color:var(--muted);font-size:.94rem}.resource-card .eyebrow{font-size:.7rem;margin:6px 0 12px}
@media(max-width:1000px){.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-card{grid-template-columns:110px 1fr;gap:18px}}
@media(max-width:720px){.guide-grid,.resource-grid{grid-template-columns:1fr}.guide-card{padding-top:20px}.resource-card{grid-template-columns:110px 1fr}.resource-card h2{font-size:1.65rem}.catalog-heading .lead br{display:none}.related-resource{padding:26px}.article-body p{font-size:1rem}.article-layout h1{overflow-wrap:break-word}.topic-links{gap:8px}.topic-links a{padding:8px 12px;font-size:.82rem}}

.recovery-code{overflow-wrap:anywhere;display:block;margin:1rem 0}.recovery-input{width:100%;max-width:36rem;padding:.85rem}#order-recover{margin-top:2rem}
.contact-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(32px,6vw,90px);align-items:start}.contact-intro h1{font:400 clamp(2.8rem,5vw,4.6rem)/1.07 var(--serif);letter-spacing:-.05em;margin:0 0 28px}.contact-intro .lead{max-width:31rem}.contact-help{border-top:2px solid var(--blue);margin-top:32px;padding-top:22px}.contact-help h2{font-size:1.65rem;margin:0 0 12px}.contact-help p{color:var(--muted)}.contact-panel{min-width:0;border:1px solid var(--line);background:#fff}.contact-embed{display:block;width:100%;height:850px;border:0;background:#fff}.contact-panel-footer{padding:22px 26px;background:var(--soft);border-top:1px solid var(--line)}.contact-panel-footer p{margin:0 0 14px}.contact-panel-footer p:last-child{margin-bottom:0}.contact-panel-footer .small,.contact-intro .small{font-size:.875rem}.contact-panel-footer a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:850px){.contact-grid{grid-template-columns:1fr;gap:32px}.contact-intro h1{font-size:clamp(2.8rem,9vw,4.2rem)}.contact-intro .lead{max-width:100%}.contact-embed{height:900px}.contact-panel-footer{padding:20px}}

/* Native contact form; destination and site identity are not editable fields. */
.native-contact-form{padding:clamp(20px,4vw,32px);min-width:0}.contact-field{margin-bottom:22px}.contact-field label{display:block;font-size:.95rem;font-weight:600;margin-bottom:8px}.contact-field input,.contact-field textarea{box-sizing:border-box;width:100%;min-width:0;min-height:48px;padding:12px;border:1px solid #a9b5c4;border-radius:5px;font:inherit;color:inherit;background:#fff}.contact-field textarea{resize:vertical}.contact-field small,.contact-form-privacy{display:block;font-size:.875rem;line-height:1.6;color:var(--muted,#535b5f)}.contact-field small{margin-top:6px}.contact-field :is(input,textarea):focus-visible{outline:3px solid var(--blue,#3464c4);outline-offset:3px}.contact-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.native-contact-form button{min-height:48px;cursor:pointer}.contact-form-privacy{margin:0 0 22px}@media(max-width:600px){.native-contact-form button{width:100%}}
