/* =========================================================
   CITY WALKS BRISTOL
   ========================================================= */


/* ---------------------------------------------------------
   VARIABLES
   --------------------------------------------------------- */

:root {
    --ink: #17242b;
    --ink-soft: #46545a;

    --paper: #f7f3eb;
    --paper-light: #fcfaf6;
    --white: #ffffff;

    --red: #b84028;
    --red-dark: #96321f;

    --gold: #b78a48;

    --blue-grey: #dce8e9;

    --line: #ded8cf;

    --serif:
        Georgia,
        "Times New Roman",
        Times,
        serif;

    --sans:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Helvetica,
        Arial,
        sans-serif;

    --container: 1280px;
}


/* ---------------------------------------------------------
   RESET / BASICS
   --------------------------------------------------------- */

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

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;

    background: var(--paper-light);
    color: var(--ink);

    font-family: var(--sans);
    font-size: 1rem;
    line-height: 1.65;
}

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

figure {
    margin: 0;
}

a {
    color: var(--red);
    text-decoration: none;
}

a:hover {
    color: var(--red-dark);
}

p {
    margin: 0 0 1.4rem;
}


/* ---------------------------------------------------------
   TYPOGRAPHY
   --------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1rem;

    color: var(--ink);

    font-family: var(--serif);
    font-weight: 400;
    line-height: 1.08;
}

h1 {
    font-size: clamp(2.8rem, 6vw, 5.6rem);
}

h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
    font-size: clamp(1.5rem, 2.5vw, 2.1rem);
}

h4 {
    font-size: 1.35rem;
}

blockquote {
    margin: 0;

    font-family: var(--serif);
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-style: italic;
    line-height: 1.3;
}


/* ---------------------------------------------------------
   LAYOUT
   --------------------------------------------------------- */

.site-container,
.container,
.site-header,
.site-footer {
    width: min(90%, var(--container));
    margin-inline: auto;
}

.wrapper {
    background: var(--paper-light);
}


/* ---------------------------------------------------------
   ACCESSIBILITY
   --------------------------------------------------------- */

.accessibility,
.skip-link {
    position: absolute;

    width: 1px;
    height: 1px;

    margin: -1px;
    padding: 0;

    overflow: hidden;

    clip: rect(0 0 0 0);
    clip-path: inset(50%);

    white-space: nowrap;
}

.skip-link:focus {
    z-index: 9999;
    top: 10px;
    left: 10px;

    width: auto;
    height: auto;

    padding: .7rem 1rem;

    clip: auto;
    clip-path: none;

    background: var(--white);
    color: var(--ink);
}


/* ---------------------------------------------------------
   HEADER
   --------------------------------------------------------- */

.site-header {
    padding: 1.4rem 0;
}

.site-header h2,
.site-header h3 {
    margin: 0;
}


/* ---------------------------------------------------------
   NAVIGATION
   --------------------------------------------------------- */

.site-navigation {
    position: relative;
    z-index: 20;

    background: var(--white);

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);

    font-family: var(--sans);
}

.site-navigation > div {
    width: min(90%, var(--container));
    margin-inline: auto;
}

.site-navigation ul {
    display: flex;
    flex-wrap: wrap;

    margin: 0;
    padding: 0;

    list-style: none;
}

.site-navigation li {
    margin: 0;
}

.site-navigation a {
    display: block;

    padding: .9rem 1rem;

    color: var(--ink);

    font-size: .88rem;
    font-weight: 600;
}

.site-navigation a:hover,
.site-navigation .active a {
    color: var(--red);
}


/* ---------------------------------------------------------
   BUTTONS
   --------------------------------------------------------- */

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;

    padding: .8rem 1.45rem;

    border: 1px solid transparent;
    border-radius: 2px;

    font-family: var(--sans);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}

.button:hover {
    text-decoration: none;
}

.button-primary {
    background: var(--red);
    color: var(--white);
}

.button-primary:hover {
    background: var(--red-dark);
    color: var(--white);
}

.button-outline {
    border-color: rgba(255, 255, 255, .8);

    background: rgba(255, 255, 255, .04);
    color: var(--white);
}

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


/* ---------------------------------------------------------
   EYEBROWS / LABELS
   --------------------------------------------------------- */

.eyebrow,
.section-kicker,
.card-kicker {
    margin: 0 0 1rem;

    color: var(--gold);

    font-family: var(--sans);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.eyebrow::after,
.section-kicker::after {
    display: block;

    width: 42px;
    height: 2px;

    margin-top: .9rem;

    background: var(--gold);

    content: "";
}


/* =========================================================
   HOME PAGE
   ========================================================= */


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.home-hero {
    position: relative;

    min-height: 650px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background-image:
        linear-gradient(
            90deg,
            rgba(12, 28, 37, .78) 0%,
            rgba(12, 28, 37, .58) 38%,
            rgba(12, 28, 37, .20) 70%,
            rgba(12, 28, 37, .05) 100%
        ),
        url("/img/background-docks.jpg");

    background-position: center center;
    background-size: cover;
}

.home-hero-inner {
    position: relative;
    z-index: 2;

    width: min(90%, var(--container));
}

.home-hero-content {
    max-width: 700px;

    padding: 6rem 0;
}

.home-hero .eyebrow {
    color: rgba(255, 255, 255, .9);
}

.home-hero .eyebrow::after {
    background: var(--gold);
}

.home-hero h1 {
    margin-bottom: 1.5rem;

    color: var(--white);

    font-size: clamp(3.2rem, 6.2vw, 6.4rem);
    letter-spacing: -.025em;
}

.home-hero-intro {
    max-width: 620px;

    margin-bottom: 2rem;

    color: rgba(255, 255, 255, .94);

    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
    line-height: 1.6;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 1rem;
}


/* ---------------------------------------------------------
   INTRODUCTION
   --------------------------------------------------------- */

.home-intro {
    padding: clamp(4rem, 8vw, 7rem) 0;

    background: var(--paper);
}

.home-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;

    gap: clamp(3rem, 7vw, 7rem);

    align-items: center;
}

