:root {
  --navy: #0b1424;
  --navy-2: #111f36;
  --navy-3: #183156;
  --gold: #a87900;
  --gold-soft: #b9902e;
  --gold-deep: #5f4100;
  --wine: #7f0000;
  --white: #ffffff;
  --cream: #f8f5ed;
  --ink: #121a2a;
  --muted: #667085;
  --line: rgba(18, 26, 42, .12);
  --shadow: 0 22px 60px rgba(11, 20, 36, .18);
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  background: var(--cream);
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 5000; padding: 10px 14px; color: var(--white); background: var(--navy); border-radius: 10px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: rgba(11, 20, 36, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(168, 121, 0, .28);
}
.header-inner { min-height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand {
  width: 218px;
  height: 90px;
  padding: 7px 12px;
  display: grid;
  place-items: center;
  overflow: hidden;
  flex: 0 0 auto;
  background: var(--white);
  border: 2px solid rgba(168, 121, 0, .76);
  border-radius: 17px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
}
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a { padding: 11px 12px; color: rgba(255, 255, 255, .82); font-weight: 800; font-size: .92rem; letter-spacing: .01em; border-radius: 999px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.main-nav a:hover { color: var(--white); background: rgba(255, 255, 255, .08); transform: translateY(-1px); }
.main-nav .nav-cta { color: var(--white); background: linear-gradient(135deg, var(--gold), var(--gold-deep)); box-shadow: 0 12px 24px rgba(122, 82, 0, .34); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(168, 121, 0, .36); border-radius: 14px; background: rgba(255,255,255,.06); cursor: pointer; }
.nav-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; background: var(--gold); border-radius: 999px; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: hidden; padding-top: 106px; color: var(--white); background: radial-gradient(circle at 76% 14%, rgba(168, 121, 0, .20), transparent 29%), linear-gradient(135deg, var(--navy), var(--navy-2)); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(168, 121, 0, .18) 0 22%, transparent 22% 100%); pointer-events: none; }
.hero-curve { position: absolute; border-radius: 999px; pointer-events: none; transform: rotate(16deg); }
.curve-one { width: 520px; height: 920px; right: 7%; top: -210px; border: 46px solid rgba(24, 49, 86, .75); }
.curve-two { width: 440px; height: 830px; right: 20%; top: -190px; border: 22px solid rgba(168, 121, 0, .40); }
.hero-grid { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 48px; padding-block: 92px; }
.eyebrow { margin: 0 0 18px; display: inline-flex; align-items: center; gap: 10px; color: var(--gold-soft); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 900; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; border-radius: 999px; }
.eyebrow-dark { color: var(--gold-deep); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.6rem, 7.5vw, 7.5rem); line-height: .92; font-weight: 500; letter-spacing: -.055em; }
h1 em { display: block; color: var(--gold-soft); font-style: normal; font-size: .42em; letter-spacing: .02em; margin-top: .16em; }
.hero-lead { max-width: 710px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 0; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; font-weight: 900; border: 0; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--gold), var(--gold-deep)); box-shadow: 0 16px 36px rgba(122, 82, 0, .34); }
.button-secondary { color: var(--white); border: 1px solid rgba(168, 121, 0, .50); background: rgba(255,255,255,.06); }
.button-dark { color: var(--white); background: var(--navy); box-shadow: 0 14px 34px rgba(0,0,0,.18); }
.hero-facts { display: grid; grid-template-columns: 1.45fr .8fr; gap: 12px; margin-top: 34px; }
.hero-facts article { padding: 18px 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.hero-facts strong { display: block; color: var(--gold-soft); margin-bottom: 5px; }
.hero-facts span { color: rgba(255,255,255,.75); }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 520px; }
.logo-panel { position: relative; z-index: 2; width: min(100%, 465px); padding: 28px; background: var(--white); border: 2px solid var(--gold); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.logo-panel img { width: 100%; object-fit: contain; }
.legal-card { position: absolute; right: 0; bottom: 32px; z-index: 3; width: 132px; height: 132px; display: grid; place-items: center; color: var(--white); background: linear-gradient(135deg, var(--gold), var(--gold-deep)); border-radius: 32px; box-shadow: 0 18px 44px rgba(0,0,0,.30); }
.legal-card svg { width: 76px; height: 76px; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.contact-strip { position: relative; z-index: 2; color: var(--white); background: linear-gradient(135deg, var(--gold), var(--gold-deep)); }
.contact-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.contact-strip a { min-height: 94px; padding: 18px; display: flex; flex-direction: column; justify-content: center; text-align: center; border-right: 1px solid rgba(255, 255, 255, .24); }
.contact-strip a:last-child { border-right: 0; }
.contact-strip span { font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; opacity: .68; }
.contact-strip strong { font-size: clamp(1.22rem, 2.4vw, 1.75rem); line-height: 1.12; }

.section { padding: 106px 0; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2, .schedule-copy h2, .gold-band h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.25rem, 4.5vw, 4.8rem); line-height: 1; font-weight: 500; letter-spacing: -.04em; }
.section-heading p, .schedule-copy p { color: var(--muted); font-size: 1.06rem; }
.services { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 280px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; color: var(--white); background: linear-gradient(155deg, var(--navy-2), var(--navy)); border: 1px solid rgba(168, 121, 0, .22); border-radius: var(--radius-lg); box-shadow: 0 16px 40px rgba(11,20,36,.10); }
.service-card::before { content: ""; position: absolute; width: 185px; height: 185px; right: -75px; top: -80px; border-radius: 50%; background: rgba(168, 121, 0, .16); }
.service-card::after { content: ""; position: absolute; inset: auto 24px 0; height: 5px; background: linear-gradient(90deg, var(--gold), var(--gold-deep)); border-radius: 999px 999px 0 0; }
.service-number { position: absolute; top: 24px; left: 24px; color: rgba(198,156,58,.64); font-family: Georgia, 'Times New Roman', serif; font-size: 3.6rem; line-height: 1; }
.service-card h3 { position: relative; margin: 0 0 12px; font-size: 1.35rem; line-height: 1.15; }
.service-card p, .service-card li { position: relative; margin: 0; color: rgba(255,255,255,.72); }
.service-wide { grid-column: span 2; }
.service-wide ul { position: relative; margin: 14px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.service-wide li { padding-left: 20px; }
.service-wide li::before { content: ""; position: absolute; width: 8px; height: 8px; margin-left: -18px; margin-top: .58em; border-radius: 50%; background: var(--gold); }

.gold-band { padding: 82px 0; color: var(--white); background: linear-gradient(135deg, var(--gold), var(--gold-deep)); }
.gold-band-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 38px; align-items: center; }
.gold-band .eyebrow { color: rgba(255,255,255,.86); }
.gold-band-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 16px; }
.plain-link { font-weight: 900; border-bottom: 2px solid rgba(11,20,36,.38); }
.schedule { background: var(--cream); }
.schedule-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; }
.schedule-card { position: relative; overflow: hidden; padding: 42px; color: var(--white); background: radial-gradient(circle at 92% 12%, rgba(168,121,0,.20), transparent 30%), var(--navy); border: 1px solid rgba(168,121,0,.28); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.clock { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 22px; color: var(--white); background: linear-gradient(135deg, var(--gold), var(--gold-deep)); }
.clock svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.time-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.time-row strong { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 500; line-height: .95; }
.time-row span, .time-divider { color: var(--gold-soft); text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.time-divider { margin-top: 18px; }
.schedule-card p { margin: 20px 0 0; color: rgba(255,255,255,.62); font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }

.contact { color: var(--white); background: radial-gradient(circle at 86% 18%, rgba(168,121,0,.18), transparent 28%), var(--navy); }
.contact-heading p { color: rgba(255,255,255,.65); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card { min-height: 228px; padding: 28px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.045); }
.contact-card span { color: var(--gold-soft); text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 900; }
.contact-card h3 { margin: 18px 0 0; line-height: 1.24; font-size: 1.18rem; }
.contact-card a:hover { color: var(--gold-soft); }
.contact-card-gold { color: var(--white); background: linear-gradient(135deg, var(--gold), var(--gold-deep)); border-color: transparent; }
.contact-card-gold span { color: rgba(255,255,255,.82); }
.contact-card-gold a:hover { color: var(--cream); }
.card-link { margin-top: auto; font-weight: 900; border-bottom: 2px solid rgba(11,20,36,.34); }
.site-footer { padding: 56px 0 24px; color: rgba(255,255,255,.70); background: #07101d; }
.footer-grid { display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 34px; padding-bottom: 32px; }
.footer-logo { width: 160px; height: 116px; padding: 8px; display: grid; place-items: center; overflow: hidden; background: var(--white); border: 1px solid rgba(168,121,0,.55); border-radius: 16px; }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; }
.site-footer h2 { margin: 0 0 8px; color: var(--white); font-family: Georgia, 'Times New Roman', serif; font-weight: 500; }
.site-footer p { margin: 0 0 4px; }
.site-footer a:hover { color: var(--gold-soft); }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.10); }
.footer-bottom a { color: var(--gold-soft); font-weight: 900; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 1100; min-height: 58px; padding: 0 18px; display: inline-flex; align-items: center; gap: 9px; color: var(--white); background: #20b55a; border: 3px solid rgba(255,255,255,.94); border-radius: 999px; box-shadow: 0 14px 34px rgba(0,0,0,.25); font-weight: 900; }
.whatsapp-float svg { width: 25px; height: 25px; fill: currentColor; }
.reveal { opacity: 1; transform: none; }
.animations-ready .reveal { animation: reveal-up .68s ease both; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 1040px) {
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 106px 0 auto; min-height: calc(100vh - 106px); padding: 32px 22px; flex-direction: column; align-items: stretch; gap: 8px; background: rgba(7,16,29,.98); transform: translateX(100%); transition: transform .25s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { padding: 15px; font-size: 1.06rem; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid, .schedule-grid, .gold-band-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-block: 78px; }
  .hero-visual { min-height: 430px; }
  .gold-band-actions { justify-content: flex-start; }
  .services-grid, .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 140px 1fr; }
  .footer-links { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
}
@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 92px; }
  .brand { width: 176px; height: 74px; padding: 5px 9px; }
  .main-nav { inset: 92px 0 auto; min-height: calc(100vh - 92px); }
  .hero { padding-top: 92px; }
  .hero-grid { min-height: auto; padding-block: 62px; gap: 28px; }
  h1 { font-size: clamp(3.2rem, 14vw, 4.7rem); }
  .hero-actions, .gold-band-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-facts, .contact-strip-grid, .services-grid, .contact-grid { grid-template-columns: 1fr; }
  .logo-panel { padding: 18px; }
  .legal-card { width: 102px; height: 102px; right: 4px; bottom: 0; border-radius: 24px; }
  .legal-card svg { width: 60px; height: 60px; }
  .contact-strip a { border-right: 0; border-bottom: 1px solid rgba(11,20,36,.16); }
  .contact-strip a:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .service-wide { grid-column: auto; }
  .service-wide ul { grid-template-columns: 1fr; }
  .schedule-card { padding: 30px 24px; }
  .time-row strong { font-size: clamp(2.55rem, 13vw, 4rem); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { width: 60px; height: 60px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .animations-ready .reveal { animation: none; opacity: 1; transform: none; }
}
