:root {
  --black: #090909;
  --dark: #111111;
  --card: rgba(22, 22, 22, 0.9);
  --panel: rgba(255, 255, 255, 0.08);
  --orange: #F5891A;
  --gold: #D4A929;
  --white: #f0eeea;
  --muted: #9a9a9a;
  --border: rgba(245, 137, 26, 0.22);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: 'Barlow', sans-serif; font-weight: 300; overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 999; opacity: .45; background-image: radial-gradient(circle at 20% 10%, rgba(245,137,26,.14), transparent 28%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 100% 4px; }
a { color: inherit; text-decoration: none; }

.site-nav { position: fixed; inset: 0 0 auto 0; z-index: 100; height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; background: rgba(10, 10, 10, .9); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.brand { display: flex; align-items: center; gap: 10px; font-family: 'Bebas Neue', sans-serif; font-size: 1.75rem; letter-spacing: 3px; }
.brand span:not(.brand-mark), .site-footer span, em { color: var(--orange); font-style: normal; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; background: var(--orange); color: var(--black); clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); font: 900 .7rem 'Barlow', sans-serif; letter-spacing: 0; }
.brand img { height: 42px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; }
.nav-links a { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: .88rem; letter-spacing: 1.4px; text-transform: uppercase; color: rgba(240,238,234,.72); transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--orange); }
.nav-cta { background: var(--orange); color: var(--black) !important; padding: 10px 20px; clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; flex-direction: column; gap: 5px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--white); }

