:root {
  --bg: #0f0a08;
  --bg-soft: #17100d;
  --panel: #1d1411;
  --cream: #f3eee7;
  --cream-2: #ebe3d8;
  --text: #1f1713;
  --text-soft: #5c4c42;
  --white: #fffdf9;
  --gold: #b88557;
  --gold-2: #9a6137;
  --line: rgba(255,255,255,.12);
  --line-dark: rgba(31,23,19,.12);
  --radius: 28px;
  --shadow: 0 24px 80px rgba(0,0,0,.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: .26em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; font-family: "EB Garamond", serif; line-height: .96; font-weight: 500; }
h1 em, h2 em { display: block; font-style: italic; color: var(--gold); font-weight: 400; }
p { margin: 0; }
.icon { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link {
  position: absolute; left: 12px; top: -48px; background: var(--cream); color: var(--text); padding: 10px 14px; border-radius: 10px; z-index: 1000;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 40; background: rgba(15,10,8,.84); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.06);
}
.header-inner {
  min-height: 88px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 24px; align-items: center;
}
.brand img { width: 245px; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: 28px; color: rgba(255,255,255,.82); font-size: 14px; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a[aria-current="location"]::after,
.desktop-nav a:hover::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--gold); }

.button, .icon-button, .secondary-action, .text-link {
  transition: .28s ease;
}
.button {
  border: 0; display: inline-flex; align-items: center; gap: 12px; padding: 16px 26px; border-radius: 999px; background: linear-gradient(180deg, #bb8659, #91572f); color: var(--white); font-weight: 600; box-shadow: 0 12px 32px rgba(104,59,27,.24);
}
.button:hover { transform: translateY(-1px); filter: brightness(1.05); }
.button-small { padding: 14px 22px; font-size: 14px; }
.button-brown { background: linear-gradient(180deg, #be8b62, #98603a); }
.icon-button {
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); background: transparent; color: var(--white); display: inline-grid; place-items: center;
}
.menu-toggle { display: none; }
.header-cta-short { display: none; }

.hero {
  position: relative; overflow: clip; background:
    radial-gradient(circle at 70% 18%, rgba(188,133,89,.22), transparent 30%),
    radial-gradient(circle at 12% 24%, rgba(192,145,103,.18), transparent 28%),
    linear-gradient(135deg, rgba(0,0,0,.44), rgba(0,0,0,.1) 35%, rgba(0,0,0,.46)),
    var(--bg);
  color: var(--white);
}
.hero::before {
  content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,8,7,.95) 0%, rgba(10,8,7,.92) 42%, rgba(10,8,7,.14) 72%, rgba(10,8,7,.38) 100%);
}
.hero::after {
  content: ""; position: absolute; right: -8%; top: 6%; width: 48%; height: 82%; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.10), transparent 62%); filter: blur(10px); opacity: .45;
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1.1fr .95fr 220px; gap: 24px; align-items: end; padding: 72px 0 0; min-height: 780px; }
.hero-copy { max-width: 520px; align-self: center; padding: 40px 0 110px; }
.hero-copy .eyebrow { color: rgba(255,255,255,.72); }
.hero h1 { font-size: clamp(4rem, 6.6vw, 7rem); letter-spacing: -.04em; }
.hero-description { margin-top: 26px; max-width: 510px; color: rgba(255,255,255,.80); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.secondary-action { display: inline-flex; align-items: center; gap: 14px; color: rgba(255,255,255,.86); font-size: 14px; }
.round-arrow { width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); display: grid; place-items: center; }
.hero-mini-grid { display: flex; gap: 22px; padding-top: 42px; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-mini-grid div { display: grid; gap: 2px; }
.hero-mini-grid span { text-transform: uppercase; font-size: 12px; letter-spacing: .22em; color: var(--white); }
.hero-mini-grid small { color: rgba(255,255,255,.62); font-size: 12px; }
.hero-portrait { position: relative; z-index: 1; align-self: end; min-height: 700px; overflow: hidden; }
.hero-portrait img {
  width: min(720px, 160%); height: auto; max-width: none; position: absolute; bottom: -245px; left: 50%; transform: translateX(-49%); filter: brightness(.82) contrast(1.08) sepia(.08) drop-shadow(0 32px 60px rgba(0,0,0,.4));
  -webkit-mask-image: radial-gradient(ellipse 92% 94% at 50% 46%, #000 58%, transparent 100%);
  mask-image: radial-gradient(ellipse 92% 94% at 50% 46%, #000 58%, transparent 100%);
}
.hero-portrait::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(90deg, rgba(15,10,8,.58), transparent 18%, transparent 78%, rgba(15,10,8,.65)), linear-gradient(180deg, rgba(15,10,8,.28), transparent 26%, transparent 76%, rgba(15,10,8,.35)); }
.hero-note {
  align-self: center; justify-self: end; padding-bottom: 70px; color: rgba(255,242,230,.82); max-width: 190px;
}
.hero-note-statement { margin-top: 90px; font-family: "EB Garamond", serif; font-size: 32px; line-height: 1.04; }
.hero-note-statement em { color: var(--gold); font-style: italic; }
.small-rule { display: block; width: 54px; height: 1px; background: rgba(255,255,255,.35); margin: 24px 0 18px; }
.tiny-label { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.64); }

.method-section, .about-section, .faq-section { background: linear-gradient(180deg, #f6f1ea, #efe7dc); }
.method-layout, .about-layout, .faq-layout { padding: 92px 0; }
.method-layout {
  display: grid; grid-template-columns: 1.1fr 1.5fr; gap: 56px; align-items: start;
}
.method-intro h2, .about-copy h2, .faq-intro h2 { font-size: clamp(3rem, 4.2vw, 4.5rem); color: #1d120f; }
.method-kicker { margin: 14px 0 18px; font-family: "EB Garamond", serif; font-style: italic; font-size: 28px; color: var(--gold-2); }
.method-intro p:last-of-type, .faq-intro p { color: var(--text-soft); font-size: 17px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 22px; color: var(--gold-2); font-weight: 600; }
.method-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-left: 1px solid var(--line-dark);
}
.feature-card {
  padding: 12px 24px 8px; border-right: 1px solid var(--line-dark); display: grid; justify-items: center; text-align: center; gap: 14px;
}
.feature-card .icon { width: 38px; height: 38px; color: var(--gold-2); }
.feature-card h3 { font-family: Inter, sans-serif; font-size: 15px; text-transform: uppercase; letter-spacing: .12em; line-height: 1.35; }
.feature-card p { color: var(--text-soft); font-size: 14px; }

.care-section, .journey-section, .cta-section, .site-footer {
  position: relative; color: var(--white); background:
    radial-gradient(circle at 12% 20%, rgba(173,104,53,.18), transparent 30%),
    radial-gradient(circle at 84% 66%, rgba(173,104,53,.14), transparent 26%),
    linear-gradient(135deg, rgba(0,0,0,.2), rgba(0,0,0,.05)),
    var(--bg);
}
.care-section::before, .journey-section::before, .cta-section::before {
  content: ""; position: absolute; inset: 0; background-image: linear-gradient(135deg, transparent 0 68%, rgba(202,145,105,.06) 68% 69%, transparent 69% 100%); pointer-events: none;
}
.care-layout { padding: 88px 0; display: grid; grid-template-columns: 1.1fr 1.9fr; gap: 38px; align-items: start; }
.care-copy h2 { font-size: clamp(3rem, 4.6vw, 4.7rem); max-width: 420px; }
.care-copy p { margin-top: 18px; max-width: 440px; color: rgba(255,255,255,.76); }
.care-copy .button { margin-top: 28px; }
.care-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.care-card {
  border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.02); border-radius: 18px; overflow: hidden;
}
.care-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.care-card div { padding: 18px; }
.care-card h3 { font-size: 18px; line-height: 1.05; margin-bottom: 8px; }
.care-card p { color: rgba(255,255,255,.68); font-size: 14px; }

.about-layout { display: grid; grid-template-columns: .95fr 1.1fr .9fr; gap: 36px; align-items: center; }
.about-photo-wrap { border-radius: 0; overflow: hidden; }
.about-photo { width: 100%; aspect-ratio: 1/1.05; object-fit: cover; filter: grayscale(1) contrast(1.04); }
.about-copy p:not(.eyebrow):not(.quote-inline):not(.tiny-label) { margin-top: 22px; color: var(--text-soft); font-size: 17px; max-width: 520px; }
.quote-inline { margin-top: 24px; font-family: "EB Garamond", serif; font-size: 30px; line-height: 1.08; color: var(--gold-2); }
.about-highlights ul { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 16px; color: var(--text-soft); }
.about-highlights li { position: relative; padding-left: 20px; }
.about-highlights li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-2); position: absolute; left: 0; top: .58em; }

