.ct-header {
    padding: 0;
}

.ct-content-without-vc .ct-content {
    padding: 0!important;
}

.workshop-page,
.workshop-page * {
    box-sizing: border-box;
}

.workshop-page {
    --navy: #061522;
    --navy-light: #10283b;
    --gold: #dca744;
    --gold-light: #f0cf86;
    --cream: #f5efe5;
    --paper: #fffaf2;
    --ink: #13202d;
    --muted: #65707a;
    --border: rgba(220, 167, 68, 0.42);

    width: 100vw;
    margin: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #fff;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
}

.workshop-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.workshop-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 72px;
    color: #fff;
    background:
        radial-gradient(
            circle at 80% 10%,
            rgba(220, 167, 68, 0.2),
            transparent 34%
        ),
        radial-gradient(
            circle at 10% 90%,
            rgba(220, 167, 68, 0.11),
            transparent 30%
        ),
        var(--navy);
}

/* .workshop-hero::before,
.workshop-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(220, 167, 68, 0.15);
    border-radius: 8px;
} */

.workshop-hero::before {
    top: -260px;
    left: -170px;
}

.workshop-hero::after {
    right: -190px;
    bottom: -300px;
}

.workshop-eyebrow {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 22px;
    color: var(--gold-light);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.workshop-eyebrow::before,
.workshop-eyebrow::after {
    content: "";
    width: 48px;
    height: 1px;
    background: var(--gold);
}

.workshop-title {
    max-width: 900px;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4rem, 11vw, 8.6rem);
    font-weight: 400;
    line-height: 0.78;
    letter-spacing: -0.055em;
    text-transform: uppercase;
}

