@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400;1,500&family=Mulish:wght@300;400;500&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background:
    radial-gradient(circle at top left, rgba(176, 138, 46, 0.1), transparent 28rem),
    linear-gradient(135deg, #ffffff 0%, #f7f7f7 54%, #eeeeee 100%);
}

.s {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.028) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(17, 17, 17, 0.022) 0 1px, transparent 1px 100%),
    transparent;
  background-size: 42px 42px;
  color: #111111;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.1rem 2.5rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.nav-brand {
  display: flex;
  flex-direction: column;
}

.nav-firm {
  color: #111111;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.nav-firm span {
  color: #b08a2e;
}

.nav-sub {
  margin-top: 1px;
  color: rgba(17, 17, 17, 0.68);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  color: rgba(17, 17, 17, 0.72);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
  color: #111111;
}

.nav-cta {
  border: 1px solid rgba(176, 138, 46, 0.6);
  border-radius: 2px;
  color: #b08a2e;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 7px 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
}

.nav-cta:hover {
  background: #b08a2e;
  color: #fff;
}

.nav-cta.active {
  background: #b08a2e;
  color: #fff;
}

.s a {
  color: #b08a2e;
  text-decoration: none;
}

.s a:hover {
  color: #8c6b1f;
}

.s a:focus-visible {
  outline: 1px solid #b08a2e;
  outline-offset: 3px;
}

.s .nav-links a {
  color: rgba(17, 17, 17, 0.72);
}

.s .nav-links a:hover,
.s .nav-links a.active {
  color: #111111;
}

.s .nav-cta {
  color: #b08a2e;
}

.s .nav-cta:hover,
.s .nav-cta.active {
  background: #b08a2e;
  color: #ffffff;
}

.menu-toggle,
.menu-backdrop {
  display: none;
}

.drawer-contact {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 2.5rem 3.5rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.78);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 4.2rem 2.5rem 3rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.78);
}

