/* ============================================================
   Beck Law Office — landing page styles
   ============================================================ */

:root {
  --ink: #0c141a;
  --ink-2: #15242e;
  --ink-3: #1d3340;
  --teal: #5c8a93;
  --teal-lt: #9fc3cc;
  --gold: #e7a648;
  --gold-lt: #f2c57f;
  --gold-dk: #c4842b;
  --cream: #f5f1e8;
  --cream-2: #eae3d5;
  --paper: #ffffff;
  --body: #3d4650;
  --muted: #6b7783;
  --line: rgba(231, 166, 72, 0.32);

  --display: "Lora", Georgia, serif;
  --sans: "Lexend", "Helvetica Neue", Arial, sans-serif;

  --container-max: 1760px;
  --container-pad: 45px;
  --nav-breakpoint: 1200px;
  --site-chrome-height: 174px;
}

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

html {
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--sans);
  color: var(--body);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.is-locked {
  overflow: hidden;
}

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

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

h1,
h2,
h3,
h4 {
  font-family: var(--display);
  font-weight: 600;
  color: var(--ink);
  margin: 0;
  line-height: 1.14;
  letter-spacing: -0.01em;
}

p {
  margin: 0 0 1.15em;
}

p:last-child {
  margin-bottom: 0;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.container {
  width: 95%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}

/* ------------------------------------------------------------------ */
/* Eyebrow                                                             */
/* ------------------------------------------------------------------ */

.eyebrow {
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
}

.eyebrow::before {
  content: "";
  width: 44px;
  height: 2px;
  background: var(--gold);
  flex: none;
}

.eyebrow--dark {
  color: var(--gold-dk);
}

.eyebrow--dark::before {
  background: var(--gold-dk);
}

.eyebrow--center {
  justify-content: center;
}

/* ------------------------------------------------------------------ */
/* Buttons                                                             */
/* ------------------------------------------------------------------ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.005em;
  padding: 17px 40px;
  border-radius: 999px;
  white-space: nowrap;
  transition: 0.28s cubic-bezier(0.2, 0.7, 0.3, 1);
  border: 2px solid transparent;
  cursor: pointer;
  max-width: 100%;
  line-height: 1.35;
}

.btn--gold {
  background: linear-gradient(180deg, var(--gold-lt), var(--gold));
  color: #1a1204;
  box-shadow: 0 12px 30px -12px rgba(231, 166, 72, 0.75);
}

.btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -14px rgba(231, 166, 72, 0.9);
}

.btn--sm {
  font-size: 16px;
  padding: 13px 30px;
}

@media (max-width: 980px) {
  .btn {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .hero__actions .btn {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 15px 22px;
  }
}

/* ------------------------------------------------------------------ */
/* Utility bar                                                         */
/* ------------------------------------------------------------------ */

.utility {
  background: #070c10;
  color: rgba(245, 241, 232, 0.62);
  font-size: 13.5px;
  letter-spacing: 0.04em;
}

.utility__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 44px;
  padding-top: 6px;
  padding-bottom: 6px;
  flex-wrap: wrap;
}

.utility strong {
  color: var(--gold);
  font-weight: 500;
}

/* ------------------------------------------------------------------ */
/* Header                                                              */
/* ------------------------------------------------------------------ */

.header {
  position: relative;
  z-index: 40;
  background: var(--ink);
}

.header__overlay {
  display: none;
}

.header__top {
  position: relative;
  background: var(--ink);
}

.header__top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 2vw, 36px);
  padding-top: 18px;
  padding-bottom: 18px;
}

.header__brand {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
  flex-shrink: 0;
}

.header__logo {
  height: 90px;
  width: auto;
  flex-shrink: 0;
  max-width: none;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.55));
}

.header__brand-rule {
  width: 1px;
  height: 62px;
  background: linear-gradient(180deg, transparent, var(--line), transparent);
  flex: none;
}

.header__brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.header__brand-sub {
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.header__brand-name {
  font-family: var(--display);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 500;
  color: var(--cream);
  letter-spacing: 0.005em;
  line-height: 1.3;
}

.header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  z-index: 3;
}

.header__toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--cream);
  border-radius: 1px;
  transition:
    transform 0.28s ease,
    opacity 0.28s ease;
}

.header.is-open .header__toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header.is-open .header__toggle-bar:nth-child(2) {
  opacity: 0;
}

.header.is-open .header__toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header__nav {
  position: relative;
  z-index: 2;
  background: var(--cream);
  border-bottom: 3px solid var(--ink);
}

.header__nav-inner {
  display: flex;
  align-items: stretch;
}

