:root {
    --authority-ink: #171715;
    --authority-paper: #f8f7f3;
    --authority-white: #fff;
    --authority-stone: #6c675f;
    --authority-line: rgba(23, 23, 21, .22);
    --authority-display: "Cormorant Garamond", Georgia, serif;
    --authority-sans: "Jost", Arial, sans-serif;
}

body {
    background: var(--authority-paper);
    color: var(--authority-ink);
    font-family: var(--authority-sans);
    font-weight: 400;
    line-height: 1.65;
}

::selection {
    background: var(--authority-ink);
    color: var(--authority-paper);
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 12px 16px;
    background: var(--authority-ink);
    color: var(--authority-white);
    text-decoration: none;
    transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

:focus-visible {
    outline: 3px solid #f1a680;
    outline-offset: 4px;
}

.guide-nav {
    position: sticky;
    z-index: 50;
    top: 0;
    background: rgba(248, 247, 243, .97);
    border-bottom: 1px solid var(--authority-line);
}

.guide-logo img { height: 62px; }
.guide-nav-links { gap: clamp(20px, 2.2vw, 36px); }
.guide-nav-links a { font-weight: 600; }
.guide-nav-cta { min-height: 46px; display: inline-flex; align-items: center; }

.authority-hero {
    min-height: calc(100svh - 92px);
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    background: var(--authority-paper);
}

.authority-hero-media {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background: var(--authority-ink);
}

.authority-hero-media img,
.authority-hero-media picture {
    width: 100%;
    height: 100%;
}

.authority-hero-media img {
    object-fit: cover;
    filter: grayscale(1) contrast(.96);
}

.about-hero .authority-hero-media img { object-position: 50% 42%; }

.authority-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(72px, 8vw, 132px) clamp(40px, 7vw, 120px);
}

.authority-hero h1,
.authority-section h2,
.coverage-heading h2,
.coverage-row h2,
.authority-cta h2,
.authority-faq h2 {
    margin: 0;
    font-family: var(--authority-display);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: .96;
    text-wrap: balance;
}

.authority-hero h1 {
    max-width: 10.5ch;
    font-size: clamp(60px, 7.3vw, 112px);
}

.authority-hero h1 em { font-weight: 400; }

.authority-hero-copy > p {
    max-width: 55ch;
    margin: 30px 0 0;
    color: var(--authority-stone);
    font-size: 16px;
}

.profile-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 22px;
    margin-top: 30px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.profile-social span { color: var(--authority-stone); }
.profile-social a { min-height: 44px; display: inline-flex; align-items: center; color: var(--authority-ink); text-underline-offset: 5px; }
.profile-social + .authority-hero-action { margin-top: 25px; }

.authority-hero-action,
.authority-button {
    width: fit-content;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    padding: 0 25px;
    border: 1px solid currentColor;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease;
}

.authority-hero-action:hover,
.authority-button:hover {
    background: var(--authority-ink);
    color: var(--authority-white);
}

.authority-article {
    width: min(1180px, 88vw);
    margin: 0 auto;
    padding: clamp(90px, 10vw, 150px) 0;
}

.authority-lede {
    max-width: 25ch;
    margin: 0 0 clamp(100px, 12vw, 170px);
    font-family: var(--authority-display);
    font-size: clamp(36px, 5vw, 72px);
    letter-spacing: -.03em;
    line-height: 1.03;
}

.authority-section {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
    margin-bottom: clamp(100px, 12vw, 170px);
}

.authority-section h2 {
    grid-column: 1 / span 6;
    max-width: 12ch;
    font-size: clamp(48px, 6vw, 88px);
}

.authority-section-copy {
    grid-column: 8 / span 5;
    padding-top: 10px;
    color: var(--authority-stone);
}

.authority-section-copy p { margin: 0; }
.authority-section-copy p + p { margin-top: 22px; }

.authority-text-link {
    display: inline-block;
    margin-top: 28px;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    color: var(--authority-ink);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-decoration: none;
    text-transform: uppercase;
}
.authority-link-stack { display: flex; flex-wrap: wrap; gap: 0 24px; }

.authority-figure {
    width: min(1380px, 94vw);
    margin: 0 auto clamp(100px, 12vw, 170px);
}

.authority-figure img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 900px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.authority-figure figcaption {
    width: min(1180px, 88vw);
    margin: 12px auto 0;
    color: var(--authority-stone);
    font-size: 12px;
}

.authority-statement {
    padding: clamp(105px, 13vw, 190px) 6vw;
    background: var(--authority-ink);
    color: var(--authority-paper);
    text-align: center;
}

.authority-statement blockquote {
    max-width: 16ch;
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-family: var(--authority-display);
    font-size: clamp(52px, 7vw, 104px);
    font-style: normal;
    letter-spacing: -.035em;
    line-height: .95;
}

