@font-face {
    font-family: "Google Sans";
    src: url("fonts/GoogleSans-Variable.woff2") format("woff2");
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("fonts/CormorantGaramond-Variable.woff2") format("woff2");
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --ink: #203225;
    --olive: #35472f;
    --cream: #f8f3e9;
    --paper: #fffcf5;
    --ochre: #b96d1d;
    --brown: #482502;
    --line: #d7bd95;
    --shadow: 0 16px 38px rgba(54, 39, 19, .13);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.center {
    text-align: center !important;
}

.upper-text {
    font-size: 1.25rem;
    line-height: 1.25em;
}

.font-family-ruah {
    font-family: "Cormorant Garamond", "Google Sans", serif;
}

.ruahlum-text-brown {
    color: var(--brown);
}

.ruahlum-text-orange {
    color: var(--ochre);
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: "Google Sans", Arial, sans-serif;
}

button {
    font: inherit;
}

.hero {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: 100svh;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    color: var(--ink);
}

.hero::before {
    position: absolute;
    z-index: -3;
    inset: 0;
    content: "";
    background: url("Fondo_Logo.webp") center/cover no-repeat;
}

.hero__veil {
    position: absolute;
    z-index: -1;
    inset: 0;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(14px, 3vh, 28px) clamp(25px, 6vw, 95px);
    border-bottom: 1px solid rgba(67, 50, 24, .18);
}

.brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    color: inherit;
    text-decoration: none;
}

.brand img {
    display: block;
    width: auto;
}

.brand span {
    display: block;
    font: 600 .57rem "Google Sans", sans-serif;
}

.nav__link {
    color: inherit;
    text-decoration: none;
    font-size: .75rem;
    text-transform: uppercase;
}

.hero__content {
    align-self: center;
    max-width: 850px;
    margin: 0 auto;
    padding: 0 24px clamp(66px, 10vh, 110px);
    text-align: center;
    animation: hero-arrive 1.25s cubic-bezier(.2, .75, .2, 1) both;
}

.hero__logo {
    display: block;
    width: min(56vw, 470px, 42vh);
    height: auto;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-family: "Google Sans", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.25em;
}

h1 {
    font-family: "Cormorant Garamond", "Google Sans", serif;
    font-size: clamp(1.8rem, min(12vw, 9vh), 6rem);
    font-weight: 300;
    text-shadow: 0 3px 20px rgba(255, 255, 255, .35);
    animation: text-rise .9s .7s ease both;
}

.hero__intro {
    max-width: 520px;
    margin: clamp(10px, 2.5vh, 26px) auto clamp(14px, 3.5vh, 34px);
    font-size: clamp(.92rem, 1.8vw, 1.1rem);
    line-height: 1.75;
    animation: text-rise .75s 1s ease both;
}

.button {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 99px;
    color: #fffaf0;
    background: var(--olive);
    text-decoration: none;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: transform .25s, box-shadow .25s;
    animation: text-rise .7s 1.2s ease both;
}

.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}

.hero__scroll {
    position: absolute;
    bottom: clamp(12px, 3vh, 27px);
    left: 50%;
    color: var(--olive);
    transform: translateX(-50%);
    font-size: .55rem;
    font-weight: 700;
    text-transform: uppercase;
}

.hero__scroll::after {
    display: block;
    width: 2px;
    height: clamp(16px, 4vh, 36px);
    margin: clamp(6px, 1.5vh, 11px) auto 0;
    content: "";
    background: var(--olive);
}

.explore {
    min-height: 90vh;
    padding: clamp(32px, 5vw, 56px) clamp(22px, 9vw, 150px) clamp(75px, 10vw, 135px);
    background: #e7e0d3;
}

.section-logo {
    display: block;
    width: clamp(120px, 13vw, 180px);
    height: auto;
    margin: 0 auto 2em;
}

.dynamic-content {
    max-width: 1050px;
    min-height: 185px;
    margin: 0 auto;
    text-align: center;
}

.content-panel.panel-visible {
    animation: panel-enter .55s cubic-bezier(.2, .8, .2, 1) both;
}

