:root {
  --background-main: #faf8f5;
  --background-light: #fffdf9;
  --background-soft: #f1ede6;
  --background-dark: #171615;
  --footer-dark: #11100f;
  --text-dark: #2d2d2d;
  --text-muted: #6d6861;
  --text-light: #ffffff;
  --gold: #c6a76b;
  --gold-soft: #d8c298;
  --gold-dark: #9a7f4d;
  --matte: #1f1e1c;
  --border-light: #e6dfd4;
  --shadow-card: 0 14px 32px rgba(34, 29, 22, .08);
  --shadow-button: 0 10px 24px rgba(17, 16, 15, .2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background-main);
  color: var(--text-dark);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
}

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

img,
svg {
  display: block;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site-shell {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  background: var(--background-main);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  height: 86px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 22px clamp(28px, 6vw, 110px) 0;
  color: var(--text-light);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  text-transform: uppercase;
}

.brand-mark {
  width: 39px;
  height: 28px;
  margin-bottom: 4px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-name {
  font-family: "Cinzel", Georgia, serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
}

.brand-subtitle {
  margin-top: 4px;
  font-size: 6px;
  font-weight: 600;
  letter-spacing: .25em;
  white-space: nowrap;
}

.brand-light {
  width: 128px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 42px;
  padding-top: 18px;
  font-size: 8.5px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.main-nav a {
  white-space: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: max-content;
  border: 1px solid transparent;
  border-radius: 4px;
  background: var(--matte);
  color: var(--text-light);
  box-shadow: var(--shadow-button);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.button:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--matte);
}

.button-icon {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-top {
  margin-top: 8px;
  padding: 13px 18px;
  background: rgba(31, 30, 28, .88);
  border-color: rgba(255, 255, 255, .16);
  font-size: 10px;
}

.hero {
  position: relative;
  min-height: clamp(600px, 55vw, 760px);
  color: var(--text-light);
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .5) 36%, rgba(0, 0, 0, .12) 76%),
    url("assets/tiago-hero.webp");
  background-position: center center;
  background-size: cover;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(570px, 48vw);
  padding: 158px 0 72px clamp(40px, 11vw, 190px);
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero h1,
.section-head h2,
.story-copy h2,
.about h2,
.philosophy h2,
.studio-content h2,
.cta h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 540px;
  margin-top: 12px;
  font-size: 68px;
  line-height: .9;
}

.hero-kicker {
  margin: 19px 0 0;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-copy {
  width: min(390px, 100%);
  margin: 18px 0 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.button-primary {
  padding: 13px 19px;
}

.trust-strip {
  min-height: 105px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  background: var(--background-main);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.trust-item {
  position: relative;
  min-width: 0;
  text-align: center;
}

.trust-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 64px;
  background: var(--border-light);
}

.line-icon {
  width: 29px;
  height: 29px;
  margin: 0 auto 12px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-item h2,
.benefit-item h3 {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.trust-item p,
.benefit-item p {
  margin: 4px auto 0;
  color: var(--text-dark);
  font-size: 9.5px;
  font-weight: 500;
  line-height: 1.35;
}

.split-light {
  display: grid;
  grid-template-columns: 47% 53%;
  gap: 0;
  align-items: stretch;
  background: var(--background-light);
}

.story img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  object-position: center center;
}

.story-copy {
  padding: 66px clamp(40px, 7vw, 150px) 62px clamp(34px, 6vw, 120px);
}

.story-copy h2 {
  margin-top: 9px;
  color: var(--text-dark);
  font-size: 46px;
  line-height: .95;
}

.story-copy p:not(.eyebrow),
.studio-content p {
  margin: 15px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.about {
  min-height: 330px;
  color: var(--text-light);
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .78) 43%, rgba(0, 0, 0, .12) 100%),
    url("assets/tiago-about.webp");
  background-position: center center;
  background-size: cover;
}

.about-content {
  width: min(560px, 48vw);
  padding: 58px 0 54px clamp(44px, 11vw, 190px);
}

.about h2 {
  margin-top: 8px;
  color: var(--text-light);
  font-size: 46px;
  line-height: .96;
}

.about .about-content p.about-highlight {
  margin: 12px 0 0;
  color: var(--gold-soft);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.about p:not(.eyebrow) {
  margin: 11px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.story-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.story-link:hover {
  color: var(--matte);
}

.philosophy {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 0;
  padding: 68px clamp(32px, 8vw, 160px);
  color: var(--text-light);
  background: var(--matte);
}

.philosophy-intro {
  padding-right: 34px;
}

.philosophy h2 {
  margin: 9px 0 0;
  font-size: 36px;
  font-weight: 500;
  line-height: .95;
}

.philosophy-copy {
  padding-left: 34px;
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.philosophy-copy p {
  margin: 0 0 13px;
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

.philosophy-copy .philosophy-closing {
  margin-top: 21px;
  margin-bottom: 0;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.treatments,
.rates,
.faq,
.mobile-area {
  padding: 68px clamp(32px, 8vw, 160px);
  background: var(--background-main);
  text-align: center;
}

.section-head {
  text-align: center;
}

.section-head h2 {
  margin-top: 7px;
  color: var(--text-dark);
  font-size: 46px;
  line-height: .95;
}

.section-head p:not(.eyebrow) {
  max-width: 450px;
  margin: 10px auto 0;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-top: 28px;
}

.treatment-card {
  min-height: 148px;
  padding: 24px 17px 22px;
  border: 1px solid var(--border-light);
  border-radius: 6px;
  background: var(--background-light);
  box-shadow: var(--shadow-card);
  text-align: left;
}

.treatment-wide {
  background: var(--matte);
  color: var(--text-light);
}

.treatment-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.treatment-card p {
  margin: 13px 0 0;
  color: var(--text-muted);
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.45;
}

.treatment-wide p {
  color: rgba(255, 255, 255, .74);
}

.studio {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--background-light);
}

.studio-photo img {
  width: 100%;
  height: clamp(360px, 38vw, 610px);
  object-fit: cover;
  object-position: center center;
}

.studio-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  padding: 6px 6px 0;
  background: var(--background-light);
}

.studio-gallery img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.studio-content {
  padding: 58px clamp(30px, 8vw, 160px) 64px;
  text-align: center;
}

.studio-content h2 {
  max-width: 520px;
  margin: 8px auto 0;
  color: var(--text-dark);
  font-size: 46px;
  line-height: .95;
}

.studio-content p {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.studio-tags,
.area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.studio-tags span,
.area-list span {
  border: 1px solid var(--border-light);
  border-radius: 999px;
  padding: 9px 13px;
  background: var(--background-main);
  color: var(--text-dark);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.benefits {
  padding: 64px clamp(32px, 8vw, 160px);
  background: var(--background-light);
}

.benefits-head h2 {
  font-size: 44px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px 18px;
  margin-top: 26px;
}

.benefit-item {
  text-align: center;
}

.benefit-item .line-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.benefit-item p {
  width: 120px;
  max-width: 100%;
}

.rates {
  background: var(--background-main);
}

.rate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 13px;
  margin-top: 28px;
}

.rate-card {
  position: relative;
  min-height: 152px;
  padding: 24px 12px 20px;
  border: 1px solid var(--border-light);
  border-radius: 6px;
  background: var(--background-light);
  box-shadow: var(--shadow-card);
}

.rate-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 1;
}

.rate-card strong {
  display: block;
  margin-top: 14px;
  color: var(--matte);
  font-size: 16px;
}

.rate-card p {
  margin: 12px 0 0;
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.featured-rate {
  min-height: 178px;
  background: var(--matte);
  color: var(--text-light);
  transform: translateY(-8px);
}

.featured-rate span {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  padding: 5px 9px;
  background: var(--gold);
  color: var(--matte);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.featured-rate h3 {
  margin-top: 16px;
}

.featured-rate strong,
.featured-rate p {
  color: var(--text-light);
}

.reviews {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 64px clamp(32px, 8vw, 160px);
  background: var(--background-soft);
  text-align: center;
}

.reviews article {
  padding: 28px 24px;
  border-radius: 6px;
  background: var(--background-light);
  box-shadow: var(--shadow-card);
}

.stars {
  margin: 0;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: .12em;
}

blockquote {
  margin: 14px 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  line-height: 1.05;
}

cite {
  color: var(--text-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.faq {
  background: var(--background-light);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 26px;
  text-align: left;
}

.faq-grid article {
  padding: 22px 20px;
  border: 1px solid var(--border-light);
  border-radius: 6px;
  background: var(--background-main);
}

.faq-grid h3 {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}

.faq-grid p {
  margin: 9px 0 0;
  color: var(--text-muted);
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.5;
}

.cta {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  text-align: center;
  background-color: var(--background-dark);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='760' height='174' viewBox='0 0 760 174'%3E%3Cg fill='none' stroke='%23c6a76b' stroke-opacity='.14' stroke-width='1'%3E%3Cpath d='M-20 112C70 47 154 63 197 104c48 45 106 37 144 1 52-50 126-49 176-2 45 42 105 40 164 2 39-25 77-27 110-16'/%3E%3Cpath d='M-25 144c76-42 137-37 183 5 51 47 112 41 162-3 48-42 114-45 164-2 48 41 100 40 160 2 39-25 84-29 141-2'/%3E%3Cpath d='M27 54c38-29 84-29 121 0M535 55c54-33 108-29 161 10'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
}

.cta h2 {
  color: var(--text-light);
  font-size: 46px;
  line-height: 1;
}

.cta p {
  margin: 9px 0 16px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.button-cta,
.button-secondary {
  padding: 12px 18px;
  font-size: 10px;
}

.button-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, .24);
}

.site-footer {
  min-height: 88px;
  display: grid;
  grid-template-columns: 145px 1fr 90px;
  align-items: center;
  padding: 16px clamp(32px, 8vw, 160px);
  color: var(--text-light);
  background: var(--footer-dark);
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.brand-footer {
  width: 88px;
  color: var(--gold);
}

.brand-footer .brand-mark {
  width: 28px;
  height: 20px;
  margin-bottom: 3px;
}

.brand-footer .brand-name {
  color: var(--text-light);
  font-size: 8px;
  letter-spacing: .08em;
}

.brand-footer .brand-subtitle {
  color: rgba(255, 255, 255, .62);
  font-size: 4px;
  letter-spacing: .22em;
}

.footer-center {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.footer-center nav {
  display: flex;
  gap: 34px;
  margin-bottom: 12px;
  color: var(--text-light);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.footer-center p {
  margin: 0;
  color: rgba(255, 255, 255, .56);
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.social-links {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

.social-links a {
  display: inline-flex;
  color: var(--gold);
}

.social-links svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 700px) {
  .site-header {
    height: 84px;
    align-items: center;
    padding: 14px 18px 0;
  }

  .main-nav {
    display: none;
  }

  .button-top {
    padding: 12px 14px;
  }

  .hero {
    min-height: 620px;
    background-position: 58% top;
  }

  .hero-content {
    width: auto;
    max-width: 340px;
    padding: 118px 24px 0;
  }

  .hero h1 {
    font-size: 46px;
  }

  .story-copy h2,
  .about h2,
  .philosophy h2,
  .section-head h2,
  .studio-content h2,
  .cta h2,
  .benefits-head h2 {
    font-size: 34px;
  }

  .story-copy p:not(.eyebrow),
  .studio-content p,
  .about p:not(.eyebrow),
  .section-head p:not(.eyebrow) {
    font-size: 12px;
  }

  .hero-copy {
    width: auto;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
    padding: 22px 0;
    row-gap: 24px;
  }

  .trust-item:nth-child(2)::after {
    display: none;
  }

  .split-light,
  .philosophy,
  .treatment-grid,
  .rate-grid,
  .reviews,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .story-copy,
  .treatments,
  .rates,
  .faq,
  .mobile-area,
  .studio-content,
  .benefits,
  .philosophy {
    padding: 44px 22px;
  }

  .philosophy-intro {
    padding-right: 0;
  }

  .philosophy-copy {
    margin-top: 28px;
    padding: 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-left: 0;
  }

  .studio-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story img {
    min-height: 260px;
  }

  .studio-photo img {
    height: 285px;
  }

  .about {
    min-height: 460px;
    background-position: 62% center;
  }

  .about-content {
    width: auto;
    max-width: 360px;
    padding: 42px 24px;
  }

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

  .benefit-item p {
    width: auto;
  }

  .featured-rate {
    transform: none;
  }

  .rate-card,
  .featured-rate {
    min-height: 150px;
  }

  .cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 22px;
    text-align: center;
  }

  .brand-footer,
  .social-links {
    justify-self: center;
  }

  .footer-center nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 24px;
  }

  .footer-center p {
    white-space: normal;
    line-height: 1.4;
  }
}