.header__nav-list {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
}

.header__nav-item {
  flex-shrink: 0;
}

.header__nav-link {
  display: block;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 500;
  color: var(--ink);
  padding: 19px clamp(12px, 1.4vw, 26px);
  position: relative;
  letter-spacing: 0.015em;
  white-space: nowrap;
  transition: 0.24s;
  flex-shrink: 0;
}

.header__nav-item:first-child .header__nav-link {
  padding-left: 0;
}

.header__nav-link::after {
  content: "";
  position: absolute;
  left: clamp(12px, 1.4vw, 26px);
  right: clamp(12px, 1.4vw, 26px);
  bottom: 12px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.header__nav-item:first-child .header__nav-link::after {
  left: 0;
}

.header__nav-link:hover {
  color: var(--gold-dk);
}

.header__nav-link:hover::after {
  transform: scaleX(1);
}

.header__nav-extras {
  display: none;
}

.header__cta {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 28px);
  flex-wrap: nowrap;
  flex-shrink: 0;
  margin-left: auto;
}

.header__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
  flex-shrink: 0;
}

.header__phone-label {
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.55);
  margin-bottom: 5px;
}

.header__phone-number {
  font-family: var(--display);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 600;
  color: var(--cream);
  white-space: nowrap;
}

.header__cta .header__phone:hover .header__phone-number,
.header__phone:hover .header__phone-number {
  color: var(--gold);
}

.header__cta .btn {
  font-size: clamp(13px, 1.05vw, 16px);
  padding: clamp(10px, 0.9vw, 13px) clamp(16px, 1.6vw, 30px);
  flex-shrink: 0;
}

/* Mobile nav ≤ 1200px */
@media (max-width: 1200px) {
  .header__overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1;
    background: rgba(8, 13, 17, 0.55);
  }

  .header__overlay[hidden] {
    display: none;
  }

  .header__top {
    position: relative;
    z-index: 2;
  }

  .header__toggle {
    display: flex;
  }

  .header__cta {
    display: none;
  }

  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 88vw);
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 84px 28px 40px;
    background: var(--cream);
    border-bottom: 0;
    box-shadow: -18px 0 48px rgba(8, 13, 17, 0.35);
    z-index: 2;
    overflow-y: auto;
    transform: translateX(105%);
    transition: transform 0.32s cubic-bezier(0.2, 0.7, 0.3, 1);
  }

  .header__nav-inner {
    flex-direction: column;
    height: 100%;
    gap: 28px;
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .header.is-open .header__nav {
    transform: translateX(0);
  }

  .header.is-open .header__toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 4;
  }

  .header.is-open .header__toggle-bar {
    background: var(--ink);
  }

  .header__nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .header__nav-link {
    font-size: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(12, 20, 26, 0.1);
    white-space: normal;
  }

  .header__nav-item:first-child .header__nav-link {
    padding-left: 0;
  }

  .header__nav-link::after {
    display: none;
  }

  .header__nav-extras {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: auto;
    padding-top: 8px;
  }

  .header__nav-extras .header__phone {
    align-items: flex-start;
  }

  .header__nav-extras .header__phone-label {
    color: var(--muted);
  }

  .header__nav-extras .header__phone-number {
    color: var(--ink);
    font-size: 22px;
  }

  .header__nav-extras .btn {
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 760px) {
  .header__logo {
    height: 67px;
  }

  .header__brand-rule {
    display: none;
  }

  .header__brand-name {
    font-size: 18px;
  }

  .utility__inner {
    justify-content: center;
    text-align: center;
  }
}

/* ------------------------------------------------------------------ */
/* Hero                                                                */
/* ------------------------------------------------------------------ */

.hero {
  position: relative;
  background: var(--ink);
  overflow: hidden;
  isolation: isolate;
  padding: clamp(24px, 4vw, 56px) clamp(20px, 3vw, 40px) 0;
  height: calc(100vh - var(--site-chrome-height));
  height: calc(100dvh - var(--site-chrome-height));
  height: calc(100svh - var(--site-chrome-height));
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 95% at 78% 100%, rgba(70, 110, 117, 0.34), transparent 62%),
    linear-gradient(
      96deg,
      rgba(8, 13, 17, 0.97) 0%,
      rgba(9, 15, 20, 0.9) 42%,
      rgba(12, 20, 26, 0.6) 72%,
      rgba(12, 20, 26, 0.42) 100%
    );
}

.hero__mark {
  position: absolute;
  right: 26%;
  top: 50%;
  transform: translateY(-50%);
  height: 500px;
  width: auto;
  opacity: 0.042;
  pointer-events: none;
  z-index: 0;
}

