:root {
    --ink: #171814;
    --ink-2: #25281e;
    --olive: #38451b;
    --olive-dark: #1e2711;
    --leaf: #abc700;
    --leaf-soft: #e6ef9e;
    --orange: #f47b18;
    --orange-dark: #a94305;
    --white: #fffdf8;
    --paper: #f5f3e8;
    --paper-warm: #fff3e2;
    --muted: #6b6f5d;
    --line: rgba(23, 24, 20, 0.14);
    --line-light: rgba(255, 253, 248, 0.18);
    --shadow: 0 28px 80px rgba(23, 24, 20, 0.22);
    --radius: 8px;
}

/* Produtos e Serviços */
.shop-page { background: var(--paper-warm); }

.shop-hero {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(430px, .72fr);
    gap: clamp(2rem, 5vw, 5.5rem);
    align-items: center;
    min-height: calc(100vh - 88px);
    padding: clamp(3.5rem, 7vw, 7rem) 5vw;
    overflow: hidden;
    background: radial-gradient(circle at 8% 12%, rgba(171,199,0,.14), transparent 25%), linear-gradient(120deg, #fffdf8, #f7efe1);
}

.shop-hero-copy { width: min(720px, 100%); justify-self: end; }
.shop-hero-copy h1 {
    max-width: 680px;
    margin-top: .65rem;
    color: var(--ink);
    font-size: clamp(3rem, 6vw, 6.5rem);
    line-height: .91;
    letter-spacing: -.065em;
}
.shop-hero-copy > p:not(.eyebrow) {
    max-width: 620px;
    margin-top: 1.5rem;
    color: var(--muted);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.65;
}
.shop-hero-gallery { position: relative; min-height: 660px; }
.shop-hero-gallery figure { position: absolute; overflow: hidden; margin: 0; border-radius: var(--radius); box-shadow: 0 34px 80px rgba(23,24,20,.2); }
.shop-hero-gallery img { width: 100%; height: 100%; object-fit: cover; }
.shop-hero-main { inset: 0 0 12% 8%; }
.shop-hero-detail { right: auto; bottom: 0; left: -5%; z-index: 1; width: 38%; height: 42%; border: 7px solid var(--paper-warm); }
.shop-hero-seal {
    position: absolute; top: 7%; right: -1.6rem; z-index: 2;
    display: grid; place-content: center; width: 132px; height: 132px;
    color: var(--ink); border-radius: 50%; background: var(--leaf);
    font-size: .78rem; font-weight: 800; line-height: 1.15; text-align: center; text-transform: uppercase; transform: rotate(8deg);
}
.shop-hero-seal strong { font-size: 1rem; }

.shop-category-bar {
    position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr);
    width: min(1180px, 90%); margin: -2.1rem auto 0;
    border-radius: var(--radius); background: var(--ink); box-shadow: 0 22px 50px rgba(23,24,20,.18);
}
.shop-category-bar a { display: flex; gap: .75rem; justify-content: center; padding: 1.35rem 1rem; color: var(--white); border-right: 1px solid rgba(255,255,255,.12); font-weight: 900; text-decoration: none; }
.shop-category-bar a:last-child { border-right: 0; }
.shop-category-bar span { color: var(--leaf); }

.shop-services { padding: clamp(4.8rem, 8vw, 8rem) 5vw; }
.shop-services { background: var(--paper-warm); }
.shop-section-heading {
    display: grid; grid-template-columns: minmax(0,.95fr) minmax(280px,.45fr);
    gap: 3rem; align-items: end; width: min(1180px,100%); margin: 0 auto 3rem;
}
.shop-section-heading h2 { max-width: 720px; margin-top: .5rem; font-size: clamp(2rem,3.35vw,3.55rem); line-height: 1.04; letter-spacing: -.035em; }
.shop-section-heading > p { color: var(--muted); line-height: 1.65; }

.shop-service-list { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 1.2rem; width: min(1180px,100%); margin: 0 auto; }
.shop-service-card { grid-column: span 2; }
.shop-service-card:nth-child(4) { grid-column: 2 / span 2; }
.shop-service-card {
    position: relative; overflow: hidden;
    display: flex; flex-direction: column;
    border: 1px solid rgba(23,24,20,.12); border-radius: var(--radius); background: var(--white);
    box-shadow: 0 18px 44px rgba(23,24,20,.05); transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.shop-service-card:hover { border-color: rgba(171,199,0,.7); box-shadow: 0 26px 62px rgba(23,24,20,.13); transform: translateY(-7px); }
.shop-service-image {
    position: relative; display: block; height: 330px; overflow: hidden; background: var(--ink);
}
.shop-service-image::after {
    position: absolute; inset: 0; content: "";
    background: linear-gradient(180deg,rgba(23,24,20,.02) 48%,rgba(23,24,20,.82));
    pointer-events: none;
}
.shop-service-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 520ms ease, filter 300ms ease; }
.shop-service-card:hover .shop-service-image img { filter: saturate(1.08); transform: scale(1.055); }
.shop-service-card:nth-child(2) .shop-service-image img { object-position: center 32%; }
.shop-service-gallery { isolation: isolate; }
.shop-service-gallery::after { bottom: 52px; }
.shop-service-gallery-slide {
    position: absolute; inset: 0 0 52px; margin: 0; opacity: 0;
    transition: opacity 320ms ease;
}
.shop-service-gallery-slide.is-active { z-index: 1; opacity: 1; }
.shop-service-gallery-slide video {
    width: 100%; height: 100%; object-fit: cover;
}
.shop-service-video-play {
    position: absolute; top: 50%; left: 50%; z-index: 2;
    display: grid; place-items: center; width: 68px; height: 68px;
    padding: 0 0 0 5px; color: var(--white); border: 2px solid rgba(255,255,255,.9);
    border-radius: 50%; background: rgba(23,24,20,.72); cursor: pointer;
    font-size: 1.65rem; transform: translate(-50%,-50%);
    transition: background 180ms ease, transform 180ms ease, opacity 180ms ease;
}
.shop-service-video-play:hover { background: var(--leaf); color: var(--ink); transform: translate(-50%,-50%) scale(1.07); }
.shop-service-video-play.is-playing { opacity: 0; pointer-events: none; }
.shop-service-gallery-arrow {
    position: absolute; top: calc((100% - 52px) / 2); z-index: 3;
    display: grid; place-items: center; width: 38px; height: 38px;
    padding: 0; color: var(--ink); border: 0; border-radius: 50%;
    background: rgba(255,253,248,.92); box-shadow: 0 8px 22px rgba(23,24,20,.2);
    cursor: pointer;
    transform: translateY(-50%); transition: background 180ms ease, transform 180ms ease;
}
.shop-service-gallery-arrow svg {
    display: block; width: 20px; height: 20px;
    fill: none; stroke: currentColor; stroke-width: 3;
    stroke-linecap: round; stroke-linejoin: round;
}
.shop-service-gallery-arrow:hover { background: var(--leaf); transform: translateY(-50%) scale(1.07); }
.shop-service-gallery-arrow.is-previous { left: .8rem; }
.shop-service-gallery-arrow.is-next { right: .8rem; }
.shop-service-gallery-dots {
    position: absolute; right: 0; bottom: 0; left: 0; z-index: 3;
    display: flex; gap: .42rem; align-items: center; height: 52px; padding: 7px 10px;
    background: var(--white); border-top: 1px solid rgba(23,24,20,.1);
}
.shop-service-gallery-dots button {
    position: relative; overflow: hidden; width: 36px; height: 36px; padding: 0;
    border: 2px solid transparent; border-radius: 6px; background: #ece9df; cursor: pointer;
    opacity: .7; transition: border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}
