@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Montserrat:wght@400;500;600&display=swap");

:root {
  --cream: #f5f1e9;
  --paper: #fbfaf7;
  --ink: #171513;
  --muted: #6f6a62;
  --gold: #b88a42;
  --line: #d9d2c7;
  --dark: #171513;
}

/* ============== PRELOADER================ */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

body {
  font-family: Arial, sans-serif;
  background: #f3e9e9;
  color: #24211e
}

#preloader {
  position: fixed;
  inset: 0;
  height: 100vh;
  background: #171511;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: .8s
}

#preloader.hide {
  opacity: 0;
  visibility: hidden
}

.loader-content {
  width: min(80%, 420px);
  text-align: center
}

.loader-logo {
  font-family: Georgia, serif;
  font-size: clamp(38px, 8vw, 68px);
  letter-spacing: .18em;
  animation: logo 1.2s ease
}

.loader-line {
  height: 1px;
  background: #d2cbc0;
  margin: 25px 0 15px;
  overflow: hidden
}

.loader-line span {
  display: block;
  height: 100%;
  width: 0;
  background: #b08a55;
  animation: line 1.8s ease forwards
}

.loader-content p {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #777
}

@keyframes line {
  to {
    width: 100%
  }
}

@keyframes logo {
  from {
    opacity: 0;
    transform: translateY(15px);
    letter-spacing: .35em
  }

  to {
    opacity: 1;
    transform: none;
    letter-spacing: .18em
  }
}




* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat, Arial, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.08 !important;
  ;
}

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

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

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

.container {
  width: min(1180px, 90%);
  margin: auto;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  background: rgba(0, 0, 0, 0.623);
  color: var(--cream);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.logo img {
  width: 100%;
  height: 55px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
}

.nav-links a {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}



.nav-links a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: 0.35s;
}

.nav-links a:hover:after,
.nav-links a.active:after {
  width: 100%;
}

.quote-btn,
.dark-btn {
  background: var(--gold);
  color: #fff;
  padding: 14px 20px;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: 0.35s;
  cursor: pointer;
}

.quote-btn:hover,
.dark-btn:hover {
  background: var(--gold);
  transform: translateY(-2px);
}

.menu {
  display: none;
  background: none;
  border: 0;
  font-size: 26px;
  cursor: pointer;
}

.hero {
  min-height: 100vh;
  padding: 150px 5% 80px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(15, 12, 8, 0.884), rgba(15, 12, 8, 0.25)),
    url("Assest/card1.png") center/cover;
}

.hero-content {
  max-width: 800px;
  animation: heroIn 1s ease both;
}

.eyebrow {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}

.hero h1,
.page-title {
  font: 500 clamp(58px, 8vw, 112px)/0.82 "Cormorant Garamond",
    serif;
  /* line-height: 2.0; */
  letter-spacing: -2px;
}

.hero h1 em,
.page-title em,
h2 em {
  color: #d2ab72;
  font-style: italic;
  line-height: 1.07;
}

.hero p {
  max-width: 540px;
  margin-top: 30px;
  font-size: 13px;
  color: #eee;
}

.hero-actions {
  display: flex;
  gap: 15px;
  margin-top: 38px;
  flex-wrap: wrap;
}

.light-btn {
  background: #fff;
  color: #171513;
  padding: 16px 24px;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: 0.3s;
}

.light-btn:hover {
  background: #d2ab72;
  transform: translateY(-2px);
}

.scroll-explore {
  position: absolute;
  left: 5%;
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 9px;
  letter-spacing: 2px;
}

.scroll-circle {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: grid;
  place-items: center;
  animation: bounce 1.8s infinite;
}

@keyframes bounce {
  50% {
    transform: translateY(8px);
  }
}

.section {
  padding: 100px 0;
}

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

.section h2 {
  font:
    500 clamp(48px, 6vw, 76px)/0.9 "Cormorant Garamond",
    serif;
}

.section-intro {
  max-width: 420px;
  /* color: var(--muted); */
  color: #292929;
  font-size: 13px;
  line-height: 1.6;
}

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

.card {
  background: var(--paper);
  overflow: hidden;
  transition: 0.45s;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: 0.7s;
}

.card:hover img {
  transform: scale(1.05);
}

.card-body {
  padding: 24px;
}

.card-body h3 {
  font:
    500 28px "Cormorant Garamond",
    serif;
}

.card-body p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

.split-image {
  background: url("Assest/flex.png") center/cover;
}

.split-content {
  padding: 80px;
  background: #1a1815;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-content h2 {
  font:
    500 clamp(52px, 6vw, 80px)/0.88 "Cormorant Garamond",
    serif;
}

.split-content p {
  max-width: 500px;
  color: #c9c4bc;
  font-size: 12px;
  margin: 28px 0;
  line-height: 1.5;
}

.stats {
  background: var(--dark);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 48px 5%;
  gap: 0;
  overflow: hidden;
}

.stat {
  text-align: center;
  border-right: 1px solid #3c3934;
  padding: 8px 20px;
  position: relative;
  transition: transform 0.4s ease;
}

.stat:last-child {
  border: 0;
}

.stat:hover {
  transform: translateY(-5px);
}

.stat strong {
  font: 500 50px/1 "Cormorant Garamond", serif;
  color: #d2ab72;
  display: block;
  min-height: 52px;
  letter-spacing: -1px;
}

.stat strong::after {
  content: "";
}

.stat span {
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d8d3cb;
}

.stat::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(210, 171, 114, 0.7);
  border-radius: 50%;
  top: 4px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.5s ease;
}

.stat.show::before {
  transform: translateX(-50%) scale(1);
}



@media (max-width: 900px) {
  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .stat:nth-child(2) {
    border: 0;
  }


}

@media (max-width: 600px) {
  .stats {
    padding: 35px 7%;
    gap: 30px 0;
  }

  .stat {
    padding: 8px 10px;
  }

  .stat strong {
    font-size: 42px;
    min-height: 44px;
  }



}


.page-hero {
  min-height: 65vh;
  padding: 150px 5% 90px;
  display: flex;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(10, 9, 7, 0.78), rgba(10, 9, 7, 0.2)),
    url("Assest/apex1.webp") center/cover;
}

.page-hero .container {
  width: 100%;
}

.page-copy {
  max-width: 680px;
}

.page-copy p:last-child {
  margin-top: 25px;
  color: #e5e1db;
  font-size: 13px;
  max-width: 560px;
}

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

.project-card {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  color: #fff;
}

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



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

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

.project-info {
  position: absolute;
  z-index: 2;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.project-info h3 {
  font:
    500 38px "Cormorant Garamond",
    serif;
}

.project-info p {
  font-size: 9px;
  letter-spacing: .76px;
  /* padding: 10px; */
  /* gap: 10px; */
  margin-top: 6px;
  text-transform: uppercase;
}

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

.service {
  background: var(--paper);
  padding: 45px;
  min-height: 270px;
  transition: 0.35s;
}

.service:hover {
  background: #1b1916;
  color: #fff;
  transform: translateY(-5px);
}

.service-number {
  font: 500 30px "Cormorant Garamond",
    serif;
  color: var(--gold);
}

.service h3 {
  font:
    500 32px "Cormorant Garamond",
    serif;
  margin: 30px 0 10px;
}

.service p {
  font-size: 11px;
  color: var(--muted);
}

.service:hover p {
  color: #c9c4bc;
}

/* .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.team-card {
  background: var(--paper);
  overflow: hidden;
    border-radius: 10px;
}
.team-card img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  filter: grayscale(10%);
  transition: 0.6s;

}
.team-card:hover img {
  filter: grayscale(0);
  transform: scale(1.03);
}
.team-info {
  padding: 22px;
}
.team-info h3 {
  font:
    500 30px "Cormorant Garamond",
    serif;
}
.team-info span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gold);
} */
.form-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
}

.form-box {
  background: var(--paper);
  padding: 45px;
  border: 1px solid #c6c6c3;
}

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

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
}

.field.full {
  grid-column: 1/-1;
}

.field label {
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.field input,
.field select,
.field textarea {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 13px 0;
  outline: 0;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
}

.checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 25px;
}

.checks label {
  border: 1px solid var(--line);
  padding: 13px;
  font-size: 10px;
  cursor: pointer;
}

.contact-list {
  margin-top: 35px;
}

.contact-item {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.contact-item strong {
  display: block;
  font:
    500 25px "Cormorant Garamond",
    serif;
}

.contact-item span {
  font-size: 11px;
  color: var(--muted);
}

.cta {
  padding: 100px 5%;
  background:
    linear-gradient(90deg, rgba(63, 63, 51, 0.78), rgba(12, 10, 8, 0.3)),
    url("Assest/livingarea.webp") center/cover;
  color: #fff;
}

.cta h2 {
  font:
    500 clamp(55px, 7vw, 90px)/0.85 "Cormorant Garamond",
    serif;
  max-width: 750px;
}

/* ================================
   LUXURY ANIMATED FOOTER
================================ */
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 85px 5% 24px;
  background: #151411;
  color: #f5f1e9;
}

.footer-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  top: -210px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(184, 138, 66, 0.18),
      transparent 68%);
  pointer-events: none;
  animation: footerGlow 7s ease-in-out infinite alternate;
}

.footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1250px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr 1.2fr;
  gap: 60px;
}

.footer-brand {
  max-width: 310px;
}

.footer-logo {
  display: inline-block;
}

.footer-logo img {
  width: 190px;
  height: 150px;
  object-fit: contain;
  object-position: left center;
  transition: 0.5s ease;
}

.footer-logo:hover img {
  transform: translateY(-4px) scale(1.03);
  filter: drop-shadow(0 8px 18px rgba(184, 138, 66, 0.18));
}

.footer-brand>p {
  margin: 18px 0 24px;
  color: #bdb8ae;
  font-size: 11px;
  line-height: 1.5;
  max-width: 285px;
}

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

.footer-column h4 {
  margin: 7px 0 20px;
  color: #d2ab72;
  font-size: 9px;
  letter-spacing: 2.5px;
  font-weight: 600;
}

.footer-column>a,
.footer-column>p {
  position: relative;
  color: #bdb8ae;
  font-size: 10px;
  line-height: 1.08;
  margin: 6px 0;
  transition: 0.3s ease;
}

.footer-column>a:not(.footer-cta):before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #d2ab72;
  vertical-align: middle;
  margin-right: 0;
  transition: 0.3s ease;
}

.footer-column>a:not(.footer-cta):hover {
  color: #fff;
  transform: translateX(6px);
}

.footer-column>a:not(.footer-cta):hover:before {
  width: 12px;
  margin-right: 7px;
}

.social-links {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

.social-links a {
  border: 1px solid #3b3934;
  padding: 8px 11px;
  color: #bdb8ae;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.social-links a:hover {
  border-color: #d2ab72;
  color: #d2ab72;
  transform: translateY(-3px);
}

.footer-cta {
  margin-top: 17px !important;
  padding: 11px 14px;
  border: 1px solid #5a5144;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 8px !important;
}

.footer-cta span {
  margin-left: 12px;
  color: #d2ab72;
  font-size: 13px;
  transition: 0.3s;
}

.footer-cta:hover {
  background: #d2ab72;
  color: #151411 !important;
  border-color: #d2ab72;
  transform: translateY(-3px);
}

.footer-cta:hover span {
  color: #151411;
  transform: translate(3px, -3px);
  display: inline-block;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  max-width: 1250px;
  margin: 55px auto 0;
  padding-top: 20px;
  border-top: 1px solid #37342f;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #77736c;
  font-size: 8px;
  letter-spacing: 0.2px;
}

.footer-bottom a {
  color: #8f8a81;
  transition: 0.3s;
}

.footer-bottom a:hover {
  color: #d2ab72;
}

.divider {
  margin: 0 12px;
  color: #4b4842;
}

.back-top {
  position: absolute;
  right: 5%;
  bottom: 21px;
  width: 42px;
  height: 42px;
  border: 1px solid #4b4740;
  background: transparent;
  color: #d2ab72;
  border-radius: 50%;
  cursor: pointer;
  font-size: 17px;
  transition: 0.4s;
  z-index: 2;
}

.back-top:hover {
  background: #d2ab72;
  color: #151411;
  border-color: #d2ab72;
  transform: translateY(-5px);
}

.footer-reveal {
  opacity: 100%;
  transform: translateY(25px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.footer-reveal.footer-visible {
  opacity: 90%;
  transform: none;
}

.footer-column:nth-child(2) {
  transition-delay: 0.08s;
}

.footer-column:nth-child(3) {
  transition-delay: 0.16s;
}

.footer-column:nth-child(4) {
  transition-delay: 0.24s;
}

@keyframes footerGlow {
  from {
    transform: translate(0, 0) scale(1);
  }

  to {
    transform: translate(-40px, 25px) scale(1.15);
  }
}

@media (max-width: 1000px) {
  .nav-links {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 25px 5%;
    background: var(--cream);
    color: black;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid var(--line);
  }

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

  .nav-links.open {
    display: flex;
    padding: 10px;
  }

  .menu {
    display: block;
    color: var(--cream);
  }

  .navbar .quote-btn {
    display: none;
  }

  .cards,
  .service-grid,
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .split,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .split-image {
    min-height: 450px;
  }

  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .stat:nth-child(2) {
    border: 0;
  }

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

@media (max-width: 600px) {
  .navbar {
    height: 72px;
  }

  .logo img {
    width: 100%;
    height: 50px;
  }

  .hero {
    padding: 125px 7% 70px;
    min-height: 90vh;
  }

  .hero h1,
  .page-title {
    font-size: 62px;
  }

  .scroll-explore {
    left: 7%;
  }

  .section {
    padding: 80px 0;
  }

  .section-head {
    display: block;
  }

  .section-intro {
    margin-top: 20px;
  }

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

  .project-card {
    min-height: 390px;
  }

  .split-image {
    min-height: 350px;
  }

  .split-content {
    padding: 60px 7%;
  }

  .stats {
    padding: 30px 7%;
  }

  .stat strong {
    font-size: 35px;
  }

  .form-grid,
  .checks {
    grid-template-columns: 1fr;
  }

  .form-box {
    padding: 28px 20px;
    border: 1px solid #c6c6c3;
  }

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

  .copyright {
    display: block;
  }

  .copyright span {
    display: block;
    margin-top: 8px;
  }
}

@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 38px;
  }

  .footer-brand {
    grid-column: 1/-1;
    max-width: 520px;
  }
}

@media (max-width: 600px) {
  .site-footer {
    padding: 65px 7% 22px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
  }

  .footer-brand {
    grid-column: 1/-1;
  }

  .footer-logo img {
    width: 170px;
  }

  .footer-bottom {
    display: block;
    margin-top: 40px;
    padding-right: 55px;
    line-height: 1.06;
  }

  .footer-bottom>div {
    margin-top: 8px;
  }

  .back-top {
    right: 7%;
    bottom: 22px;
    width: 38px;
    height: 38px;
  }
}

/* ================================
   FORM VALIDATION + PHONE FIELD
================================ */
.form-note {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  letter-spacing: 0.5px;
  color: var(--muted);
}

.form-note span:first-child {
  color: var(--ink);
  font-weight: 600;
}

.field label b {
  color: #b88a42;
  font-weight: 600;
}

.field label span {
  font-weight: 400;
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
}

.field-help {
  font-size: 9px !important;
  color: var(--muted) !important;
  margin-top: -3px;
  line-height: 1.06;
}

.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: #a44 !important;
}

.field.invalid .iti {
  border-bottom: 1px solid #a44;
}

.field-error {
  font-size: 9px;
  color: #a44;
  margin-top: 2px;
}

.iti {
  width: 100%;
  display: block;
}

.iti input {
  width: 100% !important;
}

.iti__country-list {
  z-index: 20;
  font-size: 12px;
  max-width: min(340px, 80vw);
}

.iti__selected-country {
  background: transparent !important;
}

/* ================================
   THANK-YOU GESTURE / MODAL
================================ */
.thank-you-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  background: rgba(12, 10, 8, 0.72);
  backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 100%;
  /* visibility: hidden; */
  transition: 0.35s ease;
}

