/*
 * One&Only株式会社「ToToNoU」
 * Scoped to .oot-totonou / .oo-totonou-page-active so other pages are unaffected.
 */

.oo-totonou-page-active .page-header,
.oo-totonou-page-active .breadcrumb,
.oo-totonou-page-active .entry-header,
.oo-totonou-page-active .entry-footer {
    display: none !important;
}

.oo-totonou-page-active .site-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.oo-totonou-page-active .site-body-container,
.oo-totonou-page-active .site-body-container.container,
.oo-totonou-page-active .main-section,
.oo-totonou-page-active .site-main,
.oo-totonou-page-active .entry-body,
.oo-totonou-page-active .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.oot-totonou {
    --oot-ink: #302e29;
    --oot-green: #334537;
    --oot-green-dark: #26352b;
    --oot-green-soft: #e8eee3;
    --oot-paper: #f7f3e8;
    --oot-white: #fffdf7;
    --oot-soil: #705c45;
    --oot-gold: #b39755;
    --oot-line: #d8d0c0;
    --oot-serif: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    --oot-sans: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
    box-sizing: border-box;
    width: 100vw;
    max-width: 100vw;
    margin: 0 0 0 calc(50% - 50vw);
    overflow-x: hidden;
    color: var(--oot-ink);
    background: var(--oot-white);
    font-family: var(--oot-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.95;
    letter-spacing: .035em;
    text-align: left;
}

.oot-totonou *,
.oot-totonou *::before,
.oot-totonou *::after {
    box-sizing: inherit;
}

.oot-totonou :where(h1, h2, h3, p, figure, blockquote, dl, dd) {
    margin-top: 0;
}

.oot-totonou img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.oot-totonou a {
    color: inherit;
    text-decoration: none;
}

.oot-totonou a:focus-visible {
    outline: 3px solid #d8c075;
    outline-offset: 4px;
}

.oot-inner {
    width: min(1160px, calc(100% - 80px));
    margin-inline: auto;
}

.oot-section {
    padding-block: clamp(88px, 9vw, 136px);
}

#oot-intro,
#oot-approach,
#oot-trial {
    scroll-margin-top: 94px;
}

.oot-totonou h1,
.oot-totonou h2,
.oot-totonou h3 {
    color: inherit;
    font-family: var(--oot-serif);
    font-weight: 500;
    letter-spacing: .075em;
}

.oot-totonou h2 {
    margin-bottom: 36px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.5;
}

.oot-totonou h3 {
    line-height: 1.55;
}

.oot-kicker {
    margin-bottom: 18px;
    color: var(--oot-soil);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.6;
    text-transform: uppercase;
}

.oot-kicker::before {
    display: inline-block;
    width: 28px;
    height: 1px;
    margin-right: 12px;
    vertical-align: middle;
    background: var(--oot-gold);
    content: "";
}

.oot-kicker--light {
    color: rgba(255, 255, 255, .82);
}

.oot-heading--center {
    max-width: 850px;
    margin: 0 auto 68px;
    text-align: center;
}

.oot-heading--center > p:last-child {
    margin-bottom: 0;
}

.oot-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
}

.oot-actions--center {
    justify-content: center;
}

.oot-button {
    display: inline-flex;
    min-width: 210px;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 13px 27px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .07em;
    line-height: 1.4;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}

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

.oot-button--light {
    color: var(--oot-green-dark) !important;
    background: var(--oot-white);
    border-color: var(--oot-white);
}

.oot-button--light:hover {
    color: var(--oot-white) !important;
    background: transparent;
}

.oot-button--ghost {
    color: #fff !important;
    background: transparent;
    border-color: rgba(255, 255, 255, .72);
}

.oot-button--ghost:hover {
    color: var(--oot-green-dark) !important;
    background: var(--oot-white);
    border-color: var(--oot-white);
}

.oot-button--dark {
    color: #fff !important;
    background: var(--oot-green);
    border-color: var(--oot-green);
}

.oot-button--dark:hover {
    color: var(--oot-green) !important;
    background: transparent;
}

/* Hero */
.oot-hero {
    position: relative;
    display: grid;
    min-height: clamp(650px, 78vh, 820px);
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
    overflow: hidden;
    background: var(--oot-green-dark);
}

