/* =========================================================
   Creative Direction — Premium bakery brand atmosphere
   Personality through type, photography, and editorial layout.
   Not component chrome. SEO structure untouched.
========================================================= */

/* Display type rhythm */
.section-title,
.hero h1,
.story-title,
.menu-item-title,
.branch-name,
.page-hero h1,
.error-page h1 {
    font-family: var(--font-family-display);
    font-optical-sizing: auto;
}

.section-eyebrow {
    display: block;
    margin: 0 0 0.65rem;
    font-family: var(--font-family-primary);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-secondary);
    text-align: center;
}

.section-eyebrow--on-dark {
    color: rgba(var(--color-cream-rgb), 0.78);
}

.section-intro {
    max-width: 40rem;
    margin: 0 auto var(--spacing-lg);
    text-align: center;
}

.section-intro .section-title {
    margin-bottom: var(--spacing-3);
}

.section-intro .section-subtitle {
    margin-top: 0;
}

/* -------- Hero: atmosphere-first, editorial -------- */
.hero--home {
    --hero-min-desktop: clamp(34rem, 72vh, 46rem);
    --hero-min-mobile: clamp(24rem, 58svh, 32rem);
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    padding: calc(68px + 2rem) var(--spacing-md) clamp(2.5rem, 6vw, 4rem);
}

.hero--home .hero-overlay {
    background:
        linear-gradient(
            105deg,
            rgba(8, 18, 36, 0.72) 0%,
            rgba(8, 18, 36, 0.42) 48%,
            rgba(8, 18, 36, 0.28) 100%
        ),
        linear-gradient(
            180deg,
            rgba(8, 18, 36, 0.2) 0%,
            rgba(8, 18, 36, 0.15) 40%,
            rgba(8, 18, 36, 0.58) 100%
        );
}

.hero--home .container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
}

.hero--home .hero-content {
    max-width: 34rem;
    margin: 0;
    text-align: left;
    padding: 0;
}

.hero-eyebrow {
    margin: 0 0 0.85rem;
    font-family: var(--font-family-primary);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(247, 242, 230, 0.82);
}

.hero--home h1 {
    font-family: var(--font-family-display);
    font-size: clamp(3.4rem, 9vw, 5.5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 0.95;
    margin: 0 0 0.55rem;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.hero--home .hero-subtitle {
    font-family: var(--font-family-display);
    font-size: clamp(1.25rem, 2.6vw, 1.65rem);
    font-weight: 500;
    font-style: italic;
    margin: 0 0 0.85rem;
    max-width: none;
    color: rgba(247, 242, 230, 0.96);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
}

.hero--home .hero-lede {
    margin: 0 0 1.65rem;
    max-width: 28rem;
    font-size: clamp(1rem, 1.7vw, 1.12rem);
    line-height: 1.6;
    color: rgba(247, 242, 230, 0.9);
}

.hero--home .cta-buttons {
    justify-content: flex-start;
}

@media (max-width: 768px) {
    .hero--home {
        align-items: flex-end;
        text-align: left;
        padding: calc(56px + 1.1rem) 1.15rem 2.35rem;
        min-height: clamp(23rem, 56svh, 30rem);
    }

    .hero--home .hero-content {
        width: 100%;
    }

    .hero--home h1 {
        font-size: clamp(2.75rem, 14vw, 3.35rem);
    }

    .hero--home .hero-subtitle {
        font-size: 1.2rem;
        margin-bottom: 0.55rem;
    }

    .hero--home .hero-lede {
        font-size: 0.98rem;
        margin-bottom: 1.25rem;
    }

    .hero--home .cta-buttons {
        flex-direction: column;
        align-items: stretch;
        width: min(100%, 18.5rem);
    }
}

/* -------- About: storytelling -------- */
.about-section {
    background:
        radial-gradient(ellipse at 12% 0%, rgba(var(--color-terracotta-rgb), 0.07), transparent 42%),
        var(--background-light);
}

.about-header .section-title {
    margin-bottom: var(--spacing-3);
}

.about-quote-card {
    border-left: 3px solid var(--color-secondary);
    padding-left: var(--spacing-6);
}

.about-quote-card p {
    font-family: var(--font-family-display);
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 500;
    font-style: italic;
    line-height: 1.4;
    color: var(--color-primary);
}

.story-title {
    font-weight: 600;
    letter-spacing: -0.01em;
}

.about-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: var(--spacing-2);
}

.image-container {
    border-radius: 2px;
}

.about-image-caption {
    margin-top: 0.85rem;
    font-family: var(--font-family-display);
    font-size: 0.95rem;
    font-style: italic;
    color: var(--text-muted);
    text-align: left;
}

.about-figure {
    width: 100%;
    max-width: 420px;
    margin: 0;
}

@media (max-width: 991px) {
    .about-image-caption {
        text-align: center;
    }

    .about-cta {
        justify-content: center;
    }
}

/* -------- Best Sellers: appetite-led -------- */
.best-sellers-section,
#best-sellers {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.35), transparent 28%),
        #F3EBDA;
}

