@font-face {
    font-family: "Martin Lato";
    src: url("/wp-content/uploads/2024/01/Lato-Light.ttf") format("truetype");
    font-display: swap;
    font-weight: 300;
}

@font-face {
    font-family: "Martin Lato";
    src: url("/wp-content/uploads/2024/01/Lato-Regular.ttf") format("truetype");
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "Martin Lato";
    src: url("/wp-content/uploads/2024/01/Lato-Bold.ttf") format("truetype");
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: "Martin Outfit";
    src: url("/wp-content/uploads/2024/01/Outfit-Regular-1.ttf") format("truetype");
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "Martin Outfit";
    src: url("/wp-content/uploads/2024/01/Outfit-Bold.ttf") format("truetype");
    font-display: swap;
    font-weight: 700;
}

:root {
    color-scheme: light;
    --color-ink: #221a11;
    --color-muted: #747474;
    --color-soft: #f6f3ee;
    --color-paper: #f6f3ee;
    --color-card: #ffffff;
    --color-line: #e5dacd;
    --color-accent: #c4aa8d;
    --color-accent-dark: #54412b;
    --color-accent-medium: #a88257;
    --shadow-soft: 0 22px 70px rgb(84 65 43 / 12%);
    --font-body: "Martin Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-heading: "Martin Outfit", var(--font-body);
    --content: min(1366px, calc(100% - 56px));
    --header-content: min(920px, calc(100% - 56px));
    --header-height: 98px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--color-paper);
    color: var(--color-ink);
    font-family: var(--font-body);
    font-weight: 300;
    line-height: 1.55;
}

body,
button,
input,
textarea {
    font: 300 16px/1.55 var(--font-body);
}

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

a {
    color: inherit;
}

.site-footer,
.site-main {
    width: var(--content);
    margin-inline: auto;
}

.site-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 38px;
    width: 100%;
    min-height: var(--header-height);
    padding-inline: max(28px, calc((100vw - 920px) / 2));
    position: relative;
    z-index: 5;
    background: #ffffff;
    box-shadow: 0 1px 0 rgb(34 26 17 / 4%);
}

.site-brand {
    display: block;
    text-decoration: none;
}

.site-brand img {
    width: 185px;
    height: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    min-width: 0;
}

.site-nav--left {
    justify-content: flex-end;
}

.site-nav--right {
    justify-content: flex-start;
}

.site-nav a {
    color: #292929;
    font-family: var(--font-body);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.site-nav a:hover,
.site-nav a.is-current {
    color: var(--color-accent-medium);
}

.site-main {
    width: 100%;
    padding-block: 0 48px;
}

.home-hero {
    display: grid;
    width: 100%;
    height: min(760px, calc(100vh - var(--header-height)));
    min-height: 620px;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    background: var(--color-accent-dark);
    box-shadow: none;
}

.home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgb(34 26 17 / 64%) 0%, rgb(34 26 17 / 22%) 34%, rgb(255 255 255 / 18%) 100%),
        linear-gradient(90deg, rgb(34 26 17 / 12%), transparent 35%, transparent 70%, rgb(34 26 17 / 10%));
    z-index: 1;
}

.home-hero__slides,
.home-hero__slide {
    position: absolute;
    inset: 0;
}

.home-hero__slide {
    margin: 0;
    opacity: 0;
    transition: opacity 900ms ease;
}

.home-hero__slide.is-active {
    opacity: 1;
}

.home-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.home-hero__content {
    position: absolute;
    left: 50%;
    bottom: 118px;
    width: min(1500px, calc(100% - 120px));
    transform: translateX(-50%);
    z-index: 2;
    color: #ffffff;
    text-align: center;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--color-accent);
    font-size: 0.78rem;
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.home-hero .eyebrow {
    color: var(--color-accent);
}

.home-hero h1 {
    max-width: none;
    margin: 0;
    font-family: var(--font-body);
    font-size: clamp(1.75rem, 2.05vw, 2.55rem);
    font-weight: 300;
    letter-spacing: 0.035em;
    line-height: 1.35;
    text-shadow: 0 2px 18px rgb(0 0 0 / 28%);
}

.home-hero__scroll {
    display: grid;
    place-items: center;
    position: absolute;
    left: 50%;
    bottom: 48px;
    width: 56px;
    height: 56px;
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 999px;
    background: rgb(196 170 141 / 42%);
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 1;
    text-decoration: none;
    backdrop-filter: blur(1px);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: var(--font-heading);
    font-weight: 700;
    text-decoration: none;
}

