:root {
    --color-black: #050505;
    --color-ink: #161616;
    --color-muted: #6d6d6d;
    --color-line: #d9d9d9;
    --color-paper: #ffffff;
    --color-soft: #f4f4f1;
    --color-signal: #c81f1f;
    --font-main: Arial, Helvetica, sans-serif;
    --font-hero: "operetta-12", Utopia, "Utopia Std", "Utopia Display", Georgia, "Times New Roman", serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 104px;
}

body {
    margin: 0;
    background: var(--color-paper);
    color: var(--color-ink);
    font-family: var(--font-main);
    letter-spacing: 0;
    line-height: 1.4;
}

img,
video {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.skip-link {
    position: fixed;
    left: 16px;
    top: 16px;
    z-index: 20;
    transform: translateY(-140%);
    background: var(--color-paper);
    color: var(--color-black);
    padding: 10px 14px;
    font-weight: 700;
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px clamp(22px, 3.4vw, 52px);
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.brand-link {
    display: inline-flex;
    align-items: center;
}

.brand-logo {
    width: clamp(148px, 12vw, 198px);
    height: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: clamp(14px, 2.2vw, 34px);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.site-nav a {
    text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
    color: var(--color-signal);
}

.hero {
    position: relative;
    min-height: calc(100vh - 78px);
    margin-top: 78px;
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    background: var(--color-black) url("superdry-campaign-wide.jpg") center / cover no-repeat;
}

.hero-video,
.hero-scrim {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-video {
    object-fit: cover;
}

.hero-scrim {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.08)),
        linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.06) 42%, rgba(0, 0, 0, 0.04) 68%, rgba(0, 0, 0, 0.12));
}

.hero-content {
    position: relative;
    width: min(620px, calc(100% - 36px));
    margin: 0 auto;
    color: var(--color-paper);
    text-align: center;
}

.eyebrow {
    margin: 0 0 12px;
    color: currentColor;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.eyebrow.dark {
    color: var(--color-muted);
}

h1,
h2 {
    margin: 0;
    font-weight: 900;
    line-height: 0.96;
    /* text-transform: uppercase; */
}

h1 {
    max-width: 640px;
    font-size: clamp(44px, 5.6vw, 78px);
    line-height: 1;
}

.hero h1 {
    max-width: 560px;
    margin-inline: auto;
    font-family: var(--font-hero);
    font-size: clamp(36px, 2.25vw, 40px);
    font-weight: 400;
    line-height: 1.1;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
}

h2 {
    font-size: clamp(34px, 5vw, 60px);
}

p {
    margin: 0;
}

.hero-copy {
    max-width: 520px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(16px, 1.45vw, 20px);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 32px;
    padding: 0 28px;
    border: 2px solid currentColor;
    border-radius: 0;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.hero .button {
    margin-top: clamp(92px, 14vh, 148px);
}

.button-light {
    background: var(--color-paper);
    color: var(--color-black);
    border-color: var(--color-paper);
}

.button-light:hover,
.button-light:focus-visible {
    background: transparent;
    color: var(--color-paper);
}

.button-dark {
    width: 100%;
    background: var(--color-black);
    color: var(--color-paper);
    border-color: var(--color-black);
}

.button-dark:hover,
.button-dark:focus-visible {
    background: var(--color-signal);
    border-color: var(--color-signal);
}

.button:disabled {
    cursor: wait;
    opacity: 0.68;
}

.section-inner {
    width: min(1180px, calc(100% - 36px));
    margin-inline: auto;
}

#lanzamiento,
#coleccion,
#registro {
    scroll-margin-top: 104px;
}

.launch-band {
    background: var(--color-black);
    color: var(--color-paper);
    padding: clamp(44px, 7vw, 92px) 0;
}

.launch-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(28px, 5vw, 80px);
    align-items: end;
}

.section-lead {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(18px, 2.2vw, 26px);
    font-weight: 700;
}

.editorial-section {
    padding: clamp(58px, 9vw, 118px) 0;
}

.editorial-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(30px, 6vw, 92px);
    align-items: center;
}

