:root {
  --ink: #1d2730;
  --muted: #5f6e75;
  --line: #dfe8e9;
  --soft: #f5f9f9;
  --mist: #e8f3f4;
  --blue-gray: #86a3ad;
  --wood: #d8c7ae;
  --white: #ffffff;
  --graphite: #26343a;
  --shadow: 0 24px 70px rgba(35, 55, 62, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 0 clamp(20px, 5vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  background: rgba(18, 30, 35, .2);
  color: #fff;
  backdrop-filter: blur(10px);
  transition: background .22s ease, border-color .22s ease, color .22s ease;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(223, 232, 233, .82);
  background: rgba(255, 255, 255, .9);
  color: var(--graphite);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand.wordmark {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: .12em;
  color: currentColor;
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: currentColor;
  font-size: 14px;
  font-weight: 600;
}

.nav-links a {
  padding: 8px 0;
}

.nav-links a:hover {
  color: currentColor;
  opacity: .76;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.header-cta,
.button.primary {
  background: var(--graphite);
  color: var(--white);
}

.site-header:not(.is-scrolled) .header-cta {
  background: rgba(255, 255, 255, .92);
  color: var(--graphite);
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .72);
  color: var(--graphite);
}

.hero .button.secondary {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 132px clamp(20px, 5vw, 64px) 72px;
  background:
    linear-gradient(90deg, rgba(12, 23, 28, .78) 0%, rgba(12, 23, 28, .58) 42%, rgba(12, 23, 28, .12) 100%),
    url("assets/hero-furniture-home.webp") center / cover no-repeat;
  color: #fff;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero .eyebrow,
.hero h1 {
  color: #fff;
}

.hero .lead {
  color: rgba(255, 255, 255, .82);
}

.eyebrow {
  margin: 0 0 14px;
  color: #55747d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(42px, 5.8vw, 74px);
  line-height: 1.04;
}

h2 {
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.03;
}

h3 {
  margin: 0;
  letter-spacing: 0;
}

.lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin: 38px 0 0;
}

.hero-stats div {
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
}

.hero-stats dt {
  font-size: 22px;
  font-weight: 800;
}

.hero-stats dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.section {
  scroll-margin-top: 84px;
  padding: clamp(66px, 9vw, 116px) clamp(20px, 5vw, 64px);
}

.intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(420px, 1fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  background:
    linear-gradient(120deg, #ffffff 0%, #ffffff 52%, #f2f7f6 100%);
}

.intro p:last-child,
.feature-stack span {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.feature-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-stack article {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(35, 55, 62, .06);
}

.feature-stack i,
.category-grid i,
.capability-list i,
.process-steps i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: var(--mist);
  color: #456c76;
  font-size: 20px;
}

.feature-stack strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(220px, .24fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading.compact {
  display: block;
  max-width: 760px;
}

.image-status {
  padding-top: clamp(52px, 7vw, 84px);
  padding-bottom: clamp(52px, 7vw, 84px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(115deg, rgba(245,249,249,.98), rgba(255,255,255,1) 52%, rgba(232,243,244,.88));
}

.image-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.image-note-grid article {
  min-height: 128px;
  padding: 22px;
  border: 1px solid rgba(134, 163, 173, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
}

.image-note-grid strong,
.image-note-grid span {
  display: block;
}

.image-note-grid strong {
  margin-bottom: 12px;
  font-size: 18px;
}

.image-note-grid span {
  color: var(--muted);
  line-height: 1.65;
}

.photo-gallery {
  background: #f8fbfb;
  padding-top: clamp(88px, 11vw, 150px);
  padding-bottom: clamp(92px, 12vw, 160px);
}

.gallery-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 240px;
  gap: 14px;
}

.gallery-grid.refined {
  grid-template-columns: 1.2fr .8fr .8fr;
  grid-auto-rows: 260px;
  gap: 18px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  border-radius: 8px;
  background: var(--soft);
  box-shadow: 0 18px 46px rgba(35, 55, 62, .08);
  cursor: zoom-in;
  transition: transform .2s ease, box-shadow .2s ease;
}

.gallery-item:hover,
.gallery-item:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(35, 55, 62, .15);
  outline: none;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .35s ease;
}

.gallery-item:hover img {
  transform: scale(1.045);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 28, 33, 0) 46%, rgba(14, 28, 33, .62) 100%);
}

.gallery-item figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.product-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.category-grid article {
  min-height: 310px;
  padding: 30px;
  border-right: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff, #f8fbfb);
}

.category-grid article:last-child {
  border-right: 0;
}

.category-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: #6d8a93;
  font-weight: 800;
}

.category-grid h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.category-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.collection-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: repeat(2, minmax(280px, 1fr));
  gap: 18px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border-radius: 8px;
  background: var(--soft);
}

.feature-card.large {
  grid-row: span 2;
}

.feature-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 20, 24, 0) 32%, rgba(10, 20, 24, .62) 100%);
}