.best-seller-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 1.15rem;
    align-items: start;
}

.best-seller-card--featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 0.5rem;
}

.best-seller-card--featured .menu-item-image {
    aspect-ratio: 16 / 11;
    border-radius: 2px;
}

.best-seller-card--featured .menu-item-info {
    align-items: flex-start;
    text-align: left;
    padding: 0.25rem 0 0;
}

.best-seller-card--featured .menu-item-title {
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
}

.best-seller-note {
    margin: 0.65rem 0 0;
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.55;
    max-width: 28rem;
}

.best-seller-card .menu-item-image {
    border-radius: 2px;
}

.best-seller-card .menu-item-title {
    font-family: var(--font-family-display);
    font-weight: 600;
    font-size: 1.05rem;
}

@media (max-width: 900px) {
    .best-seller-card--featured {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .best-seller-card--featured .menu-item-info,
    .best-seller-card--featured .menu-item-title {
        text-align: center;
        align-items: center;
    }

    .best-seller-note {
        margin-inline: auto;
    }
}

@media (max-width: 767px) {
    .best-seller-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem 0.75rem;
    }

    .best-seller-card--featured {
        grid-column: 1 / -1;
    }

    .best-seller-card--featured .menu-item-image {
        aspect-ratio: 4 / 3;
    }
}

/* -------- Menu invite: full-bleed atmosphere -------- */
.menu-invite-section {
    position: relative;
    isolation: isolate;
    padding-block: clamp(3.5rem, 8vw, 5.5rem);
    overflow: hidden;
    background: var(--color-primary);
}

.menu-invite-backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(120deg, rgba(12, 35, 64, 0.88), rgba(12, 35, 64, 0.72)),
        url('../assets/images/best-sellers/sourdough-bread.webp') center/cover no-repeat;
    transform: scale(1.02);
}

.menu-invite-section .container {
    position: relative;
    z-index: 1;
}

.menu-invite {
    max-width: 34rem;
    margin: 0 auto;
    text-align: center;
    color: var(--color-cream);
}

.menu-invite .section-title {
    color: var(--color-cream);
    margin-bottom: var(--spacing-4);
}

.menu-invite .section-title::after {
    background: rgba(var(--color-cream-rgb), 0.55);
}

.menu-invite p {
    color: rgba(var(--color-cream-rgb), 0.9);
    margin: 0 0 var(--spacing-6);
    font-size: var(--font-size-lg);
    line-height: 1.65;
}

.btn-outline--light {
    background: transparent;
    border-color: rgba(var(--color-cream-rgb), 0.55);
    color: var(--color-cream) !important;
}

.btn-outline--light:hover,
.btn-outline--light:focus-visible {
    background: rgba(var(--color-cream-rgb), 0.12);
    border-color: var(--color-cream);
    color: var(--color-cream) !important;
}

/* -------- Gallery / Locations warmth -------- */
.gallery-section {
    padding-block: var(--spacing-xxl);
    background: var(--background-light);
}

.locations-section {
    background:
        radial-gradient(ellipse at 80% 10%, rgba(var(--color-navy-rgb), 0.05), transparent 45%),
        #FFFCF7;
}

.locations-section .section-subtitle {
    margin-bottom: 0;
}

