/*
Theme Name: Datu Kashif Riaz Portfolio
Theme URI: https://kashifriaz.eu/
Author: Codex
Author URI: https://openai.com/
Description: A premium one-page portfolio theme for Datu Kashif Riaz with cinematic hero, executive profile content, animated sections, source links, and responsive design.
Version: 1.3.4
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: datu-kashif-riaz
*/

:root {
  --ink: #071413;
  --ink-2: #0d211f;
  --paper: #f5f1e7;
  --surface: #fffaf0;
  --muted: #78847b;
  --line: rgba(13, 33, 31, 0.14);
  --line-light: rgba(245, 241, 231, 0.16);
  --mint: #88f2cf;
  --teal: #075e59;
  --teal-2: #0a9a88;
  --plum: #732f55;
  --coral: #d85a4d;
  --amber: #e5b758;
  --steel: #d7e3df;
  --shadow: 0 28px 80px rgba(7, 20, 19, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.55;
}

body::selection {
  background: var(--mint);
  color: var(--ink);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  min-height: 64px;
  padding: 0 14px;
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: 8px;
  background: rgba(7, 20, 19, 0.56);
  color: var(--paper);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-elevated {
  background: rgba(7, 20, 19, 0.9);
  border-color: rgba(255, 250, 240, 0.24);
}

body.admin-bar .site-header {
  top: 46px;
}

@media (min-width: 783px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.96rem;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--mint);
  color: var(--ink);
  font-size: 0.78rem;
  letter-spacing: 0;
}

.site-nav {
  font-size: 0.9rem;
  font-weight: 800;
}

.site-nav-list {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  padding: 10px 13px;
  border-radius: 8px;
  color: rgba(245, 241, 231, 0.78);
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(245, 241, 231, 0.1);
  color: var(--paper);
}

.site-nav .nav-cta,
.site-nav .nav-cta > a {
  background: var(--paper);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(245, 241, 231, 0.08);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--paper);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  min-height: 100vh;
  padding: 136px 5vw 108px;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.hero-bg,
.speaker-image {
  background:
    linear-gradient(90deg, rgba(7, 20, 19, 0.96), rgba(7, 20, 19, 0.54)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2200&q=85")
      center / cover;
}

.hero-bg {
  position: absolute;
  inset: 0;
  transform: scale(1.02);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(136, 242, 207, 0.18), transparent 34%),
    linear-gradient(290deg, rgba(216, 90, 77, 0.18), transparent 42%);
  mix-blend-mode: screen;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(245, 241, 231, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 241, 231, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0, transparent 78%);
}

.hero-copy,
.hero-stage {
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 860px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 920px;
  margin-bottom: 26px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(4.5rem, 9.3vw, 10.8rem);
  font-weight: 800;
  line-height: 0.82;
}

h2 {
  margin-bottom: 18px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  font-weight: 800;
  line-height: 0.92;
}

h3 {
  margin-bottom: 13px;
  font-size: clamp(1.2rem, 1.5vw, 1.55rem);
  line-height: 1.1;
}

.lede {
  max-width: 710px;
  color: rgba(245, 241, 231, 0.78);
  font-size: clamp(1.15rem, 1.55vw, 1.45rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button.primary {
  background: var(--mint);
  color: var(--ink);
  box-shadow: 0 22px 48px rgba(136, 242, 207, 0.22);
}

.button.secondary {
  border: 1px solid rgba(245, 241, 231, 0.26);
  background: rgba(245, 241, 231, 0.08);
  color: var(--paper);
}

.hero-stage {
  display: flex;
  justify-content: center;
}

.portrait-system {
  position: relative;
  width: min(520px, 100%);
  min-height: 640px;
}

.portrait-system::before {
  content: "";
  position: absolute;
  inset: 56px 38px 70px 54px;
  border: 1px solid rgba(136, 242, 207, 0.45);
  border-radius: 8px;
  transform: rotate(-4deg);
}

.portrait-system::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 94px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(245, 241, 231, 0.2);
  background:
    linear-gradient(90deg, rgba(245, 241, 231, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(245, 241, 231, 0.12) 1px, transparent 1px);
  background-size: 18px 18px;
  transform: rotate(8deg);
}

.portrait-system img {
  position: absolute;
  top: 66px;
  left: 50%;
  z-index: 2;
  width: min(430px, 82vw);
  height: 520px;
  object-fit: cover;
  object-position: center center;
  border: 1px solid rgba(245, 241, 231, 0.22);
  border-radius: 8px;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.42);
  transform: translateX(-50%);
}

.role-stack,
.status-panel {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(245, 241, 231, 0.18);
  border-radius: 8px;
  background: rgba(7, 20, 19, 0.8);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.role-stack {
  left: 0;
  bottom: 34px;
  display: grid;
  width: min(310px, 72vw);
  padding: 12px;
}

.role-stack span {
  padding: 11px 10px;
  border-bottom: 1px solid rgba(245, 241, 231, 0.12);
  color: rgba(245, 241, 231, 0.86);
  font-size: 0.92rem;
  font-weight: 900;
}

.role-stack span:last-child {
  border-bottom: 0;
}

.status-panel {
  right: 0;
  top: 104px;
  width: 184px;
  padding: 18px;
}

.status-panel span {
  display: block;
  color: var(--mint);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}

.status-panel strong {
  display: block;
  margin-top: 8px;
  color: rgba(245, 241, 231, 0.86);
  font-size: 0.9rem;
}

.hero-ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  overflow: hidden;
  border-top: 1px solid rgba(245, 241, 231, 0.14);
  background: rgba(7, 20, 19, 0.78);
  color: rgba(245, 241, 231, 0.82);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 32s linear infinite;
}

.ticker-track span {
  padding: 18px 28px;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker-track span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 16px;
  background: var(--amber);
  transform: rotate(45deg);
  vertical-align: 1px;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

.impact-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 5vw;
  background: var(--surface);
}

.impact-panel div {
  min-height: 220px;
  padding: 38px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.impact-panel div:last-child {
  border-right: 0;
}

.metric {
  display: block;
  margin-bottom: 28px;
  color: var(--teal);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3.4rem, 5vw, 6.2rem);
  font-weight: 800;
  line-height: 0.85;
}

.impact-panel p {
  max-width: 240px;
  color: #44524b;
  font-weight: 800;
}

.section,
.contact-section {
  padding: 110px 5vw;
}

.section-kicker {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 7vw;
  align-items: end;
  margin-bottom: 44px;
}

.section-kicker.compact {
  display: block;
  max-width: 980px;
}

.expertise-section {
  background:
    linear-gradient(180deg, var(--paper), #ebe4d4);
}

.expertise-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 16px;
}

.expertise-card {
  position: relative;
  min-height: 360px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.72);
  box-shadow: 0 28px 70px rgba(7, 20, 19, 0.08);
}

.expertise-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -38% 18%;
  height: 180px;
  background: linear-gradient(90deg, rgba(10, 154, 136, 0.2), rgba(216, 90, 77, 0.18));
  transform: rotate(-7deg);
}