.panel-title {
    max-width: 780px;
    margin: 0 auto 26px;
    color: var(--ink);
    font-family: "Cormorant Garamond", "Google Sans", serif;
    font-size: clamp(2.1rem, 4.2vw, 3.4rem);
    font-weight: 300;
    text-align: center;
}

.dynamic-content p {
    max-width: 940px;
    margin: 0 auto 13px;
    font-size: clamp(.93rem, 1.4vw, 1.07rem);
    line-height: 1.85;
}

.content-panel[data-panel="default"] > p,
.content-panel[data-panel="proyecto"] > p {
    max-width: 900px;
    text-align: left;
}

.pillars {
    display: grid;
    max-width: 900px;
    margin: 18px auto 0;
    padding-left: 20px;
    text-align: left;
    gap: 10px;
    font-size: clamp(.88rem, 1.3vw, 1rem);
    line-height: 1.7;
}

.content-subheading {
    max-width: 900px;
    margin: 34px auto 8px;
    color: var(--ink);
    font-family: "Cormorant Garamond", "Google Sans", serif;
    font-size: 2.25rem;
    font-weight: 300;
    text-align: center;
}

.taller-block {
    max-width: 900px;
    margin: 22px auto 0;
    text-align: left;
}

.taller-block__title {
    margin: 0 0 8px;
    color: var(--ochre);
    font-size: 1.05rem;
    font-weight: 700;
}

.topic-picker {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(17px, 4vw, 52px);
    margin: 45px auto 0;
}

.topic {
    width: 154px;
    height: 154px;
    padding: 18px;
    border: 1px solid var(--ochre);
    border-radius: 50%;
    color: var(--ink);
    background: rgba(255, 253, 246, .52);
    font: 600 1.22rem "Google Sans", sans-serif;
    cursor: pointer;
    transition: transform .3s, background .3s, color .3s, box-shadow .3s;
}

.topic span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.topic span img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.topic:hover,
.topic.active {
    color: #fffdf7;
    border-color: var(--olive);
    background: var(--olive);
    transform: translateY(-7px) scale(1.03);
    box-shadow: var(--shadow);
}

.practical {
    width: 100%;
    text-align: left;
}

.info-card {
    position: relative;
    width: 100%;
    margin: 0 0 22px;
    padding: 30px clamp(22px, 4vw, 52px);
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 252, 245, .74);
    box-shadow: 0 10px 24px rgba(54, 39, 19, .07);
}

.info-card h3 {
    margin-bottom: 22px;
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
}

.card-title-pill {
    display: inline-flex;
    align-items: center;
    width: 300px;
    max-width: 100%;
    gap: 12px;
    padding: 6px 20px 6px 6px;
    border-radius: 999px;
    background: var(--olive);
    color: #fff;
}

.title-label {
    display: inline-block;
    padding: 0;
    color: #fff;
    background: none;
}

.practical-icon {
    display: grid;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .16);
    overflow: hidden;
}

.practical-icon img,
.practical-icon svg {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.schedule div {
    display: grid;
    grid-template-columns: auto 1.1fr 1fr .45fr;
    align-items: center;
    gap: 10px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    font-size: .86rem;
}

.schedule-icon {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    place-items: center;
}

.schedule-icon img {
    width: 28px;
    height: 28px;
}

.schedule strong {
    font-size: .75rem;
}

.total-hours {
    max-width: 380px;
    text-align: center;
    margin: 26px 0 0;
    padding: 14px 20px;
    border-radius: 12px;
    background: rgba(53, 71, 47, .12);
}

.total-hours p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.35;
}

.total-hours b {
    font-family: "Cormorant Garamond", "Google Sans", serif;
    font-variant-numeric: lining-nums;
    font-size: 1.9rem;
    text-transform: uppercase;
}

.includes-copy {
    margin: 0;
    font-size: 1rem;
}

.price {
    font-size: 1.75rem;
    line-height: 1.25em;
}

.details {
    margin: 0;
    padding: 0;
    list-style: none;
}

.details li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(215, 189, 149, .8);
    font-size: 1rem;
    line-height: 1.6;
}

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

