
:root{
  --phenolic:#14181A;
  --phenolic-2:#1E2427;
  --paper:#EDEAE3;
  --paper-2:#E1DCD1;
  --birch:#E6DAC2;
  --veneer:#C39A5E;
  --glue:#7A5A32;
  --signal:#E8B408;
  --text:#14181A;
  --text-dim:#565E62;
  --rule:#C9C3B6;
  --surface:#F6F4EF;
}
:root:not([data-theme="light"]){
  @media (prefers-color-scheme: dark){
    --paper:#15191B;
    --paper-2:#1B2023;
    --text:#E7E3DA;
    --text-dim:#9AA2A6;
    --rule:#2C3336;
    --surface:#1B2023;
  }
}
@media (prefers-color-scheme: dark){
  :root:not([data-theme="light"]){
    --paper:#15191B; --paper-2:#1B2023; --text:#E7E3DA;
    --text-dim:#9AA2A6; --rule:#2C3336; --surface:#1B2023;
  }
}
:root[data-theme="dark"]{
  --paper:#15191B; --paper-2:#1B2023; --text:#E7E3DA;
  --text-dim:#9AA2A6; --rule:#2C3336; --surface:#1B2023;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *{animation:none!important;transition:none!important}
}
body{
  margin:0;background:var(--paper);color:var(--text);
  font-family:Archivo,'Helvetica Neue',Arial,sans-serif;
  font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased;
}
.wrap{max-width:1140px;margin:0 auto;padding:0 24px}
a{color:inherit}
:focus-visible{outline:2px solid var(--signal);outline-offset:3px}

/* ---------- ply edge motif ---------- */
.ply-edge{
  height:46px;width:100%;
  background:repeating-linear-gradient(to bottom,
    var(--birch) 0 7px, var(--glue) 7px 8.2px,
    var(--veneer) 8.2px 15px, var(--glue) 15px 16.2px);
  background-size:100% 16.2px;
}

/* ---------- top bar ---------- */
.top{
  position:sticky;top:0;z-index:40;background:var(--phenolic);
  color:var(--birch);border-bottom:1px solid #000;
}
.top .wrap{display:flex;align-items:center;gap:20px;
  min-height:62px;flex-wrap:wrap}
.mark{font-weight:800;letter-spacing:-.02em;font-size:20px;
  display:flex;align-items:baseline;gap:8px;margin-right:auto}
.mark span{font-weight:400;font-size:12px;color:#8E9598;
  letter-spacing:.04em}
