:root {
    --paper: #f6f3eb;
    --ink: #173e36;
    --muted: #596b62;
    --line: #d6ded2
}

.purpose-hero {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 5rem;
    align-items: center;
    padding: 5rem 0 4rem
}

.purpose-hero h1 {
    font-size: clamp(3.5rem, 6vw, 6rem);
    line-height: 1;
    letter-spacing: -.05em;
    margin: 1rem 0 1.5rem
}

.purpose-hero>div>p:not(.eyebrow) {
    color: #5c7155;
    font-size: 1.1rem
}

.purpose-art {
    aspect-ratio: 1;
    background: #dfe4d0;
    border-radius: 50% 50% 6px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.purpose-art>span {
    font-size: 9rem;
    color: #789064;
    line-height: 1
}

.purpose-art i {
    font: 500 3rem 'Cormorant Garamond', Georgia, serif;
    line-height: .93;
    letter-spacing: .06em;
    margin-top: 1rem;
    color: #23452f
}

.purpose-intro {
    padding: 3rem 5%;
    border-top: 1px solid #d0dbc5;
    border-bottom: 1px solid #d0dbc5
}

.purpose-intro p {
    font: 400 clamp(1.5rem, 2.5vw, 2.2rem)/1.5 'Cormorant Garamond', Georgia, serif;
    max-width: 950px;
    margin: auto
}

.purpose-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 5rem 0
}

.purpose-detail h2 {
    font-size: 3rem;
    line-height: 1.05
}

.purpose-detail>p {
    line-height: 1.9;
    color: #526b4a;
    align-self: center
}

.purpose-invitation {
    padding: 3.5rem 10%;
    background: #173e36;
    color: #f5f3e6;
    text-align: center;
    border-radius: 5px
}

.purpose-invitation .eyebrow {
    color: #e5b77b
}

.purpose-invitation h2 {
    font-size: 3rem;
    color: inherit
}

.purpose-invitation p:not(.eyebrow) {
    max-width: 700px;
    margin: 1.5rem auto;
    color: #d2dfc8;
    line-height: 1.9
}

.purpose-invitation .hero-button {
    display: inline-flex;
    background: #e8bb81;
    color: #173e36
}

.purpose-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 0 4rem
}

.purpose-links a {
    font-size: .85rem;
    text-decoration: underline;
    text-underline-offset: 5px
}

@media(max-width:760px) {
    .purpose-hero {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 3rem 0
    }

    .purpose-hero h1 {
        font-size: 3.4rem
    }

    .purpose-art {
        max-width: 320px;
        width: 100%;
        margin: auto;
        aspect-ratio: 1.25
    }

    .purpose-art>span {
        font-size: 6rem
    }

    .purpose-art i {
        font-size: 2.3rem
    }

    .purpose-intro {
        padding: 2rem 0
    }

    .purpose-detail {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 3rem 0
    }

    .purpose-detail h2 {
        font-size: 2.5rem
    }

    .purpose-invitation {
        padding: 2rem 1.5rem
    }

    .purpose-invitation h2 {
        font-size: 2.5rem
    }

    .purpose-links {
        gap: 1rem
    }
}

.site-main {
    overflow: clip
}

.site-main h1,
.site-main h2 {
    white-space: pre-line
}

.revamp-loading {
    padding: 6rem 0;
    min-height: 55vh
}

.revamp-loading h1 {
    font-size: clamp(2.5rem, 6vw, 5rem)
}

.rich-header {
    animation: none;
    background: #123c36;
    align-items: center;
    gap: 1rem
}

.rich-header .brand {
    margin-bottom: 0;
    align-self: center
}

.rich-header nav {
    gap: .15rem;
    align-items: center
}

.rich-header nav a {
    font-size: .8rem;
    padding: .65rem .6rem;
    white-space: nowrap
}

.rich-header .brand span strong {
    font-size: 1.3rem
}

