:root{--navy:#122039;--navy-2:#1a2d4b;--ink:#18212e;--muted:#626a74;--ivory:#f7f3eb;--paper:#fffdf8;--sand:#e8dece;--brass:#a9824f;--red:#b52331;--red-dark:#8f1722;--green:#1f7a58;--line:rgba(18,32,57,.13);--shadow:0 24px 70px rgba(27,36,49,.12);--serif:"Cormorant Garamond",Georgia,serif;--sans:"Manrope",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.modal-open,body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}.shell{width:min(1240px,calc(100% - 48px));margin-inline:auto}.section{padding:112px 0}.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-link{position:fixed;left:16px;top:10px;z-index:300;background:#fff;padding:10px 14px;transform:translateY(-150%);border:2px solid var(--navy)}.skip-link:focus{transform:none}.eyebrow{display:flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.19em;font-size:11px;font-weight:700;color:#e2cda8}.eyebrow span{width:32px;height:1px;background:currentColor;display:inline-block}.eyebrow.dark{color:var(--red)}.eyebrow.light{color:#d6bd93}.eyebrow.centre{justify-content:center}h1,h2,h3{font-family:var(--serif);margin:0;color:var(--navy);font-weight:600;letter-spacing:-.025em}h1{font-size:clamp(54px,6vw,82px);line-height:.98}h2{font-size:clamp(40px,4.5vw,60px);line-height:1.02}h3{font-size:27px;line-height:1.15}p{margin:0}.button{min-height:48px;padding:0 22px;border-radius:999px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:700;letter-spacing:.015em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.button:hover{transform:translateY(-2px)}.button:focus-visible,.filter-button:focus-visible,.menu-button:focus-visible,.modal-close:focus-visible,.mobile-menu-close:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(181,35,49,.25);outline-offset:3px}.button-primary{background:var(--red);color:#fff;box-shadow:0 13px 30px rgba(181,35,49,.22)}.button-primary:hover{background:var(--red-dark);box-shadow:0 17px 35px rgba(181,35,49,.28)}.button-quiet{background:transparent;color:var(--navy);border-color:var(--line)}.button-quiet:hover{background:var(--navy);border-color:var(--navy);color:#fff}.button-ivory{background:var(--ivory);color:var(--navy)}.button-ivory:hover{background:#fff}.button-large{min-height:56px;padding:0 28px}.text-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:13px;border-bottom:1px solid rgba(18,32,57,.35);padding:5px 0}.text-link span{font-size:17px}.text-link:hover{border-color:var(--red);color:var(--red)}.light-link{color:#fff;border-color:rgba(255,255,255,.35)}.notice-bar{background:#0b1629;color:#e8e1d5;font-size:11px;letter-spacing:.04em}.notice-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}.notice-links{display:flex;gap:22px}.notice-links a:hover{color:#fff}.site-header{position:sticky;top:0;z-index:80;background:rgba(247,243,235,.93);backdrop-filter:blur(16px);border-bottom:1px solid rgba(18,32,57,.09)}.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand-mark{width:46px;height:46px;border-radius:50%;border:1px solid rgba(18,32,57,.25);display:grid;place-items:center;position:relative;font-family:var(--serif);font-size:25px;font-weight:700;background:var(--paper);box-shadow:inset 0 0 0 5px var(--ivory)}.brand-mark span:first-child{color:var(--red);transform:translateX(-4px)}.brand-mark span:last-child{color:var(--navy);position:absolute;transform:translateX(5px)}.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-family:var(--serif);font-size:22px;color:var(--navy)}.brand-copy small{font-size:8.5px;letter-spacing:.22em;color:var(--red);font-weight:700;margin-top:5px}.desktop-nav{display:flex;align-items:center;gap:34px;font-size:13px;font-weight:600;color:#344055}.desktop-nav a{position:relative;padding:10px 0}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:1px;background:var(--red);transition:right .2s ease}.desktop-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:10px}.header-actions .button{min-height:42px;padding:0 17px;font-size:12px}.menu-button{display:none;width:44px;height:44px;border:0;background:transparent;border-radius:50%;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.menu-button span{width:22px;height:2px;background:var(--navy);display:block}.mobile-menu{position:fixed;z-index:150;inset:0;background:var(--navy);color:#fff;padding:28px;transform:translateX(100%);transition:transform .35s cubic-bezier(.22,.8,.32,1);display:flex;flex-direction:column}.mobile-menu.open{transform:none}.mobile-menu-top{display:flex;justify-content:space-between;align-items:center}.mobile-menu-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#c9b895}.mobile-menu-close{border:0;background:none;color:#fff;font-size:38px;line-height:1;cursor:pointer}.mobile-menu nav{margin-top:50px;display:flex;flex-direction:column}.mobile-menu nav a{font-family:var(--serif);font-size:38px;border-bottom:1px solid rgba(255,255,255,.12);padding:13px 0}.mobile-menu-contact{margin-top:auto;display:flex;flex-direction:column;gap:8px;font-size:13px;color:#cbd0d9}.hero{background:linear-gradient(110deg,#0f1b30 0%,#182c4b 100%);color:#fff;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(255,255,255,.08);border-radius:50%;left:-280px;bottom:-360px}.hero-grid{min-height:690px;padding:78px 0 96px;display:grid;grid-template-columns:.88fr 1.12fr;gap:72px;align-items:center;position:relative;z-index:1}.hero-copy h1{color:#fff;max-width:570px;margin-top:24px}.hero-copy>p{max-width:560px;color:#c9d0db;font-size:17px;margin-top:25px}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:36px;flex-wrap:wrap}.hero-copy .text-link{color:#fff;border-color:rgba(255,255,255,.35)}.hero-points{border-top:1px solid rgba(255,255,255,.13);margin-top:48px;padding-top:25px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hero-points div{display:flex;flex-direction:column}.hero-points strong{font-family:var(--serif);font-size:26px;color:#fff}.hero-points span{font-size:11px;color:#aeb8c8;margin-top:2px}.hero-visual{position:relative;min-height:520px}.hero-main-image{position:absolute;inset:0 70px 32px 0;overflow:hidden;border-radius:2px;box-shadow:0 38px 80px rgba(0,0,0,.32)}.hero-main-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(7,15,27,.45))}.hero-main-image img{width:100%;height:100%;object-fit:cover}.image-label{position:absolute;left:24px;bottom:22px;z-index:2;color:#fff;display:flex;flex-direction:column}.image-label span{font-size:10px;letter-spacing:.17em;text-transform:uppercase}.image-label strong{font-family:var(--serif);font-size:25px}.hero-side-card{position:absolute;right:0;bottom:0;width:190px;background:var(--paper);color:var(--navy);padding:10px;box-shadow:0 25px 60px rgba(0,0,0,.28)}.hero-side-card img{width:100%;height:168px;object-fit:cover;object-position:center top}.hero-side-card div{padding:13px 8px 8px;display:flex;flex-direction:column}.hero-side-card span{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--red)}.hero-side-card strong{font-family:var(--serif);font-size:19px}.hero-monogram{position:absolute;right:6px;top:-44px;font-family:var(--serif);font-size:78px;color:rgba(255,255,255,.07);letter-spacing:-.08em}.service-strip{background:var(--paper);border-bottom:1px solid var(--line)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr)}.service-item{display:flex;gap:13px;padding:25px 22px;border-right:1px solid var(--line)}.service-item:first-child{padding-left:0}.service-item:last-child{border-right:0;padding-right:0}.service-icon{font-family:var(--serif);font-size:18px;color:var(--brass);padding-top:1px}.service-item div{display:flex;flex-direction:column}.service-item strong{font-size:12px;color:var(--navy)}.service-item small{font-size:10.5px;color:var(--muted);line-height:1.45;margin-top:3px}.section-heading{display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:70px;margin-bottom:48px}.section-heading h2{margin-top:18px;max-width:720px}.section-heading>p{color:var(--muted);max-width:490px}.section-heading.centre{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0;max-width:720px;margin:0 auto 54px}.section-heading.centre p{margin-top:18px}.collection-section{background:var(--ivory)}.catalogue-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);position:sticky;top:82px;background:rgba(247,243,235,.96);backdrop-filter:blur(12px);z-index:45}.filter-scroll{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.filter-scroll::-webkit-scrollbar{display:none}.filter-button{min-width:max-content;border:1px solid var(--line);background:var(--paper);color:var(--navy);border-radius:999px;padding:10px 17px;font-size:11.5px;font-weight:700;cursor:pointer}.filter-button.active{background:var(--navy);color:#fff;border-color:var(--navy)}.search-box{width:220px;min-width:220px;height:42px;background:var(--paper);border:1px solid var(--line);border-radius:999px;display:flex;align-items:center;padding:0 15px;gap:9px}.search-box svg{width:16px;fill:none;stroke:var(--navy);stroke-width:1.8}.search-box input{width:100%;border:0;outline:0;background:transparent;font-size:12px;color:var(--navy)}.catalogue-meta{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:24px 0}.catalogue-meta p{font-size:11px;color:var(--muted)}.catalogue-meta strong{color:var(--navy)}.order-note{text-align:right}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:var(--paper);border:1px solid var(--line);min-width:0;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.product-image{aspect-ratio:1.28/1;overflow:hidden;position:relative;background:#e7e1d7}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.product-card:hover .product-image img{transform:scale(1.035)}.product-number{position:absolute;left:14px;top:14px;background:rgba(255,253,248,.92);backdrop-filter:blur(5px);padding:7px 10px;font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:var(--navy);font-weight:700}.product-body{padding:22px}.product-category{font-size:9.5px;letter-spacing:.15em;text-transform:uppercase;color:var(--red);font-weight:700}.product-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-top:7px}.product-title-row h3{font-size:27px}.product-title-row span{font-size:9px;white-space:nowrap;border:1px solid var(--line);border-radius:999px;padding:5px 8px;color:var(--muted)}.product-body>p{font-size:12.5px;color:var(--muted);margin-top:11px;min-height:60px}.product-features{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}.product-features span{font-size:9.5px;background:var(--ivory);padding:6px 9px;border-radius:999px;color:#4f5865}.product-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:20px}.product-actions .button{padding:0 16px;min-height:43px}.product-actions .quick-view{width:43px;padding:0;border-radius:50%;font-size:18px}.empty-state{padding:80px 24px;text-align:center;border:1px dashed rgba(18,32,57,.22);background:var(--paper)}.empty-state p{color:var(--muted);margin-top:8px}.fabric-section{background:var(--navy);color:#fff}.fabric-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:78px;align-items:center}.fabric-media{position:relative}.fabric-media:before{content:"";position:absolute;inset:-18px 32px 25px -18px;border:1px solid rgba(214,189,147,.5)}.fabric-media img{position:relative;width:100%;max-height:680px;object-fit:cover;object-position:center top;box-shadow:0 35px 80px rgba(0,0,0,.28)}.fabric-badge{position:absolute;right:-24px;bottom:32px;background:var(--red);padding:18px 22px;display:flex;flex-direction:column;box-shadow:0 18px 44px rgba(0,0,0,.3)}.fabric-badge span{font-size:9px;text-transform:uppercase;letter-spacing:.15em}.fabric-badge strong{font-family:var(--serif);font-size:25px}.fabric-copy h2{color:#fff;margin-top:20px}.fabric-copy>p{color:#c7ced8;margin-top:24px}.tone-list{display:flex;flex-direction:column;gap:16px;margin:30px 0}.tone-list>div{display:flex;align-items:center;gap:14px}.tone{width:40px;height:40px;border-radius:50%;border:4px solid rgba(255,255,255,.12);box-shadow:0 0 0 1px rgba(255,255,255,.15)}.tone-neutral{background:#c7b8a8}.tone-deep{background:#173c4d}.tone-warm{background:#bc623c}.tone-list div div{display:flex;flex-direction:column}.tone-list strong{font-size:12px;color:#fff}.tone-list small{font-size:10.5px;color:#aeb8c8}.fabric-note{font-size:10px!important;color:#8f9bad!important;border-left:2px solid var(--brass);padding-left:13px;margin-bottom:28px!important}.process-section{background:var(--paper)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.process-grid article{padding:38px 26px;border-right:1px solid var(--line)}.process-grid article:first-child{padding-left:0}.process-grid article:last-child{border-right:0;padding-right:0}.process-grid article>span{font-family:var(--serif);font-size:23px;color:var(--brass)}.process-grid h3{margin-top:30px;font-size:25px}.process-grid p{font-size:12px;color:var(--muted);margin-top:10px}.showroom-section{background:var(--ivory);padding-top:0}.showroom-card{background:linear-gradient(110deg,#122039,#1c3559);color:#fff;min-height:470px;display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden}.showroom-copy{padding:70px}.showroom-copy h2{color:#fff;margin-top:17px}.showroom-copy>p{color:#c7ced8;max-width:600px;margin-top:18px}.showroom-details{display:grid;grid-template-columns:1.4fr .6fr;gap:26px;margin:32px 0}.showroom-details div{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.16);padding-top:13px}.showroom-details span{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:#9eabc0}.showroom-details strong{font-size:12px;color:#fff;margin-top:6px}.showroom-actions{display:flex;gap:22px;align-items:center;flex-wrap:wrap}.showroom-art{position:relative;min-height:100%;background:rgba(255,255,255,.025);overflow:hidden;display:grid;place-items:center}.showroom-art strong{font-family:var(--serif);font-size:130px;color:rgba(255,255,255,.07);letter-spacing:-.09em}.art-circle{position:absolute;width:350px;height:350px;border:1px solid rgba(214,189,147,.3);border-radius:50%}.art-sofa{position:absolute;width:270px;height:92px;border:2px solid rgba(214,189,147,.6);border-radius:44px 44px 16px 16px;bottom:90px}.art-sofa:before,.art-sofa:after{content:"";position:absolute;width:33px;height:65px;border:2px solid rgba(214,189,147,.6);bottom:-2px;background:#182e4e}.art-sofa:before{left:-18px;border-radius:20px 0 0 12px}.art-sofa:after{right:-18px;border-radius:0 20px 12px 0}.contact-section{background:var(--ivory)}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}.contact-copy h2{margin-top:18px}.contact-copy>p{color:var(--muted);margin-top:18px;max-width:470px}.contact-cards{display:grid;grid-template-columns:1fr;gap:10px;margin-top:30px}.contact-cards a{background:var(--paper);border:1px solid var(--line);padding:17px 19px;display:flex;flex-direction:column}.contact-cards span{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:var(--red)}.contact-cards strong{font-size:12px;margin-top:4px;color:var(--navy)}.enquiry-form{background:var(--paper);border:1px solid var(--line);padding:34px;box-shadow:0 18px 60px rgba(18,32,57,.07)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.enquiry-form label{display:flex;flex-direction:column;gap:7px;margin-bottom:15px}.enquiry-form label>span{font-size:10px;font-weight:700;color:var(--navy)}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;border:1px solid var(--line);background:#fff;padding:13px 14px;border-radius:0;color:var(--navy);outline:0}.enquiry-form textarea{resize:vertical}.enquiry-form .button{width:100%;margin-top:4px}.form-note{font-size:9.5px;color:var(--muted);text-align:center;margin-top:11px}.site-footer{background:#0a1425;color:#aeb6c3;padding:65px 0 24px}.footer-grid{display:grid;grid-template-columns:1.6fr .75fr .9fr 1fr;gap:48px}.footer-logo .brand-copy strong{color:#fff}.footer-logo .brand-mark{background:#101d33;box-shadow:inset 0 0 0 5px #0a1425;border-color:rgba(255,255,255,.18)}.footer-brand>p{font-size:11.5px;max-width:360px;margin-top:18px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}.footer-grid h3{font-family:var(--sans);font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:#fff;margin-bottom:8px}.footer-grid a,.footer-grid p{font-size:11.5px}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:9.5px}.product-modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:28px}.product-modal.open{display:flex}.modal-backdrop{position:absolute;inset:0;background:rgba(5,12,22,.76);backdrop-filter:blur(8px)}.modal-panel{position:relative;background:var(--paper);width:min(1060px,100%);max-height:90vh;display:grid;grid-template-columns:1.12fr .88fr;overflow:auto;box-shadow:0 35px 100px rgba(0,0,0,.35)}.modal-close{position:absolute;right:16px;top:14px;z-index:4;width:42px;height:42px;border-radius:50%;border:0;background:rgba(255,255,255,.9);font-size:28px;cursor:pointer}.modal-image-wrap{min-height:560px;background:#ded8ce}.modal-image-wrap img{width:100%;height:100%;object-fit:cover}.modal-copy{padding:68px 48px 44px}.modal-topline{display:flex;justify-content:space-between;gap:15px;color:var(--red);font-size:9px;letter-spacing:.15em;text-transform:uppercase;font-weight:700}.modal-copy h2{font-size:50px;margin-top:14px}.modal-copy>p{color:var(--muted);margin-top:18px;font-size:13px}.modal-features{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0}.modal-features span{font-size:10px;padding:8px 11px;border:1px solid var(--line);border-radius:999px}.modal-actions{display:flex;flex-direction:column;gap:10px}.mobile-cta{display:none}@media(max-width:1080px){.desktop-nav{display:none}.menu-button{display:flex}.header-phone{display:none}.hero-grid{grid-template-columns:1fr 1fr;gap:40px}.service-grid{grid-template-columns:1fr 1fr}.service-item:nth-child(2){border-right:0}.service-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.service-item:nth-child(3){padding-left:0}.product-grid{grid-template-columns:repeat(2,1fr)}.fabric-grid{gap:45px}.process-grid{grid-template-columns:1fr 1fr}.process-grid article:nth-child(2){border-right:0}.process-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.process-grid article:nth-child(3){padding-left:0}.showroom-copy{padding:55px}.contact-grid{gap:45px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}}@media(max-width:820px){.shell{width:min(100% - 34px,700px)}.section{padding:84px 0}.notice-inner{justify-content:center;text-align:center}.notice-links{display:none}.header-inner{height:72px}.brand-copy strong{font-size:19px}.brand-mark{width:42px;height:42px}.header-whatsapp{display:none}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:58px 0 72px}.hero-copy>p{font-size:15px}.hero-points{max-width:560px}.hero-visual{min-height:470px}.hero-main-image{inset:0 55px 25px 0}.hero-side-card{width:165px}.hero-side-card img{height:140px}.service-grid{grid-template-columns:1fr}.service-item,.service-item:first-child,.service-item:nth-child(3),.service-item:last-child{padding:18px 0;border-right:0;border-bottom:1px solid var(--line)}.service-item:last-child{border-bottom:0}.section-heading{grid-template-columns:1fr;gap:17px}.catalogue-toolbar{top:72px;align-items:stretch;flex-direction:column;padding:11px 0}.search-box{width:100%;min-width:0}.catalogue-meta{margin:18px 0}.order-note{display:none}.fabric-grid{grid-template-columns:1fr}.fabric-media{max-width:650px}.fabric-badge{right:-6px}.fabric-copy{padding-top:25px}.showroom-card{grid-template-columns:1fr}.showroom-art{display:none}.showroom-copy{padding:48px 34px}.contact-grid{grid-template-columns:1fr}.contact-copy{max-width:650px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.modal-panel{grid-template-columns:1fr;max-height:92vh}.modal-image-wrap{min-height:360px;max-height:420px}.modal-copy{padding:35px 30px}.modal-copy h2{font-size:42px}}@media(max-width:580px){body{padding-bottom:65px}.shell{width:calc(100% - 28px)}.section{padding:70px 0}h1{font-size:50px}h2{font-size:42px}.notice-bar{display:none}.header-inner{height:68px}.site-header{top:0}.brand-copy strong{font-size:18px}.brand-copy small{font-size:7.5px}.hero-grid{padding-top:42px}.hero-actions{align-items:flex-start;flex-direction:column;gap:15px}.hero-actions .button{width:100%}.hero-points{grid-template-columns:repeat(3,1fr);gap:8px}.hero-points strong{font-size:21px}.hero-points span{font-size:9px}.hero-visual{min-height:370px}.hero-main-image{inset:0 28px 18px 0}.hero-side-card{width:130px;padding:7px}.hero-side-card img{height:104px}.hero-side-card div{padding:9px 5px 5px}.hero-side-card strong{font-size:15px}.image-label{left:16px;bottom:15px}.image-label strong{font-size:20px}.section-heading{margin-bottom:35px}.catalogue-toolbar{top:68px}.product-grid{grid-template-columns:1fr}.product-body>p{min-height:auto}.product-title-row h3{font-size:29px}.fabric-media:before{inset:-10px 15px 15px -10px}.fabric-badge{right:-2px;bottom:16px;padding:13px 16px}.tone-list{margin:24px 0}.process-grid{grid-template-columns:1fr;border-bottom:0}.process-grid article,.process-grid article:first-child,.process-grid article:nth-child(3),.process-grid article:last-child{padding:26px 0;border-right:0;border-bottom:1px solid var(--line)}.process-grid h3{margin-top:14px}.showroom-card{width:100%}.showroom-copy{padding:42px 24px}.showroom-details{grid-template-columns:1fr}.field-row{grid-template-columns:1fr}.enquiry-form{padding:23px 18px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.product-modal{padding:10px}.modal-image-wrap{min-height:275px;max-height:300px}.modal-copy{padding:28px 20px}.modal-copy h2{font-size:38px}.modal-topline{padding-right:38px}.mobile-cta{position:fixed;z-index:120;left:0;right:0;bottom:0;height:65px;background:#fff;display:grid;grid-template-columns:1fr 1.35fr;border-top:1px solid var(--line);padding:8px;gap:8px}.mobile-cta a{display:flex;align-items:center;justify-content:center;border:1px solid var(--line);font-size:12px;font-weight:700;color:var(--navy)}.mobile-cta a:last-child{background:var(--green);color:#fff;border-color:var(--green)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.brand-logo{width:52px;height:52px;flex:0 0 52px;border-radius:50%;overflow:hidden;background:#f3efea;border:1px solid rgba(18,32,57,.14);box-shadow:0 7px 18px rgba(18,32,57,.10)}.brand-logo img{width:100%;height:100%;object-fit:cover}.footer-logo .brand-logo{border-color:rgba(255,255,255,.16);box-shadow:0 8px 24px rgba(0,0,0,.2)}.product-grid{align-items:stretch}.product-card{display:flex;flex-direction:column;height:100%}.product-body{display:flex;flex:1;flex-direction:column;padding:24px}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:27px}.product-category{font-size:10px}.product-badge{font-size:9px;line-height:1.2;border:1px solid var(--line);border-radius:999px;padding:6px 9px;color:var(--muted);text-align:center}.product-title{font-size:29px;margin-top:10px}.product-body>p{font-size:13.5px;line-height:1.72;color:#505966;margin-top:13px;min-height:0}.product-features{margin-top:18px;margin-bottom:22px}.product-features span{font-size:10px;line-height:1.25}.product-actions{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(110px,.65fr);gap:9px;margin-top:auto}.product-actions .button{min-height:46px;padding:0 14px;white-space:nowrap;font-size:11.5px}.product-actions .quick-view{width:auto;border-radius:999px;font-size:11.5px}.process-section{background:linear-gradient(180deg,var(--paper),#f4efe6)}.process-heading{max-width:790px}.process-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;border:0}.process-card{display:grid;grid-template-columns:auto 1fr;gap:22px;padding:34px;background:var(--paper);border:1px solid var(--line);box-shadow:0 16px 42px rgba(18,32,57,.055);min-height:285px}.process-card:nth-child(n){border-right:1px solid var(--line);padding:34px}.process-number{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff!important;font-family:var(--sans)!important;font-size:12px!important;font-weight:700;letter-spacing:.08em}.process-card small{display:block;color:var(--red);font-size:9px;font-weight:700;letter-spacing:.17em;text-transform:uppercase;margin-top:3px}.process-grid .process-card h3{font-size:29px;margin-top:8px}.process-grid .process-card p{font-size:13px;line-height:1.7;margin-top:12px;color:var(--muted)}.process-card strong{display:block;margin-top:18px;padding-top:15px;border-top:1px solid var(--line);font-size:10.5px;line-height:1.55;color:var(--navy)}.process-assurance{margin-top:20px;background:var(--navy);color:#fff;padding:24px 28px;display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center}.process-assurance>span{font-family:var(--serif);font-size:25px;color:#fff;white-space:nowrap}.process-assurance p{font-size:12px;line-height:1.6;color:#c8d0dc}.process-assurance .button{white-space:nowrap}.showroom-card{grid-template-columns:1.08fr .92fr;align-items:stretch}.showroom-copy>p{font-size:14px;line-height:1.75}.showroom-panel{background:#f3ede4;color:var(--navy);padding:42px;display:grid;grid-template-columns:190px 1fr;gap:34px;align-items:center}.showroom-panel>img{width:190px;aspect-ratio:1/1.08;object-fit:cover;object-position:center;border-radius:2px;box-shadow:0 20px 50px rgba(6,15,29,.2)}.showroom-panel-copy>span{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--red);font-weight:700}.showroom-panel-copy h3{font-size:31px;margin-top:8px}.showroom-panel-copy ul{list-style:none;padding:0;margin:22px 0 17px;display:grid;gap:10px}.showroom-panel-copy li{font-size:12px;padding-left:22px;position:relative;color:#3f4a59}.showroom-panel-copy li:before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:700}.showroom-panel-copy p{font-size:11.5px;line-height:1.65;color:var(--muted)}@media(max-width:1080px){.product-actions{grid-template-columns:1fr 120px}.showroom-panel{grid-template-columns:150px 1fr;padding:34px;gap:25px}.showroom-panel>img{width:150px}.process-assurance{grid-template-columns:1fr auto}.process-assurance>span{grid-column:1/-1}}@media(max-width:820px){.brand-logo{width:46px;height:46px;flex-basis:46px}.showroom-panel{display:grid;grid-template-columns:150px 1fr}.process-grid{grid-template-columns:1fr}.process-card{min-height:0}.process-assurance{grid-template-columns:1fr}.process-assurance>span{grid-column:auto;white-space:normal}.process-assurance .button{width:max-content}}@media(max-width:580px){.brand-logo{width:43px;height:43px;flex-basis:43px}.brand{gap:9px}.product-body{padding:21px}.product-title{font-size:29px}.product-body>p{font-size:13px}.product-actions{grid-template-columns:1fr;gap:8px}.product-actions .button{width:100%;font-size:12px}.process-card,.process-card:nth-child(n){grid-template-columns:1fr;padding:25px}.process-grid .process-card h3{font-size:27px}.process-assurance{padding:23px}.showroom-panel{grid-template-columns:1fr;padding:28px 24px}.showroom-panel>img{width:150px;margin-inline:auto}.showroom-panel-copy{text-align:center}.showroom-panel-copy li{text-align:left;max-width:250px;margin-inline:auto;width:100%}}.process-grid article.process-card:nth-child(n){padding:34px;border:1px solid var(--line)}@media(max-width:580px){.process-grid article.process-card:nth-child(n){padding:25px;border:1px solid var(--line)}}.social-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.social-link{width:40px;height:40px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--paper);color:var(--navy);transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.social-link svg{width:18px;height:18px;fill:currentColor}.social-link:hover{transform:translateY(-2px);background:var(--navy);color:#fff;border-color:var(--navy)}.social-link:focus-visible{outline:3px solid rgba(181,35,49,.25);outline-offset:3px}.notice-links{align-items:center}.notice-socials{display:flex;align-items:center;gap:7px;padding-left:3px}.notice-socials .social-link{width:25px;height:25px;background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.18);color:#e8e1d5}.notice-socials .social-link svg{width:13px;height:13px}.notice-socials .social-link:hover{background:#fff;color:var(--navy);border-color:#fff}.mobile-socials{margin-top:18px}.mobile-socials .social-link{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.2);color:#fff}.mobile-socials .social-link:hover{background:#fff;color:var(--navy)}.contact-social-block{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.contact-social-block>span{display:block;margin-bottom:12px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--red)}.contact-socials .social-link{background:#fff}.footer-socials{margin-top:22px}.footer-socials .social-link{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.15);color:#fff}.footer-socials .social-link:hover{background:#fff;color:var(--navy);border-color:#fff}@media(max-width:820px){.notice-socials{display:none}}@media (max-width:820px){.social-links{gap:8px}.social-links .social-link{width:34px;height:34px;flex:0 0 34px}.social-links .social-link svg{width:15px;height:15px}}.product-modal{padding:20px}.modal-panel{width:min(1280px,100%);grid-template-columns:minmax(0,1.08fr) minmax(410px,.92fr);max-height:94vh;background:var(--paper)}.modal-gallery-column{min-width:0;background:#e7e1d8;display:flex;flex-direction:column;position:sticky;top:0;align-self:start;max-height:94vh}.modal-image-wrap{position:relative;min-height:570px;height:min(64vh,680px);background:#e1dbd2;display:grid;place-items:center;overflow:hidden}.modal-image-wrap img{width:100%;height:100%;object-fit:contain;object-position:center;background:#e1dbd2}.modal-image-caption{position:absolute;left:18px;bottom:16px;z-index:2;background:rgba(11,22,41,.86);color:#fff;padding:8px 11px;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(6px);max-width:calc(100% - 36px)}.gallery-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid rgba(18,32,57,.14);border-radius:50%;background:rgba(255,255,255,.9);color:var(--navy);font-size:28px;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(18,32,57,.14)}.gallery-arrow:hover{background:#fff;color:var(--red)}.gallery-arrow[hidden]{display:none}.gallery-prev{left:14px}.gallery-next{right:14px}.modal-thumbnails{display:grid;grid-auto-flow:column;grid-auto-columns:112px;gap:8px;overflow-x:auto;padding:11px 12px 14px;background:#f3eee6;border-top:1px solid rgba(18,32,57,.08);scrollbar-width:thin}.modal-thumbnails[hidden]{display:none}.modal-thumb{padding:0;border:1px solid rgba(18,32,57,.12);background:#fff;cursor:pointer;text-align:left;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.modal-thumb:hover{transform:translateY(-1px);border-color:rgba(18,32,57,.32)}.modal-thumb.active{border-color:var(--red);box-shadow:0 0 0 1px var(--red)}.modal-thumb img{width:100%;height:74px;object-fit:cover;display:block;background:#e6e0d8}.modal-thumb span{display:block;padding:7px 7px 8px;font-size:8.5px;line-height:1.25;color:#485260;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-copy{padding:58px 42px 46px;min-width:0}.modal-copy h2{font-size:48px}.modal-copy>p{font-size:13px;line-height:1.7}.modal-features{margin:20px 0 25px}.modal-rich-details{border-top:1px solid var(--line);padding-top:24px;margin-top:4px}.modal-rich-details[hidden]{display:none}.detail-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.detail-summary{border:1px solid var(--line);background:#fff;padding:14px 15px;display:flex;flex-direction:column;gap:5px}.detail-summary span{font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:var(--red);font-weight:700}.detail-summary strong{font-size:12px;line-height:1.45;color:var(--navy)}.detail-section{padding:19px 0;border-top:1px solid var(--line)}.detail-section:first-of-type{border-top:0}.detail-section h3{font-family:var(--sans);font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:var(--navy);margin:0 0 11px;font-weight:800}.detail-section ul{margin:0;padding:0;list-style:none;display:grid;gap:7px}.detail-section li{font-size:11.5px;line-height:1.55;color:#4f5966;position:relative;padding-left:17px}.detail-section li:before{content:"•";position:absolute;left:0;top:-1px;color:var(--red);font-size:15px}.colour-groups{display:grid;gap:8px}.colour-group{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:9px 0;border-bottom:1px dashed rgba(18,32,57,.12)}.colour-group:last-child{border-bottom:0}.colour-group strong{font-size:9px;color:var(--navy);letter-spacing:.08em}.colour-group span{font-size:10.5px;line-height:1.55;color:#586271}.detail-section-heading{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:12px}.detail-section-heading h3{margin:0}.detail-section-heading span{font-size:8.5px;color:var(--muted)}.fabric-swatch-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.fabric-swatch{margin:0;background:#fff;border:1px solid var(--line);min-width:0}.fabric-swatch img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#ece7df}.fabric-swatch figcaption{padding:7px 6px 8px;font-size:8.5px;line-height:1.3;color:#4e5865;min-height:34px}.delivery-note{background:#f5f0e8;margin:5px -12px 21px;padding:17px 12px;border-top:0}.delivery-note p{font-size:10.5px;line-height:1.65;color:#56606e;margin:0}.modal-actions{position:sticky;bottom:-46px;background:linear-gradient(180deg,rgba(247,243,235,0),var(--paper) 22%);padding-top:20px;margin-top:4px}@media(max-width:980px){.modal-panel{grid-template-columns:1fr;max-height:94vh}.modal-gallery-column{position:relative;max-height:none}.modal-image-wrap{min-height:430px;height:52vh;max-height:560px}.modal-copy{padding:38px 34px 42px}.modal-actions{position:relative;bottom:auto;background:none;padding-top:8px}}@media(max-width:580px){.product-modal{padding:7px}.modal-panel{max-height:96vh}.modal-image-wrap{min-height:275px;height:40vh;max-height:345px}.modal-image-caption{left:10px;bottom:10px;padding:6px 8px;font-size:7.5px}.gallery-arrow{width:36px;height:36px;font-size:24px}.gallery-prev{left:8px}.gallery-next{right:8px}.modal-thumbnails{grid-auto-columns:86px;padding:8px;gap:6px}.modal-thumb img{height:60px}.modal-thumb span{font-size:7.5px;padding:6px}.modal-copy{padding:28px 19px 34px}.modal-copy h2{font-size:37px}.detail-summary-grid{grid-template-columns:1fr}.colour-group{grid-template-columns:1fr;gap:4px}.fabric-swatch-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.fabric-swatch figcaption{font-size:7.5px;padding:6px 5px;min-height:31px}}.modal-topline{font-size:11px}.modal-copy>p{font-size:16px;line-height:1.75}.modal-features span{font-size:12px;padding:9px 12px}.detail-summary span{font-size:10px}.detail-summary strong{font-size:14px;line-height:1.5}.detail-section h3{font-size:12px;margin-bottom:13px}.detail-section li{font-size:14px;line-height:1.62}.colour-group strong{font-size:11px}.colour-group span{font-size:13px;line-height:1.6}.detail-section-heading span{font-size:10.5px}.fabric-swatch figcaption{font-size:11px;line-height:1.35;min-height:40px;padding:8px 7px 9px;font-weight:600}.delivery-note p{font-size:13.5px;line-height:1.7}.modal-thumb span{font-size:10px}.modal-image-caption{font-size:10.5px}.fabric-swatch-button{position:relative;display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:hidden}.fabric-swatch-button img{transition:transform .2s ease,filter .2s ease}.fabric-swatch-button:hover img,.fabric-swatch-button:focus-visible img{transform:scale(1.035);filter:brightness(.96)}.fabric-swatch-button:focus-visible{outline:3px solid rgba(181,35,49,.3);outline-offset:-3px}.fabric-swatch-zoom{position:absolute;right:7px;bottom:7px;background:rgba(11,22,41,.86);color:#fff;padding:5px 7px;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;opacity:0;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease}.fabric-swatch-button:hover .fabric-swatch-zoom,.fabric-swatch-button:focus-visible .fabric-swatch-zoom{opacity:1;transform:translateY(0)}.fabric-preview{position:fixed;inset:0;z-index:400;display:none;align-items:center;justify-content:center;padding:24px}.fabric-preview.open{display:flex}.fabric-preview-backdrop{position:absolute;inset:0;background:rgba(5,12,22,.88);backdrop-filter:blur(10px)}.fabric-preview-panel{position:relative;z-index:1;width:min(760px,94vw);max-height:92vh;background:#fff;padding:14px;box-shadow:0 35px 100px rgba(0,0,0,.5);display:flex;flex-direction:column;gap:12px}.fabric-preview-panel img{width:100%;max-height:76vh;object-fit:contain;background:#eee9e2}.fabric-preview-panel strong{font-size:16px;color:var(--navy);padding:2px 5px 7px}.fabric-preview-close{position:absolute;right:22px;top:22px;z-index:2;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:var(--navy);font-size:29px;line-height:1;cursor:pointer;box-shadow:0 7px 22px rgba(0,0,0,.2)}.fabric-preview-close:focus-visible{outline:3px solid rgba(181,35,49,.35);outline-offset:3px}@media(max-width:580px){.modal-copy>p{font-size:15px}.modal-features span{font-size:11.5px}.detail-summary span{font-size:9.5px}.detail-summary strong{font-size:13.5px}.detail-section h3{font-size:11.5px}.detail-section li{font-size:13.5px;line-height:1.6}.colour-group strong{font-size:10.5px}.colour-group span{font-size:12.5px}.fabric-swatch figcaption{font-size:10.5px;min-height:37px}.delivery-note p{font-size:13px}.modal-thumb span{font-size:9px}.fabric-swatch-zoom{opacity:1;transform:none;font-size:8px;padding:4px 6px}.fabric-preview{padding:10px}.fabric-preview-panel{width:96vw;padding:9px}.fabric-preview-panel img{max-height:74vh}.fabric-preview-close{right:15px;top:15px;width:40px;height:40px;font-size:27px}.fabric-preview-panel strong{font-size:14px}}.fabric-quick-section{margin-top:16px;padding-top:18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-bottom:18px}.fabric-type-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.fabric-type-list span{font-size:12.5px;line-height:1.35;padding:8px 10px;border:1px solid var(--line);background:#fff;color:#46515f}.fabric-swatch-strip{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 12px;scroll-snap-type:x proximity;scrollbar-width:thin;overscroll-behavior-inline:contain}.fabric-swatch-strip .fabric-swatch{flex:0 0 116px;scroll-snap-align:start}.fabric-swatch-strip .fabric-swatch img{aspect-ratio:1/1}.fabric-swatch-strip::-webkit-scrollbar{height:7px}.fabric-swatch-strip::-webkit-scrollbar-thumb{background:#c8beb1;border-radius:99px}.fabric-swatch-strip::-webkit-scrollbar-track{background:#eee8df}.modal-actions .button{width:100%}@media(max-width:580px){.fabric-quick-section{margin-top:12px;padding-top:15px;padding-bottom:15px}.fabric-type-list{gap:6px;margin-bottom:11px}.fabric-type-list span{font-size:12px;padding:7px 9px}.fabric-swatch-strip{display:flex;grid-template-columns:none;gap:8px;padding-bottom:10px}.fabric-swatch-strip .fabric-swatch{flex-basis:104px}}.contact-socials .social-link:hover,.contact-socials .social-link:focus-visible{background:var(--navy);color:#fff;border-color:var(--navy)}.social-link svg{fill:currentColor;color:inherit}.product-card .product-number{font-size:10.5px;font-weight:800;color:#122039;background:rgba(255,253,248,.97);border:1px solid rgba(18,32,57,.12)}.product-card .product-category{font-size:11.5px;line-height:1.35;font-weight:800;color:#8f1722}.product-card .product-badge{font-size:10.5px;line-height:1.35;font-weight:700;color:#263449;border-color:rgba(18,32,57,.22);background:#fbf8f2}.product-card .product-title{font-size:31px;line-height:1.08;font-weight:700;color:#122039}.product-card .product-body>p{font-size:15px;line-height:1.68;font-weight:500;color:#283545}.product-card .product-features{gap:8px}.product-card .product-features span{font-size:11.5px;line-height:1.35;font-weight:700;color:#293648;background:#f3eee4;border:1px solid rgba(18,32,57,.10);padding:7px 10px}.product-card .product-actions .button{font-size:13px;font-weight:800;letter-spacing:.01em}.product-card .product-actions .button-quiet{color:#122039;border-color:rgba(18,32,57,.28);background:#fffdf8}.product-card .product-actions .button-quiet:hover{color:#fff;background:#122039;border-color:#122039}@media(max-width:580px){.product-card .product-category{font-size:11px}.product-card .product-badge{font-size:10px}.product-card .product-title{font-size:31px}.product-card .product-body>p{font-size:15px;line-height:1.65}.product-card .product-features span{font-size:11px}.product-card .product-actions .button{font-size:13px}}.modal-image-wrap{overflow:hidden!important;display:grid!important;place-items:center!important;padding:0!important}.modal-image-wrap img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important;transform:none!important;filter:none!important}.modal-thumb img{width:100%!important;height:74px!important;object-fit:cover!important;padding:0!important;transform:none!important;filter:none!important}@media(max-width:580px){.modal-image-wrap img{object-fit:contain!important}}
/* Showroom panel image fix: preserve full logo and prevent squeeze/crop. */
.showroom-panel>img{width:190px!important;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important;background:#fff;align-self:center}
@media(max-width:1180px) and (min-width:821px){.showroom-card{grid-template-columns:1.02fr .98fr}.showroom-panel{grid-template-columns:1fr!important;gap:20px!important;padding:30px 28px!important;align-content:center}.showroom-panel>img{width:min(210px,72%)!important;max-height:300px!important;margin-inline:auto}.showroom-panel-copy{text-align:center}.showroom-panel-copy ul{max-width:260px;margin-left:auto;margin-right:auto}.showroom-panel-copy li{text-align:left}}
@media(max-width:820px){.showroom-panel>img{width:min(220px,70%)!important;height:auto!important;max-height:none!important;object-fit:contain!important;margin-inline:auto}}
