@font-face {
  font-family: "Instrument Sans";
  src: url("/assets/instrument-sans.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-display: swap;
}

:root {
  --forest: #18382f;
  --forest-deep: #102820;
  --coral: #d9624d;
  --bone: #f7f4ed;
  --paper: #fffefa;
  --sage: #d7e0d7;
  --sage-light: #e8ede7;
  --ink: #18221e;
  --muted: #5e6762;
  --line: rgba(24, 34, 30, 0.16);
  --line-light: rgba(255, 255, 255, 0.18);
  --container: min(1320px, calc(100vw - 80px));
  --section-space: clamp(76px, 8vw, 120px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  font-family: "Instrument Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--bone);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--bone);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  color: inherit;
}

a {
  text-decoration: none;
}

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

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

[id] {
  scroll-margin-top: 92px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  color: white;
  background: var(--forest);
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: 80px;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto auto;
  gap: clamp(22px, 3.5vw, 48px);
  align-items: center;
  padding-inline: max(40px, calc((100vw - 1320px) / 2));
  background: var(--bone);
  border-bottom: 1px solid var(--line);
}

.brand {
  width: fit-content;
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand strong {
  font-size: 18px;
  font-weight: 680;
  letter-spacing: -0.025em;
}

.brand small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 540;
}

.desktop-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 14px;
  font-weight: 590;
}

.desktop-nav a {
  position: relative;
  padding-block: 10px;
}

.desktop-nav a::after {
  position: absolute;
  right: 100%;
  bottom: 5px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--coral);
  transition: right 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  right: 0;
}

.header-cta {
  min-height: 48px;
  display: inline-flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: white;
  background: var(--forest);
  font-size: 14px;
  font-weight: 660;
  transition: background 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--coral);
}

.menu-button {
  display: none;
  padding: 12px 0;
  border: 0;
  background: transparent;
  font-weight: 760;
}

.mobile-menu {
  position: fixed;
  z-index: 90;
  inset: 84px 0 0;
  padding: 36px;
  color: white;
  background: var(--forest-deep);
}

.mobile-menu nav {
  display: grid;
}

.mobile-menu a {
  padding: 20px 0;
  border-bottom: 1px solid var(--line-light);
  font-size: clamp(28px, 8vw, 44px);
  font-weight: 560;
  letter-spacing: -0.04em;
}

.hero,
.section-pad,
.fact-strip,
.site-footer {
  width: var(--container);
  margin-inline: auto;
}

.hero {
  min-height: min(780px, calc(100vh - 80px));
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(500px, 0.94fr);
  gap: clamp(54px, 6vw, 92px);
  align-items: center;
  padding-block: clamp(68px, 7vw, 108px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 22px;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 690;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  background: var(--coral);
}

.hero h1 {
  max-width: 800px;
  margin-bottom: 30px;
  font-size: clamp(60px, 5.65vw, 88px);
  line-height: 0.96;
  font-weight: 650;
  font-stretch: 96%;
  letter-spacing: -0.052em;
}

.hero h1 em {
  display: block;
  color: var(--forest);
  font-style: normal;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--forest);
  font-size: 15px;
  font-weight: 650;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button--primary {
  color: white;
  background: var(--forest);
}

.button--primary:hover,
.button--primary:focus-visible {
  border-color: var(--coral);
  background: var(--coral);
}

.button--quiet:hover,
.button--quiet:focus-visible {
  color: white;
  background: var(--forest);
}

.hero-note {
  max-width: 610px;
  margin: 28px 0 0;
  padding-left: 16px;
  color: var(--muted);
  border-left: 3px solid var(--coral);
  font-size: 14px;
  line-height: 1.5;
}

.hero-visual {
  position: relative;
  min-height: 660px;
}

.regie-frame {
  position: absolute;
  z-index: 0;
  top: -22px;
  right: -14px;
  width: 92%;
  height: 86%;
  border: 18px solid var(--forest);
  border-left-color: transparent;
  border-radius: 58px 58px 58px 16px;
}

.regie-frame::before {
  position: absolute;
  bottom: -18px;
  left: -20px;
  width: 44%;
  height: 18px;
  content: "";
  background: var(--forest);
}

.regie-frame > span {
  position: absolute;
  z-index: 3;
  top: 52%;
  left: -31px;
  width: 34px;
  height: 34px;
  background: var(--coral);
  box-shadow: 0 0 0 8px var(--bone);
}

.workshop-photo {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 12px;
  width: 90%;
  height: auto;
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  background: var(--sage);
}

.workshop-photo::after {
  content: none;
}

.workshop-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.68) contrast(1.01) brightness(0.96);
}

