:root {
  --ink: #241c20;
  --ink-muted: #766970;
  --paper: #f7f3f1;
  --paper-warm: #efe7e3;
  --white: #fff;
  --rose: #bf456a;
  --rose-deep: #691d39;
  --wine: #3d1726;
  --gold: #aa8454;
  --line: rgba(61, 23, 38, .14);
  --content: 1240px;
  --gutter: max(24px, calc((100vw - var(--content)) / 2));
}

html { scroll-padding-top: 92px; }

body {
  background: var(--paper);
  color: var(--ink);
}

header {
  min-height: 88px;
  padding: 10px var(--gutter);
  border-color: rgba(61, 23, 38, .1);
  background: rgba(250, 247, 245, .86);
  color: var(--ink);
  transition: min-height .25s ease, box-shadow .25s ease, background-color .25s ease;
}

header.is-scrolled {
  min-height: 72px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 35px rgba(46, 25, 33, .08);
}

.logo {
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.logo img { transform: scale(1); }

header nav ul li a {
  color: rgba(36, 28, 32, .64);
  font-size: .7rem;
}

header nav ul li a:hover,
header nav ul li a.active { color: var(--rose-deep); }

header nav ul li a::after { background: var(--rose); }

.btn-contato,
.cta-produto,
.cta-consultora {
  min-height: 50px;
  border-radius: 0;
  background: var(--rose-deep);
}

.btn-contato {
  min-height: 44px;
  border-color: var(--rose-deep);
  background: transparent;
  color: var(--rose-deep);
}

.btn-contato:hover {
  background: var(--rose-deep);
  color: var(--white);
}

.hero {
  display: block;
  min-height: 88svh;
  max-height: 900px;
  margin: 0;
  padding: 0;
  background: #e8d5cc;
  color: var(--ink);
  isolation: isolate;
}

.hero::before {
  z-index: 0;
  background: linear-gradient(90deg, rgba(248, 239, 234, .96) 0%, rgba(248, 239, 234, .72) 34%, rgba(248, 239, 234, .05) 61%);
}

.hero::after {
  right: auto;
  bottom: 38px;
  left: var(--gutter);
  z-index: 5;
  width: 1px;
  height: 40px;
  background: rgba(61, 23, 38, .35);
}

.hero-backdrop,
.hero-backdrop img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-backdrop {
  z-index: -2;
  overflow: hidden;
}

.hero .hero-backdrop img {
  z-index: auto;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.02);
  transform: scale(1.035);
  animation: backdropIn 1.5s cubic-bezier(.2, .75, .25, 1) both;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(540px, 1.1fr);
  align-items: center;
  width: min(calc(100% - 48px), var(--content));
  height: 100%;
  min-height: 88svh;
  max-height: 900px;
  margin: 0 auto;
  padding-top: 88px;
}

.hero-text {
  position: relative;
  z-index: 3;
  width: auto;
  padding-bottom: 4vh;
  color: var(--ink);
}

.hero-text::before {
  display: block;
  width: 54px;
  height: 2px;
  margin-bottom: 28px;
  background: var(--rose);
  content: "";
}

.hero-text h1 {
  max-width: 660px;
  color: var(--ink);
  font-size: clamp(4.25rem, 7vw, 7.35rem);
  line-height: .87;
  text-shadow: none;
}

.hero-text h2 {
  max-width: 450px;
  margin-top: 30px;
  color: var(--rose-deep);
  font-size: .76rem;
}

.hero-text h2::before { background: var(--gold); }

.hero-products {
  position: relative;
  align-self: stretch;
  min-width: 0;
  pointer-events: none;
}

.hero .hero-product {
  position: absolute;
  inset: auto;
  z-index: 2;
  width: min(32vw, 420px);
  height: auto;
  object-fit: contain;
  filter: saturate(.95) contrast(1.03);
  will-change: transform;
}

.hero .product-timewise {
  right: 3%;
  bottom: 7%;
  width: min(34vw, 430px);
  border: 9px solid rgba(255, 255, 255, .94);
  background: var(--white);
  box-shadow: 0 30px 70px rgba(61, 23, 38, .2);
  mix-blend-mode: normal;
  transform: translate3d(var(--mx, 0), var(--my, 0), 0) rotate(-1.5deg);
  animation: productIn 1.1s .18s cubic-bezier(.2, .75, .25, 1) both;
}

