:root {
  color: #20272d;
  background: #fbf8f3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #20272d;
  background: #fbf8f3;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(18px, 5vw, 68px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(32, 39, 45, 0.1);
  box-shadow: 0 8px 30px rgba(38, 42, 45, 0.06);
}

.brand {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #8c5f2f;
  text-decoration: none;
  white-space: nowrap;
}

.site-header nav {
  display: flex;
  gap: 8px;
  font-family: Arial, Helvetica, sans-serif;
}

.site-header nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 6px;
  color: #28465e;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.site-header nav a:hover,
.site-header nav a[aria-current="page"] {
  background: #eef3f4;
}

.hero {
  position: relative;
  min-height: clamp(525px, 53.75vw, 863px);
  overflow: hidden;
  isolation: isolate;
}

.hero img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 106%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.hero-copy {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 46px);
  color: #20272d;
  background: rgba(255, 255, 255, 0.9);
  border-left: 4px solid #b88a43;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 22px 70px rgba(42, 37, 31, 0.18);
}

.hero-panel-section {
  padding: clamp(14px, 2.5vw, 29px) clamp(20px, 6vw, 82px);
  background: #fff;
}

.eyebrow,
.section-label {
  margin: 0;
  color: #8c5f2f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 12px 0 18px;
  font-size: clamp(2.35rem, 4.25vw, 3.85rem);
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: normal;
  text-wrap: pretty;
}

h1 span {
  display: block;
}

