/* ===== Prototype visual brush-up (content-preserving) ===== */
:root {
    --mf-yellow: #f3ea9a;
    --mf-green: #31484e;
    --mf-coral: #f08372;
    --mf-ink: #393b43;
    --mf-grey: #e0e4dc;
    --mf-plum: #44303e;
    --mf-ice: #d6ebe7;
    --mf-yellow-rgb: 243, 234, 154;
    --mf-green-rgb: 49, 72, 78;
    --mf-coral-rgb: 240, 131, 114;
    --mf-ice-rgb: 214, 235, 231;
    --mf-white-rgb: 255, 255, 255;
    --mf-radius: 28px;
    --mf-header-height: 82px;
    --mf-header-z: 100;
}

html {
    scroll-padding-top: calc(var(--mf-header-height) + 10px);
}

body {
    font-family: "Familjen Grotesk", "Poppins", sans-serif;
    background: var(--mf-yellow);
    color: var(--mf-green);
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-artists-desktop,
.hero-artists-mobile {
    font-family: "Familjen Grotesk", "Barlow", sans-serif !important;
    color: var(--mf-green);
    letter-spacing: -0.03em;
}

h1,
.herosection h1,
.textsectionBtm h1,
.infosec h1 {
    font-weight: 700;
    line-height: 0.95;
}

p,
.text-content p,
.bg-sec p,
.accordion-body {
    color: var(--mf-green);
}

a {
    color: var(--mf-coral);
}

a:hover {
    color: var(--mf-green);
}

.container {
    max-width: 1180px;
}

.hdr {
    position: sticky !important;
    top: 0;
    height: auto;
    min-height: var(--mf-header-height);
    z-index: var(--mf-header-z);
    background: rgba(var(--mf-yellow-rgb), 0.86) !important;
    border-bottom: 1px solid rgba(var(--mf-green-rgb), 0.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.navbar {
    padding: 14px 0 10px;
}

.hdr .navbar-brand img {
    width: 190px;
}

.navfull {
    background: rgba(var(--mf-yellow-rgb), 0.97) !important;
}

.navbar-nav {
    gap: clamp(18px, 3vw, 40px);
}

.nav-item a,
.nav-item span,
.navbar-nav .nav-link {
    color: var(--mf-green) !important;
    font-size: 18px !important;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.nav-item a:hover,
.nav-item a:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--mf-coral) !important;
}

.navbar-toggler img,
.socialicon a img,
.primarybtn img {
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.navbar-toggler:hover img,
.socialicon a:hover img {
    transform: translateY(-1px);
}

.primarybtn,
.primarybtn1,
.btnsecondary,
.contact button,
a.primarybtn.program-btn {
    width: auto !important;
    min-width: 150px;
    height: auto !important;
    min-height: 46px;
    padding: 12px 22px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 999px !important;
    background: var(--mf-coral) !important;
    color: #fff !important;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(var(--mf-green-rgb), 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primarybtn:hover,
.primarybtn1:hover,
.btnsecondary:hover,
.contact button:hover,
a.primarybtn.program-btn:hover {
    background: var(--mf-green) !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(var(--mf-green-rgb), 0.18);
}

.primarybtn.mobile-buybtn {
    min-width: 0;
    min-height: 38px;
    padding: 9px 14px !important;
    font-size: 13px !important;
}

.herosection,
.textsection,
.gallery,
.mobilesec,
.mobilesec1,
.textsectionBtm,
.bg-sec,
.innertext1 {
    background-color: var(--mf-yellow);
}

.herosection {
    position: relative;
    overflow: hidden;
}

.herosection::before {
    background: radial-gradient(circle, rgba(var(--mf-coral-rgb), 0.26), rgba(var(--mf-coral-rgb), 0) 66%) !important;
    width: min(44vw, 520px) !important;
    height: min(44vw, 520px) !important;
    left: -12vw !important;
    bottom: -16vw !important;
    opacity: 1;
}

.herosection::after {
    background: radial-gradient(circle, rgba(var(--mf-ice-rgb), 0.9), rgba(var(--mf-ice-rgb), 0) 68%) !important;
    width: min(38vw, 460px) !important;
    height: min(38vw, 460px) !important;
    right: -12vw !important;
    bottom: -12vw !important;
    opacity: 1;
}

.hero-image-wrapper,
.herosection .container img.w-100,
.program1 img.banner,
.innertext1,
.bg-sec,
.bg-sec1,
.accordion,
.camping,
.teamdiv img,
.teambtm {
    border-radius: var(--mf-radius) !important;
}

.hero-image-wrapper {
    box-shadow: 0 24px 60px rgba(var(--mf-green-rgb), 0.16);
}

.counterBanner,
.toplink ul li a,
.accordion-item,
.contact input,
.contact textarea {
    border-color: rgba(var(--mf-green-rgb), 0.18) !important;
    border-radius: 22px !important;
    background: rgba(var(--mf-white-rgb), 0.42) !important;
}

.counterTop,
.bg-sec1,
.teambtm {
    background: var(--mf-coral) !important;
}

.counterTop,
.counterBanner span,
.textsection2 h4,
.text-content h4,
.text-content h2,
.text-content p span,
.mobilesec h2,
.colapsSec h3,
.camping h3,
.accordion-button:not(.collapsed) {
    color: var(--mf-coral) !important;
}

.counts,
.accordion-button,
.toplink ul li a,
.innertext1 h2,
.clr-blue {
    color: var(--mf-green) !important;
}

.camping {
    background-color: var(--mf-plum) !important;
}

/* Override the old purple hero banner (.infosec) with prototype styling */
.infosec {
    background: var(--mf-green) !important;
    margin-top: 0 !important;
    padding: clamp(4rem, 10vw, 8rem) 0;
    border-radius: 0;
}

.infosec > img {
    display: none !important;
}

.infosec::before,
.infosec::after {
    content: none !important;
}

.infosec h1 {
    font-family: "Familjen Grotesk", system-ui, sans-serif !important;
    color: var(--mf-yellow) !important;
    font-size: clamp(2.5rem, 7vw, 5rem) !important;
    letter-spacing: -0.03em;
    text-transform: none !important;
}

.infosec p {
    color: rgba(var(--mf-yellow-rgb), 0.78) !important;
    font-size: clamp(1rem, 1.5vw, 1.15rem) !important;
}

/* Override hoverdiv purple hover */
.hoverdiv:hover {
    background: var(--mf-green) !important;
}

/* Hide old wave decoration on simple footers */
.footerTop1::before {
    content: none !important;
}

/* Override .footeriner old background image */
.footeriner {
    background: var(--mf-ice) !important;
    height: auto !important;
    border-radius: var(--mf-radius) !important;
    color: var(--mf-green) !important;
}
.footeriner h1,
.footeriner h2,
.footeriner h3,
.footeriner h4,
.footeriner p,
.footeriner a:not(.primarybtn) {
    color: var(--mf-green) !important;
}

/* Remove old gallery wave decoration */
.gallery::after {
    content: none !important;
}

footer {
    padding: 0;
    overflow: hidden;
    background: var(--mf-ink) !important;
    color: var(--mf-yellow);
}

footer::before {
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--mf-yellow), var(--mf-coral), var(--mf-yellow)) !important;
    opacity: 1;
}

footer::after,
.footerTop::before,
.footerBottom::before,
.footerBottom::after {
    content: none !important;
}

.footerTop {
    padding: clamp(56px, 8vw, 96px) 0 clamp(32px, 5vw, 60px);
}

.ftrinner {
    width: min(760px, 100%);
    border-bottom: 1px solid rgba(var(--mf-yellow-rgb), 0.24);
}

.ftrinner h2 {
    color: var(--mf-yellow);
    font-size: clamp(38px, 6vw, 72px);
}

.ftrinner p,
.footerBottom p {
    color: rgba(var(--mf-yellow-rgb), 0.76);
}

.footerBottom {
    padding: 34px 0 44px;
}

.footerBottom .container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(140px, 0.5fr) minmax(260px, 1.4fr) minmax(160px, 0.5fr);
    align-items: center;
    gap: 26px;
}

.footerBottom img {
    max-width: 150px;
    justify-self: start;
}

.footerBottom ul {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px 22px !important;
    padding: 0;
    margin: 0 !important;
}

.footerBottom ul li {
    padding: 0;
}

.footerBottom ul li::after {
    content: none;
}

.footerBottom ul li a {
    color: rgba(var(--mf-yellow-rgb), 0.82) !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.footerBottom ul li a:hover {
    color: var(--mf-yellow) !important;
}

.footerBottom .socialicon {
    justify-content: flex-end !important;
    margin: 0 !important;
}

.footerBottom svg {
    fill: var(--mf-yellow);
    opacity: 0.78;
}

.footerBottom a:hover svg {
    opacity: 1;
}

@media (min-width: 992px) {
    .hdr .navbar {
        gap: 10px;
    }

    .navfull {
        position: static !important;
        height: auto !important;
        width: 100% !important;
        margin-top: 8px !important;
        background: transparent !important;
        text-align: center;
    }

    .navbar-nav {
        width: 100%;
        margin-top: 0 !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .navbar-nav .nav-item.text-center {
        display: flex;
        gap: clamp(18px, 3vw, 40px);
        margin-top: 0 !important;
    }

    .navbar-nav .nav-link {
        font-size: 15px !important;
    }

    .navbar-nav .nav-item.text-center span {
        font-size: 14px !important;
    }

    .navbar-nav .nav-item.text-center br {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .hdr .navbar-brand img {
        width: 150px;
    }

    .navfull {
        position: absolute !important;
        top: 100%;
        left: 0;
        min-height: calc(100vh - var(--mf-header-height));
        height: auto !important;
        padding: 48px 20px;
        border-top: 1px solid rgba(var(--mf-green-rgb), 0.14);
    }

    .navbar-nav {
        margin-top: 0 !important;
        gap: 18px;
    }

    .navbar-nav .nav-link,
    .navbar-nav .nav-item.text-center span {
        font-size: 24px !important;
    }

    .footerBottom .container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footerBottom img,
    .footerBottom .socialicon {
        justify-self: center;
        justify-content: center !important;
    }
}

/* =============================================================
   PROTOTYPE SECTION STYLES — Option B visual upgrade
   ============================================================= */

/* ---------- Proto Hero ---------- */
.proto-hero {
    position: relative;
    overflow: hidden;
    background-color: var(--mf-yellow);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.proto-hero__overlay {
    position: absolute;
    inset: 0;
    background: var(--mf-yellow);
    opacity: 0.75;
    pointer-events: none;
}
.proto-hero__overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--mf-yellow) 0%, transparent 40%);
}

.proto-hero .container {
    position: relative;
    z-index: 1;
}

.proto-hero__watermark {
    position: absolute;
    left: -8vw;
    top: -6vw;
    width: 42vw;
    max-width: 520px;
    opacity: 0.08;
    pointer-events: none;
    transform: scaleY(-1);
}

/* Subpage hero: guitar watermark instead of photo background */

.proto-hero__eyebrow {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: clamp(10px, 1.2vw, 13px);
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: rgba(var(--mf-green-rgb), 0.7);
    margin-bottom: 0.25rem;
    text-align: right;
}

.proto-hero__title {
    font-family: "Familjen Grotesk", system-ui, sans-serif !important;
    font-weight: 700;
    font-size: clamp(3rem, 10vw, 9rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
    color: var(--mf-green);
    white-space: pre-line;
    margin: 0;
}

.proto-hero__subtitle {
    margin-top: clamp(1rem, 3vw, 2rem);
    max-width: 540px;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.45;
    color: rgba(var(--mf-green-rgb), 0.78);
    font-weight: 400;
}

.proto-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.proto-hero__lineup {
    margin-top: clamp(1rem, 3vw, 2rem);
}

.proto-hero__image {
    margin-top: clamp(1.5rem, 4vw, 3rem);
    border-radius: var(--mf-radius);
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(var(--mf-green-rgb), 0.16);
}

.proto-hero__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--mf-radius);
}

/* ---------- Proto Lineup (backslash artist list) ---------- */
.proto-lineup {
    background: var(--mf-yellow);
    padding: clamp(2.5rem, 5vw, 5rem) 0;
}

.proto-lineup__eyebrow {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: clamp(10px, 1.1vw, 12px);
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: rgba(var(--mf-green-rgb), 0.65);
    margin-bottom: 1rem;
}

.proto-lineup__link {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--mf-coral);
    text-decoration: none;
    transition: color 0.2s;
}