.shop-service-gallery-dots button:hover { opacity: 1; transform: translateY(-2px); }
.shop-service-gallery-dots button.is-active { border-color: var(--leaf); opacity: 1; }
.shop-service-gallery-dots button.is-video {
    display: grid; place-items: center; color: var(--white); background: var(--ink);
    font-size: .85rem;
}
.shop-service-gallery-dots button img {
    position: static; width: 100%; height: 100%; object-fit: cover; transform: none !important; filter: none !important;
}
.shop-service-badge {
    position: absolute; top: 1rem; right: 1rem; z-index: 2;
    padding: .5rem .7rem; color: var(--ink); border-radius: 999px; background: var(--leaf);
    font-size: .68rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase;
}
.shop-service-info { display: flex; flex: 1; flex-direction: column; padding: 1.4rem; }
.shop-service-info h3 { color: var(--ink); font-size: 1.55rem; line-height: 1.05; }
.shop-service-info > p { min-height: 92px; margin-top: .7rem; color: var(--muted); font-size: .88rem; line-height: 1.52; }
.shop-service-buy {
    display: flex; gap: 1rem; align-items: center; justify-content: space-between;
    margin-top: auto; padding-top: 1rem; border-top: 1px solid rgba(23,24,20,.12);
}
.shop-service-buy > span { display: grid; }
.shop-service-buy small { color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.shop-service-buy strong { color: var(--ink); font-size: .92rem; }
.shop-service-buy > a {
    display: inline-flex; gap: .45rem; align-items: center; padding: .7rem .85rem;
    color: var(--ink); border-radius: 6px; background: var(--leaf);
    font-size: .82rem; font-weight: 900; text-decoration: none; transition: background 180ms ease, transform 180ms ease;
}
.shop-service-buy > a:hover { background: var(--orange); transform: translateY(-2px); }

.shop-products-inline {
    width: min(1180px,100%);
    margin: clamp(5rem,8vw,8rem) auto 0;
    padding-top: clamp(4rem,6vw,6rem);
    border-top: 1px solid rgba(23,24,20,.14);
}
.shop-products-inline .shop-section-heading { width: 100%; }
.shop-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.2rem; width: min(1180px,100%); margin: 0 auto; }
.shop-product-card { overflow: hidden; border: 1px solid rgba(23,24,20,.12); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 44px rgba(23,24,20,.05); transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease; }
.shop-product-card:hover { border-color: rgba(171,199,0,.7); box-shadow: 0 26px 62px rgba(23,24,20,.13); transform: translateY(-7px); }
.shop-product-image { position: relative; display: block; overflow: hidden; height: 360px; background: #dfecc6; }
.shop-product-image::after {
    position: absolute; inset: 0; content: "";
    background: linear-gradient(115deg,transparent 25%,rgba(255,255,255,.24) 48%,transparent 70%);
    transform: translateX(-120%); transition: transform 650ms ease; pointer-events: none;
}
.shop-product-card:hover .shop-product-image::after { transform: translateX(120%); }
.shop-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 360ms ease; }
.shop-product-card:hover .shop-product-image img { transform: scale(1.045); }
.shop-product-card.is-shirt .shop-product-image img { object-position: center 30%; }
.shop-product-card.is-cap .shop-product-image img { object-position: center 6%; transform: scale(1.24); }
.shop-product-card.is-cap:hover .shop-product-image img { transform: scale(1.29); }
.shop-product-card.is-mug .shop-product-image img { object-position: center 65%; }
.shop-product-image > span { position: absolute; right: 1rem; bottom: 1rem; padding: .55rem .75rem; color: var(--ink); border-radius: 999px; background: var(--leaf); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.shop-product-info { padding: 1.4rem; }
.shop-product-info > span { color: var(--olive); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.shop-product-info h3 { margin-top: .45rem; color: var(--ink); font-size: 1.28rem; }
.shop-product-info > p { min-height: 68px; margin-top: .65rem; color: var(--muted); font-size: .88rem; line-height: 1.52; }
.shop-product-info > div { display: flex; gap: 1rem; align-items: center; justify-content: space-between; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid rgba(23,24,20,.12); }
.shop-product-info strong { color: var(--ink); font-size: .92rem; }
.shop-product-info a { display: inline-flex; gap: .4rem; padding: .7rem .85rem; color: var(--ink); border-radius: 6px; background: var(--leaf); font-size: .82rem; font-weight: 900; text-decoration: none; transition: background 180ms ease, transform 180ms ease; }
.shop-product-info a:hover { background: var(--orange); transform: translateY(-2px); }

.shop-order {
    position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 3rem; align-items: center;
    overflow: hidden; padding: clamp(4rem,7vw,6.5rem) max(5vw,calc((100% - 1180px)/2)); background: var(--orange-dark);
}
.shop-order-copy { position: relative; z-index: 1; max-width: 820px; }
.shop-order .section-label, .shop-order h2, .shop-order p { color: var(--white); }
.shop-order h2 { margin-top: .55rem; font-size: clamp(1.9rem,3.2vw,3.35rem); line-height: 1.05; letter-spacing: -.03em; }
.shop-order p:not(.section-label) { max-width: 700px; margin-top: 1rem; color: rgba(255,253,248,.76); line-height: 1.58; }
.shop-order > .btn { position: relative; z-index: 1; white-space: nowrap; }
.shop-order-mark { position: absolute; right: 20%; bottom: -48%; color: rgba(255,255,255,.07); font-size: min(35vw,480px); font-weight: 900; line-height: 1; }

@media (max-width: 1100px) {
    .shop-hero { grid-template-columns: minmax(0,.9fr) minmax(340px,.7fr); }
    .shop-hero-gallery { min-height: 560px; }
    .shop-service-image { height: 290px; }
}

@media (max-width: 900px) {
    .shop-hero { grid-template-columns: 1fr; padding-top: 3.2rem; }
    .shop-hero-copy { justify-self: start; }
    .shop-hero-gallery { width: min(620px,100%); min-height: 610px; margin: 0 auto; }
    .shop-section-heading { grid-template-columns: 1fr; }
    .shop-service-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .shop-service-card { grid-column: auto; }
    .shop-service-card:nth-child(4) { grid-column: auto; }
    .shop-service-card:last-child { grid-column: span 2; }
    .shop-service-image { height: 360px; }
    .shop-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .shop-product-card:last-child { grid-column: span 2; }
    .shop-order { grid-template-columns: 1fr; gap: 1.7rem; }
}

@media (max-width: 620px) {
    .shop-hero { min-height: auto; padding: 2rem 1.15rem 4.3rem; }
    .shop-hero-copy h1 { font-size: clamp(2.65rem,15vw,4.25rem); }
    .shop-hero-gallery { min-height: 430px; }
    .shop-hero-main { inset: 0 0 10% 0; }
    .shop-hero-detail { left: -.4rem; width: 43%; height: 40%; border-width: 5px; }
    .shop-hero-seal { top: 5%; right: -.7rem; width: 102px; height: 102px; font-size: .64rem; }
    .shop-hero-seal strong { font-size: .78rem; }
    .shop-category-bar { grid-template-columns: 1fr; width: calc(100% - 2.3rem); margin-top: -1.8rem; }
    .shop-category-bar a { justify-content: flex-start; padding: 1rem 1.2rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .shop-category-bar a:last-child { border-bottom: 0; }
    .shop-services { padding: 4rem 1.15rem; }
    .shop-section-heading { gap: 1.2rem; margin-bottom: 2rem; }
    .shop-section-heading h2 { font-size: clamp(1.8rem,8.7vw,2.55rem); }
    .shop-service-list { grid-template-columns: 1fr; }
    .shop-service-card:last-child { grid-column: span 1; }
    .shop-service-image { height: 330px; }
    .shop-service-info > p { min-height: 0; }
    .shop-product-grid { grid-template-columns: 1fr; }
    .shop-product-card:last-child { grid-column: span 1; }
    .shop-product-image { height: 390px; }
    .shop-product-info > p { min-height: 0; }
    .shop-order { padding: 4rem 1.15rem; }
    .shop-order > .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .shop-service-card,
    .shop-service-image img,
    .shop-service-buy > a,
    .shop-product-card,
    .shop-product-image::after,
    .shop-product-image img {
        transition: none;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
}

body.menu-open {
    overflow: hidden;
}

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

a {
    color: inherit;
}

p,
h1,
h2,
h3,
dl,
dd,
figure,
blockquote {
    margin: 0;
}

.sr-only,
.skip-link:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 100;
    padding: 0.75rem 1rem;
    color: var(--white);
    background: var(--ink);
    border-radius: 6px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    min-height: 88px;
    padding: 0.55rem 4vw;
    background: rgba(255, 253, 248, 0.95);
    border-bottom: 1px solid rgba(23, 24, 20, 0.1);
    backdrop-filter: blur(16px);
    transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
    box-shadow: 0 14px 42px rgba(23, 24, 20, 0.09);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    color: var(--ink);
    text-decoration: none;
}

.brand img {
    width: 56px;
    height: 56px;
    border: 2px solid var(--ink);
    border-radius: 50%;
    object-fit: cover;
    background: var(--white);
}

.brand span {
    display: grid;
    line-height: 1.05;
}

.brand strong {
    font-size: 1.1rem;
    font-weight: 900;
}

.brand small {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.22rem;
}

.site-nav a {
    padding: 0.35rem 0.46rem;
    color: var(--ink);
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
    white-space: nowrap;
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--ink);
    background: rgba(171, 199, 0, 0.18);
    border-color: rgba(171, 199, 0, 0.35);
    outline: none;
}

.menu-toggle {
    display: none;
    justify-self: end;
    width: 46px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--white);
}

.menu-toggle span:not(.sr-only) {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    background: var(--ink);
}

.home-hero {
    position: relative;
    min-height: calc(100vh - 88px);
    min-height: calc(100svh - 88px);
    display: grid;
    align-content: end;
    overflow: hidden;
    padding: clamp(5rem, 9vw, 8rem) 5vw 4.8rem;
    color: var(--white);
    background:
        radial-gradient(circle at 72% 24%, rgba(244, 123, 24, 0.32), transparent 28%),
        linear-gradient(135deg, #15170f 0%, #242916 48%, #12140d 100%);
}

.home-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.05) contrast(1.05);
}

.hero-collage {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-collage::before,
.hero-collage::after {
    position: absolute;
    z-index: 2;
    content: "";
    pointer-events: none;
}

.hero-collage::before {
    inset: 0;
    background:
        linear-gradient(90deg, rgba(12, 14, 10, 0.94) 0%, rgba(12, 14, 10, 0.82) 32%, rgba(12, 14, 10, 0.34) 62%, rgba(12, 14, 10, 0.12) 100%),
        linear-gradient(180deg, rgba(12, 14, 10, 0.06) 0%, rgba(12, 14, 10, 0.56) 100%);
}

.hero-collage::after {
    right: min(5vw, 4.5rem);
    bottom: 5.2rem;
    width: min(34vw, 460px);
    height: 7px;
    background: linear-gradient(90deg, var(--leaf), var(--orange));
    box-shadow: 0 0 38px rgba(244, 123, 24, 0.45);
}

.hero-collage img {
    position: absolute;
    object-fit: cover;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.hero-collage-main {
    inset: -3% -2% -3% 34%;
    width: 70%;
    height: 106%;
    filter: saturate(1.12) contrast(1.04);
}

.hero-collage-tile {
    z-index: 1;
    border: 1px solid rgba(255, 253, 248, 0.18);
    filter: saturate(1.12) contrast(1.06);
}

.hero-collage-tile-one {
    top: clamp(2.2rem, 6vw, 5.5rem);
    right: clamp(1.6rem, 5vw, 5.5rem);
    width: min(25vw, 355px);
    height: min(37vh, 330px);
}

.hero-collage-tile-two {
    right: clamp(10rem, 19vw, 20rem);
    bottom: clamp(6.5rem, 10vw, 9rem);
    width: min(20vw, 280px);
    height: min(30vh, 255px);
}

.hero-collage-strip {
    right: clamp(1.3rem, 4vw, 4rem);
    bottom: clamp(1.35rem, 3.5vw, 3.2rem);
    z-index: 1;
    width: min(38vw, 540px);
    height: min(18vh, 145px);
    border: 1px solid rgba(255, 253, 248, 0.2);
    filter: saturate(1.2) contrast(1.08);
}

.home-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        radial-gradient(circle at 80% 18%, rgba(171, 199, 0, 0.2), transparent 22%),
        linear-gradient(180deg, rgba(12, 14, 10, 0), rgba(12, 14, 10, 0.18));
    pointer-events: none;
}

.home-hero::after {
    position: absolute;
    right: 5vw;
    bottom: 0;
    left: 5vw;
    height: 6px;
    content: "";
    background: linear-gradient(90deg, var(--leaf), var(--orange));
}

.home-hero-content {
    position: relative;
    z-index: 3;
    width: min(700px, 100%);
}

.eyebrow,
.section-label {
    color: var(--leaf);
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.home-hero h1 {
    max-width: 680px;
    margin-top: 0.65rem;
    font-size: clamp(2.55rem, 4.7vw, 4.35rem);
    line-height: 1.03;
    font-weight: 900;
}

.home-hero-content p:not(.eyebrow) {
    max-width: 560px;
    margin-top: 0.95rem;
    color: rgba(255, 253, 248, 0.9);
    font-size: 1rem;
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.88rem 1.1rem;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.btn-primary {
    color: var(--ink);
    background: var(--leaf);
    border-color: var(--leaf);
}

.btn-primary:hover,
.btn-primary:focus-visible {
    background: #c4df17;
}

.btn-outline {
    color: var(--white);
    background: rgba(255, 253, 248, 0.08);
    border-color: rgba(255, 253, 248, 0.5);
}

.hero-signature {
    position: absolute;
    right: 5vw;
    bottom: 4.8rem;
    z-index: 3;
    display: grid;
    width: min(310px, 30vw);
    padding: 1rem;
    border-left: 5px solid var(--orange);
    background: rgba(23, 24, 20, 0.62);
    backdrop-filter: blur(10px);
}

.hero-signature span {
    color: var(--leaf);
    font-weight: 900;
}

.hero-signature strong {
    color: var(--white);
    font-size: 1.04rem;
    line-height: 1.2;
}

.featured-calls {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    width: min(1160px, calc(100% - 10vw));
    margin: -4rem auto 0;
}

.feature-tile {
    min-height: 260px;
    display: grid;
    align-content: end;
    overflow: hidden;
    position: relative;
    padding: 1rem;
    color: var(--white);
    border-radius: var(--radius);
    background: var(--ink);
    text-decoration: none;
    box-shadow: var(--shadow);
}

.feature-tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.feature-tile::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(23, 24, 20, 0.12), rgba(23, 24, 20, 0.88));
}

.feature-tile:hover img,
.feature-tile:focus-visible img {
    transform: scale(1.05);
}

.feature-tile span,
.feature-tile p,
.feature-tile strong {
    position: relative;
    z-index: 1;
}

.feature-tile span {
    color: var(--leaf);
    font-size: 1.12rem;
    line-height: 1.18;
    font-weight: 900;
}

.feature-tile p {
    margin-top: 0.5rem;
    color: rgba(255, 253, 248, 0.8);
    font-size: 0.92rem;
    line-height: 1.45;
}

.feature-tile strong {
    margin-top: 1rem;
    color: var(--white);
    font-size: 0.88rem;
    text-transform: uppercase;
}

.story-section,
.editorial-section {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
    margin-top: 6rem;
}

.story-copy {
    display: grid;
    align-content: center;
    gap: 1rem;
    min-height: 620px;
    padding: 5.2rem 5vw;
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(31, 40, 18, 0.99) 0%, rgba(56, 69, 27, 0.98) 56%, rgba(185, 79, 8, 0.82) 100%);
}