.expertise-card.featured {
  grid-row: span 2;
  min-height: 736px;
  background:
    linear-gradient(rgba(7, 20, 19, 0.16), rgba(7, 20, 19, 0.78)),
    url("https://images.unsplash.com/photo-1559136555-9303baea8ebd?auto=format&fit=crop&w=1400&q=85")
      center / cover;
  color: var(--paper);
}

.card-number {
  display: block;
  margin-bottom: 118px;
  color: var(--coral);
  font-weight: 900;
}

.expertise-card.featured .card-number {
  color: var(--mint);
}

.expertise-card p,
.venture-map p,
.speaker-copy p,
.source-section p {
  position: relative;
  z-index: 1;
  color: #5c6b63;
}

.expertise-card.featured p {
  color: rgba(245, 241, 231, 0.78);
}

.venture-section {
  background: var(--ink);
  color: var(--paper);
}

.venture-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line-light);
  background: var(--line-light);
}

.venture-map::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 38px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--mint), var(--amber), transparent);
}

.venture-map article {
  min-height: 360px;
  padding: 74px 26px 28px;
  background: #0a1c1a;
}

.venture-map span {
  display: inline-flex;
  margin-bottom: 74px;
  color: var(--mint);
  font-size: 1.3rem;
  font-weight: 900;
}

