@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-400-latin-ext.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-400-latin.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-600-latin-ext.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-600-latin.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond-600-latin-ext.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond-600-latin.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ── Prestige Legal Consulting ----------------------------------------
   Palette taken from the brand mark: deep blue-black field, metallic gold.
   Gold is treated as a material, not a flat colour: headings and rules use
   a five-stop gradient that reads as a sheen, and light sources are implied
   with soft radial glows rather than hard shadows. ------------------- */

:root {
  --ink:        #05090F;
  --navy-900:   #070E20;
  --navy-800:   #0A1430;
  --navy-700:   #0E1D42;
  --navy-600:   #142755;

  --gold-deep:  #8A6A1F;
  --gold:       #D4AF37;
  --gold-light: #F3DE9B;
  --gold-pale:  #FFF6D8;

  --text:       #E9EDF6;
  --text-muted: #A3AEC6;
  --hairline:   rgba(212, 175, 55, 0.22);

  --metal: linear-gradient(118deg,
            #C08F2C 0%, #E3BE55 18%, #FFF6D8 46%, #E9C66A 68%, #C39A34 100%);
  --metal-h: linear-gradient(90deg,
            #C39A34 0%, #E3BE55 18%, #FFF6D8 50%, #E3BE55 82%, #C39A34 100%);

  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --step--1: clamp(0.83rem, 0.8rem + 0.15vw, 0.9rem);
  --step-0:  clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --step-1:  clamp(1.3rem, 1.2rem + 0.5vw, 1.6rem);
  --step-2:  clamp(1.8rem, 1.5rem + 1.1vw, 2.6rem);
  --step-3:  clamp(2.2rem, 1.7rem + 2.2vw, 3.6rem);

  --gutter: clamp(1rem, 5vw, 2rem);
  --measure: 66ch;
  --radius: 6px;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--text);
  background: var(--ink);
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

/* Metallic headings. The gradient is clipped to the glyphs; the colour
   declaration before it is the fallback wherever clipping is unsupported. */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 0.5em;
  color: var(--gold-light);
}
h1, h2 {
  background: var(--metal);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@supports not (background-clip: text) {
  h1, h2 { -webkit-text-fill-color: var(--gold-light); }
}
h1 { font-size: var(--step-3); letter-spacing: -0.01em; }
h2 { font-size: var(--step-2); }
h3 { font-size: var(--step-1); color: var(--gold-light); }
p { margin: 0 0 1rem; }
a { color: var(--gold-light); }
img, svg { max-width: 100%; height: auto; display: block; }

.wrap { width: min(100% - (var(--gutter) * 2), 1120px); margin-inline: auto; }
.wrap--narrow { width: min(100% - (var(--gutter) * 2), var(--measure)); margin-inline: auto; }
.section { padding-block: clamp(3.5rem, 9vw, 7rem); position: relative; }

/* Alternating fields, each with its own implied light source. */
.section--dark {
  background:
    radial-gradient(90rem 40rem at 80% -10%, rgba(20, 39, 85, 0.75), transparent 60%),
    var(--navy-800);
}
.section--deep {
  background:
    radial-gradient(70rem 36rem at 15% 0%, rgba(212, 175, 55, 0.07), transparent 62%),
    radial-gradient(80rem 40rem at 90% 100%, rgba(20, 39, 85, 0.6), transparent 60%),
    var(--navy-900);
}
/* Hairline rules that fade at both ends rather than stopping abruptly. */
.section + .section::before,
.section--dark::before, .section--deep::before {
  content: ""; position: absolute; inset-inline: 0; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--hairline) 18%,
              rgba(212,175,55,0.5) 50%, var(--hairline) 82%, transparent);
}

/* Buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.5rem; min-height: 50px; padding: 0.8rem 1.75rem;
  border-radius: var(--radius); font-weight: 600; text-decoration: none;
  border: 1px solid transparent; cursor: pointer; font-size: var(--step-0);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.btn--primary {
  background: var(--metal-h);
  color: #0B1020;
  -webkit-text-fill-color: #0B1020;
  box-shadow: 0 0 0 1px rgba(255, 246, 216, .35) inset,
              0 10px 30px -12px rgba(212, 175, 55, .8);
}
.btn--primary:hover { filter: brightness(1.08); transform: translateY(-1px); }
.btn--ghost {
  border-color: rgba(212, 175, 55, .55);
  color: var(--gold-light);
  background: rgba(212, 175, 55, .05);
}
.btn--ghost:hover {
  border-color: var(--gold-light);
  box-shadow: 0 0 24px -6px rgba(212, 175, 55, .55);
  transform: translateY(-1px);
}

:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }

.skip { position: absolute; left: -9999px; }
.skip:focus {
  left: var(--gutter); top: 0.5rem; z-index: 100;
  background: var(--gold); color: #0B1020; padding: 0.75rem 1rem;
}

/* Header ------------------------------------------------------------- */
.site-header {
  background: rgba(5, 9, 15, .82);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 40;
  border-bottom: 1px solid var(--hairline);
}
.site-header__inner { display: flex; align-items: center; gap: 1rem; padding-block: 0.9rem; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 0.85rem; text-decoration: none; }
.brand img { height: 48px; width: auto; filter: drop-shadow(0 0 10px rgba(212, 175, 55, .45)); }
.brand__text { display: flex; flex-direction: column; line-height: 1.25; }
.brand__text strong {
  font-size: var(--step--1); letter-spacing: 0.14em; text-transform: uppercase;
  background: var(--metal-h); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--gold-light);
}
.brand__text em {
  font-family: var(--font-display); font-style: italic;
  color: var(--gold); font-size: var(--step--1); letter-spacing: .01em;
}
.site-nav { display: flex; gap: 1.4rem; margin-inline-start: auto; flex-wrap: wrap; font-size: var(--step--1); }
.site-nav a { color: var(--text-muted); text-decoration: none; position: relative; }
.site-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px;
  background: var(--metal-h); transition: right .25s ease;
}
.site-nav a:hover { color: var(--gold-light); }
.site-nav a:hover::after { right: 0; }
.lang { display: flex; gap: 0.6rem; font-size: var(--step--1); align-items: center; }
.lang [aria-current] { color: var(--gold); font-weight: 600; }
.lang a { color: var(--text-muted); text-decoration: none; }
.lang a:hover { color: var(--gold-light); }

/* Hero --------------------------------------------------------------- */
.hero {
  padding-block: clamp(4rem, 13vw, 9rem);
  background:
    radial-gradient(48rem 32rem at 50% -15%, rgba(212, 175, 55, .16), transparent 65%),
    radial-gradient(70rem 40rem at 88% 8%, rgba(20, 39, 85, .85), transparent 60%),
    var(--ink);
}
.hero::before { display: none; }
.hero__eyebrow {
  color: var(--gold); letter-spacing: 0.22em; text-transform: uppercase;
  font-size: var(--step--1); margin-bottom: 1.25rem;
}
.hero h1 { max-width: 25ch; }
.hero__lead { max-width: var(--measure); font-size: var(--step-1); color: var(--text-muted); }
.hero__actions { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-top: 2.5rem; }

/* Deadline strip ----------------------------------------------------- */
.alerts {
  background: linear-gradient(180deg, rgba(212,175,55,.14), rgba(212,175,55,.06));
  border-block: 1px solid var(--hairline);
}
.alerts__item {
  width: min(100% - (var(--gutter) * 2), 1120px); margin: 0 auto;
  padding-block: 0.9rem; font-weight: 600; font-size: var(--step--1);
  color: var(--gold-pale); display: flex; gap: 0.7rem;
}
.alerts__item::before { content: "◆"; color: var(--gold); flex: none; }
.alerts__item + .alerts__item { border-top: 1px solid rgba(212,175,55,.16); }