.hero .product-perfume {
  right: 34%;
  bottom: -1%;
  z-index: 3;
  width: min(25vw, 315px);
  transform: translate3d(var(--mx2, 0), var(--my2, 0), 0) rotate(4deg);
  animation: productIn 1.1s .35s cubic-bezier(.2, .75, .25, 1) both;
}

.hero .product-gel {
  right: -7%;
  bottom: 31%;
  z-index: 1;
  width: min(20vw, 250px);
  opacity: .82;
  transform: translate3d(var(--mx3, 0), var(--my3, 0), 0) rotate(8deg);
  animation: productIn 1.1s .5s cubic-bezier(.2, .75, .25, 1) both;
}

.product-glow {
  position: absolute;
  right: 4%;
  bottom: 8%;
  width: 60%;
  height: 30%;
  border-radius: 50%;
  background: rgba(89, 35, 54, .15);
  filter: blur(38px);
  transform: perspective(500px) rotateX(70deg);
}

.hero-index {
  position: absolute;
  right: var(--gutter);
  bottom: 30px;
  z-index: 5;
  color: rgba(61, 23, 38, .55);
  font-family: "Playfair Display", serif;
  font-size: .8rem;
}

.meus-links {
  position: relative;
  z-index: 5;
  padding: 0 var(--gutter);
  background: var(--wine);
  color: var(--white);
}

.social-links { border: 0; }

.btn-social {
  min-height: 126px;
  padding: 30px 68px 30px 30px;
  border-color: rgba(255, 255, 255, .14);
  color: var(--white);
  font-size: 1.32rem;
}

.btn-social::after { color: #e8b7c3; }
.btn-social:hover { background: var(--rose); }

.cta-virtual {
  position: relative;
  max-width: none;
  padding: 104px var(--gutter) 116px;
  background: var(--paper);
}

.cta-virtual::before {
  position: absolute;
  top: 0;
  left: var(--gutter);
  width: calc(100% - (var(--gutter) * 2));
  height: 1px;
  background: var(--line);
  content: "";
}

.cta-virtual p {
  max-width: 850px;
  font-size: clamp(2.5rem, 4.6vw, 4.7rem) !important;
  line-height: 1.03;
}

.cta-produto { min-width: 210px; }

.sobre-mim {
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(0, 720px);
  column-gap: clamp(64px, 8vw, 130px);
  align-items: start;
  justify-content: center;
  padding: 124px var(--gutter) 140px;
  background: var(--white);
}

.sobre-mim::before { display: none; }

.sobre-retrato {
  position: sticky;
  top: 118px;
  grid-column: 1;
  grid-row: 1 / span 30;
  margin: 0;
}

.retrato-frame {
  position: relative;
  aspect-ratio: 4 / 5.45;
  overflow: hidden;
  background: #dad5d3;
}

.retrato-frame::after {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, .45);
  pointer-events: none;
  content: "";
}

.retrato-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 51% center;
  filter: contrast(1.05);
  transform: scale(1.24);
}

.sobre-retrato::before {
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 62%;
  height: 54%;
  border: 1px solid var(--gold);
  content: "";
}

.sobre-mim > h2,
.sobre-mim > p { grid-column: 2; }

.sobre-mim h2 {
  margin: 0 0 54px;
  font-size: clamp(3.4rem, 5.5vw, 5.8rem);
}

.sobre-mim p {
  margin-bottom: 25px;
  color: #564a50;
  line-height: 1.9;
}

.sobre-mim p:first-of-type {
  margin-bottom: 38px;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line);
  font-size: 1.55rem;
}

.sobre-mim p:last-child {
  margin-top: 58px;
  padding: 34px 0 0 28px;
  border-top: 1px solid var(--line);
  border-left: 3px solid var(--rose);
  font-size: 1.65rem;
}

.seja-consultora {
  position: relative;
  padding: 130px max(var(--gutter), calc((100vw - 950px) / 2)) 72px;
  overflow: hidden;
  background: var(--wine);
}

.seja-consultora::before {
  margin-bottom: 52px;
  color: var(--white);
  font-size: clamp(3.5rem, 6vw, 6.25rem);
}

.seja-consultora::after {
  position: absolute;
  top: 9%;
  right: -4%;
  color: rgba(255, 255, 255, .035);
  font-family: "Playfair Display", serif;
  font-size: min(26vw, 390px);
  line-height: 1;
  content: "F";
}

