:root {
    --black: #050505;
    --charcoal: #292929;
    --gray: #a9a9a9;
    --white: #fff;
    --header-height: 75px;
    --content-width: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: #33373d;
    background: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.sr-only, .honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}
.skip-link {
    position: fixed;
    z-index: 9999;
    left: 1rem;
    top: -5rem;
    padding: .75rem 1rem;
    background: #fff;
    color: #000;
}
.skip-link:focus { top: 1rem; }

.site-header {
    position: absolute;
    z-index: 50;
    inset: 0 0 auto;
    height: var(--header-height);
    color: #fff;
    background: rgba(8, 8, 8, .7);
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.portfolio-page .site-header { position: sticky; background: #050505; }
.header-inner {
    width: min(var(--content-width), calc(100% - 48px));
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand img { width: 190px; height: 58px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 42px; }
.site-nav a {
    color: rgba(255,255,255,.86);
    font-size: .94rem;
    font-weight: 700;
    letter-spacing: .055em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease;
}
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: #fff; }
.menu-toggle { display: none; }

.hero-image, .inner-hero {
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
}
.hero-image::before, .inner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.28);
}
.home-hero {
    background-image: url("../images/TZL_1405-scaled.jpg");
    display: flex;
    align-items: center;
}
.hero-logo {
    position: relative;
    z-index: 1;
    width: min(620px, 48vw);
    margin-left: max(7vw, calc((100vw - var(--content-width)) / 2));
}

.story-section {
    min-height: 1430px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: url("../images/TZL_9673-scaled.jpg") center/cover no-repeat;
}
.story-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(242,246,250,.72);
}
.story-heading {
    position: relative;
    z-index: 1;
    align-self: start;
    margin-top: 145px;
    padding: 0 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    color: rgba(54,54,54,.68);
}
.story-heading img { width: 88px; opacity: .7; }
.story-heading h1 {
    margin: 0;
    font-family: "Archivo", sans-serif;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: .98;
    text-transform: uppercase;
}
.story-heading em { font-style: italic; }
.story-card {
    position: relative;
    z-index: 2;
    align-self: start;
    width: calc(100% - 32px);
    max-width: 625px;
    margin: 60px auto 0 0;
    padding: 72px 50px 28px;
    background: #fff;
    text-align: center;
}
.story-card p {
    margin: 0 auto 34px;
    max-width: 500px;
    color: #4e4e4e;
    font-size: 1.28rem;
    line-height: 1.72;
}
.story-portrait { width: 100%; margin-top: 34px; }
.story-signature { width: 230px; height: 70px; margin: 16px auto 0; object-fit: contain; }

