@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/manrope-0.woff2) format("truetype")}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/manrope-1.woff2) format("truetype")}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/manrope-2.woff2) format("truetype")}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/manrope-3.woff2) format("truetype")}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/manrope-4.woff2) format("truetype")}:root{--font: Manrope, Arial, sans-serif;--brand: #68276b;--brand-hover: #502053;--ink: #301036;--body: #58495d;--muted: #817488;--surface: #ffffff;--tint: #f4f0f7;--line: #e3dbe7;--on-brand: #ffffff;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 96px;--space-10: 128px;--gutter: clamp(24px,4.5vw,80px);--container: 1320px;--container-pad: max(var(--gutter), calc((100vw - var(--container)) / 2));--display: clamp(44px,5.8vw,84px);--page-title: clamp(40px,4.5vw,64px);--heading: clamp(32px,3.2vw,44px);--subheading: clamp(24px,2.5vw,32px);--body-size: 18px;--large-body: 20px;--label: 14px;--button-height: 46px;--radius: 8px;--section-space: clamp(56px,6.6vw,104px);font-family:var(--font);color:var(--ink);background:var(--surface);font-synthesis:none}body{margin:0;min-width:0;overflow-x:hidden;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}a:hover{color:var(--brand)}img{max-width:100%;display:block}p{margin:0 0 var(--space-5);font-size:var(--body-size);line-height:1.65;color:var(--body)}h1,h2,h3{margin:0 0 var(--space-5);font-weight:500;letter-spacing:-.05em;line-height:1.14}h1{font-size:var(--display)}h2{font-size:var(--heading)}h3{font-size:var(--subheading)}button,a,summary,input,select,textarea{outline-offset:5px}:focus-visible{outline:2px solid var(--brand)}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.skip{position:fixed;top:-100px;left:16px;z-index:100;background:#fff;padding:16px}.skip:focus{top:16px}.content-width{width:100%;max-width:none;margin-inline:0}.section{padding:var(--section-space) var(--container-pad)}.eyebrow{font-size:var(--label);font-weight:600;letter-spacing:.22em;text-transform:uppercase;line-height:1.5;color:var(--brand);margin-bottom:var(--space-6)}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:var(--button-height);padding:10px 18px;font-size:14px;font-weight:600;line-height:1.4;border:1px solid var(--brand);border-radius:var(--radius);background:var(--brand);color:var(--on-brand);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease;white-space:nowrap}.button:hover{background:var(--brand-hover);border-color:var(--brand-hover);color:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #30103626}.button:active{transform:translateY(0);box-shadow:none}.button.outline,.button.secondary{background:transparent;color:var(--brand);border-color:#b79cbd}.button.outline:hover,.button.secondary:hover{background:var(--tint);border-color:var(--brand)}.button.light{background:#fff;color:var(--brand);border-color:#fff}.button.light:hover{background:#eee5f2;border-color:#eee5f2}.button.compact{font-size:14px;min-height:44px;padding:10px 16px;gap:8px}.text-link svg{width:17px;height:17px;flex-shrink:0}.text-link{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;line-height:1.5;color:var(--brand);border:0;background:none;padding:4px 0;text-decoration:none;text-underline-offset:6px;transition:color .18s ease,text-decoration-color .18s ease}.text-link:hover{text-decoration:underline;text-decoration-thickness:1px}.action-row{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-6);margin-top:var(--space-6)}.icon-button{display:grid;place-items:center;min-width:44px;height:44px;background:none;color:var(--brand);border:1px solid transparent;border-radius:var(--radius);transition:background .18s ease,border-color .18s ease,transform .18s ease}.icon-button:hover{background:var(--tint);border-color:var(--line);transform:translateY(-1px)}.site-header{min-height:96px;padding:14px var(--container-pad);display:flex;align-items:center;gap:var(--space-6);position:relative;background:#fff;z-index:10;border-bottom:1px solid #f2edf5}.brand{display:block;width:200px;flex-shrink:0;margin-right:auto}.brand img{width:100%;height:auto}nav{display:flex;align-items:center;gap:20px;margin-left:auto}nav a{font-size:16px;font-weight:600;white-space:nowrap;position:relative;padding:10px 0;transition:color .18s ease,transform .18s ease}nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--brand);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}nav a:hover{color:var(--brand);transform:translateY(-1px)}nav a:hover:after,nav a[aria-current]:after{transform:scaleX(1)}.header-actions{display:flex;gap:16px;align-items:center}.menu{display:none}.editorial-hero{position:relative;background:#f7f4f9;isolation:isolate;overflow:hidden}.hero-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-1}.hero-inner{width:100%;padding:clamp(88px,9vw,140px) var(--container-pad) 72px;min-height:clamp(670px,59vw,850px);max-width:none;display:flex;align-items:center}.hero-copy{width:58%;max-width:760px}.hero-copy .eyebrow{font-size:13px;letter-spacing:.16em;margin-bottom:var(--space-6)}.hero-copy h1{line-height:1.07;font-weight:500;margin-bottom:var(--space-6)}.hero-summary{font-size:var(--large-body);line-height:1.5;max-width:560px;margin-bottom:var(--space-7)}.hero-caption{font-size:14px;color:var(--muted);margin:var(--space-7) 0 0}.solution-section{padding-top:var(--space-7);padding-bottom:var(--space-7)}.solution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-7)}.solution-grid article{display:flex;flex-direction:column;position:relative}.solution-grid article+article:before{content:"";position:absolute;left:calc(-1 * var(--space-5));top:0;bottom:0;width:1px;background:var(--line)}.solution-grid .eyebrow{letter-spacing:.08em;margin-bottom:var(--space-4)}.solution-grid h2{font-size:var(--subheading);max-width:390px;margin-bottom:var(--space-4)}.solution-grid p:not(.eyebrow){max-width:360px;margin-bottom:var(--space-4)}.solution-grid .text-link{margin-top:auto;margin-bottom:var(--space-6);align-self:flex-start}.solution-grid img{width:100%;height:260px;object-fit:cover}.solution-grid article:nth-child(2) img{object-position:center 60%}.store-section{background:var(--brand);color:#fff;padding-top:var(--space-8);padding-bottom:var(--space-8)}.store-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:var(--space-7);align-items:center}.store-copy .eyebrow{color:#e6cfeb;margin-bottom:var(--space-5)}.store-copy h2{font-size:var(--heading);margin-bottom:var(--space-4)}.store-copy>p:not(.eyebrow){color:#eddfef;max-width:430px;font-size:18px}.store-copy .button{margin-top:var(--space-2)}.store-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-2)}.store-preview figure{margin:0;min-width:0}.store-preview img{background:#f7f3f8;width:100%;height:250px;object-fit:contain}.store-preview figcaption{font-size:14px;text-align:center;line-height:1.5;color:#f0e2f3;margin-top:var(--space-4)}.story-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:var(--space-8);align-items:center}.story-layout>div:first-child>p:not(.eyebrow){max-width:510px;font-size:18px}.story-layout h2{font-size:var(--heading)}.story-layout .text-link{margin-top:var(--space-5)}.story-visual{display:grid;grid-template-columns:1fr 120px;align-items:stretch;background:var(--tint)}.story-visual img{width:100%;height:430px;object-fit:cover;object-position:42% center}.vertical-caption{margin:0;padding:var(--space-6) var(--space-5);align-self:center;font-size:11px;letter-spacing:.24em;text-transform:uppercase;line-height:2;color:#96789d}.page-hero{background:var(--tint)}.page-hero h1{font-size:var(--page-title);max-width:900px;margin-bottom:var(--space-6)}.page-hero p:not(.eyebrow){font-size:var(--large-body);max-width:730px;margin-bottom:0}.page-hero .action-row{margin-top:var(--space-7)}.editorial{max-width:none;margin-inline:0}.editorial>p:not(.eyebrow){font-size:18px;max-width:750px}.editorial .button{margin-top:var(--space-4)}.guide-blocks{display:grid;gap:var(--space-6);margin-block:var(--space-7);max-width:750px}.guide-blocks h3{font-size:clamp(21px,2.2vw,28px);line-height:1.3;margin-bottom:var(--space-3)}.guide-blocks p{margin:0}.guide-links{display:flex;flex-wrap:wrap;gap:var(--space-4) var(--space-6)}.guide-links a,.guide-source a{color:var(--brand);text-decoration:underline;text-underline-offset:4px}.decision-guide .guide-source{font-size:14px;line-height:1.6}.stock{max-width:none;margin-inline:0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:var(--space-6)}.section-heading h2{margin:0}.section-heading .eyebrow{margin-bottom:var(--space-5)}.stock-note{font-size:14px;max-width:720px;margin:var(--space-5) 0 var(--space-7)}.stock-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-7) var(--space-5)}.product{border-bottom:1px solid var(--line);padding-bottom:var(--space-5);display:flex;flex-direction:column}.product img{width:100%;height:330px;object-fit:contain;background:var(--tint);transition:transform .25s ease}.product>a:first-child:hover img{transform:scale(1.018)}.product h3{font-size:16px;letter-spacing:-.02em;font-weight:600;margin:var(--space-5) 0 var(--space-2)}.product p{font-size:14px;line-height:1.5;margin-bottom:var(--space-4)}.product .text-link{font-size:14px;margin-top:auto;align-self:start}.faq{display:grid;grid-template-columns:1fr 1.3fr;gap:var(--space-8);background:var(--tint)}.faq details{border-bottom:1px solid var(--line)}.faq summary{font-weight:600;font-size:16px;line-height:1.5;padding:var(--space-5) 0;cursor:pointer;transition:color .18s ease}.faq summary:hover{color:var(--brand)}.faq details p{margin-bottom:var(--space-5)}.content-intro{max-width:780px;margin-bottom:var(--space-8)}.content-intro h2{max-width:720px}.content-intro>p:not(.eyebrow){max-width:760px}.faq-hub{background:var(--tint)}.faq-topics{display:grid;gap:var(--space-7)}.faq-topic{background:var(--surface);padding:var(--space-7);border-top:3px solid var(--brand)}.faq-topic .eyebrow{margin-bottom:var(--space-4)}.faq-topic h2{font-size:var(--subheading);max-width:650px}.faq-topic-answers{margin-bottom:var(--space-6)}.faq-topic details{border-bottom:1px solid var(--line)}.faq-topic summary{font-weight:600;font-size:16px;line-height:1.5;padding:var(--space-5) 0;cursor:pointer;transition:color .18s ease}.faq-topic summary:hover{color:var(--brand)}.faq-topic details p{font-size:16px;margin:0 0 var(--space-5);max-width:800px}.knowledge-section{background:var(--surface)}.knowledge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5)}.knowledge-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;background:var(--tint);border:1px solid var(--line);box-shadow:0 1px #30103608;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.knowledge-card:hover{transform:translateY(-4px);border-color:#b78ac1;box-shadow:0 18px 36px #30103614}.knowledge-card-link{display:flex;flex:1;flex-direction:column;color:inherit;text-decoration:none}.knowledge-card-link:focus-visible{outline:3px solid var(--brand);outline-offset:-3px}.knowledge-card-cover{position:relative;aspect-ratio:16/10;margin:0;overflow:hidden;background:#ede6f0;border-bottom:3px solid var(--brand)}.knowledge-card-cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 48%,#17071fc2 100%);pointer-events:none}.knowledge-card-cover img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.knowledge-card-cover figcaption{position:absolute;z-index:1;left:20px;bottom:16px;margin:0;color:#fff;font-size:11px;font-weight:600;line-height:1.35;letter-spacing:.14em;text-transform:uppercase}.knowledge-card:hover .knowledge-card-cover img{transform:scale(1.045)}.knowledge-card-content{display:flex;flex:1;flex-direction:column;padding:var(--space-6)}.knowledge-card .eyebrow{margin-bottom:var(--space-4);letter-spacing:.14em}.knowledge-card h2{font-size:clamp(24px,2.1vw,30px);max-width:550px}.knowledge-card p:not(.eyebrow){font-size:16px;line-height:1.65;max-width:590px}.knowledge-card .text-link{align-self:flex-start;margin-top:auto;padding-top:var(--space-5)}.knowledge-card .article-read{display:inline-flex;align-self:flex-start;margin-top:auto;padding-top:var(--space-5);font-size:14px;font-weight:600;color:var(--brand);text-decoration:underline;text-decoration-color:transparent;text-underline-offset:5px;transition:text-decoration-color .18s ease}.knowledge-card-link:hover .article-read{text-decoration-color:currentColor}.article-page-hero{background:var(--tint);padding-top:clamp(56px,7vw,104px)!important;padding-bottom:clamp(52px,6vw,88px)!important}.article-page-inner{width:min(100%,900px);margin-inline:auto}.article-back{display:inline-flex;margin-bottom:var(--space-7);font-size:14px;font-weight:600;color:var(--brand);text-decoration:none;text-underline-offset:5px}.article-back:hover{text-decoration:underline}.article-page-hero h1{max-width:860px;margin-bottom:var(--space-5);font-size:var(--page-title)}.article-dek{max-width:740px;margin:0;font-size:clamp(18px,2vw,22px);line-height:1.55;color:var(--body)}.article-byline{max-width:700px;margin:var(--space-5) 0 0;font-size:14px;line-height:1.55;color:var(--muted)}.article-page{background:var(--surface)}.article-reading{width:min(100%,820px);margin-inline:auto}.article-feature{margin:0 0 var(--space-8)}.article-feature img{display:block;width:100%;aspect-ratio:16/8;object-fit:cover}.article-feature figcaption{margin-top:10px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.article-copy>p:first-child{font-size:20px;line-height:1.65}.article-copy p{max-width:760px;margin-bottom:var(--space-5);font-size:17px;line-height:1.75}.article-copy section{margin-top:var(--space-8)}.article-copy h2{margin-bottom:var(--space-4);font-size:clamp(28px,3vw,38px)}.article-copy ul{max-width:740px;margin:0;padding-left:1.25em}.article-copy li{margin-bottom:12px;font-size:17px;line-height:1.65}.article-related{margin-top:var(--space-9);padding:var(--space-7);border-top:3px solid var(--brand);background:var(--tint)}.article-related .eyebrow{margin-bottom:var(--space-4)}.article-related h2{max-width:560px;margin-bottom:var(--space-4);font-size:clamp(26px,3vw,34px)}.contact-band{width:min(100%,1360px);margin-inline:auto;border-top:1px solid var(--line);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--space-8)}.contact-band h2{margin-bottom:0}.contact-band .eyebrow{margin-bottom:var(--space-5)}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-7);background:var(--tint)}.service-grid h2{font-size:var(--subheading);margin-top:var(--space-5)}.service-grid svg{color:var(--brand)}.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:var(--space-9);max-width:none;margin-inline:0}.contact-layout h2{font-size:var(--heading)}address{font-style:normal;color:var(--body);font-size:16px;line-height:1.7;margin:var(--space-6) 0}.contact-layout h3{font-size:18px;letter-spacing:-.02em}form{padding:var(--space-7);background:var(--tint)}form h2{margin-bottom:var(--space-6)}label{font-size:14px;font-weight:600;display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-5)}input,select,textarea{width:100%;padding:14px 16px;border:1px solid #c9bcd0;border-radius:var(--radius);background:#fff;color:var(--ink);font-size:16px}textarea{resize:vertical;min-height:140px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5)}.form-note{font-size:13px;color:var(--muted)}.prepared{margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid #c9bcd0}.prepared h3{font-size:24px}.prepared>.text-link{display:flex;width:fit-content;margin-top:var(--space-5)}.site-footer{position:relative;background:var(--ink);border:0;color:#fff;padding-top:clamp(56px,6vw,88px)!important;padding-bottom:clamp(28px,3vw,44px)!important}.site-footer:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--brand)}.footer-grid{max-width:none;margin-inline:0;display:grid;grid-template-columns:minmax(280px,1.3fr) minmax(150px,.72fr) minmax(230px,1fr) minmax(220px,.92fr);align-items:start;gap:clamp(32px,4vw,72px)}.footer-logo{width:210px;margin-bottom:var(--space-5);filter:brightness(0) invert(1)}.footer-brand .footer-description{max-width:330px;margin:0;font-size:14px;line-height:1.75;color:#d7c7da}.site-footer h3{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;margin:4px 0 var(--space-5);color:#dfc7e4}.site-footer a:not(:has(img)){font-size:15px;display:block;width:fit-content;margin-bottom:var(--space-4);color:#f7f0f8;transition:color .18s ease,transform .18s ease}.site-footer a:not(:has(img)):hover{color:#dfc7e4;transform:translate(3px)}.footer-contact address{margin:0 0 var(--space-5);font-style:normal;font-size:15px;line-height:1.7;color:#d7c7da}.footer-contact a{font-size:14px!important}.footer-bottom{max-width:none;margin:clamp(40px,5vw,64px) 0 0;padding-top:var(--space-5);border-top:1px solid #ffffff2b;display:flex;justify-content:flex-start;font-size:12px;color:#cdb9d1}@media(min-width:901px){.footer-contact{margin-left:calc(var(--space-5) * -1)}}.store-dialog{width:min(540px,calc(100% - 32px));padding:var(--space-7);border:1px solid var(--line);border-radius:4px;color:var(--ink);background:#fff}.store-dialog::backdrop{background:#25102bd0}.store-dialog h2{font-size:32px;margin-right:12px}.store-dialog .eyebrow{font-size:11px}.store-dialog .text-link{display:flex;margin-top:var(--space-5)}.dialog-close{position:absolute;right:8px;top:8px}@media(min-width:1600px){.hero-inner{min-height:880px}.hero-backdrop{object-fit:cover}}@media(max-width:1250px){.site-header{gap:24px}.brand{width:180px}nav{gap:14px}.header-actions{gap:10px}.button.compact{padding-inline:14px;font-size:14px}.hero-copy{width:60%}.hero-summary{max-width:480px}.story-visual{grid-template-columns:1fr 90px}.vertical-caption{padding:16px;font-size:10px}.solution-grid img{height:220px}}@media(max-width:1100px){.header-quote{display:none}.solution-grid{gap:32px}.solution-grid article+article:before{left:-16px}.store-layout{gap:32px}.store-preview img{height:210px}.story-layout{gap:40px}.story-visual{grid-template-columns:1fr}.vertical-caption{display:none}.story-visual img{height:390px}.stock-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product img{height:280px}.contact-layout{gap:48px}form{padding:32px}}@media(max-width:1100px){.knowledge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){:root{--section-space:64px;--display:54px;--heading:38px;--subheading:28px}.site-header{display:flex;min-height:88px;padding-block:12px;gap:16px}.brand{width:165px;margin-right:auto}.menu{display:grid}.header-actions{justify-self:auto;margin-left:0}nav{display:none;position:absolute;top:100%;left:0;right:0;padding:24px var(--container-pad);background:#fff;border-bottom:1px solid var(--line);box-shadow:0 16px 20px #3010360d}nav.open{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 32px}nav a{font-size:16px}.hero-inner{min-height:640px;padding-top:80px;padding-bottom:64px}.hero-copy{width:58%}.hero-copy h1{font-size:clamp(40px,5.3vw,52px)}.hero-copy .eyebrow{font-size:13px}.hero-summary{font-size:17px;max-width:380px}.hero-backdrop{object-position:60% center}.hero-copy .action-row{gap:16px}.hero-caption{margin-top:32px}.solution-grid{gap:24px}.solution-grid article+article:before{left:-12px}.solution-grid h2{font-size:25px}.solution-grid p:not(.eyebrow){font-size:15px}.solution-grid img{height:190px}.store-layout{grid-template-columns:1fr}.store-copy{max-width:600px}.store-preview{max-width:650px;gap:16px}.store-preview img{height:250px}.story-layout{gap:32px}.story-visual img{height:380px}.story-layout>div:first-child>p:not(.eyebrow){font-size:16px}.story-layout h2{font-size:34px}.stock-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product img{height:360px}.faq{grid-template-columns:1fr;gap:24px}.knowledge-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.contact-layout{grid-template-columns:1fr;gap:40px}.contact-layout>div{max-width:550px}.service-grid{gap:24px}.service-grid h2{font-size:26px}}@media(max-width:600px){:root{--gutter:24px;--display:42px;--heading:34px;--subheading:27px;--section-space:56px;--button-height:46px;--large-body:18px}.site-header{gap:8px}.brand{width:116px}.button.compact{padding:10px 12px;min-height:44px;font-size:14px;gap:8px}.menu{min-width:44px}.editorial-hero{display:flex;flex-direction:column}.hero-inner{min-height:0;padding:56px var(--container-pad) 40px;order:0}.hero-copy{width:100%;max-width:none}.hero-copy h1{font-size:clamp(34px,8.9vw,50px);margin-bottom:24px;line-height:1.09}.hero-copy .eyebrow{font-size:12px;letter-spacing:.12em;margin-bottom:24px}.hero-summary{font-size:17px;max-width:350px;margin-bottom:28px}.hero-copy .action-row{gap:18px;margin-top:0}.hero-copy .button{padding-inline:18px}.hero-copy .text-link{font-size:15px;gap:8px}.hero-caption{font-size:14px;margin-top:28px}.hero-backdrop{position:relative;order:1;width:100%;height:330px;object-fit:cover;object-position:right center;z-index:0}.solution-section{padding-block:40px}.solution-grid{grid-template-columns:1fr;gap:40px}.solution-grid article+article:before{display:none}.solution-grid article{border-bottom:1px solid var(--line);padding-bottom:32px}.solution-grid article:last-child{border:0;padding:0}.solution-grid h2{font-size:30px;max-width:320px}.solution-grid p:not(.eyebrow){font-size:16px;max-width:none}.solution-grid .text-link{margin-top:0;margin-bottom:24px}.solution-grid img{height:240px}.store-section{padding-block:48px}.store-copy h2{font-size:34px}.store-copy>p:not(.eyebrow){font-size:17px}.store-preview{gap:8px}.store-preview img{height:165px}.store-preview figcaption{font-size:13px;margin-top:12px}.story-layout{grid-template-columns:1fr;gap:32px}.story-visual img{height:340px}.story-layout h2{font-size:34px}.story-layout .text-link{margin-top:0}.section-heading{display:block}.section-heading>.text-link{margin-top:20px}.stock-note{margin-bottom:32px}.stock-grid{gap:32px 16px}.product img{height:230px}.product h3,.product p{font-size:14px}.product .text-link{font-size:14px;gap:6px}.product .text-link svg{width:14px}.page-hero h1{font-size:42px}.page-hero .action-row{gap:20px;margin-top:32px}.editorial>p:not(.eyebrow){font-size:16px}.content-intro{margin-bottom:40px}.faq-topic,.knowledge-card-content{padding:28px 20px}.faq-topic details p,.knowledge-card p:not(.eyebrow){font-size:16px}.article-page-hero{padding-top:48px!important;padding-bottom:48px!important}.article-page-hero h1{font-size:clamp(34px,9.25vw,42px)}.article-dek{font-size:18px}.article-byline{font-size:13px}.article-feature{margin-bottom:32px}.article-copy>p:first-child{font-size:18px}.article-copy p,.article-copy li{font-size:16px}.article-copy section{margin-top:40px}.article-copy h2{font-size:28px}.article-related{margin-top:48px;padding:28px 20px}.contact-band{grid-template-columns:1fr;align-items:start;gap:28px}.service-grid{grid-template-columns:1fr;gap:32px}.service-grid h2{font-size:28px}.footer-grid{gap:24px}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-logo{width:180px}.footer-bottom{flex-direction:column;font-size:11px;gap:12px}.form-row{grid-template-columns:1fr;gap:0}form{padding:28px 20px}.contact-layout h2{font-size:32px}.store-dialog{padding:36px 24px}.store-dialog h2{font-size:30px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}.button{white-space:normal;max-width:100%;text-align:center}@media(max-width:1400px){.header-quote{display:none}}@media(min-width:901px)and (max-width:1100px){.menu{display:grid}.site-header{display:flex;gap:16px}.brand{margin-right:auto}.header-actions{justify-self:auto;margin-left:0}nav{display:none;position:absolute;top:100%;left:0;right:0;padding:24px var(--container-pad);background:#fff;border-bottom:1px solid var(--line);box-shadow:0 16px 20px #3010360d}nav.open{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 32px}}.header-store-short{display:none}@media(max-width:360px){:root{--gutter:20px}.header-store-full{display:none}.header-store-short{display:inline}.brand{width:112px}}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased}.mobile-prototype{width:min(100vw,390px);height:min(100dvh,844px);margin-inline:auto;overflow:hidden;position:relative}
