@font-face {
    font-family: "Fort";
    src: url("/fonts/Fort-Book.otf") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Project Baskerville";
    src: url("/fonts/Baskerville.ttc") format("truetype-collection");
    font-display: swap;
    font-style: normal;
    font-weight: 400 700;
}

:root {
    --font-sans: "Fort", "Avenir Next", "Montserrat", "Segoe UI", sans-serif;
    --font-serif: "Project Baskerville", "Baskerville", "Cormorant Garamond", "Times New Roman", serif;
}

body {
    font-family: var(--font-sans);
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-serif);
}

.pre-footer-umbrella {
    flex: 0 0 auto;
    min-height: clamp(8.5rem, 15vw, 13.5rem);
    background-color: #ffffff;
    background-image: url("/assets/umbrella1-e9a1196e.png");
    background-position: left clamp(1rem, 4vw, 3rem) bottom -0.1rem;
    background-repeat: no-repeat;
    background-size: clamp(9rem, 18vw, 15.5rem) auto;
}

#front {
    background-image: url("/assets/portada-a2de6553.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-hero-divider {
    position: relative;
    z-index: 2;
    width: min(68vw, 42rem);
    height: 0.62rem;
    margin-top: -0.21rem;
    margin-bottom: -0.21rem;
    background: #009d87;
}

.home-video {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #195993;
}

.home-video-frame {
    width: min(88%, 42rem);
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #0f3f68;
}

.home-video-player {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-video-placeholder {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #144b7c 0%, #0f3f68 100%);
}

.home-video-placeholder::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 4rem 4rem;
    opacity: 0.35;
}

.home-video-placeholder::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-36%, -50%);
    border-bottom: 1.15rem solid transparent;
    border-left: 1.75rem solid #ffffff;
    border-top: 1.15rem solid transparent;
    filter: drop-shadow(0 0 0.85rem rgba(0, 0, 0, 0.18));
}

.home-phrase {
    position: relative;
    display: flex;
    min-height: clamp(27rem, 39vw, 40rem);
    align-items: center;
    overflow: hidden;
    background: #195993;
    padding: clamp(1.5rem, 3.5vw, 2.75rem) clamp(2.5rem, 6vw, 5rem) clamp(2.25rem, 5vw, 4rem);
}

.home-phrase-title {
    position: relative;
    z-index: 1;
    max-width: 9em;
    color: #ffffff;
    font-family: var(--font-serif);
    font-size: clamp(2.35rem, 3.7vw, 3.65rem);
    font-weight: 700;
    line-height: 1.08;
    text-transform: uppercase;
}

.home-phrase-umbrella {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    aspect-ratio: 573 / 435;
    background-image: url("/assets/umbrella1-e9a1196e.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.home-phrase-umbrella-top {
    top: clamp(2.6rem, 4vw, 3.8rem);
    right: clamp(.4rem, -2vw, -0.8rem);
    width: clamp(7.4rem, 12vw, 10.4rem);
    transform: rotate(350deg);
    transform-origin: center;
}

.home-phrase-umbrella-bottom {
    bottom: clamp(0.6rem, 2vw, 1.6rem);
    left: clamp(-3.5rem, -4vw, -2rem);
    width: clamp(8rem, 13.5vw, 11.2rem);
    transform: rotate(236deg);
    transform-origin: center;
}

.about-author-photo {
    width: min(100%, 22rem);
    justify-self: center;
}

.about-author-divider {
    position: relative;
    z-index: 2;
    margin-top: -0.375rem;
}

@media (min-width: 768px) {
    .about-author-divider {
        margin-top: -0.5rem;
    }
}

.home-stores-title {
    font-size: clamp(1.75rem, 2.7vw, 2.7rem);
    font-weight: 700;
    line-height: 1.12;
}

@media (min-width: 768px) {
    .home-stores-title {
        white-space: nowrap;
    }
}

.home-stores-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    justify-items: center;
    gap: clamp(1.75rem, 4vw, 3.75rem) clamp(1.25rem, 3vw, 3rem);
    margin-top: clamp(2.25rem, 5vw, 4rem);
}

