@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("source-serif-4-400.woff2") format("woff2");
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("source-serif-4-600.woff2") format("woff2");
}
:root {
  --ink: #111111;
  --paper: #ffffff;
  --aside: #6b6b6b;
  --page: 1240px;
  --gutter: clamp(24px, 4.8vw, 80px);
}
* { box-sizing: border-box; }
html { color: var(--ink); background: var(--paper); scroll-behavior: auto; }
body {
  margin: 0;
  font-family: "Source Serif 4", serif;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: .22em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 10;
  padding: 8px 12px; color: var(--ink); background: var(--paper);
  transform: translateY(-200%);
}
.skip-link:focus { transform: none; }
.section {
  width: min(var(--page), calc(100% - var(--gutter) * 2));
  margin: 0 auto 120px;
  scroll-margin-top: 32px;
}
.site-header { margin-top: 32px; margin-bottom: 98px; font-size: 17px; }
.site-header p { display: flex; flex-wrap: wrap; align-items: baseline; gap: 16px; margin: 0; }
.site-header .brand-link { margin-right: auto; font-size: 21px; font-weight: 600; text-decoration: none; }
.site-header [data-primary-cta] { text-decoration: none; border-bottom: 1px solid; }
.nav-separator { display: none; }
h1, h2, h3 { margin: 0; font-weight: 600; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(62px, 8.2vw, 118px); line-height: .99; max-width: 14ch; }
h2 { font-size: clamp(36px, 4.1vw, 58px); line-height: 1.09; max-width: 16ch; }
h3 { font-size: 25px; letter-spacing: -.015em; line-height: 1.3; }
p { margin: 0 0 24px; max-width: 62ch; }
p:last-child { margin-bottom: 0; }
.hero { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; row-gap: 34px; }
.hero h1 { grid-column: 1 / 10; grid-row: 1; margin-bottom: 10px; }
.hero .geo { grid-column: 1 / 8; grid-row: 2; max-width: 53ch; margin: 0; }
.hero .hero-action { grid-column: 1 / 8; grid-row: 3; margin: 0; }
.hero-action a, #about-practice [data-primary-cta] {
  display: inline-block; padding: 12px 0 6px; font-weight: 600;
}
.astronaut {
  display: block; grid-column: 9 / -1; grid-row: 1 / 4; align-self: end;
  width: min(100%, 280px); height: auto; justify-self: center;
}
.split-section { display: grid; grid-template-columns: 4fr 1fr 7fr; gap: 0; align-items: start; }
.split-section > h2 { grid-column: 1; }
.section-body { grid-column: 3; min-width: 0; }
#method { max-width: 1040px; padding-top: 20px; }
#method .section-body > p:last-child { color: var(--aside); }
#experience { margin-top: 150px; }
.claim { margin: 0 0 36px; }
.claim > p:first-child { margin-bottom: 8px; }
.proof { font-size: 17px; font-style: italic; color: var(--aside); }
#offer { max-width: 1080px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px 76px; }
#offer h2 { grid-column: 1 / -1; max-width: 20ch; margin-bottom: 10px; }
.package { margin: 0; padding-top: 24px; border-top: 1px solid var(--ink); }
.package-price { display: block; font-size: 35px; line-height: 1.25; letter-spacing: -.025em; margin-bottom: 20px; }
.offer-note { grid-column: 1 / -1; max-width: 68ch; margin-top: 4px; }
#questions h2 { margin-bottom: 50px; max-width: 22ch; }
#questions article {
  display: grid; grid-template-columns: 4fr 1fr 7fr; gap: 0;
  margin: 0; padding: 28px 0; border-top: 1px solid var(--ink);
}
#questions article h3 { grid-column: 1; max-width: 22ch; }
#questions article p { grid-column: 3; margin: 0; }
#enquiry {
  width: 100%; max-width: none; margin-bottom: 0;
  padding: 88px max(var(--gutter), calc((100% - var(--page)) / 2));
  background: var(--ink); color: var(--paper);
  display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: 8%;
}
.enquiry-intro h2 { margin-bottom: 28px; }
.enquiry-intro p { max-width: 34ch; }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-content: start; min-width: 0; }
.field { min-width: 0; }
.field:first-child, .field:last-of-type { grid-column: 1 / -1; }
label { display: block; margin-bottom: 9px; font-size: 17px; }
input, textarea, button { font: inherit; }
input, textarea {
  display: block; width: 100%; min-width: 0; border: 1px solid currentColor;
  border-radius: 0; background: transparent; color: inherit; padding: 10px 12px;
}
textarea { resize: vertical; min-height: 130px; }
button {
  justify-self: start; grid-column: 1 / -1; padding: 14px 24px;
  border: 1px solid var(--paper); border-radius: 0;
  color: var(--ink); background: var(--paper); font-weight: 600; cursor: pointer;
}
button:hover { text-decoration: underline; text-underline-offset: .2em; }
[data-form-pending] { grid-column: 1 / -1; font-size: 16px; margin: 0; line-height: 1.5; }
.site-footer { margin-top: 0; margin-bottom: 0; padding-top: 32px; padding-bottom: 32px; font-size: 16px; overflow-wrap: anywhere; }
.site-footer p { max-width: none; }
#about-hero h1 { grid-column: 1 / -1; max-width: 17ch; }
#about-hero .geo { grid-column: 5 / -1; max-width: 56ch; margin-top: 24px; }
#about-background { max-width: 1080px; }
#about-practice { padding-top: 60px; border-top: 1px solid var(--ink); }
#about-footer { padding-bottom: 36px; }

