/* Nanz Bakehouse (pId 67417) — About Us page styles.
   Auto-loaded by base.php for core_views/nanzbakehouse/about.php.
   Uses brand vars: --brand-primary (#5b3421). No hardcoded brand hex. */

.nbh-about {
    background: #fffdfa;
    color: #2a211b;
    padding: clamp(2.5rem, 6vw, 5rem) 1.25rem clamp(3rem, 7vw, 6rem);
}

.nbh-about__wrap {
    max-width: 960px;
    margin: 0 auto;
}

/* ---- Header ----
   Heading reuses the site-wide .policy-page__title class (theme.css) so it is
   identical to every other content page (privacy / terms / refund): same size,
   weight 800, and the brand-coloured underline bar. Left-aligned to match. */
.nbh-about__head {
    margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
}

/* ---- Lead ---- */
.nbh-about__lead {
    max-width: 720px;
    margin: 0 0 clamp(2rem, 5vw, 3rem);
}

.nbh-about__lead p {
    font-size: clamp(1.15rem, 2.6vw, 1.5rem);
    line-height: 1.5;
    color: #3a2c22;
    margin: 0;
}

/* ---- Story grid (wide image + copy) ---- */
.nbh-about__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 4vw, 2.5rem);
    align-items: center;
    margin-bottom: clamp(2rem, 5vw, 3rem);
}

@media (min-width: 768px) {
    .nbh-about__grid {
        grid-template-columns: 1.15fr 1fr;
    }
}

.nbh-about__copy p {
    font-size: 1.02rem;
    line-height: 1.75;
    color: #4a3a2e;
    margin: 0 0 1rem;
}

.nbh-about__copy p:last-child {
    margin-bottom: 0;
}

/* ---- Media ---- */
.nbh-about__media {
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(91, 52, 33, 0.14);
    background: #f3ece4;
}

.nbh-about__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nbh-about__media--wide img {
    aspect-ratio: 16 / 11;
}

/* ---- Gallery (two images) ---- */
.nbh-about__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(0.9rem, 3vw, 1.5rem);
    margin-bottom: clamp(2.5rem, 6vw, 3.5rem);
}

.nbh-about__gallery .nbh-about__media img {
    aspect-ratio: 3 / 4;
}

/* ---- Quote ---- */
.nbh-about__quote {
    text-align: center;
    margin: 0 auto clamp(2.5rem, 6vw, 3.5rem);
    max-width: 720px;
    padding: clamp(1.5rem, 4vw, 2.25rem) 1.5rem;
    border-top: 1px solid rgba(91, 52, 33, 0.15);
    border-bottom: 1px solid rgba(91, 52, 33, 0.15);
}

.nbh-about__quote p {
    font-size: clamp(1.3rem, 3.4vw, 1.9rem);
    line-height: 1.4;
    font-style: italic;
    font-weight: 600;
    color: var(--brand-primary);
    margin: 0;
}

/* ---- Follow us / Instagram highlight ---- */
.nbh-about__follow {
    text-align: center;
}

.nbh-about__follow-cue {
    font-size: 0.95rem;
    color: #6b594b;
    margin: 0 0 1rem;
}

.nbh-about__ig {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1.6rem;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    /* Instagram brand gradient — makes the link unmistakably the page's CTA. */
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    box-shadow: 0 10px 24px rgba(220, 39, 67, 0.32);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.nbh-about__ig:hover,
.nbh-about__ig:focus-visible {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(220, 39, 67, 0.4);
    filter: saturate(1.1);
}

.nbh-about__ig-icon {
    flex-shrink: 0;
}

.nbh-about__ig-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.nbh-about__ig-label {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.9;
    font-weight: 600;
}

.nbh-about__ig-handle {
    font-size: 1.15rem;
    font-weight: 700;
}
