/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.hoe-editorial{padding:var(--space-3xl) var(--space-xl);}.hoe-editorial--warm{background:var(--surface);}.hoe-editorial--white{background:var(--white);}.hoe-editorial--none{background:transparent;}.hoe-editorial__inner{max-width:960px;margin:0 auto;}.hoe-editorial__rule-top{border:none;border-top:1px solid var(--gold);margin:0 0 var(--space-xl);}.hoe-editorial__eyebrow{font-family:var(--font-ui);font-size:10px;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);margin:0 0 var(--space-lg);}.hoe-editorial__heading{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.2rem);font-weight:600;color:var(--ink-navy);margin:0 0 var(--space-lg);line-height:1.2;max-width:540px;}.hoe-editorial__divider{width:40px;height:1px;background:var(--gold);margin-bottom:var(--space-lg);}.hoe-editorial__body{font-family:var(--font-body);font-size:1rem;line-height:1.8;color:#484141;max-width:620px;}.hoe-editorial__body p{margin:0 0 var(--space-lg);}.hoe-editorial__body p:last-child{margin-bottom:var(--space-xl);}.hoe-editorial__body a{color:var(--ink-navy);text-decoration:underline;text-decoration-color:var(--gold);text-underline-offset:3px;}.hoe-editorial__body a:hover{color:var(--gold);}.hoe-editorial__cta{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-ui);font-size:11px;letter-spacing:0.15em;text-transform:uppercase;color:var(--ink-navy);text-decoration:none;border-bottom:1px solid var(--gold);padding-bottom:2px;transition:color 0.15s ease;}.hoe-editorial__cta:hover{color:var(--gold);}.hoe-editorial__rule-bottom{border:none;border-top:1px solid var(--border);margin:var(--space-xl) 0 0;}.hoe-hero{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;}.hoe-hero__media{position:absolute;inset:0;z-index:0;}.hoe-hero__media img{width:100%;height:100%;object-fit:cover;}.hoe-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(25,26,56,0.35) 0%,rgba(25,26,56,0.55) 100%);}.hoe-hero__content{position:relative;z-index:2;text-align:center;padding:var(--space-3xl) var(--space-xl);max-width:800px;}.hoe-hero__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:600;color:var(--white);margin:0 0 var(--space-lg);line-height:1.15;}.hoe-hero__subtitle{font-family:var(--font-body);font-size:clamp(1rem,2vw,1.25rem);font-weight:400;font-style:italic;color:rgba(255,255,255,0.85);margin:0 0 var(--space-xl);line-height:1.6;}.hoe-hero__body{font-family:var(--font-body);font-size:1rem;line-height:1.8;color:rgba(255,255,255,0.86);margin:0 0 var(--space-xl);}.hoe-hero__body p{margin:0 0 var(--space-md);}.hoe-hero__body p:last-child{margin-bottom:0;}.hoe-hero__actions,.hoe-cta-banner__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-md);}.hoe-hero__cta{display:inline-block;font-family:var(--font-ui);font-size:11px;letter-spacing:0.18em;text-transform:uppercase;color:var(--white);text-decoration:none;border:1px solid rgba(255,255,255,0.5);padding:12px 28px;transition:background 0.2s ease,border-color 0.2s ease;}.hoe-hero__cta:hover{background:rgba(255,255,255,0.12);border-color:var(--white);}.hoe-hero__cta--secondary{background:transparent;}.hoe-cta-banner{background:var(--ink-navy);padding:var(--space-3xl) var(--space-xl);text-align:center;}.hoe-cta-banner__inner{max-width:720px;margin:0 auto;}.hoe-cta-banner__heading{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:var(--gold);margin:0 0 var(--space-lg);line-height:1.3;}.hoe-cta-banner__body{font-family:var(--font-body);font-size:1rem;line-height:1.7;color:rgba(255,255,255,0.75);margin-bottom:var(--space-xl);}.hoe-cta-banner__body p{margin:0 0 var(--space-md);}.hoe-cta-banner__btn{display:inline-block;font-family:var(--font-ui);font-size:11px;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold);text-decoration:none;border:1px solid var(--gold);padding:12px 28px;transition:background 0.2s ease,color 0.2s ease;}.hoe-cta-banner__btn:hover{background:var(--gold);color:var(--ink-navy);}.hoe-cta-banner__btn--secondary{color:var(--white);border-color:rgba(255,255,255,0.5);}.hoe-cta-banner__btn--secondary:hover{background:rgba(255,255,255,0.12);border-color:var(--white);color:var(--white);}.hoe-two-col{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:400px;}.hoe-two-col--warm{background:var(--surface,#F0EBE7);}.hoe-two-col--white{background:var(--white,#FFFFFF);}.hoe-two-col--navy{background:var(--ink-deep,#191A38);}.hoe-two-col--navy .hoe-two-col__heading,.hoe-two-col--navy .hoe-two-col__body,.hoe-two-col--navy .hoe-two-col__body p{color:var(--white,#FFFFFF);}.hoe-two-col--navy .hoe-two-col__eyebrow{color:var(--gold-light,#D4BA8E);}.hoe-two-col--navy .hoe-two-col__btn{color:var(--ink-deep,#191A38);background:var(--gold,#BF9F5A);}.hoe-two-col--image-left .hoe-two-col__media{order:-1;}.hoe-two-col__copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:var(--space-3xl) clamp(var(--space-xl),5vw,var(--space-4xl));}.hoe-two-col__heading{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;color:var(--ink-navy);margin:0 0 var(--space-lg);line-height:1.25;}.hoe-two-col__body{font-family:var(--font-body);font-size:1rem;line-height:1.8;color:#484141;}.hoe-two-col__body p{margin:0 0 var(--space-lg);}.hoe-two-col__cta{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-ui);font-size:11px;letter-spacing:0.15em;text-transform:uppercase;color:var(--ink-navy);text-decoration:none;border-bottom:1px solid var(--gold);padding-bottom:2px;margin-top:var(--space-md);transition:color 0.15s ease;}.hoe-two-col__cta:hover{color:var(--gold);}.hoe-two-col__media{overflow:hidden;}.hoe-two-col__media img{width:100%;height:100%;object-fit:cover;}@media (max-width:768px){.hoe-two-col{grid-template-columns:1fr;}.hoe-two-col--image-left .hoe-two-col__media{order:0;}.hoe-two-col__media{min-height:300px;}}.page-content__hero{width:100%;max-height:480px;overflow:hidden;margin-bottom:var(--space-2xl);}.page-content__hero-image{width:100%;height:100%;object-fit:cover;max-height:480px;}.page-content__header{max-width:960px;margin:0 auto;padding:0 var(--space-xl) var(--space-lg);}.page-content__title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;color:var(--ink-navy);margin:0;line-height:1.2;}.page-content__body{max-width:960px;margin:0 auto;padding:0 var(--space-xl) var(--space-2xl);font-family:var(--font-body);font-size:1rem;line-height:1.8;color:#484141;}.page-content__body p{margin:0 0 var(--space-lg);}.page-content__sections{margin-top:var(--space-xl);}.brand-profile__sections{margin-top:var(--space-xl);}.hoe-image-grid{width:100%;overflow:hidden;}.hoe-image-grid--warm{background:var(--surface);}.hoe-image-grid--white{background:var(--white);}.hoe-image-grid__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}.hoe-image-grid__item{position:relative;overflow:hidden;aspect-ratio:1 / 1;}.hoe-image-grid__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.6s ease;}.hoe-image-grid__item:hover img{transform:scale(1.04);}.hoe-image-grid__label{position:absolute;bottom:0;left:0;right:0;padding:var(--space-lg) var(--space-xl);font-family:var(--font-ui);font-size:13px;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;color:var(--white);background:linear-gradient(transparent,rgba(0,0,0,0.45));}@media (max-width:640px){.hoe-image-grid__row{grid-template-columns:1fr 1fr;gap:8px;}}.homepage{margin-top:0;}.homepage .hoe-hero{min-height:90vh;}.hoe-editorial--centre{text-align:center;padding:var(--space-4xl) var(--space-xl);}.hoe-editorial--centre .hoe-editorial__inner{max-width:800px;margin:0 auto;}.hoe-editorial--centre .hoe-editorial__heading{font-size:clamp(2rem,4vw,3.2rem);max-width:none;}.hoe-editorial--centre .hoe-editorial__body{max-width:620px;margin-left:auto;margin-right:auto;text-align:center;}.hoe-editorial__btn{display:inline-block;font-family:var(--font-ui);font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--ink,#191A38);background:var(--gold);text-decoration:none;padding:12px 28px;transition:background 0.2s ease;margin-top:var(--space-lg);}.hoe-editorial__btn:hover{background:var(--gold-hover);color:var(--ink,#191A38);}.hoe-two-col__eyebrow{font-family:var(--font-ui);font-size:11px;font-weight:500;letter-spacing:0.2em;text-transform:uppercase;color:var(--ink,#191A38);margin:0 0 var(--space-md);}.hoe-two-col__btn{display:inline-block;width:auto;align-self:flex-start;font-family:var(--font-ui);font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--ink,#191A38);background:var(--gold);text-decoration:none;padding:12px 28px;margin-top:var(--space-lg);transition:background 0.2s ease;}.hoe-two-col__btn:hover{background:var(--gold-hover);color:var(--ink,#191A38);}.homepage > section + section{margin-top:12px;}.homepage > .hoe-two-col + .hoe-two-col{margin-top:0;}@media (max-width:640px){.homepage > section + section{margin-top:8px;}.homepage > .hoe-two-col + .hoe-two-col{margin-top:0;}}.page-content__sections > section + section{margin-top:12px;}.page-content__sections > .hoe-two-col + .hoe-two-col{margin-top:0;}@media (max-width:640px){.page-content__sections > section + section{margin-top:8px;}.page-content__sections > .hoe-two-col + .hoe-two-col{margin-top:0;}}.hoe-trade-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl,32px);margin-top:var(--space-xl,32px);text-align:left;}@media (max-width:900px){.hoe-trade-cards{grid-template-columns:1fr;}}.hoe-trade-card{background:var(--white,#FFFFFF);border:1px solid rgba(25,26,56,0.08);padding:var(--space-xl,32px);}.hoe-trade-card__title{font-family:var(--font-display);font-weight:400;font-size:1.25rem;color:var(--ink-deep,#191A38);margin:0 0 var(--space-md,16px);letter-spacing:0.01em;}.hoe-trade-card__body{font-family:var(--font-body);font-weight:300;font-size:0.95rem;line-height:1.7;color:var(--ink-soft,#484141);margin:0;}.hoe-library-cats{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--space-md,16px);margin-top:var(--space-xl,32px);}@media (max-width:900px){.hoe-library-cats{grid-template-columns:repeat(3,1fr);}}@media (max-width:540px){.hoe-library-cats{grid-template-columns:repeat(2,1fr);}}.hoe-library-cats__item{display:flex;align-items:center;justify-content:center;text-align:center;padding:var(--space-lg,24px) var(--space-md,16px);background:var(--white,#FFFFFF);border:1px solid rgba(25,26,56,0.12);font-family:var(--font-ui,var(--font-body));font-size:0.875rem;font-weight:500;letter-spacing:0.04em;color:var(--ink-deep,#191A38);text-decoration:none;transition:background 0.2s ease,color 0.2s ease,border-color 0.2s ease;}.hoe-library-cats__item:hover{background:var(--ink-deep,#191A38);color:var(--white,#FFFFFF);border-color:var(--ink-deep,#191A38);}.hoe-feature-list{list-style:none;padding:0;margin:var(--space-lg,24px) 0 0;display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-sm,12px) var(--space-xl,32px);}@media (max-width:640px){.hoe-feature-list{grid-template-columns:1fr;}}.hoe-feature-list li{position:relative;padding-left:1.25rem;font-family:var(--font-body);font-weight:300;font-size:0.95rem;line-height:1.6;color:var(--ink-soft,#484141);}.hoe-feature-list li::before{content:"—";position:absolute;left:0;color:var(--gold,#BF9F5A);}.hoe-feature-list--inline{grid-template-columns:1fr;gap:var(--space-xs,8px);}.hoe-feature-list--inline li{color:rgba(255,255,255,0.78);}.hoe-feature-list--inline li::before{color:var(--gold-light,#D4BA8E);}.hoe-cta-banner__lead{font-family:var(--font-display);font-weight:300;font-size:clamp(1.125rem,2vw,1.375rem);color:var(--gold-light,#D4BA8E);margin:0 0 var(--space-md,16px);letter-spacing:0.01em;}.hoe-cta-banner__note{font-size:0.8125rem;color:rgba(255,255,255,0.6);font-style:italic;margin-top:var(--space-lg,24px);}.hoe-cta-banner__secondary{margin-top:var(--space-md,16px);}.hoe-cta-banner__secondary a{color:var(--gold-light,#D4BA8E);border-bottom:1px solid rgba(212,186,142,0.4);text-decoration:none;font-size:0.9375rem;letter-spacing:0.02em;transition:color 0.2s ease,border-color 0.2s ease;}.hoe-cta-banner__secondary a:hover{color:var(--gold,#BF9F5A);border-color:var(--gold,#BF9F5A);}.hoe-final-cta__row{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-md,16px);margin-top:var(--space-xl,32px);}.hoe-final-cta__btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-ui,var(--font-body));font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--ink-deep,#191A38);background:var(--gold,#BF9F5A);padding:14px 32px;text-decoration:none;transition:background 0.2s ease;}.hoe-final-cta__btn:hover{background:var(--gold-hover,#A88A4A);color:var(--ink-deep,#191A38);}.hoe-final-cta__btn--ghost{background:transparent;color:var(--ink-deep,#191A38);border:1px solid var(--ink-deep,#191A38);}.hoe-final-cta__btn--ghost:hover{background:var(--ink-deep,#191A38);color:var(--white,#FFFFFF);}.the-library-page{width:100%;margin-top:0;color:var(--ink-deep,#191A38);}.the-library-page .page-content__sections{margin-top:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));}.the-library-page .page-content__sections > section + section{margin-top:0;}.the-library-page .page-content__sections > section{grid-column:1 / -1;min-width:0;width:100%;}.the-library-page .page-content__sections > .hoe-two-col + .hoe-two-col{margin-top:0;}.the-library-page .hoe-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,0.92fr);align-items:stretch;justify-content:stretch;min-height:620px;background:var(--surface,#F0EBE7);}.the-library-page .hoe-hero__media{position:relative;inset:auto;min-height:620px;}.the-library-page .hoe-hero__media img{display:block;}.the-library-page .hoe-hero__overlay{display:none;}.the-library-page .hoe-hero__content{position:relative;z-index:1;max-width:none;text-align:left;padding:clamp(2.25rem,5vw,4.75rem);background:var(--surface,#F0EBE7);display:flex;flex-direction:column;justify-content:center;}.the-library-page .hoe-hero__title{color:var(--ink-deep,#191A38);font-weight:400;font-size:clamp(3rem,5vw,5rem);line-height:1.02;margin-bottom:var(--space-md,16px);}.the-library-page .hoe-hero__subtitle{color:var(--ink-deep,#191A38);font-family:var(--font-display);font-style:normal;font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.25;margin-bottom:var(--space-lg,24px);max-width:34rem;}.the-library-page .hoe-hero__body{color:var(--ink-soft,#484141);font-size:1rem;max-width:38rem;margin-bottom:var(--space-xl,32px);}.the-library-page .hoe-hero__actions{justify-content:flex-start;}.the-library-page .hoe-hero__cta,.the-library-page .hoe-cta-banner__btn,.the-library-page .hoe-final-cta__btn{min-height:46px;padding:14px 30px;border:1px solid var(--gold,#BF9F5A);background:var(--gold,#BF9F5A);color:var(--ink-deep,#191A38);font-weight:600;}.the-library-page .hoe-hero__cta:hover,.the-library-page .hoe-cta-banner__btn:hover,.the-library-page .hoe-final-cta__btn:hover{background:var(--gold-hover,#A88A4A);border-color:var(--gold-hover,#A88A4A);color:var(--ink-deep,#191A38);}.the-library-page .hoe-hero__cta--secondary,.the-library-page .hoe-cta-banner__btn--secondary,.the-library-page .hoe-final-cta__btn--ghost{background:transparent;color:var(--ink-deep,#191A38);border-color:rgba(25,26,56,0.35);}.the-library-page .hoe-hero__cta--secondary:hover,.the-library-page .hoe-final-cta__btn--ghost:hover{background:var(--ink-deep,#191A38);border-color:var(--ink-deep,#191A38);color:var(--white,#FFFFFF);}.the-library-page .hoe-two-col{min-height:560px;}.the-library-page .hoe-two-col__copy{padding:clamp(2.25rem,5vw,4.75rem);}.the-library-page .hoe-two-col__media{min-height:560px;background:var(--surface-dark,#E4E4E1);}.the-library-page .hoe-two-col__heading,.the-library-page .hoe-editorial__heading,.the-library-page .hoe-cta-banner__heading{font-weight:400;font-size:clamp(2.1rem,4vw,3.7rem);line-height:1.08;letter-spacing:0;text-wrap:balance;}.the-library-page .hoe-two-col__heading{max-width:38rem;}.the-library-page .hoe-two-col__body{max-width:39rem;}.the-library-page .hoe-two-col__body p,.the-library-page .hoe-editorial__body p,.the-library-page .hoe-cta-banner__body p{font-size:1rem;line-height:1.85;}.the-library-page .hoe-two-col__btn{min-height:46px;padding:14px 30px;}.the-library-page .hoe-two-col--navy .hoe-two-col__copy{background:var(--ink-deep,#191A38);}.the-library-page .page-content__sections > .hoe-two-col--navy .hoe-two-col__copy{background:#F0EBE7;}.the-library-page .page-content__sections > .hoe-two-col--navy .hoe-two-col__eyebrow,.the-library-page .page-content__sections > .hoe-two-col--navy .hoe-two-col__heading,.the-library-page .page-content__sections > .hoe-two-col--navy .hoe-two-col__body,.the-library-page .page-content__sections > .hoe-two-col--navy .hoe-two-col__body p{color:#000000;}.the-library-page .hoe-two-col--image-left .hoe-two-col__copy{background:#F0EBE7;}.the-library-page .hoe-two-col--navy .hoe-two-col__btn:hover{background:var(--gold-hover,#A88A4A);}.the-library-page .hoe-editorial{padding:clamp(3rem,5vw,5.25rem) clamp(1.25rem,4vw,3rem);}.the-library-page .hoe-editorial__inner{max-width:1440px;min-width:0;width:100%;}.the-library-page .hoe-editorial__body{max-width:none;min-width:0;}.the-library-page .hoe-editorial__rule-top,.the-library-page .hoe-editorial__rule-bottom{max-width:100%;}.the-library-page .hoe-trade-cards{gap:clamp(1rem,2vw,1.75rem);margin-top:clamp(1.75rem,3vw,2.5rem);}.the-library-page .hoe-trade-card{min-height:230px;padding:clamp(1.5rem,2.8vw,2.5rem);border-color:rgba(25,26,56,0.14);background:rgba(255,255,255,0.84);}.the-library-page .hoe-trade-card__title{font-size:clamp(1.45rem,2vw,1.9rem);line-height:1.12;}.the-library-page .hoe-trade-card__body{font-size:1rem;line-height:1.75;}.the-library-page .hoe-library-cats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(0.75rem,1.5vw,1.25rem);margin-top:clamp(1.75rem,3vw,2.5rem);max-width:100%;min-width:0;overflow:visible;padding:0;}.the-library-page .hoe-library-cats::-webkit-scrollbar{height:6px;}.the-library-page .hoe-library-cats::-webkit-scrollbar-track{background:rgba(25,26,56,0.08);}.the-library-page .hoe-library-cats::-webkit-scrollbar-thumb{background:rgba(191,159,90,0.72);}.the-library-page .hoe-library-cats__item{position:relative;min-width:0;aspect-ratio:4 / 3;min-height:clamp(150px,14vw,215px);justify-content:flex-start;align-items:flex-end;overflow:hidden;padding:0;text-align:left;font-size:0.95rem;line-height:1.35;letter-spacing:0.08em;background:var(--surface-dark,#E4E4E1);}.the-library-page .hoe-editorial__body .hoe-library-cats__item{color:var(--white,#FFFFFF);text-decoration:none;}.the-library-page .hoe-library-cats__item img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;}.the-library-page .hoe-library-cats__item::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(25,26,56,0.04) 0%,rgba(25,26,56,0.76) 100%);}.the-library-page .hoe-library-cats__item:hover img{transform:scale(1.04);}.the-library-page .hoe-library-cats__label{position:relative;z-index:1;display:block;width:100%;padding:clamp(0.9rem,1.7vw,1.35rem);font-family:var(--font-ui,Arial,sans-serif);font-size:clamp(0.66rem,0.72vw,0.76rem);font-weight:600;letter-spacing:0.16em;text-transform:uppercase;}.the-library-page .hoe-editorial:has(.hoe-library-cats){background:#FFFFFF;}.the-library-page .hoe-editorial:has(.hoe-library-cats) .hoe-editorial__rule-top{display:none;}.the-library-page .hoe-editorial--what-you-can-source .hoe-editorial__rule-top{display:none;}.the-library-page .hoe-editorial--what-you-can-source{padding-bottom:clamp(1.5rem,3vw,2.5rem);}.the-library-page .hoe-editorial--what-you-can-source .hoe-editorial__rule-bottom{display:none;}.the-library-page .hoe-feature-list{gap:var(--space-md,16px) clamp(2rem,5vw,5rem);margin-top:var(--space-xl,32px);}.the-library-page .hoe-feature-list li{font-size:1rem;line-height:1.75;padding-left:1.5rem;}.the-library-page .hoe-cta-banner{text-align:left;padding:clamp(3.5rem,6vw,5.75rem) clamp(1.25rem,4vw,3rem);}.the-library-page .hoe-cta-banner__inner{max-width:1440px;}.the-library-page .hoe-cta-banner__heading{max-width:48rem;color:var(--white,#FFFFFF);margin-bottom:var(--space-xl,32px);}.the-library-page .hoe-cta-banner__body{color:rgba(255,255,255,0.84);margin-bottom:var(--space-xl,32px);}.the-library-page .hoe-cta-banner__body p{color:rgba(255,255,255,0.86);}.the-library-page .hoe-cta-banner__lead{color:var(--gold-light,#D4BA8E);font-size:clamp(1.25rem,2.2vw,1.65rem);line-height:1.35;}.the-library-page .hoe-cta-banner__actions{justify-content:flex-start;}.the-library-page .hoe-cta-banner__btn--secondary{color:var(--white,#FFFFFF);border-color:rgba(255,255,255,0.55);}.the-library-page .hoe-cta-banner__btn--secondary:hover{background:rgba(255,255,255,0.12);border-color:var(--white,#FFFFFF);color:var(--white,#FFFFFF);}.the-library-page .hoe-cta-banner--meet .hoe-cta-banner__body{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(320px,0.78fr);gap:clamp(2rem,5vw,4.5rem);align-items:center;}.the-library-page .hoe-cta-banner:has(.hoe-meet-estila-image-box) .hoe-cta-banner__body{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(320px,0.78fr);gap:clamp(2rem,5vw,4.5rem);align-items:start;}.the-library-page .hoe-cta-banner:has(.hoe-meet-estila-image-box) .hoe-cta-banner__body > :not(.hoe-meet-estila-image-box){grid-column:1;}.the-library-page .hoe-cta-banner--revolutionalising-sourcing-with-ai{padding-top:clamp(3rem,5vw,4.5rem);padding-bottom:clamp(3rem,5vw,4.5rem);}.the-library-page .hoe-cta-banner--revolutionalising-sourcing-with-ai .hoe-cta-banner__inner{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(320px,0.78fr);column-gap:clamp(2rem,5vw,4.5rem);row-gap:clamp(0.9rem,1.4vw,1.35rem);align-items:start;}.the-library-page .hoe-cta-banner--revolutionalising-sourcing-with-ai .hoe-cta-banner__heading{grid-column:1;margin-bottom:0;}.the-library-page .hoe-cta-banner--revolutionalising-sourcing-with-ai .hoe-cta-banner__body{display:contents;gap:clamp(0.9rem,1.4vw,1.35rem) clamp(2rem,5vw,4.5rem);margin-bottom:clamp(1.5rem,2.5vw,2.25rem);}.the-library-page .hoe-cta-banner--revolutionalising-sourcing-with-ai:has(.hoe-meet-estila-image-box) .hoe-cta-banner__body{display:contents;gap:clamp(0.9rem,1.4vw,1.35rem) clamp(2rem,5vw,4.5rem);}.the-library-page .hoe-cta-banner--revolutionalising-sourcing-with-ai .hoe-cta-banner__body p{grid-column:1;max-width:43rem;margin-bottom:0;}.the-library-page .hoe-cta-banner--revolutionalising-sourcing-with-ai .hoe-feature-list{grid-column:1;margin-top:clamp(0.75rem,1.2vw,1.15rem);gap:clamp(0.45rem,0.8vw,0.75rem);}.the-library-page .hoe-cta-banner--revolutionalising-sourcing-with-ai .hoe-feature-list li{line-height:1.55;}.the-library-page .hoe-cta-banner--revolutionalising-sourcing-with-ai .hoe-cta-banner__actions{grid-column:1;margin-top:clamp(0.25rem,0.8vw,0.75rem);}.the-library-page .hoe-meet-estila-image-box{grid-column:2;grid-row:1 / span 5;align-self:start;display:block;margin:0;width:min(100%,1200px);aspect-ratio:1 / 1;height:auto;min-height:0;padding:0;overflow:hidden;border:0;background:transparent;}.the-library-page .hoe-meet-estila-image-box p{width:100%;height:100%;margin:0;}.the-library-page .hoe-meet-estila-image-box img{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center;}.the-library-page .hoe-cta-banner__body .hoe-meet-estila-image-box__eyebrow{margin:0 0 var(--space-md,16px);font-family:var(--font-ui,Arial,sans-serif);font-size:0.72rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold-light,#D4BA8E);}.the-library-page .hoe-cta-banner__body .hoe-meet-estila-image-box__title{margin:0 0 var(--space-md,16px);font-family:var(--font-display);font-size:clamp(1.65rem,2.6vw,2.4rem);line-height:1.12;color:var(--white,#FFFFFF);}.the-library-page .hoe-cta-banner__body .hoe-meet-estila-image-box__copy{margin:0;max-width:34rem;color:rgba(255,255,255,0.86);font-size:1rem;line-height:1.75;}.the-library-page .hoe-cta-banner--meet .hoe-cta-banner__body > :not(.hoe-meet-estila-panel){grid-column:1;}.the-library-page .hoe-meet-estila-panel{grid-column:2;grid-row:1 / span 6;align-self:stretch;display:flex;flex-direction:column;justify-content:center;gap:var(--space-md,16px);padding:clamp(1.5rem,3vw,2.5rem);border:1px solid rgba(212,186,142,0.36);background:rgba(255,255,255,0.08);}.the-library-page .hoe-meet-estila-panel__label{margin:0;font-family:var(--font-ui,Arial,sans-serif);font-size:0.72rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold-light,#D4BA8E);}.the-library-page .hoe-meet-estila-panel__prompt,.the-library-page .hoe-meet-estila-panel__route{margin:0;padding:var(--space-md,16px);border:1px solid rgba(255,255,255,0.18);background:rgba(255,255,255,0.08);color:var(--white,#FFFFFF);font-size:0.95rem;line-height:1.7;}.the-library-page .hoe-meet-estila-panel__route{border-color:rgba(191,159,90,0.42);}.the-library-page .hoe-cta-banner:not(.hoe-cta-banner--meet) + .hoe-cta-banner:not(.hoe-cta-banner--meet){background:var(--surface,#F0EBE7);}.the-library-page .hoe-cta-banner:not(.hoe-cta-banner--meet) + .hoe-cta-banner:not(.hoe-cta-banner--meet) .hoe-cta-banner__heading,.the-library-page .hoe-cta-banner:not(.hoe-cta-banner--meet) + .hoe-cta-banner:not(.hoe-cta-banner--meet) .hoe-cta-banner__body,.the-library-page .hoe-cta-banner:not(.hoe-cta-banner--meet) + .hoe-cta-banner:not(.hoe-cta-banner--meet) .hoe-cta-banner__body p{color:var(--ink-deep,#191A38);}.the-library-page .hoe-cta-banner:not(.hoe-cta-banner--meet) + .hoe-cta-banner:not(.hoe-cta-banner--meet) .hoe-cta-banner__body{max-width:48rem;}.the-library-page .page-content__sections > .hoe-cta-banner--trade-access-and-membership,.the-library-page .page-content__sections > .hoe-cta-banner--for-british-brands-makers-and-artists{margin-top:0;}.the-library-page .page-content__sections > .hoe-cta-banner--trade-access-and-membership{grid-column:1;}.the-library-page .page-content__sections > .hoe-cta-banner--for-british-brands-makers-and-artists,.the-library-page .page-content__sections > .hoe-cta-banner:not(.hoe-cta-banner--meet) + .hoe-cta-banner.hoe-cta-banner--for-british-brands-makers-and-artists{grid-column:2;background:#FFFFFF;}@media (max-width:1100px){.the-library-page .hoe-library-cats{grid-template-columns:repeat(3,minmax(0,1fr));}.the-library-page .hoe-library-cats__item{min-height:clamp(150px,24vw,220px);}}@media (max-width:960px){.the-library-page .hoe-hero,.the-library-page .hoe-two-col{grid-template-columns:1fr;}.the-library-page .hoe-cta-banner--revolutionalising-sourcing-with-ai .hoe-cta-banner__inner{grid-template-columns:1fr;}.the-library-page .hoe-cta-banner--revolutionalising-sourcing-with-ai .hoe-cta-banner__heading,.the-library-page .hoe-cta-banner--revolutionalising-sourcing-with-ai .hoe-cta-banner__body > p,.the-library-page .hoe-cta-banner--revolutionalising-sourcing-with-ai .hoe-feature-list,.the-library-page .hoe-cta-banner--revolutionalising-sourcing-with-ai .hoe-cta-banner__actions{grid-column:1;}.the-library-page .page-content__sections{grid-template-columns:1fr;}.the-library-page .page-content__sections > .hoe-cta-banner--trade-access-and-membership,.the-library-page .page-content__sections > .hoe-cta-banner--for-british-brands-makers-and-artists{grid-column:1 / -1;}.the-library-page .hoe-hero__media,.the-library-page .hoe-two-col__media{min-height:360px;}.the-library-page .hoe-two-col--image-left .hoe-two-col__media{order:0;}.the-library-page .hoe-cta-banner--meet .hoe-cta-banner__body{grid-template-columns:1fr;}.the-library-page .hoe-cta-banner:has(.hoe-meet-estila-image-box) .hoe-cta-banner__body{grid-template-columns:1fr;}.the-library-page .hoe-cta-banner--meet .hoe-cta-banner__body > :not(.hoe-meet-estila-panel),.the-library-page .hoe-meet-estila-panel,.the-library-page .hoe-cta-banner:has(.hoe-meet-estila-image-box) .hoe-cta-banner__body > :not(.hoe-meet-estila-image-box),.the-library-page .hoe-meet-estila-image-box{grid-column:1;}.the-library-page .hoe-meet-estila-panel,.the-library-page .hoe-meet-estila-image-box{grid-row:auto;}.the-library-page .hoe-cta-banner--revolutionalising-sourcing-with-ai .hoe-cta-banner__actions{grid-row:5;}.the-library-page .hoe-cta-banner--revolutionalising-sourcing-with-ai .hoe-meet-estila-image-box{grid-row:6;}.the-library-page .hoe-meet-estila-image-box{width:min(100%,1200px);height:auto;min-height:0;}}@media (max-width:700px){.the-library-page .hoe-hero__content,.the-library-page .hoe-two-col__copy,.the-library-page .hoe-editorial,.the-library-page .hoe-cta-banner{padding:clamp(1.75rem,7vw,2.5rem);}.the-library-page .hoe-hero__media,.the-library-page .hoe-two-col__media{min-height:300px;}.the-library-page .hoe-trade-cards,.the-library-page .hoe-library-cats{grid-template-columns:repeat(2,minmax(0,1fr));}.the-library-page .hoe-library-cats__item{width:100%;min-height:0;}.the-library-page .hoe-hero__actions,.the-library-page .hoe-cta-banner__actions,.the-library-page .hoe-final-cta__row{align-items:stretch;flex-direction:column;width:100%;}.the-library-page .hoe-hero__cta,.the-library-page .hoe-cta-banner__btn,.the-library-page .hoe-final-cta__btn{width:100%;}}.hoe-press-page{--hoe-press-ivory:#F7F3EA;--hoe-press-cream:#EFE7D8;--hoe-press-white:#FEFCF7;--hoe-press-stone:#D8CEBD;--hoe-press-taupe:#8D8172;--hoe-press-charcoal:#25231F;--hoe-press-gold:#B89A5E;background:var(--hoe-press-ivory);color:var(--hoe-press-charcoal);font-family:var(--font-body,inherit);margin-inline:auto;padding:clamp(2rem,5vw,4rem) clamp(1rem,4vw,3rem) clamp(3rem,8vw,6rem);}.hoe-press-page h1,.hoe-press-page h2{color:var(--hoe-press-charcoal);font-family:var(--font-heading,inherit);font-weight:500;letter-spacing:0;line-height:1.08;margin:0;}.hoe-press-page h1{font-size:clamp(3rem,8vw,6.5rem);}.hoe-press-page h2{font-size:clamp(1.8rem,4vw,3rem);}.hoe-press-page p,.hoe-press-page li,.hoe-press-page a{font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.72;}.hoe-press-page p{margin:0;}.hoe-press-page a{color:var(--hoe-press-charcoal);text-decoration-color:var(--hoe-press-gold);text-decoration-thickness:1px;text-underline-offset:0.28em;}.hoe-press-page > section{margin:0 auto clamp(1.5rem,4vw,3rem);max-width:1180px;}.hoe-press-hero{background:var(--hoe-press-white);border:1px solid var(--hoe-press-stone);border-radius:8px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,0.95fr);overflow:hidden;}.hoe-press-hero__inner{display:grid;gap:clamp(1rem,2vw,1.5rem);max-width:900px;padding:clamp(2.5rem,7vw,5.5rem);}.hoe-press-hero__media{background:var(--hoe-press-cream);margin:0;min-height:100%;}.hoe-press-hero__media img{display:block;height:100%;min-height:520px;object-fit:cover;width:100%;}.hoe-press-eyebrow{color:var(--hoe-press-gold);font-size:0.78rem !important;font-weight:700;letter-spacing:0.16em;line-height:1.4 !important;text-transform:uppercase;}.hoe-press-strapline{color:var(--hoe-press-taupe);font-size:clamp(1.25rem,2.6vw,2rem) !important;line-height:1.35 !important;}.hoe-press-intro{font-size:clamp(1.1rem,2vw,1.35rem) !important;line-height:1.55 !important;}.hoe-press-actions,.hoe-press-contact__links{align-items:center;display:flex;flex-wrap:wrap;gap:0.8rem;margin-top:0.5rem;}.hoe-press-button{align-items:center;border:1px solid var(--hoe-press-stone);border-radius:4px;display:inline-flex;font-weight:700;justify-content:center;min-height:3rem;padding:0.72rem 1.25rem;text-decoration:none !important;}.hoe-press-button--primary{background:var(--hoe-press-charcoal);border-color:var(--hoe-press-charcoal);color:var(--hoe-press-white) !important;}.hoe-press-section{background:var(--hoe-press-white);border:1px solid var(--hoe-press-stone);border-radius:8px;display:grid;gap:clamp(1rem,2.5vw,1.75rem);padding:clamp(1.75rem,5vw,3rem);}.hoe-press-section--split,.hoe-press-resources,.hoe-press-contact{grid-template-columns:minmax(220px,0.8fr) minmax(0,1.2fr);}.hoe-press-section--cream,.hoe-press-contact{background:var(--hoe-press-cream);}.hoe-press-copy,.hoe-press-section > p:not(.hoe-press-eyebrow){max-width:860px;}.hoe-press-grid{display:grid;gap:clamp(1rem,3vw,1.5rem);grid-template-columns:repeat(2,minmax(0,1fr));}.hoe-press-panel{background:var(--hoe-press-white);border:1px solid var(--hoe-press-stone);border-radius:8px;display:grid;gap:1rem;padding:clamp(1.75rem,4vw,2.5rem);}.hoe-press-panel a{align-self:end;font-weight:700;}.hoe-press-quote{color:var(--hoe-press-charcoal);font-size:clamp(1.25rem,2.8vw,2rem) !important;line-height:1.45 !important;}.hoe-press-resources ul{columns:2;gap:2rem;list-style:none;margin:0;padding:0;}.hoe-press-resources li{break-inside:avoid;border-bottom:1px solid var(--hoe-press-stone);padding:0.6rem 0;}.hoe-press-contact{border:1px solid var(--hoe-press-stone);border-radius:8px;display:grid;gap:clamp(1rem,2.5vw,1.75rem);padding:clamp(1.75rem,5vw,3rem);}.hoe-press-contact__links{align-content:start;justify-content:flex-start;}@media (max-width:820px){.hoe-press-page{padding:1rem 1rem 3rem;}.hoe-press-section--split,.hoe-press-resources,.hoe-press-contact,.hoe-press-grid,.hoe-press-hero{grid-template-columns:1fr;}.hoe-press-hero__inner,.hoe-press-section,.hoe-press-panel,.hoe-press-contact{padding:clamp(1.5rem,8vw,2.25rem);}.hoe-press-resources ul{columns:1;}.hoe-press-actions,.hoe-press-contact__links{align-items:stretch;flex-direction:column;}.hoe-press-button{width:100%;}.hoe-press-hero__media img{min-height:260px;}}.hoe-press-page--release{padding-top:clamp(1.5rem,4vw,3rem);}.hoe-press-release-header{background:var(--hoe-press-white);border:1px solid var(--hoe-press-stone);border-radius:8px;display:grid;gap:clamp(0.7rem,2vw,1.1rem);padding:clamp(2.2rem,6vw,4.6rem);text-align:center;}.hoe-press-release-masthead{color:var(--hoe-press-charcoal);font-family:var(--font-heading,inherit);font-size:clamp(2rem,5vw,4.6rem) !important;letter-spacing:0.08em;line-height:1 !important;text-transform:uppercase;}.hoe-press-release-label,.hoe-press-release-date{color:var(--hoe-press-gold);font-size:0.82rem !important;font-weight:700;letter-spacing:0.16em;line-height:1.4 !important;text-transform:uppercase;}.hoe-press-release-date{color:var(--hoe-press-taupe);letter-spacing:0.08em;}.hoe-press-release-header h1{font-size:clamp(2.35rem,6vw,5.4rem);margin-inline:auto;max-width:980px;}.hoe-press-release-deck{color:var(--hoe-press-taupe);font-size:clamp(1.15rem,2.2vw,1.75rem) !important;line-height:1.42 !important;margin-inline:auto !important;max-width:820px;}.hoe-press-release-gallery{display:grid;gap:clamp(0.8rem,2vw,1rem);grid-template-columns:minmax(0,1.45fr) minmax(300px,0.8fr);}.hoe-press-release-gallery figure{background:var(--hoe-press-white);border:1px solid var(--hoe-press-stone);border-radius:8px;margin:0;overflow:hidden;}.hoe-press-release-gallery img{display:block;height:100%;min-height:100%;object-fit:cover;width:100%;}.hoe-press-release-gallery figcaption{background:var(--hoe-press-white);color:var(--hoe-press-taupe);font-size:0.92rem;line-height:1.4;padding:0.75rem 0.9rem;}.hoe-press-release-gallery__main{min-height:680px;}.hoe-press-release-gallery__stack{display:grid;gap:clamp(0.8rem,2vw,1rem);grid-template-columns:1fr 1fr;}.hoe-press-release-gallery__stack figure{min-height:330px;}.hoe-press-release-story{align-items:start;display:grid;gap:clamp(1rem,4vw,2rem);grid-template-columns:minmax(0,1.3fr) minmax(280px,0.7fr);}.hoe-press-release-copy{background:var(--hoe-press-white);border:1px solid var(--hoe-press-stone);border-radius:8px;display:grid;gap:1rem;padding:clamp(1.8rem,5vw,3rem);}.hoe-press-release-standfirst{color:var(--hoe-press-charcoal);font-size:clamp(1.25rem,2.4vw,1.85rem) !important;line-height:1.45 !important;}.hoe-press-release-facts{background:var(--hoe-press-cream);border:1px solid var(--hoe-press-stone);border-radius:8px;padding:clamp(1.5rem,4vw,2.4rem);}.hoe-press-release-facts h2{font-size:clamp(1.45rem,3vw,2rem);margin-bottom:1rem;}.hoe-press-release-facts ul,.hoe-press-release-resources ul{list-style:none;margin:0;padding:0;}.hoe-press-release-facts li,.hoe-press-release-resources li{border-top:1px solid var(--hoe-press-stone);padding:0.72rem 0;}.hoe-press-release-resources a{display:flex;align-items:center;justify-content:space-between;gap:1rem;text-decoration:none;}.hoe-press-release-resources a::after{content:"Request";flex:0 0 auto;font-family:var(--font-ui,Arial,sans-serif);font-size:0.72rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--hoe-press-gold);}.hoe-press-release-resources a:hover,.hoe-press-release-resources a:focus-visible{text-decoration:underline;text-decoration-color:var(--hoe-press-gold);}.hoe-press-release-duo{display:grid;gap:clamp(1rem,3vw,1.5rem);grid-template-columns:repeat(2,minmax(0,1fr));}.hoe-press-release-duo article,.hoe-press-release-strip,.hoe-press-release-resources,.hoe-press-release-contact{background:var(--hoe-press-white);border:1px solid var(--hoe-press-stone);border-radius:8px;display:grid;gap:1rem;padding:clamp(1.7rem,4vw,2.6rem);}.hoe-press-release-duo a,.hoe-press-inline-actions a{align-self:end;font-weight:700;}.hoe-press-inline-actions{display:flex;flex-wrap:wrap;gap:1rem;}.hoe-press-release-strip{background:var(--hoe-press-cream);}.hoe-press-release-strip h2{font-size:clamp(1.8rem,4vw,3rem);}.hoe-press-release-strip p{max-width:820px;}.hoe-press-release-resources,.hoe-press-release-contact{grid-template-columns:minmax(240px,0.7fr) minmax(0,1.3fr);}.hoe-press-release-contact{background:var(--hoe-press-cream);}@media (max-width:980px){.hoe-press-release-gallery,.hoe-press-release-story,.hoe-press-release-duo,.hoe-press-release-resources,.hoe-press-release-contact{grid-template-columns:1fr;}.hoe-press-release-gallery__main{min-height:420px;}.hoe-press-release-gallery__stack{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:640px){.hoe-press-release-header{text-align:left;}.hoe-press-release-gallery__main,.hoe-press-release-gallery__stack figure{min-height:260px;}.hoe-press-release-gallery__stack{grid-template-columns:1fr;}}
.js-hoe-turnstile{width:100%;}.js-hoe-turnstile.is-rendered{margin:1rem 0 1.25rem;}.js-hoe-turnstile .js-hoe-turnstile-widget{min-height:65px;}.js-hoe-turnstile [data-hoe-turnstile-message]{display:block;margin:0.5rem 0 0;color:#a93232;font-size:0.875rem;line-height:1.4;}.js-hoe-turnstile iframe{max-width:100%;}@media (max-width:767px){.js-hoe-turnstile.is-rendered{margin:0.875rem 0 1rem;}}
.paragraph--unpublished{background-color:#fff4f4;}
