
:root{--ink:#111d4b;--paper:#f6f2da;--white:#fffef7;--lime:#dceb81;--line:rgba(17,29,75,.2);--font:'DM Sans',sans-serif;--display:'Bricolage Grotesque',sans-serif;--gutter:clamp(22px,4.5vw,88px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.5 var(--font);-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer;color:inherit}button:disabled{cursor:wait}img{max-width:100%;height:auto;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--display);font-weight:700;letter-spacing:-.055em;line-height:.98}h2{font-size:clamp(44px,5.1vw,82px)}h3{font-size:clamp(32px,3.3vw,54px)}p{max-width:65ch}:focus-visible{outline:3px solid #bb4023;outline-offset:5px}[hidden]{display:none!important}.skip-link{position:fixed;left:20px;top:-100px;padding:12px 20px;background:var(--ink);color:white;z-index:300}.skip-link:focus{top:10px}
.eyebrow{font-size:12px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.section-pad{padding:100px var(--gutter)}.text-link{font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid;padding:12px 0}.text-link span{font-size:22px;transition:transform .2s}.text-link:hover span{transform:translate(3px,-3px)}
.button{display:inline-flex;justify-content:space-between;align-items:center;gap:30px;min-height:52px;padding:14px 23px;border:1px solid var(--ink);border-radius:3px;font-size:14px;font-weight:600;transition:background .2s,color .2s}.button:hover{background:var(--ink);color:var(--paper)}.button span{font-size:22px;line-height:1}.button--dark{background:var(--ink);color:var(--paper)}.button--dark:hover{background:#2c416f}.button--light{background:var(--paper);color:var(--ink)}.button--wide{width:100%}
.announcement{height:33px;padding:0 var(--gutter);display:flex;justify-content:space-between;align-items:center;background:var(--ink);color:var(--paper);font-size:11px;letter-spacing:.045em}
.nav{height:102px;padding:0 var(--gutter);display:flex;align-items:center;gap:40px;border-bottom:1px solid var(--line);background:var(--paper);position:relative;z-index:100}.nav__logo{width:192px}.nav__links{display:flex;gap:34px;margin-left:auto;font-size:14px;font-weight:500}.nav__links a{padding:15px 0}.nav__links a:hover{text-decoration:underline;text-underline-offset:6px}.nav__cta{margin-left:16px}.nav__burger{display:none;width:44px;height:44px;padding:10px;background:none;border:0;flex-shrink:0}.nav__burger span{display:block;height:2px;background:currentColor;margin:6px 0;transition:transform .2s}.nav__burger[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.nav__burger[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}
.hero{padding:0 var(--gutter);position:relative;display:grid;grid-template-columns:47% 53%;min-height:650px;overflow:hidden}.hero__copy{padding:49px 0 45px;position:relative;z-index:2}.hero .eyebrow{display:flex;align-items:center;gap:12px}.tiny-cross{font-size:26px;line-height:1}.hero h1{font-size:clamp(65px,7.5vw,119px);line-height:.92;margin-top:28px;letter-spacing:-.045em}.hero__last{font-weight:500}.hero__sub{font-size:16px;line-height:1.55;width:310px;margin:26px 0 23px}.hero__stage{position:relative;min-width:0}.hero__edition{position:absolute;top:40px;right:0;font-size:12px}.hero__circle{position:absolute;left:3%;top:50%;transform:translateY(-51%);width:95%;aspect-ratio:1;border-radius:50%;background:#e9edbd}.hero__pack{position:absolute;object-fit:contain;filter:drop-shadow(0px 25px 12px rgba(51,45,16,.16));transition:transform .7s cubic-bezier(.2,.8,.2,1)}.hero__pack--puff{height:64%;width:55%;top:10%;left:13%;transform:rotate(-13deg);z-index:2}.hero__pack--cup{height:43%;width:57%;top:45%;right:-9%;transform:rotate(10deg);z-index:3}.hero__pack--bar{width:86%;top:65%;left:-5%;transform:rotate(-15deg);z-index:4}.hero__stage:hover .hero__pack--puff{transform:rotate(-10deg) translateY(-7px)}.hero__stage:hover .hero__pack--bar{transform:rotate(-11deg) translateY(-5px)}.hero__seal{position:absolute;z-index:5;top:18%;right:-1%;width:130px;height:130px;border:1px solid var(--ink);border-radius:50%;background:var(--paper);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(12deg);font-size:10px;gap:3px}.hero__seal strong{font:700 30px var(--display);letter-spacing:-.06em}.hero__caption{position:absolute;bottom:30px;right:0;font-size:11px}.hero__foot{grid-column:1/-1;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;height:55px;font-size:12px}.hero__foot a{display:flex;gap:25px}
.intro{background:var(--ink);color:var(--paper);display:grid;grid-template-columns:1fr 1fr;column-gap:10%;row-gap:36px}.intro>.eyebrow{grid-column:1/-1;color:var(--lime)}.intro h2{font-size:clamp(44px,5.1vw,82px)}.intro h2 span{color:var(--lime)}.intro__aside{max-width:360px;justify-self:end;display:flex;flex-direction:column;align-items:start;gap:20px}.intro__aside p{font-size:16px;line-height:1.65}.intro__asterisk{font-size:72px;line-height:.9;color:var(--lime);margin-bottom:12px}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:48px}.section-head .eyebrow{margin-bottom:20px}.section-head>p{font-size:15px;line-height:1.7;margin-bottom:5px}.range{background:var(--white);padding-bottom:75px}.range-nav{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:28px}.range-tab{display:flex;align-items:center;gap:14px;min-height:73px;background:none;border:0;padding:18px 20px;font-size:16px;font-weight:600;position:relative;text-align:left}.range-tab>span:first-child{font-size:12px;font-weight:400}.range-tab>span:last-child{margin-left:auto;font-size:19px}.range-tab:not(:last-child){border-right:1px solid var(--line)}.range-tab:hover,.range-tab.is-active{background:var(--ink);color:var(--paper)}
.family{display:grid;grid-template-columns:55% 45%;min-height:530px;background:var(--paper);margin-bottom:30px}.family__art{background:var(--family-color);position:relative;overflow:hidden;min-height:530px}.family__number{position:absolute;top:25px;left:28px;font-size:14px}.product-stage{position:absolute;inset:15% 7% 18%}.product-photo{position:absolute;object-fit:contain;width:60%;height:80%;top:12%;left:20%;filter:drop-shadow(2px 18px 9px rgba(21,33,9,.14));transition:transform .5s,opacity .4s}.family--bars .product-photo{width:93%;height:40%;left:3%;top:29%;transform:translateY(70%) rotate(-12deg)}.family--bars .product-photo--1{transform:translateY(-40%) rotate(-12deg)}.family--bars .product-photo--2{transform:translateY(65%) rotate(-12deg)}.family--bars .product-photo.is-selected{z-index:3;transform:translateY(10%) rotate(-12deg) scale(1.07)}.product-photo:not(.is-selected){opacity:.65}.family:not(.family--bars) .product-photo:not(.is-selected){transform:translateX(-35%) scale(.76) rotate(-13deg);opacity:.65}.family:not(.family--bars) .product-photo:nth-child(2n):not(.is-selected){transform:translateX(35%) scale(.76) rotate(13deg)}.family:not(.family--bars) .product-photo.is-selected{z-index:3;transform:scale(1.12) rotate(-5deg)}.family--puffs .product-photo:last-child:not(.is-selected){transform:translateX(8%) scale(.63)!important}.product-caption{position:absolute;bottom:53px;left:25px;right:25px;text-align:center;font-size:14px;font-weight:600}.family__art-note{position:absolute;bottom:26px;left:25px;right:25px;text-align:center;text-transform:uppercase;font-size:10px;letter-spacing:.13em}
.family__copy{padding:40px 38px;display:flex;flex-direction:column;align-items:flex-start}.family__copy .eyebrow{font-size:11px;margin-bottom:23px}.family__copy h3{margin-bottom:20px}.family__copy>p:not(.eyebrow){font-size:15px;line-height:1.65;max-width:36ch}.flavours{display:flex;flex-direction:column;align-items:flex-start;gap:2px;margin:18px 0 23px}.flavour{background:none;border:0;min-height:35px;padding:6px 0;display:flex;align-items:center;gap:10px;text-align:left;font-size:12px}.flavour__dot{width:11px;height:11px;border-radius:50%;border:1px solid;flex-shrink:0}.flavour.is-active .flavour__dot{background:var(--ink);box-shadow:inset 0 0 0 2px var(--paper)}.flavour.is-active{font-weight:700}.family__facts{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:20px;width:100%;margin-top:auto}.family__facts div{display:flex;flex-direction:column}.family__facts strong{font:600 27px/1.1 var(--display);letter-spacing:-.06em}.family__facts span{font-size:10px;text-transform:uppercase;letter-spacing:.045em;margin-top:6px}.family__copy .text-link{font-size:12px;margin-top:15px;gap:15px}.range__note{font-size:11px;color:#596074;max-width:90ch;margin-top:18px}
.feature{display:grid;grid-template-columns:1fr 1fr}.feature__art{position:relative;background:#edaa73;min-height:620px;overflow:hidden}.feature__art>.eyebrow{position:absolute;top:40px;left:var(--gutter);z-index:2}.feature__pack{position:absolute;width:53%;height:78%;object-fit:contain;left:24%;top:15%;transform:rotate(-13deg);z-index:1;filter:drop-shadow(10px 20px 12px #51321635)}.feature__mark{position:absolute;left:6%;top:20%;font:600 clamp(90px,13vw,200px)/.83 var(--display);letter-spacing:-.075em;color:#744120;opacity:.52;transform:rotate(-7deg)}.feature__copy{background:#512b22;color:var(--paper);padding:75px 10%;display:flex;flex-direction:column;align-items:start;justify-content:center}.feature__copy .eyebrow{color:#e7b992;margin-bottom:32px}.feature__copy h2{font-size:clamp(39px,4.1vw,66px)}.feature__copy h2 span{color:#efb180}.feature__copy>p:not(.eyebrow){font-size:15px;line-height:1.7;margin:24px 0 26px;max-width:35ch}.feature__spec{display:flex;flex-wrap:wrap;gap:15px;margin-top:40px;border-top:1px solid #ffffff40;padding-top:20px;font-size:10px;letter-spacing:.02em}.feature__copy small{font-size:10px;margin-top:14px;color:#dbb7a3}
.story{display:grid;grid-template-columns:1fr 1fr;gap:11%;padding-top:120px;padding-bottom:120px}.story__heading h2{margin-top:25px}.story__heading h2 span{color:#6c7344}.story__lead{font:600 34px/1.12 var(--display);letter-spacing:-.035em;margin-bottom:24px}.story__body>p:not(.story__lead){font-size:16px;line-height:1.7}.origin{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;padding:26px 0;margin:34px 0}.origin div{display:flex;flex-direction:column;gap:8px}.origin span{font-size:10px;text-transform:uppercase;letter-spacing:.05em}.origin strong{font-size:14px;font-weight:600}.founder h3{font-size:34px;margin:17px 0}.founder p:not(.eyebrow){font-size:14px;max-width:42ch;line-height:1.7}.founder .text-link{margin-top:12px}
.partner{background:var(--lime);display:grid;grid-template-columns:1fr 1.15fr;gap:9%;padding-top:95px;padding-bottom:100px}.partner__intro h2{font-size:clamp(58px,7vw,110px);margin:30px 0}.partner__intro h2 span{font-weight:500}.partner__intro>p:not(.eyebrow){max-width:31ch;font-size:16px;line-height:1.7}.partner__intro .text-link{font-size:12px;gap:15px;margin-top:24px}.form{align-self:start}.form__top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--ink);padding-bottom:20px;font:600 25px var(--display);letter-spacing:-.02em}.form__top>span:last-child{font-size:36px}.segments{border:0;padding:0;margin:23px 0 26px;display:flex;flex-wrap:wrap;gap:8px}.segments legend{font-size:12px;margin-bottom:10px}.segments label{cursor:pointer;position:relative}.segments input{position:absolute;opacity:0;width:100%;height:100%;margin:0;inset:0;cursor:pointer}.segments span{display:block;padding:8px 13px;border:1px solid #111d4b50;font-size:12px}.segments input:checked+span{background:var(--ink);color:var(--lime)}.segments input:focus-visible+span{outline:3px solid #bb4023;outline-offset:3px}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:23px}.field{margin-bottom:25px;min-width:0}.field label{display:block;font-size:12px;margin-bottom:8px}.field input,.field textarea{width:100%;border:0;border-bottom:1px solid #111d4b60;border-radius:0;padding:8px 0 13px;background:transparent;color:var(--ink);outline-offset:4px;font-size:15px}.field input::placeholder,.field textarea::placeholder{color:#455044;opacity:.8}.field textarea{resize:vertical;min-height:100px}.consent{display:flex;gap:10px;align-items:flex-start;font-size:12px;margin:0 0 20px;cursor:pointer}.consent input{accent-color:var(--ink);width:17px;height:17px;flex-shrink:0;margin:0}.form__notice{font-size:12px;line-height:1.6;border-left:2px solid var(--ink);padding-left:12px;margin-bottom:18px;max-width:49ch}.form__status{font-size:13px;line-height:1.6;margin-top:14px}.hp{display:none!important}
.footer{padding:45px var(--gutter) 25px;background:var(--ink);color:var(--paper);overflow:hidden}.footer__top{display:flex;align-items:center;justify-content:space-between}.footer__top p{font:500 30px var(--display);letter-spacing:-.045em}.footer__top>a{font-size:12px}.footer__logo{width:100%;max-width:1100px;margin:50px auto 45px}.footer__bottom{display:flex;gap:30px;justify-content:space-between;border-top:1px solid #f6f2da44;padding-top:25px;font-size:11px}.footer__legal{font-size:10px;opacity:.7;margin-top:20px;max-width:none}.sticky-cta{position:fixed;bottom:16px;left:20px;right:20px;z-index:80;box-shadow:0 5px 25px #111d4b22}
@media(min-width:1600px){.hero{min-height:770px}.hero__copy{padding-top:75px}.hero__sub{margin-top:35px}.hero__stage{max-width:790px}.hero__pack--puff{height:68%}}
@media(max-width:1100px){.nav{gap:25px}.nav__logo{width:155px}.nav__links{gap:22px}.nav__cta{font-size:12px;padding:12px 16px;gap:15px}.hero{min-height:620px}.hero h1{font-size:8vw}.hero__seal{width:110px;height:110px;right:-3%;top:20%}.hero__seal strong{font-size:25px}.hero__pack--puff{height:57%;left:9%;width:65%;top:15%}.hero__pack--cup{top:43%;right:-12%;width:62%}.hero__pack--bar{width:94%;top:65%;left:-7%}.hero__caption{font-size:10px}.section-pad{padding:80px var(--gutter)}.family{grid-template-columns:51% 49%}.family__copy{padding:32px 27px}.range-tab{font-size:14px;padding:15px 13px;gap:10px}.feature__art{min-height:590px}.feature__copy{padding:55px 9%}.partner{gap:7%}.form__row{gap:18px}.intro{column-gap:8%}}
@media(max-width:820px){html{scroll-padding-top:30px}.announcement{font-size:10px}.nav{height:82px;gap:20px}.nav__logo{width:151px}.nav__cta{margin-left:auto;min-height:44px;padding:9px 13px}.nav__burger{display:block}.nav__links{position:absolute;left:0;right:0;top:82px;background:var(--paper);padding:20px var(--gutter) 30px;flex-direction:column;align-items:flex-start;margin:0;border-bottom:1px solid var(--line);display:none}.nav.is-open .nav__links{display:flex}.nav__links a{font-size:22px}.hero{min-height:unset;grid-template-columns:1fr 1fr}.hero__copy{padding-top:38px;padding-bottom:35px}.hero h1{font-size:9.2vw}.hero__sub{width:100%;max-width:28ch;font-size:14px}.hero__copy .button{font-size:12px;gap:15px;padding:13px 16px}.hero .eyebrow{font-size:10px}.hero__stage{margin-left:-10px}.hero__pack--puff{top:15%;height:60%;width:76%;left:3%}.hero__pack--cup{width:70%;right:-18%;top:45%}.hero__pack--bar{top:68%;left:-10%;width:115%}.hero__seal{right:-5%;top:13%;width:90px;height:90px;font-size:8px}.hero__seal strong{font-size:22px}.hero__edition{font-size:9px;top:18px}.hero__caption{display:none}.hero__circle{width:120%;left:-8%;top:52%}.hero__foot{font-size:10px}.intro__aside{max-width:300px;gap:16px}.intro__aside p{font-size:14px}.intro__asterisk{font-size:55px}.section-head h2{font-size:44px}.section-head>p{font-size:13px}.family{grid-template-columns:1fr}.family__art{min-height:430px}.family__copy{padding:34px;display:block}.family__copy>p:not(.eyebrow){max-width:50ch}.family__facts{justify-content:flex-start;gap:45px}.family__copy h3{font-size:44px}.flavours{flex-direction:row;flex-wrap:wrap;column-gap:20px}.product-stage{inset:8% 15% 15%}.family--bars .product-stage{inset:6% 7% 18%}.range-tab{font-size:12px;gap:8px}.range-tab span:last-child{display:none}.feature__art{min-height:520px}.feature__pack{width:73%;left:18%;height:75%;top:20%}.feature__mark{top:30%;font-size:120px;left:4%}.feature__art>.eyebrow{font-size:9px;left:25px;right:20px}.feature__copy{padding:45px 24px}.feature__copy h2{font-size:36px}.feature__copy>p:not(.eyebrow){font-size:14px}.feature__copy .button{font-size:12px;gap:14px;padding:12px 15px}.feature__spec{font-size:9px;gap:10px}.story{gap:8%}.story__heading h2{font-size:45px}.story__lead{font-size:29px}.story__body>p:not(.story__lead){font-size:14px}.origin{flex-direction:column;gap:22px}.partner{grid-template-columns:1fr;gap:50px}.partner__intro h2{font-size:70px;max-width:10ch}.partner__intro h2 br{display:none}.partner__intro>p:not(.eyebrow){max-width:45ch}.partner__intro .text-link{margin-top:15px}.form{max-width:620px;width:100%;justify-self:end}.footer__top p{font-size:25px}.footer__logo{margin:35px auto}.footer__bottom{font-size:10px;gap:16px}}
@media(max-width:560px){.announcement span:last-child{display:none}.announcement{justify-content:center;height:29px}.nav{height:76px}.nav__logo{width:146px}.nav__cta{display:none}.nav__burger{margin-left:auto}.nav__links{top:76px}.hero{display:flex;flex-direction:column}.hero__copy{padding-top:29px;padding-bottom:0}.hero .eyebrow{font-size:10px;gap:8px}.tiny-cross{font-size:22px}.hero h1{font-size:clamp(60px,17vw,87px);margin-top:23px;line-height:.92;letter-spacing:-.06em}.hero__sub{font-size:14px;max-width:30ch;margin:23px 0 20px}.hero__copy .button{min-height:48px;font-size:13px;padding:12px 19px}.hero__stage{height:365px;margin:8px -15px 0;flex-shrink:0}.hero__edition{display:none}.hero__circle{width:86%;left:12%;top:49%}.hero__pack--puff{height:81%;width:55%;left:12%;top:0}.hero__pack--cup{height:49%;width:57%;top:42%;right:-2%}.hero__pack--bar{width:83%;top:69%;left:0}.hero__seal{top:7%;right:1%;width:90px;height:90px}.hero__foot{height:49px;flex-shrink:0;font-size:9px}.hero__foot a{gap:10px}.section-pad{padding:65px var(--gutter)}.intro{grid-template-columns:1fr;gap:30px}.intro>.eyebrow{grid-column:auto}.intro h2{font-size:44px}.intro__aside{max-width:none;justify-self:start;display:grid;grid-template-columns:40px 1fr;gap:18px}.intro__asterisk{grid-row:span 3;font-size:42px}.intro__aside .text-link{grid-column:2;justify-self:start}.intro__aside p{max-width:35ch}.section-head{display:block;margin-bottom:30px}.section-head h2{font-size:43px}.section-head>p{margin-top:22px}.section-head>p br{display:none}.range-nav{grid-template-columns:repeat(2,1fr);margin-bottom:20px}.range-tab{font-size:13px;min-height:55px;padding:13px 12px}.range-tab:nth-child(2){border-right:0}.range-tab:nth-child(-n+2){border-bottom:1px solid var(--line)}.range-tab>span:last-child{display:inline;margin-left:auto}.family__art{min-height:360px}.family__copy{padding:27px 23px}.family__copy h3{font-size:39px}.family__copy .eyebrow{margin-bottom:19px}.family__copy>p:not(.eyebrow){font-size:14px}.family__facts{gap:29px;margin-top:24px}.family__facts strong{font-size:27px}.family__facts span{font-size:9px}.flavours{flex-direction:column;margin-bottom:20px}.flavour{font-size:12px;min-height:37px}.family__copy .text-link{margin-top:19px}.product-caption{font-size:12px}.family__number{font-size:12px}.range__note{font-size:10px;line-height:1.6}.feature{grid-template-columns:1fr}.feature__art{min-height:450px}.feature__art>.eyebrow{top:26px;left:var(--gutter);font-size:10px}.feature__pack{width:65%;height:85%;left:27%;top:9%}.feature__mark{top:22%;left:9%;font-size:145px}.feature__copy{padding:48px var(--gutter)}.feature__copy h2{font-size:45px}.feature__copy .eyebrow{margin-bottom:24px}.feature__copy>p:not(.eyebrow){font-size:15px;max-width:37ch}.feature__spec{font-size:9px;margin-top:30px}.story{grid-template-columns:1fr;gap:40px}.story__heading h2{font-size:49px}.story__body{padding-left:10%}.story__lead{font-size:30px}.story__body>p:not(.story__lead){font-size:15px}.origin{flex-direction:row;gap:15px}.origin strong{font-size:13px}.origin span{font-size:9px}.founder .text-link{font-size:12px}.partner__intro h2{font-size:66px}.partner__intro>p:not(.eyebrow){font-size:15px}.form__top{font-size:26px}.form__row{grid-template-columns:1fr;gap:0}.field{margin-bottom:23px}.field input,.field textarea{font-size:16px}.segments{gap:7px}.segments span{padding:9px 12px}.consent{font-size:12px}.footer{padding-top:32px;padding-bottom:25px}.footer__top{align-items:flex-start;gap:20px}.footer__top p{font-size:22px;max-width:12ch}.footer__top>a{font-size:10px;max-width:13ch;text-align:right}.footer__logo{margin:35px auto}.footer__bottom{display:grid;grid-template-columns:1fr auto;gap:15px;font-size:10px}.footer__bottom>span:last-child{grid-column:1/-1}.footer__legal{font-size:9px;line-height:1.6;max-width:40ch}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

.hero__edition{display:none}

/* Copy review: original positioning in the accepted visual design. */
.hero h1{font-size:clamp(44px,6.05vw,98px);line-height:.99}
.hero__sub{width:min(100%,390px)}
.partner__intro h2{font-size:clamp(52px,6.1vw,98px)}
@media(min-width:561px) and (max-width:820px){.hero h1{font-size:5.95vw}.hero__sub{max-width:30ch}}
@media(max-width:560px){.hero h1{font-size:clamp(36px,11.9vw,65px);line-height:1.01;letter-spacing:-.05em}.hero__sub{max-width:35ch}.partner__intro h2{font-size:clamp(49px,14vw,66px);max-width:11ch}}