.locations-grid {
    gap: clamp(1.75rem, 4vw, 2.75rem);
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 768px) {
    .locations-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.branch-card {
    border: 0;
}

.branch-name {
    font-family: var(--font-family-display);
    font-weight: 600;
    color: var(--color-primary);
}

.contact-section {
    background: var(--background-light);
}

.contact-cta-panel--simple .section-eyebrow {
    margin-bottom: 0.5rem;
}

/* Page heroes on inner pages — warmer type */
.menu-page .hero h1,
.gallery-page .hero h1,
.contact-page .hero h1,
.page-hero h1 {
    font-family: var(--font-family-display);
    font-weight: 600;
    letter-spacing: -0.015em;
}

.menu-page .hero-subtitle,
.gallery-page .hero-subtitle,
.contact-page .hero-subtitle,
.page-hero-subtitle {
    font-family: var(--font-family-display);
    font-style: italic;
    font-weight: 500;
}

/* =========================================================
   Transparent header over photo heroes
   Solidifies on scroll / when mobile menu is open
   SEO structure untouched
========================================================= */

body.has-transparent-header header {
    background-color: transparent;
    background: transparent;
    box-shadow: none;
    transition:
        background-color 0.28s ease,
        box-shadow 0.28s ease;
}

body.has-transparent-header header.scrolled {
    background-color: var(--color-primary);
    background: var(--color-primary);
    box-shadow: var(--shadow-sm);
}

/* Stay transparent while the mobile drawer is open (even if scrolled) */
body.has-transparent-header.menu-open header,
body.has-transparent-header.menu-open header.scrolled {
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Stronger top veil so cream logo + nav stay readable on imagery */
body.has-transparent-header .hero-overlay {
    background: linear-gradient(
        180deg,
        rgba(8, 18, 36, 0.62) 0%,
        rgba(8, 18, 36, 0.28) 38%,
        rgba(8, 18, 36, 0.52) 100%
    );
}

body.has-transparent-header .hero--home .hero-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(8, 18, 36, 0.68) 0%,
            rgba(8, 18, 36, 0.2) 42%,
            transparent 58%
        ),
        linear-gradient(
            105deg,
            rgba(8, 18, 36, 0.72) 0%,
            rgba(8, 18, 36, 0.4) 48%,
            rgba(8, 18, 36, 0.28) 100%
        ),
        linear-gradient(
            180deg,
            rgba(8, 18, 36, 0.12) 0%,
            rgba(8, 18, 36, 0.18) 45%,
            rgba(8, 18, 36, 0.58) 100%
        );
}

body.has-transparent-header .page-hero {
    background:
        linear-gradient(180deg, rgba(8, 18, 36, 0.55) 0%, transparent 42%),
        linear-gradient(160deg, rgba(var(--color-navy-rgb), 0.9), rgba(var(--color-navy-rgb), 0.78)),
        url('../assets/images/locations/harare-storefront.webp') center/cover no-repeat;
}

@media (prefers-reduced-motion: reduce) {
    body.has-transparent-header header {
        transition: none;
    }
}

/* =========================================================
   Quality polish — tighter type & spacing rhythm (refinement)
   SEO structure untouched
========================================================= */

@media (max-width: 992px) {
    .section-title {
        font-size: clamp(1.65rem, 5.5vw, 2.05rem);
        line-height: 1.15;
        letter-spacing: -0.015em;
    }

    .section-subtitle,
    .section-intro .section-subtitle {
        font-size: 0.95rem;
        line-height: 1.55;
        max-width: 34rem;
    }

    .section-eyebrow {
        font-size: 0.68rem;
        letter-spacing: 0.13em;
        margin-bottom: 0.45rem;
    }

    .about-section,
    .best-sellers-section,
    .gallery-section,
    .locations-section,
    .contact-section,
    .menu-section,
    .menu-invite-section,
    .contact-hours-section {
        padding-block: var(--section-spacing-mobile);
    }

    .gallery-section {
        padding-block: var(--section-spacing-mobile);
    }

    .menu-invite {
        padding-block: clamp(2.5rem, 7vw, 3.25rem);
    }

    .menu-invite p {
        font-size: 1rem;
        line-height: 1.55;
        margin-bottom: var(--spacing-5);
    }

    .story-quote,
    .about-pullquote {
        font-size: clamp(1.15rem, 3.8vw, 1.4rem);
        line-height: 1.4;
    }

    .best-seller-card h3,
    .best-seller-card .menu-item-title {
        font-size: 1.05rem;
        line-height: 1.25;
    }

    .branch-name {
        font-size: 1.25rem;
    }

    .btn,
    .btn-primary,
    .btn-secondary,
    .btn-cta {
        font-size: 0.92rem;
        letter-spacing: 0.02em;
    }

    .site-footer,
    footer {
        padding-block: var(--spacing-8);
    }

    .footer-heading,
    footer h3,
    footer h4 {
        font-size: 0.95rem;
        margin-bottom: var(--spacing-3);
    }
}

