:root {
    --ink: #13211c;
    --paper: #f4f1e9;
    --cream: #e9e4d8;
    --accent: #d9613a;
    --sage: #b9c5b4;
    --white: #fff;
    --muted: #68736e;
    --line: rgba(19, 33, 28, .16);
    --serif: "Playfair Display", serif;
    --sans: "DM Sans", sans-serif
}

* {
    box-sizing: border-box
}

img,
picture,
video,
iframe,
svg {
    max-width: 100%;
    height: auto;
    display: block;
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    line-height: 1.6
}

a {
    color: inherit;
    text-decoration: none
}

.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    padding: 0 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(244, 241, 233, .85);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid transparent;
    transition: .3s
}

.site-header.scrolled {
    height: 70px;
    border-color: var(--line)
}

.brand {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -.04em
}

.brand span {
    color: var(--accent)
}

.nav {
    display: flex;
    gap: 2rem;
    font-size: .88rem;
    font-weight: 600
}

.nav a {
    position: relative
}

.nav a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: .25s
}

.nav a:hover:after {
    width: 100%
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    padding: 8px
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--ink);
    margin: 5px
}

.hero {
    position: relative;
    min-height: 100vh;
    padding: 140px 7vw 80px;
    display: grid;
    grid-template-columns: 1.15fr .75fr;
    gap: 8vw;
    align-items: center;
    overflow: hidden
}

.hero-copy {
    position: relative;
    z-index: 2
}

.eyebrow {
    margin: 0 0 1.4rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .18em;
    color: var(--accent)
}

h1,
h2,
h3,
p {
    margin-top: 0
}

.hero h1 {
    margin-bottom: 1.75rem;
    font-family: var(--serif);
    font-size: clamp(3.8rem, 7vw, 7.5rem);
    line-height: .94;
    letter-spacing: -.055em;
    font-weight: 700
}

.hero h1 em,
.contact h2 em {
    color: var(--accent);
    font-weight: 600
}

.hero-text {
    max-width: 650px;
    font-size: 1.15rem;
    color: var(--muted)
}

.hero-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2.3rem;
    flex-wrap: wrap
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    padding: 1rem 1.45rem;
    border: 1px solid var(--ink);
    font-weight: 700;
    font-size: .86rem;
    transition: .25s
}

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

.button-primary:hover {
    transform: translateY(-3px);
    background: var(--accent);
    border-color: var(--accent)
}

.button-ghost:hover {
    background: var(--cream);
    transform: translateY(-3px)
}

.hero-card {
    position: relative;
    z-index: 2;
    background: var(--white);
    padding: 14px;
    box-shadow: 0 30px 80px rgba(19, 33, 28, .13);
    transform: rotate(2deg)
}

.portrait {
    aspect-ratio: 4/4.4;
    background: linear-gradient(145deg, #c8d3c3, #87988d);
    display: grid;
    place-items: center;
    overflow: hidden;
    position: relative
}

.portrait:before,
.portrait:after {
    content: "";
    position: absolute;
    border-radius: 50%
}

.portrait:before {
    width: 70%;
    height: 70%;
    background: rgba(255, 255, 255, .16);
    top: 12%;
    right: -20%
}

.portrait:after {
    width: 85%;
    height: 45%;
    background: #243c32;
    bottom: -20%;
    left: 8%
}

.portrait-initials {
    position: relative;
    z-index: 2;
    font-family: var(--serif);
    font-size: 6rem;
    color: white;
    width: 100%;
}

.portrait-initials img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero-card-content {
    padding: 1.5rem 1.2rem 1.1rem
}

.status {
    font-size: .75rem;
    color: var(--muted)
}

.status span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4fa66b;
    margin-right: 6px
}

.hero-card h2 {
    font-family: var(--serif);
    font-size: 1.6rem;
    line-height: 1.15
}

.hero-card p {
    font-size: .9rem;
    color: var(--muted)
}

.social-row {
    display: flex;
    gap: 1.2rem;
    border-top: 1px solid var(--line);
    padding-top: 1rem;
    font-size: .8rem;
    font-weight: 700
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px)
}

.orb-one {
    width: 420px;
    height: 420px;
    background: rgba(217, 97, 58, .08);
    left: -180px;
    top: 120px
}

.orb-two {
    width: 360px;
    height: 360px;
    background: rgba(185, 197, 180, .35);
    right: -100px;
    bottom: 20px
}

.scroll-cue {
    position: absolute;
    left: 7vw;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .15em
}

.scroll-cue i {
    display: block;
    width: 70px;
    height: 1px;
    background: var(--ink)
}

