:root {
  --ink: #101820;
  --ink-2: #182633;
  --ivory: #f6f1e8;
  --paper: #fffaf0;
  --copper: #b35a32;
  --brick: #7c341f;
  --blue-gray: #6f8795;
  --line: #d7c9b8;
  --muted: #695f55;
  --shadow: 0 28px 80px rgba(16, 24, 32, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(16, 24, 32, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 32, 0.035) 1px, transparent 1px),
    var(--ivory);
  background-size: 32px 32px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

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

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
.brand span {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  padding: 1rem clamp(1.25rem, 4vw, 5rem);
  background: rgba(246, 241, 232, 0.88);
  border-bottom: 1px solid rgba(16, 24, 32, 0.14);
  backdrop-filter: blur(18px);
}

.brand {
  width: max-content;
}

.brand span {
  display: block;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  font-weight: 700;
  line-height: 0.9;
}

.brand small {
  display: block;
  margin-top: 0.25rem;
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: clamp(1rem, 3vw, 2.8rem);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

nav a,
.phone-link {
  transition: color 180ms ease;
}

nav a:hover,
.phone-link:hover {
  color: var(--brick);
}

.phone-link {
  justify-self: end;
  padding: 0.72rem 1rem;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 800;
}

.hero {
  min-height: 88svh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.7fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 4vw, 5rem) clamp(3rem, 7vw, 6rem);
}

.hero-copy {
  max-width: 860px;
}

.eyebrow {
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  margin-top: 1rem;
  color: var(--ink);
  font-size: clamp(4rem, 9.2vw, 9.8rem);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.02em;
}

.hero-copy > p:not(.eyebrow) {
  width: min(680px, 100%);
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.5vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.9rem 1.15rem;
  border: 1px solid var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.button svg,
.ribbon svg,
.practice-card svg,
.contact-card svg {
  width: 1.05rem;
  height: 1.05rem;
  stroke-width: 1.8;
}

.button.primary {
  background: var(--ink);
  color: var(--paper);
}

.button.secondary {
  color: var(--ink);
}

.hero-panel {
  padding: 1.1rem;
  background: var(--ink);
  color: var(--paper);
  box-shadow: var(--shadow);
}

.portrait-stack {
  position: relative;
}

.portrait-stack img {
  display: block;
  width: 100%;
  aspect-ratio: 0.88;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04);
}

.portrait-stack div {
  position: absolute;
  inset: auto 1rem 1rem;
  padding: 1rem;
  background: rgba(16, 24, 32, 0.86);
  border: 1px solid rgba(255, 250, 240, 0.18);
}

.portrait-stack span,
.hero-panel dt {
  display: block;
  color: #dcb598;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.portrait-stack strong {
  display: block;
  margin-top: 0.2rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 0.92;
}

.hero-panel dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 1px 0 0;
  background: rgba(255, 250, 240, 0.18);
}

.hero-panel dl div {
  padding: 1rem;
  background: var(--ink);
}

.hero-panel dd {
  margin: 0.35rem 0 0;
  color: rgba(255, 250, 240, 0.9);
  font-weight: 800;
  line-height: 1.2;
}

.ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: var(--paper);
}

.ribbon p {
  min-height: 6.5rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem clamp(1rem, 2vw, 1.6rem);
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 900;
}

.ribbon p:last-child {
  border-right: 0;
}

.ribbon svg {
  color: var(--copper);
  flex: 0 0 auto;
}

.intro,
.practice-section,
.team-section {
  padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 4vw, 5rem);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.7fr);
  gap: clamp(2rem, 6vw, 6rem);
  background: var(--ink);
  color: var(--paper);
}

.intro h2,
.section-heading h2,
.statement h2,
.contact-section h2 {
  margin-top: 0.8rem;
  font-size: clamp(2.8rem, 6vw, 6.6rem);
  line-height: 0.88;
  letter-spacing: -0.01em;
}

.intro p:last-child {
  align-self: end;
  color: rgba(255, 250, 240, 0.75);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.9fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.practice-section {
  background: var(--paper);
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
}

.practice-grid article {
  min-height: 20rem;
  padding: 1.3rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.54);
}

.practice-grid article:nth-child(3n) {
  border-right: 0;
}

.practice-grid article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.practice-card svg,
.practice-grid svg {
  color: var(--brick);
}

.practice-grid h3 {
  margin-top: 4.5rem;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 0.95;
}

.practice-grid p {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.96rem;
}

.statement {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.75fr);
  gap: clamp(2rem, 7vw, 7rem);
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 4vw, 5rem);
  background: var(--blue-gray);
  color: var(--paper);
}

.statement .eyebrow {
  color: #f4d5bd;
}

.statement p:last-child {
  align-self: end;
  color: rgba(255, 250, 240, 0.84);
}

.team-section {
  background: var(--ivory);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.team-grid article {
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--paper);
}

.team-grid img {
  width: 100%;
  aspect-ratio: 0.9;
  object-fit: cover;
  filter: saturate(0.88);
}

.team-grid div {
  padding: 1rem;
}

.team-grid h3 {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
  line-height: 0.95;
}

.team-grid p {
  margin-top: 0.45rem;
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.55fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1.25rem, 4vw, 5rem);
  background: var(--ink);
  color: var(--paper);
}

.contact-section h2 {
  color: var(--paper);
}

.contact-section p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 1rem;
  color: rgba(255, 250, 240, 0.72);
}

.contact-card {
  display: grid;
  border: 1px solid rgba(255, 250, 240, 0.18);
}

.contact-card a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 250, 240, 0.18);
  color: rgba(255, 250, 240, 0.92);
  font-weight: 800;
}

.contact-card a:last-child {
  border-bottom: 0;
}

.contact-card svg {
  color: #dcb598;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem clamp(1.25rem, 4vw, 5rem);
  background: #0a1016;
  color: rgba(255, 250, 240, 0.7);
  font-size: 0.82rem;
}

footer a {
  color: var(--paper);
  font-weight: 900;
}

@media (max-width: 1080px) {
  .hero,
  .intro,
  .statement,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    width: min(520px, 100%);
  }

  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .ribbon,
  .practice-grid,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .ribbon p,
  .practice-grid article,
  .practice-grid article:nth-child(3n),
  .practice-grid article:nth-last-child(-n + 3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .practice-grid article:last-child,
  .ribbon p:last-child {
    border-bottom: 0;
  }

  .practice-grid article {
    min-height: 14rem;
  }

  .practice-grid h3 {
    margin-top: 2.5rem;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .site-header {
    padding-block: 0.8rem;
  }

  .phone-link {
    padding: 0.58rem 0.7rem;
    font-size: 0.74rem;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 17vw, 5rem);
  }

  .hero-actions,
  .hero-panel dl,
  .team-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .button {
    width: 100%;
  }

  footer {
    display: grid;
  }
}
