:root {
  --vno-ink: #080808;
  --vno-paper: #f5f5f2;
  --vno-white: #fff;
  --vno-muted: #73736f;
  --vno-line: #d8d8d2;
  --vno-amber: #f4a000;
  --vno-charcoal: #181818;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--vno-paper); color: var(--vno-ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--vno-amber); color: var(--vno-ink); }
.vno-shell { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.vno-main { min-height: 55vh; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.vno-skip-link { position: fixed; top: -100px; left: 16px; z-index: 99999; padding: 12px 18px; background: var(--vno-amber); color: var(--vno-ink); font-weight: 800; }
.vno-skip-link:focus { top: 16px; }

.vno-header { position: relative; z-index: 50; background: var(--vno-ink); color: var(--vno-white); }
.vno-header-main { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.vno-brand { display: flex; align-items: center; gap: 13px; }
.vno-brand-logo, .custom-logo-link { display: block; flex: 0 0 auto; }
.vno-brand-logo img, .custom-logo { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; }
.vno-brand-copy { display: flex; flex-direction: column; gap: 3px; }
.vno-brand-copy strong { font-size: 14px; letter-spacing: .15em; }
.vno-brand-copy small { color: #aaa; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.vno-header-note { margin: 0; color: #8d8d8d; font-size: 10px; letter-spacing: .25em; font-weight: 700; }
.vno-header-cta { display: inline-flex; align-items: center; gap: 18px; padding: 12px 0; color: var(--vno-amber); border-bottom: 1px solid #4a4a4a; font-size: 11px; letter-spacing: .16em; font-weight: 800; }
.vno-header-cta span { color: var(--vno-white); font-size: 18px; }
.vno-menu-toggle { display: none; width: 45px; height: 45px; padding: 10px; border: 1px solid #444; background: transparent; cursor: pointer; }
.vno-menu-toggle > span { display: block; height: 2px; margin: 5px 0; background: #fff; }
.vno-primary-nav { border-top: 1px solid #242424; border-bottom: 1px solid #242424; overflow-x: auto; scrollbar-width: none; }
.vno-primary-nav::-webkit-scrollbar { display: none; }
.vno-primary-nav .menu { min-width: max-content; display: flex; margin: 0; padding: 0; list-style: none; }
.vno-primary-nav li { margin: 0; }
.vno-primary-nav a { position: relative; display: block; padding: 17px 15px 16px; color: #bcbcbc; font-size: 10px; letter-spacing: .1em; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.vno-primary-nav li:first-child a { padding-left: 0; }
.vno-primary-nav a:hover, .vno-primary-nav .current-menu-item > a, .vno-primary-nav .current_page_item > a { color: #fff; }
.vno-primary-nav .current-menu-item > a::after, .vno-primary-nav .current_page_item > a::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: -1px; height: 3px; background: var(--vno-amber); }
.vno-primary-nav li:first-child.current-menu-item > a::after { left: 0; }

.vno-hero { min-height: 690px; position: relative; overflow: hidden; color: var(--vno-white); display: flex; align-items: center; }
.vno-hero-image, .vno-hero-overlay { position: absolute; inset: 0; }
.vno-hero-image { background: url('../images/reference-home.jpg') center -230px / max(1800px, 100vw) auto no-repeat; filter: saturate(.75) contrast(1.06); }
.vno-hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.93), rgba(0,0,0,.73) 43%, rgba(0,0,0,.14) 74%, rgba(0,0,0,.42)), linear-gradient(0deg, rgba(0,0,0,.8), transparent 40%); }
.vno-hero-word { position: absolute; right: -30px; bottom: -40px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.18); font-size: clamp(150px, 19vw, 330px); line-height: .8; font-weight: 900; letter-spacing: -.08em; }
.vno-hero-content { position: relative; z-index: 2; padding-block: 90px 110px; }
.vno-eyebrow { display: flex; align-items: center; gap: 12px; color: #d4d4d4; font-size: 11px; font-weight: 800; letter-spacing: .22em; }
.vno-eyebrow span { width: 48px; height: 3px; background: var(--vno-amber); }
.vno-hero h1 { max-width: 820px; margin: 28px 0 24px; font-size: clamp(52px, 6vw, 88px); line-height: .94; letter-spacing: -.055em; font-weight: 900; }
.vno-hero h1 br:last-of-type + * { color: var(--vno-amber); }
.vno-hero-intro { max-width: 660px; margin: 0; color: #dedede; font-size: 17px; line-height: 1.65; }
.vno-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.vno-button { min-height: 50px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-size: 11px; letter-spacing: .15em; font-weight: 900; text-transform: uppercase; transition: .2s ease; }
.vno-button-primary { background: var(--vno-amber); color: var(--vno-ink); }
.vno-button-primary:hover { background: #ffb41e; transform: translateY(-2px); }
.vno-button-ghost { border-color: rgba(255,255,255,.45); color: var(--vno-white); backdrop-filter: blur(3px); }
.vno-button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.vno-hero-index { position: absolute; left: 50%; transform: translateX(-50%); bottom: 24px; z-index: 3; display: flex; align-items: center; gap: 14px; color: #cfcfcf; font-size: 9px; letter-spacing: .2em; }
.vno-hero-index span:first-child { color: var(--vno-amber); }
.vno-hero-index i { width: 90px; height: 1px; background: rgba(255,255,255,.35); }

.vno-ledger { background: #fff; border-bottom: 1px solid var(--vno-line); }
.vno-ledger-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.vno-ledger-grid div { padding: 28px 22px; border-right: 1px solid var(--vno-line); display: flex; align-items: baseline; gap: 12px; }
.vno-ledger-grid div:first-child { border-left: 1px solid var(--vno-line); }
.vno-ledger-grid strong { font-size: 30px; letter-spacing: -.04em; }
.vno-ledger-grid span { color: var(--vno-muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.vno-section { padding-block: 100px; }
.vno-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 44px; }
.vno-section-heading > div > span, .vno-mini-label { display: block; margin-bottom: 12px; color: var(--vno-amber); font-size: 10px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.vno-section-heading h2, .vno-podcast-copy h2 { max-width: 760px; margin: 0; font-size: clamp(36px, 4.4vw, 62px); line-height: 1; letter-spacing: -.045em; }
.vno-section-heading.is-inverted h2 { color: #fff; }
.vno-arrow-link { display: inline-flex; align-items: center; gap: 18px; font-size: 10px; font-weight: 900; letter-spacing: .14em; white-space: nowrap; }
.vno-arrow-link b { color: var(--vno-amber); font-size: 20px; transition: transform .2s ease; }
.vno-arrow-link:hover b { transform: translateX(5px); }

.vno-feature-grid { display: grid; grid-template-columns: 1.75fr 1fr; gap: 18px; }
.vno-feature-story { min-height: 262px; position: relative; overflow: hidden; padding: 34px; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(145deg, rgba(22,22,22,.82), #080808), var(--vno-card-image), linear-gradient(135deg,#2a2a2a,#0b0b0b); background-size: cover; background-position: center; border: 1px solid #2f2f2f; }
.vno-feature-story::before { content: ""; position: absolute; inset: -40%; background: repeating-linear-gradient(110deg, transparent 0 38px, rgba(255,255,255,.06) 39px 40px); transform: rotate(-5deg); }
.vno-feature-story.is-lead { grid-row: span 2; min-height: 542px; }
.vno-feature-story > * { position: relative; z-index: 1; }
.vno-feature-number { position: absolute; top: 26px; right: 28px; color: rgba(255,255,255,.18); font-size: 52px; font-weight: 900; }
.vno-feature-story > p { color: var(--vno-amber); font-size: 10px; letter-spacing: .2em; font-weight: 900; text-transform: uppercase; }
.vno-feature-story h3 { max-width: 650px; margin: 12px 0; font-size: clamp(25px, 3vw, 48px); line-height: 1.05; letter-spacing: -.035em; }
.vno-feature-story:not(.is-lead) h3 { font-size: 26px; }
.vno-feature-story > span { max-width: 600px; margin-bottom: 24px; color: #bfbfbf; font-size: 14px; line-height: 1.55; }

.vno-dark-section { padding-block: 100px; color: #fff; background-color: var(--vno-ink); background-image: linear-gradient(115deg, transparent 40%, rgba(244,160,0,.08)), repeating-linear-gradient(74deg, transparent 0 105px, rgba(255,255,255,.035) 106px 107px); }
.vno-norm-preview-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #383838; border-left: 1px solid #383838; }
.vno-norm-preview-grid article { min-height: 260px; padding: 28px; border-right: 1px solid #383838; border-bottom: 1px solid #383838; display: flex; flex-direction: column; }
.vno-norm-preview-grid article > span { color: var(--vno-amber); font-size: 11px; font-weight: 900; }
.vno-norm-preview-grid h3 { margin: auto 0 12px; font-size: 24px; }
.vno-norm-preview-grid p { margin: 0; color: #9e9e9e; font-size: 13px; line-height: 1.55; }
.vno-podcast-preview { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.vno-podcast-copy > p { max-width: 520px; margin: 26px 0; color: #666; font-size: 16px; line-height: 1.7; }
.vno-podcast-art { min-height: 400px; padding: 42px; color: #fff; display: flex; flex-direction: column; justify-content: space-between; background: radial-gradient(circle at 73% 35%, rgba(244,160,0,.35), transparent 18%), repeating-linear-gradient(105deg, #111 0 70px, #191919 71px 72px); border: 1px solid #282828; }
.vno-play { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; background: var(--vno-amber); color: #080808; padding-left: 4px; box-shadow: 0 0 0 12px rgba(244,160,0,.15); }
.vno-podcast-art div { display: flex; flex-direction: column; gap: 10px; }
.vno-podcast-art small { color: var(--vno-amber); font-size: 10px; letter-spacing: .18em; }
.vno-podcast-art strong { font-size: clamp(30px, 3.5vw, 50px); line-height: .95; }
.vno-mentoria-band { padding-block: 65px; background: var(--vno-amber); }
.vno-mentoria-band-inner { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 55px; align-items: center; }
.vno-mentoria-band-inner > div > span { font-size: 10px; letter-spacing: .2em; font-weight: 900; }
.vno-mentoria-band h2 { margin: 7px 0 0; font-size: clamp(32px, 4vw, 54px); line-height: .98; }
.vno-mentoria-band p { margin: 0; line-height: 1.55; }
.vno-mentoria-band .vno-arrow-link b { color: #080808; }

.vno-editorial-hero, .vno-single-header { padding-block: 105px; color: #fff; background: radial-gradient(circle at 88% 38%, rgba(244,160,0,.18), transparent 13%), repeating-linear-gradient(103deg, #0a0a0a 0 90px, #101010 91px 92px); }
.vno-editorial-hero-grid { display: grid; grid-template-columns: 1.25fr .55fr; gap: 80px; align-items: end; }
.vno-page-eyebrow { color: var(--vno-amber); font-size: 11px; letter-spacing: .21em; font-weight: 900; text-transform: uppercase; }
.vno-editorial-hero h1, .vno-single-header h1, .vno-about-hero h1, .vno-advertise-hero h1, .vno-mentoria-hero h1 { max-width: 920px; margin: 22px 0 25px; font-size: clamp(48px, 5.5vw, 78px); line-height: .97; letter-spacing: -.055em; }
.vno-editorial-hero-grid > div:first-child > p:last-child, .vno-single-header-inner > p { max-width: 720px; color: #b5b5b5; font-size: 17px; line-height: 1.65; }
.vno-marker-box { min-height: 280px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #414141; background: rgba(255,255,255,.025); }
.vno-marker-box span { color: transparent; -webkit-text-stroke: 1px #6b6b6b; font-weight: 900; font-size: clamp(54px, 6vw, 90px); letter-spacing: -.07em; writing-mode: vertical-rl; align-self: flex-end; }
.vno-marker-box b { color: var(--vno-amber); font-size: 9px; letter-spacing: .18em; }
.vno-norm-notice { padding-block: 30px; color: #fff; background: #161616; }
.vno-norm-notice > div { display: grid; grid-template-columns: .25fr 1fr; gap: 55px; align-items: start; }
.vno-norm-notice strong { color: var(--vno-amber); font-size: 10px; letter-spacing: .2em; }
.vno-norm-notice p { margin: 0; color: #aaa; line-height: 1.6; }
.vno-listing-topline { padding-bottom: 16px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--vno-ink); color: #6a6a6a; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.vno-card-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.vno-content-card { margin: 0; background: #fff; border: 1px solid var(--vno-line); }
.vno-content-card:nth-child(4n+1) { grid-column: span 2; }
.vno-card-visual { min-height: 220px; position: relative; overflow: hidden; padding: 24px; color: #fff; display: block; background: linear-gradient(145deg, rgba(20,20,20,.72), #080808), var(--vno-card-image), radial-gradient(circle at 75% 34%, rgba(244,160,0,.25), transparent 8%), linear-gradient(145deg,#343434,#080808); background-size: cover; background-position: center; }
.vno-card-visual::before, .vno-card-visual::after { content: ""; position: absolute; inset: -30%; border: 1px solid rgba(255,255,255,.12); transform: rotate(29deg); }
.vno-card-visual::after { inset: -10% 26%; transform: rotate(-17deg); }
.vno-card-visual > span { position: relative; z-index: 1; color: rgba(255,255,255,.45); font-size: 11px; font-weight: 900; }
.vno-card-visual i { width: 76px; height: 2px; position: absolute; right: 25px; bottom: 25px; z-index: 1; background: var(--vno-amber); }
.vno-card-copy { padding: 25px; }
.vno-card-label { color: var(--vno-amber) !important; font-size: 9px !important; letter-spacing: .19em; font-weight: 900; text-transform: uppercase; }
.vno-card-copy h2 { margin: 12px 0; font-size: 24px; line-height: 1.1; letter-spacing: -.025em; }
.vno-card-copy > p { color: #666; font-size: 13px; line-height: 1.6; }
.vno-card-link { margin-top: 24px; padding-top: 14px; display: flex; justify-content: space-between; border-top: 1px solid var(--vno-line); color: #777; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.vno-card-link span { color: var(--vno-amber); font-size: 17px; }
.vno-pagination { margin-top: 50px; }
.vno-pagination .nav-links { display: flex; justify-content: center; align-items: center; gap: 6px; }
.vno-pagination .page-numbers { min-width: 42px; height: 42px; padding: 0 12px; display: grid; place-items: center; border: 1px solid var(--vno-line); font-size: 11px; font-weight: 800; }
.vno-pagination .current, .vno-pagination a:hover { background: var(--vno-amber); border-color: var(--vno-amber); }
.vno-empty { padding: 90px 30px; text-align: center; border: 1px solid var(--vno-line); }
.vno-empty > span { color: var(--vno-amber); font-size: 10px; letter-spacing: .2em; font-weight: 900; }
.vno-empty h2 { max-width: 720px; margin: 22px auto; font-size: clamp(32px,4vw,54px); }
.vno-empty p { color: #666; }

.vno-single-header-inner { max-width: 1000px; }
.vno-single-header h1 { max-width: 1000px; }
.vno-single-meta { display: flex; gap: 25px; margin-top: 30px; color: #858585; font-size: 9px; letter-spacing: .17em; }
.vno-single-image { margin-top: 60px; }
.vno-single-image img { width: 100%; max-height: 720px; object-fit: cover; }
.vno-entry-content { width: min(820px, calc(100% - 40px)); margin-inline: auto; padding-block: 70px; font-size: 18px; line-height: 1.78; }
.vno-entry-content > * { max-width: 100%; }
.vno-entry-content h2 { margin-top: 1.6em; font-size: clamp(30px,4vw,46px); letter-spacing: -.035em; }
.vno-entry-content h3 { margin-top: 1.5em; font-size: 27px; }
.vno-entry-content a { color: #a66d00; text-decoration: underline; text-underline-offset: 3px; }
.vno-entry-content .alignwide { width: min(1100px, 100vw - 40px); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.vno-entry-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.vno-single-footer { border-top: 1px solid var(--vno-line); }
.vno-single-footer .vno-entry-content { padding-block: 35px; }

.vno-about-hero { min-height: 680px; padding-block: 90px; display: grid; grid-template-columns: 1fr .86fr; gap: 70px; align-items: center; }
.vno-about-summary { max-width: 680px; color: #555; font-size: 17px; line-height: 1.7; }
.vno-about-summary h2 { font-size: 29px; }
.vno-daniel-portrait { min-height: 580px; background: linear-gradient(0deg, rgba(0,0,0,.1), transparent), url('../images/reference-sobre.jpg') right -190px / 1200px auto no-repeat; border: 1px solid var(--vno-line); }
.vno-about-points { margin-top: 35px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--vno-line); }
.vno-about-points span { position: relative; padding: 17px 10px 17px 22px; border-bottom: 1px solid var(--vno-line); font-size: 12px; font-weight: 700; }
.vno-about-points span::before { content: ""; width: 7px; height: 7px; position: absolute; left: 0; top: 21px; background: var(--vno-amber); }
.vno-black-quote { padding-block: 70px; color: #fff; background: var(--vno-ink); }
.vno-black-quote > div { display: grid; grid-template-columns: .45fr 1fr; gap: 70px; align-items: center; }
.vno-black-quote span { color: var(--vno-amber); font-size: 11px; font-weight: 900; line-height: 1.5; letter-spacing: .18em; }
.vno-black-quote blockquote { margin: 0; font-size: clamp(31px,3.8vw,54px); line-height: 1.08; letter-spacing: -.035em; }
.vno-method-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--vno-ink); border-left: 1px solid var(--vno-line); }
.vno-method-grid article { min-height: 280px; padding: 30px; border-right: 1px solid var(--vno-line); border-bottom: 1px solid var(--vno-line); }
.vno-method-grid span { color: var(--vno-amber); font-size: 11px; font-weight: 900; }
.vno-method-grid h3 { margin: 90px 0 12px; font-size: 22px; }
.vno-method-grid p { margin: 0; color: #666; font-size: 13px; line-height: 1.6; }

.vno-mentoria-hero { padding-block: 105px; color: #fff; background: radial-gradient(circle at 80% 45%, #2c2c2c, #090909 40%); }
.vno-mentoria-hero-grid { display: grid; grid-template-columns: 1.2fr .65fr; gap: 70px; align-items: center; }
.vno-mentoria-hero h1 em { color: var(--vno-amber); font-style: normal; }
.vno-hero-page-copy { max-width: 720px; color: #b8b8b8; font-size: 17px; line-height: 1.65; }
.vno-hero-page-copy h2 { color: #fff; font-size: 29px; }
.vno-hero-page-copy ul { padding-left: 1.1em; }
.vno-mentoria-hero .vno-button { margin-top: 25px; }
.vno-mentoria-seal { aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #494949; border-radius: 50%; outline: 1px solid #282828; outline-offset: 14px; }
.vno-mentoria-seal span { color: var(--vno-amber); font-size: 16px; letter-spacing: .38em; font-weight: 900; }
.vno-mentoria-seal strong { font-size: clamp(36px,4vw,60px); letter-spacing: -.05em; }
.vno-mentoria-seal small { margin-top: 13px; color: #888; font-size: 8px; letter-spacing: .2em; }
.vno-proof { padding-block: 100px; color: #fff; background: var(--vno-ink); text-align: center; }
.vno-proof p { color: var(--vno-amber); font-size: 10px; letter-spacing: .2em; font-weight: 900; }
.vno-proof h2 { max-width: 950px; margin: 25px auto 35px; font-size: clamp(38px,5vw,68px); line-height: 1.03; letter-spacing: -.045em; }
.vno-proof a { color: var(--vno-amber); font-size: 11px; letter-spacing: .16em; font-weight: 900; }

.vno-social-directory { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin-block: 90px; padding: 1px; background: var(--vno-ink); }
.vno-social-directory > a { min-height: 210px; padding: 28px; display: grid; grid-template-columns: 42px 1fr auto; gap: 24px; align-items: center; background: var(--vno-paper); transition: .2s ease; }
.vno-social-directory > a:hover { background: var(--vno-amber); }
.vno-social-directory > a > span { color: #777; font-size: 10px; }
.vno-social-directory small { color: #777; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.vno-social-directory h2 { margin: 6px 0 0; font-size: 27px; }
.vno-social-directory b { font-size: 24px; }

.vno-advertise-hero { padding-block: 120px; color: #fff; background: radial-gradient(circle at 80% 50%, rgba(244,160,0,.24), transparent 20%), repeating-linear-gradient(110deg,#080808 0 105px,#101010 106px 108px); }
.vno-advertise-hero h1 { max-width: 980px; }
.vno-advertise-hero .vno-hero-page-copy { margin-bottom: 35px; }
.vno-offer-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--vno-ink); border-left: 1px solid var(--vno-line); }
.vno-offer-grid article { min-height: 270px; padding: 28px; border-right: 1px solid var(--vno-line); border-bottom: 1px solid var(--vno-line); }
.vno-offer-grid span { color: var(--vno-amber); font-size: 10px; font-weight: 900; }
.vno-offer-grid h3 { margin: 80px 0 12px; font-size: 23px; }
.vno-offer-grid p { margin: 0; color: #666; font-size: 13px; line-height: 1.6; }
.vno-contact-panel { padding-block: 90px; color: #fff; background: #171717; }
.vno-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.vno-contact-grid p, .vno-contact-grid > div:last-child > span { color: var(--vno-amber); font-size: 10px; letter-spacing: .2em; font-weight: 900; }
.vno-contact-grid h2 { margin: 15px 0 0; font-size: clamp(40px,5vw,68px); line-height: 1; }
.vno-contact-grid > div:last-child { display: flex; flex-direction: column; gap: 14px; }
.vno-contact-grid a { padding-bottom: 15px; border-bottom: 1px solid #555; font-size: clamp(25px,3vw,42px); }
.vno-contact-grid small { color: #888; line-height: 1.5; }
.vno-page-content { min-height: 360px; }

.vno-error-page { min-height: 65vh; padding-block: 100px; display: grid; place-items: center; text-align: center; }
.vno-error-page span { color: transparent; -webkit-text-stroke: 1px #aaa; font-size: 110px; font-weight: 900; }
.vno-error-page h1 { margin: 10px 0 20px; font-size: clamp(40px,6vw,78px); }
.vno-error-page p { margin-bottom: 35px; color: #666; }

.vno-social-strip { padding-block: 34px; background: var(--vno-amber); }
.vno-social-strip-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.vno-social-strip p { margin: 0; display: flex; align-items: baseline; gap: 28px; }
.vno-social-strip strong { font-size: clamp(20px,3vw,35px); letter-spacing: -.03em; }
.vno-social-strip p span { font-size: 12px; letter-spacing: .18em; }
.vno-social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.vno-social-links a { padding: 11px 14px; display: flex; gap: 10px; align-items: center; border: 1px solid rgba(0,0,0,.4); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.vno-social-links a:hover { background: var(--vno-ink); color: #fff; }
.vno-footer { padding: 72px 0 22px; background: var(--vno-ink); color: #fff; }
.vno-footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .9fr 1fr; gap: 70px; }
.vno-footer-grid h2 { margin: 0 0 22px; color: var(--vno-amber); font-size: 10px; letter-spacing: .2em; }
.vno-footer-grid > div:not(.vno-footer-about) { display: flex; flex-direction: column; gap: 14px; }
.vno-footer-grid a, .vno-footer-grid span { color: #aaa; font-size: 12px; }
.vno-footer-grid a:hover { color: #fff; }
.vno-footer-about p { max-width: 330px; margin-top: 25px; color: #777; font-size: 13px; line-height: 1.65; }
.vno-footer-action { color: var(--vno-amber) !important; margin-top: 8px; }
.vno-footer-bottom { margin-top: 60px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid #2d2d2d; color: #666; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

a:focus-visible, button:focus-visible { outline: 3px solid var(--vno-amber); outline-offset: 4px; }

@media (max-width: 1000px) {
  .vno-shell { width: min(100% - 40px,1280px); }
  .vno-header-note { display: none; }
  .vno-ledger-grid { grid-template-columns: repeat(2,1fr); }
  .vno-ledger-grid div:nth-child(3) { border-left: 1px solid var(--vno-line); }
  .vno-feature-grid { grid-template-columns: 1fr 1fr; }
  .vno-feature-story.is-lead { grid-column: span 2; grid-row: auto; min-height: 430px; }
  .vno-norm-preview-grid { grid-template-columns: repeat(2,1fr); }
  .vno-podcast-preview { gap: 40px; }
  .vno-mentoria-band-inner { grid-template-columns: 1fr 1fr; }
  .vno-mentoria-band-inner .vno-arrow-link { grid-column: span 2; }
  .vno-editorial-hero-grid, .vno-about-hero, .vno-mentoria-hero-grid { grid-template-columns: 1fr; }
  .vno-daniel-portrait { min-height: 620px; }
  .vno-marker-box { min-height: 170px; flex-direction: row; align-items: flex-end; }
  .vno-marker-box span { writing-mode: horizontal-tb; }
  .vno-method-grid { grid-template-columns: repeat(2,1fr); }
  .vno-card-grid { grid-template-columns: repeat(2,1fr); }
  .vno-content-card:nth-child(4n+1) { grid-column: span 1; }
  .vno-offer-grid { grid-template-columns: repeat(2,1fr); }
  .vno-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .vno-footer-grid > div:last-child { grid-column: span 3; }
}

@media (max-width: 720px) {
  .vno-shell { width: min(100% - 28px,1280px); }
  .vno-header-main { min-height: 80px; }
  .vno-brand-copy strong { font-size: 12px; }
  .vno-brand-copy small, .vno-header-cta { display: none; }
  .vno-brand-logo img, .custom-logo { width: 48px; height: 48px; }
  .vno-menu-toggle { display: block; }
  .vno-primary-nav { display: none; overflow: visible; }
  .vno-primary-nav.is-open { display: block; }
  .vno-primary-nav .menu { min-width: 0; padding-block: 10px; flex-direction: column; }
  .vno-primary-nav a, .vno-primary-nav li:first-child a { padding: 13px 0; font-size: 10px; border-bottom: 1px solid #242424; }
  .vno-primary-nav .current-menu-item > a::after, .vno-primary-nav .current_page_item > a::after { left: 0; right: auto; width: 35px; }
  .vno-hero { min-height: 675px; }
  .vno-hero-image { background-size: 1800px auto; background-position: 51% -230px; }
  .vno-hero-overlay { background: linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.5)), linear-gradient(0deg,rgba(0,0,0,.9),transparent); }
  .vno-hero-content { padding-block: 75px 100px; }
  .vno-hero h1 { font-size: clamp(43px,13vw,65px); }
  .vno-hero-intro { font-size: 15px; }
  .vno-hero-word { display: none; }
  .vno-actions { flex-direction: column; }
  .vno-button { width: 100%; }
  .vno-ledger-grid { grid-template-columns: 1fr; }
  .vno-ledger-grid div, .vno-ledger-grid div:nth-child(3) { border-left: 1px solid var(--vno-line); }
  .vno-section { padding-block: 72px; }
  .vno-section-heading { align-items: flex-start; flex-direction: column; }
  .vno-section-heading h2, .vno-podcast-copy h2 { font-size: 39px; }
  .vno-feature-grid { grid-template-columns: 1fr; }
  .vno-feature-story.is-lead { grid-column: auto; min-height: 420px; }
  .vno-feature-story { min-height: 310px; }
  .vno-norm-preview-grid { grid-template-columns: 1fr; }
  .vno-norm-preview-grid article { min-height: 220px; }
  .vno-podcast-preview { grid-template-columns: 1fr; }
  .vno-podcast-art { min-height: 330px; padding: 28px; }
  .vno-mentoria-band-inner { grid-template-columns: 1fr; gap: 28px; }
  .vno-mentoria-band-inner .vno-arrow-link { grid-column: auto; }
  .vno-editorial-hero, .vno-single-header, .vno-mentoria-hero, .vno-advertise-hero { padding-block: 78px; }
  .vno-editorial-hero-grid { gap: 45px; }
  .vno-editorial-hero h1, .vno-single-header h1, .vno-about-hero h1, .vno-advertise-hero h1, .vno-mentoria-hero h1 { font-size: 44px; }
  .vno-marker-box { min-height: 125px; }
  .vno-marker-box span { font-size: 48px; }
  .vno-norm-notice > div { grid-template-columns: 1fr; gap: 18px; }
  .vno-card-grid { grid-template-columns: 1fr; }
  .vno-card-visual { min-height: 190px; }
  .vno-listing-topline { gap: 20px; }
  .vno-about-hero { padding-block: 65px; gap: 40px; }
  .vno-daniel-portrait { min-height: 500px; background-size: 1000px auto; background-position: right -150px; }
  .vno-about-points { grid-template-columns: 1fr; }
  .vno-black-quote > div { grid-template-columns: 1fr; gap: 28px; }
  .vno-method-grid { grid-template-columns: 1fr; }
  .vno-method-grid h3 { margin-top: 65px; }
  .vno-mentoria-seal { width: min(88vw,420px); margin-inline: auto; }
  .vno-social-directory { grid-template-columns: 1fr; margin-block: 65px; }
  .vno-social-directory > a { min-height: 160px; grid-template-columns: 28px 1fr auto; gap: 14px; padding: 20px; }
  .vno-social-directory h2 { font-size: 20px; }
  .vno-offer-grid { grid-template-columns: 1fr; }
  .vno-contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .vno-contact-grid a { font-size: 22px; overflow-wrap: anywhere; }
  .vno-social-strip-inner, .vno-social-strip p { align-items: flex-start; flex-direction: column; }
  .vno-social-strip p { gap: 8px; }
  .vno-footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 28px; }
  .vno-footer-about { grid-column: span 2; }
  .vno-footer-grid > div:last-child { grid-column: span 2; }
  .vno-footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
