@font-face   {
  font-family:Inter;
  src:url('assets/inter-latin.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap
}
:root   {
  --ink:#202020;
  --paper:#fafafa;
  --muted:#676767;
  --line:#d9d9d9;
  --red:#c82429;
  --pad:clamp(22px,5.2vw,88px);
  --ease:cubic-bezier(.22,.7,.25,1);
  color-scheme:light
}
*   {
  box-sizing:border-box
}
html   {
  scroll-padding-top:68px
}
body   {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Inter,Arial,sans-serif;
  -webkit-font-smoothing:antialiased
}
h1, h2, h3, h4, p, figure, dl, dd   {
  margin:0
}
h1, h2, h3, h4   {
  letter-spacing:-.045em;
  line-height:1.06;
  text-wrap:balance
}
h2   {
  font-size:clamp(2.125rem,4.4vw,4rem);
  font-weight:750
}
h3   {
  font-size:clamp(1.75rem,3vw,3rem);
  font-weight:700
}
h4   {
  font-size:1.25rem;
  font-weight:650;
  line-height:1.2
}
p   {
  font-size:1rem;
  line-height:1.65
}
a   {
  color:inherit;
  text-decoration:none
}
button, input, summary   {
  font:inherit
}
button   {
  border:0;
  background:none;
  color:inherit;
  cursor:pointer
}
a, button, summary, input   {
  -webkit-tap-highlight-color:transparent
}
a, button, summary   {
  touch-action:manipulation
}
img, svg   {
  display:block;
  max-width:100%
}
img   {
  height:auto
}
address, em, i   {
  font-style:normal
}
button, a, summary   {
  transition:color .22s,background .22s,transform .3s var(--ease)
}
button:active, .pill:active, .wa-button:active   {
  transform:scale(.97)
}
[hidden]   {
  display:none!important
}
:focus-visible   {
  outline:2px solid var(--red);
  outline-offset:5px
}
section:focus   {
  outline:none
}
::selection   {
  background:#e5bbaf;
  color:#161616
}
.wrap   {
  padding-inline:var(--pad)
}
.section   {
  padding-block:clamp(56px,6.6vw,96px)
}
.section>*   {
  min-width:0
}
.sr-only   {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap
}
.skip   {
  position:fixed;
  top:-100px;
  left:20px;
  z-index:300;
  padding:12px;
  background:#fff
}
.skip:focus   {
  top:6px
}
.text-link   {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:44px;
  border-bottom:1px solid currentColor;
  font-size:.9rem;
  font-weight:550
}
.text-link span   {
  transition:transform .25s var(--ease)
}
.pill   {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  min-height:52px;
  border-radius:100px;
  padding:14px 24px;
  font-size:1rem;
  font-weight:550
}
.pill.dark   {
  color:white;
  background:#222
}
body   {
  overflow-wrap:break-word
}
.header   {
  position:fixed;
  inset:0 0 auto;
  z-index:100;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(250,250,250,.68);
  backdrop-filter:blur(18px) saturate(130%);
  -webkit-backdrop-filter:blur(18px) saturate(130%);
  border-bottom:1px solid #ffffff50
}
.logo   {
  display:block;
  width:112px;
  flex-shrink:0
}
.logo img   {
  width:100%;
  filter:none
}
.desktop-nav   {
  display:none;
  gap:30px
}
.desktop-nav a   {
  position:relative;
  font-size:.875rem;
  line-height:48px
}
.desktop-nav a::after   {
  content:'';
  position:absolute;
  inset:auto 0 8px;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .24s var(--ease)
}
.menu-open   {
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  margin-right:-10px
}
.menu-icon   {
  width:24px;
  display:grid;
  gap:5px
}
.menu-icon>span   {
  height:1.5px;
  background:currentColor;
  transition:transform .35s var(--ease),opacity .2s
}
.menu-open[aria-expanded=true] .menu-icon>span:nth-child(1)   {
  transform:translateY(6.5px) rotate(45deg)
}
.menu-open[aria-expanded=true] .menu-icon>span:nth-child(2)   {
  opacity:0;
  transform:scaleX(.2)
}
.menu-open[aria-expanded=true] .menu-icon>span:nth-child(3)   {
  transform:translateY(-6.5px) rotate(-45deg)
}
.mobile-menu   {
  position:fixed;
  inset:58px 12px auto auto;
  width:min(360px,calc(100% - 24px));
  max-height:calc(100svh - 80px);
  overflow:auto;
  padding:16px 24px;
  border:1px solid #fff8;
  border-radius:18px;
  background:rgba(249,249,249,.94);
  backdrop-filter:blur(24px);
  color:#202020;
  z-index:99;
  margin:0;
  opacity:0;
  transform:translateY(-12px) scale(.97);
  transform-origin:top right;
  transition:opacity .3s,transform .35s var(--ease)
}
.mobile-menu.is-open   {
  opacity:1;
  transform:none
}
.mobile-menu nav   {
  display:grid
}
.mobile-menu a   {
  font-size:1.15rem;
  padding:15px 0;
  border-bottom:1px solid #ddd;
  transition:padding-left .25s,color .25s
}
.mobile-menu a:last-child   {
  border:0
}
.hero   {
  height:94svh;
  min-height:560px;
  max-height:1050px;
  position:relative;
  isolation:isolate;
  color:#fff;
  background:#444;
  overflow:hidden
}
.hero-image   {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:56% 50%;
  z-index:-2
}
.hero::after   {
  content:'';
  position:absolute;
  inset:30% 0 0;
  z-index:-1;
  background:linear-gradient(0deg,#000b,transparent 90%)
}
.hero-copy   {
  position:absolute;
  bottom:44px;
  inset-inline:var(--pad)
}
.hero h1   {
  font-size:clamp(2.2rem,6.2vw,6.7rem);
  font-weight:900;
  letter-spacing:-.055em;
  line-height:1.02;
  max-width:1500px
}
.hero h1 span   {
  display:block
}
.hero-sub   {
  margin-top:24px;
  color:#ffffffe0;
  font-size:1rem;
  max-width:42ch
}
.rooms   {
  background:#fafafa;
  overflow:hidden
}
.rooms-heading   {
  margin-bottom:36px;
  max-width:1100px
}
.rooms-heading h2   {
  max-width:900px
}
.rooms-heading>p   {
  max-width:660px;
  margin-top:24px;
  color:var(--muted);
  font-size:1.0625rem
}
.room-gallery   {
  margin-inline:calc(-1 * var(--pad))
}
.room-track   {
  display:flex;
  gap:12px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  padding-right:0;
  cursor:grab;
  overscroll-behavior-x:contain;
  touch-action:pan-x pan-y pinch-zoom
}
.room-track::-webkit-scrollbar   {
  display:none
}
.room-track.is-dragging   {
  scroll-snap-type:none;
  cursor:grabbing
}
.room-frame   {
  flex:0 0 92vw;
  scroll-snap-align:start;
  min-width:0;
  position:relative
}
.room-frame img   {
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:0 12px 12px 0;
  user-select:none
}
.room-frame:not(:first-child) img   {
  border-radius:12px
}
.room-fallback-caption   {
  font-size:.875rem;
  padding:12px var(--pad)
}
.is-enhanced .room-fallback-caption   {
  display:none
}
.wood   {
  background:#181a19;
  color:#f6f6f4;
  --muted:#b1b5b2;
  --line:#ffffff30
}
.wood-stage   {
  position:relative
}
.wood-view   {
  margin-bottom:18px
}
.wood-view img   {
  width:100%
}
.wood-view figcaption   {
  font-size:.875rem;
  padding-top:12px
}
.is-enhanced .wood-stage   {
  aspect-ratio:4/5
}
.is-enhanced .wood-view   {
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  transform:scale(1.035);
  transition:opacity .55s var(--ease),transform .8s var(--ease);
  pointer-events:none
}
.is-enhanced .wood-view.is-active   {
  opacity:1;
  transform:none
}
.is-enhanced .wood-view img   {
  width:100%;
  height:100%;
  object-fit:cover
}
.is-enhanced .wood-view figcaption   {
  display:none
}
.wood-choice   {
  min-height:64px;
  border:1px solid #ffffff38;
  border-radius:6px;
  padding:12px 5px;
  font-size:.875rem;
  line-height:1.35
}
.wood-choice>span   {
  display:none
}
.wood-choice[aria-pressed=true]   {
  background:#f2f2ee;
  color:#202020;
  border-color:#f2f2ee
}
.acoustic-lead>p   {
  margin-top:24px;
  max-width:590px;
  color:var(--muted)
}
.acoustic-rating   {
  padding-bottom:24px;
  border-bottom:1px solid var(--line)
}
.rating-label   {
  display:block;
  font-size:.875rem;
  color:var(--muted)
}
.rating-number   {
  font-size:clamp(6.8rem,15vw,12rem);
  line-height:1.12;
  letter-spacing:-.075em;
  font-weight:650;
  font-variant-numeric:tabular-nums
}
.rating-number>span   {
  font-size:1.2rem;
  letter-spacing:0;
  margin-left:16px;
  font-weight:500
}
.acoustic-rating>p   {
  font-size:1.0625rem;
  margin-top:8px
}
.rating-context   {
  font-size:.9375rem;
  color:var(--muted);
  margin-top:24px;
  max-width:540px
}
.report-link   {
  margin-top:16px;
  font-size:.875rem
}
.acoustic-plot   {
  padding:8px 16px 16px;
  background:#f4f4f0;
  border-radius:6px;
  color:#272b27
}
.acoustic-plot h3   {
  font-size:1rem;
  line-height:1.3;
  padding-top:12px;
  letter-spacing:-.02em
}
.acoustic-plot svg   {
  width:100%;
  height:auto;
  margin-top:20px
}
.acoustic-plot>p   {
  font-size:.75rem;
  color:var(--ink);
  line-height:1.5;
  margin-top:8px
}
.finish-studio   {
  background:#fff
}
.finish-studio-head>p   {
  margin-top:24px;
  max-width:630px;
  color:var(--muted)
}
.panel-format   {
  border-top:1px solid var(--line);
  padding-top:50px;
  margin-top:58px;
  display:grid;
  gap:30px
}
.format-heading p   {
  color:var(--muted);
  margin-top:20px;
  max-width:490px
}
.format-specs dl>div   {
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding:20px 0
}
.format-specs dt   {
  font-size:.875rem;
  color:var(--muted);
  flex:1
}
.format-specs dd   {
  font-size:1.2rem;
  line-height:1.35;
  letter-spacing:-.025em;
  text-align:right;
  font-variant-numeric:tabular-nums
}
.format-specs dd>span   {
  font-size:.875rem;
  letter-spacing:0
}
.slat-profile   {
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:24px
}
.slat-profile svg   {
  width:45%;
  flex-shrink:0
}
.slat-profile p   {
  font-size:.75rem;
  line-height:1.6;
  color:var(--muted)
}
.factory-story   {
  background:#ededeb
}
.wholesale-section   {
  background:#fff
}
.faq-section   {
  background:#f3f3f1
}
.faq-layout   {
  display:grid;
  gap:38px
}
.faq-list details   {
  border-top:1px solid #d1d1cf;
  overflow:hidden
}
.faq-list details:last-child   {
  border-bottom:1px solid #d1d1cf
}
.faq-list summary   {
  list-style:none;
  position:relative;
  cursor:pointer;
  padding:20px 28px 20px 0;
  font-size:1rem;
  font-weight:500;
  line-height:1.5;
  min-height:64px
}
.faq-list summary::-webkit-details-marker   {
  display:none
}
.faq-list summary::after   {
  content:'+';
  position:absolute;
  right:0;
  top:18px;
  font-size:1.3rem;
  font-weight:400;
  transition:transform .3s
}
.faq-list details[open] summary::after   {
  transform:rotate(45deg)
}
.faq-list details>p   {
  padding:0 26px 24px 0;
  color:var(--muted);
  max-width:800px
}
.contact   {
  background:#181a19;
  color:#f7f7f4;
  --muted:#b6b9b6;
  --line:#ffffff2b
}
.contact-split   {
  display:grid;
  gap:36px
}
.contact h2   {
  font-size:clamp(2.5rem,6vw,6rem);
  font-weight:700;
  letter-spacing:-.055em
}
.contact-main>p   {
  margin-top:24px;
  color:var(--muted);
  max-width:560px
}
.wa-button   {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:30px;
  background:#f2f2ed;
  color:#202020;
  min-height:56px;
  padding:17px 26px;
  border-radius:100px;
  font-size:1rem;
  font-weight:550
}
.wa-button svg   {
  flex-shrink:0
}
.contact-qr   {
  display:none
}
.contact-footer   {
  display:grid;
  gap:30px;
  border-top:1px solid var(--line);
  margin-top:60px;
  padding-top:32px
}
.contact-footer h3   {
  font-size:1.125rem;
  line-height:1.4;
  letter-spacing:-.02em;
  max-width:370px;
  margin-bottom:22px
}
.contact-label   {
  font-size:.875rem;
  color:#969d96;
  margin-bottom:12px
}
.contact-label.second   {
  margin-top:24px
}
.factory-legal   {
  font-size:.875rem;
  color:var(--muted);
  margin-bottom:10px;
  max-width:350px
}
.contact-footer address   {
  font-size:.875rem;
  line-height:1.8;
  color:var(--muted)
}
.contact-footer a   {
  font-size:1rem;
  display:block;
  line-height:1.9;
  overflow-wrap:anywhere
}
.footer   {
  background:#181a19;
  color:#929a92;
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding-top:24px;
  padding-bottom:28px;
  font-size:.75rem;
  line-height:1.5
}
.footer>a   {
  font-size:.875rem;
  white-space:nowrap
}
.reveal.visible   {
  animation:arrive .75s var(--ease) both
}
@keyframes arrive   {
  from             {
    opacity:.35;
    transform:translateY(22px)
  }
  to             {
    opacity:1;
    transform:none
  }
}
.finish-showcase   {
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:28px;
  margin-top:36px;
}
.finish-options   {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  min-width:0;
}
.finish-option   {
  display:grid;
  grid-template-rows:1fr auto;
  min-width:0;
  padding:10px 8px 14px;
  border:1px solid var(--line);
  border-radius:8px;
  text-align:center;
  background:#f5f5f3;
  transition:border-color .2s,background .2s;
}
.finish-option:disabled   {
  cursor:default;
  opacity:1;
}
.finish-option[aria-pressed=true]   {
  border-color:var(--ink);
  background:#e8ebe6;
}
.finish-specimen   {
  display:grid;
  place-items:center;
  height:clamp(205px,56vw,350px);
}
.finish-specimen img   {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:clamp(205px,56vw,350px);
  object-fit:contain;
}
.finish-name   {
  display:block;
  min-width:0;
  overflow-wrap:anywhere;
  padding-top:14px;
  font-size:.875rem;
  font-weight:600;
}
.finish-description   {
  min-width:0;
  align-self:center;
}
.shade-copy h3   {
  font-size:clamp(1.8rem,3vw,3rem);
}
.shade-copy p   {
  margin-top:16px;
  color:var(--muted);
  min-height:5em;
  max-width:440px;
}
.finish-description>.text-link   {
  margin-top:20px;
}
.finish-sample-note   {
  color:var(--muted);
  font-size:.875rem;
  margin-top:20px;
  max-width:450px;
}
@media(hover:hover)   {
  .desktop-nav a:hover::after   {
    transform:scaleX(1)
  }
  .desktop-nav a:hover, .mobile-menu a:hover, .text-link:hover, .contact-footer a:hover, .footer a:hover   {
    color:var(--red)
  }
  .mobile-menu a:hover   {
    padding-left:7px
  }
  .menu-open:hover .menu-icon>span:nth-child(2)   {
    transform:scaleX(.7);
    transform-origin:right
  }
  .menu-open[aria-expanded=true]:hover .menu-icon>span:nth-child(2)   {
    transform:scaleX(0)
  }
  .text-link:hover span   {
    transform:translate(3px,-3px)
  }
  .wood-choice:not([aria-pressed=true]):hover   {
    background:#ffffff12
  }
  .pill.dark:hover   {
    background:var(--red)
  }
  .wa-button:hover   {
    background:#fff;
    color:var(--red)
  }
  .faq-list summary:hover   {
    color:#555b55
  }
}
@media(min-width:601px)   {
  .hero-copy   {
    bottom:60px
  }
  .hero-sub   {
    font-size:1.2rem
  }
  .room-frame   {
    flex-basis:80vw
  }
  .room-track   {
    gap:22px;
    padding-right:0
  }
  .panel-format   {
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:36px
  }
  .format-heading   {
    grid-column:1/-1
  }
  .contact-footer   {
    grid-template-columns:1.4fr 1fr
  }
  .contact-footer>div:last-child   {
    grid-column:2
  }
  .footer   {
    font-size:.875rem
  }
}
@media(min-width:961px)   {
  .desktop-nav   {
    display:flex
  }
  .menu-open   {
    display:none
  }
  .logo   {
    width:118px
  }
  .hero   {
    height:100svh;
    min-height:640px
  }
  .hero-image   {
    object-position:50% 53%
  }
  .hero-copy   {
    bottom:60px
  }
  .rooms-heading   {
    margin-bottom:56px
  }
  .rooms-heading h2   {
    max-width:1050px
  }
  .rooms-heading>p   {
    font-size:1.125rem;
    max-width:650px
  }
  .room-frame   {
    flex-basis:min(74vw,calc((100svh - 215px)*4/3),1200px)
  }
  .room-track   {
    gap:28px;
    padding-right:0
  }
  .acoustic-lead   {
    grid-column:1;
    grid-row:1
  }
  .acoustic-explanation   {
    grid-column:1;
    grid-row:2;
    max-width:540px
  }
  .rating-number   {
    font-size:clamp(7rem,12vw,12rem)
  }
  .finish-studio-head   {
    max-width:1100px
  }
  .panel-format   {
    grid-template-columns:minmax(0,1.1fr) minmax(0,.8fr) minmax(0,1fr);
    gap:4vw;
    margin-top:90px;
    padding-top:65px
  }
  .format-heading   {
    grid-column:auto;
    align-self:start;
    padding-top:32px
  }
  .format-heading h3   {
    font-size:clamp(2rem,3.5vw,3.5rem)
  }
  .format-specs   {
    align-self:center
  }
  .format-specs dl>div   {
    gap:16px
  }
  .format-specs dd   {
    font-size:1.15rem
  }
  .slat-profile   {
    display:block
  }
  .slat-profile svg   {
    width:100%;
    max-width:280px
  }
  .slat-profile p   {
    margin-top:10px
  }
  .faq-layout   {
    grid-template-columns:.8fr 1.2fr;
    gap:8vw
  }
  .faq-list summary   {
    font-size:1.0625rem;
    padding-block:23px
  }
  .faq-list summary::after   {
    top:22px
  }
  .contact-split   {
    grid-template-columns:1fr auto;
    gap:8vw;
    align-items:end
  }
  .contact-qr   {
    display:block;
    padding-bottom:10px
  }
  .contact-qr img   {
    width:125px;
    height:125px;
    border:8px solid white;
    border-radius:4px
  }
  .contact-qr figcaption   {
    font-size:.875rem;
    color:var(--muted);
    margin-top:12px;
    text-align:center
  }
  .contact-main>p   {
    font-size:1.125rem
  }
  .wa-button   {
    margin-top:36px;
    min-height:60px;
    padding-inline:32px
  }
  .contact-footer   {
    grid-template-columns:1.4fr 1fr .8fr;
    gap:6vw;
    margin-top:64px;
    padding-top:42px
  }
  .contact-footer>div:last-child   {
    grid-column:auto
  }
}
@media(hover:hover)   {
  .contact-footer a:hover, .footer a:hover   {
    color:#f3968d
  }
}
@media(max-width:360px)   {
  :root   {
    --pad:18px
  }
  .hero h1   {
    font-size:2rem
  }
  .hero-sub   {
    font-size:.9375rem
  }
  .wood-choice   {
    font-size:.8125rem
  }
  .contact .wa-button   {
    padding-inline:18px
  }
  .footer   {
    flex-wrap:wrap
  }
}
@media(prefers-reduced-motion:reduce)   {
  *, *::before, *::after   {
    animation:none!important;
    transition-property:color,background-color,border-color,opacity!important;
    transition-duration:.2s!important;
    scroll-behavior:auto!important
  }
  .reveal   {
    opacity:1!important;
    transform:none!important
  }
}
@media print   {
  .header, .mobile-menu, .menu-open, .skip   {
    display:none!important
  }
  .hero   {
    height:450px;
    min-height:0
  }
  .section   {
    padding-block:36px
  }
  .room-track   {
    display:block;
    overflow:visible;
    padding:0
  }
  .room-frame   {
    margin-bottom:24px
  }
  .room-frame img   {
    max-height:360px;
    object-fit:contain
  }
  .contact-qr   {
    display:none
  }
  .reveal   {
    opacity:1;
    transform:none
  }
  a   {
    overflow-wrap:anywhere
  }
}
@media(max-width:600px)   {
  .hero   {
    height:auto;
    min-height:0;
    max-height:none;
    padding-top:0;
    background:#29251f
  }
  .hero-image   {
    position:relative;
    inset:auto;
    width:100%;
    height:clamp(410px,64svh,580px);
    object-fit:cover;
    object-position:96% 50%;
    z-index:-2;
    mask-image:linear-gradient(#000 0 76%,transparent 100%);
    -webkit-mask-image:linear-gradient(#000 0 76%,transparent 100%)
  }
  .hero::after   {
    display:none
  }
  .hero-copy   {
    position:relative;
    inset:auto;
    margin-top:-44px;
    padding:0 var(--pad) 36px
  }
  .hero h1   {
    font-size:clamp(2rem,8.6vw,2.55rem);
    line-height:1.04;
    letter-spacing:-.045em
  }
  .hero-sub   {
    font-size:.9375rem;
    margin-top:18px;
    max-width:28ch;
    color:#efeeeb
  }
  .rooms-heading   {
    margin-bottom:28px
  }
  .rooms-heading>p   {
    font-size:1rem;
    margin-top:20px
  }
  .wood-choice   {
    min-height:52px
  }
  .acoustic-lead>p   {
    margin-top:20px
  }
  .finish-studio-head>p   {
    margin-top:20px
  }
  .panel-format   {
    margin-top:40px;
    padding-top:34px;
    gap:24px
  }
  .contact-footer   {
    margin-top:40px
  }
  .wa-button   {
    width:100%
  }
}
@media(min-width:601px) and (max-width:960px)   {
  .hero   {
    height:88svh;
    min-height:640px
  }
  .hero-image   {
    object-position:88% 50%
  }
  .hero h1   {
    font-size:clamp(2.8rem,5.8vw,4rem)
  }
}
:root   {
  --header-height:48px;
  --anchor-offset:64px;
  --focus:#a91b22;
}
html   {
  scroll-padding-top:var(--anchor-offset);
}
button, input, select, textarea   {
  font:inherit;
}
input, select, textarea   {
  max-width:100%;
}
:focus-visible   {
  outline:2px solid var(--focus);
  outline-offset:4px;
}
.wood, .contact   {
  --focus:#fff;
}
.header   {
  height:var(--header-height);
  background:rgba(250,250,250,.80);
}
.desktop-nav   {
  gap:clamp(16px,2vw,30px);
}
.desktop-nav a   {
  white-space:nowrap;
}
.mobile-menu a   {
  min-height:48px;
  padding-block:13px;
}
.room-track   {
  padding-right:0;
}
.room-frame img, .room-frame:not(:first-child) img   {
  border-radius:12px;
}
.room-frame:first-child img   {
  border-radius:0 12px 12px 0;
}
.room-frame:last-child img   {
  border-radius:12px 0 0 12px;
}
.wood-story   {
  display:grid;
  gap:22px;
  grid-template-areas:'title' 'intro' 'photo' 'controls' 'detail';
  max-width:1440px;
  margin-inline:auto;
}
.wood-copy   {
  display:contents;
}
.wood-copy h2   {
  grid-area:title;
}
.wood-intro   {
  grid-area:intro;
  color:var(--muted);
  max-width:580px;
}
.wood-photo   {
  grid-area:photo;
  width:100%;
  max-width:510px;
  justify-self:center;
  overflow:hidden;
  border-radius:12px;
}
.wood-switch   {
  grid-area:controls;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:6px;
}
.wood-detail   {
  grid-area:detail;
  min-height:5.5em;
  color:var(--muted);
  font-size:.9375rem;
  line-height:1.6;
  max-width:540px;
}
.plot-grid path   {
  stroke:#c6ccc6;
  fill:none;
}
.plot-grid text, .plot-ticks   {
  fill:#4d544f;
  font-family:Inter,Arial,sans-serif;
  font-size:14px;
}
.plot-line   {
  fill:none;
  stroke:#a91b22;
  stroke-width:3;
  stroke-linejoin:round;
}
.format-specs>.text-link   {
  margin-top:24px;
}
.slat-profile p   {
  font-size:.875rem;
}
.footer   {
  flex-wrap:wrap;
  align-items:center;
}
.footer-nav   {
  display:flex;
  flex-wrap:wrap;
  gap:8px 22px;
  width:100%;
  order:3;
  border-top:1px solid #ffffff2b;
  padding-top:24px;
}
.footer-nav a   {
  display:flex;
  align-items:center;
  min-height:44px;
  font-size:.875rem;
}
.footer>span   {
  flex:1 1 260px;
}
.footer>a   {
  min-height:44px;
  display:flex;
  align-items:center;
}
.standalone   {
  padding-top:110px;
  max-width:900px;
  margin-inline:auto;
}
.standalone h1   {
  font-size:clamp(2.5rem,5vw,4rem);
  margin-bottom:32px;
}
.standalone h2   {
  font-size:1.5rem;
  margin:32px 0 14px;
}
.standalone p   {
  margin-bottom:16px;
}
@media(hover:hover)   {
  .finish-option:not(:disabled):hover   {
    border-color:var(--ink);
  }
}
@media(min-width:601px)   {
  .wood-switch, .wood-detail   {
    width:100%;
    max-width:600px;
    justify-self:center;
  }
}
@media(min-width:961px)   {
  .wood-story   {
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    grid-template-areas:'photo copy';
    align-items:center;
    gap:7vw;
  }
  .wood-copy   {
    display:flex;
    grid-area:copy;
    flex-direction:column;
    gap:24px;
  }
  .wood-photo   {
    max-width:min(500px,56svh);
  }
  .wood-switch   {
    margin:4px 0 0;
  }
  .wood-detail   {
    min-height:5em;
  }
  .finish-showcase   {
    grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);
    gap:5vw;
  }
  .finish-options   {
    gap:16px;
  }
  .finish-specimen   {
    height:350px;
  }
}
@media(max-width:600px)   {
  .hero-image   {
    height:clamp(350px,55svh,470px);
  }
  .hero-copy   {
    padding-bottom:28px;
  }
}
@media print   {
  .wood-copy   {
    display:block;
  }
  .wood-copy>*   {
    margin-bottom:16px;
  }
}
.rooms-heading h2   {
  font-size:clamp(2.1rem,4.6vw,4.8rem);
  max-width:14ch;
}
.finish-studio-head h2   {
  font-size:clamp(2.1rem,4.2vw,4rem);
}
.format-heading h3   {
  font-size:clamp(1.8rem,3vw,2.6rem);
}
.acoustic-data   {
  background:#fff;
  color:var(--ink);
  display:grid;
  gap:32px;
  border-bottom:1px solid var(--line);
}
.acoustic-data h2   {
  font-size:clamp(2.2rem,4vw,4rem);
  max-width:18ch;
}
.acoustic-data .acoustic-lead   {
  grid-column:1/-1;
  grid-row:auto;
}
.acoustic-data .acoustic-lead>p   {
  max-width:760px;
}
.acoustic-data .acoustic-explanation   {
  min-width:0;
}
.acoustic-data .rating-number   {
  font-size:clamp(5.5rem,11vw,10rem);
  color:var(--red);
  font-weight:550;
}
.acoustic-data .rating-number>span   {
  font-size:1rem;
}
.acoustic-data .acoustic-plot   {
  min-width:0;
  padding:22px;
  border:1px solid var(--line);
  border-radius:12px;
  align-self:start;
}
.acoustic-data .acoustic-plot svg   {
  display:block;
}
.acoustic-data .plot-line   {
  stroke:var(--red);
}
.acoustic-data .rating-context   {
  max-width:560px;
}
.data-table   {
  table-layout:fixed;
  width:100%;
  border-collapse:collapse;
  font-size:.875rem;
  font-variant-numeric:tabular-nums;
  line-height:1.5;
}
.data-table caption   {
  text-align:left;
  font-weight:650;
  padding-bottom:16px;
  font-size:1rem;
}
.data-table th, .data-table td   {
  text-align:left;
  padding:13px 8px;
  border-bottom:1px solid var(--line);
  overflow-wrap:anywhere;
}
.data-table th   {
  font-weight:550;
}
.data-table thead th   {
  color:var(--muted);
  font-size:.75rem;
  vertical-align:bottom;
}
.data-table td   {
  text-align:right;
}
.frequency-values   {
  border-top:1px solid var(--line);
  margin-top:20px;
}
.frequency-values summary   {
  cursor:pointer;
  padding:16px 0;
  font-weight:600;
  font-size:.875rem;
}
.frequency-values table   {
  max-width:440px;
}
.format-specs   {
  font-variant-numeric:tabular-nums;
}
@media (min-width:961px)   {
  .acoustic-data   {
    grid-template-columns:minmax(0,1fr);
    grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
    column-gap:6vw;
  }
  .acoustic-data .acoustic-explanation   {
    grid-column:1;
    grid-row:2;
  }
  .acoustic-data .acoustic-plot   {
    grid-column:2;
    grid-row:2;
  }
}
@media (max-width:600px)   {
  .acoustic-data .plot-grid text, .acoustic-data .plot-ticks   {
    font-size:22px;
  }
  .acoustic-data .acoustic-plot   {
    padding:16px;
  }
  .data-table th, .data-table td   {
    padding:12px 5px;
  }
}
@media print   {
  .acoustic-data   {
    display:block;
    background:white;
    color:black;
  }
  .acoustic-data .acoustic-plot   {
    break-inside:avoid;
  }
}
@media (max-width:960px)   {
  .acoustic-data>*   {
    min-width:0;
    overflow-wrap:anywhere;
  }
  .panel-format   {
    grid-template-columns:minmax(0,1fr);
  }
  .acoustic-data .rating-number   {
    font-size:clamp(4rem,17vw,6rem);
  }
  .acoustic-data .rating-number>span   {
    display:block;
    margin:4px 0 0;
  }
  .acoustic-data .acoustic-explanation   {
    display:contents;
  }
  .acoustic-data .acoustic-rating   {
    grid-row:2;
  }
  .acoustic-data .acoustic-plot   {
    grid-row:3;
  }
  .acoustic-data .rating-context   {
    grid-row:4;
    margin-top:0;
  }
  .acoustic-data .report-link   {
    grid-row:5;
    margin-top:0;
  }
}
.surface-wipe   {
  position:relative;
  aspect-ratio:1;
  overflow:hidden;
  border-radius:12px;
  background:#bbb;
  isolation:isolate
}
.wipe-image   {
  position:absolute;
  inset:0;
  overflow:hidden
}
.wipe-image img   {
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:300%;
  max-width:none
}
.wipe-other   {
  clip-path:inset(0 0 0 var(--split))
}
.wipe-other img   {
  left:-100%
}
.wipe-labels   {
  position:absolute;
  inset:16px 14px auto;
  display:flex;
  justify-content:space-between;
  gap:10px;
  pointer-events:none
}
.wipe-labels>span   {
  background:rgba(250,250,248,.9);
  backdrop-filter:blur(10px);
  padding:9px 11px;
  border-radius:4px;
  font-size:.75rem;
  font-weight:600;
  color:#202020;
  transition:opacity .2s
}
.wipe-line   {
  position:absolute;
  top:0;
  bottom:0;
  left:var(--split);
  width:2px;
  background:#fff;
  transform:translateX(-1px);
  pointer-events:none
}
.wipe-line>span   {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:#fff;
  color:#292929;
  font-size:1.4rem
}
.wipe-range   {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  margin:0;
  opacity:0;
  cursor:ew-resize;
  touch-action:pan-y
}
.surface-wipe:focus-within   {
  outline:2px solid var(--red);
  outline-offset:5px
}
.surface-reading   {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:28px
}
.surface-reading h4   {
  font-size:1.125rem;
  letter-spacing:-.025em;
  line-height:1.3
}
.surface-reading p   {
  font-size:.875rem;
  color:var(--muted);
  margin-top:10px;
  line-height:1.6
}
.desktop-nav a   {
  line-height:20px;
  padding:8px 9px;
  border-radius:7px;
  transition:background-color .2s ease,color .2s ease;
}
.desktop-nav a::after   {
  content:none;
}
.desktop-nav   {
  gap:clamp(4px,1vw,16px);
}
.menu-open   {
  border-radius:9px;
  color:#222;
  transition:background-color .2s ease;
}
.menu-icon   {
  position:relative;
  width:24px;
  height:24px;
  display:block;
}
.menu-icon>span   {
  position:absolute;
  left:0;
  width:24px;
  height:2px;
  transform-origin:center;
}
.menu-icon>span:nth-child(1)   {
  top:4px;
}
.menu-icon>span:nth-child(2)   {
  top:11px;
}
.menu-icon>span:nth-child(3)   {
  top:18px;
}
.menu-open[aria-expanded=true] .menu-icon>span:nth-child(1)   {
  transform:translateY(7px) rotate(45deg);
}
.menu-open[aria-expanded=true] .menu-icon>span:nth-child(3)   {
  transform:translateY(-7px) rotate(-45deg);
}
.mobile-menu   {
  background:rgba(249,249,247,.62);
  backdrop-filter:blur(30px) saturate(115%);
  -webkit-backdrop-filter:blur(30px) saturate(115%);
  padding:12px;
  border:1px solid rgba(255,255,255,.72);
}
.mobile-menu a   {
  padding:14px 16px;
  border:0;
  border-radius:8px;
  transition:background-color .2s ease,color .2s ease;
}
.mobile-menu a:hover, .mobile-menu a:focus-visible   {
  padding-left:16px;
  color:#202020;
  background:rgba(255,255,255,.55);
}
.text-link   {
  border:1px solid currentColor;
  border-radius:100px;
  padding:12px 20px;
  min-height:48px;
  justify-content:center;
  gap:0;
  font-size:.9375rem;
  line-height:1.4;
  text-align:center;
  transition:background-color .2s ease,color .2s ease;
}
.text-link>span[aria-hidden=true]   {
  display:none;
}
.text-link:hover   {
  color:inherit;
  background:#00000008;
}
.room-gallery   {
  margin-inline:0;
  width:100%;
  min-width:0;
}
.room-track   {
  width:100%;
  gap:0;
  padding:0;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
}
.room-frame   {
  flex:0 0 100%;
  width:100%;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
.room-frame img, .room-frame:first-child img, .room-frame:last-child img, .room-frame:not(:first-child) img   {
  border-radius:12px;
  aspect-ratio:4/3;
  width:100%;
  height:auto;
  object-fit:contain;
}
.rooms-heading h2   {
  max-width:none;
  font-size:clamp(2.125rem,4.4vw,4rem);
}
.surface-lab   {
  display:grid;
  gap:30px;
  background:#fff;
}
.surface-lead p   {
  max-width:540px;
  margin-top:24px;
  color:var(--muted);
}
.surface-tool   {
  min-width:0;
}
.surface-wipe:focus-within   {
  outline-color:var(--ink);
}
.acoustic-data .rating-number   {
  color:var(--ink);
}
.acoustic-data h2   {
  font-size:clamp(2.125rem,4.4vw,4rem);
}
.acoustic-data .plot-line   {
  stroke:var(--ink);
}
.acoustic-room   {
  min-width:0;
  margin:0;
  overflow:hidden;
  border-radius:12px;
}
.acoustic-room img   {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4/5;
  object-fit:cover;
}
.certificates   {
  background:#fff;
}
.certificates-heading   {
  max-width:840px;
}
.certificates-heading p   {
  margin-top:24px;
  max-width:630px;
  color:var(--muted);
}
@media (hover:hover)   {
  .desktop-nav a:hover   {
    color:#202020;
    background:#00000007;
  }
  .mobile-menu a:hover   {
    color:#202020;
    padding-left:16px;
  }
  .menu-open:hover   {
    background:#00000008;
  }
  .menu-open:hover .menu-icon>span:nth-child(2)   {
    transform:none;
  }
  .menu-open[aria-expanded=true]:hover .menu-icon>span:nth-child(2)   {
    transform:scaleX(0);
  }
  .text-link:hover, .contact-footer a:hover, .footer a:hover   {
    color:inherit;
  }
  .text-link:hover span   {
    transform:none;
  }
  .pill.dark:hover   {
    background:#414141;
  }
}
@media (min-width:961px)   {
  .hero h1   {
    font-size:clamp(3.2rem,5.2vw,5.8rem);
  }
  .room-gallery   {
    width:min(100%,calc((100svh - 220px)*4/3),1100px);
  }
  .wood-photo   {
    max-width:min(660px,75svh);
  }
  .surface-lab   {
    grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
    gap:6vw;
    align-items:center;
  }
  .acoustic-data .acoustic-lead   {
    grid-column:1;
    grid-row:1;
  }
  .acoustic-data .acoustic-explanation   {
    grid-column:1;
    grid-row:2;
  }
  .acoustic-data .acoustic-room   {
    grid-column:2;
    grid-row:1/3;
  }
  .acoustic-data .acoustic-plot   {
    grid-column:1/-1;
    grid-row:3;
    max-width:1000px;
    width:100%;
    justify-self:center;
  }
  .acoustic-room img   {
    max-height:780px;
  }
}
@media (max-width:1100px)   {
  .desktop-nav   {
    display:none;
  }
  .menu-open   {
    display:grid;
  }
}
@media (max-width:960px)   {
  .acoustic-data .acoustic-room   {
    grid-row:3;
  }
  .acoustic-data .acoustic-plot   {
    grid-row:4;
  }
  .acoustic-data .rating-context   {
    grid-row:5;
  }
  .acoustic-data .report-link   {
    grid-row:6;
  }
}
@media print   {
  .surface-lab, .acoustic-data   {
    display:block;
  }
  .wipe-range   {
    display:none;
  }
}
:root   {
  --feedback-duration:.2s;
}
a, button, summary   {
  transition:color var(--feedback-duration) ease,background-color var(--feedback-duration) ease,border-color var(--feedback-duration) ease,opacity var(--feedback-duration) ease;
}
.desktop-nav a, .mobile-menu a, .menu-open, .text-link, .pill   {
  transition:color .2s ease,background-color .2s ease,border-color .2s ease;
}
@media (hover:hover)   {
  .desktop-nav a:hover   {
    background:#0000000e;
    color:#555;
  }
  .mobile-menu a:hover   {
    background:#ffffff65;
    color:#555;
  }
  .text-link:hover   {
    background:#00000010;
  }
  .wood-choice:not([aria-pressed=true]):hover   {
    background:#ffffff12;
  }
}
.wood-switch   {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  padding:4px;
  border:1px solid #0000000c;
  border-radius:14px;
  background:#ebebe8;
}
.wood-choice   {
  border:0;
  border-radius:10px;
  min-width:0;
  min-height:62px;
  margin:0;
  padding:12px 8px;
  background:transparent;
  justify-content:center;
}
.wood-switch   {
  background:#ffffff0b;
  border-color:#ffffff18;
}
.wood-choice   {
  color:#d6d8d5;
}
.wood-choice[aria-pressed=true]   {
  background:#efefea;
  color:#222;
}
.surface-reading   {
  gap:0;
  margin-top:0;
}
.surface-reading>div   {
  padding:24px 18px 0 0;
  border-top:2px solid #bba689;
}
.surface-reading>div+div   {
  padding:24px 0 0 18px;
  border-color:#777d78;
  border-left:1px solid #ddd;
}
.surface-reading h4   {
  font-size:clamp(1.125rem,1.8vw,1.5rem);
}
.surface-reading p   {
  margin-top:12px;
}
.surface-wipe   {
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.acoustic-data   {
  --ink:#f3f3ed;
  --muted:#bfc4be;
  --line:#ffffff29;
  background:#171c19;
  color:var(--ink);
  display:block;
}
.acoustic-feature, .acoustic-evidence   {
  display:grid;
  gap:32px;
}
.acoustic-data .acoustic-intro   {
  display:grid;
  align-content:center;
  gap:30px;
  min-width:0;
}
.acoustic-data .acoustic-lead   {
  grid-column:auto;
  grid-row:auto;
}
.acoustic-data .acoustic-rating   {
  border:0;
  padding:0;
}
.acoustic-data .rating-number   {
  color:var(--ink);
  font-size:clamp(5.5rem,10vw,9rem);
}
.acoustic-data .rating-label   {
  color:var(--muted);
}
.acoustic-data .acoustic-room   {
  grid-row:auto;
  grid-column:auto;
}
.acoustic-data .acoustic-room img   {
  aspect-ratio:4/5;
  max-height:none;
}
.acoustic-data .acoustic-evidence   {
  padding-top:40px;
  margin-top:40px;
  border-top:1px solid var(--line);
}
.acoustic-data .acoustic-explanation   {
  display:block;
  grid-column:auto;
  grid-row:auto;
  align-self:start;
}
.acoustic-explanation h3   {
  font-size:clamp(1.4rem,2.2vw,2rem);
  line-height:1.2;
}
.acoustic-data .rating-context   {
  color:var(--muted);
  margin-top:20px;
}
.acoustic-data .report-link   {
  color:var(--ink);
  margin-top:24px;
}
.acoustic-data .text-link:hover   {
  color:var(--ink);
  background:#ffffff14;
}
.acoustic-data .acoustic-plot   {
  --ink:#272b27;
  --muted:#555e57;
  --line:#d1d5cf;
  grid-column:auto;
  grid-row:auto;
  justify-self:stretch;
  width:auto;
  max-width:none;
  color:var(--ink);
  background:#f1f2eb;
  border:0;
}
.acoustic-data .acoustic-plot>p   {
  color:#555e57;
  font-size:.8125rem;
}
.acoustic-data .acoustic-plot .plot-line   {
  stroke:#272b27;
}
.acoustic-plot summary   {
  color:#272b27;
}
.acoustic-data :focus-visible   {
  outline-color:#f3f3ed;
}
.acoustic-data .acoustic-plot :focus-visible   {
  outline-color:#272b27;
}
@media (min-width:961px)   {
  .acoustic-feature   {
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:6vw;
    align-items:center;
  }
  .acoustic-data .acoustic-room   {
    grid-column:1;
    grid-row:1;
  }
  .acoustic-intro   {
    grid-column:2;
    grid-row:1;
  }
  .acoustic-evidence   {
    grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
    column-gap:6vw;
  }
}
@media (max-width:960px)   {
  .acoustic-data .acoustic-intro   {
    grid-row:1;
  }
  .acoustic-data .acoustic-room   {
    grid-row:2;
  }
}
@media (max-width:600px)   {
  .hero   {
    height:clamp(480px,76svh,660px);
    min-height:0;
  }
  .hero-image   {
    position:absolute;
    inset:0;
    width:100%;
    height:118%;
    object-fit:cover;
    object-position:96% 0;
    mask-image:none;
    -webkit-mask-image:none;
  }
  .hero::after   {
    display:block;
    inset:40% 0 0;
    background:linear-gradient(0deg,#000c,transparent 100%);
  }
  .hero-copy   {
    position:absolute;
    inset:auto 0 0;
    margin:0;
    padding:0 var(--pad) 30px;
  }
  .hero h1   {
    font-size:clamp(1.25rem,8vw,2.5rem);
    line-height:1.1;
    letter-spacing:-.045em;
  }
  .hero-sub   {
    margin-top:16px;
    max-width:none;
  }
  .room-frame img, .room-frame:first-child img, .room-frame:last-child img, .room-frame:not(:first-child) img   {
    aspect-ratio:1;
    height:auto;
    object-fit:cover;
  }
  .room-frame:nth-child(1) img   {
    object-position:48% center;
  }
  .room-frame:nth-child(2) img   {
    object-position:65% center;
  }
  .room-frame:nth-child(3) img   {
    object-position:55% center;
  }
  .wood-choice   {
    padding:10px 4px;
    min-height:58px;
    font-size:.8125rem;
  }
  .surface-reading>div   {
    padding-right:12px;
  }
  .surface-reading>div+div   {
    padding-left:12px;
  }
}
@media (prefers-reduced-motion:reduce)   {
  .mobile-menu   {
    transform:none;
  }
  .menu-icon>span   {
    transition:none!important;
  }
}
@media print   {
  .acoustic-data   {
    --ink:#222;
    --muted:#555;
    --line:#ddd;
    background:white;
    color:#222;
  }
  .acoustic-feature, .acoustic-evidence   {
    display:block;
  }
}
.surface-reading   {
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.surface-reading>div, .wipe-labels>span   {
  min-width:0;
  overflow-wrap:anywhere;
}
button, .pill, .text-link   {
  transition:color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
}
button:active, .pill:active, .wa-button:active   {
  transform:none;
  opacity:.78;
}
.finish-options   {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.finish-option   {
  min-width:0;
}
.finish-specimen   {
  height:210px;
}
.finish-specimen img   {
  height:100%;
  width:100%;
  object-fit:contain;
}
.finish-name   {
  line-height:1.3;
}
.profile-large   {
  display:block;
  margin-top:30px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:12px;
}
.profile-large svg   {
  width:100%;
  max-width:none;
  height:auto;
}
.profile-large figcaption   {
  font-size:.8125rem;
  color:#62655c;
  text-align:center;
  margin-top:16px;
}
.factory-feature, .samples-feature   {
  display:grid;
  gap:32px;
}
.factory-copy p, .samples-copy>p   {
  color:var(--muted);
  margin-top:24px;
  max-width:580px;
}
.supplier-proof   {
  margin-top:32px;
  border-top:1px solid var(--line);
  padding-top:26px;
}
.supplier-proof strong   {
  font-size:1.125rem;
}
.supplier-proof p   {
  margin-top:12px;
}
.supplier-proof small   {
  display:block;
  font-size:.75rem;
  color:var(--muted);
  line-height:1.6;
  margin-top:12px;
  max-width:520px;
}
.factory-main img, .factory-scenes img, .samples-main img, .packing-steps img   {
  width:100%;
  height:auto;
  border-radius:12px;
}
.factory-main figcaption, .factory-scenes figcaption, .samples-main figcaption   {
  font-size:.875rem;
  padding-top:14px;
  color:var(--muted);
}
.factory-scenes   {
  display:grid;
  gap:24px;
  margin-top:32px;
}
.certificate-list   {
  margin-top:36px;
}
.certificate-row   {
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:20px;
  border-top:1px solid var(--line);
  padding:26px 0;
  align-items:center;
}
.certificate-row>div   {
  min-width:0;
  overflow-wrap:anywhere;
}
.certificate-row h3   {
  font-size:1.25rem;
  line-height:1.3;
}
.certificate-row p   {
  max-width:650px;
  color:var(--muted);
  margin-top:12px;
  font-size:.9375rem;
}
.certificate-row .text-link   {
  justify-self:start;
  min-width:150px;
  white-space:normal;
}
.calculator-heading   {
  max-width:780px;
}
.calculator-heading p   {
  color:var(--muted);
  margin-top:24px;
  max-width:620px;
}
.quantity-calculator   {
  display:grid;
  gap:30px;
  margin-top:36px;
}
.calculator-inputs   {
  min-width:0;
}
.calculator-price strong   {
  font-size:clamp(2.1rem,4vw,3.5rem);
  letter-spacing:-.045em;
  font-weight:650;
}
.calculator-price strong>span   {
  font-size:1rem;
  margin-left:8px;
  letter-spacing:0;
}
.calculator-price p   {
  color:var(--muted);
  margin-top:10px;
}
#quantity-form   {
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
  margin-top:30px;
}
#quantity-form label   {
  display:grid;
  gap:10px;
  font-size:.9375rem;
}
#quantity-form input, #quantity-form select   {
  width:100%;
  min-width:0;
  padding:16px;
  min-height:54px;
  font:inherit;
  color:#222;
  background:#fff;
  border:1px solid #999e94;
  border-radius:8px;
}
.calculator-note, .calculator-results>p   {
  color:var(--muted);
  font-size:.8125rem;
  line-height:1.7;
  margin-top:20px;
}
.calculator-error   {
  color:#873831;
  font-size:.875rem;
  min-height:1.7em;
  margin-top:8px;
}
.calculator-results   {
  display:block;
  min-width:0;
  background:#202620;
  color:#f2f3ed;
  padding:26px;
  border-radius:16px;
}
.calc-total>span   {
  color:#c4cbbf;
  display:block;
  font-size:.9375rem;
}
.calc-total>strong   {
  display:block;
  font-size:clamp(2.2rem,5vw,4.5rem);
  letter-spacing:-.055em;
  margin-top:10px;
  line-height:1.1;
  overflow-wrap:anywhere;
}
.calculator-results dl   {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px 16px;
  margin-top:30px;
  padding-top:26px;
  border-top:1px solid #ffffff32;
}
.calculator-results dt   {
  color:#c4cbbf;
  font-size:.8125rem;
  line-height:1.4;
}
.calculator-results dd   {
  margin-top:8px;
  font-size:1.6rem;
  font-variant-numeric:tabular-nums;
  overflow-wrap:anywhere;
}
.calculator-results>p   {
  color:#c4cbbf;
}
.volume-result   {
  grid-column:1/-1;
}
.samples-section   {
  background:#f1f0ea;
}
.samples-copy .sample-primary   {
  margin-top:24px;
}
.sample-terms   {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:30px;
  border-top:1px solid #c7c9c0;
  padding-top:22px;
}
.sample-terms dt   {
  color:#61655b;
  font-size:.8125rem;
}
.sample-terms dd   {
  font-size:1.25rem;
  font-weight:650;
  margin-top:8px;
}
.packing-section   {
  background:#fff;
}
.packing-heading   {
  max-width:900px;
}
.packing-heading>p   {
  max-width:650px;
  color:var(--muted);
  margin-top:24px;
}
.packing-steps   {
  display:grid;
  gap:30px;
  margin-top:36px;
}
.packing-steps figcaption strong   {
  display:block;
  font-size:1.125rem;
  margin-top:18px;
}
.packing-steps figcaption span   {
  display:block;
  margin-top:10px;
  color:var(--muted);
  font-size:.9375rem;
  line-height:1.6;
}
.faq-layout   {
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:32px;
}
.faq-list   {
  min-width:0;
}
.faq-list details   {
  border-top:1px solid var(--line);
}
.faq-list>details:last-child   {
  border-bottom:1px solid var(--line);
}
.faq-list summary   {
  padding-right:35px;
}
@media (min-width:601px)   {
  .factory-scenes   {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .packing-steps   {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
  }
  .certificate-row   {
    grid-template-columns:minmax(0,1fr) auto;
    gap:40px;
  }
}
@media (min-width:961px)   {
  .factory-feature   {
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:6vw;
    align-items:center;
  }
  .samples-feature   {
    grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
    gap:6vw;
    align-items:center;
  }
  .samples-main   {
    grid-column:1;
    grid-row:1;
  }
  .samples-copy   {
    grid-column:2;
    grid-row:1;
  }
  .quantity-calculator   {
    grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
    gap:7vw;
    align-items:start;
  }
  .calculator-results   {
    padding:38px;
  }
  .faq-layout   {
    grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
    gap:6vw;
    align-items:start;
  }
}
@media (max-width:600px)   {
  .room-frame:nth-child(4) img   {
    object-position:38% center;
  }
  .room-frame:nth-child(5) img   {
    object-position:39% center;
  }
  .finish-options   {
    gap:6px;
  }
  .finish-specimen   {
    height:145px;
  }
  .finish-name   {
    font-size:.6875rem;
  }
  .finish-option   {
    padding:4px;
  }
  .samples-main   {
    grid-row:2;
  }
  .profile-large   {
    padding:12px 2px;
  }
  .calculator-results   {
    padding:24px 20px;
  }
}
@media print   {
  .factory-feature, .samples-feature, .quantity-calculator, .packing-steps, .faq-layout   {
    display:block;
  }
  .calculator-results   {
    background:white;
    color:#222;
    border:1px solid #777;
  }
  .calculator-results dt, .calculator-results>p, .calc-total>span   {
    color:#444;
  }
}
@media (max-width:600px)   {
  .finish-options   {
    grid-template-columns:none;
    grid-auto-flow:column;
    grid-auto-columns:100px;
    overflow-x:auto;
    padding-bottom:10px;
    scroll-snap-type:x proximity;
  }
  .finish-option   {
    scroll-snap-align:start;
    padding:8px;
  }
  .finish-name   {
    font-size:.75rem;
    overflow-wrap:normal;
    word-break:normal;
  }
  .finish-specimen   {
    height:145px;
  }
}
.room-track.is-moving   {
  scroll-snap-type:none;
  scroll-behavior:auto!important;
}
.room-track   {
  touch-action:pan-x pan-y pinch-zoom;
}
.finish-specimen   {
  height:330px;
}
.finish-specimen img   {
  object-fit:cover;
  object-position:center;
}
.finish-name   {
  min-height:2.6em;
  display:flex;
  align-items:center;
  justify-content:center;
}
.panel-format   {
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:32px;
}
.dimension-copy, .dimension-panels   {
  min-width:0;
}
.dimension-copy .format-heading   {
  padding:0;
}
.dimension-copy .format-specs   {
  margin-top:28px;
}
.dimension-copy .format-specs dl>div   {
  gap:20px;
  align-items:baseline;
}
.dimension-copy .format-specs dd   {
  font-size:1.1rem;
}
.dimension-copy .profile-large   {
  margin-top:28px;
}
.dimension-panels   {
  margin:0;
  width:100%;
  padding:24px 8px;
  background:#f3f1eb;
  border-radius:14px;
}
.dimension-panels svg   {
  display:block;
  width:100%;
  height:auto;
}
.dimension-panels figcaption   {
  font-size:.8125rem;
  color:#5c6558;
  text-align:center;
  padding:4px 12px 10px;
}
.format-heading h3   {
  font-size:clamp(2rem,3.6vw,3.6rem);
  line-height:1.05;
}
.profile-large svg   {
  max-width:455px;
  margin-inline:auto;
  display:block;
}
.certificates-heading   {
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:22px;
}
.certificates-heading>p   {
  margin:0;
  max-width:620px;
  color:var(--muted);
}
.report-map   {
  max-width:440px;
  width:100%;
}
.report-map svg   {
  width:100%;
  height:auto;
  display:block;
}
.certificate-list   {
  display:grid;
  gap:0 48px;
}
.certificate-row   {
  display:block;
  margin:0;
}
.certificate-row .text-link   {
  display:inline-flex;
  margin-top:22px;
  min-width:150px;
}
.certificate-row h3   {
  font-size:1.25rem;
}
.contact-split   {
  align-items:center;
  gap:44px;
}
.contact-qr   {
  padding:0;
}
.contact-qr figure   {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:20px;
}
.contact-qr img   {
  width:264px;
  height:264px;
  max-width:100%;
  border:0;
  border-radius:8px;
}
.contact-qr figcaption   {
  font-size:.9375rem;
  color:var(--muted);
  text-align:center;
  margin:0;
}
@media (min-width:961px)   {
  .panel-format   {
    grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
    align-items:center;
    gap:5vw;
  }
  .dimension-copy   {
    grid-column:1;
    grid-row:1;
  }
  .dimension-panels   {
    grid-column:2;
    grid-row:1;
  }
  .certificates-heading   {
    grid-template-columns:minmax(0,1fr) minmax(0,.65fr);
    align-items:center;
    gap:20px 5vw;
  }
  .certificates-heading>h2   {
    grid-column:1;
    grid-row:1;
  }
  .certificates-heading>p   {
    grid-column:1;
    grid-row:2;
  }
  .report-map   {
    grid-column:2;
    grid-row:1/3;
    justify-self:end;
  }
  .certificate-list   {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .contact-split   {
    grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);
  }
  .contact-qr   {
    justify-self:center;
    display:block;
  }
}
@media (max-width:600px)   {
  .finish-specimen   {
    height:230px;
  }
  .dimension-copy   {
    display:contents;
  }
  .dimension-copy .format-heading   {
    grid-row:1;
  }
  .dimension-copy .format-specs   {
    grid-row:3;
    margin-top:0;
  }
  .dimension-panels   {
    padding:20px 0;
    grid-row:2;
  }
  .room-frame[data-finish="0"] img   {
    object-position:48% center;
  }
  .room-frame[data-finish="1"] img   {
    object-position:38% center;
  }
  .room-frame[data-finish="2"] img   {
    object-position:39% center;
  }
  .room-frame[data-finish="3"] img   {
    object-position:62% center;
  }
  .room-frame[data-finish="4"] img   {
    object-position:55% center;
  }
  .report-map   {
    max-width:330px;
  }
}
@media print   {
  .panel-format, .certificates-heading, .certificate-list   {
    display:block;
  }
  .dimension-panels   {
    max-width:500px;
  }
}
@media screen and (min-width:961px)   {
  .room-gallery   {
    width:100%;
  }
  .room-track   {
    width:calc(100% + 2 * var(--pad));
    margin-inline:calc(-1 * var(--pad));
    gap:20px;
  }
  .room-frame   {
    flex-basis:min(calc(100% - 2 * var(--pad)),calc((100svh - 220px) * 4 / 3),1100px);
    width:min(calc(100% - 2 * var(--pad)),calc((100svh - 220px) * 4 / 3),1100px);
  }
}
.carousel-track   {
  scrollbar-width:none;
  overscroll-behavior-x:contain;
  touch-action:pan-x pan-y pinch-zoom;
  cursor:grab;
}
.carousel-track::-webkit-scrollbar   {
  display:none;
}
.carousel-track.is-dragging, .carousel-track.is-moving, .factory-scenes.carousel-track.is-moving, .factory-scenes.carousel-track.is-dragging   {
  scroll-snap-type:none;
  scroll-behavior:auto!important;
}
.carousel-track.is-dragging   {
  cursor:grabbing;
}
.carousel-slide img   {
  user-select:none;
  -webkit-user-drag:none;
}
.carousel-arrows   {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  margin-top:20px;
}
.carousel-arrows button   {
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border:1px solid #c5c7bf;
  border-radius:50%;
  color:#282c27;
  background:transparent;
  transition:background-color .2s,color .2s,border-color .2s,opacity .2s;
}
.carousel-arrows svg   {
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.carousel-arrows button:disabled   {
  opacity:.28;
  cursor:default;
}
.carousel-arrows button:disabled:active   {
  transform:none;
}
@media(hover:hover)   {
  .carousel-arrows button:not(:disabled):hover   {
    background:#dedfd8;
    border-color:#969b8e;
  }
}
.room-frame .room-fallback-caption, .is-enhanced .room-fallback-caption   {
  display:flex;
  flex-direction:column;
  gap:5px;
  position:absolute;
  inset:auto 0 0;
  padding:60px 28px 26px;
  border-radius:0 0 12px 12px;
  background:linear-gradient(transparent,rgba(0,0,0,.7));
  color:white;
  pointer-events:none;
}
.room-fallback-caption strong   {
  font-size:1.45rem;
  font-weight:650;
}
.room-fallback-caption span   {
  font-size:.875rem;
}
.factory-scenes.carousel-track   {
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  gap:20px;
  padding:0;
  margin-top:32px;
}
.factory-scenes .carousel-slide   {
  flex:0 0 88%;
  min-width:0;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
.factory-scenes figcaption   {
  font-size:.9375rem;
}
.certificates, .samples-section   {
  --ink:#f1f2ec;
  --muted:#bfc5b9;
  --line:#474e43;
  background:#1c221d;
  color:var(--ink);
}
.certificates .text-link   {
  color:#f1f2ec;
  border-color:#858d7f;
  background:transparent;
}
.certificates .text-link:hover   {
  background:#ffffff12;
  color:white;
}
.certificates :focus-visible, .samples-section :focus-visible   {
  outline:2px solid #f2f4ed;
  outline-offset:5px;
}
.sample-terms   {
  border-color:var(--line);
}
.samples-section .sample-terms dt, .samples-section figcaption   {
  color:var(--muted);
}
.samples-section .sample-primary   {
  background:#f1f2ec;
  color:#1c221d;
  border-color:#f1f2ec;
}
.samples-section .sample-primary:hover   {
  background:#daddd3;
  color:#1c221d;
}
.faq-section   {
  background:#e9e9df;
  overflow:hidden;
}
@media(min-width:961px)   {
  .factory-scenes .carousel-slide   {
    flex-basis:calc((100% - 20px)/2);
  }
  .room-gallery .carousel-arrows   {
    max-width:1100px;
  }
}
@media(max-width:600px)   {
  .room-frame .room-fallback-caption   {
    padding:50px 20px 20px;
  }
  .room-fallback-caption strong   {
    font-size:1.2rem;
  }
  .carousel-arrows   {
    margin-top:14px;
  }
}
@media print   {
  .carousel-arrows   {
    display:none;
  }
  .factory-scenes.carousel-track   {
    display:block;
    overflow:visible;
  }
  .room-frame .room-fallback-caption   {
    position:static;
    padding:10px 0;
    background:none;
    color:black;
  }
  .certificates, .samples-section   {
    --ink:#202020;
    --muted:#555;
    --line:#bbb;
    color:#202020;
    background:white;
  }
  .certificates .text-link, .samples-section .sample-primary   {
    color:#202020;
    border-color:#555;
  }
}
.calculator-price strong>.current-rate   {
  font-size:inherit;
  margin:0;
  letter-spacing:inherit;
}
.volume-prices   {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:24px;
}
.volume-prices>div   {
  padding:14px 16px;
  border:1px solid #d2d6cc;
  border-radius:8px;
}
.volume-prices dt   {
  font-size:.8125rem;
  color:#63695e;
}
.volume-prices dd   {
  font-size:1.125rem;
  font-weight:600;
  margin-top:5px;
}
.volume-prices .is-current   {
  background:#e6eadf;
  border-color:#89927f;
}
.calculator-results .applied-price   {
  grid-column:1/-1;
}
.hero-price   {
  display:inline-block;
  max-width:100%;
}
:root   {
  --control-paper:#eef0e8;
  --control-ink:#252c23;
  --control-hover:#dde2d4;
}
.carousel-arrows button   {
  background:var(--control-paper);
  color:var(--control-ink);
  border-color:#9ba58e;
}
.carousel-arrows svg   {
  stroke-width:1.8;
}
.carousel-arrows button:disabled   {
  opacity:.4;
}
.room-gallery .carousel-arrows, .factory-carousel .carousel-arrows   {
  max-width:1100px;
}
.wood-switch   {
  gap:4px;
}
.wood-choice   {
  border:1px solid #ffffff29;
}
.wood-choice[aria-pressed=true]   {
  border-color:#efefea;
}
.acoustic-data .report-link, .certificates .text-link   {
  background:var(--control-paper);
  color:var(--control-ink);
  border-color:var(--control-paper);
  transition:background-color .2s,color .2s,border-color .2s;
}
.factory-carousel   {
  min-width:0;
}
.factory-story   {
  overflow:hidden;
}
.factory-scenes.carousel-track   {
  width:100%;
  gap:0;
}
.factory-scenes .carousel-slide   {
  flex-basis:100%;
  width:100%;
}
.factory-scenes .carousel-slide img   {
  aspect-ratio:4/3;
  object-fit:cover;
}
@media(hover:hover)   {
  .carousel-arrows button:not(:disabled):hover   {
    background:var(--control-hover);
    border-color:#68745c;
  }
  .wood-choice:not([aria-pressed=true]):hover   {
    border-color:#ffffff65;
    background:#ffffff14;
  }
  .acoustic-data .report-link:hover, .certificates .text-link:hover   {
    background:var(--control-hover);
    color:var(--control-ink);
    border-color:var(--control-hover);
  }
}
@media(min-width:961px)   {
  .carousel-arrows button   {
    width:56px;
    height:56px;
  }
  .carousel-arrows svg   {
    width:24px;
    height:24px;
  }
  .room-track, .factory-scenes.carousel-track   {
    width:calc(100% + 2 * var(--pad));
    margin-inline:calc(-1 * var(--pad));
    gap:20px;
  }
  .room-frame, .factory-scenes .carousel-slide   {
    flex-basis:min(calc(100% - 2 * var(--pad)),calc((100svh - 220px) * 4 / 3),1100px);
    width:min(calc(100% - 2 * var(--pad)),calc((100svh - 220px) * 4 / 3),1100px);
  }
}
@media(max-width:600px)   {
  .factory-scenes .carousel-slide img   {
    aspect-ratio:1;
  }
}
.faq-section   {
  background:white;
  position:relative;
  overflow:visible;
}

@media print   {
  .factory-scenes.carousel-track   {
    width:100%;
    margin:0;
  }
  .carousel-arrows   {
    display:none;
  }
}
.veneer-benefits   {
  display:grid;
  gap:20px;
  margin-top:28px;
}
.veneer-benefits>div   {
  display:grid;
  grid-template-columns:40px 1fr;
  gap:16px;
  align-items:start;
}
.veneer-benefits svg   {
  width:38px;
  height:38px;
  fill:none;
  stroke:#68745c;
  stroke-width:1.3;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.veneer-benefits h3   {
  font-size:16px;
  line-height:1.3;
  letter-spacing:-.015em;
  margin:0 0 6px;
}
.surface-lead .veneer-benefits p   {
  font-size:14px;
  line-height:1.55;
  margin:0;
}
.surface-reading>div:first-child   {
  border-top:2px solid #68745c;
}
@media(min-width:961px)   {
  .surface-tool   {
    align-self:center;
  }
}
.acoustic-explanation .rating-context   {
  font-size:1rem;
  line-height:1.65;
  color:var(--muted);
  font-weight:400;
  margin:20px 0 0;
}
.acoustic-explanation .report-link   {
  margin-top:24px;
}
.finish-intro-copy   {
  max-width:640px;
  margin-top:24px;
  color:var(--muted);
}
.finish-intro-copy p   {
  margin:0;
  line-height:1.65;
}
.finish-intro-copy .finish-sample-note   {
  max-width:none;
  margin-top:12px;
  font-size:1rem;
}
.shade-copy p   {
  min-height:0;
}
.factory-facts   {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:32px;
  padding:24px 0;
  border-top:1px solid #b7beac;
  border-bottom:1px solid #b7beac;
}
.factory-facts dt   {
  font-size:12px;
  color:#535e49;
  margin-bottom:10px;
}
.factory-facts dd   {
  font-size:clamp(25px,2.8vw,40px);
  font-weight:650;
  line-height:1.1;
  letter-spacing:-.045em;
  font-variant-numeric:tabular-nums;
}
.factory-facts dd span   {
  font-size:12px;
  letter-spacing:0;
  font-weight:450;
}
.factory-copy .supplier-proof   {
  border-top:0;
  margin-top:24px;
  padding-top:0;
}
@media(min-width:961px)   {
  .finish-studio-head   {
    display:block;
  }
  .finish-intro-copy   {
    margin-top:24px;
  }
}
@media(max-width:600px)   {
  .order-timing>figcaption   {
    margin-bottom:28px;
    font-size:27px;
  }
  .timing-number   {
    font-size:64px;
  }
  .factory-facts   {
    gap:10px;
  }
  .factory-facts dd span   {
    display:block;
    margin-top:6px;
  }
}
@media print   {
}
/* Current release: visible finish choices and compact market context. */
.hero>picture   {
  display:contents;
}
.factory-market   {
  display:flex;
  gap:14px;
  align-items:center;
  margin-top:24px;
  font-size:14px;
  line-height:1.55;
}
.market-mark   {
  display:grid;
  place-items:center;
  flex:0 0 42px;
  height:42px;
  border:1px solid #a7b09d;
  border-radius:50%;
  font-size:13px;
  font-weight:700;
  color:#45543c;
}
.factory-copy .factory-market   {
  font-size:14px;
}
.factory-market strong   {
  color:var(--ink);
  font-weight:550;
}
@media(max-width:600px)   {
  .finish-options   {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    grid-auto-flow:row;
    grid-auto-columns:auto;
    gap:10px;
    overflow:visible;
    padding:0;
  }
  .finish-option   {
    width:auto;
    min-width:0;
    flex:initial;
  }
  .finish-specimen   {
    height:clamp(178px,52vw,238px);
  }
  .finish-specimen img   {
    height:100%;
    object-fit:contain;
  }
  .finish-name   {
    padding:10px 3px;
    font-size:12px;
  }
  .sample-terms   {
    gap:16px;
  }
}
.not-found   {
  min-height:85svh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:24px;
}
.not-found .error-number   {
  font-size:clamp(72px,16vw,180px);
  font-weight:750;
  letter-spacing:-.08em;
  line-height:1;
  color:#aeb6a5;
}
.not-found h1   {
  font-size:clamp(32px,6vw,72px);
}
/* Supplier ranking from the supplied Alibaba screenshot; email alternative. */
.factory-ranking  {
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:28px;
}
.factory-ranking>strong  {
  font-size:clamp(44px,4vw,60px);
  font-weight:750;
  letter-spacing:-.05em;
  line-height:1;
}
.factory-ranking b  {
  display:block;
  font-size:15px;
  line-height:1.45;
  font-weight:600;
}
.factory-ranking span  {
  display:block;
  margin-top:5px;
  font-size:12px;
  color:#535e49;
}
.contact-main>.contact-email  {
  margin-top:20px;
  font-size:14px;
  line-height:1.6;
}
.contact-email a  {
  display:inline-block;
  color:inherit;
  text-decoration:underline;
  text-underline-offset:4px;
  transition:color .2s ease;
}
.contact-email a:hover  {
  color:var(--paper);
}
/* Revision 42: mobile galleries and a contiguous calculator. */
.finish-carousel  {
  min-width:0;
}
.finish-carousel>.carousel-arrows  {
  display:none;
}
.factory-overview-slide  {
  display:none;
}
.factory-domain  {
  display:inline-block;
  color:var(--ink);
  font-size:14px;
  line-height:1.6;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:5px;
  transition:opacity .2s;
}
.factory-domain:hover  {
  opacity:.65;
}
.factory-ranking .factory-domain  {
  margin-top:10px;
}
.company-domain  {
  margin-top:12px;
}
.factory-copy .company-domain+p  {
  margin-top:24px;
}
.surface-reading p  {
  font-size:14px;
  line-height:1.65;
}
.calculator-workspace  {
  min-width:0;
  padding:28px;
  background:#202620;
  color:#f2f3ed;
  border-radius:16px;
}
.calculator-workspace #quantity-form  {
  margin-top:0;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.calculator-workspace #quantity-form label  {
  color:inherit;
}
.calculator-workspace .calculator-results  {
  padding:0;
  margin-top:24px;
  border-radius:0;
}
.calculator-workspace .calculator-error:empty  {
  display:none;
}
.calculator-workspace .calculator-error  {
  color:#ffc5b5;
}
.calculator-notes  {
  margin-top:20px;
  display:grid;
  gap:12px;
}
.calculator-notes p  {
  margin:0;
  font-size:12px;
  line-height:1.65;
  color:var(--muted);
}
.calculator-results .applied-price  {
  grid-column:auto;
}
.calculator-results .volume-result  {
  grid-column:auto;
}
.faq-layout  {
  gap:0;
}
@media(min-width:961px)  {
  .faq-layout  {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6vw;
  }
  .calculator-notes  {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7vw;
  }
}
@media(max-width:960px)  {
  .factory-main  {
    display:none;
  }
  .factory-overview-slide  {
    display:block;
  }
  .factory-scenes.carousel-track  {
    margin-top:32px;
  }
  .faq-layout  {
    grid-template-columns:1fr;
    gap:0;
  }
  .faq-list:first-child>details:last-child  {
    border-bottom:0;
  }
  .quantity-calculator  {
    gap:24px;
  }
  .calculator-workspace  {
    grid-row:1;
  }
  .calculator-inputs  {
    grid-row:2;
  }
}
@media(max-width:600px)  {
  .hero  {
    height:clamp(360px,108vw,510px);
    min-height:0;
  }
  .hero .hero-image  {
    height:100%;
    object-position:75% center;
  }
  .hero h1  {
    font-size:clamp(29px,8.4vw,44px);
    line-height:1.04;
    letter-spacing:-.045em;
  }
  .hero h1 span  {
    white-space:nowrap;
  }
  .hero-copy  {
    padding-bottom:24px;
  }
  .hero-sub  {
    margin-top:12px;
    font-size:13px;
    line-height:1.55;
  }
  .hero::after  {
    inset:35% 0 0;
  }
  .room-track, .factory-scenes.carousel-track  {
    width:calc(100% + var(--pad));
    margin-inline:0 calc(-1 * var(--pad));
    gap:12px;
    padding-right:var(--pad);
    scroll-padding:0;
  }
  .room-track .room-frame, .factory-scenes .carousel-slide  {
    flex:0 0 88%;
    width:88%;
    min-width:0;
  }
  .room-track .room-frame img, .factory-scenes .carousel-slide img  {
    aspect-ratio:4/3;
    height:auto;
    width:100%;
    object-fit:cover;
    object-position:center;
  }
  .room-frame .room-fallback-caption  {
    padding:40px 18px 16px;
  }
  .room-fallback-caption strong  {
    font-size:19px;
  }
  .room-fallback-caption span  {
    font-size:12px;
  }
  .finish-carousel .finish-options  {
    display:flex;
    gap:12px;
    overflow-x:auto;
    padding:2px 0;
    scroll-snap-type:x mandatory;
    scroll-padding:0;
  }
  .finish-carousel .finish-option  {
    flex:0 0 43%;
    width:43%;
    padding:8px 6px 4px;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
  .finish-carousel .finish-specimen  {
    height:clamp(190px,56vw,250px);
  }
  .finish-carousel .finish-specimen img  {
    height:100%;
    width:100%;
    object-fit:contain;
  }
  .finish-carousel>.carousel-arrows  {
    display:flex;
    margin-top:16px;
  }
  .calculator-workspace  {
    padding:20px 16px;
  }
  .calculator-workspace #quantity-form  {
    gap:12px;
  }
  .calculator-workspace #quantity-form label  {
    font-size:12px;
    gap:8px;
  }
  .calculator-workspace #quantity-form input, .calculator-workspace #quantity-form select  {
    font-size:16px;
    padding:12px 9px;
    min-height:48px;
  }
  .calculator-workspace .calculator-results  {
    margin-top:20px;
  }
  .calc-total>strong  {
    font-size:36px;
    margin-top:6px;
  }
  .calculator-results dl  {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px 12px;
    margin-top:16px;
    padding-top:16px;
  }
  .calculator-results dd  {
    font-size:20px;
    margin-top:3px;
  }
  .calculator-results dt  {
    font-size:12px;
  }
  .calculator-price strong  {
    font-size:30px;
  }
  .calculator-price p  {
    font-size:13px;
  }
  .packing-steps  {
    gap:28px;
  }
  .packing-steps img  {
    aspect-ratio:1;
    width:100%;
    height:auto;
    object-fit:cover;
    object-position:center;
  }
}
@media print  {
  .finish-carousel .finish-options  {
    display:grid;
    grid-template-columns:repeat(5,1fr);
    overflow:visible;
  }
  .finish-carousel>.carousel-arrows  {
    display:none;
  }
  .factory-overview-slide  {
    display:none;
  }
  .factory-main  {
    display:block;
  }
  .calculator-workspace  {
    background:white;
    color:black;
    padding:0;
  }
}


/* Portrait art direction: the hero fills the phone's first viewport. */
@media(max-width:767px) and (orientation:portrait) {
  .hero {
    height:100svh;
    min-height:0;
    max-height:none;
  }
  .hero .hero-image {
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:100% 45%;
  }
  .hero-copy {
    inset:auto 0 0;
    padding:0 var(--pad) max(36px,env(safe-area-inset-bottom));
  }
  .hero h1 {
    font-size:clamp(29px,8.4vw,48px);
    line-height:1.04;
    letter-spacing:-.045em;
  }
  .hero h1 span { white-space:nowrap; }
  .hero-sub { margin-top:16px; font-size:14px; line-height:1.5; }
  .hero::after {
    inset:62% 0 0;
    background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.28) 55%,transparent);
  }
}

.finish-showcase { grid-template-columns:minmax(0,1fr); }

@media(max-width:600px) {
 .room-track .room-frame img, .factory-scenes .carousel-slide img { aspect-ratio:1; object-fit:cover; object-position:center; }
 .samples-main img { width:100%; height:auto; aspect-ratio:4/5; object-fit:cover; object-position:center; }
}

/* Mobile art-directed photographs and calm calculator focus. */
.calculator-workspace { --focus: #e5e9e2; }
#quantity-form input:focus, #quantity-form select:focus {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  border-color: #677365;
}
.room-frame picture, .factory-scenes picture { display: block; width: 100%; }
@media (max-width:600px) {
  .room-track .room-frame picture img, .factory-scenes .carousel-slide picture img {
    width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover;
  }
  .finish-carousel .finish-option { flex-basis:48%; width:48%; }
  .finish-carousel .finish-specimen { height:clamp(230px,68vw,300px); }
}

@media (min-width:601px) { .finish-specimen { height:370px; } .finish-specimen img { max-height:370px; } }

/* Mobile scale refinements: keep desktop composition intact. */
@media (max-width:767px) and (orientation:portrait) {
  .hero .hero-image { transform:scale(1.32); transform-origin:100% 55%; }
  .hero h1 { font-size:clamp(31px,9.3vw,52px); }
  .hero-sub { font-size:16px; }
  .hero::after { inset:43% 0 0; background:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.45) 42%,transparent); pointer-events:none; }
}
@media (max-width:600px) {
  .room-track, .factory-scenes.carousel-track { width:100vw; margin-inline:calc(-1 * var(--pad)); padding-right:0; }
  .room-track .room-frame, .factory-scenes .carousel-slide { flex-basis:90vw; width:90vw; }
  .room-track .room-frame picture img, .factory-scenes .carousel-slide picture img { aspect-ratio:2 / 3; }
  .surface-tool { width:calc(100% + 2 * var(--pad)); margin-inline:calc(-1 * var(--pad)); }
  .surface-reading { padding-inline:var(--pad); }
  .surface-wipe { width:100%; max-width:none; }
  .finish-carousel .finish-option { flex-basis:68%; width:68%; }
  .finish-carousel .finish-specimen { height:clamp(300px,94vw,410px); }
  .finish-carousel .finish-specimen img { max-height:none; }
  .factory-facts dd { white-space:nowrap; }
  .factory-facts dd span { display:inline; margin-top:0; }
  .certificates .report-map { display:none; }
}
.carousel-track { touch-action:pan-x pan-y pinch-zoom; -webkit-overflow-scrolling:touch; }
.carousel-track img { -webkit-user-drag:none; user-select:none; }