@media (max-width: 1000px) {
  .section { margin-bottom: 90px; }
  .site-header { margin-bottom: 72px; }
  .hero h1 { grid-column: 1 / -1; max-width: 15ch; }
  .hero .geo { grid-column: 1 / 9; }
  .hero .hero-action { grid-column: 1 / 9; }
  .astronaut { grid-column: 10 / -1; grid-row: 2 / 4; }
  .split-section, #questions article { grid-template-columns: 4fr 1fr 7fr; }
  #offer { gap: 28px 40px; }
  #enquiry { gap: 40px; grid-template-columns: 1fr 1.3fr; }
  form { grid-template-columns: 1fr; }
  .field { grid-column: 1 / -1; }
  .site-footer { margin-bottom: 0; }
}
@media (max-width: 700px) {
  :root { --gutter: 24px; }
  body { font-size: 18px; line-height: 1.64; }
  .section { margin-bottom: 66px; }
  .site-header { margin-top: 22px; margin-bottom: 56px; font-size: 15px; }
  .site-header p { gap: 12px 18px; }
  .site-header .brand-link { flex-basis: 100%; font-size: 21px; }
  h1 { font-size: clamp(49px, 12vw, 78px); line-height: 1.04; }
  h2 { font-size: 36px; line-height: 1.12; }
  h3 { font-size: 23px; }
  .hero { grid-template-columns: 1fr; gap: 26px; }
  .hero h1, .hero .geo, .hero .hero-action, .hero .astronaut,
  #about-hero h1, #about-hero .geo { grid-column: 1; grid-row: auto; }
  .hero h1 { margin-bottom: 0; }
  .astronaut { width: 145px; justify-self: end; margin-top: 0; }
  #about-hero .geo { margin-top: 0; }
  .split-section { display: block; }
  .split-section > h2 { margin-bottom: 28px; }
  #method { padding-top: 0; }
  #experience { margin-top: 0; }
  .claim { margin-bottom: 30px; }
  .proof { font-size: 16px; }
  #offer { display: block; }
  #offer h2 { margin-bottom: 28px; }
  .package { margin-bottom: 30px; }
  .package-price { font-size: 31px; margin-bottom: 15px; }
  #questions h2 { margin-bottom: 30px; }
  #questions article { display: block; padding: 24px 0; }
  #questions article h3 { margin-bottom: 12px; }
  #enquiry { display: block; padding: 56px var(--gutter); margin-bottom: 0; }
  .enquiry-intro { margin-bottom: 36px; }
  .enquiry-intro p { max-width: 52ch; }
  form { gap: 22px; }
  input, textarea { font-size: 18px; }
  button { width: 100%; }
  #about-practice { padding-top: 36px; }
  .site-footer { margin-bottom: 0; padding-top: 26px; padding-bottom: 26px; font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
}
