:root {
  --ink: #27313b;
  --ink-soft: #596572;
  --cream: #faf8f3;
  --paper: #fffdf9;
  --blue: #95b6da;
  --blue-deep: #678bb5;
  --gold: #b9893f;
  --gold-light: #dec791;
  --olive: #66705f;
  --wine: #3f222c;
  --line: rgba(39, 49, 59, 0.13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid rgba(39, 49, 59, .1);
  box-shadow: 0 8px 30px rgba(35, 41, 49, .06);
  backdrop-filter: blur(12px);
}

.nav-wrap { height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }

.brand {
  width: 154px;
  height: 92px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: transparent;
}

.brand img { width: 100%; height: 100%; object-fit: contain; }

.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a { color: #44515d; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; transition: .25s; }
.desktop-nav a:hover { color: var(--gold); }

.header-cta {
  min-height: 45px;
  padding: 0 18px;
  border: 1px solid #c79c55;
  background: linear-gradient(135deg, #d8bd83, #b9873e);
  color: #30251f;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: .25s;
}
.header-cta:hover { background: var(--wine); border-color: var(--wine); color: #fff; }

.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; width: 44px; height: 44px; cursor: pointer; display: grid; place-content: center; gap: 7px; border: 1px solid rgba(39,49,59,.2); }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 20px; height: 1px; background: var(--ink); display: block; }
.mobile-menu nav { position: absolute; right: 0; top: 52px; background: #fff; color: var(--ink); min-width: 260px; padding: 20px; box-shadow: 0 24px 60px rgba(0,0,0,.18); display: grid; gap: 4px; }
.mobile-menu nav a { padding: 12px 10px; border-bottom: 1px solid var(--line); font-size: 14px; }

.hero {
  min-height: 860px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 12% 8%, rgba(180, 126, 95, .22), transparent 31%),
    linear-gradient(120deg, #321922 0%, #47232e 48%, #24151c 100%);
  color: #fff;
  padding: 72px 0 82px;
}

.hero::before {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(216, 190, 135, .14);
  border-radius: 50%;
  left: -280px;
  bottom: -250px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: linear-gradient(90deg, black, transparent 60%);
}

.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.glow-one { width: 420px; height: 420px; right: 6%; top: 12%; background: rgba(214, 169, 101, .09); }
.glow-two { width: 300px; height: 300px; left: 40%; bottom: -130px; background: rgba(124, 157, 191, .08); }

.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 72px; }
.hero-copy { padding-top: 0; }

.eyebrow { margin: 0 0 23px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; display: flex; align-items: center; gap: 12px; color: var(--gold-light); }
.eyebrow > span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--gold); }
.eyebrow.light { color: #e9d6a7; }
.eyebrow.centered { justify-content: center; }

.hero h1, .section h2, .final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.04em;
}

.hero h1 { font-size: clamp(55px, 6vw, 88px); line-height: .98; max-width: 740px; }
.hero h1 em { color: var(--blue); font-weight: 400; }
.hero-lead { max-width: 600px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }

.button { min-height: 58px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #d8bd83, #b9873e); color: #2e2020; box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.button-light { background: #fff; color: var(--wine); }

.text-link { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.28); padding-bottom: 7px; }
.text-link span { color: var(--blue); }
.dark-link { color: var(--ink); border-color: rgba(39,49,59,.28); }

.credentials { display: grid; grid-template-columns: .55fr 1.45fr; gap: 28px; max-width: 600px; margin-top: 45px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); }
.credentials div { display: grid; gap: 7px; }
.credentials strong { color: var(--gold-light); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.credentials span { color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.5; }

.hero-visual { position: relative; width: 100%; max-width: 500px; justify-self: end; margin-top: 0; }
.portrait-frame { height: 625px; overflow: hidden; position: relative; border-radius: 250px 250px 24px 24px; border: 1px solid rgba(255,255,255,.22); box-shadow: 0 35px 80px rgba(0,0,0,.35); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(30,15,20,.45), transparent 45%); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }

