/* -------------------------------------------------------------------------
   Maloney & Campolo — v1.1.0
   Tokens pulled from the live site (2026-08-23)
   Headlines: abril-display (Typekit ner5wgm)  |  UI: Barlow 500/700/800/900
   ------------------------------------------------------------------------- */

:root {
  --gold: #d5a253;
  --gold-alt: #D5A25B;
  --gold-dark: #6F4D1B;
  --green: #00312b;
  --green-dark: #012d23;
  --green-mid: #0e382e;
  --green-hover: #005a4e;
  --green-ink: #0b2d2a;
  --ink: #212d3d;
  --muted: #829693;
  --pale: #e5e9e8;
  --hairline: #dbdbdf;
  --alert: #a72700;
  --white: #FFFFFF;
  --offwhite: #F8F8F8;
  --mint: #dbfff5;
  --serif: abril-display, Georgia, "Times New Roman", Times, serif;
  --sans: "Barlow", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  --ease: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  --max: 1580px;
  --gutter: 20px;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
}

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

a { color: var(--green-hover); text-decoration: none; }
a:hover { color: var(--gold); text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--green);
  margin: 0 0 0.5em;
}

p { margin: 0 0 1em; }

.visually-hidden,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  clip: auto;
  z-index: 10000;
  background: var(--gold);
  color: var(--green);
  padding: 10px 16px;
  text-decoration: none;
}

.container {
  width: min(100% - (var(--gutter) * 2), var(--max));
  margin-inline: auto;
}

.gold-period { color: var(--gold); }

.gold-rule {
  width: 99px;
  height: 4px;
  background: var(--gold);
  margin: 0 0 2rem;
}

/* Buttons — sharp, no radius */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 28px;
  min-height: 75px;
  min-width: 248px;
  cursor: pointer;
  line-height: 1.2;
  transition: var(--ease);
}

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

.btn-gold:hover {
  background: var(--white);
  color: var(--green);
  text-decoration: none;
}

.btn-gold-dark {
  background: var(--gold-dark);
  color: var(--white);
}

.btn-gold-dark:hover {
  background: var(--green-dark);
  color: var(--white);
  text-decoration: none;
}

.text-link-gold {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
}

.text-link-gold:hover {
  color: var(--white);
  text-decoration: none;
}

/* Header — white bar + green nav */
.site-header { background: var(--white); }

.header-top {
  background: var(--white);
}

.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: 14px 0;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.brand:hover { text-decoration: none; }

.brand-logo { flex: 0 0 auto; width: 56px; }
.brand-logo img,
.brand-logo .custom-logo { width: 56px; height: auto; }
.brand .custom-logo-link { display: block; }

.brand--wordmark .brand-logo { width: min(72vw, 380px); }
.brand--wordmark .brand-logo img {
  width: 100%;
  height: auto;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;
}

.brand-text { display: flex; flex-direction: column; min-width: 0; }

.brand-kicker {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.3;
}

.brand-name {
  font-family: var(--serif);
  font-size: clamp(18px, 4vw, 26px);
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-transform: none;
}

.brand-name em {
  color: var(--gold);
  font-style: normal;
  font-weight: 700;
}

.header-cta { text-align: right; flex: 0 0 auto; }

.no-fee {
  margin: 0 0 2px;
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 800;
  line-height: 1.25;
}

.header-phone {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(22px, 3.2vw, 35px);
  color: var(--green-ink);
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1.1;
}

.header-phone:hover { color: var(--gold); text-decoration: none; }

.desktop-only { display: none; }

.header-nav-bar {
  background: var(--green);
  color: var(--white);
}

.header-nav-inner { min-height: 56px; }

.mobile-utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
}

.mobile-utility .no-fee { color: var(--gold); }
.mobile-utility .header-phone { color: var(--white); font-size: 20px; }
.mobile-utility .header-phone:hover { color: var(--gold); }

.menu-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 8px;
  cursor: pointer;
  color: var(--gold);
}

.menu-toggle-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
}

.menu-toggle-box span {
  display: block;
  height: 2px;
  background: var(--gold);
  transition: transform 0.2s, opacity 0.2s;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-box span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] .menu-toggle-box span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-box span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 4px 8px;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  padding: 20px 8px;
  transition: var(--ease);
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a { color: var(--gold); text-decoration: none; }

