/* Modified: Doors Gallery logo integration and black/gold/white brand accents. */
:root{--ink:#12110f;--muted:#69645d;--line:#e7e1d8;--soft:#f7f3ee;--wood:#c7a33a;--wood-dark:#8f6f22;--white:#fff;--shadow:0 18px 45px rgba(24,20,15,.08);--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(18px,4vw,48px);background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(231,225,216,.75)}.brand{display:inline-flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:14px}.brand-logo{width:44px;height:44px;object-fit:contain;background:#000;border-radius:2px;flex:0 0 auto}.brand-mark{width:13px;height:34px;border:2px solid var(--ink);border-left-color:var(--wood);display:inline-block}.site-nav{display:flex;align-items:center;gap:8px}.site-nav a{padding:10px 13px;border-radius:999px;color:var(--muted);font-size:14px;transition:background .2s ease,color .2s ease}.site-nav a:hover,.site-nav a[aria-current=page]{background:var(--soft);color:var(--ink)}.nav-toggle{display:none;border:1px solid var(--line);background:var(--white);padding:9px 12px;border-radius:999px}.hero{max-width:1480px;margin:0 auto;min-height:calc(100vh - 74px);display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,1.15fr);align-items:center;gap:clamp(28px,5vw,84px);padding:clamp(36px,7vw,88px) clamp(18px,4vw,48px)}.hero-copy{max-width:620px}.eyebrow{margin:0 0 14px;color:var(--wood-dark);font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:700}.hero h1,.page-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,7vw,86px);line-height:.98;font-weight:400;margin:0 0 22px;letter-spacing:0}.hero p,.page-hero p{font-size:clamp(17px,2vw,20px);color:var(--muted);max-width:720px}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:2px;border:1px solid var(--ink);font-weight:700;font-size:14px;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.btn.primary{background:var(--ink);color:var(--white)}.btn.secondary{background:var(--white);color:var(--ink)}.btn.light{border-color:var(--white);color:var(--ink);background:var(--white)}.btn.small{min-height:40px;padding:0 16px}.hero-media{position:relative;min-height:560px;background:var(--soft);overflow:hidden}.hero-media img{width:100%;height:100%;min-height:560px;object-fit:cover}.section{max-width:var(--max);margin:0 auto;padding:clamp(56px,8vw,104px) clamp(18px,4vw,32px)}.intro-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);padding-top:0;padding-bottom:0}.intro-strip div{background:var(--white);padding:32px}.stat{display:block;font-family:Georgia,"Times New Roman",serif;font-size:34px;margin-bottom:8px}.section-heading{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end;margin-bottom:28px}.section-heading h2,.split-section h2,.custom-band h2,.form-section h2,.contact-panel h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,4vw,52px);font-weight:400;line-height:1.04;margin:0}.text-link,.text-button{border:0;background:transparent;color:var(--wood-dark);font-weight:700;text-decoration:underline;text-underline-offset:5px;cursor:pointer}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-card{border:1px solid var(--line);background:var(--white);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#d9cbbb}.product-card img{width:100%;aspect-ratio:4/5;object-fit:cover;background:var(--soft)}.product-card-body{padding:18px}.product-card h3{margin:0 0 8px;font-size:20px}.product-card p{color:var(--muted);margin:0 0 14px}.meta-line{display:flex;justify-content:space-between;gap:14px;align-items:center;margin:14px 0;color:var(--muted);font-size:14px}.swatches{display:flex;gap:7px;flex-wrap:wrap}.swatch{width:18px;height:18px;border:1px solid #cfc7bc;border-radius:50%;background:var(--swatch)}.card-actions{display:flex;gap:10px;flex-wrap:wrap}.card-actions .btn{flex:1;min-width:145px}.split-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(28px,6vw,76px)}.feature-list{display:grid;gap:18px}.feature-list article,.values-grid article,.contact-panel{border-top:1px solid var(--line);padding-top:20px}.feature-list h3,.values-grid h3{margin:0 0 8px}.feature-list p,.values-grid p,.rich-copy p,.contact-panel p{color:var(--muted)}.custom-band{max-width:none;background:var(--ink);color:var(--white);display:flex;align-items:center;justify-content:space-between;gap:26px;padding-left:max(clamp(18px,4vw,48px),calc((100vw - var(--max))/2));padding-right:max(clamp(18px,4vw,48px),calc((100vw - var(--max))/2))}.custom-band .eyebrow{color:#d8b58e}.form-section,.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(28px,6vw,72px);align-items:start}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contact-form label,.filters label{display:grid;gap:7px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.contact-form input,.contact-form textarea,.filters select{width:100%;border:1px solid var(--line);background:var(--white);min-height:48px;padding:12px 13px;font:inherit;color:var(--ink);border-radius:0}.contact-form textarea{resize:vertical}.contact-form .full,.contact-form button,.form-status{grid-column:1/-1}.form-status{margin:0;color:var(--wood-dark);font-weight:700}.site-footer{border-top:1px solid var(--line);padding:28px clamp(18px,4vw,48px);display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted);font-size:14px}.footer-brand{display:inline-flex;align-items:center;gap:12px;color:var(--ink);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.footer-brand img{width:38px;height:38px;object-fit:contain;background:#000;border-radius:2px;flex:0 0 auto}.site-footer p{margin:0}.page-hero{max-width:var(--max);margin:0 auto;padding:clamp(56px,8vw,104px) clamp(18px,4vw,32px)}.page-hero.compact{max-width:900px;margin-left:max(clamp(18px,4vw,48px),calc((100vw - var(--max))/2));padding-left:0}.about-hero{display:grid;grid-template-columns:1fr .72fr;gap:56px;align-items:center}.about-hero img{width:100%;aspect-ratio:4/5;object-fit:cover}.collection-layout{max-width:var(--max);margin:0 auto;padding:0 clamp(18px,4vw,32px) 96px;display:grid;grid-template-columns:280px 1fr;gap:32px}.filters{position:sticky;top:92px;align-self:start;border:1px solid var(--line);padding:20px;background:#fff}.filter-header,.results-bar{display:flex;align-items:center;justify-content:space-between;gap:16px}.filter-header h2{font-size:20px;margin:0}.filters label{margin-top:16px}.results-bar{margin-bottom:18px}.results-bar p{margin:0;color:var(--muted)}.product-detail{max-width:var(--max);margin:0 auto;padding:clamp(44px,7vw,86px) clamp(18px,4vw,32px);display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,6vw,76px);align-items:start}.product-detail img{width:100%;aspect-ratio:4/5;object-fit:cover;background:var(--soft)}.detail-copy h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(38px,5vw,64px);line-height:1;margin:0 0 18px}.detail-copy p{color:var(--muted)}.detail-list{display:grid;gap:14px;margin:28px 0}.detail-list div{border-top:1px solid var(--line);padding-top:14px}.detail-list dt{font-weight:700}.detail-list dd{margin:4px 0 0;color:var(--muted)}.price{font-size:28px;font-weight:800;margin:18px 0}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.contact-layout{max-width:var(--max);margin:0 auto;padding:0 clamp(18px,4vw,32px) 96px}.contact-panel dl{display:grid;gap:18px;margin:28px 0 0}.contact-panel dt{font-weight:800}.contact-panel dd{margin:4px 0 0;color:var(--muted)}.empty-state{padding:28px;border:1px solid var(--line);color:var(--muted)}@media (max-width:900px){.nav-toggle{display:inline-flex}.site-nav{position:absolute;left:18px;right:18px;top:70px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);padding:10px}.site-nav.open{display:flex}.site-nav a{border-radius:0}.hero,.about-hero,.split-section,.form-section,.contact-layout,.product-detail,.collection-layout{grid-template-columns:1fr}.hero{min-height:auto}.hero-media,.hero-media img{min-height:390px}.product-grid,.values-grid,.intro-strip{grid-template-columns:1fr 1fr}.filters{position:static}.page-hero.compact{margin-left:auto;padding-left:18px}.custom-band{align-items:flex-start;flex-direction:column}}@media (max-width:620px){.brand-logo{width:38px;height:38px}.footer-brand img{width:34px;height:34px}.site-header{padding:14px 16px}.hero h1,.page-hero h1{font-size:40px}.product-grid,.values-grid,.intro-strip,.contact-form{grid-template-columns:1fr}.section-heading{grid-template-columns:1fr}.intro-strip div{padding:24px}.site-footer{flex-direction:column}.hero-media,.hero-media img{min-height:310px}.btn{width:100%}.card-actions .btn{min-width:100%}}

/* Modified: product catalog, gallery, and expanded product metadata styles. */
.product-card .tag-line{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid var(--line);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--wood-dark);background:var(--soft)}.product-card .model-code{font-size:12px;font-weight:900;letter-spacing:.12em;color:var(--wood-dark);text-transform:uppercase}.gallery-shell{display:grid;gap:14px}.main-product-image{border:1px solid var(--line);background:#050505;padding:12px}.main-product-image img{width:100%;max-height:760px;object-fit:contain;background:#050505}.gallery-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.gallery-thumbs button{border:1px solid var(--line);background:#050505;padding:6px;cursor:pointer;min-height:94px}.gallery-thumbs button[aria-current="true"]{border-color:var(--wood);box-shadow:0 0 0 2px rgba(199,163,58,.18)}.gallery-thumbs img{width:100%;height:92px;object-fit:contain}.detail-kicker{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 14px}.detail-kicker span{display:inline-flex;border:1px solid var(--line);padding:6px 10px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--wood-dark)}.included-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 0 28px;padding:0;list-style:none}.included-grid li{border:1px solid var(--line);padding:10px 12px;color:var(--muted);background:#fff}.size-price-list{display:grid;gap:8px;margin:12px 0 0;padding:0;list-style:none}.size-price-list li{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:8px;color:var(--muted)}.catalog-note{font-size:13px;color:var(--muted);font-style:italic}.product-count-note{color:var(--muted);margin:8px 0 0}.loading-state{padding:28px;border:1px solid var(--line);color:var(--muted);background:#fff}
@media (max-width:620px){.included-grid,.gallery-thumbs{grid-template-columns:1fr 1fr}.main-product-image img{max-height:560px}.detail-kicker span{width:100%;justify-content:center}.pill{width:fit-content}}

/* Modified: promotional video hero for the Home page. */
.video-hero{position:relative;max-width:none;width:100%;min-height:calc(100vh - 74px);display:flex;align-items:center;overflow:hidden;padding:clamp(56px,8vw,112px) max(clamp(18px,4vw,48px),calc((100vw - var(--max))/2));background:#050505}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#050505}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.36);z-index:1}.hero-video-copy{position:relative;z-index:2;color:var(--white);max-width:760px}.hero-video-copy .eyebrow{color:#e6c767}.hero-video-copy p{color:rgba(255,255,255,.86)}.hero-video-copy h1{color:var(--white);text-shadow:0 8px 34px rgba(0,0,0,.26)}.hero-video-copy .btn.primary{background:var(--white);border-color:var(--white);color:var(--ink)}.hero-video-copy .btn.secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.82);color:var(--white);backdrop-filter:blur(10px)}.hero-play-button{display:none}.video-hero.video-paused .hero-play-button{display:inline-flex}
@media (max-width:900px){.video-hero{min-height:720px;padding-top:96px;padding-bottom:96px}.hero-video-copy{max-width:620px}}
@media (max-width:620px){.video-hero{min-height:640px;padding-top:78px;padding-bottom:78px}.hero-video-copy h1{font-size:44px}.hero-video-copy .button-row .btn{width:100%}}


/* Modified: About page article layout, responsive imagery, gallery, and CTA. */
.about-article-hero img,.about-media-row img,.about-gallery img{background:#050505}.about-intro{max-width:920px}.about-intro h2,.about-text-band h2,.about-media-row h2,.about-why h2,.about-cta h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,4vw,54px);line-height:1.04;font-weight:400;margin:0 0 18px}.about-intro p,.about-media-row p,.about-text-band p,.about-why li,.about-cta p{color:var(--muted);font-size:17px}.about-media-row{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(28px,6vw,76px);align-items:center}.about-media-row.reverse{grid-template-columns:1.15fr .85fr}.about-media-row.reverse figure{order:2}.about-media-row figure{margin:0;border:1px solid var(--line);background:#050505;padding:10px}.about-media-row img{width:100%;aspect-ratio:4/5;object-fit:contain}.about-text-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.about-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:28px}.about-columns div{border-top:1px solid var(--line);padding-top:18px}.about-columns h3{margin:0 0 10px}.about-why{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(28px,6vw,72px);align-items:start}.about-why ul{margin:0;padding:0;list-style:none;display:grid;gap:14px}.about-why li{border-top:1px solid var(--line);padding-top:14px}.about-gallery{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.about-gallery img{width:100%;height:100%;min-height:280px;object-fit:contain;border:1px solid var(--line);padding:8px}.about-gallery img:nth-child(1),.about-gallery img:nth-child(4){grid-column:span 2}.about-gallery img:nth-child(2),.about-gallery img:nth-child(3),.about-gallery img:nth-child(5),.about-gallery img:nth-child(6){grid-column:span 1}.about-cta{max-width:none;background:var(--ink);color:var(--white);display:flex;align-items:center;justify-content:space-between;gap:28px;padding-left:max(clamp(18px,4vw,48px),calc((100vw - var(--max))/2));padding-right:max(clamp(18px,4vw,48px),calc((100vw - var(--max))/2))}.about-cta .eyebrow{color:#e6c767}.about-cta p{color:rgba(255,255,255,.78);max-width:680px}.about-cta .button-row{margin-top:0;flex:0 0 auto}
@media (max-width:900px){.about-media-row,.about-media-row.reverse,.about-why{grid-template-columns:1fr}.about-media-row.reverse figure{order:0}.about-columns{grid-template-columns:1fr}.about-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.about-gallery img,.about-gallery img:nth-child(n){grid-column:auto;min-height:240px}.about-cta{flex-direction:column;align-items:flex-start}.about-cta .button-row{width:100%}}
@media (max-width:620px){.about-gallery{grid-template-columns:1fr 1fr;gap:8px}.about-gallery img{min-height:190px;padding:6px}.about-media-row figure{padding:8px}.about-article-hero h1{font-size:38px}}