.disclaimer {
    display: inline-block;
    width: auto;
    margin-top: 1.5rem !important;
    padding: 14px 18px;
    border-radius: 12px;
    background: rgba(53, 71, 47, .12);
    font-size: 1rem;
    font-style: italic;
}

.disclaimer-coffee {
    display: inline-block;
    width: auto;
    max-width: calc(100% - 135px) !important;
    margin: 0.25em 0 0 0 !important;
    padding: 14px 18px;
    border-radius: 12px;
    background: rgba(53, 71, 47, .12);
    font-size: 1rem;
    font-style: italic;
}

.disclaimer+.disclaimer {
    margin-top: 0 !important;
}

.disclaimer:has(+ .disclaimer) {
    margin-bottom: 1.5rem;
}

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

.pricing-tiers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 6px 0 0;
}

.pricing-tier {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 18px 12px;
    border-radius: 16px;
    text-align: center;
    background: rgba(53, 71, 47, .08);
}

.pricing-tier__value {
    font-family: "Cormorant Garamond", "Google Sans", serif;
    font-variant-numeric: lining-nums;
    font-size: 1.9rem;
    color: var(--ink);
}

.pricing-tier__label {
    font-size: .85rem;
    line-height: 1.4;
}

.pricing-tier--highlight {
    background: var(--olive);
}

.pricing-tier--highlight .pricing-tier__value {
    color: #fff;
}

.pricing-tier--highlight .pricing-tier__label {
    color: #f3ca8f;
}

.calendar-table-wrap {
    margin: 24px 0 0;
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 16px;
}

.calendar-table {
    width: 100%;
    min-width: 480px;
    border-collapse: collapse;
    font-size: .88rem;
}

.calendar-table th,
.calendar-table td {
    padding: 12px 11px;
    text-align: left;
    white-space: nowrap;
    border-bottom: 1px solid var(--line);
}

.calendar-table thead th {
    background: var(--olive);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.calendar-table thead th:first-child {
    border-top-left-radius: 15px;
}

.calendar-table thead th:last-child {
    border-top-right-radius: 15px;
}

.calendar-table tbody th {
    color: var(--ochre);
    font-weight: 700;
}

.calendar-table tbody tr:last-child th,
.calendar-table tbody tr:last-child td {
    border-bottom: 0;
}

.calendar-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 24px 0 0;
}

.calendar-card {
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 252, 245, .6);
}

.calendar-card__title {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
    color: var(--ochre);
    font-size: 1.05rem;
    font-weight: 700;
}

.calendar-card__list {
    margin: 0;
}

.calendar-card__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
}

.calendar-card__row dt {
    color: var(--olive);
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.calendar-card__row dd {
    margin: 0;
    text-align: right;
    font-size: .92rem;
}

.payment-block {
    margin-bottom: 24px;
}

.payment-block:last-of-type {
    margin-bottom: 0;
}

.payment-block__label {
    margin: 0 0 4px;
    font-size: 1rem;
    line-height: 1.6;
}

.payment-methods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 14px 0 0;
}

.payment-method {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 18px 14px;
    border-radius: 16px;
    text-align: center;
    background: rgba(53, 71, 47, .08);
}

.payment-method__icon {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    background: var(--olive);
    color: #fff;
}

.payment-method__icon img,
.payment-method__icon svg {
    width: 22px;
    height: 22px;
}

.payment-method__text {
    font-size: .95rem;
    line-height: 1.4;
}

.payment-method__text b {
    display: block;
    color: var(--ochre);
    font-size: .72rem;
    text-transform: uppercase;
}

.details b {
    display: block;
    color: var(--ochre);
    font-size: 1rem;
}

.diploma-content__text {
    margin: 0;
    padding-right: 135px;
    font-size: 1rem;
    line-height: 1.7;
}

.diploma-content__art {
    position: absolute;
    right: clamp(22px, 4vw, 52px);
    bottom: 30px;
    width: 116px;
    height: 116px;
}

.diploma-content__art img,
.diploma-content__art svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.location-content {
    display: flex;
    align-items: center;
    gap: 32px;
}

.location-content .icon-list {
    flex: 1 1 auto;
    min-width: 0;
}

.location-photo {
    display: block;
    flex: 0 0 280px;
    width: 280px;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}

