:root {
  --ink: #07142f;
  --navy: #061f5f;
  --royal: #0b45b7;
  --sky: #2f8df5;
  --gold: #d7a72f;
  --sun: #f9d66b;
  --coral: #e96f58;
  --teal: #0d9a9a;
  --violet: #5941a9;
  --white: #ffffff;
  --paper: #f7f8fc;
  --mist: #e9eef9;
  --muted: #61708a;
  --line: rgba(7, 20, 47, 0.12);
  --shadow: 0 24px 70px rgba(7, 20, 47, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: var(--white);
  color: var(--ink);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.65;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

p {
  text-align: justify;
  text-justify: inter-word;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.announcement {
  align-items: center;
  background: linear-gradient(90deg, var(--navy), var(--royal), var(--teal));
  color: rgba(255, 255, 255, 0.92);
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 18px;
  grid-template-columns: 1fr auto 1fr;
  letter-spacing: 0.04em;
  min-height: 40px;
  padding: 8px clamp(16px, 4vw, 72px);
  text-align: center;
  text-transform: uppercase;
}

.announcement a {
  color: inherit;
}

.announcement-left {
  color: #f9d66b;
  justify-self: start;
}

.announcement-center {
  color: #ffffff;
  justify-self: center;
}

.announcement-right {
  color: #8cf0ff !important;
  justify-self: end;
}

.social-icons {
  align-items: center;
  display: flex;
  gap: 7px;
}

.social-icons a {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  min-width: 28px;
  padding: 0 6px;
  position: relative;
  text-transform: none;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.social-icons a[aria-label="LinkedIn"],
.social-icons a[aria-label="Flickr"] {
  border-radius: 999px;
  min-width: 34px;
}

.social-icons a:hover {
  background: var(--sun);
  border-color: var(--sun);
  color: var(--navy);
  transform: translateY(-2px);
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  gap: clamp(12px, 1.6vw, 28px);
  justify-content: space-between;
  left: 0;
  max-width: 100vw;
  padding: 12px clamp(16px, 2.8vw, 54px);
  position: sticky;
  right: 0;
  top: 0;
  transition: box-shadow 0.3s ease, padding 0.3s ease, background 0.3s ease;
  z-index: 1000;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 16px 45px rgba(7, 20, 47, 0.12);
  padding-bottom: 10px;
  padding-top: 10px;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 1 430px;
  gap: 12px;
  min-width: 0;
}

.brand-seal {
  align-items: center;
  background: #061226;
  border: 2px solid rgba(215, 167, 47, 0.38);
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(7, 20, 47, 0.22);
  display: grid;
  flex: 0 0 auto;
  height: 82px;
  overflow: hidden;
  place-items: center;
  width: 82px;
}

.brand-seal img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.18);
  width: 100%;
}

.phone-fields {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(150px, 0.42fr) minmax(180px, 1fr);
}

.phone-fields select,
.phone-fields input {
  min-width: 0;
}

.brand-text strong,
.brand-text small {
  display: block;
}

.brand-text strong {
  color: var(--royal);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(18px, 1.45vw, 28px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.05;
  max-width: 390px;
  text-shadow: 0 2px 0 rgba(215, 167, 47, 0.24);
  text-transform: uppercase;
}

.brand-text small {
  color: #0d9a9a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-top: 6px;
  text-transform: uppercase;
}

.header-right {
  align-items: flex-end;
  display: grid;
  gap: 5px;
  justify-items: end;
  min-width: 0;
}

.header-email {
  color: var(--royal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  max-width: 100%;
  text-transform: uppercase;
  transition: color 0.22s ease;
  white-space: nowrap;
}

.header-email:hover {
  color: var(--gold);
}

.nav-shell {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 3px;
  max-width: 100%;
  min-width: 0;
}

.nav-shell > a,
.nav-dropdown > button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #263652;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 10px 9px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
}

.nav-shell > a:hover,
.nav-dropdown > button:hover {
  background: rgba(11, 69, 183, 0.09);
  color: var(--royal);
  transform: translateY(-2px);
}

.nav-cta {
  background: linear-gradient(135deg, var(--royal), var(--sky)) !important;
  color: var(--white) !important;
  box-shadow: 0 12px 26px rgba(11, 69, 183, 0.22);
  padding-inline: 12px !important;
}

.site-search {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(11, 69, 183, 0.16);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(7, 20, 47, 0.06);
  display: flex;
  gap: 4px;
  min-width: 142px;
  padding: 4px;
}

.site-search input {
  background: transparent;
  border: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  min-height: 34px;
  padding: 7px 6px 7px 10px;
  width: 92px;
}

.site-search input:focus {
  box-shadow: none;
}

.site-search button {
  align-items: center;
  background: linear-gradient(135deg, var(--royal), var(--sky));
  border: 0;
  border-radius: 999px;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  line-height: 1;
  width: 34px;
}

.search-message {
  color: var(--royal);
  font-size: 12px;
  font-weight: 900;
  min-height: 16px;
  white-space: nowrap;
}

.search-match {
  background: rgba(249, 214, 107, 0.42);
  border-radius: 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: inherit;
  padding: 0 2px;
  scroll-margin-top: 130px;
}

.search-match-current {
  animation: searchPulse 1.2s ease;
  background: linear-gradient(135deg, var(--sun), var(--gold));
  box-shadow: 0 0 0 4px rgba(249, 214, 107, 0.32), 0 8px 20px rgba(7, 20, 47, 0.14);
  color: #07142f;
}

@keyframes searchPulse {
  0% { box-shadow: 0 0 0 8px rgba(249, 214, 107, 0.38), 0 8px 20px rgba(7, 20, 47, 0.14); }
  100% { box-shadow: 0 0 0 4px rgba(249, 214, 107, 0.32), 0 8px 20px rgba(7, 20, 47, 0.14); }
}

.sr-only {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.whatsapp-widget {
  bottom: 24px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 24px;
  transform: translateY(14px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 1200;
}

.whatsapp-widget.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.whatsapp-float {
  align-items: center;
  background: linear-gradient(135deg, #25d366, #128c4a);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(18, 140, 74, 0.32);
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0.02em;
  min-height: 58px;
  padding: 12px 20px 12px 12px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.whatsapp-widget.is-pulsing .whatsapp-float {
  animation: whatsappPulse 1.8s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  box-shadow: 0 22px 48px rgba(18, 140, 74, 0.42);
  transform: translateY(-3px);
}

.whatsapp-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: inline-flex;
  font-size: 12px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.whatsapp-popup {
  background: var(--white);
  border: 1px solid rgba(18, 140, 74, 0.14);
  border-radius: 18px;
  bottom: 78px;
  box-shadow: 0 24px 70px rgba(7, 20, 47, 0.24);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(12px) scale(0.96);
  transform-origin: bottom right;
  transition: opacity 0.25s ease, transform 0.25s ease;
  width: min(340px, calc(100vw - 32px));
}

.whatsapp-widget.is-open .whatsapp-popup {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.whatsapp-popup-header {
  align-items: center;
  background: linear-gradient(135deg, #075e54, #128c4a);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 18px;
}

.whatsapp-popup-header span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.whatsapp-popup-header h2 {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin: 0;
}

.whatsapp-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  line-height: 1;
  width: 32px;
}

.whatsapp-popup-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.whatsapp-greeting {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  text-align: left;
}

.whatsapp-response-time {
  align-items: center;
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(18, 140, 74, 0.12);
  border-radius: 999px;
  color: #128c4a;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  margin: 0;
  padding: 8px 11px;
  text-align: left;
}

.whatsapp-status {
  background: rgba(7, 94, 84, 0.08);
  border-left: 3px solid #25d366;
  border-radius: 10px;
  color: #075e54;
  display: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
  padding: 10px 12px;
  text-align: left;
}

.whatsapp-status.is-visible {
  display: block;
}

.whatsapp-popup textarea {
  background: #f7fbf8;
  border: 1px solid rgba(18, 140, 74, 0.18);
  border-radius: 12px;
  color: var(--ink);
  min-height: 104px;
  padding: 12px;
  resize: vertical;
  width: 100%;
}

.whatsapp-popup textarea:focus {
  border-color: #25d366;
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.16);
  outline: 0;
}

.whatsapp-send {
  background: linear-gradient(135deg, #25d366, #128c4a);
  border: 0;
  border-radius: 999px;
  color: var(--white);
  cursor: pointer;
  font-weight: 900;
  min-height: 44px;
  padding: 11px 18px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.whatsapp-send:hover,
.whatsapp-send:focus-visible {
  box-shadow: 0 14px 28px rgba(18, 140, 74, 0.28);
  transform: translateY(-2px);
}

@keyframes whatsappPulse {
  0% {
    box-shadow: 0 18px 40px rgba(18, 140, 74, 0.32), 0 0 0 0 rgba(37, 211, 102, 0.34);
    transform: translateY(0) scale(1);
  }

  45% {
    box-shadow: 0 22px 48px rgba(18, 140, 74, 0.42), 0 0 0 14px rgba(37, 211, 102, 0);
    transform: translateY(-2px) scale(1.02);
  }

  100% {
    box-shadow: 0 18px 40px rgba(18, 140, 74, 0.32), 0 0 0 0 rgba(37, 211, 102, 0);
    transform: translateY(0) scale(1);
  }
}

.nav-dropdown {
  position: relative;
}

.mega-menu {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 10px;
  min-width: 330px;
  opacity: 0;
  padding: 14px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 14px);
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.nav-dropdown:hover .mega-menu,
.nav-dropdown:focus-within .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-menu a {
  border-radius: 8px;
  display: block;
  padding: 14px;
  transition: background 0.25s ease;
}

.mega-menu a:hover {
  background: var(--paper);
}

.mega-menu strong,
.mega-menu span {
  display: block;
}

.mega-menu strong {
  color: var(--navy);
  font-size: 15px;
}

.mega-menu span {
  color: var(--muted);
  font-size: 13px;
  margin-top: 3px;
}

.menu-toggle {
  background: var(--navy);
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  display: none;
  height: 46px;
  padding: 13px;
  width: 46px;
}

.menu-toggle span {
  background: var(--white);
  display: block;
  height: 2px;
  margin: 6px 0;
  transition: transform 0.25s ease;
}

.section {
  padding: clamp(78px, 9vw, 132px) clamp(20px, 5vw, 76px);
}

.hero {
  background:
    linear-gradient(125deg, rgba(6, 31, 95, 0.96), rgba(11, 69, 183, 0.88) 48%, rgba(13, 154, 154, 0.68)),
    url("https://images.unsplash.com/photo-1521587760476-6c12a4b040da?auto=format&fit=crop&w=2200&q=88") center/cover;
  color: var(--white);
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  min-height: calc(100vh - 40px);
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) clamp(20px, 5vw, 76px) 0;
  position: relative;
}

.hero::after {
  background: linear-gradient(90deg, var(--gold), var(--coral), var(--teal), var(--sky));
  bottom: 0;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
}

.hero-copy {
  align-self: center;
  max-width: 810px;
  padding-bottom: clamp(80px, 10vw, 130px);
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--gold);
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

h1,
h2,
h3,
blockquote {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.03;
  margin: 0;
}

h1 {
  font-size: clamp(48px, 7.5vw, 102px);
  letter-spacing: 0;
}

.hero p {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 23px);
  margin: 26px 0 0;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.btn {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 13px 23px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--sun));
  box-shadow: 0 18px 38px rgba(215, 167, 47, 0.28);
  color: #17223b;
}

.btn-white {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--white);
}

.btn-blue {
  background: linear-gradient(135deg, var(--navy), var(--royal));
  color: var(--white);
}

.hero-stage {
  align-self: end;
  min-height: 620px;
  position: relative;
}

.hero-image {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px 8px 0 0;
  bottom: 0;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.32);
  left: 5%;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.hero-image img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.floating-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 8px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.2);
  color: var(--ink);
  padding: 22px;
  position: absolute;
  width: min(240px, 44vw);
  z-index: 3;
}

.floating-card strong {
  color: var(--royal);
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 54px;
  line-height: 0.9;
}

.floating-card span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-top: 8px;
  text-transform: uppercase;
}

.card-one {
  left: 0;
  top: 18%;
}

.card-two {
  bottom: 14%;
  right: 4%;
}

.hero-marquee {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px 8px 0 0;
  bottom: 8px;
  box-shadow: 0 -14px 48px rgba(7, 20, 47, 0.12);
  color: var(--navy);
  display: flex;
  gap: 10px;
  grid-column: 1 / -1;
  justify-content: center;
  left: clamp(20px, 5vw, 76px);
  overflow: hidden;
  padding: 13px;
  position: absolute;
  right: clamp(20px, 5vw, 76px);
  z-index: 4;
}

.hero-marquee span {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  padding: 9px 15px;
  white-space: nowrap;
}

.credibility-strip {
  background: var(--white);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 54px;
  padding-top: 54px;
}

.metric {
  background: linear-gradient(135deg, #ffffff, #f7faff);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 20, 47, 0.07);
  min-height: 162px;
  padding: 24px;
}

.metric strong {
  color: var(--royal);
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 56px;
  line-height: 1;
}

.metric span {
  color: var(--muted);
  display: block;
  font-weight: 800;
  margin-top: 9px;
}

.section-kicker {
  max-width: 900px;
}

.section-kicker.centered {
  margin: auto;
  text-align: center;
}

.section-kicker.centered p {
  text-align: center;
}

.section-kicker h2,
.founder-details h2,
.record-copy h2,
.impact-heading h2,
.contact-copy h2 {
  color: var(--navy);
  font-size: clamp(42px, 5.6vw, 76px);
}

.section-kicker p {
  color: var(--muted);
  margin: 18px auto 0;
  max-width: 790px;
}

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

.editorial-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  margin-top: 44px;
}

.editorial-panel {
  background:
    linear-gradient(rgba(7, 20, 47, 0.72), rgba(7, 20, 47, 0.72)),
    url("https://images.unsplash.com/photo-1507842217343-583bb7270b66?auto=format&fit=crop&w=1300&q=88") center/cover;
  border-radius: 8px;
  color: var(--white);
  min-height: 470px;
  padding: clamp(28px, 5vw, 50px);
}

.editorial-panel h3 {
  color: var(--sun);
  font-size: clamp(28px, 3.2vw, 42px);
}

.editorial-panel p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

.genre-wall {
  align-content: start;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.genre-wall span {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--accent, var(--gold));
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 20, 47, 0.06);
  color: var(--navy);
  font-weight: 900;
  min-height: 76px;
  padding: 22px;
}

.genre-wall span:nth-child(2n) {
  --accent: var(--teal);
}

.genre-wall span:nth-child(3n) {
  --accent: var(--coral);
}

.genre-wall span:nth-child(4n) {
  --accent: var(--sky);
}

.founder-section {
  background:
    radial-gradient(circle at 16% 20%, rgba(249, 214, 107, 0.22), transparent 28%),
    linear-gradient(135deg, #05142f, #082b80 55%, #0d9a9a);
  color: var(--white);
}

.founder-card {
  align-items: start;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  display: grid;
  gap: 18px 26px;
  grid-template-columns: minmax(460px, 1.08fr) minmax(0, 0.92fr);
  grid-template-areas:
    "media details"
    "highlights highlights";
  margin: auto;
  max-width: 1320px;
  padding: clamp(16px, 2.4vw, 26px);
  box-shadow: 0 36px 95px rgba(0, 0, 0, 0.24);
}

.founder-media {
  align-self: stretch;
  display: grid;
  gap: 14px;
  grid-area: media;
  grid-template-rows: auto auto 1fr;
}

.founder-visual {
  aspect-ratio: 3 / 2;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.founder-visual::after {
  background: linear-gradient(0deg, rgba(5, 20, 47, 0.72), rgba(5, 20, 47, 0.04) 48%);
  content: "";
  inset: 0;
  position: absolute;
}

.founder-visual img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.founder-badge {
  background: linear-gradient(135deg, var(--gold), var(--sun));
  border-radius: 999px;
  bottom: 24px;
  color: #17223b;
  font-weight: 900;
  left: 24px;
  padding: 11px 16px;
  position: absolute;
  z-index: 1;
}

.founder-details {
  align-self: center;
  grid-area: details;
  padding: clamp(10px, 2vw, 22px);
}

.founder-details h2 {
  color: var(--white);
  font-size: clamp(42px, 5vw, 74px);
}

.founder-details p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  margin-bottom: 14px;
}

.founder-signature {
  border-left: 4px solid var(--sun);
  color: var(--sun);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.15;
  margin: 20px 0 22px;
  padding-left: 18px;
}

.profile-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.founder-highlights {
  grid-area: highlights;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}

.founder-stat-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.founder-stat-grid div {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 16px 12px;
  text-align: center;
}

.founder-stat-grid strong {
  color: var(--sun);
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
}

.founder-stat-grid span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 7px;
  text-transform: uppercase;
}

.founder-portrait-note {
  align-content: center;
  background:
    linear-gradient(135deg, rgba(249, 214, 107, 0.18), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(249, 214, 107, 0.28);
  border-radius: 8px;
  display: grid;
  min-height: 0;
  padding: 22px;
}

.founder-portrait-note span {
  color: var(--sun);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.founder-portrait-note p {
  color: rgba(255, 255, 255, 0.84);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(22px, 2.4vw, 31px);
  line-height: 1.18;
  margin: 10px 0 0;
}

.profile-list div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 16px;
}

.profile-list strong {
  color: var(--sun);
  display: block;
  font-size: 14px;
  line-height: 1.25;
}

.profile-list span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 6px;
}

.record-section {
  align-items: center;
  background:
    radial-gradient(circle at 88% 18%, rgba(249, 214, 107, 0.28), transparent 26%),
    linear-gradient(135deg, #061226, #082b80 56%, #0d9a9a);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  color: var(--white);
  position: relative;
}

.record-copy p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  max-width: 770px;
}

.record-copy h2 {
  color: var(--white);
}

.record-copy p strong {
  color: var(--sun);
}

.record-links {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
  max-width: 850px;
}

.record-links a {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(249, 214, 107, 0.28);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
  padding: 18px;
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.record-links a:hover {
  background: rgba(255, 255, 255, 0.17);
  border-color: rgba(249, 214, 107, 0.62);
  transform: translateY(-5px);
}

.record-links span {
  color: var(--sun);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.record-links strong {
  color: var(--white);
  display: block;
  font-size: 15px;
  line-height: 1.35;
}

.record-board {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
  display: grid;
  gap: 10px;
  overflow: hidden;
  padding: 10px;
  backdrop-filter: blur(14px);
}

.record-board div {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(247, 250, 255, 0.9));
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  padding: 30px;
}

.record-board strong {
  color: var(--navy);
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 64px;
  line-height: 1;
}

.record-board span {
  color: var(--royal);
  font-weight: 900;
  text-transform: uppercase;
}

.publications-section {
  background:
    linear-gradient(180deg, #ffffff, #f8fbff 48%, #ffffff);
}

.book-toolbar {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 16px 45px rgba(7, 20, 47, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 38px auto 30px;
  max-width: max-content;
  padding: 8px;
}

.filter {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
  padding: 12px 18px;
}

.filter.active,
.filter:hover {
  background: linear-gradient(135deg, var(--navy), var(--royal));
  color: var(--white);
}

.book-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: auto;
  max-width: 1240px;
}

.book-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 20, 47, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.book-card.is-hidden {
  display: none;
}

.book-card:hover {
  border-color: rgba(215, 167, 47, 0.55);
  box-shadow: 0 28px 62px rgba(11, 69, 183, 0.18);
  transform: translateY(-8px);
}

.book-cover {
  background: linear-gradient(135deg, #f8fbff, #eef4ff);
  display: block;
  padding: 12px;
  position: relative;
}

.book-cover img {
  aspect-ratio: 683 / 507;
  background: var(--white);
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(7, 20, 47, 0.13);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.book-meta {
  padding: 16px 18px 18px;
}

.book-meta span {
  color: var(--gold);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.book-meta h3 {
  color: var(--ink);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  margin-top: 8px;
}

.catalog-section {
  background:
    linear-gradient(120deg, rgba(6, 31, 95, 0.94), rgba(11, 69, 183, 0.84)),
    url("https://images.unsplash.com/photo-1512820790803-83ca734da794?auto=format&fit=crop&w=1900&q=88") center/cover;
  color: var(--white);
}

.catalog-section .section-kicker h2 {
  color: var(--white);
}

.catalog-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 44px auto 0;
  max-width: 1180px;
}

.catalog-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: 28px;
  backdrop-filter: blur(14px);
  transition: transform 0.3s ease, background 0.3s ease;
}

.catalog-card:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-7px);
}

.catalog-card.feature {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}

.catalog-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--gold), var(--sun));
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(215, 167, 47, 0.24);
  color: #061226;
  display: inline-flex;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 34px;
  font-weight: 900;
  height: 68px;
  justify-content: center;
  line-height: 1;
  width: 68px;
}

