:root {
  --ink: #25211f;
  --paper: #f5f1eb;
  --orange: #e87327;
  --orange2: #f29350;
  --sand: #dfd3c4;
  --brown: #714327;
  --line: #d9d0c6;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  font-family: Arial, sans-serif;
  color: var(--ink);
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.05em;
}
em {
  font-style: italic;
  color: var(--orange);
}
.nav {
  height: 83px;
  padding: 0 6vw;
  display: flex;
  align-items: center;
  gap: 30px;
  background: #f5f1ebe8;
  backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid #ded5ca;
}
.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font: bold 11px/10px Arial;
  letter-spacing: -0.04em;
}
.logo img {
  height: 37px;
  width: 37px;
  object-fit: contain;
}
.logo i {
  font-style: normal;
  color: var(--orange);
}
.nav nav {
  display: flex;
  gap: 28px;
  margin: auto;
}
.nav nav a {
  font-size: 12px;
}
.nav nav a:hover,
.nav nav .active {
  color: var(--orange);
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 16px 19px;
  font-size: 12px;
  font-weight: bold;
  transition: 0.25s;
  border: 1px solid transparent;
}
.button:hover {
  transform: translateY(-3px);
}
.button span {
  font-size: 20px;
  line-height: 10px;
}
.orange {
  background: var(--orange);
  color: #fff;
}
.small {
  padding: 12px 15px;
}
.outline {
  border-color: var(--ink);
}
.burger {
  display: none;
  background: none;
  border: 0;
  font-size: 24px;
}
.hero {
  min-height: 800px;
  padding: 145px 6vw 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero:after {
  content: "";
  position: absolute;
  right: -14vw;
  top: 12%;
  width: 50vw;
  height: 50vw;
  border: 1px solid var(--orange2);
  border-radius: 50%;
  z-index: -1;
}
.hero-copy {
  max-width: 630px;
}
.label {
  font-size: 10px;
  letter-spacing: 0.16em;
  font-weight: bold;
  color: var(--orange);
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(53px, 6.3vw, 92px);
  line-height: 0.97;
}
.hero-copy > p:not(.label) {
  max-width: 425px;
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.65;
  color: #706763;
}
.actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 27px;
}
.round-link {
  font-size: 12px;
  font-weight: bold;
}
.round-link b {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 16px;
  margin-right: 8px;
}
.hero-collage {
  height: 530px;
  position: relative;
}
.hero-main {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 76%;
  height: 90%;
  overflow: hidden;
}
.hero-main:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #0008, transparent 45%);
}
.hero-main img,
.float-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-main figcaption {
  position: absolute;
  bottom: 19px;
  left: 20px;
  color: white;
  font-size: 9px;
  letter-spacing: 0.12em;
  z-index: 1;
}
.float-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 7px solid var(--paper);
  box-shadow: 0 16px 35px #4d2d1c27;
}
.photo-a {
  width: 170px;
  height: 205px;
  left: 0;
  top: 64px;
  animation: drift 6s ease-in-out infinite;
}
.photo-b {
  width: 155px;
  height: 184px;
  left: 85px;
  bottom: 0;
  animation: drift 7s 1s ease-in-out infinite;
}
.circle-text {
  position: absolute;
  right: -22px;
  bottom: 5px;
  background: var(--orange);
  width: 94px;
  height: 94px;
  border-radius: 50%;
  padding: 25px 12px;
  text-align: center;
  color: white;
  font-size: 9px;
  line-height: 1.45;
  transform: rotate(-14deg);
}
@keyframes drift {
  50% {
    transform: translateY(-13px) rotate(1deg);
  }
}
.scroll {
  position: absolute;
  bottom: 25px;
  left: 6vw;
  font-size: 9px;
  letter-spacing: 0.13em;
}
.scroll span {
  display: inline-block;
  width: 58px;
  border-top: 1px solid var(--orange);
  margin-left: 10px;
  vertical-align: middle;
}
.section {
  padding: 120px 9vw;
}
.intro {
  background: #fff;
}
.split {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 70px;
  align-items: end;
}
.section h2 {
  font-size: clamp(39px, 4.6vw, 66px);
  line-height: 1.04;
}
.body-copy {
  color: #6d6662;
  font-size: 16px;
  line-height: 1.7;
}
.text-link {
  display: inline-block;
  margin-top: 27px;
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 7px;
}
.text-link span {
  font-size: 18px;
  margin-left: 18px;
  color: var(--orange);
}
.stats {
  margin-top: 95px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.stats div {
  display: flex;
  gap: 18px;
  align-items: center;
  border-right: 1px solid var(--line);
  padding-right: 20px;
}
.stats div + div {
  padding-left: 27px;
}
.stats div:last-child {
  border: 0;
}
.stats b {
  font: 43px Georgia;
}
.stats b span {
  color: var(--orange);
}
.stats p {
  font-size: 11px;
  line-height: 1.4;
  color: #746d68;
}
.marquee {
  background: var(--orange);
  color: white;
  overflow: hidden;
  padding: 19px 0;
  white-space: nowrap;
}
.marquee div {
  font: 29px Georgia;
  animation: marquee 24s linear infinite;
}
.marquee i {
  font-style: normal;
  margin: 0 18px;
  color: #ffd5a9;
}
@keyframes marquee {
  to {
    transform: translateX(-48%);
  }
}
.services {
  background: #eee5da;
}
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: end;
}
.section-head > p {
  max-width: 275px;
  font-size: 13px;
  line-height: 1.6;
  color: #6e6661;
}
.service-list {
  margin-top: 64px;
  border-top: 1px solid #cdbfae;
}
.service-list a {
  display: grid;
  grid-template-columns: 70px 1fr 260px 30px;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #cdbfae;
  transition: 0.25s;
}
.service-list a:hover {
  padding-left: 18px;
  background: #f8f3ed;
}
.service-list span {
  font-size: 11px;
  color: var(--orange);
}
.service-list h3 {
  font-size: 30px;
}
.service-list p {
  font-size: 12px;
  color: #716965;
}
.service-list b {
  font-size: 22px;
  color: var(--orange);
}
.featured {
  background: #fff;
}
.project-strip {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 16px;
  margin-top: 58px;
}
.project-strip article {
  height: 410px;
  position: relative;
  overflow: hidden;
}
.project-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.project-strip article:hover img {
  transform: scale(1.06);
}
.project-strip article:after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(0deg, #000b, transparent 55%);
}
.project-strip div {
  position: absolute;
  bottom: 23px;
  left: 23px;
  color: #fff;
  z-index: 1;
}
.project-strip small,
.reel small {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #ffd1a8;
}
.project-strip h3 {
  font-size: 23px;
  margin-top: 5px;
}
.reels {
  background: var(--ink);
  color: #fff;
}
.light {
  color: #f4ae7c;
}
.reels .section-head > p {
  color: #c7bdb6;
}
.reel-row {
  display: flex;
  gap: 19px;
  margin-top: 55px;
  overflow: hidden;
}
.reel {
  height: 430px;
  min-width: 245px;
  width: 28%;
  position: relative;
  overflow: hidden;
  background: #000;
}
.reel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.76;
  transition: 0.5s;
}
.reel:hover img {
  transform: scale(1.08);
  opacity: 0.96;
}
.reel:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #000c, transparent 55%);
}
.play {
  position: absolute;
  top: 19px;
  right: 18px;
  z-index: 1;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--orange);
  display: grid;
  place-items: center;
  font-size: 12px;
}
.reel div {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
.reel b {
  display: block;
  font: 28px/1.05 Georgia;
  margin-top: 7px;
}
.reel-note {
  font-size: 10px;
  color: #a69d98;
  margin-top: 22px;
}
.reel-note code {
  color: #f4ae7c;
}
.process {
  background: #f8f6f1;
}
.process h2 {
  margin-top: 18px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 64px;
}
.process-grid article {
  border-top: 1px solid var(--orange);
  padding-top: 19px;
}
.process-grid b {
  font: 11px Arial;
  color: var(--orange);
}
.process-grid h3 {
  font-size: 27px;
  margin: 27px 0 12px;
}
.process-grid p {
  font-size: 13px;
  line-height: 1.6;
  color: #716965;
}
.contact {
  background: #422b20;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
}
.contact-photo {
  height: 630px;
  overflow: hidden;
}
.contact-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: saturate(0.85);
}
.contact-info {
  padding: 95px 9vw 75px 7vw;
}
.contact-info h2 {
  font-size: clamp(38px, 4.1vw, 58px);
  line-height: 1.05;
}
.contact-info > p:not(.label) {
  color: #dbcfc7;
  line-height: 1.7;
  font-size: 14px;
  margin: 22px 0 30px;
  max-width: 400px;
}
.contact-cards {
  border-top: 1px solid #ffffff2c;
}
.contact-cards a {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #ffffff2c;
  transition: 0.2s;
}
.contact-cards a:hover {
  color: #ffbd8a;
  padding-left: 8px;
}
.contact-cards small {
  font-size: 8px;
  letter-spacing: 0.12em;
  color: #f7a36b;
  display: block;
  margin-bottom: 4px;
}
.contact-cards b {
  font-size: 13px;
}
footer {
  padding: 39px 9vw;
  background: #211712;
  color: #e4d9d2;
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}
footer p {
  font-size: 12px;
  flex: 1;
  color: #a99c94;
}
footer div {
  display: flex;
  gap: 17px;
  font-size: 11px;
}
footer small {
  font-size: 9px;
  width: 100%;
  padding-top: 17px;
  border-top: 1px solid #ffffff20;
  color: #877a73;
}
.gallery-page {
  padding-top: 83px;
}
.gallery-hero {
  padding: 85px 9vw 70px;
  background: #eee5da;
}
.gallery-hero h1 {
  font-size: clamp(50px, 7vw, 96px);
  line-height: 0.95;
  max-width: 810px;
}
.gallery-hero p {
  margin-top: 22px;
  color: #716965;
  max-width: 460px;
  line-height: 1.6;
  font-size: 14px;
}
.filter-bar {
  padding: 22px 9vw;
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.filter {
  padding: 9px 13px;
  background: transparent;
  border: 1px solid var(--line);
  font-size: 11px;
  cursor: pointer;
}
.filter.active,
.filter:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.gallery-grid {
  padding: 35px 9vw 95px;
  columns: 3 260px;
  column-gap: 15px;
}
.gallery-item {
  margin: 0 0 15px;
  break-inside: avoid;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #ddd;
}
.gallery-item img {
  display: block;
  width: 100%;
  transition: transform 0.5s;
}
.gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-item:after {
  content: "↗";
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: var(--orange);
  color: white;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s;
}
.gallery-item:hover:after {
  opacity: 1;
  transform: none;
}
.gallery-item figcaption {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
  font: 18px Georgia;
  text-shadow: 0 1px 6px #000;
}
.gallery-item:hover figcaption {
  opacity: 1;
}
.gallery-item.hidden {
  display: none;
}
.lightbox {
  position: fixed;
  z-index: 30;
  inset: 0;
  background: #211712ef;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.lightbox.open {
  display: flex;
}
.lightbox img {
  max-height: 85vh;
  max-width: 90vw;
}
.lightbox button {
  position: absolute;
  right: 25px;
  top: 18px;
  border: 0;
  background: none;
  color: white;
  font-size: 32px;
  cursor: pointer;
}
@media (max-width: 760px) {
  .nav {
    height: 68px;
    padding: 0 6vw;
  }
  .nav nav,
  .nav > .button {
    display: none;
  }
  .burger {
    display: block;
    margin-left: auto;
  }
  .hero {
    min-height: 730px;
    padding: 120px 6vw 70px;
    display: block;
  }
  .hero h1 {
    font-size: 55px;
  }
  .hero-collage {
    height: 320px;
    margin-top: 35px;
  }
  .hero-main {
    height: 100%;
    width: 73%;
  }
  .photo-a {
    width: 110px;
    height: 140px;
    top: 15px;
  }
  .photo-b {
    width: 105px;
    height: 130px;
    left: 45px;
  }
  .circle-text {
    width: 74px;
    height: 74px;
    font-size: 7px;
    padding: 20px 7px;
  }
  .scroll {
    display: none;
  }
  .section {
    padding: 77px 6vw;
  }
  .split,
  .contact {
    grid-template-columns: 1fr;
  }
  .split {
    gap: 27px;
  }
  .stats {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-top: 45px;
  }
  .stats div,
  .stats div + div {
    border: 0;
    padding: 0;
  }
  .section-head {
    display: block;
  }
  .section-head > p {
    margin-top: 18px;
  }
  .service-list {
    margin-top: 35px;
  }
  .service-list a {
    grid-template-columns: 32px 1fr 20px;
    gap: 9px;
  }
  .service-list a p {
    display: none;
  }
  .service-list h3 {
    font-size: 22px;
  }
  .project-strip {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 37px;
  }
  .project-strip article {
    height: 300px;
  }
  .reel-row {
    margin-top: 35px;
    overflow: auto;
    padding-bottom: 4px;
  }
  .reel {
    min-width: 215px;
    height: 370px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
  .contact-photo {
    height: 340px;
  }
  .contact-info {
    padding: 70px 6vw;
  }
  .gallery-page {
    padding-top: 68px;
  }
  .gallery-hero {
    padding: 65px 6vw 50px;
  }
  .filter-bar {
    padding: 15px 6vw;
  }
  .gallery-grid {
    padding: 20px 6vw 60px;
    columns: 2 145px;
    column-gap: 10px;
  }
  .gallery-item {
    margin-bottom: 10px;
  }
  footer {
    padding: 32px 6vw;
    gap: 17px;
  }
  footer p {
    flex-basis: 100%;
  }
}