.nav-caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--gold);
}

.primary-nav .submenu-toggle { display: none; }

.primary-nav .menu-item-has-children { position: relative; }

.primary-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: var(--white);
  list-style: none;
  margin: 0;
  padding: 10px 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.15s, transform 0.15s, visibility 0.15s;
  z-index: 50;
}

.primary-nav .menu-item-has-children:hover > .sub-menu,
.primary-nav .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.primary-nav .sub-menu a {
  display: block;
  color: var(--green);
  padding: 12px 20px;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.primary-nav .sub-menu a:hover { background: var(--pale); color: var(--gold); }

.mobile-nav {
  background: var(--white);
  border-bottom: 1px solid var(--hairline);
}

.mobile-nav .menu { display: block; }

.mobile-nav li {
  border-top: 1px solid var(--hairline);
  position: relative;
}

.mobile-nav a {
  display: block;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--green);
  text-decoration: none;
  padding: 16px 20px;
}

.mobile-nav a .nav-caret { display: none; }

.mobile-nav .submenu-toggle {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.mobile-nav .submenu-toggle .nav-caret { border-top-color: var(--gold); }

.mobile-nav .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
  background: var(--pale);
}

.mobile-nav li.is-open > .sub-menu { display: block; }
.mobile-nav li.is-open > .submenu-toggle .nav-caret { transform: rotate(180deg); }

.mobile-nav .sub-menu a {
  font-size: 12px;
  font-weight: 700;
  padding: 12px 20px 12px 32px;
}

/* Hero */
.hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  background-color: var(--green-dark);
  background-image:
    linear-gradient(90deg, rgba(1, 45, 35, 0.62) 0%, rgba(1, 45, 35, 0.22) 48%, rgba(1, 45, 35, 0.05) 100%),
    var(--hero-image);
  background-size: cover;
  background-position: center right;
  color: var(--white);
}

.hero-docs,
.hero-inner-page {
  background-image:
    linear-gradient(90deg, rgba(1, 45, 35, 0.7) 0%, rgba(1, 45, 35, 0.35) 55%, rgba(1, 45, 35, 0.1) 100%),
    var(--hero-image);
}

.hero-overlay { display: none; }

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 72px 0 80px;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 0 28px;
  line-height: 1.4;
}

.hero-rule {
  display: inline-block;
  width: 72px;
  height: 4px;
  background: var(--gold);
  flex: 0 0 auto;
}

.hero-title {
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(48px, 10vw, 116px);
  font-weight: 700;
  line-height: 1.05;
  max-width: 14ch;
  margin: 0 0 28px;
}

.hero-cta { margin: 0; }

.hero .btn-gold-dark,
.hero .btn-gold {
  min-width: min(100%, 379px);
  min-height: 79px;
}

/* Results carousel */
.results-band {
  background: var(--green-dark);
  color: var(--white);
  padding: 72px 0 56px;
}

.results-carousel {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 12px;
}

.results-viewport { overflow: hidden; }

.results-track {
  display: flex;
  transition: transform 0.35s ease;
  list-style: none;
  margin: 0;
  padding: 0;
}

.result-slide {
  flex: 0 0 100%;
  padding: 36px 28px 40px;
  text-align: left;
  background: var(--green-mid);
  box-shadow: 0 0 24px 11px rgba(0, 0, 0, 0.2);
  margin: 8px 10px;
}

.result-amount {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(32px, 6vw, 47px);
  color: var(--white);
  margin: 0 0 8px;
  line-height: 1.15;
  letter-spacing: 0.06em;
}

.result-offense {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--white);
  margin: 0 0 8px;
  position: relative;
  padding-left: 18px;
}

.result-offense::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 2px;
  background: var(--gold);
}

.carousel-btn {
  width: 44px;
  height: 44px;
  border: 1.5px solid var(--gold-alt);
  background: transparent;
  color: var(--gold-alt);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  border-radius: 0;
  transition: var(--ease);
}

.carousel-btn:hover { background: var(--gold); color: var(--green-dark); }
.carousel-btn:disabled { opacity: 0.35; cursor: default; background: transparent; color: var(--gold); }

