* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f2f0eb;
  color: #111;
  font-family: Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

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

a:hover {
  opacity: 0.55;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1320px, calc(100% - 56px));
  margin: 0 auto;
  padding: 30px 0 24px;
  background: rgba(242, 240, 235, 0.94);
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}

.brand {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.nav {
  display: flex;
  gap: 34px;
  font-size: 14px;
  font-weight: 700;
  text-transform: lowercase;
}

.nav a.active {
  border-bottom: 1px solid #111;
}

.page {
  width: min(1320px, calc(100% - 56px));
  margin: 0 auto;
  padding: 54px 0 110px;
}

.hero {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 72px;
  align-items: end;
  padding: 36px 0 76px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}

.hero-kicker,
.section-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(48px, 8vw, 118px);
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 470px;
  margin-left: auto;
}

.hero-copy p {
  margin: 0 0 24px;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 1.55;
}

.soft-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #111;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.featured-frame {
  margin: 50px 0 64px;
}

.large-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 620px;
  aspect-ratio: 16 / 8.5;
  background: linear-gradient(135deg, rgba(17,17,17,0.08), rgba(17,17,17,0.02)), #dedbd3;
  border: 1px solid rgba(17,17,17,0.16);
  color: #777;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin: 0 0 28px;
}

.section-head h2,
.page-title {
  margin: 0;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.section-head p,
.intro {
  max-width: 460px;
  margin: 0;
  color: #505050;
  font-size: 16px;
  line-height: 1.55;
}

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

.photo-placeholder,
.video-placeholder,
.portrait-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17,17,17,0.14);
  background: linear-gradient(135deg, rgba(17,17,17,0.08), rgba(17,17,17,0.015)), #e2dfd8;
  color: #777;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.photo-placeholder {
  aspect-ratio: 4 / 5;
}

.motion-list {
  display: grid;
  gap: 76px;
  margin-top: 42px;
}

.motion-item {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 56px;
  align-items: center;
  padding-top: 34px;
  border-top: 1px solid rgba(17,17,17,0.14);
}

.motion-copy h2 {
  margin: 0 0 16px;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.motion-copy p,
.about-copy p {
  margin: 0 0 14px;
  color: #454545;
  font-size: 16px;
  line-height: 1.6;
}

.video-placeholder {
  aspect-ratio: 16 / 9;
  min-height: 330px;
}

.about-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 84px;
  align-items: start;
  margin-top: 44px;
}

.portrait-placeholder {
  aspect-ratio: 4 / 5;
  min-height: 560px;
}

.about-copy {
  max-width: 650px;
}

.about-copy .lead {
  color: #111;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.info-list {
  display: grid;
  gap: 10px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(17,17,17,0.14);
}

.back-to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17,17,17,0.18);
  background: rgba(242,240,235,0.88);
  font-size: 26px;
}

@media (max-width: 980px) {
  .hero,
  .motion-item,
  .about-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-copy {
    margin-left: 0;
  }

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

  .large-placeholder {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: min(100% - 28px, 1320px);
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 24px 0 18px;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px;
  }

  .page {
    width: min(100% - 28px, 1320px);
    padding: 34px 0 82px;
  }

  .hero {
    padding: 20px 0 48px;
  }

  .section-head {
    display: block;
  }

  .section-head p {
    margin-top: 18px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .large-placeholder,
  .video-placeholder,
  .portrait-placeholder {
    min-height: 260px;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
  }
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}

.whatsapp-float {
  position: fixed;
  right: 92px;
  bottom: 28px;
  z-index: 30;
  min-width: 112px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(17,17,17,0.18);
  background: rgba(17,17,17,0.92);
  color: #f2f0eb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.whatsapp-float:hover {
  opacity: 0.82;
}

@media (max-width: 640px) {
  .whatsapp-float {
    right: 76px;
    bottom: 16px;
    min-width: 98px;
    height: 48px;
    font-size: 11px;
  }
}


.home-about {
  padding-top: 64px;
  border-top: 1px solid rgba(17,17,17,0.14);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: center;
  margin-top: 48px;
}

.contact-placeholder {
  min-height: 520px;
  aspect-ratio: 4 / 3;
}

.contact-list a {
  border-bottom: 1px solid rgba(17,17,17,0.45);
}

@media (max-width: 980px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
