.profile-page { color: #f5f5f7; background: #0d0e0f; }
.profile-page .site-header .nav-wrap { border-color: rgba(255,255,255,.14); color: #fff; background: rgba(16,17,18,.68); box-shadow: 0 16px 60px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.1); }
.profile-page .brand small, .profile-page .nav-menu > a { color: #a1a1a6; }
.profile-page .nav-menu > a:hover { color: #fff; background: rgba(255,255,255,.08); }
.profile-page .nav-menu .nav-action { color: #111; background: #fff; }
.profile-page .nav-menu .profile-home-link { color: #fff; border: 1px solid rgba(255,255,255,.14); }
.profile-page .menu-button { background: rgba(255,255,255,.1); }
.profile-page .menu-button span { background: #fff; }

.profile-hero { position: relative; min-height: 100svh; padding: 135px 0 80px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 82% 30%, rgba(39,199,101,.18), transparent 26%), linear-gradient(135deg, #101112, #171819 60%, #0b0c0d); }
.profile-hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 75px 75px; mask-image: linear-gradient(#000, transparent 85%); }
.profile-noise { position: absolute; inset: 0; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); pointer-events: none; }
.profile-route { position: absolute; right: -3vw; bottom: 10vh; width: 47vw; display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.2); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.profile-route i { position: relative; flex: 1; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.1), #27c765); }
.profile-route i::after { content: "✈"; position: absolute; top: -10px; right: 28%; color: #69e396; font-size: 19px; transform: rotate(7deg); }
.profile-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.profile-overline { display: flex; align-items: center; gap: 11px; color: #69e396; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.profile-overline span { width: 28px; height: 1px; background: currentColor; }
.profile-hero h1 { margin-top: 27px; font-size: 128px; line-height: 1; letter-spacing: 0; }
.profile-hero h1 em { color: #77787c; font-family: Georgia, serif; font-weight: 400; }
.profile-lede { max-width: 535px; margin-top: 38px; color: #a1a1a6; font-size: 20px; line-height: 1.62; letter-spacing: 0; }
.profile-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 9px; }
.profile-actions a { min-height: 54px; padding: 0 21px; display: inline-flex; align-items: center; gap: 35px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: 10px; font-weight: 800; transition: transform .3s, background .3s; }
.profile-actions a:hover { transform: translateY(-3px); background: rgba(255,255,255,.08); }
.profile-actions .profile-primary { color: #111; background: #fff; }
.profile-actions .profile-primary:hover { background: #e8e8ed; }
.profile-portrait-wrap { position: relative; width: min(600px, 100%); min-height: 670px; margin-left: auto; }
.profile-portrait { position: absolute; inset: 2% 5% 2% 8%; padding: 11px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 250px 250px 35px 35px; background: rgba(255,255,255,.08); box-shadow: 0 55px 140px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.14); transform: rotate(2deg); }
.profile-portrait > img { width: 100%; height: calc(100% - 74px); border-radius: 225px 225px 24px 24px; object-fit: cover; filter: saturate(.9) contrast(1.02); }
.profile-portrait figcaption { height: 68px; padding: 0 11px; display: flex; align-items: center; justify-content: space-between; }
.profile-portrait figcaption span { color: #77787c; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.profile-portrait figcaption strong { font-size: 13px; }
.profile-seal, .profile-stat { position: absolute; z-index: 3; border: 1px solid rgba(255,255,255,.14); background: rgba(23,24,25,.74); box-shadow: 0 25px 70px rgba(0,0,0,.38); backdrop-filter: blur(25px); }
.profile-seal { top: 15%; right: -7%; padding: 10px 16px 10px 10px; display: flex; align-items: center; gap: 11px; border-radius: 999px; transform: rotate(4deg); }
.profile-seal img { width: 49px; height: 49px; border-radius: 50%; }
.profile-seal span { color: #8e8e93; font-size: 9px; line-height: 1.4; }
.profile-seal strong { color: #fff; font-size: 11px; }
.profile-stat { bottom: 11%; left: -4%; padding: 19px 22px; display: flex; align-items: center; gap: 13px; border-radius: 19px; transform: rotate(-4deg); }
.profile-stat strong { color: #69e396; font-family: Georgia, serif; font-size: 34px; font-style: italic; font-weight: 400; }
.profile-stat span { color: #a1a1a6; font-size: 9px; line-height: 1.4; }
.profile-scroll { position: absolute; z-index: 3; bottom: 24px; left: 50%; display: grid; justify-items: center; gap: 7px; color: #77787c; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; transform: translateX(-50%); }
.profile-scroll span { width: 1px; height: 30px; background: linear-gradient(transparent, #69e396); }

.profile-manifesto { padding: 150px 0; color: #1d1d1f; background: #f5f5f7; }
.manifesto-grid { display: grid; grid-template-columns: .28fr 1.05fr .75fr; gap: 70px; align-items: start; }
.manifesto-grid blockquote { font-size: 60px; font-weight: 700; line-height: 1.06; letter-spacing: 0; }
.manifesto-grid blockquote em { color: #8a8a8f; font-family: Georgia, serif; font-weight: 400; }
.manifesto-list { border-top: 1px solid rgba(29,29,31,.13); }
.manifesto-list article { padding: 24px 0; display: grid; grid-template-columns: 34px 1fr; gap: 13px; border-bottom: 1px solid rgba(29,29,31,.13); }
.manifesto-list article > span { color: #8a8a8f; font-family: Georgia, serif; font-size: 12px; font-style: italic; }
.manifesto-list h2 { font-size: 17px; letter-spacing: 0; }
.manifesto-list p { margin-top: 7px; color: #6e6e73; font-size: 12px; line-height: 1.6; }

.update-hub { position: relative; padding: 150px 0; overflow: hidden; background: #0d0e0f; }
.update-hub::before { content: ""; position: absolute; top: -350px; left: -250px; width: 800px; height: 800px; border-radius: 50%; background: radial-gradient(circle, rgba(120,60,220,.16), transparent 66%); }
.update-heading { position: relative; display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 60px; }
.update-heading .kicker { color: #caa8ff; }
.update-heading h2, .profile-film h2, .profile-cta h2 { margin-top: 17px; font-size: 76px; line-height: 1.05; letter-spacing: 0; }
.update-heading h2 em, .profile-film h2 em, .profile-cta h2 em { color: #77787c; font-family: Georgia, serif; font-weight: 400; }
.update-heading > p { color: #a1a1a6; font-size: 14px; line-height: 1.7; }
.instagram-feature { position: relative; min-height: 430px; margin-top: 65px; padding: 40px; display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 45px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 32px; background: radial-gradient(circle at 18% 15%, rgba(230,80,170,.25), transparent 35%), linear-gradient(135deg, #271d35, #121315 66%); box-shadow: 0 40px 100px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.1); }
.tiktok-feature { background: radial-gradient(circle at 13% 12%, rgba(38,224,232,.2), transparent 34%), radial-gradient(circle at 75% 82%, rgba(255,59,119,.17), transparent 34%), linear-gradient(135deg, #18191b, #0c0d0e 66%); }
.tiktok-feature .instagram-mark { color: #fff; background: #050506; box-shadow: -3px -2px 0 #29e0e8, 3px 2px 0 #ff3b77; }
.instagram-copy { position: relative; z-index: 3; display: grid; justify-items: start; }
.instagram-mark { width: 57px; height: 57px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; font-size: 30px; }
.instagram-copy p { margin-top: 50px; display: grid; gap: 6px; }
.instagram-copy p span { color: #c7c7cc; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.instagram-copy p strong { font-size: 36px; letter-spacing: 0; line-height: 1.12; }
.instagram-copy b { margin-top: 42px; display: inline-flex; align-items: center; gap: 25px; font-size: 10px; }
.instagram-copy b i { font-size: 18px; font-style: normal; }
.instagram-collage { position: relative; height: 355px; }
.instagram-collage img { position: absolute; top: 50%; width: 39%; aspect-ratio: .82; border: 7px solid rgba(255,255,255,.94); border-radius: 21px; object-fit: cover; box-shadow: 0 30px 70px rgba(0,0,0,.4); }
.instagram-collage img:nth-child(1) { left: 0; transform: translateY(-50%) rotate(-7deg); }
.instagram-collage img:nth-child(2) { z-index: 2; left: 30%; transform: translateY(-54%) rotate(2deg); }
.instagram-collage img:nth-child(3) { right: 0; transform: translateY(-48%) rotate(8deg); }
.channel-grid { margin-top: 13px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.channel-card { min-height: 150px; padding: 22px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 23px; background: rgba(255,255,255,.06); transition: transform .3s, background .3s; }
.channel-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.1); }
.channel-card > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; color: #111; background: #fff; font-family: Georgia, serif; font-size: 24px; font-weight: 700; }
.channel-card div { display: grid; gap: 7px; }
.channel-card small { color: #77787c; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.channel-card strong { font-size: 13px; }
.channel-card > b { font-size: 18px; }
.channel-whatsapp > span { color: #fff; background: #18a957; }

.profile-film { padding: 150px 0; color: #1d1d1f; background: #e8e8ed; }
.profile-film-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 85px; }
.film-copy > p:last-child { max-width: 460px; margin-top: 28px; color: #6e6e73; font-size: 14px; line-height: 1.7; }
.film-pair { min-height: 660px; position: relative; }
.film-pair video { position: absolute; width: 54%; height: 590px; border: 8px solid #fff; border-radius: 29px; object-fit: cover; box-shadow: 0 40px 100px rgba(29,29,31,.22); }
.film-pair video:first-child { top: 0; left: 0; transform: rotate(-4deg); }
.film-pair video:last-child { right: 0; bottom: 0; transform: rotate(4deg); }

.profile-cta { position: relative; padding: 150px 0; overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 120%, rgba(39,199,101,.3), transparent 48%), #101112; }
.profile-cta::before { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 85px rgba(255,255,255,.018), 0 0 0 170px rgba(255,255,255,.012); }
.profile-cta .section-shell { position: relative; z-index: 2; }
.profile-cta .kicker { color: #69e396; }
.profile-cta h2 { font-size: 96px; }
.profile-cta-actions { margin-top: 45px; display: flex; justify-content: center; gap: 9px; }
.profile-cta-actions a { min-height: 56px; padding: 0 23px; display: inline-flex; align-items: center; gap: 32px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; font-size: 10px; font-weight: 800; }
.profile-cta-actions a:first-child { color: #111; background: #fff; }
.profile-footer { padding: 35px 0; color: #8e8e93; background: #08090a; }
.profile-footer .section-shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 9px; }
.profile-footer .brand { color: #fff; }
.profile-footer .brand img { width: 38px; height: 38px; }

@media (max-width: 900px) {
  .profile-hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .profile-portrait-wrap { min-height: 570px; }
  .manifesto-grid { grid-template-columns: 1fr 1fr; }
  .manifesto-grid > .kicker { grid-column: 1 / -1; }
  .instagram-feature { grid-template-columns: 1fr 1fr; }
  .channel-grid { grid-template-columns: 1fr; }
  .channel-card { min-height: 110px; }
  .profile-film-grid { grid-template-columns: 1fr; }
  .film-copy { text-align: center; }
  .film-copy > p:last-child { margin-inline: auto; }
  .film-pair { width: min(680px, 100%); margin-inline: auto; }
}

@media (max-width: 820px) {
  .profile-page .nav-menu { background: rgba(16,17,18,.96); border-color: rgba(255,255,255,.14); }
  .profile-hero { padding-top: 120px; }
  .profile-hero h1 { font-size: 92px; }
  .profile-hero-grid { grid-template-columns: 1fr; text-align: center; }
  .profile-overline, .profile-actions { justify-content: center; }
  .profile-lede { margin-inline: auto; }
  .profile-portrait-wrap { width: min(570px, 100%); margin: 20px auto 0; }
  .profile-route { width: 80vw; }
  .update-heading { grid-template-columns: 1fr; gap: 25px; text-align: center; }
  .update-heading > p { max-width: 600px; margin-inline: auto; }
}

@media (max-width: 640px) {
  .profile-hero { min-height: auto; padding-bottom: 105px; }
  .profile-hero h1 { font-size: 68px; line-height: 1.08; }
  .profile-actions { align-items: stretch; flex-direction: column; }
  .profile-actions a { width: 100%; justify-content: space-between; }
  .profile-portrait-wrap { min-height: 510px; }
  .profile-portrait { inset: 2% 5%; }
  .profile-seal { top: 7%; right: -2%; }
  .profile-stat { bottom: 7%; left: -1%; }
  .profile-route { right: 0; left: 15px; width: calc(100% - 30px); }
  .profile-scroll { display: none; }
  .profile-manifesto, .update-hub, .profile-film, .profile-cta { padding: 100px 0; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 40px; }
  .manifesto-grid blockquote { font-size: 42px; line-height: 1.1; }
  .update-heading h2, .profile-film h2, .profile-cta h2 { font-size: 46px; line-height: 1.1; }
  .instagram-copy p strong { font-size: 28px; }
  .instagram-feature { min-height: auto; padding: 25px; grid-template-columns: 1fr; }
  .instagram-copy { justify-items: center; text-align: center; }
  .instagram-copy p { margin-top: 26px; }
  .instagram-copy b { margin-top: 25px; }
  .instagram-collage { height: 260px; }
  .channel-card { grid-template-columns: 45px 1fr auto; padding: 17px; }
  .film-pair { width: calc(100% - 10px); min-height: 520px; }
  .film-pair video { width: 58%; height: 465px; border-width: 5px; border-radius: 20px; }
  .profile-cta-actions { align-items: stretch; flex-direction: column; }
  .profile-cta-actions a { justify-content: space-between; }
  .profile-footer .section-shell { align-items: flex-start; flex-direction: column; }
}