.oot-hero__copy {
    display: flex;
    align-items: center;
    color: #fff;
    background:
        radial-gradient(circle at 84% 16%, rgba(179, 151, 85, .15), transparent 25%),
        linear-gradient(135deg, #26352b 0%, #334537 100%);
}

.oot-hero__copy-inner {
    width: min(720px, calc(100% - 80px));
    margin-left: max(40px, calc((100vw - 1160px) / 2));
    padding: 90px 50px 90px 0;
}

.oot-hero__brand {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .72);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(22px, 2vw, 30px);
    letter-spacing: .13em;
}

.oot-hero h1 {
    margin-bottom: 30px;
    color: #fff;
    font-size: clamp(43px, 5vw, 70px);
    line-height: 1.43;
    letter-spacing: .075em;
}

.oot-hero__lead {
    max-width: 650px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.95;
}

.oot-hero__photo {
    min-height: inherit;
    margin: 0;
    overflow: hidden;
}

.oot-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 55%;
}

.oot-scroll {
    position: absolute;
    z-index: 2;
    right: 28px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .78) !important;
    font-size: 10px;
    letter-spacing: .18em;
    writing-mode: vertical-rl;
}

.oot-scroll span {
    display: block;
    width: 1px;
    height: 52px;
    background: rgba(255, 255, 255, .66);
}

/* Intro */
.oot-intro {
    background: var(--oot-paper);
}

.oot-intro__layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: clamp(54px, 8vw, 108px);
}

.oot-intro__body {
    max-width: 650px;
}

.oot-intro__body p {
    margin-bottom: 1.45em;
}

.oot-intro__body p:last-child {
    margin-bottom: 0;
}

.oot-statement {
    position: relative;
    max-width: 920px;
    margin: clamp(64px, 8vw, 110px) auto 0;
    padding: 40px 54px;
    border-top: 1px solid var(--oot-line);
    border-bottom: 1px solid var(--oot-line);
    color: var(--oot-green);
    font-family: var(--oot-serif);
    font-size: clamp(23px, 3vw, 36px);
    line-height: 1.72;
    letter-spacing: .075em;
    text-align: center;
}

.oot-statement::before {
    position: absolute;
    top: -2px;
    left: 50%;
    width: 70px;
    height: 3px;
    background: var(--oot-gold);
    content: "";
    transform: translateX(-50%);
}

.oot-statement p {
    margin-bottom: 0;
}

/* Outcomes */
.oot-outcomes {
    background: var(--oot-white);
}

.oot-outcomes__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--oot-line);
    border-bottom: 1px solid var(--oot-line);
}

.oot-outcomes__grid article {
    min-width: 0;
    padding: 40px 28px 42px;
    border-right: 1px solid var(--oot-line);
}

.oot-outcomes__grid article:first-child {
    padding-left: 0;
}

.oot-outcomes__grid article:last-child {
    padding-right: 0;
    border-right: 0;
}

.oot-outcomes__grid span {
    color: var(--oot-gold);
    font-family: Georgia, serif;
    font-size: 18px;
    letter-spacing: .08em;
}

.oot-outcomes__grid h3 {
    min-height: 95px;
    margin: 19px 0 18px;
    color: var(--oot-green);
    font-size: clamp(20px, 2vw, 25px);
}

.oot-outcomes__grid p {
    margin-bottom: 0;
    color: #565249;
    font-size: 14px;
    line-height: 1.9;
}

/* Approach */
.oot-approach {
    color: #fff;
    background: var(--oot-green);
}

.oot-approach__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
    align-items: center;
    gap: clamp(60px, 9vw, 120px);
}

.oot-approach h2 {
    color: #fff;
}

.oot-approach__copy > p:not(.oot-kicker) {
    margin-bottom: 1.4em;
    color: rgba(255, 255, 255, .84);
}

.oot-approach__copy > p:last-child {
    margin-bottom: 0;
}

.oot-approach__steps {
    border-top: 1px solid rgba(255, 255, 255, .28);
}

.oot-approach__steps article {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 20px;
    padding: 30px 0 32px;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
}

.oot-approach__steps span {
    padding-top: 4px;
    color: var(--oot-gold);
    font-family: Georgia, serif;
    font-size: 17px;
}

