:root {
    --blue: #0a96b4;
    --blue-dark: #086892;
    --yellow: #ffd23c;
    --pink: #ff3c78;
    --mint: #e9fbf7;
    --cream: #fff9eb;
    --ink: #263238;
    --muted: #65747b;
    --line: #e9eef0;
    --white: #ffffff;
    --shadow: 0 22px 70px -48px rgba(8, 104, 146, .75);
    --radius: 28px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(255, 210, 60, .22), transparent 34rem),
        radial-gradient(circle at top right, rgba(255, 60, 120, .12), transparent 30rem),
        #fff;
    font-family: "Lexend", Lato, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

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

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.promo-bar {
    color: var(--white);
    background: var(--blue);
    font-size: .82rem;
    font-weight: 700;
}

.promo-bar__inner {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    text-align: center;
}

.promo-bar__inner span:not(:last-child)::after {
    content: "•";
    margin-left: 18px;
    color: rgba(255, 255, 255, .58);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 40px -38px rgba(8, 104, 146, .85);
    backdrop-filter: blur(16px);
}

.header-main {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 22px;
    align-items: center;
    min-height: 104px;
}

.brand {
    width: 148px;
}

.brand img,
.footer-logo {
    width: 148px;
    max-height: 100px;
    object-fit: contain;
}

.site-nav {
    justify-self: center;
}

.nav-list {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin: 0;
    list-style: none;
    background: var(--yellow);
    border-radius: 999px;
}

.nav-list a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    color: var(--ink);
    font-size: .9rem;
    font-weight: 800;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.nav-list a:hover,
.nav-list .current-menu-item > a {
    color: var(--white);
    background: var(--blue);
    transform: translateY(-1px);
}

.header-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.header-instagram {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    border-radius: 999px;
    color: var(--white);
    background: linear-gradient(135deg, #ff3c78, #ffd23c 48%, #0a96b4);
    font-size: .88rem;
    font-weight: 900;
    box-shadow: 0 16px 35px -26px rgba(255, 60, 120, .9);
    transition: transform .2s ease, box-shadow .2s ease;
}

.header-instagram:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 45px -28px rgba(255, 60, 120, .9);
}

.header-instagram svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex: 0 0 auto;
}

.header-cta,
.button,
.search-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    color: var(--white);
    background: var(--blue);
    font-family: inherit;
    font-size: .92rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 16px 35px -25px rgba(8, 104, 146, .9);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.header-cta:hover,
.button:hover,
.search-form button:hover {
    background: var(--blue-dark);
    transform: translateY(-2px);
    box-shadow: 0 22px 45px -27px rgba(8, 104, 146, .9);
}

.button--ghost {
    color: var(--blue-dark);
    background: var(--white);
    border: 1px solid rgba(10, 150, 180, .22);
}

.button--light {
    color: var(--blue-dark);
    background: var(--white);
}

.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: var(--yellow);
}

.menu-toggle span:not(.screen-reader-text) {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    border-radius: 20px;
    background: var(--ink);
}

.mobile-app-nav {
    display: none;
}

.hero,
.single-hero,
.archive-hero {
    padding: clamp(54px, 8vw, 96px) 0;
}

.hero-grid,
.single-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
    gap: clamp(30px, 6vw, 82px);
    align-items: center;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--pink);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0;
    color: var(--ink);
    line-height: 1.16;
    letter-spacing: -.045em;
}

h1 {
    max-width: 860px;
    font-size: clamp(2.35rem, 6vw, 4.85rem);
}

.hero h1,
.single-hero h1,
.archive-hero h1 {
    max-width: 760px;
    font-size: clamp(2.05rem, 5.1vw, 4.05rem);
    line-height: 1.08;
}

h2 {
    font-size: clamp(1.75rem, 3vw, 3rem);
}

h3 {
    font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.hero-copy > p:not(.eyebrow),
.section-heading > p,
.single-hero p,
.archive-hero p {
    max-width: 710px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.8vw, 1.16rem);
}

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