h2 {
    margin-top: 0.55rem;
    font-size: clamp(1.9rem, 3.35vw, 3.1rem);
    line-height: 1.1;
    font-weight: 900;
}

.story-copy p:not(.section-label),
.editorial-copy p,
.section-heading p:not(.section-label) {
    color: rgba(255, 253, 248, 0.82);
    font-size: 0.98rem;
    line-height: 1.58;
}

.story-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 0.65rem;
}

.story-tags span {
    padding: 0.72rem 0.82rem;
    color: var(--white);
    border: 1px solid rgba(255, 253, 248, 0.18);
    border-left: 5px solid var(--leaf);
    border-radius: 6px;
    background: rgba(255, 253, 248, 0.09);
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1.25;
}

.story-tags span:nth-child(even) {
    border-left-color: var(--orange);
}

.story-photo,
.editorial-image {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: var(--ink);
}

.story-photo img,
.editorial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-photo::after,
.editorial-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(23, 24, 20, 0.02), rgba(23, 24, 20, 0.62));
}

.story-photo::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 10px;
    content: "";
    background: linear-gradient(180deg, var(--leaf), var(--orange));
}

.story-photo figcaption {
    position: absolute;
    right: 5vw;
    bottom: 2rem;
    left: 2rem;
    z-index: 1;
    max-width: 380px;
    padding-left: 1rem;
    color: var(--white);
    border-left: 5px solid var(--orange);
    font-size: 1.02rem;
    font-weight: 900;
    line-height: 1.25;
}

.editorial-section {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    margin-top: 0;
    background: var(--paper);
}

.editorial-copy {
    display: grid;
    align-content: center;
    gap: 0.95rem;
    padding: 5.2rem 5vw;
}

.editorial-copy p {
    color: var(--ink-2);
}

.text-link {
    width: fit-content;
    margin-top: 0.8rem;
    color: var(--orange-dark);
    font-weight: 900;
    text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
    color: var(--ink);
    outline: none;
}

.section {
    padding: 5.3rem 5vw;
}

.section-heading {
    width: min(820px, 100%);
    margin: 0 auto 1.7rem;
    text-align: center;
}

.roots-section {
    color: var(--white);
    background: var(--olive-dark);
}

.roots-carousel {
    width: min(1240px, 100%);
    margin: 0 auto;
}

.carousel-stage {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--ink);
    box-shadow: var(--shadow);
}

.carousel-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-items: end;
    padding: 2rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 360ms ease;
}

.carousel-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.carousel-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}

.carousel-slide::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(180deg, rgba(23, 24, 20, 0.08), rgba(23, 24, 20, 0.9)),
        linear-gradient(90deg, rgba(23, 24, 20, 0.78), rgba(23, 24, 20, 0.06));
}

.carousel-card {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
}

.carousel-card span {
    color: var(--leaf);
    font-weight: 900;
    text-transform: uppercase;
}

.carousel-card h3 {
    margin-top: 0.45rem;
    font-size: clamp(1.85rem, 3.25vw, 2.95rem);
    line-height: 1.08;
}

.carousel-card p {
    margin-top: 0.9rem;
    color: rgba(255, 253, 248, 0.82);
    font-size: 0.98rem;
    line-height: 1.55;
}

.carousel-card a {
    display: inline-flex;
    margin-top: 1.2rem;
    padding: 0.72rem 0.9rem;
    color: var(--ink);
    border-radius: 6px;
    background: var(--leaf);
    font-weight: 900;
    text-decoration: none;
}

.carousel-nav {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1rem;
}

.carousel-nav > button,
.carousel-dots button {
    border: 1px solid var(--line-light);
    border-radius: 6px;
    background: rgba(255, 253, 248, 0.08);
    cursor: pointer;
}

.carousel-nav > button {
    width: 44px;
    height: 42px;
    color: var(--white);
    font-size: 1.1rem;
}

.carousel-nav > button:hover,
.carousel-nav > button:focus-visible {
    color: var(--ink);
    background: var(--leaf);
    outline: none;
}

.carousel-dots {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
}

.carousel-dots button {
    height: 8px;
    padding: 0;
}

.carousel-dots button.is-active {
    background: var(--leaf);
    border-color: var(--leaf);
}

.chapters-section {
    padding: 5.3rem 5vw;
    background: var(--paper-warm);
}

.chapters-section .section-heading p:not(.section-label) {
    color: var(--muted);
}

.chapter-mosaic {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 230px;
    gap: 1rem;
    width: min(1240px, 100%);
    margin: 0 auto;
}

.chapter-tile {
    position: relative;
    display: grid;
    align-content: end;
    overflow: hidden;
    padding: 1rem;
    color: var(--white);
    border-radius: var(--radius);
    background: var(--ink);
    text-decoration: none;
}

.chapter-tile.is-large {
    grid-column: span 2;
    grid-row: span 2;
}

.chapter-tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.chapter-tile::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(23, 24, 20, 0.04), rgba(23, 24, 20, 0.86));
}

.chapter-tile:hover img,
.chapter-tile:focus-visible img {
    transform: scale(1.05);
}

.chapter-tile span,
.chapter-tile h3 {
    position: relative;
    z-index: 1;
}

.chapter-tile span {
    color: var(--leaf);
    font-weight: 900;
}

.chapter-tile h3 {
    max-width: 280px;
    margin-top: 0.2rem;
    font-size: 1.18rem;
    line-height: 1.18;
}

.voices-section {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 3rem;
    padding: 5.3rem 5vw;
    color: var(--white);
    background: var(--ink);
}

.voices-copy,
.voice-list {
    width: min(100%, 680px);
}

.voices-copy {
    justify-self: end;
}

.voice-list {
    display: grid;
    gap: 1rem;
}

.voice-list blockquote {
    padding: 1rem 1.1rem;
    border-left: 5px solid var(--orange);
    border-radius: var(--radius);
    background: rgba(255, 253, 248, 0.08);
}

.voice-list blockquote:nth-child(even) {
    border-left-color: var(--leaf);
}

.voice-list p {
    color: var(--white);
    font-size: 1.04rem;
    font-weight: 900;
    line-height: 1.35;
}

.voice-list cite {
    display: block;
    margin-top: 0.55rem;
    color: rgba(255, 253, 248, 0.7);
    font-style: normal;
}

.contact-cta {
    padding: 4.4rem 5vw;
    color: var(--white);
    background: var(--orange-dark);
}

.contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    width: min(1160px, 100%);
    margin: 0 auto;
}

.contact-shell .section-label {
    color: var(--white);
}

.contact-shell h2 {
    max-width: 720px;
    margin-top: 0.4rem;
    font-size: clamp(1.85rem, 3vw, 2.35rem);
    line-height: 1.12;
}

.page-hero {
    position: relative;
    min-height: calc(100vh - 88px);
    min-height: calc(100svh - 88px);
    display: grid;
    align-content: end;
    overflow: hidden;
    padding: clamp(5rem, 8vw, 7rem) 5vw 4.4rem;
    color: var(--white);
    background:
        radial-gradient(circle at 78% 18%, rgba(171, 199, 0, 0.24), transparent 26%),
        linear-gradient(135deg, #11130d 0%, #283015 54%, #15160f 100%);
}

.page-hero-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.page-hero-media::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    background:
        linear-gradient(90deg, rgba(12, 14, 10, 0.94) 0%, rgba(12, 14, 10, 0.78) 38%, rgba(12, 14, 10, 0.2) 100%),
        linear-gradient(180deg, rgba(12, 14, 10, 0.1) 0%, rgba(12, 14, 10, 0.72) 100%);
}

.page-hero-main,
.page-hero-card {
    position: absolute;
    object-fit: cover;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
}

.page-hero-main {
    inset: -3% -2% -3% 32%;
    width: 72%;
    height: 106%;
    filter: saturate(1.08) contrast(1.05);
}

.page-hero-card {
    z-index: 1;
    border: 1px solid rgba(255, 253, 248, 0.2);
}

.page-hero-card-one {
    top: clamp(2rem, 6vw, 5rem);
    right: clamp(1.3rem, 5vw, 5rem);
    width: min(27vw, 390px);
    height: min(34vh, 310px);
}

.page-hero-card-two {
    right: clamp(9rem, 18vw, 19rem);
    bottom: clamp(5.2rem, 9vw, 8rem);
    width: min(21vw, 300px);
    height: min(29vh, 255px);
}

.page-hero-copy {
    position: relative;
    z-index: 3;
    width: min(710px, 100%);
}

.page-hero-copy h1 {
    max-width: 700px;
    margin-top: 0.65rem;
    font-size: clamp(2.35rem, 4.25vw, 4rem);
    line-height: 1.04;
    font-weight: 900;
}

.page-hero-copy p:not(.eyebrow) {
    max-width: 560px;
    margin-top: 1rem;
    color: rgba(255, 253, 248, 0.88);
    font-size: 1rem;
    line-height: 1.55;
}

.page-hero-note {
    position: absolute;
    right: 5vw;
    bottom: 4.4rem;
    z-index: 3;
    width: min(330px, 30vw);
    padding: 1rem;
    border-left: 5px solid var(--orange);
    background: rgba(23, 24, 20, 0.66);
    backdrop-filter: blur(10px);
}

.page-hero-note span {
    color: var(--leaf);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.page-hero-note strong {
    display: block;
    margin-top: 0.25rem;
    color: var(--white);
    font-size: 1.02rem;
    line-height: 1.25;
}

.event-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
    gap: 2rem;
    align-items: stretch;
    padding: 4.4rem 5vw 5.3rem;
    background:
        linear-gradient(180deg, var(--white), var(--paper-warm));
}

.event-intro-copy,
.event-intro-panel,
.event-format-grid,
.event-showcase,
.event-process-line {
    width: min(1160px, 100%);
}

.event-intro-copy {
    justify-self: end;
    max-width: 720px;
}

.event-intro-copy p:not(.section-label),
.event-showcase-copy p,
.event-process-line p,
.event-format-card p {
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.58;
}

.event-intro-copy p + p {
    margin-top: 0.75rem;
}

.event-intro-panel {
    display: grid;
    align-content: center;
    justify-self: start;
    padding: 1.4rem;
    color: var(--white);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(30, 39, 17, 0.98), rgba(56, 69, 27, 0.94) 52%, rgba(169, 67, 5, 0.82)),
        var(--olive-dark);
}

.event-intro-panel span {
    color: var(--leaf);
    font-weight: 900;
    text-transform: uppercase;
}

.event-intro-panel ul {
    display: grid;
    gap: 0.75rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.event-intro-panel li {
    padding-left: 1rem;
    border-left: 4px solid var(--leaf);
    font-weight: 900;
    line-height: 1.35;
}

.event-formats {
    padding: 5.3rem 5vw;
    background: var(--paper-warm);
}

.event-format-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 0 auto;
}