.home-intro h2 {
    max-width: 600px;
}

.home-intro-copy {
    max-width: 680px;

    color: var(--ink-soft);

    font-size: 1.08rem;
    line-height: 1.8;
}

.home-intro-copy p:last-child {
    margin-bottom: 0;
}


/* ---------------------------------------------------------
   DISCOVERY CARDS
   --------------------------------------------------------- */

.home-discover {
    padding: 0 0 clamp(4rem, 8vw, 7rem);

    background: var(--paper);
}

.home-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 1.5rem;
}

.home-card {
    min-width: 0;

    background: var(--white);

    border-bottom: 3px solid transparent;

    transition:
        transform .2s ease,
        border-color .2s ease;
}

.home-card:hover {
    transform: translateY(-3px);

    border-bottom-color: var(--red);
}

.home-card > a {
    display: block;

    height: 100%;

    color: inherit;
}

.home-card > a:hover {
    color: inherit;
    text-decoration: none;
}

.home-card-image {
    aspect-ratio: 4 / 3;

    overflow: hidden;
}

.home-card-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .45s ease;
}

.home-card:hover .home-card-image img {
    transform: scale(1.025);
}

.home-card-content {
    padding: 1.8rem;
}

.home-card h2 {
    margin-bottom: .8rem;

    font-size: clamp(1.7rem, 2vw, 2.2rem);
}

.home-card p:not(.card-kicker) {
    color: var(--ink-soft);

    line-height: 1.7;
}