.section {
    padding: 120px 7vw
}

.section-heading {
    margin-bottom: 4.5rem
}

.section-heading h2 {
    font-family: var(--serif);
    font-size: clamp(2.7rem, 5vw, 5rem);
    line-height: 1.04;
    letter-spacing: -.04em
}

.about {
    background: var(--ink);
    color: var(--paper)
}

.about .eyebrow {
    color: #e99373
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10vw
}

.about-copy .lead {
    font-family: var(--serif);
    font-size: 1.7rem;
    line-height: 1.45
}

.about-copy>p:not(.lead) {
    color: #bfc8c3
}

.text-link {
    display: inline-flex;
    gap: 1rem;
    margin-top: 1rem;
    padding-bottom: 6px;
    border-bottom: 1px solid currentColor;
    font-weight: 700
}

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

.stats article {
    padding: 2rem;
    border-left: 1px solid rgba(255, 255, 255, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.stats strong {
    display: block;
    font-family: var(--serif);
    font-size: 3.2rem;
    color: #e99373
}

.stats span {
    font-size: .82rem;
    color: #bfc8c3
}

.expertise {
    background: var(--cream)
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line)
}

.expertise-card {
    min-height: 320px;
    padding: 2rem;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    transition: .3s
}

.expertise-card:hover {
    background: var(--white);
    transform: translateY(-8px)
}

.expertise-card>span {
    font-size: .72rem;
    color: var(--accent);
    font-weight: 700
}

.expertise-card h3 {
    margin-top: 5.5rem;
    font-family: var(--serif);
    font-size: 1.65rem
}

.expertise-card p {
    color: var(--muted);
    font-size: .9rem
}

.timeline {
    border-top: 1px solid var(--line)
}

.timeline-item {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 3rem;
    padding: 2.3rem 0;
    border-bottom: 1px solid var(--line)
}

.timeline-date {
    font-size: .78rem;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: .12em
}

.timeline-item h3 {
    font-family: var(--serif);
    font-size: 1.8rem;
    margin-bottom: .25rem
}

.company {
    font-weight: 700
}

.timeline-item div:last-child>p:last-child {
    color: var(--muted);
    max-width: 720px
}

.work {
    background: #d8dfd3
}

.section-heading.split {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 3rem
}

.section-heading.split>p {
    max-width: 400px;
    color: var(--muted)
}

.projects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem
}

.project-large {
    grid-column: 1/-1
}

.project-art {
    height: 360px;
    display: grid;
    place-items: center;
    overflow: hidden;
    position: relative
}

.project-large .project-art {
    height: 540px
}

.project-art:before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(255, 255, 255, .4);
    transform: rotate(25deg)
}

.project-art span {
    position: relative;
    z-index: 1;
    font-family: var(--serif);
    font-size: clamp(4rem, 9vw, 9rem);
    letter-spacing: -.06em
}

.art-one {
    background: #283c34;
    color: #e9e4d8
}

.art-two {
    background: #d9613a;
    color: #f4f1e9
}

.art-three {
    background: #e7dfd0;
    color: #1f342b
}

.project-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0
}

.project-info p {
    font-size: .65rem;
    letter-spacing: .14em;
    color: var(--muted);
    font-weight: 700
}

.project-info h3 {
    font-family: var(--serif);
    font-size: 1.8rem
}

.arrow {
    font-size: 1.7rem;
    transition: .25s
}

.project:hover .arrow {
    transform: translate(5px, -5px)
}

.notes {
    background: var(--paper)
}

.note-list {
    border-top: 1px solid var(--line)
}

.note {
    display: grid;
    grid-template-columns: 180px 1fr 40px;
    align-items: center;
    gap: 2rem;
    padding: 2.2rem 0;
    border-bottom: 1px solid var(--line);
    transition: .25s
}

.note:hover {
    padding-left: 1rem
}

.note span {
    font-size: .72rem;
    color: var(--accent);
    font-weight: 700
}

.note h3 {
    font-family: var(--serif);
    font-size: 1.45rem;
    margin: 0
}

.note i {
    font-style: normal;
    font-size: 1.4rem
}

.contact {
    background: var(--accent);
    color: #fff;
    padding: 120px 7vw 28px
}

.contact-inner {
    text-align: center;
    max-width: 900px;
    margin: auto
}

.contact .eyebrow {
    color: #ffe3d8
}

.contact h2 {
    font-family: var(--serif);
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: 1;
    letter-spacing: -.05em
}

.contact h2 em {
    color: var(--ink)
}

.contact-inner>p:not(.eyebrow) {
    max-width: 600px;
    margin: 2rem auto;
    color: #ffe3d8
}

