.duich-landing,
.duich-ticket-form-wrap,
.duich-ticket-success-card {
    --duich-primary: #B38648;
    --duich-secondary: #B8542D;
    --duich-blue: #9CBAD2;
    --duich-ink: #2A2A2A;
    --duich-muted: #918071;
    --duich-line: #ded2c5;
    --duich-soft: #F1ECE6;
    --duich-paper: #fffdf9;
    box-sizing: border-box;
    color: var(--duich-ink);
    font-family: "DM Sans", Arial, sans-serif;
    letter-spacing: 0;
}

.duich-landing *,
.duich-ticket-form-wrap *,
.duich-ticket-success-card * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.duich-landing h1,
.duich-landing h2,
.duich-landing h3,
.duich-landing p,
.duich-landing dd,
.duich-ticket-check label {
    max-width: 100%;
    overflow-wrap: break-word;
    white-space: normal;
}

.duich-landing {
    background: var(--duich-soft);
    border: 1px solid var(--duich-line);
    border-radius: 8px;
    margin: 36px auto 48px;
    max-width: 1120px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.duich-landing::before {
    background: var(--duich-primary);
    content: "";
    display: block;
    height: 6px;
    width: 100%;
}

.duich-landing-hero {
    align-items: start;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.92fr);
    justify-content: center;
    padding: 48px;
}

.duich-landing-copy {
    align-self: start;
    min-width: 0;
    padding-top: 42px;
}

.duich-landing-logo {
    display: block;
    height: auto;
    margin: 0 0 28px;
    max-width: 360px;
    width: 72%;
}

.duich-landing-kicker,
.duich-panel-kicker,
.duich-ticket-kicker {
    color: var(--duich-primary);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.duich-landing h1,
.duich-landing-panel h2,
.duich-ticket-success-card h2 {
    color: var(--duich-ink);
    font-family: "DM Serif Display", Georgia, serif;
    font-weight: 400;
    line-height: 1.05;
    margin: 0;
}

.duich-landing h1 {
    font-size: 58px;
    max-width: 640px;
}

.duich-landing-lead {
    color: #61574e;
    font-size: 19px;
    line-height: 1.55;
    margin: 20px 0 0;
    max-width: 620px;
}

.duich-landing-verse {
    border-left: 3px solid var(--duich-secondary);
    color: var(--duich-secondary);
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 25px;
    line-height: 1.22;
    margin: 18px 0 0;
    max-width: 560px;
    padding-left: 18px;
}

.duich-landing-verse span {
    color: var(--duich-muted);
    display: block;
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    margin-top: 8px;
    text-transform: uppercase;
}

.duich-landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0 0;
}

