:root {
    --paper: #f6f5f1;
    --ink: #0b0b0b;
    --muted: #767676;
    --line: #c9c8c2;
    --shell: 94vw;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea { font: inherit; }
.site-shell { width: var(--shell); max-width: 1780px; margin-left: auto; margin-right: auto; }

.site-header { height: 72px; border-bottom: 1px solid rgba(0,0,0,.08); background: rgba(246,245,241,.96); position: relative; z-index: 50; }
.site-header__inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.mini-logo { font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.site-nav__list { list-style: none; display: flex; gap: 42px; padding: 0; margin: 0; }
.site-nav__list a { font-size: 11px; font-weight: 700; letter-spacing: .04em; position: relative; }
.site-nav__list a:hover:after, .site-nav__list a.is-current:after { transform: scaleX(1); }
.site-nav__list a:after { content: ''; position: absolute; left: 0; right: 0; bottom: -7px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-header__place { justify-self: end; font-size: 10px; font-weight: 700; letter-spacing: .14em; display: flex; align-items: center; gap: 16px; }
.site-header__place span { width: 24px; height: 1px; background: var(--ink); display: block; }
.menu-toggle { display: none; background: none; border: 0; padding: 5px; }

.hero { min-height: 228px; display: grid; grid-template-columns: 1.35fr 1fr .55fr; gap: 48px; align-items: center; padding-top: 28px; padding-bottom: 25px; }
.hero__logo { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: clamp(68px, 7.6vw, 142px); line-height: .88; font-weight: 700; letter-spacing: -.062em; white-space: nowrap; }
.hero__intro { align-self: center; padding-top: 8px; }
.hero__intro > p:last-child { color: #686868; font-size: 12px; letter-spacing: .08em; line-height: 1.7; margin: 17px 0 0; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .25em; line-height: 1.75; margin: 0; text-transform: uppercase; }
.hairline { width: 24px; height: 1px; background: #aaa; display: block; margin-top: 18px; }
.hero__tagline { justify-self: end; font-size: 11px; font-weight: 700; letter-spacing: .28em; line-height: 1.85; }

.showreel-strip { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; overflow: hidden; margin-top: 0; }
.showreel-strip__tile { display: none; min-width: 0; position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #111; }
.showreel-strip__tile.is-visible { display: block; }
.showreel-strip__tile + .showreel-strip__tile { margin-left: -1px; }
.showreel-strip__link { display: block; width: 100%; height: 100%; position: relative; overflow: hidden; color: #fff; }
.showreel-strip__tile img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.02); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.showreel-strip__hover { position: absolute; left: 16px; bottom: 14px; z-index: 2; opacity: 0; transform: translateY(5px); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-shadow: 0 1px 12px rgba(0,0,0,.65); transition: opacity .28s ease, transform .28s ease; }
.showreel-strip__link::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0); transition: background .3s ease; }
.showreel-strip__link:hover img { transform: scale(1.035); filter: saturate(.82) contrast(1.02) brightness(.82); }
.showreel-strip__link:hover::after { background: rgba(0,0,0,.08); }
.showreel-strip__link:hover .showreel-strip__hover { opacity: 1; transform: translateY(0); }

.selected-works { padding-top: 35px; padding-bottom: 52px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.section-heading h2 { margin: 0; font-size: 13px; letter-spacing: .28em; font-weight: 700; }
.section-heading > a { font-size: 9px; letter-spacing: .17em; font-weight: 700; display: flex; align-items: center; gap: 16px; }
.section-heading > a span { width: 34px; height: 1px; background: #999; }
.works-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 22px; }
.work-card { min-width: 0; }
.work-card__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #e2e0db; position: relative; }
.work-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.work-card__image:hover img { transform: scale(1.025); filter: brightness(.82); }
.work-card__hover { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .22em; transition: opacity .3s ease; }
.work-card__image:hover .work-card__hover { opacity: 1; }
.work-card__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg,#d7d5cf,#efeee9); }
.work-card__meta { padding-top: 9px; }
.work-card__meta h3 { margin: 0 0 5px; font-size: 12px; line-height: 1.35; font-weight: 700; letter-spacing: .03em; }
.work-card__meta p { margin: 0; font-size: 8px; color: #777; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }

.about-contact { border-top: 1px solid rgba(0,0,0,.08); display: grid; grid-template-columns: 2.4fr 1fr; gap: 55px; padding-top: 28px; padding-bottom: 43px; }
.section-heading--compact { justify-content: flex-start; gap: 17px; }
.section-heading--compact > span { width: 34px; height: 1px; background: #777; }
.about-block { display: grid; grid-template-columns: 220px 1.1fr .8fr; gap: 30px; align-items: stretch; }
.about-block__image { aspect-ratio: 1 / 1; background: #deddd8; overflow: hidden; }
.about-block__image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.about-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 12px; letter-spacing: .15em; }
.about-block__copy { padding-top: 3px; }
.about-block__copy h3 { margin: 0 0 7px; font-size: 13px; letter-spacing: .15em; }
.about-block__copy > p:not(.eyebrow) { max-width: 480px; font-size: 12px; line-height: 1.65; letter-spacing: .035em; }
.text-link { display: inline-block; margin-top: 8px; border-bottom: 1px solid #999; font-size: 9px; font-weight: 700; letter-spacing: .13em; padding-bottom: 2px; }
blockquote { border-left: 1px solid #bbb; margin: 0; padding: 32px 10px 0 60px; font-family: Georgia, serif; font-size: 18px; line-height: 1.25; }
blockquote small { display: block; font-family: Arial, Helvetica, sans-serif; margin-top: 22px; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.about-contact__contact { border-left: 1px solid rgba(0,0,0,.12); padding-left: 38px; }
.contact-block { padding-top: 18px; }
.contact-block h3 { font-size: 23px; margin: 0 0 8px; letter-spacing: -.02em; }
.contact-block p { margin: 0 0 24px; font-size: 11px; color: #777; letter-spacing: .08em; }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.button { display: flex; height: 39px; border: 1px solid #8b8b8b; align-items: center; justify-content: center; font-size: 9px; font-weight: 700; letter-spacing: .16em; transition: .2s; }
.button:hover { background: #111; color: #fff; border-color: #111; }
.button--dark { background: #0a0a0a; color: #fff; border-color: #0a0a0a; }
.button--dark:hover { background: transparent; color: #0a0a0a; }

.site-footer { border-top: 1px solid rgba(0,0,0,.08); }
.site-footer__inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; font-size: 8px; color: #707070; letter-spacing: .05em; }
.site-footer strong { color: #111; margin-right: 12px; }

.page-hero { padding: 75px 0 38px; border-bottom: 1px solid rgba(0,0,0,.12); display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.page-hero h1 { margin: 0; font-size: clamp(60px, 9vw, 145px); line-height: .85; letter-spacing: -.06em; }
.page-hero p { max-width: 500px; margin: 0; font-size: 11px; letter-spacing: .12em; color: #777; text-transform: uppercase; }
.works-page { padding-bottom: 75px; }
.works-category-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid rgba(0,0,0,.14); padding: 0; margin: 0 0 54px; }
.works-category-nav a { min-height: 58px; display: flex; align-items: center; border-right: 1px solid rgba(0,0,0,.12); padding: 0 18px; font-size: 9px; font-weight: 700; letter-spacing: .16em; color: #777; transition: background .2s ease, color .2s ease; }
.works-category-nav a:first-child { border-left: 1px solid rgba(0,0,0,.12); }
.works-category-nav a.is-active, .works-category-nav a:hover { background: #111; color: #fff; }
.works-category-section { padding: 0 0 70px; }
.works-category-section + .works-category-section { border-top: 1px solid rgba(0,0,0,.10); padding-top: 38px; }
.works-category-heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 20px; }
.works-category-heading h2 { margin: 0; font-size: 13px; font-weight: 700; letter-spacing: .26em; }
.works-category-heading a { font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.works-grid--archive { row-gap: 38px; }
.pagination { padding: 55px 0 0; display: flex; gap: 12px; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.pagination .page-numbers { padding: 8px 10px; }
.pagination .current { border: 1px solid #111; }

.portfolio-single { padding-bottom: 80px; }
.portfolio-single__header { min-height: 300px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; padding: 80px 0 35px; border-bottom: 1px solid rgba(0,0,0,.12); }
.portfolio-single__header h1 { max-width: 1200px; margin: 12px 0 0; font-size: clamp(44px, 6vw, 105px); line-height: .93; letter-spacing: -.045em; }
.portfolio-single__year { font-size: 10px; letter-spacing: .18em; font-weight: 700; }
.portfolio-single__cover { margin: 35px 0 0; max-height: 76vh; overflow: hidden; }
.portfolio-single__cover img { width: 100%; max-height: 76vh; object-fit: cover; }
.portfolio-content { max-width: 1180px; margin: 55px auto 0; font-size: 13px; line-height: 1.75; }
.portfolio-content .video { position: relative; width: 100%; padding-top: 56.25%; margin: 0 0 34px; background: #111; overflow: hidden; }
.portfolio-content .video iframe { position: absolute; inset: 0; width: 100% !important; height: 100% !important; border: 0; }
.portfolio-content > iframe { width: 100%; min-height: 640px; border: 0; }
.portfolio-content blockquote { padding: 20px 0 20px 35px; }
.portfolio-single__footer { max-width: 1180px; margin: 55px auto 0; border-top: 1px solid #bbb; padding-top: 20px; }
.portfolio-single__footer a { font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.standard-page { padding-bottom: 80px; }
.standard-page__content { max-width: 920px; padding-top: 45px; font-size: 14px; line-height: 1.8; }

.showreel-modal[hidden] { display: none; }
.showreel-modal { position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,.94); display: flex; align-items: center; justify-content: center; padding: 5vw; }
.showreel-modal__inner { width: min(1200px, 92vw); aspect-ratio: 16/9; }
.showreel-modal__inner { position: relative; display: flex; align-items: center; justify-content: center; background: #000; }
.showreel-modal__inner iframe { display: block; width: 100%; height: 100%; border: 0; }
.showreel-modal__fallback { color: #fff; border-bottom: 1px solid rgba(255,255,255,.65); padding-bottom: 5px; font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.showreel-modal__close { position: absolute; right: 25px; top: 18px; color: #fff; background: none; border: 0; font-size: 36px; font-weight: 300; cursor: pointer; }
.modal-open { overflow: hidden; }

@media (max-width: 1180px) {
    .hero { grid-template-columns: 1.25fr .9fr; }
    .hero__tagline { display: none; }
    .showreel-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .works-grid { grid-template-columns: repeat(2, 1fr); }
    .about-contact { grid-template-columns: 1fr; }
    .about-contact__contact { border-left: 0; border-top: 1px solid rgba(0,0,0,.12); padding-left: 0; padding-top: 28px; }
}

@media (max-width: 760px) {
    :root { --shell: calc(100vw - 36px); }
    .site-header { height: 58px; }
    .site-header__inner { grid-template-columns: 1fr auto; }
    .site-header__place { display: none; }
    .menu-toggle { display: flex; width: 32px; height: 28px; flex-direction: column; justify-content: center; gap: 5px; }
    .menu-toggle span { display: block; height: 1px; width: 22px; background: #111; }
    .site-nav { display: none; position: absolute; top: 58px; left: 0; right: 0; background: var(--paper); border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 25px 18px; }
    .menu-open .site-nav { display: block; }
    .site-nav__list { display: grid; gap: 20px; }
    .site-nav__list a { font-size: 14px; }
    .hero { min-height: 0; display: block; padding-top: 42px; padding-bottom: 30px; }
    .hero__logo { font-size: 18.8vw; line-height: .88; font-weight: 700; white-space: normal; max-width: 100%; }
    .hero__intro { margin-top: 36px; max-width: 330px; }
    .showreel-strip { grid-template-columns: 1fr 1fr; gap: 0; }
    .showreel-play { left: 15px; transform: none; bottom: 12px; font-size: 8px; }
    .selected-works { padding-top: 28px; }
    .section-heading { align-items: flex-end; }
    .section-heading > a span { display: none; }
    .works-grid { grid-template-columns: 1fr; gap: 28px; }
    .works-category-nav { grid-template-columns: 1fr 1fr; margin-bottom: 38px; }
    .works-category-nav a { min-height: 48px; border-bottom: 1px solid rgba(0,0,0,.12); }
    .works-category-heading { align-items: flex-end; gap: 18px; }
    .work-card__meta h3 { font-size: 13px; }
    .about-contact { padding-top: 30px; gap: 38px; }
    .about-block { grid-template-columns: 110px 1fr; gap: 18px; }
    .about-block blockquote { grid-column: 1 / -1; padding: 25px 0 0; border-left: 0; border-top: 1px solid #bbb; font-size: 20px; }
    .contact-actions { grid-template-columns: 1fr; }
    .site-footer__inner { min-height: 90px; align-items: flex-start; padding: 25px 0; flex-direction: column; justify-content: space-between; }
    .page-hero { display: block; padding-top: 55px; }
    .page-hero h1 { font-size: 19vw; }
    .page-hero p { margin-top: 22px; }
    .portfolio-single__header { min-height: 0; display: block; padding: 55px 0 28px; }
    .portfolio-single__header h1 { font-size: 13vw; }
    .portfolio-single__year { margin-top: 28px; }
    .portfolio-content { margin-top: 28px; font-size: 12px; }
    .portfolio-content > iframe { min-height: 300px; }
}

/* v1.3 — clean dedicated ABOUT / CONTACT pages */
.about-page,
.contact-page { padding-bottom: 80px; }

.about-page__intro {
    display: grid;
    grid-template-columns: minmax(240px, 330px) minmax(0, 1.35fr) minmax(260px, .75fr);
    gap: 54px;
    align-items: stretch;
    padding: 46px 0 56px;
    border-bottom: 1px solid rgba(0,0,0,.12);
}
.about-page__portrait {
    aspect-ratio: 4 / 5;
    min-height: 0;
    background: #deddd8;
    overflow: hidden;
}
.about-page__portrait img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.about-page__lead { padding-top: 6px; min-width: 0; }
.about-page__lead h2 { max-width: 720px; margin: 10px 0 12px; font-size: clamp(26px, 3vw, 52px); line-height: .98; letter-spacing: -.045em; }
.about-page__statement { max-width: 720px; margin-top: 48px; font-size: 14px; line-height: 1.8; letter-spacing: .02em; }
.about-page__quote { min-width: 0; padding-top: 34px; padding-left: 42px; font-size: clamp(22px, 2.1vw, 34px); }
.about-page__details { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(230px, .5fr); gap: 80px; padding: 48px 0 0; }
.about-page__details h3 { margin: 0 0 26px; font-size: 10px; letter-spacing: .24em; }
.about-page__bio { max-width: 820px; }
.about-page__bio p { margin: 0 0 12px; font-size: 12px; line-height: 1.8; }
.about-page__links { border-left: 1px solid rgba(0,0,0,.12); padding-left: 38px; }
.about-page__links a { display: block; width: fit-content; margin: 0 0 17px; border-bottom: 1px solid #999; padding-bottom: 3px; font-size: 10px; font-weight: 700; letter-spacing: .16em; }

.contact-page__layout {
    display: grid;
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
    gap: 90px;
    padding: 52px 0 0;
    align-items: start;
}
.contact-page__intro { min-width: 0; padding-right: 20px; }
.contact-page__intro h2 { margin: 18px 0 16px; max-width: 520px; font-size: clamp(36px, 4.5vw, 76px); line-height: .98; letter-spacing: -.05em; }
.contact-page__intro > p:not(.eyebrow) { max-width: 460px; color: #666; font-size: 12px; line-height: 1.8; }
.contact-page__direct { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 38px; }
.contact-page__direct a { border-bottom: 1px solid #999; padding-bottom: 3px; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.contact-page__form { min-width: 0; border-left: 1px solid rgba(0,0,0,.12); padding-left: 54px; }
.contact-page__form > *:first-child { margin-top: 0; }
.contact-page__form .wpcf7,
.contact-page__form form { width: 100%; max-width: 820px; }
.contact-page__form p { margin: 0 0 22px; }
.contact-page__form label { display: block; margin: 0 0 7px; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.contact-page__form input[type="text"],
.contact-page__form input[type="email"],
.contact-page__form input[type="tel"],
.contact-page__form input[type="url"],
.contact-page__form textarea {
    display: block;
    width: 100% !important;
    max-width: none !important;
    border: 0;
    border-bottom: 1px solid #a8a8a3;
    border-radius: 0;
    background: transparent;
    padding: 13px 2px;
    color: #111;
    outline: none;
    box-shadow: none;
}
.contact-page__form textarea { min-height: 180px; resize: vertical; border: 1px solid #a8a8a3; padding: 14px; }
.contact-page__form input:focus,
.contact-page__form textarea:focus { border-color: #111; }
.contact-page__form input[type="submit"],
.contact-page__form button[type="submit"] {
    min-width: 170px;
    min-height: 46px;
    border: 1px solid #111;
    border-radius: 0;
    background: #111;
    color: #fff;
    padding: 0 28px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .18em;
    cursor: pointer;
}
.contact-page__form input[type="submit"]:hover,
.contact-page__form button[type="submit"]:hover { background: transparent; color: #111; }
.contact-page__form .wpcf7-spinner { vertical-align: middle; }
.contact-page__form .wpcf7-response-output { margin: 22px 0 0 !important; padding: 12px 0 !important; border-width: 1px 0 0 !important; font-size: 11px; }

@media (max-width: 1180px) {
    .about-page__intro { grid-template-columns: 250px 1fr; }
    .about-page__quote { grid-column: 1 / -1; border-left: 0; border-top: 1px solid rgba(0,0,0,.12); padding: 34px 0 0; }
    .contact-page__layout { gap: 48px; }
}

@media (max-width: 760px) {
    .about-page__intro { display: grid; grid-template-columns: 1fr; gap: 28px; padding-top: 30px; }
    .about-page__portrait { width: min(76vw, 360px); }
    .about-page__statement { margin-top: 28px; }
    .about-page__quote { grid-column: auto; font-size: 24px; }
    .about-page__details { grid-template-columns: 1fr; gap: 35px; padding-top: 34px; }
    .about-page__links { border-left: 0; border-top: 1px solid rgba(0,0,0,.12); padding: 28px 0 0; }

    .contact-page__layout { grid-template-columns: 1fr; gap: 42px; padding-top: 34px; }
    .contact-page__intro { padding-right: 0; }
    .contact-page__form { border-left: 0; border-top: 1px solid rgba(0,0,0,.12); padding: 34px 0 0; }
    .contact-page__form textarea { min-height: 150px; }
}

/* v1.4 — interactive hover motion for clickable UI */
@media (hover: hover) and (pointer: fine) {
    a,
    button,
    input[type="submit"] { cursor: pointer; }

    /* Header / navigation */
    .mini-logo {
        transition: opacity .28s ease, letter-spacing .32s cubic-bezier(.2,.7,.2,1);
    }
    .mini-logo:hover {
        opacity: .58;
        letter-spacing: .18em;
    }
    .site-nav__list a {
        transition: opacity .25s ease, transform .25s cubic-bezier(.2,.7,.2,1);
    }
    .site-nav__list a:hover {
        opacity: .62;
        transform: translateY(-2px);
    }

    /* Work cards: lift + cinematic zoom + VIEW reveal */
    .work-card {
        transition: transform .42s cubic-bezier(.2,.7,.2,1);
    }
    .work-card:hover {
        transform: translateY(-6px);
    }
    .work-card__image {
        transition: box-shadow .42s ease;
    }
    .work-card:hover .work-card__image {
        box-shadow: 0 14px 34px rgba(0,0,0,.08);
    }
    .work-card__image img {
        transition: transform .58s cubic-bezier(.2,.7,.2,1), filter .42s ease;
    }
    .work-card:hover .work-card__image img,
    .work-card__image:hover img {
        transform: scale(1.04);
        filter: brightness(.78) saturate(.92);
    }
    .work-card__hover {
        transform: translateY(8px);
        transition: opacity .28s ease, transform .36s cubic-bezier(.2,.7,.2,1), letter-spacing .36s ease;
    }
    .work-card:hover .work-card__hover,
    .work-card__image:hover .work-card__hover {
        opacity: 1;
        transform: translateY(0);
        letter-spacing: .29em;
    }
    .work-card__meta h3 a {
        transition: opacity .25s ease;
    }
    .work-card__meta h3 a:hover {
        opacity: .48;
    }

    /* Section/action text links */
    .section-heading > a,
    .text-link,
    .about-page__links a,
    .contact-page__direct a {
        transition: transform .28s cubic-bezier(.2,.7,.2,1), opacity .25s ease, letter-spacing .28s ease;
    }
    .section-heading > a:hover,
    .text-link:hover,
    .about-page__links a:hover,
    .contact-page__direct a:hover {
        transform: translateX(5px);
        opacity: .58;
        letter-spacing: .2em;
    }

    /* Category tabs */
    .works-category-nav a {
        transition: background-color .28s ease, color .28s ease, padding-left .28s cubic-bezier(.2,.7,.2,1);
    }
    .works-category-nav a:hover {
        padding-left: 24px;
    }

    /* Buttons */
    .button,
    .contact-page__form input[type="submit"],
    .contact-page__form button[type="submit"] {
        transition: transform .28s cubic-bezier(.2,.7,.2,1), background-color .28s ease, color .28s ease, border-color .28s ease, letter-spacing .28s ease;
    }
    .button:hover,
    .contact-page__form input[type="submit"]:hover,
    .contact-page__form button[type="submit"]:hover {
        transform: translateY(-3px);
        letter-spacing: .22em;
    }

    /* Showreel play control */
    .showreel-play {
        transition: transform .32s cubic-bezier(.2,.7,.2,1), background-color .28s ease, letter-spacing .28s ease;
    }
    .showreel-play:hover {
        transform: translateX(-50%) translateY(-3px);
        background: rgba(0,0,0,.42);
        letter-spacing: .23em;
    }
    .showreel-play span {
        transition: transform .32s cubic-bezier(.2,.7,.2,1), background-color .28s ease, color .28s ease;
    }
    .showreel-play:hover span {
        transform: scale(1.13);
        background: #fff;
        color: #111;
    }

    /* Small external links */
    .about-page__links a:hover,
    .contact-page__direct a:hover {
        border-color: #111;
    }
}

/* Respect accessibility / OS motion preference */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}


/* v1.5 — HOME ABOUT responsive fix for tablet / phone */
@media (max-width: 1180px) and (min-width: 761px) {
    .about-block {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 30px 38px;
        align-items: start;
    }
    .about-block__image {
        width: 220px;
        max-width: 100%;
    }
    .about-block__copy {
        min-width: 0;
        padding-top: 0;
    }
    .about-block__copy h3,
    .about-block__copy p {
        max-width: 100%;
        overflow-wrap: break-word;
    }
    .about-block blockquote {
        grid-column: 1 / -1;
        border-left: 0;
        border-top: 1px solid rgba(0,0,0,.12);
        padding: 30px 0 0;
        font-size: 22px;
    }
}

@media (max-width: 760px) {
    .about-contact__about .section-heading {
        margin-bottom: 22px;
    }
    .about-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        align-items: start;
    }
    .about-block__image {
        width: 100%;
        max-width: none;
        aspect-ratio: 4 / 5;
    }
    .about-block__copy {
        min-width: 0;
        padding-top: 0;
    }
    .about-block__copy h3 {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1.45;
        overflow-wrap: break-word;
    }
    .about-block__copy .eyebrow {
        font-size: 10px;
        line-height: 1.65;
        letter-spacing: .18em;
        overflow-wrap: break-word;
        word-break: normal;
    }
    .about-block__copy > p:not(.eyebrow) {
        max-width: none;
        margin-top: 24px;
        font-size: 13px;
        line-height: 1.75;
    }
    .about-block blockquote {
        grid-column: auto;
        margin-top: 4px;
        padding: 24px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(0,0,0,.12);
        font-size: 21px;
    }
}


/* v1.6 — make profile imagery more understated on tablet / phone */
@media (max-width: 1180px) and (min-width: 761px) {
    .about-block {
        grid-template-columns: 180px minmax(0, 1fr);
        gap: 28px 34px;
    }
    .about-block__image {
        width: 180px;
        max-width: 180px;
        aspect-ratio: 4 / 5;
        justify-self: start;
    }
    .about-page__intro {
        grid-template-columns: 180px minmax(0, 1fr);
        gap: 34px;
    }
    .about-page__portrait {
        width: 180px;
        max-width: 180px;
        aspect-ratio: 4 / 5;
        justify-self: start;
    }
}

@media (max-width: 760px) {
    .about-block__image {
        width: clamp(150px, 56vw, 220px);
        max-width: 220px;
        aspect-ratio: 4 / 5;
        justify-self: start;
    }
    .about-page__portrait {
        width: clamp(150px, 56vw, 220px);
        max-width: 220px;
        aspect-ratio: 4 / 5;
        justify-self: start;
    }
}


/* v2.0 — make external social links explicitly clickable above any layout layers */
.about-page__links,
.contact-page__direct {
    position: relative;
    z-index: 10;
}
.about-page__links a.external-link,
.contact-page__direct a.external-link {
    position: relative;
    z-index: 11;
    pointer-events: auto !important;
    cursor: pointer;
}