.journey-layout { padding: 82px 0; display: grid; grid-template-columns: 1.08fr 1.7fr; gap: 44px; align-items: start; position: relative; }
.journey-copy h2 { font-size: clamp(3rem, 4.5vw, 4.9rem); }
.journey-copy p { margin-top: 18px; color: rgba(255,255,255,.72); max-width: 420px; }
.text-link-light { color: #d6b08b; }
.journey-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.journey-steps article { position: relative; padding-left: 0; }
.journey-steps article::before { content: ""; position: absolute; left: 84px; right: -10px; top: 18px; height: 1px; background: rgba(255,255,255,.16); }
.journey-steps article:last-child::before { display: none; }
.journey-steps span {
  width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 50%; border: 1px solid rgba(214,176,139,.5); color: #f0d1b4; font-size: 18px; font-family: "EB Garamond", serif; margin-bottom: 18px;
}
.journey-steps h3 { font-family: Inter, sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: .12em; line-height: 1.35; margin-bottom: 8px; }
.journey-steps p { color: rgba(255,255,255,.7); font-size: 14px; }

.faq-layout { display: grid; grid-template-columns: .95fr 1.4fr; gap: 56px; }
.faq-grid { display: grid; gap: 10px; }
.faq-item {
  border-top: 1px solid var(--line-dark); padding: 0; background: transparent;
}
.faq-item:last-child { border-bottom: 1px solid var(--line-dark); }
.faq-item summary { list-style: none; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-weight: 500; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] summary .icon { transform: rotate(45deg); }
.faq-item .icon { color: var(--gold-2); }
.faq-answer { padding: 0 0 18px; color: var(--text-soft); }

.cta-layout { padding: 48px 0; display: grid; grid-template-columns: 1.2fr 1fr auto auto; gap: 28px; align-items: center; }
.cta-layout h2 { font-size: clamp(2.5rem, 4vw, 4.2rem); max-width: 450px; }
.cta-layout > p { color: rgba(255,255,255,.72); max-width: 340px; }
.cta-script { font-family: "EB Garamond", serif; font-style: italic; font-size: 54px; color: var(--gold); white-space: nowrap; }

.site-footer { border-top: 1px solid rgba(255,255,255,.08); }
.footer-top, .footer-bottom { display: grid; gap: 28px; align-items: center; }
.footer-top { padding: 32px 0 20px; grid-template-columns: auto 1fr auto; }
.footer-brand img { width: 210px; }
.footer-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; color: rgba(255,255,255,.72); font-size: 14px; }
.footer-socials { display: flex; gap: 10px; justify-self: end; }
.footer-socials .icon-button, .footer-socials a { color: var(--white); }
.footer-socials a { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); }
.footer-bottom { padding: 16px 0 36px; border-top: 1px solid rgba(255,255,255,.08); grid-template-columns: 1fr auto; color: rgba(255,255,255,.72); }
.footer-meta { text-align: right; display: grid; gap: 6px; }
.footer-meta p { display: flex; justify-content: flex-end; gap: 8px; align-items: center; }
.disclaimer { display: block; margin-top: 8px; color: rgba(255,255,255,.52); }