.event-format-card {
    min-height: 275px;
    padding: 1.2rem;
    border: 1px solid rgba(23, 24, 20, 0.12);
    border-left: 6px solid var(--leaf);
    border-top: 0;
    border-radius: var(--radius);
    background: rgba(255, 253, 248, 0.8);
    box-shadow: 0 18px 42px rgba(23, 24, 20, 0.07);
}

.event-format-card:nth-child(even) {
    border-left-color: var(--orange);
    background: rgba(255, 255, 255, 0.68);
}

.event-format-card span {
    color: var(--orange-dark);
    font-weight: 900;
}

.event-format-card h3 {
    margin-top: 1.2rem;
    font-size: 1.2rem;
    line-height: 1.16;
}

.event-format-card p {
    margin-top: 0.75rem;
}

.event-showcase {
    display: grid;
    grid-template-columns: minmax(250px, 0.3fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
    margin: 0 auto;
    padding: 5.3rem 5vw;
    background: var(--white);
}

.event-showcase-copy {
    position: sticky;
    top: 100px;
}

.event-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 255px;
    gap: 1rem;
}

.event-gallery-item {
    position: relative;
    overflow: hidden;
    min-height: 0;
    border-radius: var(--radius);
    background: var(--ink);
}

.event-gallery-item.is-wide {
    grid-column: span 2;
    grid-row: span 2;
}

.event-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.event-gallery-item::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(180deg, rgba(23, 24, 20, 0.02), rgba(23, 24, 20, 0.84)),
        linear-gradient(90deg, rgba(23, 24, 20, 0.34), rgba(23, 24, 20, 0.04));
}

.event-gallery-item:hover img {
    transform: scale(1.04);
}

.event-gallery-item figcaption {
    position: absolute;
    right: 1rem;
    bottom: 0.95rem;
    left: 1rem;
    z-index: 1;
    color: var(--white);
}

.event-gallery-item figcaption span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 0.45rem;
    padding: 0.2rem 0.45rem;
    color: var(--ink);
    border-radius: 4px;
    background: var(--leaf);
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.event-gallery-item figcaption strong {
    display: block;
    max-width: 420px;
    color: var(--white);
    font-size: 1rem;
    line-height: 1.12;
    text-transform: uppercase;
}

.event-gallery-item figcaption p {
    max-width: 460px;
    margin-top: 0.4rem;
    color: rgba(255, 253, 248, 0.82);
    font-size: 0.82rem;
    line-height: 1.35;
}

.event-gallery-item.is-wide figcaption strong {
    font-size: 1.18rem;
}

.event-process {
    padding: 5.3rem 5vw;
    color: var(--white);
    background: var(--olive-dark);
}

.event-process-line {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 0 auto;
}

.event-process-line article {
    padding: 1.2rem;
    border-left: 5px solid var(--orange);
    border-radius: var(--radius);
    background: rgba(255, 253, 248, 0.08);
}

.event-process-line article:nth-child(even) {
    border-left-color: var(--leaf);
}

.event-process-line span {
    color: var(--leaf);
    font-weight: 900;
}

.event-process-line h3 {
    margin-top: 0.65rem;
    color: var(--white);
    font-size: 1.25rem;
}

.event-process-line p {
    margin-top: 0.55rem;
    color: rgba(255, 253, 248, 0.76);
}

.internal-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.74fr) minmax(280px, 0.34fr);
    grid-template-areas:
        "copy image"
        "aside image"
        "nav nav";
    gap: 1.2rem;
    padding: 3.2rem 5vw 0;
    background:
        linear-gradient(180deg, var(--paper-warm) 0%, var(--paper-warm) 76%, var(--white) 76%, var(--white) 100%);
}

.internal-hero-copy {
    grid-area: copy;
    align-self: stretch;
    min-height: 310px;
    display: grid;
    align-content: end;
    padding: clamp(1.6rem, 3vw, 2.4rem);
    color: var(--ink);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(245, 243, 232, 0.98)),
        var(--paper);
    border: 1px solid rgba(23, 24, 20, 0.12);
    border-left: 8px solid var(--orange);
    box-shadow: 0 22px 60px rgba(23, 24, 20, 0.1);
}

.internal-hero-copy h1 {
    max-width: 760px;
    margin-top: 0.55rem;
    font-size: clamp(1.9rem, 3.45vw, 3.18rem);
    line-height: 1.08;
    font-weight: 900;
}

.internal-hero-copy p:not(.eyebrow) {
    max-width: 620px;
    margin-top: 0.9rem;
    color: var(--ink-2);
    font-size: 0.98rem;
    line-height: 1.58;
}

.internal-hero-aside {
    grid-area: aside;
    align-self: stretch;
    min-height: auto;
    display: grid;
    align-content: center;
    gap: 0.8rem;
    padding: 1.4rem;
    border: 1px solid rgba(255, 253, 248, 0.18);
    border-left: 8px solid var(--leaf);
    border-radius: var(--radius);
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(30, 39, 17, 0.98), rgba(169, 67, 5, 0.82)),
        var(--olive-dark);
}

.internal-hero-aside span {
    color: var(--leaf);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.internal-hero-aside strong {
    color: var(--white);
    font-size: 1.15rem;
    line-height: 1.25;
}

.internal-hero-aside a {
    width: fit-content;
    margin-top: 0.4rem;
    padding: 0.72rem 0.9rem;
    color: var(--ink);
    border-radius: 6px;
    background: var(--leaf);
    font-weight: 900;
    text-decoration: none;
}

.internal-feature-image {
    grid-area: image;
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--ink);
    box-shadow: var(--shadow);
}

.internal-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.04);
}

.internal-feature-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(180deg, rgba(23, 24, 20, 0.02), rgba(23, 24, 20, 0.62)),
        linear-gradient(90deg, rgba(23, 24, 20, 0.2), rgba(23, 24, 20, 0.02));
}

.contact-page .internal-feature-image::after {
    display: none;
}

.clients-page .internal-feature-image::after,
.clients-page .client-portfolio-card::after {
    display: none;
}

.internal-feature-image figcaption {
    position: absolute;
    right: 1.4rem;
    bottom: 1.2rem;
    left: 1.4rem;
    z-index: 1;
    max-width: 480px;
    padding-left: 1rem;
    color: var(--white);
    border-left: 5px solid var(--orange);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.35;
}

.internal-feature-image::before {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    width: 92px;
    height: 92px;
    content: "";
    border: 1px solid rgba(255, 253, 248, 0.5);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(171, 199, 0, 0.86) 0 34%, transparent 35%),
        rgba(23, 24, 20, 0.35);
    backdrop-filter: blur(6px);
}

.internal-quick-nav {
    grid-area: nav;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    width: min(1160px, 100%);
    margin: 0 auto;
    padding: 1.1rem 0 2.8rem;
}

.internal-quick-nav a {
    padding: 0.65rem 0.82rem;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--white);
    font-size: 0.85rem;
    font-weight: 900;
    text-decoration: none;
}

.internal-quick-nav a:hover,
.internal-quick-nav a:focus-visible {
    background: var(--leaf-soft);
    outline: none;
}

.client-portfolio {
    position: relative;
    overflow: hidden;
    padding: 5.6rem 5vw;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(222, 68, 18, 0.96) 0%, rgba(222, 68, 18, 0.96) 76%, rgba(242, 183, 16, 0.98) 76%, rgba(242, 183, 16, 0.98) 100%);
}

.client-portfolio::before,
.client-portfolio::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.client-portfolio::before {
    top: 0;
    right: 0;
    bottom: 0;
    width: min(27vw, 380px);
    background:
        radial-gradient(ellipse at 118% 42%, transparent 0 38%, var(--white) 38.4% 45%, transparent 45.4% 100%),
        linear-gradient(90deg, transparent, rgba(255, 253, 248, 0.08));
    opacity: 0.92;
}

.client-portfolio::after {
    top: 0;
    bottom: 0;
    right: min(22vw, 330px);
    width: 18px;
    background: radial-gradient(circle, #f2b710 0 38%, transparent 42% 100%) 0 0 / 18px 43px repeat-y;
}

.client-portfolio .section-heading {
    position: relative;
    z-index: 1;
    text-align: left;
    margin-right: auto;
    margin-left: 0;
}

.client-portfolio .section-label,
.client-statement .section-label {
    color: var(--white);
}

.client-portfolio .section-heading p:not(.section-label) {
    color: rgba(255, 253, 248, 0.84);
}

.client-portfolio-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 240px;
    gap: 0.85rem;
    width: min(1120px, calc(100% - min(22vw, 310px)));
    margin-right: auto;
}

.client-portfolio-card {
    position: relative;
    display: grid;
    align-content: end;
    overflow: hidden;
    min-height: 0;
    padding: 1rem;
    color: var(--white);
    border: 6px solid rgba(255, 253, 248, 0.95);
    border-radius: var(--radius);
    background: var(--ink);
    box-shadow: 0 24px 58px rgba(68, 25, 5, 0.22);
}

.client-portfolio-card.is-hero {
    grid-column: span 3;
    grid-row: span 2;
}

.client-portfolio-card.is-wide {
    grid-column: span 2;
}

.client-portfolio-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.client-portfolio-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(180deg, rgba(23, 24, 20, 0.02) 18%, rgba(23, 24, 20, 0.86) 100%),
        linear-gradient(90deg, rgba(23, 24, 20, 0.5), rgba(23, 24, 20, 0.08));
}

.client-portfolio-card:hover img {
    transform: scale(1.04);
}

.client-portfolio-card div {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
}

.client-portfolio-card span {
    display: inline-flex;
    padding: 0.28rem 0.48rem;
    color: var(--ink);
    background: var(--leaf);
    border-radius: 4px;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

.client-portfolio-card h3 {
    margin-top: 0.52rem;
    color: var(--white);
    font-size: clamp(1.25rem, 2.2vw, 2.05rem);
    line-height: 1.08;
}

.client-portfolio-card p {
    max-width: 590px;
    margin-top: 0.5rem;
    color: rgba(255, 253, 248, 0.82);
    font-size: 0.9rem;
    line-height: 1.45;
}

.client-portfolio-card:not(.is-hero):not(.is-wide) p {
    display: none;
}

.client-statement {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.48fr);
    gap: 2rem;
    align-items: center;
    padding: 5.3rem 5vw;
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(30, 39, 17, 0.98), rgba(56, 69, 27, 0.92) 58%, rgba(169, 67, 5, 0.8)),
        var(--olive-dark);
}

.client-statement > div {
    width: min(720px, 100%);
    justify-self: end;
}

.client-statement h2 {
    max-width: 700px;
}

.client-statement p:not(.section-label) {
    margin-top: 0.9rem;
    color: rgba(255, 253, 248, 0.82);
    font-size: 1rem;
    line-height: 1.58;
}

.client-statement figure {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    border-radius: var(--radius);
    background: var(--ink);
    box-shadow: var(--shadow);
}

.client-statement img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-statement figcaption {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    padding-left: 0.85rem;
    color: var(--white);
    border-left: 5px solid var(--leaf);
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.2;
}

.client-proof,
.client-gallery-section {
    padding: 5.3rem 5vw;
    background: var(--white);
}

.client-proof-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    gap: 1rem;
    width: min(1160px, 100%);
    margin: 0 auto;
}