.feature-card div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  color: var(--white);
}

.feature-card span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.feature-card h3 {
  max-width: 620px;
  font-size: clamp(20px, 2.6vw, 32px);
  line-height: 1.16;
}

.capabilities {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(29,39,48,.92), rgba(29,39,48,.66)),
    url("assets/capabilities-background.webp") center / cover no-repeat;
  color: #fff;
}

.capabilities .eyebrow,
.capabilities h2,
.capabilities h3 {
  color: #fff;
}

.capabilities .capability-intro {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.8;
}

.capability-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.capability-flow::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 78px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.58), rgba(255,255,255,.1));
}

.capability-list article {
  position: relative;
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
}

.capability-list span {
  display: inline-flex;
  margin-bottom: 44px;
  color: rgba(255,255,255,.62);
  font-weight: 800;
}

.capability-list h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.capability-list p,
.process-steps p,
.contact-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.capability-list p {
  color: rgba(255,255,255,.72);
}

.image-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.image-band img {
  width: 100%;
  height: clamp(300px, 40vw, 560px);
  object-fit: cover;
}

.scene-wall {
  background: var(--soft);
}

.operations {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff, #f8fbfb);
}

.operations::before {
  content: "";
  position: absolute;
  top: 88px;
  right: clamp(20px, 5vw, 64px);
  width: 160px;
  height: 160px;
  border: 1px solid rgba(134, 163, 173, .34);
  border-radius: 50%;
}

.operations-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(280px, .25fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 36px;
}

.operations-header h2 {
  max-width: 900px;
}

.operation-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  line-height: 1.7;
  box-shadow: 0 18px 48px rgba(35, 55, 62, .06);
}

.operation-note i {
  color: #456c76;
  font-size: 22px;
}

.operation-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.operation-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(35, 55, 62, .1);
}

.operation-grid img {
  width: 100%;
  height: clamp(320px, 34vw, 520px);
  object-fit: cover;
}

.operation-grid figcaption {
  display: grid;
  grid-template-columns: .32fr 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #fff;
}

.operation-grid strong {
  font-size: 20px;
}

.operation-grid span {
  color: var(--muted);
  line-height: 1.7;
}

.scene-strip {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr 1.2fr;
  gap: 14px;
  margin-top: 34px;
}

.scene-strip img {
  width: 100%;
  height: clamp(220px, 24vw, 360px);
  object-fit: cover;
  border-radius: 8px;
  background: #fff;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.process {
  position: relative;
  overflow: hidden;
  padding-top: clamp(92px, 11vw, 150px);
  padding-bottom: clamp(96px, 12vw, 158px);
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
}

.process::before,
.process::after {
  content: "";
  position: absolute;
  left: clamp(20px, 5vw, 64px);
  right: clamp(20px, 5vw, 64px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(134, 163, 173, .48), transparent);
}

.process::before {
  top: 42px;
}

.process::after {
  bottom: 42px;
}

.process-heading {
  display: block;
  max-width: 820px;
  margin: 0 auto clamp(42px, 6vw, 72px);
  text-align: center;
}

.process-heading .eyebrow {
  margin-bottom: 18px;
}

.process-heading h2 {
  margin: 0 auto;
}

