:root {
    --page-width: 21rem;
    --mint: #9dc9c8;
    --mint-panel: #9dc9c8;
    --hero: #9dc9c8;
    --ink: #004753;
    --ink-deep: #004753;
    --ink-panel: #004753;
    --white: #f4f2ea;
    --gold: #d8bb68;
    --line: rgba(184, 224, 220, 0.78);
    --display-font: "Baskervville Italic", "Times New Roman", serif;
    --serif-font: "Baskervville", "Times New Roman", serif;
    --body-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@font-face {
    font-family: "Baskervville";
    src: url("https://echounfiltered.pt/wp-content/uploads/2026/03/Baskervville-VariableFont_wght.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Baskervville Italic";
    src: url("https://echounfiltered.pt/wp-content/uploads/2026/03/Baskervville-Italic-VariableFont_wght.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
    font-size: calc(100vw / 21);
}

body {
    margin: 0;
    background: var(--mint);
    color: var(--white);
    font-family: var(--body-font);
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font: inherit;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.fever-page-shell {
    width: 100%;
    margin: 0 auto;
    background: var(--mint);
    overflow: clip;
}

.site-header,
.hero-section,
.prize-section,
.participation-section,
.products-section,
.giveaway-section,
.site-footer {
    position: relative;
}

.site-header {
    position: absolute;
    inset: 0.95rem 0 auto;
    z-index: 10;
    display: flex;
    justify-content: center;
    padding: 0;
}

.site-header__inner {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    column-gap: clamp(0.85rem, 2.4vw, 1.6rem);
    width: min(calc(100% - 2.5rem), 18.45rem);
    height: 1.26rem;
    padding: 0 0.66rem;
    background: rgba(39, 111, 124, 0.52);
    border: 1px solid rgba(0, 71, 83, 0.7);
}

.site-header__brand {
    width: 3.1rem;
    flex: 0 0 auto;
}

.site-header__toggle {
    display: none;
}

.site-header__nav {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: clamp(0.55rem, 1.5vw, 0.98rem);
    font-size: 0.24rem;
    line-height: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.site-header__nav a {
    display: block;
    white-space: nowrap;
}

.hero-section {
    height: 13.9rem;
    min-height: 13.9rem;
    max-height: 13.9rem;
    padding-top: 0;
    background: #9dc9c8 url("https://echounfiltered.pt/wp-content/uploads/2026/03/Hero-bg-final.svg") center / cover no-repeat;
    overflow: hidden;
}

.hero-section__texture,
.prize-section__texture,
.giveaway-section__texture {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
}

.hero-section__content {
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.hero-section__composition {
    position: absolute;
    inset: 0;
}

.hero-section__composition img {
    position: absolute;
    left: 50%;
    bottom: -0.08rem;
    width: min(18rem, 108%);
    height: auto;
    max-width: none;
    transform: translateX(-50%);
}

.hero-section__copy {
    position: absolute;
    left: 50%;
    top: 5.85rem;
    z-index: 2;
    width: min(14.2rem, calc(100% - 2rem));
    transform: translate(-50%, -50%);
    color: var(--ink);
    text-align: center;
}

.hero-section__eyebrow {
    display: none;
}

.hero-section__title,
.section-heading,
.participation-section__title,
.participation-form-wrap__title,
.giveaway-slide__title {
    margin: 0;
    font-family: var(--display-font);
    font-style: italic;
    font-weight: 400;
}

.hero-section__title {
    max-width: 12.8rem;
    margin-inline: auto;
    font-size: 0.72rem;
    line-height: 0.94;
    white-space: normal;
    text-wrap: balance;
}

.hero-section__subtitle {
    max-width: 6.1rem;
    margin: 0.38rem auto 0;
    font-size: 0.26rem;
    line-height: 1.12;
    letter-spacing: 0.13em;
}

.hero-section__cta,
.prize-card__cta,
.product-card__cta,
.fever-entry-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.hero-section__cta {
    min-width: 4.15rem;
    min-height: 0.88rem;
    margin-top: 0.62rem;
    background: #9dc9c8;
    border: 2px solid #004753;
    color: var(--ink);
    font-size: 0.18rem;
}

.hero-section__scroll-indicator {
    position: absolute;
    left: 50%;
    top: 8rem;
    bottom: 0.22rem;
    z-index: 1;
    width: 0.18rem;
    transform: translateX(-50%);
}

.hero-section__scroll-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0.18rem;
    width: 0.04rem;
    background: var(--ink);
    transform: translateX(-50%);
}

.hero-section__scroll-dot {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 50%;
    background: var(--ink);
    transform: translateX(-50%);
}

.prize-section--grand {
    min-height: 19.42rem;
    background: url("https://echounfiltered.pt/wp-content/uploads/2026/03/background-section2.svg") center / cover no-repeat;
}

.prize-section__texture {
    display: none;
}

.section-heading-wrap {
    position: relative;
    z-index: 1;
    padding-top: 1.1rem;
    text-align: center;
}

.section-heading {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.01em;
}

.section-heading--dark,
.section-heading--products {
    color: var(--ink);
}

.prize-card {
    position: relative;
    z-index: 1;
}

.prize-card--grand {
    min-height: 15.3rem;
}

.prize-card__panel {
    position: absolute;
    left: calc(50% - 8rem);
    top: 2.2rem;
    width: 10.55rem;
    min-height: 10.4rem;
    padding: 2.35rem 3.15rem 1rem 0.95rem;
    background: var(--mint-panel);
    color: var(--ink);
    transform: none;
}

.prize-card__title {
    color: var(--ink);
    font-size: 0.6rem;
    line-height: 1.14;
    text-align: center;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 400;
}

.prize-card__text,
.prize-card__specs,
.participation-section__steps,
.fever-entry-form,
.site-footer__newsletter-note,
.site-footer__links {
    font-size: 0.28rem;
    line-height: 1.55;
}

.prize-card__text {
    max-width: 4.35rem;
    margin: 0.56rem auto 0;
    text-align: center;
}

.prize-card__cta {
    width: 3.05rem;
    height: 0.68rem;
    margin: 0.56rem auto 0;
    background: #9dc9c8;
    border: 2px solid #004753;
    color: var(--ink);
    font-size: 0.16rem;
}

.prize-card--grand .prize-card__cta {
    position: relative;
    display: flex;
    margin: 1rem auto 0;
}

.prize-card__media--grand {
    position: absolute;
    left: calc(50% + 0.45rem);
    top: 2.45rem;
    width: 7.75rem;
    z-index: 2;
    transform: none;
}

.prize-section--monthly-feature {
    min-height: 18.6rem;
    padding-bottom: 1.2rem;
    background: var(--mint);
}

.prize-section--monthly-feature .section-heading-wrap {
    padding-top: 1.18rem;
}

.prize-card--feature {
    min-height: 15.25rem;
}

.prize-card__feature-panel {
    position: absolute;
    left: calc(50% - 8.25rem);
    top: 2.18rem;
    width: 11.1rem;
    min-height: 10.25rem;
    padding: 0.96rem 1rem 1.2rem 0.72rem;
    --monthly-text-axis: 3.2rem;
    background: var(--ink);
    color: var(--white);
    transform: none;
}

.prize-card__title--left,
.prize-card__feature-panel .prize-card__text,
.prize-card__specs,
.prize-card__cta--light {
    color: #9dc9c8;
}

.prize-card__title--left {
    width: 10rem;
    margin: 0;
    position: relative;
    left: var(--monthly-text-axis);
    transform: translateX(-50%);
    text-align: center;
    font-family: var(--body-font);
    font-size: 0.6rem;
    line-height: 1.15;
    letter-spacing: 0.11em;
    font-weight: 300;
}

.prize-card__specs {
    width: 7rem;
    margin: 0.54rem 0 0;
    position: relative;
    left: var(--monthly-text-axis);
    transform: translateX(-50%);
    font-family: var(--body-font);
    font-size: 0.31rem;
    line-height: 1.5;
    letter-spacing: 0.14em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.prize-card__text--small {
    width: 7rem;
    margin: 0.9rem 0 0;
    position: relative;
    left: var(--monthly-text-axis);
    transform: translateX(-50%);
    font-family: var(--body-font);
    font-size: 0.29rem;
    line-height: 1.58;
    letter-spacing: 0.05em;
    color: #9dc9c8;
    text-align: center;
}

.prize-card__cta--light {
    display: inline-flex;
    position: relative;
    left: var(--monthly-text-axis);
    transform: translateX(-50%);
    margin: 1.4rem 0 0;
    width: 4.1rem;
    height: 0.78rem;
    background: #9dc9c8;
    border: 2px solid #004753;
    color: var(--ink);
    font-size: 0.17rem;
}

.prize-card__feature-media {
    position: absolute;
    inset: 0;
}

.feature-camera {
    position: absolute;
    left: calc(50% + 0.6rem);
    top: 2.48rem;
    width: 8.35rem;
    z-index: 3;
    transform: none;
}

.feature-composition {
    position: absolute;
    left: calc(50% - 0.35rem);
    top: 8.5rem;
    width: 10.98rem;
    transform: none;
    z-index: 2;
}

.participation-section {
    min-height: 20.6rem;
    background: #004753;
}

.participation-section__content {
    position: relative;
    z-index: 1;
    width: 12.5rem;
    margin: 0 auto;
    padding-top: 1.02rem;
    text-align: center;
}

.participation-section__eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.24rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.participation-section__title {
    font-size: 1rem;
    line-height: 1;
}

.participation-section__steps {
    margin-top: 0.48rem;
    font-family: var(--display-font);
    font-style: italic;
}

.participation-section__steps p {
    margin: 0.48rem 0 0;
}

.participation-section__closing-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.16rem;
    margin-top: 0.52rem;
}

.participation-section__closing-tree {
    width: 0.44rem;
    height: auto;
}

.participation-section__closing {
    margin: 0;
    font-family: var(--display-font);
    font-size: 0.62rem;
    font-style: italic;
}

.participation-form-wrap {
    width: 12.9rem;
    min-height: 7.85rem;
    margin: 1rem auto 0;
    padding: 0.7rem 0.75rem;
    background: var(--mint-panel);
    color: var(--ink);
}

.participation-form-wrap__title {
    color: var(--ink);
    font-size: 0.66rem;
    line-height: 1;
}

.participation-form-wrap__shortcode {
    margin-top: 0.6rem;
}

.fever-giveaway-form-wrap {
    width: 100%;
}

.fever-giveaway-feedback {
    margin-bottom: 0.36rem;
    padding: 0.22rem 0.28rem;
    border: 1px solid var(--ink);
    color: var(--ink);
    font-size: 0.18rem;
    line-height: 1.4;
}

.fever-giveaway-feedback--success {
    background: rgba(184, 224, 220, 0.6);
}

.fever-giveaway-feedback--error {
    background: rgba(231, 195, 195, 0.7);
}

.fever-entry-form {
    display: flex;
    flex-direction: column;
    gap: 0.34rem;
}

.fever-entry-form input,
.fever-entry-form__upload {
    width: 100%;
    min-height: 0.58rem;
    border: 0;
    background: var(--ink);
    color: var(--white);
    padding: 0 0.42rem;
}

.fever-entry-form input {
    font-size: 0.22rem;
}

.fever-entry-form input::placeholder {
    color: #9dc9c8;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.fever-entry-form__upload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 0.22rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #9dc9c8;
}

.fever-entry-form__upload input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.fever-entry-form button {
    width: 3.55rem;
    height: 0.72rem;
    margin: 0.28rem auto 0;
    background: transparent;
    color: var(--ink);
    font-size: 0.18rem;
}

.fever-entry-form__note {
    margin: 0.14rem 0 0;
    color: var(--ink);
    font-size: 0.16rem;
    line-height: 1.55;
}

.participation-section__visual {
    position: absolute;
}

.participation-section__visual--left {
    left: -2rem;
    bottom: 0.6rem;
    width: 8.55rem;
}

.participation-section__visual--right {
    right: -2.1rem;
    top: 5.45rem;
    width: 7.12rem;
}

.products-section {
    min-height: auto;
    padding: clamp(1rem, 5vh, 2rem) clamp(0.5rem, 4vw, 1rem) clamp(1.5rem, 5vh, 2.5rem);
    background: var(--mint);
}

.section-heading-wrap--products {
    padding-top: 0;
    max-width: 25.5rem;
    margin: 0 auto;
    text-align: center;
}

.section-heading--products {
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 500;
    font-size: clamp(0.5rem, 2vw, 0.8rem);
    letter-spacing: 0.12em;
    color: var(--ink);
    text-transform: uppercase;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(0.8rem, 2.5vw, 1.5rem) clamp(0.5rem, 2vw, 1rem);
    margin-top: clamp(1.2rem, 4vh, 2rem);
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
}

.product-card {
    color: var(--ink);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-card__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(5.5rem, 11vw, 7.5rem);
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.product-card__image-wrap img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.product-card--sun .product-card__image-wrap {
    background: transparent;
}

.product-card--sky .product-card__image-wrap {
    background: transparent;
}

.product-card--peach .product-card__image-wrap {
    background: transparent;
}

.product-card--sage .product-card__image-wrap {
    background: transparent;
}

.product-card--rose .product-card__image-wrap {
    background: transparent;
}

.product-card--lemon .product-card__image-wrap {
    background: transparent;
}

.product-card__title {
    margin: 0.35rem 0 0;
    font-family: var(--serif-font);
    font-size: clamp(0.28rem, 1.2vw, 0.4rem);
    line-height: 1.1;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
}

.product-card__lead {
    display: inline-block;
    margin-bottom: 0.05rem;
    font-size: clamp(0.18rem, 0.9vw, 0.28rem);
    font-family: var(--display-font);
    font-style: italic;
    line-height: 1.1;
    text-transform: none;
}

.product-card__subtitle {
    margin: 0.05rem 0 clamp(0.25rem, 1vw, 0.4rem);
    font-family: var(--display-font);
    font-size: clamp(0.24rem, 1vw, 0.35rem);
    line-height: 1.1;
    font-style: italic;
}

.product-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(2rem, 4vw, 3rem);
    height: clamp(0.5rem, 1vw, 0.65rem);
    margin-top: auto;
    background: #90bebe;
    color: var(--ink);
    border: 2px solid #004753;
    letter-spacing: 0.15em;
    font-size: clamp(0.16rem, 0.6vw, 0.2rem);
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
}

.giveaway-section {
    min-height: 14rem;
    max-height: 130vh;
    padding: 2rem 0 0 0;
    background: #004753 url("https://echounfiltered.pt/wp-content/uploads/2026/03/background-section6.svg") center bottom / cover no-repeat;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.giveaway-section__texture {
    display: none;
}

.giveaway-section__controls {
    position: absolute;
    left: 0.42rem;
    right: 0.42rem;
    top: 5.8rem;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.giveaway-control {
    position: relative;
    width: 1.08rem;
    height: 1.08rem;
    padding: 0;
    border: 0;
    background: transparent;
}

.giveaway-control__bg,
.giveaway-control__icon {
    position: absolute;
    inset: 0;
    margin: auto;
}

.giveaway-control__bg {
    width: 100%;
    height: 100%;
}

.giveaway-control__icon {
    width: 0.38rem;
}

.giveaway-slider {
    position: relative;
    z-index: 1;
    min-height: 14.8rem;
}

.giveaway-slide {
    display: none;
    text-align: center;
}

.giveaway-slide.is-active {
    display: block;
}

.giveaway-slide__title {
    font-size: 1rem;
    line-height: 1;
    color: #b8e0dc;
}

.giveaway-slide__subtitle {
    margin: 0.9rem 0 0;
    font-size: 0.52rem;
    line-height: 1.36;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #b8e0dc;
    font-family: var(--display-font);
    font-style: italic;
}

.giveaway-slide__names {
    margin-top: 0.34rem;
    font-size: 0.4rem;
    line-height: 1.65;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #b8e0dc;
}

.site-footer {
    min-height: 5.85rem;
    padding: 1.1rem 0.6rem 0.9rem;
    background: #004753;
}

.site-footer__frame {
    width: 18.12rem;
    min-height: 4.58rem;
    margin: 0 auto;
    border: 2px solid var(--line);
}

.site-footer__header-row {
    display: grid;
    grid-template-columns: 4.56rem 1fr;
    min-height: 1.06rem;
    border-bottom: 2px solid var(--line);
}

.site-footer__brand-cell,
.site-footer__motto-cell,
.site-footer__social-cell,
.site-footer__newsletter-cell,
.site-footer__menu-cell {
    display: flex;
    align-items: center;
}

.site-footer__brand-cell {
    justify-content: center;
    padding: 0.3rem 0.82rem;
    border-right: 2px solid var(--line);
}

.site-footer__motto-cell {
    justify-content: center;
    padding: 0.3rem 0;
}

.site-footer__body-row {
    display: grid;
    grid-template-columns: 4.56rem 10.12rem 3.44rem;
    min-height: 4.2rem;
}

.site-footer__logo {
    width: 2.94rem;
}

.site-footer__mix {
    width: 4.86rem;
}

.site-footer__social-cell {
    justify-content: center;
    padding: 1.4rem 0;
    border-right: 2px solid var(--line);
}

.site-footer__socials {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
}

.site-footer__socials a {
    display: grid;
    place-items: center;
    width: 0.48rem;
    height: 0.48rem;
}

.site-footer__socials img {
    width: 0.48rem;
    height: 0.48rem;
}

.site-footer__newsletter-cell {
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.4rem 0.92rem 0.38rem;
    border-right: 2px solid var(--line);
}

.site-footer__newsletter-copy {
    color: #b8e0dc;
}

.site-footer__newsletter-kicker,
.site-footer__newsletter-brand {
    margin: 0;
    font-family: var(--display-font);
    font-style: italic;
    font-weight: 400;
    line-height: 1.05;
}

.site-footer__newsletter-kicker {
    font-size: 0.34rem;
}

.site-footer__newsletter-brand {
    color: #004753;
    margin-top: 0.08rem;
    font-size: 0.42rem;
}

.site-footer__newsletter {
    margin-top: 0.34rem;
}

.site-footer__newsletter-row {
    display: grid;
    grid-template-columns: 1fr 3rem;
    gap: 0.28rem;
}

.site-footer__newsletter-row input,
.site-footer__newsletter-row button {
    height: 0.52rem;
    border: 2px solid var(--line);
    font-size: 0.12rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.site-footer__newsletter-row input {
    background: transparent;
    color: var(--white);
    padding: 0 0.26rem;
}

.site-footer__newsletter-row input::placeholder {
    color: rgba(184, 224, 220, 0.6);
}

.site-footer__newsletter-row button {
    background: #b8e0dc;
    color: var(--ink);
    padding: 0;
}

.site-footer__legal-links {
    display: flex;
    justify-content: space-between;
    gap: 0.4rem;
    margin-top: auto;
}

.site-footer__legal-links a {
    font-size: 0.14rem;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #b8e0dc;
}

.site-footer__menu-cell {
    justify-content: center;
    padding: 1.4rem 0;
}

.site-footer__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.site-footer__menu a {
    font-size: 0.13rem;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #b8e0dc;
}

@media (min-width: 1600px) {
    html {
        font-size: 76.1905px;
    }
}




@media (max-width: 699px) {

    /* ── RESET: override the rem-based viewport sizing ── */
    html {
        font-size: 16px;
    }

    /* ── HEADER ── */
    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        width: 100%;
        padding: 0;
        inset: 0 0 auto;
        border-bottom: 2px solid rgba(157, 201, 200, 0.5);
    }

    .site-header__inner {
        grid-template-columns: 1fr auto;
        width: 100%;
        height: 56px;
        padding: 0 16px;
        background: rgba(0, 71, 83, 0.92);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: none;
    }

    .site-header__brand {
        width: 100px;
    }

    .site-header__toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 40px;
        height: 40px;
        margin-left: auto;
        padding: 0;
        background: transparent;
        border: 0;
        color: var(--white);
        cursor: pointer;
    }

    .site-header__toggle span {
        width: 22px;
        height: 2px;
        background: currentColor;
        transition: transform 200ms ease;
    }

    .site-header__nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        min-width: 0;
        padding: 0;
        background: rgba(0, 71, 83, 0.96);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: none;
        border-top: 1px solid rgba(157, 201, 200, 0.2);
        font-size: 14px;
        letter-spacing: 0.18em;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 250ms ease, transform 250ms ease;
    }

    .site-header__nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-header__nav a {
        padding: 14px 20px;
        border-bottom: 1px solid rgba(157, 201, 200, 0.12);
    }

    .fever-page-shell {
        padding-top: 56px;
    }

    /* ── HERO ── */
    .hero-section {
        height: 100svh !important;
        min-height: 500px !important;
        max-height: none !important;
    }

    .hero-section__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hero-section__composition img {
        width: 140%;
        left: 50%;
        bottom: -10px;
        transform: translateX(-50%);
    }

    .hero-section__copy {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: calc(100% - 40px) !important;
        padding: 0 20px;
        margin-top: -120px;
        z-index: 2;
    }

    .hero-section__title {
        font-size: 28px;
        line-height: 1.05;
        max-width: none;
    }

    .hero-section__subtitle {
        font-size: 12px;
        max-width: none;
        margin-top: 12px;
    }

    .hero-section__cta {
        font-size: 11px;
        min-height: 44px;
        min-width: 160px;
        margin-top: 20px;
        border-width: 2px;
    }

    .hero-section__scroll-indicator {
        display: none !important;
    }

    /* ── GRAND PRIZE SECTION ── */
    .prize-section--grand {
        min-height: auto;
        padding: 48px 20px;
    }

    .prize-section--grand .section-heading-wrap {
        padding-top: 0;
    }

    .section-heading {
        font-size: 36px;
    }

    .prize-card--grand {
        min-height: auto;
    }

    .prize-card__panel {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        min-height: auto;
        padding: 32px 24px;
        transform: none;
        margin-top: 24px;
    }

    .prize-card__title {
        font-size: 24px;
    }

    .prize-card__text {
        font-size: 13px;
        max-width: none;
        margin-top: 16px;
    }

    .prize-card__cta {
        font-size: 11px;
        width: 160px;
        height: 40px;
        margin-top: 20px;
    }

    .prize-card--grand .prize-card__cta {
        margin: 20px auto 0;
    }

    .prize-card__media--grand {
        position: relative;
        left: auto;
        top: auto;
        width: 60%;
        max-width: 250px;
        margin: 24px auto 0;
        transform: none;
    }

    /* ── MONTHLY PRIZE SECTION ── */
    .prize-section--monthly-feature {
        min-height: auto;
        padding: 0 20px 48px;
    }

    .prize-section--monthly-feature .section-heading-wrap {
        padding-top: 48px;
    }

    .section-heading--dark {
        font-size: 36px;
    }

    .prize-card--feature {
        min-height: auto;
    }

    .prize-card__feature-panel {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        min-height: auto;
        padding: 32px 24px;
        transform: none;
        margin-top: 24px;
        --monthly-text-axis: 50%;
    }

    .prize-card__title--left {
        width: 100%;
        left: auto;
        transform: none;
        font-size: 24px;
        text-align: center;
    }

    .prize-card__specs {
        width: 100%;
        left: auto;
        transform: none;
        font-size: 12px;
        text-align: center;
        margin-top: 14px;
    }

    .prize-card__text--small {
        width: 100%;
        left: auto;
        transform: none;
        font-size: 12px;
        text-align: center;
        margin-top: 16px;
    }

    .prize-card__cta--light {
        left: auto;
        transform: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 160px;
        height: 40px;
        margin: 20px auto 0;
        font-size: 11px;
        text-align: center;
    }

    .prize-card__feature-panel {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .prize-card__feature-media {
        position: relative;
        inset: auto;
        margin-top: 24px;
    }

    .feature-camera {
        position: relative;
        left: auto;
        top: auto;
        width: 55%;
        max-width: 220px;
        margin: 0 auto;
        transform: none;
    }

    .feature-composition {
        position: relative;
        left: auto;
        top: auto;
        width: 80%;
        max-width: 300px;
        margin: 20px auto 0;
        transform: none;
    }

    /* ── PARTICIPATION SECTION ── */
    .participation-section {
        min-height: auto !important;
        height: auto !important;
        padding: 48px 20px;
    }

    .participation-section__visual {
        display: none;
    }

    .participation-section__content {
        width: 100%;
        padding-top: 0;
    }

    .participation-section__eyebrow {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .participation-section__title {
        font-size: 32px;
    }

    .participation-section__steps {
        margin-top: 20px;
    }

    .participation-section__steps p {
        font-size: 14px;
        margin: 12px 0 0;
    }

    .participation-section__closing-wrap {
        margin-top: 20px;
    }

    .participation-section__closing-tree {
        width: 20px;
    }

    .participation-section__closing {
        font-size: 24px;
    }

    .participation-form-wrap {
        width: 100%;
        min-height: auto;
        margin-top: 28px;
        padding: 24px 20px;
    }

    .participation-form-wrap__title {
        font-size: 24px;
    }

    .participation-form-wrap__shortcode {
        margin-top: 20px;
    }

    .fever-entry-form {
        gap: 12px;
    }

    .fever-entry-form input,
    .fever-entry-form__upload {
        min-height: 44px;
        font-size: 12px;
        padding: 0 14px;
    }

    .fever-entry-form input::placeholder {
        font-size: 11px;
    }

    .fever-entry-form button {
        width: 140px;
        height: 40px;
        font-size: 11px;
        margin: 8px auto 0;
    }

    .fever-entry-form__note {
        font-size: 10px;
        margin-top: 10px;
    }

    /* ── PRODUCTS SECTION ── */
    .products-section {
        padding: 40px 16px 48px;
    }

    .section-heading--products {
        font-size: 24px;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 12px;
        margin-top: 28px;
        max-width: none;
    }

    .product-card__image-wrap {
        height: 170px;
    }

    .product-card__title {
        font-size: 13px;
        margin-top: 10px;
    }

    .product-card__lead {
        font-size: 10px;
    }

    .product-card__subtitle {
        font-size: 11px;
        margin: 4px 0 10px;
    }

    .product-card__cta {
        font-size: 9px;
        width: auto;
        min-width: 80px;
        height: 30px;
        padding: 0 14px;
    }

    /* ── GIVEAWAY SECTION ── */
    .giveaway-section {
        min-height: 700px;
        max-height: none;
        padding: 48px 20px 260px;
        justify-content: flex-start;
    }

    .giveaway-slider {
        min-height: auto;
    }

    .giveaway-slide__title {
        font-size: 32px;
    }

    .giveaway-slide__subtitle {
        font-size: 18px;
        margin-top: 16px;
    }

    .giveaway-slide__names {
        font-size: 14px;
        margin-top: 16px;
        line-height: 1.8;
    }

    .giveaway-section__controls {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        justify-content: center;
        gap: 24px;
        margin-top: 28px;
    }

    .giveaway-control {
        width: 44px;
        height: 44px;
    }

    .giveaway-control__icon {
        width: 16px;
    }

    /* ── FOOTER ── */
    .site-footer {
        min-height: auto;
        padding: 0;
    }

    .site-footer__frame {
        width: 100%;
        min-height: auto;
        border: none;
        border-top: 2px solid var(--line);
    }

    /* Header row: stack logo + motto vertically */
    .site-footer__header-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: auto;
        border-bottom: 1px solid rgba(184, 224, 220, 0.3);
        padding: 28px 20px;
        gap: 16px;
    }

    .site-footer__brand-cell {
        border-right: none;
        padding: 0;
        justify-content: center;
    }

    .site-footer__logo {
        width: 100px;
    }

    .site-footer__motto-cell {
        padding: 0;
        justify-content: center;
    }

    .site-footer__mix {
        width: 140px;
    }

    /* Body row: stack all cells vertically */
    .site-footer__body-row {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    /* Social cell */
    .site-footer__social-cell {
        border-right: none;
        padding: 24px 20px;
        justify-content: center;
        border-bottom: 1px solid rgba(184, 224, 220, 0.3);
    }

    .site-footer__socials {
        flex-direction: row;
        gap: 20px;
    }

    .site-footer__socials a {
        width: 32px;
        height: 32px;
    }

    .site-footer__socials img {
        width: 32px;
        height: 32px;
    }

    /* Newsletter cell */
    .site-footer__newsletter-cell {
        border-right: none;
        padding: 28px 20px;
        align-items: center;
        text-align: center;
        border-bottom: 1px solid rgba(184, 224, 220, 0.3);
    }

    .site-footer__newsletter-kicker {
        font-size: 18px;
    }

    .site-footer__newsletter {
        margin-top: 16px;
        width: 100%;
    }

    .site-footer__newsletter-row {
        grid-template-columns: 1fr auto;
        gap: 8px;
    }

    .site-footer__newsletter-row input {
        height: 40px;
        font-size: 10px;
        padding: 0 12px;
    }

    .site-footer__newsletter-row button {
        height: 40px;
        font-size: 9px;
        padding: 0 14px;
        white-space: nowrap;
    }

    .site-footer__legal-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 16px;
        margin-top: 16px;
    }

    .site-footer__legal-links a {
        font-size: 9px;
    }

    /* Menu cell */
    .site-footer__menu-cell {
        padding: 24px 20px;
        justify-content: center;
    }

    .site-footer__menu {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 16px;
    }

    .site-footer__menu a {
        font-size: 10px;
    }
}