.home-store-logo {
    display: block;
    width: min(100%, 13.5rem);
    max-height: 5.25rem;
    object-fit: contain;
}

.home-store-link {
    display: flex;
    width: 100%;
    justify-content: center;
}

.footer-logo-main {
    display: block;
    width: min(100%, 20rem);
    max-height: 6rem;
    object-fit: contain;
}

.footer-logo-secondary {
    display: block;
    width: min(100%, 14rem);
    max-height: 4.5rem;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .home-stores-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.bg-\[--brand-teal\] {
    background-color: #009d87 !important;
}

.bg-\[--brand-blue\] {
    background-color: #195993 !important;
}

.text-\[--brand-blue\] {
    color: #195993 !important;
}

.text-\[--brand-teal\] {
    color: #009d87 !important;
}

.text-\[--ink-soft\] {
    color: #54626c !important;
}

.border-\[--brand-blue\] {
    border-color: #195993 !important;
}

.border-\[--brand-teal\] {
    border-color: #009d87 !important;
}

.hover\:bg-\[--brand-blue\]:hover {
    background-color: #195993 !important;
}

.hover\:text-\[--brand-blue\]:hover {
    color: #195993 !important;
}

.hover\:text-\[--brand-teal\]:hover {
    color: #009d87 !important;
}

.focus\:border-\[--brand-teal\]:focus {
    border-color: #009d87 !important;
}

.conversamos-page {
    position: relative;
    min-height: calc(100vh - 7rem);
    overflow: hidden;
    background: #ffffff;
    padding: 2.5rem 1rem 3rem;
}

.conversamos-content {
    position: relative;
    z-index: 2;
    max-width: 64rem;
}

.conversamos-title {
    color: #195993;
    font-family: var(--font-serif);
    font-size: clamp(2.7rem, 5vw, 4.35rem);
    font-weight: 700;
    line-height: 0.95;
    text-transform: uppercase;
}

.conversamos-form-wrap {
    position: relative;
    width: min(100%, 46rem);
    margin-top: 1.5rem;
}

.conversamos-form {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 1.45rem 1.25rem 1.7rem;
    border: 2px solid #009d87;
    background: transparent;
}

.conversamos-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem 2rem;
}

.conversamos-field {
    display: flex;
    align-items: flex-end;
    gap: 1.1rem;
    color: #33383d;
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    line-height: 1;
}

.conversamos-field span {
    flex: 0 0 auto;
}

.conversamos-field input {
    min-width: 0;
    flex: 1 1 auto;
    border: 0;
    border-bottom: 2px solid #009d87;
    border-radius: 0;
    background: transparent;
    color: #33383d;
    font-size: 1.05rem;
    outline: none;
}

.conversamos-comments {
    display: block;
    margin-top: 1.25rem;
    color: #33383d;
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.conversamos-comments textarea {
    width: 100%;
    margin-top: 0.8rem;
    resize: none;
    border: 0;
    border-radius: 0;
    background: repeating-linear-gradient(
        to bottom,
        transparent 0,
        transparent 2.9rem,
        #009d87 2.9rem,
        #009d87 3rem
    );
    color: #33383d;
    font-size: 1.05rem;
    line-height: 3rem;
    outline: none;
}

.conversamos-submit-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.1rem;
}

.conversamos-submit {
    min-width: 8rem;
    border: 2px solid #009d87;
    background: #ffffff;
    color: #195993;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    padding: 0.65rem 1.15rem;
    text-transform: uppercase;
    transition: background 160ms ease, color 160ms ease;
}

.conversamos-submit:hover,
.conversamos-submit:focus {
    background: #009d87;
    color: #ffffff;
}

.blog-index-page {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    background: #ffffff;
}

.blog-index-inner {
    width: min(100% - 2rem, 72rem);
    margin: 0 auto;
}

.blog-index-hero {
    background: #009d87;
    padding: 7rem 0 13.5rem;
}

.blog-index-title {
    max-width: 54rem;
    color: #ffffff;
    font-family: var(--font-serif);
    font-size: clamp(1.7rem, 3.1vw, 2.55rem);
    font-weight: 700;
    line-height: 1.24;
    text-transform: uppercase;
}

