:root {
  --bg: #07111f;
  --bg-soft: #0b1728;
  --panel: rgba(17, 31, 50, 0.82);
  --panel-strong: #111f32;
  --text: #f4f0e6;
  --muted: #aeb9c8;
  --gold: #c8a56a;
  --gold-light: #edd8ad;
  --line: rgba(200, 165, 106, 0.28);
  --white-line: rgba(255,255,255,0.08);
  --shadow: 0 28px 70px rgba(0,0,0,0.36);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 15% 15%, rgba(200,165,106,.08), transparent 30%),
    linear-gradient(180deg, #07111f 0%, #081321 52%, #06101d 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { width: 100%; height: 100%; fill: currentColor; }

.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section-pad { padding: 112px 0; position: relative; }
.ambient { position: fixed; width: 460px; height: 460px; border-radius: 50%; filter: blur(110px); pointer-events: none; opacity: .16; z-index: -1; }
.ambient-one { background: #c8a56a; top: -180px; right: -160px; }
.ambient-two { background: #385781; left: -220px; top: 52%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(7,17,31,.82);
  border-bottom: 1px solid var(--white-line);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  border: 1px solid var(--line); color: var(--gold-light); font-family: Georgia, serif;
  letter-spacing: .05em; border-radius: 50%; flex: 0 0 auto;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-weight: 500; }
.brand-copy small { margin-top: 5px; color: var(--muted); text-transform: uppercase; letter-spacing: .19em; font-size: .61rem; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { color: #dce3eb; font-size: .85rem; letter-spacing: .04em; position: relative; }
.main-nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -8px; background: var(--gold); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--text); }
.menu-toggle span { display: block; width: 24px; height: 1px; background: currentColor; margin: 5px 0; transition: .25s ease; }

.hero { padding-top: 96px; min-height: calc(100vh - 78px); display: flex; flex-direction: column; justify-content: center; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.eyebrow, .kicker { color: var(--gold-light); text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; font-weight: 700; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 24px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem, 6.6vw, 6.9rem); line-height: .93; font-weight: 400; letter-spacing: -.045em; }
h1 span { color: var(--gold-light); }
.hero-lead { font-size: clamp(1.05rem, 2vw, 1.35rem); color: #d8e0e8; letter-spacing: .055em; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 34px; }
.hero-pills span { padding: 10px 14px; border: 1px solid var(--white-line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.025); font-size: .85rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border-radius: 999px; font-size: .88rem; font-weight: 700; letter-spacing: .02em; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #0b1320; border: 1px solid var(--gold); }
.btn-primary:hover { background: var(--gold-light); border-color: var(--gold-light); }
.btn-secondary { border: 1px solid var(--line); color: var(--text); background: rgba(255,255,255,.02); }
.btn-secondary:hover { border-color: var(--gold); }

.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.hero-card {
  width: min(100%, 430px); aspect-ratio: .82; border-radius: 32px;
  padding: 26px; display: flex; flex-direction: column; justify-content: space-between;
  background: linear-gradient(145deg, rgba(24,42,65,.95), rgba(9,20,35,.96));
  border: 1px solid rgba(237,216,173,.18); box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.hero-card::before { content:""; position:absolute; inset: 1px; border-radius: 31px; background: radial-gradient(circle at 70% 20%, rgba(200,165,106,.15), transparent 30%); pointer-events:none; }
.hero-card::after { content:""; position:absolute; width: 250px; height: 250px; border: 1px solid rgba(200,165,106,.12); border-radius: 50%; right:-75px; bottom:40px; }
.hero-card-top, .hero-card-bottom { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.mini-label { color: var(--muted); text-transform: uppercase; letter-spacing: .16em; font-size: .66rem; }
.monogram { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: Georgia, serif; color: var(--gold-light); font-size: .8rem; }
.hero-card-bottom { flex-direction: column; gap: 5px; }
.hero-card-bottom strong { font-family: Georgia, serif; font-size: 1.6rem; font-weight: 400; }
.hero-card-bottom span { color: var(--muted); font-size: .86rem; }
.legal-symbol { width: 210px; height: 210px; position: relative; margin: auto; opacity: .92; }
.symbol-stem, .symbol-beam, .symbol-line, .symbol-base, .symbol-pan { position: absolute; }
.symbol-stem { width: 2px; height: 112px; background: var(--gold-light); left: 50%; top: 54px; transform: translateX(-50%); }
.symbol-beam { width: 136px; height: 2px; background: var(--gold-light); left: 50%; top: 74px; transform: translateX(-50%); }
.symbol-line { width: 34px; height: 34px; border: 2px solid var(--gold-light); border-radius: 50%; left: 50%; top: 20px; transform: translateX(-50%); }
.symbol-base { width: 78px; height: 2px; background: var(--gold-light); bottom: 33px; left: 50%; transform: translateX(-50%); box-shadow: 0 11px 0 var(--gold-light); }
.symbol-pan { width: 64px; height: 28px; border-bottom: 2px solid var(--gold-light); border-radius: 0 0 50% 50%; top: 101px; }
.pan-left { left: 10px; } .pan-right { right: 10px; }
.symbol-pan::before, .symbol-pan::after { content:""; position:absolute; width: 1px; height: 37px; background: var(--gold-light); top:-31px; }
.symbol-pan::before { left: 10px; transform: rotate(17deg); transform-origin: bottom; }
.symbol-pan::after { right: 10px; transform: rotate(-17deg); transform-origin: bottom; }
.experience-orbit { position: absolute; right: -14px; bottom: 26px; width: 148px; height: 148px; border-radius: 50%; background: var(--gold); color: #091321; display: grid; place-content: center; text-align: center; box-shadow: 0 18px 40px rgba(0,0,0,.28); }
.experience-orbit strong { font-family: Georgia, serif; font-size: 3rem; line-height: .8; }
.experience-orbit span { margin-top: 7px; font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.hero-strip { margin-top: 70px; padding: 24px 28px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); color: var(--muted); text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; }
.hero-strip i { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }

.section-heading { display: grid; grid-template-columns: 70px 1fr; gap: 20px; align-items: start; margin-bottom: 50px; }
.section-index { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); font-size: .72rem; }
.section-heading .kicker { margin: 4px 0 10px; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 4.5vw, 4.3rem); line-height: 1.02; letter-spacing: -.035em; font-weight: 400; margin-bottom: 0; }

.intro { background: linear-gradient(180deg, rgba(255,255,255,.015), transparent); }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.intro-grid .section-heading { grid-template-columns: 70px 1fr; margin: 0; }
.intro-panel { border-top: 1px solid var(--line); padding-top: 30px; }
.intro-name { font-family: Georgia, serif; font-size: 1.7rem; color: var(--gold-light); }
.intro-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.intro-facts > div { padding: 20px 0; border-top: 1px solid var(--white-line); }
.fact-label { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 9px; }
.intro-facts strong { font-size: 1rem; font-weight: 600; }

.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.area-card { min-height: 310px; padding: 24px; border-radius: var(--radius); border: 1px solid var(--white-line); background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); position: relative; overflow: hidden; transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.area-card::after { content:""; position:absolute; width:170px; height:170px; border:1px solid rgba(200,165,106,.10); border-radius:50%; right:-70px; bottom:-50px; }
.area-card:hover { transform: translateY(-8px); border-color: var(--line); background: linear-gradient(180deg, rgba(200,165,106,.07), rgba(255,255,255,.015)); }
.area-no { color: var(--muted); font-size: .69rem; letter-spacing: .14em; }
.area-icon { margin-top: 58px; width: 64px; height: 64px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; color: var(--gold-light); font-size: 1.6rem; }
.area-card h3 { margin: 30px 0 18px; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 400; }
.area-line { display:block; width: 50px; height: 1px; background: var(--gold); }

.experience-box { min-height: 390px; border-radius: 34px; overflow: hidden; position: relative; display: grid; grid-template-columns: .7fr 1.6fr .7fr; align-items: center; gap: 30px; padding: 58px; background: var(--gold); color: #08121e; }
.experience-box::after { content:""; position:absolute; width:480px; height:480px; border:1px solid rgba(7,17,31,.16); border-radius:50%; right:-180px; top:-185px; }
.experience-number { font-family: Georgia, serif; font-size: clamp(7rem, 14vw, 12rem); line-height: .72; letter-spacing: -.08em; opacity: .95; }
.experience-copy { position: relative; z-index: 2; }
.experience-copy .kicker { color: rgba(8,18,30,.64); }
.experience-copy h2 { font-size: clamp(2.3rem, 4.5vw, 4.5rem); max-width: 670px; }
.experience-copy p:last-child { margin: 22px 0 0; font-weight: 700; }
.experience-side { position: relative; z-index: 2; text-align: right; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 800; }

.modality-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.modality-card { padding: 36px; min-height: 220px; border-radius: 28px; border: 1px solid var(--white-line); background: var(--panel); display: flex; align-items: center; gap: 28px; transition: border-color .3s ease, transform .3s ease; }
.modality-card:hover { border-color: var(--line); transform: translateY(-4px); }
.modality-icon { width: 82px; height: 82px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; padding: 24px; background: rgba(200,165,106,.1); color: var(--gold-light); border: 1px solid var(--line); }
.modality-card p { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; margin-bottom: 6px; }
.modality-card h3 { font-family: Georgia, serif; font-size: 2rem; font-weight: 400; margin-bottom: 6px; }
.modality-card div > span { color: var(--muted); }

.schedule-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 70px; }
.schedule-visual { min-height: 380px; display: grid; place-items: center; }
.clock-face { width: min(78vw, 340px); aspect-ratio: 1; border-radius: 50%; border: 1px solid var(--line); position: relative; box-shadow: inset 0 0 0 20px rgba(200,165,106,.03), 0 0 80px rgba(200,165,106,.06); }
.clock-face::before, .clock-face::after { content:""; position:absolute; background: var(--line); left:50%; top:14px; bottom:14px; width:1px; }
.clock-face::after { top:50%; left:14px; right:14px; width:auto; height:1px; bottom:auto; }
.clock-dot { position:absolute; width:12px; height:12px; border-radius:50%; background: var(--gold-light); left:50%; top:50%; transform:translate(-50%,-50%); z-index:3; }
.clock-hand { position:absolute; left:50%; top:50%; transform-origin: 0 50%; height:2px; background: var(--gold-light); }
.hand-one { width: 92px; transform: rotate(-88deg); }
.hand-two { width: 62px; transform: rotate(18deg); }
.schedule-copy .kicker { margin-bottom: 14px; }
.schedule-time { font-family: Georgia, serif; color: var(--gold-light); font-size: clamp(2rem, 4vw, 4.1rem); margin: 28px 0 0; }
.schedule-time span { color: var(--muted); }

.contact-box { padding: 58px; border-radius: 34px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 40px; background: linear-gradient(135deg, #111f32 0%, #0b1728 100%); border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-copy h2 { max-width: 760px; }
.contact-details { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.contact-details span { border: 1px solid var(--white-line); border-radius: 999px; padding: 9px 13px; color: var(--muted); font-size: .78rem; }
.contact-action { border-left: 1px solid var(--line); padding-left: 38px; display: flex; flex-direction: column; align-items: flex-start; }
.contact-action > span { color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; }
.phone { font-family: Georgia, serif; color: var(--gold-light); font-size: clamp(1.7rem, 3vw, 2.5rem); margin: 7px 0 22px; }

.site-footer { padding: 34px 0 44px; border-top: 1px solid var(--white-line); background: rgba(5,13,24,.75); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; color: var(--muted); font-size: .78rem; }
.footer-grid > div:first-child, .footer-right { display:flex; flex-direction:column; gap:4px; }
.footer-grid strong { color: var(--text); font-family: Georgia, serif; font-weight:400; font-size:1rem; }
.footer-center { text-align:center; }
.footer-right { text-align:right; align-items:flex-end; }
.footer-right a { color: var(--gold-light); }

.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; padding: 14px; background: #25D366; color: white; box-shadow: 0 12px 35px rgba(0,0,0,.32); transition: transform .25s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }

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

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

@media (max-width: 980px) {
  .section-pad { padding: 86px 0; }
  .hero { min-height: auto; padding-top: 82px; }
  .hero-grid, .intro-grid, .schedule-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 30px; }
  .hero-visual { min-height: 500px; }
  .intro-grid { gap: 42px; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-box { grid-template-columns: .7fr 1.3fr; }
  .experience-side { display: none; }
  .contact-box { grid-template-columns: 1fr; }
  .contact-action { border-left: 0; border-top: 1px solid var(--line); padding: 30px 0 0; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-right { align-items: center; text-align:center; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 70px; }
  .brand-copy strong { font-size: .9rem; }
  .menu-toggle { display: none; position: relative; z-index: 3; }
  .main-nav { flex-wrap: wrap; justify-content: flex-end; gap: 6px 14px; }
  .js .menu-toggle { display: block; }
  .js .main-nav { position: fixed; inset: 70px 0 auto 0; min-height: calc(100vh - 70px); padding: 42px 24px; background: rgba(7,17,31,.98); flex-direction: column; flex-wrap: nowrap; align-items: flex-start; justify-content: flex-start; gap: 0; transform: translateX(100%); opacity: 0; visibility: hidden; transition: .3s ease; border-top: 1px solid var(--white-line); }
  .js .main-nav.open { transform: translateX(0); opacity: 1; visibility: visible; }
  .main-nav a { width: 100%; padding: 20px 0; border-bottom: 1px solid var(--white-line); font-family: Georgia, serif; font-size: 1.7rem; }
  .main-nav a::after { display:none; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity:0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .hero { padding-top: 68px; }
  h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 430px; }
  .hero-card { width: min(92%, 370px); }
  .experience-orbit { right: 0; bottom: 0; width: 122px; height: 122px; }
  .experience-orbit strong { font-size: 2.55rem; }
  .hero-strip { overflow-x:auto; justify-content:flex-start; gap:20px; padding-inline:6px; scrollbar-width:none; }
  .hero-strip::-webkit-scrollbar { display:none; }
  .hero-strip span { flex:0 0 auto; }

  .section-heading { grid-template-columns: 52px 1fr; gap: 12px; }
  .section-index { width:42px; height:42px; }
  .intro-grid .section-heading { grid-template-columns: 52px 1fr; }
  .intro-facts { grid-template-columns: 1fr; gap: 0; }
  .area-grid, .modality-grid { grid-template-columns: 1fr; }
  .area-card { min-height: 250px; }
  .area-icon { margin-top: 36px; }
  .modality-card { min-height: 170px; padding: 28px; }

  .experience-box { padding: 42px 26px; grid-template-columns: 1fr; gap: 26px; min-height: 0; }
  .experience-number { font-size: 7rem; }
  .schedule-grid { gap: 34px; }
  .schedule-visual { min-height: 300px; }
  .contact-box { padding: 38px 24px; }
  .phone { font-size: 1.75rem; }
  .contact-action .btn { width: 100%; }
}

@media (max-width: 420px) {
  .brand-copy strong { max-width: 185px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .brand-mark { width: 38px; height: 38px; }
  .hero-card { padding: 22px; }
  .legal-symbol { transform: scale(.86); }
  .experience-orbit { width: 108px; height: 108px; }
  .modality-card { align-items:flex-start; }
  .modality-icon { width:64px; height:64px; padding:18px; }
}
