:root{
  color-scheme:light;
  --paper:#f7f4ec;--paper2:#eee9dd;--white:#fffdf8;--ink:#122018;--green:#17382d;
  --green2:#244b3d;--gold:#b68b35;--gold2:#d0ae62;--muted:#66716a;--line:#d9d4c8;
  --soft:#eee9dd;--field:#f8f5ee;
  --shadow:0 28px 80px rgba(29,39,33,.12);--radius:30px;
}
html[data-theme="dark"]{
  color-scheme:dark;
  --paper:#000000;--paper2:#080b09;--white:#0b0d0c;--ink:#f4f1e8;--green:#d7c08a;
  --green2:#b99b56;--gold:#d0ae62;--gold2:#efd38f;--muted:#aab5ae;--line:#2d3a32;
  --soft:#101311;--field:#0b0e0c;
  --shadow:0 28px 80px rgba(0,0,0,.3);
}
/* ---------- NINE LIGHT TYPE SYSTEM ---------- */
:root{--font-body:"RR Pioneer","Pioneer",sans-serif;--font-display:"Riviera Nights","RivieraNights",sans-serif}
html,body,button,input,textarea,select,option{font-family:var(--font-body)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);transition:background .35s ease,color .35s ease;font-family:var(--font-body);line-height:1.55;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 15% 10%,rgba(208,174,98,.12),transparent 26%),radial-gradient(circle at 90% 30%,rgba(36,75,61,.08),transparent 28%);z-index:-1}html[data-theme="dark"] body:before{background:radial-gradient(circle at 15% 10%,rgba(208,174,98,.08),transparent 26%),radial-gradient(circle at 90% 30%,rgba(53,106,83,.12),transparent 28%)}a{color:inherit;text-decoration:none}.shell{width:min(1200px,calc(100% - 52px));margin:auto}.top-progress{height:2px;background:var(--gold);position:fixed;top:0;left:0;width:0;z-index:100}

/* =========================================================
   LUXURY 50% TRANSPARENT GLOSSY PILL HEADER (REFERENCE MATCH)
   ========================================================= */
.site-header {
  position: fixed !important;
  top: 18px !important;
  left: 0 !important;
  right: 0 !important;
  width: min(1280px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  height: 68px !important;
  z-index: 100 !important;
  border-radius: 999px !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  
  /* 50% Transparent Glossy Glass Gradient matching reference image */
  background: linear-gradient(90deg, 
    rgba(84, 40, 14, 0.52) 0%, 
    rgba(56, 28, 12, 0.48) 35%, 
    rgba(38, 20, 10, 0.48) 65%, 
    rgba(78, 38, 14, 0.52) 100%
  ) !important;
  backdrop-filter: blur(24px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(160%) !important;
  border: 1px solid rgba(221, 193, 126, 0.38) !important;
  box-shadow: 
    0 18px 45px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.22) !important;
}

html[data-theme="light"] .site-header {
  background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0.55) 0%, 
    rgba(246, 240, 228, 0.50) 45%, 
    rgba(255, 255, 255, 0.55) 100%
  ) !important;
  border-color: rgba(182, 139, 53, 0.35) !important;
  box-shadow: 
    0 18px 45px rgba(35, 42, 37, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(72, 62, 43, 0.08) !important;
}

/* Glossy glass reflection sheen */
.site-header:after {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  border-radius: 999px !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 0.10) 100%) !important;
  mix-blend-mode: screen !important;
  display: block !important;
}

.site-header .nav {
  height: 68px !important;
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 14px 0 24px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 2 !important;
}

.site-header .brand {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  min-width: 0 !important;
}

.site-header .brand img {
  width: 36px !important;
  height: 36px !important;
  object-fit: contain !important;
  flex: 0 0 36px !important;
}

.site-header .brand-name {
  font-size: 13.5px !important;
  letter-spacing: 2px !important;
  font-weight: 700 !important;
  color: #f6f0e3 !important;
  white-space: nowrap !important;
}

.site-header .brand-name strong {
  font-weight: 500 !important;
  color: var(--gold) !important;
}

html[data-theme="light"] .site-header .brand-name {
  color: #17251e !important;
}

/* Nav links tabs matching reference image */
.site-header .nav-links {
  display: flex !important;
  align-items: center !important;
  gap: clamp(20px, 2.5vw, 36px) !important;
  font-size: 11.5px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 2.2px !important;
  color: rgba(246, 240, 227, 0.88) !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin-left: auto !important;
  padding: 0 !important;
}

.site-header .nav-links a:not(.nav-pill) {
  color: rgba(246, 240, 227, 0.88) !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) !important;
  transition: color 0.25s ease, transform 0.25s ease !important;
}