.availability-card { position: absolute; left: -54px; bottom: 45px; z-index: 3; background: rgba(255,253,249,.96); color: var(--ink); width: 280px; padding: 19px 20px; display: flex; align-items: flex-start; gap: 14px; box-shadow: 0 20px 55px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.status-dot { width: 10px; height: 10px; margin-top: 4px; border-radius: 50%; background: #72a674; box-shadow: 0 0 0 5px rgba(114,166,116,.15); }
.availability-card div { display: grid; gap: 5px; }
.availability-card small { color: var(--gold); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.availability-card strong { font-family: Georgia, serif; font-size: 15px; line-height: 1.35; font-weight: 400; }
.signature { position: absolute; right: -15px; top: 40px; z-index: 3; color: #fff; font-family: Georgia, serif; font-style: italic; font-size: 25px; transform: rotate(4deg); text-shadow: 0 2px 18px rgba(0,0,0,.5); }
.signature span { color: var(--gold-light); }

.scroll-note { position: absolute; z-index: 3; left: 32px; bottom: 40px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-note i { font-style: normal; font-size: 18px; color: var(--gold-light); }

.intro-strip { background: #f2eee5; border-bottom: 1px solid var(--line); }
.strip-grid { min-height: 83px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.strip-grid p { margin: 0; font-family: Georgia, serif; font-size: 15px; color: #4c555e; }
.strip-grid span { color: var(--gold); font-size: 11px; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.about-left { display: grid; gap: 48px; }
.about-title h2, .section-heading h2, .journey-copy h2, .faq-heading h2 { font-size: clamp(43px, 5vw, 66px); line-height: 1.07; }
.about-title h2 { max-width: 500px; }
.about-media { margin: 0; width: 100%; background: #f3efe6; padding: 14px; box-shadow: 0 28px 65px rgba(51, 41, 36, .14); }
.about-media img { width: 100%; height: auto; object-fit: contain; }
.about-copy { border-left: 1px solid var(--line); padding-left: 62px; }
.about-copy > p { color: var(--ink-soft); font-size: 16px; line-height: 1.85; margin: 0 0 22px; }
.about-copy .lead-paragraph { font-family: Georgia, serif; color: var(--ink); font-size: 25px; line-height: 1.55; }
.mini-quote { margin-top: 38px; padding: 28px 30px; background: #f3f5f3; border-left: 3px solid var(--blue); display: flex; gap: 18px; }
.mini-quote span { font-family: Georgia, serif; color: var(--gold); font-size: 52px; line-height: .8; }
.mini-quote p { margin: 0; font-family: Georgia, serif; font-style: italic; line-height: 1.55; color: #4d5b66; }

.services { background: #f2efe7; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; margin-bottom: 58px; }
.section-heading > p { margin: 0 0 5px; color: var(--ink-soft); line-height: 1.75; max-width: 450px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(39,49,59,.12); border: 1px solid rgba(39,49,59,.12); }
.service-card { min-height: 360px; padding: 28px; background: #f8f6f0; transition: background .3s, transform .3s; }
.service-card:hover { background: #fff; transform: translateY(-5px); }
.service-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 86px; color: var(--gold); }
.service-top span { font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.service-top i { width: 35px; height: 35px; border: 1px solid rgba(39,49,59,.16); border-radius: 50%; display: grid; place-items: center; font-style: normal; color: var(--blue-deep); }
.service-card h3 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.15; }
.service-card p { color: var(--ink-soft); font-size: 13px; line-height: 1.75; margin: 0; }

.online { background: var(--paper); }
.online-card { min-height: 680px; background: linear-gradient(135deg, #506275 0%, #718aa2 100%); display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; color: #fff; }
.online-photo { background: #f7f4ed; padding: 22px; display: flex; align-items: center; justify-content: center; }
.online-photo img { width: 100%; height: 100%; max-height: 640px; object-fit: contain; box-shadow: 0 18px 45px rgba(25, 32, 40, .17); }
.online-copy { padding: 78px 72px; background: rgba(31,42,54,.18); }
.online-copy h2 { font-size: clamp(44px, 4.6vw, 66px); line-height: 1.05; max-width: 600px; }
.online-copy > p { max-width: 590px; margin: 25px 0; color: rgba(255,255,255,.75); line-height: 1.8; }
.online-copy ul { list-style: none; padding: 0; margin: 28px 0 34px; display: grid; gap: 13px; }
.online-copy li { display: flex; align-items: center; gap: 12px; font-size: 14px; color: rgba(255,255,255,.9); }
.online-copy li span { color: #efd9a6; }

.journey { background: #eef2f3; }
.journey-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }
.journey-copy > p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.85; margin: 27px 0 30px; max-width: 520px; }
.journey-steps { border-top: 1px solid var(--line); }
.journey-steps article { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.journey-steps article > span { width: 38px; height: 38px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-family: Georgia, serif; }
.journey-steps h3 { margin: 0 0 7px; font-family: Georgia, serif; font-weight: 400; font-size: 21px; }
.journey-steps p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; align-items: start; }
.faq-heading > p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.75; max-width: 390px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0 4px; }
.faq-list summary { list-style: none; cursor: pointer; padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-family: Georgia, serif; font-size: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: Arial, sans-serif; font-size: 23px; font-weight: 300; color: var(--gold); transition: .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -8px 50px 28px 0; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }

.final-cta { background: var(--wine); color: #fff; text-align: center; padding: 104px 0; position: relative; overflow: hidden; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.final-cta::before { left: -190px; top: -190px; }
.final-cta::after { right: -190px; bottom: -190px; }
.final-inner { position: relative; z-index: 2; display: flex; align-items: center; flex-direction: column; }
.final-cta h2 { font-size: clamp(44px, 5.4vw, 70px); line-height: 1.05; max-width: 860px; }
.final-cta .final-inner > p:not(.eyebrow) { color: rgba(255,255,255,.7); margin: 25px 0 33px; }
.final-cta .phone { display: block; margin-top: 18px; color: var(--gold-light); font-family: Georgia, serif; font-size: 17px; }

footer { background: #f4f1ea; }
.footer-main { min-height: 190px; display: grid; grid-template-columns: 270px 1fr auto; gap: 65px; align-items: center; }
.footer-main img { width: 170px; height: 140px; object-fit: contain; }
.footer-main p { max-width: 430px; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.footer-links { display: flex; align-items: center; gap: 25px; }
.footer-links a { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid var(--line); padding-bottom: 7px; }
.footer-bottom { border-top: 1px solid var(--line); min-height: 64px; display: flex; align-items: center; justify-content: space-between; color: #7b838b; font-size: 11px; }

.floating-whatsapp { position: fixed; z-index: 50; right: 22px; bottom: 22px; min-height: 50px; padding: 0 18px 0 13px; background: #3e8c68; color: #fff; border-radius: 30px; box-shadow: 0 13px 38px rgba(27,65,47,.3); display: flex; align-items: center; gap: 9px; font-size: 12px; transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp > span { width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); display: grid; place-items: center; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .header-cta { margin-left: auto; }
  .hero { min-height: auto; padding: 65px 0 80px; }
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 38px; }
  .hero h1 { font-size: clamp(49px, 7vw, 68px); }
  .portrait-frame { height: 540px; }
  .availability-card { left: -25px; width: 245px; }
  .about-grid, .faq-grid { gap: 60px; }
  .section-heading { gap: 55px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 300px; }
  .service-top { margin-bottom: 50px; }
  .online-copy { padding: 65px 45px; }
  .journey-grid { gap: 70px; }
  .footer-main { grid-template-columns: 220px 1fr; gap: 30px; padding: 36px 0; }
  .footer-links { grid-column: 2; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 620px); }
  .section { padding: 78px 0; }
  .nav-wrap { height: 88px; gap: 12px; }
  .brand { width: 112px; height: 82px; }
  .header-cta { display: none; }
  .mobile-menu { margin-left: auto; }
  .hero { padding: 52px 0 66px; align-items: flex-start; }
  .hero::after { opacity: .05; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { padding-top: 24px; }
  .hero h1 { font-size: clamp(46px, 14vw, 65px); }
  .hero-lead { font-size: 15px; line-height: 1.65; margin-top: 24px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; margin-top: 28px; }
  .button { width: 100%; }
  .text-link { width: max-content; }
  .credentials { margin-top: 32px; grid-template-columns: 1fr; gap: 17px; }
  .hero-visual { max-width: none; margin: 0; }
  .portrait-frame { height: 520px; border-radius: 220px 220px 20px 20px; }
  .portrait-frame img { object-position: center 18%; }
  .availability-card { left: 12px; right: 12px; bottom: 18px; width: auto; }
  .signature { top: 30px; right: 8px; font-size: 21px; }
  .scroll-note { display: none; }
  .strip-grid { min-height: 70px; overflow: hidden; justify-content: flex-start; white-space: nowrap; }
  .strip-grid p:nth-of-type(n+3), .strip-grid span:nth-of-type(n+3) { display: none; }
  .about-grid, .section-heading, .journey-grid, .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .about-left { gap: 36px; }
  .about-title h2, .section-heading h2, .journey-copy h2, .faq-heading h2 { font-size: 43px; }
  .about-copy { border-left: 0; padding-left: 0; }
  .about-copy .lead-paragraph { font-size: 22px; }
  .mini-quote { padding: 24px 20px; }
  .section-heading { margin-bottom: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 26px 24px 30px; }
  .service-top { margin-bottom: 34px; }
  .online { padding-left: 0; padding-right: 0; }
  .online-card { width: 100%; grid-template-columns: 1fr; }
  .online-photo { padding: 14px; }
  .online-photo img { width: 100%; height: auto; max-height: none; }
  .online-copy { padding: 48px 26px; }
  .online-copy h2 { font-size: 44px; }
  .journey-steps article { grid-template-columns: 42px 1fr; }
  .faq-list summary { font-size: 18px; padding: 23px 0; }
  .final-cta { padding: 82px 0; }
  .final-cta h2 { font-size: 45px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; text-align: center; justify-items: center; padding: 45px 0; }
  .footer-main img { width: 145px; height: 130px; }
  .footer-links { grid-column: 1; }
  .footer-bottom { flex-direction: column; justify-content: center; gap: 7px; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