.text-link {
    display: inline-flex;
    align-items: center;

    gap: .5rem;

    color: var(--red);

    font-family: var(--sans);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.text-link::after {
    content: "→";

    font-size: 1.1rem;

    transition: transform .2s ease;
}

a:hover .text-link::after,
.text-link:hover::after {
    transform: translateX(4px);
}


/* ---------------------------------------------------------
   AUTHOR + WALKS
   --------------------------------------------------------- */

.home-walks {
    position: relative;

    padding: clamp(4rem, 8vw, 7rem) 0;

    background: var(--paper-light);

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.home-walks-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;

    gap: clamp(3rem, 7vw, 7rem);
}

.home-author {
    padding-left: 2rem;

    border-left: 2px solid var(--gold);
}

.home-author blockquote {
    margin-bottom: 1.7rem;

    text-align: left;
}

.home-author-name {
    margin-bottom: .15rem;

    color: var(--ink);

    font-family: var(--serif);
    font-size: 1.25rem;
}

.home-author-role {
    margin: 0;

    color: var(--ink-soft);

    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.home-walk-list h2 {
    margin-bottom: 2rem;

    font-size: clamp(2rem, 3vw, 3rem);
}

.walk-link-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 0 2.5rem;
}

.walk-link-grid a {
    position: relative;

    padding: .75rem 0 .75rem 1.5rem;

    border-bottom: 1px solid var(--line);

    color: var(--ink);

    font-size: .98rem;
}

.walk-link-grid a::before {
    position: absolute;
    top: 1rem;
    left: 0;

    color: var(--gold);

    content: "○";

    font-size: .8rem;
}

.walk-link-grid a:hover {
    color: var(--red);
}

.home-walks-action {
    margin: 2rem 0 0;
}


/* ---------------------------------------------------------
   APP CTA
   --------------------------------------------------------- */

.home-app {
    padding: clamp(4rem, 8vw, 6rem) 0;

    background: var(--blue-grey);
}

.home-app-grid {
    display: grid;
    grid-template-columns: 1fr .7fr;

    gap: 4rem;

    align-items: center;
}

.home-app-content {
    max-width: 680px;
}

.home-app h2 {
    margin-bottom: 1.2rem;
}

.home-app-content > p:not(.section-kicker) {
    max-width: 600px;

    margin-bottom: 2rem;

    color: var(--ink-soft);

    font-size: 1.05rem;
}

.home-app-visual {
    min-height: 280px;

    background:
        url("/images/city-walks-app.png")
        center
        bottom /
        contain
        no-repeat;
}


/* =========================================================
   GENERIC ARTICLE / LISTING PAGES
   ========================================================= */

.listing-page .wrapper,
.search-page .wrapper {
    padding: 4rem 0;
}

.listing-page .container,
.search-page .container {
    max-width: 900px;
}

.article {
    max-width: 820px;

    margin: 0 auto 4rem;
}

.article h1 {
    font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.article p,
.article li {
    font-size: 1.05rem;
    line-height: 1.8;
}

.article img {
    margin: 2.5rem 0;
}

.article-list {
    margin: 2rem 0;
    padding: 0;

    list-style: none;

    border-top: 1px solid var(--line);
}

.article-list li {
    padding: 1.5rem 0;

    border-bottom: 1px solid var(--line);
}

.article-list h2,
.article-list h3 {
    margin-bottom: .5rem;
}

.paginator {
    display: flex;
    justify-content: space-between;

    margin-top: 3rem;
}

.paginator a {
    font-weight: 600;
}


/* ---------------------------------------------------------
   TABLES
   --------------------------------------------------------- */

table {
    width: 100%;

    margin: 2rem 0;

    border-collapse: collapse;
}

th,
td {
    padding: .8rem 1rem;

    border-bottom: 1px solid var(--line);

    text-align: left;
    vertical-align: top;
}

th {
    font-weight: 700;
}


/* ---------------------------------------------------------
   FORMS
   --------------------------------------------------------- */

input,
select,
textarea,
button {
    font: inherit;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
select,
textarea {
    width: 100%;

    padding: .75rem;

    border: 1px solid var(--line);
    border-radius: 2px;

    background: var(--white);
    color: var(--ink);
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--gold);

    outline: 2px solid rgba(183, 138, 72, .15);
}


/* ---------------------------------------------------------
   FOOTER
   --------------------------------------------------------- */

.site-footer {
    padding: 2.5rem 0;

    color: var(--ink-soft);

    font-size: .85rem;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .home-hero {
        min-height: 570px;

        background-image:
            linear-gradient(
                90deg,
                rgba(12, 28, 37, .80) 0%,
                rgba(12, 28, 37, .55) 55%,
                rgba(12, 28, 37, .12) 100%
            ),
            url("/img/background-docks.jpg");
    }

    .home-intro-grid,
    .home-walks-grid,
    .home-app-grid {
        grid-template-columns: 1fr;
    }

    .home-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-app-visual {
        min-height: 220px;
    }

}


@media (max-width: 700px) {

    .site-navigation ul {
        display: block;
    }

    .site-navigation a {
        padding: .7rem 0;

        border-bottom: 1px solid var(--line);
    }

    .home-hero {
        min-height: 560px;

        align-items: end;

        background-image:
            linear-gradient(
                0deg,
                rgba(12, 28, 37, .92) 0%,
                rgba(12, 28, 37, .68) 48%,
                rgba(12, 28, 37, .15) 100%
            ),
            url("/img/background-docks.jpg");

        background-position: center center;
    }

    .home-hero-content {
        padding: 5rem 0 3.5rem;
    }

    .home-hero h1 {
        font-size: clamp(2.7rem, 13vw, 4rem);
    }

    .home-hero-intro {
        font-size: 1rem;
    }

    .home-card-grid {
        grid-template-columns: 1fr;
    }

    .walk-link-grid {
        grid-template-columns: 1fr;
    }

    .home-author {
        padding-left: 1.4rem;
    }

}


@media (max-width: 480px) {

    .site-container,
    .container,
    .site-header,
    .site-footer,
    .site-navigation > div {
        width: 90%;
    }

    .home-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-hero-actions .button {
        width: 100%;
    }

    .home-card-content {
        padding: 1.4rem;
    }

}


/* ---------------------------------------------------------
   REDUCED MOTION
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }

}


/* ---------------------------------------------------------
   PRINT
   --------------------------------------------------------- */

@media print {

    .site-navigation,
    .home-hero-actions,
    .home-app,
    .site-footer {
        display: none;
    }

    body {
        background: #fff;
        color: #000;
    }

    .home-hero {
        min-height: auto;

        padding: 2rem 0;

        background: none;
    }

    .home-hero h1,
    .home-hero-intro,
    .home-hero .eyebrow {
        color: #000;
    }

}

/* ---------------------------------------------------------
   HEADER
   --------------------------------------------------------- */

.site-header {
    width: 100%;
    padding: 1.2rem 0;

    background: var(--white);
}

.site-header-inner {
    width: min(90%, var(--container));
    margin-inline: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 2rem;
}

.site-branding {
    min-width: 0;
}

.site-branding h2 {
    margin: 0;

    font-family: var(--serif);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1;
}

.site-branding h2 a {
    color: var(--ink);
}

.site-branding h2 a:hover {
    color: var(--red);
}

.site-slogan {
    margin: .4rem 0 0;

    color: var(--ink-soft);

    font-size: .82rem;
    letter-spacing: .04em;
}


/* ---------------------------------------------------------
   NAVIGATION
   --------------------------------------------------------- */

.site-navigation {
    width: 100%;

    background: var(--white);

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.site-navigation-inner {
    width: min(90%, var(--container));
    margin-inline: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 2rem;
}

.site-navigation ul {
    display: flex;
    flex-wrap: wrap;

    gap: 0;

    margin: 0;
    padding: 0;

    list-style: none;
}

.site-navigation li {
    margin: 0;
}

.site-navigation a {
    display: block;

    padding: .95rem 1rem;

    color: var(--ink);

    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.site-navigation a:hover {
    color: var(--red);
    text-decoration: none;
}

.site-navigation li.active a {
    color: var(--red);
}


/* ---------------------------------------------------------
   SEARCH
   --------------------------------------------------------- */

.site-search {
    flex: 0 0 auto;
}

.site-search search {
    display: block;

    padding: 0;
    margin: 0;

    background: none;
}

.site-search input[type="search"] {
    width: 180px;

    padding: .55rem .75rem;

    border: 1px solid var(--line);
    border-radius: 2px;

    background: var(--paper-light);

    font-size: .82rem;
}


/* ---------------------------------------------------------
   MOBILE NAV BUTTON
   --------------------------------------------------------- */

.nav-toggle {
    display: none;

    width: 46px;
    height: 46px;

    padding: 10px;

    border: 0;
    border-radius: 2px;

    background: none;

    cursor: pointer;
}

.nav-toggle span {
    display: block;

    width: 24px;
    height: 2px;

    margin: 5px auto;

    background: var(--ink);

    transition:
        transform .2s ease,
        opacity .2s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}


/* ---------------------------------------------------------
   TABLET / MOBILE
   --------------------------------------------------------- */

@media (max-width: 900px) {

    .nav-toggle {
        display: block;
    }

    .site-navigation {
        display: none;
    }

    .site-navigation.is-open {
        display: block;
    }

    .site-navigation-inner {
        display: block;

        padding: .5rem 0 1rem;
    }

    .site-navigation ul {
        display: block;
    }

    .site-navigation li {
        border-bottom: 1px solid var(--line);
    }

    .site-navigation a {
        padding: .9rem 0;

        font-size: .9rem;
    }

    .site-search {
        margin-top: 1rem;
    }

    .site-search input[type="search"] {
        width: 100%;
    }

}


@media (max-width: 520px) {

    .site-header {
        padding: .9rem 0;
    }

    .site-header-inner {
        gap: 1rem;
    }

    .site-branding h2 {
        font-size: 1.7rem;
    }

    .site-slogan {
        display: none;
    }

}

/* =========================================================
   WALK PAGES
   ========================================================= */


/* ---------------------------------------------------------
   WALK HERO
   --------------------------------------------------------- */

.walk-hero {
    position: relative;

    min-height: 580px;

    display: flex;
    align-items: end;

    overflow: hidden;

    background: var(--ink);
}

.walk-hero-image {
    position: absolute;
    inset: 0;
}

.walk-hero-img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.walk-hero-shade {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(12, 28, 37, .84) 0%,
            rgba(12, 28, 37, .62) 38%,
            rgba(12, 28, 37, .20) 72%,
            rgba(12, 28, 37, .08) 100%
        );
}

.walk-hero-inner {
    position: relative;
    z-index: 2;

    width: min(90%, var(--container));
}

.walk-hero-content {
    max-width: 760px;

    padding: 6rem 0 4.5rem;
}

.walk-hero h1 {
    margin: 0 0 1.4rem;

    color: var(--white);

    font-size: clamp(3rem, 6vw, 6rem);
}

.walk-hero .eyebrow {
    color: rgba(255,255,255,.9);
}

.walk-hero-intro {
    max-width: 650px;

    color: rgba(255,255,255,.92);

    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
    line-height: 1.65;
}

.walk-hero-intro p:last-child {
    margin-bottom: 0;
}


/* ---------------------------------------------------------
   WALK FACTS
   --------------------------------------------------------- */

.walk-facts {
    background: var(--white);

    border-bottom: 1px solid var(--line);
}

.walk-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.walk-fact {
    padding: 1.5rem 1.8rem;

    border-right: 1px solid var(--line);
}

.walk-fact:first-child {
    padding-left: 0;
}

.walk-fact:last-child {
    border-right: 0;
}

.walk-fact-label {
    display: block;

    margin-bottom: .2rem;

    color: var(--ink-soft);

    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.walk-fact strong {
    color: var(--ink);

    font-family: var(--serif);
    font-size: 1.15rem;
    font-weight: 400;
}


/* ---------------------------------------------------------
   WALK CONTENT
   --------------------------------------------------------- */

.walk-content {
    padding: clamp(4rem, 8vw, 7rem) 0;

    background: var(--paper);
}

.walk-content-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(260px, 340px);

    gap: clamp(3rem, 7vw, 7rem);

    align-items: start;
}

.walk-main {
    max-width: 760px;
}

.walk-body {
    color: var(--ink-soft);

    font-family: var(--serif);
    font-size: clamp(1.08rem, 1.5vw, 1.2rem);
    line-height: 1.85;
}

.walk-body p {
    margin-bottom: 1.6rem;
}

.walk-body h2 {
    margin-top: 3rem;

    color: var(--ink);
}

.walk-body h3 {
    margin-top: 2.5rem;

    color: var(--ink);
}

.walk-body figure,
.walk-body img {
    margin: 2.5rem 0;
}


/* ---------------------------------------------------------
   SIDEBAR
   --------------------------------------------------------- */

.walk-sidebar {
    display: grid;

    gap: 1.5rem;
}

.walk-route-card,
.walk-app-card {
    padding: 2rem;

    background: var(--paper-light);

    border: 1px solid var(--line);
}

.walk-route-card h2,
.walk-app-card h2 {
    margin-bottom: 1.5rem;

    font-size: 1.7rem;
}

.route-detail {
    padding: .8rem 0;

    border-bottom: 1px solid var(--line);
}

.route-detail:last-child {
    border-bottom: 0;
}

.route-detail span {
    display: block;

    margin-bottom: .15rem;

    color: var(--ink-soft);

    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.route-detail strong {
    font-family: var(--serif);
    font-weight: 400;
}

.walk-app-card {
    background: var(--blue-grey);
}

.walk-app-card p:not(.card-kicker) {
    color: var(--ink-soft);
}


/* ---------------------------------------------------------
   MORE WALKS
   --------------------------------------------------------- */

.walk-more {
    padding: clamp(4rem, 8vw, 7rem) 0;

    background: var(--paper-light);

    border-top: 1px solid var(--line);
}

.walk-more > .site-container > h2 {
    margin-bottom: 2.5rem;
}

.walk-more-grid,
.walks-index-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 1.5rem;
}

.walk-more-action {
    margin: 2.5rem 0 0;
}


/* =========================================================
   WALK CARDS
   ========================================================= */

.walk-card {
    min-width: 0;

    background: var(--white);

    border-bottom: 3px solid transparent;

    transition:
        transform .2s ease,
        border-color .2s ease;
}

.walk-card:hover {
    transform: translateY(-3px);

    border-bottom-color: var(--red);
}

.walk-card > a {
    display: block;

    height: 100%;

    color: inherit;
}

.walk-card > a:hover {
    color: inherit;
    text-decoration: none;
}

.walk-card-image {
    aspect-ratio: 4 / 3;

    overflow: hidden;

    background: var(--blue-grey);
}

.walk-card-img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .4s ease;
}

.walk-card:hover .walk-card-img {
    transform: scale(1.025);
}

.walk-card-content {
    padding: 1.6rem;
}

.walk-card h2 {
    margin-bottom: .8rem;

    font-size: 1.8rem;
}

.walk-card-excerpt {
    color: var(--ink-soft);

    font-size: .92rem;
    line-height: 1.7;
}

.walk-card-excerpt p:last-child {
    margin-bottom: 1rem;
}

.walk-card-meta {
    display: flex;
    flex-wrap: wrap;

    gap: .5rem 1.2rem;

    margin: 1rem 0;
    padding-top: .8rem;

    border-top: 1px solid var(--line);

    color: var(--ink-soft);

    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}


/* =========================================================
   WALKS INDEX
   ========================================================= */

.walks-index {
    padding: clamp(4rem, 8vw, 7rem) 0;

    background: var(--paper);
}

.walks-index-header {
    max-width: 760px;

    margin-bottom: clamp(3rem, 6vw, 5rem);
}

.walks-index-header h1 {
    margin-bottom: 1.3rem;
}

.walks-index-header > p:last-child {
    max-width: 650px;

    color: var(--ink-soft);

    font-size: 1.1rem;
}


/* =========================================================
   RESPONSIVE WALK PAGES
   ========================================================= */

@media (max-width: 900px) {

    .walk-facts-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .walk-fact:nth-child(2) {
        border-right: 0;
    }

    .walk-fact:nth-child(n+3) {
        border-top: 1px solid var(--line);
    }

    .walk-content-grid {
        grid-template-columns: 1fr;
    }

    .walk-sidebar {
        grid-template-columns: repeat(2, 1fr);
    }

    .walk-more-grid,
    .walks-index-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 650px) {

    .walk-hero {
        min-height: 500px;
    }

    .walk-hero-shade {
        background:
            linear-gradient(
                0deg,
                rgba(12, 28, 37, .94) 0%,
                rgba(12, 28, 37, .68) 50%,
                rgba(12, 28, 37, .15) 100%
            );
    }

    .walk-hero-content {
        padding: 5rem 0 3rem;
    }

    .walk-facts-grid {
        grid-template-columns: 1fr 1fr;
    }

    .walk-fact {
        padding: 1.2rem;
    }

    .walk-fact:first-child {
        padding-left: 1.2rem;
    }

    .walk-sidebar,
    .walk-more-grid,
    .walks-index-grid {
        grid-template-columns: 1fr;
    }

}

.walk-free-badge {
    display: inline-block;

    margin: 0 0 .8rem;
    padding: .35rem .6rem;

    background: var(--red);
    color: var(--white);

    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;

    border-radius: 2px;
}

.walk-hero-free {
    display: inline-block;

    margin: 0 0 1rem;
    padding: .4rem .7rem;

    background: var(--red);
    color: var(--white);

    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;

    border-radius: 2px;
}

/* ---------------------------------------------------------
   WALK ROUTE
   --------------------------------------------------------- */

.walk-route {
    padding: 1.6rem 0;

    background: var(--blue-grey);

    border-bottom: 1px solid var(--line);
}

.walk-route-inner {
    display: grid;
    grid-template-columns: 180px 1fr;

    gap: 2rem;

    align-items: baseline;
}

.walk-route-label {
    margin: 0;

    color: var(--ink);

    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.walk-route-text {
    margin: 0;

    color: var(--ink-soft);

    font-family: var(--serif);
    font-size: 1.05rem;
    line-height: 1.6;
}


/* ---------------------------------------------------------
   WALK AREA
   --------------------------------------------------------- */

.walk-area {
    margin: 0 0 .8rem;

    color: rgba(255,255,255,.78);

    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}


/* ---------------------------------------------------------
   SIDEBAR CARDS
   --------------------------------------------------------- */

.walk-highlights-card,
.walk-location-card {
    padding: 2rem;

    background: var(--paper-light);

    border: 1px solid var(--line);
}

.walk-highlights-card h2,
.walk-location-card h2 {
    margin-bottom: 1rem;

    font-size: 1.7rem;
}

.walk-highlights-card p:not(.card-kicker),
.walk-location-card p:not(.card-kicker) {
    color: var(--ink-soft);

    line-height: 1.7;
}

.walk-coordinates {
    margin-bottom: 0 !important;

    font-family: var(--serif);
    font-size: 1.05rem;
}


/* ---------------------------------------------------------
   FREE WALK — HERO
   --------------------------------------------------------- */

.walk-hero-free {
    display: inline-block;

    margin: 0 0 1rem;
    padding: .4rem .7rem;

    background: var(--red);
    color: var(--white);

    border-radius: 2px;

    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
}


/* ---------------------------------------------------------
   FREE WALK — LISTING CARD
   --------------------------------------------------------- */

.walk-card-image {
    position: relative;
}

.walk-card-free {
    position: absolute;
    top: 1rem;
    left: 1rem;

    padding: .45rem .65rem;

    background: var(--red);
    color: var(--white);

    border-radius: 2px;

    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;
}


/* ---------------------------------------------------------
   MOBILE ROUTE
   --------------------------------------------------------- */

@media (max-width: 650px) {

    .walk-route-inner {
        grid-template-columns: 1fr;

        gap: .5rem;
    }

}

/* =========================================================
   APP PAGE
   ========================================================= */


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.app-hero {
    padding: clamp(4rem, 8vw, 7rem) 0;

    background: var(--paper);
    border-bottom: 1px solid var(--line);
}

.app-hero-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(280px, .95fr);

    gap: clamp(3rem, 8vw, 7rem);

    align-items: center;
}

.app-hero-copy {
    max-width: 760px;
}

.app-hero h1 {
    max-width: 820px;

    margin: 0 0 1.5rem;

    font-size: clamp(3rem, 6vw, 6rem);
    line-height: .98;
}

.app-hero-intro {
    max-width: 650px;

    margin-bottom: 2rem;

    color: var(--ink-soft);

    font-family: var(--serif);
    font-size: clamp(1.15rem, 1.7vw, 1.35rem);
    line-height: 1.7;
}

.app-hero-actions {
    display: flex;
    flex-wrap: wrap;

    gap: .8rem;

    margin-bottom: 1.2rem;
}

.app-hero-note {
    max-width: 560px;

    margin: 0;

    color: var(--ink-soft);

    font-size: .85rem;
    line-height: 1.6;
}


/* ---------------------------------------------------------
   PHONE PLACEHOLDER
   --------------------------------------------------------- */

.app-hero-device,
.app-download-device {
    display: flex;

    justify-content: center;
    align-items: center;
}

/* ---------------------------------------------------------
   APP SCREENSHOTS
   --------------------------------------------------------- */

.app-phone {
    width: min(100%, 340px);
    margin-inline: auto;
}

.app-phone img {
    display: block;
    width: 100%;
    height: auto;
}

.app-hero-device .app-phone {
    transform: rotate(1.5deg);
}

.app-download-device .app-phone {
    transform: rotate(-1.5deg);
}

@media (max-width: 650px) {

    .app-phone {
        width: min(78vw, 300px);
    }

    .app-hero-device .app-phone,
    .app-download-device .app-phone {
        transform: none;
    }

}


/* ---------------------------------------------------------
   INTRO
   --------------------------------------------------------- */

.app-intro {
    padding: clamp(4rem, 8vw, 7rem) 0;

    background: var(--paper-light);
}

.app-intro-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;

    gap: clamp(3rem, 8vw, 7rem);

    align-items: start;
}

.app-intro h2 {
    max-width: 520px;
}

.app-intro-copy {
    max-width: 720px;

    color: var(--ink-soft);

    font-family: var(--serif);
    font-size: 1.12rem;
    line-height: 1.8;
}

.app-intro-copy p:last-child {
    margin-bottom: 0;
}


/* ---------------------------------------------------------
   ACCESS
   --------------------------------------------------------- */

.app-access {
    padding: clamp(4rem, 8vw, 7rem) 0;

    background: var(--paper);
}

.app-access-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 1.5rem;
}

