:root {
  --ink: #17191b;
  --muted: #5f676f;
  --soft: #f3f7f9;
  --paper: #fcfbf8;
  --line: #d9e2e8;
  --ice: #bfdefd;
  --ice-soft: #eef8ff;
  --ice-strong: #74b4da;
  --charcoal: #202428;
  --charcoal-deep: #090b0d;
  --charcoal-soft: #343b42;
  --blue: #2f7194;
  --blue-deep: #1f536e;
  --steel: #587585;
  --teal: #6d9aa4;
  --warm-stone: #c9bda8;
  --sand: #f5f1ea;
  --mist: #f0f5f7;
  --silver: #e7edf1;
  --aqua: #8cc6e8;
  --graphite: #242b31;
  --shadow: 0 22px 62px rgba(23, 25, 27, 0.14);
  --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fcfbf8 0%, #f5f8fa 100%);
  font-family: var(--font);
  line-height: 1.6;
}

body::selection {
  background: rgba(191, 222, 253, 0.72);
}

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

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-160%);
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 6px;
}

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

.site-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 8;
  width: 268px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: 42px 36px 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(191, 222, 253, 0.62) 0%, rgba(252, 251, 248, 0.96) 36%, rgba(244, 248, 250, 0.98) 100%),
    var(--paper);
  border-right: 1px solid rgba(23, 25, 27, 0.11);
  box-shadow: 18px 0 48px rgba(25, 36, 44, 0.07);
  backdrop-filter: blur(16px);
}

.site-sidebar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--charcoal) 0 24%, var(--ice) 24% 100%);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: min-content;
  color: var(--ink);
}

.brand-mark {
  width: 84px;
  height: auto;
  object-fit: contain;
}

.brand span {
  min-width: 170px;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sidebar-nav {
  display: grid;
  gap: 8px;
  margin-top: 54px;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 650;
}

.sidebar-nav a,
.sidebar-nav summary {
  display: flex;
  align-items: center;
  min-height: 34px;
  border-left: 2px solid transparent;
  padding: 4px 8px 4px 13px;
  color: var(--ink);
  cursor: pointer;
}

.sidebar-nav a:hover,
.sidebar-nav summary:hover {
  background: rgba(255, 255, 255, 0.58);
  color: #000;
}

.sidebar-nav a.active {
  border-left-color: var(--blue);
  background: rgba(255, 255, 255, 0.72);
  color: #000;
}

.sidebar-nav details {
  display: grid;
  gap: 2px;
}

.sidebar-nav summary {
  list-style: none;
  justify-content: space-between;
}

.sidebar-nav summary::-webkit-details-marker {
  display: none;
}

.sidebar-nav summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: rotate(45deg);
  margin-right: 2px;
}

.sidebar-nav details a {
  min-height: 28px;
  margin-left: 20px;
  padding-left: 0;
  border-left: 0;
  color: #233e52;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.35;
}

.sidebar-contact {
  display: grid;
  gap: 18px;
  padding-top: 30px;
  border-top: 1px solid rgba(8, 8, 8, 0.15);
  color: #1d3445;
}

.contact-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  color: inherit;
  font-size: 0.84rem;
}

.contact-item svg {
  width: 22px;
  height: 22px;
  color: #102d43;
}

.contact-item strong {
  display: block;
  color: #0f1b24;
  font-size: 0.83rem;
  line-height: 1.45;
}

.contact-item span {
  display: block;
  color: #28485f;
  font-size: 0.75rem;
  line-height: 1.45;
}

.copyright {
  margin: 24px 0 0;
  padding-top: 25px;
  border-top: 1px solid rgba(8, 8, 8, 0.15);
  color: #1f3d52;
  font-size: 0.82rem;
  font-weight: 650;
}

main {
  min-height: 100vh;
  margin-left: 268px;
}

