:root {
    --ink: #171717;
    --wine: #9a4a52;
    --cream: #f5f2ed;
    --sand: #ddd2bf;
    --line: rgba(23, 23, 23, 0.16);
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    background: var(--cream);
}

body {
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: "Montserrat", Arial, sans-serif;
}

a {
    color: inherit;
}

.pause-page {
    display: grid;
    grid-template-columns: minmax(0, 1.07fr) minmax(370px, 0.93fr);
    min-height: 100svh;
}

.pause-message {
    display: flex;
    min-height: 100svh;
    flex-direction: column;
    padding: clamp(24px, 4vw, 58px) clamp(28px, 7vw, 112px) clamp(22px, 3vw, 42px);
}

.pause-header,
.pause-footer,
.pause-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.pause-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    text-decoration: none;
}

.pause-brand img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
}

.pause-brand span {
    display: grid;
    gap: 4px;
}

.pause-brand strong {
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.8;
}

.pause-brand small,
.eyebrow,
.pause-status,
.pause-footer,
.pause-links a,
.pause-visual-caption {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.pause-brand small {
    letter-spacing: 0.15em;
}

.pause-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: var(--wine);
    white-space: nowrap;
}

.pause-status span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--wine);
    box-shadow: 0 0 0 5px rgba(154, 74, 82, 0.12);
}

.pause-copy {
    width: min(100%, 610px);
    margin: auto 0;
    padding: 72px 0;
}

.eyebrow {
    margin: 0 0 23px;
    color: var(--wine);
}

h1 {
    max-width: 620px;
    margin: 0;
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(58px, 7.3vw, 118px);
    font-weight: 500;
    letter-spacing: -0.075em;
    line-height: 0.82;
}

h1 em {
    color: var(--wine);
    font-weight: 400;
}

.pause-intro {
    max-width: 490px;
    margin: 36px 0 0;
    color: #4e4a45;
    font-size: 15px;
    line-height: 1.8;
}

.pause-thanks {
    margin: 18px 0 36px;
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: 20px;
    font-style: italic;
}

.pause-links {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
}

.pause-links a {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid var(--ink);
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pause-links a:hover,
.pause-links a:focus-visible {
    color: var(--cream);
    background: var(--ink);
    transform: translateY(-2px);
}

.pause-footer {
    padding-top: 20px;
    border-top: 1px solid var(--line);
    color: #625d56;
}

.pause-footer p {
    margin: 0;
}

.pause-visual {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    background: var(--ink);
}

.pause-visual picture,
.pause-visual img {
    display: block;
    width: 100%;
    height: 100%;
}

.pause-visual picture {
    position: absolute;
    inset: 0;
}

.pause-visual img {
    object-fit: cover;
    object-position: 56% center;
    filter: saturate(0.76) contrast(0.96);
}

.pause-visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0.44));
}

.pause-visual-caption {
    position: absolute;
    right: clamp(20px, 3vw, 42px);
    bottom: clamp(20px, 3vw, 42px);
    left: clamp(20px, 3vw, 42px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding-top: 15px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.pause-visual-caption span {
    font-size: 18px;
}

.pause-monogram {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: min(23vw, 250px);
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.85);
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(72px, 12vw, 170px);
    font-style: italic;
    line-height: 1;
    transform: translate(-50%, -50%);
}

@media (max-width: 820px) {
    .pause-page {
        display: flex;
        min-height: 100svh;
        flex-direction: column;
    }

    .pause-message {
        min-height: auto;
        padding: 22px 20px 25px;
    }

    .pause-copy {
        margin: 0;
        padding: clamp(78px, 15vh, 136px) 0 84px;
    }

    h1 {
        font-size: clamp(54px, 16vw, 85px);
    }

    .pause-intro {
        margin-top: 30px;
        font-size: 14px;
    }

    .pause-footer {
        font-size: 8px;
    }

    .pause-visual {
        min-height: 59svh;
    }

    .pause-monogram {
        width: min(46vw, 240px);
        font-size: 110px;
    }
}

@media (max-width: 440px) {
    .pause-header {
        align-items: flex-start;
    }

    .pause-status {
        padding-top: 9px;
        font-size: 8px;
    }

    .pause-brand img {
        width: 51px;
        height: 51px;
    }

    .pause-brand strong {
        font-size: 20px;
    }

    .pause-copy {
        padding-top: 88px;
    }

    .pause-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pause-links a {
        transition: none;
    }
}
