:root {
  --wine: #8f1729;
  --wine-dark: #62101c;
  --graphite: #17191b;
  --steel: #b8bdc2;
  --mist: #e9e8e5;
  --paper: #f7f7f4;
  --white: #ffffff;
  --display: "Space Grotesk", sans-serif;
  --body: "Manrope", sans-serif;
  --utility: "IBM Plex Mono", monospace;
  --page: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--graphite); font-family: var(--body); line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #d89928; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 12px 18px; background: var(--white); color: var(--graphite); }
.skip-link:focus { top: 16px; }

.site-header { width: var(--page); height: 92px; margin: 0 auto; display: grid; grid-template-columns: 240px 1fr auto; align-items: center; gap: 28px; position: relative; z-index: 20; }
.brand img { width: 220px; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 42px); font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--wine); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 24px; background: var(--wine); color: var(--white); font-size: 14px; font-weight: 700; border: 1px solid var(--wine); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--wine-dark); }
.button-small { min-height: 46px; padding: 0 20px; }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: calc(100vh - 92px); width: var(--page); margin: 0 auto; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(30px, 5vw, 82px); padding: 56px 0 92px; position: relative; }
.eyebrow, .section-label, .service-index, .path-time { font-family: var(--utility); text-transform: uppercase; letter-spacing: .11em; font-size: 12px; }
.eyebrow { color: var(--wine); font-weight: 500; }
h1, h2, h3 { font-family: var(--display); margin: 0; letter-spacing: -.045em; }
h1 { font-size: clamp(58px, 7vw, 104px); line-height: .87; font-weight: 600; max-width: 720px; }
h1 span { color: var(--wine); }
.hero-lead { max-width: 610px; font-size: clamp(17px, 1.6vw, 21px); margin: 36px 0 34px; color: #45494d; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-actions p { margin: 0; padding-left: 26px; border-left: 1px solid var(--steel); font-family: var(--utility); font-size: 12px; }
.hero-actions strong { font: 700 26px var(--display); color: var(--wine); }
.hero-actions span { color: #6b6e71; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 540px); }
.hero-visual::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--steel); z-index: -1; }
.hero-visual img { width: 100%; height: clamp(440px, 57vw, 680px); object-fit: cover; filter: saturate(.74) contrast(1.04); }
.balance-card { position: absolute; left: -66px; bottom: 38px; background: var(--graphite); color: var(--white); display: flex; align-items: center; gap: 10px; padding: 15px 20px; font: 500 10px var(--utility); letter-spacing: .08em; text-transform: uppercase; }
.balance-card i { width: 22px; height: 1px; background: var(--wine); }
.ledger-line { position: absolute; left: 0; right: 0; bottom: 34px; height: 1px; background: var(--steel); overflow: hidden; }
.ledger-line span { display: block; width: 18%; height: 3px; background: var(--wine); transform: translateX(-100%); animation: ledger 1.3s .4s cubic-bezier(.2,.75,.25,1) forwards; }
@keyframes ledger { to { transform: translateX(455%); } }

