:root {
  --ink: #191916;
  --muted: #77746c;
  --paper: #fffdf9;
  --soft: #f4f0e8;
  --line: #e4ded2;
  --gold: #b48a45;
  --gold2: #d1ad68;
  --dark: #181817;
  --white: #fff;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 20px 60px rgba(24, 24, 20, .10);
  --radius: 22px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  background: var(--paper);
  line-height: 1.65
}

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

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

button,
input,
textarea,
select {
  font: inherit
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: auto
}

.section {
  padding: 105px 0
}

.dark {
  background: var(--dark);
  color: #fff
}

.soft {
  background: var(--soft)
}

.announcement {
  height: 31px;
  background: #11110f;
  color: #ddd;
  font-size: 11px;
  letter-spacing: .08em;
  text-align: center;
  display: grid;
  place-items: center
}

.header {
  height: 78px;
  background: rgba(255, 253, 249, .94);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100% - 1180px)/2));
  position: fixed;
  top: 31px;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px
}

.logo-mark {
  width: 36px;
  height: 36px;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  color: var(--gold);
  font-size: 20px
}

.logo b {
  display: block;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1
}

.logo small {
  display: block;
  font-size: 7px;
  letter-spacing: .25em;
  margin-top: 4px;
  color: var(--muted)
}

.nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 12px;
  font-weight: 600
}

.nav a {
  position: relative;
  padding: 8px 0;
  color: #4c4a44
}

.nav a:not(.nav-cta):after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--gold);
  transition: .25s
}

.nav a:hover:after,
.nav a.active:after {
  right: 0
}

.nav-cta {
  background: var(--gold);
  color: white !important;
  padding: 11px 18px !important;
  border-radius: 30px
}

.menu-toggle {
  display: none;
  border: 0;
  background: none;
  width: 42px;
  height: 42px
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: #222;
  margin: 5px 0
}

.hero {
  min-height: calc(100vh - 31px);
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=2200&q=90") center/cover
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 10, 9, .83) 0%, rgba(10, 10, 9, .48) 52%, rgba(10, 10, 9, .1) 100%)
}

.hero-content {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  margin: auto;
  padding-top: 95px
}

.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  color: var(--gold);
  margin: 0 0 14px
}

.eyebrow.light {
  color: #d9b96e
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(45px, 6vw, 78px);
  line-height: 1.05;
  max-width: 760px;
  margin: 0 0 22px;
  font-weight: 500
}

.hero h1 em,
.section-heading h2 em,
.about-copy h2 em,
.contact-copy h2 em {
  color: var(--gold2);
  font-style: normal
}

.hero-copy {
  max-width: 520px;
  color: #ddd;
  font-size: 16px
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin: 30px 0 55px
}

.btn {
  border: 1px solid transparent;
  border-radius: 40px;
  padding: 13px 22px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
  transition: .25s
}

.btn-gold {
  background: var(--gold);
  color: #fff
}

.btn-gold:hover {
  background: #9b723c;
  transform: translateY(-2px)
}

.btn-outline {
  border-color: #aaa;
  color: #fff
}

.btn-outline:hover {
  background: #fff;
  color: #111
}

.hero-stats {
  display: flex;
  gap: 42px
}

.hero-stats div {
  display: flex;
  flex-direction: column
}

.hero-stats strong {
  font-family: var(--serif);
  font-size: 27px
}

.hero-stats span {
  font-size: 10px;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: .1em
}

.scroll-cue {
  position: absolute;
  right: 34px;
  bottom: 30px;
  font-size: 10px;
  letter-spacing: .12em;
  color: #ddd;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center
}

.scroll-cue span {
  font-size: 18px
}

.section-heading {
  margin-bottom: 52px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px
}

.section-heading.center {
  display: block;
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto
}

.section-heading h2,
.about-copy h2,
.contact-copy h2 {
  font-family: var(--serif);
  font-size: clamp(35px, 4vw, 53px);
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 16px
}

.section-heading>p:not(.eyebrow),
.section-heading.center>p:last-child {
  color: var(--muted);
  max-width: 620px;
  margin: 0 auto
}

.dark .section-heading>p:last-child {
  color: #aaa
}

.text-link {
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 5px;
  color: var(--gold);
  white-space: nowrap
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center
}