.thank-you-modal.open {
  opacity: 1;
  visibility: visible;
}

.thank-you-card {
  position: relative;
  width: min(560px, 100%);
  padding: 55px 45px;
  text-align: center;
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  transform: translateY(30px) scale(0.96);
  transition: 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.thank-you-modal.open .thank-you-card {
  transform: none;
}

.thank-close {
  position: absolute;
  right: 18px;
  top: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
}

.thank-close:hover {
  background: var(--ink);
  color: #fff;
}

.thank-gesture {
  font-size: 62px;
  display: inline-block;
  transform-origin: 70% 70%;
  animation: waveHand 1.2s ease-in-out 3;
}

@keyframes waveHand {

  0%,
  100% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(18deg);
  }

  50% {
    transform: rotate(-10deg);
  }

  75% {
    transform: rotate(14deg);
  }
}

.thank-sparkles {
  color: var(--gold);
  letter-spacing: 12px;
  font-size: 18px;
  margin: 5px 0 15px;
  animation: sparkle 1.8s ease-in-out infinite;
}

@keyframes sparkle {
  50% {
    opacity: 0.45;
    transform: scale(1.08);
  }
}

.thank-you-card h2 {
  font:
    500 clamp(42px, 6vw, 62px)/0.9 "Cormorant Garamond",
    serif;
  margin: 10px 0 18px;
}

.thank-you-card h2 em {
  color: var(--gold);
  font-style: italic;
}

.thank-you-card>p:not(.eyebrow) {
  font-size: 12px;
  color: var(--muted);
  max-width: 430px;
  margin: auto;
}

.thank-you-card blockquote {
  font:
    italic 22px/1.25 "Cormorant Garamond",
    serif;
  color: var(--ink);
  margin: 25px auto 28px;
  max-width: 430px;
}

.thank-ok {
  margin: auto;
}

@media (max-width: 600px) {
  .form-note {
    display: block;
  }

  .form-note span {
    display: block;
    margin: 4px 0;
  }

  .thank-you-card {
    padding: 45px 24px;
  }

  .thank-gesture {
    font-size: 52px;
  }

  .thank-you-card blockquote {
    font-size: 20px;
  }
}

/* =========================================
   MINIMAL LUXURY CUSTOM CURSOR
   Desktop only — automatically disabled
   on touch devices.
========================================= */

@media (hover: hover) and (pointer: fine) {

  html,
  body,
  a,
  button,
  select {
    cursor: none;
  }

  input,
  textarea {
    cursor: text;
  }

  .q-cursor-dot,
  .q-cursor-ring {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 99999;
    border-radius: 50%;
    opacity: 100%;
    transform: translate3d(-50%, -50%, 0);
  }

  /* Tiny gold center point */
  .q-cursor-dot {
    width: 6px;
    height: 6px;
    background: #b88a42;
    box-shadow: 0 0 12px rgba(184, 138, 66, 0.45);
    transition:
      width 0.22s ease,
      height 0.22s ease,
      background 0.22s ease,
      opacity 0.2s ease;
  }

  /* Soft, elegant outer ring */
  .q-cursor-ring {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(184, 138, 66, 0.75);
    transition:
      width 0.35s cubic-bezier(0.22, 1, 0.36, 1),
      height 0.35s cubic-bezier(0.22, 1, 0.36, 1),
      border-color 0.25s ease,
      background 0.25s ease,
      opacity 0.2s ease;
  }

  body.cursor-visible .q-cursor-dot,
  body.cursor-visible .q-cursor-ring {
    opacity: 1;
  }

  /* Cute magnetic-feeling hover */
  body.cursor-hover .q-cursor-ring {
    width: 52px;
    height: 52px;
    border-color: rgba(184, 138, 66, 0.95);
    background: rgba(184, 138, 66, 0.08);
  }

  body.cursor-hover .q-cursor-dot {
    width: 4px;
    height: 4px;
  }

  /* Image hover: subtle lens effect */
  body.cursor-image .q-cursor-ring {
    width: 62px;
    height: 62px;
    border-color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.034);
  }

  body.cursor-image .q-cursor-dot {
    width: 5px;
    height: 5px;
    background: #fff;
  }

  /* Hide the custom cursor when the pointer leaves the page */
  body.cursor-hidden .q-cursor-dot,
  body.cursor-hidden .q-cursor-ring {
    opacity: 0.5px;
  }
}

@media (hover: none),
(pointer: coarse) {

  .q-cursor-dot,
  .q-cursor-ring {
    display: none !important;
  }
}

/* Country-specific phone guidance */
.phone-help {
  min-height: 14px;
  transition: opacity 0.2s ease;
  color: var(--gold) !important;
}

.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: #a44 !important;
}

.iti {
  width: 100%;
}

.iti input.phone-input {
  width: 100%;
}

.iti__selected-country {
  background: transparent !important;
}

