@charset "UTF-8";
:root{--red:#e9233b;--red-dark:#c9162e;--ink:#242727;--muted:#727475;--paper:#fffdf8;--line:#eae6dc;--blue:#e9f3fa;--peach:#ffeded;--yellow:#fff3d5;--mint:#eaf4e8;--lavender:#f0eafb;--radius:20px;--display:'Bricolage Grotesque','Nunito Sans',sans-serif;--body:'Nunito Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button{color:inherit}img{display:block;max-width:100%}svg{flex-shrink:0}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:var(--display);font-weight:700;line-height:1.14;letter-spacing:-.035em}h1{font-size:62px}h2{font-size:34px}h3{font-size:23px}p{color:var(--muted)}a,button{transition:color .2s,background .2s,transform .2s,box-shadow .2s}button:disabled{cursor:wait;opacity:.65}:focus-visible{outline:3px solid #237ca8;outline-offset:4px}::selection{background:#ffe0df;color:#ac1930}.container{max-width:1280px;width:calc(100% - 96px);margin-inline:auto}.icon{width:24px;height:24px;vertical-align:middle}.red{color:var(--red)}.blue{background:var(--blue)}.peach{background:var(--peach)}.yellow{background:var(--yellow)}.mint{background:var(--mint)}.lavender{background:var(--lavender)}.muted{color:var(--muted)}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--body);font-size:10px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase;line-height:1.5}.eyebrow .icon{width:20px;height:20px}.handwritten{font-family:'Caveat',cursive;font-weight:600;font-size:30px;letter-spacing:0;line-height:1.1}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:49px;padding:12px 24px;background:var(--red);border:1px solid var(--red);border-radius:9px;color:#fff;font-size:13px;font-weight:800;line-height:1.5}.button:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-2px);box-shadow:0 6px 20px #e9233b20}.button .icon{width:19px;height:19px}.button-small{padding:10px 17px;min-height:42px;font-size:11px;gap:12px}.button-outline{border-color:#d9d6cf;background:transparent;color:var(--ink)}.button-outline:hover{background:#fff;border-color:var(--red);color:var(--red);box-shadow:none}.text-link{display:inline-flex;align-items:center;gap:12px;font-weight:800;font-size:12px;white-space:nowrap}.text-link:hover{color:var(--red)}.text-link .icon{width:18px;height:18px}.icon-button{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;background:transparent}.icon-button:hover{background:#fff;color:var(--red);border-color:var(--red)}.icon-button .icon{width:19px;height:19px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:1000;top:-100px;left:20px;background:var(--ink);color:#fff;padding:12px}.skip-link:focus{top:12px}.honey{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}.top-strip{height:32px;background:#f6f2e9;border-bottom:1px solid #eeeadf;font-size:10px;color:#767567;letter-spacing:.2px}.top-strip .container{height:100%;display:flex;align-items:center;justify-content:space-between}.top-strip .icon{width:12px;height:12px;color:var(--red);margin-right:7px}.site-header{background:#fffdf8f5;position:sticky;top:0;z-index:50;backdrop-filter:blur(15px);border-bottom:1px solid #eae6dc70}.header-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:142px}.brand img{width:134px;height:61px;object-fit:contain}.brand>span{font-size:8px;font-weight:700;color:#5f615e;margin-top:-3px}.main-nav{display:flex;align-items:center;gap:23px;margin-left:auto}.main-nav>a,.nav-dropdown>button{font-size:11px;font-weight:800;white-space:nowrap}.main-nav a:hover,.nav-dropdown button:hover,.main-nav [aria-current],.main-nav .active{color:var(--red)}.nav-dropdown{position:relative}.nav-dropdown>button{border:none;padding:20px 0;background:transparent;display:flex;align-items:center;gap:5px}.nav-dropdown .icon{width:12px;height:12px}.dropdown-panel{visibility:hidden;opacity:0;position:absolute;top:calc(100% - 1px);left:-22px;width:270px;padding:12px;background:var(--paper);border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 30px #24272712;transform:translateY(8px);transition:.15s}.nav-dropdown:hover .dropdown-panel,.nav-dropdown.is-open .dropdown-panel,.nav-dropdown:focus-within .dropdown-panel{visibility:visible;opacity:1;transform:translateY(0)}.dropdown-panel a{display:block;padding:9px 12px;font-size:12px;border-radius:6px}.dropdown-panel a:hover{background:var(--peach)}.dropdown-panel .dropdown-all{border-bottom:1px solid var(--line);margin-bottom:5px;font-weight:800;border-radius:0}.dropdown-all .icon{margin-left:5px}.header-actions{display:flex;align-items:center;gap:12px}.menu-toggle{display:none}.search-open{border:0}.hero{display:grid;grid-template-columns:1.04fr 1fr;align-items:center;gap:40px;padding-top:64px;padding-bottom:69px}.hero-copy{padding-bottom:13px;position:relative;z-index:1}.hero-eyebrow{color:#75756c;font-size:10px;margin-bottom:22px}.hero-eyebrow>span{height:7px;width:7px;background:var(--red);border-radius:50%;display:inline-block;margin-right:3px}.hero h1{font-size:clamp(50px,4.9vw,70px);line-height:1.07;letter-spacing:-3px;margin-bottom:27px;font-weight:800}.underline-word{position:relative;white-space:nowrap}.underline-word:after{content:'';position:absolute;bottom:-6px;left:0;width:100%;height:9px;border-top:3px solid #e9233b66;border-radius:50%;transform:rotate(-2deg)}.hero-copy>p{font-size:15px;line-height:1.7;margin-bottom:26px;color:#757670}.hero-buttons{display:flex;align-items:center;gap:28px}.hero-footnote{display:flex;align-items:center;gap:12px;font-size:11px;line-height:1.5;color:#99988f;margin-top:32px}.hero-footnote>.icon{width:29px;height:29px;color:#efaaa6;transform:rotate(-14deg)}.hero-footnote strong{color:#75766f;font-weight:600}.hero-art{position:relative;width:100%;height:442px;align-self:center;margin-top:8px}.hero-image{width:100%;height:100%;border-radius:160px 160px 18px 18px;overflow:hidden;background:var(--blue);transform:rotate(1.3deg)}.hero-image img{height:100%;width:100%;object-fit:cover;object-position:61% center;transform:scale(1.08)}.hero-sticker{position:absolute;top:8px;right:-21px;background:#fff0b6;box-shadow:0 8px 20px #66572c12;padding:22px 19px 12px;transform:rotate(8deg);font-family:'Caveat',cursive;font-size:26px;line-height:1.06;text-align:center;color:#343a35}.hero-sticker>.icon{display:block;width:30px;height:30px;color:var(--red);margin:8px auto 0;transform:rotate(-10deg)}.sticker-tape{position:absolute;top:-10px;left:50%;width:48px;height:20px;background:#e9d7a2aa;transform:translateX(-50%) rotate(-7deg)}.hero-sun{position:absolute;top:-30px;left:2px;transform:rotate(-8deg);color:#efb143}.hero-sun .icon{width:66px;height:66px;stroke-width:1.3}.hero-spark{position:absolute;bottom:55px;right:-27px;color:#b0c486;transform:rotate(15deg)}.hero-spark .icon{width:38px;height:38px;stroke-width:1.3}.photo-label{position:absolute;bottom:23px;left:-34px;display:flex;gap:12px;align-items:center;padding:13px 22px 13px 13px;background:#fff;border-radius:10px;box-shadow:0 5px 24px #28212109;transform:rotate(-4deg)}.photo-label-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:#eef3e9;color:#688b65;border-radius:50%}.photo-label strong,.photo-label span:not(.photo-label-icon){display:block;font-size:11px}.photo-label strong{font-weight:800}.photo-label span:not(.photo-label-icon){color:#85877f;font-size:10px}.hero-caption{position:absolute;right:20px;bottom:-41px;font-size:23px;transform:rotate(-5deg);color:#5f655d}.quick-links{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.quick-card{padding:25px 26px 23px;border-radius:16px;position:relative}.quick-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #3030260a}.quick-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px}.quick-top>.icon{width:16px;height:16px;color:#777e77}.quick-icon{display:flex;width:42px;height:42px;border:1px solid #fff9;border-radius:12px;align-items:center;justify-content:center;background:#ffffff65;color:#597d97}.quick-icon .icon{width:27px;height:27px;stroke-width:1.6;transform:rotate(-7deg)}.peach .quick-icon{color:#d85063}.yellow .quick-icon{color:#b18b33}.mint .quick-icon{color:#698b6f}.quick-card .eyebrow{font-size:8px;letter-spacing:1px;color:#8b8e89}.quick-card h2{font-size:24px;margin:6px 0 8px;letter-spacing:-.8px}.quick-card p{font-size:11px;margin-bottom:0;color:#7e837d}.discovery-section{padding-top:70px;padding-bottom:48px}.section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px}.section-title h2{margin:9px 0 0;font-size:31px}.section-title p{margin:12px 0 0;font-size:13px}.section-title>.text-link{margin-bottom:5px}.section-title .eyebrow{font-size:9px}.small-note{font-size:25px;color:#7e8274;transform:rotate(-5deg);display:flex;align-items:center;gap:10px}.small-note .icon{width:25px;height:25px;color:var(--red)}.category-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:14px;padding-top:7px}.category-link{display:flex;align-items:center;flex-direction:column;gap:12px;text-align:center;font-size:10px;font-weight:800;line-height:1.4}.category-icon{height:58px;width:58px;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:transform .25s}.category-icon .icon{height:25px;width:25px;stroke-width:1.4}.category-link:hover{color:var(--red)}.category-link:hover .category-icon{transform:translateY(-5px) rotate(-8deg)}.feature-banner{position:relative;background:#e9f0dd;border-radius:22px;overflow:hidden;margin-top:5px}.slide-track{display:grid}.banner-slide{display:grid;grid-area:1/1;grid-template-columns:1fr 1fr;min-height:352px;opacity:0;transform:translateX(7%);transition:opacity .5s,transform .7s;pointer-events:none;visibility:hidden}.banner-slide.is-active{opacity:1;transform:translateX(0);pointer-events:auto;visibility:visible}.banner-copy{padding:45px 30px 62px 48px;position:relative;z-index:1}.banner-copy .eyebrow{font-size:9px;color:#778567}.banner-copy h2{font-size:38px;line-height:1.1;margin:12px 0 15px;max-width:430px}.banner-copy p{font-size:12px;color:#768168;margin-bottom:22px;max-width:390px}.banner-copy .button{font-size:11px;min-height:43px;padding:10px 19px}.banner-slide>img{height:100%;width:100%;object-fit:cover;object-position:center center;mask-image:linear-gradient(to right,transparent 0%,#000 17%);max-height:420px}.banner-slide>img.contain{object-fit:contain;mix-blend-mode:multiply;padding:20px}.carousel-controls{position:absolute;bottom:21px;left:48px;right:24px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.carousel-dots,.carousel-arrows{display:flex;gap:6px;pointer-events:auto;align-items:center}.carousel-dots button{border:0;border-radius:50%;width:7px;height:7px;padding:0;background:#c2cdb7}.carousel-dots button.active{background:var(--red);width:20px;border-radius:8px}.carousel-arrows .icon-button{background:#fff9;border:0;width:33px;height:33px}.carousel-arrows .icon-button .icon{width:16px;height:16px}.carousel-arrows [data-prev]{transform:rotate(180deg)}.carousel-pause{border:0;background:#fff9;border-radius:50%;width:28px;height:28px;font-size:11px}.content-section{padding-top:75px;padding-bottom:60px}.cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 28px}.home-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.content-card{min-width:0}.card-visual{position:relative;height:280px;border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #00000004}.home-cards .card-visual{height:248px}.card-visual>img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.card-visual:hover>img{transform:scale(1.04)}.resource-sheet{width:56%;height:83%;background:var(--paper);box-shadow:7px 8px 0 #00000004,0 10px 35px #43434210;padding:15px 18px;transform:rotate(-5deg);display:flex;align-items:center;flex-direction:column;transition:transform .3s}.content-card:nth-child(2n) .resource-sheet{transform:rotate(5deg)}.card-visual:hover .resource-sheet{transform:rotate(0)}.sheet-brand{font-size:10px;font-style:italic;font-weight:800;line-height:1}.sheet-brand>span{color:var(--red)}.resource-sheet>.icon{width:42px;height:42px;color:#e6b64b;margin:18px 0 8px;stroke-width:1.3}.resource-sheet>strong{font-family:var(--display);font-weight:700;line-height:1.2;font-size:18px;text-align:center;max-width:165px}.sheet-line{height:3px;width:75%;background:#dddcd1;margin-top:10px;border-radius:2px}.sheet-line.short{width:50%;margin-top:5px}.sheet-footer{margin-top:auto;font-size:6px;letter-spacing:2px;color:#999e95;padding-top:7px}.preview-tag{position:absolute;top:14px;left:14px;background:#fffffff0;border:1px solid #fff;border-radius:5px;padding:4px 7px;font-size:8px;letter-spacing:.5px;color:#88897f;font-weight:800}.card-arrow{width:34px;height:34px;border-radius:50%;background:#ffffffc4;position:absolute;bottom:14px;right:14px;display:grid;place-items:center}.card-arrow .icon{width:16px;height:16px}.card-info{padding:19px 2px 0}.card-info>.eyebrow{font-size:8px;letter-spacing:1.5px;color:#9a8b7c}.card-info h3{font-size:22px;margin:9px 0 10px;letter-spacing:-.6px}.card-info h3 a:hover{color:var(--red)}.card-info p{font-size:12px;margin:0;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.animation-section{background:#f8f1eb;padding:52px 0 48px;margin:0}.animation-section .section-title{margin-bottom:28px}.animation-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:24px}.animation-grid .card-visual{height:235px}.animation-grid .card-info h3{font-size:20px}.animation-grid .content-card:nth-child(2) img{object-position:20%;width:170%;max-width:none;flex-shrink:0}.animation-grid .content-card:nth-child(3) img{object-position:80%;width:150%;max-width:none;flex-shrink:0}.play-circle{position:absolute;width:50px;height:50px;display:grid;place-items:center;background:#ffffffe8;color:var(--red);border-radius:50%;box-shadow:0 0 0 6px #ffffff30}.play-circle .icon{width:26px;height:26px;fill:var(--red);stroke:white;stroke-width:1.4}.animation-empty{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.animation-empty img{max-height:250px;object-fit:contain;mix-blend-mode:multiply}.animation-empty h3{font-size:31px}.animation-empty p{font-size:13px}.community-grid{padding-top:60px;padding-bottom:45px;display:grid;grid-template-columns:1fr 1fr;gap:44px}.announcements{padding:10px 0}.announcements .section-title{margin-bottom:15px}.announcements h2{font-size:24px;display:flex;align-items:center;gap:12px}.announcements h2 .icon{color:var(--red);transform:rotate(-12deg)}.announcements .text-link{font-size:10px;color:var(--red)}.news-row{display:flex;gap:16px;align-items:center;padding:17px 0;border-bottom:1px solid var(--line)}.news-row:last-child{border:0}.news-icon{width:51px;height:51px;display:grid;place-items:center;border-radius:10px;flex-shrink:0}.news-icon .icon{width:23px;height:23px;stroke-width:1.4}.news-row>div{flex:1}.news-row .eyebrow{font-size:8px;color:#9a9a8c;letter-spacing:1px}.news-row h3{font-size:15px;line-height:1.4;letter-spacing:-.2px;margin:4px 0 0;font-family:var(--body);font-weight:800}.news-row>.icon{width:17px;height:17px;color:#9d9f94}.news-row:hover h3{color:var(--red)}.community-card{background:#f1f3e8;border-radius:18px;padding:34px 38px;position:relative;overflow:hidden}.community-card>.eyebrow{font-size:8px;color:#8b917f}.community-card h2{margin:13px 0 15px;font-size:36px}.community-card p{font-size:12px}.community-card .text-link{font-size:11px}.community-card .social-links{margin-top:20px}.community-heart{position:absolute;bottom:20px;right:32px;color:#b9c39b;transform:rotate(-15deg)}.community-heart .icon{width:65px;height:65px;stroke-width:1}.social-links{display:flex;gap:10px}.social-link{width:31px;height:31px;border-radius:50%;background:#fff;display:grid;place-items:center;border:1px solid #eee}.social-link .icon{width:15px;height:15px}.social-link.youtube{color:#e9233b}.social-link.instagram{color:#cb548f}.social-link.telegram{color:#2896c5}.social-link:hover{transform:translateY(-4px)}.values-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;border-top:1px solid var(--line);padding-block:32px 40px}.values-row>div{display:flex;gap:13px;align-items:center}.values-row>div>.icon{width:29px;height:29px;color:#c6a259;stroke-width:1.3}.values-row>div:first-child>.icon{color:var(--red)}.values-row strong{font-size:11px;display:block;font-weight:800;margin-bottom:3px}.values-row span{font-size:9px;display:block;color:#99998e}.site-footer{background:#242a28;color:#fcfcf8;padding-top:49px}.footer-grid{display:grid;grid-template-columns:1.25fr .85fr 1.2fr .8fr;gap:60px;padding-bottom:40px}.footer-brand .brand{align-items:flex-start;width:153px;margin-top:-7px}.brand-dark img{background:#fffdf8;padding:6px 10px;border-radius:8px;width:135px;height:65px}.brand-dark>span{color:#b6b9af;font-size:8px;margin-top:7px}.footer-brand p{color:#b7bcb1;font-size:11px;line-height:1.8;margin:19px 0}.footer-brand .social-link{background:#ffffff09;border-color:#ffffff20;color:#ddd}.site-footer h3{font-size:13px;font-family:var(--body);letter-spacing:0;margin-bottom:20px}.footer-links{display:flex;flex-direction:column;gap:7px;font-size:10px;color:#b7bcb1}.footer-links a:hover,.footer-bottom a:hover{color:#fff}.footer-newsletter>.eyebrow{font-size:8px;color:#b9c1ac}.footer-newsletter h3{font-family:var(--display);font-size:24px;line-height:1.2;margin:12px 0;color:#fff;letter-spacing:-.5px}.footer-newsletter p{font-size:10px;color:#b7bcb1}.newsletter-input{display:flex;border-radius:7px;overflow:hidden;background:white}.newsletter-input input{border:0;background:white;color:var(--ink);width:100%;min-width:0;font-size:11px;padding:12px;outline-offset:-3px}.newsletter-input button{background:var(--red);color:white;border:0;width:48px;flex-shrink:0}.newsletter-input button:hover{background:var(--red-dark)}.newsletter-input button .icon{width:19px;height:19px}.consent{display:flex;gap:7px;align-items:flex-start;font-size:9px;line-height:1.6;color:#7d8379;margin-top:12px;cursor:pointer}.consent input{margin:2px 0 0;accent-color:var(--red);flex-shrink:0}.consent a{text-decoration:underline;text-underline-offset:2px}.footer-newsletter .consent{font-size:8px;color:#a6ada0}.footer-note{font-family:'Caveat',cursive;font-size:24px;line-height:1.2;color:#d9decf;align-self:center;text-align:center;transform:rotate(-5deg)}.footer-note>span{font-size:60px;display:block;color:#e78181;margin-top:10px}.footer-bottom{border-top:1px solid #ffffff12;padding-top:20px;padding-bottom:23px;display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#a4ab9e}.footer-bottom>span:last-child{display:flex;gap:22px}.page-intro{padding-top:30px;padding-bottom:46px;position:relative}.breadcrumb{display:flex;align-items:center;gap:8px;color:#9b9e93;font-size:10px;margin-bottom:44px}.breadcrumb .icon{width:10px;height:10px}.breadcrumb a:hover{color:var(--red)}.page-intro h1{font-size:54px;letter-spacing:-2px;margin:13px 0 15px;max-width:900px}.title-dot{color:var(--red)}.page-intro>p{max-width:690px;font-size:15px;margin-bottom:0;line-height:1.8}.intro-doodle{position:absolute;right:35px;top:128px;transform:rotate(8deg);color:#e8c975}.intro-doodle .icon{width:70px;height:70px;stroke-width:1}.library-layout{display:grid;grid-template-columns:225px 1fr;gap:42px;padding-bottom:72px}.library-sidebar{align-self:start;position:sticky;top:120px;border:1px solid var(--line);border-radius:14px;padding:20px 12px}.library-sidebar h2{font-size:14px;margin:0 10px 15px;letter-spacing:0;font-family:var(--body)}.library-sidebar nav{display:flex;flex-direction:column;gap:3px}.library-sidebar a{padding:9px 10px;border-radius:6px;font-size:11px;color:#777d72}.library-sidebar a:hover,.library-sidebar a[aria-current]{background:var(--peach);color:var(--red);font-weight:800}.library-toolbar{display:flex;gap:16px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:25px}.library-toolbar p{font-size:11px;white-space:nowrap;margin:0}.library-search{display:flex;gap:8px;align-items:center;padding:8px 12px;border:1px solid var(--line);border-radius:7px;background:white;max-width:290px;width:100%}.library-search .icon{width:16px;height:16px;color:#909589}.library-search input{min-width:0;width:100%;border:0;background:transparent;font-size:11px;outline-offset:3px}.library-search button{border:0;background:none;padding:0;display:grid;place-items:center}.library-main .card-visual{height:290px}.empty-state{text-align:center;border:1px dashed #dbddcf;padding:60px 35px;border-radius:18px;background:#fcfaf4}.empty-state>.icon{width:46px;height:46px;color:#b2bba7;margin-bottom:22px;stroke-width:1.1}.empty-state h2{font-size:28px}.empty-state p{font-size:13px;max-width:490px;margin:0 auto 22px}.empty-state .button{font-size:12px}.pagination{display:flex;gap:9px;justify-content:center;margin:36px 0 0}.pagination a,.pagination span{width:37px;height:37px;display:grid;place-items:center;border:1px solid var(--line);border-radius:6px;font-size:12px}.pagination span{background:var(--red);border-color:var(--red);color:white}.about-section{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:65px;padding-bottom:70px}.about-section>img{width:100%;height:450px;object-fit:cover;object-position:65%;border-radius:130px 130px 16px 16px}.about-copy{position:relative}.about-copy>p{font-size:14px;line-height:1.9;color:#70776c;position:relative;z-index:1}.about-watermark{position:absolute;right:-30px;top:60px;width:450px;opacity:.035;pointer-events:none;transform:rotate(-8deg)}.about-copy .handwritten{font-size:31px;color:var(--red);margin-top:25px}.about-mission{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding-bottom:70px}.mission-card{border:1px solid var(--line);border-radius:16px;padding:30px}.mission-card>.icon{color:#c9ac5c;width:34px;height:34px;stroke-width:1.4;margin-bottom:20px}.mission-card h2{font-size:24px;margin-bottom:15px}.mission-card p{font-size:12px;margin:0}.animation-intro{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;margin-bottom:40px;padding:25px 35px;background:#f4f5e9;border-radius:18px}.animation-intro p{font-size:13px;line-height:1.8;margin:0}.animation-intro img{height:200px;width:100%;object-fit:contain;mix-blend-mode:multiply}.wide-listing{padding-bottom:75px}.wide-listing .cards-grid{gap:40px}.wide-listing .card-visual{height:330px}.request-layout{display:grid;grid-template-columns:1fr 1fr;gap:85px;padding-bottom:80px;align-items:start}.request-copy h2{font-size:35px;margin:15px 0 22px}.request-copy p{font-size:14px;line-height:1.9}.request-copy>img{width:100%;height:240px;object-fit:cover;border-radius:14px;margin-top:30px}.request-steps{display:grid;gap:18px;margin-top:30px}.request-step{display:flex;gap:16px;align-items:center}.step-number{border-radius:50%;width:36px;height:36px;display:grid;place-items:center;background:var(--yellow);font-size:12px;font-weight:800;flex-shrink:0}.request-step strong{font-size:12px;display:block}.request-step span:not(.step-number){font-size:11px;color:#89907f;display:block}.form-card{background:white;border:1px solid var(--line);border-radius:18px;padding:34px;box-shadow:0 8px 35px #34342604;border-top:4px solid var(--red)}.form-card>.eyebrow{color:var(--red);font-size:9px}.form-card h2{font-size:30px;margin:10px 0}.form-card>p{font-size:11px;margin-bottom:23px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-group{display:flex;flex-direction:column;gap:7px;margin-bottom:19px}.form-grid .form-group{margin:0}.form-group.full{grid-column:1/-1}.form-group label{font-size:11px;font-weight:800;color:#555e50}.form-group input,.form-group textarea,.form-group select{width:100%;min-width:0;border:1px solid #e4e7df;border-radius:7px;padding:12px 13px;background:#fffefb;resize:vertical;font-size:12px;line-height:1.5}.form-group input::placeholder,.form-group textarea::placeholder{color:#adb2a5}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:2px solid #e9233b24;border-color:var(--red)}.form-card .consent{font-size:10px;line-height:1.65;margin:20px 0}.form-card .button{width:100%}.form-status{font-size:12px;margin:12px 0 0}.form-status:empty{display:none}.form-status[data-state=error]{color:#be1730}.form-status[data-state=success]{color:#33764c}.contact-options{display:grid;gap:20px;margin-top:28px}.contact-option{display:flex;gap:15px;align-items:center;border-top:1px solid var(--line);padding-top:18px}.contact-option>.icon{color:var(--red)}.contact-option small{display:block;color:#909889;font-size:10px}.contact-option a{font-weight:800;font-size:13px;overflow-wrap:anywhere}.contact-option a:hover{color:var(--red)}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:45px;margin-bottom:75px}.detail-main h1{font-size:46px;line-height:1.15;margin:15px 0 22px}.detail-main .lead{font-size:16px;color:#70776c}.detail-visual{margin-bottom:35px;border-radius:18px;overflow:hidden;max-height:500px}.detail-visual img{width:100%;max-height:500px;object-fit:cover}.detail-body{font-size:15px;line-height:1.95;color:#66705f;white-space:pre-line}.detail-aside{border:1px solid var(--line);padding:25px;border-radius:14px;align-self:start;position:sticky;top:120px}.detail-aside h2{font-size:22px}.detail-aside p{font-size:12px}.detail-aside .button{width:100%;font-size:12px;gap:8px}.detail-meta{display:flex;align-items:center;gap:8px;margin:20px 0;font-size:11px;color:#8b9481}.detail-meta .icon{width:16px;height:16px}.demo-notice{padding:16px 20px;border:1px solid #ecdfb6;background:#fffae9;border-radius:10px;font-size:12px;color:#8b7841;margin:20px 0}.video-frame{border:0;width:100%;aspect-ratio:16/9;border-radius:14px;margin:25px 0}.legal-content{max-width:800px;padding-bottom:70px}.legal-content h2{font-size:25px;margin:28px 0 14px}.legal-content p,.legal-content li{font-size:14px;line-height:1.9;color:#767e6e}.notice{padding:15px 20px;border:1px solid #cce2c7;border-radius:9px;background:#eff7ec;color:#426c36;font-size:13px;margin:20px 0}.notice.error{background:#fff0ef;border-color:#ffd5ce;color:#9b352f}.search-dialog{border:1px solid var(--line);border-radius:20px;padding:34px;max-width:670px;width:calc(100% - 40px);color:var(--ink);background:var(--paper);box-shadow:0 30px 100px #151d2622}.search-dialog::backdrop{background:#17292066;backdrop-filter:blur(5px)}.search-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}.search-dialog-head h2{font-size:30px;margin:0}.search-dialog label{font-size:12px;color:#7a8271}.search-input-wrap{display:flex;align-items:center;gap:13px;border:1px solid var(--line);border-radius:10px;background:white;padding:7px 7px 7px 15px;margin-top:12px}.search-input-wrap input{border:0;width:100%;min-width:0;font-size:13px;background:none}.search-input-wrap .button{padding:10px 16px;min-height:40px;gap:8px}.search-input-wrap>.icon{color:#a0a792;width:19px;height:19px}.search-dialog>.muted{margin:15px 0 0;font-size:10px}.coming-body{background:#fcf9ef}.coming-header{display:flex;align-items:center;justify-content:space-between;padding-top:30px;gap:20px}.coming-pill{border:1px solid #dadbc7;border-radius:99px;padding:7px 13px;display:flex;gap:8px;align-items:center;font-size:9px;font-weight:800;letter-spacing:1.5px;color:#747b64}.coming-pill:before{content:'';width:6px;height:6px;display:block;background:#87a56e;border-radius:50%}.coming-hero{display:grid;grid-template-columns:1fr 1.05fr;gap:60px;align-items:center;padding-top:48px;padding-bottom:62px;min-height:650px}.coming-copy{padding-bottom:15px}.coming-copy>.eyebrow{font-size:10px;color:#8c8b7b;margin-bottom:22px}.coming-copy h1{font-size:clamp(56px,5.2vw,77px);line-height:1.06;letter-spacing:-3px;margin-bottom:27px}.coming-copy>p{max-width:430px;font-size:14px;line-height:1.9;color:#828574;margin-bottom:28px}.coming-copy .handwritten{color:#898f77;font-size:26px;display:block;margin:30px 0 0;transform:rotate(-3deg)}.coming-art{position:relative;min-width:0}.coming-art>img{aspect-ratio:1/1.08;object-fit:cover;object-position:50% center;border-radius:160px 160px 20px 20px;transform:rotate(2deg);max-height:540px;width:100%;box-shadow:12px 12px 0 #e9eadc}.coming-art .hero-sticker{top:15px;right:-18px;font-size:29px;min-width:145px;padding:25px 18px 15px;background:#f8e5de;transform:rotate(10deg)}.coming-art .hero-sun{top:-31px;left:-25px}.coming-art .photo-label{bottom:15px;left:-28px}.coming-form{max-width:430px}.coming-form .newsletter-input{border:1px solid #dedfcf;border-radius:9px;min-height:49px}.coming-form .newsletter-input input{background:#fffefb;padding-left:15px;font-size:12px}.coming-form .newsletter-input button{width:115px;display:flex;gap:8px;align-items:center;justify-content:center;font-size:11px;font-weight:800}.coming-form .consent{font-size:9px;max-width:375px}.coming-form .form-status{font-size:12px}.coming-bottom{border-top:1px solid #e4e4d5;padding:25px 0;display:flex;align-items:center;justify-content:space-between;color:#8c917e;font-size:10px;gap:15px}.coming-bottom>span{display:flex;align-items:center;gap:8px}.coming-bottom .icon{width:15px;height:15px;color:var(--red)}.coming-bottom a:hover{color:var(--red)}.coming-topics{display:flex;gap:10px;margin-top:26px;flex-wrap:wrap}.coming-topics span{font-size:9px;font-weight:700;letter-spacing:.3px;border:1px solid #e3e3d5;padding:5px 11px;border-radius:99px;color:#929781}
@media(min-width:1600px){.coming-hero{min-height:calc(100vh - 195px)}}
@media(max-width:1190px){.container{width:calc(100% - 64px)}.main-nav{gap:15px}.main-nav>a,.nav-dropdown>button{font-size:10px}.header-inner{gap:14px}.header-actions{gap:5px}.header-actions .button-small{font-size:10px;padding:10px 12px}.brand{width:123px}.brand img{width:119px}.hero{gap:40px;padding-top:55px}.hero h1{font-size:59px}.hero-art{height:405px}.hero-copy>p{font-size:13px}.hero-buttons{gap:18px}.hero-buttons .button{font-size:12px;padding:12px 18px}.hero-buttons .text-link{font-size:10px}.quick-card{padding:22px}.quick-card h2{font-size:22px}.quick-card p{font-size:10px}.section-title h2{font-size:28px}.footer-grid{gap:35px;grid-template-columns:1.1fr .8fr 1.2fr .7fr}.library-layout{grid-template-columns:190px 1fr;gap:27px}.request-layout{gap:45px}.coming-hero{gap:45px}.coming-copy h1{font-size:63px}.hero-sticker{right:-10px}.category-grid{gap:8px}.category-link{font-size:9px}}
@media(max-width:1000px){.main-nav{gap:12px}.main-nav>a,.nav-dropdown>button{font-size:9px}.header-actions .search-open{width:30px}.header-actions .button-small .icon{display:none}.hero h1{font-size:51px;letter-spacing:-2px}.hero-art{height:370px}.hero-sticker{font-size:23px;right:-13px}.hero-buttons{gap:17px;flex-wrap:wrap}.hero-footnote{margin-top:22px}.hero{gap:35px}.hero-sun .icon{width:50px;height:50px}.quick-card{padding:19px}.quick-card h2{font-size:21px}.quick-card .eyebrow{font-size:7px}.quick-card p{line-height:1.6;max-width:145px}.category-icon{width:51px;height:51px}.banner-copy{padding-left:33px}.banner-copy h2{font-size:33px}.carousel-controls{left:33px}.resource-sheet{width:64%}.home-cards .card-visual{height:220px}.card-info h3{font-size:20px}.animation-grid{gap:18px;grid-template-columns:1fr 1fr 1fr}.animation-grid .card-visual{height:195px}.animation-grid .card-info h3{font-size:18px}.values-row{gap:15px}.values-row>div{gap:10px}.values-row strong{font-size:10px}.values-row span{font-size:8px}.footer-grid{grid-template-columns:1fr .75fr 1.2fr}.footer-note{display:none}.community-card h2{font-size:32px}.community-card{padding:27px}.community-grid{gap:30px}.section-title h2{font-size:27px}.small-note{font-size:22px}.coming-copy h1{font-size:54px;letter-spacing:-2px}.coming-hero{min-height:590px;gap:40px}.coming-copy>p{font-size:13px}.coming-art>img{aspect-ratio:1/1.25}.coming-art .hero-sticker{font-size:25px;min-width:130px}.coming-art .photo-label{padding-right:12px;left:-20px}.coming-art .photo-label strong{font-size:10px}.coming-art .photo-label-icon{width:33px;height:33px}.coming-art .hero-sun{left:-15px}.about-section{gap:40px}.about-section>img{height:490px}.form-card{padding:27px}.form-grid{gap:16px}.detail-layout{grid-template-columns:minmax(0,1fr) 255px;gap:30px}.detail-main h1{font-size:38px}.library-main .card-visual{height:235px}}
@media(max-width:820px){.container{width:calc(100% - 40px)}.main-nav{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--paper);border-bottom:1px solid var(--line);padding:18px 22px;box-shadow:0 10px 20px #00000009;max-height:calc(100dvh - 110px);overflow:auto}.main-nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0}.main-nav>a,.nav-dropdown>button{font-size:14px;padding:13px 8px;width:100%;text-align:left;justify-content:space-between}.nav-dropdown{width:100%}.dropdown-panel{display:none;visibility:visible;opacity:1;position:static;width:auto;box-shadow:none;border:0;background:#f7f3eb;transform:none;padding:7px 12px;margin-bottom:8px}.nav-dropdown.is-open .dropdown-panel{display:block}.nav-dropdown:not(.is-open):hover .dropdown-panel{display:none}.dropdown-panel a{font-size:12px}.menu-toggle{display:inline-flex}.header-inner{height:83px}.brand{width:123px}.brand img{height:55px;width:118px}.header-actions{gap:8px}.header-actions .button-small{font-size:11px;padding:10px 15px}.header-actions .button-small .icon{display:block}.hero{padding-top:50px;padding-bottom:60px;gap:24px;grid-template-columns:1.03fr 1fr}.hero h1{font-size:44px;letter-spacing:-1.8px}.hero-art{height:348px}.hero-copy>p{font-size:12px}.hero-eyebrow{font-size:8px;letter-spacing:1px;margin-bottom:20px}.hero-sticker{font-size:20px;right:-6px;top:3px;padding:18px 14px 10px}.hero-sticker>.icon{width:24px;height:24px}.hero-spark{right:-12px}.hero-spark .icon{width:27px;height:27px}.hero-buttons .text-link{font-size:11px}.hero-buttons{gap:14px}.hero-buttons .button{min-height:44px;font-size:11px;padding:11px 17px}.hero-footnote{font-size:10px}.hero-image{border-radius:110px 110px 14px 14px}.photo-label{left:-12px;padding:10px;gap:8px}.photo-label strong,.photo-label span:not(.photo-label-icon){font-size:9px}.photo-label-icon{width:32px;height:32px}.photo-label .icon{width:19px;height:19px}.hero-caption{font-size:20px;right:4px;bottom:-35px}.quick-links{gap:11px}.quick-card{padding:17px 15px}.quick-top{margin-bottom:15px}.quick-icon{width:36px;height:36px}.quick-icon .icon{width:23px;height:23px}.quick-card h2{font-size:19px;letter-spacing:-.5px}.quick-card p{font-size:9px}.quick-card .eyebrow{font-size:7px;letter-spacing:.8px}.discovery-section{padding-top:50px;padding-bottom:35px}.section-title h2{font-size:25px}.small-note{display:none}.category-grid{grid-template-columns:repeat(5,1fr);gap:22px 12px}.category-link{font-size:10px}.category-icon{width:55px;height:55px}.banner-slide{min-height:330px}.banner-copy{padding:35px 12px 55px 29px}.banner-copy h2{font-size:30px}.banner-copy p{font-size:11px}.banner-slide>img{max-height:370px}.carousel-controls{left:29px}.content-section{padding-top:50px;padding-bottom:45px}.home-cards{gap:17px}.home-cards .card-visual{height:205px}.resource-sheet{padding:13px 10px;width:68%;height:81%}.resource-sheet>strong{font-size:16px}.resource-sheet>.icon{height:34px;width:34px;margin:13px 0 8px}.sheet-footer{font-size:5px;letter-spacing:1px}.card-info h3{font-size:18px;line-height:1.2}.card-info p{font-size:11px}.card-info{padding-top:15px}.animation-section{padding:40px 0}.animation-section .section-title{align-items:flex-start}.animation-section .button{font-size:10px;padding:10px 13px;min-height:40px;gap:9px;white-space:nowrap}.animation-section .section-title h2{font-size:26px;max-width:380px}.animation-grid .card-visual{height:180px}.animation-grid .card-info h3{font-size:18px}.community-grid{padding-top:40px;padding-bottom:35px;gap:24px}.announcements h2{font-size:21px}.community-card h2{font-size:29px}.community-card{padding:26px}.community-card p{font-size:11px}.community-heart{right:19px;bottom:24px}.community-heart .icon{width:44px;height:44px}.values-row{grid-template-columns:repeat(2,1fr);gap:23px;padding-block:27px 32px}.values-row strong{font-size:11px}.values-row span{font-size:9px}.footer-grid{gap:29px;grid-template-columns:1fr .7fr 1.15fr}.site-footer{padding-top:35px}.footer-newsletter h3{font-size:22px}.page-intro h1{font-size:45px;max-width:calc(100% - 30px)}.intro-doodle{right:0}.intro-doodle .icon{height:45px;width:45px}.page-intro>p{font-size:13px;max-width:590px}.library-layout{grid-template-columns:165px 1fr;gap:22px}.library-sidebar{padding:17px 8px}.library-sidebar a{font-size:10px;padding:8px}.library-sidebar h2{font-size:12px}.library-toolbar{gap:10px}.library-toolbar p{font-size:10px}.library-search{max-width:220px}.library-main .cards-grid{gap:25px 18px}.library-main .card-visual{height:205px}.about-section{gap:30px}.about-section>img{height:540px;border-radius:110px 110px 16px 16px}.about-copy p{font-size:13px}.about-mission{gap:16px}.mission-card{padding:23px}.mission-card h2{font-size:22px}.animation-intro{padding:20px 25px;gap:25px}.animation-intro p{font-size:12px}.wide-listing .card-visual{height:260px}.request-layout{gap:30px}.request-copy h2{font-size:28px}.request-copy p{font-size:12px}.form-card{padding:24px}.form-card h2{font-size:27px}.form-grid{grid-template-columns:1fr}.request-copy>img{height:220px}.detail-layout{grid-template-columns:1fr}.detail-aside{position:static;max-width:none}.detail-aside .button{width:auto}.coming-hero{gap:27px;min-height:620px}.coming-copy h1{font-size:49px}.coming-copy>p{font-size:12px}.coming-art>img{aspect-ratio:1/1.38;border-radius:120px 120px 18px 18px}.coming-art .hero-sticker{font-size:22px;min-width:110px;right:-3px;padding:20px 13px 13px}.coming-header{padding-top:22px}.coming-form .newsletter-input button{font-size:10px;width:98px}.coming-copy .handwritten{font-size:23px}.coming-topics{gap:6px}.coming-topics span{font-size:8px;padding:5px 8px}.coming-bottom{font-size:9px}}
@media(max-width:600px){.container{width:calc(100% - 36px)}.top-strip{height:28px;font-size:9px}.top-strip .container{justify-content:center}.top-strip .container>span:last-child{display:none}.header-inner{height:78px}.brand{width:111px}.brand img{width:108px;height:50px}.brand>span{font-size:7px}.header-actions{gap:4px}.header-actions .button-small{font-size:9px;padding:9px 11px;min-height:36px;gap:6px;border-radius:7px}.header-actions .button-small .icon{width:14px;height:14px}.icon-button{width:35px;height:35px}.header-actions .search-open{width:30px}.header-actions .search-open .icon{width:17px;height:17px}.menu-toggle{border:0}.hero{grid-template-columns:1fr;gap:39px;padding-top:39px;padding-bottom:52px}.hero-copy{padding:0 4px}.hero-eyebrow{font-size:8px;margin-bottom:19px}.hero h1{font-size:53px;letter-spacing:-2.3px;line-height:1.07;margin-bottom:24px}.hero-copy>p{font-size:13px;line-height:1.8;margin-bottom:23px}.hero-buttons{gap:23px}.hero-buttons .button{min-height:45px;font-size:11px;padding:11px 18px}.hero-buttons .text-link{font-size:10px;gap:7px}.hero-footnote{display:none}.hero-art{height:340px;width:calc(100% - 17px);margin:0 auto}.hero-image{border-radius:120px 120px 15px 15px}.hero-image img{object-position:62% 45%}.hero-sticker{top:0;right:-5px;font-size:24px;min-width:116px;padding:22px 16px 10px}.hero-sticker>.icon{width:27px;height:27px}.hero-sun{top:-19px;left:0}.hero-sun .icon{width:49px;height:49px}.photo-label{left:-10px;bottom:18px;padding:12px;gap:10px}.photo-label strong{font-size:11px}.photo-label span:not(.photo-label-icon){font-size:9px}.photo-label-icon{width:35px;height:35px}.hero-caption{font-size:23px;right:10px;bottom:-32px}.hero-spark{right:-11px;bottom:47px}.quick-links{grid-template-columns:1fr 1fr;gap:12px}.quick-card{padding:19px 18px 18px;border-radius:13px}.quick-card h2{font-size:23px;line-height:1.05;margin:7px 0 9px}.quick-card .eyebrow{font-size:7px;letter-spacing:1px}.quick-card p{font-size:10px;max-width:150px}.quick-top{margin-bottom:14px}.quick-icon{width:36px;height:36px}.discovery-section{padding-top:43px;padding-bottom:33px}.section-title{margin-bottom:24px;gap:13px}.section-title h2{font-size:27px;line-height:1.17;margin-top:8px}.section-title>.text-link{font-size:10px;gap:6px}.section-title .eyebrow{font-size:8px;letter-spacing:1.3px}.category-grid{grid-template-columns:repeat(3,1fr);gap:24px 12px;padding-top:3px}.category-link{gap:9px;font-size:10px;max-width:120px;margin:auto}.category-icon{height:54px;width:54px}.category-icon .icon{height:24px;width:24px}.feature-banner{border-radius:16px}.banner-slide{grid-template-columns:1fr;grid-template-rows:auto 220px;min-height:560px}.banner-copy{padding:28px 27px 15px}.banner-copy h2{font-size:34px;max-width:310px}.banner-copy p{font-size:12px}.banner-copy .eyebrow{font-size:8px}.banner-slide>img{height:240px;mask-image:linear-gradient(to bottom,transparent,#000 22%);object-fit:cover;object-position:50% 30%;align-self:end}.banner-slide>img.contain{padding:0 15px 25px}.carousel-controls{bottom:16px;left:25px;right:17px}.carousel-dots{background:#fff9;border-radius:20px;padding:8px}.content-section{padding-top:45px;padding-bottom:37px}.content-section .section-title{align-items:flex-start;flex-direction:column;gap:13px}.content-section .section-title h2{max-width:310px}.home-cards{grid-template-columns:1fr}.home-cards .card-visual{height:300px}.home-cards .content-card{margin-bottom:12px}.home-cards .resource-sheet{max-width:205px;padding:18px 20px}.resource-sheet>strong{font-size:22px}.resource-sheet>.icon{width:48px;height:48px;margin:20px 0 13px}.sheet-brand{font-size:11px}.sheet-footer{font-size:6px;letter-spacing:1.5px}.sheet-line{margin-top:12px}.card-info h3{font-size:25px;letter-spacing:-.6px}.card-info p{font-size:12px}.card-info>.eyebrow{font-size:8px}.preview-tag{font-size:8px}.animation-section{padding:35px 0}.animation-section .section-title{flex-direction:column;gap:20px}.animation-section .section-title h2{font-size:28px}.animation-section .section-title p{font-size:12px}.animation-grid{grid-template-columns:1fr;gap:25px}.animation-grid .card-visual{height:240px}.animation-grid .card-info h3{font-size:24px}.animation-grid .content-card:nth-child(n) img{width:100%}.animation-empty{grid-template-columns:1fr;gap:25px}.animation-empty img{max-height:200px}.animation-empty h3{font-size:28px}.community-grid{grid-template-columns:1fr;gap:27px;padding-top:30px}.community-card{padding:30px}.community-card h2{font-size:36px}.community-card p{font-size:12px}.community-card>.eyebrow{font-size:7px}.community-heart .icon{width:58px;height:58px}.community-heart{right:29px;bottom:25px}.announcements .section-title{margin-bottom:7px}.announcements h2{font-size:24px}.announcements .text-link{font-size:11px}.news-row{padding:15px 0}.news-row h3{font-size:13px}.news-row .eyebrow{font-size:8px}.values-row{gap:20px 16px;padding-block:27px 30px}.values-row>div{gap:9px;align-items:flex-start}.values-row>div>.icon{width:24px;height:24px}.values-row strong{font-size:10px}.values-row span{font-size:8px;line-height:1.6;max-width:125px}.site-footer{padding-top:32px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 27px;padding-bottom:28px}.footer-brand p{font-size:10px}.footer-links{font-size:11px;gap:8px}.site-footer h3{font-size:13px}.footer-newsletter{grid-column:1/-1;border-top:1px solid #ffffff12;padding-top:27px}.footer-newsletter h3{font-size:28px}.footer-newsletter h3 br{display:none}.footer-newsletter p{font-size:11px}.footer-newsletter .consent{font-size:9px;max-width:310px}.footer-newsletter .newsletter-input{max-width:420px}.newsletter-input input{padding:13px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px;padding:18px 0 23px;font-size:9px}.footer-bottom>span:last-child{gap:20px}.page-intro{padding-top:23px;padding-bottom:30px}.breadcrumb{font-size:9px;margin-bottom:30px;overflow-wrap:anywhere}.page-intro h1{font-size:39px;line-height:1.13;letter-spacing:-1.5px;max-width:100%;padding-right:15px}.page-intro>.eyebrow{font-size:8px}.page-intro>p{font-size:13px;line-height:1.8}.intro-doodle{top:74px;right:5px;opacity:.3}.intro-doodle .icon{height:32px;width:32px}.library-layout{display:flex;flex-direction:column;gap:23px;padding-bottom:45px}.library-sidebar{position:static;width:100%;padding:15px 13px;overflow:hidden}.library-sidebar h2{margin:0 2px 12px}.library-sidebar nav{flex-direction:row;overflow:auto;padding-bottom:4px}.library-sidebar a{white-space:nowrap;font-size:10px;padding:8px 10px;background:#f5f5ee;flex-shrink:0}.library-toolbar{padding-bottom:17px;margin-bottom:22px}.library-search{max-width:210px}.library-toolbar p{font-size:10px}.library-main .cards-grid{grid-template-columns:1fr;gap:31px}.library-main .card-visual{height:310px}.library-main .resource-sheet{max-width:205px;padding:17px}.library-main .card-info h3{font-size:24px}.empty-state{padding:40px 22px}.empty-state h2{font-size:26px}.about-section{grid-template-columns:1fr;gap:30px;padding-bottom:38px}.about-section>img{height:340px;grid-row:1;border-radius:90px 90px 14px 14px}.about-copy p{font-size:13px;line-height:1.95}.about-copy .handwritten{font-size:30px}.about-watermark{right:0}.about-mission{grid-template-columns:1fr;gap:16px;padding-bottom:40px}.mission-card{padding:25px}.mission-card h2{font-size:25px}.mission-card>.icon{margin-bottom:15px}.animation-intro{grid-template-columns:1fr;gap:15px;padding:23px;margin-bottom:28px}.animation-intro img{height:170px;grid-row:1}.animation-intro p{font-size:12px}.wide-listing{padding-bottom:45px}.wide-listing .cards-grid{grid-template-columns:1fr;gap:32px}.wide-listing .card-visual{height:280px}.request-layout{grid-template-columns:1fr;gap:32px;padding-bottom:45px}.request-copy h2{font-size:32px;margin-top:5px}.request-copy p{font-size:13px}.request-copy>img{height:220px;margin-top:25px}.request-steps{gap:16px;margin-top:23px}.form-card{padding:25px;border-radius:15px}.form-card h2{font-size:29px}.form-grid{grid-template-columns:1fr;gap:17px}.form-group input,.form-group textarea,.form-group select{font-size:16px;line-height:1.45;padding:11px 12px}.form-group label{font-size:12px}.form-card .consent{font-size:10px}.form-card>.eyebrow{font-size:8px}.detail-main h1{font-size:36px;letter-spacing:-1.3px}.detail-main .lead{font-size:14px}.detail-body{font-size:14px;line-height:1.9}.detail-layout{margin-bottom:45px;gap:25px}.detail-visual{margin-bottom:25px}.detail-aside{padding:23px}.legal-content{padding-bottom:45px}.legal-content h2{font-size:24px}.legal-content p,.legal-content li{font-size:13px}.search-dialog{padding:24px}.search-dialog-head h2{font-size:25px}.search-dialog label{font-size:11px}.search-input-wrap{gap:6px;padding-left:10px}.search-input-wrap input{font-size:16px}.search-input-wrap .button{font-size:11px;padding:8px 13px}.search-input-wrap .button .icon{display:none}.search-input-wrap>.icon{width:16px}.coming-header{padding-top:18px}.coming-pill{font-size:8px;letter-spacing:1px;padding:6px 10px}.coming-header .brand{width:122px}.coming-header .brand img{width:118px;height:57px}.coming-hero{grid-template-columns:1fr;gap:42px;padding-top:42px;padding-bottom:44px;min-height:0}.coming-copy{padding:0 4px}.coming-copy>.eyebrow{font-size:8px;margin-bottom:20px}.coming-copy h1{font-size:57px;letter-spacing:-2.5px;margin-bottom:23px}.coming-copy>p{font-size:13px;line-height:1.85;margin-bottom:23px}.coming-copy .handwritten{font-size:25px;margin-top:20px}.coming-form{max-width:none}.coming-form .newsletter-input{min-height:49px}.coming-form .newsletter-input input{font-size:16px}.coming-form .newsletter-input button{font-size:11px;width:111px}.coming-form .consent{font-size:9px}.coming-topics{margin-top:23px}.coming-topics span{font-size:9px;padding:5px 10px}.coming-art{width:calc(100% - 20px);margin-inline:auto}.coming-art>img{aspect-ratio:1/1.04;max-height:440px;border-radius:130px 130px 17px 17px;box-shadow:8px 8px 0 #e9eadc}.coming-art .hero-sticker{font-size:25px;min-width:126px;right:-8px;top:10px;padding:22px 12px 10px}.coming-art .photo-label{left:-12px;bottom:17px;padding:12px;gap:10px}.coming-art .hero-sun{top:-19px;left:0}.coming-bottom{flex-direction:column;align-items:flex-start;gap:10px;padding:22px 0;font-size:9px}.coming-bottom>span:last-child{align-self:flex-start}.coming-bottom .social-links{margin:3px 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

.coming-form .newsletter-input button{white-space:nowrap;min-width:118px}