.mobile-header {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 0.95fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(34px, 5vw, 80px);
  min-height: 720px;
  padding: 58px clamp(30px, 5vw, 84px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(252, 251, 248, 0.98) 0%, rgba(252, 251, 248, 0.96) 43%, rgba(252, 251, 248, 0.78) 59%, rgba(252, 251, 248, 0.28) 100%),
    linear-gradient(180deg, rgba(191, 222, 253, 0.18), rgba(32, 36, 40, 0.06)),
    url("assets/hero-office.png") center right / cover no-repeat;
}

.hero::before,
.page-hero::before,
.contact-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(46vw, 620px);
  height: 100%;
  background:
    linear-gradient(180deg, rgba(191, 222, 253, 0.22), rgba(255, 255, 255, 0.08)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(47, 113, 148, 0.15));
  border-left: 1px solid rgba(255, 255, 255, 0.38);
  opacity: 1;
  pointer-events: none;
}

.hero::after,
.page-hero::after,
.contact-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 116px;
  background: linear-gradient(0deg, var(--paper), rgba(252, 251, 248, 0));
  pointer-events: none;
}

.hero-copy,
.enquiry-card,
.page-hero > *,
.contact-hero > *,
.service-grid,
.section-heading,
.practice-copy,
.contact-page-layout > *,
.about-section > *,
.final-cta > * {
  position: relative;
  z-index: 1;
}

.eyebrow,
.form-kicker {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 700px;
  margin-bottom: 22px;
  color: #111314;
  font-size: clamp(2.7rem, 3.7vw, 4.35rem);
  line-height: 1.06;
  font-weight: 650;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  color: #49545b;
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 52px;
  padding: 14px 25px;
  border: 1px solid transparent;
  border-radius: 3px;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 650;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.2;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 16px 32px rgba(47, 113, 148, 0.22);
}

.button.primary:hover {
  background: var(--blue-deep);
}

.button.secondary {
  background: rgba(252, 251, 248, 0.74);
  border-color: rgba(17, 19, 20, 0.8);
  color: var(--ink);
}

.button.secondary:hover {
  border-color: var(--steel);
  color: var(--steel);
}

.button.full {
  width: 100%;
}

.proof-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 740px;
  margin-top: 38px;
}

.proof-points div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  align-items: center;
  min-width: 0;
  color: #233746;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.35;
}

.proof-points svg {
  width: 32px;
  height: 32px;
  color: var(--steel);
  stroke-width: 1.45;
}

.enquiry-card {
  width: min(100%, 480px);
  justify-self: end;
  padding: clamp(24px, 2.4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 251, 0.9)),
    white;
  box-shadow: 0 28px 78px rgba(23, 25, 27, 0.18);
  backdrop-filter: blur(18px);
}

.enquiry-card h2,
.section h2,
.final-cta h2 {
  color: #171b1d;
  font-size: clamp(2rem, 2.8vw, 3.2rem);
  line-height: 1.05;
  font-weight: 620;
}

.enquiry-card h2 {
  margin-bottom: 10px;
  font-size: clamp(1.65rem, 1.9vw, 2.3rem);
}

.enquiry-card p:not(.form-kicker) {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 520;
}

.bot-field {
  display: none;
}

.form-note {
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: #6b747c;
  font-size: 0.83rem;
}

.form-status {
  display: none;
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.45;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  border: 1px solid rgba(47, 113, 148, 0.25);
  background: rgba(191, 222, 253, 0.26);
  color: var(--blue-deep);
}

.form-status.is-error {
  border: 1px solid rgba(135, 53, 42, 0.22);
  background: rgba(246, 232, 226, 0.7);
  color: #783125;
}

.button[disabled] {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 22px;
}

label {
  display: grid;
  gap: 7px;
  margin-bottom: 15px;
  color: #40484d;
  font-size: 0.78rem;
  font-weight: 650;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  border-bottom: 1px solid #c7d9e8;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 400;
  outline: 0;
}

input,
select {
  height: 36px;
}