.oot-approach__steps h3 {
    margin-bottom: 7px;
    color: #fff;
    font-size: 25px;
}

.oot-approach__steps p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.8;
}

/* Program */
.oot-program {
    background: var(--oot-green-soft);
}

.oot-program__lead {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .88fr);
    align-items: end;
    gap: 80px;
    margin-bottom: 68px;
}

.oot-program__lead h2,
.oot-program__lead > p {
    margin-bottom: 0;
}

.oot-program__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.oot-program__grid article {
    min-width: 0;
    padding: 39px 40px 40px;
    border: 1px solid rgba(51, 69, 55, .19);
    background: rgba(255, 253, 247, .66);
}

.oot-program__eyebrow {
    margin-bottom: 13px;
    color: var(--oot-gold);
    font-family: Georgia, serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .17em;
}

.oot-program__grid h3 {
    margin-bottom: 16px;
    color: var(--oot-green);
    font-size: clamp(22px, 2.4vw, 29px);
}

.oot-program__grid p:last-child {
    margin-bottom: 0;
    color: #555249;
    font-size: 14px;
    line-height: 1.9;
}

.oot-program__note {
    margin: 38px 0 0;
    padding-left: 18px;
    border-left: 2px solid var(--oot-gold);
    color: var(--oot-green);
    font-size: 14px;
}

/* Shared photographs */
.oot-photo {
    position: relative;
    margin: 0;
}

.oot-photo::before {
    position: absolute;
    z-index: 0;
    top: -20px;
    right: -20px;
    width: 42%;
    height: 36%;
    border-top: 1px solid var(--oot-gold);
    border-right: 1px solid var(--oot-gold);
    content: "";
}

.oot-photo img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Session */
.oot-session {
    background: var(--oot-white);
}

.oot-session__layout {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: clamp(58px, 8vw, 110px);
}

.oot-session__photo {
    position: sticky;
    top: 32px;
    height: 730px;
}

.oot-session__photo img {
    object-position: center 47%;
}

.oot-session__copy > p {
    margin-bottom: 1.4em;
}

.oot-session__facts {
    margin: 44px 0 0;
    border-top: 1px solid var(--oot-line);
}

.oot-session__facts > div {
    display: grid;
    grid-template-columns: 115px minmax(0, 1fr);
    gap: 25px;
    padding: 18px 2px;
    border-bottom: 1px solid var(--oot-line);
}

.oot-session__facts dt {
    color: var(--oot-soil);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .09em;
}

.oot-session__facts dd {
    margin-bottom: 0;
    color: var(--oot-green);
}

/* Coach */
.oot-coach {
    background: #ede5d8;
}

.oot-coach__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
    align-items: center;
    gap: clamp(58px, 8vw, 112px);
}

.oot-coach__copy > p:not(.oot-kicker):not(.oot-coach__philosophy):not(.oot-signature) {
    margin-bottom: 1.4em;
}

.oot-coach__philosophy {
    margin: 40px 0 0;
    padding: 25px 28px;
    border-left: 2px solid var(--oot-gold);
    color: var(--oot-green);
    background: rgba(255, 253, 247, .52);
}

.oot-coach__philosophy span {
    display: block;
    margin-bottom: 6px;
    color: var(--oot-soil);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .11em;
}

.oot-signature {
    margin: 34px 0 0;
    color: var(--oot-green);
    font-family: var(--oot-serif);
    font-size: 19px;
    text-align: right;
}

