:root {
  --ink: #102725;
  --night: #0b2221;
  --pine: #173936;
  --pine-light: #2a514a;
  --paper: #f8f9f3;
  --white: #fffefa;
  --soft: #ebefe4;
  --soft-green: #e2ead9;
  --mist: #d7dfd5;
  --muted: #62716c;
  --lime: #d9fb73;
  --aqua: #91e7cf;
  --amber: #ffc56b;
  --line: rgba(16, 39, 37, .14);
  --shadow: 0 18px 45px rgba(12, 39, 35, .12);
  --shell: 1240px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button, input, textarea, select { font: inherit; }

button { cursor: pointer; }

::selection { background: var(--lime); color: var(--night); }

:focus-visible { outline: 3px solid #9bdc24; outline-offset: 4px; }

.shell { width: min(100% - 56px, var(--shell)); margin: 0 auto; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  padding: .75rem 1rem;
  border-radius: 8px;
  background: var(--lime);
  color: var(--night);
  font-weight: 800;
  transition: transform .2s ease;
}

.skip-link:focus { transform: translateY(0); }

section[id] { scroll-margin-top: 84px; }

.topbar {
  background: var(--night);
  color: rgba(255, 255, 255, .79);
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .025em;
}

.topbar-inner {
  display: flex;
  min-height: 37px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar p { margin: 0; }

.topbar-links { display: flex; align-items: center; gap: 23px; }

.topbar a { transition: color .2s ease; }

.topbar a:hover { color: var(--lime); }

.topbar-icon { margin-right: 3px; color: var(--lime); }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid rgba(16, 39, 37, .1);
  background: rgba(255, 254, 250, .93);
  backdrop-filter: blur(16px);
}

.header-inner {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand { display: inline-flex; align-items: center; flex-shrink: 0; gap: 10px; }

.brand img { width: 45px; height: 45px; }

.brand-name { display: grid; gap: 0; line-height: .9; letter-spacing: -.06em; }

.brand-name strong { font-size: 1.15rem; font-weight: 850; }

.brand-name em {
  margin-top: 2px;
  color: #3c796d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .92rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -.03em;
}

.site-nav { display: flex; align-items: center; gap: 29px; }

.site-nav > a:not(.nav-cta) {
  position: relative;
  color: #314944;
  font-size: .83rem;
  font-weight: 720;
  letter-spacing: .015em;
}

.site-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  background: #78b994;
  transition: transform .22s ease;
}

.site-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: .75rem 1rem .75rem 1.15rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .01em;
  transition: background .2s ease, transform .2s ease;
}

.nav-cta:hover { transform: translateY(-2px); background: #24534c; }

.nav-cta span { color: var(--lime); font-size: 1rem; }

.menu-toggle {
  display: none;
  width: 45px;
  height: 45px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}

.menu-toggle > span:not(.screen-reader-text) {
  display: block;
  width: 16px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  transition: transform .2s ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { transform: translateY(-3px) rotate(-45deg); }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 17%, rgba(192, 235, 190, .32), transparent 25%),
    radial-gradient(circle at 73% 84%, rgba(221, 251, 115, .22), transparent 29%),
    var(--paper);
}

.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background-image: radial-gradient(rgba(16, 39, 37, .28) .45px, transparent .7px);
  background-position: 0 0;
  background-size: 7px 7px;
  mask-image: linear-gradient(90deg, transparent, black 25%, transparent 78%);
}

.hero-grid {
  position: relative;
  display: grid;
  min-height: 677px;
  grid-template-columns: minmax(0, .96fr) minmax(440px, .92fr);
  align-items: center;
  gap: clamp(45px, 7vw, 106px);
}

.hero-copy { padding: 70px 0 76px; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 19px;
  color: #55736b;
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1;
}

.eyebrow > span {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--lime);
}