.nav{display:flex;gap:22px;font-size:14px;font-weight:500}
.nav a{text-decoration:none;color:#C3C9CB}
.nav a:hover{color:var(--signal)}
.lang{display:flex;border:1px solid #3A4245;border-radius:2px;
  overflow:hidden;font-family:'IBM Plex Mono',monospace;font-size:12px}
.lang button{background:none;border:0;color:#8E9598;padding:5px 9px;
  cursor:pointer;font:inherit}
.lang button[aria-pressed="true"]{background:var(--signal);color:#14181A}

/* ---------- hero ---------- */
.hero{background:var(--phenolic);color:var(--birch);
  padding:64px 0 0;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;
  gap:56px;align-items:end;padding-bottom:56px}
h1{font-size:clamp(34px,5.1vw,60px);line-height:1.02;margin:0 0 20px;
  font-weight:800;letter-spacing:-.035em;max-width:14ch}
.lede{font-size:18px;color:#A9B1B4;max-width:46ch;margin:0 0 28px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-block;padding:13px 22px;border-radius:2px;
  font-weight:600;font-size:15px;text-decoration:none;border:1px solid transparent;
  cursor:pointer;font-family:inherit}
.btn-y{background:var(--signal);color:#14181A}
.btn-y:hover{background:#F5C425}
.btn-o{border-color:#3A4245;color:var(--birch)}
.btn-o:hover{border-color:var(--birch)}

/* ---------- ply viewer ---------- */
.viewer{background:#0D1113;border:1px solid #262D30;padding:20px}
.viewer-head{display:flex;justify-content:space-between;align-items:baseline;
  gap:12px;margin-bottom:14px}
.viewer-head h2{font-size:13px;font-weight:600;margin:0;color:#8E9598;
  letter-spacing:.02em}
.readout{font-family:'IBM Plex Mono',monospace;font-size:13px;
  color:var(--signal)}
.stack{display:flex;flex-direction:column;gap:1.4px;
  min-height:168px;justify-content:center;margin-bottom:16px}
.ply{height:9px;border-radius:1px;background:var(--birch);
  transition:transform .18s ease}
.ply:nth-child(even){background:var(--veneer)}
.slider-row{display:flex;align-items:center;gap:12px}
input[type=range]{flex:1;accent-color:var(--signal);height:22px}
.ticks{display:flex;justify-content:space-between;
  font-family:'IBM Plex Mono',monospace;font-size:11px;color:#6B7376;
  margin-top:4px}

/* ---------- sections ---------- */
section{padding:76px 0}
.sec-head{max-width:60ch;margin-bottom:38px}
h2.title{font-size:clamp(25px,3.2vw,36px);letter-spacing:-.025em;
  font-weight:800;margin:0 0 12px;line-height:1.08}
.sec-head p{margin:0;color:var(--text-dim);font-size:17px}

.split{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.chooser{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:8px}
.choice{display:block;text-decoration:none;border:1px solid var(--rule);
  background:var(--surface);padding:22px 20px;border-top:4px solid var(--veneer);
  transition:transform .12s ease,border-color .12s ease}
.choice:hover{transform:translateY(-2px);border-color:var(--text)}
.choice.svc{border-top-color:var(--signal)}
.choice .num{font-family:'IBM Plex Mono',monospace;font-size:12px;
  color:var(--text-dim);display:block;margin-bottom:8px}
.choice h3{margin:0 0 6px;font-size:19px;letter-spacing:-.02em;font-weight:600}
.choice p{margin:0;font-size:15px;color:var(--text-dim)}
@media (max-width:860px){.chooser{grid-template-columns:1fr}}
.pillar{border:1px solid var(--rule);background:var(--surface);
  padding:28px 26px 26px;display:flex;flex-direction:column}
.pillar.service{border-left:4px solid var(--signal)}
.pillar.product{border-left:4px solid var(--veneer)}
.kind{font-size:12px;font-weight:600;color:var(--text-dim);
  margin-bottom:10px;font-family:'IBM Plex Mono',monospace}
.pillar h3{font-size:22px;margin:0 0 10px;letter-spacing:-.02em;font-weight:600}
.pillar p{margin:0 0 16px;color:var(--text-dim);font-size:16px;max-width:52ch}
.pillar ul{margin:0 0 18px;padding-left:18px;font-size:15px;
  color:var(--text-dim)}
.pillar li{margin-bottom:5px}
.pillar .btn{align-self:flex-start;margin-top:auto;
  background:transparent;border-color:var(--text);color:var(--text)}
.pillar .btn:hover{background:var(--text);color:var(--paper)}

/* ---------- spec table ---------- */
.specs{background:var(--phenolic);color:var(--birch)}
.specs .sec-head p{color:#A9B1B4}
table{width:100%;border-collapse:collapse;
  font-family:'IBM Plex Mono',monospace;font-size:14px;
  font-variant-numeric:tabular-nums}
caption{text-align:left;font-family:Archivo,sans-serif;font-size:14px;
  color:#8E9598;padding-bottom:10px}
th,td{text-align:left;padding:11px 14px;border-bottom:1px solid #2A3134}
th{font-weight:500;color:#8E9598;font-size:12px}
tbody tr:hover{background:#1B2124}
.table-scroll{overflow-x:auto}
.note{color:#8E9598;font-size:14px;margin-top:18px;max-width:70ch;
  font-family:Archivo,sans-serif}

/* ---------- form ---------- */
.rfq{background:var(--paper-2)}
form{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px;
  max-width:820px}
.field{display:flex;flex-direction:column;gap:6px}
.field.full{grid-column:1/-1}
label{font-size:13px;font-weight:600;color:var(--text-dim)}
input,select,textarea{
  font:inherit;font-size:15px;padding:11px 12px;border:1px solid var(--rule);
  background:var(--paper);color:var(--text);border-radius:2px;width:100%}
textarea{min-height:92px;resize:vertical}
.form-foot{grid-column:1/-1;display:flex;align-items:center;gap:16px;
  flex-wrap:wrap}
.form-foot .btn-y{border-color:var(--signal)}
.hint{font-size:14px;color:var(--text-dim);max-width:42ch}

/* ---------- contact / footer ---------- */
footer{background:var(--phenolic);color:#A9B1B4;padding:56px 0 34px;
  font-size:15px}
.foot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;
  margin-bottom:34px}
footer h4{color:var(--birch);font-size:14px;margin:0 0 12px;font-weight:600}
footer a{color:#A9B1B4}
.todo{color:var(--signal);font-family:'IBM Plex Mono',monospace;
  font-size:13px}
.legal{border-top:1px solid #2A3134;padding-top:20px;font-size:13px;
  color:#6B7376;display:flex;justify-content:space-between;gap:16px;
  flex-wrap:wrap}

@media (max-width:860px){
  .hero-grid{grid-template-columns:1fr;gap:36px;align-items:start}
  .split{grid-template-columns:1fr}
  form{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr;gap:24px}
  .nav{display:none}
  h1{max-width:18ch}
}

/* ---------- multi-page additions ---------- */
.page-hero{background:var(--phenolic);color:var(--birch);padding:52px 0 0}
.page-hero .wrap{padding-bottom:44px}
.crumb{font-family:'IBM Plex Mono',monospace;font-size:12px;color:#8E9598;
  margin-bottom:14px;display:block;text-decoration:none}
.crumb:hover{color:var(--signal)}
.page-hero h1{font-size:clamp(30px,4.4vw,48px);max-width:18ch}
.page-hero .lede{margin-bottom:0}
.chooser{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.choice{display:flex;flex-direction:column;text-decoration:none;color:inherit;
  border:1px solid var(--rule);background:var(--surface);padding:26px 24px 24px;
  border-top:4px solid var(--veneer);transition:transform .12s ease,border-color .12s ease}
.choice:hover{transform:translateY(-3px);border-color:var(--text)}
.choice.svc{border-top-color:var(--signal)}
.choice .num{font-family:'IBM Plex Mono',monospace;font-size:12px;
  color:var(--text-dim);margin-bottom:10px}
.choice h3{margin:0 0 8px;font-size:21px;letter-spacing:-.02em;font-weight:600}
.choice p{margin:0 0 18px;font-size:15px;color:var(--text-dim);max-width:34ch}
.choice .go{margin-top:auto;font-weight:600;font-size:15px}
.choice .go:after{content:" →"}
@media (max-width:860px){.chooser{grid-template-columns:1fr}}

/* ---------- centred statement hero (home) ---------- */
.hero-centre{padding:88px 0 0;text-align:center}
.hero-centre .wrap{padding-bottom:76px}
.hero-centre .eyebrow{font-family:'IBM Plex Mono',monospace;font-size:12px;
  letter-spacing:.08em;color:#8E9598;margin:0 0 22px}
.hero-centre h1{font-size:clamp(32px,5.6vw,62px);max-width:20ch;
  margin:0 auto 26px;line-height:1.04}
.hero-centre .lede{max-width:62ch;margin:0 auto 32px;font-size:18px}
.hero-centre .hero-cta{justify-content:center}
@media (max-width:860px){
  .hero-centre{padding:56px 0 0}
  .hero-centre .wrap{padding-bottom:48px}
  .hero-centre h1{max-width:16ch}
}

/* ---------- contact person ---------- */
.contact-person{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.contact-person img{width:64px;height:64px;border-radius:50%;object-fit:cover;
  border:2px solid #2A3134;flex:none}
.contact-person strong{display:block;color:var(--birch);font-size:15px;font-weight:600}
.contact-person span{font-size:13px;color:#8E9598}



/* ---------- choice cards on the dark hero ---------- */
.hero-centre .chooser{margin-top:52px;text-align:left}
.chooser.on-dark .choice{background:rgba(255,255,255,.05);border-color:#2A3134;
  color:var(--birch);backdrop-filter:blur(2px)}
.chooser.on-dark .choice:hover{background:rgba(255,255,255,.09);border-color:var(--birch)}
.chooser.on-dark .choice .num{color:#8E9598}
.chooser.on-dark .choice h3{color:var(--birch)}
.chooser.on-dark .choice p{color:#A9B1B4}
.chooser.on-dark .choice .go{color:var(--signal)}

/* ---------- photo background inside a choice card ---------- */
.chooser.on-dark .choice.bg-plywood{
  background-image:linear-gradient(rgba(16,19,21,.80),rgba(16,19,21,.90)),url('/plywood-bg.jpg');
  background-size:cover;background-position:center;
}
.chooser.on-dark .choice.bg-plywood:hover{
  background-image:linear-gradient(rgba(16,19,21,.68),rgba(16,19,21,.84)),url('/plywood-bg.jpg');
}

.chooser.on-dark .choice.bg-production{
  background-image:linear-gradient(rgba(16,19,21,.80),rgba(16,19,21,.90)),url('/production-bg.jpg');
  background-size:cover;background-position:center 30%;
}
.chooser.on-dark .choice.bg-production:hover{
  background-image:linear-gradient(rgba(16,19,21,.68),rgba(16,19,21,.84)),url('/production-bg.jpg');
}
