:root{--ink:#143a2b;--oat:#f3ede4;--paper:#fbf8f3;--sage:#aebca2;--clay:#b56648;--line:#d9c9b8;--wood:#a8784e;--body:var(--font-body),sans-serif;--display:var(--font-display),serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--oat);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-shell main{flex:1 1}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--display);font-weight:500;line-height:.98;text-wrap:balance}.header{height:88px;padding:0 2.35rem;border-bottom:1px solid var(--line);gap:2rem;background:rgba(243,237,228,.96);position:-webkit-sticky;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand,.footer-brand,.header{display:flex;align-items:center}.brand,.footer-brand{gap:13px;white-space:nowrap;font-family:var(--display);text-transform:uppercase;letter-spacing:.16em;font-size:18px;font-weight:600}.mark{display:inline-block;width:40px;height:49px;position:relative}.mark i{width:31px;height:31px;border:2px solid var(--wood);border-radius:50%;top:0;left:3px}.mark b,.mark i{position:absolute}.mark b{width:11px;height:20px;border:2px solid var(--wood);border-radius:2px;top:28px;left:13px}.mark b:after{content:"";position:absolute;border:1px solid var(--wood);width:3px;height:3px;border-radius:50%;top:5px;left:2px}.header nav{display:flex;gap:2.8rem;margin:auto;font-size:15px}.footer a,.header nav a,.text-link{transition:color .2s ease}.footer a:hover,.header nav a:hover,.text-link:hover{color:var(--clay)}.button{min-height:52px;padding:14px 25px;display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:white;border:1px solid var(--ink);border-radius:4px;font-weight:500;transition:background .2s ease,color .2s ease,transform .2s ease}.button:hover{background:#285947;transform:translateY(-2px)}.button:active{transform:scale(.98)}.button-outline{background:transparent;color:var(--ink)}.button-outline:hover{background:var(--ink);color:#fff}.menu{display:none;margin-left:auto}.menu summary{list-style:none;cursor:pointer;min-height:44px;display:flex;align-items:center}.menu summary::-webkit-details-marker{display:none}.menu div{position:absolute;right:1rem;top:76px;background:var(--paper);border:1px solid var(--line);padding:14px;display:grid;grid-gap:6px;gap:6px;min-width:210px}.menu a{padding:10px}.hero{min-height:470px;display:grid;grid-template-columns:43% 57%;border-bottom:1px solid var(--line);overflow:hidden;background:var(--paper)}.hero-copy{padding:74px clamp(2.4rem,5vw,6.2rem);align-self:center}.eyebrow{font-size:12px;line-height:1.2;letter-spacing:.2em;text-transform:uppercase;color:var(--clay);font-weight:600;margin-bottom:24px}.hero h1{font-size:clamp(3.5rem,5vw,6.1rem);max-width:650px}.hero-copy>p:not(.eyebrow){max-width:510px;font-size:17px;line-height:1.55;margin:25px 0 30px}.made-in{display:block;margin-top:31px;font-size:14px}.made-in:first-letter{color:var(--clay);font-size:27px}.hero-media{position:relative;min-height:470px}.hero-media>picture{display:block;height:100%}.hero-media>picture img{object-position:center}.detail{position:absolute;bottom:-1px;left:-20%;width:34%;height:44%;border:7px solid var(--paper);border-bottom:0;border-radius:28px 28px 0 0;overflow:hidden}.statement{min-height:68px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:22px;padding:14px 2rem;text-align:center}.statement h2{font-size:clamp(1.65rem,2.25vw,2.35rem)}.statement span{color:var(--clay);font-size:25px}.section{padding:clamp(4rem,7vw,7.2rem) clamp(1.25rem,3.7vw,4rem)}.collections{padding-top:4.2rem}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.collection-tile{display:grid;grid-template-columns:2fr 1fr;min-height:230px;border-right:1px solid var(--line);background:var(--paper)}.collection-tile:last-child{border-right:0}.collection-tile picture{min-height:230px}.collection-tile div{padding:25px 18px;display:flex;flex-direction:column;align-items:flex-start}.collection-tile h2{font-size:clamp(1.75rem,2.1vw,2.6rem)}.collection-tile p{font-size:14px;margin:13px 0 22px}.text-link{font-size:14px;text-decoration:underline;text-underline-offset:5px}.text-link span{font-size:18px;margin-left:3px}.craft{padding-top:1rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;border-top:0}.craft-image{min-height:420px}.craft-copy{padding:clamp(2.3rem,7vw,8rem);border:1px solid var(--line);border-left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.craft-copy h2,.faq h2,.how h2,.section-heading h2{font-size:clamp(2.6rem,4vw,4.5rem);max-width:600px}.craft-copy>p:not(.eyebrow){max-width:440px;margin:24px 0}.featured{padding-top:2.2rem}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:37px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.product-card{min-width:0}.product-image{display:block;aspect-ratio:1/1.08;overflow:hidden;background:#e9e1d5}.product-image picture{height:100%;display:block}.product-image img{transition:transform .45s ease}.product-card:hover .product-image img{transform:scale(1.035)}.product-info{display:flex;justify-content:space-between;gap:8px;padding:17px 3px}.product-info h3{font-size:21px;line-height:1.02;max-width:210px}.product-info p{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:14px;margin-top:10px}.product-info .text-link{white-space:nowrap;align-self:flex-end}.how{background:var(--sage);border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:.9fr 1.6fr;grid-gap:7vw;gap:7vw}.how ol{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.how li{border-left:1px solid rgba(20,58,43,.35);padding-left:18px;display:grid;grid-gap:12px;gap:12px}.how strong{font-family:var(--display);font-weight:500;font-size:30px;line-height:1}.how span{font-size:14px}.faq{max-width:1000px;margin:auto}.faq h2{margin-bottom:30px}.faq details{border-top:1px solid var(--line);padding:21px 0}.faq details:last-of-type{border-bottom:1px solid var(--line)}.faq summary{font-family:var(--display);font-size:25px;cursor:pointer;display:flex;justify-content:space-between;gap:20px}.faq summary:after{content:"+";font-family:var(--body);font-size:21px}.faq details[open] summary:after{content:"−"}.faq details p{max-width:690px;margin-top:15px;font-size:16px}.final-cta{padding:clamp(4.5rem,8vw,8rem) 2rem;background:var(--ink);color:#fff;text-align:center}.final-cta .eyebrow{color:#ecc4a6}.final-cta h2{font-size:clamp(3rem,5.3vw,6rem);max-width:800px;margin:0 auto 32px}.button-light{background:var(--oat);color:var(--ink);border-color:var(--oat)}.button-light:hover{background:white}.page-intro{background:var(--paper);padding:clamp(5rem,9vw,9rem) max(1.25rem,14vw) clamp(4rem,7vw,7rem);border-bottom:1px solid var(--line)}.page-intro h1{font-size:clamp(3.7rem,7vw,7.4rem);max-width:780px}.page-intro>p:last-child{font-size:17px;max-width:600px;margin-top:25px}.shop-grid{max-width:1440px;margin:auto;padding-top:55px}.product-grid.full{grid-template-columns:repeat(4,1fr);gap:35px 18px}.etsy-note{font-size:12px;color:#5f665e;margin:40px 0 18px;max-width:680px}.about-story,.steps,.story{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(2rem,7vw,7rem);gap:clamp(2rem,7vw,7rem);align-items:center;max-width:1280px;margin:auto}.about-story picture,.steps picture,.story picture{height:500px}.about-story h2,.steps h2,.story-copy h2{font-size:clamp(3rem,4.5vw,5rem)}.about-story p,.steps p,.story-copy p{margin-top:20px;max-width:530px}.steps{background:var(--sage);max-width:none;padding:clamp(4rem,7vw,7rem) max(1.25rem,12vw)}.steps picture{height:440px}.about-story .button,.steps .button{margin-top:28px}.ideas{max-width:1280px;margin:auto;display:grid;grid-gap:70px;gap:70px}.idea{display:grid;grid-template-columns:1.3fr .7fr;align-items:center;grid-gap:clamp(2rem,8vw,9rem);gap:clamp(2rem,8vw,9rem)}.idea:nth-child(2n){grid-template-columns:.7fr 1.3fr}.idea:nth-child(2n) picture{order:2}.idea picture{height:440px}.idea span{font-size:13px;letter-spacing:.18em;color:var(--clay)}.idea h2{font-size:clamp(3rem,5vw,5.4rem);margin:13px 0 20px}.idea p{max-width:400px}.about-story{padding-top:clamp(4rem,7vw,7rem);padding-bottom:clamp(4rem,7vw,7rem)}.about-story picture{height:570px}.product-page{max-width:1320px;margin:auto;display:grid;grid-template-columns:1.15fr .85fr;grid-gap:clamp(2rem,6vw,7rem);gap:clamp(2rem,6vw,7rem);padding-top:70px}.product-gallery{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.product-gallery picture:first-child{grid-column:span 2;aspect-ratio:1.28}.product-gallery picture:not(:first-child){aspect-ratio:1}.product-detail{padding-top:8px}.back{font-size:14px;text-decoration:underline;text-underline-offset:5px}.product-detail h1{font-size:clamp(3rem,5vw,5.5rem);margin:25px 0 18px}.price{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:21px}.product-lead{font-size:17px;line-height:1.55;margin:26px 0}.buy-note{font-size:13px;margin-top:12px}.description{border-top:1px solid var(--line);margin-top:40px;padding-top:22px}.description p{white-space:pre-line;margin-bottom:17px;font-size:15px}.gallery-strip{padding-top:0;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px;max-width:1320px;margin:auto}.gallery-strip picture{aspect-ratio:1}.legal{max-width:820px;margin:auto;padding-top:60px}.legal h2{font-size:35px;margin:38px 0 12px}.legal p{max-width:700px}.not-found{min-height:50vh;padding:clamp(5rem,13vw,12rem) max(1.25rem,14vw);background:var(--paper)}.not-found h1{font-size:clamp(3.5rem,7vw,7rem);max-width:800px}.not-found p:not(.eyebrow){margin:23px 0 30px}.footer{background:var(--ink);color:#f6eee2;padding:55px clamp(1.25rem,4vw,4rem);display:grid;grid-template-columns:1.6fr 1fr 1fr auto;grid-gap:35px;gap:35px;border-top:1px solid rgba(255,255,255,.2)}.footer .mark b,.footer .mark b:after,.footer .mark i{border-color:#e7c390}.footer-brand{font-size:16px}.footer>div>p{font-family:var(--display);font-size:23px;margin:20px 0}.footer-links{display:grid;align-content:start;grid-gap:12px;gap:12px;font-size:14px}.theo{align-self:end;width:115px}.theo img{height:auto;object-fit:contain}@media(prefers-reduced-motion:no-preference){.reveal{animation:rise .7s both}.delay{animation-delay:.18s}.collection-tile,.craft-copy,.product-card{transition:transform .3s ease,box-shadow .3s ease}.collection-tile:hover,.product-card:hover{transform:translateY(-4px)}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}a:focus-visible,summary:focus-visible{outline:3px solid var(--clay);outline-offset:4px}@media(max-width:1100px){.header{padding:0 1.5rem}.header nav{gap:1.5rem}.header-cta{display:none}.product-grid,.product-grid.full{grid-template-columns:repeat(3,1fr)}.collection-tile{grid-template-columns:1fr}.collection-tile picture{min-height:190px}.collection-tile div{min-height:195px}.footer{grid-template-columns:1.5fr 1fr 1fr}}@media(max-width:760px){.header{height:70px;padding:0 1rem}.brand{font-size:14px;letter-spacing:.11em}.mark{transform:scale(.72);transform-origin:left center;width:31px}.header nav{display:none}.menu{display:block}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:64px 1.4rem 46px}.hero h1{font-size:clamp(3.25rem,15vw,4.8rem)}.hero-media{min-height:400px}.detail{width:42%;height:37%;left:6%;border-width:5px;border-radius:22px 22px 0 0}.statement{padding:20px 1rem;gap:10px}.statement h2{font-size:1.65rem}.section{padding:4rem 1.25rem}.collection-grid{grid-template-columns:1fr}.collection-tile{grid-template-columns:1.35fr 1fr;border-right:0;border-bottom:1px solid var(--line)}.collection-tile:last-child{border-bottom:0}.collection-tile picture{min-height:190px}.collection-tile div{min-height:190px;padding:22px 15px}.about-story,.craft,.product-page,.steps,.story{grid-template-columns:1fr;gap:0}.craft-image{min-height:320px}.craft-copy{border-left:1px solid var(--line);border-top:0;padding:3.2rem 1.35rem}.section-heading{align-items:start;flex-direction:column}.product-grid,.product-grid.full{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 13px}.product-info{display:block}.product-info h3{font-size:19px}.product-info .text-link{display:inline-block;margin-top:15px}.how{gap:35px}.how,.how ol{grid-template-columns:1fr}.how ol{gap:24px}.how li{grid-template-columns:130px 1fr}.page-intro{padding:5rem 1.25rem 4rem}.page-intro h1{font-size:clamp(3.4rem,15vw,5rem)}.about-story picture,.steps picture,.story picture{height:340px}.about-story>div,.steps>div,.story-copy{padding:3.2rem 1.25rem}.steps{padding:0}.steps>div{padding-bottom:4rem}.ideas{gap:55px}.idea,.idea:nth-child(2n){grid-template-columns:1fr;gap:25px}.idea:nth-child(2n) picture{order:0}.idea picture{height:310px}.product-page{padding-top:35px}.product-gallery{gap:7px}.product-detail{padding-top:35px}.gallery-strip{grid-template-columns:repeat(2,1fr);padding:0 1.25rem 4rem}.footer{grid-template-columns:1fr 1fr;gap:34px 20px;padding:44px 1.25rem}.footer>div:first-child{grid-column:span 2}.theo{width:108px}.legal{padding-top:20px}.faq summary{font-size:22px}}.product-page{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.product-page>*{min-width:0}.product-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.description p,.product-detail h1{overflow-wrap:anywhere}.gallery-strip{grid-template-columns:repeat(5,minmax(0,1fr))}.craft-image picture{display:block;height:100%}.mark{width:25px;height:43px;display:block;flex:none;overflow:visible}.mark img{width:100%;height:100%;object-fit:contain}.footer .mark{filter:sepia(1) saturate(.8) hue-rotate(340deg) brightness(1.5)}@media(max-width:760px){.product-page{grid-template-columns:1fr}.gallery-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}.garland-hero{min-height:540px;display:grid;grid-template-columns:1fr 1fr;background:var(--paper);border-bottom:1px solid var(--line)}.garland-hero-copy{padding:clamp(4rem,8vw,8rem) clamp(1.5rem,7vw,8rem);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.garland-hero h1{font-size:clamp(3.6rem,6.2vw,7rem);max-width:640px}.garland-hero-copy>p:not(.eyebrow){max-width:500px;font-size:18px;margin:26px 0 30px}.garland-hero-copy .text-link{margin-top:20px}.garland-hero-media{min-height:540px}.garland-hero-media picture{display:block;height:100%}.garland-intro{max-width:1240px;margin:auto;display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:clamp(3rem,8vw,9rem);gap:clamp(3rem,8vw,9rem)}.garland-choose h2,.garland-faq h2,.garland-feature h2,.garland-intro h2,.garland-placement h2,.garland-story h2{font-size:clamp(3rem,4.8vw,5.3rem)}.garland-intro>div:last-child{display:grid;grid-gap:22px;gap:22px;max-width:640px;font-size:17px}.garland-feature{background:var(--sage);display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(2rem,7vw,7rem);gap:clamp(2rem,7vw,7rem);align-items:center}.garland-feature picture,.garland-placement picture,.garland-story picture{height:520px}.garland-feature>div,.garland-placement>div,.garland-story>div{max-width:540px}.garland-feature p:not(.eyebrow),.garland-placement p:not(.eyebrow),.garland-story p:not(.eyebrow){margin-top:20px}.garland-feature .text-link{display:inline-block;margin-top:28px}.garland-use-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.garland-use-grid article{padding:32px 28px 35px;border-right:1px solid var(--line)}.garland-use-grid article:last-child{border-right:0}.garland-use-grid h3{font-size:31px;margin-bottom:16px}.garland-use-grid p{max-width:330px}.garland-story{background:var(--paper);display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:clamp(2rem,8vw,9rem);gap:clamp(2rem,8vw,9rem);align-items:center}.garland-story .button{margin-top:30px}.garland-placement{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:clamp(2rem,8vw,9rem);gap:clamp(2rem,8vw,9rem);align-items:center}.garland-choose{background:var(--sage)}.garland-choose>div:first-child{max-width:630px;margin-bottom:45px}.garland-choose>div:first-child p:not(.eyebrow){margin-top:22px;max-width:540px}.garland-products{grid-template-columns:repeat(3,1fr);max-width:1100px}.garland-faq{max-width:1000px;margin:auto}.garland-faq h2{margin-bottom:30px}.garland-faq details{border-top:1px solid var(--line);padding:21px 0}.garland-faq details:last-child{border-bottom:1px solid var(--line)}.garland-faq summary{font-family:var(--display);font-size:25px;cursor:pointer;display:flex;justify-content:space-between;gap:20px}.garland-faq summary:after{content:"+";font-family:var(--body);font-size:21px}.garland-faq details[open] summary:after{content:"-";font-family:var(--body);font-size:21px}.garland-faq details p{max-width:690px;margin-top:15px;font-size:16px}.garland-guide{background:var(--paper);display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:clamp(3rem,8vw,9rem);gap:clamp(3rem,8vw,9rem)}.garland-guide h2{font-size:clamp(3rem,4.8vw,5.3rem)}.garland-guide>div:last-child{max-width:660px}.garland-guide h3{font-size:31px;margin:0 0 14px}.garland-guide p{font-size:17px;margin:0 0 22px}.garland-guide h3:not(:first-child){margin-top:42px}@media(max-width:760px){.garland-feature,.garland-guide,.garland-hero,.garland-intro,.garland-placement,.garland-story{grid-template-columns:1fr;gap:0}.garland-hero-copy{padding:5rem 1.25rem 4rem}.garland-hero h1{font-size:clamp(3.3rem,15vw,5rem)}.garland-hero-media{min-height:380px}.garland-intro{gap:28px}.garland-feature,.garland-placement,.garland-story{padding:0}.garland-feature picture,.garland-placement picture,.garland-story picture{height:340px}.garland-feature>div,.garland-placement>div,.garland-story>div{padding:4rem 1.25rem}.garland-use-grid{grid-template-columns:1fr}.garland-use-grid article{border-right:0;border-bottom:1px solid var(--line);padding:28px 0}.garland-use-grid article:last-child{border-bottom:0}.garland-guide h3{font-size:29px}.garland-choose>div:first-child{margin-bottom:34px}.garland-products{grid-template-columns:repeat(2,minmax(0,1fr))}.garland-products .product-card:last-child{grid-column:span 2;max-width:calc(50% - 7px)}.garland-faq summary{font-size:22px}}.facts-hero{background:var(--paper);border-bottom:1px solid var(--line);padding-top:clamp(5rem,10vw,10rem);padding-bottom:clamp(4rem,8vw,7rem)}.facts-hero>p:not(.eyebrow){max-width:700px;font-size:18px;margin-top:24px}.facts-hero h1{font-size:clamp(3.8rem,7vw,7.5rem);max-width:860px}.facts-jump-links{display:flex;flex-wrap:wrap;gap:10px 25px;margin-top:36px;font-size:14px}.facts-jump-links a{text-decoration:underline;text-underline-offset:5px}.facts-section-heading{max-width:680px;margin-bottom:40px}.facts-collection h2,.facts-context h2,.facts-section-heading h2,.facts-source h2{font-size:clamp(3rem,5vw,5.6rem)}.facts-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);background:var(--paper)}.fact-stat{min-width:0;padding:30px 25px;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:flex-start}.fact-stat:last-child{border-right:0}.fact-number{font-family:var(--display);font-size:clamp(3.4rem,5.5vw,5.6rem);line-height:.85;color:var(--clay);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-bottom:22px}.fact-stat>p:not(.fact-number){font-size:16px;line-height:1.5}.fact-stat .fact-detail{margin-top:14px;color:#52685d;font-size:14px}.fact-stat a{margin-top:24px;font-size:12px;line-height:1.4;text-decoration:underline;text-underline-offset:4px}.facts-context{background:var(--sage);display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:clamp(3rem,10vw,10rem);gap:clamp(3rem,10vw,10rem)}.facts-context>div:first-child{max-width:530px}.facts-context-copy{max-width:650px;display:grid;grid-gap:21px;gap:21px;font-size:17px}.facts-source{max-width:1280px;margin:auto}.facts-source>h2{max-width:680px;margin-bottom:42px}.facts-source-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(2.5rem,9vw,9rem);gap:clamp(2.5rem,9vw,9rem);padding-top:28px;border-top:1px solid var(--line)}.facts-source-grid>div{max-width:540px}.facts-source h3{font-size:30px;margin-bottom:14px}.facts-source p{margin-bottom:18px}.source-link{display:block;text-decoration:underline;text-underline-offset:5px;line-height:1.55}.cite-heading{margin-top:42px}.facts-collection{background:var(--paper);display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(2rem,8vw,8rem);gap:clamp(2rem,8vw,8rem);align-items:center}.facts-collection picture{height:470px;display:block}.facts-collection>div{max-width:520px}.facts-collection>div>p:not(.eyebrow){font-size:17px;margin:22px 0 30px}.facts-collection .text-link{display:inline-block;margin:20px 0 0}@media(max-width:1100px){.facts-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fact-stat:nth-child(2){border-right:0}.fact-stat:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:760px){.facts-hero{padding:5rem 1.25rem 4rem}.facts-collection,.facts-context,.facts-source-grid,.facts-stat-grid{grid-template-columns:1fr;gap:0}.fact-stat,.fact-stat:nth-child(2){border-right:0;border-bottom:1px solid var(--line);padding:28px 0}.fact-stat:last-child{border-bottom:0}.facts-collection>div,.facts-context-copy,.facts-context>div{padding:4rem 1.25rem}.facts-context-copy{padding-top:0}.facts-source-grid{gap:32px}.facts-source-grid>div{max-width:none}.facts-collection{padding:0}.facts-collection picture{height:340px}.facts-collection>div{padding-bottom:4rem}}.header nav{gap:clamp(1rem,2vw,2.1rem)}.blog-directory{max-width:1280px;margin:auto}.category-grid{display:grid;grid-template-columns:minmax(0,1fr);max-width:640px}.category-card,.post-card{background:var(--paper);border:1px solid var(--line);transition:transform .25s ease,box-shadow .25s ease}.category-card:hover,.post-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(20,58,43,.1)}.category-image,.post-card-image{display:block;aspect-ratio:1.35}.category-image picture,.post-card-image picture{display:block;height:100%}.category-card>div,.post-card>div{padding:28px}.category-card h2,.post-card h2{font-size:clamp(2.1rem,3.5vw,3.2rem)}.category-card p,.post-card p{margin:15px 0 22px;max-width:540px}.blog-category-hero,.post-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:clamp(2rem,7vw,7rem);gap:clamp(2rem,7vw,7rem);align-items:center;background:var(--paper);padding-top:clamp(4rem,7vw,7rem);padding-bottom:clamp(4rem,7vw,7rem);border-bottom:1px solid var(--line)}.blog-category-hero h1,.post-hero h1{font-size:clamp(3.8rem,6.5vw,7rem);margin:24px 0}.blog-category-hero>div>p:last-child,.post-hero>div>p:last-child{font-size:17px;max-width:590px}.blog-category-hero>picture,.post-hero>picture{display:block;aspect-ratio:1.12;min-height:0}.blog-post-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr);grid-gap:24px;gap:24px}.post-card{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);align-items:center}.article{max-width:780px;margin:auto;padding-top:clamp(4rem,7vw,6rem);padding-bottom:clamp(4rem,7vw,6rem)}.article>p{font-size:18px;line-height:1.7;margin:0 0 24px}.article h2{font-size:clamp(2.45rem,4.2vw,4.1rem);line-height:1.02;margin:65px 0 22px}.article-image{margin:48px 0 56px}.article-image picture{display:block;aspect-ratio:1.28}.article-image-wide picture{aspect-ratio:1.7}.article-faq{margin-top:70px;padding-top:55px;border-top:1px solid var(--line)}.article-faq h2{margin:0 0 30px}.article-faq details{border-top:1px solid var(--line);padding:21px 0}.article-faq details:last-child{border-bottom:1px solid var(--line)}.article-faq summary{font-family:var(--display);font-size:25px;cursor:pointer;display:flex;justify-content:space-between;gap:20px}.article-faq summary:after{content:"+";font-family:var(--body);font-size:21px}.article-faq details[open] summary:after{content:"−"}.article-faq details p{font-size:16px;line-height:1.65;margin:16px 0 0}.article-close{margin-top:38px!important}@media(max-width:1100px){.header nav{gap:1rem;font-size:14px}}@media(max-width:760px){.blog-category-hero,.post-hero{grid-template-columns:1fr;gap:32px}.blog-category-hero h1,.post-hero h1{font-size:clamp(3.4rem,15vw,5rem)}.blog-category-hero>picture,.post-hero>picture{aspect-ratio:1.12}.post-card{grid-template-columns:1fr}.category-card>div,.post-card>div{padding:22px}.article>p{font-size:17px}.article h2{margin-top:52px}.article-image{margin:38px 0 46px}.article-image-wide picture{aspect-ratio:1.2}.article-faq{margin-top:55px;padding-top:42px}.article-faq summary{font-size:22px}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_67a1af{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_67a1af{--font-display:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_d541e6{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_d541e6{--font-body:"DM Sans","DM Sans Fallback"}