main { min-height: 100vh; }
section, .page-header { padding: 110px 6%; }
.hero { min-height: 100vh; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding-top: 140px; }
.page-visual { position: relative; overflow: hidden; isolation: isolate; }
.page-visual::before { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(120deg, rgba(10,10,10,.78), rgba(10,10,10,.46)), var(--visual); background-size: cover; background-position: center; }
.page-visual::after { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 75% 25%, rgba(245,137,26,.22), transparent 28%), linear-gradient(90deg, rgba(0,0,0,.55), transparent 58%); }
.visual-gym { --visual: linear-gradient(135deg, #111 0%, #1d261f 35%, #0c1215 70%, #050505 100%); }
.visual-community { --visual: linear-gradient(135deg, #151515 0%, #26312d 46%, #0d0d0d 100%); }
.visual-equipment { --visual: linear-gradient(135deg, #0d0d0d 0%, #22303a 50%, #1b120d 100%); }
.visual-building { --visual: linear-gradient(140deg, #1e2628 0%, #111 45%, #2e2e2e 100%); }
.visual-activity { --visual: linear-gradient(130deg, #2a2a2a 0%, #111 44%, #1a1008 100%); }
.hero-content { max-width: 860px; }
.eyebrow, .section-tag { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--orange); font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.eyebrow::before, .section-tag::before { content: ''; width: 38px; height: 1px; background: var(--orange); }
h1, h2 { font-family: 'Bebas Neue', sans-serif; line-height: .94; letter-spacing: 2px; }
h1 { font-size: clamp(4rem, 10vw, 9rem); }
h2 { font-size: clamp(2.5rem, 5vw, 5.2rem); }
h3 { font-family: 'Barlow Condensed', sans-serif; letter-spacing: 1.5px; text-transform: uppercase; }
.lead { max-width: 560px; margin: 28px 0 0; color: rgba(240,238,234,.72); font-size: 1.16rem; line-height: 1.75; }
.actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }
.btn-primary, .btn-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; max-width: 100%; padding: 16px 30px; text-align: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; line-height: 1.1; clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%); }
.btn-primary { background: var(--orange); color: var(--black); }
.btn-secondary { border: 1.5px solid rgba(245,137,26,.55); color: var(--white); }
.hero-stats article, .metric-card, .content-panel, .standard-card, .price-card, .support-item, .pdf-card, .chart-panel { background: var(--card); border: 1px solid var(--border); box-shadow: 0 24px 80px rgba(0,0,0,.3); }
.hero-stats strong, .metric-card strong { display: block; color: var(--orange); font-family: 'Bebas Neue', sans-serif; font-size: 3.4rem; line-height: 1; }
.hero-stats span, .metric-card span { color: var(--muted); font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: 1.5px; }

.hero-showcase { width: min(42vw, 520px); min-width: 390px; flex-shrink: 0; align-self: center; position: relative; }
.hero-showcase::before { content: ''; position: absolute; inset: 32px -18px -18px 42px; z-index: -1; border: 1px solid rgba(245,137,26,.34); background: linear-gradient(135deg, rgba(245,137,26,.12), transparent 58%); }
.showcase-frame { position: relative; height: 560px; overflow: hidden; border: 1px solid rgba(245,137,26,.32); background: #101010; box-shadow: 0 35px 100px rgba(0,0,0,.5); clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 34px 100%, 0 calc(100% - 34px)); }
.showcase-frame img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.02); transition: opacity .35s ease, transform .8s ease; }
.showcase-frame.is-changing img { opacity: .28; transform: scale(1.08); }
.showcase-glow { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.05) 35%, rgba(0,0,0,.82) 100%), radial-gradient(circle at 85% 18%, rgba(245,137,26,.25), transparent 30%); }
.showcase-label { position: absolute; top: 22px; left: 22px; right: 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--white); font-family: 'Barlow Condensed', sans-serif; letter-spacing: 1.8px; text-transform: uppercase; }
.showcase-label span { padding: 8px 13px; background: rgba(0,0,0,.55); border: 1px solid var(--border); color: rgba(240,238,234,.86); }
.showcase-label strong { color: var(--orange); font-size: .95rem; }
.showcase-caption { position: absolute; left: 28px; right: 28px; bottom: 42px; }
.showcase-caption span { color: var(--orange); font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.showcase-caption h3 { margin-top: 10px; max-width: 340px; color: var(--white); font-size: clamp(1.6rem, 2.5vw, 2.5rem); line-height: 1; }
.showcase-progress { position: absolute; left: 28px; right: 28px; bottom: 24px; height: 2px; background: rgba(255,255,255,.18); overflow: hidden; }
.showcase-progress span { display: block; height: 100%; width: 0; background: var(--orange); transition: width .35s ease; }
.showcase-control { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-top: 16px; }
.showcase-btn { border: 1px solid rgba(245,137,26,.32); background: rgba(0,0,0,.45); color: var(--white); padding: 11px 14px; cursor: pointer; font: 700 .78rem 'Barlow Condensed', sans-serif; letter-spacing: 1.6px; text-transform: uppercase; transition: all .2s; }
.showcase-btn:hover { background: var(--orange); color: var(--black); border-color: var(--orange); }
.showcase-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.showcase-thumb { height: 54px; border: 1px solid rgba(255,255,255,.12); background-size: cover; background-position: center; cursor: pointer; opacity: .48; padding: 0; transition: opacity .2s, border-color .2s, transform .2s; }
.showcase-thumb:hover, .showcase-thumb.active { opacity: 1; border-color: var(--orange); transform: translateY(-2px); }

.hero-metrics { display: flex; gap: 32px; margin-top: 36px; }
.hero-metrics div { text-align: left; }
.hero-metrics strong { display: block; color: var(--orange); font-family: 'Bebas Neue', sans-serif; font-size: 2.2rem; line-height: 1; }
.hero-metrics span { color: var(--muted); font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: 1.5px; font-size: .82rem; }

/* === ICON SYSTEM === */
.bf-icon { width: 58px; height: 58px; display: inline-grid; place-items: center; position: relative; color: var(--orange); background: linear-gradient(145deg, rgba(245,137,26,.18), rgba(255,255,255,.045)); border: 1px solid rgba(245,137,26,.38); box-shadow: inset 0 0 28px rgba(245,137,26,.08), 0 18px 48px rgba(0,0,0,.32); clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%); }
.bf-icon::before, .bf-icon::after { content: ''; position: absolute; display: block; }
.bf-icon.has-svg::before, .bf-icon.has-svg::after { display: none; }
.bf-icon svg { width: 34px; height: 34px; position: relative; z-index: 1; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: square; stroke-linejoin: miter; }
.icon-dumbbell::before { width: 32px; height: 6px; background: currentColor; top: 50%; left: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 18px rgba(245,137,26,.36); }
.icon-dumbbell::after { width: 8px; height: 24px; left: 13px; top: 17px; border-left: 5px solid currentColor; border-right: 5px solid currentColor; box-shadow: 25px 0 0 -1px currentColor, 30px 0 0 -1px currentColor; }
.icon-growth::before { inset: 17px 15px 14px; background: linear-gradient(to top, currentColor 0 30%, transparent 30%), linear-gradient(to top, currentColor 0 58%, transparent 58%), linear-gradient(to top, currentColor 0 92%, transparent 92%); background-size: 7px 100%, 7px 100%, 7px 100%; background-position: 0 100%, 12px 100%, 24px 100%; background-repeat: no-repeat; }
.icon-growth::after { width: 30px; height: 18px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; right: 14px; top: 14px; transform: skew(-18deg); }
.icon-badge::before { width: 25px; height: 25px; border: 3px solid currentColor; transform: rotate(45deg); top: 14px; left: 16px; }
.icon-badge::after { width: 16px; height: 2px; background: currentColor; left: 21px; bottom: 17px; box-shadow: 0 5px 0 rgba(245,137,26,.55); }
.icon-network::before { width: 7px; height: 7px; border-radius: 50%; background: currentColor; left: 14px; top: 17px; box-shadow: 20px 5px 0 currentColor, 31px 24px 0 currentColor, 5px 30px 0 currentColor; }
.icon-network::after { width: 34px; height: 30px; left: 15px; top: 20px; background: linear-gradient(28deg, transparent 47%, currentColor 48% 52%, transparent 53%), linear-gradient(145deg, transparent 47%, currentColor 48% 52%, transparent 53%); opacity: .9; }
.icon-location::before { width: 23px; height: 23px; border: 3px solid currentColor; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); top: 13px; left: 17px; }
.icon-location::after { width: 7px; height: 7px; background: currentColor; border-radius: 50%; top: 22px; left: 26px; }
.icon-ops::before { width: 30px; height: 30px; border-radius: 50%; background: repeating-conic-gradient(currentColor 0 16deg, transparent 16deg 34deg); top: 14px; left: 14px; }
.icon-ops::after { width: 14px; height: 14px; border-radius: 50%; background: var(--black); border: 2px solid currentColor; top: 22px; left: 22px; }
.icon-marketing::before { width: 30px; height: 22px; left: 15px; top: 17px; background: currentColor; clip-path: polygon(0 28%, 62% 0, 62% 100%, 0 72%); }
.icon-marketing::after { width: 8px; height: 18px; left: 20px; top: 31px; border-left: 4px solid currentColor; transform: rotate(-16deg); }
.icon-tech::before { width: 31px; height: 22px; border: 3px solid currentColor; left: 13px; top: 15px; }
.icon-tech::after { width: 20px; height: 3px; background: currentColor; left: 20px; bottom: 14px; box-shadow: 5px -6px 0 -1px currentColor; }
.icon-team::before { width: 13px; height: 13px; background: currentColor; border-radius: 50%; left: 23px; top: 12px; box-shadow: -13px 11px 0 -2px currentColor, 13px 11px 0 -2px currentColor; }
.icon-team::after { width: 34px; height: 18px; border: 3px solid currentColor; border-bottom: 0; border-radius: 20px 20px 0 0; left: 12px; bottom: 13px; }
.value-card:hover .bf-icon, .pillar-card:hover .bf-icon { color: var(--black); background: var(--orange); border-color: var(--orange); box-shadow: 0 18px 52px rgba(245,137,26,.26); }

.split-section, .two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.copy-block p, .content-panel p { color: rgba(240,238,234,.7); line-height: 1.75; font-size: 1.05rem; }
.pdf-card { min-height: 360px; padding: 42px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(135deg, rgba(0,0,0,.7), rgba(255,255,255,.08)), repeating-linear-gradient(45deg, rgba(245,137,26,.16) 0 2px, transparent 2px 42px); }
.pdf-card span { font-family: 'Barlow Condensed', sans-serif; font-size: 2rem; }
.pdf-card strong { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 7vw, 6rem); line-height: .95; }
.pdf-card em { font-family: 'Barlow Condensed', sans-serif; font-size: 1.7rem; font-weight: 700; }
.quick-grid, .standards-grid, .pricing-grid, .support-grid, .stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quick-grid { grid-template-columns: repeat(4, 1fr); padding-top: 0; }
.quick-card { padding: 28px; min-height: 210px; background: linear-gradient(150deg, rgba(245,137,26,.14), rgba(22,22,22,.95)); border: 1px solid var(--border); transition: transform .2s, border-color .2s; }
.quick-card:hover { transform: translateY(-4px); border-color: rgba(245,137,26,.6); }
.quick-card span, .card-num, .support-item b { color: var(--orange); font-family: 'Bebas Neue', sans-serif; font-size: 2rem; }
.quick-card strong { display: block; margin: 26px 0 10px; font-family: 'Bebas Neue', sans-serif; font-size: 2.35rem; line-height: 1; }
.quick-card small { color: var(--muted); line-height: 1.5; }
.page-header { min-height: 58vh; display: flex; flex-direction: column; justify-content: flex-end; padding-top: 150px; }
.content-panel, .standard-card, .price-card, .support-item { padding: 30px; }
.content-panel h2, .standard-card h2, .price-card h2, .support-item h2 { margin-bottom: 18px; font-size: 2.6rem; }
.check-list { list-style: none; display: grid; gap: 12px; color: rgba(240,238,234,.78); line-height: 1.55; }
.check-list li { position: relative; padding-left: 22px; }
.check-list li::before { content: ''; position: absolute; left: 0; top: .6em; width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }

.metric-card { padding: 30px; }
.chart-panel { margin: 0 6% 42px; padding: 34px; background: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.06)); }
.chart-panel h2 { margin-bottom: 34px; font-size: 3.1rem; text-align: center; }
.bar-chart, .world-chart { height: 360px; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; align-items: end; gap: 14px; padding: 22px; border: 1px solid rgba(255,255,255,.08); background: repeating-linear-gradient(to top, rgba(255,255,255,.08) 0 1px, transparent 1px 20%); }
.bar-chart div, .world-chart div { height: var(--h); min-height: 10px; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 8px; color: var(--muted); font-size: .78rem; }
.h2 { --h: 2%; } .h3 { --h: 3%; } .h4 { --h: 4%; } .h5 { --h: 5%; } .h7 { --h: 7%; } .h8 { --h: 8%; } .h9 { --h: 9%; } .h12 { --h: 12%; } .h13 { --h: 13%; } .h14 { --h: 14%; } .h15 { --h: 15%; } .h19 { --h: 19%; } .h22 { --h: 22%; } .h26 { --h: 26%; } .h34 { --h: 34%; } .h44 { --h: 44%; } .h64 { --h: 64%; } .h86 { --h: 86%; } .h100 { --h: 100%; }
.bar-chart div::before, .world-chart div::before { content: ''; width: 70%; flex: 1; background: linear-gradient(180deg, rgba(212,169,41,.92), rgba(86,71,35,.9)); border-radius: 4px 4px 0 0; box-shadow: 0 0 18px rgba(212,169,41,.18); }
.bar-chart .accent::before, .world-chart .accent::before { background: linear-gradient(180deg, var(--orange), #8d4512); box-shadow: 0 0 22px rgba(245,137,26,.38); }
.bar-chart .dim::before { background: linear-gradient(180deg, #777, #343434); box-shadow: none; }
.bar-chart b, .world-chart b { color: var(--white); font-weight: 600; }

.standard-card p { min-height: 55px; color: var(--muted); }
.standard-card.featured, .price-card.featured { border-color: rgba(245,137,26,.6); background: linear-gradient(150deg, rgba(245,137,26,.16), rgba(22,22,22,.95)); }
dl { display: grid; grid-template-columns: auto 1fr; gap: 12px 18px; margin: 26px 0; }
dt { color: var(--muted); }
dd { font-weight: 700; }
.standard-card strong { color: var(--orange); font-family: 'Barlow Condensed', sans-serif; letter-spacing: 1px; text-transform: uppercase; }
.gallery-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-top: 0; }
.gallery-strip div { min-height: 260px; padding: 24px; display: flex; align-items: flex-end; justify-content: center; text-align: center; border-radius: 18px; background: linear-gradient(160deg, rgba(245,137,26,.2), rgba(255,255,255,.05)), repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 12px, transparent 12px 24px); color: var(--white); font: 700 2rem 'Barlow Condensed', sans-serif; text-transform: uppercase; }

.price-card h3 { margin: 22px 0 10px; color: var(--orange); }
.price-card p { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: var(--muted); }
.price-card b { color: var(--white); }
.tabs-section { padding-top: 70px; }
.tabs { display: flex; gap: 12px; margin-bottom: 22px; }
.tabs button { flex: 1; border: 1px solid var(--border); background: rgba(255,255,255,.04); color: var(--muted); padding: 16px; cursor: pointer; font: 700 1rem 'Barlow Condensed', sans-serif; letter-spacing: 1.7px; text-transform: uppercase; }
.tabs button.active { background: var(--orange); color: var(--black); }
.tab-panel { display: none; grid-template-columns: .8fr 1.1fr 1.1fr; gap: 24px; padding: 30px; background: var(--card); border: 1px solid var(--border); }
.tab-panel.active { display: grid; }
.invest-box { padding: 26px; background: var(--orange); color: var(--black); align-self: start; }
.invest-box small, .invest-box span { display: block; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.invest-box strong { display: block; margin: 10px 0; font: 4rem 'Bebas Neue', sans-serif; }
.revenue-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.revenue-grid p { padding: 18px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.04); color: var(--white); }
.revenue-grid b { display: block; margin-bottom: 8px; color: var(--orange); font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.support-grid { grid-template-columns: repeat(3, 1fr); }
.support-item p { color: var(--muted); line-height: 1.5; }
.prep-section h2 { margin-bottom: 28px; text-align: center; }
.cta-section { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.cta-section > div { max-width: 760px; }
.cta-section strong { display: block; margin: 20px 0 10px; color: var(--orange); font: 7rem 'Bebas Neue', sans-serif; line-height: .9; }
.cta-section p { margin-bottom: 28px; color: var(--muted); font-size: 1.25rem; }

.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 36px 6%; border-top: 1px solid rgba(255,255,255,.08); background: #070707; color: var(--muted); }
.site-footer strong { color: var(--white); font: 2rem 'Bebas Neue', sans-serif; letter-spacing: 2px; }
.site-footer a { color: var(--orange); font-weight: 700; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* === VALUE PROPS === */
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: value-card; }
.value-card { position: relative; isolation: isolate; min-height: 280px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--card); border: 1px solid var(--border); overflow: hidden; counter-increment: value-card; transition: transform .25s, border-color .25s, box-shadow .25s; }
.value-card::before { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--img) center/cover no-repeat; opacity: .12; transition: opacity .4s; }
.value-card:hover { transform: translateY(-6px); border-color: rgba(245,137,26,.58); box-shadow: 0 28px 80px rgba(0,0,0,.42); }
.value-card:hover::before { opacity: .24; }
.value-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, var(--black) 18%, rgba(9,9,9,.82) 48%, transparent 86%); }
.value-card .icon { margin-bottom: 22px; }
.value-card h3::before { content: '0' counter(value-card); display: block; margin-bottom: 12px; color: rgba(245,137,26,.64); font: 700 .84rem 'Barlow Condensed', sans-serif; letter-spacing: 2px; }
.value-card h3::after { content: ''; display: block; width: 44px; height: 2px; margin-top: 12px; background: var(--orange); transform-origin: left; transform: scaleX(.45); transition: transform .25s; }
.value-card:hover h3::after { transform: scaleX(1); }
.value-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; line-height: 1; margin-bottom: 10px; }
.value-card p { color: var(--muted); font-size: .95rem; line-height: 1.6; }

