:root{
  --white:#F8F8F7;
  --snow:#FFFFFF;
  --pearl:#E7E5E2;
  --soft:#F2EFEC;
  --logo-gray:#9E9A94;
  --warm-gray:#B7B1AA;
  --graphite:#57534E;
  --dark:#3F3A35;
  --tea-rose:#C8A7A1;
  --tea-rose-dark:#B88E87;
  --line:rgba(87,83,78,.14);
  --shadow:0 24px 70px rgba(63,58,53,.08);
  --max:1744px;
  --page-gutter:clamp(78px,7.42vw,152px);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:"Inter",sans-serif;
  background:#fff;
  color:var(--graphite);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.page{overflow:hidden;background:#fff}
.container{width:min(var(--max),calc(100% - (var(--page-gutter) * 2)));margin-inline:auto}

.header{
  position:absolute;
  inset:0 0 auto;
  z-index:20;
  padding:clamp(38px,3.7vw,76px) 0 28px;
}
.header-inner{display:flex;align-items:flex-start}
.brand{display:inline-flex;align-items:center}
.brand-logo-full{width:clamp(210px,11.25vw,248px);height:auto}
.brand-logo-mark{display:none;width:68px;height:auto}

.hero{
  position:relative;
  height:min(100vh,56.25vw);
  min-height:560px;
  background-image:url("../consulta/img/hero-bg-desktop.jpg");
  background-size:auto 100%;
  background-position:right top;
  background-repeat:no-repeat;
  isolation:isolate;
}
.hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--line),transparent);
}
.hero-grid{height:100%;position:relative;z-index:2}
.hero-copy{
  position:absolute;
  top:37.2%;
  left:0;
  max-width:clamp(500px,33vw,650px);
}
.eyebrow,
.section-kicker{
  color:var(--tea-rose-dark);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:clamp(14px,1vw,17px);
  font-weight:600;
}
.eyebrow{margin-bottom:16px}
h1{
  font-family:"Cormorant Garamond",serif;
  color:var(--dark);
  font-weight:400;
  font-size:clamp(50px,4.45vw,88px);
  line-height:.98;
  letter-spacing:-.025em;
  margin-bottom:24px;
  max-width:clamp(500px,33vw,650px);
}
.hero-text{
  max-width:clamp(430px,29vw,560px);
  font-size:clamp(17px,1.25vw,24px);
  font-weight:300;
  color:var(--graphite);
  margin-bottom:34px;
}
.small-line{width:64px;height:1px;background:var(--tea-rose)}