.icon-list {
    display: grid;
    gap: 18px;
}

.icon-list__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.icon-list__icon {
    display: grid;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    background: var(--olive);
    color: #fff;
    margin-top: 2px;
}

.icon-list__icon img,
.icon-list__icon svg {
    width: 20px;
    height: 20px;
}

.icon-list__text {
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    padding-top: 6px;
}

.icon-list__text b {
    display: block;
    margin-bottom: 2px;
    color: var(--ochre);
    font-size: 1rem;
}

.dates {
    display: flex;
    gap: 13px;
    margin-top: 18px;
}

.dates span {
    flex: 1;
    padding: 10px 2px;
    color: var(--olive);
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
}

.dates span+span {
    border-left: 1px solid var(--line);
}

.dates b {
    display: block;
    color: var(--ochre);
    font: 700 1rem "Google Sans", sans-serif;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 18px 0;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 16px;
    color: inherit;
    text-decoration: none;
    background: rgba(53, 71, 47, .08);
    transition: transform .25s, background .25s;
}

.contact-item:hover,
.contact-item:focus-visible {
    background: rgba(53, 71, 47, .16);
    transform: translateY(-3px);
}

.contact-icon {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    background: var(--olive);
    color: #fff;
}

.contact-icon svg {
    width: 22px;
    height: 22px;
}

.contact-text {
    display: block;
    font-size: .95rem;
    line-height: 1.4;
}

.contact-text b {
    display: block;
    color: var(--ochre);
    font-size: .72rem;
    text-transform: uppercase;
}

