:root {
    --ink: #20251f;
    --gold: #efc743;
    --paper: #f5f5ef;
    --line: #d9ddd3;
    --muted: #667060;
    --danger: #8b3027
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font: 15px/1.55 Arial, Helvetica, sans-serif
}

a {
    color: inherit
}

.registration-header {
    min-height: 92px;
    padding: 20px max(24px, calc((100vw - 1280px)/2));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    background: #fff;
    border-bottom: 1px solid var(--line)
}

.registration-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none
}

.registration-brand img {
    display: block;
    width: min(320px, 55vw);
    height: auto;
    max-height: 64px;
    object-fit: contain;
}

.registration-brand>span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    background: var(--gold);
    font-weight: 800
}

.registration-brand strong {
    font-size: 15px;
    letter-spacing: .06em
}

.registration-brand small {
    display: block;
    font-size: 10px;
    letter-spacing: .2em;
    margin-top: 3px
}

.registration-header>a:last-child {
    font-weight: 700;
    text-decoration: none
}

main {
    max-width: 1280px;
    margin: auto;
    padding: 50px 24px
}

.registration-shell {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    gap: 28px;
    align-items: start
}

.batch-summary {
    position: sticky;
    top: 24px;
    background: #1d231e;
    color: #fff;
    padding: 36px
}

.batch-summary p,
.summary-note {
    color: #c9d0c6
}

.eyebrow {
    display: block;
    font-size: 11px;
    letter-spacing: .16em;
    font-weight: 800;
    color: #7d845f;
    margin-bottom: 18px
}

.batch-summary .eyebrow {
    color: #e5d79b
}

.batch-badge {
    display: inline-block;
    color: #352d12;
    background: var(--gold);
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em
}

.batch-summary h1 {
    font-size: 31px;
    line-height: 1.1;
    margin: 22px 0 9px
}

.batch-summary dl {
    margin: 30px 0;
    border-top: 1px solid #4d554d
}

.batch-summary dl div {
    padding: 15px 0;
    border-bottom: 1px solid #4d554d
}

.batch-summary dt {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #aeb7aa
}

.batch-summary dd {
    margin: 4px 0 0
}

.summary-note {
    font-size: 13px
}

.registration-card {
    background: #fff;
    border-top: 4px solid var(--gold);
    padding: 42px
}

.registration-card h2 {
    font-size: 36px;
    letter-spacing: -.04em;
    line-height: 1.1;
    margin: 0 0 12px
}

.registration-card>p {
    color: var(--muted)
}

.form-alert {
    background: #f9e8e4;
    border: 1px solid #e2b5ad;
    color: var(--danger);
    padding: 18px 22px;
    margin: 24px 0
}

.form-alert ul {
    margin: 8px 0 0
}

.registration-form fieldset {
    border: 0;
    padding: 0;
    margin: 36px 0
}

.registration-form legend {
    font-size: 19px;
    font-weight: 800;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
    width: 100%;
    margin-bottom: 20px
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.form-grid label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-weight: 700
}

.form-grid label span {
    font-weight: 400;
    color: var(--muted)
}

.form-grid .wide {
    grid-column: 1/-1
}

input,
textarea {
    width: 100%;
    padding: 12px 13px;
    border: 1px solid #bfc6b9;
    border-radius: 3px;
    background: #fff;
    color: var(--ink);
    font: inherit;
    font-size: 16px;
    line-height: 1.4
}

textarea {
    resize: vertical
}

.hp {
    position: absolute !important;
    left: -9999px !important
}

.consents {
    display: grid;
    gap: 14px;
    padding: 22px;
    background: #f5f3e7
}

.consents label {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 12px;
    align-items: start
}

.consents input {
    width: 18px;
    height: 18px;
    margin-top: 2px
}

.submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 3px;
    background: var(--gold);
    color: #221e0e;
    font-weight: 800;
    text-decoration: none;
    padding: 15px 24px;
    margin-top: 24px;
    cursor: pointer
}

.submit-note {
    display: inline-block;
    margin-left: 18px;
    color: var(--muted);
    font-size: 13px
}

.complete-card {
    max-width: 760px;
    margin: 30px auto;
    background: #fff;
    border-top: 5px solid var(--gold);
    padding: 55px;
    text-align: center
}

.complete-mark {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin: 0 auto 25px;
    background: #eaf3e3;
    color: #397129;
    font-size: 28px
}

.complete-card h1 {
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -.04em
}

.reference {
    display: block;
    font-size: 25px;
    letter-spacing: .08em;
    background: #f5f3e7;
    padding: 18px;
    margin: 25px 0
}

.complete-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    text-align: left;
    border: 1px solid var(--line);
    padding: 22px
}

.complete-summary p {
    margin: 0
}

footer {
    max-width: 1280px;
    margin: auto;
    border-top: 1px solid var(--line);
    padding: 25px;
    color: var(--muted);
    font-size: 13px
}

@media(max-width:800px) {
    .registration-shell {
        grid-template-columns: 1fr
    }

    .batch-summary {
        position: static
    }

    .registration-card {
        padding: 28px
    }

    .form-grid {
        grid-template-columns: 1fr
    }

    .form-grid .wide {
        grid-column: auto
    }

    .registration-header {
        padding: 16px
    }

    .registration-header>a:last-child {
        font-size: 13px
    }

    .registration-brand img {
        max-width: 210px
    }

    .complete-card {
        padding: 32px 24px
    }

    .complete-summary {
        grid-template-columns: 1fr
    }

    .submit-note {
        display: block;
        margin: 12px 0 0
    }

    .registration-card h2,
    .complete-card h1 {
        font-size: 30px
    }
}