.decision-card {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  width: min(440px, 84%);
  padding: 20px 22px 18px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: -12px 14px 0 var(--sage);
}

.decision-card__head,
.offer-panel__label {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.decision-card__head span:last-child {
  color: var(--coral);
}

.decision-card ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-card li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 4px 14px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.decision-card li:last-child {
  border-bottom: 0;
}

.decision-card li > span {
  grid-row: span 2;
  color: var(--muted);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 11px;
}

.decision-card li strong {
  font-size: 16px;
}

.decision-card li small {
  color: var(--muted);
  font-size: 12px;
}

.decision-card .is-decision {
  position: relative;
}

.decision-card .is-decision::after {
  position: absolute;
  top: 18px;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--coral);
}

.fact-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 0;
  background: var(--paper);
  border: 1px solid var(--line);
}

.fact-strip article {
  min-height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.fact-strip article:last-child {
  border-right: 0;
}

.fact-strip span,
.contact-sheet > div span {
  margin-bottom: 9px;
  color: var(--muted);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fact-strip strong {
  max-width: 240px;
  font-size: 14px;
  font-weight: 620;
  line-height: 1.35;
}

.practice {
  padding-bottom: calc(var(--section-space) * 0.92);
}

.practice-intro {
  margin-bottom: clamp(48px, 6vw, 78px);
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(62px, 7vw, 96px) 28px;
  align-items: start;
}

.practice-card {
  min-width: 0;
}

.practice-card__visual {
  position: relative;
  margin: 0 0 24px;
  overflow: hidden;
  background: transparent;
}

.practice-card__visual::after {
  content: none;
}

.practice-card__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.82) contrast(1.01);
  transition: transform 700ms var(--ease), filter 300ms ease;
}

.practice-card:nth-child(2) {
  margin-top: 64px;
}

.practice-card:nth-child(n + 3) {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.practice-card:nth-child(n + 3) .practice-card__visual {
  width: min(100%, 470px);
  margin-bottom: 0;
}

.practice-card:nth-child(4) .practice-card__visual {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

.practice-card:nth-child(4) .practice-card__copy {
  grid-column: 1;
  grid-row: 1;
}

.practice-card:hover .practice-card__visual img {
  transform: scale(1.018);
  filter: saturate(0.92) contrast(1.02);
}

.practice-card__visual figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: 12px 16px;
  color: white;
  background: var(--forest);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.practice-card__copy {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--ink);
}

.practice-card__copy > span {
  grid-row: 1 / span 2;
  padding-top: 5px;
  color: var(--coral);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 760;
}

.practice-card__copy h3 {
  max-width: 540px;
  margin-bottom: 13px;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.08;
  font-weight: 650;
  letter-spacing: -0.028em;
}

.practice-card__copy p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.owner-teaser {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: clamp(46px, 5vw, 68px);
  padding: 28px 30px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 10px 12px 0 var(--sage);
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.owner-teaser:hover,
.owner-teaser:focus-visible {
  color: white;
  background: var(--forest);
  box-shadow: 10px 12px 0 var(--coral);
}

.owner-teaser__mark {
  width: 16px;
  height: 16px;
  background: var(--coral);
}

.owner-teaser__copy {
  display: grid;
  grid-template-columns: minmax(190px, 0.55fr) minmax(260px, 0.9fr) minmax(280px, 1fr);
  gap: 26px;
  align-items: center;
}

.owner-teaser__copy small {
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.owner-teaser__copy strong {
  color: var(--forest);
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1;
  letter-spacing: -0.035em;
  transition: color 180ms ease;
}

.owner-teaser:hover .owner-teaser__copy strong,
.owner-teaser:focus-visible .owner-teaser__copy strong {
  color: var(--coral);
}

.owner-teaser__copy > span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  transition: color 180ms ease;
}

.owner-teaser:hover .owner-teaser__copy > span,
.owner-teaser:focus-visible .owner-teaser__copy > span {
  color: rgba(255, 255, 255, 0.76);
}

.owner-teaser__action {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.seminar {
  position: relative;
  width: 100%;
  padding-inline: max(40px, calc((100vw - 1320px) / 2));
  color: white;
  background: var(--forest-deep);
  overflow: hidden;
}

.seminar-inner {
  max-width: 1320px;
  margin-inline: auto;
}

.seminar-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.52fr);
  gap: 64px;
  align-items: end;
  margin-bottom: clamp(54px, 7vw, 92px);
}

.seminar-head .eyebrow {
  margin-bottom: 26px;
}

.seminar-head h2 {
  margin: 0;
  font-size: clamp(44px, 4.7vw, 70px);
  line-height: 1;
  font-weight: 650;
  font-stretch: 96%;
  letter-spacing: -0.045em;
}

.seminar-head h2 em {
  color: var(--coral);
  font-style: normal;
}

.seminar-head > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.62;
}