/* === PROFILE PHOTOS === */
.profile-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 32px; align-items: center; }
.profile-copy p:not(.section-tag) { max-width: 560px; color: rgba(240,238,234,.72); line-height: 1.75; font-size: 1.05rem; }
.compact-actions { margin-top: 26px; }
.profile-collage { display: grid; grid-template-columns: 1.1fr .9fr; grid-auto-rows: 210px; gap: 14px; }
.profile-photo { position: relative; overflow: hidden; border: 1px solid var(--border); background: var(--card); box-shadow: 0 26px 80px rgba(0,0,0,.34); }
.profile-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.5)); pointer-events: none; }
.profile-photo.large { grid-row: span 2; clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%); }
.profile-photo.wide { grid-column: 1 / -1; min-height: 240px; }
.profile-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.profile-photo:hover img { transform: scale(1.05); }

/* === TESTIMONIAL === */
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.testimonial-card { display: grid; grid-template-columns: 1fr 1.5fr; background: var(--card); border: 1px solid var(--border); min-height: 280px; overflow: hidden; }
.testimonial-card .testimonial-img { min-height: 280px; background: var(--img) center/cover no-repeat; }
.testimonial-card blockquote { padding: 36px; display: flex; flex-direction: column; justify-content: center; }
.testimonial-card blockquote p { font-size: 1.05rem; line-height: 1.7; color: rgba(240,238,234,.85); margin-bottom: 20px; font-style: italic; }
.testimonial-card blockquote footer { color: var(--orange); font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; font-size: .9rem; }