.eyebrow.dark { color: #5a716a; }
.eyebrow.dark > span { background: #76b28d; }
.eyebrow.light { color: rgba(255, 255, 255, .64); }
.eyebrow.light > span { background: var(--lime); }

h1, h2, h3, p { margin-top: 0; }

h1, h2 {
  color: var(--ink);
  font-weight: 760;
  letter-spacing: -.071em;
}

h1 {
  max-width: 650px;
  margin-bottom: 27px;
  font-size: clamp(3.45rem, 5.5vw, 5.65rem);
  line-height: .94;
}

h1 em, h2 em {
  color: #3c776b;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.09em;
}

.hero-lede {
  max-width: 530px;
  margin-bottom: 31px;
  color: #506660;
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.74;
}

.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; }

.button {
  display: inline-flex;
  min-height: 53px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: .7rem 1.2rem .7rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 830;
  letter-spacing: .01em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.button span { font-size: 1.05rem; }

.button-primary { background: var(--ink); color: var(--white); }

.button-primary:hover { transform: translateY(-3px); background: #28534d; box-shadow: 0 10px 24px rgba(16, 39, 37, .22); }

.button-primary span { color: var(--lime); }

.button-outline { border-color: #98a69d; color: var(--ink); }

.button-outline:hover { transform: translateY(-3px); border-color: var(--ink); background: var(--ink); color: var(--white); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(16, 39, 37, .5);
  color: #233e39;
  font-size: .82rem;
  font-weight: 780;
  transition: color .2s ease, border-color .2s ease;
}

.text-link span { color: #5b9c7e; font-size: 1.1rem; transition: transform .2s ease; }

.text-link:hover { border-color: #75b691; color: #48846c; }
.text-link:hover span { transform: translate(3px, -2px); }

.hero-trust {
  display: flex;
  gap: 35px;
  margin-top: 51px;
}

.hero-trust > div { display: flex; align-items: flex-start; gap: 11px; }

.trust-mark {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #9dbdb0;
  border-radius: 50%;
  color: #416b5f;
  font-size: .57rem;
  font-weight: 850;
}

.hero-trust p { margin: 0; color: #60736d; font-size: .68rem; font-weight: 700; line-height: 1.45; }

.hero-art {
  position: relative;
  min-height: 548px;
  overflow: hidden;
  border: 1px solid rgba(234, 255, 238, .2);
  border-radius: 34px;
  background:
    radial-gradient(circle at 80% 74%, rgba(113, 182, 158, .35), transparent 34%),
    linear-gradient(135deg, #143532 0%, #0e2a29 52%, #071d1d 100%);
  box-shadow: 0 22px 60px rgba(11, 37, 34, .2);
}

.hero-art::after {
  position: absolute;
  z-index: 1;
  inset: 15px;
  border: 1px solid rgba(216, 251, 115, .15);
  border-radius: 24px;
  content: "";
  pointer-events: none;
}

.art-grid {
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image: linear-gradient(rgba(161, 239, 211, .14) 1px, transparent 1px), linear-gradient(90deg, rgba(161, 239, 211, .14) 1px, transparent 1px);
  background-size: 45px 45px;
  mask-image: linear-gradient(135deg, black, transparent 80%);
}

.art-glow { position: absolute; border-radius: 50%; filter: blur(2px); }

.glow-a { top: 17%; left: 10%; width: 170px; height: 170px; background: rgba(218, 251, 115, .12); }
.glow-b { right: -65px; bottom: -64px; width: 340px; height: 340px; background: rgba(130, 230, 204, .14); }

.ceiling-line {
  position: absolute;
  z-index: 2;
  top: 96px;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224, 253, 134, .56) 22%, rgba(224, 253, 134, .1) 90%, transparent);
}

.pendant { position: absolute; z-index: 4; top: 0; width: 145px; height: 285px; }
.pendant-left { left: 18%; }
.pendant-right { top: -43px; right: 11%; transform: scale(.78); transform-origin: top; }

.pendant i { position: absolute; left: calc(50% - 1px); width: 2px; height: 160px; background: linear-gradient(#b4d5be, #5a8879); }

.pendant b {
  position: absolute;
  top: 153px;
  left: 7px;
  width: 131px;
  height: 41px;
  border-radius: 74% 74% 27% 27% / 100% 100% 23% 23%;
  background: linear-gradient(180deg, #376359, #173733);
  box-shadow: inset 0 4px 6px rgba(232, 255, 226, .18), 0 11px 14px rgba(0, 0, 0, .16);
}

.pendant b::before {
  position: absolute;
  top: 9px;
  right: 17px;
  left: 17px;
  height: 5px;
  border-radius: 50%;
  background: rgba(234, 255, 231, .38);
  content: "";
}

.pendant span {
  position: absolute;
  top: 188px;
  left: 18px;
  width: 108px;
  height: 20px;
  border-radius: 50%;
  background: #dffb80;
  box-shadow: 0 13px 35px 15px rgba(216, 252, 114, .36);
}

.linear-light {
  position: absolute;
  z-index: 4;
  top: 41%;
  left: 20%;
  width: 53%;
  height: 17px;
  transform: rotate(-8deg);
  border-radius: 100px;
  background: #355d55;
  box-shadow: 0 10px 14px rgba(1, 14, 13, .22);
}

.linear-light span {
  display: block;
  width: 84%;
  height: 6px;
  margin: 5px auto;
  border-radius: 100px;
  background: #e1fb8b;
  box-shadow: 0 0 23px 5px rgba(215, 253, 113, .53);
}

.orbital-light {
  position: absolute;
  z-index: 3;
  right: 7%;
  bottom: 8%;
  width: 192px;
  height: 192px;
  border: 21px solid rgba(139, 230, 205, .86);
  border-radius: 50%;
  box-shadow: 0 0 45px rgba(141, 230, 203, .22), inset 0 0 26px rgba(1, 19, 18, .38);
}

.orbital-light::before {
  position: absolute;
  top: 34px;
  left: 34px;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  background: rgba(217, 251, 115, .55);
  box-shadow: 0 0 35px 15px rgba(219, 253, 114, .28);
  content: "";
}

.orbital-light i { position: absolute; width: 24px; height: 24px; left: 62px; top: 62px; border-radius: 50%; background: var(--night); }
.orbital-light b { position: absolute; width: 7px; height: 7px; right: 14px; top: 22px; border-radius: 50%; background: var(--lime); }

.hero-art-tag {
  position: absolute;
  z-index: 5;
  bottom: 34px;
  left: 33px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  width: 167px;
  padding: 12px 13px;
  border: 1px solid rgba(226, 255, 237, .25);
  border-radius: 10px;
  background: rgba(10, 36, 33, .71);
  color: white;
  backdrop-filter: blur(10px);
}

.hero-art-tag .tag-dot { width: 8px; height: 8px; margin-top: 4px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 8px var(--lime); }
.hero-art-tag strong { font-size: .7rem; letter-spacing: -.02em; }
.hero-art-tag small { grid-column: 2; color: rgba(255, 255, 255, .57); font-size: .58rem; }

.hero-art-note {
  position: absolute;
  z-index: 5;
  top: 166px;
  right: 25px;
  width: 80px;
  color: rgba(229, 255, 239, .8);
  text-align: right;
}

.hero-art-note span { display: block; color: var(--lime); font-size: .67rem; font-weight: 900; letter-spacing: .16em; }
.hero-art-note p { margin: 4px 0 0; font-size: .56rem; line-height: 1.4; }

.intro-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }

.intro-grid {
  display: grid;
  min-height: 137px;
  grid-template-columns: 1.43fr repeat(3, 1fr);
  align-items: stretch;
}

.intro-statement {
  display: flex;
  max-width: 355px;
  align-items: center;
  margin: 0;
  padding: 24px 36px 24px 0;
  color: #27453e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.17rem;
  font-style: italic;
  line-height: 1.38;
}

.intro-item { display: flex; align-items: center; gap: 14px; padding: 22px 20px; border-left: 1px solid var(--line); }
.intro-item p { margin: 0; color: #697871; font-size: .67rem; line-height: 1.56; }
.intro-item strong { color: #2c4842; font-size: .73rem; }

.intro-icon { position: relative; display: inline-block; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid #98b8aa; border-radius: 50%; }
.icon-sun::after { position: absolute; inset: 9px; border-radius: 50%; background: #8ccf99; box-shadow: 0 0 0 4px rgba(140, 207, 153, .18); content: ""; }
.icon-arc::before { position: absolute; top: 6px; left: 8px; width: 15px; height: 15px; border: 2px solid #8ccf99; border-bottom: 0; border-radius: 100% 100% 0 0; content: ""; }
.icon-arc::after { position: absolute; bottom: 7px; left: 8px; width: 16px; height: 2px; background: #8ccf99; content: ""; }
.icon-grid::before { position: absolute; top: 9px; left: 9px; width: 5px; height: 5px; background: #8ccf99; box-shadow: 10px 0 #8ccf99, 0 10px #8ccf99, 10px 10px #8ccf99; content: ""; }

.section-pad { padding: 138px 0; }

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.7rem, 4.4vw, 4.45rem);
  line-height: .98;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, .59fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 57px;
}

.split-heading > p {
  max-width: 400px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: .97rem;
  line-height: 1.7;
}

.collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }

.collection-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 416px;
  overflow: hidden;
  align-items: flex-end;
  border-radius: 19px;
  color: #fff;
  isolation: isolate;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .33) inset;
  transition: transform .28s ease, box-shadow .28s ease;
}

.collection-card:hover { z-index: 1; transform: translateY(-8px); box-shadow: 0 25px 40px rgba(18, 46, 42, .18); }

.collection-card::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(0deg, rgba(3, 21, 20, .57), transparent 60%); }

.card-pendant { background: linear-gradient(145deg, #759588, #244a43); }
.card-linear { background: linear-gradient(145deg, #1e3935, #0b2020); }
.card-track { background: linear-gradient(145deg, #314849, #112d2d); }
.card-outdoor { background: linear-gradient(145deg, #807e6e, #323f3b); }

.card-art { position: absolute; inset: 0; overflow: hidden; transition: transform .4s cubic-bezier(.2, .7, .2, 1); }
.collection-card:hover .card-art { transform: scale(1.06); }

.card-content { position: relative; z-index: 2; width: 100%; padding: 27px 24px 24px; }
.card-content p { margin-bottom: 8px; color: rgba(255,255,255,.68); font-size: .59rem; font-weight: 820; letter-spacing: .14em; text-transform: uppercase; }
.card-content h3 { margin: 0 0 19px; color: white; font-size: 1.73rem; font-weight: 700; letter-spacing: -.055em; line-height: .99; }
.card-arrow { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .25); padding-top: 12px; color: rgba(255,255,255,.84); font-size: .67rem; font-weight: 800; }
.card-arrow b { color: var(--lime); font-size: 1.05rem; font-weight: 400; transition: transform .2s ease; }
.collection-card:hover .card-arrow b { transform: translate(3px, -3px); }

.card-pendant .card-art i { position: absolute; top: 0; left: 50%; width: 2px; height: 177px; background: rgba(243, 255, 234, .9); }
.card-pendant .card-art b { position: absolute; top: 163px; left: calc(50% - 72px); width: 144px; height: 45px; border-radius: 80% 80% 25% 25% / 100% 100% 26% 26%; background: linear-gradient(#e6efe2, #a9c0b3 54%, #638c7c); box-shadow: 0 12px 18px rgba(0, 0, 0, .18); }
.card-pendant .card-art span { position: absolute; top: 205px; left: calc(50% - 48px); width: 96px; height: 16px; border-radius: 50%; background: #edffac; box-shadow: 0 16px 48px 20px rgba(231, 255, 151, .55); }

.card-linear .card-art i { position: absolute; top: 96px; left: -23px; width: 300px; height: 35px; transform: rotate(-29deg); border-radius: 999px; background: #426e60; box-shadow: 0 10px 17px rgba(0,0,0,.23); }
.card-linear .card-art i::after { position: absolute; top: 11px; right: 12px; left: 12px; height: 10px; border-radius: 999px; background: #e9ff9c; box-shadow: 0 0 30px 8px rgba(227,255,142,.65); content: ""; }
.card-linear .card-art b { position: absolute; top: 56%; right: 22px; width: 86px; height: 86px; border: 11px solid rgba(145, 231, 207, .6); border-radius: 50%; box-shadow: 0 0 26px rgba(145,231,207,.21); }
.card-linear .card-art span { position: absolute; top: 67%; right: 49px; width: 31px; height: 31px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 24px 8px rgba(217,251,115,.45); }

.card-track .card-art i { position: absolute; top: 86px; right: -56px; left: -36px; height: 10px; transform: rotate(27deg); border-radius: 999px; background: #9dc2b2; }
.card-track .card-art b { position: absolute; top: 135px; left: 54px; width: 84px; height: 72px; transform: rotate(27deg); border-radius: 44px 44px 20px 20px; background: #b3c9bc; box-shadow: 87px 45px 0 -5px #b3c9bc; }
.card-track .card-art span { position: absolute; top: 188px; left: 61px; width: 66px; height: 14px; transform: rotate(27deg); border-radius: 50%; background: #e9ffaa; box-shadow: 87px 45px 30px 9px rgba(229,255,144,.64), 0 11px 29px 10px rgba(229,255,144,.45); }

.card-outdoor .card-art i { position: absolute; top: 0; left: 38%; width: 2px; height: 127px; background: rgba(246, 248, 210, .7); }
.card-outdoor .card-art b { position: absolute; top: 112px; left: calc(38% - 43px); width: 86px; height: 138px; border: 8px solid #c3d1a8; border-radius: 45px 45px 11px 11px; background: linear-gradient(120deg, rgba(228,250,159,.5), transparent 70%); box-shadow: inset 0 -20px 30px rgba(255,252,166,.16), 0 14px 30px rgba(1, 14, 12, .2); }
.card-outdoor .card-art span { position: absolute; top: 140px; left: calc(38% - 24px); width: 48px; height: 88px; border-radius: 26px; background: rgba(242, 255, 160, .8); box-shadow: 0 0 50px 18px rgba(245,255,157,.43); }

.project-feature { padding: 126px 0; background: var(--soft-green); }

.project-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(340px, .78fr); align-items: center; gap: clamp(52px, 8vw, 119px); }

.room-scene {
  position: relative;
  min-height: 558px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(139deg, #b9cab6 0%, #78958b 47%, #344e49 100%);
  box-shadow: var(--shadow);
}

.room-scene::before { position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.27); border-radius: 14px; content: ""; }
.scene-window { position: absolute; top: 54px; left: 8%; width: 38%; height: 55%; border: 8px solid rgba(235,248,228,.73); background: linear-gradient(135deg, #7fc0af, #cae7be); box-shadow: 0 12px 26px rgba(21,56,49,.13); }
.scene-window::before, .scene-window::after { position: absolute; background: rgba(234,247,225,.65); content: ""; }
.scene-window::before { top: 0; bottom: 0; left: calc(50% - 3px); width: 6px; }
.scene-window::after { right: 0; bottom: calc(50% - 3px); left: 0; height: 6px; }
.scene-window span { position: absolute; right: 9%; bottom: 14%; width: 34px; height: 34px; border-radius: 50%; background: #f8ffbd; box-shadow: 0 0 33px 17px rgba(249,255,174,.79); }
.scene-wall { position: absolute; top: 45px; right: -11%; width: 54%; height: 66%; transform: skewY(-11deg); background: linear-gradient(110deg, rgba(46, 84, 76, .45), rgba(23, 62, 58, .7)); }
.scene-floor { position: absolute; right: -7%; bottom: -26%; left: -18%; height: 47%; transform: rotate(-7deg); background: linear-gradient(160deg, #66887e 0%, #385b54 55%, #173b38 100%); }
.scene-floor::after { position: absolute; top: 36%; right: 3%; left: 13%; height: 2px; transform: rotate(-1deg); background: rgba(211,245,187,.36); content: ""; box-shadow: 0 51px rgba(211,245,187,.14); }

.scene-lamp { position: absolute; z-index: 3; top: 0; right: 18%; width: 159px; height: 320px; }
.scene-lamp i { position: absolute; left: 50%; width: 2px; height: 146px; background: #e8f8d9; }
.scene-lamp b { position: absolute; top: 141px; left: 8px; width: 144px; height: 46px; border-radius: 80% 80% 25% 25% / 100% 100% 26% 26%; background: linear-gradient(#e7f1dc, #9fc0ad 57%, #628678); box-shadow: 0 10px 18px rgba(2,22,19,.21); }
.scene-lamp span { position: absolute; top: 183px; left: 21px; width: 116px; height: 21px; border-radius: 50%; background: #f4ffc4; box-shadow: 0 25px 59px 27px rgba(236,255,172,.64); }
.scene-sconce { position: absolute; z-index: 2; right: 12%; width: 9px; height: 48px; border-radius: 999px; background: #eafe9c; box-shadow: 0 0 21px 6px rgba(232,255,154,.66); }
.sconce-one { top: 46%; }.sconce-two { top: 61%; right: 22%; transform: scale(.72); }
.scene-plant { position: absolute; z-index: 4; right: 5%; bottom: 17%; width: 112px; height: 147px; }
.scene-plant::after { position: absolute; right: 4px; bottom: 0; width: 88px; height: 50px; border-radius: 8px 8px 18px 18px; background: #243f39; content: ""; }
.scene-plant i, .scene-plant b, .scene-plant span { position: absolute; bottom: 33px; width: 55px; height: 105px; border-radius: 100% 0 100% 0; background: #1c5346; transform-origin: bottom right; }
.scene-plant i { left: 23px; transform: rotate(-19deg); }.scene-plant b { right: 17px; height: 120px; background: #29715c; transform: rotate(25deg) scale(.8); }.scene-plant span { right: 46px; height: 98px; background: #5ba57a; transform: rotate(14deg) scale(.67); }
.scene-caption { position: absolute; z-index: 5; bottom: 26px; left: 28px; padding: 11px 13px; border-radius: 9px; background: rgba(9,37,33,.72); color: #fff; backdrop-filter: blur(9px); }
.scene-caption span { color: var(--lime); font-size: .57rem; font-weight: 850; letter-spacing: .13em; }.scene-caption p { margin: 2px 0 0; font-size: .69rem; font-weight: 700; }

.project-copy h2 { margin: 0 0 25px; font-size: clamp(2.55rem, 3.7vw, 4.04rem); line-height: .99; }
.project-copy > p:not(.eyebrow) { max-width: 510px; margin-bottom: 26px; color: #557069; font-size: .98rem; line-height: 1.72; }
.check-list { display: grid; gap: 13px; margin: 0 0 32px; padding: 0; list-style: none; color: #2c4942; font-size: .82rem; font-weight: 710; }
.check-list li { display: flex; align-items: center; gap: 10px; }
.check-list span { display: inline-grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: #bed9ad; color: #245343; font-size: .65rem; }

.approach { position: relative; overflow: hidden; background: var(--night); color: #fff; }
.approach::before { position: absolute; top: -230px; right: -100px; width: 600px; height: 600px; border: 1px solid rgba(207,251,109,.14); border-radius: 50%; box-shadow: 0 0 0 55px rgba(207,251,109,.025), 0 0 0 111px rgba(207,251,109,.02); content: ""; }
.centered-heading { position: relative; z-index: 1; max-width: 710px; margin: 0 auto 60px; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading h2 { margin-bottom: 22px; color: #fff; }
.centered-heading h2 em { color: var(--lime); }
.centered-heading > p:last-child { margin: 0 auto; color: rgba(255,255,255,.62); font-size: .96rem; line-height: 1.68; }

.approach-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); }
.approach-grid article { position: relative; min-height: 288px; padding: 35px 34px 27px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.16); }
.approach-grid article + article { border-left: 1px solid rgba(255,255,255,.16); }
.approach-number { position: absolute; top: 26px; right: 29px; color: rgba(255,255,255,.37); font-size: .67rem; font-weight: 820; letter-spacing: .12em; }
.approach-grid h3 { margin: 21px 0 10px; color: #fff; font-size: 1.28rem; font-weight: 730; letter-spacing: -.04em; }
.approach-grid p { max-width: 275px; margin: 0; color: rgba(255,255,255,.59); font-size: .83rem; line-height: 1.6; }
.approach-icon { position: relative; display: block; width: 36px; height: 36px; }
.spark::before, .spark::after { position: absolute; left: 17px; background: var(--lime); content: ""; }
.spark::before { top: 0; width: 2px; height: 36px; }.spark::after { top: 17px; left: 0; width: 36px; height: 2px; }
.spark { transform: rotate(45deg); }.spark::before { box-shadow: 0 0 10px rgba(217,251,115,.6); }
.beam { border: 2px solid var(--aqua); border-top: none; border-radius: 0 0 50% 50%; }.beam::after { position: absolute; right: -10px; bottom: -10px; left: -10px; height: 2px; background: var(--lime); box-shadow: 0 7px 0 rgba(217,251,115,.45); content: ""; }
.orbit { border: 2px solid var(--aqua); border-radius: 50%; }.orbit::before { position: absolute; top: 8px; left: 8px; width: 15px; height: 15px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 15px rgba(217,251,115,.6); content: ""; }.orbit::after { position: absolute; top: -5px; right: -5px; width: 7px; height: 7px; border-radius: 50%; background: white; content: ""; }

.contact-section { padding: 129px 0; background: #edf2e6; }
.contact-wrap { display: grid; grid-template-columns: minmax(0, .88fr) minmax(360px, .72fr); align-items: center; gap: clamp(50px, 10vw, 162px); }
.contact-intro h2 { margin: 0 0 24px; font-size: clamp(3rem, 5vw, 5.2rem); line-height: .93; }
.contact-intro > p:not(.eyebrow) { max-width: 420px; margin-bottom: 27px; color: #587068; font-size: 1rem; line-height: 1.7; }
.dark-link { color: #244b40; }

.contact-card { padding: 31px 34px 34px; border-radius: 23px; background: linear-gradient(145deg, #1a403b, #0b2423 79%); color: #fff; box-shadow: 0 25px 46px rgba(20,59,53,.22); }
.contact-card-head { display: flex; align-items: center; gap: 10px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-card-head p { margin: 0; color: var(--lime); font-size: .62rem; font-weight: 860; letter-spacing: .17em; }
.contact-symbol { color: var(--lime); font-size: 1.2rem; }
.contact-line { display: flex; align-items: flex-start; gap: 14px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.15); transition: transform .2s ease; }
.contact-line:hover { transform: translateX(4px); }
.contact-line-icon { display: inline-grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 50%; background: rgba(216,251,115,.14); color: var(--lime); font-size: .88rem; }
.contact-line small, .contact-line strong { display: block; }
.contact-line small { margin-bottom: 3px; color: rgba(255,255,255,.47); font-size: .57rem; font-weight: 800; letter-spacing: .15em; }
.contact-line strong { color: #fff; font-size: .87rem; font-weight: 680; line-height: 1.35; }
.contact-button { width: 100%; margin-top: 28px; background: var(--lime); color: var(--night); }
.contact-button span { color: #29624f; }.contact-button:hover { background: #ecffae; color: var(--night); }

.site-footer { padding: 49px 0 23px; background: #081e1d; color: rgba(255,255,255,.63); }
.footer-top { display: grid; grid-template-columns: 1fr 1.3fr auto; align-items: center; gap: 30px; padding-bottom: 43px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-brand { color: #fff; }.footer-brand .brand-name em { color: var(--lime); }
.footer-top > p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-style: italic; text-align: center; }
.back-top { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: .75rem; font-weight: 750; }.back-top span { color: var(--lime); font-size: .98rem; }.back-top:hover { color: var(--lime); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 23px; font-size: .68rem; }.footer-bottom p { margin: 0; }.footer-bottom div { display: flex; gap: 22px; }.footer-bottom a:hover { color: var(--lime); }

@media (max-width: 1130px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr); gap: 48px; }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .collection-card { min-height: 385px; }
  .intro-grid { grid-template-columns: 1.35fr repeat(3, 1fr); }
  .intro-item { padding: 18px 14px; }
}

@media (max-width: 920px) {
  .site-nav { position: absolute; top: calc(100% + 12px); right: 0; left: 0; display: grid; gap: 0; padding: 10px; border: 1px solid rgba(16,39,37,.13); border-radius: 17px; background: rgba(255,254,250,.98); box-shadow: 0 18px 38px rgba(9,37,34,.15); opacity: 0; pointer-events: none; transform: translateY(-9px); transition: opacity .2s ease, transform .2s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav > a:not(.nav-cta) { padding: 13px 15px; border-bottom: 1px solid rgba(16,39,37,.08); }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .site-nav .nav-cta { justify-content: center; margin: 9px 4px 4px; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 0; }
  .hero-copy { padding: 82px 0 39px; }
  .hero-art { width: min(100%, 620px); min-height: 510px; margin: 0 auto 72px; }
  .intro-grid { grid-template-columns: repeat(3, 1fr); padding: 26px 0; }
  .intro-statement { grid-column: 1 / -1; max-width: 600px; padding: 0 0 28px; }
  .intro-item { padding: 9px 14px 9px 0; border-left: 0; }
  .intro-item + .intro-item { padding-left: 15px; border-left: 1px solid var(--line); }
  .project-grid, .contact-wrap { grid-template-columns: 1fr; }
  .project-grid { gap: 54px; }.room-scene { max-width: 700px; width: 100%; }
  .contact-wrap { gap: 54px; }.contact-card { max-width: 570px; width: 100%; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 36px, var(--shell)); }
  .topbar p { display: none; }.topbar-inner { justify-content: center; min-height: 35px; }.topbar-links { gap: 16px; }.topbar-links a { font-size: .68rem; }
  .header-inner { min-height: 69px; }.brand img { width: 40px; height: 40px; }.brand-name strong { font-size: 1.04rem; }.brand-name em { font-size: .84rem; }
  .hero-copy { padding-top: 68px; }.eyebrow { font-size: .63rem; }.hero-lede { font-size: .98rem; line-height: 1.65; }.hero-trust { gap: 21px; margin-top: 39px; }
  .hero-art { min-height: 440px; margin-bottom: 53px; border-radius: 25px; }.ceiling-line { top: 76px; }.pendant-left { transform: scale(.83); transform-origin: top; left: 11%; }.pendant-right { right: 2%; }.linear-light { top: 46%; left: 17%; width: 63%; }.orbital-light { right: 5%; bottom: 8%; transform: scale(.72); transform-origin: bottom right; }.hero-art-note { right: 20px; top: 136px; }.hero-art-tag { bottom: 22px; left: 21px; }
  .intro-grid { grid-template-columns: 1fr; padding: 29px 0; }.intro-statement { padding: 0 0 23px; font-size: 1.1rem; }.intro-item { padding: 13px 0; }.intro-item + .intro-item { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .section-pad { padding: 94px 0; }.split-heading { grid-template-columns: 1fr; gap: 23px; margin-bottom: 37px; }.split-heading > p { margin: 0; }
  .collection-grid { grid-template-columns: 1fr; }.collection-card { min-height: 355px; }.card-content { padding: 24px; }
  .project-feature { padding: 86px 0; }.room-scene { min-height: 441px; }.project-copy > p:not(.eyebrow) { font-size: .94rem; }.scene-lamp { right: 10%; transform: scale(.82); transform-origin: top; }.scene-window { top: 50px; }.scene-plant { transform: scale(.8); transform-origin: bottom right; }
  .centered-heading { margin-bottom: 42px; }.approach-grid { grid-template-columns: 1fr; }.approach-grid article { min-height: 215px; padding: 31px 26px 27px; }.approach-grid article + article { border-top: 0; border-left: 0; }.approach-grid p { max-width: none; }
  .contact-section { padding: 91px 0; }.contact-card { padding: 26px 22px 27px; }.contact-line strong { font-size: .8rem; }.footer-top { grid-template-columns: 1fr; gap: 22px; text-align: left; }.footer-top > p { text-align: left; }.footer-bottom { flex-direction: column; align-items: flex-start; }.footer-bottom div { flex-direction: column; gap: 6px; }
}

@media (max-width: 410px) {
  .topbar-links a:last-child { display: none; }
  h1 { font-size: 3.2rem; }.hero-actions { gap: 19px; }.hero-trust { flex-direction: column; gap: 12px; }.hero-art { min-height: 375px; }.pendant-left { left: 2%; transform: scale(.68); transform-origin: top; }.pendant-right { display: none; }.linear-light { top: 45%; }.orbital-light { transform: scale(.58); }.hero-art-tag { transform: scale(.86); transform-origin: left bottom; }.hero-art-note { display: none; }
  .room-scene { min-height: 386px; }.scene-lamp { right: 0; transform: scale(.65); transform-origin: top; }.scene-window { width: 48%; }.scene-plant { right: -9%; transform: scale(.61); transform-origin: bottom right; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Photo-led visual system */
.hero.hero-photo-led {
  min-height: 682px;
  isolation: isolate;
  color: #fff;
  background: #0a211f;
}

.hero-photo-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero.hero-photo-led::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 21, 19, .95) 0%, rgba(5, 29, 26, .88) 34%, rgba(6, 31, 28, .58) 59%, rgba(5, 24, 22, .2) 100%),
    linear-gradient(0deg, rgba(4, 23, 20, .44), transparent 55%);
  content: "";
}

.hero.hero-photo-led .hero-noise { z-index: 2; opacity: .17; }

.hero-grid.hero-grid-photo {
  z-index: 3;
  min-height: 682px;
  grid-template-columns: minmax(0, .86fr) minmax(270px, 1.14fr);
}

.hero.hero-photo-led .hero-copy { position: relative; z-index: 1; }
.hero.hero-photo-led .eyebrow { color: rgba(255,255,255,.74); }
.hero.hero-photo-led .eyebrow > span { background: var(--lime); }
.hero.hero-photo-led h1 { color: #fff; }
.hero.hero-photo-led h1 em { color: var(--lime); }
.hero.hero-photo-led .hero-lede { color: rgba(255,255,255,.79); }
.hero.hero-photo-led .button-primary { background: var(--lime); color: var(--night); }
.hero.hero-photo-led .button-primary span { color: #2d6552; }
.hero.hero-photo-led .button-primary:hover { background: #ecffae; box-shadow: 0 11px 24px rgba(0,0,0,.25); }
.hero.hero-photo-led .text-link { border-color: rgba(255,255,255,.54); color: #fff; }
.hero.hero-photo-led .text-link:hover { border-color: var(--lime); color: var(--lime); }
.hero.hero-photo-led .text-link span { color: var(--lime); }
.hero.hero-photo-led .trust-mark { border-color: rgba(217,251,115,.54); color: var(--lime); }
.hero.hero-photo-led .hero-trust p { color: rgba(255,255,255,.74); }

.hero-photo-note {
  align-self: end;
  justify-self: end;
  width: min(100%, 220px);
  margin-bottom: 79px;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 11px;
  background: rgba(5, 28, 25, .55);
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  backdrop-filter: blur(10px);
}

.hero-photo-note span { display: block; margin-bottom: 5px; color: var(--lime); font-size: .58rem; font-weight: 850; letter-spacing: .15em; }
.hero-photo-note p { margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-style: italic; line-height: 1.25; }

.collection-card .card-art { z-index: 0; }
.collection-card .card-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.collection-card::after { z-index: 1; background: linear-gradient(0deg, rgba(2,18,16,.89) 0%, rgba(5,27,24,.29) 52%, rgba(4,20,18,.06) 100%); pointer-events: none; }
.collection-card .card-content { z-index: 2; }
.card-pendant .card-art img { object-position: 50% 34%; }
.card-linear .card-art img { object-position: 51% 45%; }
.card-track .card-art img { object-position: 52% center; }
.card-outdoor .card-art img { object-position: 55% center; }

.room-photo { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.room-scene::before { z-index: 3; pointer-events: none; }
.room-scene::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(5,31,27,.62) 0%, rgba(5,31,27,.05) 52%); content: ""; pointer-events: none; }
.room-scene .scene-caption { z-index: 4; }

@media (max-width: 920px) {
  .hero.hero-photo-led { min-height: 630px; }
  .hero-grid.hero-grid-photo { min-height: 630px; grid-template-columns: 1fr; }
  .hero.hero-photo-led .hero-copy { padding: 88px 0 67px; }
  .hero-photo-note { display: none; }
}

@media (max-width: 700px) {
  .hero.hero-photo-led { min-height: 652px; }
  .hero-grid.hero-grid-photo { min-height: 652px; }
  .hero.hero-photo-led .hero-copy { padding: 73px 0 55px; }
  .hero.hero-photo-led::before { background: linear-gradient(90deg, rgba(3,21,19,.9) 0%, rgba(5,29,26,.74) 100%), linear-gradient(0deg, rgba(4,23,20,.36), transparent 55%); }
  .hero-photo-image { object-position: 58% center; }
  .room-photo { object-position: 56% center; }
}

@media (max-width: 410px) {
  .hero.hero-photo-led, .hero-grid.hero-grid-photo { min-height: 705px; }
  .hero.hero-photo-led .hero-copy { padding-top: 65px; }
}