.hero__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: min(100%, 640px);
  padding: clamp(16px, 3vw, 40px) clamp(0px, 1vw, 12px) clamp(24px, 4vw, 48px);
}

.hero__title {
  font-size: clamp(38px, 3.85vw, 60px);
  color: var(--cream);
  line-height: 1.09;
  letter-spacing: -0.018em;
}

.hero__title em {
  font-style: normal;
  color: var(--gold);
  display: block;
}

.hero__lede {
  font-family: var(--display);
  font-size: clamp(18px, 1.42vw, 22px);
  font-weight: 400;
  font-style: italic;
  color: var(--teal-lt);
  margin: 24px 0 0;
  line-height: 1.5;
  max-width: 700px;
}

.hero__rule {
  width: 74px;
  height: 2px;
  background: var(--gold);
  margin: 30px 0 26px;
}

.hero__text {
  font-size: 19px;
  font-weight: 500;
  color: rgba(245, 241, 232, 0.9);
  letter-spacing: 0.01em;
  margin: 0 0 34px;
  max-width: 600px;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.hero__phone {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  flex: none;
}

.hero__phone-label {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.55);
  margin-bottom: 6px;
}

.hero__phone-number {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
  color: var(--cream);
  white-space: nowrap;
}

.hero__phone-number:hover {
  color: var(--gold);
}

.hero__visual {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

.hero__visual::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -14%;
  width: 128%;
  height: 82%;
  background: radial-gradient(50% 56% at 50% 100%, rgba(159, 195, 204, 0.26), transparent 70%);
  pointer-events: none;
}

.hero__image {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom center;
}

@media (max-width: 1400px) {
  .hero__visual {
    width: 44%;
  }
}

@media (max-width: 1200px) {
  .hero__mark {
    height: 400px;
    right: 12%;
  }

  .hero__visual {
    width: 40%;
  }

  .header__logo {
    height: 78px;
  }
}

@media (max-width: 768px) {
  .hero {
    height: auto;
    min-height: calc(100svh - var(--site-chrome-height));
    padding: clamp(28px, 5vw, 40px) clamp(16px, 4vw, 24px) 0;
  }

  .hero__inner {
    height: auto;
  }

  .hero__content {
    max-width: 100%;
    padding: 8px 0 0;
  }

  .hero__mark {
    display: none;
  }

  .hero__visual {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 24px;
    justify-content: center;
  }

  .hero__image {
    height: min(520px, 70vw);
    max-width: 100%;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }

  .hero__phone {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .hero__image {
    height: 400px;
  }
}

/* ------------------------------------------------------------------ */
/* Accolades                                                           */
/* ------------------------------------------------------------------ */

.accolades {
  background: var(--cream);
  border-bottom: 1px solid var(--cream-2);
}

.accolades__inner {
  padding-top: 44px;
  padding-bottom: 44px;
}

.accolades__label {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
  margin: 0 0 30px;
}

.accolades__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: center;
}

.accolades__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 6px 30px;
  border-left: 1px solid rgba(12, 20, 26, 0.13);
}

.accolades__item:first-child {
  border-left: 0;
}

.accolades__badge {
  width: auto;
  opacity: 0.72;
  transition: opacity 0.3s ease;
}

.accolades__item:hover .accolades__badge {
  opacity: 1;
}

.accolades__badge--mdaf {
  height: 84px;
}

.accolades__badge--ntl {
  height: 60px;
}

.accolades__badge--sl {
  height: 40px;
}

.accolades__badge--aaj {
  height: 49px;
}

/* ------------------------------------------------------------------ */
/* Sections                                                            */
/* ------------------------------------------------------------------ */

.section {
  padding-top: 104px;
  padding-bottom: 104px;
}

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

.section__title {
  font-size: clamp(30px, 2.75vw, 44px);
  line-height: 1.12;
}

.section__lede {
  font-family: var(--display);
  font-size: clamp(19px, 1.5vw, 23px);
  font-weight: 400;
  font-style: italic;
  color: var(--teal);
  margin: 16px 0 0;
  line-height: 1.45;
}

.section__head--center {
  text-align: center;
}

.section__head--center .section__lede {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------------------------------------ */
/* About                                                               */
/* ------------------------------------------------------------------ */

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 78px;
  align-items: center;
}

.about__media {
  position: relative;
}

.about__media img {
  border-radius: 3px;
  box-shadow: 0 34px 70px -32px rgba(12, 20, 26, 0.55);
}