.page-hero::after {
  content: 'AK';
  position: absolute;
  top: 50%;
  right: -8px;
  color: rgba(17, 17, 17, 0.025);
  font-family: 'Playfair Display', serif;
  font-size: 170px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

.page-hero h1 {
  max-width: 720px;
  color: #111111;
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.page-hero p {
  max-width: 560px;
  margin-top: 1.4rem;
  color: rgba(17, 17, 17, 0.78);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
}

.hero::after {
  content: 'AK';
  position: absolute;
  top: 50%;
  right: -10px;
  color: rgba(17, 17, 17, 0.03);
  font-family: 'Playfair Display', serif;
  font-size: 220px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.4rem;
  color: #b08a2e;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: #b08a2e;
}

.hero-firm {
  color: #111111;
  font-family: 'Playfair Display', serif;
  font-size: 74px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.hero-firm span {
  color: #b08a2e;
}

.hero-chambers {
  margin-top: 0.4rem;
  color: rgba(17, 17, 17, 0.72);
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.hero-rule {
  width: 56px;
  height: 1.5px;
  margin: 1.5rem 0;
  background: #b08a2e;
}

.hero-tagline {
  max-width: 520px;
  color: rgba(17, 17, 17, 0.8);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 2rem;
}

.meta-item strong {
  display: block;
  margin-bottom: 1px;
  color: #111111;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.meta-item span {
  color: rgba(17, 17, 17, 0.68);
  font-size: 11px;
  letter-spacing: 0.03em;
}

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

.btn-gold,
.btn-outline {
  border-radius: 2px;
  font-size: 11px;
  letter-spacing: 0.12em;
  padding: 11px 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.s .btn-gold,
.s .btn-outline {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  text-align: center;
}

.btn-gold {
  background: #b08a2e;
  color: #fff;
  font-weight: 500;
  transition: opacity 0.2s;
}

.btn-gold:hover {
  opacity: 0.88;
}

.btn-outline {
  border: 1px solid rgba(17, 17, 17, 0.28);
  color: rgba(17, 17, 17, 0.72);
  transition: all 0.2s;
}

.btn-outline:hover {
  border-color: rgba(17, 17, 17, 0.5);
  color: #111111;
}

.s .btn-gold {
  border: 1px solid #b08a2e;
  background: #b08a2e;
  color: #ffffff;
}

.s .btn-gold:hover {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
  opacity: 1;
}

.s .btn-outline {
  border: 1px solid rgba(17, 17, 17, 0.32);
  background: rgba(255, 255, 255, 0.86);
  color: #111111;
}

.s .btn-outline:hover {
  border-color: #b08a2e;
  background: rgba(176, 138, 46, 0.08);
  color: #8c6b1f;
}

.sec {
  padding: 3rem 2.5rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.sec-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.8rem;
  color: #b08a2e;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sec-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(176, 138, 46, 0.18);
}

.practice-grid,
.courts-grid,
.contact-row {
  display: grid;
  gap: 1px;
  background: rgba(17, 17, 17, 0.14);
}

.practice-grid {
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
}

.practice-item {
  background: #ffffff;
  padding: 1.5rem 1.4rem;
  transition: background 0.2s, box-shadow 0.2s;
}

.practice-item:hover,
.update-item:hover {
  background: #f4f4f4;
}

.practice-num {
  margin-bottom: 0.8rem;
  color: rgba(176, 138, 46, 0.78);
  font-family: 'Playfair Display', serif;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.practice-title {
  margin-bottom: 0.5rem;
  color: #111111;
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
}

.practice-desc {
  color: rgba(17, 17, 17, 0.78);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.72;
}

.practice-arrow {
  display: block;
  margin-top: 0.9rem;
  color: #b08a2e;
  font-size: 14px;
}

.courts-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.court-item {
  background: #ffffff;
  color: rgba(17, 17, 17, 0.78);
  font-size: 13px;
  letter-spacing: 0.03em;
  padding: 0.9rem 1.2rem;
  transition: color 0.2s;
}

.court-item:hover {
  color: #111111;
}

.court-item::before {
  content: '-';
  margin-right: 8px;
  color: #b08a2e;
  font-size: 10px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: start;
}

.about-body {
  color: rgba(17, 17, 17, 0.82);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.86;
}

.about-body strong {
  color: #111111;
  font-weight: 500;
}

.about-body p + p {
  margin-top: 1rem;
}

.detail-list {
  display: grid;
  gap: 1px;
  background: rgba(17, 17, 17, 0.14);
}

.detail-list div {
  background: #ffffff;
  padding: 1rem 1.2rem;
}

.detail-list span {
  display: block;
  margin-bottom: 4px;
  color: rgba(176, 138, 46, 0.9);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.detail-list strong {
  color: rgba(17, 17, 17, 0.84);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.content-panel {
  max-width: 820px;
  margin-left: auto;
  background: #ffffff;
  color: rgba(17, 17, 17, 0.82);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.86;
}

.content-panel p + p {
  margin-top: 1rem;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px;
  background: rgba(17, 17, 17, 0.14);
}

.info-item {
  background: #ffffff;
  padding: 1.3rem 1.4rem;
}

.info-item h2,
.info-item h3 {
  margin-bottom: 0.6rem;
  color: #111111;
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

.info-item p,
.info-item li {
  color: rgba(17, 17, 17, 0.8);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.76;
}

.info-item ul {
  display: grid;
  gap: 0.35rem;
  list-style-position: inside;
}

.article-body {
  max-width: 820px;
  margin-left: auto;
  color: rgba(17, 17, 17, 0.82);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
}

.article-body h2 {
  margin: 2rem 0 0.7rem;
  color: #111111;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body p + p,
.article-body ul + p,
.article-body p + ul {
  margin-top: 1rem;
}

.article-body ul {
  display: grid;
  gap: 0.45rem;
  padding-left: 1.1rem;
}

.article-note {
  margin-top: 2rem;
  border-left: 2px solid #b08a2e;
  padding-left: 1rem;
  color: rgba(17, 17, 17, 0.68);
  font-size: 13px;
  line-height: 1.75;
}

.practice-item-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.update-item-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.practice-item-link:focus-visible,
.update-item-link:focus-visible {
  outline: 1px solid #b08a2e;
  outline-offset: 3px;
}

.updates-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1px;
  background: rgba(17, 17, 17, 0.14);
}

.update-item {
  background: #ffffff;
  padding: 1.4rem;
  transition: background 0.2s;
}

.update-tag {
  display: inline-block;
  margin-bottom: 0.8rem;
  border-radius: 1px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.13em;
  padding: 3px 8px;
  text-transform: uppercase;
}

.tag-ni {
  border: 1px solid rgba(176, 138, 46, 0.42);
  background: #ffffff;
  color: #111111;
}

.tag-msme {
  border: 1px solid rgba(176, 138, 46, 0.42);
  background: #111111;
  color: #ffffff;
}

.tag-rera {
  border: 1px solid rgba(176, 138, 46, 0.55);
  background: rgba(176, 138, 46, 0.12);
  color: #111111;
}

.update-title {
  margin-bottom: 0.5rem;
  color: #111111;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.update-excerpt {
  color: rgba(17, 17, 17, 0.78);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.72;
}

.update-date {
  margin-top: 1rem;
  color: rgba(17, 17, 17, 0.5);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.contact-row {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.contact-item {
  background: #ffffff;
  padding: 1.2rem 1.3rem;
}

.contact-item-label {
  margin-bottom: 5px;
  color: rgba(176, 138, 46, 0.9);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-item-value {
  color: rgba(17, 17, 17, 0.84);
  font-size: 14px;
  font-weight: 400;
}

.contact-item-value a {
  color: inherit;
  text-decoration: none;
}

.contact-item-value a:hover {
  color: #b08a2e;
}

.foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 2.5rem;
  border-top: 1px solid rgba(17, 17, 17, 0.14);
  background: #111111;
}

.foot-copy {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.foot-disc {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.6;
}

.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.foot-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s;
}

.foot-links a:hover {
  color: #d1a947;
}

.foot-links a:focus-visible {
  outline-color: #d1a947;
}

@media (max-width: 760px) {
  body.menu-open {
    overflow: hidden;
  }

  .nav {
    align-items: center;
    flex-direction: row;
    overflow: visible;
    padding: 1rem 1.25rem;
    background: #ffffff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .nav-brand {
    max-width: calc(100% - 58px);
  }

  .nav-sub {
    font-size: 9px;
    letter-spacing: 0.07em;
  }

  .nav-links {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 30;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    width: min(82vw, 330px);
    height: 100vh;
    height: 100dvh;
    padding: 5.25rem 1.45rem 1.45rem;
    border-left: 1px solid rgba(176, 138, 46, 0.32);
    background: #ffffff;
    box-shadow: -10px 0 26px rgba(17, 17, 17, 0.18);
    pointer-events: none;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.2s ease, visibility 0s linear 0.2s;
    visibility: hidden;
    will-change: transform;
  }

  .menu-open .nav-links {
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s ease;
    visibility: visible;
  }

  .nav-links li {
    border-bottom: 1px solid rgba(17, 17, 17, 0.14);
  }

  .nav-links a {
    display: block;
    color: rgba(17, 17, 17, 0.88);
    font-size: 13px;
    letter-spacing: 0.12em;
    padding: 1.05rem 0.1rem;
  }

  .nav-links a:hover,
  .nav-links a.active {
    color: #b08a2e;
  }

  .s .nav-links a {
    color: rgba(17, 17, 17, 0.9);
  }

  .s .nav-links a:hover,
  .s .nav-links a.active {
    color: #8c6b1f;
  }

  .nav-cta {
    display: none;
  }

  .drawer-contact {
    display: block;
    border-bottom: 0;
    padding-top: 1rem;
  }

  .drawer-cta {
    border: 1px solid rgba(176, 138, 46, 0.72);
    background: #111111;
    color: #ffffff;
    text-align: center;
  }

  .s .nav-links .drawer-cta,
  .s .nav-links .drawer-cta:hover {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-color: #111111;
    background: #111111;
    color: #ffffff;
    font-weight: 500;
    padding: 0.82rem 1rem;
  }

  .menu-toggle {
    position: relative;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid rgba(17, 17, 17, 0.26);
    border-radius: 2px;
    background: #ffffff;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 1.5px;
    background: #111111;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: block;
    border: 0;
    background: rgba(17, 17, 17, 0.16);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0s linear 0.18s;
    visibility: hidden;
  }

  .menu-open .menu-backdrop {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.18s ease;
    visibility: visible;
  }

  .hero,
  .page-hero,
  .sec,
  .foot {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero,
  .page-hero {
    background: rgba(255, 255, 255, 0.86);
  }

  .hero-actions {
    gap: 0.62rem;
  }

  .hero-actions a {
    flex: 0 1 auto;
    min-height: 40px;
    padding: 9px 16px;
  }

  .hero::after {
    right: -20px;
    color: rgba(17, 17, 17, 0.035);
    font-size: 132px;
  }

  .page-hero::after {
    right: -18px;
    color: rgba(17, 17, 17, 0.035);
    font-size: 112px;
  }

  .hero-firm {
    font-size: 48px;
  }

  .hero-chambers {
    font-size: 16px;
  }

  .hero-tagline,
  .page-hero p,
  .about-body,
  .content-panel,
  .article-body {
    font-size: 15px;
    line-height: 1.8;
  }

  .practice-desc,
  .info-item p,
  .info-item li,
  .update-excerpt,
  .court-item {
    font-size: 13px;
    line-height: 1.75;
  }

  .page-hero h1 {
    font-size: 40px;
  }

  .about-grid,
  .updates-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-firm {
    font-size: 17px;
  }

  .nav-sub {
    max-width: 230px;
  }

  .hero-firm {
    font-size: 42px;
  }

  .page-hero h1 {
    font-size: 34px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions a {
    flex: 0 0 auto;
    width: 100%;
  }
}
