:root {
  --black: #090909;
  --black-2: #111111;
  --black-3: #181817;
  --ivory: #f2efe7;
  --ivory-2: #e8e4da;
  --white: #ffffff;
  --gold: #e5b942;
  --gold-soft: #c99a28;
  --gold-dark: #7d6019;
  --ink: #121211;
  --muted: #68645c;
  --line: rgba(16, 16, 15, .14);
  --max: 1240px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--gold); color: var(--black); font-weight: 800; }
.skip-link:focus { top: 18px; }
.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 200; height: 3px; width: 0; background: var(--gold); box-shadow: 0 0 20px rgba(228, 184, 63, .55); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 18px 24px; transition: padding .3s var(--ease); }
.header-shell { width: min(100%, 1390px); min-height: 72px; margin-inline: auto; padding: 0 12px 0 22px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border: 1px solid rgba(255,255,255,.13); background: rgba(9,9,9,.48); color: white; backdrop-filter: blur(18px); transition: background .3s ease, min-height .3s var(--ease), box-shadow .3s ease; }
.site-header.scrolled { padding-top: 10px; }
.site-header.scrolled .header-shell { min-height: 62px; background: rgba(9,9,9,.92); box-shadow: 0 15px 50px rgba(0,0,0,.25); }
.brand { display: inline-flex; align-items: center; gap: 13px; justify-self: start; }
.brand-mark { position: relative; width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; }
.brand-mark::after { content: ""; position: absolute; inset: 3px; border: 1px solid rgba(229,185,66,.18); border-radius: 50%; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 5px 13px rgba(229,185,66,.2)); transform: scale(1.17); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 1.08rem; letter-spacing: .2em; }
.brand-copy small { margin-top: 6px; color: #aaa69e; font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { position: relative; color: #d4d1ca; font-size: .78rem; font-weight: 700; letter-spacing: .035em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s var(--ease); }
.main-nav a:hover { color: white; }
.main-nav a:hover::after { right: 0; }
.main-nav .nav-instagram { color: var(--gold); }
.nav-instagram span { margin-left: 3px; }
.header-cta { justify-self: end; min-height: 46px; padding: 0 8px 0 18px; display: inline-flex; align-items: center; gap: 16px; border: 1px solid rgba(228,184,63,.55); color: white; font-size: .76rem; font-weight: 800; transition: background .25s ease, color .25s ease; }
.header-cta b { width: 31px; height: 31px; display: grid; place-items: center; background: var(--gold); color: var(--black); font-size: .9rem; }
.header-cta:hover { background: var(--gold); color: var(--black); }
.menu-toggle { display: none; border: 0; background: transparent; color: white; padding: 10px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 6px 0; background: currentColor; transition: transform .25s ease; }

.hero { position: relative; min-height: max(930px, 100svh); overflow: hidden; isolation: isolate; background: #080808; color: white; }
.hero-shade { position: absolute; z-index: -4; inset: 0; background: radial-gradient(circle at 78% 43%, rgba(229,185,66,.095), transparent 25%), linear-gradient(118deg, #080808 0%, #0b0b0a 53%, #12100b 100%); }
.hero-grid { position: absolute; z-index: -3; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.085) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.085) 1px, transparent 1px); background-size: 82px 82px; mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.72) 70%, transparent 100%); }
.hero-glow { position: absolute; z-index: -2; width: 660px; height: 660px; left: -340px; top: 9%; border: 1px solid rgba(229,185,66,.15); border-radius: 50%; box-shadow: 0 0 130px rgba(229,185,66,.055), inset 0 0 105px rgba(229,185,66,.035); }
.hero-content { min-height: max(930px, 100svh); padding-top: 142px; padding-bottom: 172px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .45fr); align-items: center; gap: 76px; }
.hero-copy { max-width: 880px; }
.overline { display: flex; align-items: center; gap: 15px; margin: 0 0 30px; color: #c3bfb7; font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.overline span:first-child { color: var(--gold); }
.overline i { width: 32px; height: 1px; background: rgba(255,255,255,.4); }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.7rem, 7.3vw, 7.4rem); font-weight: 400; letter-spacing: -.06em; line-height: .91; text-wrap: balance; }
.hero h1 em { display: block; margin-top: .12em; color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 32px 0 0; color: #bbb7af; font-size: 1.08rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { min-height: 58px; padding: 0 8px 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; border: 1px solid transparent; font-size: .82rem; font-weight: 850; transition: transform .25s var(--ease), background .25s ease, color .25s ease; }
.button b { width: 41px; height: 41px; display: grid; place-items: center; font-size: 1rem; }
.button-gold { background: var(--gold); color: var(--black); }
.button-gold b { background: var(--black); color: white; }
.button:hover { transform: translateY(-3px); }
.button-gold:hover { background: #f0c858; }
.hero-link { display: inline-flex; align-items: center; gap: 18px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.3); color: #e0ddd6; font-size: .79rem; font-weight: 750; }
.hero-link b { color: var(--gold); }
.hero-emblem { position: relative; align-self: center; width: min(35vw, 430px); aspect-ratio: 1; display: grid; place-items: center; margin-inline: auto; }
.emblem-orbit { position: absolute; border: 1px solid rgba(229,185,66,.2); border-radius: 50%; }
.emblem-orbit-one { inset: 0; animation: orbit-breathe 6s ease-in-out infinite; }
.emblem-orbit-two { inset: 14%; border-color: rgba(229,185,66,.11); }
.emblem-axis { position: absolute; width: 72%; height: 72%; border: 1px solid rgba(229,185,66,.21); transform: rotate(45deg); }
.emblem-axis::before, .emblem-axis::after { content: ""; position: absolute; background: rgba(229,185,66,.2); }
.emblem-axis::before { width: 1px; inset: -24% auto -24% 50%; }
.emblem-axis::after { height: 1px; inset: 50% -24% auto -24%; }
.emblem-core { position: relative; z-index: 1; width: 66%; aspect-ratio: 1; display: grid; place-items: center; background: radial-gradient(circle, rgba(229,185,66,.085), transparent 67%); }
.emblem-core img { width: 100%; filter: drop-shadow(0 25px 42px rgba(0,0,0,.65)) drop-shadow(0 0 22px rgba(229,185,66,.12)); }
.hero-emblem p { position: absolute; left: 0; right: 0; bottom: -52px; margin: 0; display: flex; justify-content: space-between; color: #817e76; font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-emblem p span { color: var(--gold); }
.hero-side-note { position: absolute; z-index: 2; right: 25px; top: 50%; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.5); font-size: .75rem; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; writing-mode: vertical-rl; transform: translateY(-50%); }
.hero-side-note i { width: 1px; height: 42px; background: var(--gold); }
.hero-bottom { position: absolute; inset: auto 0 0; border-top: 1px solid rgba(255,255,255,.13); background: rgba(9,9,9,.55); backdrop-filter: blur(15px); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-facts > div { min-height: 120px; padding: 24px 34px; display: grid; grid-template-columns: 34px 1fr; align-content: center; column-gap: 16px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-facts > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.hero-facts span { grid-row: 1 / 3; align-self: start; color: var(--gold); font-size: .75rem; font-weight: 850; }
.hero-facts strong { font-size: .88rem; }
.hero-facts small { color: #89857e; font-size: .75rem; }
.hero-enter { animation: hero-enter .9s var(--ease) both; }
.hero h1.hero-enter { animation-delay: .09s; }
.hero-lead.hero-enter { animation-delay: .18s; }
.hero-actions.hero-enter { animation-delay: .27s; }
.hero-emblem.hero-enter { animation-delay: .38s; }

.brand-ribbon { overflow: hidden; background: var(--gold); color: var(--black); }
.ribbon-track { width: max-content; min-height: 66px; display: flex; align-items: center; gap: 30px; padding-right: 30px; animation: ribbon 26s linear infinite; }
.ribbon-track span { font-family: Georgia, serif; font-size: 1.04rem; font-style: italic; }
.ribbon-track i { width: 7px; height: 7px; border: 1px solid var(--black); transform: rotate(45deg); }

.section-pad { padding: 132px 0; }
.section-index { margin: 0; color: var(--gold-dark); font-size: .75rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.section-index.light { color: var(--gold); }
.kicker { margin: 0 0 22px; color: var(--gold-dark); font-size: .75rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.kicker.light { color: var(--gold); }
.manifesto { background: var(--ivory); }
.manifesto-grid { display: grid; grid-template-columns: .22fr 1fr .38fr; align-items: start; gap: 60px; }
.manifesto-copy h2 { max-width: 860px; margin: 0; font-family: Georgia, serif; font-size: clamp(3.2rem, 5.25vw, 5.35rem); font-weight: 400; letter-spacing: -.055em; line-height: 1.03; }
.manifesto-copy h2 em { color: var(--gold-dark); font-weight: 400; }
.manifesto-note { align-self: end; margin: 0 0 8px; padding-left: 22px; border-left: 1px solid var(--gold-soft); color: var(--muted); font-size: .9rem; }

.services { position: relative; background: var(--ivory-2); }
.section-title { display: grid; grid-template-columns: 1fr .38fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.section-title h2 { max-width: 780px; margin: 17px 0 0; font-family: Georgia, serif; font-size: clamp(3.1rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.055em; line-height: 1.02; }
.section-title > p { margin: 0 0 9px; color: var(--muted); font-size: .9rem; }
.services-editorial { display: grid; grid-template-columns: 1.14fr .86fr; grid-auto-rows: minmax(260px, auto); gap: 14px; }
.service-card { --mx: 50%; --my: 50%; position: relative; min-height: 280px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid rgba(20,20,19,.14); background: rgba(246,243,235,.75); transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; opacity: 0; background: radial-gradient(420px circle at var(--mx) var(--my), rgba(228,184,63,.17), transparent 44%); transition: opacity .3s ease; pointer-events: none; }
.service-card:hover { z-index: 2; transform: translateY(-5px); border-color: rgba(128,100,29,.35); box-shadow: 0 28px 70px rgba(38,31,16,.12); }
.service-card:hover::after { opacity: 1; }
.service-main { grid-row: span 2; min-height: 574px; background: var(--black-2); color: white; }
.service-main::before { content: "WG"; position: absolute; right: -28px; top: 25%; color: rgba(255,255,255,.035); font-size: 13rem; font-weight: 950; letter-spacing: -.13em; }
.service-gold { background: var(--gold); border-color: transparent; }
.service-wide { grid-column: 2; min-height: 300px; background: #dcd7cc; }
.card-no { position: absolute; left: 34px; top: 30px; color: var(--gold-dark); font-size: .75rem; font-weight: 850; letter-spacing: .14em; }
.service-main .card-no { color: var(--gold); }
.card-copy { position: relative; z-index: 1; }
.card-copy small { color: var(--gold-dark); font-size: .75rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.service-main .card-copy small { color: var(--gold); }
.service-gold .card-copy small { color: rgba(9,9,9,.6); }
.service-card h3 { max-width: 610px; margin: 10px 0 0; font-family: Georgia, serif; font-size: clamp(1.9rem, 3vw, 3.15rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.08; }
.service-card p { max-width: 530px; margin: 17px 0 0; color: var(--muted); font-size: .88rem; }
.service-main p { color: #99958e; }
.service-gold p { color: rgba(9,9,9,.66); }
.service-icon { position: absolute; left: 50%; top: 36%; width: 170px; height: 170px; transform: translate(-50%,-50%) rotate(45deg); border: 1px solid rgba(228,184,63,.23); }
.service-icon::before, .service-icon::after, .service-icon span { content: ""; position: absolute; background: rgba(228,184,63,.42); }
.service-icon::before { width: 1px; inset: -30px auto -30px 50%; }
.service-icon::after { height: 1px; inset: 50% -30px auto -30px; }
.service-icon span:nth-child(1) { width: 16px; height: 16px; left: -8px; top: -8px; }
.service-icon span:nth-child(2) { width: 8px; height: 8px; right: -4px; bottom: -4px; }
.service-icon span:nth-child(3) { width: 38px; height: 38px; left: 50%; top: 50%; background: var(--gold); transform: translate(-50%,-50%); box-shadow: 0 0 45px rgba(228,184,63,.28); }
.card-link { position: absolute; right: 32px; top: 25px; z-index: 2; display: inline-flex; align-items: center; gap: 14px; padding-bottom: 6px; border-bottom: 1px solid rgba(9,9,9,.35); font-size: .75rem; font-weight: 850; }

.audience { position: relative; overflow: hidden; background: var(--black); color: white; }
.audience::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 80px 80px; mask-image: radial-gradient(circle at 30% 45%, #000, transparent 66%); }
.audience-orbit { position: absolute; border: 1px solid rgba(228,184,63,.15); border-radius: 50%; }
.orbit-a { width: 560px; height: 560px; left: -170px; bottom: -220px; }
.orbit-b { width: 760px; height: 760px; left: -270px; bottom: -320px; }
.audience-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 115px; align-items: center; }
.audience-heading h2 { max-width: 580px; margin: 18px 0 25px; font-family: Georgia, serif; font-size: clamp(3.2rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.055em; line-height: 1.02; }
.audience-heading > p:last-child { max-width: 500px; color: #98958f; font-size: .92rem; }
.audience-cards { border-top: 1px solid rgba(255,255,255,.16); }
.audience-card { position: relative; min-height: 128px; padding: 26px 52px 26px 0; display: grid; grid-template-columns: 62px 1fr; align-items: center; gap: 25px; border-bottom: 1px solid rgba(255,255,255,.16); transition: padding-left .35s var(--ease), background .3s ease; }
.audience-card:hover { padding-left: 24px; background: rgba(255,255,255,.035); }
.audience-card > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(228,184,63,.42); color: var(--gold); font-family: Georgia, serif; font-size: 1rem; }
.audience-card strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.audience-card p { margin: 5px 0 0; color: #7f7c76; font-size: .78rem; }
.audience-card > b { position: absolute; right: 10px; color: rgba(255,255,255,.22); font-size: .75rem; letter-spacing: .12em; }

.about { position: relative; background: linear-gradient(180deg, #f4f1e9, var(--ivory)); }
.about::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .34; background-image: linear-gradient(rgba(18,18,17,.032) 1px, transparent 1px), linear-gradient(90deg, rgba(18,18,17,.032) 1px, transparent 1px); background-size: 82px 82px; mask-image: linear-gradient(90deg, #000, transparent 50%); }
.about-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(75px, 10vw, 150px); align-items: center; }
.about-mark { position: relative; min-height: 610px; margin: 0; background: var(--black-2); color: white; overflow: hidden; box-shadow: 0 36px 90px rgba(31,25,13,.18); }
.about-mark::before { content: ""; position: absolute; z-index: 3; inset: 22px; border: 1px solid rgba(229,185,66,.34); pointer-events: none; }
.about-mark::after { content: "WG"; position: absolute; z-index: 3; right: 39px; top: 36px; color: rgba(255,255,255,.64); font-size: .66rem; font-weight: 900; letter-spacing: .24em; }
.about-mark > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transform: scale(1.015); transition: transform .9s var(--ease), filter .9s ease; }
.about-mark:hover > img { transform: scale(1.04); filter: saturate(.92) contrast(1.03); }
.about-photo-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(8,8,8,.03) 42%, rgba(8,8,8,.95) 100%), linear-gradient(90deg, rgba(8,8,8,.18), transparent 40%); }
.about-mark figcaption { position: absolute; z-index: 4; left: 44px; right: 44px; bottom: 42px; display: grid; gap: 7px; }
.about-mark figcaption::before { content: ""; width: 34px; height: 1px; margin-bottom: 5px; background: var(--gold); }
.about-mark figcaption span { color: var(--gold); font-size: .68rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.about-mark figcaption strong { color: #d0cbc1; font-size: .68rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.about-copy h2 { max-width: 680px; margin: 18px 0 28px; font-family: Georgia, serif; font-size: clamp(3.15rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.055em; line-height: 1.02; }
.about-lead { max-width: 660px; margin: 0 0 48px; color: var(--muted); font-size: 1rem; }
.about-values { border-top: 1px solid var(--line); }
.about-values > div { display: grid; grid-template-columns: 40px .7fr 1fr; align-items: center; gap: 18px; min-height: 96px; border-bottom: 1px solid var(--line); }
.about-values span { color: var(--gold-dark); font-size: .75rem; font-weight: 850; }
.about-values strong { font-size: .85rem; }
.about-values p { margin: 0; color: var(--muted); font-size: .8rem; }

.journey { background: var(--ivory-2); border-top: 1px solid var(--line); }
.journey-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.journey-steps li { min-height: 270px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s ease, color .3s ease; }
.journey-steps li:hover { background: var(--black-2); color: white; }
.journey-steps span { margin-bottom: auto; color: var(--gold-dark); font-size: .75rem; font-weight: 850; }
.journey-steps strong { font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.journey-steps p { margin: 8px 0 0; color: var(--muted); font-size: .82rem; }
.journey-steps li:hover p { color: #918e88; }

.faq { background: var(--black-2); color: white; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { max-width: 510px; margin: 20px 0 34px; font-family: Georgia, serif; font-size: clamp(3rem, 4.7vw, 4.75rem); font-weight: 400; letter-spacing: -.055em; line-height: 1.03; }
.inline-contact { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 7px; border-bottom: 1px solid rgba(228,184,63,.42); color: var(--gold); font-size: .75rem; font-weight: 800; }
.faq-list { border-top: 1px solid rgba(255,255,255,.15); }
.faq details { border-bottom: 1px solid rgba(255,255,255,.15); }
.faq summary { min-height: 108px; display: grid; grid-template-columns: 38px 1fr 30px; align-items: center; gap: 20px; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--gold); font-size: .75rem; font-weight: 850; }
.faq summary strong { font-family: Georgia, serif; font-size: 1.3rem; font-weight: 400; }
.faq summary b { color: var(--gold); font-size: 1.4rem; font-weight: 400; transition: transform .25s ease; }
.faq details[open] summary b { transform: rotate(45deg); }
.faq details > p { max-width: 640px; margin: -12px 45px 30px 58px; color: #8f8b84; font-size: .88rem; }

.final-cta { position: relative; overflow: hidden; background: var(--gold); color: var(--black); }
.cta-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(9,9,9,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(9,9,9,.22) 1px, transparent 1px); background-size: 76px 76px; mask-image: radial-gradient(circle at 50% 50%, #000, transparent 75%); }
.final-cta-inner { position: relative; min-height: 620px; padding-top: 115px; padding-bottom: 105px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.final-cta h2 { max-width: 970px; margin: 28px 0 20px; font-family: Georgia, serif; font-size: clamp(4rem, 7vw, 7.1rem); font-weight: 400; letter-spacing: -.065em; line-height: .93; }
.final-cta h2 em { font-weight: 400; color: rgba(9,9,9,.58); }
.final-cta-inner > p:not(.section-index) { margin: 0 0 34px; color: rgba(9,9,9,.68); }
.button-dark { background: var(--black); color: white; }
.button-dark b { background: var(--gold); color: var(--black); }
.button-dark:hover { background: #1f1f1e; }
.final-cta small { margin-top: 15px; font-size: .75rem; font-weight: 800; }

.site-footer { padding: 76px 0 28px; background: var(--black); color: white; }
.footer-top { padding-bottom: 52px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand { color: white; }
.footer-top > p { max-width: 340px; margin: 0; color: #77736d; font-family: Georgia, serif; font-size: 1.16rem; text-align: right; }
.footer-main { padding: 48px 0 58px; display: grid; grid-template-columns: 1fr 1.2fr .7fr .42fr; gap: 50px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-main small { margin-bottom: 8px; color: var(--gold); font-size: .75rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.footer-main strong, .footer-main a { font-size: .84rem; }
.footer-main span { color: #74716b; font-size: .75rem; }
.footer-main a:hover { color: var(--gold); }
.instagram-link { display: inline-flex; align-items: center; gap: 7px; color: #c5c0b6; }
.instagram-link > span { color: var(--gold); font-size: 1rem; }
.instagram-link b { color: var(--gold); font-weight: 500; }
.back-top { place-self: center end; width: 88px; height: 88px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); color: var(--gold); transition: border-color .25s ease, transform .25s var(--ease); }
.back-top span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.back-top b { font-size: 1.3rem; }
.back-top:hover { transform: translateY(-4px); border-color: var(--gold); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); color: #5d5a55; font-size: .7rem; }

.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; min-height: 52px; padding: 0 10px 0 13px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: #177f48; color: white; box-shadow: 0 15px 45px rgba(0,0,0,.28); font-size: .75rem; }
.whatsapp-float strong { font-weight: 850; }
.whatsapp-float b { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: white; color: #177f48; }
.wa-pulse { position: relative; width: 9px; height: 9px; border-radius: 50%; background: #9dffc6; box-shadow: 0 0 0 0 rgba(157,255,198,.5); animation: pulse 2s infinite; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .85s var(--ease), transform .85s var(--ease); transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes hero-enter { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes orbit-breathe { 0%, 100% { transform: scale(1); opacity: .65; } 50% { transform: scale(1.035); opacity: 1; } }
@keyframes ribbon { to { transform: translateX(-50%); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(157,255,198,0); } 100% { box-shadow: 0 0 0 0 rgba(157,255,198,0); } }

@media (max-width: 1060px) {
  .header-shell { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: block; z-index: 3; }
  .main-nav { position: fixed; inset: 0; z-index: 2; padding: 125px max(34px, calc((100vw - 760px) / 2)) max(42px, env(safe-area-inset-bottom)); display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; background: rgba(9,9,9,.985); transform: translateX(100%); transition: transform .35s var(--ease); }
  .main-nav.open { transform: none; }
  .main-nav a { min-height: 64px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; }
  .main-nav .nav-instagram { margin-top: 12px; border-color: rgba(229,185,66,.32); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero-content { grid-template-columns: 1fr; }
  .hero-copy { align-self: center; }
  .hero-emblem { display: none; }
  .hero h1 { max-width: 780px; font-size: clamp(4.2rem, 9vw, 6.5rem); }
  .hero-shade { background: radial-gradient(circle at 88% 28%, rgba(229,185,66,.1), transparent 34%), linear-gradient(118deg, #080808, #11100c); }
  .manifesto-grid { grid-template-columns: .18fr 1fr; }
  .manifesto-note { grid-column: 2; max-width: 530px; }
  .audience-layout, .about-layout, .faq-layout { grid-template-columns: 1fr; gap: 75px; }
  .audience-heading { max-width: 720px; }
  .about-mark { min-height: 470px; }
  .faq-heading { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr 1fr; }
  .back-top { display: none; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .site-header { padding: 10px; }
  .header-shell { min-height: 62px; padding-left: 11px; grid-template-columns: minmax(0, 1fr) auto auto; gap: 8px; }
  .brand { min-width: 0; gap: 9px; }
  .brand-copy { min-width: 0; }
  .brand-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .menu-toggle { min-width: 44px; min-height: 44px; }
  .header-cta { min-height: 40px; padding-left: 12px; gap: 8px; }
  .header-cta span { display: none; }
  .header-cta b { width: 30px; height: 30px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: .94rem; }
  .brand-copy small { font-size: .75rem; }
  .hero { min-height: max(760px, 100svh); }
  .hero-shade { background: radial-gradient(circle at 92% 24%, rgba(229,185,66,.11), transparent 34%), linear-gradient(145deg, #080808 0%, #0b0b0a 64%, #151109 100%); }
  .hero-grid { background-size: 62px 62px; }
  .hero-content { min-height: max(760px, 100svh); padding-top: 118px; padding-bottom: 148px; align-items: center; }
  .overline { flex-wrap: wrap; gap: 9px; margin-bottom: 20px; font-size: .75rem; }
  .overline i { width: 19px; }
  .hero h1 { max-width: 570px; font-size: clamp(2.95rem, 13.7vw, 4.7rem); line-height: .94; letter-spacing: -.048em; }
  .hero-lead { max-width: 490px; margin-top: 23px; font-size: 1rem; line-height: 1.58; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; margin-top: 27px; }
  .button { width: 100%; justify-content: space-between; }
  .hero-link { align-self: flex-start; }
  .hero-side-note { display: none; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts > div { display: none; min-height: 82px; padding: 15px 8px; border: 0; }
  .hero-facts > div:first-child { display: grid; border: 0; }
  .ribbon-track { min-height: 57px; }
  .section-pad { padding: 78px 0; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 28px; }
  .manifesto-note { grid-column: auto; }
  .manifesto-copy h2 { font-size: clamp(2.55rem, 11.4vw, 3.8rem); }
  .section-title { grid-template-columns: 1fr; gap: 22px; margin-bottom: 40px; }
  .section-title h2 { font-size: clamp(2.5rem, 11.3vw, 3.8rem); }
  .services-editorial { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .service-card, .service-main, .service-wide { grid-column: auto; grid-row: auto; min-height: 285px; padding: 26px; }
  .service-main { min-height: 410px; }
  .service-card h3 { font-size: clamp(1.9rem, 9vw, 2.25rem); }
  .service-card p { font-size: .9rem; line-height: 1.58; }
  .card-no { left: 28px; top: 25px; }
  .card-link { left: 28px; right: auto; top: 25px; }
  .audience-heading h2, .about-copy h2, .faq-heading h2 { font-size: clamp(2.5rem, 11.3vw, 3.9rem); }
  .audience-layout, .about-layout, .faq-layout { gap: 44px; }
  .audience-card { min-height: 126px; grid-template-columns: 50px 1fr; gap: 14px; padding: 20px 20px 20px 0; }
  .audience-card > span { width: 46px; height: 46px; }
  .audience-card strong { font-size: 1.2rem; line-height: 1.25; }
  .audience-card p { font-size: .875rem; line-height: 1.5; }
  .audience-card > b { display: none; }
  .about-mark { min-height: 0; aspect-ratio: 4 / 5; }
  .about-mark::before { inset: 14px; }
  .about-mark::after { right: 27px; top: 25px; }
  .about-mark figcaption { left: 29px; right: 29px; bottom: 29px; }
  .about-lead { margin-bottom: 34px; font-size: 1rem; }
  .about-values > div { grid-template-columns: 32px 1fr; min-height: 0; padding: 18px 0; }
  .about-values p { grid-column: 2; margin-top: -10px; }
  .about-values strong { font-size: .9rem; }
  .about-values p { font-size: .875rem; line-height: 1.5; }
  .journey-steps { grid-template-columns: 1fr; }
  .journey-steps li { min-height: 195px; padding: 26px; }
  .journey-steps p { font-size: .875rem; }
  .faq summary { min-height: 96px; grid-template-columns: 27px 1fr 22px; gap: 10px; }
  .faq summary strong { font-size: 1.08rem; line-height: 1.35; }
  .faq details > p { margin: -5px 12px 26px 37px; font-size: .9rem; line-height: 1.6; }
  .final-cta-inner { min-height: 510px; padding-top: 88px; padding-bottom: 88px; }
  .final-cta h2 { font-size: clamp(3rem, 13.5vw, 4.5rem); }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-top > p { text-align: left; }
  .footer-main { padding: 38px 0 44px; grid-template-columns: 1fr; gap: 30px; }
  .footer-main strong, .footer-main a { font-size: .92rem; }
  .footer-main span { font-size: .82rem; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .whatsapp-float { right: 13px; bottom: max(13px, env(safe-area-inset-bottom)); min-height: 50px; }
}

@media (max-width: 480px) {
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: .88rem; letter-spacing: .14em; }
  .header-cta { padding-left: 7px; }
  .hero-content { padding-top: 106px; padding-bottom: 138px; }
  .overline { max-width: 290px; line-height: 1.45; }
  .hero h1 { font-size: clamp(2.7rem, 13.4vw, 3.8rem); }
  .hero-actions { margin-top: 24px; }
  .service-main::before { font-size: 10rem; }
  .service-icon { width: 138px; height: 138px; }
  .about-mark figcaption strong { line-height: 1.55; }
  .footer-top { padding-bottom: 38px; }
}

@media (max-width: 360px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .site-header { padding-inline: 6px; }
  .brand-mark { width: 36px; height: 36px; }
  .hero h1 { font-size: 2.55rem; }
  .hero-lead { font-size: .94rem; }
  .button { padding-left: 18px; }
  .whatsapp-float strong { display: none; }
  .whatsapp-float { width: 50px; justify-content: center; padding: 0; }
  .wa-pulse { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
