:root {
  --bg: #f4ede4;
  --bg-soft: #efe5d9;
  --surface: rgba(255, 252, 246, 0.74);
  --surface-strong: #fffaf2;
  --ink: #21170f;
  --muted: #6d5c4d;
  --line: rgba(52, 35, 18, 0.12);
  --accent: #9a6334;
  --accent-soft: #d5b28f;
  --shadow: 0 22px 60px rgba(37, 23, 10, 0.14);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(214, 184, 151, 0.22), transparent 30%),
    radial-gradient(circle at top right, rgba(117, 79, 42, 0.14), transparent 28%),
    linear-gradient(180deg, #f7f0e7 0%, #f2e8dc 45%, #efe7dc 100%);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

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

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

button {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.page-shell::before,
.page-shell::after {
  position: fixed;
  inset: auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(177, 126, 76, 0.16), transparent 68%);
  content: "";
  pointer-events: none;
  z-index: -1;
}

.page-shell::before {
  top: -80px;
  right: -140px;
}

.page-shell::after {
  bottom: -120px;
  left: -120px;
}

.site-header,
.trust-strip,
.section,
.site-footer {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  width: 20px;
  height: 46px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, #ddb88f 0%, #8e5830 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong {
  font-size: 0.98rem;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.75rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.65);
}

.site-nav a {
  color: var(--muted);
  font-size: 0.95rem;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 180ms ease, background-color 180ms ease;
}

.header-cta,
.button-dark {
  background: var(--ink);
  color: #fff8f0;
}

.button-light {
  border-color: var(--line);
  background: rgba(255, 251, 245, 0.72);
}

.header-cta:hover,
.button:hover,
.gallery-item:hover {
  transform: translateY(-2px);
}

.cinema-intro {
  height: 260vh;
  margin-top: -104px;
}

.cinema-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: clip;
}

.cinema-background,
.cinema-overlay {
  position: absolute;
  inset: 0;
}

.cinema-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform:
    translate3d(var(--hero-shift-x, 0px), var(--hero-shift-y, 0px), 0)
    scale(var(--hero-zoom, 1));
  transform-origin: center center;
  transition: transform 60ms linear;
}

.cinema-overlay {
  background:
    linear-gradient(90deg, rgba(20, 13, 8, 0.72) 0%, rgba(20, 13, 8, 0.34) 38%, rgba(20, 13, 8, 0.12) 100%),
    linear-gradient(180deg, rgba(14, 10, 6, 0.16) 0%, rgba(14, 10, 6, 0.28) 100%);
}

.cinema-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  width: min(720px, calc(100vw - 40px));
  height: 100%;
  margin-left: clamp(20px, 6vw, 72px);
  padding: 130px 0 92px;
  opacity: calc(1 - var(--door-open, 0) * 1.15);
  transform: translateY(calc(var(--door-open, 0) * -28px));
  transition: opacity 80ms linear, transform 80ms linear;
}

.cinema-copy .eyebrow,
.cinema-copy h1,
.cinema-copy .hero-text {
  color: #fff8f0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.contact-copy h2,
.door-portal-content h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.cinema-copy h1 {
  max-width: 11ch;
  font-size: clamp(3.5rem, 8vw, 6.8rem);
}

.cinema-copy h1 span {
  display: inline-block;
  color: #f2c194;
}

.hero-text {
  max-width: 58ch;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

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

.hero-points {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
}

.hero-points li::before {
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #c4874f 0%, #8b552c 100%);
  content: "";
}

.floating-stat {
  position: absolute;
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: var(--radius-md);
  background: rgba(255, 248, 239, 0.78);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(52, 35, 18, 0.12);
}

.floating-stat strong {
  font-size: 1.08rem;
}

.floating-stat span {
  color: var(--muted);
  font-size: 0.84rem;
}

.floating-stat-top {
  top: 116px;
  right: clamp(20px, 6vw, 72px);
  z-index: 3;
}

.door-illusion {
  position: absolute;
  top: 11.4vh;
  right: 10.1vw;
  width: min(14.4vw, 245px);
  height: min(73vh, 690px);
  z-index: 2;
  pointer-events: none;
  perspective: 2000px;
}

.door-portal {
  position: absolute;
  inset: 1.5% 2.5%;
  overflow: hidden;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 250, 243, 0.96), rgba(237, 225, 211, 0.96));
  box-shadow: inset 0 0 0 1px rgba(92, 60, 34, 0.12);
  opacity: calc(0.08 + var(--door-open, 0) * 0.92);
}