.trust-band { background: var(--graphite); color: var(--white); display: grid; grid-template-columns: repeat(3, 1fr); padding: 28px max(24px, calc((100vw - 1180px) / 2)); gap: 28px; }
.trust-band p { margin: 0; display: flex; align-items: center; gap: 18px; font-weight: 600; }
.trust-band span { font: 500 11px var(--utility); color: #d26c7a; }
.section { width: var(--page); margin: 0 auto; padding: clamp(88px, 11vw, 150px) 0; }
.section-label { border-top: 1px solid var(--steel); padding-top: 16px; display: flex; justify-content: space-between; color: #666a6e; margin-bottom: 58px; }
.section-label span { color: var(--wine); }
.section-label b { font-weight: 500; }
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
h2 { font-size: clamp(42px, 5vw, 72px); line-height: .98; font-weight: 600; }
.about-copy { border-left: 3px solid var(--wine); padding-left: 30px; font-size: 18px; color: #4d5155; }
.about-copy p:first-child { margin-top: 0; }
.about-copy p:last-child { margin-bottom: 0; }

.services { padding-top: 40px; }
.services-intro { display: grid; grid-template-columns: 1fr .55fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.services-intro p { margin: 0; color: #5c6063; max-width: 410px; }
.service-list { border-top: 1px solid var(--graphite); }
.service-item { border-bottom: 1px solid var(--steel); }
.service-item summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 20px; padding: 32px 0; }
.service-item summary::-webkit-details-marker { display: none; }
.service-index { color: var(--wine); }
.service-item h3 { font-size: clamp(28px, 4vw, 48px); font-weight: 500; }
.summary-action { font: 500 11px var(--utility); text-transform: uppercase; letter-spacing: .08em; }
.summary-action::after { content: " +"; color: var(--wine); }
.service-item[open] .summary-action::after { content: " −"; }
.service-content { padding: 0 0 44px 160px; }
.service-content ul { columns: 2; column-gap: 50px; padding: 0; margin: 0 0 34px; list-style: none; }
.service-content li { break-inside: avoid; padding: 10px 0 10px 18px; border-bottom: 1px solid #dbdad6; position: relative; font-size: 14px; }
.service-content li::before { content: ""; position: absolute; left: 0; top: 18px; width: 6px; height: 6px; background: var(--wine); }
.text-cta { color: var(--wine); font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.service-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 46px; }
.service-groups div { padding: 18px 0; border-bottom: 1px solid #dbdad6; }
.service-groups h4 { margin: 0 0 5px; font: 600 17px var(--display); }
.service-groups p { margin: 0; font-size: 14px; color: #5c6063; }
.service-groups .text-cta { margin-top: 34px; justify-self: start; }

.paths { width: 100%; max-width: none; background: var(--graphite); color: var(--white); padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: max(24px, calc((100vw - 1180px) / 2)); }
.paths .section-label { border-color: #4c5053; color: #aeb3b7; }
.paths .section-label span { color: #d86e7d; }
.paths-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #4c5053; }
.path-card { min-height: 380px; padding: 38px; border-right: 1px solid #4c5053; display: flex; flex-direction: column; }
.path-card:last-child { border: 0; }
.path-card.featured { background: var(--wine); transform: translateY(-16px); min-height: 412px; }
.path-time { color: #c6cace; }
.featured .path-time { color: #ffd6db; }
.path-card h3 { font-size: 34px; margin: 72px 0 16px; }
.path-card p:not(.path-time) { color: #bec2c5; }
.featured p:not(.path-time) { color: #f2d8dc; }
.path-card a { margin-top: auto; font-weight: 700; color: #e78996; }
.featured a { color: var(--white); }
.paths-note { color: #9da2a6; font-size: 13px; margin: 30px 0 0; }

.reviews { display: grid; grid-template-columns: .55fr 1fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.review-score { position: sticky; top: 40px; border-top: 7px solid var(--wine); padding-top: 22px; }
.review-score strong { display: block; font: 600 clamp(110px, 15vw, 190px)/.85 var(--display); letter-spacing: -.08em; }
.review-score span { color: var(--wine); letter-spacing: .22em; font-size: 19px; }
.review-score p { font: 500 12px var(--utility); text-transform: uppercase; letter-spacing: .08em; }
.review-copy h2 { margin: 22px 0 62px; }
.quotes blockquote { margin: 0; padding: 27px 0; border-top: 1px solid var(--steel); font: 500 clamp(24px, 3vw, 37px)/1.15 var(--display); letter-spacing: -.03em; }
.quotes blockquote:last-child { border-bottom: 1px solid var(--steel); }
.review-context { color: #65696d; max-width: 650px; margin-top: 30px; }

.contact { width: 100%; max-width: none; background: #e5e3df; display: grid; grid-template-columns: 1fr 1fr; padding: 0; }
.contact-copy { padding: clamp(70px, 8vw, 120px) max(24px, calc((100vw - 1180px) / 2)); padding-right: 7vw; }
.contact-copy h2 { margin: 22px 0 36px; }
.contact-copy > p:not(.eyebrow) { font-size: 18px; }
.contact-lines { display: flex; flex-direction: column; gap: 7px; margin: 30px 0; font-weight: 700; }
.map-wrap { min-height: 650px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 650px; border: 0; filter: grayscale(1) contrast(.9); }
footer { background: var(--graphite); color: var(--white); padding: 64px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 240px 1fr auto; gap: 30px; align-items: center; }
footer img { width: 220px; }
footer p { color: #b8bdc2; }
footer div { display: flex; gap: 24px; }
footer small { grid-column: 1 / -1; border-top: 1px solid #3b3e40; padding-top: 24px; color: #7e8387; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 30; width: 58px; height: 58px; border-radius: 50%; background: var(--wine); color: var(--white); display: grid; place-items: center; font: 700 12px var(--utility); box-shadow: 0 10px 32px rgba(0,0,0,.25); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --page: min(100% - 32px, 720px); }
  .site-header { height: 78px; grid-template-columns: 1fr auto; }
  .brand img { width: 180px; }
  .desktop-nav, .site-header > .button { display: none; }
  .menu-toggle { display: flex; width: 46px; height: 46px; border: 0; background: var(--graphite); flex-direction: column; justify-content: center; gap: 6px; padding: 0 12px; }
  .menu-toggle span { height: 2px; background: var(--white); width: 100%; }
  .mobile-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 22px; background: var(--graphite); color: var(--white); flex-direction: column; gap: 18px; }
  .mobile-nav.open { display: flex; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 52px 0 90px; }
  .hero-copy { position: relative; z-index: 2; }
  h1 { font-size: clamp(54px, 14vw, 82px); }
  .hero-visual { width: calc(100% - 26px); margin-top: 30px; }
  .hero-visual img { height: 520px; }
  .balance-card { left: -12px; }
  .trust-band { grid-template-columns: 1fr; gap: 16px; }
  .about-grid, .services-intro, .reviews, .contact { grid-template-columns: 1fr; }
  .services-intro { gap: 26px; }
  .service-item summary { grid-template-columns: 90px 1fr; }
  .summary-action { display: none; }
  .service-content { padding-left: 0; }
  .path-card { padding: 28px; }
  .review-score { position: static; }
  .contact-copy { padding-right: 24px; }
  .map-wrap, .map-wrap iframe { min-height: 420px; }
  footer { grid-template-columns: 1fr 1fr; }
  footer p { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions p { border-left: 0; border-top: 1px solid var(--steel); padding: 15px 0 0; }
  .hero-visual img { height: 400px; }
  .balance-card { left: 8px; right: 8px; justify-content: center; }
  .about-grid { gap: 32px; }
  .about-copy { padding-left: 20px; }
  .service-item summary { grid-template-columns: 1fr; gap: 7px; }
  .service-content ul { columns: 1; }
  .service-groups { grid-template-columns: 1fr; }
  .paths-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 330px; border-right: 0; border-bottom: 1px solid #4c5053; }
  .path-card.featured { transform: none; min-height: 350px; }
  .review-score strong { font-size: 118px; }
  footer { grid-template-columns: 1fr; }
  footer small { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