.rich-header .brand img {
    width: 50px;
    height: 50px
}

.story-dropdown {
    position: relative
}

.story-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #e2eee6;
    background: transparent;
    border: 0;
    font: inherit;
    font-size: .8rem;
    padding: .65rem .6rem;
    cursor: pointer;
    border-radius: 7px
}

.story-dropdown-toggle:hover,
.story-dropdown-toggle[aria-expanded=true] {
    background: #ffffff18;
    color: white
}

.story-dropdown-links {
    position: absolute;
    top: calc(100% + .55rem);
    left: 0;
    min-width: 175px;
    padding: .45rem;
    background: #fffdf6;
    border: 1px solid #dce3d8;
    border-radius: 10px;
    box-shadow: 0 15px 35px #0d302c29;
    z-index: 20
}

.rich-header .story-dropdown-links a {
    display: block;
    color: #173e36;
    padding: .8rem
}

.rich-header .story-dropdown-links a:hover {
    color: #173e36;
    background: #e8eee4
}

.story-dropdown-toggle:focus-visible,
.studio-navigation a:focus-visible,
.resource-card a:focus-visible,
button:focus-visible,
summary:focus-visible {
    outline: 3px solid #d59a52;
    outline-offset: 4px
}

.new-home-hero {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 5%;
    align-items: center;
    padding: 5.5rem 0 4.5rem
}

.new-home-copy .eyebrow {
    margin-bottom: 1.5rem;
    color: #637b54
}

.new-home-copy h1 {
    font-size: clamp(3.8rem, 6.2vw, 6.5rem);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.055em;
    color: var(--ink);
    margin: 0 0 1.8rem
}

.new-home-lead {
    max-width: 480px;
    font-size: 1.09rem;
    line-height: 1.85;
    color: var(--muted)
}

.new-home-copy .hero-actions {
    flex-wrap: wrap;
    gap: 1.3rem;
    margin-top: 2rem
}

.new-home-copy .hero-button {
    background: var(--ink);
    color: white
}

.new-home-copy .text-button {
    font-size: .82rem
}

.founder-portrait {
    position: relative;
    margin: 0;
    padding: 0 1.4rem 1.4rem 0;
    isolation: isolate
}

.founder-portrait:before {
    content: "";
    position: absolute;
    inset: 3rem 0 0 3rem;
    background: #dfdec9;
    border-radius: 48% 48% 10px 10px;
    z-index: -1
}

.founder-portrait img {
    display: block;
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: center 30%;
    border-radius: 48% 48% 8px 8px;
    filter: saturate(.87)
}

.founder-portrait figcaption {
    position: absolute;
    bottom: 2.8rem;
    left: 1.3rem;
    right: 2.8rem;
    background: #fffaf0eb;
    padding: .9rem 1.1rem;
    font-size: .72rem;
    letter-spacing: .035em;
    color: var(--ink);
    border-radius: 5px
}

.portrait-orbit {
    position: absolute;
    top: 4%;
    right: -.6rem;
    font-size: 6rem;
    line-height: 1;
    color: #db995a;
    transform: rotate(15deg)
}

.founder-intro,
.founder-journey {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 10%;
    padding: 5.5rem 0;
    border-top: 1px solid var(--line)
}

.founder-intro h2,
.founder-journey h2,
.home-values h2,
.new-home-featured h2,
.home-invitation h2 {
    font-size: clamp(2.6rem, 4.1vw, 4.2rem);
    line-height: 1.02;
    letter-spacing: -.045em;
    margin: .6rem 0 1.5rem;
    font-weight: 500
}

.founder-intro p,
.founder-journey p {
    line-height: 1.9;
    color: var(--muted)
}

.founder-intro .intro-large,
.founder-journey .intro-large {
    font-size: 1.15rem;
    color: var(--ink);
    margin-top: 0
}

.founder-intro .under-link {
    margin-top: 1rem
}