.door-portal-content {
  display: grid;
  align-content: center;
  height: 100%;
  padding: 10% 10% 10% 14%;
  gap: 16px;
  transform: translateX(calc((1 - var(--door-open, 0)) * 30px));
}

.door-portal-content .eyebrow {
  margin-bottom: 0;
}

.door-portal-content h2 {
  font-size: clamp(1.4rem, 2vw, 2.2rem);
}

.door-portal-content p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.88rem, 1vw, 1rem);
  line-height: 1.6;
}

.door-photo-leaf {
  position: absolute;
  inset: 0;
  transform-origin: left center;
  transform-style: preserve-3d;
  transform:
    perspective(2000px)
    rotateY(calc(var(--door-open, 0) * -108deg))
    translateX(calc(var(--door-open, 0) * 18px));
  transition: transform 80ms linear;
  border-radius: 10px;
  background-image: url("assets/hero-wide-door.png");
  background-repeat: no-repeat;
  background-size: var(--hero-bg-size, cover);
  background-position: var(--hero-bg-position, 76.5% center);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    -20px 24px 60px rgba(22, 14, 7, 0.35);
}

.door-photo-leaf::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.32)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.06));
  content: "";
  border-radius: 10px;
  opacity: calc(1 - var(--door-open, 0) * 0.7);
}

.door-photo-leaf::after {
  position: absolute;
  top: 47%;
  left: 7%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(33, 23, 15, 0.55);
  box-shadow:
    0 -170px 0 rgba(33, 23, 15, 0.38),
    0 170px 0 rgba(33, 23, 15, 0.38);
  content: "";
}

[data-door-reveal] {
  --door-open: 0;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding-bottom: 34px;
}

.trust-strip article,
.service-card,
.process-grid article,
.contact-card,
.gallery-item,
.seo-copy-grid article,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(60, 35, 16, 0.05);
}

.trust-strip article {
  display: grid;
  gap: 6px;
  padding: 22px;
}

.trust-strip strong {
  font-size: 1.05rem;
}

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

.section {
  padding: 78px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.section-heading-wide {
  max-width: 980px;
}

.section-heading h2,
.contact-copy h2 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.story-grid,
.seo-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.story-grid p,
.service-card p,
.process-grid p,
.seo-copy-grid p,
.contact-copy p,
.faq-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.service-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.process-grid article,
.seo-copy-grid article {
  padding: 28px;
}

.service-card span,
.process-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(154, 99, 52, 0.12);
  color: var(--accent);
  font-weight: 800;
}

.service-card h3,
.process-grid h3,
.seo-copy-grid h3 {
  margin: 18px 0 12px;
  font-size: 1.16rem;
}

.gallery-section {
  padding-top: 90px;
}

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

.gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.gallery-item span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(21, 15, 10, 0.62);
  color: #fff8f0;
  font-size: 0.92rem;
  backdrop-filter: blur(10px);
}

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

.gallery-item-large img {
  min-height: 440px;
}

.contact-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(255, 250, 243, 0.93), rgba(241, 229, 216, 0.94));
}

.contact-meta {
  display: grid;
  gap: 12px;
  align-content: start;
}

.contact-line {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.45);
}

.contact-line span {
  color: var(--muted);
}