h2 {
  margin: 10px 0 16px;
  font-size: clamp(1.8rem, 3.8vw, 3.3rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}

p,
li,
label,
input,
select,
textarea,
.button,
.small-note {
  font-family: Arial, Helvetica, sans-serif;
}

p,
li {
  line-height: 1.65;
}

.hero-copy p:not(.eyebrow),
.copy p,
.card p,
.faq-item p,
.footer p,
.footer li {
  color: #4b555c;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: #fff;
  background: #28465e;
}

.button.secondary {
  color: #28465e;
  background: #fff;
  border-color: rgba(40, 70, 94, 0.28);
}

.band {
  padding: clamp(44px, 7vw, 88px) clamp(20px, 6vw, 82px);
  background: #f8f5ef;
}

.band.white {
  background: #fff;
}

.content {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.copy {
  max-width: 680px;
}

.proof-strip,
.card-grid,
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.proof-strip {
  padding: 18px;
  border: 1px solid rgba(32, 39, 45, 0.1);
  border-radius: 8px;
  background: #fff;
}

.proof-strip div,
.card,
.faq-item,
.contact-card,
.lead-form {
  padding: 24px;
  border: 1px solid rgba(40, 70, 94, 0.16);
  border-left: 5px solid #b88a43;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(40, 70, 94, 0.14);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.proof-strip div:hover,
.card:hover,
.faq-item:hover,
.contact-card:hover,
.lead-form:hover {
  transform: translateY(-1px);
}

.proof-strip strong {
  display: block;
  color: #28465e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
}

.proof-strip span,
.small-note {
  color: #63707a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  line-height: 1.5;
}

.card-grid,
.steps {
  margin-top: 28px;
}

.case-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.case-card {
  padding: 20px;
}

.case-card-featured {
  border-top-color: rgba(40, 70, 94, 0.16);
  border-right-color: rgba(40, 70, 94, 0.16);
  border-bottom-color: rgba(40, 70, 94, 0.16);
}

.case-card ul {
  display: grid;
  gap: 5px;
  padding-left: 20px;
  margin: 0;
}

.case-card li {
  line-height: 1.45;
}

.media-frame {
  overflow: hidden;
  border-radius: 8px;
  background: #e9edf0;
  box-shadow: 0 22px 60px rgba(42, 37, 31, 0.12);
}

.media-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.profile-photo {
  display: block;
  width: min(374px, 100%);
  height: auto;
  margin: 0 0 22px;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(40, 70, 94, 0.16);
}

.profile-card {
  justify-self: center;
  width: min(430px, 100%);
}

.profile-card .profile-photo {
  width: 100%;
}

.page-hero {
  min-height: clamp(525px, 53.75vw, 863px);
  padding: 0;
  background: url("../assets/hero-client-meeting.png");
  background-position: center;
  background-size: cover;
}

.page-hero.wall-street {
  background-image: url("../assets/hero-compromise.png");
}

.page-hero.client-consultation {
  background-image: url("../assets/hero-financial-district.png");
}

.page-hero-copy {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 40px);
  color: #20272d;
  background: rgba(255, 255, 255, 0.9);
  border-left: 4px solid #b88a43;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 22px 70px rgba(42, 37, 31, 0.18);
}

.page-hero-copy h1 {
  color: #20272d;
  font-size: clamp(2.45rem, 4.4vw, 3.9rem);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.legal-layout {
  display: grid;
  gap: 28px;
  max-width: 900px;
}

.legal-layout h2 {
  margin-top: 30px;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
}

.legal-layout h2:first-child {
  margin-top: 0;
}

.legal-note {
  padding: 18px 20px;
  border-left: 4px solid #b88a43;
  border-radius: 0 8px 8px 0;
  color: #4b555c;
  background: #f8f5ef;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.lead-form {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(32, 39, 45, 0.12);
  border-left: 5px solid #b88a43;
  border-radius: 8px;
  background: #fff;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

label {
  display: grid;
  gap: 8px;
  color: #2f3a42;
  font-size: 0.95rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(32, 39, 45, 0.18);
  border-radius: 6px;
  padding: 12px;
  color: #20272d;
  background: #fbfbfa;
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 8px;
  padding: 6px 0 2px;
  font-weight: 400;
}

.checkbox-row input {
  width: auto;
  margin-top: 5px;
}

.lead-form .button {
  margin-top: 18px;
}

.footer {
  color: #f8f4ec;
  background: #20272d;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.9fr;
  gap: 28px;
  padding: 42px clamp(20px, 6vw, 82px);
}

.footer h2,
.footer h3 {
  color: #fff;
}

.footer h2 {
  margin: 0 0 18px;
}

.footer h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #f4d49b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer h3::after {
  content: "";
  width: 34px;
  height: 2px;
  background: #b88a43;
}

.footer p,
.footer li {
  color: rgba(248, 244, 236, 0.78);
}

.footer-disclosure {
  display: grid;
  gap: 10px;
  padding: 0 clamp(20px, 6vw, 82px) 28px;
}

.footer-disclosure p {
  max-width: 1180px;
  margin: 0;
  color: rgba(248, 244, 236, 0.68);
  font-size: 0.78rem;
  line-height: 1.55;
}

.footer a {
  color: rgba(248, 244, 236, 0.92);
  text-decoration: none;
}

.footer a:hover,
.footer a:focus {
  color: #f4d49b;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-main section:nth-child(n + 2) p {
  margin-top: 0;
  color: rgba(248, 244, 236, 0.7);
  font-size: 0.92rem;
}

.footer-main section:nth-child(n + 2) li {
  font-size: 0.96rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(20px, 6vw, 82px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 920px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header nav {
    width: 100%;
    flex-wrap: wrap;
  }

  .site-header nav a {
    flex: 1 1 auto;
    justify-content: center;
  }

  .split,
  .proof-strip,
  .card-grid,
  .steps,
  .contact-panel,
  .footer-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-header {
    width: 100%;
    padding: 12px 16px;
  }

  .site-header nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .site-header nav a {
    min-width: 0;
    padding: 0 8px;
    font-size: 0.78rem;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .hero {
    min-height: auto;
    width: 100%;
    max-width: 100vw;
  }

  .hero img {
    position: relative;
    inset: auto;
    z-index: 0;
    display: block;
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
    height: clamp(310px, 64vw, 380px);
    object-position: center 42%;
  }

  .hero-copy {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.94);
  }

  .hero-copy .eyebrow {
    letter-spacing: 0.06em;
    overflow-wrap: anywhere;
  }

  .hero-copy p:not(.eyebrow) {
    overflow-wrap: break-word;
  }

  .hero-copy h1 span {
    display: inline;
  }

  .page-hero-copy {
    padding: 20px;
  }

  h1 {
    font-size: clamp(1.9rem, 8vw, 2.2rem);
    line-height: 1.04;
  }

  .actions,
  .footer-bottom {
    flex-direction: column;
  }

  .button,
  .actions a {
    width: 100%;
  }

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