:root{--background: #faf9f8;--surface: #ffffff;--surface-muted: #f3f2f1;--ink: #231f20;--ink-muted: #615b5c;--line: #e3dfdd;--accent: #ee2c39;--accent-deep: #c81e2b;--dark: #231f20;--dark-muted: #bbb2b2;--shadow: 0 22px 60px rgb(35 31 32 / 10%);--radius: 1.25rem;--serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;--sans: "Aptos", "Segoe UI", Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--ink);background:var(--background);font-family:var(--sans);line-height:1.55;-webkit-font-smoothing:antialiased}body:has(.modal-backdrop){overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit;cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:3px}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}.shell{width:min(1240px,100% - 3rem);margin:0 auto}.section{padding:clamp(4.25rem,8vw,7rem) 0}.eyebrow{margin-bottom:1.05rem;color:var(--accent-deep);font-size:.73rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.button{display:inline-flex;min-height:3.25rem;align-items:center;justify-content:center;padding:.78rem 1.55rem;border:1px solid transparent;border-radius:999px;font-size:.92rem;font-weight:600;letter-spacing:.015em;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:wait;opacity:.72;transform:none}.button-primary{color:#fff;background:var(--accent)}.button-primary:hover{background:var(--accent-deep)}.button-outline{border-color:var(--line);background:transparent}.button-outline:hover{border-color:var(--accent);color:var(--accent-deep)}.button-light-outline{border-color:#635d57;color:#fff;background:transparent}.button-light-outline:hover{border-color:#f2e7dc;background:#ffffff0f}.button-dark{color:#fff;background:var(--dark)}.button-dark:hover{background:#3a342f}.skip-link{position:fixed;top:.7rem;left:.7rem;z-index:20;padding:.7rem 1rem;color:#fff;background:var(--dark);transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(227,223,221,.72);background:#fffffff0;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.notice{color:#f5f3f3;background:var(--dark);font-size:.82rem}.notice-inner{display:flex;min-height:2.4rem;align-items:center;justify-content:space-between;gap:1rem}.notice a{color:#fff;font-weight:600}.social-links{display:flex;align-items:center;gap:1.15rem}.social-links a{display:inline-flex;align-items:center;gap:.4rem;font-size:.76rem;font-weight:500}.social-links svg{width:1rem;height:1rem;fill:currentcolor}.social-links a:last-child svg{fill:none;stroke:currentcolor;stroke-width:1.7}.social-links svg .filled{fill:currentcolor;stroke:none}.notice-phone{letter-spacing:.02em}.navigation{display:flex;min-height:5.25rem;align-items:center;justify-content:space-between;gap:2rem}.brand{display:block;flex:0 0 auto;width:clamp(10.5rem,17vw,12.9rem)}.brand img{width:100%;height:auto}.navigation-links{display:flex;align-items:center;gap:clamp(1.15rem,2.5vw,2.25rem);color:#4e4943;font-size:.92rem;font-weight:500}.navigation-links>a:not(.button){position:relative}.navigation-links>a:not(.button):after{position:absolute;right:0;bottom:-.45rem;left:0;height:1px;background:var(--accent);content:"";transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.navigation-links>a:not(.button):hover:after{transform:scaleX(1)}.navigation-cta{min-height:2.85rem;padding-inline:1.35rem}.navigation-toggle{display:none;width:3rem;height:3rem;align-items:center;justify-content:center;flex-direction:column;gap:.42rem;border:1px solid var(--line);border-radius:50%;background:var(--surface)}.navigation-toggle span{width:1.15rem;height:1px;background:var(--ink);transition:transform .18s ease}.hero{padding:clamp(2rem,4.5vw,3.3rem) 0 clamp(4rem,8vw,6.6rem)}.hero-grid{display:grid;align-items:end;gap:clamp(2rem,5vw,4.5rem);grid-template-columns:minmax(20rem,.83fr) minmax(25rem,1fr)}.hero-grid>*,.story-grid>*,.inquiry-grid>*,.featured-grid>*{min-width:0}.hero-copy{grid-column:1;grid-row:1}.hero-copy h1{max-width:10ch;font-family:var(--serif);font-size:clamp(3.2rem,5.3vw,5rem);font-weight:400;letter-spacing:-.06em;line-height:.99}.hero-intro{max-width:31rem;margin:1.7rem 0 2.25rem;color:var(--ink-muted);font-size:clamp(1rem,1.1vw,1.08rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem}.hero-metrics{display:grid;max-width:35rem;grid-column:1;grid-row:2;gap:1.35rem;grid-template-columns:repeat(3,1fr)}.hero-metrics div{padding-top:1.15rem;border-top:1px solid var(--line)}.hero-metrics strong{display:block;margin-bottom:.25rem;font-size:1rem}.hero-metrics span{display:block;color:var(--ink-muted);font-size:.77rem;line-height:1.45}.hero-media{position:relative;min-height:min(46rem,100vh - 10rem);grid-column:2;grid-row:1/span 2}.hero-media>img{width:100%;height:100%;min-height:min(46rem,100vh - 10rem);border-radius:var(--radius);object-fit:cover;object-position:center}.hero-card{position:absolute;right:1.25rem;bottom:1.25rem;width:min(15.4rem,100% - 2.5rem);padding:1.25rem;border-radius:.95rem;background:var(--surface);box-shadow:var(--shadow)}.hero-card p{margin-bottom:.7rem;color:var(--accent);font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.hero-card strong{display:block;font-family:var(--serif);font-size:1.32rem;font-weight:500}.hero-card span{display:block;margin-top:.4rem;color:var(--ink-muted);font-size:.82rem}.assurances{padding:0 0 clamp(4rem,8vw,6.6rem)}.assurances-grid{display:grid;border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr)}.assurances article{padding:clamp(1.55rem,2.5vw,2.25rem);border-right:1px solid var(--line)}.assurances article:last-child{border-right:0}.assurances span{color:var(--accent);font-size:.73rem;font-weight:700;letter-spacing:.13em}.assurances h2{margin:.9rem 0 .4rem;font-size:1.05rem;font-weight:600}.assurances p{color:var(--ink-muted);font-size:.88rem}.collections{background:var(--surface)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:clamp(2.3rem,4vw,3.5rem)}.section-heading h2{max-width:16ch;font-family:var(--serif);font-size:clamp(2.2rem,3.6vw,3.35rem);font-weight:400;letter-spacing:-.055em;line-height:1.07}.section-heading>p{max-width:25rem;padding-bottom:.3rem;color:var(--ink-muted)}.section-heading.compact h2{max-width:none}.collection-grid{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.collection-card{position:relative;display:flex;min-height:18.5rem;flex-direction:column;align-items:flex-start;padding:clamp(1.35rem,2.2vw,1.8rem);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);text-align:left;transition:color .22s ease,background .22s ease,transform .22s ease}.collection-card:hover{color:#f4efe9;background:var(--dark);transform:translateY(-.25rem)}.collection-number{color:var(--accent);font-size:.75rem;font-weight:700;letter-spacing:.18em}.collection-card h3{margin:2.7rem 0 .75rem;font-family:var(--serif);font-size:clamp(1.48rem,2vw,1.75rem);font-weight:400;letter-spacing:-.035em;line-height:1.15}.collection-card p{color:var(--ink-muted);font-size:.88rem;transition:color .22s ease}.collection-card:hover p{color:var(--dark-muted)}.collection-highlight{margin-top:auto;padding-top:1.2rem;color:var(--accent);font-size:.77rem;font-weight:600}.arrow{position:absolute;right:1.45rem;bottom:1.5rem;opacity:0;transform:translate(-.5rem);transition:opacity .2s ease,transform .2s ease}.collection-card:hover .arrow{opacity:1;transform:translate(0)}.featured{padding-top:clamp(3.25rem,6vw,5rem);background:var(--surface)}.featured-grid{display:grid;gap:clamp(1rem,2vw,1.5rem);grid-template-columns:repeat(2,1fr)}.featured-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--background);transition:border-color .19s ease,box-shadow .19s ease,transform .19s ease}.featured-card:hover{border-color:#f1c5ca;box-shadow:0 18px 38px #231f2012;transform:translateY(-.2rem)}.featured-images{display:grid;gap:.42rem;padding:.42rem;background:var(--surface);grid-template-columns:repeat(5,1fr)}.featured-preview{position:relative;height:clamp(14rem,19vw,16.5rem);padding:0;overflow:hidden;border:0;border-radius:.45rem;background:#f7f5f5}.featured-preview img{width:100%;height:100%;min-width:0;object-fit:cover;object-position:center;transition:transform .23s ease}.featured-preview:hover img,.featured-preview:focus-visible img{transform:scale(1.035)}.featured-preview span{position:absolute;right:0;bottom:0;left:0;padding:1.35rem .38rem .42rem;color:#fff;background:linear-gradient(transparent,#231f20b8);font-size:.68rem;font-weight:600;text-align:center}.featured-swipe-hint{display:none}.featured-copy{padding:clamp(1.3rem,3vw,1.8rem)}.featured-copy h3{margin-bottom:.65rem;font-family:var(--serif);font-size:clamp(1.7rem,2.5vw,2.1rem);font-weight:400;letter-spacing:-.04em}.featured-copy p{margin-bottom:1.1rem;color:var(--ink-muted);font-size:.92rem}.featured-facts{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem}.featured-facts span{padding:.35rem .68rem;border:1px solid #f1ced1;border-radius:999px;color:var(--accent-deep);background:#fff6f7;font-size:.73rem;font-weight:600}.catalogue{padding-bottom:clamp(4.5rem,7vw,6rem);scroll-margin-top:7.75rem}.filters{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:clamp(2rem,3vw,2.6rem)}.filters button{padding:.67rem 1.15rem;border:1px solid var(--line);border-radius:999px;color:var(--ink-muted);background:transparent;font-size:.88rem;transition:color .17s ease,background .17s ease,border-color .17s ease}.filters button:hover,.filters button.active{border-color:var(--accent);color:#fff;background:var(--accent)}.product-grid{display:grid;gap:clamp(1.1rem,2vw,1.45rem);grid-template-columns:repeat(5,1fr)}.product-card{overflow:hidden;border:1px solid transparent;border-radius:var(--radius);background:var(--surface);transition:border-color .19s ease,box-shadow .19s ease,transform .19s ease}.product-card:hover{border-color:#f0d0d3;box-shadow:0 18px 34px #231f2014;transform:translateY(-.18rem)}.product-image{position:relative;display:block;width:100%;padding:0;overflow:hidden;border:0;background:var(--surface-muted);aspect-ratio:.72}.product-image img{width:100%;height:100%;padding:.6rem .45rem 0;object-fit:contain;object-position:center bottom;transition:transform .36s ease}.product-image span{position:absolute;bottom:1rem;left:50%;padding:.6rem 1rem;border-radius:999px;color:var(--ink);background:#fff;font-size:.78rem;font-weight:600;opacity:0;transform:translate(-50%,.5rem);transition:opacity .19s ease,transform .19s ease}.product-image:hover img,.product-image:focus-visible img{transform:scale(1.015)}.product-image:hover span,.product-image:focus-visible span{opacity:1;transform:translate(-50%)}.product-copy{padding:1.1rem 1.15rem 1.3rem}.product-copy p{color:var(--accent);font-size:.7rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.product-copy h3{margin:.38rem 0 .9rem;font-family:var(--serif);font-size:1.45rem;font-weight:400}.text-action{display:inline-flex;align-items:center;gap:.45rem;padding:0;border:0;color:var(--ink-muted);background:transparent;font-size:.83rem;font-weight:600}.text-action span{color:var(--accent);transition:transform .16s ease}.text-action:hover span{transform:translate(.28rem)}.empty-state{color:var(--ink-muted)}.design-story{color:#f6f1ea;background:var(--dark)}.story-grid{display:grid;align-items:center;gap:clamp(3rem,8vw,7rem);grid-template-columns:1fr 1fr}.story-copy .eyebrow{color:#ff6d77}.story-copy h2{max-width:12ch;margin-bottom:1.35rem;font-family:var(--serif);font-size:clamp(2.4rem,4vw,3.55rem);font-weight:400;letter-spacing:-.055em;line-height:1.06}.story-copy>p:not(.eyebrow){max-width:32rem;margin-bottom:2rem;color:#c7bfb5}.design-story .button-outline{border-color:#635d57}.design-story .button-outline:hover{border-color:#d6c8ba;color:#fff}.specification-grid{display:grid;gap:1px;overflow:hidden;border:1px solid #403b36;border-radius:var(--radius);background:#403b36;grid-template-columns:1fr 1fr}.specification-grid div{min-height:11rem;padding:clamp(1.35rem,3vw,2rem);background:#292521}.specification-grid strong{display:block;margin-bottom:2.1rem;color:#ff6d77;font-family:var(--serif);font-size:clamp(2rem,3vw,2.6rem);font-weight:400}.specification-grid span{color:#c3baaf;font-size:.88rem}.accessories{background:var(--surface)}.accessory-grid{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.accessory-grid article{padding:.65rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--background);transition:border-color .19s ease,box-shadow .19s ease,transform .19s ease}.accessory-grid article:hover,.skirting-grid article:hover{border-color:#f0d0d3;box-shadow:0 15px 32px #231f2012;transform:translateY(-.18rem)}.accessory-grid img{width:100%;border-radius:.85rem;background:#f5f4f4;aspect-ratio:1;object-fit:cover}.accessory-grid div{display:flex;align-items:baseline;justify-content:space-between;padding:1rem .65rem .65rem}.accessory-grid h3{font-family:var(--serif);font-size:1.45rem;font-weight:400}.accessory-grid p{color:var(--ink-muted);font-size:.86rem}.handles-grid{grid-template-columns:repeat(4,1fr)}.skirting{padding-top:0;background:var(--surface)}.skirting-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.skirting-grid article{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--background);transition:border-color .19s ease,box-shadow .19s ease,transform .19s ease}.skirting-grid img{width:100%;aspect-ratio:1;object-fit:cover}.skirting-grid h3{padding:1rem 1.15rem 1.15rem;font-size:.96rem;font-weight:600}.gallery-grid{display:grid;grid-auto-rows:15.5rem;gap:.9rem;grid-template-columns:repeat(4,1fr)}.gallery-tile{padding:0;overflow:hidden;border:0;border-radius:1rem;background:var(--surface-muted)}.gallery-tile img{width:100%;height:100%;object-fit:cover;transition:transform .33s ease}.gallery-tile:hover img{transform:scale(1.045)}.gallery-tile.tile-1{grid-row:span 2;grid-column:span 2}.gallery-tile.tile-4,.gallery-tile.tile-5{grid-row:span 2}.section-toggle{display:flex;margin:clamp(2rem,4vw,2.8rem) auto 0}.process{padding-top:2rem}.section-heading.centered{display:block;margin-inline:auto;text-align:center}.section-heading.centered h2{max-width:none}.process-grid{display:grid;margin-top:clamp(2.5rem,4vw,3.6rem);border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr)}.process-grid article{padding:clamp(1.4rem,2.5vw,2.2rem) clamp(1rem,2.5vw,2.1rem) 0 0}.process-grid span{color:var(--accent);font-size:.74rem;font-weight:700;letter-spacing:.14em}.process-grid h3{margin:1.15rem 0 .6rem;font-size:1.08rem;font-weight:600}.process-grid p{max-width:16rem;color:var(--ink-muted);font-size:.9rem}.inquiry{padding:clamp(4.5rem,8vw,7rem) 0;color:#f8f4ee;background:var(--dark)}.inquiry-grid{display:grid;align-items:start;gap:clamp(2.8rem,7vw,7rem);grid-template-columns:minmax(18rem,.9fr) minmax(23rem,1fr)}.inquiry-copy .eyebrow{color:#ff6d77}.inquiry-copy h2{max-width:11ch;margin-bottom:1.35rem;font-family:var(--serif);font-size:clamp(2.4rem,4vw,3.5rem);font-weight:400;letter-spacing:-.055em;line-height:1.06}.inquiry-copy>p:not(.eyebrow){max-width:30rem;color:#c7bfb5}address{display:grid;margin-top:clamp(2.5rem,4vw,3.4rem);gap:1.25rem;font-style:normal}address span{display:block;margin-bottom:.28rem;color:#9d9489;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}address a,address p{color:#eee8df;font-size:.95rem}address a{display:block}address a:hover{color:#ff6d77}.contact-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:clamp(1.8rem,3vw,2.3rem)}.location-map{position:relative;min-height:clamp(25rem,45vw,32rem);overflow:hidden;border-radius:var(--radius);color:var(--ink);background:var(--surface);box-shadow:0 20px 58px #00000026}.location-map iframe{display:block;width:100%;height:clamp(25rem,45vw,32rem);border:0}.map-consent{display:flex;min-height:clamp(25rem,45vw,32rem);flex-direction:column;justify-content:end;align-items:flex-start;gap:1rem;padding:clamp(1.6rem,5vw,2.8rem);background:linear-gradient(148deg,#fffffff5,#f8f4eff2),repeating-linear-gradient(-28deg,transparent 0 4.4rem,rgba(238,44,57,.07) 4.4rem 4.55rem)}.map-consent:before{position:absolute;top:clamp(1.6rem,5vw,2.8rem);right:clamp(1.6rem,5vw,2.8rem);width:clamp(3rem,8vw,4.2rem);height:clamp(3rem,8vw,4.2rem);border-radius:50% 50% 50% 0;background:var(--accent);content:"";transform:rotate(-45deg)}.map-consent:after{position:absolute;top:calc(clamp(1.6rem,5vw,2.8rem) + clamp(.85rem,2vw,1.18rem));right:calc(clamp(1.6rem,5vw,2.8rem) + clamp(.85rem,2vw,1.18rem));width:clamp(1.25rem,3.7vw,1.82rem);height:clamp(1.25rem,3.7vw,1.82rem);border-radius:50%;background:#fff;content:""}.map-consent .eyebrow{color:var(--accent)}.map-consent h3{max-width:14ch;margin:0;font-family:var(--serif);font-size:clamp(1.65rem,3vw,2.2rem);font-weight:400;letter-spacing:-.035em;line-height:1.15}.map-consent>p:not(.eyebrow){max-width:29rem;margin:0;color:var(--ink-muted);font-size:.9rem}.map-consent .text-action{margin-top:.2rem}.mobile-contact-actions{display:none}.site-footer{padding:2.2rem 0;border-top:3px solid var(--accent);color:#c9c0b6;background:var(--dark)}.footer-grid{display:grid;align-items:center;gap:1.3rem 2rem;grid-template-columns:auto 1fr auto}.footer-brand{width:clamp(11.2rem,18vw,13rem);overflow:hidden;padding:.48rem .62rem;border-radius:.55rem;background:#fff}.footer-grid>p{font-size:.87rem}.footer-links{display:flex;gap:1.2rem;color:#eee8e0;font-size:.88rem}.copyright{grid-column:1/-1;padding-top:1.25rem;border-top:1px solid #3b3631;color:#8e857b}.modal-backdrop{position:fixed;inset:0;z-index:30;display:grid;place-items:center;padding:1.5rem;background:#181512a8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:modal-backdrop-enter .17s ease-out}.product-modal{position:relative;display:grid;width:min(69rem,100%);max-height:min(46rem,100vh - 3rem);overflow:hidden;border-radius:var(--radius);background:var(--surface);box-shadow:0 30px 80px #14110d47;grid-template-columns:minmax(22rem,.96fr) minmax(23rem,1fr);animation:modal-surface-enter .19s ease-out}.product-viewer{position:relative;display:flex;min-height:0;flex-direction:column;justify-content:center;padding:clamp(.75rem,1.5vw,1rem);background:var(--surface-muted)}.product-modal-image{width:100%;height:min(34.5rem,100vh - 12rem);min-height:15rem;object-fit:contain;object-position:center}.carousel-arrow{position:absolute;top:calc(50% - 2.2rem);display:grid;width:2.6rem;height:2.6rem;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--ink);background:#fffffff0;box-shadow:0 8px 20px #231f201a;font-size:1.65rem;line-height:1;transform:translateY(-50%)}.carousel-arrow.previous{left:1.35rem}.carousel-arrow.next{right:1.35rem}.product-thumbnails{display:flex;justify-content:center;gap:.45rem;margin-top:.7rem}.product-thumbnails button{width:3.3rem;height:3.9rem;padding:.15rem;overflow:hidden;border:1px solid transparent;border-radius:.42rem;background:#fff}.product-thumbnails button.active{border-color:var(--accent)}.product-thumbnails img{width:100%;height:100%;border-radius:.26rem;object-fit:cover}.product-counter{margin-top:.45rem;color:var(--ink-muted);font-size:.74rem;text-align:center}.modal-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,4vw,3rem)}.modal-copy h2{margin-bottom:1.05rem;font-family:var(--serif);font-size:clamp(2.2rem,4vw,3rem);font-weight:400;letter-spacing:-.05em}.modal-copy>p:not(.eyebrow){margin-bottom:1.45rem;color:var(--ink-muted)}.modal-copy ul{display:grid;gap:.7rem;margin:0 0 2rem;padding:0;list-style:none}.modal-copy li{display:flex;align-items:center;gap:.7rem;font-size:.9rem}.modal-copy li:before{width:.45rem;height:.45rem;border-radius:50%;background:var(--accent);content:""}.modal-actions{display:grid;gap:.95rem}.modal-phone{color:var(--ink-muted);font-size:.88rem;font-weight:600;text-align:center}.modal-phone:hover{color:var(--accent-deep)}.modal-close{position:absolute;top:1rem;right:1rem;z-index:1;width:2.65rem;height:2.65rem;border:1px solid var(--line);border-radius:50%;color:var(--ink);background:var(--surface)}.modal-close span{position:absolute;top:50%;left:50%;display:block;width:.95rem;height:1.5px;border-radius:1px;background:currentcolor;transform:translate(-50%,-50%) rotate(45deg)}.modal-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.gallery-modal{position:relative;margin:0;padding:.6rem .6rem 0;overflow:hidden;border-radius:1rem;background:var(--surface);animation:modal-surface-enter .19s ease-out}.gallery-modal img{width:auto;max-width:min(50rem,100vw - 4rem);max-height:calc(100vh - 7rem);border-radius:.6rem}.gallery-modal figcaption{padding:.7rem .55rem .85rem;color:var(--ink-muted);font-size:.84rem}.gallery-modal .modal-close{border:0;box-shadow:0 4px 20px #16120e21}@keyframes modal-backdrop-enter{0%{opacity:0}to{opacity:1}}@keyframes modal-surface-enter{0%{opacity:0;transform:translateY(.5rem) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:1050px){.navigation-links{gap:1.05rem}.hero-grid{grid-template-columns:1fr 1fr}.hero-copy h1{font-size:clamp(2.8rem,5vw,3.65rem)}.collection-grid,.product-grid,.accessory-grid,.skirting-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){body{padding-bottom:calc(4.8rem + env(safe-area-inset-bottom))}body:has(.modal-backdrop) .mobile-contact-actions{display:none}.shell{width:min(100% - 2rem,38rem)}.notice-inner{justify-content:space-between}.notice-inner span{display:none}.navigation{min-height:4.6rem}.navigation-toggle{display:flex}.navigation-links{position:absolute;top:calc(100% + 1px);right:0;left:0;display:none;align-items:stretch;flex-direction:column;gap:0;padding:.8rem 1rem 1rem;border-bottom:1px solid var(--line);background:var(--surface)}.navigation-links>a:not(.button){padding:.85rem}.navigation-cta{margin-top:.45rem}.navigation-open .navigation-links{display:flex}.navigation-open .navigation-toggle span:first-child{transform:translateY(.22rem) rotate(45deg)}.navigation-open .navigation-toggle span:last-child{transform:translateY(-.22rem) rotate(-45deg)}.mobile-contact-actions{position:fixed;right:1rem;bottom:max(.7rem,env(safe-area-inset-bottom));left:1rem;z-index:12;display:grid;padding:.28rem;border:1px solid var(--line);border-radius:999px;background:#fffffff5;box-shadow:0 14px 38px #231f202e;grid-template-columns:repeat(2,1fr);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-contact-actions a{display:inline-flex;min-height:3.25rem;align-items:center;justify-content:center;gap:.45rem;border-radius:999px;color:var(--ink);font-size:.9rem;font-weight:650}.mobile-contact-actions .mobile-call{color:#fff;background:var(--accent)}.mobile-contact-actions svg{width:1.12rem;height:1.12rem;fill:currentcolor}.hero{padding-top:2.1rem}.hero-grid,.story-grid,.inquiry-grid,.featured-grid{grid-template-columns:minmax(0,1fr)}.hero-copy{grid-column:1;grid-row:1}.hero-media{grid-column:1;grid-row:2}.hero-metrics{grid-column:1;grid-row:3}.hero-copy h1{font-size:clamp(2.8rem,13vw,4.1rem)}.hero-media{min-height:25rem}.hero-media>img{min-height:25rem}.hero-card{right:.75rem;bottom:.75rem;width:min(14.2rem,100% - 1.5rem);padding:1rem}.featured-images{display:grid;overflow-x:auto;padding:.5rem .5rem .4rem;gap:.5rem;background:var(--surface);grid-auto-columns:calc((100% - .5rem)/2);grid-auto-flow:column;grid-template-columns:none;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-color:#e7a3a9 #f4eded;scrollbar-width:thin}.featured-images::-webkit-scrollbar{height:.28rem}.featured-images::-webkit-scrollbar-track{border-radius:999px;background:#f4eded}.featured-images::-webkit-scrollbar-thumb{border-radius:999px;background:#e7a3a9}.featured-preview{height:clamp(14.5rem,52vw,17rem);scroll-snap-align:start;scroll-snap-stop:always}.featured-swipe-hint{display:flex;align-items:center;justify-content:flex-end;gap:.45rem;padding:.28rem .75rem .65rem;color:var(--accent-deep);background:var(--surface);font-size:.75rem;font-weight:600}.assurances-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.assurances article:nth-child(2){border-right:0}.assurances article:nth-child(-n+2){border-bottom:1px solid var(--line)}.section-heading{align-items:start;flex-direction:column;gap:1rem}.gallery-grid{grid-auto-rows:12rem;grid-template-columns:repeat(2,1fr)}.gallery-tile.tile-1{grid-column:span 2}.gallery-tile.tile-4,.gallery-tile.tile-5{grid-row:span 1}.product-modal{overflow-y:auto;grid-template-columns:1fr}.product-viewer{padding:.7rem}.product-modal-image{height:min(39vh,22rem);min-height:14rem}.footer-grid{grid-template-columns:1fr}}@media(max-width:540px){.section{padding:3.7rem 0}.hero-metrics,.collection-grid,.product-grid,.accessory-grid,.skirting-grid,.assurances-grid,.process-grid{gap:.9rem}.handles-grid{gap:.65rem;grid-template-columns:repeat(2,1fr)}.handles-grid article{padding:.42rem}.handles-grid div{padding:.72rem .45rem .48rem}.handles-grid h3{font-size:1.15rem}.assurances article{border-right:0;border-bottom:1px solid var(--line)}.assurances article:last-child{border-bottom:0}.collection-card{min-height:15.5rem}.product-grid{gap:1rem}.gallery-grid{grid-auto-rows:14rem;gap:.65rem}.gallery-tile.tile-1{grid-row:span 1}.specification-grid{grid-template-columns:1fr}.specification-grid div{min-height:auto}.specification-grid strong{margin-bottom:.6rem}.footer-links{flex-direction:column;gap:.45rem}.contact-actions{flex-direction:column}.contact-actions .button{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto;transition-duration:1ms!important;animation-duration:1ms!important}}
