:root {
  --orange: #c4420f;
  --orange-dark: #c4420f;
  --charcoal: #3c3c3c;
  --ink: #161616;
  --paper: #f6f5f0;
  --paper-2: #eee7dd;
  --muted: #6f6963;
  --line: rgba(60, 60, 60, .16);
  --display: "Open Sans", Arial, sans-serif;
  --body: "Open Sans", Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--charcoal); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.section-pad { padding-inline: max(24px, calc((100vw - 1200px) / 2)); }
.kicker { margin: 0; color: var(--orange); font-size: 11.52px; font-weight: 700; letter-spacing: .1em; line-height: 1.3; }
em { color: var(--orange); font-style: normal; }

.site-header { position: fixed; top: 14px; left: 18px; right: 18px; z-index: 50; display: flex; align-items: center; justify-content: space-between; height: 72px; padding: 13px 12px 13px 20px; border: 1px solid rgba(255,255,255,.38); border-radius: 30px 30px 12px 12px; background: rgba(246,245,240,.91); box-shadow: 0 12px 32px rgba(26,19,15,.12); backdrop-filter: blur(15px); }
.brand img { width: 168px; height: auto; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.phone-link { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: #f5e6dc; transition: transform .25s var(--ease), background .25s ease; }
.phone-link:hover { background: #efcbb8; transform: translateY(-2px); }
.phone-link svg { width: 20px; fill: none; stroke: var(--orange-dark); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.menu-button { display: flex; align-items: center; gap: 7px; height: 46px; padding: 0 18px; border: 0; border-radius: 999px; background: rgba(255,255,255,.82); cursor: pointer; }
.menu-button span { margin-right: 4px; font-size: 11.52px; font-weight: 700; letter-spacing: .1em; }
.menu-button i { display: block; width: 18px; height: 1px; background: var(--ink); }
.menu-button i + i { margin-left: -25px; transform: translateY(6px); }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: #251c18; color: #fff; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -3; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; transform: scale(1.02); }
.hero-wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(18,14,12,.88) 0%, rgba(18,14,12,.67) 39%, rgba(18,14,12,.13) 72%), linear-gradient(0deg, rgba(18,14,12,.58), transparent 52%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .18; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-copy { position: relative; z-index: 2; display: flex; min-height: 100svh; flex-direction: column; justify-content: center; width: min(720px, 80vw); padding: 150px 40px 100px max(36px, calc((100vw - 1200px) / 2)); }
.hero h1 { margin: 18px 0 28px; color: white; font-family: var(--display); font-size: clamp(72px, 8vw, 118px); font-weight: 300; letter-spacing: -.04em; line-height: .86; }
.hero h1 em { display: inline-block; margin-left: .16em; color: white; font-weight: 200; }
.hero h1 em::after { content: ""; display: block; width: 100%; height: 3px; margin: 16px 0 0; border-radius: 50%; background: var(--orange); transform: rotate(-1deg); }
.hero-lead { max-width: 510px; margin: 0 0 35px; color: rgba(255,255,255,.88); font-size: clamp(18px, 2vw, 28px); font-weight: 300; line-height: 1.4; }
.text-link, .story-link { display: inline-flex; align-items: center; width: fit-content; padding-bottom: 7px; border: 0; border-bottom: 1px solid currentColor; background: none; color: inherit; font-size: 11px; font-weight: 700; letter-spacing: .17em; cursor: pointer; }
.hero-side-note { position: absolute; right: 26px; bottom: 92px; margin: 0; color: rgba(255,255,255,.7); font-size: 9px; font-weight: 700; letter-spacing: .23em; writing-mode: vertical-rl; }

.intro { display: grid; grid-template-columns: 100px minmax(0, .95fr) minmax(280px, .55fr); gap: 48px; align-items: end; padding-top: 130px; padding-bottom: 130px; }
.intro-number { align-self: start; color: rgba(228,75,25,.28); font-family: var(--display); font-size: 60px; font-weight: 500; letter-spacing: -.05em; }
.intro h2, .stories-head h2, .closing h2 { margin: 18px 0 0; font-family: var(--display); font-size: clamp(46px, 5.4vw, 76px); font-weight: 300; letter-spacing: -.035em; line-height: 1.05; }
.intro-body { max-width: 440px; margin: 0; color: var(--muted); font-size: 17px; font-weight: 300; line-height: 1.8; }

.featured { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr); gap: clamp(42px, 6vw, 92px); align-items: center; padding-top: 40px; padding-bottom: 140px; }
.featured-media { position: relative; width: 100%; aspect-ratio: 16/10; padding: 0; overflow: hidden; border: 0; border-radius: 16px; background: #d7d1c7; cursor: pointer; }
.featured-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.45), transparent 50%); }
.featured-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s var(--ease), filter .45s ease; }
.featured-media:hover img { transform: scale(1.025); filter: saturate(1.08); }
.play { position: absolute; left: 38px; bottom: 32px; z-index: 2; display: grid; width: 72px; height: 72px; place-items: center; border-radius: 50%; background: var(--orange); box-shadow: 0 12px 30px rgba(93,28,7,.32); transition: transform .25s var(--ease); }
.play svg { width: 36px; fill: white; }
.featured-media:hover .play { transform: scale(1.08); }
.duration { position: absolute; right: 26px; bottom: 24px; z-index: 2; color: white; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.story-meta { margin: 0 0 22px; color: #77716c; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.story-meta span { color: var(--orange); }
.featured-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(32px, 3.4vw, 50px); font-weight: 300; letter-spacing: -.025em; line-height: 1.14; }
.featured-copy > p:not(.story-meta) { margin: 28px 0 32px; color: var(--muted); font-size: 15px; line-height: 1.8; }

.stories { padding-top: 120px; padding-bottom: 130px; background: var(--paper-2); }
.stories-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.stories-head > p { max-width: 420px; margin: 0 0 8px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.story-tools { display: flex; align-items: center; justify-content: flex-start; gap: 30px; margin-top: 80px; margin-bottom: 56px; }
.search-field { display: flex; align-items: center; width: min(100%, 620px); padding-bottom: 15px; border-bottom: 1px solid #9f9991; }
.search-field svg { width: 22px; margin-right: 13px; fill: none; stroke: var(--orange); stroke-width: 1.7; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; }
.search-field input::placeholder { color: #8a857e; }
.filters { display: flex; gap: 8px; }
.filter { padding: 10px 18px; border: 1px solid rgba(36,35,33,.17); border-radius: 999px; background: transparent; font-size: 10px; font-weight: 700; letter-spacing: .1em; cursor: pointer; }
.filter.is-active, .filter:hover { border-color: var(--orange); background: var(--orange); color: white; }
.story-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(38px, 6vw, 90px); row-gap: 86px; }
.story { min-width: 0; }
.story:nth-child(even) { margin-top: 70px; }
.story-media { position: relative; display: block; width: 100%; aspect-ratio: 16/10; padding: 0; overflow: hidden; border: 0; background: #c9c0b7; cursor: pointer; }
.story .story-media { border-radius: 16px; }
.story-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,12,10,.42), transparent 48%); }
.story-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.story-media:hover img { transform: scale(1.035); }
.story-media .play { left: 28px; bottom: 24px; width: 58px; height: 58px; }
.story-media .play svg { width: 30px; }
.story-content { padding: 25px 4px 0; }
.story-content h3 { margin: 10px 0 15px; font-family: var(--display); font-size: clamp(27px, 2.6vw, 36px); font-weight: 300; letter-spacing: -.02em; line-height: 1.2; }
.story-content > p:not(.story-meta) { margin: 0 0 21px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.story-name { color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.story-detail-link { margin-top: 22px; }
.empty-state { margin: 80px 24px 0; text-align: center; }

.cta-band { position: relative; display: flex; min-height: 660px; flex-direction: column; align-items: center; justify-content: center; padding: 110px 24px; overflow: hidden; background: var(--orange); color: white; text-align: center; isolation: isolate; }
.cta-band .kicker { color: rgba(255,255,255,.73); }
.cta-band h2 { max-width: 980px; margin: 22px 0 24px; font-family: var(--display); font-size: clamp(46px, 6vw, 80px); font-weight: 300; letter-spacing: -.04em; line-height: 1.02; }
.cta-band h2 em { color: #231a16; }
.cta-band > p:not(.kicker) { margin: 0 0 37px; font-size: 17px; font-weight: 300; line-height: 1.65; }
.cta-button { display: inline-flex; align-items: center; padding: 17px 24px; border-radius: 999px; background: white; color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .13em; transition: transform .25s var(--ease), box-shadow .25s ease; }
.cta-button:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(67,17,1,.2); }
.cta-orbit { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.cta-orbit i { position: absolute; top: 50%; left: 50%; width: min(88vw, 1000px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: translate(-50%, -50%); }
.cta-orbit i:nth-child(2) { width: min(62vw, 720px); }
.cta-orbit i:nth-child(3) { width: min(38vw, 430px); background: rgba(255,255,255,.035); }

.closing { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .75fr); gap: clamp(55px, 8vw, 120px); align-items: center; padding-top: 140px; padding-bottom: 140px; }
.closing-image { position: relative; min-height: 560px; overflow: hidden; border-radius: 16px; background: #ddd; }
.closing-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.closing-copy p:not(.kicker) { max-width: 430px; margin: 28px 0 32px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.text-link.dark { color: var(--ink); }

.inner-preview { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin: 0 max(24px, calc((100vw - 1200px) / 2)) 90px; padding: 58px 62px; border-radius: 16px; background: #2a2421; color: white; }
.inner-preview-copy { max-width: 760px; }
.inner-preview h2 { margin: 16px 0 18px; font-family: var(--display); font-size: clamp(38px, 4.2vw, 58px); font-weight: 300; letter-spacing: -.035em; line-height: 1.08; }
.inner-preview-copy > p:not(.kicker) { max-width: 650px; margin: 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.75; }
.inner-preview-button { flex: 0 0 auto; padding: 15px 22px; border-radius: 30px; background: var(--orange); color: white; font-size: 11.52px; font-weight: 700; letter-spacing: .1em; transition: background .2s ease, transform .2s var(--ease); }
.inner-preview-button:hover { background: #e8551c; transform: translateY(-2px); }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; padding: 35px max(24px, calc((100vw - 1200px) / 2)); border-top: 1px solid var(--line); }
.site-footer img { width: 160px; }
.site-footer p { margin: 0; color: var(--muted); font-size: 12px; }
.site-footer div { display: flex; justify-content: flex-end; gap: 24px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.video-dialog { width: min(1060px, calc(100vw - 34px)); padding: 0; overflow: visible; border: 0; border-radius: 4px; background: #000; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.video-dialog::backdrop { background: rgba(18,14,12,.88); backdrop-filter: blur(9px); }
.video-frame { aspect-ratio: 16/9; }
.video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.dialog-close { position: absolute; top: -44px; right: 0; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: transparent; color: white; font-size: 26px; cursor: pointer; }
.mobile-menu { position: fixed; inset: 0; z-index: 80; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; background: var(--paper); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { font-family: var(--display); font-size: clamp(38px, 8vw, 70px); letter-spacing: -.04em; }
.mobile-menu a:hover { color: var(--orange); }
.mobile-menu-close { position: absolute; top: 30px; right: 30px; border: 0; background: none; font-size: 42px; cursor: pointer; }

/* Single Power Story */
.single-hero { padding: 90px max(24px, calc((100vw - 1200px) / 2)) 100px; background: var(--paper); }
.single-back { display: inline-block; margin-bottom: 56px; color: var(--orange); font-size: 11.52px; font-weight: 700; letter-spacing: .1em; }
.single-heading { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 80px; align-items: end; }
.single-heading h1 { max-width: 900px; margin: 18px 0 0; font-family: var(--display); font-size: clamp(48px, 6.1vw, 86px); font-weight: 300; letter-spacing: -.04em; line-height: 1.05; }
.single-meta { padding-left: 26px; border-left: 1px solid var(--line); }
.single-meta p { margin: 0 0 9px; color: var(--muted); font-size: 11px; letter-spacing: .07em; line-height: 1.5; }
.single-meta strong { display: block; margin-bottom: 20px; color: var(--charcoal); font-size: 14px; font-weight: 600; letter-spacing: 0; }
.single-video-wrap { padding: 0 max(24px, calc((100vw - 1200px) / 2)) 120px; }
.single-video { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 16px; background: #171412; }
.single-video iframe { width: 100%; height: 100%; border: 0; }
.single-body { display: grid; grid-template-columns: minmax(0, 740px) minmax(240px, 330px); gap: clamp(60px, 9vw, 130px); align-items: start; padding: 0 max(24px, calc((100vw - 1200px) / 2)) 140px; }
.single-article .lead { max-width: 700px; margin: 0 0 44px; color: var(--charcoal); font-size: clamp(22px, 2.1vw, 30px); font-weight: 300; line-height: 1.55; }
.single-article p:not(.lead) { margin: 0 0 28px; color: var(--muted); font-size: 16px; font-weight: 300; line-height: 1.9; }
.single-pullquote { margin: 66px 0; padding: 42px 44px; border-radius: 16px; background: var(--orange); color: white; }
.single-pullquote p { margin: 0 !important; color: white !important; font-family: var(--display); font-size: clamp(27px, 3vw, 40px) !important; line-height: 1.3 !important; }
.story-facts { position: sticky; top: 110px; padding: 30px; border-radius: 16px; background: #2a2421; color: white; }
.story-facts .kicker { margin-bottom: 27px; color: #ef825d; }
.story-facts dl { margin: 0; }
.story-facts div { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); }
.story-facts dt { margin-bottom: 7px; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.story-facts dd { margin: 0; font-size: 14px; line-height: 1.5; }
.single-next { padding: 115px max(24px, calc((100vw - 1200px) / 2)) 130px; background: var(--paper-2); }
.single-next-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }
.single-next h2 { margin: 14px 0 0; font-family: var(--display); font-size: clamp(42px, 5vw, 68px); font-weight: 300; letter-spacing: -.035em; }
.single-next-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.single-next-card { display: block; }
.single-next-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 16px; }
.single-next-card h3 { margin: 19px 0 7px; font-family: var(--display); font-size: 25px; font-weight: 300; line-height: 1.25; }
.single-next-card p { margin: 0; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero .reveal:nth-child(2) { transition-delay: .09s; }
.hero .reveal:nth-child(3) { transition-delay: .18s; }
.hero .reveal:nth-child(4) { transition-delay: .26s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 920px) {
  .intro { grid-template-columns: 60px 1fr; }
  .intro-body { grid-column: 2; }
  .featured, .closing { grid-template-columns: 1fr; }
  .featured-copy { max-width: 680px; }
  .stories-head { display: block; }
  .stories-head > p { margin-top: 30px; }
  .closing-image { min-height: 480px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer p { display: none; }
  .single-heading, .single-body { grid-template-columns: 1fr; }
  .single-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; padding-left: 0; border-left: 0; }
  .story-facts { position: static; }
  .inner-preview { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 700px) {
  .site-header { top: 8px; left: 8px; right: 8px; height: 62px; padding-left: 14px; }
  .brand img { width: 132px; }
  .phone-link { width: 41px; height: 41px; }
  .menu-button { width: 47px; height: 41px; justify-content: center; padding: 0; }
  .menu-button span { display: none; }
  .menu-button i + i { margin-left: -25px; }
  .hero-copy { width: 100%; justify-content: flex-end; padding: 120px 24px 75px; }
  .hero-media img { object-position: 53% center; }
  .hero-wash { background: linear-gradient(0deg, rgba(18,14,12,.9) 0%, rgba(18,14,12,.3) 68%, rgba(18,14,12,.1)); }
  .hero h1 { font-size: clamp(64px, 20vw, 92px); line-height: .9; }
  .hero h1 em { margin-left: .08em; }
  .hero-side-note { display: none; }
  .intro { grid-template-columns: 1fr; gap: 24px; padding-top: 88px; padding-bottom: 90px; }
  .intro-number { display: none; }
  .intro-body { grid-column: auto; }
  .intro h2, .stories-head h2, .closing h2 { font-size: clamp(44px, 14vw, 65px); }
  .featured { gap: 34px; padding-bottom: 95px; }
  .featured-media { width: calc(100% + 48px); margin-left: -24px; border-radius: 0; }
  .featured-copy h2 { font-size: 34px; }
  .stories { padding-top: 88px; padding-bottom: 95px; }
  .story-tools { align-items: stretch; flex-direction: column; margin-top: 50px; margin-bottom: 44px; }
  .story-list { grid-template-columns: 1fr; row-gap: 58px; }
  .story:nth-child(even) { margin-top: 0; }
  .filters { overflow-x: auto; }
  .story-content h3 { font-size: 31px; }
  .cta-band { min-height: 590px; padding-block: 88px; }
  .cta-band h2 { font-size: clamp(47px, 13.5vw, 68px); }
  .cta-band > p:not(.kicker) br { display: none; }
  .cta-orbit i { width: 170vw; }
  .cta-orbit i:nth-child(2) { width: 120vw; }
  .cta-orbit i:nth-child(3) { width: 72vw; }
  .closing { padding-top: 90px; padding-bottom: 90px; }
  .closing-image { min-height: 380px; border-radius: 16px; }
  .site-footer { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
  .site-footer div { flex-wrap: wrap; justify-content: flex-start; }
  .inner-preview { gap: 32px; margin-bottom: 58px; padding: 40px 28px; }
  .inner-preview h2 { font-size: 38px; }
  .single-hero { padding-top: 68px; padding-bottom: 68px; }
  .single-back { margin-bottom: 38px; }
  .single-heading { gap: 42px; }
  .single-heading h1 { font-size: clamp(43px, 12vw, 58px); }
  .single-video-wrap { padding-inline: 0; padding-bottom: 82px; }
  .single-video { border-radius: 0; }
  .single-body { gap: 50px; padding-bottom: 90px; }
  .single-pullquote { margin: 45px 0; padding: 30px 26px; }
  .single-next { padding-top: 82px; padding-bottom: 90px; }
  .single-next-head { display: block; }
  .single-next-grid { grid-template-columns: 1fr; gap: 45px; }
}
