
:root{
  --f3-bg:#f2f0eb;
  --f3-paper:#f8f7f3;
  --f3-ink:#171614;
  --f3-muted:#716d67;
  --f3-line:rgba(23,22,20,.14);
  --f3-warm:#8b6246;
  --f3-dark:#171614;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
.f3-body{margin:0;background:var(--f3-bg);color:var(--f3-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;overflow-x:hidden}
.f3-body img{display:block;width:100%}
.f3-body a{text-decoration:none;color:inherit}
.f3-shell{width:min(1240px,calc(100% - 48px));margin:0 auto}
.f3-progress{position:fixed;left:0;top:0;height:3px;width:0;background:#d5b499;z-index:150;transform-origin:left}
.f3-nav{height:82px;padding:0 max(24px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:space-between;gap:28px;position:fixed;z-index:100;inset:0 0 auto;background:transparent;color:#fff;border-bottom:1px solid rgba(255,255,255,.16);transition:.35s ease}
.f3-nav.scrolled{height:70px;background:rgba(248,247,243,.92);backdrop-filter:blur(18px);color:var(--f3-ink);border-color:var(--f3-line);box-shadow:0 10px 30px rgba(25,20,16,.04)}
.f3-logo{display:flex;align-items:center;gap:11px;white-space:nowrap}
.f3-logo-mark{width:36px;height:36px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-style:italic;font-size:15px}
.f3-logo>span:last-child{display:flex;flex-direction:column;line-height:1}
.f3-logo b{font-size:12px;letter-spacing:.12em}
.f3-logo small{font-size:7px;letter-spacing:.22em;opacity:.65;margin-top:5px}
.f3-nav nav{display:flex;gap:28px;font-size:11px;letter-spacing:.08em}
.f3-nav nav a{opacity:.8;transition:.2s}.f3-nav nav a:hover{opacity:1}
.f3-nav-actions{display:flex;gap:10px;align-items:center}
.f3-demo-back{font-size:10px;letter-spacing:.08em;opacity:.72}
.f3-pill{padding:10px 14px;border:1px solid currentColor;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.05em}
.f3-hero{height:100svh;min-height:720px;position:relative;color:#fff;display:flex;align-items:flex-end;overflow:hidden}
.f3-hero-photo,.f3-request-bg{position:absolute;inset:-7%;background-size:cover;background-position:center;will-change:transform}
.f3-hero-photo{animation:f3HeroZoom 1.8s cubic-bezier(.2,.8,.2,1) both}
@keyframes f3HeroZoom{from{transform:scale(1.08)}to{transform:scale(1)}}
.f3-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,10,8,.67) 0%,rgba(12,10,8,.26) 55%,rgba(12,10,8,.14) 100%),linear-gradient(0deg,rgba(9,8,7,.58),transparent 48%)}
.f3-hero-content{position:relative;z-index:2;width:min(1240px,calc(100% - 48px));margin:0 auto 145px}
.f3-eyebrow,.f3-section-index{font-size:9px;letter-spacing:.19em;font-weight:900;color:#96745d;text-transform:uppercase}
.f3-eyebrow{color:#ead7c8}
.f3-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(62px,8.4vw,132px);line-height:.83;letter-spacing:-.065em;font-weight:400;margin:21px 0 28px;max-width:1000px}
.f3-hero h1 em,.f3-intro h2 em,.f3-request-copy h2 em{font-weight:400;color:#d7bba7}
.f3-hero-content>p{font-size:15px;line-height:1.75;max-width:590px;color:rgba(255,255,255,.77)}
.f3-hero-actions{display:flex;align-items:center;gap:24px;margin-top:30px}
.f3-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;border-radius:999px;padding:14px 18px;font-size:10px;font-weight:900;letter-spacing:.05em;border:0;cursor:pointer;transition:.25s ease}
.f3-btn-light{background:#f6f1eb;color:#171614}.f3-btn-light:hover{background:#fff;transform:translateY(-2px)}
.f3-btn-dark{background:#171614;color:#fff}.f3-btn-dark:hover{background:#2a2622;transform:translateY(-2px)}
.f3-text-link{font-size:10px;font-weight:800;letter-spacing:.05em;display:flex;gap:14px}
.f3-hero-meta{position:absolute;z-index:3;right:max(24px,calc((100vw - 1240px)/2));bottom:49px;display:grid;grid-template-columns:repeat(3,160px);border-top:1px solid rgba(255,255,255,.24);padding-top:17px}
.f3-hero-meta div{border-left:1px solid rgba(255,255,255,.18);padding-left:17px}
.f3-hero-meta b{display:block;font-family:Georgia,serif;font-size:26px;font-weight:400}
.f3-hero-meta span{font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.56)}
.f3-scroll-note{position:absolute;left:26px;bottom:46px;z-index:3;font-size:7px;letter-spacing:.2em;writing-mode:vertical-rl;display:flex;gap:10px;align-items:center;opacity:.7}
.f3-load{opacity:0;transform:translateY(26px);animation:f3Load .8s cubic-bezier(.2,.75,.2,1) forwards}
.f3-load:nth-child(1){animation-delay:.25s}.f3-load:nth-child(2){animation-delay:.38s}.f3-load:nth-child(3){animation-delay:.52s}.f3-load:nth-child(4){animation-delay:.66s}
@keyframes f3Load{to{opacity:1;transform:none}}
.f3-intro{padding:130px 0 145px}
.f3-intro-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:90px;margin-top:28px}
.f3-intro h2,.f3-heading-row h2,.f3-materials h2,.f3-process h2,.f3-ai h2,.f3-quotes h2,.f3-request h2{font-family:Georgia,serif;font-weight:400;letter-spacing:-.045em}
.f3-intro h2{font-size:clamp(43px,5.2vw,72px);line-height:1.02;margin:0}
.f3-intro h2 em{color:#a27e65}
.f3-intro-copy{padding-top:10px}
.f3-intro-copy p{color:var(--f3-muted);font-size:14px;line-height:1.85;margin-top:0}
.f3-intro-copy a{display:inline-flex;gap:16px;font-size:10px;font-weight:900;border-bottom:1px solid var(--f3-ink);padding-bottom:5px;margin-top:16px}
.f3-collections{padding:115px 0 125px;background:#1b1917;color:#f3efe9}
.f3-heading-row{display:grid;grid-template-columns:1fr .55fr;gap:70px;align-items:end;margin-bottom:50px}
.f3-heading-row h2{font-size:clamp(42px,5vw,68px);line-height:.98;margin:14px 0 0}
.f3-heading-row>p{color:#7a746e;font-size:12px;line-height:1.8;margin:0;max-width:430px}
.f3-collections .f3-heading-row>p{color:#aaa29b}
.f3-service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.15)}
.f3-service{min-height:340px;padding:26px 22px 22px;border-right:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;transition:.3s ease}
.f3-service:last-child{border-right:0}.f3-service:hover{background:#24211e;transform:translateY(-4px)}
.f3-service>span{font-size:8px;color:#827a73;letter-spacing:.12em}
.f3-service-icon{font-size:28px;margin:42px 0 30px;color:#b99478}
.f3-service h3{font-family:Georgia,serif;font-size:28px;font-weight:400;margin:0 0 12px}
.f3-service p{font-size:12px;line-height:1.7;color:#aaa39d}
.f3-service b{margin-top:auto;font-size:10px;color:#d4b9a5;letter-spacing:.05em}
.f3-projects{padding:125px 0}
.f3-bento{display:grid;grid-template-columns:1.28fr .72fr;grid-template-rows:440px 340px 410px;gap:18px}
.f3-project{position:relative;overflow:hidden;border-radius:4px;background:#ddd;transform-style:preserve-3d}
.f3-project-large{grid-row:span 2}.f3-project-wide{grid-column:1/-1}
.f3-project img{height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .5s ease}
.f3-project:hover img{transform:scale(1.045);filter:saturate(.92)}
.f3-project:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,9,8,.64),transparent 58%);pointer-events:none}
.f3-project-overlay{position:absolute;z-index:2;left:27px;right:27px;bottom:25px;color:#fff}
.f3-project-overlay span{font-size:8px;letter-spacing:.16em;color:rgba(255,255,255,.7)}
.f3-project-overlay h3{font-family:Georgia,serif;font-weight:400;font-size:30px;margin:7px 0 5px}
.f3-project-overlay p{font-size:10px;color:rgba(255,255,255,.7);margin:0}
.f3-materials{padding:120px 0;background:#dfd6cb}
.f3-materials-copy{display:grid;grid-template-columns:.25fr .95fr .7fr;gap:35px;align-items:end}
.f3-materials h2{font-size:clamp(42px,5vw,66px);line-height:.98;margin:0}
.f3-materials-copy p{font-size:12px;line-height:1.8;color:#6f645c;margin:0}
.f3-material-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:55px}
.f3-material{background:rgba(255,255,255,.38);padding:12px 12px 20px;border:1px solid rgba(23,22,20,.09)}
.f3-swatch{height:210px;margin-bottom:18px;position:relative;overflow:hidden}
.f3-swatch:after{content:"";position:absolute;inset:0;mix-blend-mode:multiply;opacity:.18;background-image:repeating-linear-gradient(92deg,transparent 0 7px,rgba(0,0,0,.12) 8px 9px)}
.f3-swatch.oak{background:linear-gradient(100deg,#c5a47a,#a77d55,#d1b38a)}
.f3-swatch.walnut{background:linear-gradient(100deg,#4b3327,#6c4937,#2f2019)}
.f3-swatch.stone{background:linear-gradient(130deg,#efede8 0 35%,#b9b2ab 36% 37%,#f4f2ee 38% 62%,#c8c0b8 63% 64%,#e8e5df 65%)}
.f3-swatch.graphite{background:linear-gradient(120deg,#484641,#242321)}
.f3-material>span{font-size:8px;color:#81756d}.f3-material h3{font-family:Georgia,serif;font-weight:400;font-size:22px;margin:7px 0}.f3-material p{font-size:10px;color:#756b64;margin:0}
.f3-process{padding:130px 0}
.f3-process-heading{display:grid;grid-template-columns:.25fr 1fr;gap:40px;margin-bottom:55px}
.f3-process h2{font-size:clamp(44px,5vw,70px);line-height:.98;margin:0}
.f3-process-list{border-top:1px solid var(--f3-line)}
.f3-process-item{display:grid;grid-template-columns:90px 1fr 1.1fr 140px;gap:25px;align-items:center;border-bottom:1px solid var(--f3-line);padding:30px 0;transition:.25s}
.f3-process-item:hover{padding-left:10px}
.f3-process-item>span{font-size:9px;color:#9a7d68}.f3-process-item h3{font-family:Georgia,serif;font-size:26px;font-weight:400;margin:0}.f3-process-item p{font-size:12px;color:var(--f3-muted);line-height:1.65;margin:0}.f3-process-item b{font-size:9px;letter-spacing:.08em;text-align:right}
.f3-ai{background:#f7f4ef;padding:120px 0}
.f3-ai-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}
.f3-ai h2{font-size:clamp(43px,5vw,67px);line-height:.98;margin:16px 0 24px}
.f3-ai-copy>p{color:var(--f3-muted);font-size:13px;line-height:1.8;max-width:520px}
.f3-ai ul{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:10px;font-size:11px}
.f3-ai li{display:flex;gap:10px;align-items:center}.f3-ai li span{color:#9b765e}
.f3-chat{max-width:560px;margin-left:auto;width:100%;border:1px solid var(--f3-line);background:#e9e4dc;padding:12px;box-shadow:0 30px 80px rgba(44,35,29,.12)}
.f3-chat-head{height:60px;background:#1a1816;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 18px}
.f3-chat-head>div{display:flex;gap:10px;align-items:center}.f3-chat-head i{width:9px;height:9px;background:#67b48b;border-radius:50%;box-shadow:0 0 0 5px rgba(103,180,139,.12)}
.f3-chat-head span span{display:flex;flex-direction:column}.f3-chat-head b{font-size:9px;letter-spacing:.1em}.f3-chat-head small{font-size:8px;color:#8fa997;margin-top:3px}
.f3-chat-body{min-height:370px;background:#f8f6f2;padding:25px;display:flex;flex-direction:column;gap:13px}
.f3-msg{max-width:76%;padding:12px 14px;font-size:11px;line-height:1.55}
.f3-msg.bot{background:#eae5dd;align-self:flex-start}.f3-msg.user{background:#211e1b;color:#fff;align-self:flex-end}
.f3-chat-typing{display:flex;gap:4px;background:#eae5dd;width:49px;padding:10px 12px}.f3-chat-typing i{width:5px;height:5px;border-radius:50%;background:#9f968d;animation:f3Dot 1.2s infinite}.f3-chat-typing i:nth-child(2){animation-delay:.15s}.f3-chat-typing i:nth-child(3){animation-delay:.3s}
@keyframes f3Dot{0%,60%,100%{transform:translateY(0);opacity:.4}30%{transform:translateY(-3px);opacity:1}}
.f3-chat-input{height:54px;background:#fff;border-top:1px solid var(--f3-line);display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:#aaa39a;font-size:10px}.f3-chat-input b{width:28px;height:28px;background:#1b1917;color:#fff;border-radius:50%;display:grid;place-items:center}
.f3-quotes{padding:125px 0}
.f3-quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.f3-quote-grid blockquote{margin:0;background:#e9e4dc;padding:30px;min-height:320px;display:flex;flex-direction:column}
.f3-quote-grid blockquote>div{font-size:10px;letter-spacing:.14em;color:#916e56}
.f3-quote-grid blockquote>p{font-family:Georgia,serif;font-size:23px;line-height:1.35;margin:35px 0;color:#2a2724}
.f3-quote-grid footer{margin-top:auto;display:flex;flex-direction:column}.f3-quote-grid footer b{font-size:10px;letter-spacing:.05em}.f3-quote-grid footer span{font-size:9px;color:#827970;margin-top:4px}
.f3-request{min-height:760px;position:relative;color:#fff;display:flex;align-items:center;overflow:hidden}
.f3-request-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,12,10,.88),rgba(14,12,10,.56))}
.f3-request-grid{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center;padding:110px 0}
.f3-section-index.light{color:#d3b39c}
.f3-request h2{font-size:clamp(48px,5.5vw,75px);line-height:.95;margin:15px 0 24px}.f3-request h2 em{color:#d4b49d}
.f3-request-copy>p{color:rgba(255,255,255,.67);font-size:12px;line-height:1.8;max-width:470px}.f3-request-copy>a{font-size:10px;font-weight:900;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:5px}
.f3-form{background:#f5f1eb;color:#201d1a;padding:32px;display:grid;grid-template-columns:1fr 1fr;gap:18px}
.f3-field{display:grid;gap:8px}.f3-field.full,.f3-form .full{grid-column:1/-1}.f3-field label{font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:#817970;font-weight:900}
.f3-field input,.f3-field select,.f3-field textarea{border:0;border-bottom:1px solid #cfc6bc;background:transparent;border-radius:0;padding:12px 0;color:#201d1a;outline:none;font:inherit;font-size:12px}
.f3-field textarea{min-height:95px;resize:vertical}.f3-field input:focus,.f3-field select:focus,.f3-field textarea:focus{border-color:#6f5040}
.f3-form-note{font-size:8px;color:#8d847b;margin:0}.f3-form-success{padding:12px;background:#e2eee5;color:#3d6449;font-size:10px}
.f3-footer{background:#171614;color:#d8d1cb;padding:60px max(24px,calc((100vw - 1240px)/2)) 30px}
.f3-footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:55px}.footer-logo{color:#fff}.f3-footer-top>a{font-size:9px;letter-spacing:.1em}
.f3-footer-line{border-top:1px solid rgba(255,255,255,.14);padding-top:22px;display:grid;grid-template-columns:1fr 1fr auto;gap:20px;font-size:8px;letter-spacing:.08em;color:#867e77}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
.reveal.in{opacity:1;transform:none}
@media(max-width:980px){
  .f3-nav nav{display:none}.f3-intro-grid,.f3-ai-grid,.f3-request-grid{grid-template-columns:1fr;gap:45px}
  .f3-service-grid,.f3-material-row{grid-template-columns:1fr 1fr}.f3-service{border-bottom:1px solid rgba(255,255,255,.12)}
  .f3-materials-copy{grid-template-columns:1fr;gap:18px}.f3-bento{grid-template-columns:1fr;grid-template-rows:repeat(4,420px)}.f3-project-large,.f3-project-wide{grid-row:auto;grid-column:auto}
  .f3-process-heading{grid-template-columns:1fr}.f3-process-item{grid-template-columns:60px 1fr 1fr}.f3-process-item b{display:none}
  .f3-hero-meta{grid-template-columns:repeat(3,130px)}
  .f3-quote-grid{grid-template-columns:1fr}.f3-quote-grid blockquote{min-height:260px}
}
@media(max-width:680px){
  .f3-shell,.f3-hero-content{width:min(100% - 28px,1240px)}
  .f3-nav{height:68px;padding:0 14px}.f3-demo-back{display:none}.f3-nav-actions .f3-pill{padding:8px 10px}.f3-logo small{display:none}
  .f3-hero{min-height:680px}.f3-hero-content{margin-bottom:120px}.f3-hero h1{font-size:58px}.f3-hero-content>p{font-size:13px}
  .f3-hero-meta{left:14px;right:14px;bottom:24px;grid-template-columns:repeat(3,1fr)}.f3-hero-meta div{padding-left:10px}.f3-hero-meta b{font-size:20px}.f3-hero-meta span{font-size:6px}.f3-scroll-note{display:none}
  .f3-intro,.f3-projects,.f3-process,.f3-quotes{padding:85px 0}.f3-collections,.f3-materials,.f3-ai{padding:85px 0}
  .f3-heading-row{grid-template-columns:1fr;gap:18px}.f3-intro h2,.f3-heading-row h2,.f3-materials h2,.f3-process h2,.f3-ai h2{font-size:43px}
  .f3-service-grid,.f3-material-row{grid-template-columns:1fr}.f3-service{min-height:260px;border-right:0}.f3-service-icon{margin:28px 0 20px}
  .f3-bento{grid-template-rows:repeat(4,330px);gap:10px}.f3-project-overlay{left:18px;bottom:18px}.f3-project-overlay h3{font-size:25px}
  .f3-process-item{grid-template-columns:45px 1fr;gap:14px}.f3-process-item p{grid-column:2}
  .f3-form{grid-template-columns:1fr;padding:22px}.f3-field{grid-column:1}.f3-request{min-height:920px}
  .f3-footer-line{grid-template-columns:1fr}.f3-footer-top{padding-bottom:35px}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}
  .reveal{opacity:1!important;transform:none!important}
}

.f3-admin-inline{font-size:10px;letter-spacing:.05em;font-weight:800}
.f3-botlink{padding:120px 0;background:#15191f;color:#f3f4f5}
.f3-botlink-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}
.f3-botlink h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(43px,5vw,68px);line-height:.98;letter-spacing:-.045em;margin:15px 0 22px}
.f3-botlink h2 em{font-weight:400;color:#b99478}
.f3-botlink p{color:#9da4ad;font-size:12px;line-height:1.8;max-width:520px}
.f3-channel-stack{display:grid;gap:9px}
.f3-channel{border:1px solid #2e353f;border-radius:16px;padding:15px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:13px;background:#1b2027;transition:.25s}
.f3-channel:hover{transform:translateX(6px);background:#20262e}
.f3-channel>span{width:42px;height:42px;border-radius:12px;color:#fff;display:grid;place-items:center;font-size:9px;font-weight:900}
.f3-channel .tg{background:#2898d7}.f3-channel .mx{background:#6e5af0}.f3-channel .vk{background:#1677ff}
.f3-channel div{display:flex;flex-direction:column}.f3-channel b{font-size:11px}.f3-channel small{font-size:8px;color:#8e98a3;margin-top:4px}.f3-channel em{font-style:normal;color:#8e98a3}
@media(max-width:980px){.f3-botlink-grid{grid-template-columns:1fr;gap:40px}}


/* V6 contrast fixes — Furniture */
.f3-body{background:#f5f2ec;color:#17191c}
.f3-nav{text-shadow:0 1px 12px rgba(0,0,0,.35)}
.f3-nav.scrolled{
  text-shadow:none;
  background:rgba(250,248,244,.96);
  color:#17191c;
}
.f3-hero-shade{
  background:
    linear-gradient(90deg,rgba(8,8,9,.80) 0%,rgba(8,8,9,.46) 50%,rgba(8,8,9,.16) 78%),
    linear-gradient(0deg,rgba(8,8,9,.70),transparent 52%);
}
.f3-hero h1,
.f3-hero-content>p,
.f3-eyebrow,
.f3-text-link{ text-shadow:0 2px 22px rgba(0,0,0,.46); }
.f3-hero-content>p{color:rgba(255,255,255,.90)}
.f3-hero-meta span{color:rgba(255,255,255,.78)}
.f3-hero-meta b{color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.38)}
.f3-pill{background:rgba(0,0,0,.18);backdrop-filter:blur(10px)}
.f3-nav.scrolled .f3-pill{background:#17191c;color:#fff;border-color:#17191c}

.f3-intro-copy p,
.f3-heading-row>p,
.f3-process-item p{color:#5f6670}

.f3-collections{
  background:linear-gradient(150deg,#181716,#101317);
}
.f3-collections h2,.f3-collections h3{color:#fff}
.f3-collections .f3-section-index,
.f3-collections .f3-service>span{color:rgba(255,255,255,.58)}
.f3-collections .f3-service p{color:rgba(255,255,255,.72)}
.f3-collections .f3-service b{color:#f0d6c3}

.f3-project:after{
  background:linear-gradient(0deg,rgba(6,7,9,.76),rgba(6,7,9,.06) 62%);
}
.f3-project-overlay h3,.f3-project-overlay p,.f3-project-overlay span{
  text-shadow:0 2px 14px rgba(0,0,0,.55);
}

.f3-botlink{
  background:linear-gradient(145deg,#11161c,#1a212a);
}
.f3-botlink h2{color:#fff}
.f3-botlink p{color:#b7bec7}

.f3-request-shade{
  background:
    linear-gradient(90deg,rgba(8,9,11,.92) 0%,rgba(8,9,11,.72) 45%,rgba(8,9,11,.36) 100%);
}
.f3-request h2,.f3-request-copy>p,.f3-request-copy>a{
  color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.35)
}
.f3-request-copy>p{color:rgba(255,255,255,.86)}
.f3-form{
  background:#fbf8f2;
  box-shadow:0 30px 80px rgba(0,0,0,.22);
}
.f3-field label{color:#625e59}
.f3-field input,.f3-field select,.f3-field textarea{color:#15171b;border-color:#aaa39b}


/* ==========================================================
   V9 — FURNITURE READABILITY PALETTE
========================================================== */
:root{
  --f3-bg:#F5F1EA;
  --f3-paper:#FFFDF9;
  --f3-ink:#211C19;
  --f3-muted:#625C57;
  --f3-line:#D8D1C8;
  --f3-warm:#9A6748;
}
.f3-body{background:var(--f3-bg)!important;color:var(--f3-ink)!important}
.f3-nav,.f3-nav.scrolled{
  background:rgba(250,247,242,.96)!important;
  color:var(--f3-ink)!important;
  border-color:var(--f3-line)!important;
  text-shadow:none!important;
  backdrop-filter:blur(18px);
}
.f3-nav nav a,.f3-demo-back,.f3-admin-inline{color:var(--f3-ink)!important;opacity:.84!important}
.f3-pill{background:var(--f3-ink)!important;color:#fff!important;border-color:var(--f3-ink)!important}
.f3-hero{padding-top:70px}
.f3-hero-shade{background:linear-gradient(90deg,rgba(12,10,8,.22),rgba(12,10,8,.06))!important}
.f3-hero-content{
  max-width:800px;
  margin-bottom:130px!important;
  padding:34px 38px;
  border-radius:24px;
  background:rgba(255,253,249,.95);
  border:1px solid rgba(255,255,255,.62);
  box-shadow:0 28px 80px rgba(12,10,8,.18);
  backdrop-filter:blur(10px);
}
.f3-eyebrow{color:var(--f3-warm)!important;text-shadow:none!important}
.f3-hero h1{color:var(--f3-ink)!important;text-shadow:none!important;font-size:clamp(54px,7vw,104px)!important}
.f3-hero h1 em{color:var(--f3-warm)!important}
.f3-hero-content>p{color:#58524D!important;text-shadow:none!important}
.f3-text-link{color:var(--f3-ink)!important;text-shadow:none!important}
.f3-btn-light{background:var(--f3-ink)!important;color:#fff!important}
.f3-hero-meta{
  color:var(--f3-ink)!important;
  background:rgba(255,253,249,.95);
  border:1px solid rgba(255,255,255,.62)!important;
  box-shadow:0 18px 55px rgba(12,10,8,.13);
  border-radius:17px;
  padding:15px 16px!important;
}
.f3-hero-meta div{border-left:1px solid var(--f3-line)!important}
.f3-hero-meta b{color:var(--f3-ink)!important;text-shadow:none!important}
.f3-hero-meta span{color:#68615C!important}
.f3-scroll-note{color:#fff;background:rgba(28,23,20,.65);padding:10px 6px;border-radius:10px}

.f3-intro,.f3-projects,.f3-process,.f3-quotes{background:var(--f3-bg)!important;color:var(--f3-ink)!important}
.f3-intro-copy p,.f3-heading-row>p,.f3-process-item p,.f3-ai-copy>p{color:var(--f3-muted)!important}

.f3-collections{background:linear-gradient(145deg,#2A241F,#171411)!important}
.f3-collections h2,.f3-collections h3{color:#F6F0E8!important}
.f3-collections .f3-section-index,.f3-collections .f3-service>span{color:#C4BBB1!important}
.f3-collections .f3-service p{color:#D8D0C7!important}
.f3-collections .f3-service b{color:#F2D5BF!important}

.f3-project:after{background:linear-gradient(0deg,rgba(22,17,14,.90),rgba(22,17,14,.00) 64%)!important}
.f3-project-overlay{
  background:rgba(38,29,24,.91);
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  padding:14px 16px;
  left:18px!important;right:18px!important;bottom:18px!important;
  backdrop-filter:blur(8px);
}
.f3-project-overlay h3{color:#fff!important;text-shadow:none!important}
.f3-project-overlay p{color:#E8E1DB!important;text-shadow:none!important}
.f3-project-overlay span{color:#D7CEC6!important;text-shadow:none!important}

.f3-materials{background:#E6DDD2!important}
.f3-material{background:rgba(255,253,249,.72)!important}
.f3-materials-copy p,.f3-material p{color:#625A54!important}

.f3-ai{background:#ECE6DE!important}
.f3-chat{background:#D8D2CC!important}
.f3-chat-body{background:#FAF7F2!important}
.f3-msg.bot{background:#E9E2D9!important;color:var(--f3-ink)!important}
.f3-msg.user{background:#6D5140!important;color:#fff!important}

.f3-quote-grid blockquote{background:#FFFDF9!important;border:1px solid var(--f3-line)!important}
.f3-quote-grid blockquote>p{color:#342C27!important}
.f3-quote-grid footer span{color:#6D655F!important}

.f3-botlink{background:linear-gradient(145deg,#2A241F,#171411)!important}
.f3-botlink p{color:#D7D0C9!important}
.f3-channel{background:#342C27!important;border-color:#55473E!important}
.f3-channel b{color:#fff!important}.f3-channel small{color:#D8D0C8!important}

.f3-request-shade{background:linear-gradient(90deg,rgba(19,15,12,.36),rgba(19,15,12,.10))!important}
.f3-request-copy{
  background:rgba(42,33,28,.94);
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  padding:30px;
  box-shadow:0 24px 70px rgba(0,0,0,.18);
}
.f3-request h2,.f3-request-copy>a{color:#fff!important;text-shadow:none!important}
.f3-request-copy>p{color:#DDD4CC!important;text-shadow:none!important}
.f3-form{background:#FFFDF9!important;color:var(--f3-ink)!important;border:1px solid var(--f3-line)}
.f3-field label{color:#5F5852!important}
.f3-field input,.f3-field select,.f3-field textarea{color:var(--f3-ink)!important;border-color:#AFA69E!important}
.f3-form-note{color:#6E665F!important}
.f3-btn-dark{background:var(--f3-ink)!important;color:#fff!important}
.f3-footer{background:#2A241F!important;color:#F6F0E8!important}
.f3-footer-line{color:#BDB5AE!important}

@media(max-width:680px){
  .f3-hero-content{padding:22px 20px;margin-bottom:150px!important}
  .f3-hero h1{font-size:50px!important}
  .f3-request-copy{padding:22px}
}


/* ==========================
   V10 — furniture hero matches hub preview
========================== */
.f3-hero-content{max-width:1080px!important}
.f3-hero-stage{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:center}
.f3-stage-copy h1{margin:8px 0 12px}.f3-stage-copy p{margin:0 0 18px}
.f3-stage-visual{
  min-height:280px;border-radius:26px;background:linear-gradient(145deg,#8f664a,#634533);color:#fff;
  box-shadow:0 20px 50px rgba(0,0,0,.14);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center
}
.f3-stage-visual:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.08),transparent 52%)}
.f3-stage-visual .stage-badge{position:absolute;left:18px;top:18px;font-size:9px;font-weight:900;letter-spacing:.14em;color:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.15);padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.06)}
.f3-room{width:250px;height:170px;background:#ded0c5;border-radius:18px;position:relative;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}
.f3-room .cabinet{position:absolute;bottom:44px;background:#8c654c;border-radius:3px}
.f3-room .c1{left:22px;width:32px;height:82px}.f3-room .c2{left:60px;width:44px;height:62px}.f3-room .c3{left:110px;width:34px;height:102px}
.f3-room .table-art{position:absolute;right:16px;bottom:30px;width:90px;height:10px;background:#5e4738;border-radius:4px;box-shadow:14px 38px 0 -3px #5e4738,-55px 38px 0 -3px #5e4738}
.f3-stage-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.f3-stage-meta div{background:#f8f4ef;border:1px solid var(--f3-line);border-radius:14px;padding:12px}
.f3-stage-meta b{display:block;font-size:17px;letter-spacing:-.04em;color:var(--f3-ink)}
.f3-stage-meta span{font-size:10px;color:var(--f3-muted)}
.f3-stage-note{margin-top:18px;font-size:11px;color:#6d665f}
@media(max-width:900px){.f3-hero-stage{grid-template-columns:1fr}.f3-stage-visual{min-height:220px}.f3-stage-meta{grid-template-columns:1fr}}


/* ==========================================================
   V13 — FURNITURE MOBILE
========================================================== */
.mobile-demo-nav{display:none}
@media(max-width:768px){
  .f3-body{padding-bottom:72px}.f3-shell,.f3-hero-content{width:min(100% - 24px,1240px)!important}
  .f3-nav{height:64px!important;padding:0 12px!important}.f3-nav nav,.f3-demo-back{display:none!important}.f3-logo small{display:none!important}.f3-logo-mark{width:34px!important;height:34px!important}.f3-logo b{font-size:10px!important}.f3-admin-inline{font-size:9px!important}.f3-pill{font-size:9px!important;padding:9px 10px!important}
  .f3-hero{height:auto!important;min-height:760px!important;padding-top:64px!important;align-items:flex-start!important}.f3-hero-photo{inset:0!important;transform:none!important}.f3-hero-content{margin:70px auto 150px!important;padding:20px!important;border-radius:20px!important;max-width:none!important}
  .f3-hero-stage{grid-template-columns:1fr!important;gap:20px!important}.f3-stage-copy h1{font-size:46px!important;line-height:.9!important}.f3-stage-copy p{font-size:13px!important;line-height:1.65!important}.f3-hero-actions{flex-wrap:wrap!important;gap:12px!important}.f3-btn,.f3-text-link{min-height:44px!important;align-items:center!important}
  .f3-stage-visual{min-height:190px!important;border-radius:18px!important}.f3-room{transform:scale(.82)}.f3-stage-meta{grid-template-columns:1fr!important;gap:7px!important}.f3-stage-meta div{padding:10px!important}.f3-stage-note{font-size:10px!important}
  .f3-hero-meta{left:12px!important;right:12px!important;bottom:18px!important;grid-template-columns:repeat(3,1fr)!important;padding:10px!important}.f3-hero-meta div{padding-left:8px!important}.f3-hero-meta b{font-size:18px!important}.f3-hero-meta span{font-size:6px!important}.f3-scroll-note{display:none!important}
  .f3-intro,.f3-projects,.f3-process,.f3-quotes{padding:78px 0!important}.f3-collections,.f3-materials,.f3-ai,.f3-botlink{padding:78px 0!important}.f3-intro-grid,.f3-heading-row,.f3-materials-copy,.f3-process-heading,.f3-ai-grid,.f3-botlink-grid,.f3-request-grid{grid-template-columns:1fr!important;gap:24px!important}.f3-intro h2,.f3-heading-row h2,.f3-materials h2,.f3-process h2,.f3-ai h2,.f3-botlink h2,.f3-request h2{font-size:40px!important;line-height:1!important}
  .f3-service-grid,.f3-material-row{grid-template-columns:1fr!important}.f3-service{min-height:230px!important;border-right:0!important;padding:22px!important}.f3-service-icon{margin:22px 0 16px!important}.f3-bento{grid-template-columns:1fr!important;grid-template-rows:none!important;gap:10px!important}.f3-project,.f3-project-large,.f3-project-wide{grid-column:auto!important;grid-row:auto!important;height:300px!important}.f3-project-overlay h3{font-size:24px!important}.f3-swatch{height:170px!important}
  .f3-process-item{grid-template-columns:40px 1fr!important;gap:10px!important;padding:22px 0!important}.f3-process-item p{grid-column:2!important}.f3-process-item b{display:none!important}.f3-process-item h3{font-size:23px!important}
  .f3-chat{margin:0!important;max-width:none!important}.f3-chat-body{min-height:310px!important;padding:18px!important}.f3-msg{font-size:10px!important;max-width:88%!important}.f3-quote-grid{grid-template-columns:1fr!important}.f3-quote-grid blockquote{min-height:230px!important;padding:23px!important}.f3-quote-grid blockquote>p{font-size:20px!important;margin:28px 0!important}
  .f3-channel{grid-template-columns:44px 1fr auto!important;padding:12px!important}.f3-channel>span{width:38px!important;height:38px!important}
  .f3-request{min-height:0!important}.f3-request-grid{padding:72px 0!important}.f3-request-copy{padding:22px!important}.f3-form{grid-template-columns:1fr!important;padding:20px!important}.f3-field,.f3-field.full,.f3-form .full{grid-column:1!important}.f3-field input,.f3-field select,.f3-field textarea{font-size:16px!important;min-height:44px!important}.f3-field textarea{min-height:100px!important}.f3-footer{padding:42px 14px 88px!important}.f3-footer-top{padding-bottom:30px!important}.f3-footer-line{grid-template-columns:1fr!important;gap:10px!important}
  .mobile-demo-nav{display:grid;grid-template-columns:repeat(3,1fr);position:fixed;left:10px;right:10px;bottom:10px;z-index:300;background:rgba(38,31,27,.96);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.10);border-radius:18px;padding:7px;box-shadow:0 20px 55px rgba(0,0,0,.25)}.mobile-demo-nav a{min-height:48px;color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;font-size:9px;font-weight:900;border-radius:12px}.mobile-demo-nav a.primary{background:#fff;color:#211c19}
}


/* V15 viewport containment */
html,body{max-width:100%;overflow-x:clip}
@media(max-width:768px){
  *{box-sizing:border-box}
  img,svg,video,canvas{max-width:100%;height:auto}
}

/* Keep the real-contact banner below the fixed navigation on short desktop screens. */
.f3-body .f3-hero{height:auto;min-height:100svh;padding-top:110px}