.app-access-card {
    padding: clamp(2rem, 4vw, 3rem);

    border: 1px solid var(--line);
}

.app-access-free {
    background: var(--paper-light);
}

.app-access-full {
    background: var(--blue-grey);
}

.app-access-card h2 {
    margin-bottom: 1.2rem;

    font-size: clamp(2rem, 4vw, 3.4rem);
}

.app-access-card p {
    max-width: 620px;

    color: var(--ink-soft);
    line-height: 1.7;
}

.app-no-subscription {
    margin: 1.3rem 0;

    color: var(--ink) !important;

    font-family: var(--serif);
    font-size: 1.5rem;
    font-weight: 700;
}


/* ---------------------------------------------------------
   STORIES
   --------------------------------------------------------- */

.app-stories {
    padding: clamp(4rem, 8vw, 7rem) 0;

    background: var(--ink);
}

.app-stories-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;

    gap: clamp(3rem, 8vw, 7rem);
}

.app-stories h2 {
    max-width: 500px;

    color: var(--white);
}

.app-stories .section-kicker {
    color: rgba(255,255,255,.6);
}

.app-stories-copy {
    max-width: 760px;

    color: rgba(255,255,255,.8);

    font-family: var(--serif);
    font-size: 1.13rem;
    line-height: 1.85;
}