.button-light {
    background: #fff;
    border-color: #fff;
    color: var(--ink)
}

.button-light:hover {
    transform: translateY(-3px);
    background: var(--ink);
    border-color: var(--ink);
    color: #fff
}

.contact footer {
    margin-top: 110px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .35);
    display: flex;
    justify-content: space-between;
    font-size: .75rem
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .75s ease, transform .75s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:960px) {
    .hero,
    .photography-hero {
        grid-template-columns: 1fr;
        padding-top: 130px;
        justify-items: center;
    }

    .hero-card {
        max-width: 520px;
        transform: none;
        margin: 0 auto;
    }

    .cards-grid {
        grid-template-columns: 1fr 1fr
    }

    .about-grid {
        grid-template-columns: 1fr
    }

    .section-heading.split {
        display: block
    }

    .section-heading.split>p {
        margin-top: 2rem
    }

    .project-large .project-art {
        height: 420px
    }
}

@media(max-width:680px) {
    .site-header {
        height: 68px
    }

    .menu-toggle {
        display: block
    }

    .nav {
        position: absolute;
        top: 68px;
        left: 0;
        width: 100%;
        padding: 1.5rem 5vw;
        background: var(--paper);
        display: none;
        flex-direction: column;
        border-bottom: 1px solid var(--line)
    }

    .nav.open {
        display: flex
    }

    .hero {
        padding: 110px 5vw 70px
    }

    .hero h1 {
        font-size: 3.7rem
    }

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

    .scroll-cue {
        display: none
    }

    .section {
        padding: 84px 5vw
    }

    .section-heading {
        margin-bottom: 3rem
    }

    .cards-grid {
        grid-template-columns: 1fr
    }

    .timeline-item {
        grid-template-columns: 1fr;
        gap: .5rem
    }

    .projects {
        grid-template-columns: 1fr
    }

    .project-large {
        grid-column: auto
    }

    .project-art,
    .project-large .project-art {
        height: 320px
    }

    .note {
        grid-template-columns: 1fr 30px
    }

    .note span {
        grid-column: 1/-1
    }

    .contact {
        padding: 90px 5vw 24px
    }

    .contact footer {
        margin-top: 80px;
        gap: 1rem;
        flex-direction: column
    }

    .stats article {
        padding: 1.4rem
    }

    .stats strong {
        font-size: 2.5rem
    }
}

/* Interior pages */
.nav a.active:after {
    width: 100%
}

.page-hero {
    position: relative;
    min-height: 100vh;
    padding: 145px 7vw 100px;
    overflow: hidden
}

.page-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 900px
}

.page-hero h1 {
    margin: 0 0 2rem;
    font-family: var(--serif);
    font-size: clamp(4rem, 8vw, 8.5rem);
    line-height: .92;
    letter-spacing: -.055em
}

.page-hero h1 em {
    color: var(--accent);
    font-weight: 600
}

.page-hero-copy>p:last-child {
    max-width: 700px;
    font-size: 1.12rem;
    color: var(--muted)
}

.photography-hero {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 6vw;
    align-items: center
}

.photo-feature {
    position: relative;
    min-height: 590px;
    background: linear-gradient(#d77753 0 28%, #d9b17a 28% 44%, #71877d 44% 100%);
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(19, 33, 28, .14)
}

.photo-feature:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(19, 33, 28, .12), transparent 40%, rgba(255, 255, 255, .08));
    mix-blend-mode: multiply
}

.photo-feature>span {
    position: absolute;
    z-index: 5;
    left: 24px;
    bottom: 20px;
    color: white;
    font-size: .65rem;
    letter-spacing: .16em;
    font-weight: 700
}

.photo-sun {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #f5dfb5;
    top: 90px;
    right: 16%
}

.photo-ridge {
    position: absolute;
    left: -10%;
    width: 120%;
    border-radius: 50% 50% 0 0
}

.ridge-back {
    height: 46%;
    bottom: 21%;
    background: #71877d;
    clip-path: polygon(0 70%, 18% 30%, 35% 62%, 53% 15%, 70% 62%, 86% 37%, 100% 70%, 100% 100%, 0 100%)
}

.ridge-front {
    height: 42%;
    bottom: 0;
    background: #263c34;
    clip-path: polygon(0 42%, 20% 15%, 38% 55%, 58% 20%, 76% 60%, 100% 25%, 100% 100%, 0 100%)
}

.gallery-section {
    background: var(--cream)
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 2rem
}

.photo-tile.photo-wide {
    grid-column: 1/-1
}