.hero-card,
.single-hero__visual {
    position: relative;
    min-height: 440px;
    overflow: hidden;
    border: 1px solid rgba(10, 150, 180, .12);
    border-radius: 42px;
    background:
        linear-gradient(145deg, rgba(255, 210, 60, .82), rgba(255, 60, 120, .72)),
        var(--cream);
    box-shadow: var(--shadow);
}

.hero-card::before,
.single-hero__visual::before {
    content: "";
    position: absolute;
    inset: 22px;
    border: 4px dashed rgba(255, 255, 255, .55);
    border-radius: 34px;
}

.hero-card--image {
    min-height: clamp(380px, 42vw, 540px);
    background: var(--cream);
}

.hero-card--image::before {
    display: none;
}

.hero-card--image img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    object-position: center;
}

.rainbow-shape {
    position: absolute;
    top: 50px;
    left: 50%;
    width: min(72%, 320px);
    aspect-ratio: 1 / .58;
    transform: translateX(-50%);
    border: 30px solid var(--blue);
    border-bottom: 0;
    border-radius: 999px 999px 0 0;
}

.rainbow-shape::before,
.rainbow-shape::after {
    content: "";
    position: absolute;
    inset: 24px;
    border: 24px solid var(--yellow);
    border-bottom: 0;
    border-radius: inherit;
}

.rainbow-shape::after {
    inset: 62px;
    border-color: var(--pink);
    border-width: 18px;
    border-bottom: 0;
}

.rainbow-shape--small {
    width: 250px;
    top: 60px;
}

.bead {
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 999px;
    box-shadow: inset -10px -12px 0 rgba(0, 0, 0, .08);
}

.bead--pink {
    right: 54px;
    top: 62px;
    background: var(--pink);
}

.bead--yellow {
    left: 54px;
    bottom: 116px;
    background: var(--yellow);
}

.bead--blue {
    right: 92px;
    bottom: 78px;
    background: var(--blue);
}

.hero-card__note {
    position: absolute;
    right: 28px;
    bottom: 28px;
    left: 28px;
    padding: 26px;
    border-radius: 30px;
    color: var(--white);
    background: rgba(8, 104, 146, .88);
    box-shadow: 0 20px 40px -32px rgba(0, 0, 0, .65);
}

.hero-card__note strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.15rem;
}

.hero-card__note p {
    margin: 0;
}

.category-strip {
    padding: 8px 0 28px;
}

.category-strip__inner {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 14px;
    border-radius: 999px;
    background: var(--cream);
    box-shadow: inset 0 0 0 1px rgba(255, 210, 60, .55);
}

.category-strip a,
.pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--blue-dark);
    background: rgba(10, 150, 180, .1);
    font-size: .78rem;
    font-weight: 900;
    white-space: nowrap;
}

.home-intent {
    padding: 18px 0 clamp(44px, 7vw, 82px);
}

.home-intent__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.intent-card {
    position: relative;
    min-height: 286px;
    overflow: hidden;
    padding: 28px;
    border-radius: 34px;
    box-shadow: 0 28px 80px -62px rgba(8, 104, 146, .95);
}

.intent-card::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -42px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
}

.intent-card span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .22);
    font-weight: 900;
}

