/* Staunton Tutorial Centre — shared, framework-free styles. */
@font-face {
  font-family:'DM Sans';
  src:url('/assets/fonts/dm-sans-latin.woff2') format('woff2');
  font-style:normal;
  font-weight:100 1000;
  font-display:swap;
}
:root {
  --ink:#17392e;
  --forest:#0f3327;
  --forest-soft:#244d3c;
  --muted:#58645b;
  --cream:#eee8da;
  --paper:#f7f2e7;
  --line:#d6d4c5;
  --sage:#e4e6db;
  --accent:#86652f;
  --gold:#b58a43;
  --gold-light:#d2b16f;
  --white:#fff;
  --serif:Georgia,'Times New Roman',serif;
  --sans:'DM Sans',Arial,sans-serif;
  --max:1240px
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:110px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
  font-size:17px;
  line-height:1.75;
  font-optical-sizing:auto
}
a {
  color:inherit;
  text-underline-offset:5px
}
a:hover {
  color:var(--forest-soft)
}
button,input,select,textarea {
  font:inherit
}
button,a,input,select,textarea,summary {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
img {
  display:block;
  max-width:100%;
  height:auto
}
figure {
  margin:0
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2,h3 {
  font-weight:400;
  line-height:1.12
}
h1,h2 {
  font-family:var(--serif);
  letter-spacing:-.035em
}
h1 {
  font-size:clamp(3rem,5.7vw,5.5rem);
  margin-bottom:26px
}
h2 {
  font-size:clamp(2.2rem,3.6vw,3.7rem);
  margin-bottom:24px
}
h3 {
  font-size:1.35rem;
  line-height:1.35;
  margin-bottom:14px
}
p {
  margin-bottom:20px
}
ul {
  padding-left:22px
}
li+li {
  margin-top:8px
}
::selection {
  background:#dbe5da;
  color:var(--ink)
}
:focus-visible {
  outline:3px solid #8b672f;
  outline-offset:5px
}
section[id],h2[id] {
  scroll-margin-top:115px
}
.container {
  width:min(var(--max),calc(100% - 96px));
  margin-inline:auto
}
.section {
  padding-block:100px
}
.cream {
  background:var(--cream)
}
.sage {
  background:var(--sage)
}
.eyebrow {
  font-size:.73rem;
  line-height:1.5;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:23px
}
.eyebrow::before {
  content:'';
  display:inline-block;
  width:22px;
  height:1px;
  background:currentColor;
  vertical-align:middle;
  margin-right:11px
}
.lead {
  font-size:1.16rem;
  line-height:1.8;
  color:var(--muted);
  max-width:640px
}
.muted {
  color:var(--muted)
}
.small {
  font-size:.87rem
}
.skip-link {
  position:fixed;
  top:-80px;
  left:20px;
  z-index:100;
  background:var(--forest);
  color:white;
  padding:12px 20px
}
.skip-link:focus {
  top:12px
}
.topbar {
  background:var(--forest);
  color:#f1ebdf;
  font-size:.8125rem;
  letter-spacing:0
}
.topbar .container {
  display:flex;
  justify-content:space-between;
  padding-block:8px
}
.topbar a {
  text-decoration:none;
  color:inherit
}
.topbar span a+a {
  margin-left:22px
}
.site-header {
  position:sticky;
  top:0;
  z-index:30;
  background:var(--paper);
  border-bottom:1px solid var(--line)
}
.header-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:96px;
  gap:22px
}
.brand {
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  flex-shrink:0
}
.brand img {
  width:60px;
  height:60px;
  object-fit:contain
}
.site-nav {
  display:flex;
  align-items:center;
  gap:26px;
  font-size:.9rem;
  font-weight:500
}
.site-nav a {
  text-decoration:none;
  position:relative;
  white-space:nowrap
}
.site-nav a:not(.button)::after {
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:-8px;
  height:1px;
  background:var(--ink);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .2s
}
.site-nav a:hover::after,.site-nav a[aria-current=page]::after {
  transform:scaleX(1)
}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:28px;
  background:var(--forest);
  color:white;
  padding:14px 22px;
  border:1px solid var(--forest);
  text-decoration:none;
  font-size:.9375rem;
  font-weight:500;
  letter-spacing:0;
  line-height:1.6;
  transition:background .2s,transform .2s;
  min-height:49px;
  border-radius:0
}
.button:hover {
  background:#244d3c;
  color:white;
  transform:translateY(-2px)
}
.button.light {
  background:var(--paper);
  color:var(--forest);
  border-color:var(--paper)
}
.button.outline {
  background:transparent;
  color:var(--ink);
  border-color:#a8b4b7
}
.button.outline:hover {
  background:var(--sage)
}
.arrow {
  font-size:1.25rem;
  line-height:1
}
.text-link {
  display:inline-flex;
  gap:23px;
  align-items:center;
  font-weight:500;
  font-size:.9375rem;
  text-decoration:none;
  border-bottom:1px solid #8d9e9e;
  padding-bottom:5px
}
.actions {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:25px;
  margin-top:32px
}
.menu-toggle {
  display:none;
  background:none;
  border:1px solid var(--line);
  padding:8px 14px;
  min-height:44px;
  color:var(--ink)
}
.image-frame {
  overflow:hidden;
  position:relative
}
.image-frame img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .65s ease
}
.image-frame:hover img {
  transform:scale(1.025)
}
.stats {
  border-bottom:1px solid var(--line)
}
.stats-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  padding-block:30px
}
.stat {
  display:flex;
  align-items:center;
  gap:24px;
  padding-inline:35px;
  border-left:1px solid var(--line)
}
.stat:first-child {
  border:0;
  padding-left:0
}
.stat strong {
  font:400 2.65rem/1 var(--serif);
  letter-spacing:-.035em;
  white-space:nowrap
}
.stat span {
  font-size:.8rem;
  line-height:1.6
}
.stat a {
  text-decoration:none
}
.section-head {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:40px;
  margin-bottom:48px
}
.section-head h2 {
  max-width:650px;
  margin-bottom:0
}
.section-head>p {
  max-width:350px;
  margin-bottom:0;
  color:var(--muted)
}
.split {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:85px;
  align-items:center
}
.split .image-frame {
  aspect-ratio:1.1
}
.split-copy {
  max-width:510px
}
.split-copy p:not(.eyebrow) {
  color:var(--muted)
}
.mini-label {
  display:block;
  margin-top:17px;
  font-size:.72rem;
  letter-spacing:.07em
}
.principle {
  font-family:var(--serif);
  font-size:1.5rem;
  line-height:1.45;
  color:var(--ink)!important;
  border-left:2px solid #9ca58e;
  padding-left:22px;
  margin-block:27px
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:42px
}
.step {
  border-top:1px solid #aab6b4;
  padding-top:24px
}
.step>span {
  font:400 2.1rem var(--serif);
  color:#637d69;
  display:block;
  margin-bottom:24px
}
.step h3 {
  font-family:var(--serif);
  font-size:1.65rem
}
.step p {
  font-size:.95rem;
  color:var(--muted)
}
.quote-section {
  background:var(--forest);
  color:var(--paper);
  padding:90px 0
}
.quote-layout {
  display:grid;
  grid-template-columns:1fr 2fr;
  gap:80px
}
.quote-layout .eyebrow {
  color:#d4bc8e
}
.quote-text {
  font:400 clamp(1.7rem,2.8vw,2.6rem)/1.4 var(--serif);
  letter-spacing:-.02em;
  max-width:760px
}
.quote-layout .text-link {
  color:white;
  margin-top:14px
}
.quote-attribution {
  font-size:.78rem;
  color:#d7ddcd
}
.cta {
  padding:70px 0;
  background:var(--sage)
}
.cta-inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px
}
.cta h2 {
  font-size:2.7rem;
  margin-bottom:12px
}
.cta p {
  margin:0;
  color:var(--muted)
}
.site-footer {
  padding:64px 0 25px;
  background:#0b281f;
  color:#f0eadb
}
.footer-grid {
  display:grid;
  grid-template-columns:1.55fr .75fr 1fr;
  gap:65px
}
.site-footer .brand {
  color:white;
  max-width:max-content;
  margin-bottom:23px
}
.site-footer .brand img {
  background:var(--paper)
}
.footer-intro {
  max-width:330px;
  color:#c9d0c6;
  font-size:.85rem
}
.footer-title {
  font-size:.7rem;
  text-transform:uppercase;
  letter-spacing:.18em;
  margin-bottom:20px;
  color:#d4bc8e
}
.footer-links {
  list-style:none;
  padding:0;
  margin:0
}
.footer-links li+li {
  margin-top:9px
}
.site-footer a {
  color:inherit;
  font-size:.85rem
}
.footer-links a {
  text-decoration:none
}
.footer-links a:hover {
  text-decoration:underline
}
.site-footer address {
  font-size:.83rem;
  font-style:normal;
  color:#c9d0c6
}
.footer-bottom {
  margin-top:46px;
  padding-top:24px;
  border-top:1px solid #3c5545;
  display:flex;
  align-items:start;
  gap:55px;
  justify-content:space-between;
  font-size:.69rem;
  color:#c4cbbf
}
.footer-bottom p {
  max-width:690px;
  margin:0
}
.footer-legal {
  display:flex;
  gap:22px;
  flex-shrink:0
}
.footer-legal a {
  font-size:.72rem
}
.page-hero {
  background:var(--cream);
  padding:62px 0 65px
}
.breadcrumb {
  font-size:.72rem;
  color:var(--muted);
  margin-bottom:30px
}
.breadcrumb a {
  text-decoration:none
}
.breadcrumb span {
  margin-inline:11px
}
.page-hero h1 {
  font-size:clamp(3rem,5vw,4.65rem);
  max-width:900px
}
.page-hero .lead {
  margin-bottom:0;
  max-width:740px
}
.page-hero .eyebrow {
  margin-bottom:17px
}
.portrait-panel {
  background:var(--sage);
  padding:35px 35px 0;
  align-self:start;
  text-align:center
}
.portrait-panel img {
  width:100%;
  max-width:360px;
  margin:auto;
  min-height:310px;
  object-fit:contain;
  object-position:bottom
}
.portrait-panel figcaption {
  padding:25px 0;
  background:var(--sage)
}
.portrait-panel figcaption strong {
  display:block;
  font-family:var(--serif);
  font-size:1.8rem;
  font-weight:400
}
.portrait-panel figcaption span {
  font-size:.75rem
}
.bio-layout {
  display:grid;
  grid-template-columns:320px 1fr;
  gap:85px;
  align-items:start
}
.prose {
  max-width:780px
}
.prose h2 {
  font-size:2.5rem;
  margin-top:55px
}
.prose h2:first-child {
  margin-top:0
}
.prose h3 {
  font-size:1.1rem;
  font-weight:600;
  margin-top:27px
}
.prose p,.prose li {
  color:#45574c
}
.credentials {
  font-size:.82rem;
  letter-spacing:.02em;
  color:var(--muted);
  margin-bottom:26px
}
.feature-list {
  columns:2;
  column-gap:45px
}
.feature-list li {
  break-inside:avoid;
  padding-bottom:8px
}
.wide-photo {
  width:100%;
  aspect-ratio:3.2;
  object-fit:cover
}
.jump-links {
  display:flex;
  flex-wrap:wrap;
  gap:12px 24px;
  border-bottom:1px solid var(--line);
  padding-block:25px;
  font-size:.84rem
}
.jump-links a {
  text-decoration:none;
  padding:5px 0
}
.subject-section {
  padding-block:70px;
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:.7fr 1.5fr;
  gap:65px
}
.subject-section h2 {
  font-size:2.7rem
}
.subject-content {
  max-width:750px
}
.subject-content p {
  color:var(--muted)
}
.subject-content ul {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 35px;
  margin-bottom:25px
}
.subject-content li+li {
  margin:0
}
.subject-label {
  font-size:.75rem;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--muted)
}
.callout {
  background:var(--sage);
  padding:28px 32px;
  border-left:3px solid #718574;
  margin-block:30px
}
.callout p:last-child {
  margin:0
}
.table-wrap {
  overflow:auto;
  margin-block:25px;
  border:1px solid var(--line)
}
table {
  width:100%;
  border-collapse:collapse;
  font-size:.92rem;
  text-align:left
}
th,td {
  padding:16px 20px;
  border-bottom:1px solid var(--line);
  vertical-align:top
}
th {
  background:var(--sage);
  font-weight:600
}
tr:last-child td {
  border-bottom:0
}
.table-wrap caption {
  text-align:left;
  padding:18px;
  font-weight:600;
  background:var(--cream)
}
.schedule-layout {
  display:grid;
  grid-template-columns:1.55fr 1fr;
  gap:75px;
  align-items:start
}
.schedule-layout aside {
  background:var(--cream);
  padding:35px
}
.schedule-layout aside h3 {
  font-family:var(--serif);
  font-size:1.8rem
}
.schedule-layout aside p {
  font-size:.91rem;
  color:var(--muted)
}
details {
  border-top:1px solid var(--line);
  padding-block:22px
}
details:last-child {
  border-bottom:1px solid var(--line)
}
summary {
  cursor:pointer;
  font-weight:600;
  padding-right:25px
}
details p {
  padding-top:18px;
  color:var(--muted);
  max-width:760px;
  margin:0
}
.results-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
  margin-block:30px
}
.result {
  padding:28px;
  border-bottom:1px solid var(--line);
  border-right:1px solid var(--line)
}
.result strong {
  font:400 2.6rem var(--serif);
  display:block
}
.result span {
  font-size:.8rem;
  color:var(--muted)
}
.fine-print {
  font-size:.84rem;
  color:var(--muted);
  max-width:850px
}
.contact-layout {
  display:grid;
  grid-template-columns:.85fr 1.5fr;
  gap:90px;
  align-items:start
}
.contact-item {
  border-bottom:1px solid var(--line);
  padding-block:22px
}
.contact-item:first-child {
  padding-top:0
}
.contact-item strong {
  display:block;
  font-size:.7rem;
  text-transform:uppercase;
  letter-spacing:.13em;
  color:var(--muted);
  margin-bottom:8px
}
.contact-item a {
  font-size:1.15rem;
  overflow-wrap:anywhere
}
.contact-item address {
  font-style:normal
}
.form-panel {
  border:1px solid var(--line);
  padding:40px
}
.form-panel h2 {
  font-size:2rem;
  margin-bottom:15px
}
.form-notice {
  background:var(--cream);
  padding:17px 20px;
  font-size:.85rem;
  margin-bottom:27px
}
.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:23px
}
.field label,.field>span,legend {
  display:block;
  font-size:.86rem;
  font-weight:600;
  margin-bottom:8px
}
.field label span {
  font-size:.75rem;
  font-weight:400;
  color:var(--muted)
}
input:not([type=checkbox]),select,textarea {
  width:100%;
  border:1px solid #99aab0;
  background:white;
  padding:12px 13px;
  color:var(--ink);
  border-radius:0;
  min-height:49px
}
textarea {
  min-height:125px;
  resize:vertical
}
.full {
  grid-column:1/-1
}
fieldset {
  border:0;
  padding:0;
  margin:0;
  min-width:0
}
legend {
  padding:0
}
.checkbox-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 18px
}
.check-label {
  display:flex!important;
  align-items:start;
  gap:10px;
  font-weight:400!important;
  font-size:.86rem;
  cursor:pointer
}
.check-label input {
  width:18px;
  height:18px;
  flex-shrink:0;
  margin:5px 0 0;
  accent-color:var(--forest)
}
.field-help {
  font-size:.75rem;
  color:var(--muted);
  margin:8px 0 0
}
.form-status {
  margin-top:20px;
  font-size:.9rem
}
.form-status:empty {
  display:none
}
.form-status:not(:empty) {
  padding:18px;
  border-left:3px solid var(--forest-soft);
  background:var(--sage)
}
.legal-layout {
  display:grid;
  grid-template-columns:235px 1fr;
  gap:70px;
  align-items:start
}
.legal-toc {
  position:sticky;
  top:130px;
  font-size:.78rem
}
.legal-toc ol {
  padding-left:20px
}
.legal-toc a {
  text-decoration:none
}
.legal-toc a:hover {
  text-decoration:underline
}
.legal-copy {
  min-width:0;
  max-width:850px
}
.legal-copy h2 {
  font-family:var(--serif);
  font-size:1.9rem;
  margin:45px 0 20px
}
.legal-copy h2:first-child {
  margin-top:0
}
.legal-copy h3 {
  font-size:1.05rem;
  font-weight:600;
  margin-top:25px
}
.legal-copy p,.legal-copy li {
  font-size:.94rem;
  color:#45574c
}
.legal-copy table {
  font-size:.82rem
}
.legal-copy table td {
  overflow-wrap:anywhere
}
.not-found {
  text-align:center;
  padding:100px 0
}
.not-found .lead {
  margin-inline:auto
}
.reveal {
  opacity:1;
  transform:none
}
.reveal.is-pending {
  opacity:0;
  transform:translateY(18px)
}
.reveal.is-visible {
  opacity:1;
  transform:none;
  transition:opacity .65s ease,transform .65s ease
}
.menu-toggle[hidden] {
  display:none
}
.testimonial-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:70px
}
.testimonial {
  padding:35px 0;
  border-bottom:1px solid var(--line)
}
.quote-mark {
  font:400 3.5rem/1 var(--serif);
  color:#8b9d8d
}
.testimonial h2 {
  font-size:1.7rem;
  letter-spacing:-.02em;
  margin-bottom:18px
}
.testimonial blockquote {
  margin:0 0 23px;
  color:var(--muted);
  font-size:1rem;
  line-height:1.85
}
.testimonial figcaption {
  font-size:.77rem;
  font-weight:600
}
.testimonial figcaption::before {
  content:'—';
  margin-right:12px
}
@media(max-width:650px) {
  .testimonial-grid {
    grid-template-columns:1fr
  }
  .testimonial {
    padding-block:28px
  }
  
}
@media(min-width:1600px) {
  
}
@media(max-width:1100px) {
  .container {
    width:calc(100% - 60px)
  }
  .site-nav {
    gap:17px;
    font-size:.77rem
  }
  .site-nav .button {
    padding:12px 16px
  }
  .brand img {
    width:49px;
    height:49px
  }
  .split {
    gap:45px
  }
  .stat {
    gap:15px;
    padding-inline:25px
  }
  .bio-layout {
    gap:50px;
    grid-template-columns:280px 1fr
  }
  .contact-layout {
    gap:45px
  }
  .legal-layout {
    gap:40px
  }
  .footer-grid {
    gap:40px
  }
  
}
@media(max-width:900px) {
  .menu-toggle {
    display:block
  }
  .header-inner {
    min-height:83px;
    flex-wrap:wrap;
    padding-block:13px
  }
  .site-nav {
    width:100%;
    flex-wrap:wrap;
    gap:20px;
    padding-bottom:15px
  }
  .nav-enhanced .site-nav {
    display:none
  }
  .nav-enhanced .site-nav.is-open {
    display:flex
  }
  .nav-enhanced .menu-toggle {
    display:block
  }
  .site-nav .button {
    margin-left:auto
  }
  .stats-grid {
    padding-block:25px
  }
  .stat {
    display:block;
    padding-inline:25px
  }
  .stat strong {
    display:block;
    font-size:2.4rem;
    margin-bottom:8px
  }
  .stat span {
    font-size:.76rem
  }
  .section {
    padding-block:75px
  }
  .section-head {
    gap:25px
  }
  .section-head>p {
    max-width:290px;
    font-size:.92rem
  }
  .quote-layout {
    gap:35px;
    grid-template-columns:.7fr 1.5fr
  }
  .steps {
    gap:25px
  }
  .footer-grid {
    grid-template-columns:1.25fr .7fr 1fr;
    gap:25px
  }
  .footer-bottom {
    display:block
  }
  .footer-legal {
    margin-top:20px
  }
  .subject-section {
    gap:40px
  }
  .bio-layout {
    grid-template-columns:230px 1fr;
    gap:35px
  }
  .portrait-panel {
    padding:25px 15px 0
  }
  .portrait-panel img {
    min-height:240px
  }
  .schedule-layout {
    gap:35px
  }
  .contact-layout {
    grid-template-columns:.8fr 1.3fr;
    gap:35px
  }
  .form-panel {
    padding:27px
  }
  .form-grid {
    grid-template-columns:1fr
  }
  .checkbox-grid {
    grid-template-columns:1fr
  }
  .legal-layout {
    grid-template-columns:1fr
  }
  .legal-toc {
    position:static;
    border-bottom:1px solid var(--line);
    padding-bottom:25px
  }
  .legal-toc ol {
    columns:2;
    column-gap:45px
  }
  .legal-toc li {
    break-inside:avoid
  }
  
}
@media(max-width:650px) {
  .container {
    width:calc(100% - 40px)
  }
  .topbar .container {
    justify-content:center
  }
  .topbar .location,.topbar .email-top {
    display:none
  }
  .header-inner {
    min-height:78px
  }
  .brand img {
    width:47px;
    height:47px
  }
  .site-nav {
    align-items:stretch;
    flex-direction:column;
    gap:0;
    padding:8px 0
  }
  .site-nav a {
    padding:12px 0;
    border-bottom:1px solid var(--line)
  }
  .site-nav a:not(.button)::after {
    display:none
  }
  .site-nav .button {
    margin:16px 0 0;
    padding:12px;
    align-self:start;
    width:100%
  }
  .stats-grid {
    gap:12px;
    padding-block:24px
  }
  .stat {
    padding-inline:12px
  }
  .stat strong {
    font-size:2rem
  }
  .stat span {
    font-size:.65rem;
    line-height:1.45;
    display:block
  }
  .section {
    padding-block:60px
  }
  .section-head {
    display:block;
    margin-bottom:30px
  }
  .section-head h2 {
    margin-bottom:20px
  }
  .section-head>p {
    max-width:100%
  }
  .split {
    grid-template-columns:1fr;
    gap:35px
  }
  .split .image-frame {
    aspect-ratio:1.3
  }
  .split-copy {
    max-width:100%
  }
  .steps {
    grid-template-columns:1fr;
    gap:20px
  }
  .step {
    display:grid;
    grid-template-columns:45px 1fr;
    gap:10px
  }
  .step>span {
    grid-row:1/3;
    margin-bottom:0
  }
  .step h3 {
    margin-bottom:0
  }
  .step p {
    grid-column:2
  }
  .quote-section {
    padding:55px 0
  }
  .quote-layout {
    grid-template-columns:1fr;
    gap:15px
  }
  .quote-text {
    font-size:1.85rem
  }
  .quote-layout .eyebrow {
    margin-bottom:5px
  }
  .cta {
    padding:50px 0
  }
  .cta-inner {
    display:block
  }
  .cta h2 {
    font-size:2.25rem
  }
  .cta .button {
    margin-top:28px
  }
  .footer-grid {
    grid-template-columns:1fr 1fr;
    gap:32px
  }
  .footer-grid>div:first-child {
    grid-column:1/-1
  }
  .site-footer {
    padding-top:45px
  }
  .footer-intro {
    max-width:100%
  }
  .footer-bottom {
    margin-top:30px
  }
  .site-footer .brand-name {
    font-size:1.5rem
  }
  .site-footer a {
    font-size:.8rem;
    overflow-wrap:anywhere
  }
  .page-hero {
    padding:35px 0 45px
  }
  .page-hero h1 {
    font-size:3.2rem
  }
  .page-hero .lead {
    font-size:1rem
  }
  .breadcrumb {
    margin-bottom:25px
  }
  .bio-layout {
    grid-template-columns:1fr;
    gap:40px
  }
  .portrait-panel {
    max-width:340px;
    width:100%;
    margin:auto
  }
  .portrait-panel img {
    height:310px
  }
  .prose h2 {
    font-size:2.1rem
  }
  .feature-list {
    columns:1
  }
  .wide-photo {
    aspect-ratio:2;
    object-position:center
  }
  .jump-links {
    gap:8px 20px;
    font-size:.78rem
  }
  .subject-section {
    grid-template-columns:1fr;
    gap:8px;
    padding-block:45px
  }
  .subject-section h2 {
    font-size:2.3rem
  }
  .subject-content ul {
    grid-template-columns:1fr;
    gap:8px
  }
  .schedule-layout {
    grid-template-columns:1fr;
    gap:30px
  }
  .schedule-layout aside {
    padding:28px
  }
  .callout {
    padding:23px
  }
  .table-wrap th,.table-wrap td {
    padding:13px 14px
  }
  .results-grid {
    grid-template-columns:1fr 1fr
  }
  .result {
    padding:23px
  }
  .contact-layout {
    grid-template-columns:1fr;
    gap:38px
  }
  .form-panel {
    padding:25px 20px
  }
  .legal-toc ol {
    columns:1
  }
  .legal-copy h2 {
    font-size:1.65rem
  }
  .legal-copy table {
    min-width:480px
  }
  .legal-copy .table-wrap {
    max-width:100%
  }
  .legal-layout {
    gap:30px
  }
  .footer-legal {
    gap:20px
  }
  
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
  .reveal.is-pending {
    opacity:1;
    transform:none
  }
  .image-frame:hover img,.button:hover {
    transform:none
  }
  
}
@media print {
  .topbar,.site-header,.site-footer,.cta,.legal-toc,.jump-links,.skip-link {
    display:none
  }
  body {
    background:white;
    color:black;
    font-size:11pt
  }
  .container {
    width:100%
  }
  .section,.page-hero {
    padding:20px 0
  }
  .legal-layout {
    display:block
  }
  .reveal.is-pending {
    opacity:1;
    transform:none
  }
  .table-wrap {
    overflow:visible
  }
  a {
    color:black
  }
  h2,h3 {
    break-after:avoid
  }
  
}
@media(max-width:650px) {
  
}

