:root {
  --navy: #082945;
  --navy2: #0d3554;
  --ink: #14243a;
  --cream: #f6f3ee;
  --line: #d8d4cc;
  --muted: #657080;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.65;
  background: #fff;
}
a {
  color: inherit;
}
.site-header {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 3.5%;
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
}
.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: var(--navy);
}
.brand-mark {
  border: 1px solid var(--navy);
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  font:
    600 25px "Cormorant Garamond",
    serif;
}
.brand-copy {
  display: grid;
  line-height: 1;
}
.brand-copy strong {
  font:
    600 34px "Cormorant Garamond",
    serif;
  letter-spacing: 0.18em;
}
.brand-copy small {
  font-size: 12px;
  letter-spacing: 0.24em;
  text-align: center;
}
.brand-copy em {
  font-size: 8px;
  letter-spacing: 0.14em;
  margin-top: 8px;
  font-style: normal;
}
.main-nav {
  display: flex;
  gap: 27px;
  align-items: center;
}
.main-nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover,
.main-nav a.active {
  border-color: var(--navy);
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
}
.menu-toggle span {
  display: block;
  width: 27px;
  height: 2px;
  background: var(--navy);
  margin: 5px;
}
.hero2 {
  min-height: 57px;
  background: url("assets/tbackg.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}
.hero {
  min-height: 575px;
  background: url("assets/tbackg.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
background: linear-gradient(
  90deg,
  rgba(4, 29, 49, 0.60) 0%,
  rgba(4, 29, 49, 0.40) 30%,
  rgba(4, 29, 49, 0.08) 55%,
  rgba(4, 29, 49, 0) 72%
);
}
.hero-content {
  position: relative;
  color: #fff;
  width: min(600px, 88%);
  margin-left: 4.5%;
}
.eyebrow,
.section-label {
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero h1,
.page-hero h1,
.content-section h2,
.about-section h2,
.contact-page h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}
.hero h1 {
  font-size: 58px;
  line-height: 1.04;
  margin: 15px 0;
}
.hero-text {
  font-size: 17px;
  max-width: 500px;
}
.accent-line {
  display: block;
  width: 75px;
  height: 2px;
  background: #fff;
  margin: 24px 0;
}
.btn {
  display: inline-block;
  background: #46657f;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 0;
  padding: 16px 27px;
  cursor: pointer;
  font: 600 13px Montserrat;
}
.btn:hover {
  background: #254b69;
}
.practice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 28px 4%;
  gap: 0;
}
.practice-card {
  padding: 18px 28px;
  border-right: 1px solid var(--line);
}
.practice-card:last-child {
  border-right: 0;
}
.practice-card .icon {
  font-size: 38px;
  color: var(--navy);
}
.practice-card h2 {
  font:
    600 24px "Cormorant Garamond",
    serif;
  text-transform: uppercase;
  color: var(--navy);
}
.practice-card p {
  font-size: 14px;
}
.practice-card a,
.text-link {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--navy);
  font-weight: 600;
}
.about-section {
  background: var(--cream);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 55px;
  padding: 80px 7%;
}
.about-section h2 {
  font-size: 46px;
  line-height: 1.15;
  margin: 10px 0;
}
.dark {
  color: var(--navy);
}
.about-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.about-panel div {
  background: #fff;
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.about-panel strong {
  font:
    600 38px "Cormorant Garamond",
    serif;
  color: var(--navy);
}
.page-hero > div {
  max-width: 850px;
}
.page-hero h1 {
  font-size: 58px;
  line-height: 1.05;
  margin: 12px 0;
}
.page-hero p:last-child {
  max-width: 760px;
  font-size: 17px;
}

.page-hero {

background:
  linear-gradient(
    to right,
    rgba(5, 34, 56, 0.80),
    rgba(5, 34, 56, 0.55)
  ),
  url("assets/tbackg.jpg") center 38% / cover;

  min-height: 330px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 65px 8%;
}
.page-hero > div {
  max-width: 850px;
}
.page-hero h1 {
  font-size: 58px;
  line-height: 1.05;
  margin: 12px 0;
}
.page-hero p:last-child {
  max-width: 760px;
  font-size: 17px;
}
.subnav {
  position: sticky;
  top: 96px;
  z-index: 80;
  background: #fff;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  flex-wrap: wrap;
}
.subnav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.09em;
  color: var(--navy);
}
.content-section {
  padding: 75px 7%;
}
.content-section.alt,
.content-section:nth-of-type(even) {
  background: var(--cream);
}
.content-wrap {
  max-width: 1050px;
  margin: auto;
}
.content-section h2 {
  font-size: 43px;
  line-height: 1.15;
  margin: 8px 0 24px;
  color: var(--navy);
}
.content-section p {
  font-size: 16px;
}
.service-list {
  columns: 2;
  column-gap: 50px;
  margin-top: 30px;
  padding-left: 22px;
}
.service-list li {
  break-inside: avoid;
  margin: 0 0 12px;
}
.attorney-grid {
  display: grid;
  gap: 65px;
}
.attorney-card {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 40px;
  align-items: start;
}
.attorney-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 75% center;
}
.attorney-card h2 {
  margin: 0;
}
.role {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #647486;
  font-size: 12px;
}
.initials {
  width: 270px;
  height: 270px;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  font:
    600 72px "Cormorant Garamond",
    serif;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.values-grid article {
  border-top: 3px solid var(--navy);
  padding: 22px;
  background: #fff;
}
.values-grid h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  color: var(--navy);
}
.contact-page {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  padding: 80px 7%;
}
.contact-details h2 {
  font-size: 42px;
}
.contact-item {
  display: flex;
  gap: 18px;
  margin: 28px 0;
}
.contact-item > span {
  width: 38px;
  height: 38px;
  background: var(--navy);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.contact-item p {
  margin: 4px 0;
}
.contact-social {
  display: flex;
  gap: 12px;
  margin: 25px 0;
}
.contact-social a,
.socials a {
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-weight: 600;
}
.notice {
  font-size: 12px;
  color: var(--muted);
}
.contact-form {
  background: var(--cream);
  padding: 38px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #c9c6bf;
  background: #fff;
  font: 14px Montserrat;
}
.honeypot {
  position: absolute !important;
  left: -9999px !important;
}
.form-status {
  min-height: 24px;
  font-size: 13px;
}
.site-footer {
  background: var(--navy);
  color: #fff;
  padding: 40px 6% 18px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 40px;
  align-items: start;
}
.footer-main p {
  margin: 5px 0;
  font-size: 13px;
}
.footer-main a {
  text-decoration: none;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.socials {
  display: flex;
  gap: 10px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 18px;
  font-size: 11px;
  text-align: center;
}
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: 0.7s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1100px) {
  .main-nav {
    gap: 14px;
  }
  .main-nav a {
    font-size: 10px;
  }
  .brand-copy em {
    display: none;
  }
  .practice-grid {
    grid-template-columns: 1fr 1fr;
  }
  .practice-card:nth-child(2) {
    border-right: 0;
  }
  .practice-card {
    border-bottom: 1px solid var(--line);
  }
}
@media (max-width: 820px) {
  .site-header {
    height: 82px;
  }
  .brand-mark {
    width: 55px;
    height: 55px;
  }
  .brand-copy strong {
    font-size: 25px;
  }
  .brand-copy small {
    font-size: 9px;
  }
  .menu-toggle {
    display: block;
  }
  .main-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
    flex-direction: column;
    padding: 24px;
  }
  .main-nav.open {
    display: flex;
  }
  .hero {
    min-height: 560px;
    background-position: 65% center;
  }
  .hero-overlay {
    background: rgba(4, 29, 49, 0.78);
  }
  .hero-content {
    margin: auto;
  }
  .hero h1,
  .page-hero h1 {
    font-size: 43px;
  }
  .practice-grid,
  .about-section,
  .contact-page {
    grid-template-columns: 1fr;
  }
  .service-list {
    columns: 1;
  }
  .subnav {
    top: 82px;
  }
  .attorney-card {
    grid-template-columns: 1fr;
  }
  .attorney-card img,
  .initials {
    width: 100%;
    max-width: 360px;
  }
  .values-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-main {
    grid-template-columns: 1fr;
  }
  .field-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .brand-copy em {
    display: none;
  }
  .practice-grid {
    grid-template-columns: 1fr;
  }
  .practice-card {
    border-right: 0;
  }
  .about-panel,
  .values-grid {
    grid-template-columns: 1fr;
  }
  .page-hero,
  .content-section,
  .contact-page {
    padding-left: 5%;
    padding-right: 5%;
  }
  .contact-form {
    padding: 24px;
  }
}

.law-banner{
    background: linear-gradient(to bottom,#f7f9fc 0%,#e7edf5 50%,#d8e2ee 100%);
    border-top:1px solid #ffffff;
    border-bottom:1px solid #c7d3df;
    color:#1f3650;
    text-align:center;
    padding:18px 20px;
    min-height:62px;
    display:flex;
    align-items:center;
    justify-content:center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 17px;
    letter-spacing:.3px;
    box-shadow:0 3px 10px rgba(0,0,0,.10);
}

.law-banner a{
    color:#0f4c81;
    text-decoration:none;
    margin-left:6px;
    font-weight:700;
}

.law-banner a:hover{
    color:#8a6a2f;
    text-decoration:underline;
}