/* === STEPS === */
.steps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; isolation: isolate; min-height: 280px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--card); border: 1px solid var(--border); overflow: hidden; }
.step-card::before { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--img) center/cover no-repeat; opacity: .1; }
.step-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, var(--black) 30%, transparent 80%); }
.step-card .step-num { font-family: 'Bebas Neue', sans-serif; font-size: 4rem; line-height: 1; color: var(--orange); opacity: .7; margin-bottom: 16px; }
.step-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; line-height: 1; margin-bottom: 10px; }
.step-card p { color: var(--muted); font-size: .95rem; line-height: 1.6; }

/* === FAQ === */
.faq-list { display: grid; gap: 12px; max-width: 800px; margin: 0 auto; }
.faq-item { background: var(--card); border: 1px solid var(--border); }
.faq-item summary { padding: 20px 28px; cursor: pointer; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.05rem; letter-spacing: 1px; text-transform: uppercase; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: color .2s; }
.faq-item summary:hover { color: var(--orange); }
.faq-item summary::after { content: '+'; font-size: 1.5rem; color: var(--orange); font-weight: 400; }
.faq-item[open] summary::after { content: '−'; }
.faq-item .faq-answer { padding: 0 28px 20px; color: var(--muted); line-height: 1.7; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { display: none; content: ''; }

/* === 5 PILAR === */
.pillar-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.pillar-card { position: relative; overflow: hidden; text-align: center; padding: 34px 18px 30px; background: linear-gradient(160deg, rgba(245,137,26,.08), rgba(22,22,22,.94) 46%); border: 1px solid var(--border); transition: transform .2s, border-color .2s, box-shadow .2s; }
.pillar-card::before { content: ''; position: absolute; inset: -1px -1px auto; height: 3px; background: linear-gradient(90deg, transparent, var(--orange), transparent); opacity: .45; }
.pillar-card::after { content: ''; position: absolute; width: 150px; height: 150px; right: -80px; top: -90px; background: radial-gradient(circle, rgba(245,137,26,.18), transparent 62%); pointer-events: none; }
.pillar-card:hover { transform: translateY(-5px); border-color: rgba(245,137,26,.58); box-shadow: 0 24px 70px rgba(0,0,0,.36); }
.pillar-card .pillar-icon { margin: 0 auto 18px; display: grid; }
.pillar-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; line-height: 1.1; margin-bottom: 10px; }
.pillar-card h3::after { content: ''; display: block; width: 34px; height: 1px; margin: 12px auto 0; background: rgba(245,137,26,.55); }
.pillar-card p { color: var(--muted); font-size: .85rem; line-height: 1.5; }