/* =========================================
   STATISTICS / COUNTER ANIMATION
========================================= */
.stats .stat strong {
  opacity: 100%;
  transform: translateY(14px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.stats .stat.counted strong {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================
   REFINED HERO TITLES
========================================= */

.hero-content,
.page-copy {
  position: relative;
  z-index: 2;
}

.hero h1,
.page-title {
  max-width: 950px;
  text-wrap: balance;
  animation: titleReveal 1.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.page-title {
  font-size: clamp(58px, 8vw, 108px);
  letter-spacing: -2.5px;
}

.hero h1 {
  font-size: clamp(60px, 8.2vw, 112px);
}

.page-copy .eyebrow,
.hero-content .eyebrow {
  animation: eyebrowReveal 0.8s 0.05s ease both;
}

.page-copy>p:last-child,
.hero-content>p:not(.eyebrow) {
  animation: paragraphReveal 0.9s 0.28s ease both;
}

@keyframes titleReveal {
  from {
    opacity: 100%;
    transform: translateY(35px);
    clip-path: inset(100% 0 0 0);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes eyebrowReveal {
  from {
    opacity: 0;
    letter-spacing: 8px;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    letter-spacing: 3px;
    transform: translateY(0);
  }
}

@keyframes paragraphReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

.hero h1 em,
.page-title em {
  display: inline-block;
  animation: italicFloat 1.4s 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes italicFloat {
  from {
    opacity: 0;
    transform: translateX(22px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.stats .stat strong {
  font-variant-numeric: tabular-nums;
  opacity: 1;
  transform: none;
  transition:
    transform 0.4s ease,
    text-shadow 0.4s ease;
}

.stats .stat.counted strong {
  text-shadow: 0 0 22px rgba(210, 171, 114, 0.22);
}

.stats .stat:hover strong {
  transform: scale(1.06);
}

/* FINAL TEXT OVERLAP FIX */
.hero-content,
.page-copy {
  width: min(100%, 900px);
  overflow: visible;
}

.hero h1,
.page-title {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0;
  padding: 0;
  line-height: 1.08 !important;
  letter-spacing: -1.5px;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
  position: relative;
}

.hero h1 em,
.page-title em {
  display: inline;
  white-space: normal;
  line-height: 1.05 !important;
  ;
  position: static;
}

.hero-content>.eyebrow,
.page-copy>.eyebrow {
  display: block;
  margin-bottom: 24px;
  position: relative;
}

.hero-content>p:not(.eyebrow),
.page-copy>p:last-child {
  display: block;
  width: min(100%, 620px);
  margin: 30px 0 0;
  clear: both;
  position: relative;
  line-height: 1.05;

}

.hero-actions {
  position: relative;
  clear: both;
  margin-top: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.page-hero {
  min-height: 68vh;
  padding-top: 150px;
  padding-bottom: 90px;
  align-items: flex-end;
}

.page-hero .page-copy {
  padding-bottom: 10px;
}

@media (min-width: 901px) {

  .hero h1,
  .page-title {
    font-size: clamp(64px, 7vw, 104px);
  }
}

@media (max-width: 900px) {

  .hero h1,
  .page-title {
    font-size: clamp(52px, 9vw, 78px);
    line-height: 1.06 !important;
    letter-spacing: -1px;
  }

  .hero-content>p:not(.eyebrow),
  .page-copy>p:last-child {
    margin-top: 26px;
    line-height: 1.7;
  }
}

@media (max-width: 600px) {
  .hero {
    min-height: 92vh;
    padding: 120px 7% 80px;
    align-items: center;
  }

  .page-hero {
    min-height: 72vh;
    padding: 120px 7% 70px;
  }

  .hero h1,
  .page-title {
    font-size: clamp(45px, 14vw, 68px);
    line-height: 1.08 !important;
    letter-spacing: -1px;
  }

  .hero h1 em,
  .page-title em {
    line-height: 0.97;
  }

  .hero-content>p:not(.eyebrow),
  .page-copy>p:last-child {
    max-width: 100%;
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.05;
  }

  .hero-actions {
    margin-top: 28px;
    gap: 10px;
  }

  .page-copy .eyebrow,
  .hero-content .eyebrow {
    margin-bottom: 20px;
  }
}

@media (max-width: 390px) {

  .hero h1,
  .page-title {
    font-size: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .hero h1,
  .page-title,
  .hero-content .eyebrow,
  .page-copy .eyebrow,
  .hero-content>p,
  .page-copy>p {
    animation: none !important;
  }
}

/* =========================================
   FINAL PROFESSIONAL TYPOGRAPHY FIX
   Safe wrapping + no title clipping/overlap
========================================= */

.hero h1,
.page-title {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 500;
  font-size: clamp(48px, 6.4vw, 88px) !important;
  line-height: 1.17 !important;
  letter-spacing: -0.3px !important;
  max-width: 760px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-wrap: balance;
  margin: 0 !important;
  padding: 0 !important;
}

.hero h1 em,
.page-title em {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 1em !important;
  line-height: 1.02 !important;
  display: inline !important;
  white-space: normal !important;
  position: static !important;
  transform: none !important;
  animation: none !important;
}

.hero-content,
.page-copy {
  max-width: 900px !important;
  width: 100% !important;
  overflow: visible !important;
}

.hero-content>p:not(.eyebrow),
.page-copy>p:last-child {
  max-width: 560px !important;
  width: 100% !important;
  margin-top: 28px !important;
  line-height: 1.6 !important;
  font-size: 15px !important;
  position: static !important;
  clear: both !important;
  overflow: visible !important;
}

.hero-actions {
  margin-top: 30px !important;
  position: static !important;
  clear: both !important;
}

.page-hero {
  min-height: 68vh !important;
  padding: 150px 5% 85px !important;
}

.page-hero .page-copy {
  padding: 0 !important;
}

/* Desktop: keep a clean text block */
@media (min-width: 901px) {

  .hero h1,
  .page-title {
    max-width: 760px !important;
  }
}

/* Tablet */
@media (max-width: 900px) {

  .hero h1,
  .page-title {
    font-size: clamp(46px, 8vw, 70px) !important;
    line-height: 1.19 !important;
    max-width: 680px !important;
  }

  .hero-content>p:not(.eyebrow),
  .page-copy>p:last-child {
    max-width: 540px !important;
    margin-top: 24px !important;
  }
}

/* Mobile: shorter line lengths and comfortable spacing */
@media (max-width: 600px) {
  .hero {
    padding: 120px 7% 80px !important;
    min-height: 92vh !important;
  }

  .page-hero {
    padding: 120px 7% 70px !important;
    min-height: 72vh !important;
  }

  .hero h1,
  .page-title {
    font-size: clamp(42px, 12.5vw, 62px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    max-width: 100% !important;
  }

  .hero h1 em,
  .page-title em {
    line-height: 1.08 !important;
  }

  .hero-content>p:not(.eyebrow),
  .page-copy>p:last-child {
    font-size: 13px !important;
    line-height: 1.8 !important;
    max-width: 100% !important;
    margin-top: 22px !important;
  }

  .hero-actions {
    margin-top: 25px !important;
  }
}

@media (max-width: 390px) {

  .hero h1,
  .page-title {
    font-size: 39px !important;
    line-height: 1.05 !important;
  }
}

/* --------------contact form------------- */
.contact-form-wrapper {
  padding: 60px 50px;
}

.contact-form-wrapper h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-form-wrapper>p {
  color: #777;
  margin-bottom: 30px;
}

.contact-form {
  width: 100%;
}

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

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #d6d1c9;
  background: #faf9f7;
  padding: 14px 15px;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: 0.3s ease;
  border-radius: 0;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #222;
  background: #fff;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.submit-btn {
  width: 100%;
  border: none;
  background: #222;
  color: #fff;
  padding: 16px 25px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
  letter-spacing: 0.5px;
}

.submit-btn:hover {
  background: #444;
}

.submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-note {
  font-size: 12px;
  color: #888;
  margin-top: 12px;
}

/* SUCCESS MESSAGE */
.success-message {
  display: none;
  padding: 15px;
  margin-bottom: 20px;
  background: #eef7ee;
  color: #27632a;
  border: 1px solid #c9e5ca;
  font-size: 14px;
}

/* MOBILE */
@media (max-width: 800px) {

  .contact-section {
    padding: 25px 15px;
  }

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

  .contact-info {
    padding: 40px 25px;
  }

  .contact-form-wrapper {
    padding: 40px 25px;
  }

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

  .contact-info h1 {
    font-size: 42px;
  }
}

@media (max-width: 480px) {

  .contact-section {
    padding: 15px 10px;
  }

  .contact-info,
  .contact-form-wrapper {
    padding: 30px 20px;
  }

  .contact-info h1 {
    font-size: 36px;
  }

  .contact-form-wrapper h2 {
    font-size: 27px;
  }

  input,
  select,
  textarea {
    font-size: 16px;
  }
}

/* ----------------start project --------------- */

/* ---------- FORM WRAPPER ---------- */

.qs-form-section {
  width: 100%;
  padding: 40px 0;
}

.qs-form-box {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: clamp(22px, 4vw, 48px);

  background: #fffdf9;
  border: 1px solid #e2d9cc;
  box-shadow: 0 20px 60px rgba(30, 20, 10, 0.08);

  font-family: Arial, sans-serif;
}


/* ---------- FORM TITLE ---------- */

.qs-form-title {
  margin-bottom: 30px;
}

.qs-form-title small {
  display: block;

  color: #ae8959;

  font-size: 10px;
  font-weight: 600;

  letter-spacing: 0.2em;

  margin-bottom: 12px;
}

.qs-form-title h2 {
  margin: 0;

  color: #191816;

  font-family: Georgia, serif;

  font-size: clamp(38px, 6vw, 62px);

  line-height: 0.95;

  font-weight: 500;
}

.qs-form-title h2 em {
  color: #ae8959;
  font-style: italic;
}


/* ---------- GRID ---------- */

.qs-form-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 20px;
}


/* ---------- FIELD ---------- */

.qs-field {
  width: 100%;
  min-width: 0;
}

.qs-field.full {
  grid-column: 1 / -1;
}

.qs-field label {
  display: block;

  margin-bottom: 8px;

  color: #25231f;

  font-size: 11px;
  font-weight: 600;
}

.qs-field label span {
  color: #ae8959;
}


/* ---------- INPUTS ---------- */

.qs-field input,
.qs-field select,
.qs-field textarea {

  width: 100%;
  max-width: 100%;

  padding: 14px;

  border: 1px solid #dcd3c7;

  background: #ffffff;

  color: #191816;

  font-family: Arial, sans-serif;

  font-size: 13px;

  outline: none;

  border-radius: 0;

  transition:
    border-color .25s ease,
    box-shadow .25s ease;

  box-sizing: border-box;
}

.qs-field input,
.qs-field select {
  height: 48px;
}

.qs-field textarea {
  min-height: 145px;

  resize: vertical;

  line-height: 1.6;
}

.qs-field input:focus,
.qs-field select:focus,
.qs-field textarea:focus {

  border-color: #ae8959;

  box-shadow:
    0 0 0 3px rgba(174, 137, 89, .10);
}


/* ---------- PHONE ---------- */

.qs-phone-row {

  display: grid;

  grid-template-columns:
    110px minmax(0, 1fr);

  gap: 8px;

  width: 100%;
}

.qs-phone-row select,
.qs-phone-row input {
  min-width: 0;
}

.qs-help {

  display: block;

  margin-top: 6px;

  color: #969087;

  font-size: 9px;
}


/* ---------- CHARACTER COUNTER ---------- */

.qs-counter {

  display: flex;

  justify-content: flex-end;

  margin-top: 5px;

  color: #999;

  font-size: 9px;
}


/* ---------- SUBMIT ---------- */

.qs-submit {

  width: 100%;

  margin-top: 26px;

  padding: 17px 20px;

  border: 0;

  background: #191816;

  color: #ffffff;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

  font-family: Arial, sans-serif;

  font-size: 10px;

  font-weight: 600;

  letter-spacing: .14em;

  text-transform: uppercase;

  transition:
    background .3s ease,
    transform .3s ease;
}

.qs-submit:hover {

  background: #ae8959;

  transform: translateY(-2px);
}

.qs-submit:active {
  transform: translateY(0);
}


/* ---------- PRIVACY ---------- */

.qs-privacy {

  margin-top: 10px;

  color: #999;

  font-size: 9px;

  line-height: 1.6;

  text-align: center;
}


/* ---------- SUCCESS ---------- */

.qs-success {

  text-align: center;

  padding: 45px 15px;
}

.qs-success-icon {

  width: 68px;
  height: 68px;

  margin: 0 auto 22px;

  border: 1px solid #ae8959;

  border-radius: 50%;

  display: grid;

  place-items: center;

  color: #ae8959;

  font-size: 25px;

  animation: qsPop .45s ease;
}

.qs-success small {

  display: block;

  color: #ae8959;

  font-size: 10px;

  letter-spacing: .2em;

  margin-bottom: 12px;
}

.qs-success h2 {

  margin: 0;

  font-family: Georgia, serif;

  font-size: clamp(38px, 6vw, 60px);

  font-weight: 500;

  line-height: 1;
}

.qs-success h2 em {

  color: #ae8959;

  font-style: italic;
}

.qs-success p {

  max-width: 520px;

  margin: 20px auto;

  color: #777169;

  font-size: 13px;

  line-height: 1.8;
}

.qs-quote {

  color: #ae8959 !important;

  font-family: Georgia, serif;

  font-size: 20px !important;

  font-style: italic;
}

.qs-hidden {
  display: none !important;
}


/* ---------- ANIMATION ---------- */

@keyframes qsPop {

  from {
    opacity: 0;
    transform: scale(.7);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}


/* ---------- TABLET ---------- */

@media (max-width: 700px) {

  .qs-form-box {
    padding: 28px 20px;
  }

  .qs-form-grid {
    grid-template-columns: 1fr;
  }

  .qs-field.full {
    grid-column: auto;
  }

}


/* ---------- MOBILE ---------- */

@media (max-width: 480px) {

  .qs-form-section {
    padding: 25px 12px;
  }

  .qs-form-box {
    padding: 24px 16px;
  }

  .qs-form-title h2 {
    font-size: 43px;
  }

  .qs-phone-row {
    grid-template-columns:
      88px minmax(0, 1fr);
  }

  .qs-field input,
  .qs-field select,
  .qs-field textarea {
    font-size: 12px;
  }

  .qs-submit {
    padding: 16px 10px;
  }

}

/*------------------team section ---------------------- */

.team-section {
  padding: 100px 6%;
  background: #f5f0e8;
  color: #191816;
}


/* ================= HEADING ================= */

.team-heading {
  max-width: 800px;
  margin: 0 auto 80px;
  text-align: center;
}

.team-heading span,
.team-title span,
.member-info span,
.team-card>span {
  display: block;
  color: #86663c;
  font-size: 12px;
  font-weight: 450;
  letter-spacing: .1em;
  margin-bottom: 15px;
}

.team-heading h1 {
  font-family: Georgia, serif;
  font-size: clamp(45px, 7vw, 80px);
  line-height: .95;
  font-weight: 500;
}

.team-heading h1 em {
  color: #ae8959;
}

.team-heading p {
  max-width: 500px;
  margin: 25px auto 0;
  color: #292929;
  line-height: 1.8;
  font-size: 14px;
}


/* ================= OWNERS ================= */

.owners-grid {
  max-width: 750px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.owner-card {
  background: #fffdf9;
  overflow: hidden;

  border: 1px solid #c4a579c7;
  transition: .4s ease;
}

.owner-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.member-image {
  height: 480px;
  overflow: hidden;
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.owner-card:hover .member-image img {
  transform: scale(1.05);
}

.member-info {
  padding: 30px;
}

.member-info h2 {
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 10px;
}



/* ================= TEAM TITLE ================= */

.team-title {
  max-width: 1100px;
  margin: 110px auto 45px;
}

.team-title h2 {
  font-family: Georgia, serif;
  font-size: clamp(35px, 5vw, 55px);
  font-weight: 500;
}


/* ================= TEAM GRID ================= */

.team-grid {
  max-width: 1100px;
  margin: auto;

  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 20px;
}

.team-card {
  cursor: pointer;
}

.team-image {
  height: 330px;
  overflow: hidden;
  background: #ddd;
  margin-bottom: 20px;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  filter: grayscale(100%);

  transition:
    transform .6s ease,
    filter .6s ease;
}

.team-card:hover .team-image img {
  transform: scale(1.06);
  filter: grayscale(0%);
}

.team-card h3 {
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 5px;
}


/* ================= MOBILE ================= */

@media (max-width: 800px) {

  .team-section {
    padding: 70px 20px;
  }

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

  .member-image {
    height: 730px;
  }

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



}



@media (max-width: 500px) {

  .team-heading {
    margin-bottom: 50px;
  }

  .team-heading h1 {
    font-size: 45px;
  }

  .member-image {
    height: 480px;
  }

  .member-info {
    padding: 22px;
  }

  .member-info h2 {
    font-size: 27px;
  }

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

  .team-image {
    height: 400px;
  }

}

/* ---------------testimonial--------------------------------------------------- */


/* =========================================
   QUARTIER STUDIO
   5 CLIENT TESTIMONIALS
========================================= */

.qs-testimonials {
  position: relative;
  overflow: hidden;

  padding: 120px 7%;

  background: #1b1a18;

  color: #fff;
}


/* Decorative background */

.qs-testimonials::before {
  content: "";

  position: absolute;

  width: 550px;
  height: 550px;

  right: -280px;
  top: -280px;

  border: 1px solid rgba(255, 255, 255, .08);

  border-radius: 50%;

  animation:
    qsRotate 22s linear infinite;
}


@keyframes qsRotate {

  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}


/* Heading */

.qs-testimonial-top {

  position: relative;

  z-index: 2;

  display: flex;

  align-items: flex-end;

  justify-content: space-between;

  gap: 50px;

  max-width: 1200px;

  margin: 0 auto 65px;
}


.qs-eyebrow {

  display: block;

  margin-bottom: 18px;

  color: #c3a06b;

  font: 600 10px Arial, sans-serif;

  letter-spacing: .25em;
}


.qs-testimonial-top h2 {

  margin: 0;

  font: 500 clamp(50px, 6vw, 82px)/.92 "Cormorant Garamond",
    Georgia,
    serif;

  letter-spacing: -.025em;
}


.qs-testimonial-top h2 em {

  display: block;

  color: #c3a06b;

  font-style: italic;
}


.qs-testimonial-top>p {

  max-width: 390px;

  margin: 0 0 5px;

  color: rgba(255, 255, 255, .58);

  font: 13px/1.8 Arial, sans-serif;
}


/* Slider */

.qs-testimonial-slider {

  position: relative;

  max-width: 1200px;

  min-height: 500px;

  margin: auto;
}


/* Review */

.qs-review {

  position: absolute;

  inset: 0;

  display: grid;

  grid-template-columns: 40% 60%;

  background: #252320;

  border: 1px solid rgba(255, 255, 255, .09);

  opacity: 100%;

  visibility: hidden;

  transform:
    translateX(35px) scale(.98);

  transition:
    opacity .65s ease,
    transform .65s ease,
    visibility .65s ease;
}


.qs-review.active {

  opacity: 1;

  visibility: visible;

  transform:
    translateX(0) scale(1);
}


/* Client image */

.qs-review-image {

  position: relative;

  overflow: hidden;

  min-height: 500px;
}


.qs-review-image::after {

  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(90deg,
      transparent 60%,
      rgba(37, 35, 32, .3));
}


.qs-review-image img {

  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  filter: saturate(.85);

  transition:
    transform 1.2s ease;
}


.qs-review.active .qs-review-image img {

  transform: scale(1.04);
}


/* Content */

.qs-review-content {

  position: relative;

  padding:
    clamp(40px, 6vw, 80px);

  display: flex;

  flex-direction: column;

  justify-content: center;
}


.qs-stars {

  color: #c3a06b;

  font-size: 13px;

  letter-spacing: 5px;

  margin-bottom: 25px;
}


.qs-quote {

  position: absolute;

  top: 55px;

  right: 65px;

  color: #c3a06b;

  opacity: .35;


  font:
    100px/1 "Cormorant Garamond",
    Georgia,
    serif;
}


.qs-review-text {

  max-width: 650px;

  margin: 0;

  font:
    400 clamp(16px, 3.2vw, 12px)/1.25 "Cormorant Garamond",
    Georgia,
    serif;
}


.qs-client {

  display: flex;

  flex-direction: column;

  gap: 6px;

  margin-top: 45px;

  padding-top: 22px;

  border-top:
    1px solid rgba(255, 255, 255, .12);

  max-width: 300px;
}


.qs-client strong {

  font: 600 12px Arial, sans-serif;
}


.qs-client span {

  color: rgba(255, 255, 255, .45);

  font: 10px Arial, sans-serif;

  letter-spacing: .05em;
}


/* Controls */

.qs-testimonial-controls {

  position: absolute;

  right: 35px;

  bottom: 30px;

  z-index: 5;

  display: flex;

  align-items: center;

  gap: 18px;
}


.qs-testimonial-controls button {

  width: 48px;
  height: 48px;

  border:
    1px solid rgba(255, 255, 255, .22);

  background: transparent;

  color: #fff;

  cursor: pointer;

  font-size: 18px;

  transition: .3s;
}


.qs-testimonial-controls button:hover {

  background: #c3a06b;

  border-color: #c3a06b;

  color: #1b1a18;

  transform: translateY(-3px);
}


/* Progress */

.qs-progress {

  display: flex;

  align-items: center;

  gap: 10px;

  font: 10px Arial, sans-serif;

  letter-spacing: .08em;
}


.qs-progress-line {

  width: 65px;

  height: 1px;

  background:
    rgba(255, 255, 255, .2);

  overflow: hidden;
}


.qs-progress-line span {

  display: block;

  width: 20%;

  height: 100%;

  background: #c3a06b;

  transition: width .5s ease;
}


/* =========================================
   MOBILE
========================================= */

@media(max-width:800px) {

  .qs-review-image img {

    width: 100%;
    height: 170%;

    object-fit: cover;

    display: block;

    filter: saturate(.85);

    transition:
      transform 1.2s ease;
  }

  .qs-testimonials {

    padding: 85px 6%;
  }


  .qs-testimonial-top {

    display: block;

    margin-bottom: 45px;
  }


  .qs-testimonial-top>p {

    margin-top: 25px;
  }


  .qs-testimonial-slider {

    min-height: 650px;
  }


  .qs-review {

    grid-template-columns: 1fr;

  }


  .qs-review-image {

    min-height: 260px;

    height: 260px;
  }


  .qs-review-content {

    padding: 30px 25px 85px;
  }


  .qs-quote {

    top: 245px;

    right: 25px;

    font-size: 70px;
  }


  .qs-stars {

    margin-bottom: 18px;
  }


  .qs-review-text {

    font-size: 12px;
  }


  .qs-client {

    margin-top: 25px;
  }


  .qs-testimonial-controls {

    left: 25px;

    right: auto;

    bottom: 20px;
  }

}


/* -------brand scroller ------------- */

/* =========================================
   QUARTIER STUDIO
   PREMIUM LOGO SCROLLER
========================================= */

.qs-logo-section {
  position: relative;

  overflow: hidden;

  padding: 110px 0;

  background: var(--cream);

  color: #1b1a18;
}


/* =========================================
   BACKGROUND DECORATION
========================================= */

.qs-logo-section::before {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  left: -280px;
  top: -260px;

  border-radius: 50%;

  border: 1px solid rgba(174, 137, 89, .12);

  animation:
    logoCircle 20s linear infinite;
}


@keyframes logoCircle {

  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}


/* =========================================
   HEADING
========================================= */

.qs-logo-heading {
  position: relative;

  z-index: 2;

  max-width: 650px;

  margin: 0 auto 65px;

  padding: 0 25px;

  text-align: center;
}


.qs-logo-heading span {

  display: block;

  margin-bottom: 16px;

  color: #ae8959;

  font:
    600 9px Arial,
    sans-serif;

  letter-spacing: .28em;
}


.qs-logo-heading h2 {

  margin: 0;

  font:
    500 clamp(48px, 6vw, 78px)/.95 "Cormorant Garamond",
    Georgia,
    serif;

  letter-spacing: -.025em;
}


.qs-logo-heading h2 em {

  color: #ae8959;

  font-style: italic;
}


.qs-logo-heading p {

  max-width: 500px;

  margin: 22px auto 0;

  color: #827b72;

  font:
    13px/1.8 Arial,
    sans-serif;
}


/* =========================================
   SCROLLER
========================================= */

.qs-logo-scroller {

  position: relative;

  width: 100%;

  overflow: hidden;
}


/* =========================================
   MOVING TRACK
========================================= */

.qs-logo-track {

  display: flex;

  width: max-content;

  align-items: center;

  gap: 18px;

  animation:
    qsLogoMove 32s linear infinite;
}


@keyframes qsLogoMove {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }

}


/* =========================================
   LOGO CARD
========================================= */

.qs-logo-card {

  position: relative;

  width: 200px;
  height: 100px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  background:
    rgba(255, 255, 255, .55);

  border:
    1px solid rgba(174, 137, 89, .20);

  border-radius: 3px;

  box-shadow:
    0 12px 35px rgba(45, 35, 25, .06);

  transition:
    transform .4s ease,
    background .4s ease,
    border-color .4s ease,
    box-shadow .4s ease;
}


/* Small gold corner */

.qs-logo-card::before {

  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 40px;
  height: 30px;

  border-left:
    1px solid #ae8959;

  border-top:
    1px solid #ae8959;

  opacity: .5;
}


.qs-logo-card::after {

  content: "✦";

  position: absolute;

  right: 13px;
  bottom: 10px;

  color: #ae8959;

  font-size: 8px;

  opacity: .45;
}


/* =========================================
   LOGO
========================================= */

.qs-logo-card img {

  width: 130px;

  max-width: 100%;

  max-height: 900px;

  object-fit: contain;

  filter:
    grayscale(100%);

  opacity: .58;

  transition:
    filter .4s ease,
    opacity .4s ease,
    transform .4s ease;
}


/* Hover */

.qs-logo-card:hover {

  transform:
    translateY(-8px);
  overflow: hidden;

  background: #fffdf9;

  border-color:
    rgba(174, 137, 89, .55);

  box-shadow:
    0 20px 45px rgba(45, 35, 25, .12);
}


.qs-logo-card:hover img {

  filter:
    grayscale(0%);

  opacity: 1;

  transform:
    scale(1.08);
}


/* =========================================
   EDGE FADE
========================================= */

.qs-logo-fade {

  position: absolute;

  top: 0;

  width: 180px;

  height: 100%;

  z-index: 5;

  pointer-events: none;
}


.qs-logo-fade-left {

  left: 0;

  background:
    linear-gradient(90deg,
      #f5f0e8 5%,
      rgba(245, 240, 232, .85) 30%,
      transparent);
}


.qs-logo-fade-right {

  right: 0;

  background:
    linear-gradient(270deg,
      #f5f0e8 5%,
      rgba(245, 240, 232, .85) 30%,
      transparent);
}


/* =========================================
   HOVER PAUSE
========================================= */

.qs-logo-scroller:hover .qs-logo-track {

  animation-play-state:
    paused;
}


/* =========================================
   MOBILE
========================================= */

@media(max-width:600px) {

  .qs-logo-section {

    padding: 80px 0;
  }


  .qs-logo-heading {

    margin-bottom: 45px;
  }


  .qs-logo-heading p {

    font-size: 12px;

    padding: 0 10px;
  }


  .qs-logo-track {

    gap: 12px;

    animation-duration:
      24s;
  }


  .qs-logo-card {

    width: 155px;

    height: 95px;
  }


  .qs-logo-card img {

    width: 100px;

    max-height: 85px;
  }


  .qs-logo-fade {

    width: 70px;
  }

}

/* --------------Home team intro-------------- */

/* =========================================
   QUARTIER STUDIO
   FOUNDERS SECTION
========================================= */

.qs-founders {

  position: relative;

  overflow: hidden;

  padding: 120px 7%;

  background: #f5f0e8;

  color: #1b1a18;
}


/* Decorative circle */

.qs-founders::before {

  content: "";

  position: absolute;

  width: 430px;
  height: 430px;

  right: -250px;
  top: -220px;

  border: 1px solid rgba(174, 137, 89, .16);

  border-radius: 50%;

  animation:
    qsFounderCircle 20s linear infinite;

}


@keyframes qsFounderCircle {

  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}


/* =========================================
   HEADING
========================================= */

.qs-founders-heading {

  position: relative;

  z-index: 2;

  max-width: 750px;

  margin: 0 auto 70px;

  text-align: center;
}


.qs-founders-heading>span {

  display: block;

  margin-bottom: 16px;

  color: #ae8959;

  font:
    600 9px Arial,
    sans-serif;

  letter-spacing: .28em;
}


.qs-founders-heading h2 {

  margin: 0;

  font:
    500 clamp(48px, 6vw, 78px)/.95 "Cormorant Garamond",
    Georgia,
    serif;

  letter-spacing: -.025em;
}


.qs-founders-heading h2 em {

  display: block;

  color: #ae8959;

  font-style: italic;
}


.qs-founders-heading p {

  max-width: 550px;

  margin: 25px auto 0;

  color: #817a71;

  font:
    13px/1.8 Arial,
    sans-serif;
}


/* =========================================
   FOUNDERS GRID
========================================= */

.qs-founders-grid {

  position: relative;

  z-index: 2;

  max-width: 650px;

  margin: auto;

  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 28px;
}


/* =========================================
   CARD
========================================= */

.qs-founder-card {

  background: #fffdf9;

  border:
    1px solid rgba(174, 137, 89, .18);

  box-shadow:
    0 20px 55px rgba(35, 28, 20, .07);

  overflow: hidden;

  transition:
    transform .45s ease,
    box-shadow .45s ease;
}


.qs-founder-card:hover {

  transform:
    translateY(-10px);

  box-shadow:
    0 30px 70px rgba(35, 28, 20, .13);
}


/* =========================================
   PHOTO
========================================= */

.qs-founder-photo {

  position: relative;

  height: 480px;

  overflow: hidden;


  background: #ded6ca;
}


.qs-founder-photo img {

  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  object-position: center;

  filter:
    grayscale(15%);

  transition:
    transform 1s ease,
    filter .6s ease;
}


.qs-founder-card:hover .qs-founder-photo img {

  transform:
    scale(1.055);

  filter:
    grayscale(0%);
}


/* Number */

.qs-founder-number {

  position: absolute;

  top: 20px;
  right: 20px;

  width: 42px;
  height: 42px;

  display: grid;

  place-items: center;

  border-radius: 50%;

  background:
    rgba(27, 26, 24, .75);

  color: #f5f0e8;

  backdrop-filter:
    blur(8px);

  font:
    11px Arial, sans-serif;

  letter-spacing: .08em;
}


/* =========================================
   INFO
========================================= */

.qs-founder-info {

  position: relative;

  padding: 30px 32px 35px;
}


.qs-founder-role {

  display: block;

  margin-bottom: 9px;

  color: #ae8959;

  font:
    600 9px Arial, sans-serif;

  letter-spacing: .16em;
}


.qs-founder-info h3 {

  margin: 0;

  font:
    500 36px/1 "Cormorant Garamond",
    Georgia,
    serif;
}


.qs-founder-info p {

  max-width: 500px;

  margin: 22px 0 0;

  color: #777169;

  font:
    12px/1.8 Arial, sans-serif;
}


/* Arrow */

.qs-founder-arrow {

  position: absolute;

  right: 30px;
  top: 30px;

  width: 42px;
  height: 42px;

  display: grid;

  place-items: center;

  border:
    1px solid rgba(174, 137, 89, .35);

  border-radius: 50%;

  color: #ae8959;

  transition:
    background .3s ease,
    color .3s ease,
    transform .3s ease;
}


.qs-founder-card:hover .qs-founder-arrow {

  background: #ae8959;

  color: #fff;

  transform:
    rotate(45deg);
}


/* =========================================
   TEAM BUTTON
========================================= */

.qs-founders-button {

  position: relative;

  z-index: 2;

  display: flex;

  justify-content: center;

  margin-top: 55px;
}


.qs-team-button {

  display: inline-flex;

  align-items: center;

  gap: 30px;

  padding: 16px 20px 16px 25px;

  background: #1b1a18;

  color: #fff;

  text-decoration: none;

  font:
    600 10px Montserrat, Arial, sans-serif;

  letter-spacing: .12em;

  text-transform: uppercase;

  transition:
    background .3s ease,
    transform .3s ease,
    box-shadow .3s ease;
}


.qs-team-button strong {

  width: 34px;
  height: 34px;

  display: grid;

  place-items: center;

  background: #ae8959;

  font-size: 14px;

  transition:
    transform .3s ease;
}


.qs-team-button:hover {

  background: #ae8959;

  transform:
    translateY(-4px);

  box-shadow:
    0 15px 35px rgba(27, 26, 24, .18);
}


.qs-team-button:hover strong {

  background: #1b1a18;

  transform:
    rotate(45deg);
}


/* =========================================
   MOBILE
========================================= */

@media(max-width:700px) {

  .qs-founders {

    padding: 85px 6%;
  }


  .qs-founders-heading {

    margin-bottom: 45px;
  }


  .qs-founders-grid {

    grid-template-columns: 1fr;

    gap: 25px;
  }


  .qs-founder-photo {

    height: 620px;
  }


  .qs-founder-info {

    padding: 27px 24px 30px;
  }


  .qs-founder-info h3 {

    font-size: 32px;
  }

}


@media(max-width:480px) {

  .qs-founder-photo {

    height: 490px;
  }

}


/* -------------about  page--------------------------------- */

:root {
  --dark: #1b1a18;
  --cream: #f5f0e8;
  --paper: #fffdf9;
  --gold: #ae8959;
  --muted: #777169;
  --line: #ddd4c6;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--cream);
  color: var(--dark);
  font-family: "Inter", Arial, sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}


/* =========================
   HERO
========================= */

.about-hero {
  min-height: 72vh;

  display: flex;
  align-items: flex-end;

  padding:
    100px clamp(25px, 8vw, 110px) 80px;

  position: relative;
  overflow: hidden;

  color: white;

  background:
    linear-gradient(90deg,
      rgba(20, 18, 15, .88),
      rgba(20, 18, 15, .25)),
    url("Assest/card1.png") center / cover no-repeat;
}

.about-hero-content {
  max-width: 900px;
  position: relative;
  z-index: 2;
}

.about-eyebrow {
  display: block;

  margin-bottom: 18px;

  color: var(--gold);

  font:
    600 10px Arial, sans-serif;

  letter-spacing: .25em;
}

.about-hero .about-eyebrow {
  color: #d6b17a;
}

.about-hero h1 {
  font:
    500 clamp(55px, 8vw, 105px)/.9 "Cormorant Garamond",
    Georgia,
    serif;

  letter-spacing: -.03em;

  animation:
    aboutReveal 1s cubic-bezier(.16, 1, .3, 1);
}

.about-hero h1 em {
  display: block;
  color: #d6b17a;
  font-style: italic;
}

.about-hero p {
  max-width: 600px;
  margin-top: 28px;

  color: rgba(255, 255, 255, .75);

  font-size: 14px;
  line-height: 1.8;
}

@keyframes aboutReveal {

  from {
    opacity: 0;
    transform: translateY(35px);
  }

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

}


/* =========================
   INTRO
========================= */

.about-intro {
  max-width: 1200px;

  margin: auto;

  padding: 120px 6vw;

  display: grid;

  grid-template-columns: .8fr 1.2fr;

  gap: clamp(50px, 8vw, 120px);
}

.about-intro-title h2 {
  font:
    500 clamp(45px, 5vw, 70px)/.95 "Cormorant Garamond",
    Georgia,
    serif;
}

.about-intro-title h2 em {
  color: var(--gold);
  font-style: italic;
}

.about-intro-text p {
  color: var(--muted);

  font-size: 14px;
  line-height: 1.9;

  margin-bottom: 20px;
}


/* =========================
   PHILOSOPHY
========================= */

.about-philosophy {
  max-width: 1250px;

  margin: auto;

  padding:
    20px 6vw 120px;

  display: grid;

  grid-template-columns: 1.1fr .9fr;

  gap: 30px;
}

.about-philosophy-image {
  height: 620px;
  overflow: hidden;
}

.about-philosophy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: transform 1s ease;
}

.about-philosophy-image:hover img {
  transform: scale(1.05);
}

.about-philosophy-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: clamp(35px, 6vw, 80px);

  background: var(--dark);
  color: white;
}

.about-philosophy-content h2 {
  font:
    500 clamp(45px, 5vw, 70px)/.95 "Cormorant Garamond",
    Georgia,
    serif;
}

.about-philosophy-content h2 em {
  display: block;
  color: #c3a06b;
  font-style: italic;
}

.about-philosophy-content p {
  margin-top: 25px;

  color: rgba(255, 255, 255, .62);

  font-size: 13px;
  line-height: 1.9;
}


/* =========================
   VALUES
========================= */

.about-values {
  padding: 120px 6vw;
  background: var(--paper);
}

.about-section-heading {
  max-width: 700px;

  margin: 0 auto 70px;

  text-align: center;
}

.about-section-heading h2 {
  font:
    500 clamp(45px, 5vw, 70px)/.95 "Cormorant Garamond",
    Georgia,
    serif;
}

.about-section-heading h2 em {
  color: var(--gold);
  font-style: italic;
}

.about-values-grid {
  max-width: 1150px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 20px;
}

.about-value-card {
  padding: 45px 35px;

  border: 1px solid var(--line);

  background: var(--cream);

  transition:
    transform .4s ease,
    box-shadow .4s ease;
}

.about-value-card:hover {
  transform: translateY(-8px);

  box-shadow:
    0 20px 45px rgba(30, 25, 20, .08);
}

.about-value-card>span {
  color: var(--gold);
  font-size: 12px;
}

.about-value-card h3 {
  margin-top: 45px;

  font:
    500 34px "Cormorant Garamond",
    Georgia,
    serif;
}

.about-value-card p {
  margin-top: 18px;

  color: var(--muted);

  font-size: 12px;
  line-height: 1.8;
}


/* =========================
   LEADERSHIP
========================= */

.about-leadership {
  max-width: 1200px;

  margin: auto;

  padding: 120px 6vw;

  display: grid;

  grid-template-columns: .85fr 1.15fr;

  gap: 80px;

  align-items: center;
}

.about-leader-image {
  height: 600px;
  overflow: hidden;
}

.about-leader-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 1s ease;
}

.about-leader-image:hover img {
  transform: scale(1.04);
}

.about-leader-content h2 {
  font:
    500 clamp(45px, 5vw, 70px)/.95 "Cormorant Garamond",
    Georgia,
    serif;
}

.about-leader-content h2 em {
  color: var(--gold);
  font-style: italic;
}

.about-leader-role {
  display: block;

  margin: 20px 0;

  color: var(--gold);

  font:
    600 10px Arial, sans-serif;

  letter-spacing: .16em;
}

.about-leader-content p {
  max-width: 550px;

  color: var(--muted);

  font-size: 13px;
  line-height: 1.9;

  margin-bottom: 20px;
}

.about-team-link {
  display: inline-block;

  margin-top: 15px;

  color: var(--dark);

  text-decoration: none;

  border-bottom:
    1px solid var(--gold);

  padding-bottom: 7px;

  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;

  transition: .3s;
}

.about-team-link:hover {
  color: var(--gold);
}


/* =========================
   PROCESS
========================= */

.about-process {
  padding: 120px 6vw;

  background: var(--dark);
  color: white;
}

.about-section-heading.dark {
  color: white;
}

.about-process-grid {
  max-width: 1150px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 1px;

  background: rgba(255, 255, 255, .12);
}

.about-process-grid article {
  padding: 40px 30px;

  background: var(--dark);
}

.about-process-grid article>span {
  color: #c3a06b;
  font-size: 11px;
}

.about-process-grid h3 {
  margin-top: 50px;

  font:
    500 30px "Cormorant Garamond",
    Georgia,
    serif;
}

.about-process-grid p {
  margin-top: 15px;

  color: rgba(255, 255, 255, .52);

  font-size: 11px;
  line-height: 1.8;
}


/* =========================
   STATS
========================= */

.about-stats {
  padding: 90px 6vw;

  background: var(--dark);

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

  text-align: center;
}

.about-stats h3 {
  color: var(--gold);

  font:
    500 clamp(45px, 5vw, 65px) "Cormorant Garamond",
    Georgia,
    serif;
}

.about-stats p {
  color: var(--muted);

  font-size: 10px;

  letter-spacing: .12em;

  text-transform: uppercase;
}


/* =========================
   WHY
========================= */

.about-why {
  padding: 120px 6vw;
  background: var(--cream);
}

.about-section-heading>p {
  max-width: 650px;

  margin: 25px auto 0;

  color: var(--muted);

  font-size: 13px;
  line-height: 1.9;
}

.about-why-grid {
  max-width: 1100px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 20px;
}

.about-why-grid article {
  padding: 30px;

  border-top:
    1px solid var(--gold);
}

.about-why-grid h3 {
  font:
    500 28px "Cormorant Garamond",
    Georgia,
    serif;
}

.about-why-grid p {
  margin-top: 12px;

  color: var(--muted);

  font-size: 11px;
  line-height: 1.8;
}


/* =========================
   CTA
========================= */

.about-cta {
  padding: 120px 6vw;

  text-align: center;

  background:
    linear-gradient(rgb(20, 18, 15),
      rgba(20, 18, 15, .83)),
    url("Assest/livingarea.webp") center / cover;

  color: white;
}

.about-cta h2 {
  font:
    500 clamp(50px, 7vw, 90px)/.9 "Cormorant Garamond",
    Georgia,
    serif;
}

.about-cta h2 em {
  display: block;

  color: #c3a06b;

  font-style: italic;
}

.about-cta p {
  max-width: 500px;

  margin: 25px auto 35px;

  color: rgba(255, 255, 255, .65);

  font-size: 13px;
  line-height: 1.8;
}

.about-cta-button {
  display: inline-flex;

  align-items: center;

  gap: 25px;

  padding: 15px 18px 15px 25px;

  background: #c3a06b;

  color: var(--dark);

  text-decoration: none;

  font:
    600 10px Arial, sans-serif;

  letter-spacing: .12em;

  text-transform: uppercase;

  transition: .3s;
}

.about-cta-button strong {
  width: 32px;
  height: 32px;

  display: grid;
  place-items: center;

  background: var(--dark);
  color: white;

  transition: .3s;
}

.about-cta-button:hover {
  transform: translateY(-4px);
}

.about-cta-button:hover strong {
  transform: rotate(45deg);
}


/* =========================
   MOBILE
========================= */

@media(max-width:850px) {

  .about-nav-links {
    display: none;
  }

  .about-intro,
  .about-philosophy,
  .about-leadership {
    grid-template-columns: 1fr;
  }

  .about-values-grid,
  .about-why-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .about-stats {
    grid-template-columns: 1fr 1fr;
  }

  .about-leader-image {
    height: 800px;
  }
}


@media(max-width:550px) {

  .about-nav {
    height: 68px;
  }

  .about-nav-links {
    display: none;
  }

  .about-hero {
    min-height: 70vh;

    padding:
      80px 7% 60px;
  }

  .about-intro,
  .about-philosophy,
  .about-leadership {
    padding: 80px 6%;
  }

  .about-values,
  .about-process,
  .about-why {
    padding: 80px 6%;
  }

  .about-values-grid,
  .about-why-grid,
  .about-process-grid {
    grid-template-columns: 1fr;
  }

  .about-stats {
    padding: 70px 6%;
  }

  .about-leader-image {
    height: 620px;
  }

  .about-cta {
    padding: 90px 6%;
  }
}

/* --------------------start project--------------------------- */


.qs-section {
  width: 100%;
  padding: 80px 20px;
  background: #f7f7f5;
  box-sizing: border-box;
}

.qs-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}


/* =========================
   HEADING
========================= */

.qs-heading {
  margin-bottom: 45px;
}

.qs-heading small {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #777;
  margin-bottom: 14px;
}

.qs-heading h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05;
  font-weight: 400;
  color: #151515;
}

.qs-heading h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
}


/* =========================
   GRID
========================= */

.qs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
}

.qs-full {
  grid-column: 1 / -1;
}


/* =========================
   FIELDS
========================= */

.qs-field {
  width: 100%;
  min-width: 0;
}

.qs-field label {
  display: block;
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 600;
  color: #242424;
}

.qs-required {
  color: #b3261e;
  margin-left: 3px;
}

.qs-field input,
.qs-field select,
.qs-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d5d5d2;
  background: #fff;
  color: #222;
  padding: 15px 16px;
  border-radius: 2px;
  outline: none;
  font-family: inherit;
  font-size: 14px;
  transition: border-color .2s ease,
    box-shadow .2s ease;
}

.qs-field input,
.qs-field select {
  height: 52px;
}

.qs-field textarea {
  min-height: 180px;
  resize: vertical;
  line-height: 1.6;
}

.qs-field input:focus,
.qs-field select:focus,
.qs-field textarea:focus {
  border-color: #222;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
}

.qs-field input::placeholder,
.qs-field textarea::placeholder {
  color: #999;
}


/* =========================
   PHONE
========================= */

.qs-phone {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 8px;
}

.qs-phone select,
.qs-phone input {
  min-width: 0;
}

.qs-help {
  display: block;
  margin-top: 7px;
  font-size: 11px;
  color: #888;
}


/* =========================
   COUNTER
========================= */

.qs-counter {
  text-align: right;
  margin-top: 7px;
  font-size: 11px;
  color: #888;
}


/* =========================
   BUTTON
========================= */

.qs-submit {
  width: 100%;
  margin-top: 35px;
  padding: 18px 25px;
  border: 0;
  border-radius: 2px;
  background: #161616;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.4px;
  transition: all .25s ease;
}

.qs-submit:hover {
  background: #333;
  transform: translateY(-1px);
}

.qs-submit:disabled {
  opacity: .65;
  cursor: not-allowed;
  transform: none;
}


/* =========================
   LOADING
========================= */

.qs-loading {
  display: none;
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  color: #666;
}


/* =========================
   PRIVACY
========================= */

.qs-privacy {
  margin: 16px 0 0;
  text-align: center;
  font-size: 11px;
  color: #888;
}


/* =========================
   SUCCESS
========================= */

.qs-success {
  display: none;
  text-align: center;
  padding: 80px 20px;
}

.qs-success-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
  border-radius: 50%;
  font-size: 28px;
}

.qs-success small {
  letter-spacing: 2px;
  font-size: 11px;
  color: #777;
}

.qs-success h2 {
  margin: 15px 0;
  font-size: clamp(34px, 5vw, 55px);
  font-weight: 400;
}

.qs-success h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}

.qs-success p {
  max-width: 560px;
  margin: 0 auto;
  color: #666;
  line-height: 1.7;
}

.qs-success .qs-quote {
  margin-top: 25px;
  font-family: Georgia, serif;
  font-style: italic;
  color: #222;
}


/* =========================
   TABLET
========================= */

@media (max-width: 768px) {

  .qs-section {
    padding: 60px 18px;
  }

  .qs-heading {
    margin-bottom: 35px;
  }

  .qs-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .qs-full {
    grid-column: auto;
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 480px) {

  .qs-section {
    padding: 45px 14px;
  }

  .qs-heading h1 {
    font-size: 39px;
  }

  .qs-heading small {
    font-size: 9px;
    letter-spacing: 1.5px;
  }

  .qs-field input,
  .qs-field select {
    height: 50px;
    padding: 13px 14px;
    font-size: 14px;
  }

  .qs-field textarea {
    min-height: 160px;
  }

  .qs-phone {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .qs-submit {
    padding: 17px 15px;
    font-size: 11px;
  }

  .qs-success {
    padding: 55px 10px;
  }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 350px) {

  .qs-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .qs-heading h1 {
    font-size: 34px;
  }

  .qs-phone {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 5px;
  }

}



/* ==================
======BLOG page========================== */

:root {

  --dark: #171614;

  --cream: #f4efe7;

  --paper: #fffdf9;

  --gold: #b18b5c;

  --muted: #777168;

  --line: #ddd4c7;

}


/* =====================================
   HERO
===================================== */

.blog-hero {

  min-height: 90vh;

  display: flex;

  align-items: flex-end;

  position: relative;

  padding: 8%;

  color: white;

  background:

    linear-gradient(90deg,
      rgba(12, 10, 8, .85),
      rgba(12, 10, 8, .25)),

    url("Assest/_DSC8465.jpg") center / cover;

}


.blog-hero-content {

  max-width: 850px;

}


.eyebrow {

  display: block;

  margin-bottom: 20px;

  color: var(--gold);

  font-size: 10px;

  font-weight: bold;

  letter-spacing: 3px;

}


.blog-hero h1 {

  font:

    500 clamp(60px, 8vw, 110px)/.88 "Cormorant Garamond",
    Georgia,
    serif;

}


.blog-hero h1 em {

  display: block;

  color: #c9a875;

}


.blog-hero p {

  max-width: 560px;

  margin-top: 30px;

  color: rgba(255, 255, 255, .7);

  line-height: 1.8;

  font-size: 14px;

}


.hero-scroll {

  position: absolute;

  right: 7%;

  bottom: 45px;

  display: flex;

  gap: 15px;

  align-items: center;

  font-size: 9px;

  letter-spacing: 2px;

  text-transform: uppercase;

}


.hero-scroll span {

  width: 35px;

  height: 1px;

  background: white;

}


/* =====================================
   GENERAL
===================================== */

section {

  padding: 120px 6vw;

}


.section-heading {

  max-width: 700px;

  margin: 0 auto 70px;

  text-align: center;

}


.section-heading.left {

  margin-left: 0;

  text-align: left;

}


.section-heading h2 {

  font:

    500 clamp(48px, 6vw, 75px)/.9 "Cormorant Garamond",
    Georgia,
    serif;

}


.section-heading h2 em {

  color: var(--gold);

}


/* =====================================
   FEATURED ARTICLE
===================================== */

.featured-blog {

  background: var(--paper);

}


.section-label {

  display: flex;

  gap: 18px;

  margin-bottom: 5px;

  color: var(--muted);

  font-size: 10px;

  letter-spacing: 2px;

}


.section-label span {

  color: var(--gold);

}


.featured-article {

  display: grid;

  grid-template-columns: 1.2fr .8fr;

  text-decoration: none;

  background: var(--cream);

}


.featured-image {

  height: 650px;

  overflow: hidden;

}


.featured-image img {

  height: 100%;

  object-fit: cover;

  transition: transform 1s ease;

}


.featured-article:hover .featured-image img {

  transform: scale(1.05);

}


.featured-content {

  display: flex;

  flex-direction: column;

  justify-content: center;

  padding: 7vw;

}


.article-category {

  color: var(--gold);

  font-size: 9px;

  letter-spacing: 2px;

}


.featured-content h2 {

  margin-top: 20px;

  font:

    500 clamp(42px, 5vw, 70px)/.92 "Cormorant Garamond",
    Georgia,
    serif;

}


.featured-content h2 em {

  display: block;

  color: var(--gold);

}


.featured-content p {

  margin-top: 25px;

  color: var(--muted);

  line-height: 1.8;

  font-size: 13px;

}


.article-meta {

  display: flex;

  gap: 20px;

  margin-top: 25px;

  color: var(--muted);

  font-size: 9px;

  letter-spacing: 1px;

}


.read-more {

  margin-top: 30px;

  color: var(--dark);

  font-size: 10px;

  letter-spacing: 2px;

  text-transform: uppercase;

}


/* =====================================
   CATEGORIES
===================================== */

.blog-categories {

  padding-bottom: 70px;

}


.category-links {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 10px;

}


.category-btn {

  padding: 13px 20px;

  border: 1px solid var(--line);

  background: transparent;

  color: var(--muted);

  cursor: pointer;

  font-size: 9px;

  letter-spacing: 1.5px;

  text-transform: uppercase;

  transition: .3s;

}


.category-btn:hover,
.category-btn.active {

  background: var(--dark);

  border-color: var(--dark);

  color: white;

}


/* =====================================
   BLOG GRID
===================================== */

.latest-stories {

  background: var(--cream);

}


.blog-grid {

  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 70px 30px;

}


.blog-card {

  opacity: 100%;

  transform: translateY(40px);

  transition:

    opacity .7s ease,

    transform .7s ease;

}


.blog-card.visible {

  opacity: 100%;

  transform: translateY(0);

}


.blog-card a {

  text-decoration: none;

}


.blog-image {

  height: 470px;

  position: relative;

  overflow: hidden;

}


.blog-image img {

  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;

}


.blog-card:hover .blog-image img {

  transform: scale(1.05);

}


.card-category {

  position: absolute;
  left: 20px;

  top: 20px;

  padding: 8px 10px;

  background: rgba(0, 0, 0, .7);

  color: white;

  font-size: 8px;

  letter-spacing: 1.5px;

}


.blog-info {

  padding-top: 20px;

  position: relative;

}


.blog-info h3 {

  max-width: 600px;

  margin-top: 15px;

  font:

    500 38px/1 "Cormorant Garamond",
    Georgia,
    serif;

}


.blog-info p {

  max-width: 500px;

  margin-top: 12px;

  color: var(--muted);

  font-size: 12px;

  line-height: 1.7;

}


.arrow {

  position: absolute;

  right: 10px;

  bottom: 5px;

  font-size: 22px;

  transition: transform .3s;

}


.blog-card:hover .arrow {

  transform:
    translate(5px, -5px);

}


/* =====================================
   DESIGN JOURNAL
===================================== */

.design-journal {

  background: var(--paper);

}


.journal-story {

  max-width: 1200px;

  margin: 0 auto 50px;

  display: grid;

  grid-template-columns:
    1fr 1fr;

  align-items: center;

  gap: 50px;

}


.journal-story.reverse {

  direction: rtl;

}


.journal-story.reverse .journal-content {

  direction: ltr;

}


.journal-image {

  height: 580px;

  overflow: hidden;

}


.journal-image img {

  height: 100%;

  object-fit: cover;

  transition: transform .8s ease;

}


.journal-story:hover .journal-image img {

  transform: scale(1.04);

}


.journal-content>span {

  color: var(--gold);

  font-size: 9px;

  letter-spacing: 2px;

}


.journal-content h3 {

  margin-top: 20px;

  font:

    500 clamp(45px, 5vw, 70px)/.9 "Cormorant Garamond",
    Georgia,
    serif;

}


.journal-content h3 em {

  display: block;

  color: var(--gold);

}


.journal-content p {

  margin-top: 25px;

  color: var(--muted);

  line-height: 1.8;

  font-size: 13px;

}


.journal-content a {

  display: inline-block;

  margin-top: 30px;

  color: var(--dark);

  text-decoration: none;

  border-bottom: 1px solid var(--gold);

  padding-bottom: 7px;

  font-size: 9px;

  letter-spacing: 2px;

  text-transform: uppercase;

}


/* =====================================
   MOST READ
===================================== */

.most-read {

  background: var(--cream);

}


.reading-list {

  max-width: 1100px;

  margin: auto;

}


.reading-list a {

  display: grid;

  grid-template-columns: 70px 1fr 40px;

  align-items: center;

  gap: 30px;

  padding: 30px 0;

  border-top: 1px solid var(--line);

  text-decoration: none;

  transition: padding .3s ease;

}


.reading-list a:last-child {

  border-bottom: 1px solid var(--line);

}


.reading-list a:hover {

  padding-left: 15px;

}


.number {

  color: var(--gold);

  font:

    400 35px "Cormorant Garamond",
    Georgia,
    serif;

}


.reading-list div>span {

  color: var(--gold);

  font-size: 8px;

  letter-spacing: 2px;

}


.reading-list h3 {

  margin-top: 8px;

  font:

    500 30px "Cormorant Garamond",
    Georgia,
    serif;

}


.reading-list strong {

  font-size: 22px;

  transition: transform .3s;

}


.reading-list a:hover strong {

  transform:
    translate(5px, -5px);

}


/* =====================================
   QUOTE
===================================== */

.blog-quote {

  min-height: 550px;

  display: grid;

  place-items: center;

  text-align: center;

  background: var(--dark);

  color: white;

}


.quote-mark {

  display: block;

  color: var(--gold);

  font:

    100px "Cormorant Garamond",
    Georgia,
    serif;

  line-height: .5;

}


.blog-quote blockquote {

  max-width: 850px;

  font:

    italic 500 clamp(38px, 5vw, 65px)/1.05 "Cormorant Garamond",
    Georgia,
    serif;

}


.quote-author {

  display: block;

  margin-top: 30px;

  color: rgba(255, 255, 255, .5);

  font-size: 9px;

  letter-spacing: 3px;

}


/* =====================================
   NEWSLETTER
===================================== */

.newsletter {

  background: var(--paper);

  text-align: center;

}


.newsletter-content {

  max-width: 700px;

  margin: auto;

}


.newsletter h2 {

  font:

    500 clamp(50px, 6vw, 75px)/.9 "Cormorant Garamond",
    Georgia,
    serif;

}


.newsletter h2 em {

  color: var(--gold);

}


.newsletter p {

  margin: 25px auto;

  color: var(--muted);

  font-size: 13px;

  line-height: 1.8;

}


.newsletter form {

  display: flex;

  max-width: 600px;

  margin: 35px auto 15px;

  border-bottom: 1px solid var(--dark);

}


.newsletter input {

  flex: 1;

  min-width: 0;

  border: 0;

  outline: 0;

  background: transparent;

  padding: 15px 5px;

  color: var(--dark);

}


.newsletter button {

  border: 0;

  background: transparent;

  color: var(--dark);

  cursor: pointer;

  font-size: 9px;

  font-weight: bold;

  letter-spacing: 1.5px;

  text-transform: uppercase;

}


.newsletter small {

  color: var(--muted);

  font-size: 9px;

}


/* =====================================
   CTA
===================================== */

.blog-cta {

  min-height: 600px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  color: white;

  background:

    linear-gradient(rgba(15, 13, 11, .85),
      rgba(15, 13, 11, .85)),

    url("Assest/_DSC8465.jpg") center / cover;

}


.blog-cta h2 {

  font:

    500 clamp(55px, 7vw, 90px)/.9 "Cormorant Garamond",
    Georgia,
    serif;

}


.blog-cta h2 em {

  display: block;

  color: #c9a875;

}


.blog-cta a {

  display: inline-flex;

  align-items: center;

  gap: 20px;

  margin-top: 35px;

  padding: 16px 22px;

  background: var(--gold);

  color: var(--dark);

  text-decoration: none;

  font-size: 9px;

  font-weight: bold;

  letter-spacing: 2px;

  text-transform: uppercase;

}


.blog-cta a span {

  font-size: 18px;

}


/* =====================================
   RESPONSIVE
===================================== */

@media(max-width:900px) {

  .nav-links {

    display: none;

  }


  .menu-toggle {

    display: block;

  }


  .featured-article {

    grid-template-columns: 1fr;

  }


  .featured-image {

    height: 500px;

  }


  .blog-grid {

    grid-template-columns: 1fr;

  }


  .journal-story {

    grid-template-columns: 1fr;

    gap: 40px;

  }


  .journal-story.reverse {

    direction: ltr;

  }

}


@media(max-width:550px) {

  section {

    padding: 80px 6%;

  }


  .blog-hero {

    min-height: 700px;

    padding: 7%;

  }


  .blog-hero h1 {

    font-size: 60px;

  }


  .featured-image {

    height: 400px;

  }


  .featured-content {

    padding: 45px 25px;

  }


  .blog-image {

    height: 400px;

  }


  .journal-image {

    height: 400px;

  }


  .reading-list a {

    grid-template-columns: 45px 1fr 25px;

    gap: 12px;

  }


  .reading-list h3 {

    font-size: 24px;

  }


  .newsletter form {

    display: block;

    border: 0;

  }


  .newsletter input {

    width: 100%;

    border-bottom: 1px solid var(--dark);

    margin-bottom: 15px;

  }

}


/* ==================project1================================ */

/* =========================================================
   QUARTIER STUDIO
   PROJECT PAGE CSS

   IMPORTANT:
   Every class starts with:
   qs-project-

   This prevents conflicts with other website pages.
========================================================= */

:root {
  --qs-project-black: #151412;
  --qs-project-cream: #f4f0e8;
  --qs-project-white: #fffdf8;
  --qs-project-gold: #b49361;
  --qs-project-light-gold: #d1b27f;
  --qs-project-text: #27241f;
  --qs-project-muted: #777168;
  --qs-project-line: #ddd5c8;
}


/* ================= RESET ================= */

/* .qs-project-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.qs-project-page {
    margin: 0;
    background: var(--qs-project-cream);
    color: var(--qs-project-text);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    overflow-x: hidden;
}

.qs-project-page img {
    display: block;
    width: 100%;
}

.qs-project-page a {
    color: inherit;
    text-decoration: none;
} */

/* ================= HERO ================= */

.qs-project-hero {
  position: relative;

  min-height: 90vh;

  display: flex;
  align-items: flex-end;

  padding: 120px 7% 75px;

  overflow: hidden;

  color: #fff;
}

.qs-project-hero-image {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  animation:
    qsProjectHeroZoom 14s ease-in-out infinite alternate;
}

@keyframes qsProjectHeroZoom {

  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }

}

.qs-project-hero-overlay {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(90deg,
      rgba(0, 0, 0, .82),
      rgba(0, 0, 0, .18));
}

.qs-project-hero-content {
  position: relative;

  z-index: 2;

  max-width: 1000px;
}

.qs-project-eyebrow {
  margin-bottom: 20px;

  color: var(--qs-project-gold);

  font-size: 9px;

  font-weight: bold;

  letter-spacing: 3px;
}

.qs-project-hero-title {
  font-family: Georgia, serif;

  font-size:
    clamp(65px, 10vw, 135px);

  line-height: .92;

  font-weight: 400;

  letter-spacing: -4px;
}

.qs-project-hero-title em {
  display: block;
  font-size: clamp(35px, 7vw, 75px);
  ;

  color: var(--qs-project-light-gold);

  font-style: normal;
}

.qs-project-location {
  display: flex;
  align-items: center;

  gap: 14px;

  margin-top: 35px;

  font-size: 12px;
}

.qs-project-location-icon {
  color: var(--qs-project-gold);

  font-size: 17px;
}

.qs-project-scroll {
  position: absolute;

  right: 7%;
  bottom: 45px;

  z-index: 3;

  display: flex;
  align-items: center;

  gap: 15px;

  border: 0;
  background: transparent;

  color: white;

  font-size: 9px;

  letter-spacing: 2px;

  text-transform: uppercase;

  cursor: pointer;
}

.qs-project-scroll span {
  width: 45px;
  height: 1px;

  background: #fff;

  animation:
    qsProjectScrollLine 1.7s infinite ease-in-out;
}

@keyframes qsProjectScrollLine {

  0%,
  100% {
    transform: scaleX(.5);
    transform-origin: left;
  }

  50% {
    transform: scaleX(1);
  }

}


/* ================= COMMON SECTION ================= */

.qs-project-section {
  padding: 120px 7%;
}

.qs-project-section-number {
  margin-bottom: 30px;

  color: var(--qs-project-gold);

  font-family: Georgia, serif;

  font-size: 26px;
}

.qs-project-section-heading {
  max-width: 850px;
}

.qs-project-section-heading h2,
.qs-project-luxury-content h2,
.qs-project-cta-content h2 {
  font-family: Georgia, serif;

  font-size:
    clamp(48px, 6vw, 82px);

  line-height: .92;

  font-weight: 400;

  letter-spacing: -2px;
}

.qs-project-section-heading h2 em,
.qs-project-luxury-content h2 em,
.qs-project-cta-content h2 em {
  color: var(--qs-project-gold);

  font-style: normal;
}

.qs-project-section-heading p {
  max-width: 600px;

  margin-top: 28px;

  color: var(--qs-project-muted);

  font-size: 14px;

  line-height: 1.9;
}


/* ================= PROJECT INFO ================= */

.qs-project-info-section {
  background: var(--qs-project-white);
}

.qs-project-info-layout {
  display: grid;

  grid-template-columns:
    .8fr 1.2fr;

  gap: 100px;

  margin-top: 65px;
}

.qs-project-info-description {
  color: var(--qs-project-muted);

  font-size: 14px;

  line-height: 1.95;
}

.qs-project-info-description p+p {
  margin-top: 20px;
}

.qs-project-details {
  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  border-top:
    1px solid var(--qs-project-line);
}

.qs-project-detail {
  padding: 27px 15px;

  border-bottom:
    1px solid var(--qs-project-line);
}

.qs-project-detail:nth-child(odd) {
  border-right:
    1px solid var(--qs-project-line);
}

.qs-project-detail span {
  display: block;

  margin-bottom: 10px;

  color: var(--qs-project-gold);

  font-size: 10px;

  letter-spacing: 2px;
}

.qs-project-detail strong {
  font-size: 18px;
}


/* ================= LUXURY ================= */

.qs-project-luxury-section {
  display: grid;

  grid-template-columns:
    1.1fr .9fr;

  gap: 90px;

  align-items: center;
}

.qs-project-luxury-image {
  height: 680px;

  overflow: hidden;
}

.qs-project-luxury-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 1s cubic-bezier(.2, .7, .2, 1);
}

.qs-project-luxury-image:hover img {
  transform: scale(1.06);
}

.qs-project-luxury-content p {
  margin-top: 25px;

  color: var(--qs-project-muted);

  font-size: 14px;

  line-height: 1.95;
}


/* ================= CUSTOM ================= */

.qs-project-custom-section {
  background: var(--qs-project-black);

  color: white;
}

.qs-project-custom-section .qs-project-section-heading p {
  color: #aaa59d;
}

.qs-project-custom-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 1px;

  margin-top: 75px;

  background: #3a3732;
}

.qs-project-custom-card {
  padding: 50px 35px;

  background: var(--qs-project-black);

  transition:
    transform .4s ease,
    background .4s ease;
}

.qs-project-custom-card:hover {
  background: #211f1b;

  transform: translateY(-10px);
}

.qs-project-custom-card>span {
  color: var(--qs-project-gold);

  font-size: 10px;

  letter-spacing: 2px;
}

.qs-project-custom-card h3 {
  margin-top: 55px;

  font-family: Georgia, serif;

  font-size: 35px;

  font-weight: 400;
}

.qs-project-custom-card p {
  margin-top: 20px;

  color: #aaa59d;

  font-size: 13px;

  line-height: 1.85;
}


/* ================= HIGHLIGHTS ================= */

.qs-project-highlights-section {
  background: var(--qs-project-white);
}

.qs-project-highlight-grid {
  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 25px;

  margin-top: 65px;
}

.qs-project-highlight-card {
  position: relative;

  height: 520px;

  overflow: hidden;
}

.qs-project-highlight-card img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .8s ease;
}

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

.qs-project-highlight-card>div {
  position: absolute;

  inset: 0;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

  padding: 35px;

  color: white;

  background:
    linear-gradient(transparent 35%,
      rgba(0, 0, 0, .82));
}

.qs-project-highlight-card h3 {
  font-family: Georgia, serif;

  font-size: 38px;

  font-weight: 400;
}

.qs-project-highlight-card p {
  margin-top: 8px;

  color: #ddd;

  font-size: 11px;
}


/* ================= SPACES ================= */

.qs-project-spaces-section {
  background: var(--qs-project-cream);
}

.qs-project-spaces-grid {
  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  margin-top: 70px;

  border-top:
    1px solid var(--qs-project-line);

  border-left:
    1px solid var(--qs-project-line);
}

.qs-project-spaces-grid article {
  min-height: 260px;

  padding: 35px 25px;

  border-right:
    1px solid var(--qs-project-line);

  border-bottom:
    1px solid var(--qs-project-line);

  transition:
    background .4s,
    transform .4s;
}

.qs-project-spaces-grid article:hover {
  background: var(--qs-project-white);

  transform: translateY(-5px);
}

.qs-project-spaces-grid span {
  color: var(--qs-project-gold);

  font-size: 10px;
}

.qs-project-spaces-grid h3 {
  margin-top: 75px;

  font-family: Georgia, serif;

  font-size: 29px;

  font-weight: 400;
}

.qs-project-spaces-grid p {
  margin-top: 12px;

  color: var(--qs-project-muted);

  font-size: 11px;

  line-height: 1.7;
}


/* ================= STATS ================= */

.qs-project-stats {
  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  background: var(--qs-project-white);

  border-top:
    1px solid var(--qs-project-line);

  border-bottom:
    1px solid var(--qs-project-line);
}

.qs-project-stats>div {
  padding: 55px 30px;

  border-right:
    1px solid var(--qs-project-line);
}

.qs-project-stats>div:last-child {
  border-right: 0;
}

.qs-project-stats strong {
  display: block;

  color: var(--qs-project-gold);

  font-family: Georgia, serif;

  font-size: 52px;
}

.qs-project-stats span {
  display: block;

  margin-top: 10px;

  color: var(--qs-project-muted);

  font-size: 9px;

  letter-spacing: 2px;
}


/* ================= GALLERY ================= */

.qs-project-gallery-section {
  background: var(--qs-project-white);
}

.qs-project-gallery-grid {
  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 22px;

  margin-top: 70px;
}

.qs-project-gallery-item {
  height: 430px;

  overflow: hidden;
}


.qs-project-gallery-item.qs-project-gallery-tall {
  height: 880px;

  grid-row: span 2;
}

.qs-project-gallery-item.qs-project-gallery-wide {
  grid-column: span 2;

  height: 600px;
}

.qs-project-gallery-item img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .9s ease;
}

