@font-face {
  font-family: "Readex Pro";
  src: url("/assets/fonts/ReadexPro-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 160 700;
  font-display: swap;
}
:root {
  --color-chumbo: #40403f;
  --color-ink: #1d1f25;
  --color-green: #d3e391;
  --color-paper: #dedede;
  --color-white: #fdfdfd;
  --wp--preset--spacing--50: 2rem;
  --wp--preset--spacing--60: 3rem;
}
*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; }
body { margin: 0; background: var(--color-paper); color: var(--color-ink); font-family: "Readex Pro", sans-serif; font-size: 1rem; line-height: 1.6; }
body.modal-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #627332; outline-offset: 5px; }
.portfolio-header :focus-visible, dialog :focus-visible, .contact-area :focus-visible { outline-color: var(--color-green); }
.container { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; transform: translateY(-200%); padding: 12px 18px; background: var(--color-green); color: var(--color-ink); }
.skip-link:focus { transform: none; }
.portfolio-header { background: var(--color-chumbo); color: var(--color-white); }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 32px; }
.brand { display: inline-block; }
.brand img { width: 215px; }
.back-link { font-size: .9rem; text-decoration: none; padding-block: 12px; }
.back-link:hover { color: var(--color-green); }
.intro { padding-top: 45px; padding-bottom: 68px; }
.eyebrow { color: var(--color-green); font-size: .875rem; font-weight: 500; letter-spacing: .1em; margin: 0 0 16px; }
h1 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 400; line-height: 1.13; letter-spacing: -.04em; }
h1 span { color: var(--color-green); }
.intro-copy { margin: 22px 0 0; color: var(--color-paper); font-size: 1.125rem; font-weight: 300; line-height: 1.7; max-width: 660px; }
.gallery-section { padding-top: 38px; padding-bottom: 80px; }
.gallery-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 32px; padding-bottom: 25px; border-bottom: 1px solid #bcbcb7; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filters button { border: 1px solid #b4b4ab; background: transparent; color: var(--color-chumbo); border-radius: 4px; padding: 11px 15px; font-size: .875rem; line-height: 1.5; min-height: 44px; transition: background .18s; }
.filters button[aria-pressed="true"] { background: var(--color-ink); border-color: var(--color-ink); color: var(--color-green); }
.filters button:hover { background: #ced3c0; color: var(--color-ink); }
.result-count { white-space: nowrap; margin: 0; font-size: .875rem; color: #55554e; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 26px; }
.video-card { min-width: 0; }
.video-link { display: block; text-decoration: none; border-radius: 5px; }
.video-cover { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--color-chumbo); border-radius: 5px; }
.video-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.video-link:hover .video-cover img { transform: scale(1.035); }
.play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 52px; height: 52px; padding-left: 3px; background: rgb(29 31 37 / 84%); border: 1px solid rgb(255 255 255 / 65%); border-radius: 50%; color: var(--color-white); font-size: 19px; transition: background .2s, color .2s; }
.video-link:hover .play-icon { background: var(--color-green); color: var(--color-ink); border-color: var(--color-green); }
.card-copy { padding-top: 14px; }
.video-type { color: #55554e; font-size: .875rem; margin: 0 0 5px; }
.video-card h2 { margin: 0; font-size: 1.125rem; font-weight: 500; line-height: 1.4; overflow-wrap: anywhere; }
.contact-area { background: var(--color-chumbo); color: var(--color-white); text-align: center; }
.contact-area #contato { padding-inline: 24px; }
.contact-area h2 { margin: 0; font-size: clamp(1.75rem, 3vw, 2rem); font-weight: 500; line-height: 1.4; }
.contact-area p { margin-inline: auto; }
.contact-area .has-raft-accent-color { color: var(--color-green); }
.contact-area .has-raft-bg-color { color: var(--color-paper); }
.contact-area .ticss-1bcf0107 { font-size: 1.25rem; max-width: 740px; margin: 24px auto 0; }
.contact-area .wp-block-button__link { display: inline-block; background: var(--color-green); color: var(--color-chumbo); border: 2px solid transparent; border-radius: 100px; padding: clamp(.6rem, 2.5vw, 1rem) clamp(1.5rem, 4vw, 2rem); text-decoration: none; font-size: 1.125rem; font-weight: 600; line-height: 1.8; }
.contact-area .wp-block-button__link:hover { text-decoration: underline; }
.contact-area hr { border: 0; border-top: 1px solid #666662; max-width: 960px; margin: 0 auto 32px; }
.contact-area footer { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; }
.contact-area figure { margin: 0; }
.contact-area nav ul { display: flex; padding: 0; margin: 0; list-style: none; gap: 20px; }
.contact-area nav a { display: grid; place-items: center; width: 44px; height: 44px; }
.contact-area nav a:hover { color: var(--color-green); }
.contact-area svg { display: block; fill: currentColor; width: 28px; height: 28px; }
.contact-area footer p { font-size: 1rem; margin: 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); border: 0; white-space: nowrap; }
dialog { width: min(1000px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 0; border: 1px solid #60605c; border-radius: 8px; color: var(--color-white); background: var(--color-ink); overflow-y: auto; }
dialog::backdrop { background: rgb(0 0 0 / 82%); }
.dialog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 18px; }
.dialog-toolbar p { margin: 0; font-size: .875rem; color: var(--color-green); }
.close-dialog { flex-shrink: 0; border: 0; color: white; background: transparent; font-size: 1.5rem; width: 44px; height: 44px; border-radius: 4px; }
.close-dialog:hover { background: #40403f; }
.player { background: #000; aspect-ratio: 16 / 9; width: 100%; max-height: 65dvh; margin: auto; }
.player.vertical { aspect-ratio: 9 / 16; width: min(100%, 34dvh); height: auto; max-height: none; }
.player iframe { width: 100%; height: 100%; border: 0; display: block; }
.dialog-copy { padding: 20px 24px 26px; }
.dialog-copy h2 { font-size: 1.375rem; font-weight: 500; margin: 0 0 8px; }
.dialog-copy p { color: var(--color-paper); margin: 0 0 14px; font-size: .9375rem; }
@media (max-width: 1000px) {
  .container { width: calc(100% - 48px); }
  .gallery-tools { align-items: flex-start; flex-direction: column; gap: 16px; }
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 36px); }
  .topbar { padding-block: 24px; gap: 12px; }
  .brand img { width: 155px; }
  .back-link { font-size: .875rem; }
  .intro { padding-top: 28px; padding-bottom: 44px; }
  .eyebrow { font-size: .875rem; letter-spacing: .025em; }
  .intro-copy { font-size: 1rem; }
  .intro-copy br { display: none; }
  .gallery-section { padding-top: 25px; padding-bottom: 52px; }
  .filters { gap: 7px; }
  .filters button { padding: 10px 12px; }
  .video-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .contact-area #contato { padding-inline: 18px; }
  .contact-area .wp-block-button__link { font-size: 1rem; }
  .contact-area .ticss-1bcf0107 { font-size: 1rem; }
  .dialog-copy { padding: 16px 18px 22px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; } }