.panel-photo,
.panel-photo-top {
    display: block;
    width: 100%;
    max-width: 850px;
    height: 280px;
    margin: 26px auto 30px;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.panel-photo-top {
    object-position: top;
}

[data-panel="default"] .panel-photo,
[data-panel="proyecto"] .panel-photo,
[data-panel="default"] .panel-photo-top,
[data-panel="proyecto"] .panel-photo-top {
    max-width: 900px;
}

.team-intro {
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 28px;
    text-align: center;
}

.team-intro p {
    font-size: 1rem;
    line-height: 1.8;
}

.team-intro p:not([class]) {
    text-align: left;
}

.team-profile {
    margin: 54px auto 62px;
    text-align: left;
}

.team-profile[hidden],
.member-profile[hidden] {
    display: none !important;
}

.member-profile {
    display: grid;
    grid-template-columns: minmax(190px, .75fr) 1.25fr;
    align-items: center;
    gap: 64px;
}

.member-image {
    display: grid;
    min-height: 300px;
    place-items: center;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(145deg, #f2d59f, #b87523);
    box-shadow: var(--shadow);
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.member-copy {
    padding: 32px;
    border-radius: 22px;
    background: var(--paper);
    box-shadow: var(--shadow);
}

.member-copy h3 {
    margin-bottom: 22px;
    color: var(--ochre);
    font-size: 2.3rem;
}

.member-copy p {
    font-size: .9rem;
    line-height: 1.25;
}

.member-copy h4 {
    margin: 22px 0 8px;
    color: var(--ochre);
    font-size: .75rem;
    text-transform: uppercase;
}

.qualifications {
    gap: 7px;
    margin-bottom: 13px;
    padding-left: 20px;
    font-size: .85rem;
    line-height: 1.45;
}

.member-brand-logo {
    display: block;
    width: 180px;
    height: auto;
    margin: 6px auto 0;
    border-radius: 12px;
}

.team-outro--h2 {
    font-size: 1.5rem !important;
    line-height: 1.25em !important;
}

.member-revealing {
    animation: member-reveal .6s cubic-bezier(.2, .8, .2, 1) both;
}

.member-leaving {
    animation: member-leave .36s ease both;
}

.team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 54px auto 54px;
}

.member {
    display: grid;
    width: 118px;
    height: 118px;
    place-items: center;
    border: 1px solid var(--olive);
    border-radius: 50%;
    color: #fff;
    background: #d9ae70;
    text-align: center;
    font-size: 1.15rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform .25s, background .25s, color .25s, box-shadow .25s;
}

.member:hover,
.member.active {
    color: var(--ochre);
    background: #fff9ed;
    transform: translateY(0) scale(1.08) !important;
    box-shadow: var(--shadow);
}

footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 25px clamp(25px, 8vw, 135px);
    color: #fffaf0;
    background: var(--ink);
    font-size: .7rem;
}

footer a {
    color: #f3c77f;
    text-decoration: none;
}

@keyframes hero-arrive {
    from {
        opacity: 0;
        transform: scale(.94);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes text-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes panel-enter {
    from {
        opacity: 0;
        transform: translateY(20px) scale(.98);
        filter: blur(3px);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes member-reveal {
    from {
        opacity: 0;
        transform: translateX(72px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes member-leave {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-72px);
    }
}

@media (width <= 768px) {

    .calendar-table-wrap {
        overflow-x: visible;
        border: 0;
        border-radius: 0;
    }

    .calendar-table {
        display: block;
        min-width: 0;
    }

    .calendar-table thead {
        display: none;
    }

    .calendar-table tbody {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .calendar-table tr {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 16px 14px;
        border: 1px solid var(--line);
        border-radius: 14px;
        background: rgba(255, 252, 245, .6);
    }

    .calendar-table tbody th {
        display: block;
        padding: 0 0 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid var(--line);
        font-size: 1.05rem;
    }

    .calendar-table tbody tr:last-child th {
        border-bottom: 1px solid var(--line);
    }

    .calendar-table td {
        display: block;
        padding: 6px 0;
        border: 0;
        font-size: .80rem;
        letter-spacing: -.2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .calendar-table td::before {
        content: attr(data-label) " ";
        color: var(--olive);
        font-weight: 700;
        text-transform: uppercase;
    }

}

@media (width <= 720px) {

    .hero__logo {
        width: min(75vw, 410px, 38vh);
    }

    .content-subheading {
        font-size: clamp(1.5rem, 6.5vw, 2.1rem);
    }

    .panel-photo,
    .panel-photo-top {
        height: 190px;
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .panel-photo-top {
        object-position: center;
    }

    .hero__content {
        padding-bottom: clamp(30px, 8vh, 60px);
    }

    .nav__link,
    .hero__scroll {
        display: none;
    }

    .calendar-cards {
        grid-template-columns: 1fr;
    }

    .diploma-content__art {
        display: none;
    }

    .diploma-content__text {
        padding-right: 0;
    }

    .disclaimer-coffee {
        max-width: 100% !important;
    }

    .icon-list__item {
        align-items: center;
    }

    .icon-list__text {
        width: 100%;
    }

    .location-content {
        flex-direction: column;
    }

    .location-photo {
        order: -1;
        width: 100%;
        max-width: 100%;
    }

    .dynamic-content {
        min-height: 270px;
    }

    .topic {
        width: 128px;
        height: 128px;
        font-size: 1rem;
    }

    .info-card {
        padding: 25px;
    }

    .practical-icon {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
    }

    .practical-icon img,
    .practical-icon svg {
        width: 30px;
        height: 30px;
    }

    .schedule div {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 3px;
    }

    .schedule-icon {
        margin-bottom: 10px;
    }

    .total-hours p {
        font-size: 1rem;
    }

    .total-hours {
        justify-self: center;
        margin-inline: auto;
    }

    .practical {
        text-align: center;
    }

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

    .contact-item {
        text-align: left;
    }

    .payment-methods {
        grid-template-columns: 1fr;
    }

    .pricing-tiers {
        grid-template-columns: 1fr;
    }

    .dates {
        flex-direction: column;
    }

    .dates span+span {
        border-top: 1px solid var(--line);
        border-left: none;
    }

    .member-copy h3 {
        text-align: center;
    }

    .member-profile {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .member-image {
        width: 100%;
        min-height: 180px;
        max-width: 290px;
        margin: auto;
    }

    footer {
        flex-direction: column;
        text-align: center;
    }
}


@media (width <= 410px) {

    .calendar-table td {
        font-size: .70rem;
    }

}

@media (width <= 360px) {

    .calendar-table td {
        font-size: .65rem;
    }

}

@media (width <= 325px) {

    .calendar-table td {
        font-size: .55rem;
    }

}
