/* Nancy's Own 2.0 — Phase 6 public/content pages. */
.content-destination,
.standard-page,
.legal-page,
.article-page {
    background: #fff;
}

.content-destination__hero,
.legal-page__hero {
    padding: clamp(3rem, 6vw, 6.5rem) 0;
    background: linear-gradient(135deg, #f7f3e9 0%, #ffffff 65%);
    border-bottom: 1px solid rgba(4, 45, 33, .12);
}

.content-destination__hero--photo {
    background: #f5efe2;
}

.content-destination__hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.content-destination__hero h1,
.legal-page__hero h1,
.standard-page__header h1,
.article-entry__header h1 {
    max-width: 18ch;
    margin: .35rem 0 1rem;
    font-size: clamp(2.6rem, 6vw, 5.6rem);
    line-height: .98;
}

.content-destination__hero p,
.standard-page__lead,
.article-entry__lead {
    max-width: 62ch;
    color: #5e665f;
    font-size: clamp(1.05rem, 1.7vw, 1.3rem);
    line-height: 1.7;
}

.content-destination__hero figure {
    margin: 0;
}

.content-destination__hero figure img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(4, 45, 33, .14);
}

.content-destination__quicklinks {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1.5rem;
}

.content-destination__quicklinks a,
.support-policy-links a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: .65rem .9rem;
    border: 1px solid rgba(4, 45, 33, .18);
    border-radius: 999px;
    color: #0b4a37;
    background: #fff;
    font-weight: 700;
    text-decoration: none;
}

.content-destination__manual,
.legal-page__content,
.content-listing-section,
.grower-stories-section,
.support-routes-section,
.support-faq-section,
.support-policy-section {
    padding: clamp(3rem, 6vw, 6rem) 0;
}

.content-prose {
    font-size: 1.05rem;
    line-height: 1.78;
    color: #303a34;
}