.proto-lineup__link:hover {
    color: var(--mf-green);
}

.proto-lineup__names {
    font-family: "Familjen Grotesk", system-ui, sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 4vw, 3.5rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--mf-green);
}

.proto-lineup__names .slash {
    opacity: 0.4;
    padding: 0 0.15em;
    font-weight: 500;
}

.proto-lineup__names .minor-name {
    font-size: 0.7em;
    font-weight: 600;
    opacity: 0.85;
}

/* Mobile: one name per line, no slashes */
@media (max-width: 767.98px) {
    .proto-lineup__names .slash {
        display: none;
    }
    .proto-lineup__names span,
    .proto-lineup__names a {
        display: block;
        margin-bottom: 0.15em;
    }
}

/* ---------- Proto Countdown ---------- */
.proto-countdown {
    background: rgba(var(--mf-white-rgb), 0.42);
    border: 1px solid rgba(var(--mf-green-rgb), 0.15);
    border-radius: 22px;
    padding: 20px 28px;
    max-width: 480px;
    margin: 0 auto;
}

.proto-countdown__label {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(var(--mf-green-rgb), 0.6);
    text-align: center;
    margin-bottom: 12px;
}

.proto-countdown__grid {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.proto-countdown__unit {
    text-align: center;
    flex: 1;
}

.proto-countdown__number {
    font-family: "Familjen Grotesk", system-ui, sans-serif;
    font-weight: 700;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    line-height: 1;
    color: var(--mf-green);
}

.proto-countdown__text {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(var(--mf-green-rgb), 0.55);
    margin-top: 4px;
}

/* ---------- Proto Section Heading ---------- */
.proto-section-heading__eyebrow {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    opacity: 0.7;
    margin-bottom: 0.75rem;
}

.proto-section-heading__title {
    font-family: "Familjen Grotesk", system-ui, sans-serif !important;
    font-weight: 700;
    font-size: clamp(2.25rem, 6vw, 4.5rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
    color: var(--mf-green);
}

/* ---------- Proto Info Section (Græsrødder) ---------- */
.proto-info {
    background: var(--mf-yellow);
    padding: clamp(3rem, 6vw, 6rem) 0;
}

.proto-info__image {
    border-radius: var(--mf-radius);
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(var(--mf-green-rgb), 0.12);
}

.proto-info__image img {
    display: block;
    width: 100%;
    height: auto;
}

.proto-info__meta {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.proto-info__meta-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.proto-info__meta-item img {
    width: 22px;
    height: 22px;
    margin-top: 3px;
    opacity: 0.7;
}

.proto-info__meta-label {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(var(--mf-green-rgb), 0.55);
    margin-bottom: 2px;
}

.proto-info__meta-value {
    font-family: "Familjen Grotesk", system-ui, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: var(--mf-green);
}

.proto-info p {
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    line-height: 1.65;
    color: rgba(var(--mf-green-rgb), 0.8);
}

/* Dark-bg overrides for proto-info inside sec-green */
.sec-green .proto-info__meta-label {
    color: rgba(var(--mf-yellow-rgb), 0.6);
}
.sec-green .proto-info__meta-value {
    color: var(--mf-yellow);
}
.sec-green .proto-info p {
    color: rgba(var(--mf-yellow-rgb), 0.85) !important;
}
.sec-green .proto-info__meta-item img {
    filter: brightness(0) invert(0.85) sepia(0.3) saturate(1.5) hue-rotate(15deg);
    opacity: 0.6;
}

/* ---------- Proto Gallery Cards ---------- */
.proto-gallery {
    background: var(--mf-yellow);
    padding: clamp(2rem, 4vw, 4rem) 0;
}

.proto-card {
    position: relative;
    border-radius: var(--mf-radius);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.proto-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(var(--mf-green-rgb), 0.15);
}

.proto-card img.proto-card__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--mf-radius);
}

.proto-card__overlay {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 16px;
    background: var(--mf-coral);
    color: #fff;
    z-index: 2;
}

.proto-card__overlay--bottom {
    bottom: 12px;
    left: 12px;
    right: 12px;
}

.proto-card__overlay--top {
    top: 12px;
    left: 12px;
    right: 12px;
}

.proto-card__overlay img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.proto-card__overlay h5 {
    font-family: "Familjen Grotesk", system-ui, sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 2px;
    color: #fff;
}

.proto-card__overlay p {
    font-size: 11px;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.3;
}

/* ---------- Proto App Section ---------- */
.proto-app {
    background: var(--mf-green);
    color: var(--mf-yellow);
    padding: clamp(3rem, 6vw, 5rem) 0;
    border-radius: var(--mf-radius);
    margin: clamp(1.5rem, 3vw, 3rem) auto;
    max-width: 1180px;
    overflow: hidden;
    position: relative;
}

.proto-app h2 {
    font-family: "Familjen Grotesk", system-ui, sans-serif !important;
    color: var(--mf-yellow) !important;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
}

.proto-app p {
    color: rgba(var(--mf-yellow-rgb), 0.78);
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    line-height: 1.55;
}

.proto-app .imgsec img {
    height: 48px;
    transition: transform 0.2s ease;
}

.proto-app .imgsec img:hover {
    transform: translateY(-2px);
}

/* ---------- Proto "Kom med" / CTA section ---------- */
.proto-cta-section {
    background: var(--mf-ice);
    border-radius: var(--mf-radius);
    padding: clamp(2.5rem, 5vw, 4rem);
    margin: clamp(1.5rem, 3vw, 3rem) auto;
    max-width: 1180px;
    overflow: hidden;
}

.proto-cta-section h2 {
    font-family: "Familjen Grotesk", system-ui, sans-serif !important;
    color: var(--mf-green) !important;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
}

.proto-cta-section p,
.proto-cta-section li,
.proto-cta-section span {
    color: var(--mf-green);
}

/* ---------- Proto Ghost Button ---------- */
.proto-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border: 1px solid rgba(var(--mf-green-rgb), 0.3);
    border-radius: 999px;
    background: transparent;
    color: var(--mf-green);
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.proto-btn-ghost:hover {
    background: rgba(var(--mf-green-rgb), 0.06);
    color: var(--mf-green);
}

/* ---------- Proto Reveal animation ---------- */
@media (prefers-reduced-motion: no-preference) {
    .proto-reveal {
        opacity: 0;
        transform: translateY(8px);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }
    .proto-reveal.in {
        opacity: 1;
        transform: none;
    }
}

/* ==========================================================
   SUBPAGE HERO (shorter than homepage)
   ========================================================== */
.proto-hero--sub {
    padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(2rem, 4vw, 3rem);
}

/* Hide guitar in short subpage heroes — not enough height to display meaningfully */
.proto-hero--sub .proto-guitar--hero {
    display: none;
}

.proto-hero--sub .proto-hero__title {
    font-size: clamp(2.5rem, 8vw, 7rem);
}

/* Breadcrumb */
.proto-hero__breadcrumb {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: clamp(10px, 1.1vw, 12px);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(var(--mf-green-rgb), 0.7);
    margin-bottom: clamp(1rem, 2vw, 2rem);
}

.proto-hero__breadcrumb a {
    color: rgba(var(--mf-green-rgb), 0.7);
    text-decoration: none;
    transition: color 0.2s ease;
}

.proto-hero__breadcrumb a:hover {
    color: var(--mf-coral);
}

.proto-hero__breadcrumb .sep {
    margin: 0 0.5em;
    opacity: 0.5;
}

/* Subpage hero title */
.proto-hero__title {
    font-family: "Familjen Grotesk", system-ui, sans-serif !important;
    font-weight: 700;
    font-size: clamp(3rem, 10vw, 9rem);
    line-height: 0.92;
    letter-spacing: -0.03em;
    color: var(--mf-green);
    margin: 0;
}

.proto-hero__title .accent {
    color: var(--mf-coral);
}

.proto-hero__subtitle {
    margin-top: clamp(1rem, 2vw, 1.5rem);
    max-width: 540px;
    font-size: clamp(0.95rem, 1.6vw, 1.15rem);
    line-height: 1.5;
    color: rgba(var(--mf-green-rgb), 0.78);
    font-weight: 400;
}

/* ==========================================================
   GUITAR WATERMARK POSITIONS
   ========================================================== */
.proto-guitar {
    position: absolute;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
    line-height: 0;
}
/* Ensure any parent containing a guitar clips it */
.proto-hero,
.sec-pad,
section:has(.proto-guitar) {
    position: relative;
    overflow: hidden;
}
.proto-guitar svg {
    width: 100%;
    height: auto;
    display: block;
}

/* Hero: left-top, flipped Y, coral tint */
.proto-guitar--hero {
    left: 0;
    top: 0;
    width: 42vw;
    max-width: 500px;
    opacity: 0.10;
    transform: scaleY(-1);
    color: var(--mf-coral);
}

/* Left-bottom, for green/dark sections */
.proto-guitar--left {
    left: -4vw;
    bottom: -6vw;
    width: 38vw;
    max-width: 450px;
    opacity: 0.04;
    color: var(--mf-yellow);
}
.sec-yellow .proto-guitar--left {
    color: var(--mf-green);
    opacity: 0.03;
}

/* Right-center, flipped X, for coral sections */
.proto-guitar--right {
    right: -3vw;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    width: 40vw;
    max-width: 480px;
    opacity: 0.04;
    color: var(--mf-yellow);
}
.sec-yellow .proto-guitar--right,
.sec-coral .proto-guitar--right {
    color: #fff;
    opacity: 0.05;
}

/* Left-center, for yellow content sections */
.proto-guitar--left-center {
    left: -6%;
    top: 50%;
    transform: translateY(-50%);
    width: 35vw;
    max-width: 420px;
    opacity: 0.03;
    color: var(--mf-green);
}

@media (max-width: 768px) {
    .proto-guitar--hero,
    .proto-guitar--left,
    .proto-guitar--right,
    .proto-guitar--left-center {
        width: 50vw;
        max-width: none;
        opacity: 0.06;
    }
}

/* ==========================================================
   SECTION BACKGROUND UTILITIES
   ========================================================== */
.sec-yellow  { background-color: var(--mf-yellow); color: var(--mf-green); }
.sec-green   { background-color: var(--mf-green);  color: var(--mf-yellow); }
.sec-coral   { background-color: var(--mf-coral);  color: #fff; }
.sec-grey    { background-color: var(--mf-grey);   color: var(--mf-green); }
.sec-ice     { background-color: var(--mf-ice);    color: var(--mf-green); }
.sec-plum    { background-color: var(--mf-plum);   color: var(--mf-yellow); }

/* Text color overrides for dark backgrounds */
.sec-green h1, .sec-green h2, .sec-green h3, .sec-green h4, .sec-green p,
.sec-plum  h1, .sec-plum  h2, .sec-plum  h3, .sec-plum  h4, .sec-plum  p {
    color: var(--mf-yellow) !important;
}

.sec-green a, .sec-plum a { color: var(--mf-coral); }
.sec-green a:hover, .sec-plum a:hover { color: #fff; }

.sec-coral h1, .sec-coral h2, .sec-coral h3, .sec-coral h4, .sec-coral p {
    color: #fff !important;
}

.sec-coral a { color: var(--mf-yellow); }
.sec-coral a:hover { color: #fff; }

/* Generic section padding matching prototype density */
.sec-pad {
    padding: clamp(3rem, 6vw, 5rem) 0;
    position: relative;
    overflow: hidden;
}
