:root {
  color-scheme: light;
  --ink: #17211d;
  --body: #54615b;
  --muted: #6a756f;
  --page: #f4f6f2;
  --surface: #ffffff;
  --surface-soft: #eef4ef;
  --surface-blue: #e7f0f3;
  --line: #d9e0d8;
  --green: #234b40;
  --green-deep: #132a24;
  --green-soft: #dceae2;
  --leaf: #5d846c;
  --clay: #be6a54;
  --clay-dark: #9d4f3f;
  --ochre: #bd9448;
  --shadow: 0 18px 46px rgba(23, 33, 29, 0.12);
  --shadow-soft: 0 12px 30px rgba(23, 33, 29, 0.07);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
main:focus-visible {
  outline: 3px solid rgba(190, 106, 84, 0.72);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 50;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 760;
  transform: translateY(calc(-100% - 24px));
  transition: transform 160ms ease;
}

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

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 12px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(217, 224, 216, 0.86);
  background: rgba(244, 246, 242, 0.9);
  backdrop-filter: blur(18px);
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.site-header[data-scrolled] {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(23, 33, 29, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 780;
}

.brand-mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 0.82rem;
}

.brand-name,
.brand-subtitle {
  display: block;
}

.brand-name {
  color: var(--ink);
  line-height: 1.1;
}

.brand-subtitle {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.2;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--body);
  font-size: 0.92rem;
  font-weight: 680;
}

.site-nav a {
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.site-nav a:hover {
  color: var(--ink);
}

.nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
}

.nav-cta:hover {
  color: #fff;
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink);
}

.nav-toggle-line {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(620px, calc(88svh - 74px));
  overflow: hidden;
  background: var(--green-deep);
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(19, 42, 36, 0.96) 0%, rgba(19, 42, 36, 0.88) 42%, rgba(19, 42, 36, 0.36) 100%),
    linear-gradient(180deg, rgba(19, 42, 36, 0.06), rgba(19, 42, 36, 0.22));
}

.hero-media {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(46vw, 620px);
  min-width: 410px;
  height: 100%;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  filter: saturate(0.95) contrast(1.03);
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(760px, 100%);
  padding: clamp(42px, 6vw, 74px) clamp(20px, 5vw, 72px);
}

.eyebrow,
.section-kicker,
.detail-label {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #e3bd67;
}

.hero h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.04;
}

.hero h1 {
  max-width: 780px;
  font-size: 3.65rem;
}

.hero-copy {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.13rem;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 780;
  line-height: 1.2;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  background: var(--clay);
  color: #fff;
  box-shadow: 0 14px 30px rgba(190, 106, 84, 0.34);
}

.button-primary:hover {
  background: var(--clay-dark);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.12);
  color: currentColor;
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(20px, 5vw, 72px);
  background: var(--green-deep);
  color: #fff;
}

.proof-strip div {
  min-height: 104px;
  padding: 22px;
  border-inline: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.metric {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.18rem;
  line-height: 1;
}

.proof-strip span:last-child {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.section {
  padding: clamp(64px, 8vw, 108px) clamp(20px, 5vw, 72px);
}

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

.section-heading-wide {
  max-width: 1040px;
}

h2 {
  max-width: 880px;
  font-size: 3.45rem;
}

h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.28;
}

p {
  color: var(--body);
}

.section-heading p,
.sticky-intro p,
.about-copy > p {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: 1.04rem;
}

.help-section {
  background: var(--surface);
}

.concern-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.concern-grid article,
.session-card,
.credentials-grid article,
.pricing-card,
.booking-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.concern-grid article {
  min-height: 250px;
  padding: 25px;
  border-top: 4px solid var(--green);
}

.concern-grid article:nth-child(2),
.concern-grid article:nth-child(6) {
  border-top-color: var(--clay);
}

.concern-grid article:nth-child(3) {
  border-top-color: var(--ochre);
}

.concern-grid article:nth-child(4) {
  border-top-color: var(--leaf);
}

.concern-grid article:nth-child(5) {
  border-top-color: #6b8fa0;
}

.concern-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.concern-grid p,
.session-card p,
.booking-card p,
.pricing-card p {
  margin: 16px 0 0;
}

.approach-section {
  background: var(--page);
}

.work-section {
  background: var(--surface-blue);
}

.work-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(300px, 0.42fr);
  gap: clamp(24px, 5vw, 66px);
  align-items: stretch;
}