.about-images {
  position: relative;
  padding: 0 80px 70px 0
}

.about-main {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px
}

.about-small {
  position: absolute;
  width: 43%;
  height: 245px;
  object-fit: cover;
  right: 0;
  bottom: 0;
  border: 10px solid var(--paper);
  box-shadow: var(--shadow)
}

.experience-badge {
  position: absolute;
  left: -28px;
  top: 35px;
  background: var(--gold);
  color: #fff;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: grid;
  place-content: center;
  text-align: center;
  box-shadow: 0 12px 30px #0002
}

.experience-badge b {
  font: 600 30px var(--serif);
  line-height: 1
}

.experience-badge span {
  font-size: 9px;
  line-height: 1.2
}

.about-copy>p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 32px 0
}

.features div {
  padding-top: 18px;
  border-top: 1px solid var(--line)
}

.features span {
  display: block;
  color: var(--gold);
  font-size: 20px;
  margin-bottom: 8px
}

.features b {
  display: block;
  font-size: 12px
}

.features small {
  color: var(--muted);
  font-size: 10px;
  display: block;
  margin-top: 5px
}

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

.service-card {
  border: 1px solid #3d3c39;
  border-radius: 8px;
  overflow: hidden;
  background: #20201e;
  transition: .3s
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: #76603c
}

.service-img {
  height: 250px;
  overflow: hidden
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s
}

.service-card:hover img {
  transform: scale(1.06)
}

.service-body {
  padding: 20px
}

.service-no {
  color: var(--gold2);
  font-size: 10px
}

.service-body h3 {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
  margin: 8px 0
}

.service-body p {
  color: #aaa;
  font-size: 12px;
  min-height: 62px
}

.service-body a {
  font-size: 10px;
  color: var(--gold2);
  font-weight: 700
}

.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: -20px 0 28px
}

.filter {
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 30px;
  padding: 9px 17px;
  font-size: 11px;
  cursor: pointer
}

.filter.active,
.filter:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink)
}

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

.project-card {
  margin: 0;
  position: relative;
  height: 330px;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer
}

.project-card.large {
  height: 480px;
  grid-row: span 2
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s
}

.project-card:after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .75))
}

.project-card:hover img {
  transform: scale(1.06)
}

.project-card figcaption {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 22px;
  color: #fff
}

.project-card figcaption span {
  display: block;
  color: #d8b76d;
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase
}

.project-card figcaption b {
  font: 500 22px var(--serif)
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  margin-top: 50px
}

.process-item {
  text-align: center
}

.process-item span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  color: var(--gold);
  font-family: var(--serif)
}

.process-item h3 {
  font: 500 22px var(--serif);
  margin: 0 0 7px
}

.process-item p {
  color: var(--muted);
  font-size: 12px;
  max-width: 190px;
  margin: auto
}

.process-line {
  width: 65px;
  height: 1px;
  background: var(--line)
}

.quote-slider {
  display: grid;
  grid-template-columns: 45px 1fr 45px;
  align-items: center;
  gap: 20px;
  max-width: 850px;
  margin: 20px auto
}

.quote-track {
  position: relative;
  min-height: 270px
}

.quote {
  display: none;
  text-align: center
}

.quote.active {
  display: block;
  animation: fade .4s
}

.quote-mark {
  font: 600 75px var(--serif);
  color: var(--gold);
  height: 75px
}

.quote p {
  font: 500 22px var(--serif);
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto 28px
}

.person {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: left
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #383731;
  color: var(--gold2);
  font-size: 11px
}

.person b,
.person small {
  display: block
}

.person b {
  font-size: 12px
}

.person small {
  font-size: 10px;
  color: #999
}

.slider-btn {
  width: 42px;
  height: 42px;
  border: 1px solid #555;
  background: transparent;
  color: #fff;
  border-radius: 50%;
  cursor: pointer
}

.slider-btn:hover {
  background: var(--gold);
  border-color: var(--gold)
}

.dots {
  text-align: center
}

.dot {
  width: 6px;
  height: 6px;
  border: 0;
  background: #666;
  border-radius: 50%;
  margin: 0 4px;
  padding: 0;
  cursor: pointer
}

.dot.active {
  background: var(--gold);
  width: 22px;
  border-radius: 5px
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: start
}

.contact-copy>p:not(.eyebrow) {
  color: var(--muted);
  max-width: 470px
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 35px
}