.results-more {
  text-align: center;
  margin: 40px 0 0;
}

.results-more .text-link-gold { color: var(--gold); }
.results-more .text-link-gold:hover { color: var(--white); }

/* Intro / about */
.intro-band {
  background: var(--white);
  padding: 80px 0 72px;
}

.section-title {
  font-family: var(--serif);
  font-size: clamp(40px, 7vw, 88px);
  font-weight: 700;
  color: var(--green);
  line-height: 1;
  margin-bottom: 2rem;
}

.section-title.light { color: var(--green); }

.practice-list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  border-top: 4px solid var(--gold);
}

.practice-list li {
  border-bottom: 1px solid var(--hairline);
}

.practice-list a {
  display: flex;
  align-items: center;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  text-decoration: none;
  padding: 26px 16px 26px 8px;
  min-height: 72px;
  transition: var(--ease);
}

.practice-list a:hover { color: var(--gold); }

.intro-left .btn,
.intro-left .text-link-gold.btn { margin-top: 8px; }

.intro-copy { color: var(--ink); max-width: 62ch; }
.intro-copy p {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 1.4em;
  color: var(--ink);
}

.intro-copy p:first-child { font-weight: 700; }

.intro-photo {
  margin: 36px 0 0;
}
.intro-photo img { width: 100%; object-fit: cover; }

/* Commitment */
.commitment-band {
  background: var(--offwhite);
  padding: 80px 0;
}

.commitment-photo { margin: 0 0 32px; }
.commitment-photo img { width: 100%; object-fit: cover; }

.commitment-copy p {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  color: var(--ink);
}

/* Home testimonials */
.home-testimonials {
  background: var(--green-dark);
  padding: 80px 0;
}

.home-testimonial-frame {
  background: var(--green-mid);
  border: 1px solid var(--gold);
  box-shadow: 0 0 8px 6px rgba(12, 24, 31, 0.3);
  padding: 56px 28px 64px;
  text-align: center;
  color: var(--white);
}

.home-testimonial-frame .mc-stars { justify-content: center; }

.eyebrow {
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  margin: 18px 0 0;
}

.home-testimonial-frame .gold-rule,
.home-testimonial-frame::after {
  content: none;
}

.home-testimonial-frame .eyebrow + blockquote,
.home-testimonial-frame blockquote {
  position: relative;
}

.home-testimonial-frame .eyebrow {
  margin-bottom: 0;
}

.home-testimonial-frame .eyebrow::after {
  content: "";
  display: block;
  width: 99px;
  height: 4px;
  background: var(--gold);
  margin: 28px auto 36px;
}

.home-testimonial-frame blockquote {
  margin: 0 0 28px;
  padding: 0;
}

.home-testimonial-frame blockquote p {
  font-family: var(--serif);
  font-size: clamp(22px, 3.4vw, 39px);
  line-height: 1.5;
  color: var(--white);
  font-style: normal;
  font-weight: 700;
}

.home-testimonial-frame footer {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mint);
  font-style: normal;
}

.home-testimonial-frame .btn,
.home-testimonial-frame .text-link-gold.as-btn {
  margin-top: 12px;
}

/* Stars */
.mc-stars { display: inline-flex; gap: 4px; }
.mc-star { width: 22px; height: 22px; }

/* Testimonials page */
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin: 12px 0 40px;
}

.testimonial-card {
  background: var(--white);
  border: 1px solid var(--hairline);
  border-top: 4px solid var(--gold);
  padding: 32px 28px 28px;
}

.testimonial-card .card-title {
  font-family: var(--serif);
  font-size: 28px;
  margin: 12px 0 6px;
  color: var(--green);
}

.testimonial-card .card-date {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.testimonial-card .card-quote p {
  color: var(--ink);
  font-size: 18px;
  margin: 0 0 16px;
}

.testimonial-card .card-name {
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  margin: 0;
  font-size: 14px;
}

/* Results / practice grids */
.results-grid,
.practice-grid {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  gap: 24px;
}

.result-card {
  background: var(--green-mid);
  color: var(--white);
  padding: 40px 28px;
  text-align: left;
  box-shadow: 0 0 24px 8px rgba(0, 0, 0, 0.12);
}

.result-card .result-amount { font-size: 40px; }
.result-net {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mint);
}

