:root {
  --ink: #111315;
  --muted: #5d646b;
  --line: #d9d3c7;
  --paper: #f7f3eb;
  --panel: #ffffff;
  --navy: #17283a;
  --green: #19453a;
  --gold: #c8a85b;
  --rust: #9b4f35;
  --shadow: 0 24px 70px rgba(21, 27, 34, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

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

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-180%);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  padding: 0.65rem 0.9rem;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 32px clamp(24px, 5vw, 88px);
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(10, 13, 17, 0.9);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  padding-block: 15px;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1610px;
  margin: 0 auto;
}

.brand {
  display: grid;
  gap: 0.18rem;
  color: #fff;
  min-width: 230px;
}

.is-scrolled .brand,
.menu-open .brand {
  color: #fff;
}

.brand strong,
.brand small,
.brand em {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.brand strong {
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.72rem;
  line-height: 1;
}

.brand small {
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 1;
}

.brand em {
  color: #fff;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  opacity: 0.9;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 1.9vw, 2.05rem);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.is-scrolled .nav-menu {
  color: rgba(255, 255, 255, 0.88);
}

.nav-menu a {
  padding: 0.6rem 0.1rem;
}

.nav-menu a:not(.nav-cta):hover {
  color: var(--gold);
}

.nav-cta {
  border: 0;
  border-radius: 4px;
  background: var(--gold);
  color: #17120a;
  margin-left: 0.9rem;
  padding: 1.16rem 1.32rem !important;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: transparent;
  color: #fff;
}

.is-scrolled .nav-toggle,
.menu-open .nav-toggle {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background: #070a0e;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    linear-gradient(
      90deg,
      rgba(7, 10, 14, 0.42) 0%,
      rgba(7, 10, 14, 0.52) 34%,
      rgba(7, 10, 14, 0.78) 57%,
      rgba(7, 10, 14, 0.98) 86%
    ),
    url("assets/IMG_2278.jpg") center 42% / cover;
  opacity: 0.86;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(7, 10, 14, 0.08), rgba(7, 10, 14, 0.12) 40%, rgba(7, 10, 14, 0.92) 100%),
    radial-gradient(circle at 16% 20%, rgba(200, 168, 91, 0.1), transparent 25rem);
}

.hero-inner {
  position: relative;
  z-index: 1;
  align-self: start;
  width: min(1610px, calc(100% - 120px));
  margin: 0 auto;
  padding: 17.4rem 0 5rem;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  line-height: 1.04;
}

h1 {
  max-width: 1120px;
  margin-bottom: 2.15rem;
  color: #f5f0e8;
  font-size: clamp(2.9rem, 4.05vw, 4.95rem);
  letter-spacing: 0;
  line-height: 1.08;
}

h1 span {
  display: block;
  white-space: nowrap;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 4.2rem);
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.1rem;
}

.hero-copy {
  max-width: 720px;
  margin-bottom: 3.85rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.06vw, 1.16rem);
  font-weight: 500;
  line-height: 1.58;
}

.hero-actions,
.contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0.95rem 1.65rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.button.primary {
  background: var(--gold);
  color: #17120a;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: #fff;
  background: rgba(7, 10, 14, 0.16);
}

.section,
.contact,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.split {
  display: grid;
  grid-template-columns: 0.75fr 2fr;
  gap: clamp(2rem, 7vw, 6rem);
}

.section-main > p,
.contact p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: 100%;
  margin: 0;
  padding: 1px;
  background:
    radial-gradient(circle at 18% 8%, rgba(200, 168, 91, 0.18), transparent 28rem),
    linear-gradient(135deg, #06080b 0%, #111820 42%, #07090d 100%);
  box-shadow: 0 28px 80px rgba(4, 7, 10, 0.26);
}

