:root {
  --bg: #0b0b0b;
  --bg-soft: #121212;
  --panel: rgba(17, 17, 17, 0.82);
  --panel-strong: rgba(10, 10, 10, 0.94);
  --text: #f2ece0;
  --muted: rgba(242, 236, 224, 0.72);
  --line: rgba(212, 175, 108, 0.28);
  --gold-1: #6e5125;
  --gold-2: #b48a43;
  --gold-3: #e8d2a0;
  --gold-4: #8d6730;
  --gold-gradient: linear-gradient(135deg, var(--gold-1), var(--gold-2) 35%, var(--gold-3) 52%, var(--gold-2) 68%, var(--gold-4));
  --shadow-gold: 0 0 30px rgba(212, 175, 108, 0.08);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(212, 175, 108, 0.08), transparent 26%),
    linear-gradient(180deg, #0a0a0a 0%, #0b0b0b 60%, #080808 100%);
  font-family: var(--sans);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 90%);
  opacity: 0.22;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0;
}

.section-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
}

.section-label,
.eyebrow,
.panel-kicker,
.topbar-name,
.topbar-link,
.hero-areas,
.metric span,
.footer small {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-label,
.eyebrow,
.panel-kicker {
  color: rgba(232, 210, 160, 0.8);
  font-size: 0.72rem;
}

.line,
.hero-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  flex: 1;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-content: start;
  padding: 28px 20px 50px;
}

.hero-bg,
.hero-bg > div {
  position: absolute;
  inset: 0;
}

.hero-bg {
  overflow: hidden;
}

.hero-plate {
  background:
    radial-gradient(circle at 50% 30%, rgba(232, 210, 160, 0.18), transparent 22%),
    linear-gradient(135deg, rgba(232, 210, 160, 0.05), transparent 40%),
    linear-gradient(125deg, rgba(255, 255, 255, 0.04), transparent 26%),
    linear-gradient(180deg, rgba(6, 6, 6, 0.35), rgba(6, 6, 6, 0.85)),
    linear-gradient(145deg, #151515 0%, #080808 42%, #101010 100%);
  filter: blur(18px) saturate(0.85);
  transform: scale(1.08);
}

.hero-plate::before,
.hero-plate::after {
  content: "";
  position: absolute;
  inset: 16% 14%;
  border: 1px solid rgba(232, 210, 160, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.hero-plate::after {
  inset: 22% 18%;
  border-color: rgba(232, 210, 160, 0.09);
}

.hero-glow {
  background:
    radial-gradient(circle at center, rgba(232, 210, 160, 0.12), transparent 18%),
    radial-gradient(circle at 50% 18%, rgba(232, 210, 160, 0.08), transparent 16%);
}

.hero-noise {
  opacity: 0.13;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.9) 0.7px, transparent 0.7px),
    radial-gradient(rgba(255, 255, 255, 0.5) 0.5px, transparent 0.5px);
  background-size: 9px 9px, 13px 13px;
  background-position: 0 0, 3px 4px;
  mix-blend-mode: soft-light;
}

.topbar {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 36px;
}

.topbar-name,
.topbar-link {
  font-size: 0.7rem;
  color: var(--muted);
}

.topbar-link {
  transition: color 180ms ease, text-shadow 180ms ease;
}

.topbar-link:hover {
  color: var(--gold-3);
  text-shadow: 0 0 18px rgba(232, 210, 160, 0.22);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  margin: auto;
  text-align: center;
  padding: 70px 0 40px;
}

.brand-mark {
  width: 88px;
  height: 88px;
  margin: 0 auto 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(232, 210, 160, 0.08), rgba(232, 210, 160, 0.02));
  border: 1px solid rgba(232, 210, 160, 0.16);
  box-shadow: inset 0 0 14px rgba(232, 210, 160, 0.05), 0 0 50px rgba(212, 175, 108, 0.06);
}

.brand-mark svg {
  width: 56px;
  height: 56px;
  fill: none;
  stroke: url(#gold-stroke);
  stroke: #d8be84;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero h1,
.positioning h2,
.practice-panel h3,
.method h3,
.contact h2 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.02;
}

.hero h1 {
  max-width: none;
  margin: 0 auto 18px;
  font-size: clamp(3.4rem, 8vw, 6.2rem);
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-text {
  max-width: 680px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-subtitle {
  margin: 0 auto 18px;
  color: rgba(232, 210, 160, 0.82);
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-divider {
  width: min(540px, 100%);
  margin: 34px auto 20px;
}

.hero-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  color: rgba(242, 236, 224, 0.6);
  font-size: 0.72rem;
}

.hero-areas span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(232, 210, 160, 0.5);
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(232, 210, 160, 0.22);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    background 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  border-color: rgba(232, 210, 160, 0.44);
  box-shadow: 0 0 24px rgba(232, 210, 160, 0.09);
}

.btn-primary {
  color: #1a1408;
  font-weight: 600;
  background: var(--gold-gradient);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 12px 30px rgba(0, 0, 0, 0.36);
}

.btn-ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.015);
  backdrop-filter: blur(8px);
}