.app-stories-emphasis {
    margin-top: 2rem;

    color: var(--white);

    font-size: clamp(1.5rem, 3vw, 2.2rem);
}


/* ---------------------------------------------------------
   WALK LIST
   --------------------------------------------------------- */

.app-walks {
    padding: clamp(4rem, 8vw, 7rem) 0;

    background: var(--paper-light);
}

.app-section-header {
    max-width: 760px;

    margin-bottom: 2.8rem;
}

.app-section-header > p:last-child {
    max-width: 620px;

    color: var(--ink-soft);
}

.app-walks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 1px;

    background: var(--line);

    border: 1px solid var(--line);
}

.app-walk-item {
    background: var(--paper-light);
}

.app-walk-item a {
    min-height: 140px;

    display: grid;
    grid-template-columns: auto 1fr auto;

    gap: 1rem;

    align-items: center;

    padding: 1.5rem;

    color: inherit;

    transition:
        background .2s ease,
        transform .2s ease;
}

.app-walk-item a:hover {
    background: var(--white);

    text-decoration: none;
}

.app-walk-number {
    min-width: 28px;

    color: var(--red);

    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.app-walk-item h3 {
    margin: 0 0 .2rem;

    font-size: 1.45rem;
}

.app-walk-item p {
    margin: 0;

    color: var(--ink-soft);

    font-size: .8rem;
}

.app-walk-arrow {
    color: var(--red);

    font-size: 1.4rem;
}

.app-walks-action {
    margin: 2.5rem 0 0;
}


/* ---------------------------------------------------------
   FEATURES
   --------------------------------------------------------- */

.app-features {
    padding: clamp(4rem, 8vw, 7rem) 0;

    background: var(--paper);
}

.app-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 1.5rem;
}