.client-proof-card {
    position: relative;
    min-height: 310px;
    display: grid;
    align-content: end;
    overflow: hidden;
    padding: 1.2rem;
    color: var(--white);
    border-radius: var(--radius);
    background: var(--ink);
    box-shadow: 0 22px 58px rgba(23, 24, 20, 0.14);
}

.client-proof-card.is-featured {
    grid-row: span 2;
    min-height: 640px;
}

.client-proof-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.client-proof-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(180deg, rgba(23, 24, 20, 0.04), rgba(23, 24, 20, 0.86)),
        linear-gradient(90deg, rgba(23, 24, 20, 0.4), rgba(23, 24, 20, 0.04));
}

.client-proof-card:hover img {
    transform: scale(1.04);
}

.client-proof-card div {
    position: relative;
    z-index: 1;
}

.client-proof-card span,
.client-network-grid span {
    color: var(--leaf);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.client-proof-card h3 {
    max-width: 520px;
    margin-top: 0.4rem;
    color: var(--white);
    font-size: clamp(1.35rem, 2.4vw, 2.35rem);
    line-height: 1.08;
}

.client-proof-card p {
    max-width: 560px;
    margin-top: 0.6rem;
    color: rgba(255, 253, 248, 0.82);
    font-size: 0.95rem;
    line-height: 1.5;
}

.client-network {
    display: grid;
    grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr);
    gap: 2rem;
    padding: 5.3rem 5vw;
    background: var(--paper-warm);
}

.client-network-copy {
    align-self: start;
    position: sticky;
    top: 100px;
}

.client-network-copy p:not(.section-label) {
    margin-top: 0.9rem;
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.58;
}

.client-network-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.client-network-grid article {
    min-height: 210px;
    padding: 1.15rem;
    border: 1px solid rgba(23, 24, 20, 0.12);
    border-left: 6px solid var(--orange);
    border-radius: var(--radius);
    background: rgba(255, 253, 248, 0.82);
    box-shadow: 0 18px 42px rgba(23, 24, 20, 0.06);
}

.client-network-grid article:nth-child(even) {
    border-left-color: var(--leaf);
}

.client-network-grid h3 {
    margin-top: 0.7rem;
    color: var(--ink);
    font-size: 1.1rem;
    line-height: 1.16;
}

.client-network-grid p {
    margin-top: 0.6rem;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.client-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 270px;
    gap: 1rem;
    width: min(1160px, 100%);
    margin: 0 auto;
}

.client-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--ink);
}

.client-gallery-card.is-wide {
    grid-column: span 2;
}

.client-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.client-gallery-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(180deg, rgba(23, 24, 20, 0.02), rgba(23, 24, 20, 0.82)),
        linear-gradient(90deg, rgba(23, 24, 20, 0.36), rgba(23, 24, 20, 0.04));
}

.client-gallery-card:hover img {
    transform: scale(1.04);
}

.client-gallery-card figcaption {
    position: absolute;
    right: 1rem;
    bottom: 0.95rem;
    left: 1rem;
    z-index: 1;
    color: var(--white);
}

.client-gallery-card strong {
    display: block;
    font-size: 1.05rem;
    line-height: 1.15;
    text-transform: uppercase;
}

.client-gallery-card p {
    max-width: 460px;
    margin-top: 0.42rem;
    color: rgba(255, 253, 248, 0.82);
    font-size: 0.82rem;
    line-height: 1.35;
}

.client-testimonials {
    padding: 5.3rem 5vw;
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(30, 39, 17, 0.98), rgba(56, 69, 27, 0.96) 56%, rgba(169, 67, 5, 0.78)),
        var(--olive-dark);
}

.client-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    width: min(1160px, 100%);
    margin: 0 auto;
}

.client-testimonial-grid blockquote {
    padding: 1.2rem;
    border-left: 6px solid var(--leaf);
    border-radius: var(--radius);
    background: rgba(255, 253, 248, 0.09);
}

.client-testimonial-grid blockquote:nth-child(even) {
    border-left-color: var(--orange);
}

.client-testimonial-grid p {
    color: var(--white);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.4;
}

.client-testimonial-grid cite {
    display: grid;
    gap: 0.2rem;
    margin-top: 0.85rem;
    color: rgba(255, 253, 248, 0.72);
    font-style: normal;
}

.client-testimonial-grid cite strong {
    color: var(--leaf);
}

.projects-hero {
    position: relative;
    min-height: calc(100vh - 88px);
    min-height: calc(100svh - 88px);
    display: grid;
    align-content: end;
    overflow: hidden;
    padding: clamp(5rem, 9vw, 8rem) 5vw 4rem;
    color: var(--white);
    background: #10110f;
}

.projects-hero::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(12, 14, 10, 0.96) 0%, rgba(12, 14, 10, 0.82) 42%, rgba(12, 14, 10, 0.28) 100%),
        linear-gradient(180deg, rgba(12, 14, 10, 0.08), rgba(12, 14, 10, 0.74));
}

.projects-hero-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.projects-hero-media img {
    position: absolute;
    object-fit: cover;
    box-shadow: 0 28px 74px rgba(0, 0, 0, 0.34);
}

.projects-hero-media img:nth-child(1) {
    inset: -4% -2% -4% 34%;
    width: 70%;
    height: 108%;
}

.projects-hero-media img:nth-child(2) {
    right: 5vw;
    bottom: 5rem;
    z-index: 1;
    width: min(34vw, 520px);
    height: min(31vh, 300px);
    border: 1px solid rgba(255, 253, 248, 0.18);
}

.projects-hero-media img:nth-child(3) {
    top: clamp(2rem, 6vw, 5rem);
    right: clamp(2rem, 7vw, 7rem);
    z-index: 1;
    width: min(25vw, 340px);
    height: min(34vh, 310px);
    border: 1px solid rgba(255, 253, 248, 0.18);
}

.projects-hero-copy,
.projects-hero-index {
    position: relative;
    z-index: 1;
}

.projects-hero-copy {
    width: min(980px, 100%);
}

.projects-hero h1 {
    margin-top: 0.9rem;
    color: var(--white);
    font-size: clamp(2.25rem, 5vw, 5.2rem);
    line-height: 0.96;
    font-weight: 900;
    text-transform: uppercase;
}

.projects-hero-index {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    width: min(980px, 100%);
    margin-top: 2rem;
}

.projects-hero-index a {
    padding: 0.72rem 0.9rem;
    color: var(--ink);
    border-radius: 6px;
    background: var(--leaf);
    font-size: 0.84rem;
    font-weight: 900;
    line-height: 1.15;
    text-decoration: none;
    text-transform: uppercase;
}

.project-chapter {
    position: relative;
    overflow: hidden;
    padding: 5.4rem 5vw;
    background: var(--white);
}

.project-cerrado,
.project-dinners {
    background: var(--paper);
}

.project-toca {
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(25, 28, 16, 0.98), rgba(34, 45, 18, 0.94)),
        var(--olive-dark);
}

.project-title-band {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: end;
    width: min(1240px, 100%);
    margin: 0 auto 1.8rem;
    padding-bottom: 1rem;
    border-bottom: 12px solid #00813d;
}

.project-title-band span {
    color: var(--orange);
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
}

.project-title-band h2 {
    margin: 0;
    color: var(--leaf);
    font-size: clamp(2.4rem, 6.2vw, 5.6rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.project-title-band.is-soft {
    border-bottom-color: rgba(171, 199, 0, 0.38);
}

.project-title-band.is-soft h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.project-editorial {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    gap: 1.2rem;
    align-items: stretch;
    width: min(1240px, 100%);
    margin: 0 auto;
}

.project-editorial.is-reversed {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr);
}

.project-editorial.is-reversed .project-text-panel {
    order: 2;
}

.project-text-panel {
    display: grid;
    align-content: center;
    gap: 1rem;
    padding: clamp(1.25rem, 3vw, 2.4rem);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 0 22px 64px rgba(23, 24, 20, 0.1);
}

.project-toca .project-text-panel {
    color: var(--ink);
}

.project-text-panel p {
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1rem, 1.5vw, 1.35rem);
    line-height: 1.55;
}

.project-mosaic {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 150px;
    gap: 0.8rem;
}

.project-mosaic-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--ink);
    box-shadow: 0 20px 54px rgba(23, 24, 20, 0.14);
}

.project-mosaic-item img,
.dinner-card img,
.press-strip img,
.testimonial-original img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-mosaic-item.is-wide {
    grid-column: span 4;
    grid-row: span 2;
}

.project-mosaic-item.is-tall {
    grid-column: span 2;
    grid-row: span 3;
}

.project-mosaic-item.is-panorama {
    grid-column: span 6;
    grid-row: span 2;
}

.project-mosaic-item.is-leaf {
    grid-column: span 2;
    grid-row: span 2;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(171, 199, 0, 0.14);
    box-shadow: none;
}

.project-mosaic-item.is-leaf img {
    object-fit: contain;
}

.project-testimonials,
.project-press {
    padding: 5.4rem 5vw;
    background: #dfeeda;
}

.testimonial-board {
    display: grid;
    grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
    gap: 1rem;
    width: min(1240px, 100%);
    margin: 0 auto;
}

.testimonial-original {
    overflow: hidden;
    min-height: 720px;
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
}

.testimonial-original img {
    object-fit: contain;
    background: #dfeeda;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.testimonial-grid blockquote {
    min-height: 230px;
    display: grid;
    align-content: space-between;
    padding: 1rem;
    border-left: 6px solid #86ae75;
    border-radius: var(--radius);
    background: rgba(255, 253, 248, 0.9);
}

.testimonial-grid p {
    color: var(--ink);
    font-size: 0.92rem;
    line-height: 1.45;
}

.testimonial-grid cite {
    display: grid;
    gap: 0.18rem;
    margin-top: 0.85rem;
    color: var(--muted);
    font-style: normal;
    font-size: 0.84rem;
    line-height: 1.25;
}

.testimonial-grid cite strong {
    color: var(--olive);
}

.press-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.85rem;
    width: min(1240px, 100%);
    margin: 0 auto;
}

.press-strip figure {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 0 20px 54px rgba(23, 24, 20, 0.12);
}

.press-strip figure::after {
    position: absolute;
    inset: auto 0 0;
    height: 54%;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(23, 24, 20, 0.84));
}

.press-strip figcaption {
    position: absolute;
    right: 0.85rem;
    bottom: 0.85rem;
    left: 0.85rem;
    z-index: 1;
    color: var(--white);
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1.2;
}

.dinner-gallery {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 210px;
    gap: 0.85rem;
    width: min(1240px, 100%);
    margin: 0 auto;
}

.dinner-card {
    position: relative;
    overflow: hidden;
    grid-column: span 2;
    border-radius: var(--radius);
    background: var(--ink);
    box-shadow: 0 22px 58px rgba(23, 24, 20, 0.13);
}

.dinner-card.is-wide {
    grid-column: span 3;
}

.dinner-card.is-tall,
.dinner-card.is-portrait {
    grid-row: span 2;
}

.dinner-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(23, 24, 20, 0.02), rgba(23, 24, 20, 0.68));
    opacity: 0;
    transition: opacity 180ms ease;
}

.dinner-card:hover::after {
    opacity: 1;
}

.dinner-card img {
    transition: transform 280ms ease;
}

.dinner-card:hover img {
    transform: scale(1.04);
}

.dinner-card figcaption {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--ink);
    border-radius: 50%;
    background: var(--leaf);
    font-size: 0.8rem;
    font-weight: 900;
}

.projects-clean-hero .internal-hero-copy h1 {
    max-width: 780px;
}