.work-panel {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(35, 75, 64, 0.18);
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  box-shadow: var(--shadow);
}

.work-panel h3 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.12;
}

.work-panel p:not(.section-kicker) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.work-panel .section-kicker {
  color: #e3bd67;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.work-grid article {
  min-height: 250px;
  padding: 25px;
  border: 1px solid rgba(35, 75, 64, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.work-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.work-grid p {
  margin: 16px 0 0;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
}

.sticky-intro {
  position: sticky;
  top: 104px;
}

.approach-flow {
  display: grid;
  gap: 14px;
}

.approach-flow article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.step-number,
.session-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 850;
}

.approach-flow p {
  margin: 12px 0 0;
}

.sessions-section {
  background: var(--surface);
}

.session-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.session-card {
  min-height: 270px;
  overflow: hidden;
}

.session-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--green-soft);
}

.session-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.session-card:hover .session-image img {
  transform: scale(1.025);
}

.session-card-body {
  padding: 24px;
}

.session-icon {
  margin-bottom: 22px;
}

.format-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.45fr);
  gap: 24px;
  align-items: center;
  margin-top: 16px;
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid rgba(35, 75, 64, 0.18);
  border-radius: 8px;
  background: var(--surface-blue);
}

.format-panel h3 {
  max-width: 560px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}

.format-panel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
}

.format-panel li {
  padding: 9px 13px;
  border: 1px solid rgba(35, 75, 64, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 760;
}

.about-section {
  background: var(--surface-soft);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(230px, 330px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.portrait-panel {
  position: sticky;
  top: 104px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.portrait-panel img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.portrait-panel div {
  padding: 20px;
}

.portrait-panel strong,
.portrait-panel span {
  display: block;
}

.portrait-panel strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.portrait-panel span {
  margin-top: 4px;
  color: var(--body);
}

.about-copy h2 {
  max-width: 920px;
}

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.credentials-grid article {
  min-height: 280px;
  padding: 24px;
}

.tick-list,
.booking-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  color: var(--body);
}

.tick-list li,
.booking-list li {
  position: relative;
  padding-left: 23px;
}

.tick-list li::before,
.booking-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--leaf);
}

.accreditation-panel {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: center;
  margin-top: 16px;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.accreditation-panel img {
  width: 100%;
  max-width: 260px;
}

.accreditation-panel h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.accreditation-panel p:not(.section-kicker) {
  margin: 14px 0 0;
}

.faq-list summary::after {
  content: "+";
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-size: 1.2rem;
  font-weight: 850;
}

.faq-list details[open] summary::after {
  content: "-";
}

.fees-section {
  background: var(--page);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.pricing-card {
  min-height: 245px;
  padding: 30px;
}

.pricing-card-featured {
  border-color: rgba(35, 75, 64, 0.28);
  background: var(--green-soft);
}

.pricing-card h3 {
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.booking-section {
  background: var(--surface-soft);
}

.booking-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.booking-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
}

.booking-card h3 {
  max-width: 560px;
  margin-top: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.95rem;
  font-weight: 500;
  line-height: 1.1;
}

.booking-card p:not(.section-kicker) {
  max-width: 600px;
  margin: 20px 0 0;
}

.booking-list {
  margin-bottom: 28px;
}

.booking-card .button {
  margin-top: auto;
}

.contact-detail-list a {
  display: block;
  margin-top: 3px;
  color: var(--green);
  font-weight: 780;
  overflow-wrap: anywhere;
}

.booking-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin-top: auto;
}

.booking-contact-actions .button {
  flex: 1 1 128px;
}

.booking-contact-actions .button-secondary {
  border-color: var(--line);
  background: #fbfcf9;
  color: var(--green);
}

.videos-section {
  background: var(--surface);
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 36px;
}

.video-player {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #101715;
  box-shadow: var(--shadow);
}

.video-player video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #101715;
  object-fit: contain;
}

.video-list {
  display: grid;
  gap: 12px;
}

.video-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 6px 14px;
  align-items: center;
  min-height: 88px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcf9;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.video-card:hover,
.video-card.active {
  transform: translateY(-1px);
  border-color: rgba(35, 75, 64, 0.48);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.video-card span {
  display: grid;
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 850;
}

.video-card strong {
  line-height: 1.2;
}

.video-card small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
}

.faq-section {
  background: var(--surface);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
  margin-top: 36px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcf9;
  box-shadow: var(--shadow-soft);
}

.faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  color: var(--ink);
  font-weight: 780;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  flex-basis: 30px;
  width: 30px;
  height: 30px;
  font-size: 1rem;
}