.app-features-grid article {
    padding: 1.8rem;

    border-top: 2px solid var(--line);
}

.app-feature-number {
    display: block;

    margin-bottom: 1.5rem;

    color: var(--red);

    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.app-features-grid h3 {
    margin-bottom: .8rem;

    font-size: 1.4rem;
}

.app-features-grid p {
    margin: 0;

    color: var(--ink-soft);

    font-size: .9rem;
    line-height: 1.7;
}


/* ---------------------------------------------------------
   DOWNLOAD
   --------------------------------------------------------- */

.app-download {
    padding: clamp(4rem, 8vw, 7rem) 0;

    background: var(--blue-grey);

    border-top: 1px solid var(--line);
}

.app-download-grid {
    display: grid;
    grid-template-columns: 1fr .8fr;

    gap: clamp(3rem, 8vw, 7rem);

    align-items: center;
}

.app-download h2 {
    margin-bottom: 1.5rem;

    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: 1;
}

.app-download p {
    max-width: 580px;

    color: var(--ink-soft);
    line-height: 1.7;
}

.app-store-area {
    margin-top: 2rem;
}

.app-store-button {
    display: inline-block;

    padding: .9rem 1.3rem;

    background: var(--ink);
    color: var(--white);

    border-radius: 4px;

    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .03em;
}

.app-store-button:hover {
    color: var(--white);
    text-decoration: none;

    transform: translateY(-1px);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 950px) {

    .app-hero-grid,
    .app-intro-grid,
    .app-stories-grid,
    .app-download-grid {
        grid-template-columns: 1fr;
    }

    .app-hero-device {
        justify-content: flex-start;
    }

    .app-access-grid {
        grid-template-columns: 1fr;
    }

    .app-walks-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .app-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 650px) {

    .app-hero {
        padding-top: 3rem;
    }

    .app-hero h1 {
        font-size: clamp(2.8rem, 13vw, 4.4rem);
    }

    .app-hero-actions {
        display: grid;
    }

    .app-hero-actions .button {
        width: 100%;
        text-align: center;
    }

    .app-phone-placeholder {
        width: min(82vw, 300px);
    }

    .app-walks-grid,
    .app-features-grid {
        grid-template-columns: 1fr;
    }

    .app-walk-item a {
        min-height: 0;
    }

    .app-access-card {
        padding: 2rem 1.5rem;
    }

}

/* =========================================================
   APP SCREENSHOT CROSSFADE
   ========================================================= */

.app-phone-fade {
    position: relative;

    width: min(100%, 340px);

    /* Establish height from first image */
    display: grid;
}

.app-phone-fade .app-screen {
    grid-area: 1 / 1;

    display: block;
    width: 100%;
    height: auto;

    opacity: 0;
}

/* First image visible initially */

.app-phone-fade .app-screen-a {
    opacity: 1;

    animation: app-screen-a 14s ease-in-out infinite;
}

/* Second image fades over it */

.app-phone-fade .app-screen-b {
    animation: app-screen-b 14s ease-in-out infinite;
}


/* Image one:
   visible → crossfade → hidden → crossfade back */

@keyframes app-screen-a {

    0%,
    38% {
        opacity: 1;
    }

    50%,
    88% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* Image two */

@keyframes app-screen-b {

    0%,
    38% {
        opacity: 0;
    }

    50%,
    88% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/* Start second phone at a different point in the cycle */

.app-phone-fade-delay .app-screen-a {
    animation-delay: -7s;
}

.app-phone-fade-delay .app-screen-b {
    animation-delay: -7s;
}


/* Accessibility */

@media (prefers-reduced-motion: reduce) {

    .app-phone-fade .app-screen {
        animation: none;
    }

    .app-phone-fade .app-screen-a {
        opacity: 1;
    }

    .app-phone-fade .app-screen-b {
        opacity: 0;
    }

}

/* =========================================================
   WALKS LANDING PAGE
   ========================================================= */


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.walks-hero {
    padding: clamp(5rem, 9vw, 8rem) 0;

    background: var(--paper);

    border-bottom: 1px solid var(--line);
}

.walks-hero-copy {
    max-width: 900px;
}

.walks-hero h1 {
    margin: 0 0 1.6rem;

    font-size: clamp(3.3rem, 7vw, 6.8rem);
    line-height: .96;
}

.walks-hero-intro {
    max-width: 700px;

    color: var(--ink-soft);

    font-family: var(--serif);
    font-size: clamp(1.15rem, 1.8vw, 1.4rem);
    line-height: 1.75;
}

.walks-hero-meta {
    display: flex;
    flex-wrap: wrap;

    gap: 1.5rem;

    margin-top: 2.2rem;
}

.walks-hero-meta span {
    color: var(--ink);

    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}


/* ---------------------------------------------------------
   FEATURED
   --------------------------------------------------------- */

.walks-featured-section {
    padding: clamp(4rem, 8vw, 7rem) 0;

    background: var(--paper-light);
}

.walks-featured {
    display: grid;
    grid-template-columns: 1.1fr .9fr;

    gap: clamp(3rem, 7vw, 6rem);

    align-items: center;
}

.walks-featured-image {
    overflow: hidden;
}

.walks-featured-img {
    display: block;

    width: 100%;
    height: 100%;
    min-height: 520px;

    object-fit: cover;
}

.walks-featured-content {
    max-width: 560px;
}

.walks-free-label {
    display: inline-block;

    margin: 0 0 1rem;
    padding: .45rem .7rem;

    background: var(--red);
    color: var(--white);

    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.walks-featured h2 {
    margin-bottom: 1rem;

    font-size: clamp(2.6rem, 5vw, 4.8rem);
}

.walks-featured-meta,
.walks-editorial-meta {
    display: flex;

    gap: 1rem;

    margin-bottom: 1.3rem;
}

.walks-featured-meta span,
.walks-editorial-meta span {
    color: var(--ink-soft);

    font-size: .75rem;
    font-weight: 700;
}

.walks-featured-excerpt {
    margin-bottom: 1.6rem;

    color: var(--ink-soft);

    font-family: var(--serif);
    font-size: 1.08rem;
    line-height: 1.75;
}


/* ---------------------------------------------------------
   GRID
   --------------------------------------------------------- */

.walks-grid-section {
    padding: clamp(4rem, 8vw, 7rem) 0;

    background: var(--paper);
}

.walks-section-heading {
    max-width: 720px;

    margin-bottom: 3rem;
}

.walks-editorial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: clamp(2rem, 4vw, 4rem);
}

.walks-editorial-card {
    min-width: 0;
}

.walks-editorial-image {
    display: block;

    margin-bottom: 1.5rem;

    overflow: hidden;
}

.walks-editorial-img {
    display: block;

    width: 100%;
    aspect-ratio: 4 / 3;

    object-fit: cover;

    transition: transform .4s ease;
}

.walks-editorial-card:hover .walks-editorial-img {
    transform: scale(1.02);
}

.walks-editorial-content h2 {
    margin-bottom: .8rem;

    font-size: clamp(2rem, 3vw, 3rem);
}

.walks-editorial-content h2 a {
    color: inherit;
}

.walks-editorial-content h2 a:hover {
    text-decoration: none;
}

.walks-editorial-excerpt {
    max-width: 580px;

    margin-bottom: 1.4rem;

    color: var(--ink-soft);

    font-family: var(--serif);
    line-height: 1.7;
}


/* ---------------------------------------------------------
   STORY BREAK
   --------------------------------------------------------- */

.walks-story-break {
    padding: clamp(4rem, 8vw, 7rem) 0;

    background: var(--ink);
}

.walks-story-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;

    gap: clamp(3rem, 8vw, 7rem);
}

.walks-story-break h2 {
    color: var(--white);

    font-size: clamp(2.6rem, 5vw, 4.6rem);
}

.walks-story-break .section-kicker {
    color: rgba(255,255,255,.6);
}

.walks-story-copy {
    max-width: 720px;

    color: rgba(255,255,255,.8);

    font-family: var(--serif);
    font-size: 1.12rem;
    line-height: 1.85;
}

.walks-story-emphasis {
    margin-top: 2rem;

    color: var(--white);

    font-size: clamp(1.6rem, 3vw, 2.3rem);
}


/* ---------------------------------------------------------
   APP CTA
   --------------------------------------------------------- */

.walks-app-cta {
    padding: clamp(4rem, 8vw, 7rem) 0;

    background: var(--blue-grey);
}

.walks-app-grid {
    display: grid;
    grid-template-columns: 1fr .8fr;

    gap: clamp(3rem, 8vw, 7rem);

    align-items: center;
}

.walks-app-copy {
    max-width: 650px;
}

.walks-app-copy h2 {
    margin-bottom: 1.4rem;

    font-size: clamp(2.8rem, 5vw, 5rem);
}

.walks-app-copy p {
    color: var(--ink-soft);

    line-height: 1.7;
}

.walks-app-highlight {
    margin-top: 1.5rem;

    color: var(--ink) !important;

    font-family: var(--serif);
    font-size: 1.5rem;
    font-weight: 700;
}

.walks-app-copy .button {
    margin-top: 1rem;
}

.walks-app-phone {
    display: flex;

    justify-content: center;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 950px) {

    .walks-featured,
    .walks-story-grid,
    .walks-app-grid {
        grid-template-columns: 1fr;
    }

    .walks-featured-content {
        max-width: none;
    }

    .walks-featured-img {
        min-height: 420px;
    }

}


@media (max-width: 700px) {

    .walks-editorial-grid {
        grid-template-columns: 1fr;
    }

    .walks-featured-img {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .walks-hero-meta {
        gap: .8rem 1.3rem;
    }

}

/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
    padding: 4rem 0 2rem;

    background: var(--ink);
    color: rgba(255,255,255,.72);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto;

    gap: 3rem;

    align-items: start;

    padding-bottom: 3rem;
}

.footer-brand {
    max-width: 480px;
}

.footer-brand h2 {
    margin: 0 0 .8rem;

    color: var(--white);

    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.footer-brand p {
    margin: 0;

    font-family: var(--serif);
    line-height: 1.7;
}

.footer-nav {
    display: flex;
    gap: 1.8rem;
}

.footer-nav a {
    color: var(--white);

    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-nav a:hover {
    color: var(--gold);
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;

    gap: 2rem;

    padding-top: 1.5rem;

    border-top: 1px solid rgba(255,255,255,.14);
}

.footer-bottom p {
    margin: 0;

    font-size: .72rem;
    line-height: 1.6;
}

.footer-email {
    margin-top: 1rem !important;
}

.footer-email a {
    color: var(--white);
    font-family: var(--sans);
    font-size: .85rem;
    font-weight: 600;
}

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

.site-footer {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 4rem 0 2rem;

    background: var(--ink);
    color: rgba(255,255,255,.72);
}

@media (max-width: 700px) {

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-nav {
        flex-wrap: wrap;
        gap: 1rem 1.5rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: .5rem;
    }

}

/* =========================================================
   SEARCH RESULTS
   ========================================================= */

.search-results {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.search-results-header {
    padding-bottom: 2.5rem;
    margin-bottom: 1rem;

    border-bottom: 1px solid var(--line);
}

.search-results-header h1 {
    margin-bottom: 1rem;

    font-size: clamp(3rem, 6vw, 5.5rem);
}

.search-summary {
    margin: 0;

    color: var(--ink-soft);

    font-family: var(--serif);
    font-size: 1.15rem;
    line-height: 1.7;
}

.search-summary q {
    color: var(--ink);
    font-weight: 700;
}

.search-results-list {
    display: grid;
}

.search-result {
    padding: 2.2rem 0;

    border-bottom: 1px solid var(--line);
}

.search-result-content {
    max-width: 760px;
}

.search-result-type {
    margin: 0 0 .6rem;

    color: var(--red);

    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.search-result h2 {
    margin: 0 0 .8rem;

    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.search-result h2 a {
    color: var(--ink);
}

.search-result h2 a:hover {
    text-decoration: none;
}

.search-result-excerpt {
    margin-bottom: 1rem;

    color: var(--ink-soft);

    font-family: var(--serif);
    line-height: 1.7;
}


/* Search pagination */

.search-results .paginator {
    display: flex;
    justify-content: space-between;

    gap: 1rem;

    padding-top: 2rem;
}

.search-results .paginator a {
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}


@media (max-width: 700px) {

    .search-results {
        padding-top: 3rem;
    }

    .search-result {
        padding: 1.7rem 0;
    }

}