.practice-card {
  position: relative;
  min-height: 330px;
  padding: clamp(1.4rem, 4vw, 2.1rem);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(6, 9, 13, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.practice-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 22% 18%, rgba(200, 168, 91, 0.2), transparent 18rem);
  opacity: 0;
  transition: opacity 180ms ease;
}

.practice-card:hover,
.practice-card:focus-within {
  z-index: 2;
  transform: translateY(-8px) scale(1.015);
  border-color: rgba(200, 168, 91, 0.95);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(10, 14, 20, 0.94);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(200, 168, 91, 0.28);
}

.practice-card:hover::before,
.practice-card:focus-within::before {
  opacity: 1;
}

.practice-card span {
  position: relative;
  display: block;
  margin-bottom: 4.2rem;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.practice-card h3 {
  position: relative;
  color: #fff;
}

.practice-card p {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
}

.practice-card a {
  position: relative;
  display: inline-flex;
  margin-top: 1rem;
  color: rgba(236, 212, 160, 0.94);
  font-weight: 800;
}

.practice-card a:hover {
  color: #fff;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.service-list div {
  border-top: 1px solid var(--line);
  padding-top: 1.1rem;
}

.service-list p {
  color: var(--muted);
}

.press-carousel {
  position: relative;
  max-width: 100%;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  overflow: hidden;
  border-block: 1px solid rgba(180, 137, 69, 0.28);
  padding-block: 1.1rem;
}

.press-carousel::before,
.press-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: clamp(3rem, 10vw, 8rem);
  height: 100%;
  pointer-events: none;
}

.press-carousel::before {
  left: 0;
  background: linear-gradient(90deg, var(--paper), rgba(247, 243, 235, 0));
}

.press-carousel::after {
  right: 0;
  background: linear-gradient(270deg, var(--paper), rgba(247, 243, 235, 0));
}

.press-track {
  display: flex;
  width: max-content;
  gap: clamp(1rem, 2vw, 1.6rem);
  animation: press-scroll 34s linear infinite;
}

.press-carousel:hover .press-track {
  animation-play-state: paused;
}

.press-logo {
  display: grid;
  flex: 0 0 190px;
  height: 92px;
  place-items: center;
  border: 1px solid rgba(180, 137, 69, 0.22);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 40px rgba(23, 28, 34, 0.07);
}

.press-logo img {
  width: 150px;
  height: 56px;
  object-fit: contain;
}

.editorial-section {
  width: 100%;
  margin: 0;
  background: #07090d;
}

.editorial-row {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(390px, 0.72fr);
  min-height: clamp(520px, 58vw, 680px);
  background:
    radial-gradient(circle at 70% 20%, rgba(200, 168, 91, 0.12), transparent 30rem),
    linear-gradient(135deg, #090b0f 0%, #121820 48%, #07090d 100%);
}

.editorial-row + .editorial-row {
  border-top: 1px solid rgba(200, 168, 91, 0.18);
}

.editorial-row.reverse {
  grid-template-columns: minmax(390px, 0.72fr) minmax(0, 1.28fr);
}

.editorial-media {
  position: relative;
  min-height: inherit;
  margin: 0;
  overflow: hidden;
  background: #05070a;
}

.editorial-media::before,
.editorial-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.editorial-media::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.24), rgba(7, 9, 13, 0.68)),
    linear-gradient(180deg, rgba(7, 9, 13, 0.14), rgba(7, 9, 13, 0.82));
}

.editorial-row.reverse .editorial-media::before {
  background:
    linear-gradient(270deg, rgba(7, 9, 13, 0.2), rgba(7, 9, 13, 0.7)),
    linear-gradient(180deg, rgba(7, 9, 13, 0.14), rgba(7, 9, 13, 0.82));
}

.editorial-media::after {
  z-index: 2;
  border-inline: 1px solid rgba(200, 168, 91, 0.28);
}

.editorial-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.08);
  transition: transform 340ms ease, filter 340ms ease;
}

.editorial-row:hover .editorial-media img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.12);
}

