:root {
  --linen: #f3ece4;
  --ivory: #fbf8f4;
  --champagne: #dfcbbb;
  --copper: #ad7f60;
  --bronze: #8a6249;
  --taupe: #8d786a;
  --espresso: #2b211c;
  --espresso-soft: #47372f;
  --line: rgba(78, 56, 43, 0.14);
  --shadow: 0 24px 80px rgba(73, 52, 39, 0.10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--linen);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--espresso);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.75), transparent 28rem),
    linear-gradient(180deg, #f7f1ea 0%, var(--linen) 48%, #efe5dc 100%);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.045'/%3E%3C/svg%3E");
  z-index: 10;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: 100%;
  min-height: 100svh;
  padding: 0;
}

.profile {
  position: relative;
  width: min(100%, 470px);
  min-height: 100svh;
  margin: 0 auto;
  padding: max(28px, env(safe-area-inset-top)) 22px max(40px, env(safe-area-inset-bottom));
  overflow: hidden;
}

.ambient {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.38;
}

.ambient-one {
  top: 112px;
  right: -130px;
  width: 270px;
  height: 270px;
  background: radial-gradient(circle, rgba(192, 150, 119, 0.22), rgba(192, 150, 119, 0));
}

.ambient-two {
  top: 830px;
  left: -155px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0));
}

.brand,
.professional,
.divider,
.footer {
  position: relative;
  z-index: 1;
}

.brand {
  text-align: center;
}

.brand-logo {
  width: 174px;
  height: 174px;
  margin: -14px auto 10px;
  border-radius: 28px;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.eyebrow,
.role {
  margin: 0;
  color: var(--bronze);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand h1 {
  max-width: none;
  width: 100%;
  margin: 14px auto 12px;
  font-family: "Italiana", Georgia, serif;
  font-size: clamp(1.55rem, 6.3vw, 2rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.intro {
  max-width: 365px;
  margin: 0 auto;
  color: var(--espresso-soft);
  font-size: 0.97rem;
  line-height: 1.62;
}

.specialties {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 21px;
  color: var(--taupe);
  font-size: 0.74rem;
  letter-spacing: 0.02em;
}

.specialties i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--copper);
}

.closed {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 21px;
  color: var(--taupe);
  font-size: 0.74rem;
  letter-spacing: 0.02em;
}

/*.closed i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--copper);
}*/

.professional {
  margin-top: 54px;
}

.portrait {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(102, 72, 53, 0.11);
  box-shadow: var(--shadow);
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait-alexia {
  height: min(115vw, 510px);
  border-radius: 180px 180px 28px 28px;
}

.portrait-alexia img {
  object-position: center 18%;
}

.portrait-thayna {
  height: min(119vw, 530px);
  border-radius: 28px 180px 28px 28px;
}

.portrait-thayna img {
  object-position: center 34%;
}

.portrait-label {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: white;
  background: rgba(43, 33, 28, 0.46);
  backdrop-filter: blur(12px);
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.professional-copy {
  padding: 24px 5px 0;
}

.professional-copy h2 {
  margin: 7px 0 12px;
  font-family: "Italiana", Georgia, serif;
  font-size: 2.35rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
}

.professional-copy > p:not(.role):not(.cta-note) {
  margin: 0;
  color: var(--espresso-soft);
  font-size: 0.94rem;
  line-height: 1.66;
}

.divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 50px 0 0;
}

.divider::before,
.divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}

.divider span {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(138, 98, 73, 0.65);
  transform: rotate(45deg);
}

.whatsapp-button {
  display: grid;
  grid-template-columns: 34px 1fr 22px;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 23px;
  padding: 14px 15px;
  border: 1px solid rgba(43, 33, 28, 0.08);
  border-radius: 18px;
  color: #fff;
  background: var(--espresso);
  box-shadow: 0 16px 35px rgba(43, 33, 28, 0.18);
  font-size: 0.89rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  -webkit-tap-highlight-color: transparent;
}

.whatsapp-button:active {
  transform: scale(0.985);
}

.whatsapp-button:focus-visible {
  outline: 3px solid rgba(173, 127, 96, 0.32);
  outline-offset: 4px;
}

.whatsapp-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
}

.whatsapp-icon svg {
  width: 19px;
  fill: currentColor;
}

.arrow {
  font-size: 1rem;
  text-align: center;
  opacity: 0.72;
}

.cta-note {
  margin: 10px 0 0 !important;
  color: var(--taupe) !important;
  font-size: 0.73rem !important;
  line-height: 1.4 !important;
  text-align: center;
}

.footer {
  padding: 64px 0 8px;
  text-align: center;
}

.footer-mark {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--copper);
  font-size: 0.85rem;
}

.footer p {
  margin: 0;
  font-family: "Italiana", Georgia, serif;
  font-size: 1.28rem;
}

.footer .footer-small {
  margin-top: 7px;
  color: var(--taupe);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@media (hover: hover) {
  .whatsapp-button:hover {
    transform: translateY(-2px);
    background: #382a23;
    box-shadow: 0 20px 42px rgba(43, 33, 28, 0.22);
  }
}

@media (min-width: 620px) {
  .page-shell {
    padding: 34px 0;
  }

  .profile {
    min-height: auto;
    border: 1px solid rgba(92, 66, 49, 0.09);
    border-radius: 38px;
    background: rgba(250, 246, 241, 0.72);
    box-shadow: 0 34px 90px rgba(75, 54, 40, 0.13);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .whatsapp-button {
    transition: none;
  }
}