.duich-landing-button,
.duich-ticket-submit,
.duich-ticket-donation {
    align-items: center;
    background: var(--duich-secondary);
    border: 1px solid var(--duich-secondary);
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 48px;
    padding: 14px 22px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.duich-landing-button:hover,
.duich-landing-button:focus,
.duich-ticket-submit:hover,
.duich-ticket-submit:focus,
.duich-ticket-donation:hover,
.duich-ticket-donation:focus {
    background: var(--duich-primary);
    border-color: var(--duich-primary);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.duich-ticket-submit:disabled,
.duich-ticket-submit[aria-disabled="true"] {
    background: #cbbbaa;
    border-color: #cbbbaa;
    color: rgba(255, 255, 255, 0.82);
    cursor: not-allowed;
    transform: none;
}

.duich-landing-button-secondary {
    background: transparent;
    border-color: var(--duich-primary);
    color: var(--duich-primary);
}

.duich-ticket-submit-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.duich-ticket-submit-row .duich-ticket-submit {
    flex: 1 1 190px;
}

.duich-ticket-debug-submit {
    background: transparent;
    border-color: var(--duich-primary);
    color: var(--duich-primary);
}

.duich-landing-button-secondary:hover,
.duich-landing-button-secondary:focus,
.duich-ticket-debug-submit:hover,
.duich-ticket-debug-submit:focus {
    background: var(--duich-primary);
    border-color: var(--duich-primary);
    color: #ffffff;
}

.duich-landing-facts {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 34px 0 0;
    max-width: 620px;
}

.duich-landing-facts div {
    border-left: 3px solid var(--duich-primary);
    padding-left: 14px;
}

.duich-landing-facts dt {
    color: var(--duich-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.duich-landing-facts dd {
    color: var(--duich-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

.duich-landing-panel {
    align-self: start;
    background: var(--duich-paper);
    border: 1px solid var(--duich-line);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(42, 42, 42, 0.1);
    justify-self: center;
    max-width: 500px;
    min-width: 0;
    padding: 28px;
    width: 100%;
}

.duich-landing-panel h2 {
    font-size: 34px;
    margin-bottom: 24px;
}

.duich-landing-panel .duich-ticket-form-wrap,
.duich-landing-panel .duich-ticket-success-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    max-width: none;
    padding: 0;
}

.duich-ticket-form {
    margin: 0;
}

.duich-ticket-builder-head {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin: 0 0 14px;
}

.duich-ticket-builder-kicker {
    color: var(--duich-primary);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.duich-ticket-builder-copy {
    color: var(--duich-muted);
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
}

.duich-ticket-builder-reminder {
    color: #6f6257;
    margin-top: 8px;
}

.duich-ticket-builder-count {
    background: #ffffff;
    border: 1px solid var(--duich-line);
    border-radius: 4px;
    color: var(--duich-ink);
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    padding: 9px 10px;
}

.duich-attendee-list {
    display: grid;
    gap: 12px;
    margin: 0 0 14px;
}

.duich-attendee-card {
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid var(--duich-line);
    border-radius: 8px;
    padding: 14px;
}

.duich-attendee-card-head {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin: 0 0 12px;
}

.duich-attendee-card-head strong {
    color: var(--duich-ink);
    font-size: 15px;
    font-weight: 800;
}

.duich-attendee-card-head span {
    color: var(--duich-primary);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.duich-attendee-remove,
.duich-ticket-add {
    background: transparent;
    border: 1px solid var(--duich-primary);
    border-radius: 4px;
    color: var(--duich-primary);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    padding: 9px 12px;
}

.duich-attendee-remove {
    border-color: #d4b9a5;
    color: var(--duich-secondary);
    padding: 7px 10px;
}

.duich-ticket-add:hover,
.duich-ticket-add:focus,
.duich-attendee-remove:hover,
.duich-attendee-remove:focus {
    background: var(--duich-primary);
    border-color: var(--duich-primary);
    color: #ffffff;
}

.duich-ticket-add:disabled,
.duich-ticket-add[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: 0.45;
}

.duich-ticket-builder-action {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin: 0 0 18px;
}

.duich-ticket-limit-note {
    color: var(--duich-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.duich-ticket-field,
.duich-ticket-check {
    margin: 0 0 18px;
}

.duich-ticket-field label {
    color: var(--duich-ink);
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 7px;
}

.duich-ticket-field input {
    background: #ffffff;
    border: 1px solid var(--duich-line);
    border-radius: 4px;
    box-shadow: none;
    color: var(--duich-ink);
    font-size: 16px;
    line-height: 1.4;
    max-width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    transition: border-color 160ms ease, box-shadow 160ms ease;
    width: 100%;
}

.duich-ticket-field input:focus {
    border-color: var(--duich-primary);
    box-shadow: 0 0 0 3px rgba(179, 134, 72, 0.18);
    outline: none;
}

.duich-attendee-card .duich-ticket-field:last-child,
.duich-ticket-email-field {
    margin-bottom: 0;
}

.duich-ticket-email-field {
    margin-bottom: 20px;
}

.duich-ticket-email-field span {
    color: var(--duich-muted);
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 7px;
}

.duich-ticket-check label {
    align-items: flex-start;
    color: var(--duich-ink);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    line-height: 1.45;
}

.duich-ticket-check input {
    accent-color: var(--duich-primary);
    flex: 0 0 auto;
    height: 18px;
    margin-top: 1px;
    width: 18px;
}

.duich-ticket-check-copy {
    display: block;
    font-weight: 500;
}

.duich-ticket-check-copy strong {
    color: var(--duich-secondary);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.duich-ticket-check-copy a {
    color: var(--duich-secondary);
    font-weight: 800;
    text-decoration: underline;
}

.duich-ticket-hp {
    height: 0;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.duich-ticket-message {
    border: 1px solid currentColor;
    border-radius: 4px;
    margin: 0 0 18px;
    padding: 14px 16px;
}

.duich-ticket-message-error {
    background: #fbede8;
    color: var(--duich-secondary);
}

.duich-ticket-message-success {
    background: #eef5f9;
    color: #315d73;
}

.duich-ticket-message-info {
    background: #f7efe3;
    color: var(--duich-primary-dark);
}

.duich-early-access-form {
    background: rgba(255, 253, 249, 0.72);
    border: 1px solid var(--duich-line);
    border-radius: 6px;
    margin: 16px 0 0;
    padding: 14px;
}

.duich-early-access-form label {
    color: var(--duich-ink);
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 8px;
}

.duich-early-access-row {
    display: flex;
    gap: 10px;
}

.duich-early-access-row input {
    background: #ffffff;
    border: 1px solid var(--duich-line);
    border-radius: 4px;
    color: var(--duich-ink);
    flex: 1 1 auto;
    font-size: 16px;
    min-height: 48px;
    min-width: 0;
    padding: 10px 12px;
}

.duich-early-access-submit {
    flex: 0 0 auto;
}

.duich-early-access-error {
    color: var(--duich-secondary);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    margin: 10px 0 0;
}

.duich-ticket-success-mark {
    align-items: center;
    background: var(--duich-primary);
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    font-size: 24px;
    font-weight: 800;
    height: 44px;
    justify-content: center;
    line-height: 1;
    margin-bottom: 18px;
    width: 44px;
}

.duich-ticket-success-card h2 {
    font-size: 32px;
    margin: 0 0 12px;
}

.duich-ticket-success-card p {
    color: var(--duich-muted);
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 16px;
}

.duich-ticket-success-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0 16px;
}

.duich-ticket-success-meta span {
    background: #ffffff;
    border: 1px solid var(--duich-line);
    border-radius: 4px;
    color: var(--duich-ink);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 10px;
}

.duich-ticket-success-card .duich-ticket-muted {
    color: var(--duich-muted);
    font-size: 14px;
}

.duich-landing-details {
    border-top: 1px solid var(--duich-line);
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.duich-landing-detail {
    background: rgba(255, 253, 249, 0.62);
    min-width: 0;
    padding: 28px 34px;
}

.duich-landing-detail span {
    color: var(--duich-primary);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
}

.duich-landing-detail h3 {
    color: var(--duich-ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 10px;
}

.duich-landing-detail p {
    color: #61574e;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 980px) {
    .duich-landing {
        margin-top: 24px;
        width: 100%;
    }

    .duich-landing-hero {
        grid-template-columns: 1fr;
        padding: 34px;
    }

    .duich-landing-copy {
        padding-top: 0;
    }

    .duich-landing-panel {
        max-width: none;
    }

    .duich-landing h1 {
        font-size: 44px;
    }

    .duich-landing-logo {
        max-width: 310px;
        width: 66%;
    }

    .duich-landing-facts,
    .duich-landing-details {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .duich-landing {
        margin: 12px auto 32px;
        max-width: calc(100vw - 20px);
        overflow-x: hidden;
        width: calc(100vw - 20px);
    }

    .duich-landing-hero,
    .duich-landing-panel,
    .duich-landing-detail {
        padding: 22px;
    }

    .duich-landing h1 {
        font-size: 36px;
    }

    .duich-landing-panel h2,
    .duich-ticket-success-card h2 {
        font-size: 28px;
    }

    .duich-landing-lead {
        font-size: 17px;
    }

    .duich-landing-logo {
        max-width: 280px;
        width: 86%;
    }

    .duich-landing-verse {
        font-size: 23px;
        overflow-wrap: anywhere;
    }

    .duich-landing-facts dd {
        overflow-wrap: anywhere;
    }

    .duich-landing-button,
    .duich-ticket-submit,
    .duich-ticket-donation,
    .duich-ticket-add {
        width: 100%;
    }

    .duich-ticket-builder-head {
        display: grid;
        gap: 10px;
    }

    .duich-ticket-builder-count {
        justify-self: start;
    }

    .duich-attendee-card {
        padding: 12px;
    }

    .duich-attendee-card-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .duich-early-access-row {
        display: grid;
    }
}
