:root {
  --ink: #17130f;
  --ink-soft: #28221b;
  --paper: #f3eee5;
  --paper-deep: #e6dbca;
  --wood: #a86f38;
  --wood-dark: #6f4526;
  --sage: #858d75;
  --line: rgba(23, 19, 15, .17);
  --white: #fffdf8;
  --display: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Inter, Arial, sans-serif;
  --max: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -100px; padding: 12px 18px; background: var(--ink); color: var(--white); }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 4vw, 68px); color: var(--white); transition: .3s ease; }
.site-header.scrolled { height: 74px; color: var(--ink); background: rgba(243,238,229,.94); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 170px; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font-size: 17px; letter-spacing: .18em; }
.brand small { margin-top: 5px; font-size: 8px; letter-spacing: .43em; opacity: .68; }
.brand-mark { position: relative; width: 31px; height: 38px; display: block; }
.brand-mark i { position: absolute; display: block; background: currentColor; transform: skewY(-25deg); }
.brand-mark i:nth-child(1) { inset: 0 auto 0 1px; width: 7px; }
.brand-mark i:nth-child(2) { width: 7px; height: 27px; left: 12px; top: 6px; }
.brand-mark i:nth-child(3) { width: 7px; height: 16px; right: 0; top: 11px; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 38px); font-size: 12px; font-weight: 650; letter-spacing: .04em; }
.main-nav a { position: relative; padding: 12px 0; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 1px; background: currentColor; transition: .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: 12px 19px !important; color: var(--ink); background: var(--white); }
.scrolled .nav-cta { color: var(--white); background: var(--ink); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; color: inherit; }
.menu-button span { display: block; height: 1px; margin: 5px 0; background: currentColor; }

