/*
 * One&Only株式会社「Daijyu -大樹- ファーム」
 * Scoped to .oof-farm / .oo-farm-page-active so other pages are unaffected.
 */

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

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

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

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

.oof-farm *,
.oof-farm *::before,
.oof-farm *::after {
    box-sizing: inherit;
}

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

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

.oof-farm a {
    color: inherit;
    text-decoration: none;
}

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

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

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

#oof-intro,
#oof-cultivation,
#oof-buy,
#oof-join {
    scroll-margin-top: 94px;
}

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

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

.oof-farm h3 {
    line-height: 1.55;
}

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

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

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

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

.oof-heading--narrow {
    max-width: 780px;
}

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

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

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

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

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

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

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

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

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

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

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

.oof-text-link {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: 9px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--oof-gold);
    color: var(--oof-green) !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    transition: gap .25s ease, color .25s ease;
}

.oof-text-link:hover {
    gap: 27px;
    color: var(--oof-soil) !important;
}

/* Hero */
.oof-hero {
    position: relative;
    display: flex;
    min-height: clamp(660px, 82vh, 860px);
    align-items: center;
    overflow: hidden;
    color: #fff;
    background-image: url("../images/hero-sunset.webp");
    background-position: center 53%;
    background-size: cover;
}

.oof-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(25, 36, 28, .91) 0%, rgba(38, 53, 43, .74) 42%, rgba(38, 53, 43, .2) 74%, rgba(38, 53, 43, .04) 100%),
        linear-gradient(0deg, rgba(13, 20, 15, .26), transparent 48%);
}

.oof-hero__inner {
    position: relative;
    z-index: 1;
    padding-block: 96px;
}

.oof-hero__content {
    width: min(790px, 72%);
}

.oof-hero__brand {
    margin-bottom: 21px;
    color: rgba(255, 255, 255, .78);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(20px, 2vw, 28px);
    letter-spacing: .12em;
}

.oof-hero h1 {
    margin-bottom: 29px;
    color: #fff;
    font-size: clamp(48px, 6vw, 78px);
    line-height: 1.38;
    letter-spacing: .09em;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .16);
}

.oof-hero__lead {
    max-width: 690px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 2;
}

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

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

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

.oof-intro__layout {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    align-items: start;
    gap: clamp(54px, 8vw, 112px);
}

.oof-intro__body {
    max-width: 660px;
}

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

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

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

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

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

/* Cultivation */
.oof-cultivation {
    background: var(--oof-white);
}

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

.oof-cycle__grid article {
    min-width: 0;
    padding: 41px 29px 43px;
    border-right: 1px solid var(--oof-line);
}

.oof-cycle__grid article:first-child {
    padding-left: 0;
}

.oof-cycle__grid article:last-child {
    padding-right: 0;
    border-right: 0;
}

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

.oof-cycle__grid h3 {
    min-height: 76px;
    margin: 19px 0 17px;
    color: var(--oof-green);
    font-size: clamp(20px, 2vw, 25px);
}

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

/* Place */
.oof-place {
    background: var(--oof-green);
    color: #fff;
}

.oof-place__layout {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    align-items: start;
    gap: clamp(58px, 8vw, 112px);
}

.oof-photo {
    position: relative;
    margin: 0;
}

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

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

.oof-place__photo {
    position: sticky;
    top: 32px;
    height: 720px;
}

.oof-place__photo img {
    object-position: center 54%;
}

.oof-place h2 {
    color: #fff;
}

.oof-place__copy > p:not(.oof-kicker) {
    margin-bottom: 1.42em;
    color: rgba(255, 255, 255, .84);
}

.oof-place__facts {
    margin: 42px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .26);
}

.oof-place__facts > div {
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 24px;
    padding: 18px 2px;
    border-bottom: 1px solid rgba(255, 255, 255, .26);
}

.oof-place__facts dt {
    color: var(--oof-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
}

.oof-place__facts dd {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .92);
}

/* Produce */
.oof-produce {
    background: var(--oof-green-soft);
}

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

.oof-produce__lead h2,
.oof-produce__lead > p {
    margin-bottom: 0;
}

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

.oof-produce-card {
    min-width: 0;
    background: rgba(255, 253, 247, .82);
}

.oof-produce-card__image {
    height: 360px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease;
}

.oof-produce-card:hover .oof-produce-card__image {
    transform: scale(1.012);
}

.oof-produce-card--rice .oof-produce-card__image {
    background-image: url("../images/farm-rice.webp");
    background-position: center 52%;
}

.oof-produce-card--vegetables .oof-produce-card__image {
    background-image: url("../images/journey-couple.webp");
    background-position: center 48%;
}