.generated-photo {
    position: relative;
    height: 410px;
    overflow: hidden;
    background: #aaa
}

.photo-tall .generated-photo {
    height: 610px
}

.photo-wide .generated-photo {
    height: 500px
}

.generated-photo:before,
.generated-photo:after,
.generated-photo i {
    content: "";
    position: absolute;
    display: block
}

.valley {
    background: linear-gradient(#d9c4a4 0 36%, #829289 36% 62%, #263d33 62%)
}

.valley:before {
    width: 115%;
    height: 55%;
    bottom: 20%;
    left: -8%;
    background: #60776c;
    clip-path: polygon(0 80%, 21% 35%, 43% 70%, 59% 19%, 77% 69%, 100% 43%, 100% 100%, 0 100%)
}

.valley:after {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #f4e2bd;
    right: 17%;
    top: 12%
}

.road {
    background: linear-gradient(#c76f4f 0 35%, #87958d 35% 65%, #31483e 65%)
}

.road:before {
    width: 27%;
    height: 60%;
    background: #d7c9ae;
    left: 38%;
    bottom: -12%;
    clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%)
}

.road:after {
    width: 100%;
    height: 34%;
    bottom: 22%;
    background: #566d62;
    clip-path: polygon(0 78%, 22% 30%, 40% 74%, 61% 12%, 82% 71%, 100% 41%, 100% 100%, 0 100%)
}

.city {
    background: linear-gradient(145deg, #d8d1c3, #89978f)
}

.city:before {
    width: 28%;
    height: 72%;
    left: 12%;
    bottom: 0;
    background: #263c34;
    box-shadow: 125px -60px 0 #6d7f75, 260px 35px 0 #3f574c
}

.city:after {
    inset: 0;
    background: repeating-linear-gradient(90deg, transparent 0 38px, rgba(244, 241, 233, .32) 38px 41px)
}

.coast {
    background: linear-gradient(#d8a36f 0 42%, #668b8b 42% 72%, #e4d9c6 72%)
}

.coast:before {
    width: 52%;
    height: 55%;
    left: -3%;
    bottom: 12%;
    background: #263d34;
    clip-path: polygon(0 40%, 45% 13%, 100% 65%, 100% 100%, 0 100%)
}

.coast:after {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #f1d7a5;
    right: 19%;
    top: 15%
}

.forest {
    background: linear-gradient(#a9b6a7, #33493e)
}

.forest:before {
    inset: 0;
    background: repeating-linear-gradient(104deg, transparent 0 35px, rgba(20, 48, 36, .8) 36px 48px, transparent 49px 68px)
}

.forest:after {
    width: 30%;
    height: 100%;
    left: 35%;
    background: linear-gradient(90deg, transparent, rgba(244, 241, 233, .32), transparent)
}

.dusk {
    background: linear-gradient(#7b6673 0 34%, #d17a5d 34% 53%, #263c34 53%)
}

.dusk:before {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #f3c08f;
    left: 20%;
    top: 22%
}

.dusk:after {
    width: 115%;
    height: 40%;
    left: -8%;
    bottom: 24%;
    background: #4a5e54;
    clip-path: polygon(0 80%, 20% 35%, 45% 75%, 66% 30%, 100% 70%, 100% 100%, 0 100%)
}

.photo-caption {
    padding-top: 1.2rem;
    border-top: 1px solid var(--line);
    margin-top: 1.2rem
}

.photo-caption span {
    font-size: .68rem;
    letter-spacing: .15em;
    color: var(--accent);
    font-weight: 700;
    text-transform: uppercase
}

.photo-caption h3 {
    font-family: var(--serif);
    font-size: 1.7rem;
    margin: .3rem 0
}

.photo-caption p {
    color: var(--muted);
    font-size: .85rem
}

.photo-statement {
    text-align: center;
    background: var(--ink);
    color: var(--paper)
}

.quote-mark {
    font-family: var(--serif);
    font-size: 7rem;
    color: var(--accent);
    line-height: .6
}

.photo-statement blockquote {
    max-width: 900px;
    margin: 2rem auto;
    font-family: var(--serif);
    font-size: clamp(2rem, 4vw, 4.3rem);
    line-height: 1.15
}

.photo-statement>p {
    color: #bfc8c3
}

.compact-contact {
    padding-top: 100px
}

.blog-hero {
    padding-bottom: 110px
}

.featured-post {
    position: relative;
    z-index: 2;
    margin-top: 6rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--white);
    box-shadow: 0 28px 80px rgba(19, 33, 28, .1)
}

.featured-post-art {
    position: relative;
    min-height: 480px;
    display: grid;
    place-items: center;
    background: #283c34;
    color: var(--cream);
    overflow: hidden
}

.featured-post-art span {
    position: relative;
    z-index: 2;
    font-family: var(--serif);
    font-size: 11rem;
    letter-spacing: -.08em
}

.featured-post-art:before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border: 1px solid rgba(255, 255, 255, .35);
    transform: rotate(28deg)
}

.featured-post-art i {
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: var(--accent);
    right: -55px;
    bottom: -70px
}

.featured-post-copy {
    padding: 5vw;
    align-self: center
}

.featured-post-copy h2 {
    font-family: var(--serif);
    font-size: clamp(2rem, 3.4vw, 3.5rem);
    line-height: 1.12;
    letter-spacing: -.035em
}

.featured-post-copy>p:not(.post-meta) {
    color: var(--muted)
}

.post-meta {
    font-size: .67rem;
    letter-spacing: .14em;
    color: var(--accent);
    font-weight: 700
}

.blog-index {
    background: var(--cream)
}

.topic-filter {
    display: flex;
    gap: .65rem;
    flex-wrap: wrap
}

.topic-filter button {
    border: 1px solid var(--line);
    background: transparent;
    padding: .65rem 1rem;
    font-family: var(--sans);
    font-weight: 700;
    color: var(--muted);
    cursor: pointer
}

.topic-filter button.selected,
.topic-filter button:hover {
    background: var(--ink);
    color: white
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-left: 1px solid var(--line);
    border-top: 1px solid var(--line)
}

.article-card {
    position: relative;
    min-height: 420px;
    padding: 2rem;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    transition: .3s
}

.article-card:hover {
    background: var(--white);
    transform: translateY(-6px)
}

.article-number {
    font-family: var(--serif);
    font-size: 3.5rem;
    color: rgba(19, 33, 28, .14);
    margin-bottom: 3rem
}

.article-card h3 {
    font-family: var(--serif);
    font-size: 1.65rem;
    line-height: 1.25
}

.article-card>p:not(.post-meta) {
    font-size: .9rem;
    color: var(--muted)
}

.article-card>a {
    margin-top: auto;
    padding-top: 1.5rem;
    font-size: .82rem;
    font-weight: 700;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between
}

.newsletter-section {
    background: var(--ink);
    color: var(--paper);
    padding: 100px 7vw
}

.newsletter-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8vw;
    align-items: end
}

.newsletter-inner h2 {
    font-family: var(--serif);
    font-size: clamp(2.7rem, 5vw, 5rem);
    line-height: 1.04
}

.newsletter-form label {
    display: block;
    font-size: .72rem;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #bfc8c3;
    margin-bottom: .8rem
}

.newsletter-form>div {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, .45)
}

.newsletter-form input {
    flex: 1;
    padding: 1rem 0;
    border: 0;
    background: transparent;
    color: white;
    font: inherit;
    outline: 0
}

.newsletter-form input::placeholder {
    color: #89958f
}

.newsletter-form button {
    border: 0;
    background: transparent;
    color: #e99373;
    font-family: var(--sans);
    font-weight: 700;
    cursor: pointer
}

.newsletter-form>p {
    margin-top: 1rem;
    color: #9caaa3;
    font-size: .8rem
}

@media(max-width:960px) {
    .photography-hero {
        grid-template-columns: 1fr
    }

    .photo-feature {
        min-height: 480px
    }

    .article-grid {
        grid-template-columns: 1fr 1fr
    }

    .featured-post {
        grid-template-columns: 1fr
    }

    .featured-post-art {
        min-height: 380px
    }

    .newsletter-inner {
        grid-template-columns: 1fr
    }

    .nav {
        gap: 1rem
    }
}

@media(max-width:680px) {
    .page-hero {
        padding: 110px 5vw 75px
    }

    .page-hero h1 {
        font-size: 3.8rem
    }

    .photo-feature {
        min-height: 390px
    }

    .photo-grid {
        grid-template-columns: 1fr
    }

    .photo-tile.photo-wide {
        grid-column: auto
    }

    .generated-photo,
    .photo-tall .generated-photo,
    .photo-wide .generated-photo {
        height: 360px
    }

    .article-grid {
        grid-template-columns: 1fr
    }

    .featured-post {
        margin-top: 3.5rem
    }

    .featured-post-art {
        min-height: 300px
    }

    .featured-post-art span {
        font-size: 7rem
    }

    .featured-post-copy {
        padding: 2rem
    }

    .newsletter-section {
        padding: 80px 5vw
    }

    .newsletter-form>div {
        align-items: center
    }

    .newsletter-form input {
        min-width: 0
    }
}