:root {
  --revamp-bg: #f4efe6;
  --revamp-surface: rgba(255, 255, 255, 0.72);
  --revamp-surface-strong: #ffffff;
  --revamp-ink: #1c2433;
  --revamp-muted: #5f697a;
  --revamp-brand: #c86c2b;
  --revamp-brand-dark: #8b3d18;
  --revamp-accent: #0e4c67;
  --revamp-line: rgba(28, 36, 51, 0.1);
  --revamp-shadow: 0 24px 60px rgba(22, 29, 37, 0.14);
  --revamp-radius: 24px;
}

body {
  background:
    radial-gradient(circle at top left, rgba(200, 108, 43, 0.18), transparent 26%),
    radial-gradient(circle at right center, rgba(14, 76, 103, 0.16), transparent 24%),
    var(--revamp-bg);
  color: var(--revamp-ink);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  margin: 0;
}

body.mobile-menu-open {
  overflow: hidden;
}

body h1,
body h2,
body h3,
body h4 {
  color: var(--revamp-ink);
  font-family: "Playfair Display", serif;
}

body p,
body span,
body li,
body a,
body input,
body textarea {
  font-family: "Manrope", sans-serif;
}

body a {
  color: var(--revamp-accent);
  text-decoration: none;
}

body a:hover {
  color: var(--revamp-brand-dark);
  text-decoration: none;
}

body:not(.revamp-page) #main {
  padding-top: 0px;
 
}

.section-shell {
  padding: 40px 0;
  position: relative;
}

.section-dark {
  background: linear-gradient(135deg, #16202d 0%, #24364a 100%);
  color: rgba(255, 255, 255, 0.84);
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark .eyebrow {
  color: #fff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--revamp-brand);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-intro {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-intro.left-light {
  margin: 0 0 30px;
  text-align: left;
}

.section-intro h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.9rem);
  line-height: 1.1;
  margin: 16px 0 14px;
}