.qs-project-gallery-item:hover img {
  transform: scale(1.05);
}


/* ================= TEAM ================= */

.qs-project-team-section {
  background: var(--qs-project-cream);
}

.qs-project-team-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 25px;

  margin-top: 60px;
}

.qs-project-team-grid article {
  padding: 35px;

  border:
    1px solid var(--qs-project-line);

  background: rgba(255, 255, 255, .3);

  transition: .4s ease;
}

.qs-project-team-grid article:hover {
  background: var(--qs-project-white);

  transform: translateY(-8px);

  box-shadow:
    0 20px 50px rgba(0, 0, 0, .07);
}

.qs-project-team-grid span {
  color: var(--qs-project-gold);

  font-size: 8px;

  letter-spacing: 2px;
}

.qs-project-team-grid h3 {
  margin-top: 22px;

  font-family: Georgia, serif;

  font-size: 31px;

  font-weight: 400;
}


/* ================= CTA ================= */

.qs-project-cta {
  position: relative;

  min-height: 620px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  color: white;

  overflow: hidden;
}

.qs-project-cta>img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.qs-project-cta-overlay {
  position: absolute;

  inset: 0;

  background:
    rgba(0, 0, 0, .78);
}

.qs-project-cta-content {
  position: relative;

  z-index: 2;
}