.seminar-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(310px, 0.62fr);
  gap: 16px;
  align-items: end;
}

.seminar-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--sage);
}

.seminar-photo--group {
  aspect-ratio: 3 / 2;
}

.seminar-photo--trainer {
  aspect-ratio: 3 / 2;
}

.seminar-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.8) contrast(1.02);
}

.seminar-photo--group img,
.seminar-photo--trainer img {
  object-position: center;
}

.seminar-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.94);
}

.seminar-photo figcaption span {
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seminar-photo figcaption strong {
  font-size: 15px;
  text-align: right;
}

.seminar-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.seminar-facts article {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 21px 22px;
  border-right: 1px solid var(--line-light);
}

.seminar-facts article:first-child {
  padding-left: 0;
}

.seminar-facts article:last-child {
  border-right: 0;
}

.seminar-facts span {
  margin-bottom: 9px;
  color: var(--sage);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 740;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seminar-facts strong {
  max-width: 245px;
  font-size: 15px;
  line-height: 1.4;
}

.owner-track {
  position: relative;
  width: 100%;
  padding-inline: max(40px, calc((100vw - 1320px) / 2));
  background: var(--sage-light);
  overflow: hidden;
}

.owner-track__inner {
  max-width: 1320px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  grid-template-areas:
    "intro visual"
    "decision agenda";
  column-gap: clamp(64px, 8vw, 116px);
  row-gap: clamp(42px, 5vw, 68px);
  align-items: start;
  margin-inline: auto;
}

.owner-track__intro {
  grid-area: intro;
}

.owner-track__intro h2 {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: clamp(44px, 4.7vw, 70px);
  line-height: 1;
  font-weight: 650;
  font-stretch: 96%;
  letter-spacing: -0.045em;
}

.owner-track__intro > p:not(.eyebrow) {
  max-width: 670px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.62;
}

.owner-track__decision {
  grid-area: decision;
}

.owner-track__decision > p {
  max-width: 670px;
  margin: 0 0 32px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.owner-track__agenda {
  grid-area: agenda;
  padding: 28px 32px 30px;
  color: white;
  background: var(--forest);
}

.owner-track__agenda h3 {
  margin-bottom: 24px;
  color: var(--coral);
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.owner-track__agenda ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-light);
}

.owner-track__agenda li {
  padding: 16px 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.48;
  border-bottom: 1px solid var(--line-light);
}

.owner-track__details {
  margin-bottom: 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.owner-track__details > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.owner-track__details > div:last-child {
  border-bottom: 0;
}

.owner-track__details dt {
  color: var(--coral);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.owner-track__details dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.owner-track__visual {
  position: relative;
  grid-area: visual;
  margin: 0;
  background: var(--paper);
}

.owner-track__visual::before {
  position: absolute;
  z-index: 2;
  top: -18px;
  right: -18px;
  width: 72%;
  height: 52%;
  content: "";
  border-top: 15px solid var(--forest);
  border-right: 15px solid var(--forest);
  border-radius: 0 44px 0 0;
  pointer-events: none;
}

.owner-track__visual img {
  width: 100%;
  height: auto;
  filter: saturate(0.82) contrast(1.01);
}

.owner-track__visual figcaption {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  color: white;
  background: var(--forest);
}

.owner-track__visual figcaption span {
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.owner-track__visual figcaption strong {
  font-size: 14px;
  line-height: 1.35;
  text-align: right;
}

.section-pad {
  padding-block: var(--section-space);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.62fr);
  gap: 64px;
  align-items: end;
  margin-bottom: clamp(50px, 6vw, 76px);
}

.section-intro h2,
.method-head h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(44px, 4.7vw, 70px);
  line-height: 1;
  font-weight: 650;
  font-stretch: 96%;
  letter-spacing: -0.045em;
}

.section-intro > p,
.method-head > p,
.contact-copy > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.62;
}

.offer-workbench {
  display: grid;
  grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.28fr);
  border: 1px solid var(--ink);
  background: var(--paper);
}

.offer-tabs {
  display: flex;
  flex-direction: column;
  background: var(--sage-light);
  border-right: 1px solid var(--ink);
}

.offer-tab {
  min-height: 140px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px 26px;
  color: var(--ink);
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.offer-tab:last-child {
  border-bottom: 0;
}

.offer-tab:hover,
.offer-tab:focus-visible {
  background: var(--sage);
}

.offer-tab.is-active {
  color: white;
  background: var(--forest);
}

.offer-tab__number {
  align-self: start;
  padding-top: 5px;
  color: var(--coral);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 760;
}

.offer-tab > span:last-child {
  display: flex;
  flex-direction: column;
}

.offer-tab small {
  margin-bottom: 8px;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-tab strong {
  margin-bottom: 6px;
  font-size: 25px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.offer-tab em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.offer-tab.is-active em {
  color: rgba(255, 255, 255, 0.66);
}

.offer-panels {
  min-height: 450px;
}

.offer-panel {
  padding: clamp(36px, 4.5vw, 64px);
  animation: panel-in 260ms var(--ease) both;
}

.offer-panel h3 {
  max-width: 740px;
  margin: 42px 0 20px;
  font-size: clamp(38px, 3.6vw, 56px);
  line-height: 1.02;
  font-weight: 650;
  font-stretch: 96%;
  letter-spacing: -0.04em;
}

.offer-panel > p {
  max-width: 760px;
  margin-bottom: 38px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.offer-panel dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.offer-panel dl > div {
  padding: 20px;
  border-right: 1px solid var(--line);
}

.offer-panel dl > div:first-child {
  padding-left: 0;
}

.offer-panel dl > div:last-child {
  border-right: 0;
}

.offer-panel dt {
  margin-bottom: 8px;
  color: var(--muted);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-panel dd {
  font-size: 14px;
  line-height: 1.45;
}

.automation-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 12px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.automation-options article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 22px 24px 24px 0;
}

.automation-options article + article {
  padding-right: 0;
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.automation-options span {
  margin-bottom: 13px;
  color: var(--muted);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.automation-options h4 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.15;
}

.automation-options p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.automation-options strong {
  margin-top: auto;
  font-size: 18px;
  font-weight: 650;
}

.automation-options small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
}

.offer-panel > .automation-cost-note {
  margin: 0 0 28px;
  font-size: 13px;
}

.human-boundary {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 18px;
  align-items: start;
  padding: 19px 20px;
  background: var(--bone);
  border-left: 4px solid var(--coral);
}

.human-boundary > span {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  background: var(--coral);
}

.human-boundary p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.human-boundary strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
}

.method {
  position: relative;
  width: 100%;
  padding-inline: max(40px, calc((100vw - 1320px) / 2));
  color: white;
  background: var(--forest-deep);
  overflow: hidden;
}

.method::after {
  position: absolute;
  top: -180px;
  right: -150px;
  width: 520px;
  height: 520px;
  content: "";
  border: 58px solid rgba(215, 224, 215, 0.065);
  border-left-color: transparent;
  border-radius: 120px 120px 120px 30px;
  pointer-events: none;
}

.eyebrow--light {
  color: var(--sage);
}

.method-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.52fr);
  gap: 64px;
  align-items: end;
  max-width: 1320px;
  margin: 0 auto clamp(68px, 8vw, 110px);
}

.method-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -34px;
}

.method-head > p {
  color: rgba(255, 255, 255, 0.7);
}

.method-flow {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-inline: auto;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.method-flow article {
  min-height: 300px;
  padding: 28px 26px 32px;
  border-right: 1px solid var(--line-light);
}

.method-flow article:last-child {
  border-right: 0;
}

.method-flow article > span {
  display: block;
  margin-bottom: 58px;
  color: var(--sage);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 12px;
}

.method-flow small {
  display: block;
  margin-bottom: 11px;
  color: var(--sage);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.method-flow strong {
  display: block;
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.12;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.method-flow p {
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 14px;
  line-height: 1.55;
}

.method-flow__decision {
  position: relative;
  color: var(--ink);
  background: var(--coral);
}

.method-flow__decision::before {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 20px;
  height: 20px;
  content: "";
  background: var(--coral);
}

.method-flow__decision article,
.method-flow__decision > span,
.method-flow__decision small,
.method-flow__decision p {
  color: var(--ink);
}

.control-statement {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 42px auto 0;
  font-size: clamp(18px, 1.7vw, 24px);
  letter-spacing: -0.015em;
}

.control-statement span {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  background: var(--coral);
}

.guide {
  max-width: 980px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(38px, 5vw, 68px);
  align-items: center;
  padding-block: clamp(58px, 6vw, 82px);
}

.guide__portrait {
  position: relative;
  margin: 0;
  background: var(--paper);
}

.guide__portrait::before {
  position: absolute;
  z-index: 2;
  top: -14px;
  left: -14px;
  width: 32px;
  height: 32px;
  content: "";
  border-top: 9px solid var(--forest);
  border-left: 9px solid var(--forest);
}

.guide__portrait img {
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  filter: saturate(0.78) contrast(1.02);
}

.guide__copy h2 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(30px, 2.5vw, 38px);
  line-height: 1.04;
  font-weight: 650;
  font-stretch: 96%;
  letter-spacing: -0.045em;
}

.guide__copy > p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.62;
}

.guide__copy dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.guide__copy dl > div {
  padding: 18px 22px 18px 0;
}

.guide__copy dl > div + div {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.guide__copy dt {
  margin-bottom: 8px;
  color: var(--coral);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.guide__copy dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  gap: clamp(64px, 8vw, 112px);
  align-items: start;
  padding-inline: clamp(28px, 4vw, 64px);
  background: var(--sage-light);
}

.contact-copy > p {
  max-width: 720px;
  margin: 28px 0 34px;
}

.contact-prompts {
  max-width: 620px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.contact-prompts span {
  display: block;
  margin-bottom: 8px;
  color: var(--coral);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-prompts p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.contact-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
  padding: clamp(28px, 4vw, 48px);
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 12px 14px 0 var(--sage);
}

.contact-form::before {
  position: absolute;
  top: -12px;
  right: 34px;
  width: 24px;
  height: 24px;
  content: "";
  background: var(--coral);
}

.contact-form label:not(.consent):not(.honeypot) {
  display: grid;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(24, 34, 30, 0.45);
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}

.contact-form input,
.contact-form select {
  min-height: 48px;
}

.contact-form textarea {
  padding: 13px 0;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--coral);
  box-shadow: 0 2px 0 var(--coral);
}

.contact-form__wide {
  grid-column: 1 / -1;
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.consent input {
  width: 17px;
  min-height: auto;
  height: 17px;
  margin-top: 2px;
}

.consent a,
.contact-form__alternative a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.contact-form__alternative {
  margin: -8px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.contact-sheet {
  position: relative;
  padding: 32px;
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 12px 14px 0 var(--sage);
}

.contact-sheet::before {
  position: absolute;
  top: -12px;
  right: 34px;
  width: 24px;
  height: 24px;
  content: "";
  background: var(--coral);
}

.contact-sheet > div {
  display: flex;
  flex-direction: column;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.contact-sheet > div strong {
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.contact-sheet ol {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.contact-sheet li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.4;
}

.contact-sheet li span {
  color: var(--coral);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 11px;
}

.contact-sheet > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.site-footer {
  min-height: 180px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
  width: 100%;
  padding-inline: max(40px, calc((100vw - 1320px) / 2));
  color: white;
  background: var(--forest);
}

.brand--footer small {
  color: rgba(255, 255, 255, 0.62);
}

.site-footer > p {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0;
  font-size: 13px;
}

.site-footer > p span {
  width: 6px;
  height: 6px;
  background: var(--coral);
}

.site-footer > div {
  display: flex;
  flex-direction: column;
  align-items: end;
  line-height: 1.5;
}

.site-footer > div a {
  font-weight: 700;
}

.site-footer > div small {
  color: rgba(255, 255, 255, 0.62);
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 420ms var(--ease), transform 420ms var(--ease);
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1180px) {
  :root {
    --container: min(100% - 48px, 1120px);
  }

  .hero {
    grid-template-columns: minmax(0, 0.96fr) minmax(430px, 1.04fr);
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(56px, 6.1vw, 74px);
  }

  .hero-visual {
    min-height: 540px;
  }

  .workshop-photo {
    height: 410px;
  }

  .method-flow article {
    padding-inline: 22px;
  }
}

@media (max-width: 980px) {
  :root {
    --container: min(100% - 40px, 820px);
  }

  .site-header {
    min-height: 76px;
    grid-template-columns: 1fr auto;
    padding-inline: 20px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .mobile-menu {
    inset-block-start: 76px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 58px;
    padding-block: 66px 88px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero h1 {
    font-size: clamp(54px, 9vw, 76px);
  }

  .practice-grid {
    gap: 48px 18px;
  }

  .seminar-gallery {
    grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
  }

  .seminar-facts {
    grid-template-columns: 1fr 1fr;
  }

  .seminar-facts article:nth-child(2) {
    border-right: 0;
  }

  .seminar-facts article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-light);
  }

  .hero-visual {
    width: min(720px, 100%);
    min-height: 650px;
    margin-inline: auto;
  }

  .fact-strip {
    grid-template-columns: 1fr 1fr;
  }

  .fact-strip article:nth-child(2) {
    border-right: 0;
  }

  .fact-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section-intro,
  .method-head,
  .seminar-head,
  .contact {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .guide {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 34px;
  }

  .owner-track__inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "agenda"
      "decision"
      "visual";
    gap: 42px;
  }

  .owner-track__visual {
    width: min(760px, 100%);
  }

  .owner-teaser__copy {
    grid-template-columns: minmax(180px, 0.6fr) minmax(220px, 1fr);
  }

  .owner-teaser__copy > span {
    grid-column: 1 / -1;
  }

  .offer-workbench {
    grid-template-columns: 1fr;
  }

  .offer-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .offer-tab {
    min-height: 138px;
    grid-template-columns: 1fr;
    gap: 10px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .offer-tab:last-child {
    border-right: 0;
  }

  .method-head .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

  .method-flow {
    grid-template-columns: 1fr 1fr;
  }

  .method-flow article:nth-child(2) {
    border-right: 0;
  }

  .method-flow article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-light);
  }

  .contact-form {
    width: min(760px, calc(100% - 14px));
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer > p {
    display: none;
  }
}

@media (max-width: 640px) {
  :root {
    --container: calc(100% - 28px);
    --section-space: 72px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    font-size: 10px;
  }

  .hero {
    gap: 0;
    padding-block: 48px 72px;
  }

  .hero-copy {
    display: contents;
  }

  .hero-copy .eyebrow {
    order: 1;
  }

  .hero-copy h1 {
    order: 2;
  }

  .hero-visual {
    order: 3;
    margin-bottom: 44px;
  }

  .hero-copy .hero-lead {
    order: 4;
  }

  .hero-copy .hero-actions {
    order: 5;
  }

  .hero-copy .hero-note {
    order: 6;
  }

  .eyebrow {
    font-size: 10px;
  }

  .hero h1 {
    margin-bottom: 32px;
    font-size: clamp(46px, 13vw, 58px);
    line-height: 0.98;
  }

  .practice-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .practice-card:nth-child(2) {
    margin-top: 0;
  }

  .practice-card:nth-child(n + 3) {
    grid-column: auto;
    display: block;
  }

  .practice-card:nth-child(n + 3) .practice-card__visual {
    width: 100%;
    margin-bottom: 24px;
  }

  .practice-card:nth-child(4) .practice-card__visual,
  .practice-card:nth-child(4) .practice-card__copy {
    grid-column: auto;
    grid-row: auto;
  }

  .practice-card__visual {
    aspect-ratio: auto;
  }

  .practice-card__copy {
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 10px;
  }

  .practice-card__copy h3 {
    font-size: 28px;
  }

  .owner-teaser {
    grid-template-columns: 14px 1fr;
    gap: 14px;
    padding: 22px 18px;
  }

  .owner-teaser__copy {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .owner-teaser__copy > span {
    grid-column: auto;
  }

  .owner-teaser__action {
    grid-column: 2;
    width: fit-content;
    margin-top: 4px;
  }

  .seminar {
    padding-inline: 14px;
  }

  .owner-track {
    padding-inline: 14px;
  }

  .owner-track__inner {
    gap: 48px;
  }

  .owner-track__intro h2 {
    font-size: clamp(40px, 11.5vw, 50px);
  }

  .owner-track__agenda {
    padding: 24px 20px 26px;
  }

  .owner-track__details > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .automation-options {
    grid-template-columns: 1fr;
  }

  .automation-options article,
  .automation-options article + article {
    padding: 20px 0;
    border-left: 0;
  }

  .automation-options article + article {
    border-top: 1px solid var(--line);
  }

  .owner-track__visual::before {
    top: -12px;
    right: -8px;
    border-top-width: 11px;
    border-right-width: 11px;
    border-radius: 0 30px 0 0;
  }

  .owner-track__visual figcaption {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px;
  }

  .owner-track__visual figcaption strong {
    text-align: left;
  }

  .seminar-head h2 {
    font-size: clamp(40px, 11.5vw, 50px);
  }

  .seminar-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .seminar-photo--group,
  .seminar-photo--trainer {
    aspect-ratio: 3 / 2;
  }

  .seminar-photo figcaption {
    padding: 12px;
  }

  .seminar-photo figcaption strong {
    font-size: 13px;
  }

  .seminar-facts {
    grid-template-columns: 1fr;
  }

  .seminar-facts article,
  .seminar-facts article:first-child,
  .seminar-facts article:nth-child(2) {
    min-height: 96px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .seminar-facts article:last-child {
    border-bottom: 0;
  }

  .hero-lead {
    margin-bottom: 28px;
    font-size: 18px;
  }

  .hero-actions {
    display: grid;
    margin-bottom: 28px;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 560px;
  }

  .regie-frame {
    top: -18px;
    right: 0;
    width: 91%;
    height: 74%;
    border-width: 15px;
    border-radius: 56px 56px 56px 15px;
  }

  .regie-frame::before {
    bottom: -15px;
    left: -16px;
    height: 15px;
  }

  .regie-frame > span {
    left: -27px;
    width: 28px;
    height: 28px;
    box-shadow: 0 0 0 7px var(--bone);
  }

  .workshop-photo {
    top: 8px;
    right: 10px;
    width: 88%;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .decision-card {
    width: 93%;
    padding: 17px;
    box-shadow: -11px 12px 0 var(--sage);
  }

  .decision-card li {
    padding: 11px 0;
  }

  .fact-strip {
    grid-template-columns: 1fr;
  }

  .fact-strip article {
    min-height: 94px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .fact-strip article:last-child {
    border-bottom: 0;
  }

  .section-intro h2,
  .method-head h2,
  .contact h2 {
    font-size: clamp(40px, 11.5vw, 50px);
  }

  .offer-tabs {
    grid-template-columns: 1fr;
  }

  .offer-tab {
    min-height: 104px;
    grid-template-columns: 40px 1fr;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .offer-tab:last-child {
    border-bottom: 0;
  }

  .offer-panel {
    padding: 26px 20px 30px;
  }

  .offer-panel h3 {
    margin-top: 36px;
    font-size: 36px;
  }

  .offer-panel dl {
    grid-template-columns: 1fr;
  }

  .offer-panel dl > div,
  .offer-panel dl > div:first-child {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .offer-panel dl > div:last-child {
    border-bottom: 0;
  }

  .method {
    padding-inline: 14px;
  }

  .method::after {
    display: none;
  }

  .method-flow {
    grid-template-columns: 1fr;
  }

  .method-flow article,
  .method-flow article:nth-child(2) {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .method-flow article:last-child {
    border-bottom: 0;
  }

  .method-flow article > span {
    margin-bottom: 36px;
  }

  .control-statement {
    align-items: flex-start;
  }

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

  .guide {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding-block: 56px;
  }

  .guide__portrait::before {
    top: -8px;
    left: -8px;
    width: 22px;
    height: 22px;
    border-top-width: 6px;
    border-left-width: 6px;
  }

  .guide__copy .eyebrow {
    margin-bottom: 12px;
  }

  .guide__copy h2 {
    margin-bottom: 14px;
    font-size: 28px;
  }

  .guide__copy > p:not(.eyebrow) {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .guide__copy dl {
    grid-template-columns: 1fr;
  }

  .guide__copy dl > div {
    padding: 13px 0;
  }

  .guide__copy dl > div + div {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .contact {
    width: 100%;
    padding-inline: 14px;
  }

  .contact-form {
    width: calc(100% - 10px);
    gap: 20px;
    padding: 26px 20px;
  }

  .contact-form__wide {
    grid-column: auto;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 44px;
  }

  .site-footer > div {
    align-items: start;
  }
}

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

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

  .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