textarea {
  min-height: 72px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder,
select:invalid {
  color: #9aa0a4;
}

input:focus,
select:focus,
textarea:focus {
  border-bottom-color: var(--steel);
}

.section {
  padding: clamp(70px, 9vw, 120px) clamp(34px, 6vw, 96px);
}

.section-heading {
  max-width: 680px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.services {
  padding-top: clamp(70px, 9vw, 120px);
  background:
    linear-gradient(90deg, rgba(191, 222, 253, 0.16) 0 18%, transparent 18% 72%, rgba(201, 189, 168, 0.14) 72% 100%),
    linear-gradient(180deg, #fcfbf8 0%, #f4f8fa 100%),
    var(--paper);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 274px;
  padding: 30px 28px 28px;
  border: 1px solid rgba(23, 25, 27, 0.1);
  border-top: 4px solid var(--blue);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 250, 0.94)),
    var(--paper);
  box-shadow: 0 18px 46px rgba(32, 36, 40, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 113, 148, 0.32);
  border-top-color: var(--ice-strong);
  box-shadow: 0 24px 58px rgba(32, 36, 40, 0.13);
}

.service-card:nth-child(3n + 2) {
  border-top-color: var(--ice-strong);
}

.service-card:nth-child(3n + 3) {
  border-top-color: var(--steel);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid rgba(47, 113, 148, 0.18);
  background:
    linear-gradient(135deg, var(--ice), rgba(255, 255, 255, 0.72)),
    var(--ice);
  color: var(--charcoal);
}

.service-card:nth-child(3n + 2) .service-icon {
  background:
    linear-gradient(135deg, rgba(47, 113, 148, 0.98), rgba(116, 180, 218, 0.92)),
    var(--blue);
  color: white;
}

.service-card:nth-child(3n + 3) .service-icon {
  background:
    linear-gradient(135deg, rgba(213, 200, 184, 0.46), rgba(252, 254, 255, 0.72)),
    var(--ice-soft);
  color: var(--charcoal-soft);
}

.service-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.65;
}

.service-card h3 {
  margin-bottom: 14px;
  color: #2e3438;
  font-size: 1.01rem;
  line-height: 1.3;
  font-weight: 650;
}

.service-card p {
  margin-bottom: 22px;
  color: #586268;
  font-size: 0.92rem;
}

.service-card a {
  margin-top: auto;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 750;
}

.detail-band {
  position: relative;
  display: grid;
  gap: 0;
  padding-top: 30px;
  background:
    linear-gradient(90deg, rgba(191, 222, 253, 0.2) 0 18%, transparent 18% 80%, rgba(201, 189, 168, 0.12) 80% 100%),
    linear-gradient(180deg, #f8fbfc 0%, #fcfbf8 100%);
}

.service-detail {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 22px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.service-detail span {
  color: var(--steel);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.service-detail h3 {
  margin-bottom: 8px;
  color: #242a2e;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.18;
}

.service-detail p {
  max-width: 900px;
  margin-bottom: 10px;
  color: #586268;
  font-size: 0.98rem;
}

.detail-link,
.text-link {
  display: inline-flex;
  width: fit-content;
  color: var(--steel);
  font-size: 0.86rem;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
  transition: color 160ms ease;
}

.detail-link:hover,
.text-link:hover,
.service-card a:hover {
  color: #000;
}

.about-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(360px, 1fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(191, 222, 253, 0.2) 0 24%, rgba(255, 255, 255, 0.72) 24% 34%, transparent 34%),
    linear-gradient(180deg, #fcfbf8, #f3f7f9);
  color: var(--ink);
}

.about-portrait {
  width: min(100%, 210px);
  padding: 8px;
  border: 1px solid rgba(47, 113, 148, 0.2);
  border-radius: 8px;
  background: white;
  box-shadow: 0 22px 54px rgba(23, 25, 27, 0.14);
}

.about-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 5px;
  object-fit: cover;
  object-position: center top;
}

.about-copy {
  max-width: 820px;
}

.about-section .eyebrow {
  color: var(--steel);
}

.about-section h2 {
  color: #171b1d;
}

.about-copy p:not(.eyebrow) {
  color: #4f5d66;
  font-size: 1.02rem;
}

.final-cta {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background:
    linear-gradient(90deg, rgba(191, 222, 253, 0.32) 0 20%, rgba(255, 255, 255, 0.72) 20% 36%, transparent 36% 72%, rgba(47, 113, 148, 0.1) 72% 100%),
    linear-gradient(180deg, #f8fbfc, #eef6fb);
  color: var(--ink);
}

.final-cta .eyebrow {
  color: var(--steel);
}

.final-cta h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: #171b1d;
}

.final-cta .button.primary {
  flex: 0 0 auto;
  background: var(--charcoal);
  color: white;
  box-shadow: 0 12px 26px rgba(27, 32, 37, 0.18);
}

.site-footer {
  padding: 28px clamp(34px, 6vw, 96px);
  border-top: 1px solid rgba(23, 25, 27, 0.1);
  background: #17191b;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer p {
  max-width: 980px;
  margin: 0;
  font-size: 0.78rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 10vw, 138px) clamp(34px, 6vw, 96px) clamp(70px, 8vw, 110px);
  background:
    linear-gradient(90deg, rgba(252, 251, 248, 0.99) 0%, rgba(252, 251, 248, 0.96) 51%, rgba(252, 251, 248, 0.62) 72%, rgba(252, 251, 248, 0.18) 100%),
    linear-gradient(180deg, rgba(191, 222, 253, 0.12), rgba(32, 36, 40, 0.04)),
    url("assets/hero-office.png") center right / cover no-repeat;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 10vw, 138px) clamp(34px, 6vw, 96px) clamp(46px, 6vw, 76px);
  background:
    linear-gradient(90deg, rgba(252, 251, 248, 0.99) 0%, rgba(252, 251, 248, 0.96) 51%, rgba(252, 251, 248, 0.62) 72%, rgba(252, 251, 248, 0.18) 100%),
    linear-gradient(180deg, rgba(191, 222, 253, 0.12), rgba(32, 36, 40, 0.04)),
    url("assets/hero-office.png") center right / cover no-repeat;
}

