:root {
  --bg: #0a0908;
  --bg-soft: #12100e;
  --panel: rgba(20, 18, 15, 0.82);
  --panel-solid: #171411;
  --gold: #d4a964;
  --gold-light: #f1d29b;
  --gold-dark: #8d6735;
  --ivory: #f5efe4;
  --muted: #b7ad9f;
  --line: rgba(212, 169, 100, 0.28);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --radius: 22px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--ivory);
  background:
    radial-gradient(circle at 12% 0%, rgba(141, 103, 53, 0.18), transparent 24rem),
    radial-gradient(circle at 88% 22%, rgba(212, 169, 100, 0.09), transparent 30rem),
    var(--bg);
  font-family: var(--sans);
  line-height: 1.65;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.section-dark { background: rgba(255, 255, 255, 0.025); border-block: 1px solid var(--line); }
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: var(--serif); line-height: 1.14; margin-top: 0; }
h1 { font-size: clamp(3.15rem, 7vw, 6.5rem); letter-spacing: -0.045em; margin-bottom: 26px; }
h1 span { color: var(--gold-light); }
h2 { font-size: clamp(2.2rem, 4vw, 4.25rem); letter-spacing: -0.035em; margin-bottom: 24px; }
h3 { font-size: 1.4rem; }
p { color: var(--muted); }
.lead { color: var(--ivory); font-size: 1.22rem; }

.ambient { position: fixed; border-radius: 50%; filter: blur(80px); opacity: 0.16; pointer-events: none; z-index: -1; }
.ambient-one { width: 320px; height: 320px; background: var(--gold); top: 9%; left: -160px; }
.ambient-two { width: 420px; height: 420px; background: #68471f; right: -210px; top: 54%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(10, 9, 8, 0.8);
  border-bottom: 1px solid rgba(212, 169, 100, 0.16);
}
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 260px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand strong { display: block; font-family: var(--serif); color: var(--gold-light); font-size: 1.12rem; }
.brand small { display: block; color: var(--muted); letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.63rem; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { font-size: 0.88rem; color: #d6cdc0; transition: color 0.25s ease; }
.nav a:hover { color: var(--gold-light); }
.nav-cta { border: 1px solid var(--gold-dark); border-radius: 999px; padding: 10px 18px; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 27px; height: 2px; background: var(--gold-light); margin: 5px; }

.hero { padding: 104px 0 90px; min-height: calc(100vh - 86px); display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 76px; align-items: center; }
.hero-lead { font-size: 1.09rem; max-width: 690px; }
.counsel-name { margin: 18px 0 0; color: var(--gold-light); font-family: var(--serif); font-size: 1rem; letter-spacing: .025em; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 23px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #21170b; box-shadow: 0 12px 34px rgba(212, 169, 100, 0.2); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,0.03); color: var(--ivory); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-proof strong { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 1.03rem; }
.hero-proof span { color: var(--muted); font-size: 0.76rem; }
.hero-visual { position: relative; }
.image-frame { position: relative; padding: 10px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.01)); box-shadow: var(--shadow); }
.image-frame::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; background: linear-gradient(145deg, rgba(241,210,155,.42), transparent 35%, rgba(141,103,53,.32)); z-index: -1; }
.image-frame img { width: 100%; border-radius: 22px; aspect-ratio: 1141/638; object-fit: cover; }
.floating-seal { position: absolute; right: -18px; bottom: -32px; width: 190px; height: 190px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: rgba(10,9,8,.92); border: 1px solid var(--gold-dark); box-shadow: 0 20px 60px rgba(0,0,0,.55); }
.floating-seal::before { content: ""; position: absolute; inset: 10px; border-radius: 50%; border: 1px dashed rgba(212,169,100,.45); }
.floating-seal span { color: var(--muted); text-transform: uppercase; letter-spacing: .17em; font-size: .67rem; }
.floating-seal strong { display: block; max-width: 120px; color: var(--gold-light); font-family: var(--serif); font-size: 1.25rem; line-height: 1.18; }

.manifesto { padding: 48px 0; }
.manifesto-grid { display: grid; grid-template-columns: 90px 1fr; gap: 28px; align-items: center; }
.manifesto-mark { color: var(--gold); font-family: var(--serif); font-size: 7rem; line-height: 0.7; }
.quote-hi { color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.3rem, 2.4vw, 2.15rem); line-height: 1.5; margin: 0 0 9px; }
.quote-en { color: #ddd2c3; font-size: 1rem; margin: 0; font-style: italic; }

.two-column { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 90px; }
.section-heading p:not(.eyebrow) { max-width: 700px; }
.section-heading.centered { text-align: center; max-width: 850px; margin: 0 auto 54px; }
.section-heading.centered p { margin-inline: auto; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.principles article { padding: 24px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.principles span { color: var(--gold); font-size: .73rem; letter-spacing: .16em; }
.principles h3 { color: var(--ivory); margin: 14px 0 9px; font-size: 1.03rem; }
.principles p { font-size: .87rem; margin-bottom: 0; }

.practice-section { background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.006)); border-block: 1px solid rgba(212,169,100,.12); }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.practice-card { position: relative; min-height: 310px; padding: 30px; border-radius: var(--radius); border: 1px solid rgba(212,169,100,.18); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.014)); transition: transform .3s ease, border-color .3s ease, background .3s ease; overflow: hidden; }
.practice-card::after { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; background: rgba(212,169,100,.08); right: -60px; top: -60px; filter: blur(8px); }
.practice-card:hover { transform: translateY(-7px); border-color: rgba(241,210,155,.48); background: linear-gradient(145deg, rgba(212,169,100,.1), rgba(255,255,255,.02)); }
.practice-card.featured { background: linear-gradient(145deg, rgba(141,103,53,.3), rgba(20,18,15,.86)); }
.practice-card .icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; border: 1px solid var(--line); color: var(--gold-light); font-size: 1.45rem; margin-bottom: 28px; }
.practice-card h3 { color: var(--ivory); margin-bottom: 14px; }
.practice-card p { font-size: .94rem; }
.practice-card > span { display: block; margin-top: 22px; color: var(--gold); font-size: .73rem; letter-spacing: .09em; }

