:root { --brown: #342a2a; --brown-soft: #473b39; --gold: #c5a46a; --ink: #342a2a; --paper: #f8f8f7; --muted: #ececec; --line: #dedbd7; --white: #fff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Sans SC", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }

.site-header { height: 88px; position: sticky; z-index: 10; top: 0; display: flex; align-items: center; gap: 40px; padding: 0 4.3vw; background: var(--white); border-top: 3px solid #2d3036; box-shadow: 0 1px 0 rgba(0,0,0,.05); }
.logo, .footer-logo { display: inline-flex; align-items: center; gap: 9px; color: var(--brown); white-space: nowrap; }
.logo-mark { width: 34px; height: 34px; display: grid; place-items: center; background: var(--brown); color: var(--white); font-size: 19px; }
.logo-word { display: inline-flex; align-items: baseline; color: #302726; font-size: 19px; font-weight: 900; letter-spacing: .02em; line-height: 1; }
.logo-word > span { margin-left: 3px; color: var(--gold); }
.logo-word small { align-self: flex-end; margin-left: 8px; color: #877b73; font: 500 8px "DM Mono", monospace; letter-spacing: .02em; }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; font-size: 14px; font-weight: 600; }
.desktop-nav a { display: inline-flex; align-items: center; gap: 2px; white-space: nowrap; }
.desktop-nav i { font-size: 12px; }
.product-menu { position: relative; }
.product-menu-toggle { display: inline-flex; align-items: center; gap: 2px; padding: 0; border: 0; color: inherit; background: transparent; font-size: inherit; font-weight: inherit; }
.product-popover { position: absolute; top: calc(100% + 26px); left: -18px; display: none; width: 235px; padding: 9px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.11); }
.product-menu.open .product-popover { display: grid; }
.product-popover .product-choice { width: 100%; justify-content: flex-start; }
.nav-actions { display: flex; align-items: center; }
.language-toggle, .menu-button { border: 0; background: transparent; }
.language-picker { position: relative; }
.language-toggle { display: inline-flex; align-items: center; gap: 6px; min-height: 34px; padding: 6px 0; color: var(--ink); font: 500 12px "DM Mono", monospace; }
.language-toggle i { font-size: 13px; }
.language-current-flag { font-size: 15px; line-height: 1; }
.language-menu { position: absolute; top: calc(100% + 15px); right: -10px; display: none; width: 214px; max-height: 345px; overflow-y: auto; padding: 10px; border: 1px solid #3c3c3c; background: #1d1d1d; box-shadow: 0 16px 35px rgba(0,0,0,.28); }
.language-picker.open .language-menu { display: grid; }
.language-option { display: grid; grid-template-columns: 22px 1fr; align-items: center; gap: 8px; min-height: 39px; padding: 8px 10px; border: 0; color: #d9d9d9; background: transparent; font-size: 15px; text-align: left; }
.language-option:hover, .language-option.active { background: #4b4b4b; color: #fff; }
.language-option > span:first-child { font-size: 15px; line-height: 1; }
.menu-button { display: none; font-size: 24px; color: var(--ink); }

.hero { position: relative; min-height: 700px; display: grid; align-items: center; overflow: hidden; color: var(--white); }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image { background: url("assets/images/hero-board.jpg") center/cover; }
.hero-overlay { background: rgba(17, 12, 10, .65); }
.hero-content { position: relative; z-index: 1; }
.wide { width: min(1040px, 70vw); margin-left: 21.5vw; }
.hero h1 { max-width: 830px; margin-bottom: 25px; font-size: clamp(42px, 3.6vw, 68px); font-weight: 900; letter-spacing: -.07em; line-height: 1.15; }
.hero p { max-width: 930px; margin-bottom: 35px; font-size: 15px; font-weight: 500; line-height: 1.9; }
.ghost-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-width: 104px; padding: 14px 22px; border: 1px solid currentColor; color: currentColor; background: transparent; font-size: 13px; font-weight: 700; transition: color .2s, background .2s; }
.ghost-button:hover { color: var(--brown); background: var(--white); }

.section { padding: 105px 7vw; }
.section-title { max-width: 1180px; margin: 0 auto 60px; text-align: center; }
.section-title.short { max-width: 850px; }
.section-title h2, .inspiration h2, .contact h2 { margin-bottom: 20px; font-size: clamp(32px, 3vw, 52px); font-weight: 900; letter-spacing: -.06em; line-height: 1.15; }
.section-title p { margin: 0 auto; color: #65605e; font-size: 14px; line-height: 2; }
.overline { color: var(--gold) !important; font-size: 12px !important; font-weight: 700; letter-spacing: .05em; }
.gold-mark { display: block; margin: -2px 0 17px; color: var(--gold); font-size: 18px; }
.intro-center { background: var(--white); }
.product-center { background: #f0f0ee; }
.product-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 1120px; margin: -8px auto 38px; }
.product-choice { display: inline-flex; align-items: center; justify-content: center; padding: 10px 13px; border: 1px solid #cbc8c3; color: #534a47; background: transparent; font-size: 12px; font-weight: 700; transition: color .2s, background .2s, border-color .2s; }
.product-choice:hover, .product-choice.active { border-color: var(--brown); background: var(--brown); color: var(--white); }
.product-feature { display: grid; grid-template-columns: 1.05fr .95fr; max-width: 1120px; min-height: 430px; margin: 0 auto; background: var(--white); }
.product-feature > img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.product-detail { align-self: center; padding: 54px; }
.product-detail h3 { margin-bottom: 16px; font-size: clamp(30px, 2.6vw, 46px); letter-spacing: -.055em; line-height: 1.18; }
.product-detail > p:not(.overline) { color: #625b57; font-size: 14px; line-height: 1.85; }
.product-detail ul { margin: 24px 0 30px; padding: 0; list-style: none; color: #554c48; font-size: 13px; line-height: 2; }
.product-detail li::before { content: "•"; color: var(--gold); margin-right: 9px; }
.solid-link { display: inline-flex; align-items: center; gap: 18px; padding: 13px 18px; color: var(--white); background: var(--brown); font-size: 13px; font-weight: 700; }
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1160px; margin: 0 auto; }
.image-tile, .solution-card { position: relative; display: block; overflow: hidden; color: var(--white); }
.image-tile { aspect-ratio: 1 / .9; }
.image-tile img, .solution-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.image-tile::after, .solution-card::after { content: ""; position: absolute; inset: 0; background: rgba(10, 8, 7, .3); }
.image-tile:hover img, .solution-card:hover img { transform: scale(1.05); }
.image-tile span, .solution-card span { position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: clamp(25px, 2.2vw, 38px); font-weight: 900; white-space: nowrap; }

.inspiration { position: relative; min-height: 400px; display: grid; place-items: center; color: var(--white); text-align: center; background: linear-gradient(rgba(32,23,20,.5), rgba(32,23,20,.5)), url("assets/images/inspiration-floor.jpg") center/cover; }
.inspiration-copy { max-width: 890px; padding: 60px 25px; }
.inspiration h2 { font-size: clamp(35px, 3.2vw, 54px); }
.inspiration p { margin: 0 auto 28px; max-width: 750px; font-size: 14px; line-height: 1.9; }
.inspiration .ghost-button { color: var(--white); }

.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 1160px; margin: 0 auto; }
.solution-card { aspect-ratio: 1.13 / 1; }
.solution-card span { font-size: clamp(23px, 2vw, 34px); }
.craft-quote { display: grid; grid-template-columns: 1.08fr .42fr; align-items: center; max-width: 1400px; margin: 100px auto 0; padding-left: 7vw; background: var(--brown); color: var(--white); }
.quote-band { display: flex; align-items: center; justify-content: center; gap: 30px; min-height: 135px; }
.quote-band span { font-size: 68px; font-family: Georgia, serif; }
.quote-band h2 { margin: 0; font-size: clamp(28px, 2.4vw, 42px); font-weight: 500; }
.craft-quote > img { width: 100%; height: 175px; object-fit: cover; object-position: center; }

.quality { background: var(--white); }
.quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1160px; margin: 0 auto; }
.quality figure { min-width: 0; margin: 0; }
.quality figure img { width: 100%; aspect-ratio: 1 / .95; object-fit: cover; display: block; }
.quality figcaption { margin-top: 8px; color: #605b57; font-size: 11px; line-height: 1.45; text-align: center; }

.factory { padding: 105px 7vw; background: var(--brown); color: var(--white); }
.section-title.light h2 { color: var(--white); }
.factory-images { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 1000px; margin: 0 auto 34px; }
.factory-images img { width: 100%; height: 320px; object-fit: cover; }
.factory-copy { max-width: 1000px; margin: 0 auto; color: rgba(255,255,255,.85); font-size: 13px; line-height: 1.9; }
.factory-copy p { margin-bottom: 14px; }
.location { display: inline-flex; align-items: center; gap: 5px; margin-left: 28px; color: var(--white); font-weight: 700; }
.location i { color: var(--gold); }

.news-section { background: #eee; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1160px; margin: 0 auto; }
.news-card { min-width: 0; background: var(--white); color: var(--ink); transition: transform .2s, box-shadow .2s; }
.news-card:hover { box-shadow: 0 14px 30px rgba(41,32,31,.12); transform: translateY(-3px); }
.news-card img { display: block; width: 100%; aspect-ratio: 1.38 / 1; object-fit: cover; }
.news-card > div { padding: 23px 22px 25px; }
.news-card time { color: var(--gold); font: 500 11px "DM Mono", monospace; text-transform: uppercase; }
.news-card h3 { margin: 11px 0 10px; font-size: 22px; line-height: 1.35; }
.news-card p { min-height: 63px; margin: 0 0 18px; color: #665f5a; font-size: 13px; line-height: 1.7; }
.news-card-link { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; }
.news-more { display: flex; justify-content: center; margin-top: 35px; }
.expert { background: var(--white); }
.expert-columns { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; max-width: 1120px; margin: 0 auto; align-items: center; }
.video-placeholder { position: relative; overflow: hidden; aspect-ratio: 16 / 9; }
.video-placeholder img { width: 100%; height: 100%; object-fit: cover; }
.video-placeholder::after { content: ""; position: absolute; inset: 0; background: rgba(17,20,18,.22); }
.video-placeholder span { position: absolute; z-index: 1; top: 50%; left: 50%; display: grid; width: 57px; height: 57px; place-items: center; border: 1px solid var(--white); border-radius: 50%; color: var(--white); font-size: 22px; transform: translate(-50%, -50%); }
.benefits h3 { margin-bottom: 22px; font-size: clamp(22px, 2vw, 33px); letter-spacing: -.05em; }
.benefits > div { display: grid; grid-template-columns: 23px 1fr; gap: 10px; margin-top: 18px; }
.benefits i { color: var(--gold); font-size: 18px; }
.benefits p { margin: 0; color: #665f5a; font-size: 13px; line-height: 1.7; }
.benefits strong, .benefits span { display: block; }
.benefits strong { color: var(--ink); font-size: 14px; }
.testimonials { position: relative; overflow: hidden; padding: 108px 7vw; color: var(--white); background: url("assets/images/testimonials-living-room.jpg") center/cover; }
.testimonials-overlay { position: absolute; inset: 0; background: rgba(20,17,16,.74); }
.testimonials-inner { position: relative; z-index: 1; max-width: 1160px; margin: 0 auto; }
.testimonials-heading { max-width: 970px; margin: 0 auto 52px; text-align: center; }
.testimonials-heading .overline { color: var(--gold) !important; }
.testimonials-heading h2 { margin-bottom: 18px; font-size: clamp(34px, 3.3vw, 52px); font-weight: 900; line-height: 1.15; }
.testimonials-heading > p:last-child { margin: 19px auto 0; max-width: 940px; color: rgba(255,255,255,.9); font-size: 14px; line-height: 1.9; }
.testimonial-mark { display: inline-flex; align-items: center; gap: 18px; color: var(--gold); }
.testimonial-mark::before, .testimonial-mark::after { content: ""; width: 52px; height: 1px; background: currentColor; }
.testimonial-mark i { font-size: 22px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.testimonial-card { display: flex; min-height: 390px; flex-direction: column; align-items: center; padding: 28px 30px 24px; background: rgba(255,255,255,.96); color: var(--ink); text-align: center; }
.testimonial-stars { display: flex; gap: 3px; margin-bottom: 18px; color: #cfad4e; font-size: 20px; }
.testimonial-stars i { fill: currentColor; }
.testimonial-card h3 { margin: 0 0 18px; font-size: 19px; }
.testimonial-card > p { flex: 1; margin: 0; color: #514a46; font-size: 14px; line-height: 1.75; }
.testimonial-card img { width: 78px; height: 78px; margin: 23px 0 10px; object-fit: cover; }
.testimonial-card strong { font-size: 18px; }
.testimonial-card span { margin-top: 5px; color: #6e6660; font-size: 13px; }
.value-section { background: #e6e6e6; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1120px; margin: 0 auto; }
.value-grid article { min-height: 190px; padding: 26px 22px; background: var(--white); text-align: center; }
.value-grid i { display: block; margin-bottom: 12px; color: var(--gold); font-size: 23px; }
.value-grid h3 { margin-bottom: 8px; font-size: 18px; }
.value-grid p { margin: 0; color: #6b6560; font-size: 12px; line-height: 1.7; }

.contact-enquiry { position: relative; overflow: hidden; padding: 105px 6vw; background: #fff; color: var(--ink); }
.contact-map { position: absolute; inset: 0; opacity: .48; background-image: radial-gradient(#d4d4d2 1.2px, transparent 1.8px); background-size: 10px 10px; mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 88%, transparent 100%), linear-gradient(#000 0 0); mask-composite: intersect; }
.contact-map::before, .contact-map::after { content: ""; position: absolute; width: 43vw; height: 30vw; min-width: 420px; min-height: 270px; background: #fff; filter: blur(22px); }
.contact-map::before { top: 7%; left: 24%; transform: rotate(-14deg); }
.contact-map::after { right: -13%; bottom: 4%; transform: rotate(18deg); }
.contact-enquiry-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .96fr) minmax(440px, .88fr); gap: clamp(55px, 8vw, 155px); max-width: 1160px; margin: 0 auto; align-items: start; }
.contact .overline { color: var(--gold) !important; }
.contact h2 { margin-bottom: 20px; color: var(--brown); font-size: clamp(35px, 3.35vw, 54px); }
.enquiry-lead { max-width: 480px; margin-bottom: 28px; color: #625b57; font-size: 14px; line-height: 1.9; }
.enquiry-steps { display: grid; gap: 30px; max-width: 540px; margin: 0; padding: 0; list-style: none; counter-reset: enquiry; }
.enquiry-steps li { display: grid; grid-template-columns: 28px 1fr; gap: 13px; align-items: start; }
.enquiry-steps i { display: grid; width: 28px; height: 28px; place-items: center; color: var(--gold); font-size: 21px; }
.enquiry-steps h3 { margin: 0 0 6px; font-size: 16px; }
.enquiry-steps p { margin: 0; color: #625b57; font-size: 13px; line-height: 1.75; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px 18px; padding: clamp(28px, 3.2vw, 42px); border: 1px solid #d8d5d0; box-shadow: 0 7px 19px rgba(47,37,34,.22); background: #fff; }
.contact-form label { display: flex; min-width: 0; flex-direction: column; gap: 8px; color: var(--ink); font-size: 13px; }
.contact-form label b { color: #b7302b; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; min-height: 42px; border: 1px solid #dedbd7; border-radius: 0; outline: 0; padding: 10px 12px; background: #fff; color: var(--ink); resize: vertical; }
.contact-form textarea { min-height: 116px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(197,164,106,.18); }
.form-wide { grid-column: 1 / -1; }
.file-field small { color: #716a64; font-size: 11px; line-height: 1.5; }
.file-field input { padding: 9px; font-size: 12px; }
.enquiry-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; min-height: 48px; }
.enquiry-submit { min-width: 144px; min-height: 46px; padding: 12px 21px; border: 0; background: var(--gold); color: #fff; font-size: 13px; font-weight: 800; }
.enquiry-submit:hover { background: #ae8c50; }
.enquiry-submit:disabled { cursor: wait; opacity: .65; }
.form-status { color: #397140; font-size: 12px; text-align: right; }
.form-status.error { color: #a62d25; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 35px 7vw; background: #29201f; color: rgba(255,255,255,.75); }
.footer-logo { color: var(--white); }
.footer-logo .logo-mark { background: var(--gold); color: var(--brown); }
.footer-logo .logo-word { color: var(--white); }
.footer-logo .logo-word > span { color: var(--gold); }
.footer-logo .logo-word small { color: rgba(255,255,255,.62); }
.footer p { margin: 0; font: 400 11px "DM Mono", monospace; }
.footer.full-footer { display: block; padding: 80px 7vw 34px; background: #29201f; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .85fr .9fr 1fr; gap: 40px; max-width: 1460px; margin: 0 auto; }
.footer-grid h3 { margin: 0 0 15px; color: var(--white); font-size: 18px; }
.footer-grid > div > p, .footer-grid a { display: block; margin: 0 0 10px; color: rgba(255,255,255,.84); font: 400 13px/1.6 "Noto Sans SC", Arial, sans-serif; }
.footer-grid .footer-logo { margin-bottom: 18px; }
.footer-grid .footer-logo .logo-mark { background: var(--gold); color: var(--brown); }
.footer-grid .footer-logo .logo-word { color: var(--white); }
.footer-grid .footer-logo .logo-word > span { color: var(--gold); }
.footer-grid .footer-logo .logo-word small { color: rgba(255,255,255,.62); }
.subscribe-form { display: grid; gap: 10px; margin-top: 12px; }
.subscribe-form input { width: 100%; padding: 12px 13px; border: 0; border-radius: 0; outline: 0; background: #f2f2f0; color: var(--ink); }
.subscribe-form button { padding: 12px 13px; border: 0; background: var(--gold); color: var(--brown); font-size: 13px; font-weight: 800; }
.footer-bottom { max-width: 1460px; margin: 65px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.55); font: 400 11px "DM Mono", monospace; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 10; display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; background: #25d366; color: var(--white); box-shadow: 0 5px 18px rgba(0,0,0,.2); font-size: 31px; }
.toast { position: fixed; z-index: 12; right: 20px; bottom: 91px; padding: 13px 16px; background: var(--white); color: var(--brown); box-shadow: 0 7px 24px rgba(0,0,0,.18); font-size: 13px; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .2s, transform .2s; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { height: 71px; padding: 0 20px; }
  .logo-word { font-size: 17px; }
  .desktop-nav { display: none; }
  .desktop-nav.mobile-open { position: absolute; top: 68px; right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 20px; background: var(--white); box-shadow: 0 10px 22px rgba(0,0,0,.13); }
  .desktop-nav.mobile-open a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .desktop-nav.mobile-open .product-menu { border-bottom: 1px solid var(--line); }
  .desktop-nav.mobile-open .product-menu-toggle { width: 100%; padding: 12px 0; }
  .desktop-nav.mobile-open .product-popover { position: static; width: auto; margin-bottom: 10px; border: 0; box-shadow: none; }
  .nav-actions { margin-left: auto; gap: 12px; }
  .language-toggle, .menu-button { display: inline-flex; }
  .hero { min-height: 590px; }
  .wide { width: 86vw; margin-left: 7vw; }
  .hero h1 { font-size: clamp(38px, 9vw, 56px); }
  .hero p { font-size: 14px; line-height: 1.85; }
  .section, .factory { padding: 75px 7vw; }
  .section-title { margin-bottom: 42px; }
  .trio, .solutions-grid, .quality-grid, .news-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .product-feature { grid-template-columns: 1fr; }
  .product-feature > img { min-height: 300px; max-height: 400px; }
  .product-detail { padding: 38px 30px; }
  .solutions-grid { gap: 10px; }
  .craft-quote { grid-template-columns: 1fr; margin-top: 70px; padding-left: 0; }
  .craft-quote > img { height: 210px; }
  .factory-images, .expert-columns, .contact-enquiry-inner { grid-template-columns: 1fr; }
  .factory-images img { height: 240px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-enquiry { padding: 75px 7vw; }
  .contact-enquiry-inner { gap: 45px; }
  .testimonials { padding: 78px 7vw; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 500px) {
  .logo-word { font-size: 15px; }
  .logo-word small { display: none; }
  .language-toggle { font-size: 10px; }
  .language-menu { right: -11px; width: 205px; }
  .hero { min-height: 550px; }
  .trio, .solutions-grid, .quality-grid, .news-grid, .value-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .image-tile { aspect-ratio: 1.25 / 1; }
  .solution-card { aspect-ratio: 1.25 / 1; }
  .quality-grid { gap: 26px; }
  .quality figure img { aspect-ratio: 1.3 / 1; }
  .value-grid article { min-height: 0; }
  .testimonial-card { min-height: 0; }
  .footer:not(.full-footer) { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-form { grid-template-columns: 1fr; padding: 24px 20px; }
  .form-wide { grid-column: auto; }
  .enquiry-actions { align-items: stretch; flex-direction: column; }
  .enquiry-submit { width: 100%; }
  .form-status { min-height: 18px; text-align: left; }
}
