@font-face {
    font-family: 'Muller Regular';
    src: url('../fonts/MullerRegular.woff2') format('woff2'),
         url('../fonts/MullerRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Muller Medium';
    src: url('../fonts/Muller-Medium.woff2') format('woff2'),
        url('../fonts/Muller-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Muller Bold';
    src: url('../fonts/MullerBold.woff2') format('woff2'),
        url('../fonts/MullerBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Muller ExtraBold';
    src: url('../fonts/Muller-ExtraBold.woff2') format('woff2'),
        url('../fonts/Muller-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Muller Black';
    src: url('../fonts/Muller-Black.woff2') format('woff2'),
        url('../fonts/Muller-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
html { scroll-behavior: smooth; }
body {
    font-family: 'Muller Medium';
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
.ariana-content {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
}
.ariana-header {
    position: relative;
    --circle: min(280vw, 2100px);           /* diameter */
    /* --shift-x: min(32vw, 900px); */
    --shift-x: 32vw;
    background:
    url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Ccircle cx='0.5' cy='0.5' r='0.5' fill='%23FED200'/%3E%3C/svg%3E")
    no-repeat calc(50% - var(--shift-x)) bottom;
    background-size: var(--circle) var(--circle);
    padding: 8vw 4.8vw 24vw;
    padding-top: clamp(30px, 8vw, 48px);
    padding-bottom: clamp(90px, 8vw, 120px);
    text-transform: uppercase;
    margin-bottom: 1.6vw;
}
.ariana-header::after {
    content: '';
    position: absolute;
    bottom: clamp(-190px, -26.5vw, -50px);
    left: 50%;
    transform: translateX(-50%);
    width: 86%;
    max-width: 600px;
    background: url('../images/ariana/ariana-curved-txt.svg') no-repeat center center;
    background-size: 100% auto;
    z-index: 1;
    aspect-ratio: 1 / 1;
}
@media only screen and (min-width: 768px) {
    .ariana-header {
        --circle: min(280vw, 1800px);  
        --shift-x: 32vw;
        background:
        url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Ccircle cx='0.5' cy='0.5' r='0.5' fill='%23FED200'/%3E%3C/svg%3E")
        no-repeat -720px bottom;
        background-size: var(--circle) var(--circle);
    }
    .ariana-header::after {
        left: 80px;
        transform: translateX(0);
    }
}
.ariana-header h1 {
    font-family: "Muller ExtraBold", sans-serif;
    margin: 0;
    font-size: clamp(24px, 6.4vw, 42px);
    line-height: 100%;
}
.ariana-header h1 .small-word {
    /* font-size: 16px; */
    font-size: clamp(16px, 4.26vw, 24px);
    font-family: 'Muller Black';
    line-height: 100%;
}
.ariana-header h1 .sinoptik-name {
    font-size: clamp(48px, 12.8vw, 84px);
    line-height: 100%;
}
.ariana-header h2 {
    font-family: "Muller Bold", sans-serif;
    font-size: clamp(18px, 4.8vw, 24px);
    line-height: 110%;
}
.ariana-beer {
    background: url('../images/ariana/ariana-beer-circle.jpg') no-repeat center center;
    background-size: cover;
    width: 80%;
    width: min(80%, 674px);
    aspect-ratio: 1 / 1;
    position: relative;
    z-index: 0;
    margin: 9vw auto 2vw auto;
}
.ariana-summer-circle {
    position: absolute;
    top: 60vw;
    top: clamp(230px, 57vw, 280px);;
    right: 3.46vw;
    width: 27.2vw;
    max-width: 215px;
    height: auto;
    aspect-ratio: 1 / 1;
    z-index: 2;
    background: url('../images/ariana/ariana-summer-circle.png') no-repeat center center;
    background-size: cover;
}
.ariana-singing-bloke-content {
    --shift-x: 7vw;
    background:
    url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Ccircle cx='0.5' cy='0.5' r='0.5' fill='%23FED200'/%3E%3C/svg%3E") no-repeat;
    background-position: calc(50% + var(--shift-x)) top;
    background-size: auto 97%;
    padding-top: 20vw;
    margin-top: min(20vw, 110px);
    display: flex;
    flex-flow: column;
    align-items: center;
}
.ariana-singing-bloke-content ol {
    list-style: none; 
    margin: 0 5vw 10vw 10vw;
    padding: 0;
    max-width: 600px;
    counter-reset: step;
    transform: rotate(-3deg);
}
.ariana-singing-bloke-content ol li {
    counter-increment: step;
    position: relative;
    padding-left: min(14vw, 80px);
    margin: 0 0 5.5vw 0;
    font-size: clamp(24px, 6.4vw, 30px);
    font-family: "Muller ExtraBold", system-ui, sans-serif;
    line-height: 120%;
}
.ariana-singing-bloke-content ol li:last-child {
    margin-bottom: 0;
}
.ariana-singing-bloke-content ol li::before {
    content: counter(step)".";
    position: absolute;
    left: 0; top: 0;
    width: clamp(36px, 9.6vw, 64px);
    height: clamp(36px, 9.6vw, 64px);
    border-radius: 50%;
    background: #FFF; 
    color: rgba(37, 37, 37, 1);              /* number color */
    display: grid; place-items: center;
    font-family: "Muller ExtraBold", system-ui, sans-serif;
    font-size: clamp(28px, 7.46vw, 36px);
}
.ariana-singing-bloke-content ol li:nth-child(1)::before {
    top: -1.5vw;
}
.ariana-singing-bloke-content ol li:nth-child(2)::before {
    top: 1vw;
}
.ariana-singing-bloke-content ol li:nth-child(3)::before {
    top: 50%;
    transform: translateY(-56%);
}
.ariana-singing-bloke {
    background: url('../images/ariana/singing-bloke.png') no-repeat center center;
    background-size: cover;
    width: 79.2vw;
    max-width: 450px;
    aspect-ratio: 297 / 276;
    margin-left: 0;
    position: relative;
}
.ariana-play-button {
    background: url('../images/ariana/ariana-playButton.png') no-repeat;
    background-position: center 0.28vw;
    background-size: cover;
    width: 22vw;
    max-width: 132px;
    aspect-ratio: 83 / 59;
    position: absolute;
    left: 0;
    top: -4vw;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    outline: none;
}
.ariana-play-button.is-playing{
    background-position: center bottom;
}
/* Optional focus style for accessibility */
.ariana-play-button:focus-visible{
    outline: 2px solid rgba(37,37,37,.6);
    outline-offset: 2px;
}
.ariana-form {
    margin-top: 6vw;
}
/* Radio buttons */
.ariana-radio-buttons {
    --shift-x: 0vw;
    background:
    url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Ccircle cx='0.5' cy='0.5' r='0.5' fill='%23FED200'/%3E%3C/svg%3E") no-repeat;
    background-position: calc(50% + var(--shift-x)) top;
    background-size: auto 100%;
    padding: 20vw 0 15vw;
    padding-top: min(120px, 20vw);
    padding-bottom: min(75px, 15vw);
    position: relative;
}
.ariana-radio-group {
    display: grid;
    gap: 12px;
    border: none;
    font-family: "Muller Black", sans-serif;
    padding: 0 7vw;
    margin: 0 auto;
    position: relative;
    position: relative;
    max-width: 630px;
}
.ariana-radio-group legend {
    font-size: clamp(32px, 8.53vw, 48px);
    line-height: 100%;
    color: rgba(37,37,37,1);
    text-align: center;
    margin-bottom: min(50px, 11vw);
    text-shadow: 3px -3px 0 white;
}

.ariana-radio { position: relative; display: flex; align-items: center; }
.ariana-radio.last-radio {
    margin-bottom: 5vw;
}

.ariana-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    inset: 0;                 /* keep it clickable/focusable */
}

.ariana-radio label {
    position: relative;
    padding-left: 36px;       /* room for custom knob (24px) + spacing */
    cursor: pointer;
    user-select: none;
    line-height: 100%;
    font-size: clamp(22px, 5.86vw, 32px);
    margin-bottom: min(40px, 7vw);
    font-family: "Muller ExtraBold", sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    cursor: pointer;
}

/* Outer circle (unselected look) */
.ariana-radio label::before {
    content: "";
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 16px; height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(37,37,37,1);
    background-color: #FFF;
    /* drop shadow: Y = 4px; crisp cylinder-like edge */
    filter: drop-shadow(0 2px 0 rgba(61,56,63,1));
    /* fallback if filter unsupported */
    box-shadow: 0 2px 0 rgba(61,56,63,1);
}

/* Yellow disk (selected state) */
.ariana-radio label::after {
    content: "";
    position: absolute;
    left: 5px;                /* (24 - 12) / 2 = 6px to center horizontally */
    top: 50%;
    transform: translateY(-50%);
    width: 9px; height: 9px;
    border-radius: 50%;
    background: rgba(254,210,0,1);
    opacity: 0;
    transition: opacity 100ms ease, transform 100ms ease;
}

/* Toggle the inner disk when checked */
.ariana-radio input[type="radio"]:checked + label::after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

/* Keyboard focus ring */
.ariana-radio input[type="radio"]:focus-visible + label::before {
    outline: 2px solid rgba(37,37,37,0.7);
    outline-offset: 3px;
}

/* Disabled (optional) */
.ariana-radio input[disabled] + label { opacity: .5; cursor: not-allowed; }

.ariana-gifts {
    text-align: center;
    margin-top: 17vw;
    margin-bottom: 50px;
    position: relative;
}
.ariana-gifts h2 {
    font-family: "Muller Black", sans-serif;
    font-size: 6.4vw;
    line-height: 100%;
    margin: 0 0 7vw;
}
.ariana-gifts .gift-img {
    width: 49vw;
    display: block;
    margin: 0 auto 48px;
    max-width: 222px;
}
.ariana-gifts .gift-img:last-child {
    margin-bottom: 0;
}
/* Main form container */
.ariana-main-form-wrapper {
    position: relative;
    padding: 0 4.26vw;
}
.ariana-main-form-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    background: url('../images/ariana/ariana-half-circle.png') no-repeat;
    background-position: -26.6vw bottom;
    background-size: 100% auto;
    left: -4.26vw;
    bottom: 0;
    height: 186.4vw;
    z-index: -1;
}
.ariana-main-form-wrapper::after {
    content: "";
    position: absolute;
    width: 290vw;
    height: 290vw;
    border-radius: 50%;
    background: rgba(254,210,0,1);
    left: 60%;
    top: -73vw;                   
    z-index: -1;
    pointer-events: none;
}
.ariana-main-form {
    background-color: rgba(239, 239, 239, 1);
    border: 3px solid rgba(37, 37, 37, 1);
    border-radius: 50px;
    margin: 0 auto;
    padding: 6vw 5.33vw 7vw;
    position: relative;
    z-index: 1;
    max-width: 600px;
}
.ariana-main-form .form-success {
    text-align: center;
    font-family: 'Muller ExtraBold';
}
.ariana-main-form h2 {
    text-align: center;
    font-family: "Muller Black", sans-serif;
    text-shadow: 3px -3px 0 white;
    font-size: 6.4vw;
    margin: 0 0 6vw;
}
.ariana-vertical-note {
  display: none;
  writing-mode: vertical-rl;   
  transform: rotate(180deg);  
  position: absolute;          
  right: -28px;                
  bottom: 0;                   
  font-size: 18px;
  color: #555;
  line-height: 1.2;
  font-family: 'Muller Medium';
}

.visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    margin: -1px; padding: 0; border: 0;
    overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}
.ariana-main-form label {
    display: block;
    font-family: "Muller Bold", sans-serif;
    font-size: 5.86vw;
    margin-bottom: 2.5vw;
}
.ariana-main-form .field {
    position: relative;
}
.ariana-main-form .field label span {
    color: rgba(254, 210, 0, 1);
}
.ariana-main-form .field input {
    border: 3px solid black;
    border-radius: 100px;
    width: 100%;
    height: 12.26vw;
    background-color: white;
    font-size: 16px;
    color: rgba(37, 37, 37, 1);
    font-family: 'Roboto Regular';
    padding: 0 10px;
    margin-bottom: 7vw;
}
.ariana-main-form .field .field-error {
    position: absolute;
    width: 100%;
    bottom: 1.5vw;
}
.ariana-main-form .consents {
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.ariana-main-form .consents .field-error {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.ariana-main-form .checkbox {
    font-size: 4.26vw;
    display: flex;
    position: relative;
    align-items: start;
    column-gap: 2.66vw;
    cursor: pointer;
    margin-bottom: 5.5vw;
}
.ariana-main-form .checkbox a {
    font-family: "Muller Bold", sans-serif;
    color: rgba(254, 210, 0, 1);
    text-decoration: none;
}
.ariana-main-form .checkbox span span {
    color: rgba(254, 210, 0, 1);
}

:root { --brand-yellow: rgba(254,210,0,1); --tick: rgba(37,37,37,1); }

.ariana-main-form .checkbox::before{
  content:"";
  width: 4.8vw; height: 4.8vw; box-sizing:border-box;
  border: 3px solid rgba(254,210,0,1); background:#fff; border-radius:3px;
  flex:0 0 auto;
  margin-top: 0.26vw;
}
/* tick */
.ariana-main-form .checkbox::after{
  content: ""; position: absolute; left: 1vw; top: 2.43vw;
  width: 2.13vw; height: 1vw; border-left: 0.8vw solid rgba(37,37,37,1); border-bottom: 0.8vw solid rgba(37,37,37,1);
  transform:translateY(-58%) rotate(-45deg); opacity:0;
}
.ariana-main-form .checkbox:has(input:checked)::before{ background: rgba(254,210,0,1); }
.ariana-main-form .checkbox:has(input:checked)::after{ opacity:1; }
.checkbox input[type="checkbox"]{ position:absolute; opacity:0; inset:0; }

/* fill turns yellow when checked */
.checkbox input[type="checkbox"]:checked + span::before{
  background:var(--brand-yellow);
}

/* show tick when checked */
.checkbox input[type="checkbox"]:checked + span::after{
  opacity:1;
}

.ariana-submit-button {
    background-color: rgba(254, 210, 0, 1);
    width: 49vw;
    height: 12.53vw;
    border: 3px solid black;
    border-radius: 26.66vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.8vw;
    font-family: 'Muller Black', sans-serif;
    text-transform: uppercase;
    margin-top: 6vw;
}
/* error text */
.field-error {
  color: rgba(192, 9, 43, 1);
  /* font-size: 14px; */
  font-size: 3.73vw;
  margin: 6px 0 0 0;
  font-family: 'Muller Medium', sans-serif;
}
.ariana-radio-group .field-error {
    color: rgba(192, 9, 43, 1);
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.is-invalid {
  
}
.g-recaptcha {
    margin: 0 auto;
    max-width: 304px;
    margin-top: 5vw;
}
.ariana-bot-txt {
    padding: 0 4.26vw;
    margin: 0 auto;
    padding-bottom: 4vw;
    max-width: 600px;
    display: flex;           
    flex-direction: column;
    align-items: center;
}
.ariana-bot-txt h2 {
    width: fit-content;
    transform: rotate(-3deg);
    line-height: 100%;
    font-size: 6.4vw;
    font-family: "Muller Black", sans-serif;
    text-align: left;
}
.ariana-bot-txt p {
    text-align: center;
    font-family: 'Muller Bold';
}
.ariana-bot-txt h2 span {
    display: block;
    margin-top: 2vw;
}

.br-desktop { display: none; }
.ariana-general-conditions {
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 660px) {
    .ariana-main-form-wrapper {
        padding: 0;
    }
    .ariana-main-form h2 {
        font-size: 32px;
        margin: 0 0 30px;
    }
    .ariana-main-form label {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .ariana-main-form .field input {
        height: 50px;
        font-size: 16px;
        padding: 0 12px;
        margin-bottom: 30px;
    }
    .field-error {
        font-size: 14px;
        margin-top: 0;
    }
    .ariana-main-form .checkbox {
        font-size: 16px;
        column-gap: 15px;
        margin-bottom: 15px;
    }
    .ariana-main-form .checkbox::before{
        width: 18px; height: 18px;
        margin-top: 3px;
    }
    .ariana-main-form .field .field-error {
        bottom: 0.5vw;
    }
    .ariana-main-form .field .field-error p {
        margin: 0;
    }
    /* tick */
    .ariana-main-form .checkbox::after{
        content: ""; position: absolute; left: 3px; top: 11px;
        width: 10px; height: 4px; border-left: 2px solid rgba(37,37,37,1); border-bottom: 2px solid rgba(37,37,37,1);
        transform:translateY(-58%) rotate(-45deg); opacity:0;
    }
    .ariana-main-form .consents {
        margin-top: 15px;
    }
    .ariana-main-form .consents .checkbox:nth-child(4) {
        margin-bottom: 30px;
    }
    .g-recaptcha {
        margin-top: 25px;
    }
    .ariana-submit-button {
        width: 213px;
        height: 55px;
        border-radius: 55px;
        font-size: 24px;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .ariana-singing-bloke-content {
        --shift-x: 7vw;
        background:
        url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Ccircle cx='0.5' cy='0.5' r='0.5' fill='%23FED200'/%3E%3C/svg%3E") no-repeat;
        background-position: 50% top;
        background-size: auto 97%;
        padding-top: min(15vw, 110px);
    }
    .ariana-singing-bloke-content ol { 
        margin: 0 5vw 3vw 18vw;
        margin-left: min(18vw, 160px);
        margin-right: min(5vw, 40px);
        margin-bottom: min(3vw, 24px);
    }
    .ariana-singing-bloke-content ol li {
        padding-left: min(14vw, 80px);
        margin: 0 0 5.5vw 0;
        margin-bottom: min(5.5vw, 48px);
    }
    .ariana-singing-bloke-content ol li:nth-child(1)::before {
        top: 0;
    }
    .ariana-singing-bloke-content ol li:nth-child(2)::before {
        top: 0;
    }
    .ariana-play-button {
        background: url('../images/ariana/ariana-playButton.png') no-repeat;
        background-position: center 0.28vw;
        background-size: cover;
        width: 22vw;
        max-width: 132px;
        aspect-ratio: 83 / 59;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
        outline: none;
    }
    
    .ariana-vertical-note {
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    .ariana-summer-circle {
        position: absolute;
        top: 240px;
        right: 3.46vw;
        width: 27.2vw;
        max-width: 215px;
        height: auto;
        aspect-ratio: 1 / 1;
        z-index: 2;
        background: url('../images/ariana/ariana-summer-circle.png') no-repeat center center;
        background-size: cover;
    }
    .ariana-singing-bloke-content {
        margin-top: 30px;
    }
    .ariana-gifts {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 190px;
    }
    .ariana-gifts h2 {
        font-family: "Muller Black", sans-serif;
        font-size: 32px;
        line-height: 100%;
        margin: 0 0 50px;
    }
    .ariana-gifts div img:nth-child(1) {
        width: 215px;
    }
    .ariana-gifts .gift-img {
        width: 222px;
        display: inline-block;
        margin: 0 32px;
    }    
}

@media only screen and (min-width: 1280px) {
    .br-mobile { display: none; }
    .br-desktop { display: block; }
    .ariana-header {
        background: none;
        /* padding: 48px 0 0 323px; */
        padding: 48px 0 0 16%;
        margin-bottom: 30px;
        height: 428px;
    }
    .ariana-header::before {
        content: "";
        position: absolute;
        width: 1348px;
        height: auto;
        aspect-ratio: 1 / 1;
        --circle: 100%;           /* diameter */
        background:
        url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Ccircle cx='0.5' cy='0.5' r='0.5' fill='%23FED200'/%3E%3C/svg%3E")
        no-repeat center center;
        background-size: var(--circle) var(--circle);
        left: 18%;
        transform: translateX(-50%);
        bottom: 0;
        z-index: -1;
    }
    .ariana-header::after {
        content: '';
        position: absolute;
        bottom: -110px;
        /* left: 330px; */
        left: 16%;
        transform: translateX(0) rotate(-5deg);
        width: 440px;
        background: url('../images/ariana/ariana-curved-txt.svg') no-repeat center center;
        background-size: 100% auto;
        z-index: 1;
        aspect-ratio: 1 / 1;
    }
    .ariana-header h1 {
        font-family: "Muller ExtraBold", sans-serif;
        margin: 0;
        font-size: 42px;
        line-height: 100%;
    }
    .ariana-header h1 .small-word {
        font-size: 24px;
        font-family: 'Muller Black';
        line-height: 100%;
    }
    .ariana-header h1 .sinoptik-name {
        font-size: 84px;
        line-height: 100%;
    }
    .ariana-header h2 {
        font-family: "Muller Bold", sans-serif;
        font-size: 24px;
        line-height: 110%;
    }
    .ariana-beer {
        width: 40%;
        margin-bottom: 2vw;
        margin-top: -390px;
        margin-left: auto;
        margin-right: 4vw;
        position: relative;
        z-index: -1;
        max-width: 674px;
    }
    .ariana-summer-circle {
        top: 460px;
        right: 940px;
        left: auto;
        width: 275px;
        height: auto;
        background: none;
        background-color: rgba(217, 217, 217, .15);
        border-radius: 50%;
    }
    .ariana-summer-circle::after {
        content: '';
        position: absolute;
        width: 65%; height: 65%;
        left: 50%; top: 50%;
        transform: translate(-50%, -50%);
        background: url('../images/ariana/ariana-summer-circle.png') no-repeat center center;
        background-size: cover;
        pointer-events: none;
    }
    /* Singing bloke content */
    .ariana-singing-bloke-content {
        --shift-x: 7vw;
        background:
        url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Ccircle cx='0.5' cy='0.5' r='0.5' fill='%23FED200'/%3E%3C/svg%3E") no-repeat;
        background-position: center top;
        background-size: 100% 100%;
        padding-top: 210px;
        max-width: 950px;
        width: 770px;
        margin-left: auto;
        margin-right: 7%;
        margin-top: -20vw;
    }
    .ariana-singing-bloke-content ol {
        list-style: none; 
        margin: 0 0 20px 5%;
        padding: 0;
        counter-reset: step;
        width: 65%;
        transform: rotate(-3deg);
    }
    .ariana-singing-bloke-content ol li {
        counter-increment: step;
        position: relative;
        padding-left: 90px;
        margin: 0 0 30px 0;
        font-size: 30px;
        font-family: "Muller ExtraBold", system-ui, sans-serif;
        line-height: 120%;
    }
    .ariana-singing-bloke-content ol li:last-child {
        margin-bottom: 0;
    }
    .ariana-singing-bloke-content ol li::before {
        width: 54px; height: 54px;
        font-size: 30px;
    }
    .ariana-singing-bloke-content ol li:nth-child(1)::before {
        top: -10px;
    }
    .ariana-singing-bloke-content ol li:nth-child(2)::before {
        top: 0;
    }
    .ariana-singing-bloke-content ol li:nth-child(3)::before {
        top: 50%;
        transform: translateY(-50%);
    }
    .ariana-singing-bloke {
        background: url('../images/ariana/singing-bloke.png') no-repeat center center;
        background-size: cover;
        width: 59.5%;
        aspect-ratio: 297 / 276;
        margin-left: 30%;
        position: relative;
    }
    .ariana-play-button {
        width: 100px;
        left: -50px;
        top: 0;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
        outline: none;
    }
    /* Radio buttons */
    .ariana-radio-buttons {
        --shift-x: 0vw;
        background:
        url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Ccircle cx='0.5' cy='0.5' r='0.5' fill='%23FED200'/%3E%3C/svg%3E") no-repeat;
        background-position: calc(50% + var(--shift-x)) top;
        background-size: 100% 100%;
        padding: 100px 0 40px;
        max-width: 655px;
        aspect-ratio: 1 / 1;
        margin-left: 4vw;
    }
    .ariana-radio-group {
        display: grid;
        gap: 12px;
        border: none;
        font-family: "Muller Black", sans-serif;
        margin: 0 auto;
        width: 72%;
        padding: 0;
        position: relative;
    }
    .ariana-radio-group legend {
        font-size: 48px;
        line-height: 100%;
        margin-bottom: 50px;
        text-shadow: 3px -3px 0 white;
    }

    .ariana-radio { position: relative; display: flex; align-items: center; }
    .ariana-radio.last-radio {
        margin-bottom: 30px;
    }

    .ariana-radio label {
        padding-left: 36px;  
        font-size: 32px;
        margin-bottom: 40px;
    }

    /* Outer circle (unselected look) */
    .ariana-radio label::before {
        content: "";
        position: absolute;
        left: 0; top: 50%;
        transform: translateY(-50%);
        width: 22px; height: 22px;
        border-radius: 50%;
        border: 2px solid rgba(37,37,37,1);
        background-color: #FFF;
        filter: drop-shadow(0 4px 0 rgba(61,56,63,1));
        box-shadow: 0 2px 0 rgba(61,56,63,1);
    }

    /* Yellow disk (selected state) */
    .ariana-radio label::after {
        left: 6px;               
        width: 14px; height: 14px;
    }
    .ariana-gifts {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 190px;
    }
    .ariana-gifts h2 {
        font-family: "Muller Black", sans-serif;
        font-size: 32px;
        line-height: 100%;
        margin: 0 0 50px;
    }
    .ariana-gifts div img:nth-child(1) {
        width: 215px;
    }
    .ariana-gifts .gift-img {
        width: 222px;
        display: inline-block;
        margin: 0 32px;
    }
    .ariana-bot-txt {
        max-width: 806px;
    }
    .ariana-bot-txt h2 span {
        display: inline;
    }
    .ariana-bot-txt h2 {
        margin-bottom: 50px;
        font-size: 32px;
    }
    .ariana-grey-circle1 {
        position: absolute;
        right: -15%;
        top: 40px;
        border-radius: 50%;
        background-color: rgba(217, 217, 217, .13);
        width: 600px;
        height: 600px;
    }
    .ariana-grey-circle2 {
        position: absolute;
        right: 85%;
        top: 210px;
        border-radius: 50%;
        background-color: rgba(217, 217, 217, .13);
        width: 490px;
        height: 490px;
    }
    .ariana-grey-circle3 {
        position: absolute;
        right: 25%;
        top: 230px;
        border-radius: 50%;
        background-color: rgba(217,217,217,0.13);
        width: 877px;
        height: 877px;
    }
    .ariana-gifts .ariana-grey-circle3 {
        top: 50%;
        transform: translateY(-58%);
        right: -94px;
    }
    .ariana-form {
        margin-top: -14vw;
    }
    .ariana-main-form-wrapper::before {
        background-size: 100% 100%;
        background-position: center center;
        height: 1326px;
        width: 756px;
        bottom: auto;
        top: -300px;
        left: 0;
    }
    .ariana-main-form-wrapper::after {
        width: 114vw;
        height: 114vw;
        top: 18vw;
        left: 50%;
    }
}

@media only screen and (min-width: 1700px) {
    .ariana-summer-circle {
        top: 460px;
        right: 1110px;
        left: auto;
        width: 371px;
        height: 371px;
        background: none;
        background-color: rgba(217, 217, 217, .15);
        border-radius: 50%;
        max-width: none;
    }
    .ariana-radio-buttons {
        margin-top: 150px;
    }
    .ariana-singing-bloke-content {
        padding-top: 0;
        width: auto;
        margin-top: -380px;
        margin-right: 11%;
    }
    .ariana-singing-bloke-content ol {
        margin: 200px 0 20px 4%;
        width: 65%;
    }
    .ariana-singing-bloke-content ol li {
        padding-left: 90px;
        margin: 0 0 30px 0;
        font-size: 36px;
    }
    .ariana-singing-bloke-content ol li::before {
        width: 64px; height: 64px;
        font-size: 36px;
    }
    .ariana-singing-bloke-content ol li:nth-child(1)::before {
        top: -20px;
    }
    .ariana-singing-bloke {
        width: 565px;
        aspect-ratio: 297 / 276;
        margin-left: 180px;
        position: relative;
        max-width: none;
    }
    .ariana-play-button {
        width: 132px;
        left: -70px;
        top: 0;
        background: url('../images/ariana/ariana-playButton.png') no-repeat;
        background-position: center 0.1vw;
    }
    .ariana-grey-circle1 {
        right: -10%;
    }
    .ariana-summer-circle {
        right: 1210px;
    }
    .ariana-radio-buttons {
        margin-top: 0;
        margin-left: 230px;
    }
    .ariana-beer {
        margin-top: -360px;
        margin-right: 300px;
        width: 674px;
    }
    .ariana-bot-txt p {
        font-size: 24px;
    }
}