.projects-overview,
.project-clean-press {
    padding: 5.3rem 5vw;
    background: var(--white);
}

.projects-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    width: min(1160px, 100%);
    margin: 0 auto;
}

.projects-overview-card {
    position: relative;
    display: grid;
    align-content: end;
    min-height: 360px;
    overflow: hidden;
    padding: 1rem;
    color: var(--white);
    border-radius: var(--radius);
    background: var(--ink);
    text-decoration: none;
    box-shadow: var(--shadow);
}

.projects-overview-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.projects-overview-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(180deg, rgba(23, 24, 20, 0.05), rgba(23, 24, 20, 0.88)),
        linear-gradient(90deg, rgba(23, 24, 20, 0.46), rgba(23, 24, 20, 0.02));
}

.projects-overview-card:hover img,
.projects-overview-card:focus-visible img {
    transform: scale(1.04);
}

.projects-overview-card span,
.projects-overview-card strong {
    position: relative;
    z-index: 1;
}

.projects-overview-card span,
.project-clean-copy span {
    color: var(--leaf);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.projects-overview-card strong {
    max-width: 330px;
    margin-top: 0.35rem;
    font-size: 1.35rem;
    line-height: 1.12;
    text-transform: uppercase;
}

.project-clean-section {
    padding: 5.3rem 5vw;
    background: var(--paper-warm);
}

.project-clean-section.is-warm {
    background: var(--paper);
}

.project-clean-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
    width: min(1160px, 100%);
    margin: 0 auto;
}

.project-clean-copy {
    position: sticky;
    top: 100px;
    padding: 1.2rem;
    border-left: 6px solid var(--orange);
    border-radius: var(--radius);
    background: rgba(255, 253, 248, 0.82);
    box-shadow: 0 18px 42px rgba(23, 24, 20, 0.06);
}

.project-clean-copy h2 {
    margin-top: 0.45rem;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    line-height: 1.08;
}

.project-clean-copy p {
    margin-top: 0.85rem;
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.55;
}

.project-clean-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 245px;
    gap: 0.85rem;
}

.project-clean-gallery figure,
.project-clean-press-grid figure {
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--ink);
    box-shadow: 0 18px 42px rgba(23, 24, 20, 0.09);
}

.project-clean-gallery figure.is-featured {
    grid-column: span 2;
    grid-row: span 2;
}

.project-clean-gallery img,
.project-clean-press-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.project-clean-gallery figure:hover img,
.project-clean-press-grid figure:hover img {
    transform: scale(1.04);
}

.project-clean-testimonials {
    padding: 5.3rem 5vw;
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(30, 39, 17, 0.98), rgba(56, 69, 27, 0.96) 56%, rgba(169, 67, 5, 0.78)),
        var(--olive-dark);
}

.project-clean-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    width: min(1160px, 100%);
    margin: 0 auto;
}

.project-clean-testimonial-grid blockquote {
    padding: 1.1rem;
    border-left: 6px solid var(--leaf);
    border-radius: var(--radius);
    background: rgba(255, 253, 248, 0.09);
}

.project-clean-testimonial-grid blockquote:nth-child(even) {
    border-left-color: var(--orange);
}

.project-clean-testimonial-grid p {
    color: var(--white);
    font-size: 0.96rem;
    font-weight: 900;
    line-height: 1.38;
}

.project-clean-testimonial-grid cite {
    display: grid;
    gap: 0.2rem;
    margin-top: 0.85rem;
    color: rgba(255, 253, 248, 0.72);
    font-style: normal;
    font-size: 0.86rem;
    line-height: 1.25;
}

.project-clean-testimonial-grid cite strong {
    color: var(--leaf);
}

.project-clean-press-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 260px;
    gap: 0.85rem;
    width: min(1160px, 100%);
    margin: 0 auto;
}

.project-clean-press-grid figure:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.project-clean-press-grid figure:nth-child(4) {
    grid-column: span 2;
}

.project-clean-press-grid img {
    object-fit: contain;
    background: var(--white);
}

.press-feature {
    padding: 5.3rem 5vw;
    background: var(--paper-warm);
}

.press-feature-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.62fr);
    min-height: 520px;
    overflow: hidden;
    width: min(1160px, 100%);
    margin: 0 auto;
    color: var(--white);
    border-radius: var(--radius);
    background: var(--ink);
    text-decoration: none;
    box-shadow: var(--shadow);
}

.press-feature-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.press-feature-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(23, 24, 20, 0.04), rgba(23, 24, 20, 0.72)),
        linear-gradient(180deg, rgba(23, 24, 20, 0.04), rgba(23, 24, 20, 0.28));
    pointer-events: none;
}

.press-feature-card:hover img,
.press-feature-card:focus-visible img {
    transform: scale(1.035);
}

.press-feature-card div {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    padding: 2rem;
    background: rgba(23, 24, 20, 0.78);
}

.press-feature-card span,
.press-card span,
.press-tv-strip span {
    color: var(--leaf);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.press-feature-card h2 {
    margin-top: 0.55rem;
    color: var(--white);
    font-size: clamp(2rem, 3.8vw, 3.55rem);
    line-height: 1.02;
}

.press-feature-card p {
    margin-top: 0.85rem;
    color: rgba(255, 253, 248, 0.82);
    font-size: 0.98rem;
    line-height: 1.55;
}

.press-feature-card strong,
.press-card strong {
    width: fit-content;
    margin-top: 1.2rem;
    padding: 0.62rem 0.78rem;
    color: var(--ink);
    border-radius: 6px;
    background: var(--leaf);
    font-size: 0.82rem;
    font-weight: 900;
}

.press-list-section {
    padding: 5.3rem 5vw;
    background: var(--white);
}

.press-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    width: min(1160px, 100%);
    margin: 0 auto;
}

.press-card {
    display: grid;
    grid-template-rows: 240px minmax(0, 1fr);
    overflow: hidden;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    text-decoration: none;
    box-shadow: 0 18px 44px rgba(23, 24, 20, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.press-card.is-large {
    grid-column: span 2;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.75fr);
    grid-template-rows: minmax(340px, auto);
}

.press-card:hover,
.press-card:focus-visible {
    border-color: rgba(171, 199, 0, 0.58);
    box-shadow: 0 24px 58px rgba(23, 24, 20, 0.14);
    transform: translateY(-3px);
    outline: none;
}

.press-card figure {
    overflow: hidden;
    min-height: 0;
    background: var(--paper);
}

.press-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.press-card:hover img,
.press-card:focus-visible img {
    transform: scale(1.045);
}

.press-card div {
    display: grid;
    align-content: start;
    padding: 1rem;
}

.press-card h3 {
    margin-top: 0.48rem;
    color: var(--ink);
    font-size: 1.12rem;
    line-height: 1.16;
}

.press-card.is-large h3 {
    font-size: clamp(1.35rem, 2.4vw, 2.05rem);
}

.press-card p {
    margin-top: 0.55rem;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.press-tv-strip {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.62fr);
    gap: 2rem;
    align-items: center;
    padding: 5.3rem 5vw;
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(30, 39, 17, 0.98), rgba(56, 69, 27, 0.96) 56%, rgba(169, 67, 5, 0.78)),
        var(--olive-dark);
}

.press-tv-strip > div {
    justify-self: end;
    width: min(620px, 100%);
}

.press-tv-strip .section-label {
    color: var(--white);
}

.press-tv-strip h2 {
    color: var(--white);
}

.press-tv-strip a {
    position: relative;
    display: grid;
    min-height: 330px;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--ink);
    box-shadow: var(--shadow);
    text-decoration: none;
}

.press-tv-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.press-tv-strip a::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(23, 24, 20, 0.02), rgba(23, 24, 20, 0.76));
}

.press-tv-strip a:hover img,
.press-tv-strip a:focus-visible img {
    transform: scale(1.04);
}

.press-tv-strip span {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 1;
    color: var(--white);
    font-size: 1.25rem;
}

.contact-form-section {
    padding: 5.3rem 5vw;
    background: var(--paper-warm);
}

.contact-form-shell {
    display: grid;
    grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
    gap: 2rem;
    align-items: start;
    width: min(1160px, 100%);
    margin: 0 auto;
}

.contact-form-copy {
    position: sticky;
    top: 100px;
}

.contact-form-copy p:not(.section-label) {
    margin-top: 0.9rem;
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.58;
}

.contact-direct-card {
    display: grid;
    gap: 0.45rem;
    margin-top: 1.4rem;
    padding: 1.1rem;
    border-left: 6px solid var(--orange);
    border-radius: var(--radius);
    background: rgba(255, 253, 248, 0.86);
    box-shadow: 0 18px 42px rgba(23, 24, 20, 0.06);
}