.process-heading::after {
  content: "";
  display: block;
  width: 84px;
  height: 4px;
  margin: 26px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue-gray), var(--wood));
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto 26px;
}

.trust-strip div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 14px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(35, 55, 62, .06);
}

.trust-strip i {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--mist);
  color: #456c76;
  font-size: 20px;
}

.trust-strip strong {
  font-size: 18px;
}

.trust-strip span {
  color: var(--muted);
  line-height: 1.65;
}

.process-steps li {
  position: relative;
  min-height: 300px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-top: 4px solid var(--blue-gray);
  background: linear-gradient(180deg, #ffffff, var(--soft));
}

.process-steps li:last-child {
  border-right: 0;
}

.process-steps li::before {
  counter-increment: steps;
  content: "0" counter(steps);
  display: block;
  margin-bottom: 18px;
  color: #6d8a93;
  font-weight: 800;
}

.process-steps strong {
  display: block;
  margin-bottom: 12px;
  font-size: 19px;
}

.contact {
  background: var(--graphite);
}

.contact-panel,
.contact-form,
.contact address {
  background: transparent;
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .7fr) minmax(260px, .42fr);
  gap: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .16);
}

.contact-panel {
  padding: clamp(32px, 5vw, 58px);
  border-right: 1px solid var(--line);
}

.contact-panel p {
  max-width: 660px;
  margin-top: 18px;
  font-size: 17px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(28px, 4vw, 42px);
  border-right: 1px solid var(--line);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 700;
}

.contact-form label span {
  font-size: 13px;
}

.contact-form .form-control,
.contact-form .form-select {
  min-height: 46px;
  border-color: var(--line);
  border-radius: 8px;
}

.form-submit {
  width: 100%;
  gap: 8px;
  border: 0;
}

.contact address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.7;
}

.contact address span {
  margin-bottom: 14px;
  color: var(--ink);
  font-weight: 800;
}

.team-mini {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.team-mini p {
  max-width: 420px;
  margin-top: 14px;
  font-size: 15px;
}

.team-avatars {
  display: flex;
  align-items: center;
}

.team-avatars img {
  width: 46px;
  height: 46px;
  margin-right: -10px;
  border: 2px solid #fff;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(35, 55, 62, .16);
}

.address-team {
  margin: 0 0 34px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fbfb);
}

.address-team p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  background: rgba(10, 20, 24, .82);
  backdrop-filter: blur(8px);
}

.image-lightbox figure {
  width: min(1120px, 100%);
  margin: 0;
}

.image-lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .35);
}

.image-lightbox figcaption {
  margin-top: 14px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.lightbox-close {
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--graphite);
  cursor: pointer;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 5vw, 64px);
  color: var(--muted);
  background: #f8fbfb;
  font-size: 14px;
}

@media (max-width: 980px) {
  .site-header {
    position: fixed;
    flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    overflow-x: auto;
  }

  .hero,
  .intro,
  .section-heading,
  .gallery-heading,
  .operations-header,
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 760px;
  }

  .collection-grid,
  .image-note-grid,
  .gallery-grid,
  .gallery-grid.refined,
  .scene-strip,
  .feature-stack,
  .category-grid,
  .operation-grid,
  .capability-list,
  .process-steps {
    grid-template-columns: 1fr 1fr;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .contact-panel,
  .contact-form {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .category-grid article,
  .process-steps li {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: auto;
  }

  .header-cta {
    display: none;
  }

  h1 {
    font-size: 43px;
  }

  .hero-stats,
  .collection-grid,
  .image-note-grid,
  .gallery-grid,
  .gallery-grid.refined,
  .scene-strip,
  .feature-stack,
  .category-grid,
  .operation-grid,
  .capability-list,
  .image-band,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .capability-flow::before {
    display: none;
  }

  .gallery-grid.refined {
    grid-auto-rows: 260px;
  }

  .operation-grid figcaption {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 260px;
  }

  .feature-card,
  .feature-card.large {
    min-height: 330px;
  }

  .site-footer {
    flex-direction: column;
  }
}
