/* Bangkok Rolled Ice Cream static Divi-style layout */
:root {
    --dark: #1d140b;
    --header: #222;
    --gold: #dca47d;
    --gold-dark: #c99872;
    --cream: rgba(221, 210, 197, 0.65);
    --text: #333;
    --muted: #555;
    --white: #fff;
    --heading: 'Oswald', Helvetica, Arial, sans-serif;
    --body: 'Nunito', 'Open Sans', Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: var(--muted);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.8;
    overflow-x: hidden;
}

body,
main,
section,
article,
div,
footer,
header {
    max-width: 100%;
}

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

a {
    color: inherit;
    text-decoration: none;
    transition: opacity 300ms ease, color 300ms ease, background-color 300ms ease;
}

a:hover {
    opacity: 0.75;
}

button,
input,
textarea {
    font: inherit;
}

button {
    border: 0;
    cursor: pointer;
}

#main-header {
    align-items: center;
    background: var(--header);
    display: flex;
    height: 64px;
    justify-content: space-between;
    padding: 0 24px;
    position: relative;
    z-index: 1000;
}

.site-logo img {
    height: 48px;
    width: auto;
}

.menu-toggle {
    align-items: flex-end;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 24px;
}

.menu-toggle span {
    background: #e0aa35;
    display: block;
    height: 2px;
    width: 17px;
}

.fullscreen-menu {
    align-items: center;
    background: rgba(0, 0, 0, 0.97);
    color: #fff;
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 40px 20px;
    pointer-events: none;
    position: fixed;
    transition: opacity 400ms ease;
    z-index: 2000;
}

.fullscreen-menu.is-open {
    opacity: 1;
    pointer-events: auto;
}

.menu-close {
    background: transparent;
    color: #fff;
    font-size: 44px;
    line-height: 1;
    position: absolute;
    right: 24px;
    top: 18px;
}

.menu-top {
    align-items: center;
    display: flex;
    gap: 28px;
    margin-bottom: 36px;
}