.intent-card h2 {
    position: relative;
    z-index: 1;
    max-width: 310px;
    color: inherit;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.intent-card p {
    position: relative;
    z-index: 1;
    margin: 14px 0 24px;
    color: inherit;
    opacity: .84;
}

.intent-card a {
    position: relative;
    z-index: 1;
    display: inline-flex;
    color: inherit;
    font-size: .88rem;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.intent-card--blue {
    color: var(--white);
    background: linear-gradient(145deg, var(--blue-dark), var(--blue));
}

.intent-card--yellow {
    color: var(--ink);
    background: linear-gradient(145deg, var(--yellow), #ffe99a);
}

.intent-card--pink {
    color: var(--white);
    background: linear-gradient(145deg, var(--pink), #ff8faa);
}

.section {
    padding: clamp(54px, 8vw, 92px) 0;
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 780px) auto;
    gap: 22px;
    align-items: end;
    margin-bottom: 28px;
}

.section-heading__button {
    align-self: end;
    white-space: nowrap;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.post-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: var(--white);
    box-shadow: 0 22px 70px -55px rgba(8, 104, 146, .85);
    transition: transform .22s ease, border-color .22s ease;
}

.post-card:hover {
    border-color: rgba(10, 150, 180, .32);
    transform: translateY(-4px);
}

.post-card__media {
    position: relative;
    display: grid;
    min-height: 205px;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 255, 255, .45), transparent 8rem),
        linear-gradient(135deg, var(--yellow), var(--pink) 48%, var(--blue));
}

.post-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-card__fallback {
    position: relative;
    z-index: 1;
    display: inline-flex;
    max-width: 78%;
    padding: 14px 18px;
    border-radius: 999px;
    color: var(--white);
    background: rgba(8, 104, 146, .72);
    font-weight: 900;
    text-align: center;
}

.post-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 14px;
    padding: 24px;
}

.post-card h2,
.post-card h3 {
    font-size: clamp(1.18rem, 2vw, 1.45rem);
}

.post-card h2 a,
.post-card h3 a {
    color: var(--ink);
}

.post-card p {
    margin: 0;
    color: var(--muted);
}

.post-card__meta {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    color: var(--muted);
    font-size: .82rem;
    font-weight: 800;
}

.post-card__meta a {
    color: var(--pink);
}

.blog .post-grid:not(.post-grid--related) .post-card:first-child {
    display: grid;
    grid-column: span 2;
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1fr);
    min-height: 360px;
}

.blog .post-grid:not(.post-grid--related) .post-card:first-child .post-card__media {
    min-height: 100%;
}

.blog .post-grid:not(.post-grid--related) .post-card:first-child .post-card__body {
    justify-content: center;
    padding: clamp(28px, 4vw, 44px);
}

.blog .post-grid:not(.post-grid--related) .post-card:first-child h3 {
    font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.pagination {
    margin-top: 36px;
}

.nav-links {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.nav-links a,
.nav-links span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--cream);
    font-weight: 800;
}

.nav-links .current {
    color: var(--white);
    background: var(--blue);
}

.single-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 210, 60, .38), transparent 26rem),
        linear-gradient(180deg, #fff, #f3fbfd);
}

.single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
    color: var(--muted);
    font-size: .9rem;
    font-weight: 800;
}

.single-meta span {
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--white);
}

.single-hero__visual {
    display: grid;
    place-items: end center;
    min-height: 350px;
}

.single-hero__visual--image {
    place-items: stretch;
    background: var(--cream);
}

.single-hero__visual--image::before {
    display: none;
}

.single-hero__visual--image img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    object-position: center;
}

.single-hero__visual span {
    position: relative;
    z-index: 2;
    margin-bottom: 42px;
    padding: 12px 18px;
    border-radius: 999px;
    color: var(--white);
    background: rgba(8, 104, 146, .82);
    font-weight: 900;
}

.content-layout {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(280px, 360px);
    gap: clamp(28px, 5vw, 68px);
    align-items: start;
    padding: clamp(42px, 7vw, 78px) 0;
}

.entry-content {
    min-width: 0;
    color: #31434b;
    font-size: 1.06rem;
}

.entry-content > *:first-child {
    margin-top: 0;
}

