/* _content/DOTC.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* ═══ Footer ═══ */
.dotc-footer[b-ehlnoavum3] {
    background: #2a241f;
    color: rgba(251,246,238,0.65);
    padding: 64px 28px 28px;
    margin-top: 0;
}

.dotc-footer-inner[b-ehlnoavum3] {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
}

.dotc-footer-brand .dotc-footer-logo[b-ehlnoavum3] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fbf6ee;
    font-family: 'Newsreader', serif;
    font-weight: 500;
    font-size: 1.08rem;
    letter-spacing: -0.01em;
    margin-bottom: 14px;
}

.dotc-footer-brand p[b-ehlnoavum3] {
    font-size: 0.88rem;
    line-height: 1.65;
}

.dotc-footer-col h4[b-ehlnoavum3] {
    color: #e8d8b8;
    font-family: 'Geist Mono', monospace;
    font-size: 0.74rem;
    font-weight: 500;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.dotc-footer-col a[b-ehlnoavum3] {
    display: block;
    color: rgba(251,246,238,0.55);
    text-decoration: none;
    font-size: 0.92rem;
    padding: 3px 0;
    transition: color 0.15s;
}

.dotc-footer-col a:hover[b-ehlnoavum3] {
    color: #d97a52;
}

.dotc-footer-col a.dotc-footer-facebook[b-ehlnoavum3] {
    color: #fbf6ee;
}

.dotc-footer-bottom[b-ehlnoavum3] {
    max-width: 1240px;
    margin: 40px auto 0;
    padding-top: 24px;
    border-top: 1px solid rgba(251,246,238,0.1);
    font-family: 'Geist Mono', monospace;
    font-size: 0.74rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

@media (max-width: 960px) {
    .dotc-footer-inner[b-ehlnoavum3] {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 600px) {
    .dotc-footer-inner[b-ehlnoavum3] {
        grid-template-columns: 1fr;
    }

    .dotc-footer-bottom[b-ehlnoavum3] {
        flex-direction: column;
        text-align: center;
    }
}
/* _content/DOTC.Web/Components/Pages/About.razor.rz.scp.css */
[b-25f15c3zht] .discipline-btn {
    min-width: 120px;
}
/* _content/DOTC.Web/Components/Pages/Home.razor.rz.scp.css */
/* ═══ Hero ═══ */
.dotc-hero[b-j4uu3o2206] {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    padding: 120px 24px 96px;
    text-align: center;
    color: var(--mud-palette-text-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    background:
        radial-gradient(1200px 700px at 80% -20%, rgba(232,216,184,0.95), transparent 60%),
        radial-gradient(1100px 800px at 0% 110%, rgba(179,90,54,0.18), transparent 65%),
        linear-gradient(180deg, var(--mud-palette-background) 0%, color-mix(in srgb, var(--mud-palette-background) 85%, #2a241f) 100%);
}

/* Topographic contour lines */
.dotc-hero[b-j4uu3o2206]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        repeating-radial-gradient(
            ellipse 1400px 900px at 110% -40%,
            transparent 0,
            transparent 38px,
            rgba(179,90,54,0.08) 38px,
            rgba(179,90,54,0.08) 39px
        );
    pointer-events: none;
}

/* Subtle paper grain */
.dotc-hero[b-j4uu3o2206]::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.5;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.16  0 0 0 0 0.13  0 0 0 0 0.10  0 0 0 0.06 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

.dotc-hero > *[b-j4uu3o2206] {
    position: relative;
}

.dotc-hero-logo[b-j4uu3o2206] {
    display: block;
    width: min(150px, 34vw);
    max-height: 120px;
    object-fit: contain;
    margin: 0 auto 28px;
}

.dotc-hero-title[b-j4uu3o2206] {
    font-family: 'Newsreader', serif !important;
    font-weight: 400 !important;
    font-size: clamp(2.8rem, 6.4vw, 5.5rem) !important;
    line-height: 1.0 !important;
    letter-spacing: -0.025em !important;
    margin: 0 0 16px !important;
    color: var(--mud-palette-text-primary) !important;
}

.dotc-hero-title em[b-j4uu3o2206],
.dotc-hero-title i[b-j4uu3o2206] {
    font-style: italic;
    color: #b35a36;
}

.dotc-hero-location[b-j4uu3o2206] {
    font-family: 'Newsreader', serif !important;
    font-weight: 300 !important;
    font-style: italic !important;
    font-size: 1.4rem !important;
    color: var(--mud-palette-text-secondary) !important;
    margin: 0 auto 36px !important;
    max-width: 620px;
    line-height: 1.4 !important;
}

.dotc-hero-tagline[b-j4uu3o2206] {
    margin-top: auto;
    width: min(1080px, calc(100% - 32px));
    color: var(--mud-palette-text-primary);
    padding: 36px 0 34px;
    border-top: 1px solid var(--mud-palette-divider);
    font-family: 'Newsreader', serif;
    font-size: clamp(2rem, 4.4vw, 3.6rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.dotc-hero-buttons[b-j4uu3o2206] {
    display: inline-flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4px;
}

.dotc-hero-btn-primary[b-j4uu3o2206] {
    background: #b35a36 !important;
    color: #fbf6ee !important;
    font-family: 'Geist', sans-serif !important;
    font-weight: 500 !important;
    border-radius: 999px !important;
    padding: 11px 22px !important;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05), 0 8px 24px -12px rgba(179,90,54,0.45) !important;
    cursor: pointer;
    transition: transform 0.15s, background 0.15s, box-shadow 0.15s;
}

.dotc-hero-btn-primary:hover[b-j4uu3o2206] {
    background: #8a4123 !important;
    transform: translateY(-1px);
    box-shadow: 0 1px 0 rgba(0,0,0,0.05), 0 12px 28px -12px rgba(138,65,35,0.55) !important;
}

.dotc-hero-btn-outline[b-j4uu3o2206] {
    background: transparent !important;
    color: var(--mud-palette-text-primary) !important;
    border: 1px solid var(--mud-palette-divider) !important;
    font-family: 'Geist', sans-serif !important;
    font-weight: 500 !important;
    border-radius: 999px !important;
    padding: 11px 22px !important;
    cursor: pointer;
    transition: transform 0.15s, background 0.15s;
}

.dotc-hero-btn-outline:hover[b-j4uu3o2206] {
    background: color-mix(in srgb, var(--mud-palette-background) 85%, #2a241f) !important;
    transform: translateY(-1px);
}

.dotc-hero-badge[b-j4uu3o2206] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    margin-bottom: 28px;
    padding: 6px 14px;
    background: #d8e7e4;
    color: #2f6b6a;
    font-family: 'Geist Mono', ui-monospace, monospace;
    font-size: 0.78rem;
    border-radius: 999px;
}

.dotc-hero-badge[b-j4uu3o2206]::before {
    content: '●';
    color: #2f6b6a;
    font-size: 0.6rem;
}

/* ═══ Info Strip ═══ */
.dotc-info-strip[b-j4uu3o2206] {
    background: var(--mud-palette-surface);
    border-top: 1px solid var(--mud-palette-divider);
    border-bottom: 1px solid var(--mud-palette-divider);
}

.dotc-info-inner[b-j4uu3o2206] {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.dotc-info-item[b-j4uu3o2206] {
    padding: 36px 28px;
    border-right: 1px solid var(--mud-palette-divider);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.dotc-info-item:last-child[b-j4uu3o2206] {
    border-right: none;
}

.dotc-info-icon[b-j4uu3o2206] {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px;
    background: #d8e7e4 !important;
    color: #2f6b6a !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem !important;
    margin-bottom: 6px;
    padding: 10px;
}

.dotc-info-heading[b-j4uu3o2206] {
    font-family: 'Newsreader', serif !important;
    font-weight: 500 !important;
    font-size: 1.2rem !important;
    letter-spacing: -0.01em !important;
    margin: 0 !important;
}

.dotc-info-text[b-j4uu3o2206] {
    color: var(--mud-palette-text-secondary) !important;
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

.dotc-info-open[b-j4uu3o2206] {
    color: #3f8f6e;
    font-weight: 600;
    font-size: 0.78rem;
    font-family: 'Geist Mono', monospace;
}

.dotc-info-note[b-j4uu3o2206] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.78rem;
    font-family: 'Geist Mono', monospace;
}

/* ═══ Sections ═══ */
.dotc-section[b-j4uu3o2206] {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
}

.dotc-new-section[b-j4uu3o2206] {
    margin-top: 0;
    padding: 96px 0;
    border-top: 1px solid var(--mud-palette-divider);
    background: color-mix(in srgb, var(--mud-palette-background) 88%, #2a241f);
}

.dotc-section-title[b-j4uu3o2206] {
    font-family: 'Newsreader', serif !important;
    font-weight: 400 !important;
    letter-spacing: -0.022em !important;
    line-height: 1.05 !important;
    margin-bottom: 14px !important;
}

.dotc-section-title em[b-j4uu3o2206],
.dotc-section-title i[b-j4uu3o2206] {
    font-style: italic;
    color: #b35a36;
}

.dotc-section-subtitle[b-j4uu3o2206] {
    color: var(--mud-palette-text-secondary) !important;
    max-width: 560px;
    margin: 0 auto 64px !important;
    font-size: 1.04rem !important;
    line-height: 1.65 !important;
}

/* ═══ Discipline Cards ═══ */
.dotc-discipline-card[b-j4uu3o2206] {
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: var(--mud-palette-surface) !important;
    border: 1px solid var(--mud-palette-divider) !important;
    border-radius: 18px !important;
    overflow: hidden;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s !important;
}

.dotc-discipline-card:hover[b-j4uu3o2206] {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px -22px rgba(42,36,31,0.22) !important;
    border-color: rgba(179,90,54,0.4) !important;
}

/* Per-discipline brand color stripe (always visible, slim) */
.dotc-discipline-accent[b-j4uu3o2206] {
    height: 2px;
    flex-shrink: 0;
    /* background is set inline by Home.razor: style="background: @accentColor;" */
}

.dotc-discipline-body[b-j4uu3o2206] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 28px 26px 22px !important;
}

.dotc-discipline-icon[b-j4uu3o2206] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    flex-shrink: 0;
    /* background and color set inline by Home.razor */
}

.dotc-discipline-name[b-j4uu3o2206] {
    font-family: 'Newsreader', serif !important;
    font-weight: 500 !important;
    font-size: 1.6rem !important;
    line-height: 1.1 !important;
    letter-spacing: -0.015em !important;
    margin-bottom: 10px !important;
}

.dotc-discipline-desc[b-j4uu3o2206] {
    color: var(--mud-palette-text-secondary) !important;
    flex: 1;
    font-size: 0.96rem !important;
    line-height: 1.6 !important;
    margin-bottom: 24px !important;
}

.dotc-discipline-footer[b-j4uu3o2206] {
    padding: 16px 26px;
    border-top: 1px solid var(--mud-palette-divider);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.86rem;
}

.dotc-discipline-count[b-j4uu3o2206] {
    font-family: 'Geist Mono', monospace !important;
    color: var(--mud-palette-text-secondary) !important;
    font-size: 0.8rem !important;
}

.dotc-discipline-arrow[b-j4uu3o2206] {
    color: #b35a36 !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: transform 0.2s;
}

.dotc-discipline-card:hover .dotc-discipline-arrow[b-j4uu3o2206] {
    transform: translateX(3px);
}

/* ═══ Testimonial ═══ */
.dotc-testimonial[b-j4uu3o2206] {
    background: var(--mud-palette-surface) !important;
    border: 1px solid var(--mud-palette-divider) !important;
    border-radius: 22px !important;
    padding: 42px 40px !important;
    position: relative;
    box-shadow: 0 1px 0 var(--mud-palette-divider), 0 24px 60px -36px rgba(42,36,31,0.2) !important;
    text-align: left;
}

.dotc-testimonial[b-j4uu3o2206]::before {
    content: '"';
    position: absolute;
    top: 28px;
    left: 32px;
    width: 44px;
    height: 44px;
    background: #b35a36;
    color: #fbf6ee;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Newsreader', serif;
    font-style: italic;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
    padding-bottom: 6px;
}

.dotc-testimonial-quote[b-j4uu3o2206] {
    font-family: 'Newsreader', serif !important;
    font-weight: 400;
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.45;
    letter-spacing: -0.01em;
    color: var(--mud-palette-text-primary);
    margin: 64px 0 0 !important;
}

/* ═══ Responsive ═══ */
@media (max-width: 960px) {
    .dotc-info-inner[b-j4uu3o2206] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .dotc-hero[b-j4uu3o2206] {
        padding-top: 96px;
    }

    .dotc-hero-logo[b-j4uu3o2206] {
        width: min(118px, 40vw);
        max-height: 96px;
        margin-bottom: 22px;
    }

    .dotc-hero-title[b-j4uu3o2206] {
        font-size: 2.4rem !important;
    }

    .dotc-hero-tagline[b-j4uu3o2206] {
        width: calc(100% - 28px);
        padding: 30px 0 28px;
        font-size: 1.8rem;
    }

    .dotc-hero-buttons[b-j4uu3o2206] {
        flex-direction: column;
        align-items: center;
    }

    .dotc-info-inner[b-j4uu3o2206] {
        grid-template-columns: 1fr;
    }

    .dotc-info-item[b-j4uu3o2206] {
        border-right: none;
        border-bottom: 1px solid var(--mud-palette-divider);
    }

    .dotc-info-item:last-child[b-j4uu3o2206] {
        border-bottom: none;
    }
}
/* _content/DOTC.Web/Components/Pages/ProgramClasses.razor.rz.scp.css */
.dotc-class-card[b-hv16bqd8nl] {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease;
}

.dotc-class-card:hover[b-hv16bqd8nl] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

.dotc-class-card--unavailable[b-hv16bqd8nl] {
    opacity: 0.6;
}

.dotc-class-card--unavailable:hover[b-hv16bqd8nl] {
    box-shadow: none !important;
}

.dotc-class-description[b-hv16bqd8nl] {
    white-space: pre-wrap;
    line-height: 1.55;
    color: var(--mud-palette-text-secondary);
}

.dotc-class-description-toggle[b-hv16bqd8nl] {
    min-width: 0;
    text-transform: none;
    font-weight: 500;
}

.dotc-obedience-flow__steps[b-hv16bqd8nl] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.dotc-obedience-flow__step[b-hv16bqd8nl] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    padding: 0.65rem 0.9rem;
    background: var(--mud-palette-surface);
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 6.5rem;
}

.dotc-obedience-flow__name[b-hv16bqd8nl] {
    font-weight: 600;
}

.dotc-obedience-flow__age[b-hv16bqd8nl] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.78rem;
    line-height: 1.2;
}

.dotc-obedience-flow__requirement[b-hv16bqd8nl] {
    color: var(--mud-palette-primary);
    font-size: 0.76rem;
    line-height: 1.2;
}

.dotc-obedience-flow__arrow[b-hv16bqd8nl] {
    color: var(--mud-palette-primary);
}

@media (max-width: 600px) {
    .dotc-obedience-flow__steps[b-hv16bqd8nl] {
        align-items: stretch;
        flex-direction: column;
    }

    .dotc-obedience-flow__step[b-hv16bqd8nl] {
        text-align: center;
    }

    .dotc-obedience-flow__arrow[b-hv16bqd8nl] {
        align-self: center;
        transform: rotate(90deg);
    }
}
/* _content/DOTC.Web/Components/Pages/ProgramSessions.razor.rz.scp.css */
.dotc-session-card[b-ndg9tp24bz] {
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: default;
    transition: box-shadow 0.2s ease, transform 0.15s ease;
}
.dotc-session-card:hover[b-ndg9tp24bz] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-2px);
}
.dotc-session-card--muted[b-ndg9tp24bz] { opacity: 0.7; }
.dotc-session-card--muted:hover[b-ndg9tp24bz] { box-shadow: none !important; transform: none; }
.dotc-session-card--empty[b-ndg9tp24bz] { opacity: 0.55; }
.dotc-session-card--empty:hover[b-ndg9tp24bz] { box-shadow: none !important; transform: none; }

.dotc-session-description[b-ndg9tp24bz] {
    white-space: pre-wrap;
    line-height: 1.55;
    color: var(--mud-palette-text-secondary);
}

.dotc-session-description-toggle[b-ndg9tp24bz] {
    min-width: 0;
    text-transform: none;
    font-weight: 500;
}

.dotc-view-classes-link[b-ndg9tp24bz] {
    cursor: pointer;
}
