* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #faf7f2;
  color: #2f2b2b;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.65;
}

.hero {
  min-height: 58vw;
  max-height: 760px;
  padding: 28px;
  color: #fff7e8;
  background:
    linear-gradient(rgba(23,18,18,.05), rgba(23,18,18,.08)),
    url("4BE0E1EF-8F3D-4053-BD36-3C129D90A442.png") center / cover no-repeat;
  position: relative;
}

.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

nav, 
.nav-spacer { display: none; }

.brand-text {
  color: #fff4dd;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

.nav-links a {
  color: #fff4dd;
  text-decoration: none;
  margin-left: 26px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}



.hero h1 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  margin: 14px auto 22px;
  max-width: 850px;
  letter-spacing: -1px;
}

.eyebrow {
  color: #b58b55;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.eyebrow.light { color: #f0d18a; }

.subtitle {
  color: #fff0d4;
  font-size: 20px;
  max-width: 760px;
  margin: 0 auto;
}

.feature-pills {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 30px auto 0;
  max-width: 890px;
}

.feature-pills span {
  border: 1px solid rgba(247,224,178,.68);
  background: rgba(55,38,35,.34);
  backdrop-filter: blur(2px);
  padding: 13px 12px;
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.button, button {
  display: inline-block;
  margin-top: 28px;
  background: linear-gradient(135deg, #f4d889, #c79954);
  color: #271b16;
  border: none;
  border-radius: 999px;
  padding: 15px 34px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(89, 57, 33, .22);
}

.section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 88px 28px;
}

.split-intro {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  margin: 10px 0 20px;
  color: #302525;
}

.section p, li, .content-card p { color: #5d504d; font-size: 18px; }

.soft {
  max-width: none;
  background: linear-gradient(180deg, #f5ece8, #faf7f2);
}

.why-section > h2, .why-section > .eyebrow, .why-section > .cards {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

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

.card, .content-card, form {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(195, 151, 99, .22);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 22px 50px rgba(77, 47, 38, .08);
}

.card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #f2e5dd;
  color: #9b7047;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.card h3 { color: #8f6443; font-size: 25px; margin: 4px 0 10px; }

.image-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
  background: #faf7f2;
}

.image-card {
  background-size: cover;
  background-position: center;
  min-height: 580px;
}

.talent-one {
  background-image:
    linear-gradient(rgba(0,0,0,.02), rgba(0,0,0,.08)),
    url("studio-setup.png");
}

.studio {
  background-image:
    linear-gradient(rgba(0,0,0,.04), rgba(0,0,0,.14)),
    url("studio-bedroom.png");
}

.talent-two {
  background-image:
    linear-gradient(rgba(0,0,0,.02), rgba(0,0,0,.14)),
    url("https://images.unsplash.com/photo-1524504388940-b1c1722653e1?auto=format&fit=crop&w=1300&q=80");
}

.content-card {
  margin: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blush-card { background: #f6eceb; }
.champagne-card { background: #fbf4e9; }

.peace {
  max-width: none;
  background: linear-gradient(135deg, #efe0dc, #fbf6ee);
}

.peace-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.peace-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.peace-points div {
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(195,151,99,.22);
  border-radius: 18px;
  padding: 22px;
  color: #5d504d;
}

.process { text-align: center; }

.steps {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: left;
}

.steps div {
  position: relative;
  border: 1px solid rgba(195,151,99,.24);
  background: #fffaf3;
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 20px 44px rgba(77,47,38,.07);
}

.steps span {
  color: #b58b55;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
}

.steps h3 { margin-bottom: 8px; color: #302525; }

.contact {
  max-width: 790px;
  text-align: center;
}

.form-note {
  display: inline-block;
  background: #f1e3df;
  border-radius: 999px;
  padding: 9px 18px;
  color: #8d604f !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.contact form {
  display: grid;
  gap: 14px;
  margin-top: 30px;
  text-align: left;
}

input, textarea, select {
  width: 100%;
  padding: 16px;
  background: #fffaf6;
  border: 1px solid rgba(195,151,99,.34);
  border-radius: 12px;
  color: #342b29;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

textarea { min-height: 150px; }

.small {
  font-size: 13px !important;
  color: #8c7f78 !important;
}

footer {
  text-align: center;
  padding: 45px 20px;
  background: #231d1d;
  color: #d9c6b4;
}

.footer-brand {
  margin: 0 0 8px;
  color: #f0d18a !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px !important;
  letter-spacing: 3px;
  text-transform: uppercase;
}

footer p {
  color: #d9c6b4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}


.hero-cta {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 28px 58px;
  text-align: center;
  background: #faf7f2;
}

.hero-cta .subtitle {
  color: #6a5752;
  font-size: 21px;
  max-width: 700px;
  margin: 0 auto 0;
}

.hero-cta .button {
  display: inline-block;
  margin: 24px auto 0;
}


@media (max-width: 900px) {
  nav { display: block; text-align: center; }
  .nav-links { margin-top: 18px; }
  .nav-links a { display: inline-block; margin: 0 10px 10px; }
  .hero {
    min-height: 62vw;
    padding: 16px;
    background-position: center;
  }
  .hero-cta {
    padding: 28px 20px 44px;
  }
  .hero-cta .subtitle {
    font-size: 18px;
  }
  .feature-pills, .split-intro, .image-section, .cards, .steps, .peace-points {
    grid-template-columns: 1fr;
  }
  .image-card { min-height: 420px; }
  .content-card { margin: 28px; }
}



.hero-cta .subtitle{
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    color: #7b665c;
    letter-spacing: 0.3px;
}
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
}