@font-face{font-family:Barlow;src:url('/assets/fonts/barlow-condensed-bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('/assets/fonts/manrope-latin.woff2') format('woff2');font-weight:200 800;font-style:normal;font-display:swap}
:root{--ink:#1d1c18;--gold:#e5bd68;--gold-dark:#795b21;--paper:#fff;--sand:#f7f3e9;--muted:#615b4d;--line:#ded8ca;--red:#9a261c;--radius:12px;--space:clamp(64px,7vw,100px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px;scrollbar-color:var(--gold-dark) var(--sand)}body{margin:0;color:var(--ink);background:var(--paper);font:15px/1.65 Manrope,sans-serif;-webkit-font-smoothing:antialiased}::selection{background:var(--gold);color:var(--ink)}a{color:inherit;text-underline-offset:5px}button,input,textarea,select{font:inherit}input,textarea{caret-color:var(--gold-dark)}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid #9a5810;outline-offset:5px}img{max-width:100%;height:auto;display:block}button,a{touch-action:manipulation}button{cursor:pointer}svg{width:23px;height:23px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Barlow,sans-serif;line-height:1;letter-spacing:-.015em;text-wrap:balance}h1{font-size:clamp(65px,6.8vw,96px)}h2{font-size:clamp(42px,4.3vw,62px)}p{max-width:72ch}h3{font-size:28px}button:disabled{opacity:.6;cursor:wait}[hidden]{display:none!important}.wrap{width:min(1240px,calc(100% - 96px));margin-inline:auto}.section{padding-block:var(--space)}.button{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:50px;padding:13px 22px;font-weight:800;font-size:14px;text-decoration:none;border:0;border-radius:5px;transition:background .2s,color .2s}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:#4c4027}.button-gold{background:var(--gold);color:var(--ink)}.button-gold:hover{background:#f3ce84}.text-link{font-weight:700;font-size:14px;text-decoration:underline;text-decoration-thickness:1px}.text-link:hover{text-decoration-thickness:2px}.skip-link{position:fixed;top:-100px;left:12px;z-index:10;background:white;color:var(--ink);padding:15px}.skip-link:focus{top:12px}.header{width:min(1340px,calc(100% - 80px));min-height:105px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:25px;padding-block:12px}.brand{display:flex;align-items:center;gap:20px;text-decoration:none;font-weight:800;line-height:1.35;flex-shrink:0}.brand img{width:122px;height:72px;object-fit:contain}.brand span{font-size:14px;border-left:1px solid var(--line);padding-left:18px}.brand small{font-size:11px;font-weight:600}.header nav{display:flex;align-items:center;gap:28px}.header nav>a:not(.button){font-size:13px;font-weight:700;text-decoration:none}.header nav>a:not(.button):hover{color:var(--gold-dark)}
.hero{background:#070706;color:white;overflow:hidden}.hero-inner{position:relative;min-height:598px;display:grid;grid-template-columns:1fr 1fr;align-items:center}.hero-copy{position:relative;z-index:1;padding:48px 0 60px}.hero h1 span{color:var(--gold)}.hero-copy>p{margin-top:24px;max-width:400px;color:#e2ded2;font-size:16px}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:29px}.hero-photo{height:598px;position:relative}.hero-photo img{height:100%;width:100%;object-fit:cover;object-position:center bottom}.range-strip{display:flex;align-items:center;gap:50px;min-height:200px;padding-block:8px 20px;border-top:1px solid #3c3427}.range-strip>span{font-family:Barlow,sans-serif;font-size:38px;color:var(--gold);min-width:260px;line-height:1.15}.range-strip small{display:block;color:#e2ded2;font-family:Manrope,sans-serif;font-size:13px;margin-top:9px;font-weight:400}.range-strip img{width:min(777px,70%);object-fit:contain;animation:shelf-arrive 900ms cubic-bezier(.16,1,.3,1) both}@keyframes shelf-arrive{from{transform:translateY(18px);filter:blur(2px)}to{transform:translateY(0);filter:blur(0)}}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}.section-head p{margin-top:14px;color:var(--muted)}.catalogue-note{font-size:13px;text-align:right;color:var(--muted)}.catalogue-tools{display:flex;justify-content:space-between;gap:25px;align-items:start;padding-block:24px;border-block:1px solid var(--line)}.filters{display:flex;flex-wrap:wrap;gap:8px;max-width:820px}.filters button{border:1px solid var(--line);background:transparent;color:var(--muted);padding:10px 14px;border-radius:25px;min-height:44px;font-size:12px;font-weight:700}.filters button[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:white}.filters button:hover{border-color:var(--gold-dark)}.search{flex:0 0 235px;font-size:12px;font-weight:700}.search input{min-height:44px;margin-top:5px!important;font-size:13px!important;padding:10px 12px!important}.results-count{margin-top:24px;font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 22px;margin-top:22px}.product{min-width:0}.product-image{background:var(--sand);border-radius:var(--radius);height:242px;display:grid;place-items:center;padding:24px}.product-image img{width:100%;height:100%;max-height:195px;object-fit:contain;transition:transform .2s ease-out}.product:hover .product-image img{transform:translateY(-4px)}.product-info{padding:19px 2px 0}.product-range{color:var(--gold-dark);font-size:11px;margin-bottom:8px}.product h3{font-size:26px;min-height:52px;line-height:1.03;text-wrap:pretty}.packs{font-size:12px;margin-top:10px;color:var(--muted)}.product-enquire{display:flex;align-items:center;justify-content:space-between;font-weight:800;font-size:12px;margin-top:13px;min-height:44px;border-bottom:1px solid var(--line);text-decoration:none}.product-enquire:hover{color:var(--gold-dark);border-color:var(--gold-dark)}.product-enquire svg{width:19px}.catalogue-disclaimer{font-size:12px;color:var(--muted);margin-top:40px;max-width:100ch}.empty-results{padding:70px 20px;text-align:center;background:var(--sand);margin-top:20px}.empty-results p{margin:15px auto 24px}.online{background:var(--gold)}.online-inner{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.online h2{font-size:64px}.online p{margin-top:22px;max-width:420px}.online .market-note{font-size:12px}.marketplace{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #9a7735;padding:25px 0;text-decoration:none}.marketplace:last-child{border-bottom:1px solid #9a7735}.marketplace strong{font-family:Barlow,sans-serif;font-size:43px;line-height:1.2}.marketplace small{display:block;font-size:13px;margin-top:8px}.marketplace:hover strong{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:7px}.marketplace svg{width:32px;height:32px}.about{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.brand-family{padding:40px 0}.about-copy p{margin-top:23px;color:var(--muted)}.dark-link{display:inline-block;margin-top:23px}.enquiry{background:var(--ink);color:white}.enquiry-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px}.enquiry-intro h2{font-size:72px;color:var(--gold)}.enquiry-intro>p{margin-top:24px;color:#e2ded2}.contact-details{margin:36px 0 0}.contact-details>div{margin-top:23px}.contact-details dt{font-size:12px;color:var(--gold);margin-bottom:5px}.contact-details dd{margin:0;font-size:14px;overflow-wrap:anywhere}.contact-details a{text-decoration:none}.contact-details a:hover{text-decoration:underline}.enquiry-intro .form-note{font-size:12px;color:#c8c2b4;margin-top:36px}form{background:white;color:var(--ink);padding:34px;border-radius:var(--radius)}form h3{font-size:36px;margin-bottom:8px}.required-note{font-size:11px;color:var(--muted);margin-bottom:23px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}form label:not(.consent){display:block;margin-bottom:18px;font-size:12px;font-weight:800}input:not([type=checkbox]),select,textarea{display:block;width:100%;padding:12px 13px;border:1px solid #b7b0a1;border-radius:5px;min-height:46px;color:var(--ink);background:white;margin-top:7px;font-size:14px;font-weight:400}input::placeholder,textarea::placeholder{color:#71695a}textarea{resize:vertical;min-height:112px}.consent{display:flex;gap:11px;font-size:11px;font-weight:400;line-height:1.8;margin:6px 0 24px}.consent input{width:18px;height:18px;flex-shrink:0;margin:2px 0 0;accent-color:var(--gold-dark)}.submit{width:100%;justify-content:space-between}.submit+.required-note{margin:15px 0 0}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-status{padding:15px;background:#edf5e9;color:#2b4d1b;font-size:13px;margin-bottom:22px;border-radius:5px;overflow-wrap:anywhere}.form-status.error{color:#7c1b13;background:#fff0eb}.privacy{padding-block:32px}.privacy summary{font-size:13px;font-weight:800;cursor:pointer;padding-block:7px}.privacy p{margin-top:15px;font-size:12px;color:var(--muted);max-width:105ch}.footer{border-top:1px solid var(--line);padding-block:26px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:11px}.footer strong{font-size:12px}.footer span{display:block;color:var(--muted);margin-top:5px}.footer p{color:var(--muted)}.footer>a{display:flex;align-items:center;gap:10px;text-decoration:none}
@media(min-width:1550px){.hero-inner{grid-template-columns:1fr 1.1fr}.hero-copy{padding-block:64px}}
@media(max-width:1050px){.wrap{width:calc(100% - 56px)}.header{width:calc(100% - 48px)}.brand span{display:none}.header nav{gap:20px}.hero-inner{min-height:570px}.hero-photo{height:570px}.hero h1{font-size:78px}.hero-actions{gap:20px}.range-strip{gap:25px}.range-strip>span{min-width:220px;font-size:32px}.range-strip img{width:64%}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.online-inner,.about{gap:50px}.enquiry-layout{gap:38px;grid-template-columns:.8fr 1.2fr}.enquiry form{padding:26px}.field-row{grid-template-columns:1fr;gap:0}.catalogue-tools{flex-direction:column}.search{flex:auto;width:100%}.search input{max-width:420px}.footer{flex-wrap:wrap}}
@media(max-width:650px){.wrap{width:calc(100% - 36px)}.header{width:calc(100% - 32px);flex-wrap:wrap;justify-content:center;gap:6px;padding-block:10px 14px}.brand img{height:55px;width:108px}.brand span{display:block;font-size:12px}.brand small{font-size:10px}.header nav{gap:16px;justify-content:center;width:100%}.header nav>a:not(.button){font-size:11px}.header nav .button{padding:9px 12px;font-size:11px;min-height:42px;gap:6px}.header nav .button svg{width:16px}.hero-inner{display:block;min-height:0}.hero-copy{padding:43px 0 0}.hero h1{font-size:72px;max-width:350px}.hero-copy>p{font-size:14px;max-width:320px;margin-top:20px}.hero-actions{flex-wrap:wrap;margin-top:24px;gap:22px}.hero-actions .button{font-size:12px;padding-inline:16px}.hero .text-link{font-size:12px}.hero-photo{height:275px;margin-top:-18px;pointer-events:none}.hero-photo img{object-position:center bottom}.range-strip{padding-block:21px 26px;display:block;min-height:0}.range-strip>span{display:block;font-size:28px}.range-strip small{font-size:11px;margin-top:5px}.range-strip img{width:100%;margin-top:20px}.section-head{display:block;margin-bottom:26px}.section-head p{font-size:13px}.catalogue-note{text-align:left;margin-top:18px;font-size:11px}.catalogue-tools{padding-block:18px;gap:16px}.filters{gap:7px}.filters button{font-size:10px;padding:9px 11px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px;margin-top:18px}.product-image{height:182px;padding:15px 9px}.product-image img{max-height:148px}.product-info{padding-top:15px}.product-range{font-size:9px;line-height:1.4;min-height:13px}.product h3{font-size:23px;min-height:49px}.packs{font-size:10px;min-height:33px;line-height:1.5;margin-top:7px}.product-enquire{margin-top:3px;font-size:11px}.catalogue-disclaimer{font-size:10px}.online-inner,.about,.enquiry-layout{grid-template-columns:1fr;gap:36px}.online h2{font-size:52px}.online p{font-size:14px}.online .market-note{font-size:11px}.marketplace{padding-block:21px}.marketplace strong{font-size:36px}.marketplace small{font-size:11px}.about{gap:28px}.brand-family{padding:0;order:2}.about-copy p{font-size:13px}.dark-link{font-size:12px}.enquiry-intro h2{font-size:60px}.enquiry-intro>p{font-size:14px}.enquiry form{padding:25px 20px}.contact-details dd{font-size:13px}.footer{gap:20px;align-items:start}.footer p{order:3;width:100%;font-size:10px}.footer strong{font-size:11px}.footer>a{font-size:10px}.privacy summary{font-size:12px}}
@media(max-width:650px){.header nav{gap:12px}.header nav>a{white-space:nowrap}.header nav>a:not(.button){font-size:10px}.header nav .button{font-size:10px;padding-inline:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
