:root {
  --ink: #f7f2e8;
  --paper: #f5efe4;
  --dark: #11110f;
  --charcoal: #1d1d1b;
  --muted: #9f988b;
  --line: rgba(247, 242, 232, 0.16);
  --line-dark: rgba(17, 17, 15, 0.12);
  --copper: #c18455;
  --sage: #8fa08b;
  --steel: #85939b;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { width: 100%; overflow-x: hidden; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--ink);
  background: var(--dark);
  letter-spacing: 0;
  width: 100%;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 72%);
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
  z-index: 0;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.site-shell { position: relative; z-index: 1; overflow: hidden; }

/* ── Header ── */
.site-header {
  position: relative;
  z-index: 20;
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.brand img { width: 156px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a {
  padding: 10px 16px;
  color: rgba(247, 242, 232, 0.74);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.site-nav a:hover,
.site-nav a.is-active { color: var(--ink); }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

/* ── Full-bleed Layout ── */
.full-bleed {
  min-height: 100vh;
  padding: 140px max(28px, calc((100vw - var(--max)) / 2)) 84px;
}

/* ── Hero ── */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  align-items: start;
  gap: 54px;
  background: #11110f;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24vh;
  background: linear-gradient(to bottom, transparent, #171713);
}

/* ── Hero Slider ── */
.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: 250% 100%;
  background-position: 14% center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.hero-slide.is-active {
  opacity: 1;
  z-index: 1;
  animation: kenBurns 8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(17,17,15,0.95) 0%, rgba(17,17,15,0.66) 38%, rgba(17,17,15,0.12) 72%, rgba(17,17,15,0.48) 100%), linear-gradient(0deg, rgba(17,17,15,0.72), transparent 42%);
}

.hero-copy {
  align-self: center;
  padding-bottom: 90px;
}

.hero-copy h1 {
  max-width: 650px;
  font-size: clamp(48px, 6.6vw, 96px);
  text-wrap: balance;
}

.hero-copy > p:last-of-type { color: rgba(247,242,232,0.8); }

.hero-proof {
  position: absolute;
  right: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 108px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(320px, 30vw);
  padding: 15px 18px;
  border-left: 2px solid var(--copper);
  background: rgba(17,17,15,0.64);
  backdrop-filter: blur(12px);
}

.hero-proof-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(247,242,232,0.4);
  border-radius: 50%;
  color: var(--copper);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.hero-proof div { display: grid; gap: 4px; }
.hero-proof strong { font-size: 12px; text-transform: uppercase; }
.hero-proof div span { color: rgba(247,242,232,0.58); font-size: 11px; line-height: 1.4; }
.hero-proof b { margin-left: auto; color: var(--copper); font: 800 20px/1 "Bebas Neue", sans-serif; }

.hero-caption {
  position: absolute;
  right: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 36px;
  z-index: 3;
  display: grid;
  gap: 3px;
  width: min(320px, 30vw);
  color: rgba(247,242,232,0.58);
  font-size: 11px;
  text-transform: uppercase;
}

.hero-caption strong { color: var(--ink); font-size: 13px; }
.hero-caption span:first-child { color: var(--copper); font-weight: 800; }

/* ── Hero Video Background ── */
.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-video.is-ready {
  opacity: 1;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transform: scale(1.02);
  transition: transform 0.2s ease;
}

.hero.has-video .hero-slide {
  opacity: 0 !important;
  pointer-events: none;
}

/* ── Ken Burns effect on slider images ── */
@keyframes kenBurns {
  0% {
    transform: scale(1.08);
    transform-origin: center;
  }
  100% {
    transform: scale(1);
    transform-origin: center;
  }
}

/* ── Hero Particles ── */
.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}

/* ── Floating Fragments ── */
.hero-fragments {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.fragment {
  position: absolute;
  border: 1px solid rgba(247,242,232,0.10);
  background: rgba(247,242,232,0.03);
  transform-style: preserve-3d;
  animation: fragmentDrift 20s ease-in-out infinite;
}

.fragment:nth-child(1) {
  width: 120px; height: 80px;
  left: 8%; top: 22%;
  animation-duration: 22s;
  animation-delay: -3s;
  transform: rotateX(52deg) rotateZ(32deg);
}

.fragment:nth-child(2) {
  width: 60px; height: 60px;
  right: 15%; top: 35%;
  animation-duration: 18s;
  animation-delay: -7s;
  border-radius: 50%;
  border-color: rgba(193,132,85,0.15);
  background: rgba(193,132,85,0.06);
}

.fragment:nth-child(3) {
  width: 80px; height: 140px;
  left: 45%; bottom: 15%;
  animation-duration: 25s;
  animation-delay: -11s;
  transform: rotateX(48deg) rotateZ(-18deg);
  background: rgba(133,147,155,0.04);
}

.fragment:nth-child(4) {
  width: 40px; height: 40px;
  right: 30%; top: 12%;
  animation-duration: 16s;
  animation-delay: -5s;
  border-color: rgba(143,160,139,0.12);
  transform: rotate(45deg);
}

@keyframes fragmentDrift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(var(--rot, 0deg)); opacity: 0.4; }
  25% { transform: translate3d(24px, -18px, 10px) rotate(var(--rot, 2deg)); opacity: 0.8; }
  50% { transform: translate3d(-12px, 24px, -6px) rotate(var(--rot, -1deg)); opacity: 0.5; }
  75% { transform: translate3d(18px, -8px, 14px) rotate(var(--rot, 3deg)); opacity: 0.7; }
}