.products-section{
  padding:68px 0 76px;
  background:linear-gradient(180deg,#fff 0%,#fff 52%,var(--soft) 52%,var(--soft) 100%);
}
.section-head{text-align:center;margin:0 auto 32px;max-width:860px}
.section-kicker{display:block;font-size:15px;letter-spacing:.28em;margin-bottom:8px}
.section-head h2,
.consult-copy h2{
  font-family:"Cormorant Garamond",serif;
  color:var(--dark);
  font-size:clamp(44px,4vw,68px);
  font-weight:400;
  line-height:1;
  margin-bottom:14px;
}
.section-head p,
.consult-copy p{
  color:var(--graphite);
  font-size:17px;
  font-weight:300;
}
.products-art{
  display:block;
  max-width:1560px;
  margin-inline:auto;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 26px 82px rgba(63,58,53,.08);
}
.products-art img{
  width:100%;
  height:auto;
}
.products-cta{
  display:flex;
  justify-content:center;
  margin-top:32px;
}
.products-button,
.consult-button{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  width:100%;
  max-width:320px;
  border-radius:4px;
  background:var(--tea-rose);
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:12px;
  font-weight:600;
  transition:background .22s ease,transform .22s ease;
}
.products-button:hover,
.consult-button:hover{background:var(--tea-rose-dark);transform:translateY(-1px)}
.products-button span{font-size:22px;line-height:1;font-weight:300}
.products-button:disabled{
  cursor:not-allowed;
  opacity:.78;
  transform:none;
}
.products-button:disabled:hover{
  background:var(--tea-rose);
  transform:none;
}

.consult-section{
  padding:74px 0 82px;
  background:linear-gradient(180deg,#fff 0%,var(--soft) 100%);
  border-top:1px solid var(--line);
}
.consult-layout{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  align-items:center;
  gap:clamp(42px,5vw,86px);
}
.consult-copy{max-width:590px}
.consult-copy .section-kicker{margin-bottom:12px}
.consult-copy p{font-size:18px;line-height:1.75;margin-bottom:30px}
.consult-button{max-width:280px}
.consult-media{
  border-radius:8px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.consult-media img{width:100%;height:100%;object-fit:cover}

.footer{background:var(--soft);border-top:1px solid var(--line);color:var(--logo-gray)}
.footer-main{
  min-height:112px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
  padding:26px 0;
}
.footer-mark{width:74px;height:auto;opacity:.95}
.footer-text{text-align:center;text-transform:uppercase;letter-spacing:.22em;font-size:12px;line-height:1.8}
.footer-social{display:flex;gap:18px;align-items:center}
.footer-social a{opacity:.9;transition:color .2s}
.footer-social a:hover{color:var(--tea-rose-dark)}
.footer-social svg{width:21px;height:21px;stroke-width:1.4}
.footer-bar{
  background:var(--tea-rose);
  color:rgba(255,255,255,.88);
  text-align:center;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding:12px 18px;
}

@media(max-width:1440px){
  :root{--page-gutter:clamp(78px,7.5vw,108px)}
  .brand-logo-full{width:225px}
  .hero{min-height:560px;background-size:auto 100%;background-position:right top}
  .hero-copy{max-width:620px}
  h1{font-size:clamp(50px,5.2vw,74px);max-width:620px}
  .hero-text{max-width:460px}
}

@media(max-width:1100px){
  .hero-copy{max-width:500px}
  h1{max-width:460px}
  .consult-layout{grid-template-columns:1fr}
}

@media(max-width:980px){
  .container{width:min(100% - 44px,var(--max))}
  .hero{
    min-height:700px;
    padding:132px 0 68px;
    background-size:1450px auto;
    background-position:58% top;
  }
  .hero-copy{max-width:520px;padding-top:76px}
  h1{font-size:clamp(50px,8vw,76px)}
}

@media(max-width:760px){
  .container{width:min(100% - 48px,var(--max))}
  .header{padding:22px 0}
  .brand-logo-full{display:none}
  .brand-logo-mark{display:block;width:82px;margin:8px 0 0 10px}
  .hero{
    height:auto;
    min-height:0;
    padding:394px 0 32px;
    background-image:url("../consulta/img/hero-bg-mobile.jpg");
    background-size:cover;
    background-position:center top;
  }
  .hero::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:
      linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.02) 34%,rgba(255,255,255,.72) 56%,#fff 76%,#fff 100%),
      linear-gradient(90deg,rgba(255,255,255,.28) 0%,rgba(255,255,255,.04) 42%,rgba(255,255,255,0) 100%);
  }
  .hero::after{z-index:3}
  .hero-grid{height:auto}
  .hero-copy{position:relative;top:auto;left:auto;z-index:2;max-width:360px;padding:0}
  .eyebrow{font-size:12px;line-height:1.3;margin-bottom:12px;letter-spacing:.2em}
  h1{font-size:clamp(42px,11.6vw,52px);line-height:.96;max-width:350px;margin-bottom:18px;letter-spacing:-.018em}
  .hero-text{font-size:17px;line-height:1.62;max-width:330px;margin-bottom:24px}
  .small-line{width:78px}

  .products-section{padding:42px 0 52px}
  .section-head{margin-bottom:22px}
  .section-kicker{font-size:12px;letter-spacing:.2em}
  .section-head h2,.consult-copy h2{font-size:42px}
  .section-head p{font-size:15px;max-width:320px;margin:0 auto}
  .products-art{
    border-radius:10px;
    box-shadow:0 14px 44px rgba(63,58,53,.055);
  }
  .products-cta{margin-top:22px}
  .products-button{max-width:none}

  .consult-section{padding:48px 0 58px}
  .consult-layout{gap:28px}
  .consult-copy p{font-size:16px;line-height:1.7}
  .consult-button{max-width:none}
  .consult-media{order:-1}
  .footer-main{grid-template-columns:1fr;text-align:center;gap:16px}
  .footer-mark{margin:0 auto;width:78px}
  .footer-text{font-size:10px;letter-spacing:.18em}
  .footer-social{justify-content:center}
}

@media(max-width:380px){
  h1{font-size:40px}
  .brand-logo-mark{width:76px}
  .section-head h2,.consult-copy h2{font-size:38px}
}
