:root{--navy:#071737;--navy2:#0d214b;--gold:#c6a15a;--gold2:#ead39a;--white:#FFFFFF;--ink:#172033}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}.page-width{max-width:1320px;margin:auto;padding:0 28px}.topbar{background:var(--navy);color:#fff;font-size:11px;letter-spacing:1px;padding:9px 0}.topbar-inner{display:flex;justify-content:space-between}.header{height:116px;background:#fff;display:flex;align-items:center;border-bottom:1px solid #e5e5e5}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.logo{max-width:320px;max-height:88px;object-fit:contain}.wordmark{font-family:Georgia,serif;color:var(--navy);font-size:24px}.wordmark span{color:var(--gold)}.nav{display:flex;gap:28px;align-items:center;font-size:11px;font-weight:700;letter-spacing:1px}.nav a:hover{color:var(--gold)}.hero{min-height:690px;background:#111c32 center/cover no-repeat;position:relative;display:flex;align-items:center;color:#fff}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#040e23f5,#071737c2 45%,#07173729)}.hero-content{position:relative;z-index:1;padding:95px 28px}.eyebrow{font-size:10px;letter-spacing:3px;font-weight:700;color:var(--gold2);text-transform:uppercase;margin-bottom:18px}.hero h1{font:400 clamp(48px,6vw,80px)/.98 Georgia,serif;max-width:760px;margin:0 0 25px}.hero h1 span{color:var(--gold2)}.hero p{max-width:610px;color:#e8edf4;line-height:1.8;font-size:17px}.actions{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}.btn{display:inline-flex;min-height:52px;padding:0 26px;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:1.4px;font-size:10px;font-weight:700}.btn-gold{background:linear-gradient(110deg,#9b7637,#f0d89a 50%,#b98c40);color:var(--navy)}.btn-outline{border:1px solid #fff;color:#fff}.trust{background:var(--navy);border-bottom:3px solid var(--gold);color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{text-align:center;padding:24px 12px;border-right:1px solid #ffffff1f}.trust-item:last-child{border:0}.trust-item strong{font-size:11px;letter-spacing:1px}.trust-item small{display:block;color:var(--gold2);font-size:8px;letter-spacing:1.4px;margin-top:6px}.section{padding:90px 0}.white{background:#fff}.heading{text-align:center;max-width:760px;margin:0 auto 45px}.heading .eyebrow{color:#9b7637}.heading h2{font:400 44px/1.1 Georgia,serif;color:var(--navy);margin:0 0 15px}.heading p{color:#697386;line-height:1.75}.categories{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:290px 290px;gap:16px}.category{position:relative;overflow:hidden;background:#263a59;color:#fff}.category:first-child{grid-row:span 2}.category img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;transition:.5s}.category:hover img{transform:scale(1.04)}.category:after{content:"";position:absolute;top:35%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#000d)}.category-copy{position:absolute;z-index:2;bottom:25px;left:25px}.category-copy small{color:var(--gold2);letter-spacing:2px;font-size:8px;text-transform:uppercase}.category-copy h3{font:400 29px Georgia,serif;margin:6px 0;color:#fff}.split{display:grid;grid-template-columns:1fr 1fr}.split-image{min-height:500px;background:#77634d center/cover no-repeat}.split-copy{background:var(--navy);padding:70px;display:flex;flex-direction:column;justify-content:center;color:#fff}.split-copy h2{font:400 44px/1.05 Georgia,serif;margin:0 0 18px;color:#fff}.split-copy p{color:#dce3ed;line-height:1.8}.points{list-style:none;padding:0;margin:22px 0 0}.points li{padding:11px 0;border-bottom:1px solid #ffffff1f;font-size:12px}.points li:before{content:"\2726";color:var(--gold);margin-right:10px}.brands{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.brand{height:110px;background:#fff;border:1px solid #dedbd3;display:flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:2px;color:var(--navy);position:relative}.brand:after{content:"";position:absolute;bottom:0;left:22%;right:22%;height:2px;background:var(--gold)}.projects{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.project{height:390px;background:#263a59;position:relative;overflow:hidden}.project img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.project:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#000d)}.project-copy{position:absolute;z-index:2;left:24px;bottom:22px;color:#fff}.project-copy strong{font:400 25px Georgia,serif}.project-copy small{display:block;color:var(--gold2);letter-spacing:1.5px;text-transform:uppercase;margin-top:7px}.cta{background:var(--navy);color:#fff;border-top:1px solid #ead39a66}.cta-inner{padding:62px 0;display:flex;justify-content:space-between;align-items:center;gap:25px}.cta h2{font:400 40px Georgia,serif;margin:0 0 8px;color:#fff}.cta p{color:#dce3ed;margin:0}.footer{background:#050f26;color:#dce3ed;padding:60px 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}.footer h3{color:#fff;font:400 23px Georgia,serif}.footer a{display:block;color:#dce3ed;margin:10px 0;font-size:12px}.footer-gold{color:var(--gold2)!important}@media(max-width:850px){.nav{gap:12px}.categories,.brands,.projects{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}.split-image{min-height:330px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.page-width{padding:0 18px}.nav{display:none}.topbar-inner{font-size:9px}.hero{min-height:600px}.hero-content{padding:70px 18px}.trust-grid{grid-template-columns:1fr 1fr}.categories{grid-template-columns:1fr;grid-template-rows:repeat(4,250px)}.category:first-child{grid-row:auto}.brands,.projects{grid-template-columns:1fr 1fr}.split-copy{padding:50px 25px}.cta-inner{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}}.ht-logo-link{display:flex;align-items:center}.footer-logo{display:block;width:min(290px,100%);height:auto;margin-bottom:20px}@media(max-width:650px){.footer-logo{width:245px}}.ht-logo-link .logo,.footer-logo{image-rendering:auto;-webkit-backface-visibility:hidden;transform:translateZ(0)}.nav .nav-cta{background:linear-gradient(110deg,#9b7637,#f0d89a 50%,#b98c40);color:#071737;padding:12px 15px}.nav .nav-cta:hover{color:#071737}.page-hero{background:var(--navy);color:#fff;padding:85px 0 70px;border-bottom:3px solid var(--gold)}.page-hero h1{font:400 54px/1.05 Georgia,serif;margin:0 0 15px}.page-hero p{max-width:700px;color:#dce3ed;line-height:1.8;margin:0}.content-page{padding:75px 0}.content-page h2{font:400 38px Georgia,serif;color:var(--navy)}.content-page p{line-height:1.8;color:#5f697a}.brochures-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.brochure-card{border:1px solid #ddd;background:#fff;padding:28px;min-height:220px;display:flex;flex-direction:column;justify-content:space-between}.brochure-card h3{font:400 26px Georgia,serif;color:var(--navy);margin:0}.brochure-card p{font-size:13px}.brochure-card .btn{align-self:flex-start}.project-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.project-gallery-card{height:360px;position:relative;overflow:hidden;background:#263a59}.project-gallery-card img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.project-gallery-card:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#000d)}.project-gallery-copy{position:absolute;z-index:2;bottom:22px;left:22px;color:#fff}.project-gallery-copy strong{font:400 25px Georgia,serif}.project-gallery-copy small{display:block;color:var(--gold2);font-size:9px;letter-spacing:1.5px;text-transform:uppercase;margin-top:6px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.about-image{min-height:500px;background:center/cover no-repeat;background-color:#8b765d}.about-copy h2{font:400 43px Georgia,serif;color:var(--navy)}.about-copy p{line-height:1.85;color:#5f697a}.about-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.about-point{background:#fff;padding:20px;border-left:2px solid var(--gold)}.about-point strong{color:var(--navy);font-size:12px}@media(max-width:800px){.brochures-grid,.project-gallery{grid-template-columns:1fr 1fr}.about-grid{grid-template-columns:1fr}}@media(max-width:650px){.brochures-grid,.project-gallery{grid-template-columns:1fr}.page-hero h1{font-size:43px}.about-points{grid-template-columns:1fr}}.room-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.room-card{height:270px;position:relative;overflow:hidden;background:var(--navy);color:#fff}.room-card img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;transition:.5s}.room-card:hover img{transform:scale(1.05)}.room-card:after{content:"";position:absolute;top:35%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#000c)}.room-copy{position:absolute;z-index:2;left:18px;bottom:18px}.room-copy strong{font:400 24px Georgia,serif}.room-copy small{display:block;color:var(--gold2);font-size:8px;letter-spacing:1.5px;text-transform:uppercase;margin-top:5px}.favourites{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.fav-card{border:1px solid #e0ddd6;background:#fff;overflow:hidden}.fav-image{height:250px;background:#fff;position:relative}.fav-image img{width:100%;height:100%;object-fit:cover}.fav-copy{padding:18px}.fav-copy small{font-size:8px;letter-spacing:1.5px;color:#9b7637;text-transform:uppercase}.fav-copy h3{font:400 22px Georgia,serif;color:var(--navy);margin:6px 0}.fav-copy p{font-size:12px;color:#697386;margin:0 0 15px}.guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.guide{padding:30px;background:#fff;border-top:3px solid var(--gold)}.guide h3{font:400 25px Georgia,serif;color:var(--navy);margin:0 0 9px}.guide p{font-size:12px;line-height:1.65;color:#697386}.guide strong{font-size:9px;letter-spacing:1px;color:#9b7637;text-transform:uppercase}.reviews{background:var(--navy);color:#fff}.reviews .heading h2{color:#fff}.reviews .heading p{color:#dce3ed}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.review{background:#0d214b;border:1px solid #ffffff1a;padding:28px}.stars{color:var(--gold2);letter-spacing:3px;font-size:13px}.review blockquote{font:400 19px/1.55 Georgia,serif;margin:15px 0;color:#fff}.review cite{font-size:10px;letter-spacing:1px;color:var(--gold2);font-style:normal;text-transform:uppercase}.showroom{display:grid;grid-template-columns:1fr 1fr;min-height:450px}.showroom-photo{background:var(--navy) center/cover no-repeat}.showroom-copy{padding:65px;background:#fff;display:flex;flex-direction:column;justify-content:center}.showroom-copy h2{font:400 43px/1.05 Georgia,serif;color:var(--navy);margin:0 0 15px}.showroom-copy p{line-height:1.8;color:#697386}.showroom-copy strong{color:var(--navy)}.showroom-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.beforeafter{display:grid;grid-template-columns:1fr 1fr;gap:15px}.beforeafter-card{position:relative;height:370px;background:#263a59;overflow:hidden}.beforeafter-card img{width:100%;height:100%;object-fit:cover}.beforeafter-label{position:absolute;top:15px;left:15px;background:var(--navy);color:#fff;padding:8px 11px;font-size:8px;letter-spacing:1.5px;font-weight:700}.mobile-bar{display:none}@media(max-width:900px){.room-grid{grid-template-columns:repeat(3,1fr)}.favourites{grid-template-columns:repeat(2,1fr)}.guide-grid,.review-grid{grid-template-columns:1fr 1fr}.showroom{grid-template-columns:1fr}}@media(max-width:650px){.room-grid{grid-template-columns:1fr 1fr}.room-card{height:210px}.favourites{grid-template-columns:1fr 1fr}.guide-grid,.review-grid,.beforeafter{grid-template-columns:1fr}.mobile-bar{position:fixed;z-index:1000;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1fr 1.4fr;background:var(--navy);border-top:2px solid var(--gold)}.mobile-bar a{padding:14px 5px;text-align:center;color:#fff;font-size:9px;letter-spacing:1px;font-weight:700;border-right:1px solid #ffffff1a}.mobile-bar a:last-child{background:linear-gradient(110deg,#9b7637,#f0d89a);color:var(--navy)}body{padding-bottom:54px}}.footer{background:#fff!important;color:#071737}.footer a,.footer h3,.footer p{color:#071737}.footer-logo{background:#fff;display:block;max-width:360px;height:auto}.footer-gold{color:#9b7637!important}.header__logo img,.site-header__logo img,header .logo img,.header-logo img{max-height:96px!important;width:auto!important}@media(min-width:750px){.header__logo,.site-header__logo,header .logo,.header-logo{min-width:270px!important}}@media(max-width:749px){.header__logo img,.site-header__logo img,header .logo img,.header-logo img{max-height:72px!important}}.projects-intro{max-width:850px;margin:0 auto 28px;text-align:center}.projects-intro h1{font:400 52px/1.05 Georgia,serif;color:#071737;margin:8px 0}.projects-intro h1 span{color:#c6a15a}.projects-intro p{max-width:720px;margin:0 auto;color:#697386;line-height:1.7}.project-filters{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin:25px 0 12px}.project-filter{border:1px solid #d9dce2;background:#fff;color:#071737;padding:11px 15px;font-size:10px;letter-spacing:1px;text-transform:uppercase;cursor:pointer}.project-filter.clear{background:#071737;color:#fff;border-color:#071737}.project-selects{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:28px}.project-selects select{width:100%;padding:13px 14px;border:1px solid #d9dce2;background:#fff;color:#071737;font-size:12px}.projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.project-card{border:1px solid #e3e5e9;background:#fff;box-shadow:0 8px 22px #0717370b;overflow:hidden;transition:transform .2s,box-shadow .2s}.project-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #07173716}.project-card-image{display:block;height:235px;position:relative;background:#eef1f5;overflow:hidden}.project-card:hover .project-card-image img{transform:scale(1.035)}.project-tag{position:absolute;left:12px;top:12px;background:#071737;color:#fff;padding:7px 9px;font-size:8px;letter-spacing:1.2px;text-transform:uppercase}.project-card-body{padding:17px}.project-type{font-size:8px;letter-spacing:1.4px;text-transform:uppercase;color:#9b7637;font-weight:700}.project-card h2{font:400 22px Georgia,serif;color:#071737;margin:7px 0}.project-card p{font-size:11px;line-height:1.55;color:#697386;min-height:50px;margin:0 0 14px}.project-view{display:flex;justify-content:space-between;align-items:center;color:#071737;text-decoration:none;font-size:9px;letter-spacing:1.2px;font-weight:700}.project-view span{color:#c6a15a;font-size:18px}.project-view.muted{color:#9aa2af}.projects-empty{text-align:center;padding:45px;color:#697386}.project-filter.active{border-color:#c6a15a;box-shadow:inset 0 -2px #c6a15a}.hero{background-color:#071737;background-position:center;background-size:cover}.room-card img{display:block}.showroom-photo{background-color:#071737}@media(max-width:1000px){.projects-grid,.project-selects{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.projects-intro h1{font-size:38px}.projects-grid,.project-selects{grid-template-columns:1fr}.project-card-image{height:245px}}.header .ht-logo-link{flex:0 0 auto}.header .logo{width:320px!important;max-width:320px!important;height:auto!important;max-height:88px!important;object-fit:contain}@media(max-width:900px){.header{height:96px}.header .logo{width:255px!important;max-width:255px!important;max-height:70px!important}.nav{gap:16px;font-size:10px}}@media(max-width:650px){.header{height:82px}.header .logo{width:215px!important;max-width:215px!important;max-height:62px!important}}.project-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.project-gallery-image{display:block;height:260px;overflow:hidden;background:#eef0f3}.project-gallery-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.project-gallery-image:hover img{transform:scale(1.025)}.project-gallery-main{grid-column:span 2;height:470px}.project-work{border-top:1px solid #e0e2e6;margin:25px 0;padding-top:18px}.project-work small{font-size:8px;letter-spacing:1.4px;color:#9b7637;font-weight:700}.project-work p{margin-top:8px}@media(max-width:650px){.project-gallery{grid-template-columns:1fr}.project-gallery-main{grid-column:auto;height:320px}.project-gallery-image{height:230px}}.contact-page{background:#fff;padding:70px 0}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}.contact-intro h1{font:400 52px/1.05 Georgia,serif;color:#071737;margin:0 0 18px}.contact-intro>p{color:#667085;line-height:1.75;max-width:520px}.contact-details{margin-top:35px;display:grid;gap:20px}.contact-details small{display:block;font-size:8px;letter-spacing:1.5px;color:#9b7637;font-weight:700;margin-bottom:6px}.contact-details strong{font-size:15px;line-height:1.5;color:#071737}.contact-details a{color:#071737}.contact-form-wrap{border:1px solid #e1e3e7;padding:35px;background:#fff;box-shadow:0 10px 35px #0717370b}.form-row{margin-bottom:18px}.form-row label{display:block;font-size:9px;letter-spacing:1.2px;color:#071737;font-weight:700;text-transform:uppercase;margin-bottom:7px}.form-row input,.form-row select,.form-row textarea{width:100%;box-sizing:border-box;border:1px solid #d5d8de;background:#fff;color:#071737;padding:13px;font:inherit}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:2px solid #ead39a;border-color:#c6a15a}.form-success{background:#eef7ef;border-left:3px solid #5a9a65;padding:15px;margin-bottom:20px;color:#214c2a;font-size:13px}.errors{color:#9b2c2c;margin-bottom:15px}@media(max-width:750px){.contact-layout{grid-template-columns:1fr;gap:35px}.contact-intro h1{font-size:42px}}.project-results-bar{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.project-results-bar strong{display:block;color:#071737;font-size:16px;margin-top:5px}.project-results-bar button{border:0;background:none;color:#9b7637;font-size:9px;letter-spacing:1.2px;font-weight:700;cursor:pointer}.share-project{height:50px;padding:0 18px;border:1px solid #071737;background:#fff;color:#071737;font-size:9px;letter-spacing:1.2px;font-weight:700;cursor:pointer}.before-after{margin:55px 0}.before-after-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.before-after figure{margin:0;position:relative;height:400px;overflow:hidden}.before-after img{width:100%;height:100%;object-fit:cover}.before-after figcaption{position:absolute;top:15px;left:15px;background:#071737;color:#fff;padding:8px 11px;font-size:8px;letter-spacing:1.3px;z-index:2}.related-projects{border-top:1px solid #e0e2e6;margin-top:65px;padding-top:40px}.related-projects h2{font:400 34px Georgia,serif;color:#071737;margin:7px 0 25px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.related-grid a{border:1px solid #e0e2e6;padding:24px;text-decoration:none;transition:.2s}.related-grid a:hover{border-color:#c6a15a;transform:translateY(-2px)}.related-grid span{display:block;color:#9b7637;font-size:8px;letter-spacing:1.4px;font-weight:700;margin-bottom:9px}.related-grid strong{color:#071737;font:400 19px Georgia,serif}.why-home-trends{padding:70px 0;background:#fff;border-top:1px solid #eceef1}.section-heading{text-align:center;max-width:750px;margin:0 auto 35px}.section-heading h2{font:400 40px Georgia,serif;color:#071737;margin:8px 0}.section-heading p{color:#667085;line-height:1.7}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e1e3e7}.trust-grid div{padding:30px 20px;text-align:center;border-right:1px solid #e1e3e7}.trust-grid div:last-child{border-right:0}.trust-grid strong{display:block;color:#071737;font-size:20px;letter-spacing:1px}.trust-grid span{display:block;color:#9b7637;font-size:8px;letter-spacing:1.4px;margin-top:8px;font-weight:700}.real-projects{padding:70px 0;background:#f7f7f7}.section-heading.split{max-width:none;text-align:left;display:flex;justify-content:space-between;align-items:end}.section-heading.split h2{margin-bottom:0}.text-link{color:#9b7637;font-size:9px;letter-spacing:1.3px;font-weight:700;text-decoration:none}.real-project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.real-project-grid a{height:310px;position:relative;display:block;overflow:hidden;background:#ddd}.real-project-grid img{width:100%;height:100%;object-fit:cover;transition:.35s}.real-project-grid a:hover img{transform:scale(1.04)}.real-project-grid span{position:absolute;bottom:0;left:0;right:0;padding:16px;background:linear-gradient(transparent,#071737);color:#fff;font-size:8px;letter-spacing:1.3px;font-weight:700}.free-measure-hero{background:#071737;color:#fff;border-bottom:3px solid #C6A15A;padding:75px 0}.free-measure-hero h1{font:400 58px Georgia,serif;margin:8px 0 12px}.free-measure-hero h1 span{color:#ead39a}.free-measure-hero p{max-width:650px;color:#dce3ed;line-height:1.7}.free-measure-body{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;padding:65px 0}.free-measure-side h2{font:400 40px Georgia,serif;color:#071737}.free-measure-side p{color:#667085;line-height:1.7}.free-measure-side ul{list-style:none;padding:0;margin:25px 0}.free-measure-side li{padding:10px 0;border-bottom:1px solid #e1e3e7;color:#071737}.free-measure-side strong{color:#071737;line-height:1.6}@media(max-width:750px){.before-after-grid,.related-grid,.trust-grid,.real-project-grid,.free-measure-body{grid-template-columns:1fr}.before-after figure{height:300px}.trust-grid div{border-right:0;border-bottom:1px solid #e1e3e7}.trust-grid div:last-child{border-bottom:0}.real-project-grid a{height:250px}.section-heading.split{display:block}.text-link{display:inline-block;margin-top:12px}.free-measure-hero h1{font-size:44px}}.page-width{max-width:1240px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.section{padding-top:72px;padding-bottom:72px}.section .heading{max-width:760px;margin-left:auto;margin-right:auto;text-align:center}.section .heading h2{margin-top:7px}.categories,.room-grid,.projects,.review-grid,.brands{margin-top:34px}.trust{background:#071737}.trust-grid{max-width:1240px;margin:0 auto}.projects .project,.category,.room-card{min-width:0}.showroom,.split{max-width:1240px;margin-left:auto;margin-right:auto}.cta-inner,.hero-content{max-width:1240px;margin:0 auto}@media(max-width:750px){.page-width{padding-left:18px;padding-right:18px}.section{padding-top:52px;padding-bottom:52px}}.about-grid{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:start}.about-image{min-height:650px;background-size:cover;background-position:center}.about-copy h2{font:400 43px/1.12 Georgia,serif;color:#071737;margin:8px 0 16px}.about-copy>p{color:#667085;line-height:1.75}.about-story{margin-top:28px;color:#344054;line-height:1.75;font-size:15px}.about-story strong{display:block;color:#071737;font-size:19px;line-height:1.3;margin-top:28px}.about-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.about-point{border:1px solid #e1e3e7;padding:18px}.about-point strong{display:block;color:#071737;font-size:13px}.about-point p{font-size:11px;line-height:1.5;color:#667085;margin:7px 0 0}@media(max-width:800px){.about-grid{grid-template-columns:1fr;gap:30px}.about-image{min-height:360px}.about-copy h2{font-size:36px}.about-points{grid-template-columns:1fr}}.brands-section{padding-bottom:58px}.brands{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.brand{min-height:120px;border:1px solid #e1e3e7;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-decoration:none;background:#fff;transition:.2s}.brand:hover{border-color:#c6a15a;transform:translateY(-2px)}.brand img{max-width:145px;max-height:55px;width:auto;height:auto;object-fit:contain}.brand strong{font:400 22px Georgia,serif;color:#071737}.brand span{font-size:8px;letter-spacing:1.3px;color:#9b7637;font-weight:700}.review-footer{text-align:center;margin-top:28px}.review-footer .text-link,.text-link{color:#9b7637;text-decoration:none;font-size:9px;letter-spacing:1.3px;font-weight:700}.reviews{background:#f7f7f7}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review{background:#fff;border:1px solid #e1e3e7;padding:28px;min-height:190px}.review .stars{color:#c6a15a;letter-spacing:3px}.review blockquote{font:400 18px/1.5 Georgia,serif;color:#071737;margin:18px 0}.review cite{font-size:9px;letter-spacing:1px;color:#667085;font-style:normal}.about-intro{max-width:900px;margin:0 auto 55px;text-align:center}.about-intro h1{font:400 54px/1.05 Georgia,serif;color:#071737;margin:8px 0 18px}.about-intro>p{color:#667085;line-height:1.75}.about-story{font-size:14px;line-height:1.8;color:#344054}.about-story p{margin:0 0 15px}.about-cta{margin-top:70px;padding:36px;background:#071737;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:25px}.about-cta h2{font:400 30px Georgia,serif;margin:7px 0}.about-cta p{color:#dce3ed;margin:0}.brochures-page .heading{max-width:800px}.brochures-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:35px}.brochure-card{border:1px solid #e1e3e7;background:#fff;overflow:hidden;transition:.2s}.brochure-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #07173710}.brochure-image{height:270px;background:#f4f4f4;display:flex;align-items:center;justify-content:center;overflow:hidden}.brochure-copy{padding:24px}.brochure-copy .eyebrow{margin-bottom:7px}.brochure-copy h3{font:400 26px Georgia,serif;color:#071737;margin:0 0 8px}.brochure-copy p{font-size:12px;line-height:1.6;color:#667085;min-height:45px}.brochure-copy .btn{margin-top:8px}@media(max-width:800px){.brands,.review-grid,.brochures-grid{grid-template-columns:1fr 1fr}.about-intro h1{font-size:44px}.about-cta{display:block}.about-cta .btn{display:inline-block;margin-top:18px}}@media(max-width:560px){.brands,.review-grid,.brochures-grid{grid-template-columns:1fr}.brochure-image{height:300px}.about-intro h1{font-size:38px}}.brand-more{text-align:center;margin-top:28px}.brand-library{padding:65px 0 75px;background:#fff}.brand-library-intro{max-width:850px;margin:0 auto 48px;text-align:center}.brand-library-intro h1{font:400 52px/1.08 Georgia,serif;color:#071737;margin:8px 0 15px}.brand-library-intro p{color:#667085;line-height:1.75}.brand-library-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.brand-library-card{border:1px solid #e1e3e7;background:#fff;display:grid;grid-template-columns:.85fr 1.15fr;min-height:260px;overflow:hidden;scroll-margin-top:120px}.brand-library-logo{display:flex;align-items:center;justify-content:center;padding:30px;background:#f7f7f7}.brand-library-logo img{max-width:90%;max-height:130px;width:auto;height:auto;object-fit:contain}.brand-library-copy{padding:30px}.brand-library-copy>span{font-size:8px;letter-spacing:1.4px;color:#9b7637;font-weight:700}.brand-library-copy h2{font:400 28px Georgia,serif;color:#071737;margin:8px 0}.brand-library-copy p{font-size:12px;line-height:1.65;color:#667085;margin-bottom:18px}.brand-library-cta{margin-top:45px;padding:35px;background:#071737;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:25px}.brand-library-cta h2{font:400 30px Georgia,serif;margin:7px 0}.brand-library-cta p{color:#dce3ed;margin:0}.brands .brand{min-height:135px}.brands .brand img{max-width:165px;max-height:65px}@media(max-width:800px){.brand-library-grid,.brand-library-card{grid-template-columns:1fr}.brand-library-logo{min-height:190px}.brand-library-cta{display:block}.brand-library-cta .btn{display:inline-block;margin-top:18px}.brand-library-intro h1{font-size:44px}}@media(max-width:560px){.brand-library-intro h1{font-size:38px}.brand-library-copy{padding:24px}}.brand-gallery-page{padding:70px 0 85px;background:#fff}.brand-gallery-intro{text-align:center;max-width:760px;margin:0 auto 45px}.brand-gallery-intro h1{font:400 52px/1.05 Georgia,serif;color:#071737;margin:8px 0 14px}.brand-gallery-intro p{color:#667085;line-height:1.7}.brand-logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.brand-logo-tile{height:180px;border:1px solid #e1e3e7;background:#fff;display:flex;align-items:center;justify-content:center;padding:28px}.brand-logo-tile img{max-width:90%;max-height:105px;width:auto;height:auto;object-fit:contain}.services-hero{background:#071737;color:#fff;border-bottom:3px solid #C6A15A;padding:70px 0}.services-hero h1{font:400 55px/1.05 Georgia,serif;margin:8px 0 14px}.services-hero p{max-width:700px;color:#dce3ed;line-height:1.7}.services-body{padding:65px 0 80px}.services-intro{max-width:800px;margin-bottom:38px}.services-intro h2{font:400 38px Georgia,serif;color:#071737;margin:8px 0 12px}.services-intro p{color:#667085;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.services-grid article{border:1px solid #e1e3e7;padding:28px;background:#fff;min-height:235px}.services-grid article>span{font-size:10px;letter-spacing:1.4px;color:#c6a15a;font-weight:700}.services-grid h3{font:400 25px Georgia,serif;color:#071737;margin:12px 0 9px}.services-grid p{font-size:12px;line-height:1.65;color:#667085}.services-grid a{display:inline-block;margin-top:10px;text-decoration:none;color:#9b7637;font-size:8px;letter-spacing:1.3px;font-weight:700}.services-process{margin-top:70px;padding-top:40px;border-top:1px solid #e1e3e7;display:grid;grid-template-columns:.7fr 1.3fr;gap:50px}.services-process h2{font:400 34px Georgia,serif;color:#071737;margin:7px 0}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.process-grid div{border-left:2px solid #C6A15A;padding:8px 12px}.process-grid strong{color:#071737}.process-grid p{font-size:11px;color:#667085;margin:8px 0}.services-cta,.brochures-help{margin-top:55px;padding:34px;background:#071737;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:25px}.services-cta h2,.brochures-help h2{font:400 30px Georgia,serif;margin:7px 0}.services-cta p,.brochures-help p{color:#dce3ed;margin:0}.brochures-clean{padding:70px 0 80px;background:#fff}.brochures-intro{text-align:center;max-width:800px;margin:0 auto 42px}.brochures-intro h1{font:400 52px Georgia,serif;color:#071737;margin:8px 0 14px}.brochures-intro p{color:#667085;line-height:1.7}.brochure-clean-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.brochure-clean-card{border:1px solid #e1e3e7;background:#fff;overflow:hidden}.brochure-clean-cover{height:310px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;padding:20px}.brochure-clean-cover img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.brochure-clean-copy{padding:20px 22px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brochure-clean-copy h2{font:400 22px Georgia,serif;color:#071737;margin:0}.brochure-clean-copy .btn{white-space:nowrap}.brand-logo-grid+.brand-more{display:none}.index .section{padding-top:58px;padding-bottom:58px}.index .projects{padding-bottom:65px}.index .feature{padding-top:62px;padding-bottom:62px}.index .reviews{padding-top:58px;padding-bottom:58px}@media(max-width:850px){.brand-logo-grid,.services-grid,.brochure-clean-grid{grid-template-columns:1fr 1fr}.services-process{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.brand-logo-grid,.services-grid,.brochure-clean-grid{grid-template-columns:1fr}.brand-gallery-intro h1,.brochures-intro h1{font-size:39px}.services-hero h1{font-size:42px}.brand-logo-tile{height:155px}.brochure-clean-cover{height:300px}.services-cta,.brochures-help{display:block}.services-cta .btn,.brochures-help .btn{display:inline-block;margin-top:18px}}.ht-home-hero{min-height:650px;background-position:center;background-size:cover;position:relative;color:#fff;display:flex;align-items:center}.ht-home-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0717379e}.ht-home-hero-inner{position:relative;z-index:1}.ht-home-hero h1{font:400 64px/1.04 Georgia,serif;max-width:760px;margin:10px 0 18px}.ht-home-hero h1 span{color:#c6a15a}.ht-home-hero p{max-width:650px;color:#e9edf4;line-height:1.7;font-size:15px}.ht-home-section{padding:70px 0;background:#fff}.ht-home-heading{max-width:760px;margin-bottom:35px}.ht-home-heading h2{font:400 40px/1.1 Georgia,serif;color:#071737;margin:8px 0 12px}.ht-home-heading p{color:#667085;margin:0}.ht-home-projects{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ht-home-projects a{text-decoration:none;color:#071737;border:1px solid #e1e3e7;background:#fff;display:block}.ht-home-projects img{display:block;width:100%;height:260px;object-fit:cover}.ht-home-projects div{padding:18px 20px 20px}.ht-home-projects strong{display:block;font:400 22px Georgia,serif}.ht-home-projects small{display:block;color:#667085;margin-top:7px}.ht-centre{text-align:center;margin-top:28px}.ht-home-reviews{background:#f7f7f5}.ht-review{max-width:850px;margin:0 auto;text-align:center;border:1px solid #e1e3e7;background:#fff;padding:38px 30px}.ht-review .stars{letter-spacing:3px;color:#c6a15a}.ht-review blockquote{font:400 25px/1.45 Georgia,serif;color:#071737;margin:18px auto}.ht-review cite{font-size:11px;color:#667085;font-style:normal}.ht-home-cta{background:#071737;color:#fff;padding:45px 0}.ht-home-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.ht-home-cta h2{font:400 34px Georgia,serif;margin:7px 0 10px}.ht-home-cta p{color:#dce3ed;margin:0}.ht-home .text-link{color:#9b7637;text-decoration:none;font-size:9px;letter-spacing:1.3px;font-weight:700}.ht-home .eyebrow{letter-spacing:1.7px;font-size:9px;font-weight:700;color:#c6a15a}@media(max-width:800px){.ht-home-hero{min-height:570px}.ht-home-hero h1{font-size:48px}.ht-home-projects{grid-template-columns:1fr}.ht-home-projects img{height:250px}.ht-home-cta-inner{display:block}.ht-home-cta .btn{display:inline-block;margin-top:20px}}@media(max-width:520px){.ht-home-hero h1{font-size:42px}.ht-home-section{padding:55px 0}.ht-home-heading h2{font-size:34px}.ht-review{padding:30px 20px}.ht-review blockquote{font-size:21px}}.btn-outline-dark{border:1px solid #071737;color:#071737;background:#fff}.btn-outline-dark:hover{background:#071737;color:#fff}.shop-coming-soon{min-height:560px;display:flex;align-items:center;justify-content:center;text-align:center;background:#fff;padding:80px 0}.shop-coming-soon .eyebrow{color:#9b7637;letter-spacing:2px;font-size:9px;font-weight:700}.shop-coming-soon h1{font:400 54px Georgia,serif;color:#071737;margin:10px 0}.shop-coming-soon p{color:#667085;margin:0 0 28px;font-size:16px}.about-showroom-gallery{display:grid;grid-template-columns:1.55fr 1fr;gap:14px;align-self:start}.about-showroom-main,.about-showroom-secondary img{overflow:hidden}.about-showroom-main img{display:block;width:100%;height:100%;min-height:520px;object-fit:cover}.about-showroom-secondary{display:grid;grid-template-rows:1fr 1fr;gap:14px}.about-showroom-secondary img{display:block;width:100%;height:100%;min-height:253px;object-fit:cover}@media(max-width:800px){.about-showroom-gallery{grid-template-columns:1fr}.about-showroom-main img{min-height:300px}.about-showroom-secondary{grid-template-columns:1fr 1fr;grid-template-rows:none}.about-showroom-secondary img{min-height:180px}}.project-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.project-actions .btn{min-height:52px;height:52px;margin:0;padding:0 26px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;text-transform:uppercase;letter-spacing:1.4px;font-size:10px;font-weight:700;line-height:1}.project-actions .share-project{border:1px solid #071737;background:#fff;color:#071737;cursor:pointer}.project-actions .share-project:hover{background:#071737;color:#fff}.projects-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.projects-heading h1{margin:6px 0 10px}.projects-heading p{max-width:680px;margin:0}.projects-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.project-card{border:1px solid rgba(7,23,55,.12);background:#fff;overflow:hidden}.project-card-image{display:block;aspect-ratio:4/3;overflow:hidden;background:#f2f2f0}.project-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.project-card:hover .project-card-image img{transform:scale(1.025)}.project-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#eee;color:#071737;font-weight:800;letter-spacing:2px}.project-card-body{padding:22px}.project-card-kicker{font-size:10px;letter-spacing:1.5px;text-transform:uppercase;opacity:.65;margin-bottom:8px}.project-card h2{font-size:22px;line-height:1.15;margin:0 0 10px}.project-card h2 a{color:inherit;text-decoration:none}.project-card p{font-size:14px;line-height:1.6;margin:0 0 18px}.project-card-link{font-size:10px;font-weight:800;letter-spacing:1.5px;text-decoration:none;color:#071737}.project-card-link span{margin-left:6px}.projects-empty{text-align:center;padding:80px 20px;border:1px solid rgba(7,23,55,.12)}@media(max-width:990px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media(max-width:640px){.projects-heading{display:block;margin-bottom:28px}.projects-grid{grid-template-columns:1fr;gap:16px}.project-card-body{padding:18px}.project-card h2{font-size:20px}}.projects-page{background:#fff}.projects-hero{background:#071737;position:relative;overflow:hidden;color:#fff;border-bottom:3px solid #C6A15A}.projects-hero:after{content:"";position:absolute;right:-80px;top:-140px;width:600px;height:600px;border:2px solid #C6A15A;border-radius:50%;opacity:.22}.projects-hero-inner{min-height:330px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;z-index:1}.projects-hero h1{font:400 clamp(48px,6vw,72px)/1 Georgia,serif;margin:0 0 15px}.projects-hero h1 span{color:#ead39a}.projects-hero p{max-width:650px;color:#dce3ed;line-height:1.75;font-size:15px;margin:0}.projects-hero-badge{width:155px;height:155px;border:2px solid #EAD39A;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex:0 0 auto}.projects-hero-badge strong{font-size:11px;letter-spacing:2px}.projects-hero-badge span{font-size:13px;line-height:1.35;margin:8px 0}.projects-hero-badge b{font-size:11px;color:#ead39a;letter-spacing:2px}.project-catalogue{padding:40px 0 70px}.project-filters{display:grid;grid-template-columns:repeat(4,1fr) 160px;gap:14px;margin-bottom:28px}.project-filters select,.project-filters button{height:54px;border:1px solid #d8dbe1;background:#fff;color:#071737;padding:0 15px;font-size:10px;letter-spacing:1px;font-weight:700}.project-filters button{background:#071737;color:#fff;border-color:#071737;cursor:pointer}.projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.project-card{background:#fff;border:1px solid #e2e3e6;box-shadow:0 4px 16px #07173712;overflow:hidden;transition:transform .25s,box-shadow .25s}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0717371b}.project-card-image{display:block;height:235px;position:relative;overflow:hidden;background:#e7e9ed}.project-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.project-card:hover .project-card-image img{transform:scale(1.045)}.project-tag{position:absolute;top:14px;left:14px;background:#071737;color:#fff;padding:8px 10px;font-size:8px;letter-spacing:1.3px;font-weight:700}.project-card-body{padding:17px 17px 18px}.project-type{font-size:8px;letter-spacing:1.2px;color:#9b7637;text-transform:uppercase;font-weight:700}.project-card h2{font:400 21px Georgia,serif;color:#071737;margin:7px 0}.project-card p{font-size:11px;line-height:1.55;color:#667085;min-height:50px;margin:0 0 12px}.project-view{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e4e5e7;padding-top:12px;color:#9b7637;font-size:8px;letter-spacing:1.3px;font-weight:700}.project-view span{font-size:18px}.projects-empty{text-align:center;padding:60px;color:#667085}.projects-cta{background:#071737;color:#fff;border-top:3px solid #C6A15A}.projects-cta .page-width{min-height:190px;display:flex;align-items:center;justify-content:space-between;gap:25px}.projects-cta h2{font:400 34px Georgia,serif;margin:0}.projects-cta .eyebrow{margin-bottom:8px}@media(max-width:1000px){.projects-grid,.project-filters{grid-template-columns:repeat(2,1fr)}.project-filters button{grid-column:span 2}.projects-hero-badge{width:130px;height:130px}}@media(max-width:650px){.projects-hero-inner{min-height:300px;padding:50px 0;align-items:flex-start}.projects-hero-badge{display:none}.projects-grid,.project-filters{grid-template-columns:1fr}.project-filters button{grid-column:auto}.project-card-image{height:250px}.projects-cta .page-width{padding:35px 0;display:block}.projects-cta h2{font-size:28px;margin-bottom:20px}}.brochure-image{height:135px;margin:-28px -28px 22px;overflow:hidden;background:#eee}.brochure-image img{width:100%;height:100%;object-fit:cover}.project-detail{background:#fff}.project-detail-hero{background:#071737;color:#fff;padding:55px 0 50px;border-bottom:3px solid #C6A15A}.project-detail-hero h1{font:400 clamp(40px,5vw,66px)/1.05 Georgia,serif;max-width:900px;margin:12px 0 20px;color:#fff}.back-link{color:#ead39a;font-size:9px;letter-spacing:1.4px;font-weight:700}.project-meta{display:flex;gap:10px;flex-wrap:wrap}.project-meta span{border:1px solid #C6A15A;padding:8px 12px;color:#ead39a;font-size:9px;letter-spacing:1px;text-transform:uppercase}.project-detail-main{display:grid;grid-template-columns:1.35fr .8fr;gap:55px;padding:60px 0 80px;align-items:center}.project-detail-image{background:#eee;overflow:hidden}.project-detail-image img{display:block;width:100%;height:auto;max-height:700px;object-fit:cover}.project-detail-copy h2{font:400 34px Georgia,serif;color:#071737;margin:8px 0 16px}.project-detail-copy p{font-size:14px;line-height:1.8;color:#667085;margin-bottom:25px}.project-detail-specs{display:grid;grid-template-columns:1fr;gap:12px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:18px 0;margin-bottom:25px}.project-detail-specs div{display:flex;justify-content:space-between;gap:15px}.project-detail-specs small{font-size:8px;letter-spacing:1.4px;color:#9b7637}.project-detail-specs strong{font-size:11px;color:#071737;text-transform:uppercase}.project-detail-copy .btn{display:inline-block}@media(max-width:800px){.project-detail-main{grid-template-columns:1fr;gap:30px;padding:35px 0 55px}.project-detail-copy h2{font-size:29px}}.about-story{margin-top:28px;padding-top:28px;border-top:1px solid #e1e3e6;color:#4f596b;font-size:13px;line-height:1.8}.about-story strong{color:#071737}.about-story ul{padding-left:20px}.ht-project-detail{background:#fff}.ht-detail-hero{background:#071737;color:#fff;padding:55px 0 48px;border-bottom:3px solid #C6A15A}.ht-detail-hero h1{font:400 clamp(38px,5vw,64px)/1.05 Georgia,serif;margin:10px 0 0;max-width:900px}.ht-detail-main{padding:40px 0 75px}.ht-detail-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:42px}.ht-detail-gallery a{display:block;overflow:hidden;background:#eef1f5;aspect-ratio:4/3}.ht-detail-gallery a:first-child{grid-column:span 2;grid-row:span 2;aspect-ratio:auto;min-height:460px}.ht-detail-gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.ht-detail-gallery a:hover img{transform:scale(1.02)}.ht-detail-copy{max-width:900px;margin:auto}.ht-detail-copy h2{font:400 36px/1.15 Georgia,serif;color:#071737;margin:8px 0 18px}.ht-detail-copy p,.ht-detail-copy li{font-size:15px;line-height:1.75;color:#596579}.ht-detail-actions{margin-top:28px}@media(max-width:800px){.ht-detail-main{padding:28px 16px 55px}.ht-detail-gallery{grid-template-columns:repeat(2,1fr);gap:10px}.ht-detail-gallery a:first-child{grid-column:span 2;grid-row:auto;min-height:0;aspect-ratio:4/3}.ht-detail-copy h2{font-size:30px}}@media(max-width:480px){.ht-detail-gallery{grid-template-columns:1fr 1fr}.ht-detail-gallery a:first-child{grid-column:span 2}}html,body{overflow-x:hidden}img,video,svg{max-width:100%;height:auto}button,input,select,textarea{max-width:100%}@media(max-width:990px){.page-width{width:100%;max-width:100%;padding-left:24px;padding-right:24px}.grid,.collection-grid{gap:20px}.desktop-only{display:none!important}.mobile-only{display:block}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:749px){.page-width{padding-left:16px;padding-right:16px}h1{line-height:1.08}h2{line-height:1.15}.grid,.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rte img{height:auto}.buttons,.button-group{flex-wrap:wrap}.buttons .button,.button-group .button{width:auto;max-width:100%}.section-header{margin-bottom:24px}}@media(max-width:480px){.page-width{padding-left:14px;padding-right:14px}.grid,.collection-grid{grid-template-columns:1fr}.buttons,.button-group{flex-direction:column;align-items:stretch}.buttons .button,.button-group .button{width:100%;text-align:center}.section-header h2{font-size:28px}}.rte,.page-content,.product__description,.project-card,.project-page{overflow-wrap:anywhere}
/*# sourceMappingURL=/cdn/shop/t/70/assets/theme.css.map */