.campaign-media {
    margin: 0;
    background: var(--color-soft);
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.campaign-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.editorial-copy {
    font-family: var(--font-hero);
    max-width: 620px;

}
.editorial-copy h1 {
    font-weight: 100;

}
.editorial-copy p:not(.eyebrow) {
    margin-top: 24px;
    color: #3b3b3b;
    font-size: clamp(17px, 1.8vw, 21px);
}

.text-link {
    display: inline-flex;
    margin-top: 30px;
    color: var(--color-black);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.signup-section {
    background: var(--color-black);
    color: var(--color-paper);
    padding: clamp(58px, 9vw, 118px) 0;
}

.signup-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
    gap: clamp(32px, 6vw, 92px);
    align-items: start;
}

.signup-intro {
    position: sticky;
    top: 120px;
    font-family: var(--font-hero);
}

.signup-intro h2 {
    font-family: inherit;
    font-weight: 400;
    line-height: 0.96;
}

.signup-intro p:not(.eyebrow) {
    max-width: 450px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(17px, 1.8vw, 21px);
    font-weight: 400;
    line-height: 1.35;
}

.signup-form {
    display: grid;
    gap: 20px;
    padding: clamp(22px, 4vw, 42px);
    background: var(--color-paper);
    color: var(--color-black);
}

.form-row {
    display: grid;
    gap: 18px;
}

.two-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

label,
fieldset {
    margin: 0;
}

fieldset {
    padding: 0;
    border: 0;
}

label span,
legend {
    display: block;
    margin-bottom: 8px;
    color: #202020;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

input[type="text"],
input[type="email"],
select {
    width: 100%;
    min-height: 52px;
    border: 1px solid var(--color-line);
    border-radius: 0;
    background: #fff;
    color: var(--color-black);
    padding: 0 14px;
    font: inherit;
    font-size: 16px;
}

select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--color-black) 50%), linear-gradient(135deg, var(--color-black) 50%, transparent 50%);
    background-position: calc(100% - 18px) 23px, calc(100% - 12px) 23px;
    background-repeat: no-repeat;
    background-size: 6px 6px, 6px 6px;
    padding-right: 40px;
}

.city-other-field.is-hidden {
    display: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
input[type="checkbox"]:focus-visible,
input[type="radio"]:focus-visible,
.button:focus-visible,
a:focus-visible {
    outline: 3px solid var(--color-signal);
    outline-offset: 3px;
}

.choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.choice {
    min-height: 50px;
}

.choice input {
    position: absolute;
    opacity: 0;
}

.choice span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 50px;
    margin: 0;
    border: 1px solid var(--color-line);
    background: #fff;
    color: var(--color-black);
}

.choice input:checked + span {
    background: var(--color-black);
    color: var(--color-paper);
    border-color: var(--color-black);
}

.consent {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.consent input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--color-black);
}

.consent span {
    margin: 0;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    text-transform: none;
}

.consent a {
    font-weight: 700;
}

.form-status {
    display: none;
    margin: 0;
    border: 1px solid transparent;
    padding: 14px 0px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.form-status:not(:empty) {
    display: block;
}

.form-status.is-success {
    background: #ecf7ef;
    border-color: #b9ddc2;
    color: #136b2d;
}

.form-status.is-error {
    background: #fff0f0;
    border-color: #f1b7b7;
    color: var(--color-signal);
}

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

.site-footer {
    padding: 28px 0;
    background: var(--color-paper);
    color: var(--color-black);
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 13px;
    font-weight: 700;
}

.footer-inner img {
    width: 154px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    color: var(--color-black);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.social-link svg {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
}

.social-link:hover,
.social-link:focus-visible {
    color: var(--color-signal);
}

@media (max-width: 860px) {
    html {
        scroll-padding-top: 92px;
    }

    #lanzamiento,
    #coleccion,
    #registro {
        scroll-margin-top: 92px;
    }

    .site-header {
        padding: 18px;
    }

    .site-nav {
        display: none;
    }

    .hero {
        min-height: calc(100vh - 72px);
        margin-top: 72px;
    }

    .hero-content {
        margin: 0 auto;
    }

    .hero .button {
        margin-top: 72px;
    }

    .launch-grid,
    .editorial-grid,
    .signup-grid,
    .two-cols {
        grid-template-columns: 1fr;
    }

    .signup-intro {
        position: static;
    }

    .choice-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .brand-logo {
        width: 142px;
    }

    h1 {
        font-size: 43px;
    }

    .hero h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 32px;
    }

    .hero-copy,
    .section-lead,
    .editorial-copy p:not(.eyebrow),
    .signup-intro p:not(.eyebrow) {
        font-size: 16px;
    }

    .signup-form {
        padding: 20px 16px;
    }
}