/* === LEAD FORM === */
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 600px; margin: 28px auto 0; text-align: left; }
.lead-form .full { grid-column: 1 / -1; }
.lead-form label { display: block; color: var(--muted); font-family: 'Barlow Condensed', sans-serif; font-size: .82rem; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 6px; }
.lead-form input, .lead-form select { width: 100%; padding: 13px 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: var(--white); font-family: 'Barlow', sans-serif; font-size: 1rem; outline: none; transition: border-color .2s; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--orange); }
.lead-form select option { background: var(--black); color: var(--white); }
.lead-form .btn-primary { grid-column: 1 / -1; text-align: center; border: none; cursor: pointer; font-size: 1rem; }

/* === FOOTER === */
.site-footer.footer-new { display: block; padding: 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; padding: 60px 6% 40px; }
.footer-brand .brand { font-size: 1.5rem; margin-bottom: 12px; }
.footer-brand .brand-mark { width: 32px; height: 32px; font-size: .6rem; }
.footer-brand .brand img { height: 34px; }
.footer-brand p { font-size: .9rem; line-height: 1.6; margin: 10px 0 18px; color: var(--muted); }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 38px; height: 38px; display: grid; place-items: center; position: relative; background: rgba(255,255,255,.055); border: 1px solid rgba(245,137,26,.22); color: rgba(240,238,234,.68); font: 700 .72rem 'Barlow Condensed', sans-serif; letter-spacing: 1px; transition: background .2s, color .2s, transform .2s, border-color .2s; text-transform: uppercase; clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%); }
.footer-social a:hover { background: var(--orange); color: var(--black); border-color: var(--orange); transform: translateY(-2px); }
.footer-col h4 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: .85rem; letter-spacing: 2px; text-transform: uppercase; color: var(--white); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col a { color: var(--muted); font-size: .9rem; transition: color .2s; }
.footer-col a:hover { color: var(--orange); }
.footer-subscribe { padding: 24px 6%; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-subscribe label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--white); white-space: nowrap; font-size: .9rem; }
.footer-subscribe form { display: flex; flex: 1; max-width: 380px; }
.footer-subscribe input { flex: 1; padding: 12px 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-right: none; color: var(--white); font-family: 'Barlow', sans-serif; font-size: .9rem; outline: none; }
.footer-subscribe input:focus { border-color: var(--orange); }
.footer-subscribe button { padding: 12px 22px; background: var(--orange); color: var(--black); border: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; font-size: .85rem; transition: opacity .2s; }
.footer-subscribe button:hover { opacity: .85; }
.footer-bottom { padding: 20px 6%; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: .82rem; }
.footer-bottom a { color: var(--muted); transition: color .2s; }
.footer-bottom a:hover { color: var(--orange); }
.footer-bottom-links { display: flex; gap: 20px; }