.site-header .nav-links a:not(.nav-pill):hover {
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

html[data-theme="light"] .site-header .nav-links a:not(.nav-pill) {
  color: rgba(23, 37, 30, 0.82) !important;
  text-shadow: none !important;
}

html[data-theme="light"] .site-header .nav-links a:not(.nav-pill):hover {
  color: #000000 !important;
}

/* CTA Pill Button "Start a project ↗" matching reference image */
.site-header .nav-pill {
  border: 1px solid rgba(221, 193, 126, 0.55) !important;
  border-radius: 999px !important;
  padding: 10px 22px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  color: #f7e7bd !important;
  background: rgba(255, 255, 255, 0.06) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 6px 18px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.25s ease !important;
  white-space: nowrap !important;
}

.site-header .nav-pill:hover {
  border-color: rgba(239, 210, 137, 0.95) !important;
  background: rgba(182, 139, 53, 0.22) !important;
  color: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 10px 24px rgba(0, 0, 0, 0.28), 0 0 20px rgba(210, 174, 95, 0.2) !important;
  transform: translateY(-1px) !important;
}

html[data-theme="light"] .site-header .nav-pill {
  border-color: rgba(182, 139, 53, 0.65) !important;
  color: #17382d !important;
  background: rgba(255, 255, 255, 0.6) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 4px 14px rgba(35, 42, 37, 0.08) !important;
}

html[data-theme="light"] .site-header .nav-pill:hover {
  border-color: rgba(182, 139, 53, 0.95) !important;
  background: rgba(231, 215, 173, 0.5) !important;
}
.hero{min-height:900px;padding-top:155px;padding-bottom:95px;display:grid;grid-template-columns:1fr .95fr;align-items:center;gap:50px}.eyebrow{font-size:9px;letter-spacing:2.7px;font-weight:700;color:#747e77}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(182,139,53,.1);margin-right:9px}.hero h1{font-size:clamp(68px,8vw,118px);line-height:.87;letter-spacing:-6px;margin:27px 0 25px;font-weight:650}.hero h1 em,.section-head h2 em,.intro h2 em,.contact-card h2 em,blockquote em{font-family:var(--font-display);font-weight:400;color:var(--gold)}.lead{max-width:550px;color:#68736c;font-size:17px;line-height:1.85}.actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;border-radius:999px;padding:15px 23px;font-size:12px;font-weight:700;letter-spacing:.1px;border:1px solid transparent;cursor:pointer;transition:.25s}.button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(18,32,24,.12)}.button.dark{background:var(--green);color:#fffdf8}.button.outline{background:rgba(255,255,255,.4);border-color:var(--line);color:var(--green)}.hero-meta{display:flex;align-items:center;gap:18px;margin-top:58px;color:#7b857f}.hero-meta>div{display:flex;flex-direction:column}.hero-meta b{font-family:var(--font-display);color:var(--gold);font-size:25px;font-weight:400}.hero-meta span{font-size:8px;letter-spacing:1.8px}.hero-meta i{width:48px;height:1px;background:var(--line)}
.hero-visual{display:flex;justify-content:center}.hero-card{width:min(520px,100%);height:610px;position:relative;overflow:hidden;border-radius:260px 260px 34px 34px;background:linear-gradient(145deg,#f0e8d4,#d4c5a4 45%,#a99670);box-shadow:var(--shadow);border:1px solid rgba(182,139,53,.45)}.hero-card:after{content:"";position:absolute;inset:16px;border:1px solid rgba(255,255,255,.6);border-radius:245px 245px 24px 24px}.sun{position:absolute;width:210px;height:210px;border-radius:50%;background:#fff3c9;filter:blur(1px);top:80px;right:85px;box-shadow:0 0 80px rgba(255,240,177,.65)}.window{position:absolute;left:16%;top:15%;width:46%;height:54%;border:1px solid rgba(63,74,65,.42);background:linear-gradient(145deg,rgba(255,255,255,.55),rgba(171,193,184,.2));transform:skewY(-7deg)}.window:after{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:rgba(63,74,65,.25)}.arch-shape{position:absolute;bottom:-1px;left:27%;width:48%;height:60%;border:1px solid rgba(41,59,49,.45);border-bottom:0;border-radius:180px 180px 0 0;background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(53,67,56,.12))}.sofa{position:absolute;left:21%;right:16%;bottom:15%;height:100px;border-radius:30px 30px 12px 12px;background:linear-gradient(135deg,#e9dfc9,#bfae89);box-shadow:0 25px 30px rgba(46,40,25,.15)}.sofa:before{content:"";position:absolute;left:8%;right:8%;top:-35px;height:65px;border-radius:28px 28px 5px 5px;background:#d9ccb0}.console{position:absolute;left:14%;right:12%;bottom:12%;height:8px;border-radius:10px;background:#a88342;box-shadow:0 16px 0 -1px #8b713e}.plant{position:absolute;background:#3f634c;border-radius:100% 0 100% 0;transform:rotate(20deg)}.plant-one{width:70px;height:130px;right:9%;bottom:15%}.plant-two{width:35px;height:75px;left:8%;bottom:19%;transform:rotate(-35deg)}.art-label{position:absolute;left:31px;bottom:30px;display:flex;flex-direction:column;gap:2px;z-index:4}.art-label small{color:var(--gold);font-size:9px}.art-label b{font-size:10px;letter-spacing:2px}.art-label span{font-size:9px;color:#6b6b5b}
.intro{padding:115px 0 120px;max-width:1000px}.intro h2{font-size:clamp(44px,5.5vw,76px);line-height:1.02;letter-spacing:-4px;margin:22px 0}.intro p{max-width:620px;color:var(--muted);font-size:15px;line-height:1.9}
.section{padding-top:120px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:58px}.section-head h2{font-size:clamp(44px,5.3vw,70px);line-height:.98;letter-spacing:-3.5px;margin:17px 0 0}.section-head>p{max-width:390px;color:var(--muted);font-size:13px;line-height:1.9;margin:0 0 3px}
.about-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:15px}.feature-card{min-height:370px;border:1px solid var(--line);border-radius:var(--radius);padding:30px;background:rgba(255,255,255,.45);position:relative;overflow:hidden;box-shadow:0 8px 30px rgba(30,40,32,.03)}.feature-card.dark-card{background:var(--green);color:#fffdf8;border-color:var(--green)}.number{position:absolute;right:28px;top:25px;color:var(--gold);font-size:9px}.feature-card h3{font-size:31px;line-height:1.02;letter-spacing:-1px;margin:220px 0 12px}.feature-card p{font-size:12px;color:#7a837d;max-width:280px}.dark-card p{color:#aebbb3}.rings{position:absolute;top:52px;left:30px;display:flex;gap:-5px}.rings i{display:block;width:62px;height:62px;border:1px solid rgba(208,174,98,.65);border-radius:50%}.rings i:nth-child(2){margin-left:-18px;margin-top:14px}.rings i:nth-child(3){margin-left:-18px;margin-top:28px}.symbol{font-size:100px;line-height:1;color:rgba(182,139,53,.35);margin-top:40px}
.services{border-top:1px solid var(--line)}.services article{display:grid;grid-template-columns:70px 1fr 30px;align-items:center;gap:25px;padding:30px 0;border-bottom:1px solid var(--line);transition:.25s}.services article:hover{padding-left:13px;background:linear-gradient(90deg,rgba(36,75,61,.035),transparent)}.services article>span{font-size:10px;color:var(--gold)}.services h3{font-size:24px;letter-spacing:-.6px;margin:0 0 6px}.services p{font-size:12px;color:#778079;margin:0}.services article>b{color:var(--gold);font-size:18px}
.projects{margin-top:125px;padding:120px 0 110px;background:#ece7da}.projects .section-head{margin-bottom:48px}.filters{display:flex;gap:7px;flex-wrap:wrap}.filters button{font:inherit;font-size:10px;color:#68736c;background:rgba(255,255,255,.42);border:1px solid #d6d1c4;border-radius:999px;padding:9px 14px;cursor:pointer}.filters button.active,.filters button:hover{background:var(--green);color:#fff;border-color:var(--green)}.project-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.project-card.tall{grid-row:span 2}.project-image{height:390px;border-radius:25px;overflow:hidden;position:relative;box-shadow:0 18px 50px rgba(50,45,35,.09);transition:.45s}.project-card.tall .project-image{height:796px}.project-card:hover .project-image{transform:translateY(-4px)}.project-image>span{position:absolute;top:20px;left:20px;font-size:9px;letter-spacing:2px;color:#fff;z-index:2}.image-copy{position:absolute;left:24px;bottom:24px;z-index:2;color:#fff;display:flex;flex-direction:column}.image-copy small{font-size:8px;letter-spacing:2px;opacity:.8}.image-copy b{font-family:var(--font-display);font-size:26px;font-weight:400}.image-one{background:linear-gradient(120deg,#b7a47d,#e1d6bd 42%,#33483b 43% 60%,#9a8968 61%)}.image-one:after{content:"";position:absolute;width:45%;height:72%;left:28%;bottom:0;border:1px solid rgba(255,255,255,.55);border-bottom:0;border-radius:170px 170px 0 0}.image-two{background:linear-gradient(145deg,#24352d,#89968c 45%,#d2c7ad 46% 48%,#405348 49%)}.image-two:after{content:"";position:absolute;inset:15%;border:1px solid rgba(255,255,255,.4);box-shadow:inset 0 0 0 24px rgba(12,30,22,.12)}.image-three{background:linear-gradient(130deg,#8e7d5c,#d5c9aa 45%,#3d5d4c 46% 68%,#1a2b21 69%)}.image-three:after{content:"";position:absolute;width:38%;height:66%;left:11%;bottom:0;border-radius:160px 160px 0 0;background:rgba(10,30,21,.65)}.image-four{background:linear-gradient(125deg,#263c31,#b7a679 45%,#e2d5ae 46% 48%,#294436 49%)}.image-four:after{content:"";position:absolute;left:15%;right:15%;top:18%;bottom:14%;border:1px solid rgba(255,255,255,.4)}.portfolio-note{font-size:9px;color:#888e87;margin:20px 0 0}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.timeline>div{padding:28px 25px 15px 0;margin-right:25px;border-right:1px solid var(--line);min-height:230px}.timeline>div:last-child{border:0}.timeline span{font-size:10px;color:var(--gold)}.timeline h3{font-size:24px;margin:52px 0 10px}.timeline p{font-size:12px;color:#78817b;max-width:210px}
.quote-band{margin-top:125px;padding:125px 0;background:var(--green);color:#fffdf8;text-align:center}.quote-mark{font-family:var(--font-display);font-size:75px;color:var(--gold2);line-height:.5}.quote-band blockquote{font-size:clamp(40px,5.2vw,68px);line-height:1.04;letter-spacing:-3px;margin:38px 0}.quote-band blockquote em{color:#e3c57d}.gold-line{width:55px;height:1px;background:var(--gold2);margin:30px auto}.quote-band small{font-size:9px;letter-spacing:3px;color:#b9c3bd}
.contact-section{padding-bottom:120px}.contact-card{display:grid;grid-template-columns:1fr 1fr;gap:75px;padding:60px;background:var(--white);border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow)}.contact-card h2{font-size:clamp(46px,5vw,70px);line-height:.98;letter-spacing:-3.5px;margin:18px 0}.contact-card>div>p{color:var(--muted);max-width:390px;font-size:14px}.contact-links{display:grid;grid-template-columns:1fr 1fr;gap:18px 28px;margin-top:45px}.contact-links a{font-size:12px;color:var(--green);font-weight:600}.contact-links span{display:block;font-size:8px;color:#8a928d;letter-spacing:1.8px;margin-bottom:4px}.contact-links a:hover{color:var(--gold)}
form{display:flex;flex-direction:column;gap:14px}label{font-size:9px;letter-spacing:.7px;color:#737d77}input,select,textarea{font:inherit;font-size:13px;color:var(--ink);display:block;width:100%;margin-top:7px;padding:14px;border:1px solid #ddd8cc;background:#f8f5ee;border-radius:13px;outline:none}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(182,139,53,.1)}.full{width:100%}.form-note{font-size:9px;color:#929993;text-align:center}
.footer{min-height:110px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:#7c857f;font-size:9px}.footer-brand img{width:42px;height:42px}.footer-brand .brand-name{font-size:11px}.footer p{text-align:center}.back-top{color:var(--green)}.toast{position:fixed;right:20px;bottom:20px;background:var(--green);color:#fff;padding:12px 18px;border-radius:999px;font-size:11px;transform:translateY(90px);opacity:0;transition:.3s;z-index:100;box-shadow:var(--shadow)}.toast.show{transform:none;opacity:1}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}
/* ---------- PHILOSOPHY TYPOGRAPHY ---------- */
.philosophy-copy{max-width:880px;margin-top:34px;display:grid;grid-template-columns:1fr 1fr;gap:20px 42px}
.philosophy-copy p{margin:0;color:#68736c;font-size:15px;line-height:1.9}
.philosophy-copy .philosophy-close{grid-column:1/-1;margin-top:10px;color:var(--ink);font-size:18px;line-height:1.7}
.philosophy-copy .philosophy-close strong{font-weight:500}
.philosophy-copy .philosophy-close em{font-family:var(--font-display);font-style:normal;color:var(--gold)}
.philosophy-signoff{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px 28px;padding-top:10px;border-top:1px solid var(--line);font-size:9px;letter-spacing:1.8px;color:#7b857f}
.philosophy-signoff span:first-child{color:var(--gold);font-weight:700}
@media(max-width:760px){.philosophy-copy{grid-template-columns:1fr}.philosophy-copy .philosophy-close,.philosophy-signoff{grid-column:auto}}

@media(max-width:900px){.shell{width:min(100% - 32px,720px)}.nav{height:82px}.nav-links{display:none;position:absolute;top:82px;left:16px;right:16px;padding:16px;background:var(--paper);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:4px}.nav-links.open{display:flex}.nav-links a{padding:12px}.nav-pill{text-align:center}.menu-toggle{display:block}.hero{grid-template-columns:1fr;padding-top:135px;min-height:auto}.hero-visual{margin-top:35px}.hero-card{height:560px}.section-head{display:block}.section-head>p{margin-top:25px}.about-grid{grid-template-columns:1fr}.feature-card{min-height:310px}.feature-card h3{margin-top:170px}.project-grid{grid-template-columns:1fr}.project-card.tall{grid-row:auto}.project-card.tall .project-image{height:520px}.timeline{grid-template-columns:1fr 1fr}.timeline>div:nth-child(2){border-right:0}.contact-card{grid-template-columns:1fr;padding:38px;gap:45px}.footer{padding:30px 0;flex-wrap:wrap;gap:20px}.footer p{order:3;width:100%;text-align:left}}
@media(max-width:540px){.shell{width:calc(100% - 28px)}.brand img{width:53px;height:53px}.brand-name{font-size:12px;letter-spacing:1.9px}.nav{height:76px}.nav-links{top:76px}.hero h1{font-size:58px;letter-spacing:-3.5px}.hero-card{height:430px;border-radius:210px 210px 28px 28px}.intro{padding-top:85px}.intro h2,.section-head h2{letter-spacing:-2.4px}.section{padding-top:90px}.services article{grid-template-columns:38px 1fr 20px;gap:12px}.services h3{font-size:20px}.timeline{grid-template-columns:1fr}.timeline>div{border-right:0;border-bottom:1px solid var(--line);margin:0;min-height:175px}.timeline h3{margin-top:32px}.contact-card{padding:25px;border-radius:26px}.contact-links{grid-template-columns:1fr}.quote-band{padding:90px 0}.footer{align-items:flex-start;flex-direction:column}.footer p{order:0}.back-top{margin-left:auto}}

.theme-toggle{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:var(--soft);color:var(--ink);display:grid;place-items:center;cursor:pointer;font-size:18px;transition:.25s}.theme-toggle:hover{transform:rotate(8deg) scale(1.04);border-color:var(--gold)}.theme-moon{display:none}html[data-theme="dark"] .theme-sun{display:none}html[data-theme="dark"] .theme-moon{display:block}
html[data-theme="dark"] .site-header{box-shadow:0 10px 35px rgba(0,0,0,.18)}html[data-theme="dark"] .nav-links{color:#c7d0ca;background:transparent!important}html[data-theme="dark"] .nav-pill{color:var(--gold)!important;background:transparent!important;border-color:var(--gold)}html[data-theme="dark"] .button.outline{color:#f4f1e8;background:rgba(255,255,255,.05);border-color:#34433a}html[data-theme="dark"] .feature-card{background:#14221b;border-color:#2b3b31}html[data-theme="dark"] .contact-card{background:#13211a;border-color:#2c3a32}html[data-theme="dark"] input,html[data-theme="dark"] select,html[data-theme="dark"] textarea{background:var(--field);color:#f4f1e8;border-color:#334139}html[data-theme="dark"] .projects{background:#121d17}html[data-theme="dark"] .projects .filters button{background:#17251e;color:#b9c4bd;border-color:#35433a}html[data-theme="dark"] .projects .filters button.active{background:#d0ae62;color:#102018;border-color:#d0ae62}html[data-theme="dark"] .quote-band{background:#07110c}
.hero .lead{font-size:18px}.section-head>p{font-size:15px}.intro p{font-size:17px}.feature-card p,.services p,.timeline p{font-size:13.5px}.services h3{font-size:27px}.services article{padding:34px 0}.timeline h3{font-size:27px}.contact-card>div>p{font-size:15px}.contact-links a{font-size:13px}.form-note,.portfolio-note{font-size:10px}
@media(max-width:900px){
 .nav{height:86px}.brand img{width:60px;height:60px}.brand-name{font-size:15px;letter-spacing:2.4px}.nav-links{top:86px}.nav-tools{margin-left:auto}
}
@media(max-width:540px){
 .brand img{width:53px;height:53px}.brand-name{font-size:12px;letter-spacing:1.9px}.nav{height:76px}.nav-links{top:76px}.theme-toggle{width:36px;height:36px;font-size:16px}
 .hero h1{font-size:56px}.hero .lead{font-size:16px}.section-head>p,.intro p{font-size:14px}.services h3{font-size:21px}.services p,.feature-card p,.timeline p{font-size:12.5px}.timeline h3{font-size:23px}
}

/* ---------- 3D INTERIOR EXPERIENCE ---------- */
.scene-wrap{width:min(560px,100%);height:610px;position:relative;perspective:1200px;transform-style:preserve-3d;user-select:none}
.room-scene{position:absolute;left:7%;right:7%;top:6%;bottom:9%;transform-style:preserve-3d;transform:rotateX(1deg) rotateY(-8deg);transition:transform .18s ease-out;filter:drop-shadow(0 35px 35px rgba(26,35,29,.16))}
.room-backwall{position:absolute;inset:8% 0 0 0;background:linear-gradient(145deg,#efe6d3,#d9c9a7);border:1px solid rgba(84,74,52,.15);transform:translateZ(-120px);box-shadow:inset 0 0 70px rgba(255,255,255,.3)}
.room-sidewall{position:absolute;left:0;top:8%;bottom:0;width:20%;background:linear-gradient(90deg,#d0c0a0,#e5dac3);transform-origin:right;transform:rotateY(72deg);border:1px solid rgba(80,70,50,.12)}
.room-ceiling{position:absolute;left:0;right:0;top:0;height:12%;background:#f6f0e4;transform-origin:top;transform:rotateX(-68deg);border:1px solid rgba(80,70,50,.08)}
.room-floor{position:absolute;left:-7%;right:-7%;bottom:0;height:34%;background:repeating-linear-gradient(90deg,#a98f61 0 2px,#c4ae83 2px 82px,#b39a6d 82px 84px);transform-origin:bottom;transform:rotateX(70deg);box-shadow:0 -18px 45px rgba(80,61,34,.12)}
.window-3d{position:absolute;left:13%;top:18%;width:39%;height:43%;border:7px solid #d2c6aa;background:linear-gradient(135deg,#c9d8d1,#edf1e8);transform:translateZ(15px);box-shadow:0 18px 35px rgba(62,77,68,.13)}
.window-3d i{position:absolute;background:rgba(83,103,92,.18)}.window-3d i:nth-child(1){left:50%;top:0;bottom:0;width:2px}.window-3d i:nth-child(2){top:50%;left:0;right:0;height:2px}.window-3d i:nth-child(3){left:9%;top:8%;width:1px;height:84%}.window-3d i:nth-child(4){right:9%;top:8%;width:1px;height:84%}
.sun-3d{position:absolute;width:130px;height:130px;border-radius:50%;left:28%;top:21%;background:#fff2c7;filter:blur(2px);opacity:.85;box-shadow:0 0 80px rgba(246,211,126,.65);transform:translateZ(5px)}
.arch-3d{position:absolute;right:13%;top:17%;width:37%;height:57%;border:7px solid #b7a47d;border-bottom:0;border-radius:180px 180px 0 0;background:linear-gradient(135deg,rgba(255,255,255,.22),rgba(128,111,75,.1));transform:translateZ(18px)}
.arch-3d:after{content:"";position:absolute;inset:13px;border:1px solid rgba(182,139,53,.55);border-bottom:0;border-radius:160px 160px 0 0}
.console-3d{position:absolute;right:11%;bottom:28%;width:32%;height:9px;background:#80653b;border-radius:5px;transform:translateZ(55px);box-shadow:0 13px 0 -1px #5f4c2d}
.sofa-3d{position:absolute;left:17%;bottom:24%;width:48%;height:76px;background:linear-gradient(150deg,#e6dcc7,#b7a583);border-radius:25px 25px 9px 9px;transform:translateZ(90px);box-shadow:0 22px 20px rgba(62,48,29,.18)}
.sofa-3d:before{content:"";position:absolute;left:5%;right:5%;top:-31px;height:53px;background:#d2c4a6;border-radius:23px 23px 5px 5px}.sofa-3d:after{content:"";position:absolute;left:8%;bottom:-24px;width:8px;height:28px;background:#685333;box-shadow:calc(100% - 16px) 0 #685333}
.cushion{position:absolute;top:-20px;width:24%;height:36px;border-radius:13px;background:#d9ccb0}.c1{left:11%}.c2{left:39%}.c3{right:10%;background:#b9a887}
.coffee-3d{position:absolute;left:43%;bottom:18%;width:17%;height:8px;border-radius:8px;background:#9d7c43;transform:translateZ(115px);box-shadow:0 9px 0 -2px #755d36}
.lamp-3d{position:absolute;right:7%;bottom:25%;width:3px;height:44%;background:#6f5a39;transform:translateZ(60px)}.lamp-3d:before{content:"";position:absolute;top:-2px;left:-23px;width:49px;height:22px;border-radius:50% 50% 35% 35%;background:#e1c681;box-shadow:0 0 35px rgba(228,198,129,.75)}.lamp-3d span{position:absolute;bottom:0;left:-12px;width:27px;height:5px;border-radius:50%;background:#6f5a39}
.plant-3d{position:absolute;left:6%;bottom:24%;width:58px;height:105px;transform:translateZ(65px)}.plant-3d:before{content:"";position:absolute;bottom:0;left:10px;width:38px;height:38px;background:#9a7744;border-radius:7px 7px 14px 14px}.plant-3d i{position:absolute;bottom:31px;left:25px;width:16px;height:70px;border-radius:100% 0 100% 0;background:#45664f;transform-origin:bottom}.plant-3d i:nth-child(1){transform:rotate(-42deg)}.plant-3d i:nth-child(2){transform:rotate(-18deg);height:82px}.plant-3d i:nth-child(3){transform:rotate(12deg);height:75px}.plant-3d i:nth-child(4){transform:rotate(38deg);height:63px}.plant-3d i:nth-child(5){transform:rotate(62deg);height:53px}
.art-3d{position:absolute;right:25%;top:28%;width:55px;height:75px;background:#eee3ca;border:5px solid #9e7d44;transform:translateZ(35px) rotateY(-3deg);box-shadow:0 8px 15px rgba(0,0,0,.1)}.art-3d:after{content:"NL";position:absolute;inset:7px;display:grid;place-items:center;border:1px solid #b68b35;color:#b68b35;font-family:var(--font-display)}
.scene-shadow{position:absolute;left:10%;right:10%;bottom:3%;height:45px;background:rgba(50,55,48,.18);filter:blur(25px);border-radius:50%}
.float-tag{position:absolute;z-index:8;display:flex;flex-direction:column;gap:2px;padding:10px 12px;background:rgba(255,253,248,.76);backdrop-filter:blur(15px);border:1px solid rgba(182,139,53,.3);border-radius:13px;box-shadow:0 15px 35px rgba(29,39,33,.1);animation:floatTag 4.5s ease-in-out infinite}.float-tag b{font-size:9px;color:var(--gold)}.float-tag span{font-size:8px;letter-spacing:1.8px;color:var(--ink)}.tag-material{left:0;top:24%;animation-delay:-1s}.tag-space{right:0;top:47%;animation-delay:-2.3s}.tag-detail{left:8%;bottom:11%;animation-delay:-3.4s}
@keyframes floatTag{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1deg)}}
.scene-caption{position:absolute;right:8%;bottom:0;display:flex;flex-direction:column;gap:2px;text-align:right;z-index:9}.scene-caption small{font-size:8px;letter-spacing:2px;color:var(--gold)}.scene-caption b{font-size:11px;letter-spacing:1.5px}.scene-caption span{font-size:9px;color:var(--muted)}
/* ---------- 3D MATERIAL ORBIT ---------- */
.three-d-showcase{display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:70px;padding-top:40px;padding-bottom:80px;min-height:500px}
.three-d-copy h2{font-size:clamp(42px,5vw,66px);line-height:1;letter-spacing:-3px;margin:18px 0}.three-d-copy p{max-width:500px;color:var(--muted);font-size:15px;line-height:1.85}.material-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:25px}.material-pills span{font-size:9px;letter-spacing:.7px;padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.32)}
.material-orbit{height:400px;width:400px;max-width:100%;position:relative;margin:auto;transform-style:preserve-3d;animation:orbitFloat 6s ease-in-out infinite}.orbit-ring{position:absolute;border:1px solid rgba(182,139,53,.45);border-radius:50%;left:50%;top:50%;transform-style:preserve-3d}.ring-a{width:310px;height:160px;margin:-80px 0 0 -155px;transform:rotateX(66deg) rotateZ(-12deg)}.ring-b{width:220px;height:220px;margin:-110px 0 0 -110px;transform:rotateY(68deg) rotateZ(12deg);border-color:rgba(36,75,61,.35)}.orbit-core{position:absolute;left:50%;top:50%;width:105px;height:105px;margin:-52px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,#e8d49d,#9e7835 72%);color:#fffdf8;box-shadow:0 25px 55px rgba(70,50,20,.22);transform:translateZ(40px);font-family:var(--font-display);font-size:27px}.orbit-card{position:absolute;padding:12px 14px;border:1px solid rgba(182,139,53,.35);background:rgba(255,253,248,.82);backdrop-filter:blur(12px);border-radius:12px;font-size:9px;letter-spacing:2px;color:var(--green);box-shadow:0 15px 35px rgba(30,40,32,.1);animation:orbitCard 5s ease-in-out infinite}.orbit-one{left:5%;top:23%}.orbit-two{right:2%;top:56%;animation-delay:-1.6s}.orbit-three{left:30%;bottom:5%;animation-delay:-3s}@keyframes orbitFloat{0%,100%{transform:translateY(0) rotateX(2deg)}50%{transform:translateY(-9px) rotateX(-2deg)}}@keyframes orbitCard{0%,100%{transform:translateZ(0) rotate(0)}50%{transform:translateZ(18px) rotate(-2deg)}}
html[data-theme="dark"] .float-tag,html[data-theme="dark"] .orbit-card{background:rgba(20,33,26,.78);color:#f3f0e8}html[data-theme="dark"] .three-d-copy .material-pills span{background:rgba(255,255,255,.03)}
@media (max-width:900px){
 .three-d-showcase{grid-template-columns:1fr;gap:30px;padding-top:10px}.material-orbit{height:330px;width:330px}.scene-wrap{height:540px}.room-scene{left:4%;right:4%}
}
@media (max-width:540px){
 .scene-wrap{height:430px}.room-scene{top:5%;bottom:10%;transform:scale(.92) rotateX(1deg) rotateY(-4deg)}.float-tag{padding:7px 9px}.float-tag span{font-size:7px}.tag-material{left:0;top:22%}.tag-space{right:0;top:46%}.tag-detail{left:4%;bottom:9%}.scene-caption{right:4%;bottom:0}.scene-caption span{font-size:8px}.three-d-showcase{min-height:0;padding-bottom:50px}.material-orbit{height:290px;width:290px}.ring-a{width:230px;height:120px;margin:-60px 0 0 -115px}.ring-b{width:165px;height:165px;margin:-82px 0 0 -82px}.orbit-core{width:82px;height:82px;margin:-41px;font-size:22px}.orbit-card{font-size:8px;padding:9px 11px}
}
@media (prefers-reduced-motion: reduce){.room-scene,.float-tag,.material-orbit,.orbit-card,.reveal{animation:none!important;transition:none!important}.room-scene{transform:none!important}.reveal{opacity:1!important}}

/* ---------- FLOATING CALL + WHATSAPP ---------- */
/* ---------- FLOATING ACTION STACK: THEME TOGGLE + CALL + WHATSAPP ---------- */
.floating-contact{
  position:fixed !important;
  right:22px !important;
  bottom:24px !important;
  z-index:9999 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:11px !important;
}
.floating-btn{
  width:56px !important;
  height:56px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  color:#fff !important;
  box-shadow:0 14px 35px rgba(0,0,0,.3) !important;
  border:2px solid rgba(255,255,255,.72) !important;
  transition:transform .25s ease,box-shadow .25s ease,background .3s ease !important;
  position:relative !important;
  cursor:pointer !important;
  outline:none !important;
  padding:0 !important;
}
.floating-btn:hover{
  transform:translateY(-3px) scale(1.06) !important;
  box-shadow:0 18px 42px rgba(0,0,0,.4) !important;
}
.floating-btn svg{
  width:24px !important;
  height:24px !important;
  fill:currentColor !important;
}
.call-btn{background:var(--green) !important;}
.whatsapp-btn{background:#25D366 !important;}

/* Theme toggle floating button */
.theme-floating-btn{
  background: linear-gradient(135deg, #1d2c23 0%, #111a15 100%) !important;
  color: var(--gold2) !important;
  border-color: rgba(221, 193, 126, 0.7) !important;
}
html[data-theme="light"] .theme-floating-btn{
  background: linear-gradient(135deg, #ffffff 0%, #ece7dc 100%) !important;
  color: #17382d !important;
  border-color: rgba(182, 139, 53, 0.7) !important;
}

/* Toggle Sun/Moon icon visibility based on data-theme */
.theme-icon-moon { display: none !important; }
.theme-icon-sun { display: block !important; }

html[data-theme="dark"] .theme-icon-sun { display: none !important; }
html[data-theme="dark"] .theme-icon-moon { display: block !important; }

.floating-btn:after{
  content:"";
  position:absolute;
  inset:-5px;
  border-radius:50%;
  border:1px solid rgba(182,139,53,.28);
  opacity:0;
  transform:scale(.8);
  transition:.25s;
}
.floating-btn:hover:after{opacity:1;transform:scale(1)}
html[data-theme="dark"] .floating-btn{
  border-color:rgba(255,255,255,.2);
  box-shadow:0 14px 35px rgba(0,0,0,.38);
}
@media(max-width:540px){
  .floating-contact{right:14px;bottom:16px;gap:9px}
  .floating-btn{width:50px;height:50px}
  .floating-btn svg{width:22px;height:22px}
}

.floating-btn:focus-visible{
  outline:3px solid var(--gold2);
  outline-offset:4px;
}

/* ---------- REAL PROJECT PORTFOLIO ---------- */
.real-projects{background:var(--paper);padding-top:110px;padding-bottom:110px}
.project-intro{max-width:430px}.project-intro p{font-size:15px;line-height:1.75;color:var(--muted);margin:0 0 18px}.project-facts{display:flex;gap:15px;flex-wrap:wrap}.project-facts span{font-size:9px;letter-spacing:.8px;color:var(--muted);padding-right:15px;border-right:1px solid var(--line)}.project-facts span:last-child{border:0}.project-facts b{display:block;color:var(--ink);font-size:10px;letter-spacing:1.3px;margin-bottom:3px}
.featured-project{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:50px}.featured-main,.featured-small,.real-project-card{border:0;padding:0;cursor:pointer;background:none;font:inherit;color:inherit;text-align:left;overflow:hidden}.featured-main,.featured-small{position:relative;height:auto;aspect-ratio:16 / 10;border-radius:22px;background:#ddd;box-shadow:var(--shadow);min-height:0}.featured-main img,.featured-small img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .75s cubic-bezier(.2,.7,.2,1),filter .4s ease}.featured-main:hover img,.featured-small:hover img{transform:scale(1.035);filter:saturate(1.04)}.featured-main:after,.featured-small:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(10,18,13,.74));pointer-events:none}.featured-label{position:absolute;z-index:2;left:25px;bottom:22px;color:white;display:flex;flex-direction:column;gap:4px}.featured-label small{font-size:8px;letter-spacing:2.4px;color:#e5cf93}.featured-label b{font:500 22px var(--font-display);max-width:500px}.featured-label i{font-style:normal;font-size:9px;letter-spacing:1px;margin-top:4px}.featured-side{display:contents}.featured-small span{position:absolute;left:18px;bottom:15px;z-index:2;color:#fff;font-size:8px;letter-spacing:1.8px}
.project-controls{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:58px 0 25px}.project-controls .filters{justify-content:flex-start;flex-wrap:wrap}.gallery-count{font-size:9px;letter-spacing:1.2px;color:var(--muted);white-space:nowrap}.real-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.real-project-card,.real-project-card.wide,.real-project-card.tall{grid-column:span 1;grid-row:auto;position:relative;border-radius:20px;background:#ddd;min-height:0;aspect-ratio:16 / 10;overflow:hidden}.real-project-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .65s cubic-bezier(.2,.7,.2,1);filter:saturate(.94)}.real-project-card:hover img{transform:scale(1.045);filter:saturate(1.02)}.project-number{position:absolute;left:15px;top:14px;color:white;font-size:9px;letter-spacing:1.5px;text-shadow:0 2px 12px rgba(0,0,0,.6);z-index:2}.project-overlay{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:55px 17px 17px;color:white;display:flex;flex-direction:column;background:linear-gradient(transparent,rgba(7,14,10,.75))}.project-overlay small{font-size:7px;letter-spacing:1.8px;color:#e8d39b}.project-overlay b{font:500 19px var(--font-display);margin-top:4px}.project-overlay i{font-style:normal;font-size:8px;opacity:0;transform:translateY(5px);transition:.25s;margin-top:5px}.real-project-card:hover .project-overlay i{opacity:.9;transform:none}.project-footer-note{font-size:9px;color:var(--muted);letter-spacing:.7px;text-align:center;margin-top:24px}
html[data-theme="dark"] .featured-main,html[data-theme="dark"] .featured-small,html[data-theme="dark"] .real-project-card{background:#1a2921}
.lightbox{position:fixed;inset:0;z-index:120;display:none;align-items:center;justify-content:center;padding:30px}.lightbox.open{display:flex}.lightbox-backdrop{position:absolute;inset:0;background:rgba(5,10,7,.88);backdrop-filter:blur(12px)}.lightbox-panel{position:relative;z-index:2;width:min(1200px,96vw);height:min(92vh,900px);display:flex;align-items:center;justify-content:center}.lightbox-panel figure{margin:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.lightbox-panel img{max-width:100%;max-height:calc(100% - 55px);object-fit:contain;border-radius:10px;box-shadow:0 25px 80px rgba(0,0,0,.45)}.lightbox-panel figcaption{width:min(900px,90vw);display:flex;align-items:baseline;gap:12px;color:#fff}.lightbox-panel figcaption small{color:#d7bc78;font-size:8px;letter-spacing:1.8px}.lightbox-panel figcaption b{font:500 19px var(--font-display)}.lightbox-panel figcaption span{margin-left:auto;font-size:9px;letter-spacing:1px;opacity:.65}.lightbox-close{position:absolute;right:0;top:0;width:46px;height:46px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:30px;line-height:1;cursor:pointer;z-index:4}.lightbox-nav{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:50px;height:70px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;border-radius:16px;font-size:44px;font-family:var(--font-display);cursor:pointer}.lightbox-nav.prev{left:-5px}.lightbox-nav.next{right:-5px}.lightbox-close:hover,.lightbox-nav:hover{background:rgba(255,255,255,.18);border-color:rgba(231,208,145,.7)}
@media(max-width:900px){.featured-project{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-main{height:auto}.featured-side{display:contents}.real-project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.real-project-card,.real-project-card.wide,.real-project-card.tall{grid-column:span 1;grid-row:auto}.project-controls{align-items:flex-start;flex-direction:column}.gallery-count{white-space:normal}}
@media(max-width:540px){.real-projects{padding-top:75px;padding-bottom:70px}.featured-project{grid-template-columns:1fr;gap:12px}.featured-main{height:auto;border-radius:18px}.featured-side{display:contents}.featured-small{border-radius:18px}.featured-small span{left:9px;bottom:9px;font-size:6px}.featured-label{left:18px;bottom:19px}.featured-label b{font-size:21px}.real-project-grid{grid-template-columns:1fr;gap:12px}.real-project-card,.real-project-card.wide,.real-project-card.tall{grid-column:span 1;grid-row:auto}.project-overlay b{font-size:17px}.project-controls{margin-top:40px}.project-controls .filters{gap:6px}.project-controls .filters button{font-size:8px;padding:9px 11px}.lightbox{padding:10px}.lightbox-panel{height:90vh}.lightbox-panel img{max-height:calc(100% - 80px);border-radius:5px}.lightbox-panel figcaption{flex-wrap:wrap;gap:5px}.lightbox-panel figcaption b{font-size:16px;width:100%}.lightbox-panel figcaption span{margin-left:0}.lightbox-nav{width:40px;height:55px;font-size:34px}.lightbox-nav.prev{left:-2px}.lightbox-nav.next{right:-2px}.lightbox-close{width:40px;height:40px;font-size:25px}}

.real-project-card.image-missing{background:var(--soft);display:grid;place-items:center;min-height:240px}.real-project-card.image-missing img{display:none}.real-project-card.image-missing:after{content:'Project image unavailable';color:var(--muted);font-size:12px;letter-spacing:1px}

.economical-project{border-top:1px solid rgba(110,104,87,.18)}


/* ---------- HOMEPAGE CINEMATIC LOOP VIDEO ---------- */
.home-loop-video{
  position:relative;
  width:100%;
  height:min(78vh,820px);
  min-height:540px;
  margin-top:92px;
  overflow:hidden;
  background:#0b120e;
}
.home-loop-video-media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.home-loop-video-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(8,17,12,.68),rgba(8,17,12,.18) 55%,rgba(8,17,12,.35)),linear-gradient(0deg,rgba(8,17,12,.48),transparent 45%);
}
.home-loop-video-content{
  position:absolute;
  left:max(26px,calc((100vw - 1200px)/2));
  bottom:14%;
  max-width:620px;
  color:#fffdf8;
  z-index:2;
}
.home-loop-video-content .eyebrow{color:#e1d7bc}
.home-loop-video-content h2{
  font-size:clamp(48px,7vw,92px);
  line-height:.9;
  letter-spacing:-5px;
  margin:20px 0;
}
.home-loop-video-content h2 em{
  font-family:var(--font-display);
  font-weight:400;
  color:#d7bb75;
}
.home-loop-video-content p{
  font-size:16px;
  line-height:1.7;
  color:rgba(255,255,255,.8);
  max-width:500px;
}
.home-loop-video-controls{
  position:absolute;
  right:max(26px,calc((100vw - 1200px)/2));
  bottom:30px;
  z-index:3;
}
.home-loop-video-controls button{
  border:1px solid rgba(255,255,255,.38);
  color:#fff;
  background:rgba(15,27,20,.45);
  backdrop-filter:blur(15px);
  border-radius:999px;
  padding:10px 15px;
  font:inherit;
  font-size:10px;
  letter-spacing:1px;
  cursor:pointer;
}
html[data-theme="dark"] .home-loop-video{background:#050b07}
@media(max-width:900px){
  .home-loop-video{margin-top:86px;height:65vh;min-height:500px}
  .home-loop-video-content{left:24px;right:24px;bottom:15%}
  .home-loop-video-controls{right:24px;bottom:22px}
}
@media(max-width:540px){
  .home-loop-video{margin-top:76px;height:62vh;min-height:430px}
  .home-loop-video-content{left:18px;right:18px;bottom:16%}
  .home-loop-video-content h2{font-size:52px;letter-spacing:-3px}
  .home-loop-video-content p{font-size:14px}
  .home-loop-video-controls{right:18px;bottom:16px}
}


/* ---------- V14 / SALON COMMERCIAL + DIMENSIONAL MOTION ---------- */
.home-loop-video{
  height:min(92vh,920px);
  min-height:620px;
  margin-top:92px;
  isolation:isolate;
}
.home-loop-video:before{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:radial-gradient(circle at 75% 28%,rgba(216,187,112,.12),transparent 28%),
             linear-gradient(90deg,rgba(5,12,9,.78),rgba(5,12,9,.24) 58%,rgba(5,12,9,.4));
}
.home-loop-video-content{
  bottom:12%;
  max-width:760px;
  animation:heroTextIn 1.2s cubic-bezier(.2,.75,.2,1) both;
}
.home-loop-video-content h2{
  font-size:clamp(58px,8vw,112px);
  letter-spacing:-6px;
  max-width:850px;
  text-wrap:balance;
}
.home-loop-video-content h2 em{
  font-family:var(--font-display);
  font-style:normal;
}
.home-loop-video-content p{font-size:17px;max-width:570px}
.home-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
.video-cta{
  display:inline-flex;align-items:center;gap:18px;padding:13px 18px;border-radius:999px;
  color:#fffdf8;border:1px solid rgba(255,255,255,.35);background:rgba(10,20,14,.34);
  backdrop-filter:blur(14px);font-size:10px;letter-spacing:.8px;transition:.3s;
}
.video-cta:hover{transform:translateY(-3px);border-color:rgba(227,197,125,.8);background:rgba(10,20,14,.55)}
.video-cta span{color:#e3c57d}.video-cta.ghost{background:transparent}
@keyframes heroTextIn{from{opacity:0;transform:translate3d(0,28px,0)}to{opacity:1;transform:none}}

.ambient-3d{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.ambient-orb,.ambient-ring,.ambient-cube,.ambient-line{position:absolute;display:block;transform-style:preserve-3d;opacity:.22}
.ambient-orb{width:80px;height:80px;border-radius:50%;background:radial-gradient(circle at 30% 25%,#f4dfaa,#a17b35 70%);filter:blur(.2px);box-shadow:0 25px 60px rgba(100,70,20,.18);animation:ambientFloat 12s ease-in-out infinite}
.orb-a{left:3%;top:28%}.orb-b{right:4%;top:67%;width:55px;height:55px;animation-delay:-5s}
.ambient-ring{width:190px;height:190px;border:1px solid rgba(182,139,53,.32);border-radius:50%;right:-80px;top:20%;animation:ambientSpin 22s linear infinite}
.ambient-cube{width:30px;height:30px;border:1px solid rgba(36,75,61,.3);left:6%;top:73%;transform:rotate(28deg) skew(-8deg);animation:cubeFloat 10s ease-in-out infinite}
.cube-b{right:8%;top:42%;width:22px;height:22px;animation-delay:-3s}
.ambient-line{width:1px;height:130px;background:linear-gradient(transparent,#b68b35,transparent);right:12%;top:9%;animation:lineFloat 9s ease-in-out infinite}
@keyframes ambientFloat{0%,100%{transform:translate3d(0,0,30px)}50%{transform:translate3d(18px,-30px,80px)}}
@keyframes ambientSpin{to{transform:rotate(360deg) rotateX(65deg)}}
@keyframes cubeFloat{0%,100%{transform:translateY(0) rotate(28deg) rotateX(0)}50%{transform:translateY(-25px) rotate(88deg) rotateX(55deg)}}
@keyframes lineFloat{0%,100%{transform:translateY(0) scaleY(1)}50%{transform:translateY(35px) scaleY(1.2)}}

.section,.projects,.quote-band,.contact-section{position:relative;z-index:1}
.real-project-card,.featured-main,.featured-small,.feature-card,.services article,.contact-card{
  transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateZ(0);
  transform-style:preserve-3d;
  will-change:transform;
}
.real-project-card{transition:transform .28s ease,box-shadow .35s ease}
.real-project-card.tilt-active{box-shadow:0 24px 55px rgba(35,45,38,.16)}
.featured-main,.featured-small{transition:transform .3s ease,box-shadow .35s ease}
.featured-main.tilt-active,.featured-small.tilt-active{box-shadow:0 28px 65px rgba(35,45,38,.2)}
.feature-card,.services article,.contact-card{transition:transform .3s ease,box-shadow .35s ease}
.feature-card.tilt-active,.services article.tilt-active,.contact-card.tilt-active{box-shadow:0 22px 55px rgba(35,45,38,.12)}

.commercial-project{
  background:
    radial-gradient(circle at 8% 18%,rgba(182,139,53,.10),transparent 22%),
    radial-gradient(circle at 88% 82%,rgba(36,75,61,.07),transparent 25%),
    #e9e4d8;
  overflow:hidden;
}
.commercial-project:after{
  content:"";position:absolute;width:340px;height:340px;border:1px solid rgba(182,139,53,.2);border-radius:50%;
  right:-130px;top:150px;transform:rotateX(65deg);animation:ambientSpin 28s linear infinite;pointer-events:none;
}
.commercial-feature{display:grid;grid-template-columns:1.45fr .55fr;gap:18px;align-items:stretch}
.commercial-feature .featured-main{height:570px}
.commercial-side-note{
  border:1px solid var(--line);border-radius:28px;padding:34px;background:rgba(255,255,255,.5);
  position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;
}
.commercial-side-note:before{
  content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(182,139,53,.35);border-radius:50%;
  top:-85px;right:-75px;transform:rotateX(62deg);animation:ambientSpin 18s linear infinite;
}
.commercial-side-note h3{font-size:38px;line-height:.98;letter-spacing:-2px;margin:16px 0}
.commercial-side-note h3 em{font-family:var(--font-display);color:var(--gold);font-style:normal;font-weight:400}
.commercial-side-note p{font-size:13px;line-height:1.85;color:var(--muted);max-width:330px}
.commercial-materials{display:flex;gap:7px;flex-wrap:wrap;margin-top:20px}
.commercial-materials span{font-size:8px;letter-spacing:1px;padding:8px 10px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.45)}
.salon-project-grid .real-project-card{aspect-ratio:16/10}
.salon-project-grid .real-project-card:nth-child(1){grid-column:span 2}
.salon-project-grid .real-project-card:nth-child(8){grid-column:span 2}
.salon-project-grid .real-project-card:nth-child(10){grid-column:span 2}
@media(max-width:900px){
  .home-loop-video{height:76vh;min-height:560px}
  .commercial-feature{grid-template-columns:1fr}
  .commercial-side-note{min-height:310px}
  .salon-project-grid .real-project-card:nth-child(n){grid-column:span 1}
}
@media(max-width:540px){
  .home-loop-video{height:70vh;min-height:500px}
  .home-loop-video-content h2{font-size:52px;letter-spacing:-3px}
  .home-loop-video-content p{font-size:14px}
  .home-hero-actions{gap:7px}
  .video-cta{padding:11px 14px}
  .commercial-side-note{padding:26px}
  .commercial-side-note h3{font-size:32px}
  .ambient-3d{display:none}
}
@media(prefers-reduced-motion:reduce){
  .ambient-3d{display:none}
  .home-loop-video-content{animation:none}
  .real-project-card,.featured-main,.featured-small,.feature-card,.services article,.contact-card{transform:none!important}
}

/* V18 — unified project gallery system */
.project-directory{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:8px 0 34px;border-bottom:1px solid var(--line);margin-bottom:76px}
.project-directory-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.project-directory-links a{display:flex;align-items:center;gap:14px;padding:11px 14px;border:1px solid var(--line);border-radius:999px;color:var(--ink);text-decoration:none;font-size:9px;letter-spacing:1.2px;text-transform:uppercase;transition:transform .25s ease,background .25s ease,border-color .25s ease}
.project-directory-links a span{color:#b38a3c;font-size:8px}
.project-directory-links a:hover{transform:translateY(-2px);background:rgba(182,139,53,.07);border-color:rgba(182,139,53,.45)}

/* Every project gallery uses one clean, consistent card size. */
.real-project-grid,.salon-project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.real-project-grid .real-project-card,
.real-project-grid .real-project-card.wide,
.real-project-grid .real-project-card.tall,
.salon-project-grid .real-project-card,
.salon-project-grid .real-project-card.wide,
.salon-project-grid .real-project-card.tall,
.salon-project-grid .real-project-card:nth-child(1),
.salon-project-grid .real-project-card:nth-child(8),
.salon-project-grid .real-project-card:nth-child(10){grid-column:span 1;grid-row:auto;aspect-ratio:16 / 10;min-height:0}
.real-project-grid .real-project-card img,.salon-project-grid .real-project-card img{aspect-ratio:16 / 10;object-fit:cover}

@media(max-width:900px){
  .project-directory{align-items:flex-start;flex-direction:column;margin-bottom:54px}
  .project-directory-links{justify-content:flex-start}
  .real-project-grid,.salon-project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
}
@media(max-width:540px){
  .project-directory{padding-bottom:24px;margin-bottom:45px}
  .project-directory-links{display:grid;grid-template-columns:1fr;width:100%}
  .project-directory-links a{justify-content:space-between}
  .real-project-grid,.salon-project-grid{grid-template-columns:1fr;gap:12px}
}

/* ---------- V19 REALISTIC MATERIAL OBJECTS ---------- */
.material-orbit{isolation:isolate;perspective:1100px;filter:drop-shadow(0 30px 35px rgba(27,34,29,.10))}
.material-orbit:before{content:"";position:absolute;left:50%;bottom:5%;width:280px;height:70px;transform:translateX(-50%) rotateX(70deg);border-radius:50%;background:radial-gradient(ellipse,rgba(25,30,26,.25),transparent 68%);filter:blur(8px);z-index:-1}
.material-object,.glass-object{position:absolute;transform-style:preserve-3d;will-change:transform;pointer-events:none}
.stone-object{width:112px;height:76px;left:13%;top:50%;border-radius:8px;background:url('assets/stone-texture.svg') center/cover;box-shadow:18px 22px 30px rgba(38,34,27,.22),inset 0 1px rgba(255,255,255,.75);transform:translate3d(0,0,45px) rotateX(12deg) rotateY(-18deg) rotateZ(-8deg);animation:stoneFloat 7s ease-in-out infinite}
.stone-object:after{content:"";position:absolute;inset:7px;border:1px solid rgba(255,255,255,.32);border-radius:5px;transform:translateZ(7px)}
.gold-object{width:84px;height:84px;right:12%;top:21%;border-radius:50%;background:url('assets/brushed-gold.svg') center/cover;box-shadow:inset -15px -12px 24px rgba(61,38,8,.34),inset 10px 8px 18px rgba(255,240,167,.6),0 20px 45px rgba(86,59,18,.25);transform:translate3d(0,0,85px) rotateX(62deg);animation:goldFloat 9s ease-in-out infinite}
.gold-object:after{content:"";position:absolute;inset:14px;border-radius:50%;background:var(--paper);box-shadow:inset 0 0 20px rgba(25,30,26,.12);transform:translateZ(10px)}
.wood-object{width:118px;height:50px;left:6%;bottom:18%;border-radius:7px;background:url('assets/walnut-texture.svg') center/cover;box-shadow:14px 22px 28px rgba(35,24,15,.25),inset 0 1px rgba(255,220,166,.2);transform:translate3d(0,0,70px) rotateY(25deg) rotateZ(-5deg);animation:woodFloat 8s ease-in-out infinite}
.wood-object:before{content:"";position:absolute;inset:0;border-radius:7px;background:linear-gradient(90deg,rgba(255,255,255,.08),transparent 25%,rgba(0,0,0,.14));transform:translateZ(8px)}
.ceramic-object{width:60px;height:96px;right:4%;bottom:18%;border-radius:44% 44% 24% 24% / 30% 30% 16% 16%;background:url('assets/ceramic-texture.svg') center/cover;box-shadow:inset -12px -8px 18px rgba(71,67,59,.18),inset 8px 8px 16px rgba(255,255,255,.8),0 24px 35px rgba(42,37,30,.18);transform:translate3d(0,0,75px) rotateY(-18deg);animation:ceramicFloat 6.5s ease-in-out infinite}
.ceramic-object:before{content:"";position:absolute;left:11px;right:11px;top:-5px;height:13px;border-radius:50%;background:#cbc5b9;box-shadow:inset 0 2px 4px rgba(40,35,28,.22);transform:translateZ(4px)}
.ceramic-object:after{content:"";position:absolute;left:50%;bottom:9px;width:32px;height:18px;transform:translateX(-50%) translateZ(4px);border-radius:50%;background:rgba(182,139,53,.15)}
.glass-object{width:92px;height:92px;left:41%;top:8%;border-radius:50%;background:radial-gradient(circle at 28% 22%,rgba(255,255,255,.9),rgba(205,231,219,.25) 20%,rgba(102,146,131,.10) 54%,rgba(255,255,255,.02) 70%);border:1px solid rgba(255,255,255,.65);box-shadow:inset -12px -16px 24px rgba(45,84,71,.13),inset 8px 6px 18px rgba(255,255,255,.8),0 18px 40px rgba(45,70,60,.13);backdrop-filter:blur(1px);transform:translate3d(0,0,110px);animation:glassFloat 7.5s ease-in-out infinite}
.glass-object:after{content:"";position:absolute;width:18px;height:18px;left:18px;top:14px;border-radius:50%;background:rgba(255,255,255,.9);filter:blur(5px)}
@keyframes stoneFloat{0%,100%{transform:translate3d(0,0,45px) rotateX(12deg) rotateY(-18deg) rotateZ(-8deg)}50%{transform:translate3d(9px,-12px,70px) rotateX(18deg) rotateY(-10deg) rotateZ(-4deg)}}
@keyframes goldFloat{0%,100%{transform:translate3d(0,0,85px) rotateX(62deg) rotateZ(0)}50%{transform:translate3d(-8px,-15px,120px) rotateX(62deg) rotateZ(18deg)}}
@keyframes woodFloat{0%,100%{transform:translate3d(0,0,70px) rotateY(25deg) rotateZ(-5deg)}50%{transform:translate3d(12px,-10px,95px) rotateY(32deg) rotateZ(-1deg)}}
@keyframes ceramicFloat{0%,100%{transform:translate3d(0,0,75px) rotateY(-18deg)}50%{transform:translate3d(-7px,-14px,105px) rotateY(-9deg)}}
@keyframes glassFloat{0%,100%{transform:translate3d(0,0,110px) rotateZ(0)}50%{transform:translate3d(10px,-18px,145px) rotateZ(10deg)}}
html[data-theme="dark"] .stone-object{box-shadow:18px 22px 35px rgba(0,0,0,.4),inset 0 1px rgba(255,255,255,.35)}
html[data-theme="dark"] .ceramic-object{box-shadow:inset -12px -8px 18px rgba(0,0,0,.3),inset 8px 8px 16px rgba(255,255,255,.35),0 24px 35px rgba(0,0,0,.35)}
@media(max-width:540px){.stone-object{width:82px;height:56px}.gold-object{width:62px;height:62px}.wood-object{width:85px;height:38px}.ceramic-object{width:45px;height:72px}.glass-object{width:64px;height:64px}}
@media(prefers-reduced-motion:reduce){.material-object,.glass-object{animation:none!important}}

/* More physical depth for the existing architectural 3D scene */
.room-scene{filter:drop-shadow(0 35px 35px rgba(26,35,29,.18));}
.sofa-3d{background:url('assets/ceramic-texture.svg') center/cover,linear-gradient(150deg,#e6dcc7,#b7a583);background-blend-mode:soft-light,normal}
.console-3d{background:url('assets/brushed-gold.svg') center/cover;box-shadow:0 13px 0 -1px #5f4c2d,0 8px 20px rgba(82,57,17,.22)}
.art-3d{background:url('assets/walnut-texture.svg') center/cover;border-color:#b68b35;box-shadow:0 12px 22px rgba(0,0,0,.18),inset 0 0 0 1px rgba(255,255,255,.25)}

/* Glossy treatment for all primary/secondary buttons without changing their labels or destinations. */
.button,.video-cta,.home-loop-video-controls button,.filters button,.lightbox-close,.lightbox-nav{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.button{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),inset 0 -1px 0 rgba(0,0,0,.16),0 10px 28px rgba(18,32,24,.16);
}
.button.dark{background:linear-gradient(145deg,#2a5a48 0%,#17382d 55%,#10291f 100%);border-color:rgba(230,205,145,.22)}
.button.outline{background:linear-gradient(145deg,rgba(255,255,255,.28),rgba(255,255,255,.06));border-color:rgba(182,139,53,.42);backdrop-filter:blur(12px)}
.button:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 16px 34px rgba(18,32,24,.22)}
.video-cta{box-shadow:inset 0 1px 0 rgba(255,255,255,.22),inset 0 -1px 0 rgba(0,0,0,.18),0 10px 28px rgba(0,0,0,.18)}
.video-cta.ghost{background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.025))}
.home-loop-video-controls button{box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 10px 25px rgba(0,0,0,.18)}
.filters button{box-shadow:inset 0 1px 0 rgba(255,255,255,.38),inset 0 -1px 0 rgba(0,0,0,.07),0 5px 15px rgba(40,35,25,.08);transition:.25s}
.filters button.active{box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 9px 22px rgba(18,32,24,.18)}
.lightbox-close,.lightbox-nav{box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 10px 25px rgba(0,0,0,.22)}

/* Keep the hero media visually underneath the floating glass header. */
.home-loop-video{margin-top:0}

html[data-theme="dark"] body{background:#000;color:var(--ink)}
html[data-theme="dark"] body:before{background:radial-gradient(circle at 15% 10%,rgba(208,174,98,.045),transparent 26%),radial-gradient(circle at 90% 30%,rgba(53,106,83,.055),transparent 28%)}

html[data-theme="dark"] body{background:#000;color:var(--ink)}
html[data-theme="dark"] body:before{background:radial-gradient(circle at 15% 10%,rgba(208,174,98,.045),transparent 26%),radial-gradient(circle at 90% 30%,rgba(53,106,83,.055),transparent 28%)}

img,video{max-width:100%;}
video{display:block;}
@media (hover:none){
  .site-header .nav-links a:not(.nav-pill):hover,.site-header .nav-pill:hover,.button:hover,.real-project-card:hover img,.featured-main:hover img,.featured-small:hover img{transform:none;}
}
@media (max-width:900px){
  .home-loop-video{height:clamp(500px,76svh,760px);min-height:500px;}
  .home-loop-video-content{left:20px;right:20px;bottom:12%;}
  .home-loop-video-content h2{letter-spacing:-3px;}
}
@media (max-width:540px){
  .home-loop-video{height:72svh;min-height:470px;}
  .home-loop-video-content{bottom:10%;}
  .home-loop-video-content h2{font-size:clamp(42px,13vw,64px);letter-spacing:-2.5px;}
  .home-loop-video-content p{font-size:14px;line-height:1.55;}
  .home-hero-actions{gap:8px;}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;}
}

/* V26: About follows Process */
#process + #about { padding-top: 120px; }
@media (max-width: 540px) {
  #process + #about { padding-top: 85px; }
}



/* =========================================================
   FINAL RESPONSIVE SYSTEM + MOBILE NAVIGATION
   ========================================================= */

/* Global fluid sizing */
html{font-size:clamp(15px,0.28vw + 14px,18px);}
body{min-width:320px;overflow-x:hidden;}
img,video,svg{max-width:100%;height:auto;}
button,a,input,select,textarea{font:inherit;}
.shell{width:min(1200px,calc(100% - clamp(28px,5vw,72px)));}

.site-header{overflow:visible !important;}
.site-header .nav{width:100%;max-width:1200px;margin-inline:auto;box-sizing:border-box;}
.site-header .nav-tools{margin-left:auto;display:flex;align-items:center;gap:clamp(6px,1vw,12px);}

.menu-toggle{
  display:none !important;
  position:relative !important;
  z-index:20010 !important;
  width:44px !important;height:44px !important;min-width:44px !important;
  padding:0 !important;margin:0 !important;
  border:1px solid var(--line) !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.12) !important;
  color:var(--ink) !important;
  cursor:pointer !important;
  align-items:center !important;justify-content:center !important;
  flex-direction:column !important;gap:4px !important;
  box-sizing:border-box !important;
  -webkit-tap-highlight-color:transparent !important;
  touch-action:manipulation !important;
  appearance:none !important;
}
.menu-toggle span{
  display:block !important;width:18px !important;height:2px !important;
  min-height:2px !important;margin:0 !important;padding:0 !important;
  border-radius:2px !important;background:currentColor !important;
  opacity:1 !important;visibility:visible !important;
  transform:none !important;
}
.menu-toggle.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg) !important;}
.menu-toggle.is-open span:nth-child(2){opacity:0 !important;}
.menu-toggle.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg) !important;}

/* Mobile/tablet menu is a fixed glass panel so it cannot be clipped by the header or sections. */
@media (max-width:900px){
  .site-header{
    z-index:20000 !important;
    overflow:visible !important;
  }
  .site-header .nav{
    height:clamp(70px,10vw,86px) !important;
    padding-inline:clamp(12px,3vw,20px) !important;
  }
  .site-header .nav-tools{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    z-index:20020 !important;
  }
  .site-header #menuToggle.menu-toggle{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
  }
  .site-header #menuToggle.menu-toggle span{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
  }
  .site-header #navLinks{
    position:fixed !important;
    top:var(--mobile-nav-top,88px) !important;
    left:clamp(10px,3vw,22px) !important;
    right:clamp(10px,3vw,22px) !important;
    width:auto !important;
    max-height:calc(100dvh - var(--mobile-nav-top,88px) - 14px) !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:5px !important;
    padding:clamp(12px,3vw,18px) !important;
    z-index:20010 !important;
    border-radius:22px !important;
    pointer-events:none !important;
    opacity:0 !important;
    visibility:hidden !important;
    transform:translateY(-8px) !important;
    transition:opacity .2s ease,transform .2s ease,visibility .2s ease !important;
  }
  .site-header #navLinks.open{
    display:flex !important;
    pointer-events:auto !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:translateY(0) !important;
  }
  .site-header #navLinks a{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    width:100% !important;
    min-height:48px !important;
    padding:13px 15px !important;
    box-sizing:border-box !important;
    border-radius:13px !important;
    font-size:clamp(13px,2.7vw,16px) !important;
    line-height:1.25 !important;
    background:transparent !important;
  }
  .site-header #navLinks .nav-pill{
    justify-content:center !important;
    margin-top:3px !important;
  }

  /* Fluid main sections for tablet/mobile */
  .hero{grid-template-columns:1fr !important;gap:clamp(28px,5vw,50px) !important;padding-top:clamp(120px,18vw,155px) !important;}
  .hero-copy{max-width:720px;}
  .hero h1{font-size:clamp(54px,10vw,88px) !important;letter-spacing:clamp(-4px,-0.6vw,-2px) !important;}
  .hero .lead{font-size:clamp(15px,2.2vw,18px) !important;}
  .hero-visual{width:100% !important;max-width:640px !important;margin-inline:auto !important;}
  .section-head{gap:clamp(28px,6vw,60px) !important;}
  .about-grid,.project-grid,.contact-card,.three-d-showcase{grid-template-columns:1fr !important;}
  .timeline{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}

@media(max-width:600px){
  .shell{width:calc(100% - 28px) !important;}
  .site-header{top:10px !important;left:0 !important;right:0 !important;border-radius:999px !important;width:calc(100% - 20px) !important;height:62px !important;}
  .site-header .nav{height:62px !important;padding-inline:12px !important;}
  .site-header .brand{min-width:0;gap:8px;}
  .site-header .brand img{width:32px !important;height:32px !important;flex:0 0 32px;}
  .site-header .brand-name{font-size:11.5px !important;letter-spacing:1.5px !important;overflow:hidden;text-overflow:ellipsis;}
  .menu-toggle{width:38px !important;height:38px !important;min-width:38px !important;}
  .menu-toggle span{width:16px !important;}
  .hero{padding-top:110px !important;}
  .hero h1{font-size:clamp(48px,14vw,64px) !important;}
  .hero-actions{flex-direction:column !important;align-items:stretch !important;}
  .button{width:100% !important;justify-content:center !important;}
  .hero-meta{flex-wrap:wrap;}
  .hero-card,.scene-wrap{height:min(430px,78vw) !important;min-height:360px;}
  .timeline{grid-template-columns:1fr !important;}
  .contact-links{grid-template-columns:1fr !important;}
  .footer{flex-direction:column !important;align-items:flex-start !important;gap:14px !important;}
  .home-loop-video{height:clamp(470px,76svh,700px) !important;min-height:470px !important;}
  .home-loop-video-content h2{font-size:clamp(46px,13vw,62px) !important;}
}

.site-header #navLinks,
html[data-theme="dark"] .site-header #navLinks,
html[data-theme="light"] .site-header #navLinks {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

@media(min-width:901px){
  .site-header #navLinks{
    position: static !important;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
}

@media(max-width:900px){
  html[data-theme="dark"] .site-header #navLinks.open{
    background: rgba(12,18,14,.96) !important;
    border: 1px solid rgba(221,193,126,.25) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,.6) !important;
  }
  html[data-theme="light"] .site-header #navLinks.open{
    background: rgba(247,244,236,.96) !important;
    border: 1px solid rgba(165,130,63,.25) !important;
    box-shadow: 0 20px 40px rgba(35,42,37,.12) !important;
  }
}