.fragment:nth-child(1) { --rot: 32deg; }
.fragment:nth-child(2) { --rot: 0deg; }
.fragment:nth-child(3) { --rot: -18deg; }
.fragment:nth-child(4) { --rot: 45deg; }

/* ── Stagger Entry Animation ── */
.animate-children .stagger-item {
  opacity: 0;
  transform: translateY(28px);
}

.animate-children.is-visible .stagger-item {
  animation: staggerSlide 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.animate-children.is-visible .stagger-item:nth-child(1) { animation-delay: 0.1s; }
.animate-children.is-visible .stagger-item:nth-child(2) { animation-delay: 0.25s; }
.animate-children.is-visible .stagger-item:nth-child(3) { animation-delay: 0.4s; }
.animate-children.is-visible .stagger-item:nth-child(4) { animation-delay: 0.55s; }

@keyframes staggerSlide {
  to { opacity: 1; transform: translateY(0); }
}

/* Hero slide CTA */
.hero-slide .slide-cta {
  position: absolute;
  left: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 120px;
  z-index: 4;
  display: flex;
  gap: 12px;
  align-items: center;
}

.hero-slide .slide-cta .button { min-height: 44px; padding: 0 18px; }

@media (max-width: 880px) {
  .hero-slide .slide-cta { left: 28px; bottom: 80px; }
}

/* ── Hero Indicators ── */

.hero-indicators {
  position: absolute;
  left: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 72px;
  z-index: 3;
  display: flex;
  gap: 12px;
}

.hero-dot {
  width: 40px;
  height: 3px;
  border: none;
  border-radius: 2px;
  background: rgba(247,242,232,0.25);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hero-dot.is-active { background: rgba(247,242,232,0.5); }

.hero-dot .dot-fill {
  position: absolute;
  inset: 0;
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: left;
}

.hero-dot.is-active .dot-fill {
  /* duration is now set dynamically by JS to match SLIDE_DELAY; keep a sensible fallback */
  animation: dotFill 7s linear forwards;
}

@keyframes dotFill {
  to { transform: scaleX(1); }
}

.hero-dot:hover {
  background: rgba(247,242,232,0.4);
  transform: scaleY(1.5);
}

/* ── Model Float ── */
.model-stage [data-float] {
  animation: modelFloat 5s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * -0.8s);
}

@keyframes modelFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 calc(var(--float, -1) * -6px); }
}

