.elementor-22940 .elementor-element.elementor-element-67a2e03{--display:flex;--margin-top:-58px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c7bfe77 *//* =========================================
   OMNI PUBLISHER
   COOKIE POLICY
   EDITORIAL DESIGN SYSTEM
========================================= */

:root {
    --dark: #171514;
    --cream: #F8F5F1;
    --cream-alt: #F1ECE6;

    --text: #171514;
    --muted: #625C57;
    --soft-muted: #8B837D;

    --red: #CC292B;

    --line: #DED7D0;
    --dark-line: rgba(255,255,255,0.14);

    --serif: "Playfair Display", Georgia, serif;
    --sans: "Inter", Arial, sans-serif;

    --container: 1360px;
}


/* =========================================
   RESET
========================================= */


a {
    color: inherit;
    text-decoration: none !important;
}

button,
input,
textarea,
select {
    font: inherit;
}

::selection {
    background: var(--red);
    color: #fff;
}


/* =========================================
   CONTAINER
========================================= */

.site-container {
    width: min(calc(100% - 100px), var(--container));
    margin-left: auto;
    margin-right: auto;
}


/* =========================================
   HERO
========================================= */

.cookie-hero {
    position: relative;
    min-height: 780px;
    background: var(--dark);
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hero-content {
    position: relative;
    z-index: 5;
    min-height: 700px;
    padding-top: 175px;
    padding-bottom: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-main {
    max-width: 1050px;
}

.editorial-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;

    font-family: var(--sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.editorial-eyebrow > span {
    width: 34px;
    height: 1px;
    background: var(--red);
    flex: 0 0 auto;
}

.light-eyebrow {
    color: rgba(255,255,255,.52);
}

.hero-main h1 {
    margin-top: 34px;

    max-width: 1000px;

    font-family: var(--serif);
    font-size: clamp(52px, 6vw, 84px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -3px;
    color: white !important;
}

.hero-main h1 em,
.section-main h2 em,
h2 em {
    color: var(--red);
    font-style: normal;
}

.hero-main > p {
    max-width: 690px;
    margin-top: 40px;

    color: rgba(255,255,255,.62);

    font-family: var(--sans);
    font-size: 15px;
    line-height: 1.85;
}

.hero-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-top: 22px;
    border-top: 1px solid var(--dark-line);
}

.hero-meta {
    color: rgba(255,255,255,.45);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .18em;
}

.scroll-indicator {
    display: flex;
    align-items: center;
    gap: 13px;

    color: rgba(255,255,255,.4);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .18em;
}

.scroll-indicator i {
    width: 34px;
    height: 1px;
    background: var(--red);
}


/* =========================================
   HERO GIANT TYPOGRAPHY
========================================= */

.giant-word {
    position: absolute;
    z-index: 1;

    white-space: nowrap;
    pointer-events: none;

    color: transparent;
    font-family: var(--serif);
    font-weight: 600;
    line-height: .75;

    -webkit-text-stroke: 1px rgba(255,255,255,.035);
}

.giant-cookies {
    top: 35px;
    right: -120px;

    font-size: clamp(190px, 23vw, 410px);
}

.giant-tracking {
    left: -90px;
    bottom: 30px;

    font-size: clamp(145px, 17vw, 310px);
}

.hero-circle {
    position: absolute;
    z-index: 2;

    width: 430px;
    height: 430px;

    right: 5%;
    bottom: -275px;

    border: 1px solid rgba(204,41,43,.24);
    border-radius: 50%;
}

.hero-vertical-line {
    position: absolute;
    z-index: 2;

    top: 0;
    right: 14%;

    width: 1px;
    height: 270px;

    background: rgba(255,255,255,.08);
}


/* =========================================
   EDITORIAL RAIL
========================================= */

.editorial-rail {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
}

.rail-rule {
    width: 100%;
    height: 1px;
    background: var(--dark-line);
}

.rail-inner {
    min-height: 65px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rail-inner span {
    color: rgba(255,255,255,.43);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: .2em;
}


/* =========================================
   GENERAL LIGHT SECTIONS
========================================= */

.cookie-section {
    position: relative;
    overflow: hidden;
}

.basics-section {
    min-height: 700px;
    padding: 145px 0 155px;
    background: var(--cream);
}

.basics-grid {
    display: grid;
    grid-template-columns: 300px minmax(0,1fr);
    gap: 100px;
}

.section-side {
    position: relative;
}

.section-eyebrow {
    color: var(--red);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: .17em;
    line-height: 1.5;
}

.side-marker {
    position: absolute;
    left: 0;
    top: 180px;

    display: flex;
    align-items: center;
    gap: 18px;

    color: #9A928C;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .12em;
}

.side-marker i {
    display: block;

    width: 70px;
    height: 1px;

    background: var(--red);
}

.section-main {
    position: relative;
    z-index: 3;
}

.section-main h2 {
    max-width: 1000px;

    font-family: var(--serif);
    font-size: clamp(54px, 6vw, 88px);
    font-weight: 500;
    line-height: .99;
    letter-spacing: -3px;
}

.section-copy {
    max-width: 720px;
    margin-top: 40px;

    color: var(--muted);

    font-size: 15px;
    line-height: 1.85;
}


/* =========================================
   GIANT LIGHT WORD
========================================= */

.giant-section-word {
    position: absolute;
    z-index: 1;

    color: rgba(23,21,20,.035);

    font-family: var(--serif);
    font-size: clamp(200px, 29vw, 510px);
    font-weight: 600;
    line-height: .7;

    white-space: nowrap;
    pointer-events: none;
}

.basics-section .giant-section-word {
    top: 70px;
    right: -100px;
}


/* =========================================
   EDITORIAL HIGHLIGHT
========================================= */

.editorial-highlight {
    max-width: 850px;
    margin-top: 100px;

    display: grid;
    grid-template-columns: 5px 1fr;
    gap: 28px;
    align-items: center;
}

.highlight-rule {
    display: block;

    width: 1px;
    height: 130px;

    background: var(--red);
}

.editorial-highlight blockquote {
    max-width: 730px;

    font-family: var(--serif);
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -1.5px;
}


/* =========================================
   DARK SECTIONS
========================================= */

.dark-section {
    background: var(--dark);
    color: #fff;
}


/* =========================================
   USE SECTION
========================================= */

.use-section {
    min-height: 820px;
    padding: 145px 0 165px;
}

.use-section > .site-container {
    position: relative;
    z-index: 4;
}

.use-section h2 {
    margin-top: 30px;

    max-width: 1050px;

    font-family: var(--serif);
    font-size: clamp(55px, 6vw, 88px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -3px;
    color: white !important;
}

.dark-intro {
    max-width: 620px;
    margin-top: 42px;

    color: rgba(255,255,255,.54);

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   PURPOSE GRID
========================================= */

.purpose-grid {
    margin-top: 85px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    border-top: 1px solid var(--dark-line);
}

.purpose-item {
    min-height: 280px;

    padding: 27px 28px 25px 0;

    border-right: 1px solid var(--dark-line);
}

.purpose-item + .purpose-item {
    padding-left: 28px;
}

.purpose-item:last-child {
    border-right: 0;
}

.purpose-number {
    color: var(--red);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: .15em;
}

.purpose-item h3 {
    margin-top: 65px;

    font-family: var(--serif);
    font-size: 27px;
    font-weight: 500;
    line-height: 1.15;
    color: white !important;
}

.purpose-item p {
    margin-top: 22px;

    color: rgba(255,255,255,.48);

    font-size: 13px;
    line-height: 1.8;
}


/* =========================================
   DARK GIANT WORDS
========================================= */

.dark-word {
    position: absolute;
    z-index: 1;

    color: rgba(255,255,255,.035);

    font-family: var(--serif);
    font-weight: 600;
    line-height: .7;

    white-space: nowrap;
    pointer-events: none;
}

.use-section .giant-section-word {
    top: 50px;
    right: -80px;

    font-size: clamp(220px, 31vw, 540px);
}

.secondary-dark-word {
    left: -60px;
    bottom: -80px;

    font-size: clamp(145px, 18vw, 320px);
}


/* =========================================
   TYPES SECTION
========================================= */

.types-section {
    min-height: 900px;
    padding: 145px 0 160px;
}

.types-section > .site-container {
    position: relative;
    z-index: 3;
}

.types-section h2 {
    margin-top: 30px;

    max-width: 1000px;

    font-family: var(--serif);
    font-size: clamp(53px, 6vw, 86px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -3px;
}

.types-section > .giant-section-word {
    top: 45px;
    right: -110px;
}


/* =========================================
   COOKIE TYPES
========================================= */

.cookie-types {
    margin-top: 90px;

    border-top: 1px solid var(--line);
}

.cookie-type {
    min-height: 150px;

    display: grid;
    grid-template-columns: 90px minmax(0,1fr) 40px;
    gap: 30px;
    align-items: center;

    border-bottom: 1px solid var(--line);

    transition:
        padding-left .4s ease,
        background .4s ease;
}

.cookie-type:hover {
    padding-left: 18px;
}

.type-number {
    color: var(--red);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
}

.type-content {
    display: grid;
    grid-template-columns: minmax(230px, .65fr) 1fr;
    gap: 50px;
    align-items: center;
}

.type-content h3 {
    font-family: var(--serif);
    font-size: 29px;
    font-weight: 600;
    line-height: 1.15;
}

.type-content p {
    max-width: 570px;

    color: var(--muted);

    font-size: 14px;
    line-height: 1.75;
}

.type-arrow {
    color: var(--red);
    font-size: 20px;

    transition: transform .3s ease;
}

.cookie-type:hover .type-arrow {
    transform: translate(5px,-5px);
}


/* =========================================
   IMPLEMENTATION NOTE
========================================= */

.implementation-note {
    max-width: 850px;

    margin-top: 42px;
    padding-left: 20px;

    border-left: 1px solid var(--red);

    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 25px;
}

.implementation-note span {
    color: var(--red);

    font-size: 8px;
    font-weight: 700;
    letter-spacing: .16em;
}

.implementation-note p {
    color: #817A74;

    font-size: 11px;
    line-height: 1.7;
}


/* =========================================
   THIRD PARTY
========================================= */

.third-party-section {
    min-height: 800px;
    padding: 145px 0 160px;
}

.third-grid {
    position: relative;
    z-index: 4;

    display: grid;
    grid-template-columns: 300px minmax(0,1fr);
    gap: 100px;
}

.third-party-section h2 {
    max-width: 1050px;

    font-family: var(--serif);
    font-size: clamp(50px, 5.7vw, 82px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -2.8px;
    color: white !important;
}

.light-copy {
    color: rgba(255,255,255,.58);
}

.second-copy {
    margin-top: 22px;
}

.party-word {
    bottom: -60px;
}

.dark-editorial-note {
    max-width: 700px;

    margin-top: 75px;
    padding: 28px 0;

    border-top: 1px solid var(--dark-line);
    border-bottom: 1px solid var(--dark-line);

    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 20px;
    align-items: center;
}

.note-mark {
    width: 32px;
    height: 32px;

    border: 1px solid var(--red);

    display: grid;
    place-items: center;

    color: var(--red);
    font-size: 17px;
}

.dark-editorial-note small {
    display: block;

    color: rgba(255,255,255,.35);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: .17em;
}

.dark-editorial-note strong {
    display: block;

    max-width: 550px;
    margin-top: 9px;

    color: rgba(255,255,255,.75);

    font-family: var(--serif);
    font-size: 25px;
    font-weight: 500;
    line-height: 1.25;
}


/* =========================================
   PREFERENCES
========================================= */

.preferences-section {
    min-height: 900px;
    padding: 145px 0 160px;
}

.preferences-section > .site-container {
    position: relative;
    z-index: 3;
}

.preferences-section h2 {
    margin-top: 30px;

    max-width: 1050px;

    font-family: var(--serif);
    font-size: clamp(52px, 6vw, 87px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -3px;
}

.preferences-copy {
    max-width: 700px;
}


/* =========================================
   PREFERENCE STEPS
========================================= */

.preference-steps {
    margin-top: 85px;

    border-top: 1px solid var(--line);
}

.preference-step {
    min-height: 150px;

    display: grid;
    grid-template-columns: 70px 1px minmax(0,1fr);
    gap: 28px;
    align-items: center;

    border-bottom: 1px solid var(--line);
}

.step-number {
    color: var(--red);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
}

.step-line {
    width: 1px;
    height: 55px;
    background: var(--line);
}

.step-content h3 {
    font-family: var(--serif);
    font-size: 29px;
    font-weight: 600;
}

.step-content p {
    margin-top: 8px;

    color: var(--muted);

    font-size: 13px;
    line-height: 1.7;
}

.preference-warning {
    max-width: 700px;

    margin-top: 40px;
    padding-left: 18px;

    border-left: 1px solid var(--red);

    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 20px;
}

.preference-warning span {
    color: var(--red);

    font-size: 8px;
    font-weight: 700;
    letter-spacing: .16em;
}

.preference-warning p {
    color: #817A74;

    font-size: 12px;
    line-height: 1.7;
}


/* =========================================
   PREFERENCE GIANT WORDS
========================================= */

.preferences-section > .giant-section-word:first-child {
    top: 70px;
    right: -170px;
}

.secondary-light-word {
    left: -100px;
    bottom: -60px;

    font-size: clamp(150px, 19vw, 330px);
}


/* =========================================
   PRIVACY
========================================= */

.privacy-section {
    min-height: 760px;
    padding: 145px 0 160px;
}

.privacy-grid {
    position: relative;
    z-index: 4;

    display: grid;
    grid-template-columns: 300px minmax(0,1fr);
    gap: 100px;
}

.privacy-section h2 {
    max-width: 1000px;

    font-family: var(--serif);
    font-size: clamp(53px, 6vw, 87px);
    font-weight: 500;
    line-height: .99;
    letter-spacing: -3px;
    color: white !important;
}

.privacy-section .dark-word:first-child {
    top: 50px;
    right: -100px;

    font-size: clamp(200px, 27vw, 470px);
}

.editorial-link {
    display: inline-flex;
    align-items: center;
    gap: 28px;

    margin-top: 55px;
    padding-bottom: 8px;

    border-bottom: 1px solid rgba(255,255,255,.3);

    color: rgba(255,255,255,.7);

    font-size: 9px;
    font-weight: 600;
    letter-spacing: .16em;

    transition:
        color .3s ease,
        border-color .3s ease,
        gap .3s ease;
}

.editorial-link span {
    color: var(--red);
    font-size: 16px;
}

.editorial-link:hover {
    gap: 38px;
    color: #fff;
    border-color: var(--red);
}


/* =========================================
   UPDATES
========================================= */

.updates-section {
    min-height: 700px;
    padding: 145px 0 150px;
}

.updates-grid {
    position: relative;
    z-index: 3;

    display: grid;
    grid-template-columns: 300px minmax(0,1fr);
    gap: 100px;
}

.updates-section > .giant-section-word {
    top: 50px;
    right: -150px;
}

.updates-section h2 {
    max-width: 1000px;

    font-family: var(--serif);
    font-size: clamp(52px, 6vw, 86px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -3px;
}

.updates-section .section-copy + .section-copy {
    margin-top: 18px;
}

.last-updated {
    margin-top: 60px;
    padding-top: 22px;

    max-width: 700px;

    border-top: 1px solid var(--line);

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.last-updated span {
    color: var(--red);

    font-size: 9px;
    font-weight: 600;
    letter-spacing: .16em;
}

.last-updated strong {
    color: #8B837D;

    font-size: 9px;
    font-weight: 600;
    letter-spacing: .15em;
}


/* =========================================
   CONTACT
========================================= */

.contact-section {
    min-height: 780px;
    padding: 145px 0 160px;

    position: relative;
}

.contact-inner {
    position: relative;
    z-index: 4;
}

.contact-section h2 {
    margin-top: 30px;

    max-width: 950px;

    font-family: var(--serif);
    font-size: clamp(58px, 6.5vw, 96px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -3px;
    color: white !important;
}

.contact-copy {
    max-width: 560px;
    margin-top: 38px;

    color: rgba(255,255,255,.52);

    font-size: 14px;
    line-height: 1.8;
}

.contact-details {
    max-width: 760px;

    margin-top: 75px;

    display: grid;
    grid-template-columns: 1fr 1fr;

    border-top: 1px solid var(--dark-line);
}

.contact-item {
    min-height: 170px;

    padding: 25px 30px 25px 0;

    border-bottom: 1px solid var(--dark-line);
}

.contact-item + .contact-item {
    padding-left: 30px;
    border-left: 1px solid var(--dark-line);
}

.contact-item > span {
    display: block;

    color: var(--red);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: .17em;
}

.contact-item a {
    display: block;

    margin-top: 22px;

    color: rgba(255,255,255,.75);

    font-family: var(--serif);
    font-size: 22px;

    transition: color .3s ease;
}

.contact-item a + a {
    margin-top: 7px;
}

.contact-item a:hover {
    color: var(--red);
}

.contact-circle {
    position: absolute;

    width: 430px;
    height: 430px;

    right: 5%;
    bottom: -250px;

    border: 1px solid rgba(204,41,43,.23);
    border-radius: 50%;
}


/* =========================================
   CONTACT GIANT WORDS
========================================= */

.contact-section .dark-word:first-child {
    top: 40px;
    right: -170px;

    font-size: clamp(190px, 27vw, 480px);
}

.contact-ask {
    left: -50px;
    bottom: -50px;

    font-size: clamp(180px, 22vw, 380px);
}


/* =========================================
   FINAL CTA
========================================= */

.cookie-final {
    position: relative;

    min-height: 680px;

    padding: 145px 0 150px;

    background: var(--cream);

    overflow: hidden;
}

.final-inner {
    position: relative;
    z-index: 4;
}

.cookie-final h2 {
    margin-top: 30px;

    max-width: 900px;

    font-family: var(--serif);
    font-size: clamp(58px, 6.5vw, 96px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -3px;
}

.cookie-final h2 em {
    font-style: normal;
    color: var(--red);
}

.cookie-final p {
    max-width: 550px;
    margin-top: 35px;

    color: var(--muted);

    font-size: 14px;
    line-height: 1.8;
}

.final-links {
    margin-top: 55px;

    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}

.final-links a {
    display: inline-flex;
    align-items: center;
    gap: 25px;

    padding-bottom: 9px;

    border-bottom: 1px solid #C9C1BA;

    color: var(--text);

    font-size: 9px;
    font-weight: 600;
    letter-spacing: .16em;

    transition:
        color .3s ease,
        border-color .3s ease,
        gap .3s ease;
}

.final-links a span {
    color: var(--red);
    font-size: 15px;
}

.final-links a:hover {
    gap: 35px;
    color: var(--red);
    border-color: var(--red);
}


/* =========================================
   FINAL GIANT TYPOGRAPHY
========================================= */

.giant-final-word {
    position: absolute;
    z-index: 1;

    color: rgba(23,21,20,.035);

    font-family: var(--serif);
    font-size: clamp(240px, 31vw, 540px);
    font-weight: 600;
    line-height: .7;

    white-space: nowrap;
    pointer-events: none;
}

.giant-final-word:first-child {
    right: -120px;
    top: 30px;
}

.final-choice {
    left: -100px;
    bottom: -80px;

    font-size: clamp(180px, 22vw, 390px);
}


/* =========================================
   REVEAL ANIMATION
========================================= */

.reveal {
    opacity: 0;
    transform: translateY(35px);

    transition:
        opacity .8s ease,
        transform .8s cubic-bezier(.2,.7,.2,1);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

    .site-container {
        width: min(calc(100% - 60px), var(--container));
    }

    .basics-grid,
    .third-grid,
    .privacy-grid,
    .updates-grid {
        grid-template-columns: 240px minmax(0,1fr);
        gap: 55px;
    }

    .purpose-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .purpose-item:nth-child(2) {
        border-right: 0;
    }

    .purpose-item:nth-child(n+3) {
        border-top: 1px solid var(--dark-line);
    }

    .type-content {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cookie-type {
        grid-template-columns: 65px minmax(0,1fr) 35px;
    }

    .rail-inner {
        width: min(calc(100% - 60px), var(--container));
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 760px) {

    html {
        overflow-x: hidden;
        overflow-y: auto;
    }

    body {
        overflow-x: hidden;
        overflow-y: auto;
        min-height: 100vh;
    }

    .site-container {
        width: calc(100% - 40px);
    }


    /* HERO */

    .cookie-hero {
        min-height: 700px;
    }

    .hero-content {
        min-height: 625px;
        padding-top: 115px;
        padding-bottom: 75px;
    }

    .editorial-eyebrow {
        font-size: 8px;
        letter-spacing: .13em;
    }

    .editorial-eyebrow > span {
        width: 24px;
    }

    .hero-main h1 {
        margin-top: 24px;

        font-size: clamp(43px, 11.8vw, 60px);
        line-height: 1.02;
        letter-spacing: -1.8px;
    }

    .hero-main > p {
        margin-top: 28px;

        font-size: 13px;
        line-height: 1.8;
    }

    .hero-meta-row {
        align-items: flex-end;
    }

    .hero-meta {
        max-width: 210px;

        font-size: 7px;
        line-height: 1.7;
    }

    .scroll-indicator {
        display: none;
    }

    .giant-cookies {
        top: 60px;
        right: -110px;

        font-size: 155px;
    }

    .giant-tracking {
        left: -55px;
        bottom: 75px;

        font-size: 112px;
    }

    .hero-circle {
        width: 260px;
        height: 260px;

        right: -120px;
        bottom: -150px;
    }

    .hero-vertical-line {
        right: 11%;
        height: 180px;
    }

    .rail-inner {
        width: calc(100% - 40px);
        min-height: 55px;

        justify-content: flex-start;
        gap: 30px;

        overflow: hidden;
    }

    .rail-inner span {
        font-size: 7px;
        white-space: nowrap;
        letter-spacing: .13em;
    }

    .rail-inner span:nth-child(n+3) {
        display: none;
    }


    /* LIGHT SECTIONS */

    .basics-section,
    .types-section,
    .preferences-section,
    .updates-section {
        min-height: auto;

        padding: 90px 0 100px;
    }

    .basics-grid,
    .third-grid,
    .privacy-grid,
    .updates-grid {
        display: block;
    }

    .section-side {
        margin-bottom: 42px;
    }

    .side-marker {
        display: none;
    }

    .section-eyebrow {
        font-size: 8px;
        letter-spacing: .13em;
    }

    .section-main h2,
    .types-section h2,
    .preferences-section h2,
    .privacy-section h2,
    .updates-section h2,
    .third-party-section h2 {
        font-size: 45px;
        line-height: 1.02;
        letter-spacing: -1.6px;
    }

    .section-copy {
        margin-top: 26px;

        font-size: 13.5px;
        line-height: 1.8;
    }

    .basics-section .giant-section-word {
        top: 90px;
        right: -70px;

        font-size: 150px;
    }

    .editorial-highlight {
        margin-top: 60px;

        grid-template-columns: 3px 1fr;
        gap: 17px;
    }

    .highlight-rule {
        height: 105px;
    }

    .editorial-highlight blockquote {
        font-size: 30px;
        line-height: 1.08;
        letter-spacing: -.7px;
    }


    /* USE */

    .use-section,
    .third-party-section,
    .privacy-section,
    .contact-section {
        min-height: auto;

        padding: 95px 0 110px;
    }

    .use-section h2 {
        font-size: 46px;
        letter-spacing: -1.7px;
    }

    .dark-intro {
        margin-top: 27px;
        font-size: 13px;
    }

    .purpose-grid {
        margin-top: 55px;

        grid-template-columns: 1fr;
    }

    .purpose-item,
    .purpose-item + .purpose-item {
        min-height: auto;

        padding: 25px 0;

        border-right: 0;
        border-bottom: 1px solid var(--dark-line);
    }

    .purpose-item:first-child {
        border-top: 0;
    }

    .purpose-item h3 {
        margin-top: 30px;
        font-size: 25px;
    }

    .purpose-item p {
        margin-top: 14px;
        font-size: 12.5px;
    }

    .use-section .giant-section-word {
        top: 70px;
        right: -75px;

        font-size: 160px;
    }

    .secondary-dark-word {
        left: -40px;
        bottom: -25px;

        font-size: 115px;
    }


    /* TYPES */

    .types-section h2 {
        font-size: 44px;
    }

    .types-section > .giant-section-word {
        top: 70px;
        right: -65px;

        font-size: 150px;
    }

    .cookie-types {
        margin-top: 60px;
    }

    .cookie-type {
        min-height: 0;

        padding: 25px 0;

        grid-template-columns: 35px minmax(0,1fr) 25px;
        gap: 12px;
    }

    .cookie-type:hover {
        padding-left: 0;
    }

    .type-number {
        align-self: start;
        padding-top: 5px;
        font-size: 8px;
    }

    .type-content {
        display: block;
    }

    .type-content h3 {
        font-size: 22px;
        line-height: 1.2;
    }

    .type-content p {
        margin-top: 12px;
        font-size: 12.5px;
        line-height: 1.75;
    }

    .type-arrow {
        align-self: start;
        padding-top: 2px;
        font-size: 14px;
    }

    .implementation-note {
        margin-top: 30px;

        grid-template-columns: 75px 1fr;
        gap: 14px;
    }

    .implementation-note p {
        font-size: 10px;
    }


    /* THIRD PARTY */

    .third-party-section h2 {
        font-size: 44px;
    }

    .party-word {
        bottom: -25px;
    }

    .dark-editorial-note {
        margin-top: 55px;

        grid-template-columns: 36px 1fr;
        gap: 15px;
    }

    .note-mark {
        width: 29px;
        height: 29px;
        font-size: 14px;
    }

    .dark-editorial-note strong {
        font-size: 20px;
    }


    /* PREFERENCES */

    .preferences-section h2 {
        font-size: 44px;
    }

    .preferences-section > .giant-section-word:first-child {
        top: 70px;
        right: -90px;

        font-size: 150px;
    }

    .secondary-light-word {
        left: -45px;
        bottom: -25px;

        font-size: 115px;
    }

    .preference-steps {
        margin-top: 55px;
    }

    .preference-step {
        min-height: 120px;

        grid-template-columns: 35px 1px minmax(0,1fr);
        gap: 14px;
    }

    .step-number {
        font-size: 8px;
    }

    .step-line {
        height: 45px;
    }

    .step-content h3 {
        font-size: 22px;
    }

    .step-content p {
        font-size: 12px;
    }

    .preference-warning {
        grid-template-columns: 50px 1fr;
        gap: 12px;
    }


    /* PRIVACY */

    .privacy-section h2 {
        font-size: 44px;
    }

    .privacy-section .dark-word:first-child {
        top: 70px;
        right: -75px;

        font-size: 150px;
    }

    .editorial-link {
        margin-top: 42px;

        gap: 20px;

        font-size: 8px;
    }


    /* UPDATES */

    .updates-section h2 {
        font-size: 44px;
    }

    .updates-section > .giant-section-word {
        top: 70px;
        right: -75px;

        font-size: 145px;
    }

    .last-updated {
        margin-top: 45px;
    }


    /* CONTACT */

    .contact-section h2 {
        font-size: 47px;
        letter-spacing: -1.8px;
    }

    .contact-copy {
        margin-top: 28px;
        font-size: 13px;
    }

    .contact-details {
        margin-top: 55px;

        grid-template-columns: 1fr;
    }

    .contact-item,
    .contact-item + .contact-item {
        min-height: 135px;
        padding: 22px 0;
        border-left: 0;
    }

    .contact-item a {
        margin-top: 17px;
        font-size: 19px;
    }

    .contact-circle {
        width: 270px;
        height: 270px;

        right: -125px;
        bottom: -150px;
    }

    .contact-section .dark-word:first-child {
        top: 70px;
        right: -100px;

        font-size: 150px;
    }

    .contact-ask {
        left: -40px;
        bottom: -20px;

        font-size: 120px;
    }


    /* FINAL */

    .cookie-final {
        min-height: 590px;

        padding: 95px 0 110px;
    }

    .cookie-final h2 {
        font-size: 48px;
        letter-spacing: -1.8px;
    }

    .cookie-final p {
        margin-top: 27px;
        font-size: 13px;
    }

    .final-links {
        margin-top: 42px;

        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .final-links a {
        font-size: 8px;
    }

    .giant-final-word {
        font-size: 170px;
    }

    .giant-final-word:first-child {
        right: -75px;
        top: 60px;
    }

    .final-choice {
        left: -45px;
        bottom: -20px;

        font-size: 125px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 430px) {

    .site-container {
        width: calc(100% - 30px);
    }

    .hero-content {
        padding-top: 100px;
    }

    .hero-main h1 {
        font-size: 41px;
    }

    .section-main h2,
    .types-section h2,
    .preferences-section h2,
    .privacy-section h2,
    .updates-section h2,
    .third-party-section h2 {
        font-size: 41px;
    }

    .use-section h2 {
        font-size: 42px;
    }

    .contact-section h2 {
        font-size: 43px;
    }

    .cookie-final h2 {
        font-size: 43px;
    }

    .rail-inner {
        width: calc(100% - 30px);
    }

    .rail-inner span {
        font-size: 6.5px;
    }

    .editorial-highlight blockquote {
        font-size: 27px;
    }

}


/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}/* End custom CSS */