.oot-signature span {
    display: block;
    margin-bottom: 4px;
    color: var(--oot-soil);
    font-family: var(--oot-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .11em;
}

.oot-coach__photo {
    height: 650px;
}

.oot-coach__photo img {
    object-position: center 42%;
}

/* Trial */
.oot-trial {
    background: var(--oot-white);
}

.oot-trial__box {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    border: 1px solid var(--oot-line);
}

.oot-trial__heading,
.oot-trial__details {
    padding: clamp(42px, 6vw, 76px);
}

.oot-trial__heading {
    background: var(--oot-paper);
}

.oot-trial__heading > p:last-child {
    margin-bottom: 0;
}

.oot-trial__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.oot-trial__details dl {
    margin: 0 0 30px;
    border-top: 1px solid var(--oot-line);
}

.oot-trial__details dl > div {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: baseline;
    gap: 22px;
    padding: 17px 0;
    border-bottom: 1px solid var(--oot-line);
}

.oot-trial__details dt {
    color: var(--oot-soil);
    font-size: 12px;
    font-weight: 700;
}

.oot-trial__details dd {
    margin-bottom: 0;
    color: var(--oot-green);
}

.oot-trial__details dd strong {
    margin-right: 3px;
    font-family: Georgia, serif;
    font-size: 30px;
    font-weight: 400;
}

.oot-trial__details > p {
    margin-bottom: 30px;
    color: #5a564d;
    font-size: 14px;
}

.oot-trial__details .oot-button {
    width: 100%;
}

/* Social */
.oot-social {
    background: var(--oot-green-soft);
}

.oot-social__layout {
    display: grid;
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(50px, 8vw, 110px);
}

.oot-social__heading > p:last-child {
    margin-bottom: 0;
    color: #57564f;
}

.oot-social__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.oot-social-card {
    position: relative;
    display: flex;
    min-height: 330px;
    flex-direction: column;
    padding: clamp(30px, 3.5vw, 42px);
    overflow: hidden;
    background: var(--oot-white);
    border: 1px solid var(--oot-line);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.oot-social-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--oot-gold);
    content: "";
}

.oot-social-card--line::before {
    background: #5c9166;
}

.oot-social-card:hover,
.oot-social-card:focus-visible {
    border-color: rgba(51, 69, 55, .45);
    box-shadow: 0 20px 46px rgba(39, 55, 43, .1);
    transform: translateY(-4px);
}

.oot-social-card__label {
    margin-bottom: 22px;
    color: var(--oot-soil);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
}

.oot-social-card--line .oot-social-card__label {
    color: #4b8055;
}

.oot-social-card strong {
    margin-bottom: 17px;
    color: var(--oot-green);
    font-family: var(--oot-serif);
    font-size: clamp(20px, 2.3vw, 27px);
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: .035em;
}

.oot-social-card p {
    margin-bottom: 30px;
    color: #5c5952;
    font-size: 13px;
    line-height: 1.8;
}

.oot-social-card__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 18px;
    color: var(--oot-green);
    border-top: 1px solid var(--oot-line);
    font-size: 12px;
    font-weight: 800;
}

.oot-social-card__link i {
    color: var(--oot-gold);
    font-family: inherit;
    font-size: 17px;
    font-style: normal;
    transition: transform .2s ease;
}

.oot-social-card:hover .oot-social-card__link i,
.oot-social-card:focus-visible .oot-social-card__link i {
    transform: translateX(4px);
}

/* CTA */
.oot-cta {
    position: relative;
    color: #fff;
    background:
        radial-gradient(circle at 18% 18%, rgba(179, 151, 85, .16), transparent 28%),
        radial-gradient(circle at 88% 78%, rgba(232, 238, 227, .09), transparent 31%),
        var(--oot-green-dark);
}

.oot-cta__inner {
    display: flex;
    min-height: 560px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 90px;
    text-align: center;
}

.oot-cta h2 {
    margin-bottom: 26px;
    color: #fff;
    font-size: clamp(38px, 5vw, 62px);
}

.oot-cta__inner > p:not(.oot-kicker) {
    max-width: 760px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .86);
}

.oot-mobile-only {
    display: none;
}

@media (max-width: 1020px) {
    .oot-hero__copy-inner {
        width: calc(100% - 56px);
        margin-left: 28px;
        padding-right: 18px;
    }

    .oot-hero h1 {
        font-size: clamp(38px, 5.3vw, 56px);
    }

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

    .oot-outcomes__grid article,
    .oot-outcomes__grid article:first-child,
    .oot-outcomes__grid article:last-child {
        padding: 34px 28px 36px;
    }

    .oot-outcomes__grid article:nth-child(2) {
        border-right: 0;
    }

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

    .oot-outcomes__grid h3 {
        min-height: 80px;
    }

    .oot-session__photo {
        height: 640px;
    }

    .oot-coach__photo {
        height: 590px;
    }
}

