:root {
  --ink: #111820;
  --ink-soft: #1a2430;
  --paper: #f5f2ea;
  --paper-deep: #e9e2d3;
  --gold: #c9a86a;
  --gold-light: #e5d0a2;
  --white: #ffffff;
  --muted: #68717a;
  --line: rgba(17, 24, 32, 0.14);
  --shadow: 0 24px 70px rgba(5, 10, 15, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 100px 0; }
.page-shell { min-height: 100vh; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(245, 242, 234, 0.93);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.brand-mark {
  width: 50px; height: 50px; border: 1px solid var(--gold); border-radius: 50%;
  display: grid; place-items: center; font-weight: 700; letter-spacing: .06em; color: var(--gold);
  background: var(--ink);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 14px; letter-spacing: .12em; }
.brand-copy small { margin-top: 6px; font-family: Arial, sans-serif; color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a { position: relative; padding: 10px 0; }
.main-nav a::after { content: ''; position: absolute; left: 0; bottom: 4px; width: 0; height: 1px; background: var(--gold); transition: width .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; border-radius: 10px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s ease; }

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 80% 22%, rgba(201, 168, 106, .18), transparent 30%),
    linear-gradient(135deg, #f7f3e9 0%, #ede6d8 100%);
  overflow: hidden;
}
.hero-pattern { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(17,24,32,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(17,24,32,.04) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-block; font-family: Arial, sans-serif; color: #7a6540; font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 16px; }
.hero h1 { margin: 0; font-size: clamp(48px, 7vw, 92px); line-height: .96; letter-spacing: -.045em; max-width: 820px; }
.hero h1 span { display: block; color: #7c6742; }
.hero-lead { font-size: clamp(22px, 3vw, 32px); margin: 30px 0 8px; }
.hero-detail { max-width: 700px; margin: 0; color: #4f5961; font-family: Arial, sans-serif; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; font-family: Arial, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; border-radius: 3px; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--ink); color: var(--white); box-shadow: 0 12px 34px rgba(17,24,32,.18); }
.btn-primary:hover { background: #24303d; box-shadow: 0 16px 40px rgba(17,24,32,.24); }
.btn-ghost { border: 1px solid rgba(17,24,32,.25); }
.btn-ghost:hover { background: rgba(255,255,255,.55); }
.btn-block { width: 100%; margin-top: 24px; }
.hero-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 44px; max-width: 650px; }
.hero-meta div { border-top: 1px solid rgba(17,24,32,.18); padding-top: 16px; display: flex; flex-direction: column; gap: 4px; }
.hero-meta span, .trust-grid span, .contact-row span, .schedule-label, .schedule-time span { font-family: Arial, sans-serif; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.hero-meta strong { font-size: 16px; }

.hero-visual { display: flex; justify-content: center; }
.legal-emblem { position: relative; width: min(420px, 86vw); aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(145deg, #101621, #202c38); box-shadow: 0 40px 100px rgba(11,17,24,.26); color: var(--white); overflow: hidden; }
.emblem-ring { position: absolute; inset: 28px; border-radius: 50%; border: 1px solid rgba(229,208,162,.55); box-shadow: inset 0 0 0 18px rgba(255,255,255,.015); }
.legal-emblem::before { content: ''; position: absolute; width: 68%; height: 68%; border: 1px solid rgba(229,208,162,.2); border-radius: 50%; }
.legal-emblem p { position: absolute; bottom: 72px; margin: 0; font-size: 55px; color: var(--gold-light); line-height: 1; }
.legal-emblem > span { position: absolute; bottom: 45px; max-width: 220px; text-align: center; font-family: Arial, sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; color: rgba(255,255,255,.66); }
.scales { position: relative; width: 190px; height: 170px; transform: translateY(-32px); }
.beam { position: absolute; top: 34px; left: 13px; right: 13px; height: 4px; background: var(--gold-light); transform: rotate(-2deg); border-radius: 99px; }
.post { position: absolute; top: 15px; left: 50%; width: 5px; height: 116px; transform: translateX(-50%); background: linear-gradient(to bottom, var(--gold-light), #8e7344); border-radius: 99px; }
.post::before { content: ''; position: absolute; width: 13px; height: 13px; border: 3px solid var(--gold-light); border-radius: 50%; top: -8px; left: 50%; transform: translateX(-50%); }
.base { position: absolute; bottom: 23px; left: 50%; width: 82px; height: 5px; border-radius: 99px; transform: translateX(-50%); background: var(--gold-light); box-shadow: 0 14px 0 -1px var(--gold-light); }
.pan { position: absolute; top: 47px; width: 72px; height: 38px; border-bottom: 3px solid var(--gold-light); border-radius: 0 0 60px 60px; }
.pan::before, .pan::after { content: ''; position: absolute; top: -30px; width: 2px; height: 32px; background: var(--gold-light); transform-origin: bottom center; }
.pan::before { left: 13px; transform: rotate(15deg); }
.pan::after { right: 13px; transform: rotate(-15deg); }
.pan-left { left: 2px; }
.pan-right { right: 2px; }

.trust-strip { background: var(--ink); color: var(--white); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid div { padding: 30px 32px; border-right: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; gap: 5px; }
.trust-grid div:last-child { border-right: 0; }
.trust-grid span { color: rgba(255,255,255,.48); }
.trust-grid strong { font-size: 18px; color: var(--gold-light); }

.section-heading { max-width: 720px; margin-bottom: 46px; }
.section-heading h2, .profile-panel h2, .contact-copy h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.05; letter-spacing: -.03em; }
.section-heading p, .profile-panel p, .contact-copy p { margin: 18px 0 0; font-family: Arial, sans-serif; color: var(--muted); }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 280px; padding: 32px; background: rgba(255,255,255,.55); border: 1px solid rgba(17,24,32,.12); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); background: rgba(255,255,255,.9); }
.service-number { position: absolute; top: 22px; right: 24px; font-family: Arial, sans-serif; color: rgba(17,24,32,.18); font-size: 12px; letter-spacing: .16em; }
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: #8d7347; font-size: 28px; margin-bottom: 54px; }
.service-card h3 { margin: 0; font-size: 28px; }
.card-line { width: 48px; height: 2px; background: var(--gold); margin-top: 22px; transition: width .3s ease; }
.service-card:hover .card-line { width: 100%; }

.profile-section { background: #eae2d2; position: relative; overflow: hidden; }
.profile-section::before { content: ''; position: absolute; width: 460px; height: 460px; border-radius: 50%; border: 1px solid rgba(17,24,32,.08); right: -140px; top: -180px; }
.profile-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 36px; align-items: stretch; }
.profile-panel { padding: 60px; background: rgba(255,255,255,.55); border: 1px solid rgba(17,24,32,.1); }
.credential-card { margin-top: 36px; display: inline-flex; flex-direction: column; gap: 7px; padding: 18px 22px; background: var(--ink); color: var(--white); min-width: 250px; }
.credential-card span { font-family: Arial, sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.55); }
.credential-card strong { color: var(--gold-light); font-size: 24px; letter-spacing: .08em; }
.experience-panel { min-height: 390px; padding: 44px; background: var(--ink); color: var(--white); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.experience-number { font-size: clamp(90px, 14vw, 160px); line-height: .78; color: var(--gold-light); letter-spacing: -.08em; }
.experience-number span { font-size: .35em; vertical-align: top; margin-left: 6px; }
.experience-panel p { margin: 24px 0 0; font-size: 24px; max-width: 290px; line-height: 1.25; }
.experience-divider { width: 100%; height: 1px; background: rgba(255,255,255,.13); margin: 34px 0 18px; }
.experience-panel small { font-family: Arial, sans-serif; color: rgba(255,255,255,.55); letter-spacing: .14em; text-transform: uppercase; }

.schedule-wrap { max-width: 1000px; }
.schedule-card { display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid rgba(17,24,32,.14); background: rgba(255,255,255,.6); box-shadow: 0 20px 60px rgba(17,24,32,.08); }
.schedule-side, .schedule-time { padding: 46px; }
.schedule-side { background: var(--ink); color: var(--white); display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.schedule-side strong { font-size: 30px; color: var(--gold-light); line-height: 1.2; }
.schedule-label { color: rgba(255,255,255,.5); }
.schedule-time { display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.schedule-time strong { font-size: clamp(34px, 6vw, 62px); line-height: 1; }
.schedule-time i { font-style: normal; color: var(--gold); }

.contact-section { background: linear-gradient(135deg, #101621, #1a2530); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.contact-copy .eyebrow { color: var(--gold-light); }
.contact-copy p { color: rgba(255,255,255,.6); font-size: 17px; }
.contact-card { padding: 38px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.05); box-shadow: 0 25px 80px rgba(0,0,0,.2); }
.contact-row { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-row span { color: rgba(255,255,255,.45); }
.contact-row a, .contact-row strong { color: var(--white); font-size: 18px; text-align: right; }
.contact-card .btn-primary { background: var(--gold-light); color: var(--ink); }
.contact-card .btn-primary:hover { background: var(--white); }

.site-footer { background: #0b1017; color: var(--white); border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { min-height: 128px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner > div:first-child { display: flex; flex-direction: column; gap: 6px; }
.footer-inner > div:first-child strong { letter-spacing: .08em; }
.footer-inner > div:first-child span, .footer-info { color: rgba(255,255,255,.45); font-family: Arial, sans-serif; font-size: 12px; }
.footer-info { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 26px; }

.floating-call { position: fixed; right: 24px; bottom: 24px; z-index: 900; min-width: 76px; height: 62px; border-radius: 999px; background: var(--gold-light); color: var(--ink); display: flex; align-items: center; justify-content: center; gap: 7px; padding: 0 18px; box-shadow: 0 14px 40px rgba(0,0,0,.22); font-family: Arial, sans-serif; font-weight: 800; transition: transform .2s ease; }
.floating-call:hover { transform: translateY(-3px); }
.floating-call span { font-size: 22px; }
.floating-call small { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

@keyframes revealIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
.reveal { opacity: 1; transform: none; animation: revealIn .65s ease both; }

@media (max-width: 900px) {
  .section-pad { padding: 78px 0; }
  .main-nav { flex-wrap: wrap; justify-content: flex-end; gap: 14px; font-size: 12px; }
  html.js .menu-toggle { display: block; }
  html.js .main-nav { position: fixed; top: 82px; left: 0; right: 0; height: calc(100vh - 82px); background: rgba(245,242,234,.98); flex-direction: column; flex-wrap: nowrap; justify-content: center; gap: 32px; font-size: 16px; transform: translateX(100%); transition: transform .28s ease; }
  html.js .main-nav.open { transform: translateX(0); }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-grid, .profile-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; }
  .hero-visual { order: -1; }
  .legal-emblem { width: min(330px, 80vw); }
  .cards-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .schedule-card { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .trust-grid div:last-child { border-bottom: 0; }
  .footer-inner { padding: 30px 0; flex-direction: column; align-items: flex-start; }
  .footer-info { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 72px; }
  html.js .main-nav { top: 72px; height: calc(100vh - 72px); }
  .brand-mark { width: 42px; height: 42px; font-size: 13px; }
  .brand-copy strong { font-size: 11px; max-width: 180px; }
  .brand-copy small { font-size: 9px; }
  .hero h1 { font-size: clamp(44px, 16vw, 68px); }
  .hero-lead { font-size: 23px; }
  .hero-actions, .hero-meta { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; text-align: center; }
  .profile-panel, .experience-panel, .schedule-side, .schedule-time, .contact-card { padding: 28px; }
  .schedule-side strong { font-size: 25px; }
  .contact-row { flex-direction: column; gap: 8px; }
  .contact-row a, .contact-row strong { text-align: left; }
  .floating-call { right: 14px; bottom: 14px; min-width: 58px; height: 58px; padding: 0 17px; }
  .floating-call small { display: none; }
}

@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; }
}