.menu-phone {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

.social-icons {
    display: flex;
    gap: 14px;
    list-style: none;
}

.social-icons a {
    align-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: inline-flex;
    font-family: var(--heading);
    font-size: 10px;
    height: 24px;
    justify-content: center;
    text-transform: uppercase;
    width: 24px;
}

.fullscreen-nav {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fullscreen-nav a {
    color: #fff;
    font-family: var(--heading);
    font-size: clamp(28px, 5vw, 52px);
    letter-spacing: 1px;
    line-height: 1.25;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.fullscreen-nav a.active,
.fullscreen-nav a:hover {
    color: #e0aa35;
    opacity: 1;
}

.video-section {
    background: var(--dark);
    padding: 0;
}

.video-box {
    background: #000;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.video-overlay,
.video-box iframe {
    border: 0;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.video-overlay {
    align-items: center;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.video-overlay::before {
    background: rgba(0, 0, 0, 0.45);
    content: "";
    inset: 0;
    position: absolute;
}

.video-overlay:hover::before {
    background: rgba(0, 0, 0, 0.6);
}

.video-play {
    align-items: center;
    background: transparent;
    border: 5px solid #fff;
    border-radius: 50%;
    display: flex;
    height: 58px;
    justify-content: center;
    position: relative;
    width: 58px;
    z-index: 2;
}

.video-play span {
    border-bottom: 13px solid transparent;
    border-left: 19px solid #fff;
    border-top: 13px solid transparent;
    display: block;
    margin-left: 5px;
}

.story-section {
    background: var(--dark);
    color: #fff;
    padding: 93px 0 60px;
    text-align: center;
}

.story-inner {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 7%;
}

.story-inner h2 {
    color: #fff;
    font-family: var(--heading);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.story-inner p {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.8;
    margin: 0 auto 8px;
    max-width: 100%;
    overflow-wrap: break-word;
}

.story-inner h4 {
    color: #c99872;
    font-family: var(--heading);
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.3;
    margin-top: 8px;
    text-transform: uppercase;
}

.story-inner h4 a,
.info-panel a,
#main-footer p {
    overflow-wrap: anywhere;
}

.btn {
    background: var(--gold);
    border: 10px solid var(--gold);
    color: #fff !important;
    display: inline-block;
    font-family: var(--heading);
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 1.2;
    margin-top: 38px;
    padding: 0.3em 1em;
    text-transform: uppercase;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-align: center;
}

.btn:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    opacity: 1;
}

.feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 478px;
}

.feature-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 10%;
}

.feature-copy.light {
    background: #fcfcfc;
}

.feature-copy.beige {
    background: var(--cream);
}

.feature-copy h1,
.feature-copy h3,
.catering-copy h3 {
    color: #111;
    font-family: var(--heading);
    font-size: clamp(34px, 3.3vw, 42px);
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.feature-copy p,
.catering-copy p {
    color: var(--text);
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 1em;
    max-width: 600px;
}

.feature-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 478px;
}

.feature-image.rolled {
    background-image: url('../assets/images/rolled-ice-cream-nz.jpg');
}

.feature-image.waffle {
    background-image: url('../assets/images/bubble-waffle-auckland-nz.jpg');
}

.feature-image.bubble-tea {
    background-image: url('../assets/images/bubble-tea-1-scaled.jpg');
    background-position: right center;
}


.feature-image.crepe {
    background-image: url('../assets/images/crepe-1-scaled.jpg');
}

.feature-image.shake {
    background-image: url('../assets/images/oreo-shake-1.jpg');
}

.catering-section {
    align-items: center;
    background-color: rgba(226, 176, 99, 0.69);
    background-image: linear-gradient(rgba(226, 176, 99, 0.55), rgba(226, 176, 99, 0.55)), url('../assets/images/ice-cream-catering-auckland-nz.jpg');
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    min-height: 400px;
    padding: 4.6% 10% 5.8%;
}

.catering-copy {
    max-width: 610px;
}

.gallery-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.gallery-section img {
    aspect-ratio: 1 / 1;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.contact-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 780px;
}

.contact-panel {
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 200px 10% 100px;
}

.form-panel {
    background-image: linear-gradient(rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../assets/images/section-bg-7.jpg');
}

.info-panel {
    background-blend-mode: hard-light;
    background-color: #000;
    background-image: url('../assets/images/section-bg-9.jpg');
}

.contact-panel h1,
.contact-panel h2 {
    color: #fff;
    font-family: var(--heading);
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.info-panel h4 {
    color: #dca57d;
    font-family: var(--heading);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 22px 0 6px;
    text-transform: uppercase;
}

.info-panel p {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
}

.contact-form {
    max-width: 610px;
}

.netlify-honeypot {
    display: none;
}

.form-row {
    display: grid;
    gap: 3%;
    grid-template-columns: 1fr 1fr;
}

.contact-form input,
.contact-form textarea {
    background: rgba(255, 255, 255, 0.64);
    border: 0;
    border-radius: 0;
    color: #333;
    margin-bottom: 3%;
    padding: 16px;
    width: 100%;
    min-width: 0;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #fff;
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.form-bottom {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: flex-end;
}

.contact-form .btn {
    background: rgba(224, 170, 53, 0.2);
    border-color: rgba(224, 170, 53, 0.2);
    color: #e09900 !important;
    margin-top: 0;
}

.subpage-hero {
    align-items: center;
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    min-height: 520px;
    padding: 110px 10%;
    position: relative;
}

.subpage-hero::before {
    background: rgba(0, 0, 0, 0.48);
    content: "";
    inset: 0;
    position: absolute;
}

.subpage-hero-content {
    max-width: 760px;
    min-width: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

.subpage-hero h1 {
    color: #fff;
    font-family: var(--heading);
    font-size: clamp(44px, 6vw, 76px);
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.18;
    margin-bottom: 18px;
    overflow-wrap: break-word;
    text-transform: uppercase;
}

.subpage-hero p {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    overflow-wrap: break-word;
}

.subpage-content {
    background: #fcfcfc;
    padding: 90px 10%;
}

.subpage-content-inner {
    display: grid;
    gap: 70px;
    margin: 0 auto;
    max-width: 1180px;
}

.content-block {
    max-width: 900px;
}

.content-block h2,
.content-block h3 {
    color: #111;
    font-family: var(--heading);
    font-size: clamp(30px, 3.3vw, 42px);
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.45;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.content-block p {
    color: var(--text);
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.content-split {
    align-items: center;
    display: grid;
    gap: 7%;
    grid-template-columns: 1fr 1fr;
}

.content-split.reverse .content-media {
    order: -1;
}

.content-media img {
    aspect-ratio: 4 / 3;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.subpage-story {
    background: var(--dark);
    color: #fff;
    padding: 80px 10%;
    text-align: center;
}

.subpage-story .story-inner {
    max-width: 980px;
}

.subpage-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.catering-page .subpage-hero {
    background-image: url('../assets/images/ice-cream-catering-auckland-nz.jpg');
}

.bubble-waffle-page .subpage-hero {
    background-image: url('../assets/images/bubble-waffles-auckland-s_rsz.jpg');
}

.bubble-waffle-hero {
    background-image: url('../assets/images/bubble-waffles-auckland-s_rsz.jpg');
    background-position: center;
}

.bubble-tea-hero {
    background-image: url('../assets/images/bubble-tea-auckland.jpg');
    background-position: center;
}

.bubble-tea-page .subpage-hero {
    background-image: url('../assets/images/bubble-tea-auckland.jpg');
}

.crepes-page .subpage-hero {
    background-image: url('../assets/images/crepes-near-me.jpg');
}

.crepes-hero {
    background-image: url('../assets/images/crepes-near-me.jpg');
    background-position: center;
}

.thick-shake-page .subpage-hero {
    background-image: url('../assets/images/bubble-tea-auckland.jpg');
}


.thick-shake-hero {
    background-image: url('../assets/images/bubble-tea-auckland.jpg');
    background-position: center;
}

.live-style-page .divi-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 620px;
}

.live-style-page .divi-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 10%;
}

.live-style-page .divi-copy-light {
    background: #fcfcfc;
}

.live-style-page .divi-copy-beige {
    background: rgba(221, 210, 197, 0.65);
}

.live-style-page .divi-copy h1,
.live-style-page .divi-copy h3 {
    color: #111;
    font-family: var(--heading);
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.live-style-page .divi-copy h1 {
    font-size: 48px;
    line-height: 1.25;
}

.live-style-page .divi-copy .lead {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 42px;
}

.live-style-page .divi-copy p {
    color: var(--text);
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 18px;
    max-width: 600px;
}

.live-style-page .divi-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 620px;
}

.bubble-waffle-main {
    background-image: url('../assets/images/bubble-waffle-ice-cream-s.jpg');
}

.bubble-waffle-recipe {
    background-image: url('../assets/images/bubble-waffle-auckland-nz.jpg');
}

.bubble-waffle-location {
    background-image: url('../assets/images/rolled-ice-cream.jpg');
}

.bubble-tea-main {
    background-image: url('../assets/images/bubble-tea-auckland.jpg');
}

.bubble-tea-recipe {
    background-image: url('../assets/images/bubble-tea-2.jpg');
}

.bubble-tea-location {
    background-image: url('../assets/images/rolled-ice-cream.jpg');
}

.crepes-main {
    background-image: url('../assets/images/crepes-near-me.jpg');
}

.crepes-recipe {
    background-image: url('../assets/images/crepes-north-shore.jpg');
}

.crepes-location {
    background-image: url('../assets/images/rolled-ice-cream.jpg');
}

.thick-shake-main,
.thick-shake-ingredients {
    background-image: url('../assets/images/bubble-tea-near-me-e1557208454566.jpg');
}

.thick-shake-flavours,
.thick-shake-takeaway {
    background-image: url('../assets/images/rolled-ice-cream.jpg');
}

.thick-shake-experience {
    background: #fcfcfc;
    padding: 90px 10%;
}

.thick-shake-experience .content-block {
    max-width: 980px;
}


.thank-you-hero {
    align-items: center;
    background-image: linear-gradient(rgba(29, 20, 11, 0.72), rgba(29, 20, 11, 0.72)), url('../assets/images/rolled-ice-cream-nz.jpg');
    background-position: center;
    background-size: cover;
    display: flex;
    min-height: calc(100vh - 72px);
    padding: 130px 10% 80px;
}

.thank-you-card {
    color: #fff;
    max-width: 720px;
}

.thank-you-card .eyebrow {
    color: #dca47d;
    font-family: var(--heading);
    font-size: 15px;
    letter-spacing: 3px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.thank-you-card h1 {
    color: #fff;
    font-family: var(--heading);
    font-size: clamp(58px, 8vw, 96px);
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.05;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.thank-you-card p {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.55;
    max-width: 620px;
}

.thank-you-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.btn-outline {
    background: transparent;
    color: #fff;
}

.exit-popup-open {
    overflow: hidden;
}

.exit-popup {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 24px;
    pointer-events: none;
    position: fixed;
    transition: opacity 220ms ease;
    z-index: 10000;
}

.exit-popup.is-open {
    opacity: 1;
    pointer-events: auto;
}

.exit-popup__backdrop {
    background: rgba(0, 0, 0, 0.72);
    inset: 0;
    position: absolute;
}

.exit-popup__dialog {
    background: #fcfcfc;
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1fr);
    max-height: min(760px, calc(100vh - 48px));
    max-width: 900px;
    min-height: 430px;
    overflow: hidden;
    position: relative;
    transform: translateY(18px) scale(0.98);
    transition: transform 220ms ease;
    width: min(100%, 900px);
}

.exit-popup.is-open .exit-popup__dialog {
    transform: translateY(0) scale(1);
}

.exit-popup__close {
    align-items: center;
    background: #1d140b;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 32px;
    height: 46px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    z-index: 2;
}

.exit-popup__image {
    background-image: url('../assets/images/bubble-waffle-ice-cream-s.jpg');
    background-position: center;
    background-size: cover;
    min-height: 430px;
}

.exit-popup__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 9%;
}

.exit-popup__eyebrow {
    color: #dca47d;
    font-family: var(--heading);
    font-size: 15px;
    letter-spacing: 3px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.exit-popup__content h2 {
    color: #111;
    font-family: var(--heading);
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.16;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.exit-popup__content p {
    color: var(--text);
    font-size: 18px;
    line-height: 1.75;
}

.exit-popup__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.exit-popup__actions .btn-outline {
    background: transparent;
    border-color: #dca47d;
    color: #111 !important;
}

.exit-popup__actions .btn-outline:hover {
    background: #c99872;
    border-color: #c99872;
    color: #fff !important;
}

.catering-live-row {
    background-color: rgba(226, 176, 99, 0.69);
    background-image: linear-gradient(rgba(226, 176, 99, 0.55), rgba(226, 176, 99, 0.55)), url('../assets/images/ice-cream-catering-auckland-nz.jpg');
    background-position: center;
    background-size: cover;
    min-height: 430px;
}

.catering-live-row .divi-image {
    background-image: none;
    min-height: 430px;
}

.catering-live-row .divi-copy {
    background: rgba(221, 210, 197, 0.65);
    min-height: 430px;
}

.bubble-story {
    padding-top: 93px;
    padding-bottom: 60px;
}

.bubble-gallery img {
    aspect-ratio: 1 / 1;
}

.form-message {
    display: none;
    margin-top: 16px;
    padding: 12px;
}

.form-message.success,
.form-message.error {
    display: block;
}

.form-message.success {
    background: rgba(60, 130, 70, 0.35);
}

.form-message.error {
    background: rgba(150, 40, 40, 0.45);
}

#main-footer {
    align-items: center;
    background: #1f1f1f;
    color: #666;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    justify-content: center;
    min-height: 72px;
    padding: 15px 30px 5px;
    position: relative;
    text-align: center;
}

.footer-contact {
    align-items: center;
    color: #bbb;
    display: flex;
    flex-wrap: wrap;
    font-family: var(--body);
    font-size: 13px;
    gap: 8px 18px;
    justify-content: center;
    margin: 0 auto 16px;
    max-width: 980px;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
}

.footer-contact a:hover {
    color: var(--gold);
}

#main-footer .social-icons {
    color: #bbb;
    position: static;
}

#main-footer p a {
    color: #666;
    font-weight: 700;
}

@media (max-width: 980px) {
    .feature-row,
    .contact-section {
        grid-template-columns: 1fr;
    }

    .feature-row .feature-image {
        order: 0;
    }

    .feature-row .feature-copy {
        order: 1;
    }

    .feature-row.reverse .feature-image {
        order: 0;
    }

    .feature-row.reverse .feature-copy {
        order: 1;
    }

    .feature-copy,
    .contact-panel {
        padding: 80px 10%;
    }

    .story-section {
        padding-top: 70px;
    }

    .catering-section {
        justify-content: center;
        min-height: 360px;
    }

    .gallery-section {
        grid-template-columns: repeat(3, 1fr);
    }

    .content-split,
    .subpage-contact {
        grid-template-columns: 1fr;
    }

    .live-style-page .divi-row {
        grid-template-columns: 1fr;
    }

    .live-style-page .divi-image {
        min-height: 420px;
        order: 0;
    }

    .live-style-page .divi-copy {
        min-height: auto;
        order: 1;
        padding: 80px 10%;
    }

    .catering-live-row .catering-live-image {
        display: none;
    }

    .content-split.reverse .content-media {
        order: 0;
    }

    .content-split .content-media {
        order: 0;
    }

    .content-split .content-block {
        order: 1;
    }

    .subpage-content {
        padding: 70px 10%;
    }
}

@media (max-width: 767px) {
    #main-header {
        height: 58px;
        padding: 0 18px;
    }

    .site-logo img {
        height: 42px;
    }

    .video-play {
        height: 46px;
        width: 46px;
    }

    .feature-copy h1,
    .feature-copy h3,
    .catering-copy h3,
    .contact-panel h1,
    .contact-panel h2 {
        font-size: 34px;
    }

    .feature-copy p,
    .catering-copy p {
        font-size: 17px;
    }

    .story-inner h4 {
        font-size: 21px;
        letter-spacing: 1px;
    }

    .story-inner h2 {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .story-inner p {
        font-size: 15px;
        line-height: 1.75;
    }

    .btn {
        border-width: 8px;
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .feature-image {
        min-height: 330px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .form-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .menu-top {
        flex-direction: column;
        gap: 14px;
    }

    .fullscreen-nav a {
        font-size: 24px;
    }

    .story-inner,
    .feature-copy,
    .contact-panel {
        padding-left: 22px;
        padding-right: 22px;
    }

    .story-inner {
        max-width: 340px;
    }

    .feature-copy h1,
    .feature-copy h3,
    .catering-copy h3,
    .contact-panel h1,
    .contact-panel h2 {
        font-size: 31px;
        letter-spacing: 1px;
        line-height: 1.35;
    }

    .feature-copy p,
    .catering-copy p,
    .info-panel p {
        font-size: 16px;
    }

    .contact-form input,
    .contact-form textarea {
        padding: 13px;
    }

    .subpage-hero {
        min-height: 420px;
        padding: 80px 22px;
    }

    .subpage-hero h1 {
        font-size: 38px;
    }

    .subpage-hero p,
    .content-block p {
        font-size: 16px;
    }

    .content-block h2,
    .content-block h3 {
        font-size: 31px;
    }

    .subpage-content {
        padding: 58px 22px;
    }

    .live-style-page .divi-copy {
        padding: 58px 22px;
    }

    .live-style-page .divi-copy h1 {
        font-size: 38px;
    }

    .live-style-page .divi-copy h3 {
        font-size: 31px;
    }

    .live-style-page .divi-copy .lead,
    .live-style-page .divi-copy p {
        font-size: 16px;
    }

    .live-style-page .divi-image {
        min-height: 340px;
    }


    .thank-you-hero {
        padding: 110px 22px 64px;
    }

    .thank-you-card h1 {
        font-size: 48px;
    }

    .thank-you-card p {
        font-size: 18px;
    }

    .thank-you-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .exit-popup {
        padding: 18px;
    }

    .exit-popup__dialog {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 36px);
        min-height: auto;
        overflow-y: auto;
    }

    .exit-popup__image {
        min-height: 220px;
    }

    .exit-popup__content {
        padding: 38px 22px 30px;
    }

    .exit-popup__content h2 {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .exit-popup__content p {
        font-size: 16px;
    }

    .exit-popup__actions {
        flex-direction: column;
    }
}