.contact-direct-card span {
    color: var(--leaf);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-direct-card a {
    color: var(--ink);
    font-weight: 900;
    text-decoration: none;
}

.contact-whatsapp-form {
    display: grid;
    gap: 1rem;
    padding: clamp(1rem, 2.4vw, 1.6rem);
    border: 1px solid rgba(23, 24, 20, 0.12);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.contact-whatsapp-form label {
    display: grid;
    gap: 0.35rem;
}

.contact-whatsapp-form label span {
    color: var(--ink);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-whatsapp-form input,
.contact-whatsapp-form select,
.contact-whatsapp-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 0.82rem 0.9rem;
    color: var(--ink);
    border: 1px solid rgba(23, 24, 20, 0.18);
    border-radius: 6px;
    background: #fffefa;
    font: inherit;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.contact-whatsapp-form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-whatsapp-form input:focus,
.contact-whatsapp-form select:focus,
.contact-whatsapp-form textarea:focus {
    border-color: var(--leaf);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(171, 199, 0, 0.18);
}

.form-actions {
    display: grid;
    gap: 0.65rem;
    align-items: center;
}

.form-actions .btn {
    width: fit-content;
    cursor: pointer;
}

.form-actions p {
    min-height: 1.3rem;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 800;
}

.site-footer {
    color: var(--white);
    background: #10110f;
}

.footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.65fr) minmax(180px, 0.55fr);
    gap: 2rem;
    width: min(1160px, 100%);
    margin: 0 auto;
    padding: 3.2rem 5vw;
}

.footer-brand {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.footer-brand img {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--white);
}

.footer-brand strong {
    display: block;
    font-size: 1.25rem;
}

.footer-brand p,
.footer-contact,
.footer-links a,
.footer-bottom {
    color: rgba(255, 253, 248, 0.72);
}

.footer-contact,
.footer-links {
    display: grid;
    gap: 0.4rem;
    font-style: normal;
}

.footer-contact span {
    color: var(--leaf);
    font-weight: 900;
}

.footer-contact a,
.footer-links a {
    text-decoration: none;
}

.footer-contact a:hover,
.footer-links a:hover {
    color: var(--white);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    width: min(1160px, 100%);
    margin: 0 auto;
    padding: 1rem 5vw 1.4rem;
    border-top: 1px solid rgba(255, 253, 248, 0.1);
    font-size: 0.92rem;
}

.floating-actions {
    position: fixed;
    right: 1rem;
    top: 50%;
    z-index: 90;
    display: grid;
    gap: 0.55rem;
    transform: translateY(-50%);
}

.floating-action {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    color: var(--white);
    border: 1px solid rgba(255, 253, 248, 0.28);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(23, 24, 20, 0.24);
    text-decoration: none;
    transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.floating-action:hover,
.floating-action:focus-visible {
    transform: translateX(-3px);
    filter: brightness(1.08);
    box-shadow: 0 18px 42px rgba(23, 24, 20, 0.3);
    outline: none;
}

.floating-action svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.floating-top {
    color: var(--ink);
    background: var(--leaf);
}

.floating-whatsapp {
    background: #1fa463;
}

.floating-instagram {
    background: var(--orange-dark);
}

.js-reveal [data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 520ms ease, transform 520ms ease;
}

.js-reveal [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1280px) {
    .site-header {
        min-height: 70px;
        grid-template-columns: auto auto;
    }

    .menu-toggle {
        display: inline-block;
    }

    .site-nav {
        position: fixed;
        top: 70px;
        right: 0;
        left: 0;
        display: none;
        height: calc(100vh - 70px);
        height: calc(100svh - 70px);
        padding: 1rem 5vw 2rem;
        background: var(--white);
        border-top: 1px solid var(--line);
        overflow-y: auto;
    }

    .site-nav.is-open {
        display: grid;
        align-content: start;
        gap: 0;
    }

    .site-nav a {
        padding: 0.95rem 0.2rem;
        border-bottom: 1px solid var(--line);
        border-radius: 0;
        font-size: 1rem;
        white-space: normal;
    }

    .hero-collage-main {
        left: 18%;
        width: 86%;
    }

    .hero-collage-tile-one {
        right: 3vw;
        width: min(28vw, 300px);
        height: min(30vh, 270px);
    }

    .hero-collage-tile-two {
        right: min(22vw, 230px);
        bottom: 8rem;
        width: min(24vw, 240px);
    }

    .hero-collage-strip {
        width: min(48vw, 450px);
    }

    .hero-signature {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(360px, 100%);
        margin-top: 2rem;
    }

    .featured-calls,
    .story-section,
    .editorial-section,
    .voices-section,
    .contact-shell,
    .footer-inner {
        grid-template-columns: 1fr;
    }

    .featured-calls {
        margin-top: 1rem;
    }

    .story-section,
    .editorial-section {
        margin-top: 0;
    }

    .story-copy,
    .story-photo,
    .editorial-image {
        min-height: 480px;
    }

    .voices-copy {
        justify-self: start;
    }

    .chapter-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-hero-card-one {
        width: min(29vw, 315px);
        height: min(30vh, 270px);
    }

    .page-hero-card-two {
        right: min(21vw, 230px);
        width: min(24vw, 250px);
    }

    .page-hero-note {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(360px, 100%);
        margin-top: 2rem;
    }

    .event-intro,
    .event-showcase {
        grid-template-columns: 1fr;
    }

    .event-intro-copy,
    .event-intro-panel {
        justify-self: stretch;
        max-width: none;
    }

    .event-format-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .event-showcase-copy {
        position: static;
    }

    .client-proof-grid,
    .client-network,
    .client-gallery,
    .client-testimonial-grid,
    .client-statement {
        grid-template-columns: 1fr;
    }

    .client-portfolio {
        background: linear-gradient(180deg, #de4412 0%, #de4412 82%, #f2b710 82%, #f2b710 100%);
    }

    .client-portfolio::before {
        width: min(35vw, 260px);
        opacity: 0.55;
    }

    .client-portfolio::after {
        right: 1.2rem;
    }

    .client-portfolio-grid {
        width: calc(100% - 3rem);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .client-portfolio-card.is-hero,
    .client-portfolio-card.is-wide {
        grid-column: span 2;
    }

    .client-proof-card.is-featured {
        grid-row: span 1;
        min-height: 440px;
    }

    .client-network-copy {
        position: static;
    }

    .client-statement > div {
        justify-self: start;
    }

    .client-statement figure {
        min-height: 420px;
        width: min(430px, 100%);
    }

    .client-gallery-card.is-wide {
        grid-column: span 1;
    }

    .internal-hero {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "image"
            "aside"
            "nav";
    }

    .internal-hero-copy,
    .internal-hero-aside {
        min-height: auto;
    }

    .internal-feature-image {
        min-height: 360px;
    }

    .projects-hero-media img:nth-child(1) {
        left: 20%;
        width: 88%;
    }

    .projects-hero-media img:nth-child(2) {
        width: min(42vw, 420px);
    }

    .projects-hero-media img:nth-child(3) {
        width: min(34vw, 300px);
    }

    .project-editorial,
    .project-editorial.is-reversed,
    .testimonial-board {
        grid-template-columns: 1fr;
    }

    .project-editorial.is-reversed .project-text-panel {
        order: 0;
    }

    .project-mosaic {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-rows: 150px;
    }

    .project-mosaic-item.is-wide,
    .project-mosaic-item.is-panorama {
        grid-column: span 4;
    }

    .press-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dinner-gallery {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .dinner-card,
    .dinner-card.is-wide {
        grid-column: span 2;
    }

    .projects-overview-grid,
    .project-clean-layout {
        grid-template-columns: 1fr;
    }

    .project-clean-copy {
        position: static;
    }

    .project-clean-gallery,
    .project-clean-testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .project-clean-press-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .project-clean-press-grid figure:first-child,
    .project-clean-press-grid figure:nth-child(4) {
        grid-column: span 1;
        grid-row: span 1;
    }

    .press-feature-card,
    .press-tv-strip {
        grid-template-columns: 1fr;
    }

    .press-feature-card {
        min-height: auto;
    }

    .press-feature-card img {
        min-height: 420px;
    }

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

    .press-card.is-large {
        grid-column: span 2;
    }

    .press-tv-strip > div {
        justify-self: start;
    }

    .contact-form-shell {
        grid-template-columns: 1fr;
    }

    .contact-form-copy {
        position: static;
    }
}

@media (max-width: 760px) {
    body {
        font-size: 15px;
    }

    .home-hero {
        min-height: auto;
        padding: 5rem 5vw 3.5rem;
    }

    .home-hero-content p:not(.eyebrow) {
        font-size: 1rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .featured-calls,
    .story-tags,
    .chapter-mosaic,
    .carousel-dots {
        grid-template-columns: 1fr;
    }

    .feature-tile {
        min-height: 230px;
    }

    .story-copy,
    .editorial-copy,
    .section,
    .chapters-section,
    .voices-section {
        padding: 4.2rem 5vw;
    }

    .story-copy {
        min-height: auto;
    }

    .story-photo,
    .editorial-image {
        min-height: 380px;
    }

    .story-photo figcaption {
        right: 5vw;
        bottom: 1.25rem;
        left: 5vw;
        font-size: 1rem;
    }

    .carousel-stage {
        min-height: 560px;
    }

    .carousel-slide {
        padding: 1rem;
    }

    .chapter-mosaic {
        grid-auto-rows: 230px;
    }

    .chapter-tile.is-large {
        grid-column: span 1;
        grid-row: span 1;
    }

    .contact-shell h2 {
        font-size: 2.05rem;
    }

    .footer-brand {
        align-items: flex-start;
    }

    .footer-bottom {
        display: grid;
    }

    .floating-actions {
        right: 0.75rem;
        top: auto;
        bottom: 1rem;
        transform: none;
    }

    .floating-action {
        width: 46px;
        height: 46px;
    }

    .page-hero {
        min-height: auto;
        padding: 5rem 5vw 3.5rem;
    }

    .page-hero-main {
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0.86;
    }

    .page-hero-card-one {
        top: 1rem;
        right: -2rem;
        width: 45vw;
        height: 25vh;
        opacity: 0.78;
    }

    .page-hero-card-two {
        display: none;
    }

    .page-hero-copy h1 {
        font-size: clamp(1.95rem, 9.8vw, 2.55rem);
        line-height: 1.08;
    }

    .page-hero-copy p:not(.eyebrow) {
        font-size: 0.94rem;
    }

    .event-intro,
    .event-formats,
    .event-showcase,
    .event-process {
        padding: 4.2rem 5vw;
    }

    .event-format-grid,
    .event-process-line,
    .event-gallery {
        grid-template-columns: 1fr;
    }

    .event-gallery {
        grid-auto-rows: 260px;
    }

    .event-gallery-item.is-wide {
        grid-column: span 1;
        grid-row: span 1;
    }

    .event-format-card {
        min-height: auto;
    }

    .internal-hero {
        padding: 2rem 5vw 0;
    }

    .internal-hero-copy {
        padding: 1.6rem;
    }

    .internal-hero-copy h1 {
        font-size: clamp(1.7rem, 7.6vw, 2.25rem);
        line-height: 1.1;
    }

    .internal-hero-copy p:not(.eyebrow) {
        font-size: 0.92rem;
    }

    .internal-feature-image {
        min-height: 300px;
    }

    .internal-quick-nav {
        padding-bottom: 2.4rem;
    }

    .projects-overview,
    .project-clean-section,
    .project-clean-testimonials,
    .project-clean-press,
    .press-feature,
    .press-list-section,
    .press-tv-strip {
        padding: 3.5rem 1.15rem;
    }

    .projects-overview-grid,
    .project-clean-gallery,
    .project-clean-testimonial-grid,
    .project-clean-press-grid {
        grid-template-columns: 1fr;
    }

    .projects-overview-card {
        min-height: 260px;
    }

    .project-clean-gallery,
    .project-clean-press-grid {
        grid-auto-rows: 260px;
        gap: 0.75rem;
    }

    .press-feature-card div {
        padding: 1rem;
    }

    .press-feature-card img {
        min-height: 300px;
    }

    .press-feature-card h2 {
        font-size: clamp(1.55rem, 7.4vw, 2.15rem);
    }

    .press-card-grid,
    .press-card.is-large {
        grid-template-columns: 1fr;
    }

    .press-card,
    .press-card.is-large {
        grid-column: span 1;
        grid-template-rows: 240px minmax(0, 1fr);
    }

    .press-tv-strip {
        gap: 1.4rem;
    }

    .press-tv-strip a {
        min-height: 280px;
    }

    .contact-form-section {
        padding: 3.5rem 1.15rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .contact-whatsapp-form {
        padding: 1rem;
    }

    .form-actions .btn {
        width: 100%;
    }

    .project-clean-gallery figure.is-featured {
        grid-column: span 1;
        grid-row: span 1;
    }

    .project-clean-copy {
        padding: 1rem;
    }

    .project-clean-copy h2 {
        font-size: clamp(1.5rem, 7.2vw, 2rem);
    }

    .projects-hero {
        min-height: calc(100svh - 72px);
        padding: 4.4rem 1.15rem 2.7rem;
    }

    .projects-hero-media img:nth-child(1) {
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0.82;
    }

    .projects-hero-media img:nth-child(2) {
        right: 1rem;
        bottom: 1rem;
        width: 48vw;
        height: 18vh;
        opacity: 0.78;
    }

    .projects-hero-media img:nth-child(3) {
        display: none;
    }

    .projects-hero h1 {
        font-size: clamp(1.75rem, 9.4vw, 2.55rem);
        line-height: 1.03;
    }

    .projects-hero-index {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
        margin-top: 1.4rem;
    }

    .projects-hero-index a {
        padding: 0.72rem 0.78rem;
        font-size: 0.78rem;
    }
}

@media (max-width: 760px) {
    .site-header {
        min-height: 72px;
        padding: 0.55rem 1rem;
        gap: 0.75rem;
    }

    .brand img {
        width: 46px;
        height: 46px;
    }

    .brand {
        gap: 0.55rem;
    }

    .brand span {
        display: grid;
    }

    .brand strong {
        font-size: 1rem;
    }

    .brand small {
        font-size: 0.62rem;
    }

    .menu-toggle {
        width: 44px;
        height: 40px;
    }

    .site-nav {
        top: 72px;
        width: 100%;
        height: calc(100vh - 72px);
        height: calc(100svh - 72px);
        padding: 0.7rem 1.1rem 1.4rem;
        justify-content: stretch;
        justify-items: stretch;
    }

    .site-nav.is-open {
        grid-template-columns: 1fr;
        justify-content: stretch;
        justify-items: stretch;
        width: 100%;
    }

    .site-nav a {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 50px;
        padding: 0.8rem 0.2rem;
        font-size: 1rem;
        line-height: 1.25;
        text-align: left;
    }

    .home-hero {
        min-height: calc(100svh - 72px);
        padding: 4.4rem 1.15rem 2.7rem;
    }

    .hero-collage::before {
        background:
            linear-gradient(90deg, rgba(12, 14, 10, 0.94) 0%, rgba(12, 14, 10, 0.76) 56%, rgba(12, 14, 10, 0.42) 100%),
            linear-gradient(180deg, rgba(12, 14, 10, 0.1) 0%, rgba(12, 14, 10, 0.72) 100%);
    }

    .hero-collage::after {
        right: 1.15rem;
        bottom: 1.6rem;
        width: 42vw;
    }

    .hero-collage-main {
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0.82;
    }

    .hero-collage-tile-one {
        top: 1.2rem;
        right: -2.4rem;
        width: 44vw;
        height: 26vh;
        opacity: 0.86;
    }

    .hero-collage-tile-two {
        display: none;
    }

    .hero-collage-strip {
        right: 1rem;
        bottom: 1rem;
        width: 48vw;
        height: 10vh;
        opacity: 0.72;
    }

    .home-hero::before {
        background:
            linear-gradient(90deg, rgba(12, 14, 10, 0.92), rgba(12, 14, 10, 0.72)),
            linear-gradient(180deg, rgba(12, 14, 10, 0.14), rgba(12, 14, 10, 0.84));
    }

    .home-hero::after {
        right: 1.15rem;
        left: 1.15rem;
    }

    .eyebrow,
    .section-label {
        font-size: 0.72rem;
        line-height: 1.3;
    }

    .home-hero h1 {
        max-width: 12ch;
        font-size: clamp(2.05rem, 10.5vw, 2.65rem);
        line-height: 1.06;
    }

    .home-hero-content p:not(.eyebrow) {
        max-width: 100%;
        font-size: 0.94rem;
        line-height: 1.55;
    }

    .hero-actions {
        gap: 0.65rem;
        margin-top: 1.45rem;
    }

    .btn {
        width: 100%;
        min-height: 48px;
        padding: 0.82rem 0.95rem;
    }

    .hero-signature {
        width: 100%;
        margin-top: 1.35rem;
        padding: 0.85rem 0.95rem;
    }

    .featured-calls {
        width: calc(100% - 2rem);
        gap: 0.75rem;
        margin-top: 1rem;
    }

    .feature-tile {
        min-height: 205px;
        padding: 1rem;
    }

    .feature-tile span {
        font-size: 1.04rem;
    }

    .feature-tile p {
        font-size: 0.9rem;
        line-height: 1.45;
    }

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

    .story-copy,
    .editorial-copy,
    .section,
    .chapters-section,
    .voices-section {
        padding: 3.5rem 1.15rem;
    }

    h2,
    .contact-shell h2 {
        font-size: clamp(1.65rem, 7.4vw, 2.12rem);
        line-height: 1.12;
    }

    .section-heading {
        margin-bottom: 1.45rem;
        text-align: left;
    }

    .story-copy {
        gap: 0.95rem;
    }

    .story-copy p:not(.section-label),
    .editorial-copy p,
    .section-heading p:not(.section-label) {
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .story-tags {
        gap: 0.55rem;
    }

    .story-tags span {
        padding: 0.72rem 0.78rem;
        font-size: 0.88rem;
    }

    .story-photo,
    .editorial-image {
        min-height: 340px;
    }

    .story-photo::before {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        height: 6px;
        background: linear-gradient(90deg, var(--leaf), var(--orange));
    }

    .story-photo figcaption {
        right: 1.15rem;
        bottom: 1rem;
        left: 1.15rem;
        max-width: none;
        font-size: 0.95rem;
    }

    .editorial-copy {
        gap: 0.9rem;
    }

    .roots-section {
        padding-top: 3.6rem;
        padding-bottom: 3.6rem;
    }

    .carousel-stage {
        min-height: 470px;
    }

    .carousel-card h3 {
        font-size: clamp(1.55rem, 7vw, 1.95rem);
        line-height: 1.12;
    }

    .carousel-card p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .carousel-nav {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        gap: 0.55rem;
    }

    .carousel-dots {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .chapter-mosaic {
        width: 100%;
        grid-auto-rows: 190px;
        gap: 0.75rem;
    }

    .chapter-tile {
        padding: 0.85rem;
    }

    .chapter-tile h3 {
        font-size: 1.02rem;
    }

    .voices-section {
        gap: 1.5rem;
    }

    .voice-list blockquote {
        padding: 1rem;
    }

    .voice-list p {
        font-size: 0.96rem;
    }

    .contact-cta {
        padding: 3.4rem 1.15rem;
    }

    .contact-shell {
        gap: 1.3rem;
    }

    .footer-inner {
        padding: 2.5rem 1.15rem;
        gap: 1.5rem;
    }

    .footer-bottom {
        padding: 1rem 1.15rem 5rem;
    }

    .floating-actions {
        right: 0.75rem;
        bottom: 0.75rem;
        gap: 0.45rem;
    }

    .floating-action {
        width: 44px;
        height: 44px;
    }

    .floating-action svg {
        width: 21px;
        height: 21px;
    }

    .page-hero {
        min-height: calc(100svh - 72px);
        padding: 4.4rem 1.15rem 2.7rem;
    }

    .page-hero-media::before {
        background:
            linear-gradient(90deg, rgba(12, 14, 10, 0.95) 0%, rgba(12, 14, 10, 0.74) 62%, rgba(12, 14, 10, 0.42) 100%),
            linear-gradient(180deg, rgba(12, 14, 10, 0.12) 0%, rgba(12, 14, 10, 0.72) 100%);
    }

    .page-hero-copy h1 {
        font-size: clamp(1.85rem, 9vw, 2.35rem);
    }

    .page-hero-note {
        width: 100%;
        padding: 0.85rem 0.95rem;
    }

    .event-intro,
    .event-formats,
    .event-showcase,
    .event-process,
    .project-chapter,
    .project-testimonials,
    .project-press,
    .projects-overview,
    .project-clean-section,
    .project-clean-testimonials,
    .project-clean-press,
    .press-feature,
    .press-list-section,
    .press-tv-strip,
    .contact-form-section,
    .client-portfolio,
    .client-proof,
    .client-network,
    .client-gallery-section,
    .client-testimonials,
    .client-statement {
        padding: 3.5rem 1.15rem;
    }

    .event-intro-panel,
    .event-format-card,
    .event-process-line article {
        padding: 1rem;
    }

    .event-gallery {
        grid-auto-rows: 270px;
        gap: 0.75rem;
    }

    .event-gallery-item figcaption p {
        font-size: 0.78rem;
    }

    .client-proof-card {
        min-height: 310px;
    }

    .client-proof-card.is-featured {
        min-height: 380px;
    }

    .project-title-band {
        grid-template-columns: 1fr;
        gap: 0.35rem;
        margin-bottom: 1rem;
        border-bottom-width: 8px;
    }

    .project-title-band h2 {
        font-size: clamp(1.9rem, 11vw, 3rem);
        line-height: 0.98;
    }

    .project-title-band.is-soft h2 {
        font-size: clamp(1.5rem, 8vw, 2.2rem);
    }

    .project-text-panel {
        padding: 1rem;
    }

    .project-text-panel p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .project-mosaic,
    .dinner-gallery {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 0.75rem;
    }

    .project-mosaic-item,
    .project-mosaic-item.is-wide,
    .project-mosaic-item.is-tall,
    .project-mosaic-item.is-panorama,
    .project-mosaic-item.is-leaf,
    .dinner-card,
    .dinner-card.is-wide,
    .dinner-card.is-tall,
    .dinner-card.is-portrait {
        grid-column: span 1;
        grid-row: span 1;
        min-height: 300px;
    }

    .project-mosaic-item.is-leaf {
        min-height: 220px;
    }

    .testimonial-original {
        min-height: 420px;
    }

    .testimonial-grid,
    .press-strip {
        grid-template-columns: 1fr;
    }

    .testimonial-grid blockquote {
        min-height: auto;
    }

    .press-strip figure {
        min-height: 420px;
    }

    .client-portfolio::before,
    .client-portfolio::after {
        display: none;
    }

    .client-portfolio-grid {
        width: 100%;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 0.75rem;
    }

    .client-portfolio-card,
    .client-portfolio-card.is-hero,
    .client-portfolio-card.is-wide {
        grid-column: span 1;
        grid-row: span 1;
        min-height: 320px;
        border-width: 4px;
    }

    .client-portfolio-card p,
    .client-portfolio-card:not(.is-hero):not(.is-wide) p {
        display: block;
        font-size: 0.82rem;
        line-height: 1.38;
    }

    .client-portfolio-card h3 {
        font-size: clamp(1.08rem, 5.6vw, 1.55rem);
    }

    .client-network-grid,
    .client-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .client-statement figure {
        min-height: 400px;
    }

    .client-gallery {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
        gap: 0.75rem;
    }

    .client-gallery-card p {
        font-size: 0.78rem;
    }

    .internal-hero {
        padding: 1.4rem 1.15rem 0;
        gap: 0.85rem;
    }

    .internal-hero-copy,
    .internal-hero-aside {
        padding: 1rem;
    }

    .internal-hero-copy h1 {
        font-size: clamp(1.55rem, 7.4vw, 2rem);
    }

    .internal-feature-image {
        min-height: 250px;
    }

    .internal-feature-image figcaption {
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
        max-width: none;
        font-size: 0.9rem;
    }

    .internal-quick-nav {
        gap: 0.5rem;
        padding-bottom: 2rem;
    }

    .internal-quick-nav a {
        flex: 1 1 auto;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .brand img {
        width: 42px;
        height: 42px;
    }

    .brand strong {
        font-size: 0.92rem;
    }

    .brand small {
        font-size: 0.56rem;
    }

    .site-nav a {
        font-size: 0.95rem;
    }

    .home-hero {
        padding-top: 3.8rem;
    }

    .home-hero h1 {
        font-size: clamp(1.9rem, 10.4vw, 2.28rem);
    }

    .featured-calls {
        width: calc(100% - 1.5rem);
    }

    .story-copy,
    .editorial-copy,
    .section,
    .chapters-section,
    .voices-section,
    .event-intro,
    .event-formats,
    .event-showcase,
    .event-process,
    .project-chapter,
    .project-testimonials,
    .project-press,
    .client-portfolio,
    .client-proof,
    .client-network,
    .client-gallery-section,
    .client-testimonials,
    .client-statement {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .page-hero-copy h1 {
        font-size: clamp(1.78rem, 9.4vw, 2.18rem);
    }

    .internal-hero {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .internal-hero-copy h1 {
        font-size: clamp(1.42rem, 7vw, 1.82rem);
    }
}