.qs-project-cta-content h2 {
  color: white;

  font-size:
    clamp(55px, 8vw, 105px);
}

.qs-project-cta-content h2 em {
  display: block;

  color: var(--qs-project-light-gold);
}

.qs-project-cta-button {
  display: inline-flex;

  align-items: center;

  gap: 20px;

  margin-top: 40px;

  padding: 17px 28px;

  background: var(--qs-project-gold);

  color: #171512;

  font-size: 9px;

  font-weight: bold;

  letter-spacing: 2px;

  text-transform: uppercase;

  transition: .3s;
}

.qs-project-cta-button:hover {
  background: var(--qs-blog-gold);

  transform: translateY(-3px);
}


/* ================= SCROLL REVEAL ================= */

.qs-project-reveal {
  opacity: 100%;

  transform: translateY(45px);

  transition:
    opacity .9s ease,
    transform .9s ease;
}

.qs-project-reveal.qs-project-show {
  opacity: 90%;

  transform: translateY(0);
}


/* ================= TABLET ================= */

@media (max-width: 1000px) {

  .qs-project-hero {
    position: relative;

    min-height: 70vh;

    display: flex;
    align-items: flex-end;

    padding: 120px 7% 75px;

    overflow: hidden;

    color: #fff;
  }

  .qs-project-nav-links {
    gap: 13px;
  }

  .qs-project-nav-link {
    font-size: 8px;
  }

  .qs-project-info-layout,
  .qs-project-luxury-section {
    grid-template-columns: 1fr;
  }

  .qs-project-custom-grid {
    grid-template-columns: 1fr;
  }

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

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

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


}