.content-prose > *:first-child { margin-top: 0; }
.content-prose > *:last-child { margin-bottom: 0; }
.content-prose h2 { margin: 2.5rem 0 .8rem; font-size: clamp(1.75rem, 3vw, 2.5rem); color: #0b3b2d; }
.content-prose h3 { margin: 2rem 0 .65rem; font-size: clamp(1.35rem, 2.4vw, 1.85rem); color: #123e31; }
.content-prose p,
.content-prose ul,
.content-prose ol { margin: 0 0 1.15rem; }
.content-prose li + li { margin-top: .45rem; }
.content-prose a { overflow-wrap: anywhere; }
.content-prose img { max-width: 100%; height: auto; border-radius: 18px; }
.content-prose table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.content-prose th,
.content-prose td { padding: .85rem; border: 1px solid #dfe5df; text-align: left; vertical-align: top; }
.content-prose blockquote { margin: 2rem 0; padding: 1rem 1.25rem; border-left: 4px solid #e5a629; background: #faf7ef; }

.content-section-heading {
    max-width: 760px;
    margin-bottom: 2rem;
}

.content-section-heading h2 {
    margin: .35rem 0 .7rem;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.05;
}

.content-section-heading p { color: #667068; }

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

.content-card,
.coaching-product-card,
.support-route-card,
.grower-story-card {
    min-width: 0;
    border: 1px solid #dfe5df;
    border-radius: 22px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(4, 45, 33, .06);
}

.content-card__media {
    display: block;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f6f2e8;
}
.content-card__media img { width: 100%; height: 100%; object-fit: cover; }
.content-card__body { padding: 1.35rem; }
.content-card__body h3 { margin: .35rem 0 .75rem; font-size: 1.4rem; line-height: 1.15; }
.content-card__body h3 a { color: #0b3b2d; text-decoration: none; }
.content-card__meta { color: #4d7a68; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.content-card__body p { color: #626b64; }

.content-empty-state {
    padding: 2rem;
    border: 1px dashed #cbd6ce;
    border-radius: 20px;
    background: #faf9f5;
}

.content-destination__closing {
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
    background: #083526;
    color: #fff;
}
.content-destination__closing .eyebrow { color: #f2b73c; }
.content-destination__closing h2 { margin: .35rem 0 0; font-size: clamp(1.8rem, 4vw, 3.1rem); }
.content-destination__closing-inner { display: flex; justify-content: space-between; gap: 2rem; align-items: center; }

.coaching-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}
.coaching-product-card { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr); }
.coaching-product-card__media { background: #f4ead0; min-height: 100%; }
.coaching-product-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.coaching-product-card__body { padding: 1.5rem; }
.coaching-product-card__body h3 { margin: .35rem 0 .6rem; font-size: 1.5rem; line-height: 1.15; }
.coaching-product-card__body h3 a { color: #0b3b2d; text-decoration: none; }
.coaching-product-card__price { margin: .5rem 0 1rem; font-size: 1.25rem; font-weight: 800; }
.coaching-product-card__summary { color: #5f6962; }

.record-story-section {
    padding: clamp(3rem, 6vw, 6.5rem) 0;
    background: #f6f0e4;
}
.record-story-section__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.record-story-section__copy h2 { margin: .35rem 0 .2rem; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1; }
.record-story-section__copy h3 { margin: .3rem 0 1.2rem; color: #6d4d08; font-size: clamp(1.3rem, 2.4vw, 1.9rem); }
.record-story-section__copy p { line-height: 1.7; }
.record-story-section__gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: .8rem; }
.record-story-section__gallery img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; border-radius: 18px; }
.record-story-section__gallery img:first-child { grid-row: 1 / 3; }

.grower-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.grower-story-card { margin: 0; padding: 1.6rem; background: #faf8f1; }
.grower-story-card p { margin: 0 0 1.2rem; line-height: 1.7; }
.grower-story-card footer { color: #21664e; font-weight: 800; }

.support-hero-card {
    padding: 1.6rem;
    border-radius: 22px;
    background: #083526;
    color: #fff;
    display: grid;
    gap: .5rem;
    align-content: center;
    min-height: 180px;
}
.support-hero-card a { color: #f4bd45; font-weight: 800; overflow-wrap: anywhere; }
.support-route-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.support-route-card { display: block; padding: 1.6rem; text-decoration: none; color: #26352e; }
.support-route-card h2 { margin: .35rem 0 .65rem; font-size: clamp(1.4rem, 2.8vw, 2rem); color: #0b3b2d; }
.support-route-card p { color: #657068; }
.support-route-card:hover { border-color: #e5a629; transform: translateY(-2px); }

.support-faq-section { background: #f8f5ed; }
.support-faq-section__inner { max-width: 980px; }
.support-faq-list { display: grid; gap: .8rem; }
.support-faq-list details { border: 1px solid #dce4de; border-radius: 16px; background: #fff; padding: 0 1.1rem; }
.support-faq-list summary { cursor: pointer; padding: 1rem 0; color: #0b3b2d; font-weight: 800; }
.support-faq-list details p { padding: 0 0 1rem; margin: 0; line-height: 1.7; color: #5f6962; }
.support-policy-links { display: flex; flex-wrap: wrap; gap: .7rem; }

.standard-page { padding: clamp(3rem, 6vw, 6rem) 0; background: #faf9f5; }
.standard-page__entry { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid #dfe5df; border-radius: 24px; background: #fff; }
.standard-page__header { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid #e1e6e2; }

.legal-page__hero { padding-bottom: 2.5rem; }
.legal-page__content { background: #fff; }
.content-prose--legal { max-width: 820px; }

.article-page { padding: clamp(3rem, 6vw, 6rem) 0; background: #fff; }
.article-entry__header { margin-bottom: 2rem; }
.article-entry__header .eyebrow { text-decoration: none; }
.article-entry__featured { margin: 0 0 2rem; }
.article-entry__featured img { display: block; width: 100%; height: auto; max-height: 620px; object-fit: cover; border-radius: 24px; }
.article-entry__footer { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid #e0e6e1; }

.about-coaching-callout { padding: clamp(2.5rem, 5vw, 4.5rem) 0; background: #234f3e; color: #fff; }
.about-coaching-callout .eyebrow { color: #f3b63a; }
.about-coaching-callout h2 { margin: .35rem 0 .6rem; }
.about-coaching-callout p { color: #e0e9e4; }

@media (max-width: 980px) {
    .content-card-grid,
    .grower-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .coaching-product-grid { grid-template-columns: 1fr; }
    .record-story-section__grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .content-destination__hero,
    .legal-page__hero { padding: 2.6rem 0; }
    .content-destination__hero-inner { grid-template-columns: 1fr; gap: 1.5rem; }
    .content-destination__hero h1,
    .legal-page__hero h1,
    .standard-page__header h1,
    .article-entry__header h1 { font-size: clamp(2.35rem, 13vw, 4rem); overflow-wrap: anywhere; }
    .content-destination__hero figure img { max-height: 390px; border-radius: 20px; }
    .content-card-grid,
    .grower-story-grid,
    .support-route-grid { grid-template-columns: 1fr; }
    .coaching-product-card { grid-template-columns: 1fr; }
    .coaching-product-card__media { aspect-ratio: 4/3; }
    .content-destination__closing-inner { display: grid; }
    .content-destination__closing .button-row { display: grid; width: 100%; }
    .content-destination__closing .button { width: 100%; justify-content: center; }
    .record-story-section__gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
    .record-story-section__gallery img:first-child { grid-row: auto; grid-column: 1 / 3; }
    .support-policy-links { display: grid; }
    .support-policy-links a { width: 100%; }
    .standard-page { padding: 1.5rem 0 3rem; }
    .standard-page__entry { padding: 1.25rem; border-radius: 18px; }
}

/* ================================================================
   0.10.3 — Collaborators & Recommendations directory
   ================================================================ */
.people-directory-section { padding: clamp(3rem,6vw,6rem) 0; background: #fff; }
.people-directory-section--recommendations { background: #f7f3e9; border-block: 1px solid #dfe5df; }
.people-directory-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1.25rem;
}
.people-directory-card {
    min-width: 0;
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid #dfe5df;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(4,45,33,.07);
}
.people-directory-card__media {
    aspect-ratio: 16/10;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #f4efe5;
}
.people-directory-card__media img { width: 100%; height: 100%; object-fit: contain; }
.people-directory-card__placeholder {
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #0d3a2b;
    color: #efb54a;
    font: 700 2.5rem/1 Georgia, Charter, serif;
}
.people-directory-card__body { display: flex; flex-direction: column; padding: 1.35rem; }
.people-directory-card__meta { color: #4d8067; font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.people-directory-card h3 { margin: .45rem 0 .7rem; font-size: clamp(1.35rem,2vw,1.75rem); }
.people-directory-card p { color: #606a63; line-height: 1.65; }
.people-directory-card .text-link { margin-top: auto; padding-top: .6rem; font-weight: 800; }
.people-directory-card--recommendation { border-top: 4px solid #d69a2d; }

@media (max-width: 980px) {
    .people-directory-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
    .people-directory-grid { grid-template-columns: 1fr; }
    .people-directory-card { grid-template-columns: 112px minmax(0,1fr); grid-template-rows: 1fr; }
    .people-directory-card__media { aspect-ratio: auto; min-height: 100%; }
    .people-directory-card__body { padding: 1.15rem; }
}

/* ================================================================
   0.10.8 — Dedicated Links & Community page
   ================================================================ */
.links-page__hero-inner { align-items: stretch; }
.links-page__hero-card {
    min-height: 250px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: .45rem;
    padding: clamp(1.8rem, 4vw, 3rem);
    border: 1px solid rgba(4,45,33,.14);
    border-radius: 28px;
    background: #0a3528;
    color: #fff;
    text-align: center;
    box-shadow: 0 24px 60px rgba(4,45,33,.14);
}
.links-page__hero-mark {
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    border: 2px solid #e7ad37;
    border-radius: 50%;
    color: #f3bd4f;
    font-family: Georgia, Charter, "Times New Roman", serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.05em;
}
.links-page__hero-card strong {
    margin-top: .35rem;
    font-family: Georgia, Charter, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
}
.links-page__hero-card > span:last-child { color: #dbe6e0; font-size: .92rem; }
.links-page__directory { padding: clamp(3rem, 6vw, 6rem) 0; background: #fff; }
.links-page__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1rem;
}
.links-page__card {
    min-width: 0;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border: 1px solid #dce4de;
    border-radius: 20px;
    background: #faf9f5;
    color: #26352e;
    text-decoration: none;
    box-shadow: 0 9px 24px rgba(4,45,33,.055);
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.links-page__card:hover,
.links-page__card:focus-visible {
    transform: translateY(-2px);
    border-color: #d49a2c;
    box-shadow: 0 14px 32px rgba(4,45,33,.09);
}
.links-page__card-label {
    color: #0b3b2d;
    font-family: Georgia, Charter, "Times New Roman", serif;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.15;
}
.links-page__card-description {
    margin-top: .7rem;
    color: #606b64;
    line-height: 1.6;
}
.links-page__card-action {
    margin-top: auto;
    padding-top: 1rem;
    color: #176048;
    font-weight: 800;
}
.links-page__empty { max-width: 760px; }
.links-page__empty h2 { margin-top: 0; color: #0b3b2d; }

@media (max-width: 980px) {
    .links-page__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px) {
    .links-page__hero-card { min-height: 200px; border-radius: 20px; }
    .links-page__grid { grid-template-columns: 1fr; }
    .links-page__card { min-height: 0; }
}