.contact-details a,
.contact-details>span {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 12px
}

.contact-details span span {
  color: var(--gold);
  width: 20px
}

.contact-details .icon-wa {
  color: #25d366 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.contact-form {
  background: #fff;
  padding: 34px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  border-radius: 10px
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

label {
  display: grid;
  gap: 7px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 17px
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  background: #fcfaf6;
  border-radius: 5px;
  padding: 12px;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
  outline: none;
  resize: vertical
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px #b48a4515
}

.full {
  width: 100%
}

.form-note {
  font-size: 11px;
  margin: 12px 0 0;
  color: var(--gold)
}

.footer {
  background: #151513;
  color: #aaa;
  padding-top: 45px
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px
}

.footer-logo {
  color: #fff
}

.footer-links {
  display: flex;
  gap: 25px;
  font-size: 11px
}

.footer-links a:hover {
  color: #fff
}

.socials {
  display: flex;
  gap: 8px
}

.socials a {
  width: 31px;
  height: 31px;
  border: 1px solid #444;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px
}

.copyright {
  text-align: center;
  border-top: 1px solid #292926;
  margin-top: 35px;
  padding: 18px;
  font-size: 9px;
  color: #777
}

.to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 40px;
  height: 40px;
  background: var(--gold);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: .3s
}

.to-top.show {
  opacity: 1;
  pointer-events: auto
}

.whatsapp-float {
  position: fixed;
  left: 22px;
  bottom: 22px;
  background: #25d366;
  color: #fff;
  border-radius: 50px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  box-shadow: 0 8px 25px rgba(37, 211, 102, .35);
  z-index: 99;
  transition: all .3s ease;
  text-decoration: none
}

.whatsapp-float:hover {
  background: #1eb857;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, .5)
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s, transform .7s
}

.reveal.visible {
  opacity: 1;
  transform: none
}

@keyframes fade {
  from {
    opacity: .2;
    transform: translateY(6px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@media(max-width:1000px) {
  .nav {
    gap: 14px
  }

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

  .about-grid {
    gap: 50px
  }

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

  .process-line {
    display: none
  }
}

@media(max-width:760px) {

  .container,
  .hero-content {
    width: min(100% - 30px, 600px)
  }

  .section {
    padding: 75px 0
  }

  .header {
    padding: 0 15px
  }

  .menu-toggle {
    display: block
  }

  .nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: rgba(255, 253, 249, .98);
    display: grid;
    gap: 0;
    padding: 8px 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
    box-shadow: 0 15px 30px #0001
  }

  .nav.open {
    max-height: 500px
  }

  .nav a {
    padding: 14px 5px;
    border-bottom: 1px solid #eee
  }

  .nav-cta {
    text-align: center;
    margin: 8px 0
  }

  .hero {
    min-height: 760px
  }

  .hero h1 {
    font-size: 47px
  }

  .hero-copy {
    font-size: 14px
  }

  .hero-stats {
    gap: 22px
  }

  .hero-stats strong {
    font-size: 22px
  }

  .scroll-cue {
    display: none
  }

  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 55px
  }

  .about-images {
    padding-right: 35px
  }

  .about-main {
    height: 450px
  }

  .about-small {
    height: 180px
  }

  .experience-badge {
    left: -5px
  }

  .features {
    grid-template-columns: 1fr
  }

  .service-grid,
  .project-grid {
    grid-template-columns: 1fr
  }

  .project-card,
  .project-card.large {
    height: 350px;
    grid-row: auto
  }

  .section-heading {
    display: block
  }

  .section-heading .text-link {
    display: inline-block;
    margin-top: 12px
  }

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

  .process-item p {
    max-width: 270px
  }

  .quote-slider {
    grid-template-columns: 35px 1fr 35px;
    gap: 5px
  }

  .quote p {
    font-size: 18px
  }

  .quote-track {
    min-height: 315px
  }

  .contact-form {
    padding: 22px
  }

  .form-row {
    grid-template-columns: 1fr
  }

  .footer-grid {
    flex-direction: column
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center
  }

  .whatsapp-float {
    padding: 9px 14px;
    font-size: 11px;
    left: 15px;
    bottom: 15px
  }

  .to-top {
    right: 15px;
    bottom: 15px
  }
}