.contact-hero h1 {
  max-width: 860px;
  margin-bottom: 22px;
}

.contact-hero p:not(.eyebrow) {
  max-width: 720px;
  color: #4f5d66;
  font-size: 1.05rem;
}

.contact-page-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(430px, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
  padding: clamp(58px, 8vw, 104px) clamp(34px, 6vw, 96px);
  background:
    linear-gradient(90deg, rgba(191, 222, 253, 0.13) 0 18%, transparent 18% 72%, rgba(201, 189, 168, 0.12) 72% 100%),
    linear-gradient(180deg, #fcfbf8 0%, #f5f8fa 100%),
    var(--paper);
}

.contact-methods {
  display: grid;
  gap: 16px;
}

.contact-method {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(23, 25, 27, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(191, 222, 253, 0.22), transparent 44%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(25, 42, 54, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.contact-method:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 8, 8, 0.18);
  box-shadow: 0 18px 42px rgba(25, 42, 54, 0.1);
}

.contact-method-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid rgba(47, 113, 148, 0.18);
  background: var(--ice);
  color: var(--charcoal);
}

.contact-method:nth-child(2) .contact-method-icon {
  background: var(--blue);
  color: white;
}

.contact-method-icon svg {
  width: 24px;
  height: 24px;
}

.contact-method strong,
.contact-method em {
  display: block;
  font-style: normal;
}

.contact-method strong {
  color: #18222a;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-method em {
  margin-top: 3px;
  color: #44545f;
  font-size: 1rem;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.contact-note {
  margin-top: 12px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
}

.contact-note h2 {
  margin-bottom: 10px;
  color: #171b1d;
  font-size: 1.35rem;
  line-height: 1.2;
}

.contact-note p {
  color: #53616c;
}

.contact-form-card {
  justify-self: stretch;
  width: 100%;
  background: rgba(252, 254, 255, 0.92);
}

.thank-you-panel {
  max-width: 760px;
}

.thank-you-panel .button {
  margin-top: 24px;
}

.page-hero h1 {
  max-width: 860px;
  margin-bottom: 24px;
}

.page-hero > p:not(.eyebrow) {
  max-width: 760px;
  color: #4f5d66;
  font-size: 1.05rem;
}

.practice-list {
  background: var(--paper);
}

.practice-section {
  position: relative;
  display: block;
  padding: clamp(56px, 7vw, 96px) clamp(34px, 6vw, 96px);
  border-top: 1px solid var(--line);
  scroll-margin-top: 96px;
}

.practice-section:nth-child(even) {
  background:
    linear-gradient(90deg, rgba(191, 222, 253, 0.18) 0 18%, transparent 18% 76%, rgba(201, 189, 168, 0.12) 76% 100%),
    #f7fbfd;
}

.practice-section:nth-child(3n) {
  background:
    linear-gradient(90deg, rgba(88, 117, 133, 0.08) 0 18%, transparent 18% 78%, rgba(191, 222, 253, 0.14) 78% 100%),
    #fcfbf8;
}

.practice-copy {
  max-width: 860px;
}

.practice-copy h2 {
  margin-bottom: 18px;
  color: #171b1d;
  font-size: clamp(1.75rem, 2.7vw, 3rem);
  line-height: 1.08;
  font-weight: 620;
}

.practice-copy h3 {
  margin: 28px 0 10px;
  color: #24313a;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.practice-copy p,
.practice-copy li {
  color: #53616c;
  font-size: 1rem;
}

.practice-copy ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding-left: 1.1rem;
}

@media (max-width: 1180px) {
  .site-sidebar {
    width: 232px;
    padding-inline: 28px;
  }

  main {
    margin-left: 232px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .enquiry-card {
    justify-self: start;
    width: min(100%, 700px);
  }

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

@media (min-width: 1181px) and (max-width: 1500px) {
  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .site-sidebar {
    display: none;
  }

  main {
    margin-left: 0;
  }

  .mobile-header {
    position: sticky;
    top: 0;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 82px;
    padding: 13px 22px;
    border-bottom: 1px solid rgba(23, 25, 27, 0.12);
    background: rgba(252, 251, 248, 0.94);
    backdrop-filter: blur(16px);
  }

  .mobile-header .brand {
    flex-direction: row;
    align-items: center;
    width: auto;
    gap: 12px;
  }

  .mobile-header .brand-mark {
    width: 45px;
    height: auto;
  }

  .mobile-header .brand span {
    min-width: 0;
    max-width: 150px;
    font-size: 0.66rem;
  }

  .mobile-call {
    flex: 0 0 auto;
    padding: 9px 13px;
    border: 1px solid var(--blue);
    border-radius: 3px;
    color: var(--blue-deep);
    font-size: 0.78rem;
    font-weight: 800;
  }

  .hero {
    padding: 54px 22px 62px;
    background:
      linear-gradient(180deg, rgba(252, 251, 248, 0.98) 0%, rgba(252, 251, 248, 0.96) 56%, rgba(252, 251, 248, 0.82) 100%),
      linear-gradient(90deg, rgba(191, 222, 253, 0.18), rgba(32, 36, 40, 0.04)),
      url("assets/hero-office.png") center / cover no-repeat;
  }

  .page-hero,
  .contact-hero {
    background:
      linear-gradient(180deg, rgba(252, 251, 248, 0.98) 0%, rgba(252, 251, 248, 0.94) 100%),
      url("assets/hero-office.png") center / cover no-repeat;
  }

  h1 {
    font-size: clamp(2.25rem, 11vw, 3.6rem);
  }

  .proof-points {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 38px;
  }

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

  .section,
  .page-hero,
  .contact-hero,
  .contact-page-layout,
  .practice-section,
  .site-footer {
    padding-inline: 22px;
  }

  .about-portrait {
    width: 170px;
  }

  .contact-page-layout {
    grid-template-columns: 1fr;
  }

  .final-cta {
    display: grid;
    align-items: start;
  }

  .final-cta .button.primary {
    width: fit-content;
  }
}

@media (max-width: 560px) {
  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
    min-height: 50px;
    padding-inline: 18px;
  }

  .enquiry-card {
    padding: 24px 20px;
  }

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

  .service-card {
    min-height: 246px;
  }

  .service-detail {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