/* ── Hero Content Layers ── */
.hero-copy,
.page-hero-copy,
.section-copy,
.section-heading {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.section-label {
  margin: 0 0 18px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

h1, h2, h3 {
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  margin: 0;
  line-height: 0.98;
  letter-spacing: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

h1 { font-size: clamp(54px, 8vw, 118px); max-width: 760px; }
h2 { font-size: clamp(34px, 5vw, 68px); }
h3 { font-size: 22px; }
p { color: rgba(247, 242, 232, 0.72); line-height: 1.78; }

.hero-copy > p:last-of-type,
.page-hero-copy > p:last-of-type {
  max-width: 560px;
  font-size: clamp(18px, 2vw, 24px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.button.primary {
  background: var(--copper);
  border-color: var(--copper);
  color: #181512;
}

.button.ghost { background: rgba(255,255,255,0.05); }

.text-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--copper);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}

/* ── Perspective / Tilt ── */
.hero-model,
.project-cube,
.floating-plan,
.contact-visual {
  transform: perspective(1100px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform 180ms ease-out;
  transform-style: preserve-3d;
}

.model-stage {
  position: relative;
  height: min(62vw, 620px);
  min-height: 420px;
  transform: rotateX(58deg) rotateZ(-35deg);
  transform-style: preserve-3d;
}

.slab, .tower, .glass-panel, .model-grid {
  position: absolute;
  border: 1px solid rgba(247,242,232,0.22);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}

.slab {
  background: linear-gradient(135deg, rgba(247,242,232,0.18), rgba(247,242,232,0.04));
}

.slab-a { width: 420px; height: 270px; left: 80px; top: 210px; }
.slab-b { width: 320px; height: 190px; left: 230px; top: 84px; transform: translateZ(44px); }
.slab-c { width: 250px; height: 160px; left: 36px; top: 90px; transform: translateZ(86px); background: rgba(143,160,139,0.16); }

.tower {
  width: 84px;
  height: 180px;
  background: linear-gradient(180deg, rgba(193,132,85,0.72), rgba(112,83,58,0.56));
}

.tower-a { left: 136px; top: 90px; transform: translateZ(150px); }
.tower-b { left: 362px; top: 176px; height: 230px; transform: translateZ(108px); background: rgba(133,147,155,0.38); }
.tower-c { left: 250px; top: 280px; height: 120px; transform: translateZ(190px); }

.glass-panel {
  width: 260px;
  height: 340px;
  left: 300px;
  top: 30px;
  transform: translateZ(220px) rotateX(-90deg);
  background: linear-gradient(135deg, rgba(255,255,255,0.3), rgba(255,255,255,0.04));
}

.model-grid {
  inset: 8% 5%;
  background:
    linear-gradient(rgba(247,242,232,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247,242,232,0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  box-shadow: none;
  opacity: 0.75;
}

.scroll-cue {
  position: absolute;
  left: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 26px;
  z-index: 3;
  color: rgba(247,242,232,0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

/* ── Section Padding ── */
.split-section,
.services-section,
.projects-preview,
.vision-band,
.page-hero,
.project-gallery,
.contact-grid {
  padding: 110px max(28px, calc((100vw - var(--max)) / 2));
}

.map-band {
  padding: 0;
  display: flex;
  justify-content: center;
  background: #171713;
}

.map-band iframe {
  width: 100%;
  max-width: var(--max);
  height: 480px;
  border: none;
  display: block;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 72px;
  align-items: center;
  background: #171713;
}

.section-copy p { max-width: 720px; }

.image-depth {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}

.image-depth img,
.contact-visual img,
.image-stack img {
  width: min(100%, 560px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--line);
  filter: grayscale(0.2) contrast(1.08);
  box-shadow: var(--shadow);
}

.depth-card {
  position: absolute;
  right: 0;
  bottom: 34px;
  width: 190px;
  padding: 22px;
  background: var(--paper);
  color: var(--dark);
  transform: translateZ(80px);
}

.depth-card strong { display: block; font-size: 42px; font-family: "Plus Jakarta Sans", sans-serif; }
.depth-card span { color: rgba(17,17,15,0.68); font-size: 13px; font-weight: 700; }

/* ── Services ── */
.services-section {
  background: var(--paper);
  color: var(--dark);
}

.services-section p { color: rgba(17,17,15,0.66); }

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.6fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 44px;
}

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

.service-card {
  min-height: 330px;
  padding: 34px;
  border: 1px solid var(--line-dark);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.7), rgba(255,255,255,0.24)),
    var(--paper);
  box-shadow: 0 30px 80px rgba(17,17,15,0.08);
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 44px 100px rgba(17,17,15,0.16);
}

.service-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 58px;
}

/* ── Projects Preview ── */
.projects-preview { background: #171713; }

.project-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 14px;
  perspective: 1200px;
}

.project-tile {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.035));
  border: 1px solid var(--line);
  transform: rotateY(calc((3 - var(--i)) * 2.4deg));
  transition: transform 220ms ease, background 220ms ease;
}

.project-tile:hover { transform: translateY(-8px) rotateY(0deg); background: rgba(193,132,85,0.16); }
.project-tile span, .project-card span { color: var(--copper); font-size: 13px; font-weight: 800; }
.project-tile strong { font-family: "Plus Jakarta Sans"; font-size: 24px; line-height: 1.1; }
.project-tile em { color: rgba(247,242,232,0.62); font-size: 13px; font-style: normal; font-weight: 800; text-transform: uppercase; }

/* ── Vision ── */
.vision-band {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 70px;
  align-items: center;
  background: #20201d;
}

.vision-model {
  position: relative;
  min-height: 420px;
  perspective: 1000px;
}

.axon-block,
.axon-line {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid var(--line);
  transform-style: preserve-3d;
}

.axon-block {
  width: 210px;
  height: 210px;
  background: rgba(193,132,85,0.32);
  transform: translate(-50%, -50%) rotateX(58deg) rotateZ(45deg);
  box-shadow: var(--shadow);
}

.axon-block.tall { margin-left: -70px; margin-top: -42px; }
.axon-block.low { width: 160px; height: 160px; margin-left: 104px; margin-top: 70px; background: rgba(143,160,139,0.28); }
.axon-line { width: 370px; height: 1px; background: var(--line); }
.line-one { transform: translate(-50%, -50%) rotate(-22deg); }
.line-two { transform: translate(-50%, -50%) rotate(32deg); }

/* ── Page Hero ── */
.page-hero {
  min-height: 74vh;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 54px;
  align-items: center;
  padding-top: 150px;
  background:
    radial-gradient(circle at 70% 24%, rgba(133,147,155,0.26), transparent 26%),
    linear-gradient(135deg, #11110f, #20201d);
}

/* ── Floating Plan ── */
.floating-plan {
  position: relative;
  height: 430px;
  transform-style: preserve-3d;
}

.floating-plan span {
  position: absolute;
  border: 1px solid var(--line);
  background: rgba(247,242,232,0.06);
  box-shadow: var(--shadow);
  transform: rotateX(62deg) rotateZ(-35deg) translateZ(var(--z));
}

.floating-plan span:nth-child(1) { inset: 80px 120px 90px 42px; --z: 0; }
.floating-plan span:nth-child(2) { inset: 40px 40px 160px 180px; --z: 62px; background: rgba(193,132,85,0.18); }
.floating-plan span:nth-child(3) { inset: 210px 70px 60px 170px; --z: 110px; background: rgba(143,160,139,0.16); }
.floating-plan span:nth-child(4) { inset: 150px 220px 120px 20px; --z: 160px; background: rgba(133,147,155,0.18); }

/* ── Image Stack ── */
.image-stack { position: relative; min-height: 550px; }
.image-stack img:first-child { position: absolute; left: 0; top: 0; width: 70%; }
.image-stack img:last-child { position: absolute; right: 0; bottom: 0; width: 48%; }

/* ── Project Cube ── */
.project-cube { position: relative; height: 360px; }
.project-cube div {
  position: absolute;
  width: 210px;
  height: 210px;
  border: 1px solid var(--line);
  background: rgba(247,242,232,0.08);
  box-shadow: var(--shadow);
  transform: rotateX(58deg) rotateZ(45deg) translateZ(var(--z));
}
.project-cube div:nth-child(1) { left: 70px; top: 90px; --z: 0px; }
.project-cube div:nth-child(2) { left: 180px; top: 40px; --z: 80px; background: rgba(193,132,85,0.2); }
.project-cube div:nth-child(3) { left: 260px; top: 150px; --z: 150px; background: rgba(143,160,139,0.16); }

/* ── Project Gallery ── */
.project-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background: var(--paper);
  color: var(--dark);
}
.project-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  min-height: 260px;
  padding: 22px;
  border: 1px solid var(--line-dark);
  background: rgba(255,255,255,0.44);
}
.project-card p { color: rgba(17,17,15,0.64); }
.project-thumb {
  position: relative;
  overflow: hidden;
  background: #1d1d1b;
  min-height: 210px;
  padding: 18px;
}
.mini-model {
  position: absolute;
  inset: 34px;
  transform: rotateX(58deg) rotateZ(-34deg);
  transform-style: preserve-3d;
}
.mini-model i {
  position: absolute;
  border: 1px solid rgba(247,242,232,0.18);
  background: rgba(247,242,232,0.08);
}
.mini-model i:nth-child(1) { inset: 18px; }
.mini-model i:nth-child(2) { width: 70px; height: 120px; left: 50px; top: 10px; transform: translateZ(50px); background: rgba(193,132,85,0.42); }
.mini-model i:nth-child(3) { width: 100px; height: 58px; left: 15px; top: 92px; transform: translateZ(92px); background: rgba(143,160,139,0.32); }

/* ── Contact ── */
.contact-visual img { aspect-ratio: 1 / 1; opacity: 0.62; }
.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 24px;
  background: var(--paper);
  color: var(--dark);
}
.contact-panel,
.contact-form {
  padding: 38px;
  border: 1px solid var(--line-dark);
  background: rgba(255,255,255,0.5);
}
.contact-panel p { color: rgba(17,17,15,0.66); }
.contact-panel a {
  display: block;
  margin-top: 16px;
  color: var(--dark);
  font-weight: 700;
}
.contact-form {
  display: grid;
  gap: 18px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(17,17,15,0.7);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line-dark);
  background: rgba(255,255,255,0.72);
  color: var(--dark);
  padding: 14px;
}