.button {
    display: inline-flex;
    min-width: 245px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 15px 28px;
    font-family: "Archivo", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-dark { background: #000; color: #fff; }
.button-dark:hover, .button-dark:focus-visible { background: #333; }
.button-light { background: #fff; color: #292929; }
.button-light:hover, .button-light:focus-visible { background: #e9e9e9; }

.portfolio-feature {
    min-height: 1125px;
    position: relative;
    display: grid;
    place-items: center;
    background: linear-gradient(60deg, rgba(48,48,48,.75), rgba(0,0,0,.82)), url("../images/TZL_9873-scaled.jpg") center/cover no-repeat;
    color: #fff;
    text-align: center;
}
.portfolio-feature-content {
    width: min(900px, calc(100% - 40px));
    min-height: 840px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 95px 0 30px;
}
.portfolio-feature h2 {
    margin: 0;
    font-family: "Archivo", sans-serif;
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    line-height: 1;
    text-transform: uppercase;
}
.portfolio-categories { display: flex; gap: 34px; text-transform: uppercase; font-weight: 600; }

.memories-section { display: grid; grid-template-columns: 1fr 1.03fr 1fr; min-height: 935px; }
.memory-panel { min-height: 935px; background-position: center; background-size: cover; }
.memory-left { background-image: url("../images/TZL_0426-scaled.jpg"); }
.memory-right { background-image: url("../images/TZL_0355-scaled.jpg"); }
.memory-copy {
    display: grid;
    place-items: center;
    padding: 64px 55px;
    color: #fff;
    background: linear-gradient(rgba(134,134,134,.75), rgba(134,134,134,.75)), url("../images/TZL_0669-2-scaled.jpg") center/cover;
}
.memory-copy h2 {
    margin: 0 0 48px;
    font-family: "Archivo", sans-serif;
    font-size: clamp(3rem, 5vw, 4.4rem);
    line-height: .95;
    text-transform: uppercase;
    text-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.memory-copy p { margin: 0; max-width: 390px; font-size: 1.34rem; line-height: 1.8; }
.cta-band {
    min-height: 135px;
    padding: 28px max(7vw, calc((100vw - var(--content-width)) / 2));
    background: #3a3a3a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.cta-band h2 {
    margin: 0;
    font-family: "Archivo", sans-serif;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1;
    text-transform: uppercase;
}

.inner-hero { display: flex; align-items: center; color: #fff; }
.inner-hero-copy {
    position: relative;
    z-index: 1;
    width: min(var(--content-width), calc(100% - 80px));
    margin: 60px auto 0;
}
.inner-hero-copy p { margin: 0 0 18px; font-size: clamp(1.55rem, 2.7vw, 2.3rem); text-transform: uppercase; }
.inner-hero-copy h1 {
    margin: 0;
    font-family: "Archivo", sans-serif;
    font-size: clamp(4rem, 8vw, 7.8rem);
    line-height: .88;
    letter-spacing: -.035em;
    text-transform: uppercase;
}
.about-hero { background-image: url("../images/TZL_1139-scaled.jpg"); }
.portfolio-hero { background-image: url("../images/TZL_1167-scaled.jpg"); }
.contact-hero { background-image: url("../images/TZL_9673-scaled.jpg"); }
.content-split {
    width: min(var(--content-width), calc(100% - 80px));
    margin: 0 auto;
    padding: 70px 0 88px;
    display: grid;
    grid-template-columns: 1.18fr .82fr;
    gap: 55px;
    align-items: center;
}
.about-copy { text-align: center; }
.about-copy h2, .contact-copy h2 {
    margin: 0 0 38px;
    color: #000;
    font-family: "Archivo", sans-serif;
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    line-height: .95;
    text-transform: uppercase;
}
.about-copy p { margin: 0 0 46px; font-size: 1.28rem; line-height: 1.75; }
.about-content > img { width: 100%; max-height: 650px; object-fit: cover; }

.gallery {
    width: min(1210px, calc(100% - 48px));
    margin: 0 auto;
    padding: 48px 0 70px;
    columns: 5 190px;
    column-gap: 10px;
}
.gallery-item {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    background: #eee;
    break-inside: avoid;
    cursor: zoom-in;
    overflow: hidden;
}
.gallery-item img { width: 100%; transition: transform .35s ease, opacity .35s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.025); opacity: .9; }
.lightbox {
    max-width: min(92vw, 1200px);
    max-height: 92vh;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: visible;
}
.lightbox::backdrop { background: rgba(0,0,0,.92); }
.lightbox img { max-width: 92vw; max-height: 90vh; object-fit: contain; }
.lightbox-close {
    position: absolute;
    right: -38px;
    top: -36px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 2.4rem;
    cursor: pointer;
}

.contact-content { grid-template-columns: .9fr 1.1fr; align-items: start; }
.contact-copy > p { margin: 0 0 48px; max-width: 540px; font-size: 1.25rem; }
.contact-content > img { width: 100%; margin-top: 10px; }
.contact-form { display: grid; gap: 22px; }
.contact-form label { display: grid; gap: 7px; color: #222; }
.contact-form input, .contact-form textarea {
    width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    padding: 12px 15px;
    background: #f4f4f4;
    color: #222;
}
.contact-form textarea { resize: vertical; min-height: 126px; }
.contact-form .button { justify-self: start; min-width: 96px; min-height: 42px; }
.form-note { padding: 12px 15px; background: #f1f1f1; font-size: .9rem !important; }

.site-footer {
    min-height: 62px;
    width: min(var(--content-width), calc(100% - 48px));
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    color: #999;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .02em;
}
.footer-mark img { width: 165px; height: 50px; object-fit: contain; }
.site-footer p { margin: 0; }
.site-footer p a { color: #777; text-decoration: none; font-weight: 700; }

@media (max-width: 900px) {
    :root { --header-height: 68px; }
    .header-inner { width: calc(100% - 30px); }
    .brand img { width: 158px; }
    .menu-toggle {
        width: 45px;
        height: 45px;
        border: 0;
        background: transparent;
        display: grid;
        place-content: center;
        gap: 5px;
        cursor: pointer;
    }
    .menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: #fff; transition: transform .2s, opacity .2s; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .site-nav {
        position: fixed;
        inset: var(--header-height) 0 auto;
        display: grid;
        gap: 0;
        padding: 18px 24px 28px;
        background: #070707;
        transform: translateY(-130%);
        visibility: hidden;
        transition: transform .25s ease, visibility .25s;
    }
    .site-nav.open { transform: translateY(0); visibility: visible; }
    .site-nav a { padding: 13px 6px; border-bottom: 1px solid rgba(255,255,255,.11); }
    .hero-logo { width: min(630px, 78vw); margin: 0 auto; }
    .story-section { min-height: 0; grid-template-columns: 1fr; padding: 70px 22px; }
    .story-heading { margin: 0 auto 48px; padding: 0; }
    .story-card { width: min(625px, 100%); margin: 0 auto; padding: 46px 30px 24px; }
    .portfolio-feature { min-height: 850px; }
    .portfolio-feature-content { min-height: 680px; }
    .memories-section { grid-template-columns: 1fr; }
    .memory-panel { min-height: 70vw; }
    .memory-copy { min-height: 620px; }
    .memory-left, .memory-right { min-height: 450px; }
    .content-split { width: calc(100% - 42px); grid-template-columns: 1fr; gap: 44px; }
    .about-content > img, .contact-content > img { max-width: 650px; margin: 0 auto; }
    .gallery { columns: 3 180px; width: calc(100% - 28px); }
}

@media (max-width: 600px) {
    .hero-image, .inner-hero { min-height: 74svh; }
    .home-hero { background-position: 61% center; }
    .hero-logo { width: 90vw; margin-top: 65px; }
    .story-section { padding: 58px 16px; }
    .story-heading { gap: 13px; justify-content: flex-start; }
    .story-heading img { width: 58px; }
    .story-heading h1 { font-size: 2.35rem; }
    .story-card { padding: 34px 20px 18px; }
    .story-card p { font-size: 1rem; }
    .portfolio-feature { min-height: 720px; }
    .portfolio-feature-content { min-height: 610px; padding-top: 75px; }
    .portfolio-categories { gap: 18px; font-size: .82rem; }
    .memory-left, .memory-right { min-height: 320px; }
    .memory-copy { min-height: 520px; padding: 48px 30px; }
    .memory-copy p { font-size: 1.08rem; }
    .cta-band { flex-direction: column; text-align: center; padding: 36px 20px; }
    .inner-hero-copy { width: calc(100% - 36px); margin-top: 50px; }
    .inner-hero-copy p { font-size: 1.2rem; }
    .inner-hero-copy h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
    .about-hero { background-position: 56% center; }
    .portfolio-hero { background-position: 48% center; }
    .contact-hero { background-position: 58% center; }
    .content-split { width: calc(100% - 32px); padding: 52px 0 68px; }
    .about-copy p, .contact-copy > p { font-size: 1rem; }
    .gallery { columns: 2 130px; column-gap: 8px; padding-top: 16px; }
    .gallery-item { margin-bottom: 8px; }
    .lightbox-close { right: 0; top: -45px; }
    .site-footer { min-height: 104px; flex-direction: column; justify-content: center; gap: 4px; text-align: center; }
}