.founder-journey {
    background: #173e36;
    color: #fff9eb;
    border: 0;
    padding: 4rem;
    border-radius: 6px;
    gap: 8%
}

.founder-journey h2 {
    color: #fff9eb
}

.founder-journey p,
.founder-journey .intro-large {
    color: #d9e5d7
}

.founder-journey .eyebrow {
    color: #e8bc7f
}

.journey-flower {
    font-size: 5rem;
    color: #e5b174;
    line-height: 1.2;
    display: block;
    margin-top: 1.5rem
}

.home-values {
    padding: 6rem 0
}

.home-values .section-head>span {
    font-size: 4rem;
    color: #8b9f73
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem
}

.value-grid article {
    border-top: 1px solid #c7d3c2;
    padding: 2rem 0
}

.value-mark {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    background: #e7e8d9;
    border-radius: 50%;
    font-size: 1.9rem;
    color: #56744d
}

.value-grid h3 {
    font-size: 1.9rem;
    line-height: 1.1;
    margin: 1.3rem 0 .85rem;
    letter-spacing: -.025em
}

.value-grid p {
    font-size: .94rem;
    line-height: 1.85;
    color: var(--muted)
}

.founder-quote {
    text-align: center;
    padding: 3.5rem 10% 4.5rem;
    background: #e8e7d7;
    border-radius: 50% 50% 5px 5px / 14% 14% 5px 5px
}

.founder-quote>span {
    font: 5rem Georgia;
    color: #738567;
    height: 4rem;
    display: block
}

.founder-quote blockquote {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.12;
    margin: 1rem auto;
    max-width: 850px;
    color: var(--ink)
}

.founder-quote>p {
    font-size: .75rem;
    letter-spacing: .1em;
    text-transform: uppercase
}

.new-home-featured {
    padding: 6rem 0
}

.home-invitation {
    text-align: center;
    padding: 4rem 15% 5rem;
    border-top: 1px solid var(--line)
}

.home-invitation>p:not(.eyebrow) {
    color: var(--muted);
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto 2rem
}

.home-invitation .hero-button {
    display: inline-flex
}

.new-home-featured .home-post-image {
    border-radius: 6px
}

.new-home-featured .home-post-image img {
    transition: transform .4s
}

.new-home-featured .home-post:hover img {
    transform: scale(1.035)
}

.resource-hero {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: center;
    margin: 2.5rem 0 0;
    border-radius: 8px;
    overflow: hidden;
    background: #173e36
}

.resource-hero>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center
}

.resource-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #061e1bd9, #061e1b80 48%, #061e1b08)
}

.resource-hero>div {
    position: relative;
    z-index: 1;
    padding: 3rem 4rem;
    max-width: 660px;
    color: #fff9eb
}

.resource-hero h1 {
    font-size: clamp(3rem, 5vw, 5.1rem);
    line-height: 1.02;
    letter-spacing: -.045em;
    color: #fff9eb;
    margin: .7rem 0 1.2rem
}

.resource-hero .eyebrow {
    color: #eac08a
}

.resource-hero p:not(.eyebrow) {
    max-width: 450px;
    color: #e0e7dc;
    line-height: 1.8
}

.resource-hero .hero-button {
    display: inline-flex;
    margin-top: 1rem;
    background: #f0c18a;
    color: #143b32
}

.resource-urgent {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: #e9ebdf;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #d1d9c8
}

.resource-urgent>span {
    font-size: 2.2rem
}

.resource-urgent h2 {
    font: 700 .95rem 'DM Sans', sans-serif;
    margin: 0 0 .35rem
}

.resource-urgent p {
    margin: 0;
    color: #506455;
    font-size: .9rem
}

.resource-urgent a,
.resource-connection a {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px
}

.resource-directory {
    padding: 5rem 0 3rem;
    scroll-margin-top: 110px
}