/* Consistent line icons avoid platform-specific emoji glyphs. */
.icon { display:inline-block; width:1.1em; height:1.1em; flex-shrink:0; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; vertical-align:-.18em; }
.label-short { display:none; }
.specialist-links a .icon,.jump-links a .icon { margin-left:8px; }

/* Forest, ivory and antique gold — shared identity and editorial layouts. */
.topbar { background:var(--forest); }
.header-inner { min-height:124px; padding-block:14px; gap:34px; }
.brand { display:block; }
.brand .horizontal-logo { width:230px; height:auto; }
.site-nav { margin-left:auto; gap:25px; }
.header-actions { display:flex; align-items:center; gap:12px; }
.site-nav a { padding:10px 0; }
.site-nav a:not(.button)::after { bottom:3px; background:var(--gold); }
.button { color:#142d21; background:var(--gold-light); border-color:var(--gold-light); gap:24px; min-height:50px; }
.button:hover { background:#e0c58d; border-color:#e0c58d; color:#142d21; }
.button.outline { border-color:var(--forest); }
.button:disabled { opacity:.6; cursor:wait; transform:none; }
.menu-toggle { border-color:var(--forest); background:none; }
.section { padding-block:90px; }
.eyebrow { letter-spacing:.15em; }
.eyebrow::before { background:var(--gold); }
.page-hero { padding-top:48px; border-bottom:1px solid var(--line); background:var(--paper); }
.page-hero h1 { max-width:950px; }
.breadcrumb { margin-bottom:32px; }
.home-hero { display:grid; grid-template-columns:40% 60%; max-width:1800px; margin:auto; min-height:590px; }
.home-hero-copy { display:flex; flex-direction:column; justify-content:center; background:var(--forest); color:var(--paper); padding:60px clamp(35px,4.5vw,82px); min-width:0; }
.home-hero-copy .eyebrow { color:#d8c7a2; font-size:.67rem; white-space:nowrap; margin-bottom:26px; }
.home-hero-copy h1 { font-size:clamp(2.8rem,4.15vw,4.45rem); line-height:1.08; letter-spacing:-.04em; margin-bottom:25px; }
.home-hero-copy h1 em { color:#e1c58f; font-weight:400; }
.home-hero-copy>p:not(.eyebrow):not(.hero-place) { color:#dce0d2; font-size:1.0625rem; max-width:380px; line-height:1.75; }
.hero-actions { display:flex; align-items:start; flex-wrap:wrap; gap:21px; margin-top:12px; }
.hero-actions .text-link { color:var(--paper); border-color:#9caa96; margin-top:10px; }
.home-hero-copy .hero-place { color:#bac9b9; font-size:.8125rem; margin:38px 0 0; letter-spacing:0; }
.home-hero-photo { min-width:0; position:relative; min-height:590px; }
.home-hero-photo img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:50% 48%; }
/* Blend the photo into the adjacent green without changing the source image. */
.home-hero-photo::after { content:''; position:absolute; z-index:1; inset:0 auto 0 0; width:clamp(100px,15vw,240px); background:linear-gradient(to right,var(--forest),rgba(15,51,39,.7) 30%,rgba(15,51,39,0)); pointer-events:none; }
.home-hero-photo figcaption { position:absolute; z-index:2; right:26px; bottom:24px; background:var(--paper); color:var(--forest); padding:10px 17px; font-size:.7rem; letter-spacing:.04em; }
.stats { background:#edeadd; }
.stats-grid { padding-block:29px; }
.stat strong { color:var(--forest); }
.stat span { color:#465747; }
.stat { border-color:#bfc8b7; }
.primary-offerings { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--forest); border-bottom:1px solid var(--line); }
.tuition-feature { display:flex; flex-direction:column; text-decoration:none; padding:34px 32px 31px; border-right:1px solid var(--line); transition:background .2s; }
.tuition-feature:first-child { padding-left:0; }
.tuition-feature:last-child { border-right:0; }
.tuition-feature:hover { background:#eee9dc; color:var(--forest); }
.service-kicker { color:#6a654d; font-size:.67rem; text-transform:uppercase; letter-spacing:.13em; margin-bottom:36px; }
.tuition-feature h3 { font-family:var(--serif); font-size:2.2rem; line-height:1.12; letter-spacing:-.035em; margin-bottom:24px; }
.tuition-feature p { font-size:1rem; color:var(--muted); max-width:310px; }
.service-link { margin-top:auto; padding-top:20px; display:flex; align-items:center; justify-content:space-between; font-size:.77rem; font-weight:600; }
.service-link>span { font-size:1.15rem; }
.specialist-links { display:flex; align-items:center; flex-wrap:wrap; gap:20px 35px; padding-top:27px; font-size:.79rem; }
.specialist-links>span { font-size:.67rem; text-transform:uppercase; letter-spacing:.12em; color:var(--muted); margin-right:auto; }
.specialist-links a { text-decoration:none; border-bottom:1px solid #a1ab94; padding-bottom:4px; }
.specialist-links a span { margin-left:10px; }
.approach-home { background:var(--cream); }
.approach-heading { display:grid; grid-template-columns:1fr 1.05fr; gap:90px; align-items:center; margin-bottom:45px; }
.approach-heading h2 { font-size:clamp(3rem,4.65vw,4.8rem); margin-bottom:0; }
.approach-heading h2 em { font-weight:400; color:#6d714f; }
.approach-copy { max-width:590px; }
.approach-copy .lead { color:var(--ink); font-family:var(--serif); font-size:1.55rem; line-height:1.4; }
.approach-copy>p:not(.lead) { font-size:1rem; color:var(--muted); }
.approach-photo .image-frame { aspect-ratio:2.8; }
.approach-photo img { object-fit:cover; object-position:center; }
.approach-photo figcaption { display:flex; justify-content:space-between; gap:25px; margin-top:16px; color:#55614e; font-size:.72rem; }
.founder-grid { display:grid; grid-template-columns:.78fr 1.25fr; align-items:center; gap:105px; max-width:1100px; margin:auto; }
.founder-photo { background:#dce0d0; border-bottom:3px solid var(--gold); padding:37px 25px 0; }
.founder-photo img { width:100%; max-width:330px; margin:auto; }
.founder-photo figcaption { padding:23px 0; text-align:center; font-family:var(--serif); font-size:1.5rem; line-height:1.4; }
.founder-photo figcaption span { font-family:var(--sans); font-size:.7rem; }
.founder-copy>p:not(.eyebrow) { color:var(--muted); }
.credential-list { padding:0; list-style:none; margin:28px 0; border-top:1px solid var(--line); }
.credential-list li { padding:13px 0; display:grid; grid-template-columns:1fr 1.15fr; gap:20px; border-bottom:1px solid var(--line); font-size:.8rem; }
.credential-list li+li { margin:0; }
.credential-list li span { color:var(--muted); }
.credential-list li strong { font-weight:600; }
.home-quote { background:var(--forest); }
.quote-text { margin:0 0 27px; }
.home-quote .quote-text { font-size:clamp(1.8rem,2.7vw,2.7rem); }
.quote-layout figure { margin:0; }
.individual-grid { display:grid; grid-template-columns:1.12fr 1fr; gap:65px; align-items:center; }
.individual-grid .image-frame { aspect-ratio:1.55; }
.individual-grid .image-frame img { object-position:63% center; }
.individual-grid h2 { font-size:2.6rem; }
.individual-grid p:not(.eyebrow) { color:var(--muted); }
.small-quote { font-family:var(--serif); font-size:1.35rem; line-height:1.5; margin:26px 0 0; padding-left:20px; border-left:2px solid var(--gold); }
.small-quote cite { font-family:var(--sans); font-size:.7rem; font-style:normal; display:block; margin-top:14px; color:var(--muted); }
.steps-home { background:var(--cream); }
.steps { gap:45px; }
.step { border-top-color:#a1ae95; }
.step>span { color:#657c5e; }
.cta { background:var(--forest); color:var(--paper); padding-block:70px; }
.cta .eyebrow { color:#d8c7a2; }
.cta h2 { font-size:clamp(2.35rem,3.5vw,3.6rem); }
.cta p { color:#d9dfcf; }
.cta-actions { flex-shrink:0; display:flex; flex-direction:column; align-items:center; gap:16px; }
.cta-phone { color:#d9dfcf; font-size:.79rem; }
.cta-phone:hover { color:white; }
.site-footer { padding-top:62px; }
.site-footer .footer-brand { display:flex; gap:17px; align-items:center; }
.site-footer .brand img { background:transparent; width:64px; height:64px; }
.footer-brand .brand-name { font-family:var(--serif); font-size:2.2rem; line-height:1; }
.footer-brand .brand-name span { display:block; margin-top:10px; font:600 .53rem/1.4 var(--sans); letter-spacing:.26em; }
.footer-intro { margin-top:26px; }
.footer-grid { border-top:1px solid #486047; padding-top:40px; }
.footer-bottom { border-color:#354c3a; }
.portrait-panel { background:#e1e3d5; border-bottom:3px solid var(--gold); }
.portrait-panel figcaption { background:transparent; }
.bio-layout { grid-template-columns:330px 1fr; }
.bio-layout .prose { font-size:1.02rem; }
.credentials { padding:15px 0; border-block:1px solid var(--line); color:#4b5e49; }
.prose details { margin-top:30px; }
.subject-section h2 { color:var(--forest); }
.subject-label { color:#786443; }
.callout { background:#e9e8da; border-left-color:var(--gold); }
th { background:#e6e7d9; }
.table-wrap caption { background:#f0ecdf; }
.contact-item:first-child a { font-family:var(--serif); font-size:2rem; }
.form-panel { background:#fcf9f0; border-top:3px solid var(--gold); padding:40px; }
input:not([type=checkbox]),select,textarea { background:#fffdf7; border-color:#a2ac98; }
.form-notice { background:#eaeadd; }
.form-status:not(:empty) { border-color:var(--forest); background:#e4e8d9; }
.form-status[data-state=error] { background:#f0e5d8; border-color:#8b4b35; }
.form-status[data-state=success] { background:#e0eadc; }
.testimonial-grid { grid-template-columns:repeat(12,1fr); column-gap:55px; }
.testimonial { grid-column:span 6; padding:40px 0; }
.testimonial:first-child { grid-column:span 7; background:var(--cream); padding:35px; border:0; }
.testimonial:nth-child(2) { grid-column:span 5; }
.testimonial:first-child blockquote { font-family:var(--serif); font-size:1.55rem; line-height:1.55; color:var(--forest); }
.testimonial h2 { font-size:1.6rem; }
.quote-mark { color:var(--accent); }
.result { background:#f5f0e5; }
.result strong { color:var(--forest); }
.legal-copy h2 { padding-top:10px; }

@media (min-width:1700px) {
 .home-hero { min-height:660px; }
 .home-hero-photo { min-height:660px; }
 .home-hero-copy h1 { font-size:4.8rem; }
}
@media (max-width:1150px) {
 .header-inner { gap:20px; }
 .brand .horizontal-logo { width:223px; }
 .site-nav { gap:18px; font-size:.875rem; }
 .header-enquiry { padding:12px 15px; gap:16px; font-size:.875rem; }
 .home-hero-copy { padding-inline:32px; }
 .home-hero { min-height:550px; }
 .home-hero-photo { min-height:550px; }
 .home-hero-copy h1 { font-size:3.1rem; }
 .home-hero-copy .eyebrow { font-size:.61rem; letter-spacing:.1em; }
 .hero-actions { gap:16px; }
 .approach-heading { gap:55px; }
 .founder-grid { gap:60px; }
 .individual-grid { gap:40px; }
 .tuition-feature { padding-inline:25px; }
}
@media (max-width:900px) {
 .header-inner { min-height:113px; padding-block:12px; gap:8px 20px; }
 .brand .horizontal-logo { width:215px; }
 .header-actions { margin-left:auto; }
 .site-nav { order:3; width:100%; margin-left:0; padding:12px 0; justify-content:space-between; }
 .site-nav a { padding:10px 2px; }
 .header-enquiry { font-size:.875rem; }
 .nav-enhanced .site-nav.is-open { display:flex; }
 .home-hero { grid-template-columns:42% 58%; }
 .home-hero-copy { padding:40px 26px; }
 .home-hero-copy h1 { font-size:2.75rem; }
 .home-hero-copy>p:not(.eyebrow):not(.hero-place) { font-size:1rem; }
 .hero-actions { flex-direction:column; gap:6px; }
 .home-hero-copy .hero-place { margin-top:23px; font-size:.75rem; }
 .home-hero-photo img { object-position:48% 48%; }
 .primary-offerings h3 { font-size:1.85rem; }
 .tuition-feature { padding:28px 21px; }
 .service-kicker { font-size:.61rem; }
 .service-link { font-size:.7rem; gap:12px; }
 .tuition-feature p { font-size:.9375rem; }
 .founder-grid { grid-template-columns:.85fr 1.15fr; gap:40px; }
 .founder-copy h2 { font-size:2.65rem; }
 .credential-list li { grid-template-columns:1fr; gap:4px; }
 .individual-grid { grid-template-columns:1fr 1fr; gap:30px; }
 .individual-grid h2 { font-size:2.2rem; }
 .individual-grid .image-frame { aspect-ratio:1; }
 .bio-layout { grid-template-columns:240px 1fr; }
 .testimonial-grid { column-gap:30px; }
}
@media (max-width:650px) {
 .container { width:calc(100% - 40px); }
 .section { padding-block:58px; }
 .header-inner { min-height:97px; padding-block:12px; gap:8px; }
 .brand .horizontal-logo { width:177px; }
 .header-actions { gap:8px; }
 .header-enquiry { font-size:.8125rem; padding:9px 12px; gap:0; min-height:42px; }
 .header-enquiry .icon,.header-enquiry .label-full { display:none; }
 .header-enquiry .label-short { display:inline; }
 .header-enquiry { max-width:none; line-height:1.25; text-align:center; }
 .menu-toggle { padding:8px 10px; font-size:.8125rem; min-height:42px; }
 .site-nav { flex-direction:column; align-items:stretch; padding:0 0 14px; }
 .site-nav a { padding:12px 0; font-size:.9rem; }
 .home-hero { grid-template-columns:1fr; min-height:0; }
 .home-hero-copy { padding:32px 24px 28px; }
 .home-hero-copy .eyebrow { font-size:.63rem; margin-bottom:18px; letter-spacing:.13em; }
 .home-hero-copy h1 { font-size:clamp(2.55rem,10.5vw,3.6rem); margin-bottom:17px; max-width:440px; }
 .home-hero-copy>p:not(.eyebrow):not(.hero-place) { max-width:380px; font-size:1rem; line-height:1.75; margin-bottom:14px; }
 .hero-actions { flex-direction:row; align-items:center; gap:24px; margin-top:5px; }
 .hero-actions .button { font-size:.875rem; min-height:46px; padding:11px 17px; gap:14px; }
 .hero-actions .text-link { margin:0; font-size:.875rem; gap:12px; }
 .home-hero-copy .hero-place { display:none; }
 .home-hero-photo { min-height:315px; }
 .home-hero-photo::after { inset:0 0 auto; width:100%; height:85px; background:linear-gradient(to bottom,var(--forest),rgba(15,51,39,0)); }
 .home-hero-photo img { object-position:50% 50%; }
 .home-hero-photo figcaption { font-size:.63rem; padding:8px 13px; right:16px; bottom:16px; }
 .stats-grid { padding-block:23px; }
 .primary-offerings { grid-template-columns:1fr; }
 .tuition-feature,.tuition-feature:first-child { padding:27px 0; border-right:0; border-bottom:1px solid var(--line); }
 .tuition-feature:last-child { border-bottom:0; }
 .tuition-feature h3 { font-size:2rem; margin-bottom:15px; }
 .tuition-feature h3 br { display:none; }
 .tuition-feature p { max-width:100%; margin-bottom:10px; font-size:1rem; }
 .service-kicker { font-size:.65rem; margin-bottom:18px; }
 .service-link { padding-top:9px; font-size:.78rem; }
 .specialist-links { display:grid; gap:18px; padding-top:24px; }
 .specialist-links a { max-width:max-content; }
 .approach-heading { grid-template-columns:1fr; gap:27px; margin-bottom:30px; }
 .approach-heading h2 { font-size:clamp(2.65rem,12.5vw,3.35rem); }
 .approach-copy .lead { font-size:1.45rem; }
 .approach-photo .image-frame { aspect-ratio:1.6; }
 .approach-photo img { object-position:54% center; }
 .approach-photo figcaption { font-size:.67rem; }
 .approach-photo figcaption span:last-child { display:none; }
 .founder-grid { grid-template-columns:1fr; gap:32px; }
 .founder-photo { max-width:340px; width:100%; margin:auto; padding-top:25px; }
 .founder-photo img { max-width:290px; }
 .founder-copy h2 { font-size:2.6rem; }
 .credential-list li { grid-template-columns:1fr 1.15fr; gap:20px; }
 .individual-grid { grid-template-columns:1fr; gap:30px; }
 .individual-grid .image-frame { aspect-ratio:1.75; }
 .individual-grid h2 { font-size:2.4rem; }
 .quote-section { padding-block:55px; }
 .home-quote .quote-text { font-size:1.8rem; }
 .cta { padding-block:52px; }
 .cta-actions { align-items:start; margin-top:24px; gap:12px; }
 .cta .button { margin:0; }
 .footer-grid { padding-top:32px; }
 .site-footer { padding-top:16px; }
 .footer-brand .brand-name { font-size:2rem; }
 .site-footer .brand img { width:59px; height:59px; }
 .bio-layout { grid-template-columns:1fr; }
 .testimonial-grid { display:block; }
 .testimonial:first-child { padding:27px 24px; margin-bottom:10px; }
 .testimonial:first-child blockquote { font-size:1.4rem; }
 .form-panel { padding:27px 20px; }
}
@media (max-width:370px) {
 .header-inner { column-gap:6px; }
 .brand .horizontal-logo { width:147px; }
 .header-enquiry { padding:8px; max-width:66px; }
 .header-actions { gap:5px; }
 .menu-toggle { padding:8px; }
 .hero-actions { gap:15px; }
 .hero-actions .button { gap:12px; padding-inline:14px; }
 .hero-actions .text-link { gap:10px; font-size:.8125rem; }
 .home-hero-copy .eyebrow { font-size:.56rem; }
}
@media (prefers-reduced-motion:reduce) {
 .tuition-feature { transition:none; }
}

/* Enquiry form states and responsive security widget. */
#turnstile-container { min-width: 0; max-width: 100%; }
#turnstile-container:empty { display: none; }
#submit-enquiry:disabled { cursor: not-allowed; opacity: .65; }
#enquiry-form[aria-busy="true"] { cursor: progress; }
.form-status:not(:empty) { border-left: 3px solid var(--gold); padding: 12px 16px; background: #f7f2e7; }

/* Stable counter widths and static screen-reader labels. */
.stat strong[data-count-to] { min-width:2em; font-variant-numeric:tabular-nums; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