.oof-produce-card--fruit .oof-produce-card__image {
    background-image: url("../images/cta-family.webp");
    background-position: center 54%;
}

.oof-produce-card__body {
    padding: 31px 30px 36px;
}

.oof-produce-card__body > p:first-child {
    margin-bottom: 9px;
    color: var(--oof-gold);
    font-family: Georgia, serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .17em;
}

.oof-produce-card h3 {
    margin-bottom: 15px;
    color: var(--oof-green);
    font-size: clamp(24px, 2.5vw, 31px);
}

.oof-produce-card__body > p:last-child {
    margin-bottom: 0;
    color: #565249;
    font-size: 14px;
    line-height: 1.9;
}

/* Purchase options */
.oof-purchase {
    margin-top: clamp(64px, 8vw, 104px);
    padding: clamp(38px, 5vw, 66px);
    background: var(--oof-white);
    border: 1px solid var(--oof-line);
}

.oof-purchase__intro {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    column-gap: clamp(42px, 7vw, 90px);
    align-items: end;
}

.oof-purchase__intro .oof-kicker {
    grid-column: 1 / -1;
}

.oof-purchase__intro h3 {
    margin-bottom: 0;
    color: var(--oof-green);
    font-size: clamp(27px, 3.3vw, 41px);
    line-height: 1.55;
}

.oof-purchase__intro > p:last-child {
    margin-bottom: 0;
    color: #565249;
    font-size: 14px;
    line-height: 1.9;
}

.oof-purchase__featured {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 38px;
    margin-top: 46px;
    padding: clamp(30px, 4vw, 46px);
    background: var(--oof-green-soft);
    border-left: 4px solid #5c9166;
}

.oof-purchase__eyebrow,
.oof-purchase__options article > span {
    display: block;
    margin-bottom: 10px;
    color: #4b8055;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.oof-purchase__featured h3 {
    margin-bottom: 12px;
    color: var(--oof-green);
    font-size: clamp(23px, 2.7vw, 32px);
}

.oof-purchase__featured p {
    max-width: 720px;
    margin-bottom: 0;
    color: #565249;
    font-size: 14px;
    line-height: 1.9;
}

.oof-purchase__featured .oof-button {
    min-width: 230px;
}

.oof-purchase__options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
    border-top: 1px solid var(--oof-line);
    border-left: 1px solid var(--oof-line);
}

.oof-purchase__options article {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 29px 27px 31px;
    border-right: 1px solid var(--oof-line);
    border-bottom: 1px solid var(--oof-line);
}

.oof-purchase__options article > span {
    color: var(--oof-gold);
}

.oof-purchase__options h4 {
    margin: 0 0 12px;
    color: var(--oof-green);
    font-family: var(--oof-serif);
    font-size: 23px;
    font-weight: 600;
    letter-spacing: .055em;
}

.oof-purchase__options p {
    margin-bottom: 22px;
    color: #565249;
    font-size: 13px;
    line-height: 1.8;
}

.oof-purchase__options .oof-text-link {
    align-self: flex-start;
    margin-top: auto;
}

.oof-purchase__options .oof-text-link i {
    font-style: normal;
}

.oof-purchase__note {
    margin: 22px 0 0;
    color: #6d685f;
    font-size: 12px;
    line-height: 1.8;
}

/* Story */
.oof-story {
    background: var(--oof-soil-soft);
}

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

.oof-story__copy > p:not(.oof-kicker) {
    margin-bottom: 1.42em;
}

.oof-story__photo {
    height: 760px;
}

.oof-story__photo img {
    object-position: center 47%;
}

.oof-name {
    margin-top: 42px;
    padding: 28px 30px 30px;
    border-left: 2px solid var(--oof-gold);
    background: rgba(255, 253, 247, .55);
}

.oof-name > p:first-child {
    margin-bottom: 9px;
    color: var(--oof-soil);
    font-family: Georgia, serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
}

.oof-name h3 {
    margin-bottom: 13px;
    color: var(--oof-green);
    font-size: 23px;
}

.oof-name > p:last-child {
    margin-bottom: 0;
    color: #565249;
    font-size: 14px;
    line-height: 1.9;
}

/* Join */
.oof-join {
    background: var(--oof-white);
}

.oof-join__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--oof-line);
    border-left: 1px solid var(--oof-line);
}

.oof-join__grid article {
    min-width: 0;
    padding: clamp(34px, 4vw, 50px);
    border-right: 1px solid var(--oof-line);
    border-bottom: 1px solid var(--oof-line);
}

.oof-join__grid article > span {
    color: var(--oof-gold);
    font-family: Georgia, serif;
    font-size: 17px;
    letter-spacing: .08em;
}

