@font-face {
    font-family: DINCompPro;
    src: url("assets/fonts/DINWebPro.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: DINCompPro-Medium;
    src: url("assets/fonts/DINWebPro-Medium.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: DINBlack;
    src: url("assets/fonts/DINPro-Black.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

:root {
    --ink: #080808;
    --text: #333333;
    --muted: #5e5e5e;
    --line: #dfdbdc;
    --paper: #ffffff;
    --soft: #f7f7f7;
    --table-head: #f4e1e1;
    --brand: #fd9217;
    --brand-dark: #080808;
    --shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: DINCompPro, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: var(--text);
    background: var(--soft);
    font-size: 16px;
    line-height: 1.5;
}

a {
    color: inherit;
}

p,
b,
strong,
span,
li,
a,
button,
input,
select,
textarea {
    font-family: DINCompPro, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.site-header {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 15px 30px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.brand {
    width: 205px;
    height: 45px;
    display: block;
    flex: 0 0 auto;
}

.brand img {
    display: block;
    width: 205px;
    height: 45px;
    object-fit: contain;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    margin-left: auto;
}

.main-nav a,
.menu-toggle {
    color: var(--ink);
    font-family: DINCompPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    padding: 18px 13px;
}

.main-nav a:hover {
    color: var(--brand);
}

.nav-cta {
    margin-left: 12px;
    border: 2px solid var(--brand);
    color: var(--brand) !important;
}

.nav-cta:hover {
    background: var(--brand);
    color: #ffffff !important;
}

.language-switch {
    display: flex;
    gap: 4px;
    align-items: center;
    flex: 0 0 auto;
}

.language-switch button,
.language-switch a {
    min-height: 34px;
    padding: 6px 10px;
    border-color: var(--line);
    border-style: solid;
    border-width: 2px;
    background: var(--paper);
    color: var(--ink);
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}

.language-switch button.is-active,
.language-switch a.is-active {
    border-color: var(--brand);
    background: var(--brand);
    color: #ffffff;
}

.menu-toggle {
    display: none;
}

.page {
    width: min(1170px, calc(100% - 30px));
    margin: 0 auto;
    padding: 55px 0 70px;
}

.page.narrow {
    width: min(760px, calc(100% - 30px));
}

.intro {
    max-width: 900px;
    margin: 0 auto 26px;
    text-align: center;
}

.preorder-note {
    max-width: 920px;
    margin: 0 auto 34px;
    padding: 20px 24px;
    background: var(--paper);
    border-left: 5px solid var(--brand);
}

.preorder-note ul {
    margin: 0;
    padding-left: 20px;
}

.preorder-note li {
    margin-bottom: 10px;
    color: var(--text);
    font-size: 17px;
    line-height: 1.45;
}

.preorder-note li:last-child {
    margin-bottom: 0;
}

.preorder-note a {
    color: var(--brand);
    font-family: DINCompPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-decoration: none;
}

.preorder-note a:hover,
.preorder-note a:focus {
    color: var(--ink);
    text-decoration: none;
}

.eyebrow {
    margin: 0 0 8px;
    color: var(--brand);
    font-family: DINCompPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    color: var(--ink);
    font-family: DINBlack, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    line-height: 1.05;
}

h1 {
    font-size: clamp(42px, 6vw, 72px);
    margin: 0 auto 18px;
}

.intro p:last-child {
    color: var(--muted);
    font-size: 20px;
    line-height: 1.55;
}

.shop {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 30px;
}

.steps {
    align-self: start;
    position: sticky;
    top: 20px;
    display: grid;
    gap: 0;
    border: 2px solid var(--line);
    background: var(--paper);
}

.step {
    min-height: 58px;
    border: 0;
    border-bottom: 2px solid var(--line);
    background: var(--paper);
    color: var(--ink);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    text-align: left;
    font-family: DINCompPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
}

.step:last-child {
    border-bottom: 0;
}

.step span {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border: 2px solid var(--brand);
    border-radius: 50%;
    color: var(--brand);
}

.step em {
    font-style: normal;
}

.step.is-active {
    color: var(--brand);
}

.step.is-active span {
    background: var(--brand);
    color: #ffffff;
}

.panel {
    display: none;
    background: var(--paper);
    border: 2px solid var(--line);
    padding: clamp(20px, 4vw, 40px);
}

.panel.is-active {
    display: block;
}

.panel-head {
    margin-bottom: 24px;
}

.panel-head h2 {
    margin-bottom: 0;
    font-size: 38px;
}

.panel-head p {
    color: var(--muted);
    max-width: 540px;
    line-height: 1.45;
}

.choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-bottom: 18px;
}

.choice {
    display: block;
    width: 100%;
    min-height: 82px;
    border: 2px solid var(--line);
    background: var(--paper);
    text-align: left;
    padding: 20px;
    cursor: pointer;
}

.choice strong {
    display: block;
    color: var(--ink);
    font-family: DINBlack, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 24px;
}

.choice span {
    display: block;
    color: var(--muted);
    margin-top: 8px;
}

.choice-detail {
    display: block !important;
    flex-basis: 100%;
    font-size: 14px;
    line-height: 1.35;
}

.choice.is-selected {
    border-color: var(--brand);
    background: var(--table-head);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

label {
    display: grid;
    gap: 7px;
    color: var(--ink);
    font-family: DINCompPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

input,
select,
textarea {
    width: 100%;
    border: 2px solid var(--line);
    border-radius: 0;
    background: var(--paper);
    min-height: 50px;
    padding: 13px 15px;
    color: var(--text);
    font-family: DINCompPro, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px;
}

select {
    height: 50px;
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 0;
}

.field-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.info-tip {
    position: relative;
    z-index: 3;
    width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--brand);
    border-radius: 50%;
    color: var(--brand);
    font-family: DINCompPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px;
    line-height: 1;
    cursor: help;
}

.info-tip:focus {
    outline: 2px solid var(--brand);
    outline-offset: 2px;
}

.info-bubble {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    width: min(260px, 76vw);
    padding: 10px 12px;
    background: var(--ink);
    color: #ffffff;
    box-shadow: var(--shadow);
    font-family: DINCompPro, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    line-height: 1.35;
    text-transform: none;
    transform: translateX(-50%) translateY(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.12s ease, transform 0.12s ease;
}

.info-bubble::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border: 6px solid transparent;
    border-top-color: var(--ink);
    transform: translateX(-50%);
}

.info-tip:hover .info-bubble,
.info-tip:focus .info-bubble {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--brand);
    box-shadow: 0 0 5px var(--brand);
    outline: 0;
}

input:user-invalid,
select:user-invalid,
textarea:user-invalid {
    border-color: var(--brand);
}

textarea {
    resize: vertical;
}

.wide {
    grid-column: 1 / -1;
}

input:disabled,
select:disabled,
textarea:disabled {
    background: #f1f1f1;
    color: var(--muted);
    cursor: not-allowed;
}

.context-note {
    margin: 14px 0 0;
    padding: 10px 12px;
    border-left: 4px solid var(--brand);
    background: var(--soft);
    color: var(--ink);
    line-height: 1.4;
}

.context-note.is-error {
    background: #fff3ef;
    color: var(--ink);
}

.start-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 14px 16px 16px;
    border: 2px solid var(--line);
    background: var(--paper);
}

.start-options legend {
    padding: 0 6px;
    color: var(--ink);
    font-family: DINCompPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.start-option {
    min-height: 96px;
    padding: 13px 14px;
    border: 2px solid var(--line);
    background: #ffffff;
    cursor: pointer;
}

.start-option.is-selected {
    border-color: var(--brand);
    background: var(--table-head);
}

.start-option-main,
.start-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.start-option-date {
    display: grid;
    gap: 12px;
    cursor: default;
}

.start-option-main {
    cursor: pointer;
}

.start-option input[type="radio"] {
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    margin-top: 2px;
    accent-color: var(--brand);
}

.start-option strong,
.start-option small {
    display: block;
}

.start-option small {
    margin-top: 4px;
    color: var(--muted);
    line-height: 1.35;
}

.start-date-field {
    padding-left: 34px;
}

.sac {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 15px;
    align-items: end;
    padding: 14px 16px;
    border: 2px solid var(--line);
    background: var(--paper);
}

.check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: DINCompPro, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.35;
}

.check input {
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    accent-color: var(--brand);
}

.sac .check input {
    width: 26px;
    min-width: 26px;
    min-height: 26px;
}

.sac-member-field {
    grid-column: 2;
}

.sac-warning {
    grid-column: 1 / -1;
    margin-top: 0;
}

.sac-proof-note {
    grid-column: 1 / -1;
    margin-top: 0;
}

.price-box {
    margin-top: 24px;
    padding: 18px 20px;
    background: var(--soft);
    border-top: 4px solid var(--brand);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.price-box span {
    display: block;
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 3px;
}

.price-box strong {
    display: block;
    color: var(--ink);
    font-family: DINBlack, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 34px;
}

.price-overview-link {
    display: block;
    width: max-content;
    margin-top: 18px;
    color: var(--brand);
    font-family: DINCompPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 15px;
    text-decoration: none;
}

.price-overview-link:hover,
.price-overview-link:focus {
    color: var(--ink);
    text-decoration: none;
}

.price-box p {
    max-width: 530px;
    color: var(--ink);
    line-height: 1.45;
    margin-bottom: 0;
}

.actions {
    margin-top: 28px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

button,
.button-link {
    min-height: 54px;
    border: 2px solid var(--brand);
    border-radius: 0;
    padding: 13px 20px;
    font-family: DINCompPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.primary,
.button-link {
    background: var(--brand);
    color: #ffffff;
}

.primary:hover,
.button-link:hover {
    background: var(--ink);
    border-color: var(--ink);
}

.secondary {
    background: var(--paper);
    color: var(--brand);
}

.secondary:hover {
    background: var(--brand);
    color: #ffffff;
}

.cart {
    display: grid;
    gap: 0;
    border: 2px solid var(--line);
}

.empty {
    padding: 24px;
    color: var(--muted);
    margin: 0;
}

.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 2px solid var(--line);
    padding: 16px 18px;
}

.cart-item:last-child {
    border-bottom: 0;
}

.cart-item span,
.cart-item small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
}

.cart-price {
    display: grid;
    gap: 6px;
    justify-items: end;
}

.cart-price button {
    min-height: 34px;
    border: 0;
    background: transparent;
    color: var(--brand);
    padding: 0;
}

.cart-total {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 2px solid var(--ink);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    color: var(--ink);
    font-family: DINBlack, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
}

.cart-total span,
.cart-total strong {
    display: block;
}

.cart-total .price-overview-link {
    font-size: 15px;
    font-family: DINCompPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.review {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.review-block {
    background: var(--soft);
    padding: 20px;
    border: 2px solid var(--line);
}

.review-block p {
    color: var(--muted);
}

.review-total {
    color: var(--ink) !important;
}

.terms {
    margin-top: 20px;
}

.terms + .terms {
    margin-top: 12px;
}

.terms a {
    color: var(--brand);
    font-family: DINCompPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.result {
    background: var(--paper);
    border: 2px solid var(--line);
    border-top: 4px solid var(--brand);
    padding: clamp(24px, 5vw, 48px);
}

.result h1 {
    font-size: clamp(34px, 5vw, 54px);
}

.honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

[hidden] {
    display: none !important;
}

@media (max-width: 980px) {
    .site-header {
        min-height: 64px;
        padding: 10px 15px;
    }

    .brand {
        width: 180px;
        height: 40px;
    }

    .brand img {
        width: 180px;
        height: 40px;
    }

    .main-nav {
        display: none;
    }

    .menu-toggle {
        display: block;
        border: 2px solid var(--brand);
        color: var(--brand);
    }

    .shop {
        grid-template-columns: 1fr;
    }

    .steps {
        position: static;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .step {
        justify-content: center;
        font-size: 0;
        padding: 10px;
        border-bottom: 0;
        border-right: 2px solid var(--line);
    }

    .step:last-child {
        border-right: 0;
    }

    .step span {
        font-size: 14px;
    }
}

@media (max-width: 720px) {
    .page {
        width: min(100% - 20px, 1170px);
        padding-top: 35px;
    }

    h1 {
        font-size: 40px;
    }

    .choice-grid,
    .form-grid,
    .start-options,
    .sac,
    .review {
        grid-template-columns: 1fr;
    }

    .start-date-field {
        grid-column: 1 / -1;
    }

    .sac {
        align-items: stretch;
    }

    .sac-member-field {
        grid-column: 1 / -1;
    }

    .panel-head h2 {
        font-size: 32px;
    }

    .price-box,
    .cart-total,
    .cart-item {
        align-items: stretch;
        flex-direction: column;
    }

    .actions {
        justify-content: stretch;
    }

    .actions button {
        width: 100%;
    }

    button,
    .button-link {
        font-size: 17px;
    }
}