.venture-map p,
.speaker-copy p {
  color: rgba(245, 241, 231, 0.68);
}

.speaking-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  gap: 6vw;
  align-items: stretch;
  background: var(--surface);
}

.speaker-image {
  min-height: 620px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.speaker-copy {
  align-self: center;
}

blockquote {
  margin: 42px 0 0;
  padding: 32px 0 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.45rem, 2.3vw, 2.35rem);
  line-height: 1.08;
}

cite {
  display: block;
  margin-top: 18px;
  color: var(--teal);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 900;
}

.services-section {
  background: #e7ebdf;
}

.service-list,
.source-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service-list a,
.source-grid a {
  position: relative;
  min-height: 150px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.72);
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-list a::after,
.source-grid a::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 36px;
  height: 36px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  opacity: 0.28;
}

.service-list a:hover,
.service-list a:focus-visible,
.source-grid a:hover,
.source-grid a:focus-visible {
  border-color: var(--teal-2);
  box-shadow: 0 24px 54px rgba(7, 20, 19, 0.12);
  transform: translateY(-4px);
}

.source-section {
  background:
    linear-gradient(90deg, rgba(245, 241, 231, 0.92), rgba(245, 241, 231, 0.78)),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=85")
      center / cover;
}

.source-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.source-grid a {
  min-height: 128px;
  background: rgba(255, 250, 240, 0.82);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5vw;
  align-items: center;
  margin: 5vw;
  border-radius: 8px;
  background:
    linear-gradient(130deg, rgba(136, 242, 207, 0.92), rgba(229, 183, 88, 0.86)),
    url("https://images.unsplash.com/photo-1557804506-669a67965ba0?auto=format&fit=crop&w=1600&q=85")
      center / cover;
  box-shadow: var(--shadow);
}

.contact-section h2 {
  max-width: 980px;
}

.contact-section .eyebrow {
  color: var(--plum);
}

.contact-section .button.secondary {
  border-color: rgba(7, 20, 19, 0.34);
  background: rgba(255, 250, 240, 0.42);
  color: var(--ink);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 5vw 40px;
  background: var(--ink);
  color: rgba(245, 241, 231, 0.76);
  font-size: 0.92rem;
}

.blog-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 136px 0 88px;
}

.blog-article,
.blog-list {
  max-width: 880px;
}

.blog-article {
  padding: 42px clamp(22px, 4vw, 56px) 56px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.72);
  box-shadow: 0 24px 70px rgba(7, 20, 19, 0.08);
}

.blog-kicker,
.blog-meta {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-kicker {
  margin: 0 0 16px;
}

.blog-title,
.blog-article h1 {
  max-width: 860px;
  margin: 0 0 20px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  font-weight: 800;
  line-height: 0.95;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 34px;
  color: var(--muted);
}

.blog-featured {
  margin: 0 0 38px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
}

.blog-featured img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.blog-content {
  color: rgba(7, 20, 19, 0.86);
  font-size: clamp(1.02rem, 1.25vw, 1.14rem);
  line-height: 1.75;
}

.blog-content > * {
  max-width: 760px;
}

.blog-content h2,
.blog-content h3,
.blog-content h4 {
  max-width: 820px;
  margin: 44px 0 16px;
  color: var(--ink);
  line-height: 1.08;
}

.blog-content h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.blog-content h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
}

.blog-content h4 {
  font-size: 1.18rem;
}

.blog-content p,
.blog-content ul,
.blog-content ol {
  margin: 0 0 22px;
}

.blog-content ul,
.blog-content ol {
  padding-left: 1.35rem;
}

.blog-content li + li {
  margin-top: 6px;
}

.blog-content a {
  color: var(--teal);
  font-weight: 800;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.blog-content blockquote {
  margin: 36px 0;
  padding: 24px 28px;
  border-left: 4px solid var(--mint);
  background: rgba(136, 242, 207, 0.13);
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.18;
}

.blog-content img {
  height: auto;
  margin: 32px 0;
  border-radius: 8px;
}

.blog-footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.blog-footer-meta a {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 8px;
  background: rgba(7, 94, 89, 0.1);
  color: var(--teal);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.blog-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 880px;
  margin-top: 24px;
}

.blog-nav a,
.blog-card {
  display: block;
  min-height: 112px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.68);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 18px 46px rgba(7, 20, 19, 0.07);
}