@media (max-width: 768px) {
    .hero--home h1 {
        font-size: clamp(2.45rem, 12.5vw, 3.1rem);
        line-height: 0.98;
    }

    .hero--home .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero--home .hero-lede {
        font-size: 0.94rem;
        line-height: 1.5;
        margin-bottom: 1.1rem;
    }

    .hero--home .hero-eyebrow {
        font-size: 0.68rem;
        margin-bottom: 0.65rem;
    }

    .page-hero h1,
    .menu-page .hero h1,
    .gallery-page .hero h1,
    .contact-page .hero h1 {
        font-size: clamp(1.85rem, 7.5vw, 2.35rem);
        line-height: 1.12;
        letter-spacing: -0.02em;
        text-wrap: balance;
    }

    .page-hero-subtitle,
    .menu-page .hero-subtitle,
    .gallery-page .hero-subtitle,
    .contact-page .hero-subtitle {
        font-size: 0.98rem;
        line-height: 1.45;
        max-width: 28rem;
        margin-inline: auto;
        text-wrap: pretty;
    }

    .contact-aside-title,
    .contact-form-title {
        font-size: 1.2rem;
        line-height: 1.25;
        letter-spacing: -0.01em;
    }
}

/* =========================================================
   Typography system — readability & hierarchy refinement
   CSS only; SEO structure / copy untouched
========================================================= */

body {
    font-size: 1rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

p {
    line-height: 1.65;
    text-wrap: pretty;
}

.section-title {
    text-wrap: balance;
    line-height: 1.18;
}

.section-subtitle {
    line-height: 1.6;
    text-wrap: pretty;
}

/* Comfortable measure for long reading */
.story-text,
.about-text p,
.section-intro .section-subtitle,
.contact-intro,
.faq-item p {
    max-width: 38rem;
}

.story-text {
    font-size: 0.98rem;
    line-height: 1.7;
}

.story-title {
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    letter-spacing: -0.01em;
}

/* Buttons — consistent premium CTA type */
.btn {
    font-family: var(--font-family-primary);
    letter-spacing: 0.015em;
}

.btn-whatsapp,
.btn-map {
    letter-spacing: 0.02em;
}

/* -------- Contact page priority -------- */
.contact-form-title {
    font-family: var(--font-family-display);
    font-size: clamp(1.25rem, 2.2vw, 1.45rem);
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 var(--spacing-5);
    letter-spacing: -0.015em;
    line-height: 1.2;
}

.contact-aside-title {
    font-family: var(--font-family-display);
    font-weight: 600;
    letter-spacing: -0.01em;
}

.contact-page .form-label {
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--color-primary);
    margin-bottom: 0.4rem;
}

.contact-page .form-optional {
    font-weight: 500;
    color: var(--text-muted);
    font-size: 0.9em;
}

.contact-page .form-control {
    font-size: 1rem;
    line-height: 1.45;
    min-height: 2.85rem;
    padding: 0.7rem 0.9rem;
}

.contact-page textarea.form-control {
    min-height: 8rem;
    line-height: 1.55;
}

.contact-page .submit-btn {
    font-size: 0.92rem;
    min-height: 48px;
    width: auto;
    min-width: 11rem;
    margin-top: 0.25rem;
}

.contact-hours-card h3 {
    font-family: var(--font-family-display);
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
    color: var(--color-primary);
    letter-spacing: -0.01em;
}

.contact-hours-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-hours-card li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.4rem 0;
    font-size: 0.9rem;
    line-height: 1.4;
    border-bottom: 1px solid rgba(var(--color-navy-rgb), 0.06);
}

.contact-hours-card li:last-child {
    border-bottom: 0;
}

.contact-hours-card .day {
    font-weight: 500;
    color: var(--color-primary);
}

.contact-hours-card .time {
    color: var(--text-muted);
    font-variant-numeric: tabular-nums;
    text-align: right;
}

.contact-hours-card .time.closed {
    color: rgba(var(--color-navy-rgb), 0.45);
}

.faq-item summary {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    text-wrap: pretty;
}

.faq-item p {
    font-size: 0.95rem;
    line-height: 1.65;
}

/* Footer readability */
.footer-tagline {
    font-size: 0.9rem;
    line-height: 1.55;
    max-width: 22rem;
}

.footer-contact-list a,
.footer-hours li {
    font-size: 0.88rem;
    line-height: 1.45;
}

