/* Wood Floors Ltd. — modern luxury wood studio */
.theme-woodcraft {
  --wood-bg: #f7f6f3;
  --wood-soft: #ece8e2;
  --wood-ink: #11110f;
  --wood-muted: #625d57;
  --wood-deep: #141311;
  --wood-accent: var(--site-accent, #b36f45);
  --wood-line: rgba(17,17,15,.13);
  background: var(--wood-bg);
  color: var(--wood-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.theme-woodcraft h1,
.theme-woodcraft h2,
.theme-woodcraft h3,
.theme-woodcraft .brand-word {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 650;
  letter-spacing: -.045em;
}

.theme-woodcraft .demo-bar {
  background: #0f0f0e;
  color: rgba(255,255,255,.82);
  border: 0;
}

.theme-woodcraft .demo-bar a { color: #fff; }

.theme-woodcraft .site-header {
  background: rgba(247,246,243,.93);
  border-bottom: 1px solid var(--wood-line);
  backdrop-filter: blur(18px);
}

.theme-woodcraft .header-inner {
  min-height: 80px;
  gap: 24px;
}

.theme-woodcraft .site-brand img {
  width: auto;
  height: 50px;
  max-width: 190px;
  object-fit: contain;
}

.theme-woodcraft .site-nav {
  gap: 4px;
}

.theme-woodcraft .nav-link {
  padding: 10px 11px;
  color: var(--wood-ink);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.theme-woodcraft .nav-link:hover {
  background: transparent;
  color: var(--wood-accent);
}

.theme-woodcraft .header-cta,
.theme-woodcraft .button {
  border-radius: 0;
}

.theme-woodcraft .header-cta {
  background: var(--wood-ink);
  border-color: var(--wood-ink);
  color: #fff;
  padding-inline: 20px;
}

/* Cinematic hero */
.theme-woodcraft .hero-layout-background {
  position: relative;
  min-height: min(820px, 88vh);
  background: #111;
  color: #fff;
  overflow: hidden;
  border: 0;
}

.theme-woodcraft .hero-layout-background > .hero-media {
  position: absolute;
  inset: 0;
  min-height: 100%;
  z-index: 0;
  border-radius: 0;
  box-shadow: none;
}

.theme-woodcraft .hero-layout-background > .hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-woodcraft .hero-layout-background > .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12,12,11,.83) 0%, rgba(12,12,11,.63) 38%, rgba(12,12,11,.20) 72%, rgba(12,12,11,.08) 100%),
    linear-gradient(0deg, rgba(12,12,11,.26), transparent 42%);
}

.theme-woodcraft .hero-layout-background .hero-grid {
  position: relative;
  z-index: 2;
  display: block;
  min-height: min(820px, 88vh);
}

.theme-woodcraft .hero-layout-background .hero-copy {
  min-height: min(820px, 88vh);
  max-width: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 86px 0 78px;
}

.theme-woodcraft .hero-copy .eyebrow,
.theme-woodcraft .section-head .eyebrow,
.theme-woodcraft .split-copy .eyebrow,
.theme-woodcraft .quote-copy .eyebrow,
.theme-woodcraft .cta-section .eyebrow,
.theme-woodcraft .image-band-heading .eyebrow {
  color: var(--wood-accent);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.theme-woodcraft .hero-layout-background .hero-copy .eyebrow {
  color: rgba(255,255,255,.78);
}

.theme-woodcraft .hero-layout-background .hero-copy h1 {
  max-width: 760px;
  margin-top: 18px;
  color: #fff;
  font-size: clamp(4.2rem, 8vw, 8.4rem);
  line-height: .88;
  font-weight: 630;
  letter-spacing: -.065em;
}

.theme-woodcraft .hero-layout-background .hero-lead {
  max-width: 610px;
  margin-top: 28px;
  color: rgba(255,255,255,.78);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
  line-height: 1.65;
}

.theme-woodcraft .hero-actions {
  margin-top: 34px;
  gap: 10px;
}

.theme-woodcraft .hero-layout-background .button-primary {
  background: #fff;
  color: #111;
  border-color: #fff;
}

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

.theme-woodcraft .hero-layout-background .hero-highlights {
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.24);
  gap: 15px 24px;
}

.theme-woodcraft .hero-layout-background .hero-highlights span {
  color: rgba(255,255,255,.64);
  font-size: .74rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.theme-woodcraft .hero-layout-background .media-label {
  z-index: 3;
  left: auto;
  right: 22px;
  bottom: 22px;
  background: rgba(15,15,14,.66);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
}

/* Surfaces */
.theme-woodcraft .site-section {
  border-bottom: 1px solid var(--wood-line);
}

.theme-woodcraft .tone-plain { background: var(--wood-bg); }
.theme-woodcraft .tone-soft { background: var(--wood-soft); }
.theme-woodcraft .tone-dark { background: var(--wood-deep); color: #fff; }
.theme-woodcraft .tone-accent { background: var(--wood-accent); color: #fff; }

.theme-woodcraft .site-section > .site-wrap {
  padding-top: clamp(48px, 5vw, 76px);
  padding-bottom: clamp(48px, 5vw, 76px);
}

/* Trust strip */
.theme-woodcraft .trust-strip {
  padding: 0;
}

.theme-woodcraft .trust-items {
  min-height: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.theme-woodcraft .trust-items span {
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 16px 22px;
  border-right: 1px solid rgba(255,255,255,.18);
  font-size: .75rem;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.theme-woodcraft .trust-items span:first-child {
  border-left: 1px solid rgba(255,255,255,.18);
}

/* Headings */
.theme-woodcraft .section-head {
  grid-template-columns: minmax(0, 1fr) minmax(240px, .52fr);
  column-gap: clamp(30px, 5vw, 66px);
  align-items: end;
  margin-bottom: clamp(30px, 3vw, 44px);
}

.theme-woodcraft .section-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}

.theme-woodcraft .section-head h2 {
  max-width: 760px;
  font-size: clamp(2.5rem, 4.2vw, 4.7rem);
  line-height: .96;
  font-weight: 620;
}

.theme-woodcraft .section-head > p {
  max-width: 480px;
  color: var(--wood-muted);
  font-size: .98rem;
  line-height: 1.65;
}

/* Split content */
.theme-woodcraft .split-grid {
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}

.theme-woodcraft .split-copy h2 {
  margin-top: 12px;
  max-width: 700px;
  font-size: clamp(2.45rem, 4vw, 4.45rem);
  line-height: .97;
  font-weight: 620;
}

.theme-woodcraft .split-copy > p {
  margin-top: 18px;
  color: var(--wood-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.theme-woodcraft .split-media {
  min-height: 460px;
  border-radius: 0;
  box-shadow: none;
  background: #d4d0ca;
  overflow: hidden;
}

.theme-woodcraft .split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-woodcraft .split-media.contain-image {
  min-height: 420px;
  background: #e8e5e0;
}

.theme-woodcraft .split-media.contain-image img {
  object-fit: contain;
  padding: 18px;
}

.theme-woodcraft .check-list {
  margin-top: 22px;
  display: grid;
  gap: 0;
}

.theme-woodcraft .check-list li {
  padding: 11px 0;
  border-bottom: 1px solid var(--wood-line);
  color: var(--wood-muted);
}

.theme-woodcraft .check-list li::before {
  color: var(--wood-accent);
}

.theme-woodcraft .text-link {
  display: inline-block;
  margin-top: 24px;
  color: var(--wood-accent);
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}

/* Minimal service grid */
.theme-woodcraft .service-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--wood-line);
}

.theme-woodcraft .service-card {
  position: relative;
  min-height: 230px;
  padding: 26px 26px 30px;
  border: 0;
  border-right: 1px solid var(--wood-line);
  border-bottom: 1px solid var(--wood-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.theme-woodcraft .service-card:nth-child(3n + 1) {
  border-left: 1px solid var(--wood-line);
}

.theme-woodcraft .service-card:hover {
  transform: none;
  background: rgba(255,255,255,.24);
}

.theme-woodcraft .service-num {
  color: var(--wood-accent);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .09em;
}

.theme-woodcraft .service-card h3 {
  margin-top: 24px;
  font-size: clamp(1.45rem, 1.9vw, 2.05rem);
  line-height: 1.04;
  font-weight: 620;
}

.theme-woodcraft .service-card p {
  margin-top: 12px;
  color: var(--wood-muted);
  font-size: .94rem;
  line-height: 1.58;
}

.theme-woodcraft .service-link {
  left: 26px;
  bottom: 23px;
  color: var(--wood-accent);
  font-size: .75rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Image bands */
.theme-woodcraft .image-band-section {
  padding: 0;
  border-bottom: 0;
  overflow: hidden;
}

.theme-woodcraft .image-band-heading {
  padding-top: 44px;
  padding-bottom: 24px;
}

.theme-woodcraft .image-band-heading h2 {
  margin-top: 9px;
  max-width: 820px;
  font-size: clamp(2.3rem, 3.9vw, 4.2rem);
  line-height: .96;
}

.theme-woodcraft .image-band-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  min-height: 390px;
  gap: 4px;
  background: #10100f;
}

.theme-woodcraft .image-band-item {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  background: #c9c4bc;
}

.theme-woodcraft .image-band-item:nth-child(4) {
  display: none;
}

.theme-woodcraft .image-band-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.theme-woodcraft .image-band-item:hover img {
  transform: scale(1.025);
}

.theme-woodcraft .image-band-item::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.60));
}

.theme-woodcraft .image-band-item figcaption {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: #fff;
  font-size: 1rem;
  font-weight: 650;
}

/* Gallery */
.theme-woodcraft .gallery-grid {
  grid-template-columns: 1.2fr .8fr .8fr;
  grid-auto-rows: 235px;
  gap: 8px;
}

.theme-woodcraft .gallery-item {
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.theme-woodcraft .gallery-item:first-child {
  grid-row: span 2;
}

.theme-woodcraft .gallery-item img {
  transition: transform .55s ease;
}

.theme-woodcraft .gallery-item:hover img {
  transform: scale(1.025);
}

.theme-woodcraft .gallery-item figcaption {
  background: linear-gradient(180deg, transparent, rgba(8,8,7,.80));
  padding: 42px 18px 16px;
}

.theme-woodcraft .gallery-copy strong {
  font-size: 1.05rem;
  font-weight: 650;
}

.theme-woodcraft .gallery-copy small {
  color: rgba(255,255,255,.72);
}

/* Dark sections */
.theme-woodcraft .tone-dark .section-head > p,
.theme-woodcraft .tone-dark .split-copy > p,
.theme-woodcraft .tone-dark .service-card p,
.theme-woodcraft .tone-dark .check-list li,
.theme-woodcraft .tone-dark p,
.theme-woodcraft .tone-dark li {
  color: rgba(255,255,255,.69);
}

.theme-woodcraft .tone-dark .service-grid,
.theme-woodcraft .tone-dark .service-card,
.theme-woodcraft .tone-dark .check-list li {
  border-color: rgba(255,255,255,.14);
}

.theme-woodcraft .tone-dark .service-card:nth-child(3n + 1) {
  border-left-color: rgba(255,255,255,.14);
}

.theme-woodcraft .tone-dark .service-card h3,
.theme-woodcraft .tone-dark h2,
.theme-woodcraft .tone-dark h3,
.theme-woodcraft .tone-dark strong {
  color: #fff;
}

.theme-woodcraft .tone-dark .service-num,
.theme-woodcraft .tone-dark .text-link,
.theme-woodcraft .tone-dark .section-head .eyebrow,
.theme-woodcraft .tone-dark .quote-copy .eyebrow,
.theme-woodcraft .tone-dark .image-band-heading .eyebrow {
  color: #d49470;
}

/* Quote */
.theme-woodcraft .quote-layout {
  gap: clamp(32px, 5vw, 64px);
}

.theme-woodcraft .quote-copy h2 {
  margin-top: 12px;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  line-height: .96;
}

.theme-woodcraft .quote-form {
  border-radius: 0;
  box-shadow: none;
}

.theme-woodcraft .quote-section.tone-dark .quote-form {
  background: rgba(255,255,255,.045);
  border-color: rgba(255,255,255,.15);
}

.theme-woodcraft .quote-section.tone-dark .quote-form label,
.theme-woodcraft .quote-section.tone-dark .quote-submit p {
  color: rgba(255,255,255,.72);
}

.theme-woodcraft .quote-section.tone-dark .quote-form input,
.theme-woodcraft .quote-section.tone-dark .quote-form select,
.theme-woodcraft .quote-section.tone-dark .quote-form textarea {
  border-radius: 0;
  background: rgba(255,255,255,.075);
  color: #fff;
  border-color: rgba(255,255,255,.18);
}

.theme-woodcraft .quote-section.tone-dark .quote-form input::placeholder,
.theme-woodcraft .quote-section.tone-dark .quote-form textarea::placeholder {
  color: rgba(255,255,255,.42);
}

.theme-woodcraft .quote-section.tone-dark .quote-form select option {
  color: #111;
  background: #fff;
}

.theme-woodcraft .quote-section.tone-dark .button-primary {
  background: #fff;
  border-color: #fff;
  color: #111;
}

.theme-woodcraft .site-footer {
  background: #0d0d0c;
  color: rgba(255,255,255,.72);
}

.theme-woodcraft .footer-grid > div:first-child strong {
  font-size: 1.3rem;
  font-weight: 650;
}

.theme-woodcraft .mobile-action-bar {
  background: rgba(15,15,14,.96);
  border-top: 1px solid rgba(255,255,255,.12);
}

.theme-woodcraft .mobile-action-link { color: #fff; }

@media (max-width: 980px) {
  .theme-woodcraft .hero-layout-background,
  .theme-woodcraft .hero-layout-background .hero-grid,
  .theme-woodcraft .hero-layout-background .hero-copy {
    min-height: 720px;
  }

  .theme-woodcraft .section-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .theme-woodcraft .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .theme-woodcraft .service-card:nth-child(3n + 1) {
    border-left: 0;
  }

  .theme-woodcraft .service-card:nth-child(2n + 1) {
    border-left: 1px solid var(--wood-line);
  }

  .theme-woodcraft .trust-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .theme-woodcraft .image-band-grid {
    grid-template-columns: 1.1fr .9fr;
    min-height: 340px;
  }

  .theme-woodcraft .image-band-item {
    min-height: 340px;
  }

  .theme-woodcraft .image-band-item:nth-child(3) {
    display: none;
  }
}

@media (max-width: 700px) {
  .theme-woodcraft .header-inner {
    min-height: 70px;
  }

  .theme-woodcraft .site-brand img {
    height: 42px;
    max-width: 155px;
  }

  .theme-woodcraft .hero-layout-background,
  .theme-woodcraft .hero-layout-background .hero-grid,
  .theme-woodcraft .hero-layout-background .hero-copy {
    min-height: 660px;
  }

  .theme-woodcraft .hero-layout-background .hero-copy {
    padding: 74px 0 56px;
  }

  .theme-woodcraft .hero-layout-background .hero-copy h1 {
    font-size: clamp(3.5rem, 18vw, 5.6rem);
  }

  .theme-woodcraft .hero-layout-background > .hero-media::after {
    background: linear-gradient(90deg, rgba(12,12,11,.84), rgba(12,12,11,.48));
  }

  .theme-woodcraft .trust-items,
  .theme-woodcraft .service-grid,
  .theme-woodcraft .gallery-grid,
  .theme-woodcraft .image-band-grid {
    grid-template-columns: 1fr;
  }

  .theme-woodcraft .service-card,
  .theme-woodcraft .service-card:nth-child(2n + 1),
  .theme-woodcraft .service-card:nth-child(3n + 1) {
    min-height: 210px;
    border-left: 1px solid var(--wood-line);
  }

  .theme-woodcraft .split-media {
    min-height: 330px;
  }

  .theme-woodcraft .image-band-item,
  .theme-woodcraft .image-band-item:nth-child(3) {
    display: block;
    min-height: 285px;
  }

  .theme-woodcraft .gallery-item,
  .theme-woodcraft .gallery-item:first-child {
    min-height: 290px;
    grid-row: auto;
  }
}


/* Gallery sizing fix: grid rows own the height, images must not overflow them */
.theme-woodcraft .gallery-item {
  min-height: 0;
}

.theme-woodcraft .gallery-item img {
  min-height: 0;
  height: 100%;
}

@media (max-width: 700px) {
  .theme-woodcraft .gallery-grid {
    grid-auto-rows: auto;
    gap: 8px;
  }

  .theme-woodcraft .gallery-item,
  .theme-woodcraft .gallery-item:first-child {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
    grid-row: auto;
  }

  .theme-woodcraft .gallery-item img {
    min-height: 0;
    height: 100%;
    object-fit: cover;
  }

  .theme-woodcraft .gallery-item figcaption {
    padding: 52px 16px 16px;
    gap: 10px;
  }

  .theme-woodcraft .gallery-number {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    font-size: .6rem;
  }

  .theme-woodcraft .gallery-copy strong {
    font-size: .92rem;
  }

  .theme-woodcraft .gallery-copy small {
    display: none;
  }
}
