.header{position:sticky;top:0;z-index:100;background:#faf9f6f5;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:25px;font-weight:750;letter-spacing:-1.25px}.brand-mark{width:31px;height:36px;color:var(--color-primary)}.brand-suffix{color:var(--color-text-muted);font-weight:400}.primary-navigation{display:flex;align-items:center;gap:32px;font-size:13px;font-weight:550}.primary-navigation>a{padding:12px 0}.primary-navigation>a:hover,.primary-navigation>a.active{color:var(--color-primary)}.primary-navigation .header-cta{display:flex;align-items:center;gap:22px;margin-left:10px;padding:11px 17px;background:#263e30;color:#fff;border:1px solid #263e30;border-radius:7px;transition:background .2s,border-color .2s}.primary-navigation .header-cta:hover{background:#3c5843;border-color:#3c5843;color:#fff}.mobile-menu-btn{display:none;color:var(--color-text);min-height:44px;min-width:44px;font-size:23px}@media(max-width:800px){.header-inner{min-height:72px}.brand{font-size:23px}.mobile-menu-btn{display:block}.primary-navigation{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-bg);padding:16px 24px 24px;border-bottom:1px solid var(--color-border);box-shadow:0 16px 24px #172b1910}.primary-navigation.is-open{display:flex;flex-direction:column;align-items:stretch;gap:3px}.primary-navigation>a{padding:13px}.primary-navigation .header-cta{margin:8px 0 0;justify-content:space-between}}.legal-page{padding:4rem 1.5rem 5rem;position:relative;z-index:1}.legal-prose{max-width:760px;margin:0 auto;color:var(--color-text)}.legal-header{border-bottom:1px solid var(--color-border);padding-bottom:2rem;margin-bottom:1rem}.legal-header h1{font-size:clamp(2rem,5vw,2.75rem);line-height:1.2;margin-bottom:.75rem}.legal-dates{color:var(--color-text-muted);font-size:.9rem}.legal-lede{margin-top:1.25rem;font-size:1.05rem;line-height:1.75;color:var(--color-text-muted)}.legal-section{margin-top:2.75rem;scroll-margin-top:100px}.legal-section h2{font-size:1.35rem;line-height:1.35;margin-bottom:1rem;color:var(--color-primary-light)}.legal-section h3{font-size:1.05rem;margin:1.75rem 0 .65rem;color:var(--color-text)}.legal-prose p{line-height:1.8;color:var(--color-text-muted);margin-bottom:1rem}.legal-prose ul,.legal-prose ol{margin:0 0 1.25rem 1.25rem;color:var(--color-text-muted);line-height:1.8}.legal-prose li{margin-bottom:.5rem}.legal-prose strong{color:var(--color-text);font-weight:600}.legal-prose a{color:var(--color-primary);text-decoration:underline;text-underline-offset:3px}.legal-table-wrap{overflow-x:auto;margin-bottom:1.5rem}.legal-table{width:100%;border-collapse:collapse;font-size:.92rem;min-width:480px}.legal-table th,.legal-table td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--color-border);vertical-align:top;line-height:1.6}.legal-table th{color:var(--color-text);font-weight:600;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.legal-table td{color:var(--color-text-muted)}.legal-callout{border:1px solid var(--color-border);border-left:3px solid var(--color-primary);background:var(--color-surface);border-radius:10px;padding:1.25rem 1.5rem;margin:1.5rem 0}.legal-callout p:last-child{margin-bottom:0}@media(max-width:640px){.legal-page{padding-top:3rem}}.legal-contents{background:var(--color-surface);border:1px solid var(--color-border);padding:16px 20px;border-radius:8px;margin-top:24px;font-size:14px}.legal-contents summary{cursor:pointer;font-weight:600}.legal-contents nav{display:flex;flex-direction:column;align-items:start;gap:9px;margin-top:18px}.legal-related{margin-top:48px;padding-top:24px;border-top:1px solid var(--color-border);display:flex;gap:16px;flex-wrap:wrap;font-size:13px}:root{--color-bg: #faf9f6;--color-primary: #365344;--color-secondary: #536848;--color-accent: #9a412e;--color-text: #202b25;--color-text-muted: #62685f;--color-primary-light: #365344;--color-surface: #f0f1ea;--color-surface-raised: #e6e9de;--color-border: #dedfd6;--color-lime: #dce8b1;--font-sans: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:112px}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer;border:0;background:none}button:disabled{cursor:wait}img,svg{max-width:100%;display:block}a,button,input,summary{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid #547543;outline-offset:5px}::selection{background:#dce8b1;color:#202b25}h1,h2,h3{font-weight:550;line-height:1.15;letter-spacing:-.045em;text-wrap:balance}h1{font-size:clamp(42px,4.4vw,68px)}h2{font-size:clamp(32px,3.25vw,46px)}h3{font-size:23px;letter-spacing:-.025em}p{text-wrap:pretty}.container{width:min(1184px,calc(100% - 96px));margin-inline:auto}.site-layout{min-height:100vh;display:flex;flex-direction:column}main{flex:1}main:focus{outline:none}.skip-link{position:fixed;top:-80px;left:20px;padding:12px 24px;background:var(--color-text);color:#fff;z-index:200;border-radius:6px}.skip-link:focus{top:12px}.serif-word{font-family:Georgia,Times New Roman,serif;font-weight:400;font-style:italic;letter-spacing:-.045em}.eyebrow{display:flex;align-items:center;gap:9px;font-size:10px;letter-spacing:.14em;font-weight:650;text-transform:uppercase;margin-bottom:23px}.status-dot{display:inline-block;width:6px;height:6px;flex:0 0 6px;border-radius:100%;background:#56744d}.button-row{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.button{display:inline-flex;justify-content:center;align-items:center;gap:25px;min-height:50px;padding:13px 22px;border-radius:7px;font-size:13px;font-weight:550;transition:background .2s,transform .2s}.button-dark{background:#263e30;color:#fff}.button-dark:hover{background:#3c5843;transform:translateY(-2px)}.arrow-icon{width:19px;height:19px;flex-shrink:0}.text-link,.back-link{display:inline-flex;align-items:center;gap:10px;min-height:44px;font-size:13px;font-weight:550}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.back-link{color:var(--color-text-muted);margin-bottom:30px}.home-hero{display:grid;grid-template-columns:1.06fr 1fr;gap:60px;align-items:center;padding-top:68px;padding-bottom:76px}.hero-copy{padding-bottom:8px}.hero-description{font-size:16px;line-height:1.8;max-width:405px;color:var(--color-text-muted);margin:25px 0 30px}.hero-note{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--color-text-muted);margin-top:48px}.tiny-symbol{color:#637d4f;font-size:24px}.hero-visual{position:relative;height:536px;border-radius:12px;background:#e8ecdf;overflow:hidden;isolation:isolate}.visual-topline{position:absolute;top:23px;left:25px;right:25px;display:flex;justify-content:space-between;align-items:center;font-size:8px;letter-spacing:.16em;color:#4b5c44}.visual-topline>span:last-child{font-size:25px;line-height:1}.visual-orbit{position:absolute;width:570px;height:290px;border:1px solid #cbd3ba;border-radius:50%;top:110px;left:-30px;z-index:-1;transform:rotate(-28deg)}.orbit-two{transform:rotate(50deg);width:465px;left:5px;height:360px;top:72px}.visual-spark{position:absolute;right:40px;top:87px;font-size:66px;color:#668053}.phone-illustration{position:absolute;top:66px;left:50%;width:248px;height:411px;border:5px solid #29352c;border-radius:35px;background:#faf9f5;padding:18px 17px;transform:translate(-50%) rotate(-8deg);box-shadow:13px 20px 28px #34462c24,inset 0 0 0 2px #d3d5ce}.phone-camera{width:69px;height:17px;background:#29352c;position:absolute;top:8px;left:50%;transform:translate(-50%);border-radius:16px}.phone-status{display:flex;justify-content:space-between;font-size:9px;font-weight:650;margin-bottom:20px}.phone-brand{display:flex;align-items:center;font-size:22px;letter-spacing:-.05em;font-weight:750}.phone-brand>svg{width:24px;height:28px}.phone-brand>span{margin-left:auto;font-size:24px;color:#56744d}.phone-greeting{font-size:24px;line-height:1.15;letter-spacing:-.045em;margin-top:22px}.phone-greeting>span{font-family:Georgia,serif;font-style:italic;color:#547248}.friend-row{display:flex;align-items:center;padding:15px 0}.friend-avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;border:3px solid #faf9f5;margin-right:-5px;font-size:12px;font-family:Georgia,serif}.avatar-one{background:#ebc6b2}.avatar-two{background:#d6ddbb}.avatar-three{background:#c9d5e1}.friend-count{margin-left:12px;color:#687160;font-size:9px}.draft-card{background:#eaf0df;padding:13px;border-radius:12px}.draft-label{display:flex;justify-content:space-between;font-size:6.5px;letter-spacing:.05em;color:#4b6341;font-weight:650}.draft-card p{font-size:11px;line-height:1.55;margin:10px 0}.draft-footnote{display:block;border-top:1px solid #d0dbbf;padding-top:8px;font-size:8px;color:#56674b}.phone-bottom{display:flex;justify-content:space-between;padding:13px 15px 0;font-size:16px;color:#607055}.phone-home{position:absolute;width:72px;height:3px;background:#29352c;bottom:7px;left:50%;transform:translate(-50%);border-radius:4px}.message-note{position:absolute;z-index:2;left:22px;top:144px;display:flex;align-items:center;gap:10px;padding:13px 18px 13px 12px;background:#fffdf7;border-radius:11px;font-size:12px;font-weight:550;box-shadow:0 9px 26px #36463112;transform:rotate(-6deg)}.message-note small{display:block;font-size:9px;color:#626c58;font-weight:400}.note-icon{width:30px;height:30px;display:grid;place-items:center;background:#ece9dc;border-radius:50%;font-size:23px}.floating-label{position:absolute;bottom:102px;right:19px;background:#dce8b1;display:flex;align-items:center;gap:8px;padding:12px 17px;border-radius:30px;font-size:10px;box-shadow:0 8px 20px #36463112;transform:rotate(4deg)}.hero-visual figcaption{position:absolute;bottom:23px;left:25px;right:25px;display:flex;justify-content:space-between;gap:16px;font-size:8px;color:#4b5c44}.hero-visual figcaption>span:first-child{letter-spacing:.12em;font-weight:600}.studio-strip{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.strip-inner{display:flex;align-items:center;gap:35px;min-height:91px}.strip-inner>span{font-size:9px;letter-spacing:.12em;color:var(--color-text-muted)}.strip-inner p{font-family:Georgia,serif;font-style:italic;font-size:22px;letter-spacing:-.02em}.strip-inner svg{width:34px;height:34px;margin-left:auto;color:#60764e}.section{padding-block:86px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:40px}.section-heading>p{font-size:12px;color:var(--color-text-muted)}.product-feature{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--color-border);border-radius:12px;overflow:hidden}.product-art{position:relative;min-height:414px;background:#dce8b1;padding:55px 30px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;isolation:isolate}.art-grid{position:absolute;inset:0;z-index:-1;background-image:linear-gradient(#758c5110 1px,transparent 1px),linear-gradient(90deg,#758c5110 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse,#000,transparent 80%);mask-image:radial-gradient(ellipse,#000,transparent 80%)}.holler-icon{width:80px;height:80px;background:#31533c;color:#e5efbc;border-radius:23px;padding:13px;transform:rotate(-10deg);box-shadow:5px 10px #becf96;margin-bottom:28px}.art-wordmark{font-size:70px;line-height:1;font-weight:700;letter-spacing:-.07em;color:#2d4732}.art-wordmark>span{font-size:50px;vertical-align:top;margin-left:3px}.product-art>p{font-size:11px;color:#4d6441;margin-top:14px}.orbit-note{position:absolute;padding:7px 14px;background:#f7f8ee;border-radius:20px;font-family:Georgia,serif;font-style:italic;font-size:14px}.note-one{left:30px;top:95px;transform:rotate(-13deg)}.note-two{right:20px;bottom:96px;transform:rotate(10deg)}.art-star{position:absolute;color:#638146}.star-one{right:55px;top:38px;font-size:46px}.star-two{left:43px;bottom:44px;font-size:25px}.product-copy{padding:42px 44px 32px;background:#f6f6f0}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:10px;color:var(--color-text-muted);margin-bottom:26px}.pill{display:inline-flex;align-items:center;gap:7px;padding:4px 9px;border:1px solid #cbd3bc;border-radius:20px;color:#456039;font-size:10px}.product-copy h3{font-size:21px;margin-bottom:14px}.product-tagline{font-size:29px;line-height:1.25;letter-spacing:-.04em;margin-bottom:19px}.product-copy>p:not(.product-tagline):not(.fine-print){color:var(--color-text-muted);font-size:13px;line-height:1.8;margin-bottom:24px}.fine-print{font-size:10px;line-height:1.7;color:var(--color-text-muted);margin-top:14px}.values-section{background:#f0f1e9;border-block:1px solid var(--color-border)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px}.values-grid article{padding-top:15px}.values-grid article+article{border-left:1px solid #d6dacb;padding-left:38px}.value-symbol{display:block;font-size:33px;line-height:1;color:#536e40;margin-bottom:25px}.values-grid h3{font-size:20px;margin-bottom:14px}.values-grid p{font-size:13px;color:var(--color-text-muted);line-height:1.8}.values-grid .text-link{font-size:11px;margin-top:10px}.contact-band{padding-block:74px;display:flex;justify-content:space-between;align-items:center;gap:30px}.contact-band h2{font-size:35px}.contact-band .eyebrow{margin-bottom:14px}.footer{border-top:1px solid var(--color-border);background:#f4f4ee;padding:55px 0 24px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.25fr;gap:35px}.footer-intro .brand{font-size:22px}.footer-intro .brand-mark{width:25px}.footer-intro p{font-size:13px;color:var(--color-text-muted);margin:15px 0}.footer-intro>a:last-child{font-size:12px}.footer nav{display:flex;flex-direction:column;align-items:start;gap:9px}.footer nav h2{font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin:7px 0 12px;font-weight:650}.footer nav a{font-size:12px;color:#586254;min-height:28px;display:inline-flex;align-items:center;flex-wrap:wrap;gap:7px}.footer nav a:hover{color:#263e30;text-decoration:underline;text-underline-offset:4px}.footer-tag{font-size:8px;padding:2px 6px;border-radius:10px;background:#e4e9d7}.footer-bottom{border-top:1px solid var(--color-border);margin-top:40px;padding-top:23px;display:flex;justify-content:space-between;align-items:start;gap:20px;color:var(--color-text-muted);font-size:9px}.footer-bottom address{font-style:normal;margin-top:4px}.footer-bottom>span{font-size:8px;letter-spacing:.1em;padding-top:3px}.holler-hero h1{font-size:clamp(40px,4vw,60px)}.holler-hero .back-link{margin-top:-15px}.store-row{display:flex;gap:24px;margin-top:28px}.store-status{display:inline-flex;align-items:center;gap:9px;font-size:11px;line-height:1.5}.store-status small{display:block;font-size:9px;color:var(--color-text-muted)}.store-status>span:first-child{font-size:29px}.numbered-grid{margin-top:40px}.step-number{display:block;font-family:Georgia,serif;color:#728665;font-size:27px;margin-bottom:20px}.signup-panel{padding:46px;background:#e8eddb;border:1px solid #d5ddc6;border-radius:12px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.signup-panel>div>p:not(.eyebrow){font-size:13px;color:#596550;margin-top:20px;max-width:370px}.signup-action>.text-link{margin-top:24px;font-size:12px}.page-shell{padding-block:65px 88px}.page-heading{margin-bottom:43px;max-width:720px}.page-heading>p:last-child{font-size:16px;color:var(--color-text-muted);margin-top:24px;max-width:600px}.page-heading h1{font-size:clamp(38px,4.5vw,58px)}.support-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;align-items:start}.support-card{background:#e9eddf;border:1px solid #d6ddc9;padding:32px;border-radius:12px}.support-card h2{font-size:24px;margin-bottom:22px}.support-email{font-size:clamp(15px,1.7vw,21px);font-weight:550;color:var(--color-primary);overflow-wrap:anywhere}.support-card p{color:#586550;font-size:13px;margin:19px 0}.support-card .support-meta{border-top:1px solid #ced6c0;padding-top:18px;font-size:11px}.support-shortcuts{display:flex;flex-direction:column;margin-top:20px}.support-shortcuts a{display:flex;justify-content:space-between;border-bottom:1px solid var(--color-border);padding:17px 3px;font-size:13px}.faqs>h2{font-size:27px;margin-bottom:22px}.faq{border-bottom:1px solid var(--color-border)}.faq summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;gap:20px;min-height:68px;padding:16px 0;font-size:14px;font-weight:550}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:24px;font-weight:300}.faq[open] summary:after{content:"−"}.faq-answer{padding:0 24px 22px 0;font-size:13px;line-height:1.85;color:var(--color-text-muted)}.faq-answer a{text-decoration:underline;color:var(--color-primary);text-underline-offset:3px}.faq-answer p+p{margin-top:12px}.company-panel{display:grid;grid-template-columns:1fr 1.2fr;border-top:1px solid var(--color-border);padding-top:42px;gap:70px}.company-panel h2{font-size:28px;margin-bottom:22px}.company-panel p{font-size:14px;color:var(--color-text-muted);margin-bottom:20px}.about-contact{background:#edf0e3;border:1px solid #d5ddc6;border-radius:12px;padding:clamp(24px,4vw,42px)}.company-panel .about-contact .eyebrow{font-size:10px;color:var(--color-primary)}.about-support{margin-top:48px;padding-top:28px;border-top:1px solid var(--color-border)}.about-support h2{font-size:16px;margin-bottom:8px}.about-support-email{display:inline-block;padding-block:8px;font-size:clamp(20px,3vw,28px);font-weight:600;color:var(--color-primary);overflow-wrap:anywhere;max-width:100%;text-decoration:underline;text-underline-offset:5px}.filter-row{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:36px}.filter-row button{padding:8px 16px;border:1px solid var(--color-border);border-radius:24px;text-transform:capitalize;font-size:12px;min-height:42px}.filter-row button[aria-pressed=true]{background:#263e30;color:#fff;border-color:#263e30}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px 26px}.blog-card img{width:100%;height:auto;aspect-ratio:1.45;object-fit:cover;border-radius:9px}.blog-card:hover h2{text-decoration:underline;text-underline-offset:4px}.blog-card h2{font-size:23px;margin:12px 0;line-height:1.25;letter-spacing:-.035em}.blog-meta{display:flex;justify-content:space-between;gap:10px;margin-top:18px;color:var(--color-text-muted);font-size:10px}.blog-meta span:first-child{text-transform:uppercase;letter-spacing:.08em}.blog-card p{font-size:12px;color:var(--color-text-muted)}.article{max-width:780px}.article h1{font-size:clamp(34px,4vw,54px)}.article-hero{margin-block:35px;width:100%;height:auto;aspect-ratio:1.9;object-fit:cover;border-radius:10px}.article-content{font-size:16px;color:var(--color-text-muted)}.article-caption{margin:-20px 0 35px;color:var(--color-text-muted);font-size:12px;line-height:1.6}.article-equation{padding:20px 12px;border-radius:8px;background:var(--color-surface);color:var(--color-text);font-family:Georgia,serif;font-size:clamp(14px,3.7vw,20px);line-height:2;text-align:center}.article-note{padding-top:24px;border-top:1px solid var(--color-border);font-size:13px}.article-content p{margin-bottom:24px}.article-content h2{color:var(--color-text);font-size:27px;margin:40px 0 18px}.article-content strong{color:var(--color-text)}.article-content a{text-decoration:underline}.waitlist-form{width:100%}.waitlist-form label{display:block;font-size:12px;margin-bottom:8px;font-weight:550}.waitlist-fields{display:flex;gap:10px;flex-wrap:wrap}.waitlist-fields input{width:100%;min-width:0;flex:1 1 200px;padding:12px 14px;background:#fafbf5;border:1px solid #96a888;border-radius:7px;color:var(--color-text);font-size:16px}.waitlist-status{font-size:12px;margin-top:12px}.waitlist-status.error{color:#983c2a}.waitlist-privacy{font-size:10px;color:#586550;margin-top:12px}.waitlist-privacy a{text-decoration:underline}.honeypot{position:absolute;left:-10000px}@media(min-width:1500px){.home-hero{gap:80px}}@media(max-width:1100px){.container{width:calc(100% - 64px)}.home-hero{gap:32px}.hero-visual{height:510px}.product-copy{padding:32px}.note-one{left:14px;top:62px}.note-two{right:12px;bottom:65px}.support-grid{gap:36px}.footer-grid{gap:24px}.message-note{left:12px;font-size:10px;padding:10px}.floating-label{right:12px;font-size:9px}}@media(max-width:800px){.container{width:calc(100% - 48px)}.home-hero{grid-template-columns:1fr;gap:38px;padding-top:45px;padding-bottom:40px}.hero-copy{max-width:560px}.hero-description{max-width:440px}.hero-note{margin-top:24px}.hero-visual{width:100%;height:520px}.section{padding-block:55px}.section-heading{align-items:start;flex-direction:column;gap:18px}.strip-inner{gap:15px;flex-wrap:wrap;padding-block:20px}.strip-inner>span{width:100%}.strip-inner p{font-size:18px}.strip-inner svg{height:25px;width:25px}.product-feature{grid-template-columns:1fr}.product-art{min-height:365px}.product-copy{padding:30px}.values-grid{gap:25px}.values-grid article+article{padding-left:22px}.values-grid h3{font-size:18px}.contact-band{padding-block:48px}.contact-band h2{font-size:29px}.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-intro{grid-column:1 / -1;margin-bottom:15px}.footer-bottom{flex-direction:column}.support-grid,.company-panel{grid-template-columns:1fr;gap:35px}.signup-panel{grid-template-columns:1fr;gap:30px;padding:30px}.blog-grid{grid-template-columns:repeat(2,1fr)}.page-shell{padding-block:45px 55px}}@media(max-width:520px){.container{width:calc(100% - 40px)}h1{font-size:42px}.eyebrow{font-size:8px;letter-spacing:.1em}.button-row{gap:16px}.button{font-size:12px;padding-inline:17px;gap:18px}.hero-visual{height:478px}.phone-illustration{top:52px;transform:translate(-50%) rotate(-8deg) scale(.9);transform-origin:top center}.message-note{top:116px;font-size:9px;left:10px}.message-note small{font-size:8px}.note-icon{width:23px;height:23px;font-size:18px}.floating-label{bottom:86px;padding:10px 13px;font-size:8px}.visual-spark{font-size:47px;right:17px}.hero-visual figcaption{left:18px;right:18px;font-size:7px;gap:5px}.values-grid{grid-template-columns:1fr;gap:24px}.values-grid article+article{border-left:0;border-top:1px solid #d6dacb;padding:27px 0 0}.values-grid h3{font-size:22px}.value-symbol{margin-bottom:18px}.contact-band{align-items:start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr;gap:27px 15px}.footer nav:last-child{grid-column:1 / -1}.product-copy{padding:26px}.blog-grid{grid-template-columns:1fr}.support-card{padding:25px}.holler-hero h1{font-size:39px}.store-row{gap:23px}}.holler-trust{padding-top:56px;padding-bottom:8px}.holler-trust h2{font-size:clamp(24px,3vw,32px);margin-bottom:16px}.holler-trust p{max-width:670px;color:var(--color-text-muted);line-height:1.8;margin-bottom:16px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media print{.header,.footer,.skip-link{display:none}body{background:#fff;color:#000}.legal-page{padding:0}.legal-prose{max-width:none}}.reading-progress{position:fixed;inset:0 0 auto;height:3px;background:var(--color-primary, #263e30);z-index:100;transform:scaleX(0);transform-origin:left;pointer-events:none}.product-feature+.product-feature{margin-top:28px}.product-copy .store-row{margin-top:20px}.product-cover{width:100%;height:100%;object-fit:cover}
