:root {
  color-scheme: dark;
  --page: #1c1e22;
  --deep: #141619;
  --surface: #25282d;
  --surface-raised: #303338;
  --gold: #c9a84c;
  --gold-bright: #f0d080;
  --text: #eeeae1;
  --muted: #b9b8b2;
  --line: rgba(211, 192, 143, .2);
  --font: 'Heebo', Arial, sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body { margin: 0; background: var(--page); color: var(--text); font-family: var(--font); font-size: 18px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.15; }
h1, h2 { font-weight: 700; }
h2 { font-size: clamp(36px, 4.1vw, 59px); letter-spacing: -.025em; text-wrap: balance; }
h2 span { color: var(--gold-bright); }
h3 { font-size: 24px; font-weight: 600; }
a, summary, label { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible, .team-card:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 6px; }
::selection { background: var(--gold-bright); color: var(--deep); }
.wrap { width: min(1344px, calc(100% - 112px)); margin-inline: auto; }
.section-space { padding-block: 100px; }
.skip-link { position: fixed; z-index: 100; top: -100px; right: 20px; background: var(--gold-bright); color: var(--deep); padding: 12px 22px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(28, 30, 34, .96); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: block; flex-shrink: 0; }
.brand img { width: 210px; height: 74px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 15px; }
.main-nav a { position: relative; color: var(--muted); padding: 12px 0; transition: color .2s; }
.main-nav a::after { content: ''; position: absolute; bottom: 5px; right: 0; width: 0; height: 1px; background: var(--gold); transition: width .25s; }
.main-nav a:hover { color: var(--gold-bright); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.header-cta { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 46px; border: 1px solid var(--gold); border-radius: 4px; padding: 8px 18px; color: var(--gold-bright); font-size: 15px; font-weight: 600; transition: background .2s; }
.header-cta:hover { background: rgba(201, 168, 76, .1); }
.header-cta span { font-size: 24px; line-height: 1; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 60px; padding: 17px 24px; border-radius: 5px; font-size: 17px; line-height: 1.4; font-weight: 700; text-align: start; transition: background .2s, transform .2s, box-shadow .2s; }
.button span[aria-hidden] { flex-shrink: 0; font-size: 26px; line-height: 1; font-weight: 400; transition: transform .2s; }
.button-gold { background: linear-gradient(115deg, #d7b75e, var(--gold)); color: var(--deep); box-shadow: 0 5px 20px rgba(0, 0, 0, .13); }
.button-gold:hover { background: var(--gold-bright); transform: translateY(-2px); box-shadow: 0 8px 26px rgba(201, 168, 76, .14); }
.button-dark { background: var(--deep); color: var(--gold-bright); }
.button-dark:hover { background: #303338; transform: translateY(-2px); }
.button:hover span[aria-hidden] { transform: translate(2px, -2px); }
.hero { position: relative; overflow: hidden; background: radial-gradient(ellipse at 20% 40%, rgba(201, 168, 76, .09), transparent 60%), var(--page); }
.hero-grid { display: grid; grid-template-columns: .9fr 1.2fr; grid-template-areas: 'intro portraits' 'actions portraits'; align-items: center; column-gap: clamp(34px, 4vw, 64px); row-gap: 26px; padding-block: 54px 48px; }
.hero-intro { grid-area: intro; min-width: 0; align-self: end; }
.hero h1 { max-width: 7em; font-size: clamp(66px, 5.9vw, 89px); line-height: 1.07; letter-spacing: -.025em; }
.hero h1 span { color: var(--gold-bright); }
.hero-description { margin-top: 24px; color: var(--muted); font-size: 20px; line-height: 1.7; }
.hero-actions { grid-area: actions; align-self: start; }
.hero-visual { grid-area: portraits; min-width: 0; }
.family-portraits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 11px; }
.hero-portrait { display: block; position: relative; min-width: 0; height: clamp(370px, 32vw, 460px); overflow: hidden; background: #030404; border: 1px solid rgba(201, 168, 76, .24); border-radius: 5px; box-shadow: 0 15px 35px rgba(0, 0, 0, .13); transition: border-color .3s; }
.hero-portrait:nth-child(even) { margin-top: 29px; }
.hero-portrait:first-child { border-start-start-radius: 48px; }
.hero-portrait:last-child { border-end-end-radius: 38px; }
/* Match headroom and crop every portrait above the stage (source y <= 1020 / 1500). */
.hero-portrait img { position: absolute; inset: 0; width: 100%; height: 147.06%; object-fit: cover; object-position: 50% 0%; transform-origin: 50% 0%; transition: transform .6s cubic-bezier(.2,.7,.3,1); }
.hero-portrait::after { content: ''; position: absolute; inset: 63% 0 0; background: linear-gradient(transparent, rgba(7, 9, 12, .97)); pointer-events: none; }
.portrait-caption { position: absolute; right: 15px; left: 15px; bottom: 20px; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.portrait-caption strong { font-size: 21px; line-height: 1.3; font-weight: 500; }
.portrait-caption > span { color: var(--gold-bright); font-size: 22px; }
.hero-portrait:hover, .hero-portrait:focus-visible { border-color: var(--gold-bright); }
.hero-portrait:hover img { transform: scale(1.035); }
.hero-portrait:focus-visible { outline-offset: -4px; }
.approach { padding-block: 80px; background: var(--surface); border-block: 1px solid var(--line); }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.approach-grid h2 { font-size: clamp(36px, 3.8vw, 54px); }
.approach-copy { color: var(--muted); max-width: 540px; }
.approach-copy p + p { margin-top: 17px; }
.starting-point { display: grid; grid-template-columns: .95fr 1.05fr; gap: 44px; padding: 36px; margin-top: 46px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(125deg, var(--surface-raised), #292c30); }
.starting-options { min-width: 0; margin: 0; padding: 0; border: 0; }
.starting-options legend { padding: 0; font-size: 25px; font-weight: 600; line-height: 1.4; }
.starting-choices { display: grid; gap: 9px; margin-top: 24px; }
.starting-choices label { position: relative; display: block; cursor: pointer; }
.starting-choices input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.starting-choices label > span { display: flex; align-items: center; justify-content: space-between; min-height: 51px; padding: 10px 18px; border: 1px solid rgba(211, 192, 143, .3); border-radius: 4px; font-size: 16px; transition: background .2s, border-color .2s, color .2s; }
.starting-choices label > span > span { font-size: 22px; color: var(--gold-bright); }
.starting-choices label:hover > span { border-color: var(--gold); background: rgba(201, 168, 76, .06); }
.starting-choices input:checked + span { background: var(--gold-bright); color: var(--deep); border-color: var(--gold-bright); font-weight: 600; }
.starting-choices input:checked + span > span { color: var(--deep); }
.starting-choices input:focus-visible + span { outline: 3px solid var(--gold-bright); outline-offset: 4px; }
.starting-response { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; border-inline-start: 1px solid var(--line); padding-inline-start: 44px; }
.starting-answer h3 { font-size: 29px; line-height: 1.35; text-wrap: balance; }
.starting-answer > p:last-child { margin-top: 16px; font-size: 17px; color: var(--muted); max-width: 430px; }
.starting-response .text-link { margin-top: 26px; }
.family { background: var(--page); }
.family-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; margin-bottom: 47px; }
.family-heading p { max-width: 510px; color: var(--muted); }
.team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 21px; }
.team-card { min-width: 0; border-radius: 7px; }
.team-image { position: relative; overflow: hidden; background: #070809; border-radius: 7px; border: 1px solid var(--line); aspect-ratio: 3/4.2; transition: border-color .25s; }
.team-image img { position: absolute; inset: 0; width: 100%; height: 147.06%; object-fit: cover; object-position: 50% 0%; transform-origin: 50% 0%; transition: transform .6s; }
.team-card:hover .team-image img { transform: scale(1.035); }
.team-card:target .team-image { border-color: var(--gold-bright); }
.team-caption { padding-top: 18px; }
.team-caption h3 { font-size: 28px; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 33px; min-height: 44px; color: var(--gold-bright); font-size: 16px; padding-bottom: 7px; border-bottom: 1px solid var(--gold); }
.text-link span { font-size: 24px; }
.text-link:hover { color: var(--text); }
.coaching { background: var(--surface); border-block: 1px solid var(--line); }
.coaching-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 90px; align-items: start; }
.coaching-copy { min-width: 0; }
.coaching-copy h2 { font-size: clamp(36px, 3.8vw, 55px); }
.section-lead { color: var(--muted); margin-top: 22px; font-size: 19px; }
.inclusions { list-style: none; padding: 0; margin: 31px 0 0; }
.inclusions li { padding: 22px 0; border-top: 1px solid var(--line); }
.inclusions h3 { font-size: 22px; margin-bottom: 9px; }
.inclusions p { color: var(--muted); font-size: 16px; max-width: 440px; }
.offer { --offer-padding: 36px; min-width: 0; position: sticky; top: 116px; padding: var(--offer-padding); background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: var(--deep); border: 1px solid #d8b85d; border-radius: 8px; box-shadow: 0 20px 55px rgba(0, 0, 0, .18); }
.offer-top { display: flex; justify-content: center; align-items: center; gap: 16px; margin: calc(-1 * var(--offer-padding)) calc(-1 * var(--offer-padding)) 30px; padding: 17px var(--offer-padding); background: var(--deep); color: var(--gold-bright); border-radius: 7px 7px 0 0; font-size: 14px; }
.offer-top img { width: 175px; height: 62px; object-fit: contain; }
.offer h3 { font-size: clamp(30px, 3vw, 42px); line-height: 1.35; font-weight: 600; text-wrap: balance; }
.offer-description { margin-top: 24px; font-size: 17px; line-height: 1.8; color: #3c341e; }
.offer .button { width: 100%; margin-top: 27px; }
.offer a:focus-visible { outline-color: var(--deep); }
.process { padding-block: 76px 84px; background: var(--page); }
.process h2 { font-size: clamp(34px, 3.2vw, 45px); }
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; margin: 44px 0 0; padding: 0; }
.steps li { border-top: 1px solid var(--line); padding-top: 23px; }
.step-number { display: block; color: var(--gold); font-size: 35px; font-weight: 400; line-height: 1; margin-bottom: 21px; }
.steps h3 { font-size: 23px; margin-bottom: 13px; }
.steps p { font-size: 16px; color: var(--muted); max-width: 340px; }
.faq { padding-block: 85px; background: var(--surface); border-block: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 18px; font-weight: 500; line-height: 1.6; padding: 22px 14px; }
summary::-webkit-details-marker { display: none; }
summary span { display: grid; place-items: center; flex-shrink: 0; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-bright); font-size: 22px; font-weight: 400; transition: transform .2s, border-color .2s; }
summary:hover { color: var(--gold-bright); }
summary:hover span { border-color: var(--gold); }
details[open] { background: var(--surface-raised); }
details[open] summary span { transform: rotate(45deg); }
details p { padding: 0 14px 25px; font-size: 16px; color: var(--muted); line-height: 1.9; }
.start { padding-block: 82px 58px; background: var(--page); }
.start-card { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: radial-gradient(ellipse at 100% 30%, rgba(201, 168, 76, .065), transparent 70%), var(--deep); }
.start-copy { padding: 60px; position: relative; z-index: 1; }
.start h2 { font-size: clamp(48px, 5.1vw, 73px); }
.start-copy > p { color: var(--muted); margin-top: 23px; font-size: 18px; }
.start .button { min-width: 296px; margin-top: 29px; }
.start-photo { position: relative; min-height: 440px; background: #080b12; }
.start-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 50% 15%; }
.start-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, var(--deep)); pointer-events: none; }
.site-footer { padding-block: 18px 32px; background: var(--page); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-top: 24px; }
.footer-inner > a:last-child { font-size: 14px; color: var(--muted); padding-block: 12px; }
.mobile-cta { display: none; }
.hero-intro, .hero-actions { animation: arrive .6s ease-out both; }
.hero-visual { animation: arrive .85s ease-out both; }
@keyframes arrive { from { opacity: .5; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 1800px) {
  .hero-grid { padding-block: 75px 60px; }
}
@media (max-width: 1150px) {
  .wrap { width: calc(100% - 72px); }
  .hero-grid { column-gap: 32px; }
  .hero h1 { font-size: 66px; }
  .hero-description { font-size: 18px; }
  .hero-actions .button { gap: 19px; padding-inline: 20px; font-size: 16px; }
  .hero-portrait { height: 365px; }
  .family-portraits { gap: 8px; }
  .portrait-caption { right: 10px; left: 10px; bottom: 17px; }
  .portrait-caption strong { font-size: 18px; }
  .portrait-caption > span { font-size: 18px; }
  .approach-grid, .family-heading, .coaching-grid, .faq-grid { gap: 48px; }
  .starting-point { padding: 30px; gap: 30px; }
  .starting-response { padding-inline-start: 30px; }
  .starting-answer h3 { font-size: 26px; }
  .offer { --offer-padding: 29px; }
  .offer h3 { font-size: 30px; }
  .offer .button { font-size: 16px; padding-inline: 20px; gap: 16px; }
  .offer-top img { width: 156px; height: 55px; }
  .team-grid { gap: 16px; }
  .start-copy { padding: 48px 38px; }
}
@media (max-width: 850px) {
  html { scroll-padding-top: 28px; }
  .wrap { width: calc(100% - 44px); }
  .site-header { position: relative; }
  .header-inner { min-height: 81px; gap: 20px; }
  .brand img { width: 185px; height: 65px; }
  .main-nav { gap: 18px; font-size: 14px; }
  .header-cta { font-size: 14px; padding-inline: 14px; gap: 12px; }
  .hero-grid { grid-template-columns: 1fr; grid-template-areas: 'intro' 'portraits' 'actions'; padding-block: 38px 22px; gap: 29px; }
  .hero h1 { max-width: none; font-size: 68px; }
  .hero-description { margin-top: 20px; font-size: 18px; }
  .hero-visual { width: 100%; max-width: 720px; margin-inline: auto; }
  .hero-portrait { height: 355px; }
  .family-portraits { gap: 12px; }
  .portrait-caption { right: 15px; left: 15px; }
  .portrait-caption strong { font-size: 21px; }
  .hero-actions { text-align: center; }
  .hero-actions .button { min-width: 355px; font-size: 17px; }
  .section-space { padding-block: 70px; }
  .approach { padding-block: 66px; }
  .approach-grid, .family-heading { grid-template-columns: 1fr; gap: 25px; }
  .approach-copy, .family-heading p { max-width: 650px; }
  .approach-grid h2, .coaching-copy h2 { font-size: 45px; }
  .starting-point { margin-top: 33px; padding: 27px; gap: 25px; }
  .starting-response { padding-inline-start: 25px; }
  .starting-options legend { font-size: 23px; }
  .starting-answer h3 { font-size: 24px; }
  .starting-answer > p:last-child { font-size: 16px; }
  .starting-response .text-link { font-size: 15px; gap: 20px; }
  .family-heading { margin-bottom: 34px; }
  .family-heading h2 { font-size: 46px; }
  .team-grid { gap: 14px; }
  .team-caption h3 { font-size: 25px; }
  .coaching-grid { grid-template-columns: 1fr; gap: 36px; }
  .offer { --offer-padding: 34px; position: relative; top: auto; width: 100%; max-width: 560px; margin-inline: auto; }
  .offer h3 { font-size: 36px; }
  .offer .button { font-size: 17px; }
  .offer-top img { width: 175px; height: 62px; }
  .steps { gap: 27px; }
  .steps h3 { font-size: 21px; }
  .faq-grid { grid-template-columns: 1fr; gap: 34px; }
  .faq h2 br { display: none; }
  .start { padding-block: 56px 30px; }
  .start-card { grid-template-columns: 1.1fr .9fr; }
  .start-copy { padding: 39px 29px; }
  .start h2 { font-size: 49px; }
  .start .button { min-width: 0; width: 100%; gap: 15px; }
  .start-photo { min-height: 400px; }
  .site-footer { padding-bottom: calc(114px + env(safe-area-inset-bottom)); }
  .footer-inner { flex-wrap: wrap; gap: 18px; }
  .mobile-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; position: fixed; bottom: 0; right: 0; left: 0; z-index: 50; background: rgba(28, 30, 34, .98); border-top: 1px solid var(--gold); padding: 12px 22px calc(12px + env(safe-area-inset-bottom)); box-shadow: 0 -8px 24px rgba(0, 0, 0, .18); transition: transform .25s, opacity .25s, visibility .25s; }
  .has-smart-cta .mobile-cta:not(.is-visible) { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(105%); }
  .mobile-cta .button { width: 100%; min-height: 48px; min-width: 0; padding: 12px 20px; gap: 30px; font-size: 16px; }
}
@media (max-width: 700px) {
  .header-inner { display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; padding-top: 7px; }
  .main-nav { grid-column: 1/-1; grid-row: 2; justify-content: space-between; gap: 16px; padding: 2px 0 5px; }
  .main-nav a { padding-block: 8px; }
}
@media (max-width: 600px) {
  .brand img { width: 180px; height: 63px; }
  .header-cta { min-height: 42px; }
  .hero-grid { padding-block: 27px 18px; gap: 23px; }
  .hero h1 { font-size: clamp(40px, 11.7vw, 65px); line-height: 1.12; letter-spacing: -.03em; }
  .hero-description { font-size: 17px; line-height: 1.65; margin-top: 16px; }
  .family-portraits { gap: 7px; }
  .hero-portrait { height: clamp(200px, 56vw, 305px); }
  .hero-portrait:nth-child(even) { margin-top: 16px; }
  .hero-portrait:first-child { border-start-start-radius: 28px; }
  .hero-portrait:last-child { border-end-end-radius: 24px; }
  .portrait-caption { right: 7px; left: 7px; bottom: 14px; justify-content: center; }
  .portrait-caption strong { font-size: 18px; }
  .portrait-caption > span { display: none; }
  .hero-actions .button { width: 100%; min-width: 0; min-height: 56px; font-size: 16px; padding-inline: 20px; }
  .section-space, .approach { padding-block: 56px; }
  .approach-grid h2, .coaching-copy h2, .family-heading h2 { font-size: 38px; }
  .approach-copy, .family-heading p { font-size: 17px; }
  .starting-point { grid-template-columns: 1fr; gap: 26px; padding: 24px; margin-top: 29px; }
  .starting-options legend { font-size: 24px; }
  .starting-choices { margin-top: 19px; }
  .starting-response { padding-inline-start: 0; padding-top: 24px; border-inline-start: 0; border-top: 1px solid var(--line); }
  .starting-answer h3 { font-size: 25px; }
  .starting-response .text-link { margin-top: 20px; font-size: 16px; }
  .family-heading { gap: 22px; margin-bottom: 29px; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 14px; }
  .team-image { aspect-ratio: 3/4.15; }
  .team-caption { padding-top: 14px; }
  .team-caption h3 { font-size: 26px; }
  .text-link { font-size: 15px; gap: 22px; }
  .section-lead { font-size: 18px; }
  .inclusions { margin-top: 26px; }
  .inclusions li { padding-block: 22px; }
  .inclusions h3 { font-size: 22px; }
  .offer { --offer-padding: 27px; }
  .offer-top { margin-bottom: 25px; gap: 10px; }
  .offer-top img { width: 165px; height: 58px; }
  .offer h3 { font-size: 32px; }
  .offer .button { font-size: 16px; }
  .process h2 { font-size: 33px; }
  .steps { grid-template-columns: 1fr; gap: 24px; margin-top: 29px; }
  .steps li { display: grid; grid-template-columns: 42px 1fr; column-gap: 19px; padding-top: 23px; }
  .step-number { grid-row: 1/3; font-size: 31px; margin-top: 3px; }
  .steps h3 { font-size: 22px; margin-bottom: 9px; }
  .steps p { max-width: none; font-size: 16px; }
  .faq h2 { font-size: 42px; }
  .faq-grid { gap: 28px; }
  summary { padding: 20px 0; font-size: 17px; gap: 15px; }
  details p { padding-inline: 0; font-size: 16px; }
  details[open] { background: transparent; }
  .start { padding-block: 38px 24px; }
  .start-card { grid-template-columns: 1fr; }
  .start-copy { padding: 33px 27px 30px; }
  .start h2 { font-size: 49px; }
  .start-copy > p { font-size: 17px; }
  .start .button { margin-top: 25px; }
  .start-photo { min-height: 350px; }
  .start-photo img { object-position: 50% 12%; }
  .start-photo::after { background: linear-gradient(var(--deep), transparent 15%); }
  .footer-inner { gap: 14px; padding-top: 19px; }
}
@media (max-width: 380px) {
  .wrap { width: calc(100% - 36px); }
  .brand img { width: 160px; height: 56px; }
  .header-cta { gap: 8px; padding-inline: 10px; }
  .hero-portrait { height: 196px; }
  .portrait-caption strong { font-size: 16px; }
  .starting-point { padding: 21px; }
  .starting-options legend { font-size: 23px; }
  .offer { --offer-padding: 23px; }
  .offer-top img { width: 144px; height: 51px; }
  .offer h3 { font-size: 30px; }
  .offer .button { padding-inline: 16px; }
  .start h2 { font-size: 43px; }
  .start-copy { padding-inline: 23px; }
  .mobile-cta { padding-inline: 18px; gap: 12px; }
  .mobile-cta .button { gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .button:hover, .button:hover span[aria-hidden], .team-card:hover .team-image img { transform: none; }
  .hero-portrait:hover img { transform: none; }
}
