
:root {
  --ink: #171518;
  --graphite: #242126;
  --ivory: #f2eee7;
  --paper: #faf8f4;
  --gold: #b7954f;
  --copper: #8f5437;
  --line: rgba(35, 29, 31, 0.14);
  --shadow: 0 24px 70px rgba(27, 22, 24, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold); color: var(--ink); }
.site-header {
  height: 104px;
  padding: 0 clamp(24px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  background: rgba(250,248,244,.92);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(20px);
}
.brand img { width: 225px; display: block; }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); font-size: 14px; }
nav a { position: relative; transition: color .25s ease; }
nav a:hover { color: var(--copper); }
nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 1px;
  background: var(--gold);
  transition: right .25s ease;
}
nav a:hover::after { right: 0; }
.header-cta {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--gold);
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .25s ease, color .25s ease;
}
.header-cta:hover { background: var(--ink); color: #fff; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.social-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--graphite);
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}
.social-icon:hover { color: var(--copper); border-color: var(--gold); transform: translateY(-2px); }
.social-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-icon .icon-dot { fill: currentColor; stroke: none; }
.whatsapp-icon svg path:last-child { fill: currentColor; stroke: none; }
.header-cta span, .button span { color: var(--gold); margin-left: 10px; }
.hero {
  min-height: calc(100vh - 104px);
  display: grid;
  grid-template-columns: 57% 43%;
  overflow: hidden;
  background: radial-gradient(circle at 20% 20%, #fff 0, var(--paper) 44%, #eee6d9 100%);
}
.hero-copy {
  padding: clamp(80px, 9vw, 142px) clamp(34px, 7vw, 110px) 58px;
  position: relative;
  z-index: 2;
}
.eyebrow {
  margin: 0 0 26px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .25em;
}
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 {
  max-width: 790px;
  margin-bottom: 28px;
  font-size: clamp(60px, 6.2vw, 106px);
  line-height: .91;
  letter-spacing: -.055em;
}
h1 em { color: var(--copper); font-weight: 400; }
.hero-text { max-width: 620px; font-size: 20px; line-height: 1.7; color: #514a4d; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 38px; }
.button {
  min-height: 62px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(35,30,32,.15); }
.button-primary { background: var(--ink); color: #fff; }
.button-secondary { border: 1px solid var(--copper); color: var(--graphite); }
.hero-note { margin-top: 72px; display: flex; align-items: center; gap: 22px; color: #5e5659; font-size: 13px; line-height: 1.6; }
.hero-monogram {
  width: 64px; height: 64px; display: grid; place-items: center;
  border: 1px solid var(--gold); border-radius: 50%;
  color: var(--copper); font: 31px Georgia, serif;
}
.hero-visual {
  position: relative;
  min-height: 650px;
  background:
    linear-gradient(180deg, rgba(20,17,19,.04), rgba(20,17,19,.38)),
    url("assets/hero.png") center / cover no-repeat;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 19% 52%);
}
.arch { display: none; }
.gold-line { position: absolute; left: 18%; bottom: 18%; width: 52%; height: 1px; background: var(--gold); }
.hero-visual p { position: absolute; left: 20%; bottom: 12%; color: #fff; letter-spacing: .22em; text-transform: uppercase; font-size: 11px; }
.trust-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(26px, 7vw, 110px);
  background: var(--ink);
  color: #eee7e0;
}
.trust-bar p { margin: 0; padding: 29px 32px; border-right: 1px solid rgba(255,255,255,.12); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }
.trust-bar p:last-child { border-right: 0; }
.trust-bar span { margin-right: 18px; color: var(--gold); font-family: Georgia, serif; }
.section { padding: clamp(90px, 10vw, 150px) clamp(26px, 7vw, 110px); }
.intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12vw; }
.intro h2, .section-heading h2, .team h2, .contact h2 { font-size: clamp(42px, 5vw, 72px); line-height: 1.06; letter-spacing: -.04em; }
.intro-copy { padding-top: 45px; }
.intro-copy p { font-size: 17px; line-height: 1.8; color: #5c5557; }
.text-link { display: inline-block; margin-top: 22px; border-bottom: 1px solid var(--gold); padding-bottom: 8px; font-weight: 700; color: var(--copper); }
.principles { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; padding-top: 40px; background: var(--paper); }
.principles-title h2, .journey h2, .international h2 { font-size: clamp(42px, 5vw, 72px); line-height: 1.06; letter-spacing: -.04em; }
.principles-list { border-top: 1px solid var(--line); }
.principles-list article { display: grid; grid-template-columns: 54px 1fr; gap: 25px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.principles-list article > span { color: var(--copper); font-size: 11px; letter-spacing: .15em; }
.principles-list h3 { margin-bottom: 8px; font-size: 28px; }
.principles-list p { margin: 0; color: #625a5d; line-height: 1.7; }
.services { background: #e9e3da; color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 80px; margin-bottom: 80px; }
.section-heading > p { color: #61595c; line-height: 1.8; max-width: 430px; }
.light { color: var(--copper); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.services-grid article {
  padding: 38px 32px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(47,39,41,.08);
  transition: transform .3s ease, box-shadow .3s ease;
}
.services-grid article:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.services-grid article:nth-child(4n+1) { background: var(--graphite); color: #fff; }
.services-grid article:nth-child(4n+2) { background: var(--paper); color: var(--ink); border-top: 4px solid var(--gold); }
.services-grid article:nth-child(4n+3) { background: #c7cec7; color: #242a27; }
.services-grid article:nth-child(4n+4) { background: #cdb373; color: #2f2928; }
.services-grid span { color: var(--gold); font-size: 12px; letter-spacing: .18em; }
.services-grid article:nth-child(4n+3) > span,
.services-grid article:nth-child(4n+4) > span { color: #774328; }
.services-grid h3 { margin: 46px 0 18px; font-size: 29px; line-height: 1.15; }
.services-grid p { color: inherit; opacity: .82; line-height: 1.7; font-size: 14px; }
.services-grid a { display: inline-block; margin-top: auto; padding-top: 22px; color: inherit; font-size: 13px; font-weight: 700; }
.services-grid article:nth-child(4n+1) a { color: #e3c67a; }
.international {
  display: grid;
  grid-template-columns: 1.05fr .75fr;
  gap: 11vw;
  background:
    radial-gradient(circle at 8% 15%, rgba(183,149,79,.14), transparent 30%),
    var(--ink);
  color: white;
}
.international-copy > p:not(.eyebrow) { max-width: 650px; color: #cfc6cb; font-size: 17px; line-height: 1.8; }
.button-outline-light { margin-top: 24px; border: 1px solid var(--gold); color: white; }
.country-list { border-top: 1px solid rgba(255,255,255,.18); align-self: center; }
.country-list div { display: grid; grid-template-columns: 55px 1fr; align-items: center; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.country-list span { color: var(--gold); font-size: 10px; letter-spacing: .18em; }
.country-list strong { font: 400 27px Georgia, serif; }
.journey { background: var(--paper); }
.journey-heading { max-width: 850px; margin-bottom: 70px; }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.journey-grid article { position: relative; padding: 42px 42px 20px 0; border-right: 1px solid var(--line); }
.journey-grid article:not(:first-child) { padding-left: 42px; }
.journey-grid article:last-child { border-right: 0; }
.journey-grid span { color: var(--copper); font-size: 11px; letter-spacing: .16em; }
.journey-grid h3 { margin: 48px 0 16px; font-size: 31px; }
.journey-grid p { color: #625a5d; line-height: 1.7; font-size: 14px; }
.team { background: var(--ivory); }
.team-heading { max-width: 790px; margin-bottom: 70px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.team-grid article {
  padding: 42px;
  background: rgba(255,255,255,.56);
  border: 1px solid var(--line);
  box-shadow: 0 12px 35px rgba(35,29,31,.04);
  transition: transform .3s ease, box-shadow .3s ease;
}
.team-grid article:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.portrait {
  width: 100%;
  height: 390px;
  border-radius: 0;
  margin-bottom: 26px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 22%;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(41,36,41,.16);
  border: 1px solid rgba(183,149,79,.4);
  filter: saturate(.88) contrast(1.02);
  transition: filter .3s ease, transform .3s ease;
}
.team-grid article:hover .portrait { filter: saturate(1) contrast(1.02); transform: scale(1.012); }
.portrait.fernanda { background-image: url("assets/fernanda-besagio.png"); background-position: center 18%; }
.portrait.erika { background-image: url("assets/erika-vilaca.jpeg"); background-position: center 16%; }
.portrait.bianca { background-image: url("assets/bianca-donato.jpeg"); background-position: center 13%; }
.team-role { margin: 24px 0 8px; color: var(--copper); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 700; }
.team-grid h3 { margin-bottom: 12px; font-size: 32px; }
.team-grid article > p:last-child { color: #5d5658; line-height: 1.65; font-size: 14px; }
.consultation-banner {
  padding: 105px clamp(26px, 7vw, 110px);
  text-align: center;
  background: linear-gradient(135deg, #d6bd7c, #b8954d);
  color: var(--ink);
}
.consultation-banner > p { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; }
.consultation-banner h2 { margin-bottom: 34px; font-size: clamp(44px, 6vw, 82px); letter-spacing: -.045em; }
.contact { display: grid; grid-template-columns: 1.1fr .7fr; gap: 10vw; background: var(--ink); color: #fff; }
.contact-card { align-self: center; border-left: 1px solid rgba(201,163,72,.65); padding-left: 42px; }
.contact-card p { color: #d2c9cd; line-height: 1.7; }
.button-gold { background: var(--gold); color: var(--ink); margin: 24px 0 18px; }
.button-gold span { color: var(--ink); }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; margin: 24px 0 22px; }
.contact-actions .button-gold { margin: 0 0 5px; }
.contact-link { color: #e3c67a; border-bottom: 1px solid rgba(227,198,122,.45); padding-bottom: 5px; font-weight: 700; font-size: 14px; }
.contact-card small { display: block; color: #aea4aa; }
.location {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 10vw;
  align-items: center;
  background: var(--paper);
}
.location h2 { font-size: clamp(42px, 5vw, 72px); line-height: 1.06; letter-spacing: -.04em; }
.location address {
  margin: 30px 0 34px;
  color: #5c5557;
  font-size: 18px;
  font-style: normal;
  line-height: 1.8;
}
.map-embed {
  min-height: 360px;
  border: 1px solid var(--gold);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.map-embed iframe { width: 100%; min-height: 420px; height: 100%; display: block; border: 0; filter: saturate(.75) contrast(.95); }
footer { padding: 56px clamp(26px, 7vw, 110px); display: grid; grid-template-columns: 220px 1fr auto; gap: 38px; align-items: center; border-top: 3px solid var(--gold); }
footer img { width: 200px; }
footer p, footer small { color: #6b6366; font-size: 12px; }
footer div { display: flex; gap: 28px; font-size: 12px; }
footer small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--line); }

@media (max-width: 1050px) {
  nav { display: none; }
  .site-header { gap: 18px; }
  .header-actions { gap: 10px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 690px; }
  .hero-visual { min-height: 520px; clip-path: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .principles, .international { grid-template-columns: 1fr; gap: 60px; }
  .services-grid article:nth-child(2) { border-right: 0; }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .site-header { height: 78px; padding: 0 20px; }
  .brand img { width: 164px; }
  .header-cta { display: none; }
  .social-icon { width: 34px; height: 34px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 70px 24px 50px; min-height: 0; }
  h1 { font-size: 54px; }
  .hero-text { font-size: 17px; }
  .hero-note { margin-top: 48px; }
  .hero-visual { min-height: 380px; }
  .portrait { height: 440px; }
  .intro, .section-heading, .contact, .location { grid-template-columns: 1fr; gap: 28px; }
  .trust-bar { grid-template-columns: 1fr; padding: 0 24px; }
  .trust-bar p { padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .principles { grid-template-columns: 1fr; gap: 32px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-grid article, .journey-grid article:not(:first-child) { padding: 32px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .journey-grid h3 { margin-top: 22px; }
  .intro-copy { padding-top: 0; }
  .services-grid, .team-grid { grid-template-columns: 1fr; }
  .services-grid article, .services-grid article:not(:first-child) { padding: 28px; border-right: 0; min-height: 280px; }
  .services-grid h3 { margin-top: 24px; }
  .contact-card { padding-left: 24px; }
  footer div { flex-wrap: wrap; }
}