.authority-statement cite {
    display: block;
    margin-top: 36px;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.authority-cta {
    padding: clamp(100px, 12vw, 170px) 6vw;
    text-align: center;
}

.authority-cta h2 {
    max-width: 14ch;
    margin: 0 auto;
    font-size: clamp(54px, 7vw, 102px);
}

.authority-cta p {
    max-width: 58ch;
    margin: 30px auto 0;
    color: var(--authority-stone);
}

.authority-cta .authority-button { margin-inline: auto; }

.coverage-hero {
    grid-template-columns: minmax(0, 1.14fr) minmax(0, .86fr);
}

.coverage-hero .authority-hero-copy { order: 1; }
.coverage-hero .authority-hero-media { order: 2; }
.coverage-hero .authority-hero-media img { object-position: center; filter: none; }

.coverage-intro {
    width: min(1180px, 88vw);
    margin: 0 auto;
    padding: clamp(95px, 11vw, 160px) 0 clamp(70px, 8vw, 110px);
}

.coverage-intro > p {
    max-width: 23ch;
    margin: 0;
    font-family: var(--authority-display);
    font-size: clamp(40px, 5.4vw, 78px);
    letter-spacing: -.03em;
    line-height: 1.02;
}

.coverage-list {
    width: min(1180px, 88vw);
    margin: 0 auto;
    border-top: 1px solid var(--authority-line);
}

.coverage-row {
    display: grid;
    grid-template-columns: 1.1fr .55fr 1fr;
    gap: clamp(28px, 5vw, 76px);
    align-items: start;
    padding: clamp(44px, 6vw, 78px) 0;
    border-bottom: 1px solid var(--authority-line);
}

.coverage-row h2 { font-size: clamp(42px, 5vw, 70px); }
.coverage-row h2 + p { margin: 13px 0 0; color: var(--authority-stone); font-size: 13px; }

.coverage-price {
    margin: 0;
    font-family: var(--authority-display);
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
}

.coverage-price small {
    display: block;
    margin-top: 12px;
    color: var(--authority-stone);
    font-family: var(--authority-sans);
    font-size: 11px;
    line-height: 1.5;
}

.coverage-details { margin: 0; padding: 0; list-style: none; }
.coverage-details li { position: relative; padding-left: 23px; font-size: 14px; }
.coverage-details li + li { margin-top: 11px; }
.coverage-details li::before { content: "—"; position: absolute; left: 0; color: var(--authority-stone); }

.coverage-explainer {
    width: min(1180px, 88vw);
    margin: 0 auto;
    padding: clamp(110px, 13vw, 180px) 0;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
}

.coverage-heading { grid-column: 1 / span 6; }
.coverage-heading h2 { max-width: 11ch; font-size: clamp(52px, 6.5vw, 92px); }

.coverage-explainer-copy {
    grid-column: 8 / span 5;
    padding-top: 12px;
    color: var(--authority-stone);
}

.coverage-explainer-copy p { margin: 0; }
.coverage-explainer-copy p + p { margin-top: 22px; }

.coverage-film {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    background: var(--authority-ink);
    color: var(--authority-paper);
}

.coverage-film img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

.coverage-film-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(60px, 7vw, 110px);
}

.coverage-film-copy h2 {
    margin: 0;
    font-family: var(--authority-display);
    font-size: clamp(52px, 6vw, 86px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: .95;
}

.coverage-film-copy p { margin: 28px 0 0; color: rgba(248, 247, 243, .72); }
.coverage-film-copy .authority-text-link { color: var(--authority-paper); }

.authority-faq {
    width: min(980px, 88vw);
    margin: 0 auto;
    padding: clamp(105px, 12vw, 170px) 0;
}

.authority-faq > h2 {
    max-width: 12ch;
    margin-bottom: 60px;
    font-size: clamp(52px, 7vw, 94px);
}

.faq-item { padding: 28px 0; border-top: 1px solid var(--authority-line); }
.faq-item:last-child { border-bottom: 1px solid var(--authority-line); }
.faq-item h3 { margin: 0; font-family: var(--authority-display); font-size: clamp(28px, 3vw, 38px); font-weight: 500; line-height: 1.1; }
.faq-item p { max-width: 68ch; margin: 14px 0 0; color: var(--authority-stone); }

.guide-footer { background: var(--authority-ink); color: var(--authority-paper); }

@media (max-width: 820px) {
    .guide-nav { height: 78px; }
    .guide-logo img { height: 50px; }
    .guide-nav-links > a:not(.guide-nav-cta) { display: none; }

    .authority-hero,
    .coverage-hero {
        min-height: auto;
        display: flex;
        flex-direction: column;
    }

    .authority-hero-media,
    .coverage-hero .authority-hero-media {
        order: 1;
        min-height: 0;
        aspect-ratio: 4 / 4.7;
    }

    .authority-hero-copy,
    .coverage-hero .authority-hero-copy {
        order: 2;
        padding: 70px 7vw 82px;
    }

    .authority-hero h1 { font-size: clamp(54px, 15vw, 72px); }
    .authority-hero-copy > p { font-size: 14px; }
    .profile-social span { flex-basis: 100%; }

    .authority-article { width: 86vw; }
    .authority-lede { margin-bottom: 95px; }
    .authority-section,
    .coverage-explainer { display: block; }
    .authority-section h2,
    .coverage-heading h2 { max-width: 12ch; font-size: 51px; }
    .authority-section-copy,
    .coverage-explainer-copy { margin-top: 30px; padding: 0; }
    .authority-figure { width: 100%; }
    .authority-figure figcaption { width: 86vw; }
    .authority-statement blockquote { font-size: 55px; }

    .coverage-intro,
    .coverage-list,
    .coverage-explainer,
    .authority-faq { width: 86vw; }

    .coverage-row {
        grid-template-columns: 1fr auto;
        gap: 26px;
    }

    .coverage-details { grid-column: 1 / -1; }

    .coverage-film { display: flex; flex-direction: column; }
    .coverage-film img { height: auto; min-height: 0; aspect-ratio: 16 / 10; }
    .coverage-film-copy { padding: 72px 7vw 82px; }
}

@media (max-width: 420px) {
    .authority-hero h1 { font-size: 52px; }
    .authority-lede { font-size: 39px; }
    .authority-section h2,
    .coverage-heading h2 { font-size: 47px; }
    .coverage-intro > p { font-size: 42px; }
    .coverage-row { display: block; }
    .coverage-price { margin-top: 25px; }
    .coverage-details { margin-top: 28px; }
    .coverage-film-copy h2 { font-size: 50px; }
    .authority-faq > h2 { font-size: 52px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
