/* AZCharterLaw v2-contact — Copilot craft bar; tokens + chrome from v2-home */

:root {
  --navy: #0b1c33;
  --navy-deep: #071525;
  --navy-mid: #122845;
  --gold: #c4a35a;
  --gold-hover: #d4b56a;
  --gold-deep: #a8873f;
  --cream: #f7f3eb;
  --cream-warm: #faf7f1;
  --white: #ffffff;
  --ink: #1a2332;
  --ink-muted: #4a5568;
  --ink-soft: #5c6b7a;
  --serif: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --header-h: 88px;
  --shadow-banner-h: 28px;
  --max: 1120px;
  --narrow: 720px;
  --radius: 2px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  display: block;
}

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

p {
  margin: 0;
}

/* —— Shadow banner —— */
.shadow-banner {
  position: sticky;
  top: 0;
  z-index: 1001;
  height: var(--shadow-banner-h);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  color: #c8c8c8;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* —— Header —— */
.site-header {
  position: relative;
  position: sticky;
  top: var(--shadow-banner-h);
  z-index: 1000;
  background: var(--navy);
  border-bottom: 1px solid rgba(196, 163, 90, 0.18);
}

.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
}

/* ===== LOCKED brand-lockup (header + footer share structure) ===== */
.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: max-content;
  max-width: 100%;
}

.brand-lockup__mark {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.15;
  white-space: nowrap;
  margin: 0;
}

.brand-az {
  color: var(--gold);
}

.brand-rest {
  color: var(--white);
}

.brand-lockup__desc {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(247, 243, 235, 0.78);
  line-height: 1.25;
  margin: 0;
}

.brand-lockup__motif {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
}

.brand-lockup__motif-rule {
  flex: 1;
  height: 1px;
  background: rgba(196, 163, 90, 0.5);
}

.brand-lockup__motif-circles {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-lockup__motif-circles i {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  box-sizing: border-box;
  margin-left: -2.5px;
  border: 1.5px solid var(--gold);
  background: var(--gold);
}

.brand-lockup__motif-circles i:first-child { margin-left: 0; }

.brand-lockup__motif-circles i:nth-child(2) {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.45);
  position: relative;
  z-index: 1;
}

/* Header: left-aligned, compact */
.brand-lockup--header {
  align-items: flex-start;
  text-align: left;
}

.brand-lockup--header .brand-lockup__mark {
  font-size: 1.15rem;
}

.brand-lockup--header .brand-lockup__desc {
  font-size: 0.58rem;
  margin-top: 2px;
  color: rgba(247, 243, 235, 0.78);
}

.brand-lockup--header .brand-lockup__motif {
  margin-top: 0.35rem;
  gap: 0.35rem;
}

.brand-lockup--header .brand-lockup__motif-circles i {
  width: 6px;
  height: 6px;
  border-width: 1px;
  margin-left: -1.5px;
}

.brand-lockup--header .brand-lockup__motif-circles i:first-child { margin-left: 0; }

/* Footer: centered, current footer sizes */
.brand-lockup--footer {
  align-items: center;
  text-align: center;
}

.brand-lockup--footer .brand-lockup__mark {
  font-size: 1.2rem;
  color: var(--white);
}

.brand-lockup--footer .brand-lockup__desc {
  margin-top: 0.5rem;
  font-size: 0.72rem;
  color: rgba(247, 243, 235, 0.72);
  line-height: 1.35;
}

.brand-lockup--footer .brand-lockup__motif {
  margin: 0.85rem 0 0;
}

/* Legacy aliases — prefer brand-lockup_* going forward */
.brand-mark {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.15;
  white-space: nowrap;
}

.brand-desc {
  font-family: var(--serif);
  font-size: 0.58rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(247, 243, 235, 0.78);
  line-height: 1.25;
}

.footer-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: max-content;
  max-width: 100%;
}

.footer-lockup p { margin: 0; }

.fl-practice {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: var(--white);
  line-height: 1.15;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}

.fl-descriptor {
  margin-top: 0.5rem;
  font-family: var(--serif);
  font-size: 0.72rem;
  font-style: italic;
  letter-spacing: 0.02em;
  color: rgba(247, 243, 235, 0.72);
  line-height: 1.35;
  text-align: center;
}

.fl-rule {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0.85rem 0;
  background: rgba(196, 163, 90, 0.55);
}

.fl-firm {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.25;
  white-space: nowrap;
  text-align: center;
}

.fl-motif {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0.85rem 0 0;
}

.fl-motif-rule {
  flex: 1;
  height: 1px;
  background: rgba(196, 163, 90, 0.5);
}

.fl-motif-circles {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.fl-motif-circles i {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  box-sizing: border-box;
  margin-left: -2.5px;
  border: 1.5px solid var(--gold);
  background: var(--gold);
}

.fl-motif-circles i:first-child { margin-left: 0; }

.fl-motif-circles i:nth-child(2) {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.45);
  position: relative;
  z-index: 1;
}

.fl-attorneys {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.3;
  text-align: center;
  width: 100%;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  margin-right: 8px;
}

.nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  padding: 6px 0;
  position: relative;
  transition: color 0.2s var(--ease);
  white-space: nowrap;
}

.nav-link:hover {
  color: var(--white);
}

.nav-link.is-active {
  color: var(--white);
}

.nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--gold);
}

