@font-face {
  font-family: Fraunces;
  src: url('assets/Fraunces-opsz-wght-400-600.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('assets/IBMPlexSans-400.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('assets/IBMPlexSans-500.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
:root {
  color-scheme: light;
  --navy: #1b2340;
  --paper: #faf7f1;
  --ink: #454a5c;
  --copper: #a85628;
  --teal: #123c42;
  --purple: #6f5e8e;
  --serif: Fraunces, Georgia, serif;
  --sans: 'IBM Plex Sans', -apple-system, 'Segoe UI', sans-serif;
  --gutter: clamp(24px, 4.2vw, 64px);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--navy);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.page { max-width: 1600px; margin-inline: auto; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .28em; }
a, summary { -webkit-tap-highlight-color: #d98a5555; }
a:focus-visible, summary:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 5px;
}
h1, h2, p { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; }
.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  padding: 12px 20px;
  background: var(--paper);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px var(--gutter);
  color: var(--paper);
}
.brand { display: flex; align-items: center; gap: 13px; flex-shrink: 0; font: 500 28px/1.1 var(--serif); letter-spacing: -.025em; }
.brand-mark { width: 40px; height: auto; }
.status {
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: right;
  max-width: 28ch;
}
.status::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px 2px 0;
  background: #d98a55;
}
.hero { display: grid; grid-template-columns: 1.1fr 1fr; background: var(--paper); }
.hero-copy { padding: clamp(36px, 3.8vw, 60px) var(--gutter); }
.weave { display: flex; gap: 5px; margin-bottom: 27px; }
.weave i { display: block; width: 27px; height: 4px; background: var(--copper); }
.weave i:nth-child(2) { background: var(--teal); }
.weave i:nth-child(3) { background: var(--purple); }
h1 {
  max-width: 17ch;
  font-size: clamp(36px, 3.75vw, 60px);
  font-variation-settings: 'opsz' 120;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}
h1 span { color: var(--copper); }
.intro { max-width: 43ch; margin-top: 26px; color: var(--ink); font-size: clamp(16px, 1.25vw, 19px); }
.hero-photo { position: relative; min-height: 360px; overflow: hidden; }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% 58%; }
.practices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.practice {
  --panel: var(--copper);
  --hover: #85421d;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px clamp(24px, 3.25vw, 50px) 22px;
  background: var(--panel);
  color: #fff;
  transition: background-color 180ms ease;
}
.ai { --panel: var(--teal); --hover: #1b4e55; }
.mentoring { --panel: var(--purple); --hover: #574773; }
.practice:has(.enquire:hover), .practice:focus-within { background: var(--hover); }
.practice h2 { font-size: clamp(23px, 2vw, 29px); letter-spacing: -.02em; line-height: 1.2; }
.practice p { max-width: 36ch; margin-top: 13px; margin-bottom: 20px; }
.enquire {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 44px;
  min-width: 112px;
  margin-top: auto;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .09em;
  text-decoration-thickness: 1px;
  text-transform: uppercase;
}
.enquire span, .email span { display: inline-block; font-size: 21px; transition: transform 180ms ease; }
.enquire:hover span, .enquire:focus-visible span, .email:hover span { transform: translate(2px, -2px); }
.enquire:hover { text-decoration-thickness: 2px; }
.footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: 28px var(--gutter);
  background: var(--paper);
}
.contact { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 28px; }
.contact h2 { font-size: 24px; }
.email { display: inline-flex; min-height: 44px; align-items: center; gap: 20px; font-size: 17px; }
.email:hover, .email:focus-visible { color: var(--copper); }
.privacy { width: 240px; flex-shrink: 0; font-size: 13px; }
.privacy summary { min-height: 44px; width: fit-content; margin-left: auto; padding: 12px 4px; cursor: pointer; text-decoration: underline; text-underline-offset: .28em; }
.privacy summary:hover, .privacy summary:focus-visible { color: var(--copper); }
.privacy p { padding-top: 10px; color: var(--ink); }
::selection { background: #d98a55; color: var(--navy); }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-block: 38px; }
  h1 { font-size: clamp(36px, 6.2vw, 54px); max-width: 22ch; }
  .intro { max-width: 54ch; }
  .hero-photo { min-height: 0; aspect-ratio: 2.4; }
  .hero-photo img { object-position: 50% 65%; }
  .practices { grid-template-columns: 1fr; }
  .practice { padding: 28px var(--gutter) 20px; }
  .practice h2 { font-size: 27px; }
  .practice p { max-width: 54ch; margin-bottom: 14px; }
}
@media (max-width: 560px) {
  .masthead { gap: 20px; padding-block: 20px; }
  .brand { gap: 10px; font-size: 22px; }
  .brand-mark { width: 28px; }
  .status { max-width: 16ch; font-size: 10px; letter-spacing: .075em; }
  .status::before { display: none; }
  h1 { font-size: clamp(35px, 8vw, 44px); max-width: 18ch; }
  .hero-photo { aspect-ratio: 1.65; }
  .footer { flex-direction: column; gap: 10px; }
  .contact { display: block; }
  .contact h2 { margin-bottom: 8px; }
  .email { font-size: 16px; gap: 14px; }
  .privacy { width: 100%; max-width: 36ch; }
  .privacy summary { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