@media (max-width: 700px) {

  .qs-project-hero {
    position: relative;
    min-height: 40vh;

    display: flex;
    align-items: flex-end;

    padding: 120px 7% 75px;

    overflow: hidden;

    color: #fff;
  }

  .qs-project-highlight-grid {
    display: grid;

    grid-template-columns:
      repeat(1, 1fr);

    gap: 15px;

    margin-top: 35px;
  }


  .qs-project-gallery-grid {
    display: grid;

    grid-template-columns:
      repeat(1, 1fr);

    gap: 12px;

    margin-top: 20px;
  }
}


/* ================= REDUCED MOTION ================= */

@media (prefers-reduced-motion: reduce) {

  .qs-project-page *,
  .qs-project-page *::before,
  .qs-project-page *::after {
    animation: none !important;

    transition: none !important;

    scroll-behavior: auto !important;
  }

}


/* ====================service================================= */

:root {
  --qs-service-black: #151412;
  --qs-service-cream: #f3efe7;
  --qs-service-white: #fffdf9;
  --qs-service-gold: #b49361;
  --qs-service-text: #28251f;
  --qs-service-muted: #756f66;
  --qs-service-line: #ddd5c8;
}

.qs-service-page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.qs-service-page {
  background: var(--qs-service-cream);
  color: var(--qs-service-text);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.qs-service-page a {
  color: inherit;
  text-decoration: none;
}

.qs-service-page img {
  display: block;
  width: 100%;
}

/* HERO */

.qs-service-hero {
  position: relative;

  min-height: 100vh;

  display: flex;
  align-items: center;

  padding: 120px 8%;

  color: white;

  overflow: hidden;
}

.qs-service-hero>img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  animation: qsServiceZoom 12s infinite alternate;
}

