@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');

:root { --ink: #171917; --muted: #6c716d; --gold: #b99352; --gold-light: #d8b673; --cream: #f5f3ef; --line: #dfddd7; --ocean: #006d7a; --dark: #151714; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: 'DM Sans', Arial, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(1280px, calc(100% - 64px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -50px; left: 16px; padding: 10px 14px; background: var(--gold); color: #111; transition: top .2s; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(21,23,20,.09); backdrop-filter: blur(12px); }
.header-inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; flex-direction: column; line-height: 1; flex-shrink: 0; }
.brand-name { font-family: Georgia, 'Times New Roman', serif; font-size: 25px; letter-spacing: .07em; color: #242622; }
.brand-name span { color: var(--gold); }
.brand-subtitle { margin-top: 7px; color: #777b76; font-size: 8px; letter-spacing: .28em; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 38px); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.primary-nav a:not(.button) { position: relative; padding: 33px 0 30px; }
.primary-nav a:not(.button)::after { position: absolute; right: 0; bottom: 23px; left: 0; height: 1px; background: var(--gold); content: ''; transform: scaleX(0); transition: transform .2s; }
.primary-nav a:hover::after, .primary-nav a.active::after { transform: scaleX(1); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid transparent; font-size: 10px; font-weight: 700; letter-spacing: .1em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button span { margin-left: 8px; font-size: 15px; }
.button-small { min-height: 42px; padding: 0 18px; }
.button-gold { background: var(--gold); color: #fff; }
.button-gold:hover { background: #a68143; }
.button-outline-light { border-color: rgba(255,255,255,.72); color: #fff; }
.button-outline-light:hover { background: #fff; color: var(--ink); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--gold); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px; background: var(--ink); }
.hero { position: relative; min-height: min(720px, calc(100vh - 86px)); color: #fff; display: flex; align-items: center; overflow: hidden; }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image { background: url('https://images.unsplash.com/photo-1618220179428-22790b461013?auto=format&fit=crop&w=2200&q=88') center/cover; transform: scale(1.02); }
.hero-overlay { background: linear-gradient(90deg, rgba(8,10,8,.88) 0%, rgba(8,10,8,.58) 43%, rgba(8,10,8,.1) 100%), linear-gradient(0deg, rgba(8,10,8,.45), transparent 40%); }
.hero-content { position: relative; z-index: 1; padding: 110px 0 130px; }
.eyebrow { margin: 0 0 13px; color: #787d78; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-gold { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 620px; margin-bottom: 8px; font-size: clamp(54px, 7vw, 94px); line-height: .98; letter-spacing: -.045em; }
.hero-script { margin: 0 0 23px; color: var(--gold-light); font-family: 'Playfair Display', Georgia, serif; font-size: clamp(24px, 3vw, 39px); font-style: italic; }
.hero-copy { max-width: 480px; margin-bottom: 33px; color: rgba(255,255,255,.82); font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 38px; color: rgba(255,255,255,.72); font-size: 12px; }
.checkmark { display: inline-grid; width: 20px; height: 20px; margin-right: 8px; border: 1px solid var(--gold-light); border-radius: 50%; place-items: center; color: var(--gold-light); }
.advantage-strip { position: relative; margin-top: -70px; color: #fff; background: rgba(19,21,19,.94); }
.advantage-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 25px; padding: 27px 0; }
.advantage-item { display: flex; gap: 13px; align-items: flex-start; }
.line-icon { display: grid; width: 28px; height: 28px; border: 1px solid var(--gold); border-radius: 50%; flex-shrink: 0; place-items: center; color: var(--gold-light); font-size: 17px; }
.advantage-item strong { display: block; margin: 1px 0 7px; font-size: 10px; letter-spacing: .1em; }
.advantage-item p { margin: 0; color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.45; }
.section { padding: 112px 0; }
.section-heading { max-width: 620px; margin: 0 auto 54px; }
.section-heading.centered { text-align: center; }
.section-heading h2, h2 { margin-bottom: 14px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; text-transform: uppercase; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.products-section { padding-bottom: 126px; }
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.product-card { min-width: 0; }
.product-image { height: 340px; background-position: center; background-size: cover; transition: transform .35s; }
.product-card:hover .product-image { transform: scale(.98); }
.image-dining { background-image: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=900&q=82'); }
.image-coffee { background-image: url('https://images.unsplash.com/photo-1567016432779-094069958ea5?auto=format&fit=crop&w=900&q=82'); }
.image-conference { background-image: url('https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=900&q=82'); }
.image-live-edge { background-image: url('https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=900&q=82'); }
.image-top { background-image: url('https://images.unsplash.com/photo-1617104678098-de229db51175?auto=format&fit=crop&w=900&q=82'); }
.product-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding: 17px 2px 0; }
.product-meta h3 { margin: 0; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.product-meta span { flex-shrink: 0; color: var(--gold); font-size: 10px; }
.product-meta b { font-size: 14px; font-weight: 400; }
.process-section { background: var(--cream); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px 26px; }
.process-grid::before { position: absolute; top: 44px; right: 10%; left: 10%; border-top: 1px solid #d6c8af; content: ''; }
.process-step { position: relative; text-align: center; }
.step-number { position: absolute; top: 0; left: 0; color: var(--gold); font-size: 12px; font-weight: 700; }
.process-icon { position: relative; display: grid; width: 76px; height: 76px; margin: 0 auto 18px; border: 1px solid #d2b981; border-radius: 50%; background: var(--cream); place-items: center; color: var(--gold); font-size: 27px; }
.process-step h3 { margin-bottom: 6px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.process-step p { max-width: 150px; margin: auto; color: var(--muted); font-size: 12px; line-height: 1.5; }
.materials-section { padding: 132px 0 145px; background: #131613; color: #fff; }
.materials-wrap { display: grid; grid-template-columns: 1.1fr .9fr 1.12fr; grid-template-rows: auto auto; gap: 54px 38px; align-items: end; }
.materials-intro { padding-right: 25px; align-self: center; }
.materials-intro h2 { font-size: clamp(38px, 4.5vw, 62px); text-transform: none; }
.materials-intro > p:not(.eyebrow) { max-width: 370px; margin-bottom: 26px; color: rgba(255,255,255,.67); font-size: 15px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.material-panel { padding: 28px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); }
.material-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; margin-bottom: 23px; }
.material-panel h3 { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-size: 29px; font-weight: 500; }
.material-count { color: var(--gold-light); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.wood-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.material-choice, .resin-choice { display: flex; align-items: center; gap: 10px; border: 1px solid transparent; background: transparent; cursor: pointer; color: rgba(255,255,255,.75); padding: 4px; text-align: left; font-size: 12px; }
.material-choice:hover, .material-choice:focus-visible, .material-choice.selected, .resin-choice:hover, .resin-choice:focus-visible, .resin-choice.selected { border-color: var(--gold); color: #fff; outline: none; }
.wood-swatch { width: 56px; height: 56px; background-size: cover; flex-shrink: 0; }
.swatch-walnut { background: linear-gradient(135deg, #806048, #261a14 48%, #a1764f); }
.swatch-black-walnut { background: repeating-linear-gradient(68deg, #1d1714 0 5px, #392820 6px 11px, #120f0d 12px 15px); }
.swatch-oak { background: repeating-linear-gradient(80deg, #c59e68 0 3px, #e8c78d 4px 8px); }
.swatch-elm { background: repeating-linear-gradient(28deg, #8d6946 0 4px, #b38a5e 5px 10px, #5e412d 11px 13px); }
.material-description { min-height: 44px; margin: 23px 0 0; color: rgba(255,255,255,.56); font-family: 'Playfair Display', Georgia, serif; font-size: 15px; font-style: italic; }
.material-feature-image { min-height: 510px; background: url('https://images.unsplash.com/photo-1549497538-303791108f95?auto=format&fit=crop&w=1100&q=88') center/cover; }
.resin-panel { grid-column: 2 / span 2; }
.resin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.resin-choice { flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 8px 5px; text-align: center; }
.resin-swatch { display: block; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: inset 0 2px 8px rgba(255,255,255,.28); }
.resin-ocean { background: radial-gradient(circle at 30% 24%, #38c5cd, #006f81 48%, #023e4c); }
.resin-clear { background: radial-gradient(circle at 30% 25%, #fff, #cce3df 45%, #8eafa9); }
.resin-smoke { background: linear-gradient(135deg, #a8afad, #444c4d); }
.resin-black { background: linear-gradient(135deg, #3a3d3a, #050606); }
.resin-emerald { background: radial-gradient(circle at 28% 25%, #77d2ac, #13816c 50%, #064f4b); }
.resin-custom { display: grid; background: #2b2d29; place-items: center; color: var(--gold-light); font-size: 22px; }
.factory-section { padding-top: 137px; }
.factory-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: center; }
.factory-copy h2 { font-size: clamp(40px, 5vw, 68px); }
.factory-copy > p:not(.eyebrow) { max-width: 460px; margin-bottom: 30px; color: var(--muted); }
.factory-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 25px; margin-top: 48px; padding-top: 23px; border-top: 1px solid var(--line); color: #606560; font-size: 11px; }
.factory-gallery { display: grid; grid-template-columns: 1.4fr .8fr; grid-template-rows: 245px 245px; gap: 15px; }
.factory-main-image { grid-row: span 2; background: url('https://images.unsplash.com/photo-1581539250439-c96689b516dd?auto=format&fit=crop&w=1200&q=85') center/cover; }
.factory-image-2 { background: url('https://images.unsplash.com/photo-1601058268499-e52658b8bb88?auto=format&fit=crop&w=800&q=85') center/cover; }
.factory-image-3 { background: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=800&q=85') center/cover; }
.reviews-section { padding-top: 92px; background: #faf9f6; }
.review-note { font-style: italic; }
.review-placeholder { display: flex; align-items: center; gap: 30px; min-height: 220px; padding: 40px clamp(26px, 6vw, 90px); border: 1px solid var(--line); background: #fff; }
.quote-mark { color: var(--gold); font-family: Georgia, serif; font-size: 88px; line-height: 1; }
.review-placeholder h3 { margin-bottom: 8px; font-family: 'Playfair Display', Georgia, serif; font-size: 28px; font-weight: 500; }
.review-placeholder p { max-width: 570px; margin-bottom: 0; color: var(--muted); font-size: 14px; }
.placeholder-label { align-self: flex-start; margin-left: auto; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .15em; white-space: nowrap; }
.projects-section { padding: 110px 0 120px; background: #151815; color: #fff; }
.section-heading.light > p:last-child { color: rgba(255,255,255,.6); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.project-card { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); }
.project-placeholder { display: grid; min-height: 250px; background: linear-gradient(145deg, #4e4a3f, #171916 72%); place-items: center; align-content: center; color: rgba(255,255,255,.7); }
.project-placeholder-blue { background: linear-gradient(145deg, #144d56, #111b1a 72%); }
.project-placeholder-warm { background: linear-gradient(145deg, #9d7848, #2a2118 70%); }
.project-placeholder span { font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.project-placeholder small { margin-top: 7px; color: var(--gold-light); font-size: 9px; letter-spacing: .15em; }
.project-card > div:last-child { padding: 25px; }
.project-card .eyebrow { margin-bottom: 8px; font-size: 9px; }
.project-card h3 { margin-bottom: 8px; font-family: 'Playfair Display', Georgia, serif; font-size: 24px; font-weight: 500; }
.project-card p:last-child { margin-bottom: 0; color: rgba(255,255,255,.6); font-size: 13px; }
.shipping-section { position: relative; min-height: 525px; display: flex; align-items: center; overflow: hidden; }
.shipping-image { position: absolute; inset: 0 47% 0 0; background: url('https://images.unsplash.com/photo-1524522173746-f628baad3644?auto=format&fit=crop&w=1400&q=85') center/cover; }
.shipping-section::after { position: absolute; inset: 0 0 0 35%; background: linear-gradient(90deg, rgba(255,255,255,0), #fff 18%); content: ''; }
.shipping-content { position: relative; z-index: 1; padding: 90px 0 90px 52%; }
.shipping-content h2 { font-size: clamp(35px, 4vw, 56px); }
.shipping-content > p:not(.eyebrow) { max-width: 500px; margin-bottom: 27px; color: var(--muted); }
.shipping-points { display: grid; grid-template-columns: 1fr 1fr; max-width: 480px; gap: 12px 20px; margin-bottom: 31px; color: #4e534f; font-size: 11px; }
.shipping-points b { margin-right: 8px; color: var(--gold); }
.site-footer { padding: 75px 0 24px; background: #171a17; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.3fr; gap: 50px; padding-bottom: 65px; }
.brand-light .brand-name { color: #fff; }
.brand-light .brand-subtitle { color: rgba(255,255,255,.55); }
.footer-brand p { margin-top: 25px; color: rgba(255,255,255,.54); font-size: 12px; }
.footer-column { display: flex; flex-direction: column; gap: 11px; }
.footer-column h3 { margin-bottom: 8px; color: var(--gold-light); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.footer-column a, .footer-column p { color: rgba(255,255,255,.65); font-size: 12px; }
.footer-column a:hover { color: #fff; }
.footer-contact p { margin: 3px 0 4px; }
.footer-cta { color: var(--gold-light) !important; font-size: 10px !important; font-weight: 700; letter-spacing: .12em; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.4); font-size: 10px; letter-spacing: .04em; }
@media (max-width: 1100px) { .primary-nav { gap: 16px; font-size: 9px; } .product-grid { grid-template-columns: repeat(3, 1fr); } .product-image { height: 300px; } .advantage-grid { grid-template-columns: repeat(3, 1fr); } .materials-wrap { grid-template-columns: 1fr 1fr; } .material-feature-image { grid-column: 1 / -1; grid-row: 2; min-height: 390px; } .resin-panel { grid-column: 2; } .materials-intro { grid-column: 1 / -1; } .factory-layout { gap: 50px; } }
@media (max-width: 760px) { .container { width: min(100% - 40px, 600px); } .header-inner { min-height: 72px; } .menu-toggle { display: block; } .primary-nav { position: absolute; top: 72px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 20px; background: #fff; border: 1px solid var(--line); box-shadow: 0 15px 30px rgba(0,0,0,.1); } .primary-nav.open { display: flex; } .primary-nav a:not(.button) { padding: 13px 0; } .primary-nav a:not(.button)::after { right: auto; bottom: 8px; width: 24px; } .primary-nav .button { margin-top: 10px; } .hero { min-height: 680px; } .hero-content { padding: 100px 0 160px; } h1 { font-size: clamp(52px, 14vw, 78px); } .hero-copy { font-size: 14px; } .advantage-strip { margin-top: 0; } .advantage-grid { grid-template-columns: 1fr 1fr; gap: 25px 16px; } .advantage-item p { font-size: 10px; } .section { padding: 80px 0; } .section-heading { margin-bottom: 38px; } .section-heading h2, h2 { font-size: 35px; } .product-grid { grid-template-columns: 1fr 1fr; gap: 26px 12px; } .product-image { height: 240px; } .product-meta { display: block; } .product-meta h3 { margin-bottom: 6px; font-size: 11px; } .process-grid { grid-template-columns: 1fr 1fr; gap: 38px 18px; } .process-grid::before { display: none; } .process-icon { width: 62px; height: 62px; } .process-step p { font-size: 11px; } .materials-section { padding: 82px 0 90px; } .materials-wrap { display: flex; flex-direction: column; gap: 26px; } .materials-intro, .resin-panel { width: 100%; } .material-feature-image { width: 100%; min-height: 420px; order: 2; } .wood-panel { order: 3; } .resin-panel { order: 4; } .materials-intro { order: 1; padding: 0; } .factory-layout { display: flex; flex-direction: column; align-items: stretch; gap: 45px; } .factory-gallery { grid-template-rows: 240px 160px; } .factory-list { margin-top: 35px; } .review-placeholder { display: block; padding: 30px; } .quote-mark { display: block; margin-bottom: 10px; font-size: 64px; } .placeholder-label { display: block; margin-top: 20px; } .project-grid { grid-template-columns: 1fr; } .shipping-section { min-height: auto; display: block; } .shipping-image { position: relative; inset: auto; height: 280px; } .shipping-section::after { display: none; } .shipping-content { padding: 65px 0 80px; } .shipping-points { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 22px; } .footer-brand, .footer-contact { grid-column: 1 / -1; } .footer-bottom { display: block; } .footer-bottom span { display: block; margin-top: 8px; } }
@media (max-width: 420px) { .brand-name { font-size: 21px; } .brand-subtitle { font-size: 7px; } .advantage-grid, .product-grid { grid-template-columns: 1fr; } .product-image { height: 290px; } .hero-actions .button { width: 100%; } .wood-grid { grid-template-columns: 1fr; } .resin-grid { grid-template-columns: repeat(2, 1fr); } .factory-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 135px; } .factory-main-image { grid-column: 1 / -1; grid-row: auto; } }