.blog-nav span,
.blog-card time {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-nav strong,
.blog-card h2 {
  display: block;
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.2;
}

.blog-list {
  display: grid;
  gap: 18px;
}

.blog-list-title {
  margin: 0 0 28px;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
}

.blog-card p {
  margin: 12px 0 0;
  color: rgba(7, 20, 19, 0.68);
}

.dkr-el-hero {
  position: relative;
  min-height: 100vh;
  padding: 136px 5vw 108px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 20, 19, 0.96), rgba(7, 20, 19, 0.54)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2200&q=85")
      center / cover;
  color: var(--paper);
}

.dkr-el-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(245, 241, 231, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 241, 231, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.dkr-el-hero > .elementor-container {
  position: relative;
  z-index: 1;
  align-items: center;
  max-width: none !important;
}

.dkr-el-hero-copy .elementor-widget-wrap {
  align-content: center;
  max-width: 860px;
}

.dkr-el-eyebrow .elementor-heading-title {
  margin-bottom: 18px;
  color: var(--coral);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dkr-el-title .elementor-heading-title {
  color: var(--paper);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(4.5rem, 9.3vw, 10.8rem);
  font-weight: 800;
  line-height: 0.82;
}

.dkr-el-lede {
  max-width: 720px;
}

.dkr-el-lede .elementor-widget-container {
  color: rgba(245, 241, 231, 0.78);
  font-size: clamp(1.15rem, 1.55vw, 1.45rem);
}

.dkr-el-button {
  display: inline-block;
  width: auto !important;
  margin-right: 12px;
}

.dkr-el-button .elementor-button {
  min-height: 52px;
  padding: 16px 22px;
  border-radius: 8px;
  font-weight: 900;
}

.dkr-el-button-primary .elementor-button {
  background: var(--mint);
  color: var(--ink);
  box-shadow: 0 22px 48px rgba(136, 242, 207, 0.22);
}

.dkr-el-button-secondary .elementor-button {
  border: 1px solid rgba(245, 241, 231, 0.26);
  background: rgba(245, 241, 231, 0.08);
  color: var(--paper);
}

.dkr-el-hero-media .elementor-widget-wrap {
  position: relative;
  min-height: 640px;
  align-content: center;
  justify-content: center;
}

.dkr-el-main-image {
  position: relative;
  z-index: 2;
  width: min(430px, 82vw);
  margin: 0 auto;
}

.dkr-el-main-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center center;
  border: 1px solid rgba(245, 241, 231, 0.22);
  border-radius: 8px;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.42);
}

.dkr-el-stat,
.dkr-el-stat-text,
.dkr-el-role-stack {
  position: relative;
  z-index: 4;
  max-width: 310px;
  padding: 16px;
  border: 1px solid rgba(245, 241, 231, 0.18);
  border-radius: 8px;
  background: rgba(7, 20, 19, 0.8);
  backdrop-filter: blur(18px);
}

.dkr-el-stat {
  position: absolute !important;
  top: 80px;
  right: 0;
  width: 184px !important;
}

.dkr-el-stat .elementor-heading-title {
  color: var(--mint);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
}

.dkr-el-stat-text {
  position: absolute !important;
  top: 146px;
  right: 0;
  width: 184px !important;
  padding-top: 0;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  color: rgba(245, 241, 231, 0.86);
  font-weight: 900;
}

.dkr-el-role-stack {
  width: min(310px, 72vw) !important;
  margin-top: -190px;
  margin-left: 0;
  color: rgba(245, 241, 231, 0.88);
  font-weight: 900;
  line-height: 2.3;
}

.dkr-el-impact,
.dkr-el-light {
  background: var(--surface);
}

.dkr-el-impact {
  padding: 0 5vw;
}

.dkr-el-impact > .elementor-container {
  max-width: none !important;
}

.dkr-el-impact-card .elementor-widget-wrap {
  min-height: 220px;
  padding: 38px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  align-content: flex-start;
}

.dkr-el-metric .elementor-heading-title {
  color: var(--teal);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3.4rem, 5vw, 6.2rem);
  font-weight: 800;
  line-height: 0.85;
}