.resource-directory .section-head {
    align-items: flex-start;
    gap: 3rem
}

.resource-directory .section-head h2 {
    font-size: clamp(2.5rem, 4vw, 3.8rem);
    line-height: 1.05
}

.resource-directory .section-head>p {
    max-width: 400px;
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.8
}

.resource-controls {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
    padding: 1.6rem;
    background: #e9ebdf;
    border: 1px solid #d4ddcd;
    border-radius: 6px
}

.resource-controls label,
.collection-search label {
    display: grid;
    gap: .6rem;
    font-size: .78rem;
    font-weight: 700;
    color: var(--ink)
}

.resource-controls input,
.resource-controls select,
.collection-search input {
    padding: .85rem 1rem;
    min-height: 48px;
    border: 1px solid #c8d3c2;
    background: #fffdf6;
    border-radius: 4px;
    font: 400 .9rem 'DM Sans', sans-serif;
    width: 100%;
    color: #173e36
}

.resource-count {
    font-size: .75rem;
    color: #61765d;
    margin: 1.2rem 0 2.5rem
}

.resource-category {
    margin-bottom: 3rem
}

.resource-category>h3 {
    font-size: 1.7rem;
    border-bottom: 1px solid var(--line);
    padding-bottom: .8rem
}

.resource-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem
}

.resource-card {
    position: relative;
    padding: 1.5rem;
    background: #fffdf7;
    border: 1px solid #dce3d5;
    border-radius: 6px;
    transition: transform .2s, box-shadow .2s, border-color .2s
}

.resource-card:hover,
.resource-card:focus-within {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px #173e360d;
    border-color: #99b08c
}

.resource-card-mark {
    font-size: 1.35rem;
    color: #759364
}

.resource-card h4 {
    font: 600 .94rem 'DM Sans', sans-serif;
    line-height: 1.55;
    margin: .7rem 0
}

.resource-card p {
    margin: .75rem 0 0;
    white-space: pre-line;
    overflow-wrap: anywhere;
    font-size: .85rem;
    color: #5b7055
}

.resource-card a {
    display: inline-block;
    padding: .25rem 0;
    color: #375f36;
    text-decoration: underline;
    text-underline-offset: 4px
}

.resource-connection {
    padding: 3rem;
    background: #e5e7d7;
    border-radius: 6px;
    margin-bottom: 2rem
}

.resource-connection h2 {
    font-size: 2.6rem
}

.resource-connection p,
.resource-disclaimer p {
    white-space: pre-line;
    line-height: 1.8;
    overflow-wrap: anywhere
}

.resource-connection small {
    color: #586b51
}

.resource-disclaimer {
    padding: 1.5rem 0 4rem;
    color: #66745e
}

.resource-disclaimer summary {
    cursor: pointer;
    font-weight: 700
}

.resource-disclaimer p {
    font-size: .83rem;
    max-width: 950px
}

.collection-hero {
    padding-bottom: 2.8rem
}

.collection-hero h1 {
    white-space: pre-line
}

.collection-switch {
    display: flex;
    gap: .7rem;
    justify-content: center;
    margin-top: 2rem
}

.collection-switch a {
    padding: .75rem 1.2rem;
    border: 1px solid #cad5c4;
    border-radius: 30px;
    font-size: .82rem;
    color: #456441
}

.collection-switch .selected {
    background: #173e36;
    color: white;
    border-color: #173e36
}

.collection-search {
    max-width: 620px;
    margin: 0 auto 3rem
}

.collection-search label {
    font-weight: 500
}

.journal-card {
    transition: transform .2s
}

.journal-card:hover {
    transform: translateY(-4px)
}

.studio-navigation {
    display: flex;
    gap: .5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #d3ddcf;
    flex-wrap: wrap
}

.studio-navigation a {
    cursor: pointer;
    padding: .85rem 1.5rem;
    border-radius: 7px;
    color: #40643e;
    font-size: .9rem;
    font-weight: 600;
    background: #e8ecdf;
    transition: background .2s, color .2s, transform .2s
}