/* ── Footer ── */
.footer {
  padding: 32px max(28px, calc((100vw - var(--max)) / 2)) 20px;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-brand-col img {
  width: 92px;
  height: auto;
}

.footer-brand-col p {
  max-width: 300px;
  margin: 0;
  font-size: 13px;
  color: rgba(247, 242, 232, 0.58);
}

.footer-credit {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: rgba(247, 242, 232, 0.5);
  text-align: center;
}

.footer-credit a {
  color: rgba(247, 242, 232, 0.9);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 24px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(247, 242, 232, 0.74);
  font-size: 12px;
  font-weight: 600;
  transition: color 200ms ease;
}

.footer-links a:hover {
  color: var(--copper);
}

.footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(193, 132, 85, 0.08);
  font-size: 13px;
  flex-shrink: 0;
}

.footer-mail-icon,
.footer-phone-icon,
.footer-location-icon {
  font-style: normal;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social-label {
  color: rgba(247, 242, 232, 0.5);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.footer-social-icons {
  display: flex;
  gap: 8px;
}

.footer-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: rgba(247, 242, 232, 0.6);
  transition: color 200ms ease, background 200ms ease, border-color 200ms ease;
}

.footer-social-icons a:hover {
  color: var(--copper);
  border-color: var(--copper);
  background: rgba(193, 132, 85, 0.1);
}

@media (max-width: 768px) {
  .hero {
    min-height: 92vh;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-top: 118px;
    padding-bottom: 156px;
  }

  .hero-copy { align-self: start; padding-bottom: 0; }
  .hero-copy h1 { font-size: clamp(48px, 14vw, 76px); }
  .hero-proof,
  .hero-caption { right: 28px; width: calc(100% - 56px); }
  .hero-proof { bottom: 78px; }
  .hero-caption { bottom: 28px; }
  .hero-indicators {
    right: 28px;
    bottom: 28px;
    left: 28px;
    gap: 4px;
  }
  .hero-dot { flex: 1; min-width: 0; }
  .hero-proof + .hero-caption { bottom: 22px; transform: translateY(46px); }

  .footer {
    padding-top: 24px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-brand-col {
    flex-direction: column;
    text-align: center;
  }

  .footer-links,
  .footer-social {
    justify-content: center;
  }

  .footer-links {
    text-align: center;
  }
}