.faq-list p {
  max-width: 820px;
  margin: 0;
  padding: 0 24px 24px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  background: var(--green-deep);
  color: #fff;
}

.contact-section h2 {
  color: #fff;
}

.contact-section p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}

.contact-actions {
  margin-top: 0;
}

.contact-actions .button {
  width: 100%;
}

.contact-actions .button-secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  padding: 28px clamp(20px, 5vw, 72px);
  background: #0f1714;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer p {
  margin: 0;
  color: inherit;
}

.site-footer a {
  color: #fff;
  font-weight: 760;
}

@media (max-width: 1120px) {
  .brand-subtitle {
    display: none;
  }

  .site-nav {
    gap: 14px;
  }

  .hero h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.9rem;
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .hero-media {
    width: 50%;
    min-width: 320px;
  }

  .concern-grid,
  .work-grid,
  .session-layout,
  .booking-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-layout,
  .work-layout,
  .about-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .sticky-intro,
  .portrait-panel {
    position: static;
  }

  .portrait-panel {
    max-width: 330px;
  }

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

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

@media (max-width: 900px) {
  .site-header {
    min-height: 68px;
  }

  .brand-subtitle {
    display: block;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 68px;
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 15px 18px;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .nav-cta {
    border-radius: 0;
    background: var(--green);
  }
}

@media (max-width: 760px) {
  .section {
    padding: 58px 20px;
  }

  .hero {
    min-height: 0;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(19, 42, 36, 0.3) 0%, rgba(19, 42, 36, 0.88) 39%, rgba(19, 42, 36, 0.98) 100%);
  }

  .hero-media {
    inset: 0 0 auto 0;
    width: 100%;
    min-width: 0;
    height: 260px;
  }

  .hero-media img {
    object-position: center 22%;
  }

  .hero-content {
    padding: 246px 20px 32px;
  }

  .hero h1 {
    font-size: 2.45rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  h2 {
    font-size: 2.22rem;
  }

  .proof-strip,
  .concern-grid,
  .work-layout,
  .work-grid,
  .session-layout,
  .format-panel,
  .credentials-grid,
  .pricing-grid,
  .booking-options,
  .video-list,
  .accreditation-panel {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    padding: 0;
  }

  .proof-strip div {
    min-height: 88px;
    padding: 18px 20px;
  }

  .approach-flow article {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .format-panel ul {
    justify-content: flex-start;
  }

  .booking-card h3,
  .work-panel h3,
  .format-panel h3 {
    font-size: 1.82rem;
  }

  .pricing-card h3 {
    font-size: 3.3rem;
  }
}

@media (max-width: 520px) {
  .brand-subtitle {
    display: none;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero h1 {
    font-size: 2.14rem;
  }

  h2 {
    font-size: 2rem;
  }

  .concern-grid article,
  .work-grid article,
  .session-card-body,
  .booking-card,
  .pricing-card {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
