:root {
  --black: #0a0a0c;
  --black-soft: #0f0e0d;
  --panel: #12100e;
  --paper: #edeae4;
  --muted: #a69f92;
  --gold: #c9a96e;
  --gold-soft: #e3cba0;
  --border: rgba(201, 169, 110, 0.22);
  --border-white: rgba(237, 234, 228, 0.11);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Archivo", Arial, sans-serif;
  --wrap: min(1120px, calc(100% - 84px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  background: var(--black);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, p, blockquote, figure { margin-top: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section-v3 { padding: 130px 0; }

.skip-link {
  position: fixed;
  top: -100px;
  left: 42px;
  z-index: 1000;
  padding: 10px 18px;
  color: var(--black);
  background: var(--gold);
}
.skip-link:focus { top: 0; }

.page-rail {
  position: fixed;
  z-index: 90;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 1px;
  background: var(--border);
  pointer-events: none;
}
.page-rail span { position: absolute; top: 0; left: -5px; width: 11px; height: 11px; background: var(--gold); transform: rotate(45deg) translate(-50%, -50%); box-shadow: 0 0 18px rgba(201, 169, 110, 0.6); }

.header-v3 {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(10, 10, 12, 0.94);
  border-bottom: 1px solid var(--border-white);
  backdrop-filter: blur(16px);
}
.header-v3-inner { min-height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; }
.wordmark img { width: 184px; }
.nav-v3 { display: flex; align-items: center; justify-content: center; gap: 30px; }
.nav-v3 a { position: relative; color: var(--muted); font-size: 13px; letter-spacing: 0.13em; text-transform: uppercase; transition: color 180ms ease; }
.nav-v3 a::after { position: absolute; content: ""; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right 180ms ease; }
.nav-v3 a:hover { color: var(--paper); }
.nav-v3 a:hover::after { right: 0; }

.header-button {
  justify-self: end;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 20px;
  color: var(--gold-soft);
  border: 1px solid rgba(201, 169, 110, 0.35);
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease;
}
.header-button:hover { color: var(--black); background: var(--gold); }
.menu-v3 { display: none; }

.hero-v3 {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 84px);
  background:
    radial-gradient(circle at 76% 44%, rgba(201, 169, 110, 0.07), transparent 28%),
    linear-gradient(100deg, #09090b 0%, #0a0a0c 58%, #100e0c 100%);
}
.hero-v3::before {
  position: absolute;
  content: "Toigo";
  left: 6%;
  top: 38%;
  color: rgba(237, 234, 228, 0.018);
  font-family: var(--serif);
  font-size: clamp(120px, 20vw, 300px);
  line-height: 1;
  pointer-events: none;
}

.hero-v3-grid { min-height: calc(100vh - 84px); display: grid; grid-template-columns: 1.06fr 0.94fr; align-items: center; gap: 86px; padding-top: 72px; padding-bottom: 94px; }
.hero-v3-copy { position: relative; z-index: 2; }
.label-v3 { display: flex; align-items: center; gap: 13px; margin-bottom: 28px; color: var(--gold); font-size: 12px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; }
.label-v3 span { width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg); }
.label-v3 .label-text { width: auto; height: auto; background: none; transform: none; }

.hero-display, .section-intro-v3 h2, .office-v3 h2, .process-v3 h2, .partners-v3 h2, .faq-v3 h2, .contact-v3 h2 {
  margin-bottom: 28px;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
}
.hero-display { max-width: 670px; font-size: clamp(54px, 5.3vw, 77px); }
.hero-display em, .section-intro-v3 h2 em, .office-v3 h2 em, .process-v3 h2 em, .partners-v3 h2 em, .faq-v3 h2 em, .contact-v3 h2 em, .statement-v3 em { color: var(--gold-soft); font-weight: 400; }
.hero-v3-lead { max-width: 600px; margin-bottom: 38px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.hero-v3-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button-gold { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 13px 24px; color: #15120f; background: linear-gradient(135deg, #e3c88f, #c9a96e); border: 1px solid var(--gold); border-radius: 1px; font-size: 14px; font-weight: 500; letter-spacing: 0.035em; transition: transform 180ms ease, box-shadow 180ms ease; }
.button-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(201, 169, 110, 0.14); }
.quiet-link { padding-bottom: 5px; color: var(--muted); border-bottom: 1px solid rgba(166, 159, 146, 0.35); font-size: 14px; }
.quiet-link span { color: var(--gold); margin-left: 6px; }
.quiet-link:hover { color: var(--paper); border-color: var(--gold); }

.hero-v3-photo { position: relative; z-index: 2; height: 610px; }
.scroll-v3 { position: absolute; z-index: 3; left: 50%; bottom: 24px; display: flex; flex-direction: column; align-items: center; gap: 4px; transform: translateX(-50%); color: rgba(237,234,228,.46); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.scroll-v3 span { color: var(--gold); font-size: 16px; }

.credibility-strip { border-top: 1px solid var(--border-white); border-bottom: 1px solid var(--border-white); background: #0d0c0b; }
.credibility-grid { min-height: 74px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 30px; }
.credibility-grid p { margin: 0; color: var(--muted); font-size: 13px; text-align: center; }
.symbol { margin-right: 18px; color: var(--gold); font-family: var(--serif); font-size: 20px; }

.areas-v3 { background: var(--black); }
.section-intro-v3 { position: relative; max-width: 870px; margin-bottom: 68px; }
.section-intro-v3 h2, .office-v3 h2, .process-v3 h2, .partners-v3 h2, .faq-v3 h2 { font-size: clamp(43px, 4.4vw, 61px); }
.section-summary { position: absolute; right: -250px; bottom: 5px; width: 235px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.areas-grid-v3 { display: grid; grid-template-columns: repeat(3, 1fr); }
.area-card-v3 { position: relative; min-height: 270px; display: flex; flex-direction: column; padding: 38px 34px; border: 1px solid var(--border); margin: -1px 0 0 -1px; background: linear-gradient(140deg, rgba(201,169,110,.035), transparent 45%); transition: background 220ms ease, transform 220ms ease, border-color 220ms ease; }
.card-number { margin-bottom: 25px; color: rgba(201,169,110,.58); font-family: var(--serif); font-size: 15px; font-style: italic; }
.area-card-v3 h3 { margin-bottom: 9px; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.25; }
.area-card-v3 p { max-width: 340px; margin-bottom: 30px; color: var(--muted); font-size: 14px; }
.card-link { margin-top: auto; color: rgba(237,234,228,.58); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.card-link b { margin-left: 7px; color: var(--gold); font-size: 15px; font-weight: 400; }
.area-card-v3:hover { z-index: 1; transform: translateY(-4px); border-color: rgba(201,169,110,.48); background: linear-gradient(140deg, rgba(201,169,110,.1), rgba(18,16,14,.8)); }
.area-card-v3:hover .card-link { color: var(--paper); }

.office-v3 { background: var(--black-soft); border-top: 1px solid var(--border-white); border-bottom: 1px solid var(--border-white); }
.office-v3-grid { display: grid; grid-template-columns: 1fr .96fr; align-items: center; gap: 100px; }
.portrait { position: absolute; overflow: hidden; margin: 0; border: 1px solid var(--border); background: #171411; }
.portrait img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.42) contrast(1.05) brightness(.78); }
.portrait-greice { left: 0; top: 0; width: 57%; height: 540px; }
.portrait-greice img { object-position: center 25%; }
.portrait-marcio { right: 0; bottom: 0; width: 51%; height: 475px; box-shadow: -24px -24px 50px rgba(0,0,0,.32); }
.portrait-marcio img { object-position: center 20%; }
.portrait-seal { position: absolute; z-index: 3; left: 40%; top: 46%; width: 116px; height: 116px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 14px; color: var(--gold-soft); background: rgba(10,10,12,.94); border: 1px solid var(--border); border-radius: 50%; }
.portrait-seal span { font-family: var(--serif); font-size: 28px; text-align: center; }
.portrait-seal small { padding-left: 10px; border-left: 1px solid var(--border); color: var(--muted); font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; }
.hero-v3-photo .portrait-greice { width: 59%; height: 520px; }
.hero-v3-photo .portrait-marcio { width: 55%; height: 450px; }
.hero-v3-photo .portrait img { filter: saturate(.7) contrast(1.02) brightness(.9); }
.hero-v3-photo .portrait-seal { left: 39%; top: 45%; }
.office-v3-montage {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.05fr .68fr .68fr;
  grid-template-rows: .72fr 1.28fr;
  gap: 10px;
}
.office-v3-montage::before { position: absolute; content: ""; z-index: 0; inset: 24px 22px -18px -22px; border: 1px solid var(--border); pointer-events: none; }
.office-shot { position: relative; z-index: 1; overflow: hidden; margin: 0; border: 1px solid var(--border); background: #171411; }
.office-shot::after { position: absolute; content: ""; inset: 0; background: linear-gradient(180deg, transparent 64%, rgba(10,10,12,.22)); pointer-events: none; }
.office-shot img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.03) brightness(.88); transition: transform 500ms ease, filter 500ms ease; }
.office-shot:hover img { transform: scale(1.025); filter: saturate(.9) contrast(1.02) brightness(.96); }
.office-shot-main { grid-column: 2 / span 2; grid-row: 2; }
.office-shot-meeting { grid-column: 2; grid-row: 1; }
.office-shot-lounge { grid-column: 3; grid-row: 1; }
.office-shot-building { grid-column: 1; grid-row: 1 / span 2; }
.office-shot-main img { object-position: center 43%; }
.office-shot-meeting img { object-position: center 48%; }
.office-shot-lounge img { object-position: center; }
.office-shot-building img { object-position: center 44%; }
.office-v3-copy > p:not(.label-v3) { color: var(--muted); font-size: 16px; }
.office-v3-copy blockquote { margin: 30px 0 32px; color: var(--gold-soft); font-family: var(--serif); font-size: 21px; font-style: italic; }
.outline-link { display: inline-flex; gap: 10px; padding-bottom: 4px; color: var(--paper); border-bottom: 1px solid var(--gold); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.outline-link span { color: var(--gold); }

.statement-v3 { position: relative; min-height: 500px; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid var(--border-white); }
.statement-v3-bg { position: absolute; inset: 0; background: linear-gradient(rgba(10,10,12,.58), rgba(10,10,12,.82)), url("../imgs/pexels-photo-265702.jpeg") center/cover no-repeat; filter: sepia(.25); }
.statement-v3-inner { position: relative; z-index: 1; max-width: 880px; text-align: center; }
.quote-mark { display: block; height: 65px; color: var(--gold); font-family: var(--serif); font-size: 100px; line-height: 1; opacity: .65; }
.statement-v3 blockquote { margin-bottom: 22px; font-family: var(--serif); font-size: clamp(34px, 4vw, 53px); font-weight: 400; line-height: 1.25; }
.statement-v3 p { margin: 0; color: var(--gold-soft); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; }

.process-v3 { background: var(--black); }
.process-heading { max-width: 810px; }
.process-grid-v3 { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border-white); }
.process-grid-v3 article { min-height: 290px; padding: 40px 35px; border-bottom: 1px solid var(--border-white); }
.process-grid-v3 article + article { border-left: 1px solid var(--border-white); }
.process-grid-v3 article > span { display: block; margin-bottom: 48px; color: var(--gold); font-family: var(--serif); font-size: 20px; font-style: italic; }
.process-grid-v3 h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.process-grid-v3 p { margin: 0; color: var(--muted); font-size: 14px; }

.partners-v3 { padding-top: 105px; padding-bottom: 105px; background: #0d0c0b; border-top: 1px solid var(--border-white); border-bottom: 1px solid var(--border-white); }
.partners-v3-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; align-items: end; }
.partners-v3 h2 { margin-bottom: 0; }
.partner-lines a { display: flex; align-items: center; justify-content: space-between; padding: 26px 4px; border-top: 1px solid var(--border); transition: padding 180ms ease, color 180ms ease; }
.partner-lines a:last-child { border-bottom: 1px solid var(--border); }
.partner-lines a > span { font-family: var(--serif); font-size: 27px; }
.partner-lines small { display: block; margin-top: 4px; color: var(--muted); font-family: var(--sans); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.partner-lines b { color: var(--gold); font-size: 18px; font-weight: 400; }
.partner-lines a:hover { padding-left: 12px; color: var(--gold-soft); }

.faq-v3 { background: var(--black); }
.faq-v3-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 105px; }
.faq-list-v3 { border-top: 1px solid var(--border); }
.faq-list-v3 details { border-bottom: 1px solid var(--border); }
.faq-list-v3 summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 25px 4px; color: var(--paper); cursor: pointer; font-family: var(--serif); font-size: 19px; }
.faq-list-v3 summary span { color: var(--gold); font-family: var(--sans); font-size: 18px; font-weight: 300; transition: transform 180ms ease; }
.faq-list-v3 details[open] summary span { transform: rotate(45deg); }
.faq-list-v3 details p { max-width: 630px; margin: -5px 0 25px; color: var(--muted); font-size: 14px; }

.contact-v3 { position: relative; padding: 140px 0; text-align: center; background: radial-gradient(circle at 50% 50%, rgba(201,169,110,.09), transparent 30%), #0d0c0b; border-top: 1px solid var(--border-white); }
.contact-v3::before, .contact-v3::after { position: absolute; content: ""; top: 36px; bottom: 36px; width: 1px; background: var(--border); }
.contact-v3::before { left: 12%; }
.contact-v3::after { right: 12%; }
.contact-v3-inner { max-width: 810px; }
.contact-v3 .label-v3 { justify-content: center; }
.contact-v3 h2 { margin-bottom: 22px; font-size: clamp(46px, 5vw, 68px); }
.contact-v3-inner > p:not(.label-v3) { max-width: 620px; margin: 0 auto 35px; color: var(--muted); font-size: 16px; }

.footer-v3 { padding: 65px 0 24px; background: #08080a; border-top: 1px solid var(--border-white); color: var(--muted); }
.footer-v3-top { display: grid; grid-template-columns: 1.1fr 1.2fr 1fr auto; gap: 55px; align-items: start; padding-bottom: 48px; }
.footer-v3-brand img { width: 190px; margin-bottom: 13px; }
.footer-v3-brand span { color: rgba(237,234,228,.52); font-size: 11px; letter-spacing: .13em; }
.footer-v3 address { font-style: normal; font-size: 13px; }
.footer-v3-contact a { display: block; margin-bottom: 5px; font-size: 13px; }
.footer-v3 a:hover { color: var(--gold-soft); }
.footer-v3-social { display: flex; gap: 9px; }
.footer-v3-social a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--gold-soft); }
.footer-v3-bottom { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 30px; padding-top: 20px; border-top: 1px solid var(--border-white); font-size: 11px; }
.footer-v3-bottom p { margin: 0; }

.whatsapp-v3 { position: fixed; z-index: 85; right: 25px; bottom: 24px; width: 54px; height: 54px; display: grid; place-items: center; color: white; background: #1ebd5a; border: 6px solid rgba(30,189,90,.12); border-radius: 50%; background-clip: padding-box; box-shadow: 0 0 0 1px rgba(30,189,90,.25), 0 10px 30px rgba(0,0,0,.35); font-size: 23px; transition: transform 180ms ease; }
.whatsapp-v3:hover { transform: translateY(-3px); }

@media (max-width: 1080px) {
  .header-v3-inner { grid-template-columns: 1fr auto; }
  .nav-v3 { display: none; }
  .hero-v3-grid { gap: 52px; }
  .section-summary { position: static; width: auto; max-width: 570px; margin-top: 24px; }
  .office-v3-grid { gap: 60px; }
  .faq-v3-grid { gap: 65px; }
}

@media (max-width: 820px) {
  :root { --wrap: min(680px, calc(100% - 52px)); }
  .section-v3 { padding: 95px 0; }
  .header-button { display: none; }
  .menu-v3 { display: block; position: relative; justify-self: end; }
  .menu-v3 summary { width: 42px; height: 42px; display: grid; align-content: center; gap: 7px; padding: 10px; border: 1px solid var(--border); cursor: pointer; }
  .menu-v3 summary span { height: 1px; background: var(--gold-soft); }
  .menu-v3 nav { position: absolute; top: 51px; right: 0; width: min(300px, calc(100vw - 52px)); padding: 12px; background: #0d0c0b; border: 1px solid var(--border); box-shadow: 0 20px 50px rgba(0,0,0,.4); }
  .menu-v3 nav a { display: block; padding: 13px 12px; border-bottom: 1px solid var(--border-white); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
  .hero-v3-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 85px; padding-bottom: 105px; }
  .hero-v3-photo { width: 90%; height: 650px; margin-left: auto; }
  .credibility-grid { grid-template-columns: 1fr; gap: 0; padding: 12px 0; }
  .credibility-grid p { padding: 12px; }
  .areas-grid-v3 { grid-template-columns: repeat(2, 1fr); }
  .office-v3-grid, .faq-v3-grid { grid-template-columns: 1fr; gap: 70px; }
  .office-v3-montage { max-width: 600px; }
  .process-grid-v3 { grid-template-columns: 1fr; }
  .process-grid-v3 article + article { border-left: 0; }
  .partners-v3-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-v3-top { grid-template-columns: repeat(2, 1fr); }
  .footer-v3-bottom { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  :root { --wrap: calc(100% - 38px); }
  .page-rail { left: 12px; }
  .header-v3-inner { min-height: 74px; }
  .wordmark img { width: 166px; }
  .hero-v3 { min-height: auto; }
  .hero-v3-grid { padding-top: 66px; padding-bottom: 82px; }
  .hero-display { font-size: clamp(47px, 14vw, 64px); }
  .hero-v3-lead { font-size: 16px; }
  .hero-v3-actions { align-items: stretch; flex-direction: column; }
  .button-gold { width: 100%; }
  .quiet-link { align-self: flex-start; }
  .hero-v3-photo { width: calc(100% - 7px); height: 520px; }
  .scroll-v3 { display: none; }
  .section-v3 { padding: 78px 0; }
  .section-intro-v3 h2, .office-v3 h2, .process-v3 h2, .partners-v3 h2, .faq-v3 h2 { font-size: 42px; }
  .areas-grid-v3 { grid-template-columns: 1fr; }
  .area-card-v3 { min-height: 235px; padding: 30px 27px; }
  .office-v3-montage { min-height: 560px; grid-template-columns: 1.05fr .68fr .68fr; grid-template-rows: .72fr 1.28fr; gap: 8px; }
  .office-v3-montage::before { inset: 16px 12px -10px -12px; }
  .office-shot-main { grid-column: 2 / span 2; grid-row: 2; }
  .office-shot-meeting { grid-column: 2; grid-row: 1; }
  .office-shot-lounge { grid-column: 3; grid-row: 1; }
  .office-shot-building { grid-column: 1; grid-row: 1 / span 2; }
  .portrait-greice { width: 64%; height: 430px; }
  .portrait-marcio { width: 57%; height: 380px; }
  .portrait-seal { left: 35%; top: 43%; width: 98px; height: 98px; }
  .statement-v3 { min-height: 430px; }
  .process-grid-v3 article { min-height: auto; padding: 34px 20px; }
  .process-grid-v3 article > span { margin-bottom: 30px; }
  .faq-list-v3 summary { font-size: 17px; }
  .contact-v3 { padding: 95px 0; }
  .contact-v3 h2 { font-size: 46px; }
  .contact-v3::before, .contact-v3::after { display: none; }
  .footer-v3-top { grid-template-columns: 1fr; gap: 30px; }
  .whatsapp-v3 { right: 15px; bottom: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
