:root{--paper:#f2f1ed;--white:#faf9f6;--ink:#303630;--muted:#676d65;--olive:#60684e;--line:#d3d6ce;--silver:#e6e9e7;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}body.dialog-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}button{border:0;background:transparent}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--olive);outline-offset:5px}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:400;line-height:1.07;letter-spacing:-.055em}h1 em,h2 em{font-weight:400}h2{font-size:clamp(40px,4.1vw,66px)}.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:500;line-height:1.6}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;left:20px;top:10px;transform:translateY(-200%);padding:10px 20px;background:var(--ink);color:white;z-index:100}.skip:focus{transform:translateY(0)}.announcement{background:var(--olive);color:#f7f6ef;text-align:center;padding:7px 20px;font-size:12px;letter-spacing:.06em}.announcement span{margin-left:24px;opacity:.8}.header{padding:16px 4.8%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(242,241,237,.97);position:sticky;top:0;z-index:20;min-height:100px}.brand{display:flex;gap:16px;align-items:center}.brand img{width:64px;height:64px}.brand>span{font-family:var(--serif);font-size:27px;line-height:1.3;letter-spacing:-.035em}.brand small{display:block;font:10px/1.8 Arial,sans-serif;letter-spacing:.15em;margin-top:3px}nav{display:flex;gap:36px;font-size:14px}nav a:hover{color:var(--olive);text-decoration:underline;text-underline-offset:7px}.menu-button{display:none}.hero{position:relative;display:grid;grid-template-columns:1fr 1fr;max-width:1800px;margin:auto;min-height:580px}.hero-copy{padding:clamp(48px,5vw,90px) 9.6% 72px;display:flex;flex-direction:column;align-items:flex-start}.hero h1{font-size:clamp(65px,6.8vw,114px);margin:24px 0 25px}.hero-copy>p:not(.eyebrow){font-size:17px;color:var(--muted);line-height:1.7}.button{display:inline-flex;justify-content:space-between;gap:40px;padding:16px 25px;font-size:14px;align-items:center;border:1px solid var(--ink);transition:background .2s,color .2s}.button.dark{background:var(--ink);color:var(--white)}.button.dark:hover{background:var(--olive);border-color:var(--olive)}.button span{font-size:20px}.hero .button{margin-top:6px}.hero-note{display:flex;align-items:center;gap:18px;margin-top:40px;font-size:12px;line-height:1.6;color:var(--muted)}.fine-line{width:48px;height:1px;background:var(--muted)}.hero-gallery{position:relative;overflow:hidden;min-height:560px;background:#b48f90}.hero-gallery>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:opacity .3s;animation:photo-breathe 13s ease-in-out infinite alternate}.hero-gallery.is-paused>img{animation-play-state:paused}@keyframes photo-breathe{from{transform:scale(1)}to{transform:scale(1.035)}}.photo-label{position:absolute;left:28px;right:28px;bottom:77px;padding:15px 20px;border:1px solid rgba(255,255,255,.65);background:rgba(244,243,239,.92);color:var(--ink);display:flex;justify-content:space-between;gap:18px;align-items:center}.photo-label>span{font-size:11px;letter-spacing:.1em}.photo-label button{font-family:var(--serif);font-size:18px;text-align:left;padding:0}.photo-label button span{margin-left:10px}.gallery-controls{position:absolute;bottom:22px;left:28px;right:28px;display:flex;align-items:center;justify-content:space-between;gap:10px}.gallery-dots{display:flex;background:rgba(242,241,237,.92);padding:2px 6px;gap:0}.gallery-dots button{width:36px;height:36px;position:relative}.gallery-dots button:after{content:'';position:absolute;left:12px;top:16px;width:12px;height:3px;background:#a8ada4}.gallery-dots button.active:after{background:var(--ink)}#gallery-pause{font-size:12px;padding:10px 14px;background:rgba(242,241,237,.92)}#gallery-pause span{padding-left:10px}.hero-scroll{position:absolute;bottom:22px;left:4.8%;font-size:10px;letter-spacing:.12em;display:flex;gap:28px}.section{padding:90px 4.8%;max-width:1800px;margin:auto}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:40px}.section-heading h2{margin-bottom:0}.section-heading>p{font-size:14px;color:var(--muted);margin-bottom:4px;max-width:360px}.collection-tools{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:32px}.filters{display:flex;gap:26px}.filters button{padding:20px 0;border-bottom:2px solid transparent;font-size:14px;white-space:nowrap}.filters button.active{border-color:var(--ink)}.filters button span{font-size:10px;color:var(--muted);margin-left:6px;vertical-align:super}.search{display:flex;align-items:center;gap:5px;width:180px}.search input{border:0;background:transparent;min-width:0;width:100%;padding:12px 0;font-size:14px;color:var(--ink)}.search>span:last-child{font-size:24px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px 24px}.product-card[hidden]{display:none}.product-photo{display:block;position:relative;padding:0;width:100%;overflow:hidden;background:var(--silver)}.product-photo img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .6s}.product-photo:hover img{transform:scale(1.035)}.product-photo .view-label{position:absolute;left:16px;bottom:16px;background:rgba(250,249,246,.95);padding:8px 13px;font-size:12px;transition:background .2s}.product-photo:hover .view-label{background:white}.product-meta{padding:17px 0 0}.product-meta .eyebrow{font-size:10px;color:var(--muted);margin:0 0 6px;letter-spacing:.12em}.product-meta h3{font-family:var(--serif);font-weight:400;font-size:24px;line-height:1.25;margin:0 0 8px}.product-meta h3 button{font:inherit;padding:0;text-align:left}.product-meta>a{font-size:12px;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:2px}.product-meta>a:hover{color:var(--ink);border-color:var(--ink)}.collection-foot{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);margin-top:40px;padding-top:23px;font-size:13px;color:var(--muted)}.collection-foot a{color:var(--ink)}.empty{padding:30px 0}.detail-story{display:grid;grid-template-columns:1fr 1fr;background:var(--silver);max-width:1800px;margin:auto}.story-photo{position:relative;overflow:hidden}.story-photo>img{width:100%;height:100%;object-fit:cover}.image-callout{position:absolute;bottom:32px;left:32px;background:rgba(250,249,246,.94);padding:13px 18px;font-size:11px;letter-spacing:.12em;display:flex;gap:32px}.story-copy{padding:64px 10%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.story-copy h2{margin:18px 0 24px}.story-copy>p:not(.eyebrow){font-size:16px;color:var(--muted)}.text-link{font-size:14px;padding:7px 0;border-bottom:1px solid var(--ink);display:inline-flex;align-items:center;gap:26px;text-align:left}.mini-detail{display:flex;align-items:center;gap:22px;border-top:1px solid #c2c8c1;padding-top:26px;margin-top:48px;width:100%}.mini-detail img{width:110px;height:110px;object-fit:cover}.mini-detail .eyebrow{display:block;font-size:10px}.mini-detail .text-link{font-size:13px;gap:16px}.enquire{text-align:center;padding-top:95px;padding-bottom:80px}.enquire h2{font-size:clamp(54px,6vw,86px);margin:18px 0 24px}.enquire>p:not(.eyebrow){font-size:16px;color:var(--muted)}.enquire .button{margin-top:14px}.handle{display:block;font-size:12px;color:var(--muted);margin-top:15px}.enquiry-steps{max-width:760px;margin:65px auto 0;display:flex;justify-content:space-between;gap:25px;font-size:13px;border-top:1px solid var(--line);padding-top:22px}.enquiry-steps span{font-family:var(--serif);font-size:23px;margin-right:13px;color:var(--olive)}footer{padding:32px 4.8%;border-top:1px solid var(--line);display:flex;gap:40px;align-items:center;justify-content:space-between;background:#e8e9e3}footer .brand img{width:50px;height:50px}footer .brand>span{font-size:23px}footer .brand small{font-size:8px}footer p,footer>a:not(.brand){font-size:12px;margin:0}dialog{border:0;padding:0;width:min(1000px,92vw);max-height:90dvh;overflow:auto;background:var(--white);color:var(--ink)}dialog::backdrop{background:rgba(27,33,28,.66)}.dialog-close{position:absolute;right:14px;top:14px;z-index:2;background:var(--white);width:42px;height:42px;font-size:20px}.dialog-layout{display:grid;grid-template-columns:1.05fr 1fr;min-height:500px}.dialog-image-wrap{position:relative;overflow:hidden;background:var(--silver);display:flex;align-items:center}.dialog-image-wrap img{width:100%;height:100%;object-fit:contain;transition:transform .25s}.dialog-image-wrap.zoomed img{transform:scale(1.6)}#zoom-button{position:absolute;left:20px;bottom:20px;background:var(--white);padding:9px 14px;font-size:12px}.dialog-copy{padding:65px 42px 40px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.dialog-copy h2{font-size:44px;margin:12px 0 20px}.dialog-copy>p:not(.eyebrow){font-size:14px;color:var(--muted)}.dialog-copy .price-note{margin-top:12px;margin-bottom:10px;font-size:18px!important;color:var(--ink)!important}.dialog-copy .availability{font-size:12px!important}.dialog-copy .button{width:100%;gap:12px;margin-top:6px}.dialog-copy .text-link{margin:18px 0}.dialog-copy .dialog-tip{font-size:12px!important;margin-bottom:0}body[data-reduced-motion="true"] .hero-gallery>img{animation:none}@media(min-width:1550px){.hero-gallery{min-height:720px}.hero-copy{padding-top:95px}}@media(max-width:1000px){.header{padding:13px 4%;min-height:88px}.brand img{width:56px;height:56px}.brand>span{font-size:23px}nav{gap:22px}.hero h1{font-size:68px}.hero-copy{padding:45px 8% 65px}.hero-gallery{min-height:545px}.hero-note{margin-top:27px}.photo-label{left:18px;right:18px;display:block;padding:12px}.photo-label>span{display:block;margin-bottom:4px}.photo-label button{font-size:17px}.section{padding:65px 4%}.filters{gap:18px}.product-grid{gap:32px 18px}.product-meta h3{font-size:21px}.story-copy{padding:40px 9%}.story-copy h2{font-size:43px}.mini-detail{gap:14px;margin-top:30px}.mini-detail img{width:80px;height:90px}footer{gap:22px}footer p{display:none}.dialog-copy{padding:65px 30px 35px}}@media(max-width:700px){html{scroll-padding-top:82px}.announcement{font-size:10px;padding:5px 12px}.announcement span{display:none}.header{min-height:78px;padding:11px 5%}.brand img{width:48px;height:48px}.brand{gap:10px}.brand>span{font-size:22px}.brand small{font-size:8px}.menu-button{display:flex;align-items:center;gap:16px;font-size:13px;padding:10px 0 10px 10px}.menu-button span{font-size:22px}nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);padding:15px 5% 24px;gap:0}nav.open{display:flex;flex-direction:column}nav a{padding:12px 0}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:34px 6% 38px}.hero-copy>.eyebrow{font-size:10px;margin-bottom:0}.hero h1{font-size:clamp(56px,12.7vw,82px);margin:18px 0}.hero h1 br{display:none}.hero-copy>p:not(.eyebrow){font-size:14px;margin-bottom:18px}.hero-copy>p:not(.eyebrow) br{display:none}.hero-copy .button{padding:12px 20px;margin:0}.hero-note{display:none}.hero-gallery{min-height:0;aspect-ratio:1/1.04}.photo-label{bottom:68px;left:20px;right:20px;display:flex;gap:15px}.photo-label>span{font-size:9px;max-width:80px}.photo-label button{font-size:16px}.gallery-controls{left:20px;right:20px;bottom:16px}.hero-scroll{display:none}.section{padding:52px 5%}.section-heading{display:block;margin-bottom:25px}.section-heading h2{font-size:44px}.section-heading>p{margin-top:19px;font-size:13px}.section-heading .eyebrow{font-size:10px}.collection-tools{display:block;overflow:hidden;margin-bottom:22px}.filters{gap:19px;overflow-x:auto}.filters button{font-size:12px;padding:15px 0}.filters button span{font-size:9px;margin-left:2px}.search{width:100%;border-top:1px solid var(--line);padding:0 2px}.search input{font-size:14px;padding:11px 0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 14px}.product-photo .view-label{left:8px;bottom:8px;padding:5px 8px;font-size:10px}.product-meta{padding-top:12px}.product-meta h3{font-size:20px;line-height:1.25}.product-meta .eyebrow{font-size:9px}.product-meta>a{font-size:11px}.collection-foot{font-size:12px;margin-top:28px;align-items:flex-start}.collection-foot>span{max-width:140px}.collection-foot a{max-width:140px;text-align:right}.detail-story{grid-template-columns:1fr}.story-photo{aspect-ratio:1}.story-copy{padding:38px 7% 42px}.story-copy h2{font-size:49px;margin:10px 0 20px}.story-copy h2 br{display:none}.mini-detail{margin-top:26px;padding-top:22px}.mini-detail img{width:95px;height:95px}.mini-detail .eyebrow{font-size:10px}.mini-detail .text-link{font-size:14px}.enquire h2{font-size:58px}.enquire>p:not(.eyebrow){font-size:14px}.enquiry-steps{flex-direction:column;gap:12px;align-items:flex-start;margin:38px auto 0;max-width:260px;text-align:left}.enquiry-steps span{font-size:20px}footer{padding:28px 5%;flex-wrap:wrap;gap:25px}footer .brand{width:100%}footer>a:last-child{margin-left:auto}.dialog-layout{grid-template-columns:1fr}.dialog-image-wrap{aspect-ratio:1;max-height:55dvh}.dialog-copy{padding:28px 24px 32px}.dialog-copy h2{font-size:36px;margin:5px 0 18px}.dialog-copy .button{font-size:13px}.dialog-close{position:sticky;top:12px;float:right;margin-right:12px;margin-bottom:-54px}.dialog-copy .eyebrow{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}@media(max-width:360px){.brand>span{font-size:20px}.hero h1{font-size:53px}.filters{gap:13px}.filters button{font-size:11px}.photo-label{left:14px;right:14px}.product-meta h3{font-size:18px}.enquire h2{font-size:49px}} 
:root .photo-label{top:25px;bottom:auto;align-self:start;height:max-content}
:root .announcement,:root .brand small,:root footer .brand small,:root .eyebrow,:root .hero-scroll,:root .photo-label>span,:root .filters button span,:root .product-meta .eyebrow,:root .product-photo .view-label,:root .mini-detail .eyebrow,:root .image-callout{font-size:12px}
:root .filters button,:root .product-meta>a,:root #gallery-pause,:root .collection-foot,:root .handle,:root footer p,:root footer>a:not(.brand),:root .menu-button,:root #zoom-button,:root .mini-detail .text-link{font-size:14px}
:root .brand small{letter-spacing:.08em;font-size:10px}
@media(max-width:700px){:root .photo-label{top:18px;left:18px;right:18px}:root .photo-label>span{font-size:12px;max-width:100px}:root .filters{gap:21px}:root .filters button{padding:15px 0}:root .photo-label button{font-size:16px}:root .brand small{font-size:9px}}