.oof-join__grid h3 {
    margin: 16px 0 14px;
    color: var(--oof-green);
    font-size: clamp(23px, 2.4vw, 29px);
}

.oof-join__grid p {
    margin-bottom: 1.18em;
    color: #565249;
    font-size: 14px;
    line-height: 1.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* CTA */
.oof-cta {
    position: relative;
    color: #fff;
    background-image: url("../images/cta-family.webp");
    background-position: center 50%;
    background-size: cover;
}

.oof-cta__shade {
    position: absolute;
    inset: 0;
    background: rgba(27, 41, 31, .83);
}

.oof-cta__inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 600px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 90px;
    text-align: center;
}

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

.oof-cta__inner > p:not(.oof-kicker) {
    max-width: 780px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .88);
}

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

@media (max-width: 1020px) {
    .oof-hero__content {
        width: min(780px, 82%);
    }

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

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

    .oof-cycle__grid article:nth-child(2) {
        border-right: 0;
    }

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

    .oof-cycle__grid h3 {
        min-height: 64px;
    }

    .oof-place__photo,
    .oof-story__photo {
        height: 650px;
    }

    .oof-produce-card__image {
        height: 310px;
    }

    .oof-purchase__featured {
        grid-template-columns: 1fr;
    }

    .oof-purchase__featured .oof-button {
        justify-self: start;
    }
}

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

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

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

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

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

    .oof-hero {
        min-height: 680px;
        align-items: flex-end;
        background-position: 63% center;
    }

    .oof-hero__shade {
        background:
            linear-gradient(0deg, rgba(24, 36, 28, .93) 0%, rgba(29, 44, 33, .76) 50%, rgba(29, 44, 33, .2) 100%),
            linear-gradient(90deg, rgba(24, 36, 28, .35), transparent 78%);
    }

    .oof-hero__inner {
        padding-block: 72px;
    }

    .oof-hero__content {
        width: 100%;
    }

    .oof-hero__brand {
        margin-bottom: 14px;
        font-size: 19px;
    }

    .oof-hero h1 {
        margin-bottom: 23px;
        font-size: clamp(37px, 11vw, 51px);
        line-height: 1.45;
        letter-spacing: .06em;
    }

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

    .oof-scroll {
        display: none;
    }

    .oof-intro__layout,
    .oof-place__layout,
    .oof-produce__lead,
    .oof-story__layout,
    .oof-social__layout {
        grid-template-columns: 1fr;
    }

    .oof-intro__layout,
    .oof-place__layout,
    .oof-produce__lead,
    .oof-story__layout,
    .oof-social__layout {
        gap: 44px;
    }

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

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

    .oof-cycle__grid {
        grid-template-columns: 1fr;
    }

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

    .oof-cycle__grid article:last-child {
        border-bottom: 0;
    }

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

    .oof-place__photo,
    .oof-story__photo {
        position: relative;
        top: auto;
        width: calc(100% - 12px);
        height: 520px;
    }

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

    .oof-place__photo {
        order: 1;
    }

    .oof-place__copy {
        order: 2;
    }

    .oof-place__facts > div {
        grid-template-columns: 100px minmax(0, 1fr);
        gap: 15px;
    }

    .oof-produce__lead {
        margin-bottom: 48px;
    }

    .oof-produce__grid {
        grid-template-columns: 1fr;
    }

    .oof-produce-card__image {
        height: 360px;
    }

    .oof-purchase {
        padding: 31px 20px;
    }

    .oof-purchase__intro,
    .oof-purchase__options {
        grid-template-columns: 1fr;
    }

    .oof-purchase__intro {
        gap: 20px;
    }

    .oof-purchase__featured {
        margin-top: 34px;
        padding: 28px 22px;
    }

    .oof-purchase__featured .oof-button {
        width: 100%;
    }

    .oof-purchase__options article {
        padding: 27px 22px 29px;
    }

    .oof-story__copy {
        order: 2;
    }

    .oof-story__photo {
        order: 1;
    }

    .oof-name {
        padding: 24px 21px 25px;
    }

    .oof-join__grid {
        grid-template-columns: 1fr;
    }

    .oof-join__grid article {
        padding: 31px 25px 34px;
    }

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

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

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

    .oof-button {
        width: 100%;
    }

    .oof-cta {
        background-position: 58% center;
    }

    .oof-cta__inner {
        min-height: 560px;
        padding-block: 76px;
    }

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

    .oof-pc-only {
        display: none;
    }

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

@media (max-width: 430px) {
    .oof-hero {
        min-height: 650px;
    }

    .oof-hero h1 {
        font-size: 35px;
    }

    .oof-place__photo,
    .oof-story__photo {
        height: 470px;
    }

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

    .oof-produce-card__image {
        height: 330px;
    }
}

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