@font-face {
  font-family: "Source Serif 4";
  src: url("assets/SourceSerif4-Variable.ttf") format("truetype");
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/Manrope-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --marble: #f8f6f1;
  --ivory: #efe8dc;
  --gold: #c8a24d;
  --taupe: #8f8173;
  --charcoal: #252321;
  --line: rgba(37, 35, 33, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--marble) url("assets/textura-marmol-calido.png") center top / 950px auto repeat;
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px clamp(24px, 5vw, 76px);
  border-bottom: 1px solid rgba(200, 162, 77, .25);
}
.brand img { display: block; width: 190px; height: 52px; object-fit: contain; object-position: left center; }
.header-link {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--gold);
  padding: 8px 0;
}
.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px clamp(28px, 7vw, 112px) 80px;
  background: rgba(248, 246, 241, .78);
}
.eyebrow {
  margin: 0 0 22px;
  color: #836921;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
h1, h2, h3 {
  font-family: "Source Serif 4", serif;
  font-weight: 450;
  line-height: .98;
}
h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(52px, 7.2vw, 108px);
  letter-spacing: -.045em;
}
.lead {
  max-width: 580px;
  margin: 34px 0 0;
  color: #5c554f;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .06em;
  transition: transform .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--charcoal); color: var(--marble); }
.button-secondary { border: 1px solid var(--gold); background: rgba(248, 246, 241, .45); }
.status {
  margin: 28px 0 0;
  color: var(--taupe);
  font-size: 12px;
}
.status span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(200, 162, 77, .13);
}
.hero-mark {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 640px;
  background: linear-gradient(150deg, rgba(239, 232, 220, .7), rgba(248, 246, 241, .28));
  border-left: 1px solid var(--line);
}
.hero-mark img { position: relative; z-index: 2; width: min(64%, 430px); filter: drop-shadow(0 28px 35px rgba(37, 35, 33, .09)); }
.halo {
  position: absolute;
  width: 62%;
  aspect-ratio: 1;
  border: 1px solid rgba(200, 162, 77, .5);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(200, 162, 77, .025), 0 0 0 70px rgba(200, 162, 77, .018);
}
.statement {
  padding: 110px clamp(28px, 7vw, 112px);
  background: rgba(248, 246, 241, .88);
}
.statement > h2 {
  max-width: 920px;
  margin: 0 0 70px;
  font-size: clamp(38px, 5vw, 72px);
  letter-spacing: -.035em;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.features article { padding: 30px 34px 8px 0; }
.features article + article { border-left: 1px solid var(--line); padding-left: 34px; }
.features span { color: var(--gold); font-size: 11px; letter-spacing: .12em; }
.features h3 { margin: 34px 0 15px; font-size: 29px; }
.features p { max-width: 360px; margin: 0; color: #665e57; line-height: 1.75; font-size: 14px; }
.contact {
  display: grid;
  grid-template-columns: 1fr minmax(330px, .55fr);
  gap: 70px;
  align-items: center;
  padding: 90px clamp(28px, 7vw, 112px);
  background: var(--charcoal);
  color: var(--marble);
}
.contact h2 { max-width: 730px; margin: 0; font-size: clamp(38px, 5vw, 68px); letter-spacing: -.03em; }
.contact .eyebrow { color: #dfc681; }
.contact-card { padding: 34px; border: 1px solid rgba(200, 162, 77, .65); }
.contact-card p, .contact-card small { display: block; margin: 0; color: #c7bfb5; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.contact-card a { display: block; margin: 17px 0 26px; font-family: "Source Serif 4", serif; font-size: clamp(26px, 3vw, 40px); text-decoration: none; }
footer {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 24px clamp(28px, 7vw, 112px);
  background: var(--ivory);
  font-size: 10px;
  letter-spacing: .12em;
}
footer img { width: 26px; height: 40px; }
footer p { margin-right: auto; }
footer a { text-underline-offset: 4px; }
.whatsapp-float {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  padding: 13px 18px;
  background: #1f6f4a;
  color: white;
  border-radius: 999px;
  box-shadow: 0 8px 26px rgba(0,0,0,.18);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
@media (max-width: 820px) {
  .brand img { width: 156px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 760px; padding-top: 145px; }
  .hero-mark { min-height: 520px; border-left: 0; border-top: 1px solid var(--line); }
  .features { grid-template-columns: 1fr; }
  .features article { padding: 30px 0; }
  .features article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .contact { grid-template-columns: 1fr; gap: 42px; }
}
@media (max-width: 520px) {
  .site-header { padding: 20px; }
  .header-link { font-size: 10px; }
  .hero-copy { min-height: 700px; padding-inline: 22px; }
  h1 { font-size: 54px; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .statement, .contact { padding-inline: 22px; }
  .statement { padding-block: 84px; }
  footer { flex-wrap: wrap; padding-inline: 22px; }
  footer p { width: calc(100% - 48px); margin-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