.dkr-el-section-heading {
  padding: 110px 5vw 30px;
}

.dkr-el-section-heading > .elementor-container,
.dkr-el-cards > .elementor-container,
.dkr-el-speaking > .elementor-container,
.dkr-el-sources > .elementor-container,
.dkr-el-contact > .elementor-container {
  max-width: none !important;
}

.dkr-el-section-title .elementor-heading-title {
  max-width: 1020px;
  color: inherit;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  font-weight: 800;
  line-height: 0.92;
}

.dkr-el-cards {
  padding: 0 5vw 110px;
}

.dkr-el-card .elementor-widget-wrap,
.dkr-el-link-card .elementor-widget-wrap {
  min-height: 330px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.72);
  box-shadow: 0 28px 70px rgba(7, 20, 19, 0.08);
  align-content: flex-start;
}

.dkr-el-feature-card .elementor-widget-wrap {
  background:
    linear-gradient(rgba(7, 20, 19, 0.16), rgba(7, 20, 19, 0.78)),
    url("https://images.unsplash.com/photo-1559136555-9303baea8ebd?auto=format&fit=crop&w=1400&q=85")
      center / cover;
  color: var(--paper);
}

.dkr-el-card-num .elementor-heading-title {
  margin-bottom: 62px;
  color: var(--coral);
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 900;
}

.dkr-el-feature-card .dkr-el-card-num .elementor-heading-title,
.dkr-el-dark .dkr-el-card-num .elementor-heading-title {
  color: var(--mint);
}

.dkr-el-card-title .elementor-heading-title {
  color: inherit;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.2rem, 1.5vw, 1.55rem);
  font-weight: 900;
  line-height: 1.1;
}

.dkr-el-card-text .elementor-widget-container {
  color: #5c6b63;
  font-size: 1rem;
}

.dkr-el-dark {
  background: var(--ink);
  color: var(--paper);
}

.dkr-el-dark .dkr-el-card .elementor-widget-wrap {
  border-color: var(--line-light);
  background: #0a1c1a;
  color: var(--paper);
}

.dkr-el-dark .dkr-el-card-text .elementor-widget-container,
.dkr-el-dark .dkr-el-eyebrow .elementor-heading-title {
  color: rgba(245, 241, 231, 0.72);
}

.dkr-el-speaking {
  padding: 110px 5vw;
  background: var(--surface);
}

.dkr-el-speaking-image img {
  min-height: 620px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.dkr-el-speaking-copy .elementor-widget-wrap {
  align-content: center;
}

.dkr-el-quote {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.dkr-el-quote .elementor-widget-container {
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.45rem, 2.3vw, 2.35rem);
  line-height: 1.08;
}

.dkr-el-services {
  background: #e7ebdf;
}

.dkr-el-link-card .elementor-widget-wrap {
  min-height: 150px;
}

.dkr-el-link-button .elementor-button,
.dkr-el-source-button .elementor-button {
  display: flex;
  width: 100%;
  min-height: 96px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 900;
  text-align: left;
}

.dkr-el-sources {
  padding: 110px 5vw;
  background:
    linear-gradient(90deg, rgba(245, 241, 231, 0.92), rgba(245, 241, 231, 0.78)),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=85")
      center / cover;
}

.dkr-el-source-button {
  display: inline-block;
  width: min(31%, 320px) !important;
  min-width: 210px;
  margin: 7px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.82);
}

.dkr-el-contact {
  margin: 5vw;
  padding: 90px 5vw;
  border-radius: 8px;
  background:
    linear-gradient(130deg, rgba(136, 242, 207, 0.92), rgba(229, 183, 88, 0.86)),
    url("https://images.unsplash.com/photo-1557804506-669a67965ba0?auto=format&fit=crop&w=1600&q=85")
      center / cover;
  box-shadow: var(--shadow);
}

.dkr-el-contact .dkr-el-eyebrow .elementor-heading-title {
  color: var(--plum);
}

.dkr-el-contact .dkr-el-button-secondary .elementor-button {
  border-color: rgba(7, 20, 19, 0.34);
  background: rgba(255, 250, 240, 0.42);
  color: var(--ink);
}