.blog-index-cards-wrap {
    position: relative;
    z-index: 1;
    margin-top: -10rem;
    padding-bottom: 4.5rem;
}

.blog-index-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.blog-card {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    border: 1px solid #5988ba;
    background: #ffffff;
}

.blog-card::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -0.25rem;
    z-index: 2;
    width: 5.5rem;
    height: 0.5rem;
    background: #009d87;
}

.blog-card-image {
    display: block;
    aspect-ratio: 1.32 / 1;
    overflow: hidden;
    background: #eef3f6;
}

.blog-card-image img,
.blog-card-image-placeholder {
    width: 100%;
    height: 100%;
}

.blog-card-image img {
    object-fit: cover;
}

.blog-card-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: linear-gradient(160deg, #dbe8ef, #ffffff);
    color: #195993;
    text-align: center;
}

.blog-card-image-placeholder span {
    font-family: var(--font-serif);
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.2;
}

.blog-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.9rem 1.5rem 0.8rem;
}

.blog-card-title {
    color: #33383d;
    font-family: var(--font-serif);
    font-size: clamp(1.45rem, 2.4vw, 1.65rem);
    font-weight: 400;
    line-height: 1.22;
}

.blog-card-title a {
    color: inherit;
    text-decoration: none;
}

.blog-card-title a:hover,
.blog-card-title a:focus {
    color: #195993;
}

.blog-card-link {
    align-self: flex-end;
    margin-top: auto;
    color: #33383d;
    font-size: 1rem;
    letter-spacing: 0.18em;
    text-decoration: none;
}

.blog-card-link:hover,
.blog-card-link:focus {
    color: #009d87;
}

.blog-index-empty {
    border: 1px dashed #5988ba;
    background: #ffffff;
    color: #33383d;
    padding: 2rem;
    text-align: center;
}

.blog-show-page {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    background: #ffffff;
}

.blog-show-inner {
    width: min(100% - 2rem, 72rem);
    margin: 0 auto;
}

.blog-show-hero {
    position: relative;
    background: #195993;
}

.blog-show-hero-grid {
    display: grid;
    gap: 2rem;
    padding-top: 5rem;
}

.blog-show-title-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 20rem;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 3rem;
}

.blog-show-title-frame {
    position: relative;
    max-width: 38rem;
    padding-top: clamp(4.1rem, 6.2vw, 5.8rem);
}

.blog-show-title {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-family: var(--font-serif);
    font-size: clamp(2.7rem, 4.15vw, 4rem);
    line-height: 1.05;
}

.blog-show-status {
    margin-top: 1.5rem;
    width: max-content;
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    padding: 0.45rem 0.7rem;
    text-transform: uppercase;
}

.blog-show-image {
    z-index: 1;
    aspect-ratio: 1 / 1.15;
    overflow: hidden;
    background: #eef3f6;
}

.blog-show-image img,
.blog-show-image-placeholder {
    width: 100%;
    height: 100%;
}

.blog-show-image img {
    object-fit: cover;
}

.blog-show-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: linear-gradient(160deg, #dbe8ef, #ffffff);
    color: #195993;
    text-align: center;
}