@keyframes qsServiceZoom {

  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }

}

.qs-service-hero-overlay {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(90deg,
      rgba(0, 0, 0, .82),
      rgba(0, 0, 0, .2));
}

.qs-service-hero-content {
  position: relative;
  z-index: 2;

  max-width: 850px;
}

.qs-service-eyebrow {
  display: block;

  margin-bottom: 20px;

  color: var(--qs-service-gold);

  font-size: 9px;
  font-weight: bold;

  letter-spacing: 3px;
}

.qs-service-hero h1 {
  font-family: Georgia, serif;

  font-size: clamp(65px, 9vw, 125px);

  line-height: .87;

  font-weight: 400;

  letter-spacing: -4px;
}

.qs-service-hero h1 em {
  display: block;

  color: #d2b47f;

  font-style: normal;
}

.qs-service-hero-content p {
  max-width: 540px;

  margin-top: 35px;

  color: #ddd;

  font-size: 15px;

  line-height: 1.8;
}

.qs-service-explore {
  position: absolute;

  right: 7%;
  bottom: 45px;

  z-index: 3;

  display: flex;
  align-items: center;

  gap: 15px;

  border: 0;
  background: none;

  color: white;

  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;

  cursor: pointer;
}

.qs-service-explore span {
  width: 45px;
  height: 1px;

  background: white;

  animation: qsServiceLine 1.5s infinite;
}

@keyframes qsServiceLine {

  50% {
    transform: scaleX(.35);
    transform-origin: left;
  }

}


/* COMMON */

.qs-service-section {
  padding: 120px 7%;
}

.qs-service-number {
  color: var(--qs-service-gold);

  font-family: Georgia, serif;

  font-size: 25px;

  margin-bottom: 30px;
}

.qs-service-section-heading {
  max-width: 800px;
}

.qs-service-section-heading h2,
.qs-service-intro h2,
.qs-service-feature-content h2,
.qs-service-dark-content h2,
.qs-service-bespoke h2,
.qs-service-why h2,
.qs-service-cta-content h2 {

  font-family: Georgia, serif;

  font-size: clamp(48px, 6vw, 82px);

  font-weight: 400;

  line-height: .94;

  letter-spacing: -1px;
}

.qs-service-section-heading h2 em,
.qs-service-intro h2 em,
.qs-service-feature-content h2 em,
.qs-service-dark-content h2 em,
.qs-service-bespoke h2 em,
.qs-service-why h2 em,
.qs-service-cta-content h2 em {

  color: var(--qs-service-gold);

  font-style: normal;
}


/* INTRO */

.qs-service-intro {
  display: grid;

  grid-template-columns: 120px 1fr;

  gap: 50px;

  background: var(--qs-service-white);
}

.qs-service-intro-content {
  max-width: 850px;
}

.qs-service-intro-content p {
  max-width: 700px;

  margin-top: 30px;

  color: var(--qs-service-muted);

  font-size: 14px;

  line-height: 1.9;
}


/* SERVICE CARDS */

.qs-service-overview {
  background: var(--qs-service-cream);
}

.qs-service-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 1px;

  margin-top: 70px;

  background: var(--qs-service-line);
}

.qs-service-card {
  position: relative;

  min-height: 390px;

  padding: 35px;

  background: var(--qs-service-white);

  transition:
    transform .4s ease,
    background .4s ease;
}

.qs-service-card:hover {
  transform: translateY(-8px);

  background: #f9f5ed;
}

.qs-service-card-number {
  color: var(--qs-service-gold);

  font-family: Georgia, serif;

  font-size: 14px;
}

.qs-service-card-icon {
  margin-top: 55px;

  color: var(--qs-service-gold);

  font-size: 35px;
}

.qs-service-card h3 {
  margin-top: 25px;

  font-family: Georgia, serif;

  font-size: 32px;

  font-weight: 400;
}

.qs-service-card p {
  margin-top: 18px;

  color: var(--qs-service-muted);

  font-size: 12px;

  line-height: 1.8;
}

.qs-service-card a {
  position: absolute;

  left: 35px;
  bottom: 30px;

  color: var(--qs-service-gold);

  font-size: 9px;

  letter-spacing: 1.5px;

  text-transform: uppercase;
}

.qs-service-card a span {
  margin-left: 8px;
}


/* FEATURE */

.qs-service-feature {
  display: grid;

  grid-template-columns:
    1.1fr .9fr;

  min-height: 750px;

  background: var(--qs-service-white);
}

.qs-service-feature-reverse {
  grid-template-columns:
    .9fr 1.1fr;
}

.qs-service-feature-image {
  overflow: hidden;
}

.qs-service-feature-image img {
  height: 100%;
  min-height: 650px;

  object-fit: cover;

  transition: transform 1s ease;
}

.qs-service-feature-image:hover img {
  transform: scale(1.05);
}

.qs-service-feature-content {
  align-self: center;

  padding: 80px 9%;
}

.qs-service-feature-content p {
  margin-top: 30px;

  color: var(--qs-service-muted);

  font-size: 14px;

  line-height: 1.9;
}

.qs-service-feature-content ul {
  margin-top: 35px;

  list-style: none;
}

.qs-service-feature-content li {
  padding: 15px 0;

  border-bottom:
    1px solid var(--qs-service-line);

  font-size: 11px;

  letter-spacing: 1px;

  text-transform: uppercase;
}

.qs-service-text-button {
  display: inline-block;

  margin-top: 35px;

  padding-bottom: 8px;

  border-bottom:
    1px solid var(--qs-service-gold);

  color: var(--qs-service-gold);

  font-size: 9px;

  letter-spacing: 2px;

  text-transform: uppercase;
}


/* DARK VISUALIZATION */

.qs-service-dark-feature {
  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap: 80px;

  align-items: center;

  padding: 120px 7%;

  background: var(--qs-service-black);

  color: white;
}

.qs-service-dark-content p {
  max-width: 600px;

  margin-top: 30px;

  color: #aaa59d;

  font-size: 14px;

  line-height: 1.9;
}

.qs-service-visual-card {
  position: relative;

  height: 550px;

  overflow: hidden;
}

.qs-service-visual-card img {
  height: 100%;

  object-fit: cover;

  transition: transform .8s ease;
}

.qs-service-visual-card:hover img {
  transform: scale(1.05);
}

.qs-service-visual-card span {
  position: absolute;

  left: 25px;
  bottom: 25px;

  color: white;

  font-size: 9px;

  letter-spacing: 2px;
}


/* BESPOKE */

.qs-service-bespoke {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 100px;

  align-items: end;

  padding: 130px 7%;

  background: var(--qs-service-cream);
}

.qs-service-bespoke>p {
  max-width: 500px;

  color: var(--qs-service-muted);

  font-size: 15px;

  line-height: 1.9;
}


/* PROCESS */

.qs-service-process {
  padding: 120px 7%;

  background: var(--qs-service-white);
}

.qs-service-process-grid {
  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  margin-top: 70px;

  border-top:
    1px solid var(--qs-service-line);
}

.qs-service-process-grid article {
  min-height: 310px;

  padding: 35px 25px;

  border-right:
    1px solid var(--qs-service-line);
}

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

.qs-service-process-grid span {
  color: var(--qs-service-gold);

  font-family: Georgia, serif;

  font-size: 22px;
}

.qs-service-process-grid h3 {
  margin-top: 65px;

  font-family: Georgia, serif;

  font-size: 30px;

  font-weight: 400;
}

.qs-service-process-grid p {
  margin-top: 15px;

  color: var(--qs-service-muted);

  font-size: 12px;

  line-height: 1.8;
}


/* WHY */

.qs-service-why {
  display: grid;

  grid-template-columns: 100px 1fr;

  gap: 60px;

  padding: 120px 7%;

  background: var(--qs-service-cream);
}

.qs-service-values {
  grid-column: 2;

  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  margin-top: 40px;

  border-top:
    1px solid var(--qs-service-line);
}

.qs-service-values>div {
  padding: 30px 20px;

  border-right:
    1px solid var(--qs-service-line);
}

.qs-service-values strong {
  color: var(--qs-service-gold);
}

.qs-service-values h3 {
  margin-top: 35px;

  font-family: Georgia, serif;

  font-size: 25px;

  font-weight: 400;
}

.qs-service-values p {
  margin-top: 15px;

  color: var(--qs-service-muted);

  font-size: 11px;

  line-height: 1.7;
}


/* CTA */

.qs-service-cta {
  position: relative;

  min-height: 650px;

  display: flex;

  align-items: center;
  justify-content: center;

  text-align: center;

  color: white;

  overflow: hidden;
}

.qs-service-cta>img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.qs-service-cta-overlay {
  position: absolute;

  inset: 0;

  background: rgba(0, 0, 0, .78);
}

.qs-service-cta-content {
  position: relative;

  z-index: 2;
}

.qs-service-cta-content h2 {
  color: white;
}

.qs-service-cta-content h2 em {
  display: block;
}