.button-full {
  width: 100%;
  margin-top: 10px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  padding-top: 14px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0 40px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer div {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.lightbox {
  width: min(1100px, calc(100vw - 20px));
  padding: 0;
  border: 0;
  background: transparent;
}

.lightbox::backdrop {
  background: rgba(9, 6, 3, 0.82);
  backdrop-filter: blur(8px);
}

.lightbox img {
  width: 100%;
  max-height: 90vh;
  border-radius: 24px;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 248, 239, 0.88);
  cursor: pointer;
}

@media (max-width: 1080px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-card,
  .story-grid,
  .seo-copy-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip,
  .service-grid,
  .process-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cinema-copy {
    padding-top: 150px;
  }

  .door-illusion {
    top: 12vh;
    right: 8vw;
    width: min(18vw, 225px);
    height: min(64vh, 610px);
  }
}

@media (max-width: 720px) {
  .content-layer {
    margin-top: -32px;
    border-radius: 26px 26px 0 0;
  }

  .site-header {
    position: static;
    padding-bottom: 8px;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    border-radius: 24px;
  }

  .cinema-intro {
    height: auto;
    margin-top: 0;
  }

  .cinema-stage {
    position: relative;
    height: auto;
    min-height: 100svh;
    padding: 110px 0 40px;
  }

  .cinema-overlay {
    background:
      linear-gradient(180deg, rgba(20, 13, 8, 0.6) 0%, rgba(20, 13, 8, 0.42) 100%);
  }

  .cinema-copy {
    width: calc(100vw - 32px);
    margin-inline: 16px;
    padding: 0 0 32px;
    align-content: start;
  }

  .cinema-copy h1 {
    max-width: 100%;
  }

  .floating-stat-top {
    position: relative;
    top: auto;
    right: auto;
    margin: 14px 16px 0;
  }

  .door-illusion {
    top: auto;
    right: 5vw;
    bottom: 40px;
    width: min(34vw, 210px);
    height: min(48vh, 420px);
  }

  .door-portal-content {
    padding: 14% 12%;
  }

  .door-portal-content h2 {
    font-size: 1.2rem;
  }

  .door-portal-content p {
    font-size: 0.8rem;
  }

  .trust-strip,
  .service-grid,
  .process-grid,
  .gallery-grid,
  .story-grid,
  .seo-copy-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item-large {
    grid-column: span 1;
  }

  .gallery-item-large img,
  .gallery-item img {
    min-height: 280px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.cinema-intro,
.cinema-stage,
.cinema-background,
.cinema-overlay,
.cinema-copy,
.door-illusion,
.door-portal,
.door-portal-content,
.door-photo-leaf {
  all: unset;
}

.hero-full {
  --hero-scroll: 0;
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 680px;
  height: 100svh;
  max-height: 980px;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  background: #17130f;
}

.page-shell {
  overflow: clip;
}

.hero-background,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-background {
  transform: scale(calc(1 + var(--hero-scroll) * 0.045));
  transform-origin: center center;
  will-change: transform;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  animation: hero-image-in 1.4s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(18, 15, 12, 0.97) 0%, rgba(18, 15, 12, 0.91) 29%, rgba(18, 15, 12, 0.48) 51%, rgba(18, 15, 12, 0.05) 77%),
    linear-gradient(180deg, rgba(10, 8, 6, 0.16) 55%, rgba(10, 8, 6, 0.5) 100%);
}

.site-header {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 20;
  width: min(1180px, calc(100vw - 40px));
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  isolation: isolate;
  transform: translateX(-50%);
  transition: top 260ms ease;
}

.site-header::before {
  position: absolute;
  top: -12px;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 64px;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  content: "";
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 260ms ease, background-color 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.brand-copy strong,
.site-nav a {
  color: #fffaf3;
  transition: color 260ms ease;
}

.brand-copy strong {
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: -0.025em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

.site-nav {
  gap: 26px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(24, 20, 17, 0.42);
  box-shadow: 0 10px 34px rgba(10, 8, 6, 0.13);
  backdrop-filter: blur(16px);
  transition: background-color 260ms ease, border-color 260ms ease, border-radius 260ms ease, box-shadow 260ms ease, gap 260ms ease, padding 260ms ease;
}

.site-nav a {
  font-size: 0.84rem;
}

.header-cta {
  min-height: 46px;
  padding-inline: 21px;
  background: #fff8ee;
  color: #1e1813;
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: 0 10px 34px rgba(10, 8, 6, 0.14);
  transition: color 260ms ease, background-color 260ms ease, transform 180ms ease;
}

.site-header.is-over-content .brand-copy strong,
.site-header.is-over-content .site-nav a {
  color: #21170f;
  line-height: 1;
}

.site-header.is-over-content {
  top: 12px;
}

.site-header.is-over-content::before {
  border-color: rgba(52, 35, 18, 0.1);
  background: rgba(247, 241, 233, 0.94);
  box-shadow: 0 8px 28px rgba(45, 29, 16, 0.08);
  opacity: 1;
  backdrop-filter: blur(18px);
}

.site-header.is-over-content .brand-copy strong {
  font-size: 0.94rem;
  text-shadow: none;
}

.site-header.is-over-content .site-nav {
  gap: 22px;
  padding: 9px 16px;
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.site-header.is-over-content .header-cta {
  min-height: 40px;
  padding-inline: 18px;
  border-radius: 12px;
  background: rgba(33, 23, 15, 0.94);
  color: #fffaf3;
  line-height: 1;
}

.hero-frame {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  width: min(1180px, calc(100vw - 40px));
  height: 100%;
  margin-inline: auto;
  padding-top: 88px;
  opacity: calc(1 - var(--hero-scroll) * 0.28);
  transform: translate3d(0, calc(var(--hero-scroll) * -38px), 0);
  will-change: opacity, transform;
}

.hero-content {
  width: min(590px, 54vw);
  color: #fffaf3;
  animation: hero-copy-in 900ms 140ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-content h1 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.hero-brand-line {
  display: block;
  color: #d9a66e;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-title-line {
  display: block;
  max-width: 11ch;
  margin-top: 18px;
  color: #fffaf3;
  font-size: clamp(4.6rem, 6.4vw, 6.6rem);
  font-weight: 560;
  letter-spacing: -0.025em;
  line-height: 1.07;
  text-wrap: balance;
  word-spacing: 0.1em;
}

.content-layer {
  position: relative;
  z-index: 5;
  margin-top: -54px;
  padding-top: 34px;
  border-radius: 34px 34px 0 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(214, 184, 151, 0.2), transparent 25%),
    linear-gradient(180deg, #f7f0e7 0%, #f2e8dc 48%, #efe7dc 100%);
  box-shadow: 0 -24px 70px rgba(20, 14, 9, 0.18);
}

.content-layer::before {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 58px;
  height: 3px;
  border-radius: 999px;
  background: rgba(60, 42, 27, 0.18);
  content: "";
  transform: translateX(-50%);
}

.hero-actions {
  margin-top: 34px;
}

.hero-actions .button {
  min-height: 48px;
  padding-inline: 20px;
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-actions .button-dark {
  background: #e0ad74;
  color: #1c1712;
}

.hero-actions .button-light {
  border-color: rgba(255, 250, 243, 0.32);
  background: rgba(255, 255, 255, 0.06);
  color: #fffaf3;
  backdrop-filter: blur(12px);
}

.hero-details {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 25px;
  color: rgba(255, 250, 243, 0.58);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-details span + span {
  position: relative;
  padding-left: 22px;
}

.hero-details span + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d9a66e;
  content: "";
  transform: translateY(-50%);
}

.about-section {
  padding: 72px 0 110px;
}

.about-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 650px;
  overflow: hidden;
  border-radius: 32px;
  background: #191613;
  box-shadow: 0 30px 80px rgba(32, 20, 11, 0.2);
}

.about-visual {
  position: relative;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
}

.about-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(17, 13, 10, 0.5) 100%);
  content: "";
  pointer-events: none;
}

.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.about-visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 13px;
  background: rgba(24, 20, 17, 0.42);
  color: #fffaf3;
  backdrop-filter: blur(16px);
}

.about-visual figcaption span {
  color: rgba(255, 250, 243, 0.62);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-visual figcaption strong {
  font-size: 0.82rem;
  font-weight: 650;
}

.about-content {
  display: flex;
  flex-direction: column;
  padding: clamp(40px, 5vw, 70px);
  color: #fffaf3;
  background:
    radial-gradient(circle at 100% 0%, rgba(199, 141, 85, 0.16), transparent 34%),
    #191613;
}

.about-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.about-topline .eyebrow {
  margin: 0;
  color: #d9a66e;
}

.about-topline > span {
  color: rgba(255, 250, 243, 0.5);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-content h2 {
  max-width: 10ch;
  margin: 48px 0 0;
  color: #fffaf3;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(3rem, 4.5vw, 4.8rem);
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.about-lead {
  max-width: 55ch;
  margin: 30px 0 0;
  color: rgba(255, 250, 243, 0.67);
  font-size: 0.98rem;
  line-height: 1.75;
}

.about-principles {
  display: grid;
  margin-top: auto;
  padding-top: 34px;
}

.about-principles article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.about-principles article > span {
  color: #d9a66e;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.about-principles .about-principle-icon {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: -6px;
  border: 1px solid rgba(217, 166, 110, 0.48);
  border-radius: 50%;
}

.about-principle-icon-wood::before,
.about-principle-icon-wood::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #d9a66e;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%) rotate(-16deg);
}

.about-principle-icon-wood::before {
  width: 13px;
  height: 18px;
}

.about-principle-icon-wood::after {
  width: 5px;
  height: 10px;
}

.about-principle-icon-detail::before,
.about-principle-icon-detail::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #d9a66e;
  content: "";
  transform: translate(-50%, -50%);
}

.about-principle-icon-detail::before {
  width: 13px;
  height: 1px;
}

.about-principle-icon-detail::after {
  width: 1px;
  height: 13px;
}

.about-principle-icon-detail {
  background: radial-gradient(circle, #d9a66e 0 2px, transparent 2.5px);
}

.about-principles h3 {
  margin: -4px 0 7px;
  color: #fffaf3;
  font-size: 1rem;
}

.about-principles p {
  max-width: 46ch;
  margin: 0;
  color: rgba(255, 250, 243, 0.56);
  font-size: 0.84rem;
  line-height: 1.65;
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-image-in {
  from {
    transform: scale(1.035);
  }
  to {
    transform: scale(1);
  }
}

@media (max-width: 1050px) {
  .site-header {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .site-nav {
    display: none;
  }

  .hero-content {
    width: min(540px, 60vw);
  }
}

@media (max-width: 900px) {
  .about-shell {
    grid-template-columns: 1fr;
  }

  .about-visual {
    min-height: 540px;
  }

  .about-content {
    min-height: 620px;
  }
}

@media (max-width: 720px) {
  .content-layer {
    margin-top: -32px;
    border-radius: 26px 26px 0 0;
  }

  .site-header {
    position: fixed;
    top: 12px;
    width: calc(100vw - 24px);
    padding: 0;
    border-radius: 0;
  }

  .about-section {
    padding: 54px 0 76px;
  }

  .about-shell {
    border-radius: 24px;
  }

  .about-visual {
    min-height: 390px;
  }

  .about-visual figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .about-content {
    min-height: 0;
    padding: 30px 24px 26px;
  }

  .about-topline {
    align-items: flex-start;
  }

  .about-content h2 {
    margin-top: 36px;
    font-size: clamp(2.65rem, 13vw, 3.6rem);
  }

  .about-lead {
    margin-top: 24px;
  }

  .about-principles {
    margin-top: 34px;
    padding-top: 0;
  }

  .brand {
    gap: 0;
  }

  .brand-copy strong {
    font-size: 0.85rem;
  }

  .header-cta {
    min-height: 38px;
    padding-inline: 15px;
  }

  .hero-full {
    min-height: 720px;
    height: 100svh;
    margin-top: 0;
  }

  .hero-background img {
    object-position: 68% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(17, 14, 11, 0.24) 0%, rgba(17, 14, 11, 0.44) 36%, rgba(17, 14, 11, 0.97) 82%),
      linear-gradient(90deg, rgba(17, 14, 11, 0.72), rgba(17, 14, 11, 0.08));
  }

  .hero-frame {
    align-items: end;
    width: calc(100vw - 32px);
    padding: 120px 0 42px;
  }

  .hero-content {
    width: 100%;
  }

  .hero-brand-line {
    font-size: 0.72rem;
  }

  .hero-title-line {
    max-width: 11ch;
    font-size: clamp(3.25rem, 14.3vw, 4.15rem);
    line-height: 1.05;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 27px;
  }

  .hero-actions .button {
    min-height: 46px;
    padding-inline: 12px;
    font-size: 0.78rem;
  }

  .hero-details {
    gap: 13px;
    margin-top: 20px;
    font-size: 0.58rem;
  }

  .hero-details span + span {
    padding-left: 13px;
  }

}

@media (max-height: 760px) and (min-width: 721px) {
  .hero-frame {
    padding-top: 78px;
  }

  .hero-title-line {
    font-size: clamp(3.1rem, 4.7vw, 4.25rem);
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-details {
    margin-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-background,
  .hero-frame {
    opacity: 1;
    transform: none;
  }

  .hero-background img,
  .hero-content {
    animation: none;
  }
}

/* Cohesive editorial content system */
.content-layer {
  background:
    radial-gradient(circle at 7% 4%, rgba(205, 169, 128, 0.16), transparent 23%),
    #f3eee7;
}

.trust-strip {
  gap: 0;
  padding: 42px 0 22px;
  border-bottom: 1px solid rgba(41, 30, 21, 0.13);
}

.trust-strip article {
  min-height: 82px;
  padding: 8px 26px;
  border: 0;
  border-right: 1px solid rgba(41, 30, 21, 0.13);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.trust-strip article:first-child {
  padding-left: 0;
}

.trust-strip article:last-child {
  padding-right: 0;
  border-right: 0;
}

.trust-strip strong {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-strip span {
  max-width: 25ch;
  color: #7e7268;
  font-size: 0.78rem;
  line-height: 1.55;
}

.section-index {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #65594f;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.section-index > span {
  color: #aa713f;
}

.section-index-light {
  color: rgba(255, 250, 243, 0.54);
}

.section-index-light > span {
  color: #dfa76d;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  padding-top: 24px;
  border-top: 1px solid rgba(41, 30, 21, 0.14);
}

.section-intro .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.38fr);
  gap: 40px;
  align-items: end;
  max-width: none;
  margin: 0 0 52px;
}

.section-intro h2,
.gallery-head h2,
.quality-intro h2,
.faq-heading h2,
.process-head h2 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-weight: 540;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.section-intro h2 {
  max-width: 13ch;
  font-size: clamp(3.5rem, 5.6vw, 5.75rem);
}

.section-intro h2 em,
.quality-intro h2 em {
  color: #a46c3b;
  font-style: normal;
  font-weight: 430;
}

.section-intro .section-heading > p,
.gallery-head > p,
.quality-intro > p,
.faq-heading > p,
.process-head > p {
  margin: 0;
  color: #76695f;
  font-size: 0.92rem;
  line-height: 1.75;
}

.about-section { padding-bottom: 64px; }
.solutions-section { padding: 72px 0 112px; }

.solutions-showcase {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 310px 284px 176px;
  gap: 16px;
}

.solution-feature,
.solution-tile,
.solution-note {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.solution-feature {
  grid-column: 1 / span 7;
  grid-row: 1 / span 3;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background: #e1d3c2;
}

.solution-visual {
  min-height: 0;
  overflow: hidden;
}

.solution-visual img,
.solution-tile > img,
.gallery-item img,
.contact-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.solution-feature:hover .solution-visual img,
.solution-tile:hover > img,
.gallery-item:hover img {
  transform: scale(1.025);
}

.solution-copy {
  display: grid;
  grid-template-columns: 0.56fr 1fr;
  gap: 16px 34px;
  padding: 30px 32px 34px;
}

.solution-copy > span,
.solution-tile span {
  color: #756456;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.solution-copy h3,
.solution-tile h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.25vw, 2.45rem);
  font-weight: 560;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.solution-copy p {
  grid-column: 2;
  max-width: 39ch;
  margin: 0;
  color: #76695f;
  font-size: 0.86rem;
  line-height: 1.7;
}

.solution-tile {
  grid-column: 8 / span 5;
  isolation: isolate;
  color: #fffaf3;
}

.solution-tile::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(17, 13, 10, 0.04) 24%, rgba(17, 13, 10, 0.82) 100%);
  content: "";
}

.solution-tile > img {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.solution-tile > div {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
}

.solution-tile span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 250, 243, 0.64);
}

.solution-tile h3 {
  max-width: 15ch;
  font-size: clamp(1.5rem, 2vw, 2.15rem);
}

.solution-tile-dark {
  grid-row: 1;
}

.solution-tile-warm {
  grid-row: 2;
}

.solution-note {
  grid-column: 8 / span 5;
  grid-row: 3;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px 22px;
  align-content: center;
  padding: 28px;
  background: #b9783e;
  color: #1b140f;
}

.solution-note > span {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.solution-note p {
  max-width: 27ch;
  margin: 0;
  font-size: 1.15rem;
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.solution-note a {
  grid-column: 2;
  width: fit-content;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(27, 20, 15, 0.45);
  font-size: 0.72rem;
  font-weight: 800;
}

.solution-note b,
.process-footer b {
  margin-left: 8px;
  font-size: 1rem;
}

.process-section { padding: 0 0 112px; }

.process-shell {
  overflow: hidden;
  padding: clamp(42px, 5vw, 68px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 10%, rgba(183, 118, 61, 0.2), transparent 31%),
    #1a1714;
  color: #fffaf3;
  box-shadow: 0 34px 90px rgba(30, 19, 12, 0.18);
}

.process-head {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr) minmax(210px, 0.42fr);
  gap: 36px;
  align-items: end;
  padding-bottom: 54px;
}

.process-head h2 {
  max-width: 12ch;
  color: #fffaf3;
  font-size: clamp(3rem, 5vw, 5.1rem);
}

.process-head > p {
  color: rgba(255, 250, 243, 0.51);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.process-grid article {
  position: relative;
  min-height: 330px;
  padding: 30px 26px 22px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.process-grid article:first-child {
  padding-left: 0;
}

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

.process-grid article::before {
  position: absolute;
  top: -5px;
  left: 26px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d99b5e;
  content: "";
}

.process-grid article:first-child::before {
  left: 0;
}

.process-grid strong {
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 250, 243, 0.09);
  font-size: clamp(4rem, 6vw, 6.5rem);
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.92;
}

.process-grid article > span {
  display: block;
  margin-top: 36px;
  color: #dca36b;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.process-grid h3 {
  max-width: 12ch;
  margin: 10px 0 13px;
  color: #fffaf3;
  font-size: 1.2rem;
  font-weight: 560;
  letter-spacing: -0.03em;
}

.process-grid p {
  color: rgba(255, 250, 243, 0.5);
  font-size: 0.8rem;
  line-height: 1.7;
}

.process-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 250, 243, 0.46);
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.process-footer a {
  color: #fffaf3;
}

.gallery-section { padding: 0 0 68px; }

.gallery-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr) minmax(220px, 0.36fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 52px;
  padding-top: 24px;
  border-top: 1px solid rgba(41, 30, 21, 0.14);
}

.gallery-head h2 {
  max-width: 10ch;
  font-size: clamp(3.5rem, 5.6vw, 5.75rem);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 336px 336px 410px;
  gap: 16px;
}

.gallery-item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 26px;
  background: #ded3c5;
  box-shadow: none;
  cursor: pointer;
  isolation: isolate;
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(16, 12, 9, 0.72) 100%);
  content: "";
}

.gallery-item img {
  min-height: 0;
}

.gallery-item > span,
.gallery-item figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0;
  background: transparent;
  color: #fffaf3;
  text-align: left;
  backdrop-filter: none;
}

.gallery-item small {
  color: rgba(255, 250, 243, 0.58);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.gallery-item strong {
  font-size: 0.9rem;
  font-weight: 650;
}

.gallery-item-1 {
  grid-column: 1 / span 7;
  grid-row: 1 / span 2;
}

.gallery-item-2,
.gallery-item-3 {
  grid-column: 8 / span 5;
}

.gallery-item-2 { grid-row: 1; }
.gallery-item-3 { grid-row: 2; }
.gallery-item-4 { grid-column: 1 / span 4; grid-row: 3; }
.gallery-item-5 { grid-column: 5 / span 4; grid-row: 3; }
.gallery-item-6 { grid-column: 9 / span 4; grid-row: 3; }

.quality-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(60px, 9vw, 132px);
  padding: 96px 0 72px;
  border-top: 1px solid rgba(41, 30, 21, 0.14);
}

.quality-intro h2 {
  max-width: 10ch;
  margin-top: 36px;
  font-size: clamp(3.5rem, 5.2vw, 5.45rem);
}

.quality-intro > p {
  max-width: 45ch;
  margin-top: 30px;
}

.quality-list {
  border-top: 1px solid rgba(41, 30, 21, 0.16);
}

.quality-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 24px;
  padding: 34px 0 38px;
  border-bottom: 1px solid rgba(41, 30, 21, 0.16);
}

.quality-list article > span {
  color: #a46c3b;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.quality-list h3 {
  max-width: 22ch;
  margin: -6px 0 16px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 560;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.quality-list p {
  max-width: 55ch;
  margin: 0;
  color: #76695f;
  font-size: 0.86rem;
  line-height: 1.75;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 9vw, 130px);
  padding: 96px 0;
  border-top: 1px solid rgba(41, 30, 21, 0.14);
}

.faq-heading h2 {
  max-width: 9ch;
  margin-top: 36px;
  font-size: clamp(3rem, 4.6vw, 4.8rem);
}

.faq-heading > p {
  max-width: 38ch;
  margin-top: 28px;
}

.faq-list {
  gap: 0;
  border-top: 1px solid rgba(41, 30, 21, 0.17);
}

.faq-list details {
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(41, 30, 21, 0.17);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-list summary {
  position: relative;
  padding: 27px 56px 27px 0;
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  color: #a46c3b;
  font-size: 1.4rem;
  font-weight: 400;
  content: "+";
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 64ch;
  padding: 0 52px 28px 0;
  color: #76695f;
  font-size: 0.88rem;
  line-height: 1.75;
}

.contact-section {
  width: var(--container);
  padding: 0 0 34px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
  grid-template-rows: auto auto;
  gap: 0;
  min-height: 700px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 34px;
  background: #181512;
  box-shadow: 0 34px 90px rgba(30, 19, 12, 0.2);
}

.contact-visual {
  grid-row: 1 / span 2;
  min-height: 700px;
  overflow: hidden;
}

.contact-visual img {
  object-position: center;
}

.contact-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(44px, 5vw, 72px) clamp(38px, 6vw, 84px) 42px;
  color: #fffaf3;
}

.contact-copy h2 {
  max-width: 11ch;
  margin: 64px 0 26px;
  color: #fffaf3;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(3.5rem, 5.4vw, 5.8rem);
  font-weight: 540;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.contact-copy > p {
  max-width: 52ch;
  color: rgba(255, 250, 243, 0.57);
  font-size: 0.9rem;
  line-height: 1.75;
}

.contact-phone {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 30px;
  align-items: end;
  margin-top: auto;
  padding: 24px 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: #fffaf3;
}

.contact-phone small {
  grid-column: 1 / span 2;
  color: #dda36a;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-phone strong {
  font-size: clamp(1.8rem, 3.4vw, 3.4rem);
  font-weight: 540;
  letter-spacing: -0.05em;
}

.contact-phone > span {
  font-size: 1.8rem;
}

.contact-meta {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 1fr;
  gap: 0;
  align-content: end;
  padding: 0 clamp(38px, 6vw, 84px) 52px;
}

.contact-line {
  min-height: 95px;
  padding: 20px 22px 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: transparent;
}

.contact-line + .contact-line {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-line strong {
  color: #fffaf3;
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-line span {
  color: rgba(255, 250, 243, 0.46);
  font-size: 0.72rem;
  line-height: 1.55;
}

.site-footer {
  padding: 32px 0 42px;
  border-top: 1px solid rgba(41, 30, 21, 0.13);
  color: #786b61;
  font-size: 0.78rem;
}

.site-footer a {
  color: #3d332c;
  font-weight: 700;
}

@media (max-width: 1050px) {
  .section-intro,
  .gallery-head {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .section-intro .section-heading,
  .gallery-head h2,
  .gallery-head > p {
    grid-column: 2;
  }

  .section-intro .section-heading {
    grid-template-columns: 1fr;
  }

  .gallery-head > p {
    max-width: 50ch;
  }

  .process-head {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .process-head > p {
    grid-column: 2;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid article:nth-child(2) {
    border-right: 0;
  }

  .process-grid article:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .quality-section,
  .faq-section {
    gap: 64px;
  }

  .contact-card {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .contact-meta {
    grid-template-columns: 1fr;
  }

  .contact-line + .contact-line {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 34px;
  }

  .trust-strip article,
  .trust-strip article:first-child,
  .trust-strip article:last-child {
    min-height: 94px;
    padding: 15px 14px;
    border-right: 1px solid rgba(41, 30, 21, 0.13);
    border-bottom: 1px solid rgba(41, 30, 21, 0.13);
  }

  .trust-strip article:nth-child(even) {
    border-right: 0;
  }

  .solutions-section,
  .quality-section,
  .faq-section {
    padding: 82px 0 96px;
  }

  .section-intro,
  .gallery-head,
  .process-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-intro .section-heading,
  .gallery-head h2,
  .gallery-head > p,
  .process-head > p {
    grid-column: 1;
  }

  .section-intro .section-heading {
    gap: 24px;
    margin-bottom: 38px;
  }

  .section-intro h2,
  .gallery-head h2,
  .quality-intro h2 {
    font-size: clamp(3rem, 14vw, 4.1rem);
  }

  .solutions-showcase {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
  }

  .solution-feature,
  .solution-tile,
  .solution-note {
    grid-column: 1;
    grid-row: auto;
    border-radius: 23px;
  }

  .solution-feature {
    display: block;
  }

  .solution-visual {
    height: 440px;
  }

  .solution-copy {
    grid-template-columns: 1fr;
    padding: 26px 24px 30px;
  }

  .solution-copy p {
    grid-column: 1;
  }

  .solution-tile {
    min-height: 420px;
  }

  .solution-note {
    min-height: 190px;
  }

  .process-section {
    width: 100%;
    padding-bottom: 96px;
  }

  .process-shell {
    padding: 42px 20px 34px;
    border-radius: 0;
  }

  .process-head {
    padding-bottom: 40px;
  }

  .process-head h2,
  .faq-heading h2 {
    font-size: clamp(2.85rem, 13vw, 4rem);
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid article,
  .process-grid article:first-child,
  .process-grid article:last-child {
    min-height: 0;
    padding: 30px 0 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .process-grid article:nth-child(n + 3) {
    border-top: 0;
  }

  .process-grid article::before {
    left: 0;
  }

  .process-grid article > span {
    margin-top: 24px;
  }

  .process-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-section {
    padding: 0 0 96px;
  }

  .gallery-head {
    margin-bottom: 38px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
  }

  .gallery-item-1,
  .gallery-item-2,
  .gallery-item-3,
  .gallery-item-4,
  .gallery-item-5,
  .gallery-item-6 {
    grid-column: 1;
    grid-row: auto;
    min-height: 420px;
  }

  .gallery-item-1 {
    min-height: 560px;
  }

  .quality-section,
  .faq-section {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .quality-intro h2,
  .faq-heading h2 {
    margin-top: 30px;
  }

  .quality-list article {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .contact-section {
    width: var(--container);
    padding-bottom: 24px;
  }

  .contact-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
    border-radius: 23px;
  }

  .contact-visual {
    grid-row: auto;
    min-height: 460px;
  }

  .contact-copy {
    padding: 42px 20px 36px;
  }

  .contact-copy h2 {
    margin-top: 46px;
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  .contact-phone {
    margin-top: 48px;
  }

  .contact-meta {
    padding: 0 20px 44px;
  }

  .site-footer {
    padding-inline: 20px;
  }
}
