:root {
  color-scheme: light;
  --ink: #312720;
  --muted: #76665d;
  --paper: #fffaf4;
  --cream: #f3e6d6;
  --sand: #dcc4ad;
  --rose: #9d7c72;
  --coffee: #5f4b3f;
  --line: rgba(95, 75, 63, 0.2);
  --shadow: 0 18px 44px rgba(49, 39, 32, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: radial-gradient(circle at top left, rgba(220, 196, 173, 0.45), transparent 34rem), linear-gradient(180deg, #f8efe6 0%, #fffaf4 52%, #efe0d0 100%);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.bio-shell {
  width: min(100%, 440px);
  margin: 0 auto;
  padding: 12px 14px 92px;
}

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  box-shadow: var(--shadow);
  background: var(--coffee);
}

.hero-photo { position: absolute; inset: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(49, 39, 32, 0.08), rgba(49, 39, 32, 0.55)), linear-gradient(90deg, rgba(49, 39, 32, 0.48), transparent 74%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 620px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 24px;
  color: #fffaf4;
}

.eyebrow,
.section-kicker {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(4.5rem, 26vw, 7.25rem);
  font-weight: 300;
  line-height: 0.9;
}

.hero p:last-child {
  max-width: 18rem;
  margin: 16px 0 0;
  font-size: 1rem;
}

.quick-links,
.button-stack { display: grid; gap: 14px; }
.quick-links {
  margin-top: 28px;
  padding-top: 18px;
  gap: 22px;
}

.image-link {
  position: relative;
  min-height: 124px;
  overflow: visible;
  isolation: isolate;
  border-radius: 8px;
  color: #fffaf4;
}

.image-link::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
  border: 1px solid rgba(255, 250, 244, 0.78);
  border-radius: 8px;
  background: #d8c9b8;
  box-shadow: 0 18px 36px rgba(49, 39, 32, 0.18);
}

.image-link::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(50, 34, 25, 0.08), rgba(50, 34, 25, 0.22) 45%, rgba(50, 34, 25, 0.5)),
    var(--bg);
  background-position: center;
  background-size: cover;
  filter: blur(1.5px) saturate(0.82) brightness(1.08);
  opacity: 0.9;
}

.card-pop {
  position: absolute;
  left: -12px;
  bottom: -16px;
  z-index: 1;
  width: 45%;
  height: 172px;
  object-fit: contain;
  object-position: center bottom;
  transform: translateZ(0) rotate(-1.5deg);
  filter: drop-shadow(0 18px 18px rgba(29, 23, 20, 0.36));
}

.image-link span {
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 50%;
  max-width: 12.8rem;
  color: #fffaf4;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.02;
  text-align: right;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
  transform: translateY(-50%);
}
.intro,
.social-block,
.final-cta {
  margin-top: 20px;
  padding: 26px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.82);
  backdrop-filter: blur(16px);
}

.intro h2,
.social-block h2,
.final-cta h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.02;
}

.intro p:last-child { margin: 14px 0 0; color: var(--muted); }
.section-kicker { color: var(--rose); letter-spacing: 0.14em; }

.service-list { display: grid; gap: 10px; margin-top: 20px; }
.service-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.72);
}
.service-list span { color: var(--rose); font-family: "Fraunces", Georgia, serif; font-size: 1.15rem; }
.service-list h3 { margin: 0 0 4px; font-size: 1rem; font-weight: 700; }
.service-list p { margin: 0; color: var(--muted); font-size: 0.93rem; }

.gallery { display: grid; gap: 12px; margin-top: 20px; scroll-margin-top: 18px; }
.gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  object-position: center 26%;
  box-shadow: 0 14px 34px rgba(49, 39, 32, 0.12);
}
.gallery img:nth-child(3) { aspect-ratio: 3 / 2; }

.button-stack { margin-top: 18px; }
.button-stack a,
.primary-button,
.floating-whatsapp {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 700;
}
.button-stack a { border: 1px solid var(--line); background: #fffaf4; color: var(--coffee); }

.final-cta {
  display: grid;
  gap: 18px;
  padding: 0;
  overflow: hidden;
}
.final-cta img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 25%; }
.final-cta div { padding: 0 22px 24px; }
.primary-button { margin-top: 18px; background: var(--coffee); color: #fffaf4; }

.floating-whatsapp {
  position: fixed;
  right: max(14px, calc((100vw - 440px) / 2 + 14px));
  bottom: 18px;
  z-index: 10;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 250, 244, 0.55);
  background: #2e7d4f;
  color: #fff;
  box-shadow: 0 12px 30px rgba(21, 71, 43, 0.26);
}

.reveal { transform: translateY(18px); opacity: 0; transition: transform 700ms ease, opacity 700ms ease; }
.reveal.is-visible { transform: translateY(0); opacity: 1; }

@media (hover: hover) {
  .image-link,
  .button-stack a,
  .primary-button,
  .floating-whatsapp { transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease; }
  .image-link:hover,
  .button-stack a:hover,
  .primary-button:hover,
  .floating-whatsapp:hover { transform: translateY(-2px); filter: saturate(1.04); }
  .image-link:hover .card-pop { transform: translateY(-3px) rotate(-1.5deg); filter: drop-shadow(0 24px 24px rgba(29, 23, 20, 0.42)); }
}

@media (max-width: 380px) {
  .bio-shell { padding-inline: 10px; }
  .hero,
  .hero-copy { min-height: 560px; }
  .intro,
  .social-block { padding: 22px 18px; }
  .image-link { min-height: 116px; }
  .image-link span { max-width: 12rem; font-size: 1.28rem; }
  .card-pop { width: 46%; height: 158px; left: -14px; bottom: -16px; }
}

@media (min-width: 760px) {
  body { padding-block: 28px; }
  .bio-shell { padding-bottom: 104px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { transform: none; opacity: 1; transition: none; }
}