.about__media::after {
  content: "";
  position: absolute;
  inset: auto auto -18px -18px;
  width: 172px;
  height: 172px;
  border-left: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  z-index: -1;
}

.about__body {
  font-size: 17px;
  color: var(--body);
  margin-top: 30px;
}

.about__body p {
  margin-bottom: 1.2em;
}

.about__pull {
  margin: 34px 0 0;
  padding: 26px 0 26px 30px;
  border-left: 3px solid var(--gold);
  font-family: var(--display);
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.5;
}

.about__content .btn {
  margin-top: 36px;
}

/* ------------------------------------------------------------------ */
/* Practice areas                                                      */
/* ------------------------------------------------------------------ */

.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 60px;
}

.practice {
  background: var(--paper);
  border-radius: 3px;
  overflow: hidden;
  box-shadow:
    0 3px 0 rgba(12, 20, 26, 0.06),
    0 26px 54px -30px rgba(12, 20, 26, 0.4);
  display: flex;
  flex-direction: column;
  transition: 0.34s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.practice:hover {
  transform: translateY(-7px);
  box-shadow:
    0 3px 0 var(--gold),
    0 34px 64px -28px rgba(12, 20, 26, 0.5);
}

.practice__figure {
  position: relative;
  aspect-ratio: 88 / 62;
  overflow: hidden;
}

.practice__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.practice:hover .practice__figure img {
  transform: scale(1.055);
}

.practice__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 13, 17, 0.9) 0%,
    rgba(8, 13, 17, 0.28) 46%,
    rgba(8, 13, 17, 0.05) 100%
  );
}

.practice__title {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 24px;
  z-index: 2;
  color: var(--cream);
  font-size: 25px;
  line-height: 1.2;
}

.practice__body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.practice__body p {
  font-size: 16px;
  color: var(--body);
  margin-bottom: 22px;
}

.practice__more {
  margin-top: auto;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dk);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.practice__more span {
  transition: transform 0.3s;
}

.practice:hover .practice__more span {
  transform: translateX(6px);
}

/* ------------------------------------------------------------------ */
/* Case results                                                        */
/* ------------------------------------------------------------------ */

.section--cases {
  position: relative;
  background: var(--ink);
  color: var(--cream);
  overflow: hidden;
  isolation: isolate;
}

.cases__bg {
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/bg-cases.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.28;
}

.cases__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 13, 17, 0.93), rgba(8, 13, 17, 0.86));
}

.cases__inner {
  position: relative;
}

.section--cases .section__title {
  color: var(--cream);
}

.section--cases .section__lede {
  color: var(--teal-lt);
}

.cases__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 58px;
}

.case {
  background: rgba(245, 241, 232, 0.045);
  border: 1px solid rgba(245, 241, 232, 0.13);
  border-top: 3px solid var(--gold);
  border-radius: 3px;
  padding: 34px 28px 28px;
  display: flex;
  flex-direction: column;
  transition: 0.32s;
}

.case:hover {
  background: rgba(245, 241, 232, 0.085);
  transform: translateY(-6px);
}

.case__amount {
  font-family: var(--display);
  font-size: 38px;
  font-weight: 600;
  color: var(--gold);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
}

.case__amount--text {
  font-size: 24px;
  color: var(--cream);
  line-height: 1.25;
}

.case__kind {
  font-size: 15px;
  color: rgba(245, 241, 232, 0.72);
  margin: 14px 0 0;
  line-height: 1.55;
  flex: 1;
}

.case__kind b {
  color: var(--cream);
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
}

.case__more {
  margin-top: 24px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.cases__note {
  margin-top: 40px;
  font-size: 13px;
  color: rgba(245, 241, 232, 0.42);
  text-align: center;
  line-height: 1.6;
}

/* ------------------------------------------------------------------ */
/* Values                                                              */
/* ------------------------------------------------------------------ */

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 56px;
  border-top: 1px solid var(--cream-2);
}

.value {
  padding: 38px 44px 38px 0;
  border-bottom: 1px solid var(--cream-2);
  display: flex;
  gap: 26px;
}

.value:nth-child(even) {
  padding-left: 44px;
  border-left: 1px solid var(--cream-2);
}

.value__num {
  font-family: var(--display);
  font-size: 15px;
  font-weight: 600;
  color: var(--gold-dk);
  flex: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
}

.value__title {
  font-size: 22px;
  margin-bottom: 11px;
  line-height: 1.24;
}

.value__body p {
  font-size: 16px;
  margin: 0;
}

.value__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dk);
}