.editorial-copy {
  display: grid;
  align-content: center;
  max-width: 560px;
  padding: clamp(3rem, 5vw, 5rem) clamp(2rem, 5vw, 5.5rem);
  color: #fff;
}

.editorial-row.reverse .editorial-copy {
  justify-self: end;
}

.editorial-copy .section-kicker {
  margin-bottom: 1.2rem;
}

.editorial-copy h2 {
  max-width: 520px;
  margin-bottom: 1.3rem;
  color: #f5f0e8;
  font-size: clamp(2rem, 3.1vw, 3.7rem);
}

.editorial-copy p:not(.section-kicker) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  line-height: 1.62;
}

.editorial-copy p:last-child {
  margin-bottom: 0;
}

@keyframes press-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - clamp(0.5rem, 1vw, 0.8rem)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .press-track {
    animation: none;
  }
}

.legacy-band {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 2rem;
  align-items: center;
  width: 100%;
  margin: 0;
  padding-block: clamp(2rem, 5vw, 4rem);
  padding-inline: max(clamp(1.5rem, 5vw, 4rem), calc((100vw - 1180px) / 2 + clamp(2rem, 5vw, 4rem)));
  background:
    linear-gradient(135deg, rgba(72, 42, 24, 0.98), rgba(132, 82, 45, 0.96) 52%, rgba(80, 43, 24, 0.98)),
    radial-gradient(circle at 18% 18%, rgba(213, 176, 104, 0.25), transparent 32rem);
  color: #fff;
}

.legacy-band h2 {
  margin-bottom: 0.5rem;
}

.legacy-band blockquote {
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
  padding-left: 1.5rem;
}

.legacy-band blockquote p {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.8rem;
}

.legacy-band cite {
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
}

.contact {
  justify-content: space-between;
  padding: clamp(3rem, 6vw, 5rem) 0;
  border-top: 1px solid var(--line);
}

.contact .button {
  background: var(--ink);
  color: #fff;
}

.site-footer {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 2rem;
  padding: 2rem 0 3rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--ink);
}

@media (max-width: 850px) {
  .site-header {
    padding-inline: 18px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 1.35rem;
  }

  .brand small {
    font-size: 0.62rem;
  }

  .brand em {
    font-size: 0.56rem;
  }

  .nav-toggle {
    display: block;
    position: relative;
    z-index: 60;
  }

  .nav-menu {
    position: fixed;
    inset: 0;
    z-index: 55;
    display: grid;
    align-content: center;
    gap: 0.8rem;
    padding: 6rem 2rem 2rem;
    background: rgba(7, 10, 14, 0.97);
    color: #fff;
    font-size: 1.35rem;
    transform: translateX(100%);
    transition: transform 180ms ease;
  }

  .nav-menu.is-open {
    transform: translateX(0);
  }

  .nav-cta {
    width: fit-content;
  }

  .hero {
    min-height: 100vh;
  }

  .hero-media {
    background-position: 43% center;
  }

  .hero-inner {
    align-self: end;
    padding-bottom: 4.5rem;
  }

  h1 {
    max-width: 720px;
    font-size: clamp(3.1rem, 10vw, 4.8rem);
  }

  h1 span {
    white-space: normal;
  }

  .practice-grid,
  .split,
  .editorial-row,
  .editorial-row.reverse,
  .legacy-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .editorial-copy,
  .editorial-row.reverse .editorial-copy {
    max-width: none;
    justify-self: stretch;
    padding: clamp(2.4rem, 8vw, 4rem) clamp(1.2rem, 6vw, 2.2rem);
  }

  .editorial-row.reverse .editorial-media {
    order: 0;
  }

  .editorial-media,
  .editorial-media img {
    min-height: 360px;
  }

  .practice-card {
    min-height: auto;
  }

  .practice-card span {
    margin-bottom: 2.2rem;
  }

  .service-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 3rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

}