.practice-grid a {
  display: block;
  border: 1px solid var(--hairline);
  border-top: 4px solid var(--gold);
  padding: 28px 24px;
  text-decoration: none;
  color: inherit;
  height: 100%;
  transition: var(--ease);
}

.practice-grid a:hover { border-color: var(--gold); }
.practice-grid h2 {
  font-size: 28px;
  margin-bottom: 8px;
}
.practice-grid p { color: var(--muted); margin: 0; }

/* Contact / footer block */
.contact-block {
  background: var(--green-dark);
  color: var(--white);
  padding: 80px 0 88px;
  position: relative;
}

.contact-grid {
  display: grid;
  gap: 48px;
}

.contact-details { position: relative; padding-top: 28px; }

.gold-lines {
  position: absolute;
  top: -36px;
  left: 0;
  width: 45px;
  height: 120px;
  opacity: 1;
}

.gold-lines img { width: 100%; height: auto; }

.contact-title {
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 700;
  line-height: 1.02;
  margin: 28px 0 36px;
}

.available {
  font-family: var(--serif);
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--gold);
  margin: 0 0 12px;
  line-height: 1.1;
}

.address {
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.025em;
  margin: 0 0 28px;
  color: var(--white);
}

.contact-phone-label,
.hours-label {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 0 8px;
}

.contact-phone {
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 20px;
}

.contact-phone a { color: var(--white); text-decoration: none; }
.contact-phone a:hover { color: var(--gold); }

.get-directions {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  border-bottom: 3px solid var(--gold);
  padding-bottom: 7px;
  display: inline-block;
}

.get-directions:hover { color: var(--gold); }

.hours {
  margin: 0 0 28px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.social {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 8px 0 0;
  padding: 0;
  align-items: center;
}

.social a {
  display: flex;
  width: auto;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 0;
  opacity: 0.9;
}

.social a:hover { background: transparent; opacity: 1; }
.social a img { width: auto; height: 22px; filter: none; }
.social a:hover img { filter: none; opacity: 1; }

.contact-form-card {
  background: var(--green-mid);
  box-shadow: 0 0 8px 6px rgba(12, 24, 31, 0.3);
  padding: 40px 24px 44px;
}

.form-title {
  font-family: var(--sans);
  font-size: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  font-weight: 700;
  margin: 0 0 8px;
}

.form-required {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 22px;
}

.req { color: var(--gold); font-style: normal; font-weight: 700; }

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

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

.mc-field { display: block; position: relative; }

.mc-field > span {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 8px;
}

.mc-field input,
.mc-field textarea,
.search-form input[type="search"] {
  width: 100%;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 500;
  padding: 14px 16px;
}

.mc-field textarea { min-height: 140px; resize: vertical; }

.mc-field::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent var(--gold) transparent transparent;
  pointer-events: none;
}

.mc-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: var(--pale);
  line-height: 1.5;
}

.mc-check input { margin-top: 4px; }
.mc-check a { color: var(--white); text-decoration: underline; }

.mc-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.mc-thanks {
  background: var(--pale);
  color: var(--green);
  padding: 14px 16px;
  margin-bottom: 16px;
  border-left: 3px solid var(--gold);
}

.mc-thanks p { margin: 0; }

.contact-block .btn-gold { justify-self: start; margin-top: 8px; }

/* Legal bar */
.legal-bar {
  background: var(--white);
  color: var(--green);
  padding: 0;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 72px;
  justify-content: center;
  padding: 18px 0;
}

.legal-bar p { margin: 0; color: var(--green); }
.legal-bar a { color: var(--green); }
.legal-bar a:hover { color: var(--gold); }
.legal-links .sep { margin: 0 8px; }

/* Content pages */
.content-wrap { padding: 64px 0 80px; }

.page-title {
  font-family: var(--serif);
  font-size: clamp(42px, 7vw, 96px);
  font-weight: 700;
  line-height: 1.02;
  margin-bottom: 16px;
  color: var(--green);
}