.mobile-contact-bar { position: fixed; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); z-index: 30; }
.mobile-contact-bar .button { width: 100%; justify-content: center; }
.mobile-menu, .contact-dialog {
  border: 1px solid rgba(255,255,255,.08); border-radius: 24px; background: #fbf6ef; color: var(--text); width: min(92vw, 440px); padding: 24px; box-shadow: var(--shadow);
}
.mobile-menu::backdrop, .contact-dialog::backdrop { background: rgba(0,0,0,.5); }
.mobile-menu-header, .mobile-menu-footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.mobile-menu nav { display: grid; gap: 14px; margin: 20px 0; }
.mobile-menu nav a { padding: 8px 0; border-bottom: 1px solid var(--line-dark); }
.mobile-menu-footer { align-items: end; flex-direction: column; }
.mobile-menu-footer p { font-family: "EB Garamond", serif; font-size: 30px; line-height: 1; }
.contact-dialog { width: min(94vw, 760px); display: grid; grid-template-columns: 200px 1fr; gap: 26px; }
.dialog-close { position: absolute; top: 18px; right: 18px; color: var(--text); border-color: rgba(0,0,0,.1); }
.dialog-identity img { border-radius: 20px; aspect-ratio: 2/3; object-fit: cover; }
.configuration-note { margin: 16px 0 22px; padding: 14px 16px; border-radius: 16px; background: #f2e6d7; color: #744725; }
#contact-form { display: grid; gap: 12px; }
#contact-form input, #contact-form select {
  width: 100%; padding: 14px 16px; border-radius: 14px; border: 1px solid #d8cab9; background: #fff;
}
.form-intro, .form-note, .form-privacy, #form-status { color: var(--text-soft); }
.noscript-message { padding: 16px; text-align: center; background: #2d1f18; color: #fff; }
.site-header.is-stuck { box-shadow: 0 12px 42px rgba(0,0,0,.22); }

/* Preserve the approved editorial composition on laptops and tablets in landscape.
   The former 1100px breakpoint pushed Camila's portrait below the fold, making
   the live page read like a different layout from the approved mockup. */
@media (min-width: 901px) and (max-width: 1100px) {
  .container { width: min(100% - 32px, 1200px); }
  .header-inner { min-height: 76px; grid-template-columns: auto 1fr auto; gap: 14px; }
  .brand img { width: 188px; }
  .desktop-nav { gap: 13px; font-size: 11px; }
  .header-cta { padding: 11px 14px; font-size: 12px; }
  .hero-inner { grid-template-columns: minmax(0, 1.1fr) minmax(260px, .95fr) 126px; gap: 14px; padding-top: 36px; min-height: 680px; }
  .hero-copy { padding: 26px 0 76px; }
  .hero h1 { font-size: clamp(3.45rem, 6.2vw, 4.8rem); }
  .hero-description { max-width: 430px; font-size: 15px; }
  .hero-actions { gap: 12px; margin-top: 22px; }
  .hero-mini-grid { gap: 13px; margin-top: 30px; padding-top: 28px; }
  .hero-mini-grid span { font-size: 10px; }
  .hero-mini-grid small { font-size: 10px; }
  .hero-portrait { min-height: 640px; }
  .hero-portrait img { width: min(680px, 165%); bottom: -215px; }
  .hero-note { max-width: 126px; padding-bottom: 50px; }
  .hero-note .eyebrow, .tiny-label { font-size: 10px; letter-spacing: .16em; }
  .hero-note-statement { margin-top: 52px; font-size: 21px; }
}

@media (max-width: 900px) {
  .header-inner { grid-template-columns: auto 1fr auto auto; }
  .desktop-nav { gap: 18px; font-size: 13px; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 48px; min-height: auto; }
  .hero-copy { max-width: none; padding: 24px 0 0; }
  .hero-portrait { order: 3; min-height: 520px; }
  .hero-note { order: 2; max-width: none; padding-bottom: 0; display: grid; grid-template-columns: 160px 1fr; gap: 24px; align-items: end; }
  .hero-note-statement { margin-top: 0; }
  .method-layout, .care-layout, .about-layout, .journey-layout, .faq-layout, .cta-layout, .footer-top, .footer-bottom { grid-template-columns: 1fr; }
  .method-grid, .care-cards, .journey-steps { grid-template-columns: repeat(2, 1fr); }
  .footer-meta { text-align: left; }
  .footer-meta p { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 560px); }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: inline-grid; }
  .header-inner { grid-template-columns: auto 1fr auto; min-height: 78px; }
  .brand img { width: 180px; }
  .hero-inner { padding: 28px 0 0; gap: 26px; }
  .hero h1 { font-size: clamp(2.9rem, 15vw, 4.8rem); }
  .hero h1 em { margin-top: 8px; }
  .hero-description { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
  .hero-portrait { min-height: 480px; }
  .hero-portrait img { width: 118%; left: 52%; bottom: -110px; }
  .hero-note { grid-template-columns: 1fr; gap: 18px; }
  .hero-note-statement { font-size: 26px; }
  .method-layout, .about-layout, .faq-layout, .care-layout, .journey-layout, .cta-layout { padding: 70px 0; gap: 28px; }
  .method-grid, .care-cards, .journey-steps { grid-template-columns: 1fr; }
  .feature-card { border-left: 0; border-right: 0; border-top: 1px solid var(--line-dark); padding: 20px 0; }
  .method-grid { border-left: 0; }
  .care-card { display: grid; grid-template-columns: 92px 1fr; align-items: stretch; }
  .care-card img { aspect-ratio: auto; height: 100%; }
  .about-photo { aspect-ratio: 4/4.8; }
  .journey-steps article::before { display: none; }
  .cta-layout { padding: 38px 0; }
  .cta-script { font-size: 42px; }
  .footer-top { padding-top: 28px; }
  .contact-dialog { grid-template-columns: 1fr; padding-top: 56px; }
  .dialog-identity { display: grid; grid-template-columns: 120px 1fr; gap: 16px; align-items: center; }
}