.entry-content h2 {
    margin: 42px 0 16px;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.entry-content h3 {
    margin: 34px 0 14px;
    color: var(--blue-dark);
    font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.entry-content p {
    margin: 0 0 18px;
}

.entry-content ul,
.entry-content ol {
    padding-left: 1.25rem;
}

.entry-content li + li {
    margin-top: 8px;
}

.entry-content strong {
    color: var(--ink);
}

.entry-content a {
    color: var(--blue-dark);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(10, 150, 180, .3);
}

.content-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    margin: 42px 0;
    padding: clamp(24px, 4vw, 36px);
    overflow: hidden;
    border: 1px solid rgba(10, 150, 180, .16);
    border-radius: 34px;
    background:
        radial-gradient(circle at 98% 0, rgba(255, 60, 120, .18), transparent 18rem),
        linear-gradient(135deg, #fff, #f2fbfd);
    box-shadow: 0 26px 78px -62px rgba(8, 104, 146, .9);
}

.content-cta::after {
    content: "";
    position: absolute;
    right: -58px;
    bottom: -62px;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: rgba(255, 210, 60, .55);
}

.content-cta__copy,
.content-cta__actions {
    position: relative;
    z-index: 1;
}

.content-cta .eyebrow {
    margin-bottom: 8px;
}

.content-cta h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.content-cta p {
    margin: 12px 0 0;
}

.content-cta__actions {
    grid-column: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.entry-content .content-cta__actions .button:not(.button--ghost) {
    color: var(--white);
    text-decoration: none;
}

.entry-content .content-cta__actions .button:not(.button--ghost):hover {
    color: var(--white);
}

.article-sidebar {
    position: sticky;
    top: 142px;
    display: grid;
    gap: 18px;
}

.sidebar-box {
    padding: 26px;
    border-radius: 28px;
    color: var(--white);
    background: var(--blue);
    box-shadow: var(--shadow);
}

.sidebar-box h2 {
    color: var(--white);
    font-size: 1.35rem;
}

.sidebar-box p {
    color: rgba(255, 255, 255, .84);
}

.sidebar-box--soft {
    color: var(--ink);
    background: var(--cream);
    box-shadow: inset 0 0 0 1px rgba(255, 210, 60, .52);
}

.sidebar-box--soft h2 {
    color: var(--ink);
}

.search-form {
    display: grid;
    gap: 10px;
}

.search-form input {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font: inherit;
}

.archive-hero {
    background: linear-gradient(135deg, rgba(255, 210, 60, .32), rgba(10, 150, 180, .11));
}

.related-posts {
    padding: 0 0 clamp(54px, 8vw, 96px);
}

.empty-state {
    grid-column: 1 / -1;
    padding: 42px;
    border-radius: var(--radius);
    background: var(--cream);
    text-align: center;
}

.site-footer {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 210, 60, .22), transparent 18rem),
        radial-gradient(circle at 86% 22%, rgba(255, 60, 120, .22), transparent 22rem),
        linear-gradient(145deg, #075f82, var(--blue-dark));
}

.footer-rainbow {
    position: absolute;
    top: 34px;
    right: clamp(22px, 7vw, 110px);
    width: 220px;
    height: 124px;
    opacity: .22;
}

.footer-rainbow span {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 18px solid var(--white);
    border-bottom: 0;
    border-radius: 999px 999px 0 0;
}

.footer-rainbow span:nth-child(1) {
    width: 220px;
    height: 112px;
}

.footer-rainbow span:nth-child(2) {
    right: 38px;
    width: 144px;
    height: 74px;
}

.footer-rainbow span:nth-child(3) {
    right: 72px;
    width: 76px;
    height: 40px;
}

.footer-newsletter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: clamp(46px, 7vw, 72px) 0;
}

.footer-newsletter h2 {
    max-width: 760px;
    color: var(--white);
}

.footer-newsletter p:not(.eyebrow) {
    max-width: 660px;
    color: rgba(255, 255, 255, .78);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .8fr .8fr .9fr;
    gap: 28px;
    padding: 34px 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.footer-grid p,
.footer-grid a,
.footer-bottom {
    color: rgba(255, 255, 255, .78);
}

.footer-grid h3 {
    margin-bottom: 14px;
    color: var(--white);
    font-size: 1rem;
}

.footer-grid ul {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-logo {
    padding: 10px;
    border-radius: 22px;
    background: var(--white);
}

.footer-brand p {
    max-width: 350px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.footer-social a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    font-size: .82rem;
    font-weight: 800;
}

.footer-bottom {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    font-size: .88rem;
}

.footer-credit {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.footer-credit a {
    color: var(--white);
    font-weight: 900;
}

.footer-credit a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.heart-icon {
    display: inline-grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 999px;
    color: var(--pink);
    background: var(--white);
    font-size: .95rem;
    line-height: 1;
}

@media (max-width: 980px) {
    .header-main {
        position: relative;
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 12px;
        justify-content: space-between;
        min-height: 88px;
    }

    .menu-toggle {
        display: block;
    }

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

    .header-actions {
        justify-self: end;
        margin-left: auto;
    }

    .header-instagram {
        width: 48px;
        min-height: 48px;
        padding: 0;
        border-radius: 16px;
    }

    .header-instagram span {
        display: none;
    }

    .site-nav.is-open {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        left: 0;
        display: block;
        width: 100%;
        padding: 10px;
        border: 1px solid rgba(10, 150, 180, .14);
        border-radius: 26px;
        background: var(--white);
        box-shadow: 0 24px 70px -42px rgba(8, 104, 146, .9);
    }

    .site-nav.is-open .nav-list {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: stretch;
        justify-items: stretch;
        width: 100%;
        gap: 8px;
        padding: 10px;
        border-radius: 20px;
        background: linear-gradient(135deg, rgba(255, 210, 60, .96), rgba(255, 249, 235, .96));
    }

    .site-nav.is-open .nav-list li {
        width: 100%;
    }

    .site-nav.is-open .nav-list a {
        display: flex;
        width: 100%;
        justify-content: center;
        min-height: 48px;
        padding: 0 18px;
        background: rgba(255, 255, 255, .55);
    }

    .site-nav.is-open .nav-list a:hover,
    .site-nav.is-open .nav-list .current-menu-item > a {
        color: var(--white);
        background: var(--blue);
    }

    .site-nav.is-open .sub-menu {
        display: grid;
        gap: 6px;
        padding: 6px 0 0;
        margin: 0;
        list-style: none;
    }

    .site-nav.is-open .sub-menu a {
        min-height: 42px;
        font-size: .84rem;
        background: rgba(255, 255, 255, .34);
    }

    .hero-grid,
    .single-hero__grid,
    .content-layout,
    .footer-newsletter,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .home-intent__grid,
    .section-heading {
        grid-template-columns: 1fr;
    }

    .section-heading__button {
        justify-self: start;
    }

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

    .blog .post-grid:not(.post-grid--related) .post-card:first-child {
        grid-column: span 2;
        grid-template-columns: 1fr;
    }

    .blog .post-grid:not(.post-grid--related) .post-card:first-child .post-card__media {
        min-height: 240px;
    }

    .article-sidebar {
        position: static;
    }
}

@media (max-width: 680px) {
    body {
        padding-bottom: calc(102px + env(safe-area-inset-bottom));
    }

    .promo-bar__inner {
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
    }

    .promo-bar__inner span:not(:last-child)::after {
        margin-left: 12px;
    }

    .header-main {
        min-height: 0;
        height: 0;
        padding: 0;
    }

    .brand,
    .header-actions,
    .header-main > .menu-toggle {
        display: none;
    }

    .site-nav.is-open {
        position: fixed;
        top: auto;
        right: 16px;
        bottom: calc(94px + env(safe-area-inset-bottom));
        left: 16px;
        z-index: 89;
        display: block;
        width: auto;
        padding: 10px;
        border: 1px solid rgba(10, 150, 180, .18);
        border-radius: 28px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 30px 80px -42px rgba(8, 104, 146, .75);
        backdrop-filter: blur(18px);
        animation: mobileMenuRise .18s ease-out;
    }

    .site-nav.is-open .nav-list {
        display: grid;
        gap: 8px;
        padding: 10px;
        border-radius: 22px;
        background: linear-gradient(135deg, rgba(255, 210, 60, .92), rgba(255, 249, 235, .96));
    }

    .mobile-app-nav {
        position: fixed;
        right: 12px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        left: 12px;
        z-index: 90;
        display: grid;
        grid-template-columns: 48px 48px 1fr 48px 48px;
        gap: 8px;
        align-items: center;
        width: min(390px, calc(100% - 24px));
        margin: 0 auto;
        padding: 8px 10px;
        border: 1px solid rgba(10, 150, 180, .14);
        border-radius: 30px;
        background: rgba(255, 255, 255, .9);
        box-shadow: 0 24px 70px -38px rgba(8, 104, 146, .75);
        backdrop-filter: blur(18px);
    }

    .mobile-app-nav__item,
    .mobile-app-nav__home {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .mobile-app-nav__item {
        width: 48px;
        height: 48px;
        padding: 0;
        border: 1px solid rgba(10, 150, 180, .12);
        border-radius: 18px;
        color: var(--blue-dark);
        background: rgba(10, 150, 180, .08);
        box-shadow: 0 14px 32px -28px rgba(8, 104, 146, .9);
    }

    .mobile-app-nav__item svg {
        width: 22px;
        height: 22px;
        fill: currentColor;
    }

    .mobile-app-nav__item--instagram {
        color: var(--pink);
        background: rgba(255, 60, 120, .1);
    }

    .mobile-app-nav__item--cta {
        color: var(--ink);
        background: rgba(255, 210, 60, .36);
    }

    .mobile-app-nav__item--store {
        color: var(--blue-dark);
        background: rgba(10, 150, 180, .12);
    }

    .mobile-app-nav__item--menu {
        color: var(--white);
        background: linear-gradient(145deg, var(--blue), var(--blue-dark));
        cursor: pointer;
    }

    .mobile-app-nav__home {
        justify-self: center;
        width: 74px;
        height: 74px;
        margin-top: -22px;
        border: 1px solid rgba(255, 255, 255, .78);
        border-radius: 999px;
        background:
            radial-gradient(circle at 50% 18%, rgba(255, 255, 255, .94), rgba(255, 255, 255, .72)),
            linear-gradient(145deg, rgba(255, 210, 60, .36), rgba(255, 60, 120, .14));
        box-shadow:
            0 22px 42px -30px rgba(8, 104, 146, .95),
            inset 0 0 0 7px rgba(255, 255, 255, .55);
    }

    .mobile-app-nav__home img {
        width: 58px;
        height: auto;
    }

    h1 {
        font-size: clamp(2.1rem, 12vw, 3.45rem);
    }

    .hero h1,
    .single-hero h1,
    .archive-hero h1 {
        font-size: clamp(1.85rem, 9.6vw, 2.85rem);
        line-height: 1.08;
    }

    .hero,
    .single-hero,
    .archive-hero {
        padding: 42px 0;
    }

    .hero-card {
        min-height: 360px;
        border-radius: 30px;
    }

    .single-hero__visual:not(.single-hero__visual--image) {
        display: none;
    }

    .single-hero__visual--image {
        min-height: 240px;
        border-radius: 30px;
    }

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

    .blog .post-grid:not(.post-grid--related) .post-card:first-child {
        grid-column: auto;
    }

    .home-intent__grid {
        gap: 12px;
    }

    .intent-card {
        min-height: auto;
        padding: 24px;
        border-radius: 26px;
    }

    .post-card__media {
        min-height: 180px;
    }

    .content-cta {
        grid-template-columns: 1fr;
        margin: 34px 0;
        border-radius: 26px;
    }

    .content-cta__actions {
        grid-column: auto;
    }

    .content-cta__actions .button {
        width: 100%;
    }

    .content-layout {
        padding-top: 34px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@keyframes mobileMenuRise {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

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