:root{
  --ink:#17130f;
  --muted:#6f675e;
  --paper:#f7f4ee;
  --paper-2:#eee8dd;
  --white:#fff;
  --gold:#b38b4d;
  --gold-dark:#8f6a35;
  --dark:#16120e;
  --dark-2:#241c15;
  --line:#d9d0c3;
  --line-dark:rgba(255,255,255,.16);
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'Manrope','Segoe UI',Arial,sans-serif;
  --shadow:0 24px 70px rgba(37,29,20,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
body.nav-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;image-rendering:auto}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1280px,calc(100% - 48px));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;background:#fff;padding:12px 18px;border:1px solid var(--line)}
.skip-link:focus{top:16px}
:focus-visible{outline:3px solid #c7a56f;outline-offset:4px}

.top-strip{display:flex;align-items:center;justify-content:center;min-height:32px;padding:6px 18px;background:var(--dark);color:#d9c9b1;font-size:10px;font-weight:600;letter-spacing:.16em;text-align:center;text-transform:uppercase}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(34,27,20,.10);backdrop-filter:blur(14px)}
.header-inner{width:min(1360px,calc(100% - 48px));min-height:78px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:28px}
.brand{display:flex;align-items:center;justify-content:center;justify-self:center;width:168px;height:62px;overflow:visible}
.brand img{width:auto;max-width:168px;height:50px;object-fit:contain;object-position:center}
.brand.logo-mode-dark img{filter:brightness(0) saturate(100%) opacity(.88)}
.main-nav{display:flex;align-items:center;justify-content:flex-start;gap:34px;font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.main-nav>a,.nav-item>a,.header-link{position:relative;padding:29px 0}
.main-nav>a:after,.nav-item>a:after,.header-link:after{content:"";position:absolute;left:0;right:0;bottom:22px;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.main-nav>a:hover:after,.main-nav>a.active:after,.nav-item:hover>a:after,.nav-item>a.active:after,.header-link:hover:after,.header-link.active:after{transform:scaleX(1)}
.nav-item{display:flex;align-items:center}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:20px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:11px 16px;border:1px solid var(--gold);color:var(--gold-dark)}
.header-link{white-space:nowrap}
.menu-button{display:none;width:42px;height:42px;padding:7px;border:0;background:transparent}
.menu-button span{display:block;height:1px;margin:7px 0;background:var(--ink)}
.mobile-nav-only{display:none}
.mega-menu{position:absolute;left:0;right:0;top:100%;z-index:55;opacity:0;visibility:hidden;transform:translateY(8px);transition:.22s ease;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 24px 60px rgba(25,18,11,.11)}
.has-mega:hover .mega-menu,.has-mega:focus-within .mega-menu{opacity:1;visibility:visible;transform:none}
.mega-inner{width:min(1280px,calc(100% - 64px));margin:auto;padding:38px 0 42px;display:grid;grid-template-columns:1.25fr .85fr 330px;gap:52px}
.mega-column{display:grid;align-content:start;gap:13px}
.mega-column>span,.mega-feature>span{font-size:10px;font-weight:700;letter-spacing:.17em;text-transform:uppercase;color:#8b8175}
.mega-column a{padding:0!important;text-transform:none;letter-spacing:0;font-weight:500;font-size:15px}
.mega-column a:after{display:none}
.mega-primary>a{display:grid;gap:2px;padding:9px 0!important;border-bottom:1px solid #eee8df}
.mega-primary strong{font-family:var(--serif);font-size:21px;font-weight:600}
.mega-primary small{font-size:11px;color:var(--muted);letter-spacing:.02em}
.mega-all{margin-top:7px;color:var(--gold-dark);font-weight:700!important}
.mega-feature{display:grid;grid-template-rows:170px auto auto auto;gap:9px;padding:0!important;text-transform:none!important;letter-spacing:0!important}
.mega-feature:after{display:none!important}
.mega-feature img{width:100%;height:170px;object-fit:cover;object-position:center 63%;background:var(--paper)}
.mega-feature strong{font-family:var(--serif);font-size:25px;line-height:1.05}
.mega-feature small{font-size:12px;color:var(--muted);line-height:1.5}

.eyebrow{display:inline-block;margin-bottom:13px;color:var(--gold-dark);font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}
.eyebrow.light{color:#d9b981}
h1,h2,h3{margin:0;font-family:var(--serif);font-weight:600;line-height:.98;letter-spacing:-.015em}
h1{font-size:clamp(54px,6.6vw,96px)}
h2{font-size:clamp(42px,5vw,72px)}
h3{font-size:clamp(27px,2.5vw,39px)}
p{margin:0;color:var(--muted)}
.lead{font-size:clamp(18px,1.6vw,22px);line-height:1.65;max-width:760px}
.copy,.body-copy p{font-size:17px;line-height:1.8}
.small{font-size:13px;line-height:1.65}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 22px;border:1px solid transparent;background:transparent;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;transition:.22s ease}
.button.gold{background:var(--gold);border-color:var(--gold);color:#fff}
.button.gold:hover{background:var(--gold-dark);border-color:var(--gold-dark)}
.button.outline{border-color:#b9a88f;color:#6d5534;background:transparent}
.button.outline:hover{background:#fff;border-color:var(--gold)}
.button.outline-light{border-color:rgba(255,255,255,.42);color:#fff}
.button.outline-light:hover{background:#fff;color:var(--ink)}
.text-link,.inline-links a{display:inline-flex;align-items:center;color:var(--gold-dark);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}

/* Homepage */
.home-hero{padding:70px 0 78px;background:linear-gradient(110deg,var(--dark) 0%,#201811 56%,#2b2118 100%);overflow:hidden}
.home-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.78fr);gap:74px;align-items:center;min-height:650px}
.home-hero-copy{max-width:720px}
.home-hero-copy h1{max-width:780px;color:#fff8ee;font-size:clamp(58px,6.5vw,96px)}
.home-hero-copy>p{max-width:690px;margin-top:25px;color:#d6c9ba;font-size:19px;line-height:1.75}
.hero-audience{display:flex;flex-wrap:wrap;align-items:center;gap:9px 18px;margin-top:34px;padding-top:22px;border-top:1px solid var(--line-dark);color:#d8ccbd;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.hero-audience span{color:#9f8f7d}
.hero-audience strong{font-weight:600}
.home-hero-visual{position:relative;margin:0;justify-self:end;width:min(510px,100%);height:650px;background:#33271d;box-shadow:0 30px 80px rgba(0,0,0,.28)}
.home-hero-visual:before{content:"";position:absolute;inset:18px;z-index:2;border:1px solid rgba(255,255,255,.24);pointer-events:none}
.home-hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center 48%}
.home-hero-visual figcaption{position:absolute;left:-58px;bottom:38px;z-index:3;width:280px;padding:19px 22px;background:#f6f0e5;color:var(--ink);box-shadow:var(--shadow)}
.home-hero-visual figcaption span{display:block;color:var(--gold-dark);font-size:9px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.home-hero-visual figcaption strong{display:block;margin-top:5px;font-family:var(--serif);font-size:24px;line-height:1.08}
.proof-bar{padding:0;border-bottom:1px solid var(--line);background:#fff}
.proof-bar .container{min-height:78px;display:grid;grid-template-columns:repeat(4,1fr)}
.proof-bar span{display:flex;align-items:center;justify-content:center;padding:18px 20px;border-right:1px solid var(--line);color:#5f564c;font-size:10px;font-weight:800;letter-spacing:.13em;text-align:center;text-transform:uppercase}
.proof-bar span:first-child{border-left:1px solid var(--line)}
.home-intro{padding:112px 0;background:#fff}
.intro-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,.72fr);gap:10vw;align-items:start}
.intro-grid h2{max-width:720px}
.intro-grid>div:last-child>p{font-size:18px;line-height:1.85}
.inline-links{display:flex;flex-wrap:wrap;gap:20px 28px;margin-top:28px}
.core-collections{padding:116px 0 126px;background:var(--paper)}
.section-heading{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.55fr);gap:8vw;align-items:end;margin-bottom:48px}
.section-heading h2{max-width:760px}
.section-heading>p{font-size:17px;line-height:1.8}
.home-collection-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:22px}
.home-collection-card{grid-column:span 4;display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid rgba(30,24,18,.10);transition:transform .25s ease,box-shadow .25s ease}
.home-collection-card.featured{grid-column:span 7}
.home-collection-card:nth-child(2){grid-column:span 5}
.home-collection-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.home-collection-media{height:300px;overflow:hidden;background:#ebe7df}
.home-collection-card.featured .home-collection-media{height:405px}
.home-collection-card:nth-child(2) .home-collection-media{height:405px}
.home-collection-media img{width:100%;height:100%;object-fit:contain;padding:4%;transition:transform .45s ease}
.home-collection-card:hover .home-collection-media img{transform:scale(1.025)}
.home-collection-copy{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:start;padding:23px 24px 25px;border-top:1px solid #ebe5dc}
.home-collection-copy>span{padding-top:5px;color:#a48a63;font-size:10px;font-weight:700;letter-spacing:.12em}
.home-collection-copy h3{font-size:31px}
.home-collection-copy p{margin-top:7px;font-size:13px;line-height:1.6}
.home-collection-copy em{padding-top:9px;color:var(--gold-dark);font-style:normal;font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap}
.section-action{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:38px}
.custom-home{padding:0;background:var(--dark)}
.custom-home-grid{width:min(1440px,100%);display:grid;grid-template-columns:1fr 1fr;min-height:720px}
.custom-home-media{min-height:720px;overflow:hidden;background:#2c241d}
.custom-home-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.custom-home-copy{display:flex;flex-direction:column;justify-content:center;padding:80px clamp(40px,7vw,110px);color:#fff}
.custom-home-copy h2{color:#fff8ed;max-width:650px}
.custom-home-copy>p{margin-top:24px;color:#cfc0b0;font-size:17px;line-height:1.8;max-width:620px}
.custom-home-copy ol{list-style:none;padding:0;margin:34px 0 0;display:grid;gap:0;border-top:1px solid var(--line-dark)}
.custom-home-copy li{display:grid;grid-template-columns:185px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid var(--line-dark)}
.custom-home-copy li strong{font-family:var(--serif);font-size:21px;font-weight:600}
.custom-home-copy li span{color:#bfb2a4;font-size:13px;line-height:1.65}
.industries-home{padding:116px 0;background:#fff}
.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.industry-grid article{min-height:275px;padding:30px 28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.industry-grid article>span{color:#a38a66;font-size:10px;font-weight:800;letter-spacing:.12em}
.industry-grid h3{margin-top:42px;font-size:30px}
.industry-grid p{margin-top:14px;font-size:13px;line-height:1.7}
.clients-section{padding:94px 0;background:var(--paper)}
.clients-grid{display:grid;grid-template-columns:minmax(0,.62fr) minmax(0,1fr);gap:9vw;align-items:center}
.clients-grid h2{font-size:clamp(40px,4vw,61px)}
.clients-grid p{margin-top:18px;max-width:480px;line-height:1.75}
.client-logos{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.client-logo-card{min-height:145px;display:grid;place-items:center;padding:26px;background:#fff;border:1px solid var(--line)}
.client-logo-card img{max-width:150px;max-height:72px;object-fit:contain;filter:grayscale(1);opacity:.72}
.lead-section{padding:108px 0;background:#241b14;color:#fff}
.lead-grid{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1fr);gap:8vw;align-items:start}
.lead-grid h2{max-width:620px;color:#fff8ed}
.lead-grid>div:first-child>p{max-width:560px;margin-top:22px;color:#cbbcad;font-size:17px;line-height:1.8}
.lead-contact{display:grid;gap:8px;margin-top:28px}
.lead-contact a{color:#e0c28f;font-size:13px}
.lead-form-panel{padding:34px;background:#fff;color:var(--ink)}
.faq-section{padding:112px 0;background:#fff}
.faq-layout{display:grid;grid-template-columns:minmax(0,.58fr) minmax(0,1fr);gap:9vw;align-items:start}
.section-kicker h2{font-size:clamp(42px,4.5vw,66px)}
.section-kicker p{margin-top:20px;line-height:1.75}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{position:relative;list-style:none;padding:24px 48px 24px 0;font-family:var(--serif);font-size:25px;font-weight:600;cursor:pointer}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:4px;top:22px;font-family:var(--sans);font-size:22px;font-weight:400;color:var(--gold-dark)}
.faq-list details[open] summary:after{content:"–"}
.faq-list details p{padding:0 48px 25px 0;font-size:14px;line-height:1.75}

/* Generic pages */
.page-hero{padding:112px 0;background:var(--paper)}
.page-hero .container:not(.page-hero-grid){max-width:1030px;margin-left:max(24px,calc((100% - min(1280px,calc(100% - 48px)))/2));margin-right:auto}
.page-hero h1{max-width:1000px}
.page-hero .lead{margin-top:24px}
.page-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.42fr);gap:8vw;align-items:end}
.page-hero-note{padding:30px;border:1px solid #cfc2ae;background:#fff}
.page-hero-note span{font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-dark)}
.page-hero-note strong{display:block;margin-top:13px;font-family:var(--serif);font-size:29px;line-height:1.05}
.page-hero-note p{margin-top:14px;font-size:13px;line-height:1.65}
section:not(.home-hero):not(.proof-bar):not(.custom-home):not(.footer-cta){position:relative}
.split{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:9vw;align-items:start}
.grid{display:grid;gap:22px}
.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.section-head{margin-bottom:38px}
.section-head h2{max-width:790px}
.body-copy p+ p{margin-top:18px}
.industry-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.industry-list.wide{grid-template-columns:repeat(3,1fr)}
.industry{padding:28px;border:1px solid var(--line);background:#fff}
.industry h3{font-size:27px}
.industry p{margin-top:12px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.process-grid>div{padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.process-grid strong{font-family:var(--serif);font-size:22px}
.process-grid p{margin-top:10px;font-size:13px}
.order-guide{padding:90px 0;background:var(--paper)}

/* Collections index */
.collections-index{padding:30px 0 120px;background:#fff}
.collections-list{display:grid;gap:0;border-top:1px solid var(--line)}
.collection-card{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);min-height:430px;border-bottom:1px solid var(--line)}
.collection-card:nth-child(even) .collection-card-media{order:2}
.collection-card-media{overflow:hidden;background:var(--paper)}
.collection-card-media img{width:100%;height:100%;object-fit:contain;padding:5%}
.collection-card-body{display:flex;flex-direction:column;justify-content:center;padding:54px clamp(34px,6vw,92px)}
.collection-card-body h2{font-size:clamp(42px,4.5vw,66px)}
.collection-card-body p{margin-top:16px;max-width:620px;line-height:1.75}
.collection-card-body ul{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0 0;padding:0;list-style:none}
.collection-card-body li,.scope-list li{padding:8px 11px;border:1px solid var(--line);font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#665c50}
.collection-card-body .card-link{margin-top:28px}
.catalog-conversion{padding:88px 0;background:var(--dark);color:#fff}
.catalog-conversion .container{display:flex;align-items:center;justify-content:space-between;gap:60px}
.catalog-conversion h2{max-width:850px;color:#fff7eb}
.catalog-conversion p{margin-top:18px;color:#c8b9a9}

/* Collection page */
.collection-hero-new{padding:92px 0;background:var(--paper)}
.collection-hero-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(440px,1fr);gap:7vw;align-items:center}
.collection-hero-copy h1{font-size:clamp(58px,6vw,88px)}
.collection-hero-copy .lead{margin-top:23px}
.scope-list{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 0;padding:0;list-style:none}
.collection-hero-media{aspect-ratio:4/3;background:#fff;border:1px solid var(--line);overflow:hidden}
.collection-hero-media img{width:100%;height:100%;object-fit:contain;padding:4%}
.collection-description{padding:94px 0;background:#fff}
.representative-products{padding:104px 0 118px;background:var(--paper)}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.card{display:block;background:#fff;border:1px solid rgba(31,24,17,.11);transition:transform .22s ease,box-shadow .22s ease}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.image-frame{aspect-ratio:4/3;overflow:hidden;background:#f0ece5;border-bottom:1px solid var(--line)}
.image-frame img{width:100%;height:100%;object-fit:contain;padding:5%}
.card-body{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:22px 23px 24px}
.card-body h3{font-size:28px}
.card-body .eyebrow{margin-bottom:8px}
.card-link{color:var(--gold-dark);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap}

/* Product page */
.product-hero-new{padding:94px 0;background:#fff}
.product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(400px,.82fr);gap:7vw;align-items:center}
.product-image{aspect-ratio:4/3;background:var(--paper);border:1px solid var(--line);overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:contain;padding:5%}
.product-info h1{font-size:clamp(56px,5.7vw,84px)}
.product-info .lead{margin-top:21px}
.product-info .copy{margin-top:16px}
.back-link{display:inline-flex;margin-bottom:24px;color:#7b6b58;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.product-detail-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:30px}
.product-detail-columns>div{padding-top:18px;border-top:1px solid var(--line)}
.product-detail-columns>div>span{font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--gold-dark)}
.product-detail-columns ul{margin:12px 0 0;padding-left:18px;color:var(--muted);font-size:13px;line-height:1.8}
.applications-section{padding:42px 0;background:var(--dark);color:#fff}
.applications-section .container{display:flex;align-items:center;justify-content:space-between;gap:36px}
.application-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.application-list span{padding:9px 12px;border:1px solid var(--line-dark);color:#d7c9ba;font-size:9px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.related-section{padding:100px 0;background:var(--paper)}

/* Forms and contact */
.public-form{display:grid;gap:18px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.public-form label,.newsletter-form label{display:grid;gap:8px;color:#6f6254;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.public-form input,.public-form select,.public-form textarea,.newsletter-form input{width:100%;border:1px solid #cec4b6;background:#fff;color:var(--ink);padding:13px 14px;border-radius:0;outline:none;text-transform:none;letter-spacing:0;font-size:14px;font-weight:400}
.public-form input:focus,.public-form select:focus,.public-form textarea:focus,.newsletter-form input:focus{border-color:var(--gold)}
.public-form textarea{min-height:128px;resize:vertical}
.public-form .full{grid-column:1/-1}
.form-status{min-height:20px}
.contact-page-layout{display:grid;grid-template-columns:minmax(280px,.55fr) minmax(0,1fr);gap:42px}
.contact-info-stack{display:grid;gap:12px}
.contact-info-card{display:grid;gap:8px;padding:24px;border:1px solid var(--line);background:#fff}
.contact-info-card h2{font-size:27px}
.contact-info-card a{color:var(--gold-dark);font-size:13px}
.contact-form-panel,.contact-panel{padding:34px;border:1px solid var(--line);background:#fff}
.contact-form-panel h2{margin-bottom:26px;font-size:42px}
.contact-form-pro details{border:1px solid var(--line);padding:12px 14px}
.contact-form-pro details summary{cursor:pointer;font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.contact-form-pro details[open] summary{margin-bottom:12px}
.newsletter-form{display:grid;gap:12px}
.newsletter-actions{display:flex;gap:8px;flex-wrap:wrap}
.newsletter-unsubscribe{border:0;background:none;color:#a99c8f;padding:10px 4px;text-decoration:underline;text-underline-offset:3px;cursor:pointer;font:inherit;font-size:11px}
.newsletter-unsubscribe:hover{color:#fff}
.service-requirements{margin-top:48px;padding-top:32px;border-top:1px solid var(--line)}
.service-requirement-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:20px;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.service-requirement-links a{padding:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-family:var(--serif);font-size:20px}
.about-craftsmanship-cta{padding-top:0}
.about-project-cta{padding:48px 0;border-top:1px solid var(--line)}
.about-project-cta .container{display:flex;align-items:end;justify-content:space-between;gap:32px}
.about-project-cta h2{margin-top:8px;font-size:clamp(30px,4vw,52px)}
.about-project-cta p{margin-top:10px;color:var(--muted)}
.selected-product-field input[readonly]{background:#f5f1ea;color:var(--ink);font-weight:600}
.restoration-note{max-width:760px;margin-top:18px;padding-left:18px;border-left:2px solid var(--gold);color:var(--muted);line-height:1.75}
.restoration-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.restoration-card-grid article{min-height:250px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.restoration-card-grid article>span,.restoration-process article>span{color:var(--gold);font-size:11px;font-weight:700}
.restoration-card-grid h3,.restoration-process h3{margin-top:34px;font-family:var(--serif);font-size:26px}
.restoration-card-grid p,.restoration-process p{margin-top:14px;color:var(--muted);line-height:1.7}
.restoration-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line)}
.restoration-process article{padding:28px 28px 28px 0;border-bottom:1px solid var(--line)}
.restoration-process article+article{padding-left:28px;border-left:1px solid var(--line)}
.restoration-requirements{display:grid;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}
.restoration-requirements li{padding:16px 0;border-bottom:1px solid var(--line);color:var(--muted)}
.social-block{margin-top:18px}
.social-block>span{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#bba98f}
.social-icons{display:flex;gap:9px;margin-top:10px}
.social-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22)}
.social-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6}

/* Footer */
.site-footer{background:#100d0a;color:#fff}
.footer-cta{width:min(1280px,calc(100% - 48px));margin:auto;padding:78px 0;display:flex;align-items:end;justify-content:space-between;gap:60px;border-bottom:1px solid var(--line-dark)}
.footer-cta h2{max-width:850px;color:#fff7ec}
.footer-cta p{max-width:700px;margin-top:18px;color:#bfb1a2}
.footer-actions{display:flex;gap:10px;flex-wrap:wrap;flex:0 0 auto}
.footer-grid{width:min(1280px,calc(100% - 48px));margin:auto;padding:62px 0;display:grid;grid-template-columns:1.25fr repeat(4,minmax(0,.8fr));gap:40px}
.footer-grid>div{display:grid;align-content:start;gap:10px}
.footer-grid h3{margin-bottom:8px;color:#d2b47f;font-family:var(--sans);font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.footer-grid a{color:#d6c9bb;font-size:13px}
.footer-grid a:hover{color:#fff}
.footer-brand img{width:150px;max-height:80px;object-fit:contain;object-position:left center}
.footer-brand p{max-width:390px;margin-top:12px;color:#9f9488;font-size:13px;line-height:1.75}
.footer-bottom{min-height:62px;padding:18px max(24px,calc((100% - 1280px)/2));display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid var(--line-dark);color:#847a70;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.footer-newsletter{width:min(1280px,calc(100% - 48px));margin:auto;padding:42px 0;display:grid;grid-template-columns:minmax(0,.8fr) minmax(360px,1fr);gap:80px;align-items:end;border-top:1px solid var(--line-dark)}
.footer-newsletter h2{margin-top:9px;color:#fff7ec;font-size:clamp(30px,3vw,46px)}
.footer-newsletter>div>p{max-width:560px;margin-top:12px;color:#a99c8f;font-size:13px;line-height:1.7}
.footer-newsletter .newsletter-form{grid-template-columns:minmax(220px,1fr) auto;align-items:end;gap:10px}
.footer-newsletter .newsletter-actions{flex-wrap:nowrap}
.footer-newsletter .newsletter-form label{color:#cdbfae}
.footer-newsletter .newsletter-privacy{margin-top:10px;color:#81776d;font-size:10px;line-height:1.5}

.catalog-tools{display:flex;align-items:end;gap:14px;margin-bottom:28px}.catalog-search{flex:1}.catalog-count{margin-left:auto}.catalog-hidden{display:none!important}

@media(max-width:1120px){
  .header-inner{grid-template-columns:1fr auto 1fr;position:relative}
  .brand{grid-column:2;grid-row:1;justify-self:center}
  .menu-button{display:block;grid-column:3;grid-row:1;justify-self:end}
  .header-actions{display:none}
  .main-nav{display:none;position:absolute;left:0;right:0;top:78px;max-height:calc(100vh - 78px);overflow:auto;padding:25px;background:#fff;flex-direction:column;align-items:flex-start;gap:16px;border-bottom:1px solid var(--line)}
  .main-nav.open{display:flex}
  .main-nav>a,.nav-item>a{padding:0}
  .main-nav>a:after,.nav-item>a:after{display:none}
  .nav-item{display:block;width:100%}
  .mega-menu{position:static;display:block;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;margin-top:16px}
  .mega-inner{width:100%;padding:0;grid-template-columns:1fr 1fr;gap:28px}
  .mega-feature{display:none}
  .mobile-nav-only{display:block}
  .home-hero-grid{grid-template-columns:1fr minmax(360px,.72fr);gap:40px}
  .home-hero-visual{height:580px}
  .home-collection-card,.home-collection-card.featured,.home-collection-card:nth-child(2){grid-column:span 6}
  .home-collection-card:nth-child(5){grid-column:3/span 8}
  .home-collection-media,.home-collection-card.featured .home-collection-media,.home-collection-card:nth-child(2) .home-collection-media{height:330px}
  .industry-grid{grid-template-columns:1fr 1fr}
  .custom-home-copy{padding:70px 48px}
  .collection-card{grid-template-columns:minmax(300px,.8fr) 1.2fr}
  .product-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1.2fr 1fr 1fr}
  .footer-grid>div:last-child{grid-column:2}
}

@media(max-width:820px){
  .container,.header-inner,.footer-cta,.footer-grid{width:min(100% - 32px,1280px)}
  .home-hero{padding:54px 0 0}
  .home-hero-grid{grid-template-columns:1fr;gap:46px;min-height:0}
  .home-hero-copy{padding-bottom:0}
  .home-hero-copy h1{font-size:clamp(50px,14vw,76px)}
  .home-hero-visual{justify-self:center;width:100%;height:min(760px,115vw)}
  .home-hero-visual figcaption{left:18px;bottom:18px;width:min(300px,calc(100% - 36px))}
  .proof-bar .container{grid-template-columns:1fr 1fr}
  .proof-bar span:nth-child(2){border-right:1px solid var(--line)}
  .proof-bar span:nth-child(3){border-left:1px solid var(--line);border-top:1px solid var(--line)}
  .proof-bar span:nth-child(4){border-top:1px solid var(--line)}
  .intro-grid,.section-heading,.clients-grid,.lead-grid,.faq-layout,.page-hero-grid,.split,.collection-hero-grid,.product-layout,.contact-page-layout{grid-template-columns:1fr;gap:32px}
  .home-intro,.core-collections,.industries-home,.faq-section{padding:82px 0}
  .section-heading{margin-bottom:34px}
  .home-collection-card,.home-collection-card.featured,.home-collection-card:nth-child(2),.home-collection-card:nth-child(5){grid-column:span 12}
  .home-collection-media,.home-collection-card.featured .home-collection-media,.home-collection-card:nth-child(2) .home-collection-media{height:auto;aspect-ratio:4/3}
  .home-collection-copy{grid-template-columns:auto 1fr}.home-collection-copy em{display:none}
  .section-action{align-items:flex-start;flex-direction:column}
  .custom-home-grid{grid-template-columns:1fr;min-height:0}
  .custom-home-media{min-height:520px}
  .custom-home-copy{padding:72px 24px 82px}
  .custom-home-copy li{grid-template-columns:1fr;gap:6px}
  .industry-grid{grid-template-columns:1fr}
  .client-logos{grid-template-columns:1fr 1fr}
  .page-hero{padding:80px 0}
  .page-hero .container:not(.page-hero-grid){margin-inline:auto}
  .collection-card,.collection-card:nth-child(even){grid-template-columns:1fr;min-height:0}
  .collection-card:nth-child(even) .collection-card-media{order:0}
  .collection-card-media{height:auto;aspect-ratio:4/3}
  .collection-card-body{padding:40px 24px 46px}
  .catalog-conversion .container,.applications-section .container{align-items:flex-start;flex-direction:column}
  .collection-hero-media{grid-row:1}
  .collection-hero-new,.product-hero-new{padding:70px 0}
  .product-detail-columns{grid-template-columns:1fr}
  .application-list{justify-content:flex-start}
  .grid.three,.industry-list,.industry-list.wide,.process-grid{grid-template-columns:1fr 1fr}
  .footer-cta{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:last-child{grid-column:auto}
  .footer-bottom{align-items:flex-start;flex-direction:column;padding:20px 16px}
}

@media(max-width:560px){
  .top-strip{font-size:8px;letter-spacing:.11em}
  .header-inner{min-height:70px;grid-template-columns:1fr auto 1fr}
  .brand{grid-column:2;width:128px;height:56px}.brand img{max-width:128px;height:43px}
  .main-nav{top:70px;max-height:calc(100vh - 70px)}
  .mega-inner{grid-template-columns:1fr}
  .home-hero-copy>p{font-size:17px}
  .hero-audience{gap:8px 12px}
  .proof-bar .container{width:100%}
  .home-collection-copy{padding:20px 18px}
  .home-collection-copy h3{font-size:27px}
  .client-logos{grid-template-columns:1fr}
  .lead-form-panel,.contact-form-panel,.contact-panel{padding:22px}
  .form-grid,.grid.three,.industry-list,.industry-list.wide,.process-grid,.product-grid{grid-template-columns:1fr}
  .product-grid{gap:16px}
  .card-body{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr}
  .footer-cta{padding:62px 0}
  .footer-grid{padding:48px 0}
  .catalog-conversion{padding:70px 0}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
main > section:not([class]){padding:96px 0}
.button.dark-submit{background:var(--dark);border-color:var(--dark);color:#fff}
.button.dark-submit:hover{background:#30251c;border-color:#30251c}
.contact-method{display:grid;gap:8px}
.product-availability-note{margin-top:30px;padding:20px 22px;border:1px solid var(--line);background:var(--paper)}
.product-availability-note span{display:block;color:var(--gold-dark);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.product-availability-note p{margin-top:8px;font-size:13px;line-height:1.65}


/* Final homepage system — integrated dynamic hero and focused collection carousel */
.home-hero{
  position:relative;
  min-height:700px;
  padding:0;
  overflow:hidden;
  isolation:isolate;
  background:#efe8dc;
}
.home-hero-media{
  position:absolute;
  inset:0;
  z-index:-3;
  overflow:hidden;
}
.home-hero-bg{
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .85s ease,visibility .85s ease;
}
.home-hero-bg.active{opacity:1;visibility:visible}
.home-hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.92) contrast(1.015);
  transform:scale(1.002);
}
.home-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:linear-gradient(90deg,
    rgba(247,243,235,.99) 0%,
    rgba(247,243,235,.98) 31%,
    rgba(247,243,235,.90) 42%,
    rgba(247,243,235,.54) 54%,
    rgba(247,243,235,.10) 70%,
    rgba(247,243,235,0) 82%);
}
.home-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(116,78,38,.04));
}
.home-hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,620px) 1fr;
  align-items:center;
  min-height:700px;
  padding-top:84px;
  padding-bottom:92px;
}
.home-hero-copy-stack{
  position:relative;
  display:grid;
  align-items:center;
  min-height:500px;
  width:100%;
}
.home-hero-copy{
  grid-area:1 / 1;
  max-width:600px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(12px);
  transition:opacity .6s ease,transform .6s ease,visibility .6s ease;
}
.home-hero-copy.active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:none;
}
.home-hero .eyebrow{
  margin-bottom:18px;
  color:#8d6835;
  font-size:10px;
  letter-spacing:.2em;
}
.home-hero-copy h1,
.home-hero-copy .hero-slide-title{
  max-width:590px;
  color:#15110e;
  font-size:clamp(56px,5.6vw,86px);
  line-height:.96;
  text-wrap:balance;
}
.home-hero-copy>p{
  max-width:560px;
  margin-top:25px;
  color:#514940;
  font-size:18px;
  line-height:1.72;
}
.home-hero .hero-actions{margin-top:30px}
.home-hero .button.hero-primary{
  background:#17130f;
  border-color:#17130f;
  color:#fff;
}
.home-hero .button.hero-primary:hover{background:#8f6a35;border-color:#8f6a35}
.home-hero .button.hero-secondary{
  background:rgba(255,255,255,.46);
  border-color:rgba(23,19,15,.42);
  color:#17130f;
  backdrop-filter:blur(6px);
}
.home-hero .button.hero-secondary:hover{background:#fff;border-color:#17130f}
.home-hero .hero-slider-controls{
  position:absolute;
  right:0;
  bottom:34px;
  z-index:5;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:48px;
  padding:6px 10px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(23,19,15,.14);
  box-shadow:0 12px 34px rgba(22,17,13,.10);
  backdrop-filter:blur(12px);
}
.home-hero .hero-arrow{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  background:transparent;
  color:#17130f;
  font-size:18px;
  line-height:1;
}
.home-hero .hero-arrow:hover{background:#f0ebe2}
.home-hero .hero-dots{display:flex;align-items:center;gap:7px}
.home-hero .hero-dot{
  width:20px;
  height:2px;
  padding:0;
  border:0;
  background:#b9afa2;
  transition:width .25s ease,background .25s ease;
}
.home-hero .hero-dot.active{width:30px;background:#8f6a35}

.proof-bar{
  padding:0;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.proof-bar .container{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.proof-line{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px 20px;
  width:100%;
  color:#5f564c;
  text-align:center;
}
.proof-bar .proof-line span{
  display:inline;
  padding:0;
  border:0;
  color:#5f564c;
  font-size:10px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.proof-line i{
  color:#b38b4d;
  font-family:Georgia,serif;
  font-size:16px;
  font-style:normal;
  line-height:1;
}

.core-collections{
  padding:112px 0 120px;
  overflow:hidden;
  background:#fff;
}
.collection-carousel-head{
  position:relative;
  min-height:128px;
  margin-bottom:42px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.collection-heading-copy{
  max-width:760px;
  margin:auto;
  text-align:center;
}
.collection-heading-copy .eyebrow{margin-bottom:10px}
.collection-heading-copy h2{font-size:clamp(48px,5vw,72px)}
.collection-heading-copy p{
  max-width:620px;
  margin:16px auto 0;
  color:#5e564e;
  font-size:17px;
}
.collection-carousel-controls{
  position:absolute;
  right:0;
  bottom:8px;
  display:flex;
  gap:10px;
}
.collection-carousel-controls button{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid #8f877e;
  border-radius:50%;
  background:#fff;
  color:#17130f;
  font-size:20px;
  transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;
}
.collection-carousel-controls button:hover{background:#17130f;border-color:#17130f;color:#fff}
.collection-carousel-controls button:disabled{opacity:.28;cursor:default}
.home-collection-grid{
  width:100%;
  display:flex;
  gap:24px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:0 max(24px,calc((100vw - 1280px)/2)) 14px;
  scroll-padding-inline:max(24px,calc((100vw - 1280px)/2));
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  overscroll-behavior-inline:contain;
}
.home-collection-grid::-webkit-scrollbar{display:none}
.home-collection-card,
.home-collection-card.featured,
.home-collection-card:nth-child(2),
.home-collection-card:nth-child(5){
  flex:0 0 clamp(300px,28vw,410px);
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  scroll-snap-align:start;
  background:#f3f1ed;
  border:0;
  box-shadow:none;
  transform:none;
  transition:transform .28s ease,box-shadow .28s ease;
}
.home-collection-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 52px rgba(31,24,17,.11);
}
.home-collection-media,
.home-collection-card.featured .home-collection-media,
.home-collection-card:nth-child(2) .home-collection-media{
  height:auto;
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#eeeae3;
}
.home-collection-media img{
  width:100%;
  height:100%;
  padding:5.5%;
  object-fit:contain;
  object-position:center;
  transition:transform .5s ease;
}
.home-collection-card:hover .home-collection-media img{transform:scale(1.025)}
.home-collection-copy{
  min-height:106px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:25px 26px 27px;
  border-top:0;
  background:#f7f6f3;
}
.home-collection-copy h3{
  font-size:clamp(27px,2.1vw,34px);
  line-height:1.02;
}
.home-collection-copy>span{
  flex:0 0 auto;
  color:#8f6a35;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.core-collections .section-action{margin-top:38px}

@media(max-width:1120px){
  .home-hero{min-height:650px}
  .home-hero-grid{grid-template-columns:minmax(0,560px) 1fr;min-height:650px;padding-top:72px;padding-bottom:84px}
  .home-hero-copy-stack{min-height:470px}
  .home-hero::before{background:linear-gradient(90deg,rgba(247,243,235,.99) 0%,rgba(247,243,235,.97) 38%,rgba(247,243,235,.76) 53%,rgba(247,243,235,.10) 78%)}
  .home-collection-card,.home-collection-card.featured,.home-collection-card:nth-child(2),.home-collection-card:nth-child(5){flex-basis:360px}
}

@media(max-width:820px){
  .home-hero{
    min-height:0;
    display:flex;
    flex-direction:column;
    background:#f7f3eb;
  }
  .home-hero-media{
    position:relative;
    inset:auto;
    z-index:0;
    order:0;
    height:62vw;
    min-height:360px;
    max-height:560px;
  }
  .home-hero::before{
    z-index:1;
    background:linear-gradient(180deg,rgba(247,243,235,0) 55%,#f7f3eb 100%);
  }
  .home-hero::after{display:none}
  .home-hero-grid{
    order:1;
    display:block;
    min-height:0;
    padding-top:38px;
    padding-bottom:72px;
  }
  .home-hero-copy-stack{min-height:430px}
  .home-hero-copy h1,.home-hero-copy .hero-slide-title{font-size:clamp(49px,13vw,70px)}
  .home-hero-copy>p{font-size:16px}
  .home-hero .hero-slider-controls{
    right:16px;
    bottom:auto;
    top:calc(-62vw + 18px);
    transform:translateY(-100%);
  }
  .collection-carousel-head{min-height:0;display:block;margin-bottom:32px;padding-right:104px}
  .collection-heading-copy{text-align:left}
  .collection-heading-copy p{margin-left:0}
  .collection-carousel-controls{right:0;bottom:0}
  .home-collection-card,.home-collection-card.featured,.home-collection-card:nth-child(2),.home-collection-card:nth-child(5){flex-basis:min(82vw,360px)}
  .proof-bar .container{min-height:88px}
}

@media(max-width:560px){
  .home-hero-media{height:78vw;min-height:330px}
  .home-hero-grid{padding-top:24px;padding-bottom:60px}
  .home-hero-copy-stack{min-height:440px}
  .home-hero-copy h1,.home-hero-copy .hero-slide-title{font-size:clamp(45px,14.5vw,61px)}
  .home-hero .hero-actions{display:grid;grid-template-columns:1fr;max-width:290px}
  .home-hero .hero-slider-controls{top:calc(-78vw + 18px)}
  .proof-line{gap:9px 12px;padding:18px 0}
  .proof-line i{font-size:13px}
  .proof-bar .proof-line span{font-size:8px;letter-spacing:.12em}
  .core-collections{padding:82px 0 92px}
  .collection-carousel-head{padding-right:0;padding-bottom:62px}
  .collection-carousel-controls{left:0;right:auto;bottom:0}
  .home-collection-grid{gap:16px;padding-inline:16px;scroll-padding-inline:16px}
  .home-collection-card,.home-collection-card.featured,.home-collection-card:nth-child(2),.home-collection-card:nth-child(5){flex-basis:84vw}
  .home-collection-copy{min-height:94px;padding:21px 20px 23px}
  .home-collection-copy h3{font-size:28px}
  .home-collection-copy>span{display:none}
}

@media(prefers-reduced-motion:reduce){
  .home-hero-bg,.home-hero-copy,.home-collection-card,.home-collection-media img{transition:none!important}
}

/* 2026-07 refinement: high-end hero, true-color clients, catalog status */
.nav-cta{
  flex-direction:column;
  gap:2px;
  line-height:1.05;
}
.nav-cta small{
  display:block;
  font-size:7px;
  font-weight:700;
  letter-spacing:.13em;
  color:#9a7a4c;
  text-transform:uppercase;
}
.home-hero-bg img{
  filter:none !important;
  transform:none !important;
  image-rendering:auto;
  backface-visibility:hidden;
}
.home-hero::before{
  background:linear-gradient(90deg,
    rgba(247,243,235,.995) 0%,
    rgba(247,243,235,.985) 30%,
    rgba(247,243,235,.92) 40%,
    rgba(247,243,235,.60) 51%,
    rgba(247,243,235,.18) 65%,
    rgba(247,243,235,0) 78%) !important;
}
.home-hero::after{
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(48,31,17,.025)) !important;
}
.home-hero-copy h1,
.home-hero-copy .hero-slide-title{
  text-shadow:0 1px 0 rgba(255,255,255,.35);
}
.client-logo-card img{
  filter:none !important;
  opacity:1 !important;
  mix-blend-mode:normal;
}
.client-logo-card{
  background:#fff;
}
.form-status:not(:empty){
  display:block;
  margin-top:14px;
  padding:12px 14px;
  border:1px solid rgba(143,106,53,.28);
  background:#f7f1e8;
  color:#4c3a25;
  font-weight:600;
}
@media(max-width:820px){
  .nav-cta small{font-size:6px}
  .home-hero::before{
    background:linear-gradient(180deg,rgba(247,243,235,0) 48%,rgba(247,243,235,.92) 78%,#f7f3eb 100%) !important;
  }
}

/* 2026-07-10 quality pass: preserve source detail and integrate hero imagery */
.brand.logo-mode-dark.logo-colors-on img{filter:none!important;opacity:1}
.brand.logo-mode-dark.logo-colors-off img{filter:brightness(0) saturate(100%) opacity(.88)!important}

.home-hero{
  min-height:700px;
  background:#f6f1e8;
}
.home-hero-media{
  left:38%;
  right:0;
  top:0;
  bottom:0;
  width:auto;
  background:#e9e2d7;
}
.home-hero-bg{
  overflow:hidden;
  background:#e9e2d7;
}
.home-hero-bg img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  filter:none!important;
  transform:none!important;
  image-rendering:auto;
  backface-visibility:hidden;
}
.home-hero::before{
  background:linear-gradient(90deg,
    #f6f1e8 0%,
    rgba(246,241,232,.995) 32%,
    rgba(246,241,232,.95) 40%,
    rgba(246,241,232,.72) 47%,
    rgba(246,241,232,.30) 55%,
    rgba(246,241,232,0) 64%)!important;
}
.home-hero::after{
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(45,31,18,.035))!important;
}
.home-hero-grid{
  grid-template-columns:minmax(0,610px) 1fr;
}
.home-hero-copy{
  max-width:590px;
}
.home-hero-copy h1,
.home-hero-copy .hero-slide-title{
  max-width:575px;
  font-size:clamp(54px,5.2vw,82px);
  text-shadow:none;
}
.home-hero .hero-slider-controls{
  right:18px;
  bottom:28px;
  background:rgba(255,255,255,.94);
}

.clients-section.clients-color-on .client-logo-card img{
  filter:none!important;
  opacity:1!important;
  mix-blend-mode:normal;
}
.clients-section.clients-color-off .client-logo-card img{
  filter:grayscale(1) contrast(.92)!important;
  opacity:.62!important;
}

@media(max-width:1120px){
  .home-hero-media{left:34%}
  .home-hero::before{
    background:linear-gradient(90deg,#f6f1e8 0%,rgba(246,241,232,.99) 36%,rgba(246,241,232,.78) 49%,rgba(246,241,232,.12) 66%,rgba(246,241,232,0) 76%)!important;
  }
}
@media(max-width:820px){
  .home-hero-media{left:0;right:0;width:100%;height:62vw;min-height:360px;max-height:560px}
  .home-hero::before{background:linear-gradient(180deg,rgba(246,241,232,0) 48%,#f6f1e8 100%)!important}
  .home-hero-bg img{object-position:center!important}
}

/* Conversion-focused homepage refinement — wide hero, left-led copy, simplified collection cards */
@media (min-width:821px){
  .home-hero{min-height:680px}
  .home-hero .container.home-hero-grid{
    width:100%;
    max-width:none;
    grid-template-columns:minmax(0,640px) 1fr;
    min-height:680px;
    padding-left:clamp(52px,9vw,168px);
    padding-right:clamp(42px,5vw,96px);
    padding-top:70px;
    padding-bottom:78px;
  }
  .home-hero-copy-stack{min-height:470px}
  .home-hero-copy{max-width:610px}
  .home-hero-copy h1,
  .home-hero-copy .hero-slide-title{
    max-width:610px;
    font-size:clamp(58px,5.15vw,88px);
    line-height:.98;
  }
  .home-hero-copy>p{max-width:540px;font-size:18px;line-height:1.65}
  .home-hero .hero-slider-controls{
    right:clamp(42px,5vw,96px);
    bottom:28px;
  }
  .home-hero::before{
    background:linear-gradient(90deg,
      rgba(247,243,235,.995) 0%,
      rgba(247,243,235,.985) 26%,
      rgba(247,243,235,.92) 36%,
      rgba(247,243,235,.58) 48%,
      rgba(247,243,235,.16) 62%,
      rgba(247,243,235,0) 76%);
  }
}

.core-collections{padding-top:104px}
.collection-carousel-head{
  max-width:none;
  width:100%;
  padding-left:clamp(34px,5vw,88px);
  padding-right:clamp(34px,5vw,88px);
}
.collection-heading-copy{max-width:760px}
.home-collection-grid{
  gap:28px;
  padding-left:clamp(34px,2.8vw,54px);
  padding-right:clamp(34px,2.8vw,54px);
  scroll-padding-inline:clamp(34px,2.8vw,54px);
}
.home-collection-card,
.home-collection-card.featured,
.home-collection-card:nth-child(2),
.home-collection-card:nth-child(5){
  flex-basis:clamp(330px,25vw,410px);
  border-radius:10px;
  background:#f4f3f1;
}
.home-collection-media,
.home-collection-card.featured .home-collection-media,
.home-collection-card:nth-child(2) .home-collection-media{
  aspect-ratio:1 / 1.02;
  background:#f1eee8;
}
.home-collection-media img{padding:4.2%;transform:none}
.home-collection-card:hover .home-collection-media img{transform:scale(1.012)}
.home-collection-copy{
  min-height:88px;
  justify-content:center;
  padding:22px 24px 24px;
  background:#f6f5f3;
  text-align:center;
}
.home-collection-copy h3{font-size:clamp(25px,1.9vw,31px)}
.core-collections .section-action .text-link small{
  display:block;
  margin-top:3px;
  font-size:8px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

@media(max-width:820px){
  .home-hero .container.home-hero-grid{padding-left:24px;padding-right:24px}
  .collection-carousel-head{padding-left:24px;padding-right:24px}
  .home-collection-grid{padding-left:24px;padding-right:24px;scroll-padding-inline:24px}
  .home-collection-card,
  .home-collection-card.featured,
  .home-collection-card:nth-child(2),
  .home-collection-card:nth-child(5){flex-basis:min(84vw,360px)}
}

/* 2026-07 professional conversion pass */
:root{
  --page-edge:clamp(28px,3.1vw,58px);
}

/* Hero: true full-bleed composition with conversion copy anchored to the left. */
.home-hero-grid.container{
  width:100%;
  max-width:none;
  padding-left:clamp(34px,8.8vw,158px);
  padding-right:clamp(34px,5vw,92px);
}
.home-hero-grid{
  grid-template-columns:minmax(0,620px) 1fr;
}
.home-hero-copy{
  max-width:610px;
}
.home-hero-copy h1,
.home-hero-copy .hero-slide-title{
  max-width:610px;
  font-size:clamp(58px,5.35vw,88px);
  letter-spacing:-.025em;
}
.home-hero-copy>p{
  max-width:540px;
}
.home-hero::before{
  background:linear-gradient(90deg,
    rgba(247,243,235,.995) 0%,
    rgba(247,243,235,.98) 24%,
    rgba(247,243,235,.91) 35%,
    rgba(247,243,235,.55) 47%,
    rgba(247,243,235,.12) 61%,
    rgba(247,243,235,0) 73%) !important;
}
.home-hero-bg img{
  object-fit:cover;
  image-rendering:auto;
}
.home-hero .hero-slider-controls{
  right:var(--page-edge);
}

/* Collections: edge-to-edge track, like a premium retail editorial carousel. */
.collection-carousel-head.container{
  width:100%;
  max-width:none;
  padding-left:var(--page-edge);
  padding-right:var(--page-edge);
}
.collection-carousel-controls{
  right:var(--page-edge);
}
.home-collection-grid{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding-left:var(--page-edge);
  padding-right:0;
  scroll-padding-left:var(--page-edge);
  scroll-padding-right:0;
  gap:28px;
}
.home-collection-card,
.home-collection-card.featured,
.home-collection-card:nth-child(2),
.home-collection-card:nth-child(5){
  flex-basis:clamp(330px,25.3vw,420px);
  background:#f5f3ef;
  border-radius:2px;
}
.home-collection-media,
.home-collection-card.featured .home-collection-media,
.home-collection-card:nth-child(2) .home-collection-media{
  background:#f0ece5;
}
.home-collection-media img{
  padding:4.2%;
}
.home-collection-copy{
  min-height:104px;
  padding:25px 26px 27px;
  background:#f8f7f4;
}
.home-collection-copy h3{
  font-size:clamp(27px,2vw,34px);
}
.core-collections .section-action.container{
  width:100%;
  max-width:none;
  padding-left:var(--page-edge);
  padding-right:var(--page-edge);
}
.catalog-soon-link{
  display:inline-grid;
  justify-items:end;
  gap:4px;
  line-height:1.1;
}
.catalog-soon-link small{
  display:block;
  color:#8f6a35;
  font-size:8px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

/* Premium interaction and focus states. */
.home-collection-card:focus-visible,
.collection-carousel-controls button:focus-visible,
.home-hero .hero-arrow:focus-visible,
.home-hero .hero-dot:focus-visible{
  outline:2px solid #8f6a35;
  outline-offset:4px;
}
.home-collection-card:hover .home-collection-media img{
  transform:scale(1.012);
}

@media(max-width:1120px){
  .home-hero-grid.container{
    padding-left:clamp(30px,5.5vw,72px);
    padding-right:clamp(30px,4vw,54px);
  }
  .home-collection-card,
  .home-collection-card.featured,
  .home-collection-card:nth-child(2),
  .home-collection-card:nth-child(5){
    flex-basis:360px;
  }
}

@media(max-width:820px){
  .home-hero-grid.container{
    padding-left:24px;
    padding-right:24px;
  }
  .collection-carousel-head.container{
    padding-left:24px;
    padding-right:24px;
  }
  .collection-carousel-controls{right:24px}
  .home-collection-grid{
    padding-left:24px;
    scroll-padding-left:24px;
    gap:18px;
  }
  .core-collections .section-action.container{
    padding-left:24px;
    padding-right:24px;
  }
}

@media(max-width:560px){
  :root{--page-edge:16px}
  .home-hero-grid.container{
    padding-left:18px;
    padding-right:18px;
  }
  .home-collection-grid{
    padding-left:16px;
    scroll-padding-left:16px;
  }
  .collection-carousel-head.container,
  .core-collections .section-action.container{
    padding-left:16px;
    padding-right:16px;
  }
  .catalog-soon-link{justify-items:start}
}

/* 2026-07 final hero art-direction correction
   Uses precomposed high-resolution hero canvases: true negative space left,
   full product visible right, and no destructive crop or enlargement. */
.home-hero{
  min-height:clamp(620px,43vw,790px);
  background:#f7f3eb;
}
.home-hero-media{
  inset:0;
  width:100%;
  height:100%;
}
.home-hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center!important;
  filter:none!important;
  transform:none!important;
}
.home-hero::before{
  background:linear-gradient(90deg,
    rgba(247,243,235,1) 0%,
    rgba(247,243,235,.995) 27%,
    rgba(247,243,235,.90) 36%,
    rgba(247,243,235,.40) 45%,
    rgba(247,243,235,0) 54%)!important;
}
.home-hero::after{display:none!important}
.home-hero-grid.container{
  padding-left:clamp(38px,8.6vw,164px);
  padding-right:clamp(30px,4vw,72px);
}
.home-hero-grid{
  grid-template-columns:minmax(0,590px) 1fr;
  min-height:clamp(620px,43vw,790px);
}
.home-hero-copy{max-width:560px}
.home-hero-copy h1,
.home-hero-copy .hero-slide-title{
  max-width:560px;
  font-size:clamp(58px,5.1vw,88px);
  line-height:.98;
  letter-spacing:-.035em;
}
.home-hero-copy>p{
  max-width:500px;
  margin-top:28px;
  font-size:18px;
  line-height:1.58;
}
.home-hero .hero-actions{align-items:center;gap:18px}
.home-hero .button.hero-secondary{
  border:0;
  padding-left:4px;
  padding-right:4px;
  background:transparent;
  text-decoration:underline;
  text-underline-offset:5px;
}
.home-hero .hero-slider-controls{
  right:clamp(28px,4vw,70px);
  bottom:30px;
  background:rgba(255,255,255,.92);
  box-shadow:0 12px 35px rgba(32,24,17,.10);
}
@media(max-width:980px){
  .home-hero::before{
    background:linear-gradient(90deg,rgba(247,243,235,1) 0%,rgba(247,243,235,.97) 44%,rgba(247,243,235,.40) 67%,rgba(247,243,235,0) 82%)!important;
  }
  .home-hero-grid.container{padding-left:42px}
  .home-hero-copy h1,.home-hero-copy .hero-slide-title{font-size:clamp(54px,7vw,72px)}
}
@media(max-width:820px){
  .home-hero{min-height:auto;padding-top:0}
  .home-hero-media{position:relative;height:min(68vw,520px)}
  .home-hero-bg img{object-fit:cover;object-position:64% center!important}
  .home-hero::before{display:none!important}
  .home-hero-grid{display:block;min-height:0}
  .home-hero-grid.container{padding:34px 24px 54px}
  .home-hero-copy-stack{min-height:390px}
  .home-hero-copy h1,.home-hero-copy .hero-slide-title{font-size:clamp(46px,13vw,66px)}
  .home-hero .hero-slider-controls{top:calc(min(68vw,520px) - 64px);bottom:auto;right:18px}
}

/* Business film section */
.business-film{padding:104px 0;background:#15110d;color:#f8efe0}
.film-grid{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:clamp(34px,5vw,70px);align-items:center}
.film-copy h2{max-width:620px;color:#fff8ea;font-size:clamp(44px,5vw,74px)}
.film-copy p{max-width:560px;margin-top:18px;color:#d6c6aa;font-size:18px;line-height:1.75}
.film-frame{position:relative;overflow:hidden;background:#070605;border:1px solid rgba(218,190,139,.28);box-shadow:0 36px 90px rgba(0,0,0,.36)}
.film-frame:before{content:"";position:absolute;inset:12px;z-index:1;border:1px solid rgba(218,190,139,.16);pointer-events:none}
.film-frame video{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#080604}
.film-frame{position:relative}
.film-play{position:absolute;left:50%;bottom:1.25rem;transform:translateX(-50%);min-height:2.75rem;padding:.75rem 1.1rem;border:1px solid rgba(255,255,255,.72);background:rgba(18,14,10,.84);color:#fff;font:700 .72rem/1 Manrope,sans-serif;cursor:pointer}
.film-play:hover{background:#fff;color:#17130f}
@media(max-width:900px){.film-grid{grid-template-columns:1fr}.business-film{padding:78px 0}}

/* Cinematic first-page video and softer hero photo crop */
@media(min-width:821px){
  .home-hero-media{
    left:50%!important;
    right:0!important;
    width:50%!important;
    height:100%!important;
    background:linear-gradient(135deg,#eee8dc,#f8f4ec)!important;
  }
  .home-hero-bg img{
    object-fit:contain!important;
    object-position:center!important;
    padding:clamp(22px,3.2vw,58px)!important;
    filter:saturate(.86) contrast(1.02) drop-shadow(0 34px 54px rgba(36,28,20,.18))!important;
  }
  .home-hero::before{
    background:linear-gradient(90deg,
      rgba(247,243,235,1) 0%,
      rgba(247,243,235,.995) 34%,
      rgba(247,243,235,.90) 47%,
      rgba(247,243,235,.42) 58%,
      rgba(247,243,235,.08) 70%,
      rgba(247,243,235,0) 100%)!important;
  }
}
.business-film{
  position:relative;
  min-height:clamp(560px,72vh,780px);
  padding:0;
  overflow:hidden;
  background:#080604;
}
.business-film .film-grid{
  width:100%;
  min-height:inherit;
  display:block;
}
.business-film .film-frame{
  position:absolute;
  inset:0;
  border:0;
  box-shadow:none;
}
.business-film .film-frame:before{
  inset:0;
  border:0;
  background:linear-gradient(90deg,rgba(8,6,4,.88) 0%,rgba(8,6,4,.62) 34%,rgba(8,6,4,.18) 64%,rgba(8,6,4,.34) 100%),
    linear-gradient(0deg,rgba(8,6,4,.54),transparent 46%);
}
.business-film .film-frame video{
  height:100%;
  aspect-ratio:auto;
  object-fit:cover;
  filter:saturate(.88) contrast(1.04);
}
.business-film .film-copy{
  position:relative;
  z-index:2;
  width:min(1180px,calc(100% - 48px));
  min-height:inherit;
  margin:auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:80px 0;
}
.business-film .film-copy h2{
  max-width:720px;
  color:#fff8ea;
  text-shadow:0 18px 44px rgba(0,0,0,.42);
}
.business-film .film-copy p{
  max-width:610px;
  color:#efe0c8;
  text-shadow:0 10px 28px rgba(0,0,0,.46);
}
@media(max-width:820px){
  .home-hero-bg img{
    object-fit:contain!important;
    object-position:center!important;
    padding:18px!important;
    background:#f4efe6;
  }
  .business-film{
    min-height:auto;
    padding:0;
  }
  .business-film .film-grid{
    display:grid;
    grid-template-columns:1fr;
  }
  .business-film .film-frame{
    position:relative;
    aspect-ratio:16/9;
  }
  .business-film .film-copy{
    min-height:auto;
    width:min(100% - 36px,1180px);
    padding:42px 0 52px;
  }
}

/* Final hero correction: no pasted white-board product photo */
@media(min-width:821px){
  .home-hero-media{
    left:48%!important;
    width:52%!important;
    background:#e7dfd2!important;
  }
  .home-hero-bg{
    background:#e7dfd2!important;
  }
  .home-hero-bg img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    padding:0!important;
    filter:saturate(.86) contrast(1.03)!important;
  }
  .home-hero-media:after{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    background:linear-gradient(90deg,rgba(247,243,235,.78) 0%,rgba(247,243,235,.20) 32%,rgba(247,243,235,0) 62%),
      linear-gradient(0deg,rgba(31,24,17,.12),rgba(31,24,17,0) 42%);
    pointer-events:none;
  }
}
@media(max-width:820px){
  .home-hero-bg img{
    object-fit:cover!important;
    object-position:center!important;
    padding:0!important;
    background:transparent!important;
  }
}

/* Video-led hero: remove the awkward right-side photo crop entirely */
.hero-video-led{
  min-height:calc(100vh - 118px)!important;
  background:#100d0a!important;
  color:#fff;
}
.home-hero-video{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  background:#100d0a;
}
.home-hero-video video{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.82) contrast(1.05);
}
.hero-video-led .home-hero-media,
.hero-video-led .hero-slider-controls{
  display:none!important;
}
.hero-video-led:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(90deg,rgba(10,7,4,.88) 0%,rgba(10,7,4,.70) 34%,rgba(10,7,4,.30) 62%,rgba(10,7,4,.46) 100%),
    linear-gradient(0deg,rgba(10,7,4,.55),rgba(10,7,4,0) 52%)!important;
  pointer-events:none!important;
}
.hero-video-led:after{display:none!important}
.hero-video-led .home-hero-grid{
  position:relative;
  z-index:2;
}
.hero-video-led .home-hero-copy h1,
.hero-video-led .home-hero-copy .hero-slide-title{
  color:#fff8ea!important;
  text-shadow:0 18px 44px rgba(0,0,0,.44);
}
.hero-video-led .home-hero-copy>p{
  color:#efe0c8!important;
  text-shadow:0 10px 28px rgba(0,0,0,.46);
}
.hero-video-led .home-hero .eyebrow,
.hero-video-led .eyebrow{
  color:#d3b274!important;
}
.hero-video-led .button.hero-primary{
  background:#fff8ea!important;
  border-color:#fff8ea!important;
  color:#17130f!important;
}
.hero-video-led .button.hero-secondary{
  color:#fff8ea!important;
}
@media(max-width:820px){
  .hero-video-led{
    min-height:calc(100vh - 96px)!important;
  }
  .hero-video-led .home-hero-grid.container{
    min-height:calc(100vh - 96px);
    display:flex;
    align-items:flex-end;
    padding:40px 24px 72px;
  }
  .hero-video-led .home-hero-copy-stack{
    min-height:0;
  }
}

/* Läderach-inspired desktop header and mega menu */
@media(min-width:1121px){
  .header-inner{position:relative;grid-template-columns:minmax(0,1fr) 190px minmax(0,1fr);width:min(1440px,calc(100% - 56px));min-height:92px;gap:28px}
  .main-nav{grid-column:1;grid-row:1;justify-content:flex-start;gap:30px;font-size:13px;letter-spacing:0;text-transform:none}
  .main-nav>a,.nav-item>a,.header-link{padding:34px 0}
  .main-nav>a:after,.nav-item>a:after,.header-link:after{bottom:27px}
  .brand{grid-column:2;grid-row:1;justify-self:center;width:190px;height:74px;justify-content:center}
  .brand img{height:58px;max-width:190px;object-position:center}
  .header-actions{grid-column:3;grid-row:1;justify-self:end;justify-content:flex-end;gap:24px;font-size:12px;letter-spacing:0;text-transform:none}
  .nav-cta{min-height:44px;padding:10px 18px}
  .mega-menu{top:100%;border-top:1px solid #ece8e1;border-bottom:1px solid #e6e0d7;box-shadow:0 18px 40px rgba(19,15,11,.08)}
  .mega-inner{width:min(1240px,calc(100% - 80px));min-height:430px;padding:48px 0 54px;grid-template-columns:220px 260px minmax(460px,1fr);gap:54px}
  .mega-column>span{margin-bottom:12px;color:#17130f;font-size:17px;font-weight:500;letter-spacing:0;text-transform:none}
  .mega-list{gap:0}
  .mega-list a{padding:8px 0!important;font-size:15px;font-weight:400;line-height:1.45;color:#17130f}
  .mega-list a:hover{color:var(--gold-dark)}
  .mega-all{width:max-content;margin-top:16px;padding:10px 13px!important;border:1px solid #8f887f!important;font-size:12px!important;font-weight:600!important}
  .mega-all b{margin-left:5px;font-weight:400}
  .mega-feature{position:relative;display:block;min-height:330px;overflow:hidden;background:#e7dfd1;padding:0!important}
  .mega-feature img{width:100%;height:330px;object-fit:cover;object-position:center}
  .mega-feature:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 38%,rgba(20,13,6,.78) 100%)}
  .mega-feature-overlay{position:absolute;left:28px;right:28px;bottom:25px;z-index:2;color:#fff}
  .mega-feature-overlay span{display:block;color:#f1dfbf;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}
  .mega-feature-overlay strong{display:block;max-width:430px;margin-top:6px;color:#fff;font-family:var(--serif);font-size:35px;line-height:1.02}
  .mega-feature-overlay small{display:block;margin-top:14px;color:#fff;font-size:12px;font-weight:600}
}

/* Three-photo hero restored; business film moves to the following screen */
.hero-photo-led{position:relative;min-height:calc(100vh - 124px);padding:0;background:#17130f}
.hero-photo-led .home-hero-media{display:block;position:absolute;inset:0;z-index:0}
.hero-photo-led .home-hero-bg{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease}
.hero-photo-led .home-hero-bg.active{opacity:1;visibility:visible}
.hero-photo-led .home-hero-bg img{width:100%;height:100%;object-fit:cover;padding:0}
.hero-photo-led:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(15,11,8,.78) 0%,rgba(15,11,8,.48) 44%,rgba(15,11,8,.10) 74%,rgba(15,11,8,.04) 100%)}
.hero-photo-led .home-hero-grid{position:relative;z-index:2;display:flex;align-items:flex-end;min-height:calc(100vh - 124px);padding-top:110px;padding-bottom:86px}
.hero-photo-led .home-hero-copy-stack{width:min(720px,70vw)}
.hero-photo-led .home-hero-copy{display:none;max-width:720px}
.hero-photo-led .home-hero-copy.active{display:block}
.hero-photo-led .home-hero-copy h1,.hero-photo-led .hero-slide-title{color:#fff8ee;font-size:clamp(58px,6.5vw,96px)}
.hero-photo-led .home-hero-copy>p{margin-top:24px;color:#eee3d5;font-size:19px;line-height:1.7}
.hero-photo-led .eyebrow{color:#e4c58f}
.hero-photo-led .hero-slider-controls{position:absolute;right:0;bottom:88px;display:flex;align-items:center;gap:13px}
.hero-photo-led .hero-arrow{width:44px;height:44px;border:1px solid rgba(255,255,255,.55);background:rgba(0,0,0,.15);color:#fff}
.hero-photo-led .hero-dots{display:flex;gap:8px}
.hero-photo-led .hero-dot{width:28px;height:2px;padding:0;border:0;background:rgba(255,255,255,.35)}
.hero-photo-led .hero-dot.active{background:#fff}
.hero-photo-led .hero-primary{background:#fff;border-color:#fff;color:#17130f}
.hero-photo-led .hero-secondary{border-color:rgba(255,255,255,.55);color:#fff}
@media(max-width:820px){
  .hero-photo-led,.hero-photo-led .home-hero-grid{min-height:720px}
  .hero-photo-led .home-hero-grid{padding-top:100px;padding-bottom:110px;align-items:flex-end}
  .hero-photo-led .home-hero-copy-stack{width:100%}
  .hero-photo-led .hero-slider-controls{left:16px;right:auto;bottom:45px}
}

/* 2026-07 split editorial hero — three CMS-managed images */
.home-hero.hero-photo-led{
  position:relative;
  min-height:clamp(650px,78vh,820px);
  overflow:hidden;
  background:
    radial-gradient(circle at 79% 26%,rgba(197,176,143,.17),transparent 34%),
    linear-gradient(90deg,#f8f5ef 0%,#f8f5ef 48%,#eee8de 100%);
  color:var(--ink);
}
.hero-photo-led .home-hero-grid{
  position:relative;
  z-index:2;
  min-height:clamp(650px,78vh,820px);
  display:grid;
  grid-template-columns:minmax(380px,.78fr) minmax(580px,1.22fr);
  gap:clamp(56px,7vw,120px);
  align-items:center;
  padding-block:clamp(72px,9vh,112px);
}
.hero-photo-led .home-hero-copy-stack{
  position:relative;
  min-height:455px;
  display:flex;
  align-items:center;
}
.hero-photo-led .home-hero-copy{
  position:absolute;
  inset:auto 0;
  max-width:620px;
  opacity:0;
  visibility:hidden;
  transform:translateY(22px);
  transition:opacity .55s ease,transform .65s cubic-bezier(.2,.7,.2,1),visibility .55s;
  pointer-events:none;
}
.hero-photo-led .home-hero-copy.active{
  position:relative;
  opacity:1;
  visibility:visible;
  transform:none;
  pointer-events:auto;
}
.hero-photo-led .eyebrow{
  color:var(--gold-dark);
  letter-spacing:.2em;
  font-size:12px;
  font-weight:700;
}
.hero-photo-led .home-hero-copy h1,
.hero-photo-led .home-hero-copy .hero-slide-title{
  max-width:640px;
  margin:22px 0 24px;
  font-family:var(--serif);
  font-size:clamp(62px,5.5vw,92px);
  line-height:.94;
  font-weight:500;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.hero-photo-led .home-hero-copy>p{
  max-width:570px;
  margin:0 0 34px;
  color:#706960;
  font-size:clamp(17px,1.25vw,21px);
  line-height:1.55;
}
.hero-photo-led .hero-actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.hero-photo-led .button.hero-primary{
  min-height:54px;
  padding:16px 26px;
  background:var(--dark);
  border:1px solid var(--dark);
  color:#fff;
}
.hero-photo-led .button.hero-secondary{
  min-height:auto;
  padding:8px 0 6px;
  color:var(--ink);
  border:0;
  border-bottom:1px solid currentColor;
  background:transparent;
}
.hero-photo-led .home-hero-visual{
  position:relative;
  min-width:0;
  width:100%;
  height:auto;
  max-width:none;
  margin:0;
  justify-self:stretch;
  align-self:center;
  background:transparent;
  box-shadow:none;
}
.hero-photo-led .home-hero-visual:before{display:none}
.hero-photo-led .home-hero-media{
  position:relative;
  width:100%;
  aspect-ratio:1.55/1;
  min-height:430px;
  max-height:610px;
  overflow:hidden;
  background:#e9e2d7;
  box-shadow:0 34px 80px rgba(44,35,25,.13);
}
.hero-photo-led .home-hero-bg{
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  transform:scale(1.025);
  transition:opacity .75s ease,transform 7.5s ease;
  pointer-events:none;
}
.hero-photo-led .home-hero-bg.active{opacity:1;transform:scale(1)}
.hero-photo-led .home-hero-bg img{
  width:100%;
  height:100%;
  display:block;
  background:#f3efe8;
}
.hero-photo-led .home-hero-bg:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,0) 62%,rgba(20,14,8,.10));
}
.hero-photo-led .hero-slider-controls{
  position:absolute!important;
  right:26px!important;
  bottom:24px!important;
  left:auto!important;
  top:auto!important;
  z-index:5;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 15px;
  background:rgba(255,255,255,.94);
  box-shadow:0 12px 35px rgba(30,22,15,.12);
  backdrop-filter:blur(8px);
}
.hero-photo-led .hero-arrow{
  width:34px;
  height:34px;
  border:0;
  padding:0;
  background:transparent;
  color:var(--ink);
  font-size:18px;
}
.hero-photo-led .hero-dots{display:flex;gap:8px;align-items:center}
.hero-photo-led .hero-dot{
  width:28px;
  height:2px;
  padding:0;
  border:0;
  background:#c7beb0;
  transition:width .25s ease,background .25s ease;
}
.hero-photo-led .hero-dot.active{width:42px;background:var(--gold-dark)}
.hero-photo-led .hero-slide-counter{
  position:absolute;
  left:-35px;
  bottom:34px;
  z-index:6;
  display:flex;
  align-items:center;
  gap:9px;
  padding:9px 12px;
  background:#f8f5ef;
  color:#645b51;
  font-size:11px;
  letter-spacing:.16em;
}
.hero-photo-led .hero-slide-counter i{display:block;width:26px;height:1px;background:#b9aa96}

@media (max-width:1100px){
  .hero-photo-led .home-hero-grid{grid-template-columns:minmax(330px,.85fr) minmax(470px,1.15fr);gap:46px}
  .hero-photo-led .home-hero-copy h1,.hero-photo-led .home-hero-copy .hero-slide-title{font-size:clamp(52px,6vw,72px)}
}
@media (max-width:860px){
  .home-hero.hero-photo-led{min-height:auto}
  .hero-photo-led .home-hero-grid{min-height:auto;grid-template-columns:1fr;gap:34px;padding-block:48px 56px}
  .hero-photo-led .home-hero-copy-stack{min-height:365px;order:1}
  .hero-photo-led .home-hero-visual{order:2}
  .hero-photo-led .home-hero-media{min-height:0;max-height:none;aspect-ratio:4/3}
  .hero-photo-led .hero-slide-counter{left:16px;bottom:18px;background:rgba(248,245,239,.92)}
  .hero-photo-led .hero-slider-controls{right:16px!important;bottom:16px!important}
}
@media (max-width:560px){
  .hero-photo-led .home-hero-grid{width:min(100% - 32px,1280px);padding-block:36px 44px;gap:24px}
  .hero-photo-led .home-hero-copy-stack{min-height:355px}
  .hero-photo-led .home-hero-copy h1,.hero-photo-led .home-hero-copy .hero-slide-title{font-size:clamp(48px,14vw,64px);margin-top:16px}
  .hero-photo-led .home-hero-copy>p{font-size:16px;margin-bottom:24px}
  .hero-photo-led .hero-actions{gap:16px}
  .hero-photo-led .button.hero-primary{width:100%;justify-content:center}
  .hero-photo-led .hero-slide-counter{display:none}
  .hero-photo-led .hero-slider-controls{padding:8px 10px}
  .hero-photo-led .hero-dot{width:18px}.hero-photo-led .hero-dot.active{width:28px}
}

/* Mobile hero interaction: indicators belong to the image, clear of CTA text. */
.hero-reference .home-hero-media{touch-action:pan-y}
.hero-reference .home-hero-media>.hero-slider-controls{z-index:6!important}
@media (max-width:900px){
  .hero-reference .home-hero-media>.hero-slider-controls{
    position:absolute!important;
    inset:auto 0 14px 0!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
  }
  .hero-reference .home-hero-media .hero-dots{gap:8px!important}
  .hero-reference .home-hero-media .hero-dot{width:28px!important;height:3px!important}
  .hero-reference .home-hero-media .hero-dot.active{width:36px!important}
}

/* Craftsmanship uses an editorial hero, separate from generic content pages. */
.page-hero.craftsmanship-hero{padding:0;background:#f7f4ee}
.craftsmanship-hero .simple-page-hero-grid{width:100%;max-width:none!important;min-height:min(760px,calc(100vh - 110px));grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;align-items:stretch}
.craftsmanship-hero .simple-page-hero-grid>div{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:72px clamp(48px,7vw,150px)}
.craftsmanship-hero h1{max-width:720px;margin:10px 0 28px;font-size:78px;line-height:.97;letter-spacing:0;text-wrap:balance}
.craftsmanship-hero .lead{max-width:650px;font-size:18px;line-height:1.7}
.craftsmanship-hero .simple-page-photo{width:100%;height:100%;min-height:min(760px,calc(100vh - 110px));margin:0;aspect-ratio:auto;box-shadow:none}
.craftsmanship-hero .simple-page-photo img{width:100%;height:100%;min-height:100%;aspect-ratio:auto;object-fit:cover;padding:0}
@media (max-width:1180px){
  .craftsmanship-hero .simple-page-hero-grid{width:100%;grid-template-columns:1fr 1fr;gap:0}
  .craftsmanship-hero .simple-page-hero-grid>div{padding:60px 44px}
  .craftsmanship-hero h1{font-size:60px}
}
@media (max-width:800px){
  .page-hero.craftsmanship-hero{padding:28px 0 56px!important}
  .craftsmanship-hero .simple-page-hero-grid{width:calc(100% - 32px)!important;min-height:0;grid-template-columns:1fr!important;gap:30px!important}
  .craftsmanship-hero .simple-page-hero-grid>div{padding:0}
  .craftsmanship-hero .simple-page-photo{order:-1;height:auto;min-height:0;aspect-ratio:4/3}
  .craftsmanship-hero h1{max-width:100%;margin:8px 0 20px;font-size:44px!important;line-height:1.02!important}
  .craftsmanship-hero .lead{font-size:16px!important;line-height:1.62!important}
  .craftsmanship-hero .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .craftsmanship-hero .button{width:100%}
}
@media (max-width:480px){
  .craftsmanship-hero .simple-page-hero-grid{width:calc(100% - 24px)!important}
  .craftsmanship-hero h1{font-size:39px!important}
  .craftsmanship-hero .hero-actions{grid-template-columns:1fr}
}

/* Reference first viewport pass */
.home-hero.hero-reference{position:relative;min-height:670px;padding:0;background:#f6f0e8;overflow:hidden;border-bottom:1px solid rgba(38,28,18,.08)}
.hero-reference .home-hero-media{position:absolute;inset:0;z-index:0;width:100%;height:100%;aspect-ratio:auto;max-height:none;box-shadow:none;background:#f4eee6;overflow:hidden}
.hero-reference .home-hero-bg{position:absolute;inset:0;margin:0;opacity:0;transform:scale(1.015);transition:opacity .55s ease,transform 1.2s ease;pointer-events:none}
.hero-reference .home-hero-bg.active{opacity:1;transform:scale(1)}
.hero-reference .home-hero-bg img{width:100%;height:100%;object-fit:cover;background:#f4eee6}
.hero-reference .home-hero-media:before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(248,244,238,.98) 0%,rgba(248,244,238,.88) 25%,rgba(248,244,238,.36) 47%,rgba(248,244,238,0) 69%);pointer-events:none}
.hero-reference .home-hero-media:after{content:"";position:absolute;inset:auto 0 0;height:120px;z-index:2;background:linear-gradient(180deg,rgba(248,244,238,0),rgba(248,244,238,.62));pointer-events:none}
.hero-reference .home-hero-grid{position:relative;z-index:3;min-height:670px;display:grid;grid-template-columns:minmax(320px,520px) 1fr;align-items:center;width:min(100% - 96px,1370px);padding:34px 0 76px;gap:40px}
.hero-reference .home-hero-copy-stack{position:relative;min-height:405px;width:100%;align-self:center}
.hero-reference .home-hero-copy{position:absolute;inset:0 auto auto 0;max-width:520px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .35s ease,transform .35s ease,visibility .35s ease;pointer-events:none}
.hero-reference .home-hero-copy.active{position:relative;opacity:1;visibility:visible;transform:none;pointer-events:auto}
.hero-reference .eyebrow{margin-bottom:22px;color:var(--gold-dark);font-size:11px;letter-spacing:.22em}
.hero-reference .home-hero-copy h1,.hero-reference .home-hero-copy .hero-slide-title{max-width:500px;margin:0 0 24px;color:#0d0c0b;font-family:var(--serif);font-size:clamp(76px,7.2vw,112px);font-weight:500;line-height:.96;letter-spacing:0;text-wrap:balance}
.hero-reference .home-hero-copy>p{max-width:455px;margin:0 0 34px;color:#554f49;font-size:19px;line-height:1.65}
.hero-reference .hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-top:0}
.hero-reference .button.hero-primary{min-height:54px;padding:16px 28px;background:#101010;border-color:#101010;color:#fff;box-shadow:none}
.hero-reference .button.hero-secondary{min-height:42px;padding:8px 0;background:transparent;border:0;color:#161310}
.hero-reference .hero-slider-controls{position:absolute!important;right:0!important;bottom:36px!important;z-index:5;display:flex;align-items:center;gap:22px;min-width:320px;padding:22px 28px;background:rgba(255,255,255,.94);border:0;box-shadow:0 18px 45px rgba(48,36,22,.10);backdrop-filter:blur(8px)}
.hero-reference .hero-arrow{width:34px;height:34px;border:0;background:transparent;color:#111;font-size:20px;line-height:1;cursor:pointer}
.hero-reference .hero-dots{display:flex;align-items:center;gap:14px;flex:1;justify-content:center}
.hero-reference .hero-dot{width:42px;height:2px;padding:0;border:0;background:#d5ccc1;cursor:pointer;transition:background .25s ease,width .25s ease}
.hero-reference .hero-dot.active{width:52px;background:var(--gold-dark)}
.proof-bar.proof-reference{padding:28px 0 30px;background:#fbfaf7;border-bottom:1px solid rgba(38,28,18,.08)}
.proof-reference .container{width:min(100% - 96px,1370px)}
.proof-reference .proof-line{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:0}
.proof-reference article{display:grid;grid-template-columns:74px 1fr;grid-template-rows:auto auto;column-gap:20px;align-items:center;min-height:82px;padding:0 28px;border-right:1px solid rgba(174,130,67,.28)}
.proof-reference article:last-child{border-right:0}
.proof-reference b{grid-row:1 / 3;display:grid;place-items:center;width:58px;height:58px;border:1px solid var(--gold);border-radius:50%;color:var(--gold-dark);font-size:28px;font-weight:400;line-height:1}
.proof-reference strong{color:#191714;font-size:14px;line-height:1.25;font-weight:800}
.proof-reference span{display:block;margin-top:6px;padding:0;border:0;color:#5f5850;font-size:14px;line-height:1.5;font-weight:400;letter-spacing:0;text-align:left;text-transform:none}
@media (max-width:1100px){.hero-reference .home-hero-grid{width:min(100% - 48px,1370px);grid-template-columns:minmax(300px,470px) 1fr}.hero-reference .home-hero-copy h1,.hero-reference .home-hero-copy .hero-slide-title{font-size:clamp(62px,8vw,86px)}.proof-reference .container{width:min(100% - 48px,1370px)}.proof-reference .proof-line{grid-template-columns:repeat(2,1fr);row-gap:24px}.proof-reference article:nth-child(2){border-right:0}}
@media (max-width:760px){.home-hero.hero-reference{min-height:auto}.hero-reference .home-hero-media{position:relative;height:390px;inset:auto;order:2}.hero-reference .home-hero-media:before{background:linear-gradient(180deg,rgba(248,244,238,0),rgba(248,244,238,.18))}.hero-reference .home-hero-grid{display:flex;flex-direction:column;min-height:0;width:min(100% - 32px,1370px);padding:38px 0 28px;gap:24px}.hero-reference .home-hero-copy-stack{min-height:0}.hero-reference .home-hero-copy{position:absolute}.hero-reference .home-hero-copy.active{position:relative}.hero-reference .home-hero-copy h1,.hero-reference .home-hero-copy .hero-slide-title{font-size:clamp(52px,15vw,72px)}.hero-reference .home-hero-copy>p{font-size:16px}.hero-reference .button.hero-primary{width:100%}.hero-reference .hero-slider-controls{position:relative!important;right:auto!important;bottom:auto!important;align-self:stretch;min-width:0;width:100%;padding:14px 16px}.proof-reference .container{width:min(100% - 32px,1370px)}.proof-reference .proof-line{grid-template-columns:1fr;gap:18px}.proof-reference article{border-right:0;border-bottom:1px solid rgba(174,130,67,.22);padding:0 0 18px}.proof-reference article:last-child{border-bottom:0}}

/* Emergency correction: match the supplied first-screen render, isolated from older hero experiments */
.home-hero.hero-reference{
  min-height:665px!important;
  height:calc(100vh - 128px)!important;
  max-height:730px!important;
  padding:0!important;
  background:#f6f1e9!important;
  overflow:hidden!important;
}
.hero-reference .home-hero-media{
  position:absolute!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  background:#f6f1e9!important;
  box-shadow:none!important;
  border:0!important;
  overflow:hidden!important;
}
.hero-reference .home-hero-bg{
  position:absolute!important;
  inset:0!important;
  margin:0!important;
  border:0!important;
  background:#f6f1e9!important;
}
.hero-reference .home-hero-bg img{
  position:absolute!important;
  top:0!important;
  right:0!important;
  width:64%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  opacity:1!important;
}
.hero-reference .home-hero-media:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  background:linear-gradient(90deg,#f7f2ea 0%,#f7f2ea 34%,rgba(247,242,234,.86) 43%,rgba(247,242,234,.18) 58%,rgba(247,242,234,0) 73%)!important;
  pointer-events:none!important;
}
.hero-reference .home-hero-media:after{
  content:""!important;
  position:absolute!important;
  inset:auto 0 0!important;
  z-index:2!important;
  height:105px!important;
  background:linear-gradient(180deg,rgba(247,242,234,0),rgba(247,242,234,.55))!important;
  pointer-events:none!important;
}
.hero-reference .home-hero-grid{
  position:relative!important;
  z-index:4!important;
  width:min(100% - 128px,1360px)!important;
  min-height:100%!important;
  height:100%!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:minmax(390px,465px) 1fr!important;
  align-items:center!important;
  gap:40px!important;
}
.hero-reference .home-hero-copy-stack{
  min-height:410px!important;
  align-self:center!important;
}
.hero-reference .home-hero-copy{
  max-width:465px!important;
}
.hero-reference .eyebrow{
  margin-bottom:22px!important;
  font-size:11px!important;
  letter-spacing:.22em!important;
  color:#a26f2d!important;
}
.hero-reference .home-hero-copy h1,
.hero-reference .home-hero-copy .hero-slide-title{
  max-width:455px!important;
  margin:0 0 24px!important;
  font-size:clamp(70px,5.7vw,92px)!important;
  line-height:.98!important;
  font-weight:500!important;
  letter-spacing:0!important;
  color:#080706!important;
}
.hero-reference .home-hero-copy>p{
  max-width:430px!important;
  margin:0 0 32px!important;
  color:#57514a!important;
  font-size:18px!important;
  line-height:1.55!important;
}
.hero-reference .hero-actions{
  display:flex!important;
  align-items:center!important;
  gap:32px!important;
  margin:0!important;
}
.hero-reference .button.hero-primary{
  min-height:54px!important;
  padding:16px 27px!important;
  background:#111!important;
  border-color:#111!important;
  color:#fff!important;
}
.hero-reference .button.hero-secondary{
  min-height:auto!important;
  padding:7px 0 5px!important;
  border:0!important;
  border-bottom:1px solid #211c17!important;
  background:transparent!important;
  color:#211c17!important;
}
.hero-reference .hero-slider-controls{
  position:absolute!important;
  right:0!important;
  bottom:34px!important;
  z-index:8!important;
  min-width:320px!important;
  width:320px!important;
  padding:19px 24px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 18px 44px rgba(45,35,24,.10)!important;
  border:0!important;
  transform:none!important;
}
.hero-reference .hero-arrow{
  width:32px!important;
  height:32px!important;
  border:0!important;
  background:transparent!important;
  color:#111!important;
  font-size:18px!important;
}
.hero-reference .hero-dots{display:flex!important;gap:12px!important;align-items:center!important;justify-content:center!important;flex:1!important}
.hero-reference .hero-dot{width:38px!important;height:2px!important;padding:0!important;border:0!important;background:#d8d1c8!important}
.hero-reference .hero-dot.active{width:46px!important;background:#a8752e!important}
.proof-bar.proof-reference{
  padding:28px 0!important;
  background:#fffdf9!important;
}
.proof-reference .container{width:min(100% - 128px,1360px)!important}
.proof-reference .proof-line{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  padding:0!important;
  align-items:stretch!important;
}
.proof-reference article{
  display:grid!important;
  grid-template-columns:72px 1fr!important;
  grid-template-rows:auto auto!important;
  column-gap:18px!important;
  align-items:center!important;
  min-height:86px!important;
  padding:0 26px!important;
  border-right:1px solid rgba(174,130,67,.28)!important;
}
.proof-reference article:last-child{border-right:0!important}
.proof-reference b{
  grid-row:1 / 3!important;
  display:grid!important;
  place-items:center!important;
  width:58px!important;
  height:58px!important;
  border:1px solid #b78339!important;
  border-radius:50%!important;
  color:#a8752e!important;
  font-size:25px!important;
  font-weight:400!important;
  line-height:1!important;
}
.proof-reference strong{
  display:block!important;
  margin:0!important;
  color:#161411!important;
  font-size:14px!important;
  line-height:1.22!important;
  font-weight:800!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-align:left!important;
}
.proof-bar.proof-reference .proof-line span,
.proof-reference span{
  display:block!important;
  margin:6px 0 0!important;
  padding:0!important;
  border:0!important;
  color:#5d554d!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:400!important;
  letter-spacing:0!important;
  text-align:left!important;
  text-transform:none!important;
}
@media (min-width:1500px){
  .hero-reference .home-hero-bg img{width:61%!important;object-position:center center!important}
  .hero-reference .home-hero-grid{grid-template-columns:minmax(390px,480px) 1fr!important}
}
@media (max-width:1100px){
  .home-hero.hero-reference{height:auto!important;max-height:none!important;min-height:620px!important}
  .hero-reference .home-hero-grid{width:min(100% - 48px,1360px)!important;grid-template-columns:minmax(330px,430px) 1fr!important}
  .hero-reference .home-hero-bg img{width:66%!important}
  .hero-reference .home-hero-copy h1,.hero-reference .home-hero-copy .hero-slide-title{font-size:clamp(58px,7vw,76px)!important}
  .proof-reference .container{width:min(100% - 48px,1360px)!important}
}
@media (max-width:760px){
  .home-hero.hero-reference{height:auto!important;min-height:0!important}
  .hero-reference .home-hero-grid{display:flex!important;flex-direction:column!important;width:min(100% - 32px,1360px)!important;padding:38px 0 24px!important;gap:22px!important}
  .hero-reference .home-hero-media{position:relative!important;height:360px!important;order:2!important}
  .hero-reference .home-hero-bg img{width:100%!important;object-position:center center!important}
  .hero-reference .home-hero-media:before{background:linear-gradient(180deg,rgba(247,242,234,0),rgba(247,242,234,.2))!important}
  .hero-reference .home-hero-copy-stack{min-height:0!important;width:100%!important}
  .hero-reference .home-hero-copy.active{position:relative!important}
  .hero-reference .home-hero-copy h1,.hero-reference .home-hero-copy .hero-slide-title{font-size:clamp(48px,14vw,64px)!important}
  .hero-reference .button.hero-primary{width:100%!important}
  .hero-reference .hero-slider-controls{position:relative!important;right:auto!important;bottom:auto!important;width:100%!important;min-width:0!important}
  .proof-reference .container{width:min(100% - 32px,1360px)!important}
  .proof-reference .proof-line{grid-template-columns:1fr!important;gap:18px!important}
  .proof-reference article{border-right:0!important;border-bottom:1px solid rgba(174,130,67,.22)!important;padding:0 0 18px!important}
}

/* Final reference hero: full faded background scene */
.home-hero.hero-reference{height:665px!important;min-height:665px!important;max-height:none!important;background:#f7f1e9!important;overflow:hidden!important}
.hero-reference .home-hero-media{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;background:#f7f1e9!important;box-shadow:none!important;border:0!important;overflow:hidden!important}
.hero-reference .home-hero-bg img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;padding:0!important;border:0!important;box-shadow:none!important;filter:saturate(.92) contrast(.96) brightness(1.04)!important}
.hero-reference .home-hero-media:before{content:""!important;position:absolute!important;inset:0!important;z-index:2!important;background:linear-gradient(90deg,#f7f1e9 0%,rgba(247,241,233,.98) 23%,rgba(247,241,233,.76) 39%,rgba(247,241,233,.28) 53%,rgba(247,241,233,0) 70%)!important;pointer-events:none!important}
.hero-reference .home-hero-media:after{content:""!important;position:absolute!important;inset:auto 0 0!important;height:125px!important;z-index:2!important;background:linear-gradient(180deg,rgba(247,241,233,0),rgba(247,241,233,.72))!important;pointer-events:none!important}
.hero-reference .home-hero-grid{width:min(100% - 128px,1360px)!important;height:100%!important;min-height:100%!important;padding:0!important;display:grid!important;grid-template-columns:470px 1fr!important;align-items:center!important;position:relative!important;z-index:4!important}
.hero-reference .home-hero-copy-stack{min-height:405px!important}.hero-reference .home-hero-copy{max-width:470px!important}.hero-reference .home-hero-copy h1,.hero-reference .home-hero-copy .hero-slide-title{font-size:clamp(72px,5.8vw,94px)!important;line-height:.99!important;max-width:470px!important;margin-bottom:24px!important}.hero-reference .home-hero-copy>p{font-size:18px!important;line-height:1.58!important;max-width:430px!important;color:#514c45!important}.hero-reference .hero-slider-controls{right:0!important;bottom:34px!important;width:320px!important;min-width:320px!important;padding:19px 24px!important;background:rgba(255,255,255,.95)!important}
.proof-reference b svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.proof-reference b{font-size:0!important}.proof-reference strong{text-transform:none!important;letter-spacing:0!important}.proof-bar.proof-reference .proof-line span{text-transform:none!important;letter-spacing:0!important;font-size:14px!important;font-weight:400!important;color:#5e574f!important}
@media (max-width:900px){.home-hero.hero-reference{height:auto!important;min-height:0!important}.hero-reference .home-hero-grid{width:min(100% - 32px,1360px)!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;padding:38px 0 28px!important}.hero-reference .home-hero-media{position:relative!important;height:380px!important}.hero-reference .home-hero-copy-stack{min-height:0!important}.hero-reference .home-hero-copy h1,.hero-reference .home-hero-copy .hero-slide-title{font-size:clamp(50px,14vw,68px)!important}.hero-reference .hero-slider-controls{position:relative!important;right:auto!important;bottom:auto!important;width:100%!important;min-width:0!important}.proof-reference .proof-line{grid-template-columns:1fr!important}.proof-reference article{border-right:0!important;border-bottom:1px solid rgba(174,130,67,.22)!important}}

/* Final exact hero match: supplied faded TABCO render */
.home-hero.hero-reference{
  height:640px!important;
  min-height:640px!important;
  max-height:640px!important;
  padding:0!important;
  background:#f7f1e9!important;
  border-bottom:0!important;
  overflow:hidden!important;
}
.hero-reference .home-hero-media{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  background:#f7f1e9!important;
  overflow:hidden!important;
}
.hero-reference .home-hero-bg img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  padding:0!important;
  filter:saturate(.94) contrast(.98) brightness(1.03)!important;
}
.hero-reference .home-hero-media:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  background:linear-gradient(90deg,#f8f2ea 0%,rgba(248,242,234,.985) 23%,rgba(248,242,234,.84) 35%,rgba(248,242,234,.44) 48%,rgba(248,242,234,.08) 63%,rgba(248,242,234,0) 76%)!important;
  pointer-events:none!important;
}
.hero-reference .home-hero-media:after{
  content:""!important;
  position:absolute!important;
  inset:auto 0 0!important;
  height:100px!important;
  z-index:2!important;
  background:linear-gradient(180deg,rgba(248,242,234,0),rgba(248,242,234,.72))!important;
  pointer-events:none!important;
}
.hero-reference .home-hero-grid{
  position:relative!important;
  z-index:4!important;
  width:min(100% - 112px,1380px)!important;
  height:100%!important;
  min-height:100%!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:430px 1fr!important;
  align-items:center!important;
}
.hero-reference .home-hero-copy-stack{min-height:432px!important;width:430px!important;align-self:center!important}
.hero-reference .home-hero-copy{max-width:430px!important}
.hero-reference .eyebrow{margin:0 0 24px!important;color:#a8752e!important;font-size:11px!important;line-height:1!important;letter-spacing:.18em!important}
.hero-reference .home-hero-copy h1,.hero-reference .home-hero-copy .hero-slide-title{max-width:430px!important;margin:0 0 28px!important;color:#090807!important;font-size:clamp(66px,5.25vw,82px)!important;font-weight:500!important;line-height:.99!important;letter-spacing:0!important;text-wrap:balance!important}
.hero-reference .home-hero-copy>p{max-width:410px!important;margin:0 0 34px!important;color:#59534c!important;font-size:18px!important;line-height:1.55!important}
.hero-reference .hero-actions{display:flex!important;align-items:center!important;gap:34px!important;margin:0!important;flex-wrap:nowrap!important}
.hero-reference .button.hero-primary{min-height:56px!important;padding:16px 28px!important;background:#101010!important;border-color:#101010!important;color:#fff!important;font-size:11px!important;letter-spacing:.14em!important;white-space:nowrap!important}
.hero-reference .button.hero-secondary{min-height:auto!important;padding:7px 0 5px!important;border:0!important;background:transparent!important;color:#191510!important;font-size:11px!important;letter-spacing:.14em!important;white-space:nowrap!important}
.hero-reference .hero-slider-controls{position:absolute!important;right:0!important;bottom:34px!important;z-index:8!important;width:300px!important;min-width:300px!important;padding:18px 22px!important;display:flex!important;align-items:center!important;gap:16px!important;background:rgba(255,255,255,.965)!important;box-shadow:0 16px 38px rgba(43,33,22,.08)!important;border:0!important;backdrop-filter:none!important}
.hero-reference .hero-arrow{width:30px!important;height:30px!important;border:0!important;background:transparent!important;color:#111!important;font-size:18px!important;line-height:1!important}
.hero-reference .hero-dots{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;flex:1!important}
.hero-reference .hero-dot{width:38px!important;height:2px!important;padding:0!important;border:0!important;background:#d7cec5!important}
.hero-reference .hero-dot.active{width:44px!important;background:#a8752e!important}
.proof-reference b img{display:block;width:34px!important;height:34px!important;object-fit:contain!important}
@media (min-width:1450px){.home-hero.hero-reference{height:660px!important;min-height:660px!important;max-height:660px!important}.hero-reference .home-hero-grid{width:min(100% - 128px,1440px)!important;grid-template-columns:440px 1fr!important}.hero-reference .home-hero-copy h1,.hero-reference .home-hero-copy .hero-slide-title{font-size:88px!important}}
@media (max-width:900px){.home-hero.hero-reference{height:auto!important;min-height:0!important;max-height:none!important}.hero-reference .home-hero-grid{width:min(100% - 32px,1380px)!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;padding:38px 0 28px!important}.hero-reference .home-hero-media{position:relative!important;height:380px!important;order:2!important}.hero-reference .home-hero-copy-stack{width:100%!important;min-height:0!important}.hero-reference .home-hero-copy h1,.hero-reference .home-hero-copy .hero-slide-title{font-size:clamp(50px,14vw,66px)!important}.hero-reference .hero-actions{flex-wrap:wrap!important}.hero-reference .button.hero-primary{width:100%!important}.hero-reference .hero-slider-controls{position:relative!important;right:auto!important;bottom:auto!important;width:100%!important;min-width:0!important}}

/* Authoritative first viewport: clean full-quality imagery with no CSS fade. */
.nav-cta{gap:6px!important;line-height:1!important;padding-block:12px!important}
.nav-cta small{line-height:1.15!important;margin:0!important}
.home-hero.hero-reference{height:670px!important;min-height:670px!important;max-height:670px!important;padding:0!important;background:#f8f2ea!important;overflow:hidden!important}
.hero-reference .home-hero-media{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;background:#f8f2ea!important;overflow:hidden!important}
.hero-reference .home-hero-bg,.hero-reference .home-hero-bg img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;border:0!important}
.hero-reference .home-hero-bg img{object-fit:cover!important;image-rendering:auto!important;filter:none!important;transform:none!important;backface-visibility:hidden!important}
.hero-reference .home-hero-media:before,.hero-reference .home-hero-media:after{content:none!important;display:none!important;background:none!important}
.hero-reference .home-hero-grid{position:relative!important;z-index:4!important;width:min(100% - 128px,1380px)!important;height:100%!important;min-height:100%!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:440px 1fr!important;align-items:center!important}
.hero-reference .home-hero-copy-stack{width:440px!important;min-height:430px!important;align-self:center!important}
.hero-reference .home-hero-copy{max-width:440px!important}
.hero-reference .eyebrow{margin:0 0 28px!important;color:#a8752e!important;font-size:11px!important;line-height:1.1!important;letter-spacing:.18em!important}
.hero-reference .home-hero-copy h1,.hero-reference .home-hero-copy .hero-slide-title{max-width:440px!important;margin:0 0 28px!important;color:#090807!important;font-size:82px!important;font-weight:500!important;line-height:1!important;letter-spacing:0!important;text-wrap:balance!important}
.hero-reference .home-hero-copy>p{max-width:420px!important;margin:0 0 34px!important;color:#59534c!important;font-size:18px!important;line-height:1.58!important}
.hero-reference .hero-actions{display:flex!important;align-items:center!important;gap:34px!important;margin:0!important;flex-wrap:nowrap!important}
.hero-reference .button.hero-primary{min-height:56px!important;padding:16px 28px!important;background:#101010!important;border-color:#101010!important;color:#fff!important;font-size:11px!important;letter-spacing:.14em!important;white-space:nowrap!important}
.hero-reference .button.hero-secondary{min-height:auto!important;padding:8px 0!important;border:0!important;background:transparent!important;color:#191510!important;font-size:11px!important;letter-spacing:.14em!important;white-space:nowrap!important}
.hero-reference .hero-slider-controls{position:absolute!important;right:0!important;bottom:36px!important;z-index:8!important;width:320px!important;min-width:320px!important;padding:19px 24px!important;background:rgba(255,255,255,.97)!important;border:0!important;box-shadow:0 14px 34px rgba(43,33,22,.08)!important}
.proof-reference b svg,.proof-reference b .proof-icon-upload{display:block!important;width:38px!important;height:38px!important;max-width:38px!important;max-height:38px!important;object-fit:contain!important;object-position:center!important}
.proof-reference b svg{fill:none!important;stroke:currentColor!important;stroke-width:1.45!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.proof-reference b{overflow:hidden!important;color:#ad792e!important}
.collection-hero-media img,.product-image img{image-rendering:auto!important;filter:none!important;transform:none!important;backface-visibility:hidden!important}
@media (max-width:1100px) and (min-width:901px){.hero-reference .home-hero-grid{width:min(100% - 64px,1380px)!important;grid-template-columns:400px 1fr!important}.hero-reference .home-hero-copy h1,.hero-reference .home-hero-copy .hero-slide-title{font-size:72px!important}}
@media (max-width:900px){.home-hero.hero-reference{height:auto!important;min-height:0!important;max-height:none!important}.hero-reference .home-hero-grid{width:min(100% - 32px,1380px)!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;padding:38px 0 28px!important}.hero-reference .home-hero-copy-stack{width:100%!important;min-height:0!important}.hero-reference .home-hero-copy h1,.hero-reference .home-hero-copy .hero-slide-title{font-size:clamp(50px,14vw,66px)!important}.hero-reference .home-hero-media{position:relative!important;inset:auto!important;height:380px!important;order:2!important}.hero-reference .home-hero-media:before,.hero-reference .home-hero-media:after{content:none!important;display:none!important;background:none!important}.hero-reference .hero-actions{flex-wrap:wrap!important}.hero-reference .button.hero-primary{width:100%!important}.hero-reference .hero-slider-controls{position:relative!important;right:auto!important;bottom:auto!important;width:100%!important;min-width:0!important}}

/* Hard final override: no hero wash, no boxed slider over the product. */
.home-hero.hero-reference::before,
.home-hero.hero-reference::after,
.hero-reference::before,
.hero-reference::after,
.hero-reference .home-hero-media::before,
.hero-reference .home-hero-media::after,
.hero-reference .home-hero-bg::before,
.hero-reference .home-hero-bg::after{
  content:none!important;
  display:none!important;
  background:none!important;
  opacity:0!important;
}
.hero-reference .home-hero-bg img{
  filter:none!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  object-fit:cover!important;
  object-position:center center!important;
}
.hero-reference .hero-slider-controls{
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  inset:0!important;
  width:auto!important;
  min-width:0!important;
  height:100%!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  pointer-events:none!important;
  display:block!important;
}
.hero-reference .hero-arrow{
  position:absolute!important;
  top:50%!important;
  width:42px!important;
  height:42px!important;
  transform:translateY(-50%)!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.34)!important;
  color:#111!important;
  font-size:18px!important;
  pointer-events:auto!important;
  opacity:.7!important;
  box-shadow:0 10px 26px rgba(40,31,22,.08)!important;
  backdrop-filter:blur(6px)!important;
  transition:opacity .2s ease,background .2s ease,transform .2s ease!important;
}
.hero-reference .hero-arrow:hover{
  opacity:1!important;
  background:rgba(255,255,255,.72)!important;
  transform:translateY(-50%) scale(1.04)!important;
}
.hero-reference .hero-arrow[data-hero-prev]{
  left:22px!important;
}
.hero-reference .hero-arrow[data-hero-next]{
  right:22px!important;
}
.hero-reference .hero-dots{
  position:absolute!important;
  left:50%!important;
  bottom:26px!important;
  transform:translateX(-50%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:13px!important;
  width:auto!important;
  pointer-events:auto!important;
  padding:9px 14px!important;
  background:rgba(255,255,255,.34)!important;
  border-radius:999px!important;
  backdrop-filter:blur(6px)!important;
}
.hero-reference .hero-dot{
  width:44px!important;
  height:2px!important;
  padding:0!important;
  border:0!important;
  background:rgba(120,105,92,.34)!important;
}
.hero-reference .hero-dot.active{
  width:52px!important;
  background:#a8752e!important;
}
@media (max-width:900px){
  .hero-reference .hero-slider-controls{
    position:absolute!important;
    inset:0!important;
    height:380px!important;
  }
  .hero-reference .hero-arrow[data-hero-prev]{left:10px!important}
  .hero-reference .hero-arrow[data-hero-next]{right:10px!important}
  .hero-reference .hero-dots{bottom:18px!important}
}

/* Final hero controls: dots only, with image biased right for readable copy. */
.hero-reference .home-hero-bg img{
  object-position:74% 50%!important;
}
.hero-reference .hero-slider-controls{
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:auto!important;
  bottom:24px!important;
  height:auto!important;
  width:100%!important;
  min-width:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  pointer-events:none!important;
}
.hero-reference .hero-arrow{
  display:none!important;
}
.hero-reference .hero-dots{
  position:static!important;
  transform:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  width:auto!important;
  padding:0!important;
  background:transparent!important;
  border-radius:0!important;
  backdrop-filter:none!important;
  pointer-events:auto!important;
}
.hero-reference .hero-dot{
  width:38px!important;
  height:2px!important;
  padding:0!important;
  border:0!important;
  background:rgba(90,78,66,.34)!important;
}
.hero-reference .hero-dot.active{
  width:48px!important;
  background:#a8752e!important;
}
@media (max-width:900px){
  .home-hero.hero-reference{
    background:#f8f2ea!important;
  }
  .hero-reference .home-hero-grid{
    padding-top:34px!important;
    padding-bottom:20px!important;
    gap:24px!important;
  }
  .hero-reference .home-hero-copy-stack{
    min-height:0!important;
  }
  .hero-reference .home-hero-copy h1,
  .hero-reference .home-hero-copy .hero-slide-title{
    max-width:100%!important;
    font-size:clamp(48px,13vw,66px)!important;
  }
  .hero-reference .home-hero-copy>p{
    max-width:100%!important;
    margin-bottom:26px!important;
  }
  .hero-reference .home-hero-media{
    position:relative!important;
    height:360px!important;
    order:2!important;
    margin-bottom:34px!important;
    overflow:visible!important;
  }
  .hero-reference .home-hero-bg{
    overflow:hidden!important;
  }
  .hero-reference .home-hero-bg img{
    object-position:70% 50%!important;
  }
  .hero-reference .hero-slider-controls{
    top:auto!important;
    bottom:-28px!important;
    height:auto!important;
  }
  .hero-reference .hero-dots{
    padding:0!important;
  }
}

/* Premium collection photography treatment. */
.home-collection-media,
.collection-card-media,
.collection-hero-media,
.image-frame,
.product-image{
  position:relative!important;
  background:
    radial-gradient(circle at 52% 38%,rgba(255,255,255,.96) 0%,rgba(248,244,237,.82) 38%,rgba(231,222,210,.72) 100%)!important;
  overflow:hidden!important;
}
.home-collection-media:before,
.collection-card-media:before,
.collection-hero-media:before,
.image-frame:before,
.product-image:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(180deg,rgba(255,255,255,.36),rgba(255,255,255,0) 42%,rgba(70,52,32,.08))!important;
  pointer-events:none!important;
}
.home-collection-media:after,
.collection-card-media:after,
.collection-hero-media:after,
.image-frame:after,
.product-image:after{
  content:""!important;
  position:absolute!important;
  left:14%!important;
  right:14%!important;
  bottom:7%!important;
  height:13%!important;
  z-index:0!important;
  border-radius:50%!important;
  background:radial-gradient(ellipse at center,rgba(56,40,24,.16),rgba(56,40,24,0) 68%)!important;
  pointer-events:none!important;
}
.home-collection-media img,
.collection-card-media img,
.collection-hero-media img,
.image-frame img,
.product-image img{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  height:100%!important;
  image-rendering:auto!important;
  filter:contrast(1.035) saturate(1.03) brightness(1.015)!important;
  transform:translateZ(0)!important;
  backface-visibility:hidden!important;
}
.home-collection-media img,
.collection-card-media img,
.collection-hero-media img{
  object-fit:cover!important;
  object-position:center center!important;
  padding:0!important;
}
.home-collection-card,
.collection-card,
.card{
  border-color:rgba(126,99,63,.16)!important;
  box-shadow:0 18px 48px rgba(40,30,20,.055)!important;
}
.home-collection-card:hover,
.collection-card:hover,
.card:hover{
  box-shadow:0 28px 72px rgba(40,30,20,.12)!important;
}
.home-collection-card:hover .home-collection-media img,
.collection-card:hover .collection-card-media img,
.card:hover .image-frame img{
  transform:scale(1.018)!important;
}
.collection-hero-media{
  border:0!important;
  box-shadow:0 28px 80px rgba(43,33,22,.10)!important;
}
.image-frame img,
.product-image img{
  object-fit:contain!important;
  padding:4.25%!important;
}
.product-image{
  box-shadow:0 24px 70px rgba(43,33,22,.08)!important;
}
@media (max-width:760px){
  .home-collection-media img,
  .collection-card-media img,
  .collection-hero-media img{
    object-fit:cover!important;
  }
  .image-frame img,
  .product-image img{
    padding:5%!important;
  }
}

/* Dynamic hero text tone for uploaded banner photos. */
.hero-reference.hero-text-dark .home-hero-copy h1,
.hero-reference.hero-text-dark .home-hero-copy .hero-slide-title{
  color:#0c0a08!important;
}
.hero-reference.hero-text-dark .home-hero-copy>p{
  color:#62584e!important;
}
.hero-reference.hero-text-dark .eyebrow{
  color:#ad762f!important;
}
.hero-reference.hero-text-dark .button.hero-primary{
  background:#0c0a08!important;
  border-color:#0c0a08!important;
  color:#fff!important;
}
.hero-reference.hero-text-dark .button.hero-secondary{
  color:#0c0a08!important;
  border-color:#0c0a08!important;
}
.hero-reference.hero-text-light .home-hero-copy h1,
.hero-reference.hero-text-light .home-hero-copy .hero-slide-title{
  color:#fff8ee!important;
  text-shadow:0 2px 22px rgba(0,0,0,.28);
}
.hero-reference.hero-text-light .home-hero-copy>p{
  color:#f1e8dc!important;
  text-shadow:0 1px 14px rgba(0,0,0,.24);
}
.hero-reference.hero-text-light .eyebrow{
  color:#f2c982!important;
  text-shadow:0 1px 12px rgba(0,0,0,.25);
}
.hero-reference.hero-text-light .button.hero-primary{
  background:#fff8ee!important;
  border-color:#fff8ee!important;
  color:#0c0a08!important;
}
.hero-reference.hero-text-light .button.hero-secondary{
  color:#fff8ee!important;
  border-color:#fff8ee!important;
  text-shadow:0 1px 12px rgba(0,0,0,.25);
}

/* Final banner image behavior: CSS background-size cover / background-position center right. */
.hero-reference .home-hero-bg img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center right!important;
  padding:0!important;
}
@media (max-width:900px){
  .hero-reference .home-hero-bg img{
    object-fit:cover!important;
    object-position:center right!important;
  }
}

/* Premium editorial collection banner. */
.collection-hero-new{
  padding:clamp(72px,8vw,118px) 0!important;
  background:
    radial-gradient(circle at 72% 22%,rgba(191,161,112,.14),rgba(191,161,112,0) 36%),
    linear-gradient(180deg,#fbf7ef 0%,#f4eee5 100%)!important;
  overflow:hidden!important;
}
.collection-hero-grid{
  width:min(100% - 48px,1240px)!important;
  display:grid!important;
  grid-template-columns:minmax(360px,.78fr) minmax(520px,1.06fr)!important;
  gap:clamp(48px,6vw,88px)!important;
  align-items:center!important;
}
.collection-hero-copy{
  max-width:560px!important;
}
.collection-hero-copy .eyebrow{
  display:block!important;
  margin-bottom:18px!important;
  color:#a8752e!important;
  letter-spacing:.18em!important;
}
.collection-hero-copy h1{
  max-width:560px!important;
  font-size:clamp(64px,6.8vw,104px)!important;
  line-height:.9!important;
  letter-spacing:0!important;
}
.collection-hero-copy .lead{
  max-width:560px!important;
  margin-top:28px!important;
  color:#6a6259!important;
  font-size:clamp(18px,1.45vw,22px)!important;
  line-height:1.55!important;
}
.collection-hero-copy .hero-actions{
  gap:14px!important;
  margin-top:32px!important;
}
.scope-list{
  gap:9px!important;
  margin-top:28px!important;
}
.scope-list li{
  background:rgba(255,253,248,.62)!important;
  border-color:rgba(166,122,47,.18)!important;
  color:#7b6d5c!important;
  font-size:10px!important;
  letter-spacing:.12em!important;
}
.collection-hero-media{
  position:relative!important;
  aspect-ratio:1.45/1!important;
  border:0!important;
  background:#efe5d8!important;
  overflow:hidden!important;
  box-shadow:0 34px 90px rgba(74,55,34,.14)!important;
}
.collection-hero-media:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:3!important;
  background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,0) 42%,rgba(66,45,24,.10))!important;
  pointer-events:none!important;
}
.collection-hero-media:after{
  content:""!important;
  position:absolute!important;
  left:14%!important;
  right:14%!important;
  bottom:-7%!important;
  height:20%!important;
  z-index:1!important;
  background:radial-gradient(ellipse at center,rgba(45,32,20,.16),rgba(45,32,20,0) 70%)!important;
  pointer-events:none!important;
}
.collection-hero-media img{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  padding:0!important;
  filter:contrast(1.02) saturate(1.025) brightness(1.02)!important;
}
@media (max-width:980px){
  .collection-hero-grid{
    grid-template-columns:1fr!important;
    width:min(100% - 36px,760px)!important;
    gap:34px!important;
  }
  .collection-hero-media{
    grid-row:1!important;
    aspect-ratio:1.35/1!important;
  }
  .collection-hero-copy h1{
    font-size:clamp(52px,14vw,78px)!important;
  }
  .collection-hero-copy .lead{
    font-size:17px!important;
  }
}
@media (max-width:560px){
  .collection-hero-new{
    padding:42px 0 62px!important;
  }
  .collection-hero-grid{
    width:min(100% - 28px,760px)!important;
  }
  .collection-hero-copy .hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .collection-hero-copy .button{
    width:100%!important;
    text-align:center!important;
  }
}
.cookie-consent{position:fixed!important;z-index:2147483000!important;right:1rem!important;bottom:1rem!important;display:flex!important;visibility:visible!important;opacity:1!important;align-items:flex-end;flex-direction:column;gap:1rem;width:min(25rem,calc(100vw - 2rem));padding:1rem 1.1rem;border:1px solid rgba(255,255,255,.16);background:#17130f;color:#fff;box-shadow:0 18px 50px rgba(0,0,0,.28)}
.cookie-consent[hidden],.cookie-consent[aria-hidden="true"]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
.consent-decided .cookie-consent{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
.cookie-consent strong{display:block;margin-bottom:.25rem;font-size:.9rem}
.cookie-consent p{max-width:52rem;margin:0;color:rgba(255,255,255,.74);font-size:.78rem;line-height:1.5}
.cookie-consent__actions{display:flex;flex-shrink:0;gap:.5rem}
.cookie-consent button{min-height:2.6rem;padding:.65rem 1rem;border:1px solid rgba(255,255,255,.32);background:transparent;color:#fff;font:600 .72rem/1 Manrope,sans-serif;cursor:pointer}
.cookie-consent [data-cookie-accept]{border-color:#fff;background:#fff;color:#17130f}
.cookie-settings-button{position:static;padding:0;border:0;background:transparent;color:inherit;box-shadow:none;font:600 .68rem/1 Manrope,sans-serif;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.cookie-settings-button[hidden]{display:none!important}

.manufacturing-process{padding:80px 0;background:#f7f4ee}
.manufacturing-process__intro{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:clamp(36px,6vw,96px);align-items:end;margin-bottom:38px}
.manufacturing-process__intro h2{max-width:12ch;margin:10px 0 0}
.manufacturing-process__intro p{max-width:62ch;margin:0;color:var(--muted);line-height:1.75}
.manufacturing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.manufacturing-step{border:1px solid var(--line);background:#fff}
.manufacturing-step__media{aspect-ratio:4/3;overflow:hidden;background:#ece8e1}
.manufacturing-step__media img{width:100%;height:100%;object-fit:cover}
.manufacturing-step__body{padding:20px}
.manufacturing-step__body span{display:block;margin-bottom:9px;color:var(--gold-dark);font-size:11px;font-weight:800;text-transform:uppercase}
.manufacturing-step__body h3{margin:0;font-size:18px}
.manufacturing-step__body p{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.65}
@media(max-width:900px){.manufacturing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.manufacturing-process__intro{grid-template-columns:1fr}}
@media(max-width:560px){.manufacturing-grid{grid-template-columns:1fr}.manufacturing-process{padding:56px 0}}
.client-logo-card.linked{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.client-logo-card.linked:hover{transform:translateY(-3px);border-color:var(--gold);box-shadow:0 16px 36px rgba(25,18,11,.1)}
.client-story-hero{padding:clamp(7rem,12vw,11rem) 0 5rem;background:var(--paper)}
.client-story-hero-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);align-items:center;gap:5rem}
.client-story-logo{width:auto;max-width:180px;max-height:72px;margin:1.5rem 0 2rem;object-fit:contain}
.client-story-lead img{width:100%;aspect-ratio:4/3;object-fit:cover}
.client-story-lead p,.client-story-gallery figcaption{margin:.75rem 0 0;color:var(--muted);font-size:.78rem;line-height:1.5}
.client-story-body{padding:6rem 0}
.client-story-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-top:4rem}
.client-story-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover}
.simple-page-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:clamp(2rem,6vw,6rem)}
.page-hero .simple-page-hero-grid{max-width:1280px;margin-inline:auto}
.simple-page-photo{margin:0;overflow:hidden;background:#fff;box-shadow:0 24px 70px rgba(25,18,11,.12)}
.simple-page-photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.simple-page-photo.contain{background:#f4f0e9}.simple-page-photo.contain img{padding:2.5%}
@media(max-width:800px){.client-story-hero-grid{grid-template-columns:1fr;gap:2.5rem}.client-story-gallery{grid-template-columns:1fr}}
@media(max-width:800px){.simple-page-hero-grid{grid-template-columns:1fr}.simple-page-photo{order:-1}}
@media(max-width:700px){.cookie-consent{align-items:stretch}.cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr}.cookie-consent button{width:100%}}

/* Launch polish: readable dropdown CTA, softer page endings and stable editorial cards. */
.mega-list .mega-all{
  display:inline-flex!important;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  width:min(100%,220px)!important;
  min-height:42px;
  margin-top:18px!important;
  padding:10px 0!important;
  border:0!important;
  border-top:1px solid #d8d0c5!important;
  border-bottom:1px solid #d8d0c5!important;
  color:#74572f!important;
  font-size:12px!important;
  font-weight:750!important;
  line-height:1.25!important;
}
.mega-list .mega-all b{display:grid;place-items:center;width:24px;height:24px;margin:0!important;border-radius:50%;background:#f1ebe2;color:#4c3a25;font-size:14px;line-height:1}
.custom-home,.business-film,.lead-section{background:#3a332f!important}
.site-footer{background:#403832!important;border-top:1px solid #b99250}
.footer-bottom{background:#332d29}
main>.page-hero~section{padding:clamp(72px,8vw,108px) 0;background:#fff}
main>.page-hero~section:nth-of-type(odd){background:#faf8f4}
main>.page-hero~section:last-child{padding-bottom:clamp(88px,10vw,136px)}
main>.page-hero~section .card-body{display:block;min-height:170px;padding:30px}
main>.page-hero~section .card-body h3{max-width:14ch;font-size:clamp(25px,2.1vw,34px);line-height:1.08;word-break:keep-all;overflow-wrap:normal;hyphens:none}
main>.page-hero~section .card-body p{margin-top:18px;line-height:1.7}
@media(max-width:700px){.mega-list .mega-all{width:100%!important}.mega-list .mega-all b{display:none}main>.page-hero~section{padding:64px 0}}

@media(max-width:480px){
  .cookie-consent{right:.65rem;bottom:.65rem;width:calc(100vw - 1.3rem);max-height:calc(100vh - 1.3rem);overflow:auto}
  .cookie-consent__actions{grid-template-columns:1fr}
}

/* Final mobile system: one predictable cascade after legacy responsive rules. */
@media (max-width:900px){
  html,body{max-width:100%;overflow-x:hidden}
  .container,.header-inner,.footer-cta,.footer-grid{width:calc(100% - 32px)!important}
  .top-strip{min-height:26px;padding:5px 12px;font-size:8px;line-height:1.35;letter-spacing:.1em}
  .site-header{backdrop-filter:none}
  .header-inner{min-height:68px;grid-template-columns:44px 1fr 44px!important;gap:8px!important}
  .brand{grid-column:2!important;width:126px;height:54px}
  .brand img{max-width:126px;height:42px}
  .menu-button{display:block!important;grid-column:3!important;width:44px;height:44px;padding:8px}
  .main-nav{top:68px!important;left:-16px!important;right:-16px!important;max-height:calc(100dvh - 94px)!important;padding:24px 20px 34px!important;gap:20px!important;font-size:13px!important;background:#fff!important}
  .main-nav.open{display:flex!important}
  .mega-inner{grid-template-columns:1fr!important;gap:24px!important}
  .mega-column:nth-child(2){border-top:1px solid var(--line);padding-top:20px}
  h1{font-size:44px!important;line-height:1.02!important}
  h2{font-size:38px!important;line-height:1.04!important}
  h3{font-size:26px!important;line-height:1.08!important}
  .lead{font-size:17px!important;line-height:1.6!important}
  .button{min-height:48px;padding:13px 18px}
  .home-hero.hero-reference{height:auto!important;min-height:0!important;max-height:none!important}
  .hero-reference .home-hero-grid{width:calc(100% - 32px)!important;height:auto!important;min-height:0!important;padding:30px 0 22px!important;display:flex!important;flex-direction:column!important;gap:20px!important}
  .hero-reference .home-hero-copy-stack{width:100%!important;min-height:0!important}
  .hero-reference .home-hero-copy h1,.hero-reference .home-hero-copy .hero-slide-title{max-width:100%!important;font-size:44px!important;line-height:1.02!important;margin-bottom:18px!important}
  .hero-reference .home-hero-copy>p{max-width:100%!important;margin-bottom:22px!important;font-size:16px!important;line-height:1.55!important}
  .hero-reference .hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:20px!important}
  .hero-reference .button.hero-primary,.hero-reference .button.hero-secondary{width:100%!important;padding-inline:10px!important}
  .hero-reference .home-hero-media{position:relative!important;inset:auto!important;order:2!important;width:calc(100% + 32px)!important;height:300px!important;margin-inline:-16px!important}
  .hero-reference .home-hero-bg img{object-fit:cover!important;object-position:center right!important}
  .hero-reference .home-hero-media{
    margin-bottom:34px!important;
    overflow:visible!important;
  }
  .hero-reference .home-hero-bg{overflow:hidden!important}
  .hero-reference .hero-slider-controls{
    top:auto!important;
    bottom:-28px!important;
  }
  .proof-bar.proof-reference{padding:32px 0!important}
  .proof-reference .proof-line{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important}
  .proof-reference article{min-width:0!important;padding:16px!important;border-right:0!important;border-bottom:1px solid rgba(174,130,67,.22)!important}
  .proof-reference article:nth-last-child(-n+2){border-bottom:0!important}
  .business-film .film-grid,.intro-grid,.section-heading,.clients-grid,.lead-grid,.faq-layout,.page-hero-grid,.split,.product-layout,.contact-page-layout{grid-template-columns:1fr!important;gap:28px!important}
  .business-film,.home-intro,.core-collections,.industries-home,.clients-section,.lead-section,.faq-section{padding:58px 0!important}
  .film-copy{padding:0!important}
  .film-frame{width:100%!important}
  .film-frame video{aspect-ratio:16/10!important;object-fit:cover!important}
  .home-collection-grid{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;overflow:visible!important;padding-inline:16px!important}
  .home-collection-card,.home-collection-card.featured,.home-collection-card:nth-child(2),.home-collection-card:nth-child(5){grid-column:auto!important;width:100%!important;min-width:0!important}
  .home-collection-media,.home-collection-card.featured .home-collection-media,.home-collection-card:nth-child(2) .home-collection-media{height:auto!important;aspect-ratio:4/3!important}
  .home-collection-media img,.collection-card-media img,.collection-hero-media img{object-fit:contain!important;object-position:center!important;padding:4%!important}
  .collection-carousel-controls{display:none!important}
  .custom-home-grid{grid-template-columns:1fr!important;min-height:0!important}
  .custom-home-media{min-height:0!important;height:300px!important}
  .custom-home-copy{padding:48px 20px 56px!important}
  .custom-home-copy li{grid-template-columns:1fr!important;gap:6px!important}
  .industry-grid{grid-template-columns:1fr!important}
  .client-logos{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .lead-form-panel{padding:22px!important}
  .page-hero{padding:54px 0!important}
  .simple-page-photo{min-height:0!important;aspect-ratio:4/3!important}
  .manufacturing-process__intro{grid-template-columns:1fr!important;gap:20px!important}
  .manufacturing-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
  .manufacturing-step__body{padding:17px!important}
  .footer-grid{grid-template-columns:1fr 1fr!important;gap:34px 20px!important}
  .footer-brand{grid-column:1/-1!important}
  .cookie-consent{right:.75rem!important;bottom:.75rem!important;width:calc(100vw - 1.5rem)!important;max-height:calc(100dvh - 1.5rem)!important;padding:.9rem!important;gap:.75rem!important;overflow:auto!important}
  .cookie-consent__actions{width:100%!important;grid-template-columns:1fr 1fr!important}
}
@media (max-width:560px){
  .container,.header-inner,.footer-cta,.footer-grid{width:calc(100% - 24px)!important}
  h1,.hero-reference .home-hero-copy h1,.hero-reference .home-hero-copy .hero-slide-title{font-size:40px!important}
  h2{font-size:34px!important}
  .hero-reference .home-hero-grid{width:calc(100% - 24px)!important;padding-top:24px!important}
  .hero-reference .home-hero-media{width:calc(100% + 24px)!important;height:260px!important;margin-inline:-12px!important}
  .hero-reference .hero-slider-controls{bottom:-28px!important}
  .hero-reference .hero-actions{grid-template-columns:1fr!important}
  .proof-reference .proof-line{grid-template-columns:1fr!important}
  .proof-reference article:nth-last-child(2){border-bottom:1px solid rgba(174,130,67,.22)!important}
  .home-collection-grid{padding-inline:12px!important}
  .client-logos,.manufacturing-grid,.footer-grid{grid-template-columns:1fr!important}
  .footer-brand{grid-column:auto!important}
  .cookie-consent__actions{grid-template-columns:1fr!important}
}

/* Mobile hero structure: controls are a real row after the photograph. */
@media (max-width:900px){
  .home-hero.hero-reference{
    display:flex!important;
    flex-direction:column!important;
  }
  .hero-reference .home-hero-grid{
    order:1!important;
  }
  .hero-reference .home-hero-media{
    order:2!important;
    height:clamp(310px,82vw,380px)!important;
    margin-bottom:0!important;
    overflow:hidden!important;
  }
  .hero-reference>.hero-slider-controls{
    position:relative!important;
    inset:auto!important;
    order:3!important;
    width:100%!important;
    height:42px!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#fff!important;
    box-shadow:none!important;
    pointer-events:auto!important;
    transform:none!important;
  }
  .hero-reference>.hero-slider-controls .hero-dots{
    position:static!important;
    transform:none!important;
  }
}

/* Desktop hero structure: preserve the photograph and add controls below it. */
@media (min-width:901px){
  .home-hero.hero-reference{
    height:712px!important;
    min-height:712px!important;
    max-height:712px!important;
  }
  .hero-reference .home-hero-media{
    inset:0 0 42px!important;
    height:auto!important;
  }
  .hero-reference .home-hero-grid{
    height:670px!important;
    min-height:670px!important;
  }
  .hero-reference>.hero-slider-controls{
    position:absolute!important;
    inset:auto 0 0!important;
    width:100%!important;
    height:42px!important;
    min-width:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#fff!important;
    box-shadow:none!important;
    pointer-events:auto!important;
  }
  .hero-reference>.hero-slider-controls .hero-dots{
    position:static!important;
    transform:none!important;
  }
}

.header-actions .header-link{white-space:nowrap}
.product-detail-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:28px}
.product-detail-groups>div{padding:18px 20px;border:1px solid var(--line);background:#fff}
.product-detail-groups strong{display:block;margin-bottom:10px;color:var(--gold-dark);font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.product-detail-groups ul{display:grid;gap:7px;margin:0;padding-left:18px;color:var(--muted);font-size:13px;line-height:1.5}
.finish-availability-note{max-width:900px;padding:28px;border:1px solid var(--line);background:var(--paper)}
.finish-availability-note strong{color:var(--gold-dark);font-size:11px;letter-spacing:.14em;text-transform:uppercase}
.finish-availability-note p{margin-top:10px;line-height:1.7}
@media(max-width:560px){.product-detail-groups{grid-template-columns:1fr}}
@media(max-width:900px){
  .footer-newsletter{width:calc(100% - 32px);grid-template-columns:1fr;gap:24px;padding:36px 0}
  .footer-newsletter .newsletter-form{grid-template-columns:1fr}
  .footer-newsletter .newsletter-actions{display:flex;align-items:center}
  .footer-newsletter .newsletter-actions .button{width:100%}
}
@media(max-width:560px){
  .footer-newsletter{width:calc(100% - 24px)}
  .service-requirement-links{grid-template-columns:1fr}
  .about-project-cta .container{align-items:start;flex-direction:column}
  .restoration-card-grid{grid-template-columns:1fr 1fr}
  .restoration-process{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .restoration-card-grid,.restoration-process{grid-template-columns:1fr}
  .restoration-card-grid article{min-height:0}
  .restoration-process article+article{padding-left:0;border-left:0}
}

/* Final Craftsmanship frame: contained, exact 50/50, no page overflow. */
.page-hero.craftsmanship-hero{padding:0!important;overflow:hidden!important;background:#f7f4ee!important}
.craftsmanship-hero .simple-page-hero-grid{width:min(calc(100% - 96px),1560px)!important;max-width:1560px!important;min-height:680px!important;margin-inline:auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:0!important;align-items:stretch!important;overflow:hidden!important}
.craftsmanship-hero .simple-page-hero-grid>div{min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:64px 64px 64px 0!important}
.craftsmanship-hero h1{max-width:650px!important;margin:10px 0 28px!important;font-size:72px!important;line-height:.98!important}
.craftsmanship-hero .lead{max-width:610px!important;font-size:18px!important;line-height:1.68!important}
.craftsmanship-hero .simple-page-photo{align-self:stretch!important;width:100%!important;height:100%!important;min-height:680px!important;margin:0!important;aspect-ratio:auto!important;overflow:hidden!important;box-shadow:none!important}
.craftsmanship-hero .simple-page-photo img{width:100%!important;height:100%!important;min-height:680px!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center center!important;padding:0!important}
@media (max-width:1180px){
  .craftsmanship-hero .simple-page-hero-grid{width:min(calc(100% - 48px),1100px)!important;min-height:600px!important}
  .craftsmanship-hero .simple-page-hero-grid>div{padding:48px 42px 48px 0!important}
  .craftsmanship-hero h1{font-size:58px!important}
  .craftsmanship-hero .simple-page-photo,.craftsmanship-hero .simple-page-photo img{min-height:600px!important}
}
@media (max-width:800px){
  .page-hero.craftsmanship-hero{padding:28px 0 56px!important}
  .craftsmanship-hero .simple-page-hero-grid{width:calc(100% - 32px)!important;min-height:0!important;grid-template-columns:1fr!important;gap:30px!important;overflow:visible!important}
  .craftsmanship-hero .simple-page-hero-grid>div{padding:0!important}
  .craftsmanship-hero .simple-page-photo{order:-1!important;height:auto!important;min-height:0!important;aspect-ratio:4/3!important}
  .craftsmanship-hero .simple-page-photo img{height:100%!important;min-height:0!important;aspect-ratio:auto!important}
  .craftsmanship-hero h1{max-width:100%!important;font-size:44px!important;line-height:1.02!important}
}
@media (max-width:480px){
  .craftsmanship-hero .simple-page-hero-grid{width:calc(100% - 24px)!important}
  .craftsmanship-hero h1{font-size:39px!important}
}

/* Full-bleed workshop photograph in the right half of the hero. */
.craftsmanship-hero .simple-page-hero-grid{width:100%!important;max-width:none!important}
.craftsmanship-hero .simple-page-hero-grid>div{padding-left:max(48px,calc((100vw - 1560px)/2))!important}
.craftsmanship-hero .simple-page-photo{padding:0!important;background:#111!important}
.craftsmanship-hero .simple-page-photo img{min-height:680px!important;object-fit:cover!important}
.collections-hero .page-hero-grid{grid-template-columns:minmax(0,940px)!important}
.collections-hero .page-hero-grid>div{max-width:940px}
@media (max-width:1180px){
  .craftsmanship-hero .simple-page-hero-grid>div{padding-left:24px!important}
  .craftsmanship-hero .simple-page-photo img{min-height:600px!important}
}
@media (max-width:800px){
  .craftsmanship-hero .simple-page-hero-grid{width:calc(100% - 32px)!important}
  .craftsmanship-hero .simple-page-hero-grid>div{padding-left:0!important}
  .craftsmanship-hero .simple-page-photo img{min-height:0!important}
}
@media (max-width:480px){.craftsmanship-hero .simple-page-hero-grid{width:calc(100% - 24px)!important}}