.elementor-page .dkr-el-hero {
  background:
    linear-gradient(90deg, rgba(7, 20, 19, 0.96), rgba(7, 20, 19, 0.54)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2200&q=85")
      center / cover !important;
  color: var(--paper) !important;
}

.elementor-page .dkr-el-title .elementor-heading-title,
.elementor-page .dkr-el-hero .elementor-heading-title,
.elementor-page .dkr-el-hero .elementor-widget-container {
  color: var(--paper) !important;
}

.elementor-page .dkr-el-title .elementor-heading-title {
  font-family: "Fraunces", Georgia, serif !important;
  font-size: clamp(4.5rem, 9.3vw, 10.8rem) !important;
  font-weight: 800 !important;
  line-height: 0.82 !important;
}

.elementor-page .dkr-el-eyebrow .elementor-heading-title {
  color: var(--coral) !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.elementor-page .dkr-el-section-title .elementor-heading-title {
  font-family: "Fraunces", Georgia, serif !important;
  font-size: clamp(2.4rem, 5vw, 5.6rem) !important;
  font-weight: 800 !important;
  line-height: 0.92 !important;
}

.elementor-page .dkr-el-light .dkr-el-section-title .elementor-heading-title,
.elementor-page .dkr-el-speaking .dkr-el-section-title .elementor-heading-title,
.elementor-page .dkr-el-services .dkr-el-section-title .elementor-heading-title,
.elementor-page .dkr-el-sources .dkr-el-section-title .elementor-heading-title,
.elementor-page .dkr-el-contact .dkr-el-section-title .elementor-heading-title,
.elementor-editor-active .dkr-el-light .dkr-el-section-title .elementor-heading-title,
.elementor-editor-active .dkr-el-speaking .dkr-el-section-title .elementor-heading-title,
.elementor-editor-active .dkr-el-services .dkr-el-section-title .elementor-heading-title,
.elementor-editor-active .dkr-el-sources .dkr-el-section-title .elementor-heading-title,
.elementor-editor-active .dkr-el-contact .dkr-el-section-title .elementor-heading-title {
  color: var(--ink) !important;
}

.elementor-page .dkr-el-dark .dkr-el-section-title .elementor-heading-title,
.elementor-editor-active .dkr-el-dark .dkr-el-section-title .elementor-heading-title {
  color: var(--paper) !important;
}

.elementor-page .dkr-el-metric .elementor-heading-title,
.elementor-editor-active .dkr-el-metric .elementor-heading-title {
  color: var(--teal) !important;
}

.elementor-page .dkr-el-card-num .elementor-heading-title,
.elementor-editor-active .dkr-el-card-num .elementor-heading-title {
  color: var(--coral) !important;
}

.elementor-page .dkr-el-dark .dkr-el-card-num .elementor-heading-title,
.elementor-editor-active .dkr-el-dark .dkr-el-card-num .elementor-heading-title {
  color: var(--mint) !important;
}

.elementor-page .dkr-el-card-title .elementor-heading-title,
.elementor-editor-active .dkr-el-card-title .elementor-heading-title {
  color: inherit !important;
}

.elementor-page .dkr-el-card-text .elementor-widget-container,
.elementor-editor-active .dkr-el-card-text .elementor-widget-container {
  color: #5c6b63 !important;
}

.elementor-page .dkr-el-dark .dkr-el-card-text .elementor-widget-container,
.elementor-editor-active .dkr-el-dark .dkr-el-card-text .elementor-widget-container {
  color: rgba(245, 241, 231, 0.72) !important;
}

.elementor-page .dkr-el-button-primary .elementor-button {
  background: var(--mint) !important;
  color: var(--ink) !important;
}

.elementor-page .dkr-el-button-secondary .elementor-button {
  border: 1px solid rgba(245, 241, 231, 0.26) !important;
  background: rgba(245, 241, 231, 0.08) !important;
  color: var(--paper) !important;
}

.elementor-page .dkr-el-link-button .elementor-button,
.elementor-page .dkr-el-source-button .elementor-button,
.elementor-editor-active .dkr-el-link-button .elementor-button,
.elementor-editor-active .dkr-el-source-button .elementor-button {
  width: 100% !important;
  min-height: 96px !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 1.04rem !important;
  font-weight: 900 !important;
  text-align: left !important;
}

.elementor-page .dkr-el-link-button .elementor-button:hover,
.elementor-page .dkr-el-source-button .elementor-button:hover,
.elementor-editor-active .dkr-el-link-button .elementor-button:hover,
.elementor-editor-active .dkr-el-source-button .elementor-button:hover {
  background: transparent !important;
  color: var(--ink) !important;
}

.elementor-page .dkr-el-link-card .elementor-widget-wrap,
.elementor-editor-active .dkr-el-link-card .elementor-widget-wrap {
  background: rgba(255, 250, 240, 0.72) !important;
}

.elementor-page .dkr-el-source-button,
.elementor-editor-active .dkr-el-source-button {
  background: rgba(255, 250, 240, 0.82) !important;
}

.elementor-editor-active .elementor-widget-heading .elementor-heading-title,
.elementor-editor-active .elementor-widget-text-editor,
.elementor-page .elementor-widget-heading .elementor-heading-title,
.elementor-page .elementor-widget-text-editor {
  font-family: inherit;
}

.elementor-page .dkr-el-stat .elementor-heading-title {
  color: var(--mint) !important;
}

.elementor-page .dkr-el-dark,
.elementor-page .dkr-el-dark .elementor-heading-title {
  color: var(--paper) !important;
}

.elementor-editor-active .dkr-el-quote .elementor-widget-container,
.elementor-page .dkr-el-quote .elementor-widget-container {
  color: var(--ink) !important;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 720ms ease, transform 720ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero [data-reveal] {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ticker-track,
  [data-reveal] {
    animation: none;
    transition: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .hero,
  .section-kicker,
  .speaking-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 34px;
    padding-top: 118px;
  }

  .hero-stage {
    justify-content: flex-start;
  }

  .impact-panel,
  .expertise-grid,
  .venture-map,
  .service-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .expertise-card.featured {
    grid-row: auto;
    min-height: 440px;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 8px;
    width: calc(100% - 16px);
    min-height: 60px;
  }

  .brand {
    font-size: 0.88rem;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 72px;
    left: 8px;
    right: 8px;
    display: none;
    padding: 12px;
    border: 1px solid rgba(245, 241, 231, 0.16);
    border-radius: 8px;
    background: rgba(7, 20, 19, 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav-list {
    display: grid;
    gap: 4px;
  }

  .site-nav a {
    padding: 13px 14px;
  }

  .hero {
    padding: 104px 5vw 86px;
  }

  h1 {
    font-size: clamp(4.2rem, 19vw, 6.2rem);
  }

  .portrait-system {
    min-height: 520px;
  }

  .portrait-system::before {
    inset: 54px 16px 74px 12px;
  }

  .portrait-system img {
    top: 58px;
    width: min(330px, 82vw);
    height: 410px;
  }

  .status-panel {
    top: 28px;
    right: 0;
    width: 156px;
  }

  .role-stack {
    left: 0;
    bottom: 0;
    width: min(294px, 84vw);
  }

  .impact-panel,
  .expertise-grid,
  .venture-map,
  .service-list,
  .source-grid {
    grid-template-columns: 1fr;
  }

  .impact-panel div {
    min-height: auto;
    border-right: 0;
  }

  .section,
  .contact-section {
    padding: 72px 5vw;
  }

  .venture-map::before {
    display: none;
  }

  .venture-map article {
    min-height: auto;
    padding-top: 32px;
  }

  .venture-map span,
  .card-number {
    margin-bottom: 42px;
  }

  .speaker-image {
    min-height: 380px;
  }

  .contact-section {
    margin: 5vw;
  }

  .site-footer {
    display: grid;
  }

  .blog-shell {
    width: min(100% - 18px, 760px);
    padding: 104px 0 64px;
  }

  .blog-article {
    padding: 28px 18px 38px;
  }

  .blog-title,
  .blog-article h1,
  .blog-list-title {
    font-size: clamp(2.35rem, 13vw, 4rem);
    line-height: 0.98;
  }

  .blog-content {
    font-size: 1rem;
  }

  .blog-content h2 {
    font-size: clamp(1.7rem, 8vw, 2.45rem);
  }

  .blog-nav {
    grid-template-columns: 1fr;
  }
}
