/* Base reset */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
    margin: 0;
}

img,
picture,
svg,
canvas {
    display: block;
    max-width: 100%;
}

img {
    height: auto;
}

input,
button,
textarea,
select {
    font: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
    padding: 0;
}

@font-face {
    font-family: 'Gustavo Classic';
    src: url('/assets/fonts/Gustavo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gustavo Classic';
    src: url('/assets/fonts/Gustavo-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gustavo Classic';
    src: url('/assets/fonts/Gustavo-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nespresso Lucas';
    src: url('/assets/fonts/NespressoLucas-Med.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nespresso Lucas';
    src: url('/assets/fonts/Nespresso-Lucas-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-display: 'Gustavo Classic', Arial, Helvetica, sans-serif;
    --font-body: 'Nespresso Lucas', Arial, Helvetica, sans-serif;
    --font-primary: var(--font-body);
    --nespresso-espresso-black: #000000;
    --nespresso-foam-white: #F4EBDF;
    --nespresso-dark-brown: #6B3D2E;
    --nespresso-dark-roast: #472426;
    --nespresso-dark-gold: #D69A2D;
    --nespresso-dark-berry: #B22F66;
    --nespresso-dark-purple: #472B74;
    --nespresso-dark-blue: #22326E;
    --nespresso-dark-green: #3D441E;
    --nespresso-dark-red: #971B2F;
    --nespresso-light-terracotta: #B6533E;
    --nespresso-light-taupe: #BF9474;
    --nespresso-light-yellow: #F8E59A;
    --nespresso-light-pink: #E4AEB1;
    --nespresso-light-lavender: #A7A2C3;
    --nespresso-light-blue: #B8CCEA;
    --nespresso-light-sage: #BCD19B;
    --ink-900: var(--nespresso-espresso-black);
    --ink-800: var(--nespresso-dark-roast);
    --ink-700: var(--nespresso-dark-brown);
    --ink-500: var(--nespresso-dark-brown);
    --sand-100: var(--nespresso-foam-white);
    --sand-200: var(--nespresso-light-taupe);
    --sand-300: var(--nespresso-dark-brown);
    --accent: var(--nespresso-dark-berry);
    --accent-strong: var(--nespresso-dark-brown);
    --partner-blue: var(--nespresso-dark-blue);
    --partner-blue-soft: var(--nespresso-light-blue);
    --white: var(--nespresso-foam-white);
    --true-white: #ffffff;
    --success: var(--nespresso-dark-green);
    --success-bg: var(--nespresso-light-sage);
    --error: var(--nespresso-dark-red);
    --error-bg: var(--nespresso-light-pink);
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 8px;
    --brand-card-radius: 14px;
    --brand-card-border: rgba(244, 235, 223, 0.28);
    --brand-card-gradient:
        radial-gradient(circle at 78% 108%, rgba(228, 174, 177, 0.54) 0, rgba(228, 174, 177, 0) 34%),
        linear-gradient(180deg, rgba(29, 25, 24, 0.98) 0%, var(--site-primary) 48%, var(--site-accent) 100%);
    --brand-card-gradient-alt:
        radial-gradient(circle at 16% 108%, rgba(191, 148, 116, 0.58) 0, rgba(191, 148, 116, 0) 36%),
        linear-gradient(180deg, rgba(29, 25, 24, 0.98) 0%, var(--site-primary) 44%, var(--nespresso-dark-brown) 100%);
    --brand-card-gradient-blue:
        radial-gradient(circle at 80% 108%, rgba(184, 204, 234, 0.46) 0, rgba(184, 204, 234, 0) 36%),
        linear-gradient(180deg, rgba(29, 25, 24, 0.98) 0%, var(--site-primary) 42%, var(--nespresso-dark-blue) 100%);
    --brand-card-gradient-green:
        radial-gradient(circle at 20% 108%, rgba(188, 209, 155, 0.48) 0, rgba(188, 209, 155, 0) 36%),
        linear-gradient(180deg, rgba(29, 25, 24, 0.98) 0%, var(--site-primary) 42%, var(--nespresso-dark-green) 100%);
    --brand-card-media-gradient:
        radial-gradient(circle at 50% 112%, rgba(228, 174, 177, 0.5) 0, rgba(228, 174, 177, 0) 36%),
        linear-gradient(180deg, rgba(244, 235, 223, 0.12) 0%, rgba(71, 36, 38, 0.94) 100%);
    --brand-card-media-gradient-alt:
        radial-gradient(circle at 18% 110%, rgba(191, 148, 116, 0.52) 0, rgba(191, 148, 116, 0) 38%),
        linear-gradient(180deg, rgba(244, 235, 223, 0.11) 0%, rgba(107, 61, 46, 0.9) 100%);
    --brand-card-media-gradient-blue:
        radial-gradient(circle at 82% 110%, rgba(184, 204, 234, 0.44) 0, rgba(184, 204, 234, 0) 38%),
        linear-gradient(180deg, rgba(244, 235, 223, 0.11) 0%, rgba(34, 50, 110, 0.9) 100%);
    --brand-card-media-gradient-green:
        radial-gradient(circle at 18% 110%, rgba(188, 209, 155, 0.46) 0, rgba(188, 209, 155, 0) 38%),
        linear-gradient(180deg, rgba(244, 235, 223, 0.11) 0%, rgba(61, 68, 30, 0.9) 100%);
    --shadow-soft: none;
    --shadow-hover: none;
    --transition-fast: 0.2s ease;
    --transition-medium: 0.35s ease;
}

body {
    min-height: 100vh;
    font-family: var(--font-body);
    font-weight: 500;
    color: var(--ink-900);
    background: var(--nespresso-foam-white);
    line-height: 1.28;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.92;
    color: var(--ink-900);
}

h1,
h2 {
    font-weight: 700;
    text-transform: uppercase;
}

h1 {
    font-size: 3.1rem;
    line-height: 0.85;
}

h2 {
    font-size: 2.45rem;
    line-height: 0.92;
}

h3 {
    font-size: 1.45rem;
    line-height: 1;
}

p,
li,
label,
input,
textarea,
select,
button {
    font-size: 1rem;
}

main {
    position: relative;
    z-index: 1;
}

.container {
    width: 90vw;
    margin-inline: auto;
}

.section {
    padding-block: clamp(3rem, 5vw, 6rem);
}

.section-tight {
    padding-block: clamp(2rem, 3vw, 3.5rem);
}

.section-tight + .section {
    padding-top: clamp(1.5rem, 3vw, 3rem);
}

.section-muted {
    background: var(--nespresso-light-taupe);
    color: var(--nespresso-espresso-black);
}

.lead {
    color: var(--ink-500);
    font-size: 1.22rem;
    line-height: 1.2;
    max-width: 48ch;
}

.kicker {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 0.8rem;
    color: var(--nespresso-dark-brown);
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

:focus-visible {
    outline: 2px solid var(--nespresso-dark-purple);
    outline-offset: 2px;
}

*,
*::before,
*::after {
    letter-spacing: 0 !important;
}

@media (min-width: 720px) {
    h1 {
        font-size: 5rem;
    }

    h2 {
        font-size: 3.35rem;
    }

    .lead {
        font-size: 1.38rem;
    }
}

@media (min-width: 1120px) {
    h1 {
        font-size: 6.4rem;
    }

    h2 {
        font-size: 4.4rem;
    }

    .lead {
        font-size: 1.5rem;
    }
}