.catalog-card.feature .catalog-icon {
  background: linear-gradient(135deg, var(--royal), var(--sky));
  color: var(--white);
}

.catalog-card h3 {
  color: var(--sun);
}

.catalog-card.feature h3 {
  color: var(--royal);
}

.catalog-card h3 {
  font-size: clamp(26px, 3vw, 34px);
  margin-top: 18px;
}

.catalog-card p {
  color: rgba(255, 255, 255, 0.82);
}

.catalog-card.feature p {
  color: var(--muted);
}

.impact-section {
  background:
    radial-gradient(circle at 14% 10%, rgba(47, 141, 245, 0.14), transparent 28%),
    linear-gradient(180deg, var(--paper), #ffffff);
}

.impact-heading {
  max-width: 1120px;
}

.impact-heading p {
  color: var(--muted);
  font-size: 18px;
  margin-top: 22px;
  max-width: 1000px;
}

.foundation-link {
  align-items: center;
  background: linear-gradient(135deg, var(--gold), var(--sun));
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(215, 167, 47, 0.24);
  color: var(--navy);
  display: inline-flex;
  font-weight: 900;
  margin-top: 24px;
  min-height: 52px;
  padding: 13px 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.foundation-link:hover {
  box-shadow: 0 24px 50px rgba(215, 167, 47, 0.32);
  transform: translateY(-3px);
}

.impact-metrics {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.impact-metrics article {
  background: linear-gradient(135deg, var(--navy), var(--royal));
  border: 1px solid rgba(215, 167, 47, 0.24);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 20, 47, 0.12);
  color: var(--white);
  min-height: 170px;
  padding: 24px;
}

.impact-metrics strong {
  color: var(--sun);
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(44px, 5vw, 70px);
  line-height: 0.95;
}

.impact-metrics span {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 12px;
  text-transform: uppercase;
}

.impact-mosaic {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.impact-tile {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 20, 47, 0.07);
  min-height: 280px;
  padding: 26px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.impact-tile:hover {
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.impact-tile.large {
  color: var(--white);
  grid-column: span 2;
  grid-row: span 2;
  min-height: 518px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.impact-tile.large img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.impact-tile.large::after {
  background: linear-gradient(0deg, rgba(7, 20, 47, 0.9), rgba(7, 20, 47, 0.18));
  content: "";
  inset: 0;
  position: absolute;
}

.impact-tile.large div {
  bottom: 0;
  padding: 32px;
  position: absolute;
  z-index: 1;
}

.impact-tile.color {
  background: linear-gradient(135deg, var(--teal), var(--royal));
  color: var(--white);
}

.impact-tile h3 {
  color: var(--royal);
  font-size: clamp(26px, 3vw, 34px);
}

.impact-tile.color h3,
.impact-tile.large h3 {
  color: var(--sun);
}

.impact-tile p {
  color: var(--muted);
}

.impact-tile.color p,
.impact-tile.large p {
  color: rgba(255, 255, 255, 0.84);
}

.quote-section {
  background:
    linear-gradient(rgba(7, 20, 47, 0.84), rgba(7, 20, 47, 0.84)),
    url("https://images.unsplash.com/photo-1455390582262-044cdead277a?auto=format&fit=crop&w=1900&q=88") center/cover fixed;
  color: var(--white);
  padding: clamp(90px, 11vw, 160px) 24px;
  text-align: center;
}

.quote-inner {
  margin: auto;
  max-width: 1050px;
}

.quote-inner span {
  color: var(--sun);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

blockquote {
  font-size: clamp(38px, 6vw, 82px);
  margin-top: 18px;
}

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

.photo-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.photo-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(7, 20, 47, 0.08);
  display: grid;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.24s ease, transform 0.24s ease;
}

.photo-item:hover {
  box-shadow: 0 24px 54px rgba(7, 20, 47, 0.16);
  transform: translateY(-5px);
}

.photo-item img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  transition: transform 0.34s ease;
  width: 100%;
}

.photo-item:hover img {
  transform: scale(1.05);
}

.photo-item span {
  background: linear-gradient(180deg, rgba(7, 20, 47, 0), rgba(7, 20, 47, 0.78));
  bottom: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  font-weight: 900;
  left: 0;
  padding: 34px 12px 11px;
  position: absolute;
  right: 0;
}

.video-section {
  background: var(--white);
}

.video-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.video-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(7, 20, 47, 0.08);
  color: var(--navy);
  display: grid;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.24s ease, transform 0.24s ease;
}

.video-card:hover {
  box-shadow: 0 24px 54px rgba(7, 20, 47, 0.16);
  transform: translateY(-5px);
}

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

.video-card strong {
  color: rgba(38, 54, 82, 0.42);
  padding: 16px;
}

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

.press-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.press-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(7, 20, 47, 0.08);
  cursor: zoom-in;
  display: grid;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: box-shadow 0.24s ease, transform 0.24s ease;
}

.press-item:hover,
.press-item:focus-visible {
  box-shadow: 0 24px 54px rgba(7, 20, 47, 0.16);
  outline: 0;
  transform: translateY(-5px);
}

.press-item img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  transition: transform 0.34s ease;
  width: 100%;
}

.press-item:hover img,
.press-item:focus-visible img {
  transform: scale(1.04);
}

.blogs-section {
  background: var(--white);
}

.blogs-tools {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin: 34px auto 0;
  max-width: 980px;
}

.blogs-tools input {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(7, 20, 47, 0.08);
  color: var(--ink);
  flex: 1;
  font-weight: 800;
  min-height: 50px;
  padding: 12px 20px;
}

.blogs-tools input:focus {
  border-color: rgba(11, 69, 183, 0.42);
  box-shadow: 0 0 0 4px rgba(11, 69, 183, 0.12);
  outline: 0;
}

.blogs-tools span {
  color: var(--muted);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
}

.blog-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.blog-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(7, 20, 47, 0.08);
  color: var(--ink);
  display: grid;
  gap: 16px;
  min-height: 210px;
  padding: 22px;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.blog-card:hover,
.blog-card:focus-visible {
  border-color: rgba(215, 167, 47, 0.42);
  box-shadow: 0 24px 54px rgba(7, 20, 47, 0.16);
  outline: 0;
  transform: translateY(-5px);
}

.blog-card h3 {
  font-family: "Manrope", "Noto Sans Tamil", Latha, Vijaya, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.45;
  margin: 0;
}

.blog-source {
  align-self: start;
  color: var(--royal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-read-more {
  align-self: end;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.blog-empty {
  background: rgba(11, 69, 183, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-weight: 900;
  grid-column: 1 / -1;
  padding: 26px;
  text-align: center;
}

.press-lightbox {
  align-items: center;
  background: rgba(7, 20, 47, 0.84);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: clamp(18px, 4vw, 54px);
  pointer-events: none;
  position: fixed;
  transition: opacity 0.25s ease;
  z-index: 1400;
}

.press-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.press-lightbox-content {
  display: grid;
  gap: 14px;
  justify-items: end;
  max-height: 92vh;
  max-width: min(1040px, 96vw);
}

.press-lightbox img {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  max-height: 84vh;
  max-width: 100%;
  object-fit: contain;
}

.press-lightbox-close {
  align-items: center;
  background: var(--white);
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.video-play {
  background: linear-gradient(135deg, var(--gold), var(--sun));
  border-radius: 999px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  left: 16px;
  padding: 8px 13px;
  position: absolute;
  top: 16px;
}

.video-placeholder {
  align-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(249, 214, 107, 0.32), transparent 28%),
    linear-gradient(135deg, var(--navy), var(--royal));
  border-radius: 8px;
  color: var(--white);
  display: grid;
  min-height: 260px;
  overflow: hidden;
  padding: clamp(28px, 6vw, 64px);
}

.video-placeholder strong {
  color: var(--sun);
  font-family: var(--display);
  font-size: clamp(44px, 8vw, 96px);
  line-height: 0.9;
}

.video-placeholder span {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 2vw, 22px);
  max-width: 680px;
}

.contact-section {
  background: linear-gradient(180deg, #ffffff, var(--paper));
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
}

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

.contact-methods {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

.contact-methods a,
.contact-methods p {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(7, 20, 47, 0.06);
  color: var(--navy);
  font-weight: 900;
  margin: 0;
  padding: 13px 16px;
}

.contact-methods a,
.footer-column a[href^="mailto:"],
.footer-column a[href^="tel:"] {
  display: inline-flex;
  gap: 10px;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--gold), var(--sun));
  border-radius: 50%;
  color: var(--navy);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}

.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
  padding: clamp(20px, 3vw, 30px);
}

.form-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-phone-row,
.contact-interest-row {
  grid-template-columns: 1fr;
}

label {
  color: var(--navy);
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 6px;
  text-transform: uppercase;
}

input,
select,
textarea {
  background: var(--paper);
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--ink);
  outline: none;
  min-height: 48px;
  padding: 11px 13px;
  text-transform: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  background: var(--white);
  border-color: var(--royal);
  box-shadow: 0 0 0 4px rgba(47, 141, 245, 0.13);
}

.form-status {
  color: var(--teal);
  font-weight: 900;
  margin: 0;
}

.grand-footer {
  background: #061226;
  color: rgba(255, 255, 255, 0.72);
}

.footer-main {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(160px, 0.6fr));
  padding: 58px clamp(20px, 5vw, 76px);
}

.footer-brand .brand-text strong {
  color: var(--white);
}

.footer-brand .brand-text small {
  color: var(--sun);
}

.footer-about p {
  max-width: 530px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.social-links a,
.footer-column a {
  transition: color 0.25s ease, transform 0.25s ease;
}

.social-links a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: var(--white);
  font-weight: 900;
  padding: 9px 13px;
}

.social-links a:hover {
  background: var(--sun);
  color: #061226;
}

.footer-column {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-column h3 {
  color: var(--sun);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.footer-column a:hover {
  color: var(--sun);
  transform: translateX(3px);
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 22px clamp(20px, 5vw, 76px);
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: var(--sun);
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.success-page {
  background:
    linear-gradient(135deg, rgba(6, 31, 95, 0.94), rgba(11, 69, 183, 0.86)),
    url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=1800&q=85") center/cover;
  min-height: 100vh;
}

.success-shell {
  align-items: center;
  display: grid;
  min-height: 100vh;
  padding: clamp(24px, 5vw, 72px);
}

.success-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.24);
  margin: auto;
  max-width: 760px;
  padding: clamp(28px, 5vw, 56px);
  text-align: center;
}

.success-card img {
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(7, 20, 47, 0.2);
  height: 118px;
  margin: 0 auto 24px;
  object-fit: cover;
  width: 118px;
}

.success-card h1 {
  color: var(--navy);
  font-size: clamp(40px, 6vw, 76px);
}

.success-card p {
  color: var(--muted);
  font-size: 18px;
  margin: 18px auto 28px;
  max-width: 560px;
  text-align: center;
}

@media (max-width: 1180px) {
  .brand {
    flex-basis: 340px;
  }

  .brand-seal {
    height: 72px;
    width: 72px;
  }

  .brand-text strong {
    font-size: 22px;
    max-width: 300px;
  }

  .site-header {
    padding-inline: 18px;
  }

  .nav-shell > a,
  .nav-dropdown > button {
    font-size: 11px;
    padding-inline: 7px;
  }

  .site-search {
    min-width: 132px;
  }

  .site-search input {
    width: 82px;
  }
}

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

  .founder-card {
    grid-template-areas:
      "media"
      "details"
      "highlights";
    grid-template-columns: 1fr;
  }

  .founder-visual {
    aspect-ratio: 3 / 2;
  }

  .founder-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stage {
    min-height: 520px;
  }

  .book-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .impact-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .impact-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .announcement {
    align-items: stretch;
    flex-direction: column;
    gap: 5px;
    grid-template-columns: 1fr;
    padding: 10px 16px;
  }

  .announcement-left,
  .announcement-center,
  .announcement-right {
    justify-self: center;
  }

  .social-icons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .menu-toggle {
    display: block;
  }

  .site-header {
    align-items: center;
    padding: 12px 18px;
  }

  .brand {
    flex: 1 1 auto;
    max-width: calc(100% - 70px);
  }

  .header-right {
    align-items: stretch;
    background: transparent;
    display: block;
    justify-items: stretch;
  }

  .header-email {
    display: none;
  }

  .menu-toggle.open span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle.open span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .nav-shell {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: grid;
    left: 0;
    opacity: 0;
    max-height: calc(100vh - 112px);
    overflow-y: auto;
    padding: 18px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 110px;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .nav-shell.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-shell > a,
  .nav-dropdown > button {
    border-radius: 8px;
    font-size: 14px;
    padding: 12px 14px;
    text-align: left;
  }

  .nav-cta {
    justify-content: center;
    text-align: center;
  }

  .site-search {
    justify-self: stretch;
    min-width: 0;
    width: 100%;
  }

  .site-search input {
    flex: 1;
    width: 100%;
  }

  .search-message {
    padding-inline: 6px;
  }

  .mega-menu {
    box-shadow: none;
    min-width: 0;
    opacity: 1;
    pointer-events: auto;
    position: static;
    transform: none;
  }

  .credibility-strip,
  .catalog-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .book-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .press-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .whatsapp-widget {
    bottom: 16px;
    right: 16px;
  }

  .whatsapp-float {
    font-size: 13px;
    min-height: 54px;
    padding-right: 16px;
  }

  .whatsapp-popup {
    bottom: 72px;
    max-width: calc(100vw - 32px);
  }

  .site-header {
    padding-inline: 14px;
  }

  .brand {
    gap: 10px;
    min-width: 0;
  }

  .brand-seal {
    height: 66px;
    width: 66px;
  }

  .brand-text strong {
    font-size: 16px;
    line-height: 1.08;
    max-width: 220px;
  }

  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .blogs-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .blogs-tools span {
    padding-inline: 6px;
  }

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

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

  .brand-text small {
    font-size: 9px;
    letter-spacing: 0.13em;
  }

  .hero {
    padding-top: 58px;
  }

  .hero-actions,
  .hero-actions .btn,
  .catalog-card .btn,
  .contact-form .btn {
    width: 100%;
  }

  .hero-stage {
    min-height: 430px;
  }

  .hero-image {
    left: 0;
  }

  .floating-card {
    padding: 16px;
    width: 190px;
  }

  .floating-card strong {
    font-size: 42px;
  }

  .hero-marquee {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .genre-wall,
  .book-grid,
  .form-row,
  .phone-fields,
  .impact-mosaic {
    grid-template-columns: 1fr;
  }

  .impact-metrics {
    grid-template-columns: 1fr;
  }

  .impact-tile.large {
    grid-column: auto;
    min-height: 440px;
  }

  .founder-visual {
    aspect-ratio: 3 / 2;
  }

  .founder-highlights {
    grid-template-columns: 1fr;
  }

  .founder-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .record-links {
    grid-template-columns: 1fr;
  }

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