/* —— Buttons —— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--sans);
  font-weight: 600;
  border-radius: var(--radius);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease), transform 0.15s var(--ease);
  text-align: center;
  white-space: nowrap;
}

.btn-gold {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

.btn-gold:hover {
  background: var(--gold-hover);
  border-color: var(--gold-hover);
}

.btn-header {
  font-size: 0.72rem;
  padding: 10px 14px;
  flex-shrink: 0;
  letter-spacing: 0.01em;
  white-space: normal;
  max-width: 240px;
  line-height: 1.25;
  text-align: center;
}

.btn-lg {
  font-size: 0.95rem;
  padding: 14px 26px;
}

.btn-arrow {
  font-weight: 400;
  transition: transform 0.2s var(--ease);
}

.btn:hover .btn-arrow {
  transform: translateX(3px);
}

.btn[aria-disabled="true"] {
  cursor: default;
  opacity: 0.95;
}

/* —— Layout —— */
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
}

.container.narrow {
  max-width: var(--narrow);
  text-align: center;
}

.section {
  padding: 96px 0;
}

.section-cream {
  background: var(--cream);
}

.section-navy {
  background: var(--navy);
  color: var(--white);
}

.hero-eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}

/* —— Page hero —— */
.page-hero {
  background: var(--navy);
  color: var(--white);
  text-align: center;
  padding: 100px 28px 108px;
}

.page-hero-inner {
  max-width: 820px;
  margin: 0 auto;
}

.page-hero h1 {
  font-size: clamp(2.15rem, 4.4vw, 3.15rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.015em;
  line-height: 1.18;
  margin-bottom: 22px;
}

.page-hero-sub {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  max-width: 560px;
  margin: 0 auto;
}

/* —— Contact two-column —— */
.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: start;
}

.booking-copy h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  color: var(--navy);
  text-align: left;
  line-height: 1.25;
  margin-bottom: 24px;
}

.booking-copy > p {
  color: var(--ink-muted);
  font-size: 1.02rem;
  line-height: 1.8;
  margin-bottom: 1.15em;
}

.booking-copy .btn {
  margin-top: 8px;
  margin-bottom: 16px;
}

.cta-softener {
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 420px;
  margin-bottom: 14px !important;
}

.booking-placeholder {
  font-size: 0.88rem;
  font-style: italic;
  color: var(--ink-soft);
  line-height: 1.55;
  margin-bottom: 0 !important;
}

.expect-card {
  background: var(--navy);
  border-radius: 3px;
  padding: 36px 32px 38px;
  color: var(--white);
  box-shadow: 0 8px 28px rgba(11, 28, 51, 0.18);
}

.expect-card h3 {
  font-size: 1.25rem;
  color: var(--white);
  margin-bottom: 22px;
  line-height: 1.35;
}

.gold-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 16px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.gold-list li:last-child {
  margin-bottom: 0;
}

.gold-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

/* —— Footer (identical to v2-home) —— */
.site-footer {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.85);
  border-top: 1px solid rgba(196, 163, 90, 0.35);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1.2fr;
  gap: 48px;
  padding-top: 64px;
  padding-bottom: 56px;
}

.footer-col-title {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

.footer-links a {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  padding: 5px 0;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-disclaimer p {
  font-size: 0.8rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
}

.footer-bottom {
  border-top: 1px solid rgba(196, 163, 90, 0.25);
  padding: 18px 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-bottom p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.55);
}

.footer-legal-links a:hover {
  color: var(--gold);
}

.footer-legal-links span {
  margin: 0 6px;
  opacity: 0.4;
}

/* —— Responsive —— */



@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-disclaimer {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 72px 0;
  }

  .page-hero {
    padding: 72px 20px 80px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .btn-lg {
    width: 100%;
  }

  .btn-header {
    display: none;
  }
}



/* —— Phone/tablet nav: always visible link row (no hamburger) —— */
@media (max-width: 1100px) {
  .site-header {
    height: auto;
    min-height: var(--header-h);
  }
  .header-inner {
    height: auto;
    min-height: var(--header-h);
    padding-top: 12px;
    padding-bottom: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 16px;
  }
  .brand {
    order: 1;
  }
  .btn-header {
    order: 2;
    font-size: 0.72rem;
    padding: 10px 12px;
    max-width: 200px;
    white-space: normal;
    line-height: 1.3;
  }
  .nav {
    order: 3;
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px 14px;
    padding-top: 4px;
    border-top: 1px solid rgba(255,255,255,0.12);
  }
  .nav-link {
    padding: 8px 0;
    font-size: 0.9rem;
  }
  .nav-link.is-active::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .btn-header {
    display: none;
  }
  .nav {
    gap: 2px 12px;
  }
  /* Put Conversation CTA into the link row visually via footer is enough;
     keep nav links always available on phone */
}

/* Locked PNG lockup — identical asset in header + footer */
.brand-lockup-img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
}
.brand-lockup-img--header {
  height: 56px;
  width: auto;
}
.brand-lockup-img--footer {
  height: 80px;
  width: auto;
}
.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.footer-lockup {
  display: flex;
  align-items: flex-start;
  width: max-content;
  max-width: 100%;
}
@media (max-width: 720px) {
  .brand-lockup-img--header { height: 44px; }
  .brand-lockup-img--footer { height: 60px; }
}



