:root {
    --bg: #050504;
    --ink: #fffffb;
    --muted: rgba(245, 243, 238, 0.82);
    --soft: rgba(255, 255, 255, 0.58);
    --faint: rgba(255, 255, 255, 0.16);
    --line: rgba(255, 255, 255, 0.22);
    --max: 1180px;
    --gutter: 32px;
    --sans-family: 'area-normal', 'Area', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --utility-family: 'area-normal', 'Area', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --headline-family: 'canto', 'Canto', Georgia, serif;
    --headline-weight: 600;
    --page-height: 100dvh;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.08);
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
    scroll-snap-type: none;
    background: var(--bg);
    color-scheme: dark;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html.legal-template {
    scroll-snap-type: none;
}

html.legal-template body {
    scroll-snap-type: none;
}

body {
    min-height: 100vh;
    min-height: var(--page-height);
    overflow-x: hidden;
    background: var(--bg);
    color: var(--ink);
    font-family: var(--sans-family);
    line-height: 1.5;
}

.landing-template,
.landing-template body {
    height: 100%;
    position: fixed;
    inset: 0;
    width: 100%;
    overflow: hidden;
}

.landing-template #top {
    position: fixed;
    inset: 0;
    height: 100vh;
    height: var(--page-height);
    max-height: var(--page-height);
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
}

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

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

button,
input {
    font: inherit;
}

.inline-text-link {
    display: inline;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    height: 80px;
    padding: 0 20px;
    background: transparent;
    color: var(--ink);
}

.brand-mark {
    grid-column: 2;
    justify-self: center;
    display: block;
    width: 64px;
    height: 64px;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translateZ(0);
}

.eyebrow,
.text-link,
.button,
label span,
dt,
.footer-mark,
.footer-contact,
.footer-legal,
.form-note,
.form-error {
    font-family: var(--utility-family);
    text-transform: uppercase;
}

.text-link,
.footer-contact a,
.footer-legal a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.22em;
    text-decoration-color: transparent;
    transition: color 160ms ease, text-decoration-color 160ms ease;
}

.text-link:hover,
.footer-contact a:hover,
.footer-legal a:hover {
    color: var(--ink);
    text-decoration-color: currentColor;
}

