:root {
  --ink: #18212b;
  --ink-soft: #26323d;
  --wine: #7a2d38;
  --wine-dark: #55202a;
  --gold: #ad8957;
  --ivory: #f5f1e9;
  --paper: #fbf9f5;
  --muted: #6f7477;
  --line: rgba(24,33,43,.15);
  --shadow: 0 28px 80px rgba(29,34,38,.14);
  --shell: min(1320px, calc(100% - 72px));
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: "Tajawal", system-ui, sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button, select { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; right: 8px; padding: 10px 13px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; min-height: 90px; padding: 0 max(36px, calc((100% - 1320px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: rgba(245,241,233,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); transition: min-height .3s ease, background .3s ease; }
.site-header.scrolled { min-height: 74px; background: rgba(251,249,245,.97); }
.brand { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; }
.brand-mark { position: relative; width: 42px; height: 42px; border: 1px solid var(--ink); }
.brand-mark::before { content: ""; position: absolute; top: 10px; right: 7px; left: 7px; height: 1px; background: var(--gold); box-shadow: 0 15px 0 var(--gold); }
.brand-mark::after { content: ""; position: absolute; top: 7px; bottom: 7px; right: 50%; width: 1px; background: var(--ink); }
.brand-mark i::before, .brand-mark i::after { content: ""; position: absolute; bottom: 9px; width: 8px; height: 8px; border-bottom: 1px solid var(--wine); border-radius: 50%; }
.brand-mark i::before { right: 7px; }
.brand-mark i::after { left: 7px; }
.brand > span:last-child { display: grid; }
.brand b { font-size: 19px; letter-spacing: .03em; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.main-nav { display: flex; align-items: center; gap: 3px; }
.main-nav a { position: relative; padding: 12px 13px; color: #596068; font-size: 12px; font-weight: 700; }
.main-nav a::before { content: ""; position: absolute; top: 50%; right: 0; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; transform: translateY(-50%) scale(0); transition: transform .25s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a.active::before { transform: translateY(-50%) scale(1); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.back-link { color: var(--muted); font-size: 10px; font-weight: 700; }
.header-cta { min-height: 42px; padding: 0 15px; display: flex; align-items: center; gap: 8px; color: white; background: var(--wine); font-size: 11px; font-weight: 800; }
.menu-toggle { display: none; width: 40px; height: 40px; background: transparent; border: 1px solid var(--line); }
.menu-toggle span { display: block; width: 17px; height: 1px; margin: 5px auto; background: var(--ink); transition: transform .25s ease; }

.hero { position: relative; min-height: 100svh; padding: 130px 0 42px; display: grid; align-content: center; overflow: hidden; background: linear-gradient(90deg, rgba(255,255,255,.3), transparent 45%), var(--ivory); }
.hero-word { position: absolute; z-index: 0; right: 3%; bottom: 2%; color: rgba(24,33,43,.025); font-size: clamp(170px, 25vw, 430px); font-weight: 900; line-height: .8; white-space: nowrap; pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; min-height: 610px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(40px, 6vw, 84px) clamp(26px, 5vw, 70px); display: grid; align-content: center; background: rgba(251,249,245,.54); }
.eyebrow, .section-index { margin: 0 0 18px; color: var(--wine); font-size: 12px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow span { font: 800 10px/1 Arial, sans-serif; }
.eyebrow::after { content: ""; width: 44px; height: 1px; background: var(--wine); opacity: .5; }
.hero h1, .section-heading h2, .approach-heading h2, .consultation-copy h2 { margin: 0; font-size: clamp(39px, 4vw, 63px); line-height: 1.15; letter-spacing: -.04em; }
.hero h1 em, .section-heading h2 em, .approach-heading h2 em, .consultation-copy h2 em { color: var(--wine); font-style: normal; }
.hero-lead { max-width: 550px; margin: 24px 0 0; color: var(--muted); font-size: clamp(16px, 1.2vw, 19px); line-height: 1.95; }
.hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 18px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; font-size: 13px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--wine); box-shadow: 0 16px 38px rgba(122,45,56,.2); }
.button-text { min-height: auto; padding: 9px 0; color: var(--ink); border-bottom-color: rgba(24,33,43,.28); }
.hero-practices { margin-top: 30px; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 9px; border-top: 1px solid var(--line); }
.hero-practices span { padding: 8px 10px; color: #60666c; background: rgba(255,255,255,.55); border: 1px solid var(--line); font-size: 9px; font-weight: 700; }
.hero-visual { position: relative; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,33,43,.18), transparent 34%), linear-gradient(180deg, transparent 58%, rgba(18,26,33,.38)); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 67% center; animation: legalDrift 10s ease-in-out infinite; }
.visual-caption { position: absolute; z-index: 3; right: 24px; bottom: 23px; display: grid; color: white; }
.visual-caption small { color: #e9dfd2; font-size: 9px; }
.visual-caption strong { margin-top: 4px; font-size: 13px; }
.case-note { position: absolute; z-index: 4; top: 36px; left: 0; min-width: 180px; padding: 15px 18px; display: flex; align-items: center; gap: 12px; color: white; background: var(--wine); }
.case-note > b { font: 900 34px/1 Arial, sans-serif; }
.case-note > span { padding-right: 12px; border-right: 1px solid rgba(255,255,255,.28); font-size: 10px; line-height: 1.4; }
.case-note small { color: #e9c7cc; font-size: 8px; }
.hero-rule { position: relative; z-index: 3; min-height: 42px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; color: #85898c; font: 700 8px/1 Arial, sans-serif; letter-spacing: .13em; }
.hero-rule i { height: 1px; background: var(--line); }
.hero-rule b { color: var(--gold); font-size: 8px; }

.section { padding: 112px 0; }
.expertise { background: var(--paper); }
.section-heading { margin-bottom: 39px; }
.section-heading h2, .approach-heading h2, .consultation-copy h2 { font-size: clamp(34px, 3.1vw, 50px); }
.section-heading h2 { white-space: nowrap; }
.section-heading .section-lead { max-width: 920px; margin: 18px 0 0; color: var(--muted); font-size: 18px; line-height: 1.9; }
.practice-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.practice-tabs button { min-height: 205px; padding: 0 18px 16px; display: grid; grid-template-columns: 34px minmax(0, 1fr); grid-template-rows: 132px 1fr; align-items: center; gap: 0 8px; overflow: hidden; text-align: right; background: transparent; border: 0; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.practice-tabs button img { grid-column: 1 / -1; width: calc(100% + 36px); max-width: none; height: 132px; margin-inline: -18px; object-fit: cover; filter: saturate(.82); transition: transform .28s ease, filter .28s ease; }
.practice-tabs button span { align-self: center; color: #a4a7a8; font: 800 11px/1 Arial, sans-serif; }
.practice-tabs button b { align-self: center; font-size: 14px; }
.practice-tabs button.active { color: white; background: var(--ink); }
.practice-tabs button.active span { color: #caae84; }
.practice-tabs button.active img, .practice-tabs button:hover img { transform: scale(1.045); filter: saturate(1); }
.practice-panel { min-height: 390px; padding: clamp(30px, 5vw, 64px); display: grid; grid-template-columns: .45fr 1.4fr auto; align-items: center; gap: clamp(30px, 6vw, 90px); color: white; background: var(--wine); }
.practice-number { color: rgba(255,255,255,.16); font: 900 clamp(100px, 13vw, 190px)/.8 Arial, sans-serif; }
.practice-label { margin: 0; color: #edcbd0; font-size: 11px; font-weight: 800; }
.practice-panel h3 { max-width: 650px; margin: 10px 0 0; font-size: clamp(28px, 3vw, 46px); line-height: 1.4; }
.practice-panel div:nth-child(2) > p:not(.practice-label) { max-width: 650px; margin: 17px 0 0; color: #e4cbd0; font-size: 13px; line-height: 1.9; }
.practice-panel ul { margin: 20px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.practice-panel li { padding: 8px 10px; color: #f0dce0; border: 1px solid rgba(255,255,255,.2); font-size: 9px; }
.practice-panel > a { min-height: 48px; padding: 0 14px; display: flex; align-items: center; gap: 10px; color: var(--ink); background: var(--ivory); font-size: 11px; font-weight: 800; white-space: nowrap; }

.approach { background: #eae3d8; }
.approach-heading { margin-bottom: 48px; display: grid; grid-template-columns: .28fr .75fr 1fr; align-items: end; gap: 50px; }
.approach-heading > p:not(.section-index) { margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.approach-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.approach-steps li { position: relative; min-height: 340px; padding: 0 27px 27px; overflow: hidden; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.approach-steps li::after { content: ""; position: absolute; right: 27px; bottom: 0; width: 34px; height: 3px; background: var(--wine); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.approach-steps li:hover::after { transform: scaleX(1); }
.approach-steps li > img { width: calc(100% + 54px); max-width: none; height: 132px; margin-inline: -27px; object-fit: cover; filter: saturate(.8); transition: transform .35s ease, filter .35s ease; }
.approach-steps li:hover > img { transform: scale(1.035); filter: saturate(1); }
.approach-steps li > span { position: absolute; top: 13px; left: 13px; width: 31px; height: 31px; display: grid; place-items: center; color: white; background: rgba(27,33,36,.75); border-radius: 50%; font: 800 10px/1 Arial, sans-serif; }
.approach-steps li > i { display: block; margin-top: 25px; color: var(--wine); font-size: 10px; font-style: normal; font-weight: 800; }
.approach-steps h3 { margin: 8px 0 0; font-size: 20px; }
.approach-steps p { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.8; }

.consultation { background: var(--ink); }
.consultation-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 110px); color: white; }
.consultation-copy .section-index { color: #d1ad7a; }
.consultation-copy h2 em { color: #d3ac76; }
.consultation-copy > p:not(.section-index) { max-width: 510px; margin: 20px 0 0; color: #b9c0c6; font-size: 13px; line-height: 1.9; }
.consultation-copy dl { margin: 35px 0 0; padding-top: 19px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; border-top: 1px solid rgba(255,255,255,.13); }
.consultation-copy dt { color: #8e989f; font-size: 9px; }
.consultation-copy dd { margin: 6px 0 0; color: #dde1e4; font-size: 11px; }
.consultation-form { padding: 30px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); }
.consultation-form > div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.consultation-form label { display: grid; gap: 7px; color: #c8ced2; font-size: 10px; font-weight: 700; }
.consultation-form > label { margin-top: 13px; }
.consultation-form input, .consultation-form select, .consultation-form textarea { width: 100%; padding: 0 13px; color: white; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); outline: 0; }
.consultation-form input, .consultation-form select { height: 48px; }
.consultation-form textarea { padding-top: 12px; resize: vertical; }
.consultation-form input::placeholder, .consultation-form textarea::placeholder { color: #7e898f; }
.consultation-form option { color: var(--ink); }
.consultation-form .consent { margin: 14px 0; display: flex; grid-template-columns: none; align-items: center; gap: 8px; }
.consultation-form .consent input { width: 17px; height: 17px; accent-color: var(--wine); }
.consultation-form .button { width: 100%; }
.form-message { min-height: 18px; margin: 10px 0 0; color: #d1ad7a; font-size: 10px; text-align: center; }
.site-footer { padding: 32px 0; background: #111820; border-top: 1px solid rgba(255,255,255,.1); color: white; }
.site-footer .shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.site-footer .brand-mark { border-color: #d9d9d9; }
.site-footer p { margin: 0; color: #8e979d; text-align: center; font-size: 10px; }
.site-footer .shell > a:last-child { color: #d0ad7c; font-size: 11px; font-weight: 800; }
.toast { position: fixed; z-index: 250; right: 24px; bottom: 24px; min-width: 290px; padding: 13px; display: flex; align-items: center; gap: 11px; color: var(--ink); background: white; border: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(150%); opacity: 0; transition: .3s ease; }
.toast.show { transform: none; opacity: 1; }
.toast > span { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--wine); }
.toast div { display: grid; }
.toast strong { font-size: 12px; }
.toast small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.toast button { margin-right: auto; background: transparent; border: 0; font-size: 20px; }
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }
@keyframes legalDrift { 0%,100% { transform: scale(1.01); } 50% { transform: scale(1.035); } }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 46px, 1000px); }
  .site-header { padding-inline: 23px; }
  .back-link { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; min-height: 550px; }
  .practice-panel { grid-template-columns: .35fr 1.3fr auto; gap: 30px; }
  .approach-heading { grid-template-columns: .3fr 1fr; }
  .approach-heading > p:not(.section-index) { grid-column: 1 / -1; max-width: 640px; }
}

@media (max-width: 840px) {
  :root { --shell: min(100% - 32px, 730px); }
  .site-header { min-height: 70px; padding-inline: 16px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle.active span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .main-nav { position: fixed; top: 76px; right: 10px; left: 10px; padding: 8px; display: grid; background: rgba(251,249,245,.98); border: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; transition: .25s ease; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 12px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .hero { padding-top: 105px; }
  .hero-grid { grid-template-columns: 1fr; border: 0; }
  .hero-copy { order: 2; padding: 40px 28px; text-align: center; border: 1px solid var(--line); border-top: 0; }
  .eyebrow, .hero-actions, .hero-practices { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { min-height: 450px; }
  .case-note { top: 24px; }
  .hero-rule { display: none; }
  .section { padding: 82px 0; }
  .section-heading { text-align: center; }
  .section-heading .section-lead { max-width: 660px; margin-inline: auto; }
  .practice-tabs { grid-template-columns: 1fr 1fr; }
  .practice-tabs button:nth-child(2) { border-left: 0; }
  .practice-panel { grid-template-columns: 1fr; text-align: center; }
  .practice-number { font-size: 100px; }
  .practice-panel ul { justify-content: center; }
  .practice-panel > a { justify-self: center; }
  .approach-heading { grid-template-columns: 1fr; text-align: center; }
  .approach-heading > p:not(.section-index) { grid-column: auto; margin-inline: auto; }
  .approach-steps { grid-template-columns: 1fr 1fr; }
  .consultation-grid { grid-template-columns: 1fr; text-align: center; }
  .consultation-copy > p:not(.section-index) { margin-inline: auto; }
  .consultation-copy dl { text-align: right; }
  .consultation-form { text-align: right; }
  .site-footer .shell { grid-template-columns: 1fr; justify-items: center; }
}

@media (max-width: 520px) {
  :root { --shell: calc(100% - 24px); }
  .brand small { display: none; }
  .hero h1 { font-size: clamp(35px, 10.5vw, 45px); }
  .hero-copy { padding: 30px 18px; }
  .hero-visual { min-height: 330px; }
  .case-note { top: 14px; min-width: 155px; padding: 12px; }
  .case-note > b { font-size: 27px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .practice-tabs { grid-template-columns: 1fr; }
  .practice-tabs button { border-left: 1px solid var(--line) !important; }
  .section-heading h2 { font-size: clamp(22px, 7vw, 32px); }
  .section-heading .section-lead { font-size: 16px; }
  .practice-panel { padding: 28px 20px; }
  .practice-number { font-size: 82px; }
  .practice-panel h3 { font-size: 27px; }
  .approach-steps { grid-template-columns: 1fr; }
  .approach-steps li { min-height: 315px; }
  .approach-steps li > i { margin-top: 24px; }
  .consultation-copy dl { grid-template-columns: 1fr; text-align: center; }
  .consultation-form { padding: 21px; }
  .consultation-form > div { grid-template-columns: 1fr; }
  .toast { right: 12px; left: 12px; bottom: 12px; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Phone layout: editorial legal identity with clean, readable vertical flow. */
@media (max-width: 767px) {
  :root { --shell: calc(100% - 24px); }
  html { scroll-padding-top: 78px; }
  body { overflow-x: clip; }
  a, button, select, input, textarea { touch-action: manipulation; }

  .site-header {
    top: 7px;
    right: 8px;
    left: 8px;
    min-height: 64px;
    padding: 0 12px;
    gap: 8px;
    border: 1px solid var(--line);
    background: rgba(251,249,245,.96);
  }

  .site-header.scrolled { min-height: 60px; }
  .brand { gap: 8px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand b { font-size: 17px; }
  .header-actions { gap: 0; }
  .menu-toggle { flex: 0 0 44px; width: 44px; height: 44px; }

  .main-nav {
    top: 78px;
    right: 8px;
    left: 8px;
    max-height: calc(100dvh - 90px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .main-nav a {
    min-height: 47px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  .hero { min-height: 0; padding: 92px 0 54px; }
  .hero-word { display: none; }
  .hero-grid { min-height: 0; gap: 0; }
  .hero-visual { min-height: 0; height: 270px; }
  .hero-visual img { animation: none; }
  .case-note { top: 10px; min-width: 142px; padding: 10px; }
  .case-note > b { font-size: 24px; }
  .case-note > span { font-size: 10px; }
  .hero-copy { padding: 24px 18px; border: 1px solid var(--line); border-top: 0; }
  .hero h1 { font-size: clamp(29px, 8.8vw, 35px); line-height: 1.27; letter-spacing: -.025em; }
  .hero-lead { margin-top: 16px; font-size: 16px; line-height: 1.8; }
  .eyebrow, .section-index { margin-bottom: 13px; font-size: 13px; line-height: 1.6; }
  .hero-actions { margin-top: 21px; gap: 9px; }
  .button { min-height: 50px; font-size: 14px; }
  .button-text { min-height: 46px; padding-inline: 16px; border: 1px solid var(--line); }
  .hero-practices { margin-top: 20px; justify-content: center; }
  .hero-practices span { font-size: 12px; }

  .section { padding: 64px 0; }
  .section-heading { margin-bottom: 25px; }
  .section-heading h2, .approach-heading h2, .consultation-copy h2 {
    white-space: normal;
    font-size: clamp(27px, 7.8vw, 33px);
    line-height: 1.32;
    letter-spacing: -.02em;
  }

  .section-heading .section-lead, .approach-heading > p:not(.section-index), .consultation-copy > p:not(.section-index) {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.8;
  }

  .practice-tabs { grid-template-columns: 1fr 1fr; }
  .practice-tabs button {
    min-height: 190px;
    grid-template-rows: 118px 1fr;
    padding: 0 12px 13px;
    gap: 0 7px;
  }

  .practice-tabs button img {
    width: calc(100% + 24px);
    height: 118px;
    margin-inline: -12px;
    object-fit: cover;
  }

  .practice-tabs button b { font-size: 14px; line-height: 1.45; }
  .practice-panel { position: relative; min-height: 0; padding: 27px 19px; gap: 18px; }
  .practice-number { display: none; }
  .practice-panel h3 { margin-top: 7px; font-size: 25px; line-height: 1.4; }
  .practice-panel div:nth-child(2) > p:not(.practice-label) { font-size: 15px; line-height: 1.8; }
  .practice-label { font-size: 13px; }
  .practice-panel li { font-size: 12px; }
  .practice-panel > a { min-height: 48px; font-size: 13px; }

  .approach-heading { margin-bottom: 27px; gap: 12px; }
  .approach-steps { gap: 10px; border: 0; }
  .approach-steps li {
    min-height: 0;
    padding: 0 18px 20px;
    background: rgba(251,249,245,.55);
    border: 1px solid var(--line);
  }

  .approach-steps li > img {
    width: calc(100% + 36px);
    height: 145px;
    margin-inline: -18px;
  }

  .approach-steps li > i { margin-top: 18px; font-size: 12px; }
  .approach-steps h3 { font-size: 19px; }
  .approach-steps p { font-size: 14px; line-height: 1.75; }

  .consultation-grid { gap: 28px; }
  .consultation-copy dl { margin-top: 24px; text-align: right; }
  .consultation-copy dt { font-size: 12px; }
  .consultation-copy dd { font-size: 14px; line-height: 1.6; }
  .consultation-form { padding: 20px; }
  .consultation-form > div { grid-template-columns: 1fr; gap: 0; }
  .consultation-form label { font-size: 14px; }
  .consultation-form input, .consultation-form select, .consultation-form textarea { font-size: 16px; }
  .consultation-form .consent { align-items: flex-start; font-size: 13px; line-height: 1.6; }

  .site-footer { padding: 25px 0; }
  .site-footer .shell { gap: 14px; text-align: center; }
  .site-footer p, .site-footer .shell > a:last-child { font-size: 13px; line-height: 1.7; }
}

@media (max-width: 480px) {
  .brand-mark { display: none; }
  .hero h1 { font-size: 28px; }
  .hero-visual { height: 238px; }
  .case-note { display: none; }
  .practice-tabs { grid-template-columns: 1fr; }
  .practice-tabs button { grid-template-rows: 150px 1fr; min-height: 218px; }
  .practice-tabs button img { height: 150px; }
  .approach-steps { grid-template-columns: 1fr; }
}