.seja-consultora p {
  position: relative;
  z-index: 1;
  max-width: 900px;
  color: rgba(255, 255, 255, .72);
}

.seja-consultora p:first-of-type {
  max-width: 760px;
  color: var(--white);
  font-size: 1.55rem;
}

.cta-section {
  padding: 16px 24px 120px;
  background: var(--wine);
}

.cta-consultora {
  min-width: 245px;
  border-color: rgba(255, 255, 255, .86);
  background: var(--white);
  color: var(--wine);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.cta-consultora:visited {
  color: var(--wine);
}

.cta-consultora:hover {
  border-color: var(--white);
  background: transparent;
  color: var(--white);
}

footer {
  padding: 44px var(--gutter);
  background: #1d1619;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2, .75, .25, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes backdropIn {
  from { opacity: 0; transform: scale(1.09); }
  to { opacity: 1; transform: scale(1.035); }
}

@keyframes productIn {
  from { opacity: 0; margin-bottom: -42px; }
  to { opacity: 1; margin-bottom: 0; }
}

@media (max-width: 1040px) {
  .hero-content { grid-template-columns: .82fr 1.18fr; }
  .hero-text h1 { font-size: clamp(3.8rem, 7.5vw, 6.2rem); }
  .hero .product-timewise { right: 0; width: min(42vw, 430px); }
  .sobre-mim { grid-template-columns: minmax(280px, 36%) 1fr; column-gap: 70px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  header { min-height: 72px; padding-inline: 18px; }
  .logo { width: 52px; height: 52px; }
  .hero { min-height: 88svh; max-height: none; }
  .hero::before {
    background: linear-gradient(180deg, rgba(248, 239, 234, .94) 0%, rgba(248, 239, 234, .62) 48%, rgba(248, 239, 234, .12) 73%);
  }
  .hero::after { left: 20px; bottom: 24px; height: 28px; }
  .hero .hero-backdrop img { object-position: 62% center; }
  .hero-content {
    display: block;
    width: 100%;
    min-height: 88svh;
    padding: 130px 20px 0;
  }
  .hero-text { padding: 0; }
  .hero-text::before { width: 42px; margin-bottom: 20px; }
  .hero-text h1 { max-width: 420px; font-size: clamp(3.5rem, 16vw, 5.6rem); }
  .hero-text h2 { margin-top: 20px; font-size: .68rem; }
  .hero-products { position: absolute; inset: 42% 0 0; }
  .hero .product-timewise { right: -9%; bottom: -2%; width: min(76vw, 370px); border-width: 6px; }
  .product-glow { right: 5%; bottom: 2%; width: 80%; }
  .hero-index { right: 20px; bottom: 19px; }
  .meus-links { padding: 0 20px; }
  .btn-social { min-height: 94px; padding-left: 12px; font-size: 1.12rem; }
  .cta-virtual { padding: 76px 20px 86px; }
  .cta-virtual::before { left: 20px; width: calc(100% - 40px); }
  .cta-virtual p { font-size: clamp(2.25rem, 11vw, 3.3rem) !important; }
  .sobre-mim { display: block; padding: 86px 20px 96px; }
  .sobre-retrato { position: relative; top: auto; width: min(88%, 390px); margin: 0 auto 92px; }
  .sobre-retrato::before { right: -18px; bottom: -18px; }
  .sobre-mim h2 { margin-bottom: 42px; }
  .sobre-mim p:first-of-type { font-size: 1.3rem; }
  .sobre-mim p:last-child { font-size: 1.4rem; }
  .seja-consultora { padding: 92px 20px 58px; }
  .seja-consultora::before { margin-bottom: 40px; font-size: clamp(3.2rem, 15vw, 4.8rem); }
  .seja-consultora p:first-of-type { font-size: 1.3rem; }
  .cta-section { padding: 10px 20px 88px; }
}

@media (max-width: 420px) {
  .hero-content { padding-top: 116px; }
  .hero-text h1 { font-size: 3.55rem; }
  .hero-products { inset-block-start: 47%; }
  .hero .product-timewise { right: -3%; width: 78vw; }
}

@media (prefers-reduced-motion: reduce) {
  .hero .hero-backdrop img,
  .hero .hero-product { animation: none; }
  .reveal { opacity: 1; transform: none; }
}