.button--primary {
    background: var(--color-accent);
    color: #fff;
}

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

.button--ghost {
    border-color: rgb(255 255 255 / 48%);
    color: #fff;
}

.button--ghost:hover {
    background: rgb(255 255 255 / 12%);
}

.section-grid,
.reportage-section,
.cta-section {
    width: var(--content);
    margin-inline: auto;
    padding-block: clamp(64px, 7vw, 96px);
}

.section-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(32px, 5vw, 72px);
    border-bottom: 1px solid var(--color-line);
}

h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(2.45rem, 3.25vw, 4.15rem);
    font-weight: 700;
    line-height: 1.08;
    text-wrap: balance;
}

.section-copy {
    color: var(--color-muted);
    font-size: clamp(1.02rem, 1.4vw, 1.18rem);
}

.section-copy p {
    margin: 0 0 18px;
}

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

.section-heading {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px 24px;
    align-items: end;
    margin-bottom: 28px;
}

.section-heading .eyebrow {
    grid-column: 1 / -1;
    margin-bottom: -8px;
}

.section-heading a {
    color: var(--color-accent-dark);
    font-family: var(--font-heading);
    font-weight: 700;
    text-decoration: none;
}

.reportage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.reportage-card {
    background: var(--color-card);
    border: 1px solid var(--color-line);
    box-shadow: 0 14px 34px rgb(57 42 31 / 7%);
}

.reportage-card__media {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--color-soft);
}

.reportage-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease;
}

.reportage-card:hover .reportage-card__media img {
    transform: scale(1.035);
}

.reportage-card__body {
    padding: 18px 18px 20px;
}

.reportage-card time {
    color: var(--color-muted);
    font-size: 0.9rem;
}

.reportage-card h3 {
    margin: 6px 0 8px;
    font-family: var(--font-heading);
    font-size: clamp(1.16rem, 1.45vw, 1.38rem);
    font-weight: 700;
    line-height: 1.18;
    text-wrap: balance;
}

.reportage-card h3 a {
    text-decoration: none;
}

.reportage-card p {
    margin: 0;
    color: var(--color-muted);
}

.cta-section {
    display: grid;
    justify-items: start;
    max-width: 780px;
    border-top: 1px solid var(--color-line);
    margin-top: 4px;
}

.cta-section p:not(.eyebrow) {
    max-width: 620px;
    color: var(--color-muted);
    font-size: 1.12rem;
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-block: 34px;
    border-top: 1px solid var(--color-line);
    color: var(--color-muted);
}

.site-footer p {
    margin: 2px 0 0;
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.site-footer a {
    text-decoration: none;
}

.content-list {
    display: grid;
    gap: 24px;
}

.content-card {
    padding-block: 24px;
    border-bottom: 1px solid var(--color-line);
}

.content-card__title {
    margin: 0 0 8px;
}

.content-card__title a {
    text-decoration: none;
}

.content-card__excerpt {
    color: var(--color-muted);
}

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

@media (max-width: 860px) {
    .site-header {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 16px;
        padding-block: 18px;
    }

    .site-brand {
        order: -1;
    }

    .site-brand img {
        width: 160px;
    }

    .site-nav,
    .site-nav--left,
    .site-nav--right {
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px 18px;
    }

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

    .home-hero::after {
        background: linear-gradient(0deg, rgb(18 13 10 / 82%), rgb(18 13 10 / 32%) 68%, rgb(18 13 10 / 8%));
    }

    .home-hero__content {
        left: 50%;
        bottom: 92px;
        width: calc(100% - 40px);
        transform: translateX(-50%);
    }

    .home-hero h1 {
        font-size: clamp(1.45rem, 5.2vw, 2.25rem);
    }

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

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

    .section-heading {
        grid-template-columns: 1fr;
    }

    .site-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    :root {
        --content: min(100% - 28px, 1366px);
    }

    .home-hero {
        width: calc(100% + 28px);
        margin-left: -14px;
        min-height: 540px;
        border-radius: 0;
    }

    .home-hero__content {
        width: calc(100% - 28px);
        left: 50%;
        bottom: 92px;
    }

    .home-hero h1 {
        font-size: clamp(1.35rem, 6vw, 1.95rem);
    }

    .button {
        width: 100%;
    }
}