/* Services ----------------------------------------------------------- */
.cards { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); }
.card {
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
  border: 1px solid var(--hairline);
  border-radius: var(--radius); padding: 1.4rem;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.card:hover {
  border-color: rgba(212,175,55,.5);
  box-shadow: 0 0 40px -14px rgba(212,175,55,.55);
  transform: translateY(-2px);
}
.card summary {
  cursor: pointer; list-style: none;
  display: flex; align-items: baseline; justify-content: space-between; gap: 0.6rem;
}
.card summary::-webkit-details-marker { display: none; }
.card summary h3 { margin: 0; }
.card summary::after {
  content: "+"; color: var(--gold); font-weight: 700;
  font-size: var(--step-1); line-height: 1; flex: none;
}
.card[open] summary::after { content: "\2212"; }
.card ul { margin: 0.9rem 0 0; padding-inline-start: 0; list-style: none; color: var(--text-muted); }
.card li { margin-bottom: 0.4rem; padding-inline-start: 1.1rem; position: relative; }
.card li::before {
  content: ""; position: absolute; left: 0; top: 0.62em;
  width: 5px; height: 5px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 8px rgba(212,175,55,.9);
}

/* Process ------------------------------------------------------------ */
.steps {
  counter-reset: step; list-style: none; padding: 0; margin: 0;
  display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}
.steps li { counter-increment: step; }
.steps li::before {
  content: counter(step); display: grid; place-items: center;
  width: 3rem; height: 3rem; border-radius: 50%;
  border: 1px solid rgba(212,175,55,.5);
  background: radial-gradient(circle at 30% 25%, rgba(212,175,55,.22), transparent 70%);
  box-shadow: 0 0 26px -8px rgba(212,175,55,.75);
  color: var(--gold-light); font-family: var(--font-display);
  font-size: var(--step-1); margin-bottom: 1rem;
}
.steps p { color: var(--text-muted); }

/* Reasons ------------------------------------------------------------ */
.reasons { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.75rem; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); }
.reasons li { padding-top: 1.1rem; border-top: 1px solid var(--hairline); }
.reasons p { color: var(--text-muted); margin: 0; }

/* About -------------------------------------------------------------- */
.about p { color: var(--text-muted); }
.about p:first-of-type {
  color: var(--gold-pale); font-size: var(--step-1);
  font-family: var(--font-display); line-height: 1.45;
}

/* Contact ------------------------------------------------------------ */
.contact { display: grid; gap: 3rem; grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr)); }
.contact address { font-style: normal; margin-block: 1rem; color: var(--text-muted); }
.contact__details a { color: var(--gold-light); }
.hours { list-style: none; padding: 0; margin: 0; color: var(--text-muted); }
.contact__form label { display: block; font-weight: 600; font-size: var(--step--1); margin-bottom: 0.4rem; color: var(--text); }
.contact__form input, .contact__form select, .contact__form textarea {
  width: 100%; min-height: 50px; padding: 0.7rem 0.85rem; font: inherit;
  border: 1px solid rgba(212,175,55,.28); border-radius: var(--radius);
  background: rgba(255,255,255,.04); color: var(--text);
  transition: border-color .18s ease, box-shadow .18s ease;
}
.contact__form input:focus, .contact__form select:focus, .contact__form textarea:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,175,55,.16); outline: none;
}
.contact__form textarea { min-height: 8.5rem; }
.contact__form select option { background: var(--navy-800); color: var(--text); }
.consent label { display: flex; gap: 0.65rem; align-items: flex-start; font-weight: 400; font-size: var(--step--1); color: var(--text-muted); }
.consent input { width: auto; min-height: 0; margin-top: 0.25rem; accent-color: var(--gold); }
.hp { position: absolute; left: -9999px; }

/* Footer ------------------------------------------------------------- */
.site-footer { padding-block: 3rem; font-size: var(--step--1); }
.site-footer .legal { color: var(--text-muted); }
.site-footer .copyright { color: #6E7896; margin: 0; }

/* Sticky mobile contact bar ------------------------------------------ */
.sticky-bar {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 50;
  display: none; gap: 0.6rem; padding: 0.8rem;
  background: rgba(5,9,15,.94); backdrop-filter: blur(10px);
  border-top: 1px solid var(--hairline);
}
.sticky-bar.is-visible { display: flex; }
.sticky-bar .btn { flex: 1; }
@media (min-width: 48rem) { .sticky-bar { display: none !important; } }

.prose h2 { margin-top: 2.5rem; }
.prose { padding-bottom: 3rem; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
