/*
Theme Name: Brenons Launch
Theme URI: https://brenons.com
Author: Brenons Social Media
Description: A custom high-conversion WordPress theme for Brenons Social Media.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: brenons
*/

:root {
  --ink: #071923;
  --ink-soft: #102b38;
  --blue: #1688b0;
  --blue-bright: #26afe1;
  --red: #ed1c24;
  --gold: #f2b913;
  --paper: #f4f7f8;
  --white: #ffffff;
  --muted: #58707b;
  --line: #dbe5e9;
  --radius: 24px;
  --shadow: 0 20px 60px rgba(7, 25, 35, .12);
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behaviour: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
h1, h2, h3, h4 { margin: 0 0 .7em; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
p { margin: 0 0 1.25em; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: clamp(72px, 10vw, 130px) 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 3px; background: var(--gold); border-radius: 9px; content: ""; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 0 24px; border: 0; border-radius: 100px; background: var(--red); color: white; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(237,28,36,.24); }
.button.secondary { background: white; color: var(--ink); }
.button.outline { border: 1px solid var(--line); background: transparent; color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 800; }
.text-link::after { content: "→"; transition: transform .2s; }
.text-link:hover::after { transform: translateX(4px); }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; color: white; }
.header-inner { display: flex; min-height: 100px; align-items: center; justify-content: space-between; gap: 26px; }
.brand img { display: block; width: 240px; max-height: 74px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav ul { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.main-nav a { font-size: .93rem; font-weight: 720; }
.main-nav .nav-cta { padding: 12px 19px; border-radius: 99px; background: var(--red); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: white; font-size: 1.3rem; }

.hero { position: relative; min-height: 850px; overflow: hidden; padding: 195px 0 110px; color: white; background: radial-gradient(circle at 84% 30%, rgba(38,175,225,.22), transparent 28%), radial-gradient(circle at 68% 72%, rgba(237,28,36,.13), transparent 25%), var(--ink); }
.hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 80%); content: ""; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); align-items: center; gap: 70px; }
.hero h1 { max-width: 900px; }
.hero h1 span { color: var(--blue-bright); }
.hero-copy { max-width: 680px; color: #c8d8df; font-size: clamp(1.12rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-card { position: relative; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.07); box-shadow: 0 30px 80px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.hero-card::after { position: absolute; z-index: -1; right: -90px; bottom: -100px; width: 280px; height: 280px; border: 42px solid var(--gold); border-right-color: var(--red); border-radius: 50%; opacity: .78; content: ""; }
.hero-card-label { color: var(--gold); font-size: .75rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero-card h2 { margin-top: 12px; font-size: 2rem; }
.mini-list { display: grid; gap: 14px; margin: 24px 0 0; padding: 0; list-style: none; }
.mini-list li { display: flex; gap: 12px; align-items: center; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); font-weight: 700; }
.mini-list li::before { display: grid; width: 27px; height: 27px; flex: 0 0 27px; place-items: center; border-radius: 50%; background: var(--blue); content: "✓"; font-size: .75rem; }
.trust-strip { position: relative; z-index: 2; margin-top: -45px; }
.trust-inner { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-radius: 22px; background: white; box-shadow: var(--shadow); }
.trust-item { padding: 28px 34px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; margin-bottom: 4px; font-size: 1.08rem; }
.trust-item span { color: var(--muted); font-size: .9rem; }

.pathways { background: var(--paper); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.section-head h2 { max-width: 710px; }
.path-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.path-card { position: relative; min-height: 360px; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s, box-shadow .25s; }
.path-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.path-card::after { position: absolute; right: -55px; bottom: -55px; width: 130px; height: 130px; border: 20px solid var(--accent, var(--blue)); border-radius: 50%; opacity: .12; content: ""; }
.path-card:nth-child(2) { --accent: var(--red); }
.path-card:nth-child(3) { --accent: var(--gold); }
.path-card:nth-child(4) { --accent: var(--blue-bright); }
.path-number { display: grid; width: 48px; height: 48px; margin-bottom: 74px; place-items: center; border-radius: 14px; background: var(--ink); color: white; font-weight: 850; }
.path-card p { color: var(--muted); }

.services-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.sticky-copy { position: sticky; top: 40px; }
.service-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.service-item span { color: var(--blue); font-weight: 850; }
.service-item p { margin: 0; color: var(--muted); }

.process { color: white; background: var(--ink); }
.process .eyebrow { color: var(--blue-bright); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 50px; }
.process-step { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.045); }
.process-step b { display: block; margin-bottom: 46px; color: var(--gold); font-size: .78rem; letter-spacing: .12em; }
.process-step p { margin-bottom: 0; color: #b9ccd4; }

.release-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.release-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; }
.release-thumb { display: block; aspect-ratio: 16/9; background: linear-gradient(135deg, var(--ink-soft), var(--blue)); }
.release-thumb img { width: 100%; height: 100%; object-fit: cover; }
.release-body { padding: 26px; }
.release-meta { margin-bottom: 13px; color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.release-body h3 { font-size: 1.35rem; }

.cta-panel { position: relative; overflow: hidden; padding: clamp(42px, 7vw, 80px); border-radius: 34px; color: white; background: linear-gradient(115deg, var(--blue), #0b607f); }
.cta-panel::after { position: absolute; top: -140px; right: -110px; width: 380px; height: 380px; border: 60px solid var(--gold); border-bottom-color: var(--red); border-radius: 50%; opacity: .32; content: ""; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 780px; }
.cta-panel p { max-width: 650px; color: #e5f5fb; font-size: 1.15rem; }

.site-footer { padding: 72px 0 30px; color: #bfd0d7; background: #041118; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .6fr); gap: 50px; }
.footer-brand img { width: 230px; }
.footer-brand p { max-width: 390px; margin-top: 20px; }
.site-footer h3 { color: white; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a:hover { color: var(--blue-bright); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .84rem; }

.page-hero { padding: 175px 0 80px; color: white; background: var(--ink); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.8rem, 6vw, 5.5rem); }
.content-wrap { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 110px; }
.content-wrap > * { max-width: 100%; }
.content-wrap h2 { margin-top: 1.4em; font-size: 2rem; }
.content-wrap a { color: var(--blue); text-decoration: underline; }
.archive-wrap { padding: 70px 0 110px; background: var(--paper); }
.pagination { margin-top: 40px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

@media (max-width: 960px) {
  .menu-toggle { display: grid; place-items: center; }
  .main-nav { position: fixed; inset: 0; z-index: -1; display: grid; place-items: center; padding: 100px 30px 40px; background: rgba(7,25,35,.98); opacity: 0; pointer-events: none; transition: opacity .2s; }
  .menu-open .main-nav { z-index: 40; opacity: 1; pointer-events: auto; }
  .main-nav ul { flex-direction: column; font-size: 1.3rem; }
  .menu-toggle { position: relative; z-index: 41; }
  .hero { min-height: auto; }
  .hero-grid, .services-grid { grid-template-columns: 1fr; }
  .hero-card { max-width: 600px; }
  .path-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .sticky-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  :root { --wrap: min(100% - 28px, 1180px); }
  .header-inner { min-height: 82px; }
  .brand img { width: 195px; }
  .hero { padding-top: 145px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .hero-grid { gap: 45px; }
  .trust-strip { margin-top: 0; background: var(--paper); }
  .trust-inner, .path-grid, .process-grid, .release-grid { grid-template-columns: 1fr; }
  .trust-inner { border-radius: 0; box-shadow: none; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-head { display: block; }
  .path-number { margin-bottom: 45px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
}