.blog-show-image-placeholder span {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.blog-show-accent {
    width: 5.75rem;
    height: 0.9rem;
    background: #009d87;
}

.blog-show-umbrella {
    pointer-events: none;
    position: absolute;
    top: clamp(-1.25rem, -1.8vw, -0.65rem);
    left: clamp(-6.4rem, -10vw, -3.9rem);
    z-index: 0;
    width: clamp(6.2rem, 9.4vw, 9rem);
    aspect-ratio: 548 / 456;
    background-image: url("/assets/umbrella2-ff38cfd1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.blog-show-body-wrap {
    padding: 4.5rem 0 5rem;
}

.blog-show-summary,
.blog-show-body {
    max-width: 68rem;
}

.blog-show-summary {
    margin-bottom: 2rem;
    color: #33383d;
    font-size: clamp(1.3rem, 2.2vw, 1.6rem);
    line-height: 1.45;
    text-align: justify;
}

.blog-show-body {
    color: #33383d;
    font-size: clamp(1.2rem, 1.8vw, 1.45rem);
    line-height: 1.55;
}



.podcast-page {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    background: #ffffff;
}

.podcast-row {
    position: relative;
    min-height: 42rem;
    overflow: hidden;
    padding: 4.5rem 1rem 5.5rem;
}

.podcast-row-blue-green {
    background: linear-gradient(to bottom, #195993 0 50%, #009d87 50% 100%);
}

.podcast-row-green-blue {
    background: linear-gradient(to bottom, #009d87 0 50%, #195993 50% 100%);
}

.podcast-row-blue-green.podcast-row-final {
    background: linear-gradient(to bottom, #195993 0 50%, #ffffff 50% 100%);
}

.podcast-row-green-blue.podcast-row-final {
    background-image: linear-gradient(to bottom, #009d87 0 50%, #ffffff 50% 100%);
}

.podcast-blue-umbrella-bg {
    pointer-events: none;
    position: absolute;
    inset: 50% 0 0;
    z-index: 0;
    overflow: hidden;
}

.podcast-blue-umbrella-bg-image {
    position: absolute;
    bottom: -6.5rem;
    left: clamp(-18rem, -14vw, -10rem);
    width: clamp(23rem, 31vw, 34rem);
    height: clamp(18rem, 24vw, 27rem);
    background-image: url("/assets/umbrella1-e9a1196e.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.9;
    transform: scaleY(1) rotate(237deg);
    transform-origin: center;
}

.podcast-row-inner {
    position: relative;
    width: min(100% - 1rem, 72rem);
    margin: 0 auto;
}

.podcast-row-title {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.podcast-video {
    position: relative;
    z-index: 1;
    width: min(100%, 53rem);
    margin-top: 3rem;
    aspect-ratio: 16 / 9;
    background: #edf3f5;
}

.podcast-row-right .podcast-video {
    margin-left: auto;
}

.podcast-row-right .podcast-row-title {
    text-align: right;
}

.podcast-video iframe,
.podcast-video video,
.podcast-video-placeholder {
    width: 100%;
    height: 100%;
}

.podcast-video video {
    display: block;
    object-fit: cover;
}

.podcast-video iframe {
    border: 0;
}

.podcast-video-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #d9e7ee, #f8fbfc);
}

.podcast-play-icon {
    display: block;
    width: 0;
    height: 0;
    margin-left: 1rem;
    border-top: 2.4rem solid transparent;
    border-bottom: 2.4rem solid transparent;
    border-left: 3.5rem solid rgba(255, 255, 255, 0.82);
}

.podcast-umbrella {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    width: clamp(23rem, 31vw, 34rem);
    height: clamp(18rem, 24vw, 27rem);
    background-image: url("/assets/umbrella1-e9a1196e.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.9;
    transform: scaleY(1) rotate(237deg);
    transform-origin: center;
}

.podcast-umbrella-right {
    top: -1.8rem;
    right: clamp(-9rem, -7vw, -3rem);
}

.conversamos-umbrella {
    pointer-events: none;
    position: absolute;
    top: clamp(-2.8rem, -4.8vw, -1.2rem);
    left: calc(100% - clamp(4rem, 7.5vw, 6rem));
    z-index: 3;
    width: clamp(11rem, 30vw, 22rem);
    aspect-ratio: 573 / 435;
    background-image: url("/assets/umbrella1-e9a1196e.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.96;
    transform: rotate(237deg);
    transform-origin: center;
}

@media (min-width: 768px) {
    .blog-index-inner {
        width: min(100% - 4rem, 72rem);
    }

    .blog-index-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .blog-show-inner {
        width: min(100% - 4rem, 72rem);
    }

    .blog-show-hero-grid {
        grid-template-columns: 1.08fr 0.92fr;
        gap: 3rem;
        align-items: start;
        padding-top: 5.5rem;
    }

    .blog-show-title-wrap {
        min-height: 27rem;
        padding-left: 3rem;
        padding-bottom: 1rem;
    }

    .blog-show-image {
        margin-bottom: -3rem;
    }

    .podcast-row {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .podcast-row-inner {
        width: min(100% - 2rem, 72rem);
    }

    .conversamos-page {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .conversamos-form {
        padding-right: 1.75rem;
        padding-left: 1.75rem;
    }

    .conversamos-fields {
        grid-template-columns: 1fr 1fr;
    }

    .conversamos-field-full {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1024px) {
    .conversamos-page {
        padding-right: 3rem;
        padding-left: 3rem;
    }

    .conversamos-content {
        max-width: min(calc(100vw - 16rem), 64rem);
    }

    .conversamos-form {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (max-width: 1023px) {
    html,
    body {
        overflow-x: hidden;
    }

    .site-header-bar {
        position: relative;
        padding: 1rem 1.25rem 0.75rem;
    }

    .site-mobile-menu {
        position: relative;
        margin-left: auto;
    }

    .site-mobile-menu-toggle {
        display: flex;
        width: 2.75rem;
        height: 2.75rem;
        cursor: pointer;
        list-style: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 0.33rem;
        border: 1px solid rgba(255, 255, 255, 0.75);
        background: rgba(25, 89, 147, 0.32);
    }

    .site-mobile-menu-toggle::-webkit-details-marker {
        display: none;
    }

    .site-mobile-menu-toggle span {
        display: block;
        width: 1.35rem;
        height: 2px;
        background: #ffffff;
        transition: transform 160ms ease, opacity 160ms ease;
    }

    .site-mobile-menu[open] .site-mobile-menu-toggle span:first-child {
        transform: translateY(0.43rem) rotate(45deg);
    }

    .site-mobile-menu[open] .site-mobile-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .site-mobile-menu[open] .site-mobile-menu-toggle span:last-child {
        transform: translateY(-0.43rem) rotate(-45deg);
    }

    .site-mobile-nav {
        position: absolute;
        top: calc(100% + 0.65rem);
        right: 0;
        z-index: 60;
        display: grid;
        width: min(17rem, calc(100vw - 2.5rem));
        gap: 0.15rem;
        padding: 0.65rem;
        background: rgba(25, 89, 147, 0.96);
        box-shadow: 0 1.25rem 2.5rem rgba(15, 23, 42, 0.22);
    }

    .site-mobile-nav a {
        display: block;
        padding: 0.9rem 0.85rem;
        line-height: 1.2;
        text-align: left;
    }

    .site-mobile-nav a:hover,
    .site-mobile-nav a:focus {
        background: rgba(255, 255, 255, 0.13);
    }

    .home-hero {
        min-height: clamp(17rem, 58vw, 24rem);
        background-color: #195993;
        background-position: center top;
        background-size: contain;
    }

    .home-intro {
        padding: 3.5rem 1.25rem;
    }

    .home-intro-grid {
        gap: 2rem;
    }

    .home-book-media {
        display: flex;
        min-height: 0;
        justify-content: center;
    }

    .home-book-image {
        width: min(86vw, 22rem);
        max-height: 30rem;
        object-fit: contain;
    }

    .home-intro h2 {
        font-size: clamp(1.65rem, 7vw, 2.35rem);
        font-weight: 700;
        line-height: 1.16;
        text-align: left;
    }

    .home-intro .text-lg {
        font-size: 1rem;
        line-height: 1.7;
        text-align: justify;
    }

    .home-media > .grid {
        gap: 0;
    }

    .home-phrase {
        min-height: 21rem;
        padding: 1.6rem 2rem 2.25rem;
    }

    .home-phrase-title {
        font-size: clamp(2.15rem, 7vw, 3rem);
    }

    .home-video-frame {
        width: min(86vw, 34rem);
    }

    .home-testimonials {
        padding: 4rem 1rem;
    }

    .home-testimonials-frame {
        border-radius: 0;
        padding: 2.25rem 2rem 2.75rem;
    }

    .home-testimonials button {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 3.4rem;
    }

    .home-testimonials article .text-4xl {
        font-size: 2rem;
        line-height: 1.15;
    }

    .home-testimonials article .text-lg,
    .home-testimonials article .lg\:text-xl {
        font-size: 1rem;
        line-height: 1.65;
    }

    .home-testimonials article .relative.mx-auto {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .home-stores {
        padding: 3.75rem 1.25rem;
    }

    .home-stores-title {
        font-size: clamp(1.7rem, 7vw, 2.25rem);
        line-height: 1.12;
    }

    .home-store-logo {
        width: min(100%, 12rem);
        justify-self: center;
    }

    .about-hero-grid {
        gap: 0;
        padding-top: 3rem;
    }

    .about-hero-grid h1 {
        font-size: clamp(2rem, 5vw, 3.4rem);
        line-height: 1.06;
    }

    .about-body {
        padding-top: 5rem;
        padding-bottom: 3.75rem;
    }

    .about-copy {
        text-align: justify;
        font-size: 1.05rem;
        line-height: 1.7;
    }

    .masterclass-page {
        border-radius: 0;
        padding: 2.25rem 1.25rem;
    }

    .masterclass-page h1 {
        font-size: clamp(2.35rem, 10vw, 3.4rem);
        line-height: 1.05;
    }

    .masterclass-page p {
        font-size: 1rem;
        line-height: 1.7;
    }

    .blog-index-hero {
        padding: 4.75rem 0 8.75rem;
    }

    .blog-index-title {
        max-width: 100%;
        font-size: clamp(1.3rem, 5.4vw, 1.8rem);
        line-height: 1.16;
    }

    .blog-index-title br {
        display: block;
    }

    .blog-index-cards-wrap {
        margin-top: -6.25rem;
        padding-bottom: 3.25rem;
    }

    .blog-card-body {
        padding: 1.35rem 1.15rem 0.9rem;
    }

    .blog-show-hero-grid {
        gap: 0;
        padding-top: 3.25rem;
    }

    .blog-show-title-wrap {
        min-height: auto;
        padding: 1.5rem 0 2rem;
    }

    .blog-show-title-frame {
        max-width: none;
        padding-top: clamp(4rem, 15vw, 5rem);
    }

    .blog-show-title {
        font-size: clamp(2.05rem, 8.5vw, 3rem);
        line-height: 1.02;
    }

    .blog-show-image {
        width: min(100%, 26rem);
        margin: 0 auto -2rem;
    }

    .blog-show-accent {
        width: 4.5rem;
        height: 0.7rem;
    }

    .blog-show-umbrella {
        top: clamp(-0.9rem, -3vw, -0.45rem);
        left: clamp(-4rem, -14vw, -2.3rem);
        width: clamp(5.2rem, 20vw, 7rem);
        height: auto;
        opacity: 0.92;
    }

    .blog-show-body-wrap {
        padding: 4rem 0 3.5rem;
    }

    .blog-show-summary,
    .blog-show-body {
        font-size: 1.05rem;
        line-height: 1.65;
    }

    .podcast-row {
        min-height: auto;
        padding: 3.5rem 1.25rem 4rem;
    }

    .podcast-row-inner {
        width: 100%;
    }

    .podcast-row-title,
    .podcast-row-right .podcast-row-title {
        text-align: left;
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .podcast-video,
    .podcast-row-right .podcast-video {
        width: 100%;
        margin-top: 2rem;
        margin-left: 0;
    }

    .podcast-umbrella {
        display: none;
    }

    .conversamos-page {
        min-height: auto;
        padding-top: 2.25rem;
        padding-bottom: 2.75rem;
    }

    .conversamos-content {
        max-width: none;
    }

    .conversamos-title {
        font-size: clamp(2.25rem, 11vw, 3.4rem);
        line-height: 0.98;
    }

    .conversamos-form-wrap {
        margin-top: 1.25rem;
    }

    .conversamos-form {
        padding: 1.15rem 1rem 1.35rem;
    }

    .conversamos-fields {
        gap: 1.05rem;
    }

    .conversamos-field {
        align-items: stretch;
        flex-direction: column;
        gap: 0.6rem;
        font-size: 1.15rem;
        line-height: 1.2;
    }

    .conversamos-comments {
        margin-top: 1.1rem;
        font-size: 1.05rem;
    }

    .conversamos-comments textarea {
        margin-top: 0.75rem;
        font-size: 1rem;
        line-height: 2.35rem;
        background: repeating-linear-gradient(
            to bottom,
            transparent 0,
            transparent 2.25rem,
            #009d87 2.25rem,
            #009d87 2.35rem
        );
    }
}

@media (max-width: 767px) {
    main :where(p) {
        margin-right: 0.7rem;
        margin-left: 0.7rem;
    }

    .home-video-frame {
        width: 100vw;
    }

    .home-phrase {
        justify-content: center;
        min-height: 13rem;
        padding: 2.2rem 1.5rem 3rem;
        text-align: center;
    }

    .home-phrase-title {
        font-size: clamp(1.75rem, 7.8vw, 2.45rem);
        max-width: 8.5em;
    }

    .home-phrase-umbrella-top {
        top: 1rem;
        right: 0.5rem;
        width: 5rem;
        transform: rotate(350deg);
    }

    .home-phrase-umbrella-bottom {
        bottom: 0.5rem;
        left: 0.4rem;
        width: 4.4rem;
        transform: rotate(236deg);
    }

    footer .mx-auto.grid > div:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .site-header[style] .site-header-bar {
        justify-content: space-between;
    }

    .site-header[style] .site-header-bar > a {
        width: min(62vw, 15rem) !important;
        height: 4rem !important;
    }

    .site-header[style] .site-header-bar > a img {
        object-position: left center;
    }

    .site-header[style] .site-mobile-nav {
        right: 0;
    }

    .about-hero-grid > .relative {
        width: min(100%, 17rem);
        margin-bottom: 0 !important;
        margin-right: auto;
        margin-left: auto;
    }

    .about-hero-grid > div:last-child {
        padding-top: 1.5rem;
        padding-bottom: 3.5rem;
        text-align: center;
    }

    .blog-index-grid {
        gap: 1rem;
    }

    .blog-index-cards-wrap {
        width: min(100% - 4rem, 72rem);
    }

    .blog-show-hero-grid {
        padding-top: 1.25rem;
    }

    .blog-show-title-wrap {
        padding: 0.5rem 0 1.25rem;
    }

    .blog-show-title-frame {
        padding-top: 2.95rem;
        width: min(84%, 20rem);
        margin-right: auto;
        margin-left: auto;
    }

    .blog-show-title {
        font-size: clamp(1.8rem, 7.2vw, 2.35rem);
        line-height: 1.05;
    }

    .blog-show-image {
        width: min(84%, 20rem);
        margin-bottom: -1.25rem;
    }

    .blog-show-body-wrap {
        padding: 2.5rem 1.1rem 3rem;
    }

    .blog-show-summary,
    .blog-show-body {
        font-size: 1rem;
        line-height: 1.58;
    }

    .podcast-row-blue-green,
    .podcast-row-green-blue {
        background: linear-gradient(to bottom, #195993 0 44%, #009d87 44% 100%);
    }

    .podcast-row-blue-green.podcast-row-final,
    .podcast-row-green-blue.podcast-row-final {
        background: linear-gradient(to bottom, #195993 0 44%, #ffffff 44% 100%);
    }

    .conversamos-submit-row {
        justify-content: stretch;
    }

    .conversamos-submit {
        width: 100%;
    }
}

@media (max-width: 639px) {
    .home-stores-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .home-store-logo {
        width: min(100%, 12rem);
        max-height: 4.75rem;
    }
}


.article-grid {
    display: grid;
    gap: 32px;
    align-items: start;
    margin: 40px 0;
}

.article-grid--image-left {
    grid-template-columns: 36% 1fr;
}

.article-grid--image-right {
    grid-template-columns: 1fr 37%;
}

.article-grid img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .article-grid,
    .article-grid--image-left,
    .article-grid--image-right {
        grid-template-columns: 1fr !important;
    }

    .article-grid__image {
        width: 100% !important;
    }

    .article-grid__content {
        width: 100% !important;
    }
}