.studio-navigation a:hover {
    background: #cdddbf;
    transform: translateY(-2px)
}

.studio-navigation a.active {
    background: #173e36;
    color: #fff
}

.studio-library {
    padding: 2rem;
    background: #fffdf6;
    border: 1px solid #d9e0d1;
    border-radius: 10px;
    margin-bottom: 2rem
}

.studio-library h2 {
    margin: 0;
    font-size: 2.3rem
}

.studio-library>p {
    color: #6b7b61;
    font-size: .9rem
}

.studio-library>a {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid #e1e6d9;
    padding: 1rem 0;
    font-size: .9rem;
    cursor: pointer
}

.studio-library>a:hover {
    color: #9c652d
}

.studio-library>a>span {
    white-space: nowrap;
    font-weight: 600
}

.static-admin {
    padding: 3rem 0 5rem;
    max-width: 920px;
    margin: auto
}

.static-admin h1 {
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1
}

.static-admin>p {
    max-width: 680px;
    color: #586d50;
    line-height: 1.8
}

.static-page-tabs {
    display: flex;
    gap: .5rem;
    align-items: center;
    margin: 2rem 0
}

.static-page-tabs button,
.static-field-actions button {
    border: 1px solid #c8d4bf;
    background: #e6ebdc;
    color: #224b2f;
    padding: .75rem 1.2rem;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer
}

.static-page-tabs .selected,
.static-field-actions button {
    background: #173e36;
    color: white
}

.static-page-tabs a {
    margin-left: auto;
    font-size: .85rem
}

.static-group {
    border: 1px solid #d2ddc8;
    border-radius: 7px;
    margin-bottom: 1rem;
    background: #fffdf7
}

.static-group summary {
    padding: 1.3rem;
    font-weight: 700;
    cursor: pointer
}

.static-group summary:hover {
    background: #edf1e5
}

.static-group summary span {
    float: right;
    font-weight: 400;
    font-size: .8rem;
    color: #6b805b
}

.static-field {
    padding: 1.3rem;
    border-top: 1px solid #e4e9dc
}

.static-field label {
    display: block;
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: .6rem
}

.static-field input,
.static-field textarea {
    display: block;
    width: 100%;
    padding: .9rem;
    border: 1px solid #cbd6c0;
    border-radius: 5px;
    background: #fff;
    font: inherit;
    font-size: .95rem;
    line-height: 1.65;
    resize: vertical
}

.static-field-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: .7rem
}

.static-field-actions span {
    font-size: .8rem;
    color: #527347
}

.static-field-actions button:disabled {
    opacity: .5;
    cursor: default
}

.composer-tabs button {
    cursor: pointer
}

.composer-tabs button:hover {
    background: #e7efdd
}

.reveal {
    animation: editorialReveal .65s ease both
}