.hero-section {
    position: relative;
    height: 100vh;
    height: var(--page-height);
    padding: 0;
    overflow: hidden;
    background: var(--bg);
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.hero-media {
    position: relative;
    width: 100vw;
    height: 100vh;
    height: var(--page-height);
    margin-left: 50%;
    transform: translateX(-50%);
    max-height: none;
    overflow: hidden;
    background: #0a0a08;
}

.hero-media::before,
.hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-media::before {
    z-index: 1;
    background: rgba(0, 0, 0, 0.05);
}

.hero-media::after {
    z-index: 2;
    opacity: 0.13;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.9' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.42'/%3E%3C/svg%3E");
    background-size: 96px 96px;
    mix-blend-mode: soft-light;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-scrim {
    background: transparent;
}

.hero-cta-lockup {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 92px;
    width: min(92vw, 1120px);
    color: var(--ink);
    text-align: center;
    transform: translateX(-50%);
}

.hero-event-mark {
    margin-bottom: 14px;
    font-family: var(--headline-family);
    font-size: clamp(22px, 4.2vw, 54px);
    font-weight: var(--headline-weight);
    line-height: 1.02;
    white-space: nowrap;
}

.hero-event-meta {
    margin-bottom: 14px;
    font-family: var(--utility-family);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 14px;
    text-transform: uppercase;
}

.hero-invitation-link {
    display: inline;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--ink);
    font-family: var(--utility-family);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.22em;
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-invitation-link:hover {
    color: var(--muted);
}

.hero-scroll-cue {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 34px;
    width: 15px;
    height: 15px;
    border-right: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink);
    transform: translateX(-50%) rotate(45deg);
    opacity: 0.82;
}

.hero-scroll-cue:hover {
    opacity: 1;
}

.eyebrow {
    margin-bottom: 20px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px;
}

h1,
h2,
h3 {
    color: var(--ink);
    font-weight: 600;
    letter-spacing: 0;
}

h1,
h2 {
    font-family: var(--headline-family);
    font-weight: var(--headline-weight);
}

h1 {
    max-width: 520px;
    font-size: clamp(2.2rem, 4.2vw, 4.5rem);
    line-height: 1;
}

h2 {
    max-width: 860px;
    font-size: clamp(2.25rem, 4.5vw, 4rem);
    line-height: 1.02;
}

h3 {
    font-family: var(--utility-family);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.text-link {
    display: inline;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border: 1px solid var(--ink);
    border-radius: 0;
    padding: 0 18px;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover {
    background: var(--ink);
    color: var(--bg);
}

.button-primary {
    background: transparent;
    color: var(--ink);
    border-color: var(--ink);
}

.section {
    position: relative;
    height: 100vh;
    height: var(--page-height);
    overflow: hidden;
    padding: 96px var(--gutter);
    background: var(--bg);
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.section-inner {
    width: min(100%, var(--max));
    margin: 0 auto;
}

.narrow {
    max-width: 760px;
}

.opening-note {
    display: grid;
    align-items: center;
    background: #f7f4ed;
    color: #050504;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.event-details-heading {
    margin-bottom: 56px;
    text-align: center;
}

.event-details-heading h2 {
    max-width: none;
    margin-bottom: 12px;
    font-size: clamp(26px, 4.2vw, 54px);
    letter-spacing: 0;
    line-height: 1.04;
    white-space: nowrap;
}

.event-details-heading p {
    color: rgba(5, 5, 4, 0.72);
    font-family: var(--utility-family);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 14px;
    text-transform: uppercase;
}

.opening-note p:not(.eyebrow):not(.event-details-date):not(.event-details-copy):not(.event-details-action) {
    max-width: 620px;
    color: var(--muted);
    font-size: clamp(1.05rem, 1.45vw, 1.24rem);
    line-height: 1.55;
}

.opening-note .event-details-copy {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    color: #050504;
    font-size: 16px;
    line-height: 1.62;
}

.event-details-action {
    margin-top: 42px;
    text-align: center;
}

.event-details-action .text-link {
    color: #050504;
    text-decoration-color: currentColor;
}

.section-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 34px;
    display: grid;
    gap: 10px;
    justify-items: center;
    color: #050504;
    font-family: var(--utility-family);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 14px;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.section-scroll-cue::after {
    content: "";
    width: 13px;
    height: 13px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
}

.page-number {
    position: absolute;
    right: var(--gutter);
    bottom: 34px;
    color: currentColor;
    font-family: var(--utility-family);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 14px;
}

.faq-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 34px;
    width: 13px;
    height: 13px;
    border-right: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink);
    transform: translateX(-50%) rotate(45deg);
    opacity: 0.82;
}

.faq-scroll-cue:hover {
    opacity: 1;
}

.opening-note .event-details-heading h2 {
    color: #050504;
}

.faq-section {
    display: grid;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
}

.faq-section .eyebrow {
    text-align: center;
}

.faq-list {
    max-width: 920px;
    margin-top: 56px;
    border-top: 1px solid var(--line);
}

.faq-item {
    display: grid;
    grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
    gap: 56px;
    border-bottom: 1px solid var(--line);
    padding: 30px 0 34px;
}

dt {
    color: var(--ink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 17px;
}

.faq-nowrap {
    white-space: nowrap;
}

dd {
    max-width: 620px;
    color: var(--muted);
    font-size: 16px;
    line-height: 25px;
}

.site-footer {
    height: 100vh;
    height: var(--page-height);
    overflow: hidden;
    display: grid;
    grid-template-rows: auto auto;
    justify-items: center;
    align-content: start;
    align-items: start;
    gap: 44px;
    background: #050504;
    color: #fffffb;
    padding: 56px var(--gutter) 34px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.final-invitation {
    display: grid;
    align-items: center;
    justify-items: center;
    background: #050504;
    color: #fffffb;
}

.invitation-image {
    width: min(62vw, 500px);
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.invitation-event-heading {
    display: grid;
    gap: 16px;
    justify-items: center;
    margin-bottom: 4px;
    text-align: center;
}

.invitation-event-heading p:first-child {
    color: #fffffb;
    font-family: var(--headline-family);
    font-size: clamp(22px, 2.7vw, 34px);
    font-weight: var(--headline-weight);
    line-height: 1;
    white-space: nowrap;
}

.invitation-event-heading p:last-child {
    color: rgba(255, 255, 251, 0.72);
    font-family: var(--utility-family);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 14px;
    text-transform: uppercase;
}

.invitation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 69% 31%;
    transform: scale(3.25);
    transform-origin: 69% 31%;
}

.invitation-closing {
    display: grid;
    align-self: center;
    gap: 18px;
    justify-items: center;
    text-align: center;
}

.final-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 34px;
    width: 13px;
    height: 13px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateX(-50%) rotate(45deg);
    opacity: 0.82;
}

.invitation-action {
    text-align: center;
    margin-top: 4px;
}

.invitation-host-note {
    max-width: 360px;
    color: #fffffb;
    font-family: var(--utility-family);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.invitation-action .text-link {
    color: #fffffb;
    text-decoration-color: currentColor;
}

.footer-mark {
    display: grid;
    gap: 6px;
    color: #fffffb;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}

.footer-mark p:first-child {
    font-family: var(--utility-family);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 15px;
    text-transform: uppercase;
}

.footer-mark p:last-child {
    font-family: var(--utility-family);
    font-weight: 700;
    letter-spacing: 1.8px;
}

.footer-meta {
    align-self: end;
    width: min(100%, var(--max));
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 32px;
    align-items: end;
}

.footer-contact {
    display: grid;
    gap: 6px;
    justify-items: end;
    color: var(--muted);
    font-family: var(--utility-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}

.footer-legal {
    width: min(100%, var(--max));
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 28px;
    color: var(--muted);
    font-family: var(--utility-family);
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
}

.invitation-form {
    display: grid;
    gap: 20px;
    width: 100%;
    padding-top: 32px;
    border-top: 1px solid var(--line);
}

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

.two-column {
    grid-template-columns: 1fr 1fr;
}

label {
    display: grid;
    gap: 8px;
}

label span {
    color: var(--soft);
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
}

input {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    outline: none;
    background: transparent;
    color: var(--ink);
    padding: 10px 0;
}

input:focus {
    border-color: var(--ink);
    box-shadow: none;
}

button:disabled {
    cursor: wait;
    opacity: 0.54;
}

.form-note {
    color: var(--soft);
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
}

.form-error {
    border-left: 1px solid var(--ink);
    color: var(--ink);
    font-size: 11px;
    line-height: 16px;
    padding-left: 12px;
}

.consent-field {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 12px;
    align-items: start;
}

.consent-field input[type="checkbox"] {
    appearance: none;
    width: 13px;
    height: 13px;
    min-height: auto;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid var(--line);
    background: transparent;
    cursor: pointer;
}

.consent-field input[type="checkbox"]:checked {
    background: var(--ink);
    box-shadow: inset 0 0 0 2px var(--bg);
}

.consent-field input[type="checkbox"]:focus {
    border-color: var(--ink);
}

.consent-field span {
    color: var(--soft);
    font-family: var(--sans-family);
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    text-transform: none;
}

.consent-field a,
.legal-document a {
    color: var(--ink);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

body.modal-open {
    overflow: hidden;
}

.invitation-modal {
    width: min(calc(100% - 64px), 760px);
    max-height: min(100svh - 64px, 860px);
    margin: auto;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 0;
    background: var(--bg);
    color: var(--ink);
    box-shadow: none;
}

.invitation-modal:not([open]) {
    display: none;
}

.invitation-modal::backdrop {
    background: rgba(0, 0, 0, 0.84);
}

.modal-panel {
    position: relative;
    max-height: min(100svh - 64px, 860px);
    overflow: auto;
    padding: 64px;
}

.modal-close {
    position: absolute;
    top: 28px;
    right: 32px;
    border: 0;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font-family: var(--utility-family);
    font-size: 12px;
    line-height: 16px;
}

.modal-close:hover {
    color: var(--ink);
}

.modal-heading {
    max-width: 560px;
    margin-bottom: 36px;
    padding-right: 80px;
}

.modal-heading h2 {
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    line-height: 1.02;
}

.modal-heading .modal-event-title {
    font-size: clamp(1.7rem, 3.4vw, 2.6rem);
    white-space: nowrap;
}

.modal-note {
    max-width: 430px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 14px;
    line-height: 21px;
}

.modal-form {
    padding-top: 32px;
}

.form-success {
    display: grid;
    gap: 24px;
    border-top: 1px solid var(--line);
    padding-top: 32px;
}

.form-success[hidden] {
    display: none;
}

.form-success h2 {
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    line-height: 1.02;
}

.form-success p:not(.eyebrow) {
    color: var(--muted);
    font-size: 15px;
    line-height: 24px;
}

.legal-header {
    background: var(--bg);
}

.legal-page {
    background: var(--bg);
    padding: 160px var(--gutter) 120px;
}

.legal-document {
    width: min(100%, 820px);
    margin: 0 auto;
    color: var(--muted);
}

.legal-document h1,
.legal-document h2,
.legal-document h3 {
    color: var(--ink);
}

.legal-document h1 {
    margin-bottom: 32px;
    font-family: var(--headline-family);
    font-size: clamp(3rem, 7vw, 5rem);
    line-height: 1;
}

.legal-document h2 {
    margin-top: 56px;
    margin-bottom: 16px;
    font-family: var(--headline-family);
    font-size: clamp(1.8rem, 3.2vw, 2.65rem);
}

.legal-document h3 {
    margin-top: 32px;
    margin-bottom: 12px;
    font-family: var(--utility-family);
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.legal-document p,
.legal-document li {
    margin-bottom: 16px;
}

.legal-document ul {
    margin: 0 0 24px 18px;
}

.legal-document hr {
    border: 0;
    border-top: 1px solid var(--line);
    margin: 48px 0;
}

.legal-template .site-footer {
    height: auto;
    min-height: auto;
    overflow: visible;
    grid-template-rows: auto auto;
    gap: 42px;
    border-top: 1px solid var(--line);
    padding-top: 70px;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
}

@media (max-width: 920px) {
    :root {
        --gutter: 20px;
    }

    .site-header {
        grid-template-columns: 1fr auto 1fr;
        height: 60px;
        padding: 0 14px;
    }

    .brand-mark img {
        width: 100%;
    }

    .brand-mark {
        width: 58px;
        height: 58px;
    }

    .hero-section {
        padding: 0;
    }

    .hero-media {
        width: 100vw;
        height: 100vh;
        height: var(--page-height);
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .hero-invitation-link {
        background: transparent;
    }

    .hero-cta-lockup {
        bottom: 72px;
    }

    .hero-scroll-cue {
        bottom: 24px;
        width: 13px;
        height: 13px;
    }

    h1 {
        font-size: clamp(3rem, 13vw, 4.6rem);
    }

    h2 {
        font-size: clamp(2.2rem, 10vw, 3.2rem);
    }

    .section {
        height: 100vh;
        height: var(--page-height);
        padding: 72px var(--gutter);
    }

    .opening-note {
        min-height: auto;
    }

    .event-details-heading {
        width: min(100%, 340px);
        margin-right: auto;
        margin-bottom: 34px;
        margin-left: auto;
    }

    .event-details-heading h2 {
        font-size: clamp(23px, 5.7vw, 30px);
    }

    .opening-note .event-details-copy {
        max-width: 340px;
        font-size: 13.75px;
        line-height: 1.64;
    }

    .section-scroll-cue {
        bottom: 24px;
    }

    .page-number {
        right: var(--gutter);
        bottom: 24px;
        font-size: 9px;
        line-height: 13px;
    }

    .faq-scroll-cue,
    .final-scroll-cue {
        bottom: 24px;
    }

    .narrow {
        margin-left: 0;
    }

    .faq-list {
        margin-top: 28px;
    }

    .faq-item {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 15px 0 17px;
    }

    dt {
        font-size: 10px;
        line-height: 14px;
    }

    dd {
        font-size: 13.5px;
        line-height: 20px;
    }

    .site-footer {
        height: 100vh;
        height: var(--page-height);
        align-content: center;
        gap: 30px;
        padding: 52px var(--gutter) 28px;
    }

    .site-footer .footer-meta {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .site-footer .footer-contact {
        justify-items: center;
        text-align: center;
    }

    .site-footer .footer-legal {
        justify-content: center;
        text-align: center;
    }

    .legal-template .site-footer {
        height: auto;
        min-height: auto;
        overflow: visible;
        gap: 36px;
        padding: 56px var(--gutter) 28px;
        scroll-snap-align: none;
        scroll-snap-stop: normal;
    }

    .invitation-image {
        width: min(78vw, 500px);
    }

    .invitation-event-heading {
        margin-bottom: 16px;
    }

    .invitation-closing {
        gap: 18px;
    }

    .footer-links {
        gap: 10px 22px;
    }

    .two-column {
        grid-template-columns: 1fr;
    }

    .invitation-modal {
        width: calc(100vw - 28px);
        max-height: calc(var(--page-height) - 28px);
        height: auto;
        border: 1px solid var(--line);
    }

    .modal-panel {
        max-height: calc(var(--page-height) - 28px);
        padding: 42px 18px 24px;
    }

    .modal-close {
        top: 16px;
        right: 18px;
        font-size: 10px;
    }

    .modal-heading {
        margin-bottom: 24px;
        padding-right: 0;
    }

    .modal-heading .modal-event-title {
        font-size: clamp(22px, 5.6vw, 28px);
    }

    .modal-note {
        margin-top: 14px;
        font-size: 12.5px;
        line-height: 18px;
    }

    .invitation-form {
        gap: 13px;
        padding-top: 22px;
    }

    input {
        min-height: 38px;
        padding: 6px 0;
        font-size: 16px;
    }

    label span {
        font-size: 9.5px;
        line-height: 12px;
    }

    .consent-field {
        gap: 9px;
    }

    .consent-field span {
        font-size: 9.5px;
        line-height: 13px;
    }

    .button {
        min-height: 40px;
        font-size: 10.5px;
    }

}