.workshop-title strong {
    display: block;
    color: var(--gold-light);
    font-size: 0.62em;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.workshop-tagline {
    max-width: 720px;
    margin: 34px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.7;
}

.workshop-external-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.workshop-external-link-icon {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.workshop-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 42px;
    overflow: hidden;
    border: 1px solid rgba(220, 167, 68, 0.42);
    border-radius: 8px;
    background: rgba(220, 167, 68, 0.42);
}

.workshop-meta-item {
    min-height: 112px;
    padding: 24px;
    background: rgba(6, 21, 34, 0.94);
}

.workshop-meta-label {
    display: block;
    margin-bottom: 8px;
    color: var(--gold);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.workshop-meta-value {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

.workshop-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.workshop-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    border: 1px solid var(--gold);
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.workshop-button-primary {
    background: var(--gold);
    color: var(--navy);
}

.workshop-button-secondary {
    background: transparent;
    color: #fff;
}

.workshop-section {
    padding: 72px 0;
}

.workshop-section-heading {
    margin: 0 0 16px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.1rem, 5vw, 3.6rem);
    font-weight: 400;
    line-height: 1.05;
}

.workshop-section-copy {
    max-width: 680px;
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.7;
}

.workshop-donations {
    background: #fff;
    border-bottom: 0;
}

.workshop-donation-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 54px;
    align-items: center;
}

.workshop-donation-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.workshop-donation-card {
    min-height: 230px;
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.workshop-donation-card img {
    display: block;
    width: 150px;
    max-width: 100%;
    height: 150px;
    margin: 0 auto 14px;
    object-fit: contain;
}

.workshop-donation-fallback {
    display: flex;
    width: 150px;
    max-width: 100%;
    height: 150px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    border: 1px dashed var(--border);
    border-radius: 8px;
    color: var(--muted);
    font-size: 0.82rem;
}

.workshop-donation-name {
    display: block;
    color: var(--navy);
    font-weight: 700;
}

.workshop-donation-detail {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.4;
}

.workshop-content {
    background: #f5efe5;
    border-top: 24px solid #fff;
}

.workshop-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 32px;
    align-items: start;
}

.workshop-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.workshop-content-grid > * + * {
    padding-left: 32px;
    border-left: 1px solid rgba(19, 32, 45, 0.14);
}

.workshop-card-title {
    margin: 0 0 24px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    font-weight: 400;
}

.workshop-detail {
    padding: 19px 0;
    border-top: 1px solid rgba(19, 32, 45, 0.12);
}

.workshop-detail:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.workshop-detail-label {
    display: block;
    margin-bottom: 7px;
    color: var(--gold);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.workshop-detail p {
    margin: 0;
    color: var(--ink);
    line-height: 1.6;
}

.workshop-detail a {
    color: var(--navy);
    font-weight: 700;
    text-decoration-color: var(--gold);
    text-underline-offset: 3px;
}

.workshop-feature-list {
    margin-top: 28px;
    border-top: 1px solid rgba(19, 32, 45, 0.12);
}

.workshop-feature {
    padding: 18px 0;
    border-bottom: 1px solid rgba(19, 32, 45, 0.12);
}

.workshop-feature strong {
    display: block;
    margin-bottom: 5px;
    color: var(--navy);
    font-size: 0.95rem;
}

.workshop-feature span {
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.workshop-rsvp-intro {
    margin: -4px 0 28px;
    color: var(--muted);
    line-height: 1.6;
}

.workshop-rsvp-intro p {
    margin: 0 0 10px;
}

.workshop-rsvp-intro p:last-child {
    margin-bottom: 0;
}

.workshop-rsvp-intro a {
    color: var(--navy);
    font-weight: 700;
    text-decoration-color: var(--gold);
    text-underline-offset: 3px;
}

.workshop-packet-link-container {
    margin-top: 28px;
    margin-bottom: 28px;
}

.workshop-packet-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--navy);
    font-weight: 700;
    text-decoration-color: var(--gold);
    text-underline-offset: 3px;
}

.workshop-alert {
    margin-bottom: 22px;
    padding: 16px 18px;
    border-radius: 8px;
    font-size: 0.92rem;
    line-height: 1.5;
}

.workshop-alert-success {
    border: 1px solid #9bbca4;
    background: #eef8f0;
    color: #234f2d;
}

.workshop-alert-error {
    border: 1px solid #d8a2a2;
    background: #fff1f1;
    color: #7c2424;
}

.workshop-alert-error ul {
    margin: 0;
    padding-left: 19px;
}

.workshop-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.workshop-field {
    margin-bottom: 20px;
}

.workshop-field-full {
    grid-column: 1 / -1;
}

.workshop-field label,
.workshop-legend {
    display: block;
    margin-bottom: 9px;
    color: var(--navy);
    font-size: 0.84rem;
    font-weight: 700;
}

.workshop-field input[type="text"],
.workshop-field input[type="email"] {
    width: 100%;
    height: 52px;
    padding: 0 15px;
    border: 1px solid rgba(19, 32, 45, 0.22);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    font: inherit;
}

.workshop-field input:focus {
    border-color: var(--gold);
    outline: 3px solid rgba(220, 167, 68, 0.18);
}

.workshop-radio-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.workshop-radio {
    display: flex;
    min-height: 54px;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(19, 32, 45, 0.18);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.workshop-radio input {
    width: 18px;
    height: 18px;
    accent-color: var(--gold);
}

.workshop-submit {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 8px;
    background: var(--gold);
    color: var(--navy);
    cursor: pointer;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.workshop-submit:hover {
    background: #e8b958;
}

.workshop-privacy {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.5;
    text-align: center;
}

.workshop-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.workshop-directions {
    padding-top: 0;
}

.workshop-directions img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(6, 21, 34, 0.08);
}

.workshop-closing {
    padding: 42px 0;
    background: var(--navy);
    color: rgba(255, 255, 255, 0.76);
    text-align: center;
}

.workshop-closing strong {
    display: block;
    margin-bottom: 8px;
    color: var(--gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.65rem;
    font-weight: 400;
}

form button {
    background: white !important;
    border: 1px solid #6e7884 !important;
    color: BLACK ! IMPORTANT;
    border-radius: 0px;
}

@media (max-width: 900px) {
    .workshop-donation-layout,
    .workshop-content-grid {
        grid-template-columns: 1fr;
    }

    .workshop-donation-options {
        max-width: 700px;
    }

    .ct-header {
        padding: 1.5rem 0 2.75rem!important;
    }

    .workshop-content-grid > * + * {
        padding-top: 36px;
        padding-left: 0;
        border-top: 1px solid rgba(19, 32, 45, 0.14);
        border-left: 0;
    }
}

@media (max-width: 720px) {
    .workshop-container {
        width: min(100% - 28px, 1120px);
    }

    .workshop-hero {
        padding: 64px 0 52px;
    }

    .workshop-title {
        font-size: clamp(3.7rem, 20vw, 6.2rem);
    }

    .workshop-meta {
        grid-template-columns: 1fr;
    }

    .workshop-meta-item {
        min-height: auto;
    }

    .workshop-donation-options {
        grid-template-columns: 1fr;
    }

    .workshop-donation-card {
        min-height: auto;
    }

    .workshop-form-grid,
    .workshop-radio-group {
        grid-template-columns: 1fr;
    }

    .workshop-card {
        padding: 26px 20px;
    }

    .workshop-section {
        padding: 54px 0;
    }
}