@keyframes editorialReveal {
    from {
        opacity: 0;
        transform: translateY(18px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@media(min-width:761px) and (max-width:1150px) {
    .rich-header {
        flex-wrap: wrap;
        justify-content: center
    }

    .rich-header nav {
        justify-content: center;
        flex-wrap: wrap
    }

    .rich-header .brand {
        margin: auto
    }

    .rich-header nav a {
        font-size: .75rem
    }

    .new-home-hero {
        gap: 2rem
    }

    .founder-portrait img {
        height: 490px
    }

    .new-home-copy h1 {
        font-size: 4.5rem
    }
}

@media(max-width:760px) {
    .rich-header .brand {
        margin-bottom: 0
    }

    .rich-header nav {
        align-items: start
    }

    .rich-header.menu-open nav {
        grid-template-columns: 1fr 1fr;
        gap: .4rem
    }

    .story-dropdown {
        grid-column: 1/-1;
        grid-row: 2
    }

    .story-dropdown-toggle {
        width: 100%;
        justify-content: space-between;
        padding: .8rem .3rem;
        font-size: .9rem
    }

    .story-dropdown-links {
        position: static;
        box-shadow: none;
        margin: .4rem 0 .7rem;
        background: #224d42;
        border-color: #ffffff25
    }

    .rich-header .story-dropdown-links a {
        color: #f5f7ed;
        padding: .7rem 1rem
    }

    .new-home-hero {
        grid-template-columns: 1fr;
        padding: 3rem 0;
        gap: 2.5rem
    }

    .new-home-copy h1 {
        font-size: clamp(3.35rem, 12vw, 5.2rem)
    }

    .new-home-lead {
        font-size: 1rem
    }

    .founder-portrait {
        max-width: 480px;
        width: 100%;
        margin: auto;
        padding-right: 1rem
    }

    .founder-portrait img {
        height: 480px
    }

    .portrait-orbit {
        right: 0;
        font-size: 5rem
    }

    .founder-intro,
    .founder-journey {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 3rem 0
    }

    .founder-journey {
        padding: 2rem 1.5rem
    }

    .journey-flower {
        display: none
    }

    .founder-intro h2,
    .founder-journey h2,
    .home-values h2 {
        font-size: 2.8rem
    }

    .home-values {
        padding: 3rem 0
    }

    .value-grid {
        grid-template-columns: 1fr;
        gap: 0
    }

    .value-grid article {
        padding: 1.5rem 0
    }

    .value-grid h3 {
        margin: .9rem 0
    }

    .founder-quote {
        padding: 2.5rem 1.5rem
    }

    .new-home-featured {
        padding: 3rem 0
    }

    .home-invitation {
        padding: 3rem .5rem
    }

    .resource-hero {
        margin-top: 1.5rem;
        min-height: 470px
    }

    .resource-hero>div {
        padding: 2rem 1.5rem
    }

    .resource-hero h1 {
        font-size: 3.1rem
    }

    .resource-hero:after {
        background: linear-gradient(90deg, #061e1bd9, #061e1b55)
    }

    .resource-hero>img {
        object-position: 65% center
    }

    .resource-urgent {
        padding: 1.3rem;
        align-items: flex-start;
        gap: .8rem
    }

    .resource-directory {
        padding-top: 3rem
    }

    .resource-directory .section-head {
        display: block
    }

    .resource-directory .section-head>p {
        max-width: none
    }

    .resource-controls {
        grid-template-columns: 1fr;
        padding: 1rem
    }

    .resource-card-grid {
        grid-template-columns: 1fr 1fr
    }

    .resource-card {
        padding: 1.1rem
    }

    .resource-connection {
        padding: 1.5rem
    }

    .resource-connection h2 {
        font-size: 2rem
    }

    .studio-navigation {
        gap: .4rem
    }

    .studio-navigation a {
        flex: 1 1 40%;
        text-align: center;
        padding: .8rem .5rem
    }

    .studio-library {
        padding: 1.2rem
    }

    .studio-library>a {
        font-size: .85rem
    }

    .static-field-actions {
        align-items: flex-start;
        flex-direction: column
    }

    .static-page-tabs {
        flex-wrap: wrap
    }

    .static-page-tabs a {
        width: 100%;
        margin: .75rem 0
    }

    .collection-switch a {
        font-size: .75rem
    }

    .collection-search {
        margin-bottom: 2rem
    }
}

@media(max-width:440px) {
    .resource-card-grid {
        grid-template-columns: 1fr
    }

    .founder-portrait img {
        height: 430px
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column
    }

    .new-home-copy h1 {
        font-size: 3.45rem
    }

    .static-group summary span {
        float: none;
        margin-left: .5rem
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto !important
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important
    }

    .resource-card:hover,
    .journal-card:hover,
    .studio-navigation a:hover {
        transform: none
    }
}