/* === VISUAL PHOTO === */
.visual-exterior { --visual: url('../images/background/BENEFIT GYM SOFT OPENING-20-optimized.webp'); }
.visual-interior { --visual: url('../images/fasilitas/BENEFIT GYM SOFT OPENING-2-optimized.webp'); }

/* === FACILITY GRID === */
.facility-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.facility-card { position: relative; isolation: isolate; min-height: 320px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--card); border: 1px solid var(--border); overflow: hidden; cursor: pointer; }
.facility-card::before { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--img) center/cover no-repeat; opacity: .18; transition: opacity .4s; }
.facility-card:hover::before { opacity: .35; }
.facility-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, var(--black) 20%, transparent 70%); }
.facility-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 2.2rem; line-height: 1; margin-bottom: 8px; }
.facility-card p { color: var(--muted); font-size: .95rem; line-height: 1.5; }

/* === GALLERY === */
.gallery-filters { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
.gallery-filters button { padding: 10px 22px; border: 1px solid var(--border); background: rgba(255,255,255,.04); color: var(--muted); cursor: pointer; font: 700 .85rem 'Barlow Condensed', sans-serif; letter-spacing: 1.5px; text-transform: uppercase; transition: background .2s, color .2s; }
.gallery-filters button.active, .gallery-filters button:hover { background: var(--orange); color: var(--black); }
.gallery-grid { column-count: 3; column-gap: 14px; }
.gallery-item { break-inside: avoid; margin-bottom: 14px; cursor: pointer; position: relative; overflow: hidden; border: 1px solid var(--border); background: var(--card); transition: transform .2s; }
.gallery-item:hover { transform: scale(1.02); }
.gallery-item img { width: 100%; display: block; }
.gallery-item .gallery-label { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 18px; background: linear-gradient(to top, rgba(0,0,0,.7), transparent 60%); opacity: 0; transition: opacity .3s; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; font-size: .85rem; }
.gallery-item:hover .gallery-label { opacity: 1; }
.gallery-item.hidden { display: none; }

/* === LIGHTBOX === */
.lightbox { display: none; position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,.92); place-items: center; cursor: pointer; }
.lightbox.open { display: grid; }
.lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; border: 1px solid var(--border); }
.lightbox .lb-close { position: absolute; top: 24px; right: 32px; color: var(--white); font-size: 2.4rem; cursor: pointer; transition: color .2s; background: none; border: none; font-family: 'Barlow', sans-serif; }
.lightbox .lb-close:hover { color: var(--orange); }
.lightbox .lb-count { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: var(--muted); font-family: 'Barlow Condensed', sans-serif; letter-spacing: 1px; font-size: .9rem; }
.lightbox .lb-prev, .lightbox .lb-next { position: absolute; top: 50%; transform: translateY(-50%); color: var(--white); font-size: 2.8rem; cursor: pointer; padding: 20px; background: none; border: none; font-family: 'Barlow', sans-serif; transition: color .2s; }
.lightbox .lb-prev { left: 16px; }
.lightbox .lb-next { right: 16px; }
.lightbox .lb-prev:hover, .lightbox .lb-next:hover { color: var(--orange); }