.entry-content { font-size: 20px; line-height: 1.75; color: var(--ink); }
.entry-content a { color: var(--green-hover); }
.entry-content a:hover { color: var(--gold); }
.entry-content h2, .entry-content h3 {
  margin-top: 1.5em;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 28px;
  color: var(--green-hover);
  line-height: 1.35;
}
.entry-content h3 { font-size: 22px; }
.entry-content blockquote {
  margin: 2em 0;
  padding: 0;
  border: 0;
}
.entry-content blockquote p {
  font-family: var(--serif);
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.4;
  color: var(--ink);
  font-weight: 600;
}

.post-list { display: grid; gap: 36px; }
.post-tease h2 { font-size: 36px; margin-bottom: 6px; }
.post-tease h2 a { color: var(--green); text-decoration: none; }
.post-tease h2 a:hover { color: var(--gold); }
.meta { color: var(--muted); font-size: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.result-meta {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 6px 18px;
  margin: 0 0 24px;
}
.result-meta dt {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.result-meta dd { margin: 0; }

.search-form { display: flex; gap: 8px; margin: 0 0 28px; }
.search-form input[type="search"] { border: 1px solid var(--hairline); flex: 1; }
.search-form input[type="submit"] {
  font-family: var(--sans);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  background: var(--gold);
  color: var(--gold-dark);
  border: 0;
  border-radius: 0;
  padding: 12px 18px;
  cursor: pointer;
}

.lede { color: var(--muted); max-width: 62ch; font-size: 20px; }

.contact-intro { padding-bottom: 0; }

.widget-title {
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--green);
}

/* Tablet */
@media (min-width: 768px) {
  :root { --gutter: 36px; }

  .brand--wordmark .brand-logo { width: min(50vw, 420px); }
  .brand--wordmark .brand-logo img { max-height: 48px; }

  .hero { min-height: 640px; }
  .hero-inner { padding: 120px 0 100px; }
  .hero-rule { width: 117px; }

  .result-slide { flex: 0 0 calc(50% - 20px); padding: 48px 36px 52px; }

  .intro-right { display: grid; gap: 32px; }

  .commitment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
  }

  .commitment-photo { margin: 0; }

  .testimonial-grid,
  .results-grid,
  .practice-grid { grid-template-columns: 1fr 1fr; }

  .mc-form-row { grid-template-columns: 1fr 1fr; }

  .home-testimonial-frame { padding: 80px 72px 88px; }

  .contact-form-card { padding: 64px 48px 68px; }

  .legal-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 85px;
    padding: 0;
  }
}

/* Desktop */
@media (min-width: 1100px) {
  :root { --gutter: 48px; --max: 1580px; }

  .desktop-only { display: block; }
  .primary-nav.desktop-only { display: block; }

  .mobile-utility,
  .mobile-nav { display: none !important; }

  .header-top-inner { min-height: 110px; padding: 0; }

  .brand--wordmark .brand-logo { width: 460px; }
  .brand--wordmark .brand-logo img { max-height: 52px; }

  .header-nav-inner {
    min-height: 64px;
    display: flex;
    align-items: center;
  }

  .primary-nav { width: 100%; }

  .hero { min-height: 780px; }
  .hero-home { min-height: 840px; }
  .hero-inner { padding: 160px 0 120px; }
  .hero-kicker { margin-bottom: 42px; font-size: 18px; }
  .hero-title { margin-bottom: 16px; }

  .intro-band { padding: 140px 0 160px; }

  .intro-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 80px;
    align-items: start;
  }

  .intro-photo { margin-top: 8px; }

  .commitment-band { padding: 120px 0; }
  .commitment-grid { gap: 80px; }

  .home-testimonials { padding: 100px 0; }

  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px 72px;
    align-items: start;
  }

  .contact-block { padding: 100px 0 100px; }
  .contact-block.contact-page { padding: 100px 0 110px; }

  .contact-form-card { padding: 80px 72px 88px; }

  .section-title { margin-bottom: 56px; }
}

@media (max-width: 479px) {
  .btn { min-width: 0; width: 100%; }
  .hero .btn-gold-dark,
  .hero .btn-gold { min-width: 0; }
}

body.nav-open { overflow: hidden; }