.hero { min-height: 820px; height: 100svh; max-height: 1050px; display: grid; grid-template-columns: 52% 48%; color: var(--white); background: var(--ink); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 130px clamp(24px, 6vw, 100px) 54px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--wood-dark); font-size: 10px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
.eyebrow.light { color: #d6aa78; }
.hero h1 { margin: 0; max-width: 830px; font: 400 clamp(56px, 6.5vw, 108px)/.91 var(--display); letter-spacing: -.055em; }
.hero h1 em { color: #d4a16c; font-weight: 400; }
.hero-lead { max-width: 620px; margin: 32px 0 0; color: #cfc3b4; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 56px; padding: 0 22px; font-size: 12px; font-weight: 750; letter-spacing: .04em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { min-width: 225px; color: var(--white); background: var(--wood); }
.button-primary:hover { background: #bd8247; }
.text-link { padding: 10px 0; color: #cfc3b4; font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.25); }
.text-link span { margin-left: 12px; color: var(--white); }
.hero-facts { display: flex; gap: clamp(24px, 4vw, 62px); margin: auto 0 0; padding: 32px 0 0; border-top: 1px solid rgba(255,255,255,.14); }
.hero-facts div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; }
.hero-facts dt { color: #d4a16c; font: 400 22px/1 var(--display); }
.hero-facts dd { margin: 0; color: #b8ad9f; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }

.hero-visual { position: relative; min-width: 0; overflow: hidden; background: #2b241c; }
.visual-grid { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1.05fr .7fr; grid-template-rows: 1fr 1.18fr .74fr; gap: 2px; background: #0e0c09; }
.panel { position: relative; display: block; overflow: hidden; background: repeating-linear-gradient(92deg, rgba(255,255,255,.025) 0 1px, transparent 1px 8px), linear-gradient(135deg, #84542e, #3b271a); }
.panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 10%, rgba(255,255,255,.08) 35%, transparent 62%); mix-blend-mode: screen; }
.panel-a { grid-row: 1 / 3; background-color: #715038; }
.panel-b { background: linear-gradient(145deg, #a8794c, #604229); }
.panel-c { grid-row: 1 / 4; background: repeating-linear-gradient(88deg, rgba(255,255,255,.02) 0 1px, transparent 1px 6px), linear-gradient(160deg, #39271d, #130f0c); }
.panel-d { background: linear-gradient(125deg, #5b3b23, #9b6b3d); }
.panel-e { grid-column: 1 / 3; background: linear-gradient(170deg, #211912, #4b3323); }
.handle { position: absolute; z-index: 2; width: 2px; height: 110px; background: #cbb79b; box-shadow: 0 0 20px rgba(255,255,255,.15); }
.handle-a { left: 33%; top: 23%; }
.handle-b { left: 68%; top: 51%; height: 84px; }
.visual-note { position: absolute; z-index: 3; left: 34px; right: 34px; bottom: 30px; display: flex; align-items: flex-end; justify-content: space-between; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.35); }
.visual-note b { font: 400 24px var(--display); }
.visual-note span { color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.marquee { overflow: hidden; padding: 17px 0; color: #e8d9c9; background: var(--wood-dark); }
.marquee div { display: flex; width: max-content; align-items: center; animation: marquee 28s linear infinite; }
.marquee span { padding: 0 30px; font: italic 20px var(--display); }
.marquee i { font-size: 7px; opacity: .45; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(90px, 10vw, 150px) clamp(22px, 5vw, 76px); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; margin-bottom: 68px; }
.section-heading h2, .process h2, .about h2, .contact h2 { margin: 0; font: 400 clamp(43px, 5vw, 72px)/1.02 var(--display); letter-spacing: -.04em; }
.section-heading > p { max-width: 500px; margin: 0; color: #665d51; font-size: 15px; line-height: 1.8; }
.section-heading.horizontal { grid-template-columns: 1fr .55fr; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 470px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .35s ease; }
.service-card:hover { background: var(--white); }
.service-no { color: var(--wood); font: italic 18px var(--display); }
.service-card h3 { margin: 30px 0 12px; font: 400 31px var(--display); }
.service-card p { max-width: 500px; margin: 0; color: #6a6155; font-size: 14px; }
.service-card > a { display: inline-flex; align-items: center; gap: 22px; margin-top: 24px; padding-bottom: 5px; font-size: 11px; font-weight: 700; border-bottom: 1px solid var(--line); }
.service-shape { position: absolute; top: 30px; right: 34px; width: 190px; height: 190px; opacity: .82; }
.service-shape::before, .service-shape i { content: ""; position: absolute; display: block; background: var(--paper-deep); border: 1px solid rgba(111,69,38,.28); }
.service-shape.kitchen::before { inset: 20px 0 55px 20px; }
.service-shape.kitchen i:nth-child(1) { left: 0; right: 0; bottom: 18px; height: 37px; }
.service-shape.kitchen i:nth-child(2) { top: 20px; bottom: 55px; left: 72px; width: 1px; background: rgba(111,69,38,.28); }
.service-shape.kitchen i:nth-child(3) { right: 18px; bottom: 18px; width: 38px; height: 18px; background: var(--wood); }
.service-shape.wardrobe::before { inset: 8px 12px; }
.service-shape.wardrobe i:nth-child(1) { inset: 8px 50% 8px auto; width: 1px; background: rgba(111,69,38,.28); }
.service-shape.wardrobe i:nth-child(2), .service-shape.wardrobe i:nth-child(3) { top: 50%; width: 4px; height: 25px; background: var(--wood); border: 0; }
.service-shape.wardrobe i:nth-child(2) { left: 44%; }.service-shape.wardrobe i:nth-child(3) { right: 44%; }
.service-shape.living::before { left: 0; right: 0; bottom: 28px; height: 60px; }
.service-shape.living i:nth-child(1) { left: 45px; top: 24px; width: 100px; height: 74px; background: #26201a; }
.service-shape.living i:nth-child(2) { left: 0; bottom: 18px; width: 3px; height: 28px; background: var(--wood); }
.service-shape.living i:nth-child(3) { right: 0; bottom: 18px; width: 3px; height: 28px; background: var(--wood); }
.service-shape.office::before { left: 10px; right: 10px; top: 72px; height: 36px; }
.service-shape.office i:nth-child(1), .service-shape.office i:nth-child(2) { top: 108px; width: 4px; height: 60px; background: var(--wood-dark); }
.service-shape.office i:nth-child(1) { left: 25px; }.service-shape.office i:nth-child(2) { right: 25px; }
.service-shape.office i:nth-child(3) { left: 65px; top: 25px; width: 60px; height: 47px; background: var(--sage); }

.process { max-width: none; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 160px); color: var(--white); background: var(--ink-soft); }
.process-intro { max-width: 560px; margin-left: auto; }
.process-intro > p:last-child { margin-top: 28px; color: #bdb2a4; line-height: 1.8; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list b { color: #d6aa78; font: italic 17px var(--display); }
.process-list h3 { margin: 0 0 7px; font: 400 23px var(--display); }
.process-list p { max-width: 580px; margin: 0; color: #aaa093; font-size: 13px; }

.project-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.project { background: #e8dfd2; }
.project-wide { grid-row: span 2; }
.project-art { position: relative; min-height: 280px; overflow: hidden; background: #c5b39d; }
.project-wide .project-art { min-height: 670px; }
.project-art i { position: absolute; display: block; }
.art-one { background: linear-gradient(145deg, #bda487, #62503e); }
.art-one::before { content: ""; position: absolute; inset: 8% 7% 15%; background: #d9c7aa; box-shadow: inset 0 -110px #54463b; }
.art-one i:nth-child(1) { left: 12%; right: 12%; bottom: 22%; height: 5%; background: #2c2823; }
.art-one i:nth-child(2) { left: 20%; bottom: 27%; width: 30%; height: 42%; background: repeating-linear-gradient(90deg,#b58250 0 31%,#8d623b 32% 33%); }
.art-one i:nth-child(3) { right: 14%; top: 17%; width: 25%; height: 45%; background: #eadfc9; }
.art-one i:nth-child(4) { left: 54%; bottom: 7%; width: 22%; height: 20%; background: #8a684b; transform: perspective(180px) rotateX(55deg); }
.art-two { background: #a89b89; }
.art-two::before { content: ""; position: absolute; inset: 8% 10%; background: #ded4c5; }
.art-two i:nth-child(1), .art-two i:nth-child(2), .art-two i:nth-child(3) { top: 12%; bottom: 12%; width: 25%; border: 1px solid #ae9c85; }
.art-two i:nth-child(1) { left: 13%; }.art-two i:nth-child(2) { left: 38%; }.art-two i:nth-child(3) { left: 63%; }
.art-two i:nth-child(4) { left: 49.5%; top: 45%; width: 3px; height: 24px; background: #6a5744; }
.art-three { background: linear-gradient(140deg, #4c4b42, #9c8a71); }
.art-three::before { content: ""; position: absolute; left: 8%; right: 8%; bottom: 12%; height: 28%; background: #d4c3aa; }
.art-three i:nth-child(1) { left: 25%; right: 25%; top: 18%; height: 43%; background: #242321; }
.art-three i:nth-child(2) { left: 12%; top: 15%; width: 9%; height: 60%; background: #b68a58; }
.art-three i:nth-child(3) { right: 12%; top: 15%; width: 9%; height: 60%; background: #b68a58; }
.art-three i:nth-child(4) { left: 14%; bottom: 7%; width: 30%; height: 18%; background: #77604c; transform: skewX(-12deg); }
.project footer { display: flex; align-items: flex-end; justify-content: space-between; padding: 22px 24px 26px; }
.project footer span { color: var(--wood-dark); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.project footer h3 { margin: 5px 0 0; font: 400 22px var(--display); }
.project footer b { color: var(--wood); font: italic 18px var(--display); }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.about-statement { position: relative; min-height: 470px; display: flex; align-items: center; padding: 60px; color: var(--white); background: var(--wood-dark); overflow: hidden; }
.about-statement p { position: relative; z-index: 2; margin: 0; font: 400 clamp(29px, 3.2vw, 47px)/1.22 var(--display); }
.giant-mark { position: absolute; right: -30px; bottom: -110px; color: rgba(255,255,255,.06); font: 400 480px/.8 var(--display); }
.about-copy > p:not(.eyebrow) { color: #665d51; line-height: 1.85; }
.about-copy ul { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.about-copy li { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.about-copy li span { display: grid; width: 24px; height: 24px; place-items: center; color: var(--white); background: var(--wood); border-radius: 50%; font-size: 11px; }

.contact { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(60px, 10vw, 150px); padding: clamp(80px, 9vw, 130px) max(calc((100vw - var(--max)) / 2 + 76px), 5vw); color: var(--white); background: var(--wood-dark); }
.contact-copy > p:last-child { max-width: 650px; color: #ddcbb8; }
.contact-actions { display: grid; align-content: center; gap: 24px; }
.button-light { max-width: 290px; color: var(--ink); background: var(--white); }
.contact-phone, .contact-address { display: grid; gap: 4px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.22); }
.contact-phone small, .contact-address small { color: #d1aa81; font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.contact-phone strong { font: 400 30px var(--display); }
.contact-address address { color: #eadfd3; font-size: 13px; font-style: normal; }

.site-footer { display: grid; grid-template-columns: .7fr 1fr 1.3fr; align-items: end; gap: 35px; padding: 45px clamp(22px, 5vw, 76px); color: #bdb2a5; background: var(--ink); }
.footer-brand { color: var(--white); }
.site-footer p { margin: 0; max-width: 340px; font: 400 17px var(--display); }
.site-footer > div { display: flex; justify-content: flex-end; gap: 36px; font-size: 10px; }
.site-footer > div a { color: var(--white); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { height: 74px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 74px; left: 0; right: 0; display: none; align-items: stretch; padding: 18px 24px 28px; color: var(--ink); background: var(--paper); box-shadow: 0 10px 30px rgba(0,0,0,.16); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 8px; padding: 13px 16px !important; color: var(--white); background: var(--ink); border: 0 !important; }
  .hero { height: auto; max-height: none; grid-template-columns: 1fr; }
  .hero-copy { min-height: 780px; }
  .hero-visual { min-height: 620px; }
  .section-heading, .section-heading.horizontal, .process, .about, .contact { grid-template-columns: 1fr; }
  .process-intro { margin-left: 0; }
  .project-grid { grid-template-columns: 1fr; }
  .project-wide { grid-row: auto; }
  .project-wide .project-art { min-height: 520px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > div { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 680px) {
  .hero-copy { min-height: 720px; padding-top: 110px; }
  .hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-facts { gap: 16px; }
  .hero-facts div { grid-template-columns: 1fr; gap: 5px; }
  .hero-visual { min-height: 470px; }
  .visual-note { left: 20px; right: 20px; }
  .visual-note span { display: none; }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .section-heading { gap: 24px; margin-bottom: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 420px; padding: 26px; }
  .service-shape { width: 150px; height: 150px; right: 20px; }
  .process { gap: 48px; }
  .project-wide .project-art { min-height: 410px; }
  .about-statement { min-height: 400px; padding: 38px; }
  .contact { gap: 50px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .site-footer > div { grid-column: auto; flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee div { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

