:root {
  --ink: #0f172a;
  --muted: #5d6b82;
  --soft: #f8fafc;
  --panel: #ffffff;
  --border: #e2e8f0;
  --navy: #111827;
  --navy-2: #1e293b;
  --accent: #c8a45d;
  --radius: 28px;
  --shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--soft);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; }
.brand { display: flex; align-items: center; gap: 14px; min-width: max-content; }
.brand img { width: 50px; height: 50px; object-fit: contain; }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; letter-spacing: .06em; font-size: 21px; }
.brand small { display: block; text-transform: uppercase; letter-spacing: .22em; color: var(--muted); font-size: 10px; margin-top: -2px; }
.main-nav { display: flex; gap: 30px; color: #334155; font-size: 15px; font-weight: 600; }
.main-nav a:hover { color: var(--ink); }
.nav-cta, .button, .contact-form button { border-radius: 999px; font-weight: 750; transition: .2s ease; }
.nav-cta { background: var(--ink); color: white; padding: 10px 20px; }
.nav-cta:hover, .contact-form button:hover { background: var(--navy-2); transform: translateY(-1px); }
.menu-button { display: none; border: 1px solid var(--border); background: white; border-radius: 999px; padding: 8px 14px; font-weight: 700; }

.hero {
  position: relative;
  color: white;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 34%), linear-gradient(135deg, #020617 0%, #0f172a 54%, #1e293b 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: center; padding: 105px 0; }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .32em; color: #cbd5e1; font-size: 12px; font-weight: 800; }
.eyebrow.dark { color: #64748b; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(42px, 7vw, 72px); letter-spacing: -.04em; max-width: 850px; }
h2 { font-size: clamp(34px, 4.5vw, 48px); letter-spacing: -.035em; }
h3 { font-size: 26px; }
.hero-text { color: #e2e8f0; max-width: 720px; font-size: 19px; margin: 26px 0 34px; }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; }
.button { padding: 13px 28px; display: inline-flex; justify-content: center; }
.button.primary { background: white; color: var(--ink); }
.button.primary:hover { background: #f1f5f9; transform: translateY(-1px); }
.button.secondary { border: 1px solid rgba(255,255,255,.35); color: white; }
.button.secondary:hover { background: rgba(255,255,255,.09); }
.hero-card { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.20); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.hero-card h2 { font-size: 30px; margin-bottom: 22px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.check-list li { position: relative; padding-left: 32px; color: #f8fafc; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; width: 20px; height: 20px; display: grid; place-items: center; font-size: 12px; }

.section { padding: 88px 0; }
.section-intro { max-width: 760px; margin-bottom: 42px; }
.section-intro p, .split-grid p, .contact-card p { color: var(--muted); font-size: 17px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card, .soft-panel, .contact-card, .table-wrap { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 18px 42px rgba(15, 23, 42, .06); }
.service-card { padding: 30px; }
.service-card p { color: var(--muted); margin-bottom: 0; }
.icon { width: 52px; height: 52px; border-radius: 18px; background: #f1f5f9; display: grid; place-items: center; font-size: 24px; margin-bottom: 22px; }
.split-section { background: white; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.soft-panel { background: #f8fafc; padding: 34px; }
.table-wrap { overflow: hidden; margin-top: 28px; }
table { width: 100%; border-collapse: collapse; background: white; }
caption { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
th, td { padding: 18px 22px; text-align: left; border-bottom: 1px solid var(--border); }
th { width: 52%; font-weight: 750; }
tr:last-child th, tr:last-child td { border-bottom: 0; }

.notice-section { background: #020617; color: white; padding: 72px 0; }
.notice-grid { display: grid; grid-template-columns: 72px 1fr; gap: 34px; align-items: start; }
.notice-icon { width: 58px; height: 58px; border-radius: 20px; border: 1px solid rgba(255,255,255,.25); display: grid; place-items: center; color: #dbeafe; font-size: 28px; }
.notice-section p { color: #dbe4ef; font-size: 17px; max-width: 980px; }

.contact-card { padding: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 54px; }
.contact-lines { display: grid; gap: 14px; margin-top: 28px; font-weight: 650; }
.contact-lines a:hover { color: #475569; }
.contact-form { display: grid; gap: 12px; }
.contact-form label { font-size: 13px; font-weight: 750; color: #475569; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--border); border-radius: 18px; padding: 13px 15px; font: inherit; background: #fff; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(200,164,93,.28); border-color: var(--accent); }
.contact-form button { border: 0; background: var(--ink); color: white; padding: 14px 20px; cursor: pointer; font: inherit; }
.form-note { font-size: 12px !important; margin: 0; color: #64748b !important; }
.site-footer { background: white; border-top: 1px solid var(--border); }
.footer-wrap { display: flex; justify-content: space-between; gap: 20px; padding: 26px 0; color: #64748b; font-size: 14px; }

.reveal { animation: rise .75s ease both; }
.delay { animation-delay: .15s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 880px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { flex-wrap: wrap; }
  .menu-button { display: inline-flex; margin-left: auto; }
  .main-nav, .nav-cta { display: none; width: 100%; }
  .main-nav.open { display: grid; gap: 12px; padding: 12px 0 2px; }
  .nav-cta.open { display: inline-flex; width: fit-content; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 8px; letter-spacing: .15em; }
  .hero-grid, .cards, .split-grid, .contact-card, .notice-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 72px 0; }
  .section { padding: 64px 0; }
  .contact-card { padding: 26px; }
  th, td { display: block; width: 100%; padding: 12px 16px; }
  th { padding-bottom: 2px; }
  td { padding-top: 2px; }
}
