@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#12284b;--orange:#f56809;--line:#dce0e5;--blue:#064ca8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:#fff;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--orange);outline-offset:6px}header{height:116px;padding:12px 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.logo{width:140px;height:82px;object-fit:contain}nav{display:flex;gap:36px}header nav a{font-size:15px}header nav a:hover{color:var(--orange)}.header-note,.eyebrow{font-size:12px;letter-spacing:.13em;font-weight:700}.header-note{color:#637086}.hero{display:grid;grid-template-columns:1.06fr 1fr;min-height:620px}.hero-copy{padding:70px 8% 28px 9.5%;display:flex;flex-direction:column;align-items:flex-start}.hero h1{font-family:'Manrope',Arial,sans-serif;font-size:clamp(50px,5.55vw,88px);line-height:1.09;letter-spacing:-.065em;margin:36px 0 24px;font-weight:800}em{font-style:normal;color:var(--orange)}.hero p{font-size:17px;line-height:1.7;color:#566177;margin:0 0 32px}.button{display:inline-flex;gap:38px;align-items:center;background:var(--blue);color:white;padding:19px 25px;border-radius:4px;font-size:15px;transition:background .2s,transform .2s}.button:hover{background:#123362;transform:translateY(-3px)}.button span{font-size:24px}.hero-foot{margin-top:auto;padding-top:54px;display:flex;width:100%;justify-content:space-between;font-size:10px;letter-spacing:.12em;color:#6f7885;gap:20px}.hero-visual{position:relative;overflow:hidden;background:#153e37}.hero-visual>img{width:100%;height:100%;position:absolute;object-fit:cover;transition:transform 1.6s}.hero-visual:hover>img{transform:scale(1.035)}.hero-visual:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#0009)}.photo-caption{position:absolute;bottom:40px;left:38px;color:#fff;font-size:24px;line-height:1.35;z-index:1}.photo-caption strong{font-weight:500}.photo-index{position:absolute;right:30px;top:28px;color:#fff;border:1px solid #ffffff70;border-radius:100%;padding:23px 14px;font-size:13px}.ribbon{background:var(--orange);color:white;display:flex;justify-content:space-around;align-items:center;padding:22px;gap:20px;font-size:18px;font-weight:500}.ribbon b{font-size:25px}.collection-intro{display:flex;align-items:end;justify-content:space-between;gap:40px;padding:94px 5% 42px}h2{font-family:'Manrope',Arial,sans-serif;font-size:clamp(36px,4vw,60px);line-height:1.15;letter-spacing:-.045em;margin:20px 0 0;font-weight:700}.collection-intro>p{max-width:365px;font-size:17px;line-height:1.7;color:#617085;margin-bottom:5px}.category-nav{margin:0 5% 65px;display:flex;gap:0;flex-wrap:wrap;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.category-nav a{padding:22px 25px 22px 0;margin-right:18px;font-size:14px;white-space:nowrap}.category-nav a:hover{color:var(--orange)}.category-nav span{font-size:12px;color:#7f8997;margin-left:9px}.rega-section{padding:0 5% 84px}.section-top{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}.section-top>p{color:#617085;line-height:1.6}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 25px}.product-art{aspect-ratio:1.2;background:#f6f7f8;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px}.product-art img{width:75%;height:80%;object-fit:contain;mix-blend-mode:multiply;transition:transform .6s}.product:hover img{transform:rotate(-3deg) scale(1.05)}.product-caption{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.product-caption h3{font-size:23px;font-weight:500;margin:0}.product-caption>span{color:#6e7b8b;font-size:14px}.product>p{font-size:11px;letter-spacing:.1em;color:#7c8798;margin:10px 0}.mango{grid-column:1/-1;background:#fff3d4;border-radius:6px;padding:28px 32px;display:flex;justify-content:space-between;align-items:center}.mango h3{font-size:32px;margin:10px 0;color:#95520c}.mango p{font-size:12px;letter-spacing:.1em;margin:0;color:#775e39}.mango .eyebrow{color:#8c6b36}.mango-size{font-size:14px}.range{margin:0 5%;padding:68px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:.85fr 1.5fr;gap:8%}.range h2{font-size:42px}.range-heading>p{color:#657187;line-height:1.6;max-width:270px}.pack{display:block;color:#6e7b8b;font-size:14px}.flavour-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;align-content:start;column-gap:32px}.flavour-list li{display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding:21px 0;min-height:66px}.item-brand{font-size:10px;letter-spacing:.07em;color:#7f8997}.label-pair{display:flex;gap:18px;margin-top:34px}.label-pair figure{margin:0;width:115px}.label-pair img{width:100%;height:154px;object-fit:contain;border-radius:3px}.label-pair figcaption{font-size:12px;color:#718097;margin-top:12px}.closing{padding:75px 5%;background:var(--blue);color:white;margin-top:24px}.closing h2{margin:20px 0 32px}.closing em{color:#ffac57}.closing a{display:inline-block;border-bottom:1px solid #ffffff70;padding-bottom:8px}footer{padding:45px 5%;display:flex;align-items:center;justify-content:space-between;gap:30px}footer strong{font-size:15px}footer p{font-size:14px;line-height:1.7;color:#657187}footer .eyebrow{display:block;font-size:11px;margin-bottom:12px}footer a{font-size:15px}.footer-end{font-size:11px;letter-spacing:.08em;line-height:1.8;color:#748196}.skip{position:fixed;top:-100px;left:20px;background:white;z-index:100;padding:15px}.skip:focus{top:12px}#loader{position:fixed;inset:0;background:var(--orange);color:white;z-index:200;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:transform .85s cubic-bezier(.76,0,.24,1),visibility .85s}#loader[hidden]{display:none}#loader.done{transform:translateY(-101%);visibility:hidden}.loader-brand{font-size:clamp(65px,11vw,150px);font-family:'Manrope',Arial,sans-serif;font-weight:800;letter-spacing:-.07em}.loader-brand span{display:block;font-size:14px;letter-spacing:.7em;text-align:center}.loader-bottom{position:absolute;bottom:65px;left:5%;right:5%;display:flex;justify-content:space-between;align-items:end;font-size:12px;letter-spacing:.15em}#percentage{font-size:42px;letter-spacing:-.05em}.loading-track{position:absolute;bottom:40px;left:5%;width:90%;height:2px;background:#ffffff55}#loading-bar{display:block;height:100%;background:white;width:0;transition:width .12s}.js-motion .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s,transform .7s}.js-motion .reveal.visible{opacity:1;transform:none}
@media(min-width:1600px){body{max-width:1800px;margin:auto}.hero{min-height:750px}}@media(max-width:900px){.header-note{display:none}.hero-copy{padding-top:45px}.hero{min-height:530px}.hero h1{font-size:54px}.hero-foot{font-size:9px}.range{gap:5%;grid-template-columns:.8fr 1.2fr}.flavour-list{column-gap:20px}.item-brand{display:none}.ribbon{font-size:15px}.range h2{font-size:34px}footer{flex-wrap:wrap}.footer-end{display:none}}@media(max-width:620px){header{height:90px}.logo{width:108px;height:65px}header nav{gap:18px}header nav a{font-size:13px}.hero{display:flex;flex-direction:column}.hero-copy{padding:40px 6% 26px}.hero h1{font-size:58px;margin:26px 0 22px}.hero .eyebrow{font-size:10px}.hero p{font-size:16px}.hero-foot{padding-top:36px;font-size:9px}.hero-visual{height:420px}.photo-caption{font-size:22px;left:24px;bottom:25px}.ribbon{font-size:14px;padding:18px 20px;justify-content:space-between}.ribbon span:nth-of-type(3),.ribbon b:last-child,.ribbon b:nth-of-type(2){display:none}.collection-intro{padding:57px 6% 28px;display:block}.collection-intro>p{font-size:16px;margin-top:24px}.category-nav{margin:0 6% 45px}.category-nav a{font-size:13px;padding:17px 0;margin-right:22px}.rega-section{padding:0 6% 45px}.section-top{display:block}.section-top>p{display:none}h2{font-size:38px}.products{grid-template-columns:1fr 1fr;gap:25px 14px}.product-art{aspect-ratio:1}.product-art img{width:90%;height:90%}.product-caption{display:block;margin-top:12px}.product-caption h3{font-size:19px}.product-caption>span{font-size:12px;display:block;margin-top:7px}.product>p{font-size:9px;letter-spacing:.03em}.mango{padding:22px}.mango .eyebrow{font-size:10px}.mango h3{font-size:27px}.range{margin:0 6%;padding:42px 0;display:block}.range-heading{margin-bottom:25px}.range h2{font-size:34px}.range-heading>p{max-width:none}.flavour-list{gap:0 22px}.flavour-list li{font-size:14px;padding:17px 0;min-height:60px}.label-pair{margin:25px 0}.label-pair figure{width:95px}.label-pair img{height:130px}.closing{padding:50px 6%}.closing h2{font-size:38px}footer{padding:35px 6%;align-items:start}footer>.logo{flex-basis:100%;object-position:left;width:120px}.eyebrow{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js-motion .reveal{opacity:1;transform:none}}