@media (max-width: 760px) {
    .oot-totonou {
        font-size: 15px;
        line-height: 1.9;
    }

    .oot-inner {
        width: calc(100% - 40px);
    }

    .oot-section {
        padding-block: 70px;
    }

    .oot-totonou h2 {
        margin-bottom: 27px;
        font-size: clamp(28px, 8vw, 37px);
        line-height: 1.52;
        letter-spacing: .055em;
    }

    .oot-kicker {
        margin-bottom: 14px;
        font-size: 10px;
    }

    .oot-hero {
        display: flex;
        min-height: 0;
        flex-direction: column-reverse;
    }

    .oot-hero__photo {
        height: 48vh;
        min-height: 390px;
        max-height: 530px;
    }

    .oot-hero__photo img {
        object-position: center 48%;
    }

    .oot-hero__copy-inner {
        width: calc(100% - 40px);
        margin-inline: auto;
        padding: 60px 0 68px;
    }

    .oot-hero__brand {
        margin-bottom: 13px;
        font-size: 21px;
    }

    .oot-hero h1 {
        margin-bottom: 23px;
        font-size: clamp(34px, 9.5vw, 45px);
        line-height: 1.48;
        letter-spacing: .055em;
    }

    .oot-hero__lead {
        font-size: 15px;
    }

    .oot-scroll {
        display: none;
    }

    .oot-intro__layout,
    .oot-approach__layout,
    .oot-program__lead,
    .oot-session__layout,
    .oot-coach__layout,
    .oot-trial__box,
    .oot-social__layout {
        grid-template-columns: 1fr;
    }

    .oot-intro__layout,
    .oot-approach__layout,
    .oot-program__lead,
    .oot-session__layout,
    .oot-coach__layout,
    .oot-social__layout {
        gap: 44px;
    }

    .oot-statement {
        margin-top: 56px;
        padding: 32px 18px;
        font-size: 21px;
        line-height: 1.75;
    }

    .oot-heading--center {
        margin-bottom: 46px;
        text-align: left;
    }

    .oot-outcomes__grid {
        grid-template-columns: 1fr;
    }

    .oot-outcomes__grid article,
    .oot-outcomes__grid article:first-child,
    .oot-outcomes__grid article:last-child {
        padding: 29px 0 31px;
        border-right: 0;
        border-bottom: 1px solid var(--oot-line);
    }

    .oot-outcomes__grid article:last-child {
        border-bottom: 0;
    }

    .oot-outcomes__grid h3 {
        min-height: 0;
        margin: 12px 0 13px;
        font-size: 23px;
    }

    .oot-approach__steps article {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 14px;
    }

    .oot-program__lead {
        margin-bottom: 48px;
    }

    .oot-program__grid {
        grid-template-columns: 1fr;
    }

    .oot-program__grid article {
        padding: 30px 25px 31px;
    }

    .oot-session__photo,
    .oot-coach__photo {
        position: relative;
        top: auto;
        width: calc(100% - 12px);
        height: 520px;
    }

    .oot-photo::before {
        top: -12px;
        right: -12px;
    }

    .oot-session__photo {
        order: 1;
    }

    .oot-session__copy {
        order: 2;
    }

    .oot-coach__copy {
        order: 2;
    }

    .oot-coach__photo {
        order: 1;
    }

    .oot-session__facts > div {
        grid-template-columns: 90px minmax(0, 1fr);
        gap: 15px;
    }

    .oot-coach__philosophy {
        padding: 22px 20px;
    }

    .oot-trial__heading,
    .oot-trial__details {
        padding: 38px 25px;
    }

    .oot-trial__details dl > div {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 15px;
    }

    .oot-social__grid {
        grid-template-columns: 1fr;
    }

    .oot-social-card {
        min-height: 285px;
        padding: 30px 25px;
    }

    .oot-actions {
        flex-direction: column;
    }

    .oot-button {
        width: 100%;
    }

    .oot-cta__inner {
        min-height: 540px;
        padding-block: 76px;
    }

    .oot-cta h2 {
        font-size: 36px;
    }

    .oot-mobile-only {
        display: initial;
    }
}

@media (max-width: 430px) {
    .oot-hero__photo {
        min-height: 350px;
    }

    .oot-hero h1 {
        font-size: 33px;
    }

    .oot-session__photo,
    .oot-coach__photo {
        height: 470px;
    }

    .oot-session__facts > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .oot-totonou *,
    .oot-totonou *::before,
    .oot-totonou *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