.section-intro p,
.hero-lead,
.lead-copy,
.mini-insight p,
.feature-panel p,
.roadmap-card p,
.contact-panel p,
.cta-panel p {
  color: var(--revamp-muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

.section-dark .section-intro p,
.section-dark .channel-links a,
.section-dark .cta-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.btn-brand,
.btn-outline-brand,
.btn-soft {
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 12px 22px;
  transition: 0.3s ease;
}

.btn-brand {
  background: linear-gradient(135deg, var(--revamp-brand) 0%, #e28a40 100%);
  border: none;
  box-shadow: 0 18px 32px rgba(200, 108, 43, 0.28);
  color: #fff;
}

.btn-brand:hover {
  background: linear-gradient(135deg, #bb5a1f 0%, #dc7a28 100%);
  color: #fff;
  transform: translateY(-2px);
}

.btn-outline-brand {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.btn-outline-brand:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.btn-soft {
  background: rgba(14, 76, 103, 0.08);
  color: var(--revamp-accent);
}

.btn-soft:hover {
  background: rgba(14, 76, 103, 0.14);
  color: var(--revamp-accent);
}

#header.header-revamp,
.header-revamp {
  background: #ffffff !important;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(28, 36, 51, 0.12);
  box-shadow: 0 12px 28px rgba(17, 24, 33, 0.08);
  overflow: visible !important;
  left: 0;
  margin-top: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#header.header-revamp.header-scrolled,
.header-revamp.header-scrolled {
  background: #ffffff !important;
}

.header-shell {
  gap: 24px;
  min-height: 80px;
  overflow: visible !important;
  position: relative;
}

.brand-mark {
  gap: 14px;
  text-decoration: none;
}

.brand-mark img {
  max-height: 56px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong {
  color: var(--revamp-ink);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-copy span {
  color: var(--revamp-muted);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#header.header-revamp .navbar a,
.header-revamp .navbar a {
  color: #203446;
  font-size: 0.84rem;
  font-weight: 700;
  opacity: 1;
}

#header.header-revamp .navbar,
.header-revamp .navbar {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

#header.header-revamp .site-menu-toggle,
.header-revamp .site-menu-toggle {
  align-items: center;
  appearance: none;
  background: #f3f8fc;
  border: 1px solid rgba(20, 63, 91, 0.12);
  border-radius: 14px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 4px;
  height: 42px;
  flex: 0 0 auto;
  line-height: 1;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 42px;
}

.site-mobile-drawer {
  display: none;
}

.site-menu-toggle-line {
  background: #143f5b;
  border-radius: 999px;
  display: block;
  height: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  width: 18px;
}

.site-menu-toggle.is-open .site-menu-toggle-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-menu-toggle.is-open .site-menu-toggle-line:nth-child(2) {
  opacity: 0;
}

.site-menu-toggle.is-open .site-menu-toggle-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

#header.header-revamp .navbar .nav-cta,
.header-revamp .navbar .nav-cta {
  background: linear-gradient(135deg, var(--revamp-accent) 0%, #1f6d90 100%);
  border-radius: 999px;
  color: #fff;
  padding: 10px 10px;
}

#header.header-revamp .navbar .dropdown ul,
.header-revamp .navbar .dropdown ul {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(28, 36, 51, 0.08);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(22, 29, 37, 0.12);
  padding: 10px 0;
}

#header.header-revamp .navbar .dropdown ul a,
.header-revamp .navbar .dropdown ul a {
  color: #284258;
  font-size: 0.83rem;
  font-weight: 600;
}

.breadcrumbs {
  background: transparent;
  padding: 8px 0 12px;
}

.breadcrumbs .container {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 28px;
  box-shadow: var(--revamp-shadow);
  padding: 6px 30px;
}

.breadcrumbs ol {
  color: var(--revamp-muted);
  margin-bottom: 12px;
}

.breadcrumbs ol li,
.breadcrumbs ol li a {
  color: var(--revamp-muted);
  font-size: 0.92rem;
}

.breadcrumbs h2,
.section-title h2,
.entry-title,
.sidebar-title {
  font-family: "Playfair Display", serif;
}

.breadcrumbs h2,
.section-title h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.35rem);
  margin: 0;
}

.blog,
.portfoio,
.contact {
  padding: 24px 0 90px;
}

.blog .entry,
.blog .sidebar,
.contact .info,
.contact .php-email-form,
.pagination,
.portfolio .portfolio-wrap,
.portfolio-item,
.portfolio-container .portfolio-item {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 24px;
  box-shadow: var(--revamp-shadow);
}

.blog .entry {
  padding: 28px;
}

.entry .entry-title,
.entry .entry-title a {
  color: var(--revamp-ink);
}

.entry .entry-content,
.entry .entry-content p,
.entry .entry-content li {
  color: var(--revamp-muted);
  font-size: 0.96rem;
  line-height: 1.8;
}

.entry .entry-content img,
.entry .entry-img img,
.portfolio-item img {
  border-radius: 18px;
}

.blog .sidebar {
  padding: 28px 22px;
}

.sidebar .sidebar-title {
  border-bottom: 1px solid var(--revamp-line);
  color: var(--revamp-ink);
  font-size: 1.28rem;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.sidebar .sidebar-item + .sidebar-item,
.sidebar .sidebar-title + .sidebar-item,
.sidebar .sidebar-item + .sidebar-title {
  margin-top: 22px;
}

.sidebar .sidebar-item ul li {
  border-bottom: 1px dashed rgba(28, 36, 51, 0.12);
  padding: 10px 0;
}

.sidebar .sidebar-item ul li:last-child {
  border-bottom: 0;
}

.section-title {
  margin-bottom: 30px;
}

.section-title p {
  color: var(--revamp-muted);
}

#portfolio-flters {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(28, 36, 51, 0.08);
  border-radius: 999px;
  box-shadow: var(--revamp-shadow);
  gap: 10px;
  padding: 10px 12px;
}

#portfolio-flters li {
  border-radius: 999px;
  color: var(--revamp-muted);
  font-weight: 700;
  margin: 0;
  padding: 10px 16px;
}

#portfolio-flters li.filter-active,
#portfolio-flters li:hover {
  background: linear-gradient(135deg, var(--revamp-brand) 0%, #e28a40 100%);
  color: #fff;
}

.portfolio-item {
  overflow: hidden;
  padding: 14px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.portfolio-item:hover {
  transform: translateY(-6px);
}

.portfolio-info {
  background: transparent !important;
  opacity: 1 !important;
  padding: 16px 8px 6px !important;
  position: static !important;
}

.portfolio-info h4,
.portfolio-info p {
  color: var(--revamp-ink);
}

.portfolio-info p {
  margin-bottom: 0;
}

.pagination {
  display: inline-flex;
  gap: 8px;
  margin-top: 28px;
  padding: 10px 12px;
}

.pagination .page-link {
  background: transparent;
  border: 0;
  border-radius: 999px !important;
  color: var(--revamp-ink);
  min-width: 42px;
  text-align: center;
}

.pagination .active .page-link,
.pagination .page-link:hover {
  background: linear-gradient(135deg, var(--revamp-brand) 0%, #e28a40 100%);
  color: #fff;
}

.php-email-form .form-control,
.contact .php-email-form input,
.contact .php-email-form textarea {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(28, 36, 51, 0.1);
  border-radius: 18px;
  box-shadow: none;
  min-height: 54px;
  padding: 14px 16px;
}

.contact .php-email-form textarea {
  min-height: 160px;
}

.php-email-form button[type="submit"],
.contact .php-email-form button[type="submit"] {
  background: linear-gradient(135deg, var(--revamp-brand) 0%, #e28a40 100%);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 32px rgba(200, 108, 43, 0.22);
  color: #fff;
  font-weight: 700;
  padding: 14px 24px;
}

.php-email-form button[type="submit"]:hover,
.contact .php-email-form button[type="submit"]:hover {
  background: linear-gradient(135deg, #bb5a1f 0%, #dc7a28 100%);
}

.hero-revamp {
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 225, 232, 0.92), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(230, 240, 255, 0.9), transparent 24%),
    radial-gradient(circle at 74% 76%, rgba(230, 245, 230, 0.86), transparent 22%),
    linear-gradient(145deg, #fffdf8 0%, #fff7fb 45%, #f8fbff 100%);
  overflow: hidden;
  padding: 110px 0 96px;
  position: relative;
}

.hero-orb {
  animation: heroFloat 12s ease-in-out infinite;
  border-radius: 999px;
  filter: blur(34px);
  position: absolute;
}

.hero-orb-one {
  background: rgba(255, 209, 220, 0.55);
  height: 320px;
  left: -90px;
  top: 120px;
  width: 320px;
}

.hero-orb-two {
  background: rgba(212, 232, 255, 0.62);
  height: 380px;
  right: -120px;
  top: 18px;
  width: 380px;
}

.hero-orb-three {
  background: rgba(230, 240, 210, 0.6);
  bottom: 0;
  height: 240px;
  left: 36%;
  width: 240px;
}

.hero-copy {
  max-width: 660px;
  position: relative;
  z-index: 2;
}

.hero-copy h1 {
  color: #1d2a35;
  font-size: clamp(3rem, 5.1vw, 4.7rem);
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin: 16px 0 14px;
  text-wrap: balance;
}

.hero-lead {
  color: #4c5d6d;
  font-size: 1rem;
  line-height: 1.78;
  max-width: 600px;
}


.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 16px 0 18px;
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 24px;
}

.hero-links a {
  align-items: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(231, 220, 232, 0.92);
  border-radius: 999px;
  color: #304d63;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 8px;
  padding: 10px 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-links a:hover {
  box-shadow: 0 14px 28px rgba(122, 136, 164, 0.14);
  transform: translateY(-3px);
}

.hero-stats .stat-card,
.feature-panel,
.content-card,
.mini-insight,
.video-card,
.roadmap-card,
.contact-panel,
.contact-form-shell,
.cta-panel,
.gallery-shell,
.influence-card {
  background: var(--revamp-surface);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--revamp-shadow);
  border-radius: var(--revamp-radius);
}

.stat-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(243, 235, 244, 0.96);
  box-shadow: 0 16px 34px rgba(111, 130, 162, 0.1);
  padding: 20px;
}

.stat-card strong {
  color: var(--revamp-brand-dark);
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-card span {
  color: var(--revamp-muted);
  font-size: 0.93rem;
  font-weight: 700;
}

.hero-visual {
  min-height: 520px;
  position: relative;
}

.hero-frame {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.52)),
    linear-gradient(135deg, rgba(255, 232, 238, 0.82), rgba(233, 245, 255, 0.72) 56%, rgba(237, 248, 232, 0.68));
  border: 1px solid rgba(255, 255, 255, 0.98);
  border-radius: 38px;
  box-shadow: 0 28px 72px rgba(118, 136, 168, 0.14);
  overflow: hidden;
  padding: 20px 20px 0;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.25s ease;
}

.hero-frame::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.66), transparent 48%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-portrait {
  align-items: center;
  aspect-ratio: 0.95;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 236, 241, 0.98), transparent 28%),
    radial-gradient(circle at 78% 24%, rgba(236, 246, 255, 0.95), transparent 25%),
    linear-gradient(145deg, rgba(255, 252, 248, 0.98), rgba(245, 251, 255, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 32px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 12px 16px 0;
  position: relative;
}

.hero-portrait::before {
  background: radial-gradient(circle at 50% 88%, rgba(32, 52, 70, 0.16), transparent 42%);
  bottom: -8%;
  content: "";
  height: 44%;
  left: 10%;
  position: absolute;
  width: 80%;
  z-index: 1;
}

.hero-portrait img {
  display: block;
  margin: 0 auto;
  max-height: 580px;
  object-fit: contain;
  position: relative;
  transform: translateY(12px) scale(1.03);
  z-index: 2;
}

.hero-panel {
  padding: 18px 8px 22px;
  position: relative;
  z-index: 2;
}

.hero-panel span {
  color: #976178;
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  color: #253746;
  font-size: 1.06rem;
  line-height: 1.55;
  margin-bottom: 12px;
}

.hero-panel a {
  color: #25526f;
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-badge {
  animation: badgeFloat 7s ease-in-out infinite;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.98);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(118, 136, 168, 0.1);
  color: #324252;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 9px 13px;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}

.hero-badge-top {
  right: 26px;
  top: 18px;
}

.hero-badge-bottom {
  bottom: 118px;
  left: 18px;
}

.hero-mini-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 6px;
}

.hero-mini-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(118, 136, 168, 0.08);
  padding: 16px 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-mini-card:hover {
  box-shadow: 0 18px 34px rgba(118, 136, 168, 0.16);
  transform: translateY(-4px);
}

.hero-mini-card span {
  color: #8c6a86;
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero-mini-card strong {
  color: var(--revamp-ink);
  font-size: 0.96rem;
  line-height: 1.45;
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -14px, 0);
  }
}

@keyframes badgeFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.pulse-grid {
  padding-top: 0;
  margin-top: -30px;
}

.feature-panel {
  height: 100%;
  padding: 28px;
}

.feature-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(200, 108, 43, 0.14), rgba(14, 76, 103, 0.14));
  border-radius: 18px;
  color: var(--revamp-brand-dark);
  display: inline-flex;
  font-size: 1.5rem;
  height: 58px;
  justify-content: center;
  margin-bottom: 18px;
  width: 58px;
}

.feature-panel h3,
.roadmap-card h3,
.contact-panel h2,
.cta-panel h2,
.video-card h3,
.influence-body h3 {
  font-size: 1.3rem;
  margin-bottom: 14px;
}

.biography-card {
  height: 100%;
  padding: 40px;
}

.lead-copy {
  color: var(--revamp-ink);
  font-size: 1.06rem;
}

.content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.stack-cards {
  display: grid;
  gap: 18px;
  height: 100%;
}

.mini-insight {
  padding: 24px;
}

.mini-insight span,
.roadmap-card span,
.influence-body span,
.video-card .chip {
  color: var(--revamp-brand);
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.mini-insight strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.media-command {
  overflow: hidden;
}

.channel-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.channel-links a {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-weight: 700;
  padding: 12px 16px;
}

.embed-shell {
  aspect-ratio: 16 / 10;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  overflow: hidden;
}

.embed-shell iframe,
.video-frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.video-card {
  height: 100%;
  overflow: hidden;
}

.video-frame {
  aspect-ratio: 16 / 10;
  background: #111;
}

.video-card-body {
  padding: 24px;
}

.video-card-body p {
  color: var(--revamp-muted);
  margin: 0;
}

.influence-card {
  color: inherit;
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.influence-card:hover,
.gallery-tile:hover {
  transform: translateY(-6px);
}

.influence-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.influence-image img,
.gallery-tile img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  width: 100%;
}

.influence-card:hover img,
.gallery-tile:hover img {
  transform: scale(1.05);
}

.influence-body {
  padding: 24px;
}

.influence-body p {
  color: var(--revamp-muted);
  margin-bottom: 0;
}

.gallery-shell {
  padding: 34px;
}

.gallery-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  margin: 34px 0;
}

.gallery-tile {
  border-radius: 22px;
  display: block;
  min-height: 220px;
  overflow: hidden;
  position: relative;
}

.gallery-tile::after {
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.64) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.gallery-tile span {
  bottom: 18px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  left: 18px;
  letter-spacing: 0.04em;
  position: absolute;
  z-index: 1;
}

.gallery-tile-1,
.gallery-tile-4 {
  grid-column: span 5;
}

.gallery-tile-2,
.gallery-tile-3,
.gallery-tile-5 {
  grid-column: span 7;
}

.roadmap-card {
  height: 100%;
  padding: 30px;
}

.cta-panel {
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 36px;
}

.cta-panel .eyebrow {
  color: #ffd4b0;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-panel,
.contact-form-shell {
  height: 100%;
  padding: 34px;
}

.contact-list {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.contact-list li {
  align-items: flex-start;
  display: flex;
  gap: 14px;
}

.contact-list i {
  color: var(--revamp-brand);
  font-size: 1.1rem;
  margin-top: 6px;
}

.modern-form .form-control {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(28, 36, 51, 0.1);
  border-radius: 18px;
  box-shadow: none;
  min-height: 56px;
  padding: 14px 18px;
}

.modern-form textarea.form-control {
  min-height: 160px;
}

.modern-form .form-control:focus {
  background: #fff;
  border-color: rgba(200, 108, 43, 0.5);
}

.footer-revamp {
  background: #131c28;
  color: rgba(255, 255, 255, 0.78);
  padding: 34px 0 24px;
}

.footer-top-shell {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 34px;
}

.footer-brand img {
  margin-bottom: 16px;
  max-height: 68px;
}

.footer-brand h3,
.footer-links h4,
.footer-contact h4 {
  color: #fff;
  margin-bottom: 14px;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a,
.footer-policy a,
.footer-revamp .social-links a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  padding-top: 20px;
}

.footer-policy {
  display: flex;
  gap: 16px;
}

.back-to-top {
  background: var(--revamp-brand);
}

.revamp-page img {
  height: auto;
  max-width: 100%;
}

.revamp-page iframe {
  max-width: 100%;
}

.revamp-page .bio-video-frame {
  background: #09131d;
  border-radius: 24px;
  box-shadow: var(--revamp-shadow);
  display: block;
  height: auto !important;
  margin-bottom: 24px;
  min-height: 0 !important;
  min-width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.revamp-page .bio-video-frame::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.revamp-page .bio-video-frame iframe {
  display: block;
  height: 100% !important;
  inset: 0;
  max-height: none;
  min-height: 0;
  position: absolute;
  width: 100%;
}

.revamp-page .row {
  --bs-gutter-x: 1.5rem;
}

.revamp-page .entries,
.revamp-page .sidebar,
.revamp-page .portfolio-container,
.revamp-page .section-title,
.revamp-page .entry,
.revamp-page .footer-top-shell {
  min-width: 0;
}

.revamp-page .entry-content img,
.revamp-page .portfolio-item img,
.revamp-page .entry-img img {
  display: block;
  width: 100%;
}

.revamp-page .entry-title a,
.revamp-page .portfolio-info a,
.revamp-page .sidebar a {
  overflow-wrap: anywhere;
}

.revamp-page .blog .row,
.revamp-page .contact .row {
  align-items: flex-start;
}

.site-assistant {
  bottom: 22px;
  position: fixed;
  right: 22px;
  z-index: 2147482500;
}

.site-assistant-toggle {
  align-items: center;
  background: linear-gradient(135deg, var(--revamp-accent) 0%, #1f6d90 100%);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 20px 40px rgba(14, 76, 103, 0.28);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  gap: 12px;
  padding: 14px 18px;
}

.site-assistant-toggle-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.site-assistant-toggle-icon i {
  font-size: 1.2rem;
}

.site-assistant-toggle-text {
  font-size: 0.92rem;
  font-weight: 800;
}

.site-assistant-panel {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(28, 36, 51, 0.1);
  border-radius: 28px;
  bottom: 100%;
  box-shadow: 0 30px 70px rgba(17, 24, 33, 0.18);
  margin-bottom: 14px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(16px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  visibility: hidden;
  width: min(380px, calc(100vw - 24px));
}

.site-assistant.is-open .site-assistant-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.site-assistant-header {
  align-items: center;
  background: linear-gradient(135deg, rgba(14, 76, 103, 0.95) 0%, rgba(31, 109, 144, 0.92) 100%);
  border-radius: 28px 28px 0 0;
  color: #fff;
  display: flex;
  gap: 12px;
  padding: 16px 16px 14px;
}

.site-assistant-avatar {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  flex: 0 0 48px;
  overflow: hidden;
  padding: 6px;
}

.site-assistant-avatar img {
  display: block;
  width: 100%;
}

.site-assistant-intro {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
}

.site-assistant-intro strong {
  color: #fff;
  font-size: 0.96rem;
}

.site-assistant-intro span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.77rem;
  line-height: 1.45;
}

.site-assistant-close {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.14);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.2rem;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.site-assistant-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
}

.site-assistant-messages {
  background: #f7fbff;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 240px;
  overflow-y: auto;
  padding: 14px;
}

.site-assistant-message {
  border-radius: 18px;
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 88%;
  padding: 10px 14px;
}

.site-assistant-message.is-assistant {
  align-self: flex-start;
  background: #ffffff;
  color: #22384b;
}

.site-assistant-message.is-user {
  align-self: flex-end;
  background: linear-gradient(135deg, var(--revamp-brand) 0%, #e28a40 100%);
  color: #fff;
}

.site-assistant-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-assistant-chip {
  background: #eef5fa;
  border: 0;
  border-radius: 999px;
  color: #143f5b;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 9px 12px;
}

.site-assistant-form {
  display: flex;
  gap: 10px;
}

.site-assistant-input {
  background: #fff;
  border: 1px solid rgba(28, 36, 51, 0.12);
  border-radius: 16px;
  color: var(--revamp-ink);
  flex: 1 1 auto;
  font-size: 0.9rem;
  min-height: 48px;
  padding: 12px 14px;
}

.site-assistant-send {
  background: linear-gradient(135deg, var(--revamp-brand) 0%, #e28a40 100%);
  border: 0;
  border-radius: 16px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  min-width: 88px;
  padding: 12px 16px;
}

@media (min-width: 992px) {
  .header-revamp .site-menu-toggle,
  .site-mobile-drawer {
    display: none;
  }

  .header-revamp .navbar > ul {
    align-items: center;
    gap: 6px;
  }

  .header-revamp .navbar > ul > li > a {
    border-radius: 999px;
    padding: 9px 12px;
  }

  .header-revamp .navbar > ul > li > a:hover,
  .header-revamp .navbar > ul > li > a.active {
    background: #eef5fa;
    color: #143f5b;
  }
}

@media (max-width: 1199px) {
  .brand-copy span {
    display: none;
  }

  .gallery-tile-1,
  .gallery-tile-2,
  .gallery-tile-3,
  .gallery-tile-4,
  .gallery-tile-5 {
    grid-column: span 6;
  }

  .hero-copy h1 {
    max-width: 11ch;
  }
}

@media (max-width: 991px) {
  .revamp-page #main {
    padding-top: 18px;
  }

  body:not(.revamp-page) #main {
    padding-top: 18px;
  }

  .hero-revamp {
    padding: 118px 0 76px;
  }

  .hero-revamp .row {
    row-gap: 24px;
  }

  .hero-copy-col {
    order: 2;
  }

  .hero-visual-col {
    order: 1;
  }

  .hero-orb {
    filter: blur(46px);
    opacity: 0.55;
  }

  .hero-visual {
    min-height: auto;
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
  }

  .hero-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
  }

  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-shell {
    align-items: center;
    gap: 12px;
    min-height: 76px;
  }

  .brand-copy span {
    display: none;
  }

  .brand-mark {
    flex: 1 1 auto;
    min-width: 0;
  }

  .brand-mark img {
    max-height: 48px;
  }

  .brand-copy strong {
    font-size: 0.88rem;
  }

  .header-revamp .navbar {
    display: none !important;
  }

  .header-revamp .site-menu-toggle {
    display: inline-flex !important;
    margin-left: auto;
    position: fixed !important;
    right: 18px;
    top: 18px;
    z-index: 2147483002 !important;
  }

  .site-mobile-drawer {
    align-items: flex-start;
    background: rgba(16, 27, 41, 0.32);
    display: flex;
    inset: 0;
    justify-content: flex-end;
    opacity: 0;
    padding: 88px 14px 14px;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    visibility: hidden;
    z-index: 2147483000 !important;
  }

  body.mobile-menu-open .site-mobile-drawer {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .site-mobile-panel {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(17, 24, 33, 0.16);
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-height: calc(100vh - 102px);
    overflow-y: auto;
    padding: 18px 16px 20px;
    position: relative;
    width: min(380px, 100%);
  }

  .site-mobile-home,
  .site-mobile-group a,
  .site-mobile-cta {
    border-radius: 14px;
    display: flex;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 12px 14px;
  }

  .site-mobile-home,
  .site-mobile-group a {
    background: #f7fbff;
    color: #203446;
  }

  .site-mobile-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .site-mobile-group h4 {
    color: #6a7b8f;
    font-family: "Manrope", sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin: 4px 4px 2px;
    text-transform: uppercase;
  }

  .site-mobile-cta {
    align-items: center;
    background: linear-gradient(135deg, var(--revamp-accent) 0%, #1f6d90 100%);
    color: #fff;
    justify-content: center;
    margin-top: 6px;
  }

  .site-mobile-home:hover,
  .site-mobile-group a:hover {
    background: #eef5fa;
    color: #143f5b;
  }

  .breadcrumbs .container,
  .blog .entry,
  .blog .sidebar,
  .portfolio-item,
  .contact-panel,
  .contact-form-shell {
    border-radius: 20px;
  }

  .revamp-page .blog .row > [class*="col-lg-"],
  .revamp-page .blog .row > [class*="col-md-"],
  .revamp-page .contact .row > [class*="col-lg-"],
  .revamp-page .contact .row > [class*="col-md-"] {
    width: 100%;
  }

  .revamp-page .sidebar {
    margin-top: 24px;
  }

  .revamp-page .entry {
    padding: 22px;
  }

  .revamp-page .entry .row {
    row-gap: 20px;
  }

  .revamp-page .portfolio-item {
    margin-bottom: 20px;
  }

  .revamp-page .footer-top-shell .row > [class*="col-"] {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-shell {
    padding: 64px 0;
  }

  .site-assistant {
    bottom: 14px;
    left: 12px;
    right: 12px;
  }

  .site-assistant-toggle {
    justify-content: center;
    width: 100%;
  }

  .site-assistant-panel {
    left: 0;
    right: 0;
    width: 100%;
  }

  .breadcrumbs {
    padding: 0 0 8px;
  }

  .breadcrumbs .container {
    padding: 16px 16px 18px;
  }

  .hero-copy h1 {
    font-size: 2.2rem;
  }

  .hero-lead {
    font-size: 0.94rem;
  }

  .hero-copy {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
  }

  .hero-copy[data-aos],
  .hero-mini-grid[data-aos],
  .hero-actions,
  .hero-links {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }

  .hero-actions,
  .hero-links,
  .content-actions,
  .cta-actions {
    justify-content: center;
  }

  .hero-actions,
  .hero-links {
    display: flex !important;
  }

  .hero-mini-grid {
    display: grid !important;
    margin-top: 14px;
  }

  .hero-frame {
    padding: 18px 18px 16px;
  }

  .hero-portrait {
    min-height: 320px;
    padding: 12px 12px 0;
  }

  .hero-portrait img {
    max-height: 380px;
    transform: translateY(10px) scale(1.01);
  }

  .hero-panel {
    text-align: center;
  }

  .hero-panel,
  .hero-mini-card,
  .stat-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-actions {
    align-items: center;
  }

  .hero-actions .btn,
  .content-actions .btn,
  .cta-actions .btn {
    text-align: center;
  }

  .hero-actions .btn {
    min-width: 210px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-tile-1,
  .gallery-tile-2,
  .gallery-tile-3,
  .gallery-tile-4,
  .gallery-tile-5 {
    grid-column: auto;
  }

  .biography-card,
  .contact-panel,
  .contact-form-shell,
  .gallery-shell,
  .roadmap-card,
  .feature-panel {
    padding: 24px;
  }

  .footer-bottom,
  .footer-policy {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .hero-links {
    gap: 12px;
  }

  .hero-links a {
    justify-content: center;
  }

  .hero-mini-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .hero-mini-card {
    width: 100%;
  }

  .hero-badge {
    font-size: 0.7rem;
    padding: 8px 10px;
  }

  .hero-badge-top {
    right: 14px;
    top: 14px;
  }

  .hero-badge-bottom {
    bottom: 104px;
    left: 14px;
  }

  .breadcrumbs .container {
    padding: 22px 20px;
  }

  .breadcrumbs h2,
  .section-title h2,
  .entry-title {
    font-size: 1.45rem;
  }

  .revamp-page .section-title {
    margin-bottom: 22px;
  }

  .revamp-page .entry,
  .revamp-page .blog .sidebar,
  .revamp-page .gallery-shell,
  .revamp-page .contact-panel,
  .revamp-page .contact-form-shell,
  .revamp-page .feature-panel,
  .revamp-page .roadmap-card,
  .revamp-page .biography-card {
    padding: 18px;
  }

  .revamp-page .entry-content,
  .revamp-page .entry-content p,
  .revamp-page .entry-content li,
  .revamp-page .sidebar .sidebar-item ul li,
  .revamp-page .portfolio-info p {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .revamp-page .sidebar .sidebar-title {
    font-size: 1.1rem;
  }

  .revamp-page iframe {
    min-height: 220px;
  }

  .revamp-page .bio-video-frame {
    border-radius: 18px;
    margin-bottom: 18px;
  }

  .revamp-page .footer-brand,
  .revamp-page .footer-links,
  .revamp-page .footer-contact {
    text-align: left;
  }

  .revamp-page .footer-brand img {
    max-height: 56px;
  }

  #portfolio-flters {
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px;
  }

  #portfolio-flters li {
    font-size: 0.88rem;
    padding: 8px 12px;
  }
}

@media (max-width: 575px) {
  .revamp-page #main {
    padding-top: 10px;
  }

  .site-assistant-toggle-text {
    font-size: 0.86rem;
  }

  .site-assistant-body {
    padding: 14px;
  }

  .site-assistant-form {
    flex-direction: column;
  }

  .site-assistant-send {
    width: 100%;
  }

  .header-shell {
    min-height: 70px;
  }

  .brand-mark {
    gap: 10px;
  }

  .brand-mark img {
    max-height: 42px;
  }

  .brand-copy strong {
    font-size: 0.8rem;
  }

  .header-revamp .site-menu-toggle {
    right: 14px;
    top: 14px;
  }

  .site-mobile-drawer {
    padding: 76px 10px 10px;
  }

  .site-mobile-panel {
    border-radius: 24px;
    max-height: calc(100vh - 86px);
    padding: 14px 12px 16px;
  }

  .hero-revamp {
    padding: 104px 0 56px;
  }

  .breadcrumbs {
    padding: 0 0 6px;
  }

  .breadcrumbs .container {
    border-radius: 20px;
    padding: 14px 14px 16px;
  }

  .hero-copy h1 {
    font-size: 1.92rem;
    line-height: 1.06;
  }

  .hero-lead {
    font-size: 0.92rem;
    line-height: 1.72;
  }

  .hero-actions {
    margin-bottom: 14px;
  }

  .hero-actions,
  .hero-links {
    gap: 10px;
  }

  .hero-actions .btn,
  .hero-links a,
  .content-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }

  .hero-frame {
    border-radius: 26px;
    padding: 14px 14px 12px;
  }

  .hero-stats .row,
  .hero-stats {
    row-gap: 12px;
  }

  .hero-portrait {
    min-height: 270px;
    padding: 10px 10px 0;
  }

  .hero-portrait img {
    max-height: 300px;
  }

  .revamp-page .entry-title {
    font-size: 1.28rem;
  }

  .revamp-page .bio-video-frame {
    border-radius: 16px;
  }

  .revamp-page .entry-content img,
  .revamp-page .portfolio-item img {
    border-radius: 14px;
  }
}