.positioning-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 44px;
  align-items: end;
}

.positioning h2,
.contact h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.positioning-copy p,
.contact-copy p,
.practice-panel p,
.step p {
  color: var(--muted);
  line-height: 1.8;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.metric {
  padding: 24px 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent);
}

.metric strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 500;
  color: #e7d4ac;
}

.metric span {
  font-size: 0.68rem;
  color: rgba(242, 236, 224, 0.6);
}

.practice-layout {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.practice-list {
  display: grid;
}

.practice-item {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: rgba(242, 236, 224, 0.8);
  text-align: left;
  cursor: pointer;
}

.practice-item:last-child {
  border-bottom: 1px solid var(--line);
}

.practice-item span {
  color: rgba(232, 210, 160, 0.5);
  font-size: 0.74rem;
  letter-spacing: 0.2em;
}

.practice-item strong {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 500;
}

.practice-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(232, 210, 160, 0.9), transparent);
  transition: right 260ms ease;
}

.practice-item:hover,
.practice-item.is-active {
  color: #f4ead4;
  text-shadow: 0 0 18px rgba(232, 210, 160, 0.08);
}

.practice-item:hover::after,
.practice-item.is-active::after {
  right: 16%;
}

.practice-panel-wrap {
  min-height: 320px;
  position: relative;
  padding: 38px;
  border: 1px solid rgba(232, 210, 160, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.008)),
    rgba(10, 10, 10, 0.58);
  box-shadow: var(--shadow-gold);
}

.practice-panel {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.practice-panel.is-active {
  opacity: 1;
  transform: translateY(0);
}

.practice-panel h3 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #ecd9b0;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step {
  padding: 28px 22px;
  min-height: 250px;
  border: 1px solid rgba(232, 210, 160, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 72%),
    rgba(255, 255, 255, 0.01);
}

.step-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(232, 210, 160, 0.14);
  border-radius: 50%;
}

.step-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #d4af6c;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  color: #ebd9b3;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.trust-band span {
  position: relative;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  color: #ead8b1;
}

.trust-band span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  width: 1px;
  height: 26px;
  background: rgba(232, 210, 160, 0.18);
  transform: translateY(-50%);
}

.location-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.location-copy {
  padding: 30px;
  border: 1px solid rgba(232, 210, 160, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 72%),
    rgba(255, 255, 255, 0.01);
}

.location-copy h2 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.06;
}

.location-copy p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.8;
}

.map-frame {
  min-height: 360px;
  border: 1px solid rgba(232, 210, 160, 0.18);
  background: rgba(10, 10, 10, 0.72);
  box-shadow: var(--shadow-gold);
  overflow: hidden;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  filter: grayscale(1) contrast(1.12) brightness(0.72) sepia(0.18);
}

.contact-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  padding: 36px;
  border: 1px solid rgba(232, 210, 160, 0.18);
  background:
    radial-gradient(circle at top right, rgba(232, 210, 160, 0.12), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    var(--panel-strong);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.phones {
  display: grid;
  gap: 12px;
  margin: 26px 0 26px;
}

.phones a {
  width: fit-content;
  color: #f0e5d1;
  transition: color 180ms ease, text-shadow 180ms ease;
}

.phones a:hover {
  color: #f3dfb7;
  text-shadow: 0 0 14px rgba(232, 210, 160, 0.16);
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  color: rgba(242, 236, 224, 0.8);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(232, 210, 160, 0.16);
  background: rgba(255, 255, 255, 0.025);
  color: var(--text);
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(232, 210, 160, 0.42);
  box-shadow: 0 0 0 3px rgba(212, 175, 108, 0.08);
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.submit {
  width: 100%;
}

.footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 10px 0 42px;
  text-align: center;
}

.footer p {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: 1.1rem;
  color: #e6d0a0;
}

.footer .line {
  margin-bottom: 18px;
}

.footer small {
  color: rgba(242, 236, 224, 0.46);
  font-size: 0.64rem;
}

@media (max-width: 1080px) {
  .positioning-grid,
  .practice-layout,
  .location-card,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .metrics,
  .method-grid,
  .trust-band {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .section {
    width: min(100% - 28px, 1180px);
    padding: 72px 0;
  }

  .hero {
    min-height: auto;
    padding-inline: 14px;
  }

  .topbar {
    padding-bottom: 16px;
  }

  .hero-content {
    padding-top: 46px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .hero-text {
    font-size: 0.98rem;
  }

  .metrics,
  .method-grid,
  .trust-band {
    grid-template-columns: 1fr;
  }

  .trust-band span:not(:last-child)::after {
    display: none;
  }

  .practice-panel-wrap,
  .contact-card {
    padding: 24px;
  }

  .practice-item {
    grid-template-columns: 32px 1fr;
    padding: 20px 0;
  }
}