/* ------------------------------------------------------------------ */
/* Testimonial                                                         */
/* ------------------------------------------------------------------ */

.section--testimonial {
  background: var(--ink-2);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.section--testimonial::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 100% at 50% 0%, rgba(70, 110, 117, 0.4), transparent 68%);
}

.testimonial {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

.section--testimonial .section__title {
  color: var(--cream);
}

.testimonial__stars {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 34px 0 26px;
}

.testimonial__stars svg {
  width: 26px;
  height: 26px;
  fill: var(--gold);
}

.testimonial__quote {
  font-family: var(--display);
  font-size: clamp(23px, 2.15vw, 33px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  color: var(--cream);
  margin: 0;
}

.testimonial__name {
  margin-top: 32px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.testimonial__name em {
  display: block;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: none;
  color: rgba(245, 241, 232, 0.55);
  font-size: 14px;
  margin-top: 8px;
}

/* ------------------------------------------------------------------ */
/* Contact                                                             */
/* ------------------------------------------------------------------ */

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 78px;
  align-items: start;
}

.contact__list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.contact__item {
  display: flex;
  gap: 18px;
  padding: 19px 0;
  border-bottom: 1px solid var(--cream-2);
  align-items: flex-start;
}

.contact__item:first-child {
  border-top: 1px solid var(--cream-2);
}

.contact__icon {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.contact__icon svg {
  width: 17px;
  height: 17px;
  fill: var(--gold);
}

.contact__label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}

.contact__value {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
}

.form {
  background: var(--paper);
  border-radius: 3px;
  border-top: 3px solid var(--gold);
  padding: 44px;
  box-shadow: 0 30px 66px -32px rgba(12, 20, 26, 0.42);
}

.form__title {
  font-size: 26px;
  margin-bottom: 8px;
}

.form__sub {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 30px;
}

.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.field {
  margin-bottom: 20px;
}

.field label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 9px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-family: var(--sans);
  font-size: 15.5px;
  color: var(--ink);
  background: #fbfaf7;
  border: 1px solid #d8d2c6;
  border-radius: 3px;
  transition: 0.24s;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.field textarea {
  height: 120px;
  padding: 12px 15px;
  line-height: 1.6;
  resize: vertical;
}

.field select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%236B7783' stroke-width='1.6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  padding-right: 40px;
  cursor: pointer;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(231, 166, 72, 0.16);
}

.form .btn {
  width: 100%;
  margin-top: 6px;
}

.form__note {
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 18px;
  line-height: 1.6;
  text-align: center;
}

/* ------------------------------------------------------------------ */
/* Footer                                                              */
/* ------------------------------------------------------------------ */

.footer {
  background: #070c10;
  color: rgba(245, 241, 232, 0.6);
  font-size: 15px;
}

.footer__inner {
  padding-top: 74px;
  padding-bottom: 44px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 60px;
}

.footer__logo {
  height: 110px;
  width: auto;
  max-width: none;
}

.footer__blurb {
  margin-top: 24px;
  max-width: 400px;
  font-size: 15px;
  line-height: 1.75;
}

.footer__heading {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}

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

.footer__list li {
  margin-bottom: 13px;
}

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

.footer__address {
  font-style: normal;
  line-height: 1.8;
}

.footer__phone {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  color: var(--cream);
  display: inline-block;
  margin-top: 8px;
}

.footer__bottom {
  border-top: 1px solid rgba(245, 241, 232, 0.1);
  padding-top: 26px;
  padding-bottom: 34px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(245, 241, 232, 0.4);
}

.footer__disclaimer {
  max-width: 900px;
  line-height: 1.7;
  margin: 0;
}

.footer__credit {
  margin: 0;
}

/* ------------------------------------------------------------------ */
/* Responsive                                                          */
/* ------------------------------------------------------------------ */

@media (max-width: 1400px) {
  .about,
  .contact {
    gap: 54px;
  }
}

@media (max-width: 1200px) {
  :root {
    --container-pad: 32px;
  }

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

  .accolades__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 0;
  }

  .accolades__item:nth-child(odd) {
    border-left: 0;
  }

  .footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }
}

@media (max-width: 980px) {
  .about,
  .contact {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .about__media::after {
    display: none;
  }

  .practice-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

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

  .value,
  .value:nth-child(even) {
    padding: 32px 0;
    border-left: 0;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 760px) {
  :root {
    --container-pad: 22px;
  }

  body {
    font-size: 16px;
  }

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

  .accolades__item {
    min-height: 88px;
    padding: 6px 14px;
  }

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

  .form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form {
    padding: 30px 24px;
  }

  .footer__inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}