@media (max-width: 900px) {
    .contact-page-section {
        padding-top: var(--spacing-6);
    }

    .contact-aside-title {
        font-size: 1.15rem;
        margin-bottom: 0.65rem;
    }

    .contact-form-title {
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }

    .contact-quick-label {
        font-size: 0.88rem;
        line-height: 1.25;
    }

    .contact-quick-detail {
        font-size: 0.8rem;
        line-height: 1.35;
        word-break: break-word;
    }

    .contact-quick-link {
        padding: 0.75rem 0;
        min-height: 0;
    }

    .contact-page .submit-btn {
        width: 100%;
    }

    .contact-hours-section {
        padding-block: var(--section-spacing-mobile);
    }

    .contact-hours-card h3 {
        font-size: 1.1rem;
    }

    .contact-hours-card li {
        font-size: 0.86rem;
        padding: 0.45rem 0;
    }

    .faq-item summary {
        font-size: 0.95rem;
        padding-block: 0.85rem;
    }

    .faq-item p {
        font-size: 0.9rem;
    }

    .contact-page .branch-name {
        font-size: 1.2rem;
    }

    .contact-page .branch-address {
        font-size: 0.88rem;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: clamp(1.5rem, 6.5vw, 1.85rem);
    }

    .section-subtitle {
        font-size: 0.9rem;
        line-height: 1.55;
        padding-inline: 0.15rem;
    }

    .btn,
    .btn-primary,
    .btn-secondary,
    .btn-cta {
        font-size: 0.9rem;
        min-height: 46px;
    }

    .contact-page .form-control {
        font-size: 16px; /* prevent iOS zoom */
    }

    .menu-page .menu-item-title,
    .menu-item-title {
        font-size: 1rem;
        line-height: 1.3;
    }

    .footer-tagline {
        font-size: 0.86rem;
    }
}

/* =========================================================
   Contact page — align with bakery editorial system
   Strip SaaS card chrome; keep SEO headings & links
========================================================= */

.contact-page-section {
    padding-top: clamp(2.25rem, 5vw, 3.5rem);
    padding-bottom: clamp(2.25rem, 5vw, 3.5rem);
    background: var(--background-light);
}

.contact-page .contact-layout {
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: start;
    max-width: 1100px;
}

.contact-page .contact-aside {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    height: auto;
}

.contact-page .contact-aside-title,
.contact-page .contact-form-title {
    font-family: var(--font-family-display);
    font-size: clamp(1.35rem, 2.4vw, 1.65rem);
    font-weight: 600;
    letter-spacing: -0.015em;
    margin: 0 0 1.15rem;
    color: var(--color-primary);
}

.contact-page .contact-quick-list {
    gap: 0;
}

.contact-page .contact-quick-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    padding: 0.85rem 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(var(--color-navy-rgb), 0.1);
    min-height: 0;
}

.contact-page .contact-quick-link:hover,
.contact-page .contact-quick-link:focus-visible {
    background: transparent;
    color: var(--color-secondary);
}

.contact-page .contact-quick-label {
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 1.3;
}

.contact-page .contact-quick-link:hover .contact-quick-label,
.contact-page .contact-quick-link:focus-visible .contact-quick-label {
    color: var(--color-secondary);
}

.contact-page .contact-quick-detail {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.4;
}

.contact-page .contact-socials {
    margin-top: 1.25rem;
    gap: 1.25rem;
    padding-top: 0;
    border: 0;
}

.contact-page .contact-socials a {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-primary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.contact-page .contact-socials a:hover,
.contact-page .contact-socials a:focus-visible {
    color: var(--color-secondary);
    border-bottom-color: rgba(var(--color-terracotta-rgb), 0.45);
}

.contact-page .contact-form-container {
    max-width: none;
    margin: 0;
}

.contact-page .contact-form {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.contact-page .form-control {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(var(--color-navy-rgb), 0.14);
    border-radius: var(--radius-btn);
}

.contact-page .form-control:focus-visible {
    border-color: var(--color-secondary);
    box-shadow: 0 0 0 3px rgba(var(--color-terracotta-rgb), 0.15);
}

.contact-page .submit-btn {
    width: auto;
    min-width: 11rem;
}

.contact-page .contact-hours-section {
    background: var(--background-light);
    padding-block: clamp(2.5rem, 6vw, 4rem);
}

.contact-page .contact-hours-grid {
    gap: clamp(1.75rem, 4vw, 3rem);
    max-width: 40rem;
    margin-inline: auto;
}

.contact-page .contact-hours-card {
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(var(--color-navy-rgb), 0.12);
    border-radius: 0;
    box-shadow: none;
    padding: 1.15rem 0 0;
}

.contact-page .contact-faq-section {
    padding-block: clamp(2.5rem, 6vw, 4rem);
    background: #FFFCF7;
}

.contact-page .faq-list {
    max-width: 40rem;
    margin-inline: auto;
}

.contact-page .faq-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(var(--color-navy-rgb), 0.1);
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.contact-page .faq-item summary {
    font-family: var(--font-family-primary);
    font-weight: 600;
    color: var(--color-primary);
}

.contact-page .faq-item summary::after {
    color: var(--color-secondary);
    font-weight: 500;
}

@media (max-width: 900px) {
    .contact-page .contact-layout {
        gap: 2.25rem;
    }

    .contact-page .submit-btn {
        width: 100%;
    }

    .contact-page .contact-quick-link {
        padding: 0.75rem 0;
    }
}