.approach-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.approach-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.approach-visual img { width: min(410px, 80%); position: relative; z-index: 2; filter: drop-shadow(0 30px 35px rgba(0,0,0,.55)); }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(212,169,100,.18); }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 360px; height: 360px; border-style: dashed; animation: spin 25s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.steps { display: grid; gap: 10px; margin-top: 34px; }
.steps article { display: grid; grid-template-columns: 54px 1fr; gap: 19px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.steps span { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--gold-dark); display: grid; place-items: center; color: var(--gold-light); font-size: .78rem; }
.steps h3 { margin: 0 0 6px; color: var(--ivory); font-size: 1.16rem; }
.steps p { margin: 0; font-size: .93rem; }

.wisdom-section { background: linear-gradient(180deg, #14110e, #0b0a09); border-block: 1px solid var(--line); }
.quote-slider { display: grid; grid-template-columns: 58px 1fr 58px; gap: 18px; align-items: center; max-width: 980px; margin: 0 auto; }
.quote-stage { min-height: 300px; display: grid; place-items: center; padding: 48px; border: 1px solid var(--line); border-radius: 26px; background: radial-gradient(circle at top, rgba(212,169,100,.09), transparent 55%), rgba(255,255,255,.02); text-align: center; box-shadow: var(--shadow); }
.wisdom { display: none; animation: fade .55s ease; }
.wisdom.active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
.slider-button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); color: var(--gold-light); background: rgba(255,255,255,.03); cursor: pointer; font-size: 1.2rem; transition: .2s ease; }
.slider-button:hover { background: var(--gold); color: #17100a; }

.consultation { padding-bottom: 130px; }
.consultation-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; padding: 58px; border-radius: 30px; border: 1px solid rgba(241,210,155,.34); background: linear-gradient(135deg, rgba(141,103,53,.25), rgba(18,16,14,.92) 52%); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.consultation-card::after { content: "§"; position: absolute; right: -15px; top: -80px; color: rgba(212,169,100,.055); font-family: var(--serif); font-size: 20rem; line-height: 1; }
.contact-actions { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.contact-detail { margin: 2px 0; font-size: .88rem; }
.contact-detail strong { color: var(--gold-light); }
.contact-detail em { color: #d7b277; font-size: .72rem; }

.footer { padding: 70px 0 28px; background: #070605; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.05fr .7fr 1.25fr; gap: 55px; }
.footer-brand { display: flex; gap: 16px; align-items: center; }
.footer-brand img { width: 76px; height: 76px; object-fit: contain; }
.footer-brand strong { display: block; font-family: var(--serif); color: var(--gold-light); font-size: 1.2rem; }
.footer-brand span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.footer h3 { color: var(--ivory); font-size: 1rem; }
.footer p { font-size: .82rem; margin: 6px 0; }
.footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(212,169,100,.13); display: flex; justify-content: space-between; gap: 20px; }
.footer-bottom a { color: var(--gold-light); font-size: .83rem; }

.floating-whatsapp { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #1a1208; font-weight: 900; box-shadow: 0 14px 36px rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.3); }

.disclaimer { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(3,3,3,.91); backdrop-filter: blur(12px); transition: opacity .35s ease, visibility .35s ease; }
.disclaimer.hidden { opacity: 0; visibility: hidden; }
.disclaimer-card { width: min(620px, 100%); padding: 42px; border-radius: 28px; border: 1px solid rgba(212,169,100,.35); background: linear-gradient(145deg, #1b1713, #0e0c0a); box-shadow: 0 30px 100px rgba(0,0,0,.7); text-align: center; }
.disclaimer-card img { width: 112px; height: 112px; object-fit: contain; margin: 0 auto 20px; }
.disclaimer-card h2 { font-size: 2rem; }
.disclaimer-card p { font-size: .93rem; }
.disclaimer-card .button { margin-top: 14px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero-grid, .two-column, .approach-grid, .consultation-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 58px; }
  .hero { padding-top: 70px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { max-width: 820px; }
  .two-column, .approach-grid { gap: 54px; }
  .approach-visual { min-height: 410px; }
  .principles, .practice-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .nav { position: fixed; top: 86px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 24px; border-radius: 20px; border: 1px solid var(--line); background: rgba(15,13,11,.98); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .menu-toggle { display: block; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 80px 0; }
  .brand { min-width: 0; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: .94rem; }
  .brand small { font-size: .53rem; }
  .hero { padding: 56px 0 78px; min-height: auto; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.4rem); }
  .hero-proof { grid-template-columns: 1fr; }
  .floating-seal { width: 150px; height: 150px; right: 12px; bottom: -58px; }
  .manifesto { padding-top: 86px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 0; }
  .manifesto-mark { font-size: 5rem; }
  .principles, .practice-grid { grid-template-columns: 1fr; }
  .approach-visual { min-height: 330px; }
  .orbit-one { width: 330px; height: 330px; }
  .orbit-two { width: 255px; height: 255px; }
  .quote-slider { grid-template-columns: 1fr; }
  .slider-button { display: none; }
  .quote-stage { min-height: 390px; padding: 30px 22px; }
  .consultation-card { padding: 34px 24px; gap: 34px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .disclaimer-card { padding: 28px 22px; }
}

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