:root {
  --ink: #0b0a09;
  --paper: #f5f2ed;
  --champagne: #e9ddcf;
  --coral: #ff6a3d;
  --green: #20ad5a;
  --gold: #f6c453;
  --studio-gold: #b78a43;
  --muted: #746e69;
  --line: rgba(11, 10, 9, .13);
  --sans: "Manrope", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.hero-split {
  width: min(1200px, calc(100% - 40px));
  min-height: 520px;
  margin: 28px auto clamp(70px, 8vw, 110px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 28px;
  background: white;
}
.hero-photo { min-height: 520px; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }
.hero-copy { padding: clamp(44px, 6.5vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.studio-wordmark { margin: 0 0 42px; font-family: var(--serif); font-size: clamp(24px, 2.8vw, 38px); line-height: 1; font-style: italic; }
.hero-copy h1 { margin: 0; font-size: clamp(38px, 5vw, 66px); line-height: 1.02; letter-spacing: -.055em; font-weight: 500; }
.hero-copy h1 em { color: var(--coral); font-family: var(--serif); font-weight: 500; }
.experience { margin: 28px 0 0; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }

.section-label { margin: 0 0 14px; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-label-light { color: var(--champagne); }

.location {
  width: min(1200px, calc(100% - 40px));
  min-height: 350px;
  margin: 0 auto clamp(88px, 10vw, 140px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 28px;
}
.map-wrap { min-height: 350px; filter: saturate(.62); }
.map-wrap iframe { width: 100%; height: 100%; min-height: inherit; border: 0; }
.address-wrap { padding: clamp(38px, 5vw, 62px); display: flex; flex-direction: column; justify-content: center; background: var(--ink); color: white; }
.address-wrap h2, .portfolio-heading h2, .reviews-heading h2, .faq-heading h2 { margin: 0; font-size: clamp(32px, 4.3vw, 55px); line-height: 1.05; letter-spacing: -.045em; font-weight: 500; }
.copy-address { width: 100%; max-width: 400px; margin: 24px 0 6px; padding: 13px 16px; display: grid; gap: 7px; text-align: left; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(255,255,255,.05); color: white; cursor: copy; transition: background .2s ease, border-color .2s ease; }
.copy-address:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.28); }
.address-wrap .copy-address address { margin: 0; color: rgba(255,255,255,.78); font-family: var(--sans); font-size: 12px; line-height: 1.68; font-style: normal; }
.copy-address > span { color: var(--champagne); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.copy-status { min-height: 14px; color: #73df9d; font-size: 9px; }

.portfolio { padding: 0 0 clamp(90px, 11vw, 150px); }
.portfolio-heading { width: min(1040px, calc(100% - 40px)); margin: 0 auto 38px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.proof-summary { min-width: 200px; padding-left: 24px; display: grid; gap: 3px; border-left: 1px solid var(--line); }
.proof-summary strong { font-family: var(--serif); font-size: 30px; font-weight: 500; }
.proof-summary > span:not(.proof-stars) { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.proof-stars { margin-top: 9px; color: var(--gold); font-size: 17px; letter-spacing: .08em; }
.proof-summary a { margin-top: 3px; color: var(--muted); font-size: 9px; font-weight: 700; text-decoration: none; }
.results-grid { width: min(1040px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; }
.results-grid button { aspect-ratio: 4 / 5; padding: 0; overflow: hidden; border: 0; background: #ddd7d0; cursor: zoom-in; }
.results-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.results-grid button:hover img { transform: scale(1.025); }

.reviews { padding: clamp(74px, 9vw, 112px) 20px; background: var(--ink); color: white; }
.reviews-inner { width: min(920px, 100%); margin: 0 auto; }
.reviews-heading { max-width: 680px; }
.reviews-heading h2 { font-size: clamp(32px, 4vw, 50px); }
.reviews-heading > p:last-child { max-width: 560px; margin: 18px 0 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.7; }
.google-reviews { min-height: 72px; margin: 34px 0 24px; padding: 15px 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; color: white; text-decoration: none; }
.google-stars { color: var(--gold); font-size: 18px; letter-spacing: .07em; }
.google-reviews > span:nth-child(2) { display: grid; gap: 4px; }
.google-reviews strong { font-size: 11px; }
.google-reviews small { color: rgba(255,255,255,.46); font-size: 9px; }
.google-arrow { color: rgba(255,255,255,.55); font-size: 18px; }
.review-list { border-top: 1px solid rgba(255,255,255,.14); }
.review-list blockquote { margin: 0; padding: 22px 0; display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.14); }
.review-stars { color: var(--gold); font-size: 12px; letter-spacing: .05em; }
.review-list p { margin: 0; font-family: var(--serif); font-size: clamp(17px, 2vw, 21px); line-height: 1.35; }
.review-list footer { color: rgba(255,255,255,.4); font-size: 8px; line-height: 1.45; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.testimonial-note { margin: 16px 0 0; color: rgba(255,255,255,.34); font-size: 8px; line-height: 1.6; }

.faq { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: clamp(72px, 9vw, 110px) 0; }
.faq-heading { margin-bottom: 22px; }
.faq-heading h2 { font-size: clamp(31px, 4vw, 45px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: 12px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--coral); font-size: 19px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { max-width: 620px; margin: -2px 0 22px; color: var(--muted); font-size: 11px; line-height: 1.7; }

.site-footer { padding: 44px 20px 50px; display: flex; flex-direction: column; align-items: center; gap: 10px; background: #050505; color: white; text-align: center; border-top: 1px solid rgba(255,255,255,.1); }
.site-footer p { margin: 0; color: rgba(255,255,255,.46); font-size: 9px; }
.site-footer .footer-name { margin-bottom: 2px; color: white; font-family: var(--serif); font-size: 20px; font-style: italic; }
.site-footer small { color: rgba(255,255,255,.34); font-size: 8px; }
.instagram-link { margin: 5px 0 9px; display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.82); font-size: 10px; font-weight: 600; text-decoration: none; }
.instagram-icon { position: relative; width: 18px; height: 18px; display: inline-block; border: 1.5px solid currentColor; border-radius: 5px; }
.instagram-icon::before { content: ""; position: absolute; width: 6px; height: 6px; left: 4.5px; top: 4.5px; border: 1.5px solid currentColor; border-radius: 50%; }
.instagram-icon::after { content: ""; position: absolute; width: 2px; height: 2px; right: 3px; top: 3px; border-radius: 50%; background: currentColor; }

.whatsapp-float {
  position: fixed;
  z-index: 80;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: white;
  box-shadow: 0 10px 28px rgba(13, 126, 59, .35);
  text-decoration: none;
  isolation: isolate;
}
.whatsapp-float svg { width: 27px; height: 27px; fill: currentColor; }
.whatsapp-float::before { content: ""; position: absolute; z-index: -1; inset: 0; border-radius: inherit; border: 2px solid rgba(32,173,90,.7); animation: whatsapp-pulse 2.1s ease-out infinite; }
@keyframes whatsapp-pulse { 0% { opacity: .75; transform: scale(1); } 75%, 100% { opacity: 0; transform: scale(1.3); } }

.lightbox { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 28px; border: 0; background: rgba(5,5,5,.97); color: white; }
.lightbox::backdrop { background: rgba(5,5,5,.97); }
.lightbox[open] { display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; place-items: center; }
.lightbox figure { width: 100%; height: 100%; margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; place-items: center; }
.lightbox img { max-width: min(88vw, 850px); max-height: calc(100vh - 85px); object-fit: contain; }
.lightbox figcaption { margin-top: 10px; color: rgba(255,255,255,.5); font-size: 10px; }
.lightbox button { border: 0; background: transparent; color: white; cursor: pointer; }
.lightbox-close { position: fixed; top: 12px; right: 16px; width: 44px; height: 44px; font-size: 34px; }
.lightbox-nav { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2) !important; border-radius: 50% !important; }

@media (max-width: 720px) {
  .hero-split { width: 100%; min-height: 0; margin: 0 0 72px; grid-template-columns: 1fr; border-radius: 0; }
  .hero-photo { min-height: 0; height: 76vw; max-height: 390px; }
  .hero-copy { min-height: 330px; padding: 40px 22px 48px; }
  .studio-wordmark { margin-bottom: 30px; }
  .hero-copy h1 { font-size: clamp(37px, 11vw, 53px); }
  .location { width: 100%; min-height: 0; margin-bottom: 78px; grid-template-columns: 1fr; border-radius: 0; }
  .map-wrap { min-height: 240px; }
  .address-wrap { min-height: 285px; padding: 34px 22px; }
  .copy-address { margin-top: 20px; }
  .portfolio-heading { grid-template-columns: 1fr; gap: 24px; }
  .proof-summary { padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .results-grid { gap: 1px; }
  .reviews { padding-inline: 20px; }
  .google-reviews { gap: 11px; }
  .google-stars { font-size: 14px; }
  .review-list blockquote { padding: 18px 0; grid-template-columns: 1fr; gap: 8px; }
  .review-list footer { text-align: left; }
  .faq { width: calc(100% - 40px); }
  .site-footer { padding-bottom: 96px; }
  .lightbox { padding: 42px 6px 15px; }
  .lightbox[open] { grid-template-columns: 38px minmax(0, 1fr) 38px; }
  .lightbox img { max-width: 100%; }
  .lightbox-nav { width: 34px; height: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}


/* v4 — primeira dobra compacta */
.hero-split {
  min-height: 310px;
  margin-top: 18px;
  margin-bottom: 54px;
}
.hero-photo {
  min-height: 0;
  height: 310px;
}
.hero-photo picture {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-photo picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-copy {
  min-height: 310px;
  padding: clamp(30px, 4.5vw, 54px);
}
.studio-wordmark {
  margin-bottom: 24px;
  font-size: clamp(20px, 2.2vw, 30px);
}
.hero-copy h1 {
  display: grid;
  justify-items: start;
  font-size: inherit;
  line-height: 1;
}
.hero-copy h1 strong {
  color: var(--coral);
  font-family: var(--serif);
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 500;
  line-height: .94;
}
.service-connector {
  margin: 5px 0 3px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}
.brow-line {
  white-space: nowrap;
  font-family: var(--serif);
  font-size: clamp(31px, 3.6vw, 47px);
  font-weight: 500;
  line-height: 1;
}
.city-line {
  margin-top: 5px;
  font-size: clamp(24px, 2.9vw, 38px);
  font-weight: 500;
}
.location {
  margin-bottom: clamp(58px, 7vw, 90px);
}
.portfolio-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}
.portfolio-heading h2 {
  max-width: 760px;
}
.proof-summary {
  min-width: 0;
  padding: 0;
  align-items: center;
  gap: 7px;
  border: 0;
}
.proof-summary strong {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.proof-stars {
  margin-top: 0;
}

@media (max-width: 720px) {
  .hero-split {
    width: 100%;
    height: 224px;
    min-height: 224px;
    margin: 0 0 18px;
    grid-template-columns: 44% 56%;
  }
  .hero-photo {
    height: 224px;
    min-height: 224px;
  }
  .hero-copy {
    height: 224px;
    min-height: 224px;
    padding: 18px 12px;
  }
  .studio-wordmark {
    margin-bottom: 14px;
    font-size: clamp(15px, 4.5vw, 18px);
    line-height: 1.05;
  }
  .hero-copy h1 strong {
    font-size: clamp(25px, 7.4vw, 31px);
  }
  .service-connector {
    margin: 4px 0 2px;
    font-size: 9px;
  }
  .brow-line {
    font-size: clamp(16.5px, 4.8vw, 20px);
  }
  .city-line {
    margin-top: 4px;
    font-size: clamp(17px, 5vw, 20px);
  }
  .location {
    min-height: 244px;
    margin-bottom: 28px;
    grid-template-columns: 1fr;
  }
  .map-wrap {
    height: 118px;
    min-height: 118px;
  }
  .address-wrap {
    height: 126px;
    min-height: 126px;
    padding: 13px 18px;
    display: grid;
    grid-template-columns: minmax(88px, .65fr) 1fr;
    grid-template-rows: auto 1fr auto;
    column-gap: 13px;
  }
  .address-wrap > .section-label {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 3px;
    font-size: 7px;
  }
  .address-wrap h2 {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    font-size: clamp(18px, 5.7vw, 23px);
  }
  .copy-address {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: stretch;
    margin: 0;
    padding: 8px 10px;
    gap: 4px;
  }
  .address-wrap .copy-address address {
    font-size: 8px;
    line-height: 1.45;
  }
  .copy-address > span {
    font-size: 6px;
  }
  .copy-status {
    grid-column: 2;
    grid-row: 3;
    min-height: 0;
    font-size: 6px;
  }
  .portfolio {
    padding-bottom: 82px;
  }
  .portfolio-heading {
    width: calc(100% - 32px);
    margin-bottom: 18px;
    gap: 10px;
  }
  .portfolio-heading h2 {
    font-size: clamp(25px, 7vw, 30px);
  }
  .proof-summary {
    padding: 0;
    gap: 4px;
    border: 0;
  }
  .proof-summary strong {
    font-size: 8px;
  }
  .proof-stars {
    font-size: 14px;
  }
}


/* v4.1 — mesma composição no celular e feed estático */
.results-grid figure {
  aspect-ratio: 9 / 16;
  margin: 0;
  overflow: hidden;
  background: #ddd7d0;
}
.results-grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: none;
}
.review-list {
  margin-top: 30px;
}
.faq {
  padding-top: 58px;
  padding-bottom: 60px;
}
.site-footer {
  padding-top: 30px;
  padding-bottom: 32px;
}

@media (max-width: 720px) {
  .hero-split {
    grid-template-columns: 1fr 1fr;
  }
  .hero-copy {
    padding-right: 10px;
    padding-left: 10px;
  }
  .studio-wordmark {
    font-size: clamp(14px, 4.1vw, 17px);
  }
  .hero-copy h1 strong {
    font-size: clamp(23px, 6.8vw, 29px);
  }
  .brow-line {
    font-size: clamp(15.5px, 4.45vw, 18.5px);
  }
  .city-line {
    font-size: clamp(16px, 4.7vw, 19px);
  }
  .location {
    height: 190px;
    min-height: 190px;
    grid-template-columns: 1fr 1fr;
  }
  .map-wrap {
    height: 190px;
    min-height: 190px;
  }
  .address-wrap {
    height: 190px;
    min-height: 190px;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .address-wrap > .section-label {
    margin: 0 0 5px;
    font-size: 6px;
  }
  .address-wrap h2 {
    font-size: clamp(16px, 5vw, 20px);
  }
  .copy-address {
    width: 100%;
    margin: 10px 0 2px;
    padding: 7px 8px;
    gap: 4px;
  }
  .address-wrap .copy-address address {
    font-size: clamp(6.7px, 2.1vw, 8px);
    line-height: 1.42;
  }
  .copy-address > span {
    font-size: 5.5px;
  }
  .copy-status {
    min-height: 7px;
    font-size: 5.5px;
  }
  .review-list {
    margin-top: 22px;
  }
  .faq {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .site-footer {
    padding: 28px 20px 40px;
  }
}


/* v4.8 — foto principal expandida, sem faixas laterais */
.hero-photo {
  background: #e7d8ca;
}
.hero-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* v4.3 — Studio como elemento tipográfico principal */
.studio-wordmark {
  max-width: 480px;
  margin-bottom: 20px;
  font-size: clamp(44px, 5vw, 66px);
  line-height: .92;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.hero-copy h1 strong {
  font-size: clamp(28px, 3.1vw, 40px);
}
.brow-line {
  font-size: clamp(25px, 2.9vw, 36px);
}
.city-line {
  font-size: clamp(19px, 2.2vw, 28px);
}

@media (max-width: 720px) {
  .studio-wordmark {
    margin-bottom: 13px;
    font-size: clamp(24px, 7vw, 30px);
    line-height: .94;
  }
  .hero-copy h1 strong {
    font-size: clamp(17px, 5vw, 21px);
  }
  .brow-line {
    font-size: clamp(14.5px, 4.2vw, 17.5px);
  }
  .city-line {
    font-size: clamp(13.5px, 4vw, 16.5px);
  }
}


/* v4.2 — destaque da prova social */
.portfolio-heading {
  gap: 0;
}
.proof-summary {
  gap: 8px;
}
.proof-summary strong {
  font-family: var(--serif);
  display: inline-block;
  color: var(--coral);
  font-size: clamp(29px, 3.6vw, 42px);
  font-style: italic;
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.035em;
  text-transform: none;
  text-wrap: balance;
  transform: rotate(-1deg);
}
.proof-summary strong::after {
  content: "";
  width: 52px;
  height: 3px;
  margin: 9px auto 0;
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--coral), #ff9a76);
  transform: rotate(-2deg);
}
.proof-stars {
  margin-top: 0;
  font-size: clamp(23px, 2.5vw, 30px);
}
@media (max-width: 720px) {
  .proof-summary strong {
    font-size: clamp(16px, 4.5vw, 19px);
    white-space: nowrap;
  }
  .proof-summary strong::after {
    width: 40px;
    height: 2px;
    margin-top: 7px;
  }
  .proof-stars {
    font-size: 19px;
  }
}

/* v4.3 — avaliações públicas no formato Google */
.review-list {
  display: grid;
  gap: 10px;
  border-top: 0;
}
.review-list .google-review-card {
  margin: 0;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 11px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}
.review-author {
  display: flex;
  align-items: center;
  gap: 11px;
}
.review-avatar {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(255,255,255,.08);
}
.review-author > div {
  display: grid;
  gap: 3px;
}
.review-author strong {
  font-size: 12px;
  font-weight: 600;
}
.review-list .review-stars {
  color: var(--gold);
  font-size: 13px;
  line-height: 1;
  letter-spacing: .04em;
}
.review-list .google-review-card p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.62;
}

@media (max-width: 720px) {
  .review-list .google-review-card {
    padding: 15px;
    gap: 10px;
  }
  .review-avatar {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
  .review-list .google-review-card p {
    font-size: 10px;
    line-height: 1.58;
  }
}

/* v4.6 — hero e localização unidos em um único quadro */
.intro-frame {
  width: min(1200px, calc(100% - 40px));
  margin: 18px auto clamp(58px, 7vw, 90px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
}
.intro-frame .hero-split,
.intro-frame .location {
  width: 100%;
  margin: 0;
  border-radius: 0;
}
.intro-frame .hero-split {
  border-bottom: 1px solid var(--line);
}
.copy-address > span {
  margin-top: 4px;
  font-size: 6px;
  line-height: 1.15;
  opacity: .75;
}

@media (max-width: 720px) {
  .intro-frame {
    width: 100%;
    margin: 0 0 28px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .copy-address > span {
    margin-top: 3px;
    font-size: 5px;
  }
}

/* v4.9 — assinatura do Studio em duas linhas e serviços atualizados */
.studio-wordmark {
  max-width: none;
  margin-bottom: 17px;
  display: grid;
  justify-items: start;
  gap: 3px;
  font-style: normal;
}
.studio-kicker {
  color: var(--muted);
  font-family: var(--sans);
  font-size: clamp(10px, 1vw, 13px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.studio-name {
  color: var(--studio-gold);
  font-family: var(--serif);
  font-size: clamp(40px, 4.6vw, 60px);
  font-style: italic;
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.055em;
  white-space: nowrap;
}
.hero-copy h1 {
  gap: 3px;
}
.hero-copy h1 strong {
  color: var(--studio-gold);
  font-size: clamp(25px, 2.8vw, 36px);
}
.brow-line {
  font-size: clamp(22px, 2.6vw, 32px);
}
.design-line {
  margin-top: 3px;
  font-family: var(--sans);
  font-size: clamp(14px, 1.8vw, 21px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.025em;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .studio-wordmark {
    margin-bottom: 12px;
    gap: 2px;
  }
  .studio-kicker {
    font-size: 7px;
  }
  .studio-name {
    font-size: clamp(21px, 6.2vw, 25px);
  }
  .hero-copy h1 {
    gap: 2px;
  }
  .hero-copy h1 strong {
    font-size: clamp(15px, 4.5vw, 18px);
  }
  .brow-line {
    font-size: clamp(13px, 3.9vw, 16px);
  }
  .design-line {
    margin-top: 2px;
    font-size: clamp(9px, 2.8vw, 11px);
  }
}

/* v4.10 — cabeçalho afetivo das avaliações */
.reviews-heading {
  max-width: none;
  margin: 0 auto;
  text-align: center;
}
.reviews-heading h2 {
  color: var(--champagne);
  font-family: var(--serif);
  font-size: clamp(34px, 4.6vw, 56px);
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.reviews-heart {
  margin-left: .12em;
  display: inline-block;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  font-size: .72em;
  font-style: normal;
  line-height: 1;
  vertical-align: .08em;
  transform: rotate(8deg);
}

@media (max-width: 720px) {
  .reviews-heading h2 {
    font-size: clamp(30px, 9vw, 40px);
  }
}

/* v4.11 — agendamento nativo pelo WhatsApp */
.address-booking {
  width: 100%;
  max-width: 400px;
  min-height: 38px;
  margin-top: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #d7b66c 0%, var(--studio-gold) 100%);
  color: #1a1206;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .03em;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(183, 138, 67, .22);
  transition: transform .2s ease, filter .2s ease;
}
.address-booking:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}
.address-booking:active {
  transform: translateY(0);
}
.address-booking:focus-visible,
.whatsapp-float:focus-visible {
  outline: 2px solid white;
  outline-offset: 3px;
}

@media (max-width: 720px) {
  .address-booking {
    min-height: 28px;
    margin-top: 4px;
    font-size: 7.5px;
  }
}

/* v4.12 — chamadas de agendamento após resultados e avaliações */
.section-booking-wrap {
  width: min(1040px, calc(100% - 40px));
  margin: 32px auto 0;
  display: flex;
  justify-content: center;
}
.section-booking {
  min-width: 230px;
  min-height: 44px;
  padding: 11px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #d7b66c 0%, var(--studio-gold) 100%);
  color: #1a1206;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(183, 138, 67, .2);
  transition: transform .2s ease, filter .2s ease;
}
.section-booking:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}
.section-booking:active {
  transform: translateY(0);
}
.section-booking:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.reviews .section-booking-wrap {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 720px) {
  .section-booking-wrap {
    width: calc(100% - 32px);
    margin-top: 24px;
  }
  .section-booking {
    width: min(260px, 100%);
    min-width: 0;
    min-height: 40px;
    font-size: 10px;
  }
}
/* v4.13 — respiro móvel e detalhes dourados */
.address-wrap h2 {
  color: #d7b66c;
}

.proof-summary strong {
  color: var(--studio-gold);
}

.proof-summary strong::after {
  background: linear-gradient(90deg, #d7b66c, var(--studio-gold));
}

@media (max-width: 720px) {
  .intro-frame {
    margin-bottom: 52px;
  }
}

/* v4.14 — quatro quadrantes no desktop e galeria mais espaçada */
.results-grid {
  gap: 4px;
}

@media (min-width: 960px) {
  .intro-frame {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-frame .hero-split,
  .intro-frame .location {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-frame .hero-split {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .intro-frame .hero-photo,
  .intro-frame .hero-copy,
  .intro-frame .map-wrap,
  .intro-frame .address-wrap {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1;
  }

  .intro-frame .hero-copy {
    padding: clamp(18px, 2vw, 26px);
  }

  .intro-frame .studio-name {
    font-size: clamp(31px, 3vw, 38px);
  }

  .intro-frame .hero-copy h1 strong {
    font-size: clamp(21px, 2.1vw, 27px);
  }

  .intro-frame .brow-line {
    font-size: clamp(19px, 1.9vw, 24px);
  }

  .intro-frame .design-line {
    font-size: clamp(12px, 1.25vw, 15px);
  }

  .intro-frame .address-wrap {
    padding: clamp(18px, 2vw, 26px);
  }

  .intro-frame .address-wrap h2 {
    font-size: clamp(29px, 3vw, 38px);
  }

  .intro-frame .copy-address {
    margin-top: 12px;
    padding: 10px 12px;
  }

  .intro-frame .address-wrap .copy-address address {
    font-size: 9px;
    line-height: 1.45;
  }

  .intro-frame .address-booking {
    min-height: 32px;
    margin-top: 4px;
    font-size: 8px;
  }
}

@media (max-width: 720px) {
  .results-grid {
    gap: 2px;
  }
}