@media (max-width: 1100px) {
  .pillar-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .profile-section { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .menu-toggle { display: flex; }
  .nav-links { display: none; position: fixed; top: 72px; left: 0; right: 0; padding: 22px 5%; flex-direction: column; align-items: stretch; gap: 0; background: rgba(10,10,10,.97); border-bottom: 1px solid var(--border); }
  .nav-links.open { display: flex; }
  .nav-links a { display: block; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 1.1rem; }
  .nav-links .nav-cta { margin-top: 14px; padding: 14px 18px; text-align: center; }
  .hero, .split-section, .two-column, .tab-panel { grid-template-columns: 1fr; display: grid; }
  .hero-showcase { width: 100%; min-width: 0; }
  .showcase-frame { height: 440px; }
  .value-grid, .testimonial-grid, .steps-row { grid-template-columns: 1fr 1fr; }
  .gallery-grid { column-count: 2; }
  h1 { font-size: 5rem; }
}

@media (max-width: 620px) {
  section, .page-header { padding: 86px 5%; }
  .site-nav { padding: 0 4%; }
  .brand { font-size: 1.45rem; }
  h1 { font-size: 3.6rem; }
  h2 { font-size: 2.6rem; }
  .actions { flex-direction: column; align-items: stretch; gap: 12px; width: 100%; }
  .btn-primary, .btn-secondary, .tabs button, .gallery-filters button, .lead-form .btn-primary, .footer-subscribe button { width: 100%; min-height: 50px; padding: 14px 18px; white-space: normal; }
  .hero-content { width: 100%; }
  .lead { font-size: 1rem; }
  .hero-showcase::before { inset: 18px -8px -8px 18px; }
  .showcase-frame { height: 320px; clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px)); }
  .showcase-control { grid-template-columns: 1fr; }
  .showcase-btn { display: none; }
  .showcase-thumbs { grid-template-columns: repeat(4, 1fr); }
  .showcase-thumb { height: 48px; }
  .hero-metrics { gap: 16px; flex-wrap: wrap; }
  .hero-metrics div { min-width: calc(50% - 8px); }
  .profile-collage { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .profile-photo.large, .profile-photo.wide { grid-column: auto; grid-row: auto; min-height: 230px; clip-path: none; }
  .quick-grid, .standards-grid, .pricing-grid, .support-grid, .stat-row, .gallery-strip, .revenue-grid { grid-template-columns: 1fr; }
  .value-grid, .testimonial-grid, .steps-row, .pillar-grid, .footer-grid { grid-template-columns: 1fr; }
  .gallery-grid { column-count: 1; }
  .tabs { flex-direction: column; }
  .bar-chart, .world-chart { gap: 5px; padding: 10px; height: 260px; overflow-x: auto; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .testimonial-card { grid-template-columns: 1fr; }
  .lead-form { grid-template-columns: 1fr; }
  .footer-subscribe { flex-direction: column; align-items: stretch; }
  .footer-subscribe form { max-width: 100%; flex-direction: column; gap: 10px; }
  .footer-subscribe input { border-right: 1px solid rgba(255,255,255,.12); }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-bottom-links { flex-direction: column; gap: 8px; }
  .lightbox .lb-prev, .lightbox .lb-next { top: auto; bottom: 20px; transform: none; font-size: 2.2rem; padding: 12px 18px; background: rgba(0,0,0,.55); border: 1px solid var(--border); }
  .lightbox .lb-prev { left: 18px; }
  .lightbox .lb-next { right: 18px; }
  .lightbox .lb-close { top: 14px; right: 18px; }
}
