:root{
  --green:#123d30;--deep:#082a21;--cream:#f5f0e7;--paper:#fbf8f2;--gold:#c29d5e;--ink:#20211f;--muted:#66716c;--line:#ded4c4;--soft:#eee8dd;
  --serif:Georgia,'Times New Roman',serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --shadow:0 22px 70px rgba(15,42,33,.12)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.55}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-header{height:94px;padding:0 clamp(24px,5vw,78px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(194,157,94,.18);background:rgba(251,248,242,.94);backdrop-filter:blur(14px);position:sticky;top:0;z-index:50}.brand-mark{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;flex:0 0 auto}.brand-mark img{width:62px;height:62px;object-fit:contain}.brand-established{display:block;color:var(--gold);font-size:8px;font-weight:800;line-height:1;letter-spacing:.22em;text-transform:uppercase;white-space:nowrap;margin-left:.22em}.desktop-nav{display:flex;gap:34px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700;color:var(--green)}.desktop-nav a,.header-actions a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:1px;background:var(--gold);transition:.25s}.desktop-nav a:hover:after{width:100%}.header-actions{display:flex;gap:18px;align-items:center;font-size:12px;text-transform:uppercase;letter-spacing:.1em}.basket span{display:inline-grid;place-items:center;width:22px;height:22px;margin-left:4px;border-radius:50%;background:var(--gold);color:var(--deep);font-weight:800}.menu-toggle{display:none;border:0;background:none;color:var(--green);text-transform:uppercase;letter-spacing:.12em;font-weight:800}.mobile-nav{position:fixed;inset:94px 0 0 0;background:var(--deep);z-index:49;padding:24px 24px max(24px,env(safe-area-inset-bottom));display:grid;align-content:start;gap:12px;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.mobile-nav[hidden]{display:none}html.mobile-menu-open,body.mobile-menu-open{overflow:hidden}.mobile-nav a{color:#fff;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12);font-family:var(--serif);font-size:26px}.flash{padding:13px 20px;text-align:center;font-weight:700;font-size:14px}.flash-success{background:#e9f5ef;color:var(--green)}.flash-error{background:#fff0f0;color:#7b3434}

.hero{min-height:640px;display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.92fr);padding:54px clamp(24px,6vw,86px) 44px;gap:40px;align-items:center;position:relative;overflow:hidden}.construction-lines{position:absolute;inset:0;pointer-events:none;opacity:.22;background-image:linear-gradient(to right,transparent calc(20% - .5px),rgba(194,157,94,.28) 20%,transparent calc(20% + .5px)),linear-gradient(to bottom,transparent calc(34% - .5px),rgba(194,157,94,.24) 34%,transparent calc(34% + .5px));background-size:100% 100%}.hero:before,.hero:after{content:"";position:absolute;border:1px solid rgba(194,157,94,.15);border-radius:50%;width:460px;height:460px;left:-180px;top:78px}.hero:after{width:300px;height:300px;left:-95px;top:157px}.hero-copy{position:relative;z-index:2}.eyebrow{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:800;margin-bottom:18px}.hero h1,.display-title{font-family:var(--serif);font-weight:400;color:var(--green);letter-spacing:-.045em;line-height:.88;margin:0}.hero h1{font-size:clamp(62px,7vw,108px);max-width:720px}.hero-sub{max-width:610px;font-size:19px;color:#48544f;margin:28px 0 30px}.hero-actions,.button-row{display:flex;gap:14px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;background:var(--green);color:#fff;border:1px solid var(--green);font-weight:800;font-size:12px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:.25s}.button:hover{background:var(--deep);transform:translateY(-1px)}.button-outline{background:transparent;color:var(--green);border-color:var(--gold)}.button-gold{background:var(--gold);border-color:var(--gold);color:var(--deep)}.hero-gallery{position:relative;height:540px;z-index:2;isolation:isolate;perspective:1200px;--hero-ease:cubic-bezier(.22,.8,.24,1)}
.hero-frame{position:absolute;margin:0;background:#fff;padding:12px;box-shadow:0 26px 60px rgba(8,42,33,.18);border:1px solid #d5c5ad;cursor:pointer;overflow:hidden;transition:transform .58s var(--hero-ease),left .58s var(--hero-ease),right .58s var(--hero-ease),top .58s var(--hero-ease),opacity .35s ease,box-shadow .45s ease,filter .35s ease;will-change:transform;outline:none}
.hero-frame:before{content:"";position:absolute;inset:12px;border:1px solid rgba(194,157,94,.17);pointer-events:none;z-index:2}
.hero-frame img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--hero-ease),filter .35s ease}
.hero-frame.a{width:43%;height:82%;left:2%;top:6%;z-index:1;transform:translate3d(0,0,0) rotate(-4deg)}
.hero-frame.b{width:43%;height:82%;left:29%;top:10%;z-index:3;transform:translate3d(0,0,20px) rotate(1.5deg)}
.hero-frame.c{width:43%;height:82%;right:0;top:4%;z-index:2;background:#fff;padding:12px;transform:translate3d(0,0,0) rotate(4deg)}
.hero-frame.c img{filter:none}
.hero-gallery.is-interacting .hero-frame:not(.is-active){opacity:.82;filter:saturate(.78);box-shadow:0 15px 38px rgba(8,42,33,.10)}
.hero-frame.is-active{z-index:20;opacity:1!important;filter:none!important;box-shadow:0 38px 85px rgba(8,42,33,.28)!important}
.hero-frame.is-active img{transform:scale(1.018)}
.hero-gallery.focus-a .hero-frame.a{left:10%;top:1%;transform:translate3d(0,-4px,90px) rotate(-1deg) scale(1.055)}
.hero-gallery.focus-a .hero-frame.b{transform:translate3d(88px,18px,0) rotate(4deg) scale(.94)}
.hero-gallery.focus-a .hero-frame.c{transform:translate3d(128px,25px,0) rotate(7deg) scale(.91)}
.hero-gallery.focus-b .hero-frame.a{transform:translate3d(-102px,18px,0) rotate(-7deg) scale(.92)}
.hero-gallery.focus-b .hero-frame.b{left:29%;top:4%;transform:translate3d(0,-4px,100px) rotate(0deg) scale(1.065)}
.hero-gallery.focus-b .hero-frame.c{transform:translate3d(105px,18px,0) rotate(7deg) scale(.92)}
.hero-gallery.focus-c .hero-frame.a{transform:translate3d(-128px,25px,0) rotate(-7deg) scale(.91)}
.hero-gallery.focus-c .hero-frame.b{transform:translate3d(-88px,18px,0) rotate(-4deg) scale(.94)}
.hero-gallery.focus-c .hero-frame.c{right:8%;top:1%;transform:translate3d(0,-4px,90px) rotate(1deg) scale(1.055)}
.hero-frame:focus-visible{box-shadow:0 0 0 3px var(--paper),0 0 0 5px var(--gold),0 35px 80px rgba(8,42,33,.22)}


/* Product-first homepage shopfront */
.home-shopfront{padding:54px clamp(24px,6vw,86px) 38px;background:var(--paper);border-bottom:1px solid var(--line)}
.home-shopfront-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:48px;align-items:end;margin-bottom:32px}
.home-shopfront-head h1{margin:8px 0 14px;font-family:var(--serif);font-weight:400;color:var(--green);font-size:clamp(54px,6.7vw,92px);line-height:.88;letter-spacing:-.045em}
.home-shopfront-head p{max-width:680px;margin:0;color:var(--muted);font-size:16px;line-height:1.7}
.home-shopfront-actions{display:flex;flex-direction:column;align-items:flex-end;gap:14px;padding-bottom:4px}
.shopfront-text-link{max-width:310px;text-align:right;color:var(--muted);font-size:12px;line-height:1.55}
.shopfront-text-link strong{color:var(--green);border-bottom:1px solid var(--gold);padding-bottom:2px}
.home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.home-product-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--line);transition:transform .28s cubic-bezier(.22,.8,.24,1),box-shadow .28s ease,border-color .28s ease}
.home-product-card:hover,.home-product-card:focus-visible{transform:translateY(-5px);border-color:rgba(194,157,94,.75);box-shadow:0 20px 50px rgba(8,42,33,.12)}
.home-product-image{position:relative;aspect-ratio:4/5;overflow:hidden;background:#e9e2d7}
.home-product-image .product-artwork-view>img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.22,.8,.24,1),filter .35s ease}
@media (hover:hover) and (pointer:fine){.home-product-card:hover .product-artwork-view>img{transform:scale(1.025)}}
.home-product-card:focus-visible .product-artwork-view>img{transform:scale(1.025)}
.home-product-badge{position:absolute;z-index:2;top:12px;left:12px;padding:7px 9px;background:rgba(18,61,48,.94);color:#fff;font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.home-product-view{position:absolute;z-index:2;left:12px;right:12px;bottom:12px;display:flex;align-items:center;justify-content:space-between;padding:12px 13px;background:rgba(251,248,242,.94);color:var(--green);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;transform:translateY(calc(100% + 14px));transition:transform .3s cubic-bezier(.22,.8,.24,1)}
.home-product-view b{color:var(--gold);font-size:16px;line-height:1}
.home-product-card:hover .home-product-view,.home-product-card:focus-visible .home-product-view{transform:translateY(0)}
.home-product-info{display:flex;flex:1;flex-direction:column;padding:16px 17px 17px}
.home-product-meta{color:var(--gold);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.home-product-info h2{margin:6px 0 16px;font-family:var(--serif);font-size:22px;font-weight:400;line-height:1.12;color:var(--green)}
.home-product-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:12px;border-top:1px solid rgba(18,61,48,.08)}
.home-product-bottom span{color:var(--muted);font-size:10px;line-height:1.35;text-transform:uppercase;letter-spacing:.07em}
.home-product-bottom strong{flex:0 0 auto;color:var(--deep);font-size:13px}
.home-collection-strip{display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:center;margin-top:24px;padding:18px 0 0;border-top:1px solid var(--line)}
.home-collection-label{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.home-collection-links{display:flex;gap:22px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.home-collection-links a{display:flex;align-items:center;gap:7px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:color .2s ease}
.home-collection-links a span{color:var(--gold);font-size:15px;transition:transform .2s ease}
.home-collection-links a:hover{color:var(--gold)}
.home-collection-links a:hover span{transform:translateX(3px)}
.home-collection-links a.all{padding-left:20px;border-left:1px solid var(--line)}
.home-shop-empty{padding:44px;border:1px solid var(--line);text-align:center;background:#fff}
.home-shop-empty p{color:var(--muted)}

/* The original brand hero now deliberately sits below the shopfront. */
.hero{border-top:1px solid rgba(194,157,94,.24);border-bottom:1px solid var(--line)}

.section{padding:72px clamp(24px,6vw,86px)}.section-tight{padding-top:36px;padding-bottom:36px}.section-dark{background:var(--deep);color:#fff}.section-cream{background:var(--cream)}.section-title{text-align:center;display:flex;align-items:center;gap:18px;justify-content:center;margin-bottom:32px;color:var(--green);font-family:var(--serif);font-weight:400;font-size:20px;letter-spacing:.04em}.section-title:before,.section-title:after{content:"";height:1px;background:var(--gold);flex:1;max-width:360px;opacity:.7}.section-dark .section-title{color:#f2eadc}.choice-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.choice{padding:28px 18px;text-align:center;border-right:1px solid var(--line)}.choice:last-child{border-right:0}.choice-icon{width:58px;height:58px;margin:0 auto 14px;border:1px solid rgba(194,157,94,.7);display:grid;place-items:center;color:var(--gold);transition:background-color .28s ease,border-color .28s ease,transform .28s cubic-bezier(.22,.8,.24,1),box-shadow .28s ease}.choice-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;overflow:visible}.choice:hover .choice-icon,.choice:focus-visible .choice-icon{transform:translateY(-4px);border-color:var(--gold);background:rgba(194,157,94,.055);box-shadow:0 9px 22px rgba(194,157,94,.10)}.choice:hover .choice-icon svg,.choice:focus-visible .choice-icon svg{stroke-width:1.65}.choice{transition:background-color .25s ease}.choice:hover,.choice:focus-visible{background:rgba(194,157,94,.035)}.choice strong{display:block;text-transform:uppercase;letter-spacing:.1em;font-size:12px;color:var(--green)}.choice small{display:block;color:var(--muted);margin-top:4px}.choice .arrow{color:var(--gold);font-size:22px;margin-top:8px}.collection-grid,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.collection-card,.product-card{background:#fff;border:1px solid var(--line);overflow:hidden;transition:.25s}.collection-card{display:flex;flex-direction:column}.collection-card .collection-image{flex:0 0 auto}.collection-card .collection-body{flex:1}.collection-card:hover,.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(8,42,33,.1)}.collection-image,.product-image{aspect-ratio:4/3;overflow:hidden;background:#e8e1d5}.collection-image img,.product-image .product-artwork-view>img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .35s ease}.collection-card:hover img{transform:scale(1.035)}@media (hover:hover) and (pointer:fine){.product-card:hover .product-artwork-view>img{transform:scale(1.025)}}.product-card:focus-visible .product-artwork-view>img{transform:scale(1.025)}.collection-body{background:var(--green);color:#fff;padding:18px}.collection-body h3{margin:0;font-family:var(--serif);font-weight:400;font-size:22px}.collection-body p{margin:4px 0 0;color:#dce4e0;font-size:13px}.product-body{padding:18px}.product-body .meta{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-weight:800}.product-body h3{font-family:var(--serif);font-weight:400;color:var(--green);font-size:25px;margin:6px 0}.product-body p{font-size:14px;color:var(--muted);margin:0 0 12px}.price{font-weight:800;color:var(--deep)}

.customiser{margin:0 clamp(24px,4vw,58px) 72px;display:grid;grid-template-columns:.85fr 1.7fr .9fr;background:var(--deep);border:1px solid rgba(194,157,94,.8);color:#fff;min-height:340px}.custom-intro,.custom-benefits{padding:34px}.custom-intro{border-right:1px solid rgba(194,157,94,.45)}.custom-intro h2{font-family:var(--serif);font-size:44px;line-height:.95;font-weight:400;margin:0 0 18px}.custom-intro p{color:#d7e0dc;font-size:14px}.custom-form{background:var(--paper);color:var(--ink);padding:28px;display:grid;grid-template-columns:1fr 1fr .85fr;gap:14px;align-items:start}.custom-fields{display:grid;gap:12px}.field label{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800;color:var(--green);margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:#fff;padding:12px 13px;outline:none;color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(194,157,94,.1)}.colour-swatches{display:flex;gap:7px}.swatch{width:26px;height:26px;border:1px solid #c9c0b2}.preview-card{background:#fff;border:1px solid #cbb99d;padding:10px;height:270px;box-shadow:0 12px 28px rgba(0,0,0,.12);align-self:center}.preview-inner{height:100%;border:1px solid #e3dbce;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:14px}.preview-inner small{letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}.preview-inner strong{font-family:var(--serif);font-size:30px;color:var(--green);font-weight:400}.preview-drawing{width:70%;height:68px;margin:16px 0;border-bottom:1px solid #b6aa97;position:relative}.preview-drawing:before{content:"⌂";position:absolute;font-family:var(--serif);font-size:60px;color:#839086;left:50%;bottom:-5px;transform:translateX(-50%)}.custom-benefits{display:flex;flex-direction:column;justify-content:center;gap:15px}.tick{display:flex;gap:10px;font-size:13px;text-transform:uppercase;letter-spacing:.06em}.tick:before{content:'✓';color:var(--gold);font-weight:900}.custom-benefits .button{margin-top:12px}

.split-section{display:grid;grid-template-columns:1fr 1.15fr;gap:60px;align-items:center}.art-image{position:relative}.art-image:after{content:"";position:absolute;inset:20px -18px -18px 20px;border:1px solid var(--gold);z-index:-1}.art-image img{width:100%;aspect-ratio:4/3;object-fit:cover}.content-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:11px;color:var(--gold);font-weight:800}.content-title{font-family:var(--serif);font-size:clamp(42px,5vw,72px);line-height:.98;color:var(--green);font-weight:400;margin:10px 0 18px}.content-copy{color:var(--muted);font-size:17px;max-width:680px}.mini-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:26px}.mini-benefits div{border-left:1px solid var(--gold);padding-left:14px}.mini-benefits strong{display:block;color:var(--green);font-family:var(--serif);font-size:19px;font-weight:400}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.process-step{padding:28px;position:relative}.process-step:not(:last-child)::before{content:'';position:absolute;z-index:2;right:-25px;top:50%;width:50px;height:1px;background:linear-gradient(90deg,rgba(194,157,94,.22),var(--gold) 52%,var(--gold));transform:translateY(-50%);pointer-events:none}.process-step:not(:last-child)::after{content:'';position:absolute;z-index:3;right:-25px;top:50%;width:8px;height:8px;border-top:1.5px solid var(--gold);border-right:1.5px solid var(--gold);transform:translate(0,-50%) rotate(45deg);pointer-events:none}.process-step b{display:block;color:var(--gold);font-size:12px;letter-spacing:.14em;margin-bottom:6px}.process-step strong{display:block;color:var(--green);font-family:var(--serif);font-weight:400;font-size:22px}.process-step p{font-size:13px;color:var(--muted);margin-bottom:0}.studio-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr 1fr;gap:12px;align-items:stretch}.studio-copy,.studio-card{min-height:100%;height:100%}.studio-card{position:relative;overflow:hidden;background:var(--cream);border:1px solid rgba(194,157,94,.12)}.studio-card img{width:100%;height:100%;min-height:100%;object-fit:cover;object-position:center center;transition:transform .5s cubic-bezier(.22,.8,.24,1)}.studio-card:nth-child(2),.studio-card:nth-child(3){background:#f8f3ea}.studio-card:nth-child(2) img,.studio-card:nth-child(3) img{object-fit:contain;object-position:center center;padding:18px}.studio-card:nth-child(4) img{object-fit:cover;object-position:center 57%}.studio-card:hover img{transform:scale(1.018)}.studio-copy{background:var(--cream);padding:32px}.studio-copy h3{font-family:var(--serif);font-size:32px;color:var(--green);font-weight:400;margin:0 0 10px}

.page-hero{padding:80px clamp(24px,6vw,86px) 46px;background:var(--cream);border-bottom:1px solid var(--line);position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(194,157,94,.2);border-radius:50%;right:-100px;top:-190px}.page-hero h1{font-family:var(--serif);font-size:clamp(54px,7vw,96px);color:var(--green);font-weight:400;line-height:.92;letter-spacing:-.04em;margin:8px 0 16px}.page-hero p{max-width:700px;color:var(--muted);font-size:18px}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px}.filter{border:1px solid var(--line);padding:9px 13px;font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:var(--green);transition:background-color .22s ease,color .22s ease,border-color .22s ease,transform .22s ease}.filter:hover{border-color:var(--gold);transform:translateY(-1px)}.filter.active{background:var(--green);color:#fff;border-color:var(--green);transform:none}.shop-results{position:relative;min-height:180px;transition:opacity .18s ease,transform .18s ease}.shop-results.is-loading{opacity:.32;transform:translateY(5px);pointer-events:none}.shop-results.is-entering .product-card,.shop-results.is-entering .empty-state{animation:shopResultIn .42s cubic-bezier(.22,.8,.24,1) both}.shop-results.is-entering .product-card:nth-child(2){animation-delay:.035s}.shop-results.is-entering .product-card:nth-child(3){animation-delay:.07s}.shop-results.is-entering .product-card:nth-child(4){animation-delay:.105s}.shop-results.is-entering .product-card:nth-child(5){animation-delay:.14s}.shop-results.is-entering .product-card:nth-child(6){animation-delay:.175s}.shop-results.is-entering .product-card:nth-child(7){animation-delay:.21s}.shop-results.is-entering .product-card:nth-child(8){animation-delay:.245s}@keyframes shopResultIn{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.filter,.shop-results{transition:none}.shop-results.is-entering .product-card,.shop-results.is-entering .empty-state{animation:none}}

.product-detail{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:start}.product-gallery-main{background:#eee7dc;padding:28px}.product-gallery-main img{width:100%;max-height:760px;object-fit:contain}.product-panel{position:sticky;top:124px}.product-panel .meta{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:var(--gold);font-weight:800}.product-panel h1{font-family:var(--serif);font-size:52px;line-height:1;color:var(--green);font-weight:400;margin:8px 0 16px}.product-panel .lead{color:var(--muted);font-size:17px}.product-panel .price{font-size:22px;margin:20px 0}.divider{height:1px;background:var(--line);margin:24px 0}.product-options{display:grid;gap:14px}.product-options textarea{min-height:96px}.related{margin-top:70px}

.form-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:54px}.form-card{background:#fff;border:1px solid var(--line);padding:34px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .full{grid-column:1/-1}.form-card .field textarea{min-height:130px}.sidebar-card{background:var(--deep);color:#fff;padding:34px;position:sticky;top:124px}.sidebar-card h2{font-family:var(--serif);font-weight:400;font-size:40px;margin:0 0 14px}.sidebar-card p{color:#d7e0dc}.sidebar-card img{margin-top:24px;width:100%;aspect-ratio:4/3;object-fit:cover}.occasion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.occasion{min-height:260px;background:var(--green);color:#fff;padding:30px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.occasion:nth-child(even){background:var(--cream);color:var(--green);border:1px solid var(--line)}.occasion h3{font-family:var(--serif);font-size:34px;font-weight:400;margin:0}.occasion p{max-width:360px;color:inherit;opacity:.82}.occasion:before{content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(194,157,94,.35);border-radius:50%;right:-90px;top:-90px}

.cart-layout{display:grid;grid-template-columns:1.5fr .65fr;gap:40px}.cart-item{display:grid;grid-template-columns:110px 1fr auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item img{width:110px;height:110px;object-fit:cover}.cart-summary{background:var(--deep);color:#fff;padding:28px;position:sticky;top:124px}.cart-summary h2{font-family:var(--serif);font-weight:400;font-size:34px;margin:0 0 20px}.summary-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.14)}.empty-state{text-align:center;padding:90px 20px}.empty-state h2{font-family:var(--serif);font-size:48px;color:var(--green);font-weight:400}

.site-footer{background:var(--deep);color:#fff;padding:54px clamp(24px,6vw,86px);display:grid;grid-template-columns:1.5fr repeat(3,1fr) 1.2fr;gap:44px}.footer-brand img{width:74px;margin-bottom:16px;filter:none}.footer-brand p{max-width:290px;color:#bac9c2}.site-footer h4{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:var(--gold);margin:0 0 14px}.site-footer a{display:block;color:#dbe4df;font-size:14px;margin:8px 0}.site-footer a:hover{color:var(--gold)}.footer-note{border-left:1px solid rgba(194,157,94,.45);padding-left:24px;align-self:center}.footer-note span{display:block;font-family:var(--serif);font-size:34px;color:var(--gold)}.footer-note small{letter-spacing:.14em;text-transform:uppercase;color:#b7c7bf}.copyright{background:#051e18;color:#8ea097;padding:12px clamp(24px,6vw,86px);font-size:11px}

@media(max-width:1080px){.hero{grid-template-columns:1fr 1fr}.choice-grid{grid-template-columns:repeat(3,1fr)}.choice:nth-child(3){border-right:0}.collection-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.customiser{grid-template-columns:1fr}.custom-intro{border-right:0;border-bottom:1px solid rgba(194,157,94,.45)}.custom-form{grid-template-columns:1fr 1fr}.preview-card{grid-column:1/-1;width:240px;justify-self:center}.custom-benefits{display:grid;grid-template-columns:repeat(2,1fr)}.custom-benefits .button{grid-column:1/-1}.site-footer{grid-template-columns:1.4fr repeat(2,1fr)}.footer-note{display:none}.studio-grid{grid-template-columns:1fr 1fr}.form-layout{grid-template-columns:1fr}.sidebar-card{position:static}.product-detail{gap:35px}}
@media(max-width:780px){.site-header{height:78px;padding:0 20px}.brand-mark img{width:50px;height:50px}.brand-established{font-size:7px;letter-spacing:.18em}.desktop-nav{display:none}.menu-toggle{display:block}.mobile-nav{inset:78px 0 0 0}.hero{grid-template-columns:1fr;padding:48px 20px 30px;min-height:auto}.hero-gallery{height:410px;margin-top:8px}.hero-frame.a,.hero-frame.b,.hero-frame.c{width:48%;height:78%}.hero-frame.a{left:1%;top:8%}.hero-frame.b{left:26%;top:12%}.hero-frame.c{right:1%;top:6%}.hero-gallery.focus-a .hero-frame.a{left:5%;top:4%;transform:rotate(-1deg) scale(1.04)}.hero-gallery.focus-a .hero-frame.b{transform:translateX(42px) rotate(4deg) scale(.95)}.hero-gallery.focus-a .hero-frame.c{transform:translateX(70px) rotate(6deg) scale(.92)}.hero-gallery.focus-b .hero-frame.a{transform:translateX(-54px) rotate(-6deg) scale(.93)}.hero-gallery.focus-b .hero-frame.b{left:26%;top:6%;transform:rotate(0) scale(1.05)}.hero-gallery.focus-b .hero-frame.c{transform:translateX(54px) rotate(6deg) scale(.93)}.hero-gallery.focus-c .hero-frame.a{transform:translateX(-70px) rotate(-6deg) scale(.92)}.hero-gallery.focus-c .hero-frame.b{transform:translateX(-42px) rotate(-4deg) scale(.95)}.hero-gallery.focus-c .hero-frame.c{right:5%;top:4%;transform:rotate(1deg) scale(1.04)}.section{padding:54px 20px}.choice-grid{grid-template-columns:1fr 1fr}.choice{border-bottom:1px solid var(--line)}.choice:nth-child(2n){border-right:0}.choice:last-child{grid-column:1/-1}.collection-grid,.product-grid{grid-template-columns:1fr}.customiser{margin:0 16px 54px}.custom-form{grid-template-columns:1fr}.custom-fields{grid-column:1}.preview-card{grid-column:1}.custom-benefits{grid-template-columns:1fr}.split-section,.product-detail,.cart-layout{grid-template-columns:1fr}.product-panel,.cart-summary{position:static}.mini-benefits{grid-template-columns:1fr}.process{grid-template-columns:1fr 1fr}.process-step:nth-child(2)::before,.process-step:nth-child(2)::after{display:none}.studio-grid{grid-template-columns:1fr}.occasion-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.site-footer{grid-template-columns:1fr 1fr;padding:42px 20px}.footer-brand{grid-column:1/-1}.page-hero{padding:62px 20px 36px}.product-panel h1{font-size:44px}.cart-item{grid-template-columns:80px 1fr}.cart-item img{width:80px;height:80px}.cart-item .remove{grid-column:2}.hero h1{font-size:64px}}
@media(max-width:480px){.hero-gallery{height:340px}.hero-frame.a,.hero-frame.b,.hero-frame.c{width:51%;height:76%}.hero h1{font-size:54px}.hero-sub{font-size:16px}.site-footer{grid-template-columns:1fr}.choice-grid{grid-template-columns:1fr}.choice{border-right:0}.process{grid-template-columns:1fr}.process-step::before,.process-step::after{display:none}.custom-intro h2{font-size:36px}}

.choice .arrow{transition:transform .25s ease,color .25s ease}
.choice:hover .arrow,.choice:focus-visible .arrow{transform:translateX(5px);color:var(--green)}

@media(max-width:1080px){
  .home-shopfront-head{grid-template-columns:1fr;gap:22px;align-items:start}
  .home-shopfront-actions{align-items:flex-start}
  .shopfront-text-link{text-align:left}
  .home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-collection-strip{grid-template-columns:1fr;gap:12px}
  .home-collection-links{justify-content:flex-start}
}
@media(max-width:780px){
  .home-shopfront{padding:38px 20px 28px;overflow:hidden}
  .home-shopfront-head{margin-bottom:24px}
  .home-shopfront-head h1{font-size:56px}
  .home-product-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 20px 16px 0;margin-right:-20px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .home-product-grid::-webkit-scrollbar{display:none}
  .home-product-card{flex:0 0 min(82vw,330px);scroll-snap-align:start}
  .home-product-view{transform:translateY(0)}
  .home-collection-links{gap:12px 18px}
  .home-collection-links a.all{padding-left:0;border-left:0}
}
@media(max-width:480px){
  .home-shopfront-head h1{font-size:48px}
  .home-product-card{flex-basis:84vw}
}


/* PRODUCT CARD — ARTWORK TO ROOM MOCKUP INTERACTION */
.product-visual-switch{position:relative;isolation:isolate;background:#e8e1d5}
.product-artwork-view,.product-room-view{position:absolute;inset:0}
.product-artwork-view{z-index:1;opacity:1;transform:scale(1);transition:opacity .42s ease,transform .62s cubic-bezier(.22,.8,.24,1)}
.product-room-view{z-index:2;overflow:hidden;opacity:0;transform:scale(1.018);background:linear-gradient(180deg,#eee7db 0 73%,#cdbda8 73% 100%);transition:opacity .42s ease,transform .62s cubic-bezier(.22,.8,.24,1)}
.product-room-view:before{content:"";position:absolute;inset:0 0 27% 0;background:radial-gradient(circle at 77% 16%,rgba(255,255,255,.84),rgba(255,255,255,0) 31%),linear-gradient(90deg,rgba(18,61,48,.025) 1px,transparent 1px);background-size:auto,42px 100%;pointer-events:none}
.product-room-view:after{content:"";position:absolute;left:0;right:0;bottom:27%;height:1px;background:rgba(88,70,48,.16);box-shadow:0 8px 18px rgba(58,42,25,.08)}
.room-frame{position:absolute;z-index:3;top:9%;left:50%;width:43%;aspect-ratio:1 / 1.414;transform:translateX(-50%) translateY(7px);padding:5px;background:#9e744d;box-shadow:0 13px 24px rgba(39,29,20,.24),0 2px 4px rgba(39,29,20,.18);transition:transform .62s cubic-bezier(.22,.8,.24,1),box-shadow .45s ease}
.room-mount{width:100%;height:100%;padding:8%;background:#f7f2e9;box-shadow:inset 0 0 0 1px rgba(18,61,48,.06)}
.room-mount img{width:100%;height:100%;object-fit:cover;display:block;transform:none!important;transition:none!important}
.room-console{position:absolute;z-index:2;left:14%;right:14%;bottom:15%;height:8%;background:#aa8c69;box-shadow:0 11px 20px rgba(65,46,28,.13)}
.room-console:before{content:"";position:absolute;left:7%;bottom:-58%;width:5px;height:62%;background:#886d50;box-shadow:calc(100% + 0px) 0 0 #886d50}
.room-vase{position:absolute;right:10%;bottom:100%;width:15%;height:65%;border-radius:48% 48% 32% 32%;background:#657668}
.room-vase:before,.room-vase:after{content:"";position:absolute;width:60%;height:115%;bottom:72%;border-left:2px solid #4b6955;border-radius:60% 0 0 0;transform-origin:bottom}
.room-vase:before{left:44%;transform:rotate(-28deg)}
.room-vase:after{left:51%;transform:rotate(24deg)}
.room-books{position:absolute;left:10%;bottom:100%;width:24%;height:18%;background:#d8c8af;box-shadow:0 -5px 0 #f0e7d8,0 -10px 0 #9c866b}
.room-caption{position:absolute;z-index:4;right:10px;bottom:10px;padding:6px 8px;background:rgba(251,248,242,.88);border:1px solid rgba(194,157,94,.32);color:var(--green);font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;backdrop-filter:blur(5px)}
.product-room-cue{position:absolute;right:10px;top:10px;z-index:4;width:30px;height:30px;display:grid;place-items:center;background:rgba(251,248,242,.9);border:1px solid rgba(194,157,94,.42);color:var(--green);box-shadow:0 6px 16px rgba(8,42,33,.08);transition:opacity .25s ease,transform .3s ease}
.product-room-cue svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.home-product-card:nth-child(4n+2) .product-room-view,.product-card:nth-child(4n+2) .product-room-view{background:linear-gradient(180deg,#e6e2da 0 73%,#b8a68d 73% 100%)}
.home-product-card:nth-child(4n+2) .room-frame,.product-card:nth-child(4n+2) .room-frame{background:#252826}
.home-product-card:nth-child(4n+3) .product-room-view,.product-card:nth-child(4n+3) .product-room-view{background:linear-gradient(180deg,#f1ece4 0 73%,#d5c9b8 73% 100%)}
.home-product-card:nth-child(4n+3) .room-frame,.product-card:nth-child(4n+3) .room-frame{background:#ede7dd}
.home-product-card:nth-child(4n+4) .product-room-view,.product-card:nth-child(4n+4) .product-room-view{background:linear-gradient(180deg,#dfe6df 0 73%,#b8ad95 73% 100%)}
@media (hover:hover) and (pointer:fine){
  .home-product-card:hover .product-artwork-view,.product-card:hover .product-artwork-view{opacity:0;transform:scale(.985)}
  .home-product-card:hover .product-room-view,.product-card:hover .product-room-view{opacity:1;transform:scale(1)}
  .home-product-card:hover .room-frame,.product-card:hover .room-frame{transform:translateX(-50%) translateY(0);box-shadow:0 18px 30px rgba(39,29,20,.28),0 2px 4px rgba(39,29,20,.18)}
  .home-product-card:hover .product-room-cue,.product-card:hover .product-room-cue{opacity:0;transform:translateY(-4px)}
}
.home-product-card:focus-visible .product-artwork-view,.product-card:focus-visible .product-artwork-view{opacity:0;transform:scale(.985)}
.home-product-card:focus-visible .product-room-view,.product-card:focus-visible .product-room-view{opacity:1;transform:scale(1)}
.home-product-card:focus-visible .room-frame,.product-card:focus-visible .room-frame{transform:translateX(-50%) translateY(0)}
.home-product-card:focus-visible .product-room-cue,.product-card:focus-visible .product-room-cue{opacity:0}
/* Shop cards are landscape, so size the room scene slightly differently there. */
.product-card .room-frame{top:8%;width:29%}
.product-card .room-console{left:20%;right:20%;bottom:14%;height:9%}
.product-card .room-caption{font-size:7.5px}
@media(max-width:780px){
  .product-room-cue{display:none}
  .product-room-view{display:none}
  .product-artwork-view{opacity:1!important;transform:none!important}
}
@media(prefers-reduced-motion:reduce){.product-artwork-view,.product-room-view,.room-frame,.product-room-cue{transition:none}}


/* Product-first homepage: horizontal editorial masthead */
.home-shopfront-head.home-shopfront-head-horizontal{
  display:block;
  margin-bottom:18px;
}
.home-shopfront-head-horizontal .eyebrow{
  margin-bottom:14px;
}
.home-shopfront-head-horizontal h1{
  margin:0;
  max-width:none;
  font-size:clamp(44px,4.55vw,84px);
  line-height:.9;
  letter-spacing:-.052em;
  white-space:nowrap;
}
.home-shopfront-support{
  display:grid;
  grid-template-columns:minmax(0,690px) minmax(360px,1fr);
  gap:48px;
  align-items:end;
  margin-bottom:34px;
  padding-top:20px;
  border-top:1px solid rgba(194,157,94,.26);
}
.home-shopfront-support>p{
  max-width:690px;
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}
.home-shopfront-support .home-shopfront-actions{
  flex-direction:row;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  padding-bottom:0;
}
.home-shopfront-support .shopfront-text-link{
  max-width:290px;
  text-align:right;
}
@media(max-width:1280px){
  .home-shopfront-head-horizontal h1{
    font-size:clamp(42px,4.35vw,68px);
  }
}
@media(max-width:980px){
  .home-shopfront-head-horizontal h1{
    white-space:normal;
    max-width:900px;
    font-size:clamp(48px,7.3vw,70px);
    line-height:.91;
  }
  .home-shopfront-support{
    grid-template-columns:1fr;
    gap:20px;
  }
  .home-shopfront-support .home-shopfront-actions{
    justify-content:flex-start;
  }
  .home-shopfront-support .shopfront-text-link{
    max-width:none;
    text-align:left;
  }
}
@media(max-width:600px){
  .home-shopfront-head-horizontal h1{
    font-size:clamp(43px,13vw,58px);
    line-height:.9;
  }
  .home-shopfront-support{
    padding-top:16px;
    margin-bottom:26px;
  }
  .home-shopfront-support .home-shopfront-actions{
    flex-direction:column;
    align-items:flex-start;
    gap:13px;
  }
}

@media(max-width:1080px){.studio-card{min-height:360px}.studio-card:nth-child(4) img{object-position:center 55%}}
@media(max-width:780px){.studio-card{height:auto;min-height:0;aspect-ratio:1/1}.studio-copy{height:auto;min-height:0;padding:28px}.studio-card:nth-child(4) img{object-position:center 58%}}

@media(max-width:1080px){.studio-card:nth-child(2) img,.studio-card:nth-child(3) img{padding:14px}}
@media(max-width:780px){.studio-card:nth-child(2) img,.studio-card:nth-child(3) img{padding:12px}}

.shop-limited-label{display:inline-flex;margin-top:8px;padding:4px 7px;border:1px solid rgba(194,157,94,.55);background:#fffaf1;color:#80612d;font-size:8px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.shop-limited-label.is-sold-out{background:var(--green);border-color:var(--green);color:#fff}

/* Homepage — Limited Editions moving release strip */
.limited-home-strip{
  --limited-strip-gold:#caa45e;
  display:grid;
  grid-template-columns:minmax(225px,270px) minmax(0,1fr) auto;
  align-items:center;
  gap:clamp(24px,3vw,54px);
  min-height:148px;
  padding:24px clamp(26px,4.5vw,78px);
  background:var(--deep);
  color:#f6efe4;
  border-top:1px solid rgba(194,157,94,.34);
  border-bottom:1px solid rgba(194,157,94,.34);
  overflow:hidden;
}
.limited-home-brand{
  min-width:0;
  display:grid;
  grid-template-columns:auto 1px 1fr;
  align-items:center;
  gap:20px;
  color:inherit;
}
.limited-home-logo{
  width:68px;
  height:68px;
  display:grid;
  place-items:center;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
  pointer-events:none;
}
.limited-home-logo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}
.limited-home-rule{
  width:1px;
  height:62px;
  background:var(--limited-strip-gold);
  opacity:.9;
}
.limited-home-title{
  color:var(--limited-strip-gold);
  font-size:12px;
  font-weight:800;
  line-height:1.65;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.limited-home-marquee{
  min-width:0;
  overflow:hidden;
  padding:18px 0;
  border-top:1px solid rgba(202,164,94,.68);
  border-bottom:1px solid rgba(202,164,94,.42);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
}
.limited-home-track{
  display:flex;
  width:max-content;
  will-change:transform;
  animation:limitedHomeMarquee 30s linear infinite;
}
.limited-home-strip:hover .limited-home-track,
.limited-home-strip:focus-within .limited-home-track{
  animation-play-state:paused;
}
.limited-home-message{
  flex:none;
  display:flex;
  align-items:center;
  gap:22px;
  padding-right:22px;
  white-space:nowrap;
}
.limited-home-message span{
  color:#f2e8d7;
  font-size:11px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.limited-home-message i{
  color:var(--limited-strip-gold);
  font-size:12px;
  font-style:normal;
  line-height:1;
}
.limited-home-cta{
  min-width:max-content;
  margin:0;
  padding-left:30px;
  padding-right:30px;
  white-space:nowrap;
}
@keyframes limitedHomeMarquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media(max-width:1080px){
  .limited-home-strip{
    grid-template-columns:minmax(190px,220px) minmax(0,1fr) auto;
    gap:24px;
    padding-left:28px;
    padding-right:28px;
  }
  .limited-home-brand{gap:15px}
  .limited-home-rule{height:52px}
  .limited-home-title{font-size:10px}
  .limited-home-message{gap:17px;padding-right:17px}
  .limited-home-message span{font-size:10px}
  .limited-home-cta{padding-left:21px;padding-right:21px;font-size:10px}
}
@media(max-width:820px){
  .limited-home-strip{
    grid-template-columns:1fr auto;
    grid-template-areas:
      "brand cta"
      "marquee marquee";
    gap:19px 18px;
    min-height:0;
    padding:25px 20px 22px;
  }
  .limited-home-brand{grid-area:brand;justify-self:start}
  .limited-home-marquee{grid-area:marquee;width:100%;padding:13px 0}
  .limited-home-cta{grid-area:cta;justify-self:end}
  .limited-home-logo{width:56px;height:56px;padding:0}
  .limited-home-rule{height:42px}
  .limited-home-title{font-size:9px;line-height:1.5}
}
@media(max-width:560px){
  .limited-home-strip{
    grid-template-columns:1fr;
    grid-template-areas:"brand" "marquee" "cta";
    gap:17px;
    padding:24px 18px 22px;
  }
  .limited-home-brand{width:100%;grid-template-columns:auto 1px 1fr}
  .limited-home-logo{width:52px;height:52px;padding:0}
  .limited-home-rule{height:38px}
  .limited-home-title br{display:none}
  .limited-home-title{font-size:9px}
  .limited-home-cta{justify-self:stretch;text-align:center;width:100%;min-width:0}
  .limited-home-message{gap:14px;padding-right:14px}
  .limited-home-message span{font-size:9px}
}
@media(prefers-reduced-motion:reduce){
  .limited-home-track{animation:none;transform:none}
  .limited-home-message[aria-hidden="true"]{display:none}
  .limited-home-marquee{-webkit-mask-image:none;mask-image:none;overflow-x:auto;scrollbar-width:none}
  .limited-home-marquee::-webkit-scrollbar{display:none}
}