.qs-service-cta-button {
  display: inline-block;

  margin-top: 40px;

  padding: 18px 30px;

  background: var(--qs-service-gold);

  color: #151412;

  font-size: 9px;

  font-weight: bold;

  letter-spacing: 2px;

  text-transform: uppercase;

  transition: .3s;
}

.qs-service-cta-button:hover {
  background: white;

  transform: translateY(-4px);
}


/* BACK TOP */

.qs-service-back-top {
  position: fixed;

  right: 28px;
  bottom: 28px;

  width: 50px;
  height: 50px;

  border:
    1px solid var(--qs-service-gold);

  border-radius: 50%;

  background: var(--qs-service-black);

  color: var(--qs-service-gold);

  cursor: pointer;

  opacity: 100%;
  visibility: hidden;

  transform: translateY(20px);

  transition: .35s;

  z-index: 999;
}

.qs-service-back-top.qs-service-visible {
  opacity: 1;
  visibility: visible;

  transform: translateY(0);
}

.qs-service-back-top:hover {
  background: var(--qs-service-gold);

  color: var(--qs-service-black);

  transform: translateY(-5px);
}


/* SCROLL REVEAL */

.qs-service-reveal {
  opacity: 100%;

  transform: translateY(45px);

  transition:
    opacity .8s ease,
    transform .8s ease;
}

.qs-service-reveal.qs-service-show {
  opacity: 1;

  transform: translateY(0);
}


/* TABLET */

@media (max-width: 1000px) {

  .qs-service-nav-links {
    gap: 12px;
  }

  .qs-service-nav-links a {
    font-size: 8px;
  }

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

  .qs-service-feature,
  .qs-service-feature-reverse,
  .qs-service-dark-feature,
  .qs-service-bespoke {
    grid-template-columns: 1fr;
  }

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

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

}


/* =================blog 1====================================== */

:root {
  --qs-blog-black: #151412;
  --qs-blog-cream: #f3efe7;
  --qs-blog-white: #fffdf9;
  --qs-blog-gold: #b49361;
  --qs-blog-text: #28251f;
  --qs-blog-muted: #756f66;
  --qs-blog-line: #ddd5c8;
}

.qs-blog-page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.qs-blog-page {
  background: var(--qs-blog-cream);
  color: var(--qs-blog-text);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.qs-blog-page a {
  color: inherit;
  text-decoration: none;
}

.qs-blog-page img {
  display: block;
  width: 100%;
}


/* ================= HERO ================= */

.qs-blog-hero {
  min-height: 650px;

  display: flex;

  align-items: center;
  justify-content: space-between;

  padding: 160px 8% 100px;

  background: var(--qs-blog-black);

  color: white;
}

.qs-blog-hero-content {
  max-width: 850px;
}

.qs-blog-eyebrow {
  display: block;

  margin-bottom: 20px;

  color: var(--qs-blog-gold);

  font-size: 9px;

  font-weight: bold;

  letter-spacing: 3px;
}

.qs-blog-hero h1 {
  font-family: Georgia, serif;

  font-size: clamp(70px, 10vw, 135px);

  font-weight: 400;

  line-height: .88;

  letter-spacing: -5px;
}

.qs-blog-hero h1 em {
  display: block;

  color: var(--qs-blog-gold);

  font-style: normal;
}

.qs-blog-hero p {
  max-width: 560px;

  margin-top: 35px;

  color: #aaa69f;

  font-size: 14px;

  line-height: 1.9;
}

.qs-blog-hero-number {
  color: #38352f;

  font-family: Georgia, serif;

  font-size: 220px;

  line-height: 1;
}


/* ================= MAIN ================= */

.qs-blog-main {
  padding: 120px 7%;
}

.qs-blog-heading {
  display: flex;

  align-items: end;
  justify-content: space-between;

  gap: 50px;

  margin-bottom: 70px;
}

.qs-blog-heading h2 {
  font-family: Georgia, serif;

  font-size: clamp(55px, 7vw, 90px);

  font-weight: 400;

  line-height: .9;
}

.qs-blog-heading h2 em {
  color: var(--qs-blog-gold);

  font-style: normal;
}

.qs-blog-heading>p {
  max-width: 400px;

  color: var(--qs-blog-muted);

  font-size: 13px;

  line-height: 1.8;
}


/* ================= BLOG GRID ================= */

.qs-blog-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 70px 28px;
}


/* ================= BLOG CARD ================= */

.qs-blog-card {
  opacity: 0;

  transform: translateY(35px);

  transition:
    opacity .7s ease,
    transform .7s ease;
}

.qs-blog-card.qs-blog-visible {
  opacity: 1;

  transform: translateY(0);
}


/* IMAGE 4:3 */

.qs-blog-image {
  position: relative;

  display: block;

  width: 100%;

  aspect-ratio: 4 / 3;

  overflow: hidden;

  background: #ddd;
}

.qs-blog-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .8s cubic-bezier(.2, .7, .2, 1);
}

.qs-blog-card:hover .qs-blog-image img {
  transform: scale(1.06);
}

.qs-blog-image-number {
  position: absolute;

  top: 18px;
  left: 18px;

  width: 38px;
  height: 38px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: rgba(20, 19, 17, .75);

  color: white;

  font-family: Georgia, serif;

  font-size: 13px;
}


/* ================= CONTENT ================= */

.qs-blog-card-content {
  padding-top: 25px;
}

.qs-blog-meta {
  display: flex;

  justify-content: space-between;

  gap: 15px;

  padding-bottom: 15px;

  border-bottom:
    1px solid var(--qs-blog-line);

  color: var(--qs-blog-gold);

  font-size: 8px;

  letter-spacing: 1.5px;
}

.qs-blog-card h3 {
  max-width: 450px;

  margin-top: 22px;

  font-family: Georgia, serif;

  font-size: 29px;

  font-weight: 400;

  line-height: 1.05;
}

.qs-blog-card p {
  margin-top: 15px;

  color: var(--qs-blog-muted);

  font-size: 12px;

  line-height: 1.8;
}

.qs-blog-read {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  margin-top: 23px;

  padding-bottom: 7px;

  border-bottom:
    1px solid var(--qs-blog-gold);

  color: var(--qs-blog-text);

  font-size: 8px;

  letter-spacing: 1.5px;

  text-transform: uppercase;

  transition: .3s;
}

.qs-blog-read:hover {
  color: var(--qs-blog-gold);
}

.qs-blog-read span {
  font-size: 14px;
}


/* ================= NEWSLETTER ================= */

.qs-blog-newsletter {
  display: grid;

  grid-template-columns: 1fr 1fr;

  align-items: end;

  gap: 80px;

  padding: 100px 7%;

  background: var(--qs-blog-black);

  color: white;
}

.qs-blog-newsletter h2 {
  font-family: Georgia, serif;

  font-size: clamp(50px, 6vw, 80px);

  font-weight: 400;

  line-height: .9;
}

.qs-blog-newsletter h2 em {
  display: block;

  color: var(--qs-blog-gold);

  font-style: normal;
}

.qs-blog-newsletter-form {
  display: flex;

  border-bottom:
    1px solid #55514a;
}

.qs-blog-newsletter-form input {
  width: 100%;

  padding: 18px 0;

  border: 0;
  outline: 0;

  background: transparent;

  color: white;

  font-size: 13px;
}

.qs-blog-newsletter-form input::placeholder {
  color: #77736d;
}

.qs-blog-newsletter-form button {
  border: 0;

  background: transparent;

  color: var(--qs-blog-gold);

  font-size: 9px;

  letter-spacing: 1.5px;

  text-transform: uppercase;

  cursor: pointer;
}


/* ================= BACK TOP ================= */

.qs-blog-back-top {
  position: fixed;

  right: 25px;
  bottom: 25px;

  width: 50px;
  height: 50px;

  border: 1px solid var(--qs-blog-gold);

  border-radius: 50%;

  background: var(--qs-blog-black);

  color: var(--qs-blog-gold);

  cursor: pointer;

  opacity: 0;
  visibility: hidden;

  transform: translateY(20px);

  transition: .3s;

  z-index: 999;
}

.qs-blog-back-top.qs-blog-show {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.qs-blog-back-top:hover {
  background: var(--qs-blog-gold);

  color: var(--qs-blog-black);

  transform: translateY(-5px);
}


.qsb-footer-logo img {
  width: 100px;
  height: 60px;
  object-fit: contain;
  object-position: left center;
  transition: 0.5s ease;
}










/* ================= TABLET ================= */

@media (max-width: 1000px) {

  .qs-blog-nav {
    gap: 13px;
  }

  .qs-blog-nav a {
    font-size: 8px;
  }

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

  .qs-blog-hero-number {
    display: none;
  }

}


/* ================= MOBILE ================= */

@media (max-width: 650px) {


  .qs-blog-hero {
    min-height: 600px;

    padding: 130px 6% 80px;
  }

  .qs-blog-hero h1 {
    font-size: 65px;

    letter-spacing: -2px;
  }

  .qs-blog-main {
    padding: 80px 6%;
  }

  .qs-blog-heading {
    display: block;

    margin-bottom: 50px;
  }

  .qs-blog-heading>p {
    margin-top: 30px;
  }

  .qs-blog-grid {
    grid-template-columns: 1fr;

    gap: 60px;
  }

  .qs-blog-card h3 {
    font-size: 27px;
  }

  .qs-blog-newsletter {
    grid-template-columns: 1fr;

    gap: 45px;

    padding: 80px 6%;
  }

}


/* ====================chat Button=============== */

/* =========================================
   QUARTIER STUDIO
   WHATSAPP HOVER CHAT
========================================= */

.qs-wa-hover {
  position: fixed;

  right: 25px;
  bottom: 25px;

  z-index: 99999;

  display: flex;
  align-items: center;

  width: 58px;
  height: 58px;

  padding: 5px;

  border-radius: 50px;

  background: #25D366;

  color: #fff;

  text-decoration: none;

  overflow: hidden;

  box-shadow:
    0 8px 30px rgba(0, 0, 0, .20);

  transition:
    width .45s cubic-bezier(.2, .8, .2, 1),
    box-shadow .3s ease,
    background .3s ease;
}


/* =========================================
   WHATSAPP ICON
========================================= */

.qs-wa-hover-icon {

  width: 48px;
  height: 48px;

  min-width: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #25D366;
}


.qs-wa-hover-icon svg {

  width: 25px;
  height: 25px;

  display: block;

  fill: #fff;
}


/* =========================================
   CHAT TEXT
========================================= */

.qs-wa-hover-text {

  order: -1;

  width: 0;

  opacity: 0;

  white-space: nowrap;

  overflow: hidden;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 12px;

  font-weight: 600;

  letter-spacing: .5px;

  transition:
    width .35s ease,
    opacity .25s ease;

}


/* =========================================
   DESKTOP HOVER
========================================= */

@media (min-width: 601px) {

  .qs-wa-hover:hover {

    width: 165px;

    background: #111;

    box-shadow:
      0 12px 40px rgba(0, 0, 0, .28);
  }


  .qs-wa-hover:hover .qs-wa-hover-text {

    width: 95px;

    margin-left: 13px;

    opacity: 1;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

  .qs-wa-hover {

    right: 16px;
    bottom: 16px;

    width: 54px;
    height: 54px;

    padding: 3px;
  }


  .qs-wa-hover-icon {

    width: 48px;
    height: 48px;

    min-width: 48px;
  }


  .qs-wa-hover-icon svg {

    width: 24px;
    height: 24px;
  }


  .qs-wa-hover-text {

    display: none;
  }

}


/* =========================================
   SMALL PHONES
========================================= */

@media (max-width: 380px) {

  .qs-wa-hover {

    right: 12px;
    bottom: 12px;

    width: 50px;
    height: 50px;
  }


  .qs-wa-hover-icon {

    width: 44px;
    height: 44px;

    min-width: 44px;
  }


  .qs-wa-hover-icon svg {

    width: 22px;
    height: 22px;
  }

}


/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

  .qs-wa-hover,
  .qs-wa-hover-text {

    transition: none;
  }

}

/* ==========================contact us grid =============================== */

.qs-contact-team {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 6%;
}

.qs-contact-team-header {
  max-width: 700px;
  margin-bottom: 60px;
}

.qs-contact-eyebrow {
  display: block;
  margin-bottom: 18px;

  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;

  color: var(--gold);
}

.qs-contact-team-header h2 {
  margin: 0 0 20px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: clamp(42px, 6vw, 76px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2px;
}

.qs-contact-team-header p {
  max-width: 600px;

  margin: 0;

  font-size: 16px;
  line-height: 1.9;

  color: var(--muted);
}


/* GRID */

.qs-contact-team-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 20px;
}


/* CARD */

.qs-contact-person {
  position: relative;

  min-height: 300px;

  padding: 35px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  border: 1px solid rgba(0, 0, 0, .12);

  transition:
    transform .4s ease,
    box-shadow .4s ease,
    border-color .4s ease;
}



.qs-contact-person:hover {
  transform: translateY(-8px);

  border-color: var(--gold);

  box-shadow:
    0 20px 50px rgba(0, 0, 0, .08);
}




/* NUMBER */

.qs-contact-number {
  position: absolute;

  top: 28px;
  right: 30px;

  font-size: 10px;
  letter-spacing: 2px;

  color: var(--gold);
}


/* NAME */

.qs-contact-person h3 {
  margin: 0 0 10px;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(26px, 3vw, 31px);

  font-weight: 400;
  line-height: 1.1;
}

.qs-contact-person h2 {
  margin: 0 0 20px;

  color: var(--gold);
  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(1.1fr, 3vw, 28px);

  font-weight: 300;
  line-height: 1.1;
}


/* ROLE */

.qs-contact-role {
  margin: 0 0 28px;

  font-size: 10px;
  letter-spacing: 1.5px;

  text-transform: uppercase;

  color: var(--muted);
}


/* BUTTON */

.qs-contact-button {
  display: inline-flex;

  align-items: center;
  justify-content: space-between;

  width: 100%;

  padding: 13px 0;

  border-top: 1px solid rgba(0, 0, 0, .12);

  color: inherit;

  text-decoration: none;

  font-size: 11px;

  letter-spacing: 1px;
  text-transform: uppercase;

  transition:
    color .3s ease;
}

.qs-contact-button span {
  font-size: 18px;

  transition:
    transform .3s ease;
}

.qs-contact-button:hover {
  color: var(--gold);
}

.qs-contact-button:hover span {
  transform:
    translate(4px, -4px);
}


/* TABLET */

@media (max-width: 900px) {

  .qs-contact-team {
    padding: 80px 5%;
  }

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

}


/* MOBILE */

@media (max-width: 600px) {

  .qs-contact-team {
    padding: 60px 6%;
  }

  .qs-contact-team-header {
    margin-bottom: 40px;
  }

  .qs-contact-team-header h2 {
    font-size: clamp(38px, 11vw, 52px);
    letter-spacing: -1px;
  }

  .qs-contact-team-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .qs-contact-person {
    min-height: 250px;
    padding: 28px 24px;
  }

  .qs-contact-person h3 {
    font-size: 30px;
  }

}